From 4f459ad56b378e410acb2186ac9abf6f50431948 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:05:42 +0000 Subject: [PATCH] New translations cachet.php (Japanese) --- resources/lang/ja-JP/cachet.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/lang/ja-JP/cachet.php b/resources/lang/ja-JP/cachet.php index 0dd08d1f..cb346a2b 100644 --- a/resources/lang/ja-JP/cachet.php +++ b/resources/lang/ja-JP/cachet.php @@ -14,7 +14,7 @@ return [ 'components' => [ 'last_updated' => '最終更新 :timestamp', 'status' => [ - 0 => 'Unknown', + 0 => '不明', 1 => '稼働中', 2 => 'パフォーマンスに関する問題あり', 3 => '一部停止中', @@ -33,6 +33,7 @@ return [ 'scheduled' => '計画メンテナンス', 'scheduled_at' => ', 予定日時 :timestamp', 'posted' => '投稿日時 :timestamp', + 'posted_at' => 'Posted at :timestamp', 'status' => [ 1 => '調査中', 2 => '特定済み', @@ -46,7 +47,7 @@ return [ 'status' => [ 0 => 'Upcoming', 1 => 'In Progress', - 2 => 'Complete', + 2 => '完了', ], ], @@ -75,7 +76,7 @@ return [ // Subscriber 'subscriber' => [ 'subscribe' => '最新のアップデート情報を購読する', - 'unsubscribe' => 'Unsubscribe at :link', + 'unsubscribe' => '登録解除はこちら :link', 'button' => '購読', 'manage' => [ 'no_subscriptions' => 'You\'re currently subscribed to all updates.',