2016-01-29 22:05:05 +00:00
< ? php
/*
* This file is part of Cachet .
*
* ( c ) Alt Three Services Limited
*
* For the full copyright and license information , please view the LICENSE
* file that was distributed with this source code .
*/
return [
// Setup form fields
'setup' => [
'email' => 'Email' ,
2016-03-15 17:25:56 +00:00
'username' => 'ユーザー名' ,
2016-01-29 22:05:05 +00:00
'password' => 'Password' ,
'site_name' => 'Site Name' ,
'site_domain' => 'Site Domain' ,
'site_timezone' => 'Select your timezone' ,
'site_locale' => 'Select your language' ,
'enable_google2fa' => 'Enable Google Two Factor Authentication' ,
'cache_driver' => 'Cache Driver' ,
'session_driver' => 'Session Driver' ,
],
// Login form fields
'login' => [
'login' => 'Username or Email' ,
'email' => 'Email' ,
'password' => 'Password' ,
'2fauth' => 'Authentication Code' ,
'invalid' => 'Invalid username or password' ,
'invalid-token' => 'Invalid token' ,
'cookies' => 'You must enable cookies to login.' ,
],
// Incidents form fields
'incidents' => [
'name' => 'Name' ,
'status' => 'Status' ,
'component' => 'Component' ,
'message' => 'Message' ,
'message-help' => 'You may also use Markdown.' ,
'scheduled_at' => 'When to schedule the maintenance for?' ,
'incident_time' => 'When did this incident occur?' ,
2016-02-18 14:16:40 +00:00
'notify_subscribers' => 'Notify subscribers?' ,
2016-03-20 16:26:21 +00:00
'visibility' => 'Incident Visibility' ,
2016-01-29 22:05:05 +00:00
'public' => 'Viewable by public' ,
'logged_in_only' => 'Only visible to logged in users' ,
'templates' => [
'name' => 'Name' ,
'template' => 'Template' ,
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.' ,
],
],
// Components form fields
'components' => [
'name' => 'Name' ,
'status' => 'Status' ,
'group' => 'Group' ,
'description' => 'Description' ,
'link' => 'Link' ,
'tags' => 'Tags' ,
'tags-help' => 'Comma separated.' ,
'enabled' => 'Component enabled?' ,
'groups' => [
2016-03-20 16:26:21 +00:00
'name' => 'Name' ,
'collapsing' => 'Choose visibility of the group' ,
'visible' => 'Always expanded' ,
'collapsed' => 'Collapse the group by default' ,
'collapsed_incident' => 'Collapse the group, but expand if there are issues' ,
2016-01-29 22:05:05 +00:00
],
],
// Metric form fields
'metrics' => [
'name' => 'Name' ,
'suffix' => 'Suffix' ,
'description' => 'Description' ,
'description-help' => 'You may also use Markdown.' ,
'display-chart' => 'Display chart on status page?' ,
2016-02-18 14:16:40 +00:00
'default-value' => 'Default value' ,
'calc_type' => 'Calculation of metrics' ,
2016-03-15 17:25:56 +00:00
'type_sum' => '合計' ,
'type_avg' => '平均' ,
2016-02-18 14:16:40 +00:00
'places' => 'Decimal places' ,
2016-03-15 17:25:56 +00:00
'default_view' => 'デフォルトのビュー' ,
2016-01-29 22:05:05 +00:00
'points' => [
2016-03-15 17:25:56 +00:00
'value' => '値' ,
2016-01-29 22:05:05 +00:00
],
],
// Settings
'settings' => [
/// Application setup
'app-setup' => [
2016-03-20 16:26:21 +00:00
'site-name' => 'Site Name' ,
2016-03-15 17:25:56 +00:00
'site-url' => 'サイトのURL' ,
2016-01-29 22:05:05 +00:00
'display-graphs' => 'Display graphs on status page?' ,
2016-03-15 17:25:56 +00:00
'about-this-page' => 'このページについて' ,
'days-of-incidents' => '何日間のインシデントを表示しますか?' ,
2016-03-20 16:26:21 +00:00
'banner' => 'Banner Image' ,
'banner-help' => " 横幅が930px以内の画像をアップロードしてください。 " ,
2016-01-29 22:05:05 +00:00
'subscribers' => 'Allow people to signup to email notifications?' ,
],
'analytics' => [
'analytics_google' => 'Google Analytics code' ,
'analytics_gosquared' => 'GoSquared Analytics code' ,
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)' ,
'analytics_piwik_siteid' => 'Piwik\'s site id' ,
],
'localization' => [
2016-02-18 14:16:40 +00:00
'site-timezone' => 'Site timezone' ,
'site-locale' => 'Site language' ,
'date-format' => 'Date format' ,
'incident-date-format' => 'Incident timestamp format' ,
2016-01-29 22:05:05 +00:00
],
'security' => [
2016-02-18 14:16:40 +00:00
'allowed-domains' => 'Allowed domains' ,
2016-01-29 22:05:05 +00:00
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.' ,
],
'stylesheet' => [
2016-03-20 16:26:21 +00:00
'custom-css' => 'Custom Stylesheet' ,
2016-01-29 22:05:05 +00:00
],
'theme' => [
2016-03-20 16:26:21 +00:00
'background-color' => 'Background Color' ,
2016-02-18 14:16:40 +00:00
'background-fills' => 'Background fills (components, incidents, footer)' ,
'banner-background-color' => 'Banner background color' ,
'banner-padding' => 'Banner padding' ,
2016-01-29 22:05:05 +00:00
'fullwidth-banner' => 'Enable fullwidth banner?' ,
2016-03-20 16:26:21 +00:00
'text-color' => 'Text Color' ,
2016-03-15 17:25:56 +00:00
'dashboard-login' => 'ダッシュボードページへのリンクをフッター部分に表示しますか?' ,
'reds' => 'レッド(エラー表示に使用されます)' ,
'blues' => 'ブルー(インフォメーション表示に使用されます)' ,
'greens' => 'グリーン(成功の表示に使用されます)' ,
'yellows' => 'イエロー(アラート表示に使用されます)' ,
'oranges' => 'オレンジ(通知表示に使用されます)' ,
2016-02-18 14:16:40 +00:00
'metrics' => 'Metrics fill' ,
2016-03-15 17:25:56 +00:00
'links' => 'リンク' ,
2016-01-29 22:05:05 +00:00
],
],
'user' => [
2016-03-15 17:25:56 +00:00
'username' => 'ユーザー名' ,
2016-01-29 22:05:05 +00:00
'email' => 'Email' ,
'password' => 'Password' ,
2016-03-15 17:25:56 +00:00
'api-token' => 'APIトークン' ,
2016-01-29 22:05:05 +00:00
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.' ,
'gravatar' => 'Change your profile picture at Gravatar.' ,
2016-03-15 17:25:56 +00:00
'user_level' => 'ユーザーレベル' ,
2016-01-29 22:05:05 +00:00
'levels' => [
2016-03-15 17:25:56 +00:00
'admin' => '管理者' ,
'user' => 'ユーザー' ,
2016-01-29 22:05:05 +00:00
],
'2fa' => [
'help' => 'Enabling two factor authentication increases security of your account. You will need to download <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.' ,
],
'team' => [
'description' => 'Invite your team members by entering their email addresses here.' ,
'email' => 'Email #:id' ,
],
],
// Buttons
2016-03-15 17:25:56 +00:00
'add' => '追加' ,
'save' => '保存' ,
'update' => '更新' ,
'create' => '作成' ,
'edit' => '編集' ,
'delete' => '削除' ,
'submit' => '送信' ,
'cancel' => 'キャンセル' ,
2016-01-29 22:05:05 +00:00
'remove' => 'Remove' ,
2016-03-15 17:25:56 +00:00
'invite' => '招待' ,
'signup' => '新規登録' ,
2016-01-29 22:05:05 +00:00
// Other
2016-03-15 17:25:56 +00:00
'optional' => '※ 任意' ,
2016-01-29 22:05:05 +00:00
];