From fd0dbd185e99cf99dc89811ce7cc076840cfeced Mon Sep 17 00:00:00 2001 From: CachetBot <40326150+CachetBot@users.noreply.github.com> Date: Sun, 17 Jun 2018 07:33:18 +0100 Subject: [PATCH] New translations dashboard.php (Japanese) --- resources/lang/ja-JP/dashboard.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/ja-JP/dashboard.php b/resources/lang/ja-JP/dashboard.php index e59a29ff..6e42d59b 100644 --- a/resources/lang/ja-JP/dashboard.php +++ b/resources/lang/ja-JP/dashboard.php @@ -74,12 +74,12 @@ return [ // Incident Maintenance 'schedule' => [ - 'schedule' => '計画メンテナンス', + 'schedule' => 'メンテナンス', 'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.', 'scheduled_at' => 'Scheduled at :timestamp', 'add' => [ - 'title' => 'Add Scheduled Maintenance', - 'success' => 'Schedule added.', + 'title' => '計画メンテナンス', + 'success' => '計画メンテナンスが追加されました。', 'failure' => 'Something went wrong adding the schedule, please try again.', ], 'edit' => [