New translations forms.php (Japanese)

This commit is contained in:
Cachet Bot
2018-07-12 08:41:00 +01:00
parent 2ba9c37d5b
commit d74ba53085
+90 -90
View File
@@ -14,16 +14,16 @@ return [
// Setup form fields // Setup form fields
'setup' => [ 'setup' => [
'email' => 'Email', 'email' => 'Email',
'username' => 'ユーザー名', 'username' => 'Username',
'password' => 'パスワード', 'password' => 'Password',
'site_name' => 'サイト名', 'site_name' => 'Site Name',
'site_domain' => 'サイトのドメイン', 'site_domain' => 'Site Domain',
'site_timezone' => 'タイムゾーンの選択', 'site_timezone' => 'Select your timezone',
'site_locale' => '言語選択', 'site_locale' => 'Select your language',
'enable_google2fa' => 'Googleの2段階認証を有効にする', 'enable_google2fa' => 'Enable Google Two Factor Authentication',
'cache_driver' => 'キャッシュドライバー', 'cache_driver' => 'Cache Driver',
'queue_driver' => 'Queue Driver', 'queue_driver' => 'Queue Driver',
'session_driver' => 'セッションドライバー', 'session_driver' => 'Session Driver',
'mail_driver' => 'Mail Driver', 'mail_driver' => 'Mail Driver',
'mail_host' => 'Mail Host', 'mail_host' => 'Mail Host',
'mail_address' => 'Mail From Address', 'mail_address' => 'Mail From Address',
@@ -33,28 +33,28 @@ return [
// Login form fields // Login form fields
'login' => [ 'login' => [
'login' => 'ユーザー名またはメールアドレス', 'login' => 'Username or Email',
'email' => 'Email', 'email' => 'Email',
'password' => 'パスワード', 'password' => 'Password',
'2fauth' => '認証コード', '2fauth' => 'Authentication Code',
'invalid' => 'ユーザ名またはパスワードが違います', 'invalid' => 'Invalid username or password',
'invalid-token' => '無効なトークン', 'invalid-token' => 'Invalid token',
'cookies' => 'ログインするにはクッキーを有効にする必要があります。', 'cookies' => 'You must enable cookies to login.',
'rate-limit' => 'Rate limit exceeded.', 'rate-limit' => 'Rate limit exceeded.',
'remember_me' => 'Remember me', 'remember_me' => 'Remember me',
], ],
// Incidents form fields // Incidents form fields
'incidents' => [ 'incidents' => [
'name' => '名前', 'name' => 'Name',
'status' => '状況', 'status' => 'Status',
'component' => 'コンポーネント', 'component' => 'Component',
'component_status' => 'コンポーネントのステータス', 'component_status' => 'Component Status',
'message' => 'メッセージ', 'message' => 'Message',
'message-help' => 'You may also use Markdown.', 'message-help' => 'You may also use Markdown.',
'occurred_at' => 'When did this incident occur?', 'occurred_at' => 'When did this incident occur?',
'notify_subscribers' => 'Notify subscribers?', 'notify_subscribers' => 'Notify subscribers?',
'notify_disabled' => '計画メンテナンスにより、このインシデントまたはそのコンポーネントについての通知は抑制されます。', 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
'visibility' => 'Incident Visibility', 'visibility' => 'Incident Visibility',
'stick_status' => 'Stick Incident', 'stick_status' => 'Stick Incident',
'stickied' => 'Stickied', 'stickied' => 'Stickied',
@@ -62,41 +62,41 @@ return [
'public' => 'Viewable by public', 'public' => 'Viewable by public',
'logged_in_only' => 'Only visible to logged in users', 'logged_in_only' => 'Only visible to logged in users',
'templates' => [ 'templates' => [
'name' => '名前', 'name' => 'Name',
'template' => 'テンプレート', 'template' => 'Template',
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.', 'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
], ],
], ],
'schedules' => [ 'schedules' => [
'name' => '名前', 'name' => 'Name',
'status' => '状況', 'status' => 'Status',
'message' => 'メッセージ', 'message' => 'Message',
'message-help' => 'You may also use Markdown.', 'message-help' => 'You may also use Markdown.',
'scheduled_at' => 'When is this maintenance scheduled for?', 'scheduled_at' => 'When is this maintenance scheduled for?',
'completed_at' => 'When did this maintenance complete?', 'completed_at' => 'When did this maintenance complete?',
'templates' => [ 'templates' => [
'name' => '名前', 'name' => 'Name',
'template' => 'テンプレート', 'template' => 'Template',
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.', 'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
], ],
], ],
// Components form fields // Components form fields
'components' => [ 'components' => [
'name' => '名前', 'name' => 'Name',
'status' => '状況', 'status' => 'Status',
'group' => 'グループ', 'group' => 'Group',
'description' => '説明', 'description' => 'Description',
'link' => 'リンク', 'link' => 'Link',
'tags' => 'タグ', 'tags' => 'Tags',
'tags-help' => 'カンマ区切り。', 'tags-help' => 'Comma separated.',
'enabled' => 'Component enabled?', 'enabled' => 'Component enabled?',
'groups' => [ 'groups' => [
'name' => '名前', 'name' => 'Name',
'collapsing' => 'Expand/Collapse options', 'collapsing' => 'Expand/Collapse options',
'visible' => '常に展開する', 'visible' => 'Always expanded',
'collapsed' => 'Collapse the group by default', 'collapsed' => 'Collapse the group by default',
'collapsed_incident' => 'Collapse the group, but expand if there are issues', 'collapsed_incident' => 'Collapse the group, but expand if there are issues',
'visibility' => 'Visibility', 'visibility' => 'Visibility',
@@ -107,32 +107,32 @@ return [
// Action form fields // Action form fields
'actions' => [ 'actions' => [
'name' => '名前', 'name' => 'Name',
'description' => '説明', 'description' => 'Description',
'start_at' => 'Schedule start time', 'start_at' => 'Schedule start time',
'timezone' => 'タイムゾーン', 'timezone' => 'Timezone',
'schedule_frequency' => 'Schedule frequency (in seconds)', 'schedule_frequency' => 'Schedule frequency (in seconds)',
'completion_latency' => 'Completion latency (in seconds)', 'completion_latency' => 'Completion latency (in seconds)',
'group' => 'グループ', 'group' => 'Group',
'active' => 'Active?', 'active' => 'Active?',
'groups' => [ 'groups' => [
'name' => 'グループ名', 'name' => 'Group Name',
], ],
], ],
// Metric form fields // Metric form fields
'metrics' => [ 'metrics' => [
'name' => '名前', 'name' => 'Name',
'suffix' => 'サフィックス', 'suffix' => 'Suffix',
'description' => '説明', 'description' => 'Description',
'description-help' => 'You may also use Markdown.', 'description-help' => 'You may also use Markdown.',
'display-chart' => 'Display chart on status page?', 'display-chart' => 'Display chart on status page?',
'default-value' => 'デフォルト値', 'default-value' => 'Default value',
'calc_type' => 'Calculation of metrics', 'calc_type' => 'Calculation of metrics',
'type_sum' => '合計', 'type_sum' => 'Sum',
'type_avg' => '平均', 'type_avg' => 'Average',
'places' => 'Decimal places', 'places' => 'Decimal places',
'default_view' => 'デフォルトのビュー', 'default_view' => 'Default view',
'threshold' => 'How many minutes of threshold between metric points?', 'threshold' => 'How many minutes of threshold between metric points?',
'visibility' => 'Visibility', 'visibility' => 'Visibility',
'visibility_authenticated' => 'Visible to authenticated users', 'visibility_authenticated' => 'Visible to authenticated users',
@@ -140,7 +140,7 @@ return [
'visibility_hidden' => 'Always hidden', 'visibility_hidden' => 'Always hidden',
'points' => [ 'points' => [
'value' => '', 'value' => 'Value',
], ],
], ],
@@ -148,21 +148,21 @@ return [
'settings' => [ 'settings' => [
// Application setup // Application setup
'app-setup' => [ 'app-setup' => [
'site-name' => 'サイト名', 'site-name' => 'Site Name',
'site-url' => 'サイトのURL', 'site-url' => 'Site URL',
'display-graphs' => 'Display graphs on status page?', 'display-graphs' => 'Display graphs on status page?',
'about-this-page' => 'このページについて', 'about-this-page' => 'About this page',
'days-of-incidents' => '何日間のインシデントを表示しますか?', 'days-of-incidents' => 'How many days of incidents to show?',
'time_before_refresh' => 'ステータス ページ更新間隔 (秒)', 'time_before_refresh' => 'Status page refresh rate (in seconds)',
'major_outage_rate' => 'Major outage threshold (in %)', 'major_outage_rate' => 'Major outage threshold (in %)',
'banner' => 'バナー画像', 'banner' => 'Banner Image',
'banner-help' => "横幅が930px以内の画像をアップロードしてください。", 'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
'subscribers' => 'Allow people to signup to email notifications?', 'subscribers' => 'Allow people to signup to email notifications?',
'suppress_notifications_in_maintenance' => 'メンテナンス期間中にインシデントが発生したときの通知を抑制しますか?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?', 'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)', 'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
'show_timezone' => 'ステータス ページがで実行されているタイムゾーンを表示する。', 'show_timezone' => 'Show the timezone the status page is running in',
'only_disrupted_days' => 'Only show days containing incidents in the timeline?', 'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
], ],
'analytics' => [ 'analytics' => [
@@ -172,13 +172,13 @@ return [
'analytics_piwik_siteid' => 'Piwik\'s site id', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
'site-timezone' => 'サイトのタイム ゾーン', 'site-timezone' => 'Site timezone',
'site-locale' => 'サイトの言語', 'site-locale' => 'Site language',
'date-format' => '日付フォーマット', 'date-format' => 'Date format',
'incident-date-format' => 'Incident timestamp format', 'incident-date-format' => 'Incident timestamp format',
], ],
'security' => [ 'security' => [
'allowed-domains' => '許可されているドメイン', 'allowed-domains' => 'Allowed domains',
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.', 'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
'always-authenticate' => 'Always authenticate', 'always-authenticate' => 'Always authenticate',
'always-authenticate-help' => 'Require login to view any Cachet page', 'always-authenticate-help' => 'Require login to view any Cachet page',
@@ -187,41 +187,41 @@ return [
'custom-css' => 'Custom Stylesheet', 'custom-css' => 'Custom Stylesheet',
], ],
'theme' => [ 'theme' => [
'background-color' => '背景色', 'background-color' => 'Background color',
'background-fills' => 'Background fills (components, incidents, footer)', 'background-fills' => 'Background fills (components, incidents, footer)',
'banner-background-color' => 'Banner background color', 'banner-background-color' => 'Banner background color',
'banner-padding' => 'Banner padding', 'banner-padding' => 'Banner padding',
'fullwidth-banner' => '全幅バナーを有効にしますか?', 'fullwidth-banner' => 'Enable full width banner?',
'text-color' => 'Text color', 'text-color' => 'Text color',
'dashboard-login' => 'ダッシュボードページへのリンクをフッター部分に表示しますか?', 'dashboard-login' => 'Show dashboard button in the footer?',
'reds' => 'レッド(エラー表示に使用されます)', 'reds' => 'Red (used for errors)',
'blues' => 'ブルー(インフォメーション表示に使用されます)', 'blues' => 'Blue (used for information)',
'greens' => 'グリーン(成功の表示に使用されます)', 'greens' => 'Green (used for success)',
'yellows' => 'イエロー(アラート表示に使用されます)', 'yellows' => 'Yellow (used for alerts)',
'oranges' => 'オレンジ(通知表示に使用されます)', 'oranges' => 'Orange (used for notices)',
'metrics' => 'Metrics fill', 'metrics' => 'Metrics fill',
'links' => 'リンク', 'links' => 'Links',
], ],
], ],
'user' => [ 'user' => [
'username' => 'ユーザー名', 'username' => 'Username',
'email' => 'Email', 'email' => 'Email',
'password' => 'パスワード', 'password' => 'Password',
'api-token' => 'APIトークン', 'api-token' => 'API Token',
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.', 'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
'gravatar' => 'Change your profile picture at Gravatar.', 'gravatar' => 'Change your profile picture at Gravatar.',
'user_level' => 'ユーザーレベル', 'user_level' => 'User Level',
'levels' => [ 'levels' => [
'admin' => '管理者', 'admin' => 'Admin',
'user' => 'ユーザー', 'user' => 'User',
], ],
'2fa' => [ '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.', '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' => [ 'team' => [
'description' => 'Invite your team members by entering their email addresses here.', 'description' => 'Invite your team members by entering their email addresses here.',
'email' => 'Email #:id', 'email' => 'Your Team Members Email Address',
], ],
], ],
@@ -230,19 +230,19 @@ return [
], ],
// Buttons // Buttons
'add' => '追加', 'add' => 'Add',
'save' => '保存', 'save' => 'Save',
'update' => '更新', 'update' => 'Update',
'create' => '作成', 'create' => 'Create',
'edit' => '編集', 'edit' => 'Edit',
'delete' => '削除', 'delete' => 'Delete',
'submit' => '送信', 'submit' => 'Submit',
'cancel' => 'キャンセル', 'cancel' => 'Cancel',
'remove' => '削除', 'remove' => 'Remove',
'invite' => '招待', 'invite' => 'Invite',
'signup' => '新規登録', 'signup' => '新規登録',
'manage_updates' => 'Manage Updates', 'manage_updates' => 'Manage Updates',
// Other // Other
'optional' => '※ 任意', 'optional' => '* Optional',
]; ];