Files
cachet-docker/resources/lang/ja-JP/cachet.php
2018-10-09 11:10:55 +01:00

147 lines
5.4 KiB
PHP

<?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 [
// Components
'components' => [
'last_updated' => '最終更新 :timestamp',
'status' => [
0 => '不明',
1 => '稼働中',
2 => 'パフォーマンスに関する問題あり',
3 => '一部停止中',
4 => '大規模な停止中',
],
'group' => [
'other' => 'その他のコンポーネント',
],
'select_all' => 'Select All',
'deselect_all' => 'Deselect All',
],
// Incidents
'incidents' => [
'none' => 'インシデントはありません',
'past' => 'インシデント履歴',
'stickied' => 'Stickied Incidents',
'scheduled' => '計画メンテナンス',
'scheduled_at' => ', 予定日時 :timestamp',
'posted' => '掲載日時 :timestamp',
'posted_at' => '掲載日時 :timestamp',
'status' => [
1 => '調査中',
2 => '特定済み',
3 => '監視中',
4 => '修正済み',
],
],
// Schedule
'schedules' => [
'status' => [
0 => '近日中',
1 => '進行中',
2 => '完了',
],
],
// Service Status
'service' => [
'good' => '全システムが正常に稼働しています',
'bad' => '一部のシステムに問題が発生しています',
'major' => 'システムに深刻な問題が発生しています',
],
'api' => [
'regenerate' => 'APIキーの再生成',
'revoke' => 'APIキーの削除',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => '過去1時間',
'hourly' => '過去12時間',
'weekly' => '週',
'monthly' => '月',
],
],
// Subscriber
'subscriber' => [
'subscribe' => '最新のアップデート情報を購読する',
'unsubscribe' => '購読の解除',
'button' => '購読',
'manage_subscription' => '購読の管理',
'manage' => [
'notifications' => 'Notifications',
'notifications_for' => 'Manage notifications for',
'no_subscriptions' => '現在、すべてのアップデートを購読しています。',
'update_subscription' => 'Update Subscription',
'my_subscriptions' => '現在、以下のアップデートを購読しています。',
'manage_at_link' => '購読の管理',
],
'email' => [
'subscribe' => 'メールによるアップデート情報の購読',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'verified' => 'あなたのメール購読を確認しました。ありがとうございます!',
'manage' => '購読の管理',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'メールの購読が取り消されました。',
'failure' => '購読に失敗しました。',
'already-subscribed' => '既に購読しているので :email の購読ができません。',
],
],
'signup' => [
'title' => '新規登録',
'username' => 'Username',
'email' => 'Email',
'password' => 'Password',
'success' => 'アカウントが作成されました。',
'failure' => '新規登録に失敗しました。',
],
'system' => [
'update' => 'Cachetの新しいバージョンがあります。アップデートの方法については<a href="https://docs.cachethq.io/docs/updating-cachet">こちら</a>を参照して下さい!',
],
// Modal
'modal' => [
'close' => '閉じる',
'subscribe' => [
'title' => 'コンポーネントのアップデート情報を購読する',
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
'button' => '購読',
],
],
// Meta descriptions
'meta' => [
'description' => [
'incident' => 'Details and updates about the :name incident that occurred on :date',
'schedule' => 'Details about the scheduled maintenance period :name starting :startDate',
'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods',
'overview' => 'Stay up to date with the latest service updates from :app.',
],
],
// Other
'home' => 'ホーム',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.',
'about_this_site' => 'このサイトについて',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'ステータスフィード',
];