From e0f6db311fd1fc1c958cb7632d383b62df878256 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:06:03 +0000 Subject: [PATCH] New translations notifications.php (Ukrainian) --- resources/lang/uk-UA/notifications.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/lang/uk-UA/notifications.php b/resources/lang/uk-UA/notifications.php index 6a65c6bd..a9ee3b05 100644 --- a/resources/lang/uk-UA/notifications.php +++ b/resources/lang/uk-UA/notifications.php @@ -16,7 +16,7 @@ return [ 'subject' => 'Component Status Updated', 'greeting' => 'A component\'s status was updated!', 'content' => ':name status changed from :old_status to :new_status.', - 'action' => 'View', + 'action' => 'Подання', ], 'slack' => [ 'title' => 'Component Status Updated', @@ -30,25 +30,25 @@ return [ 'incident' => [ 'new' => [ 'mail' => [ - 'subject' => 'New Incident Reported', - 'greeting' => 'A new incident was reported at :app_name.', - 'content' => 'Incident :name was reported', - 'action' => 'View', + 'subject' => 'Нове повідомлення про інцидент', + 'greeting' => 'Нове повідомлення про інцидент на сторінці :app_name.', + 'content' => 'Інцидент: ім\'я було повідомлено', + 'action' => 'Подання', ], 'slack' => [ - 'title' => 'Incident :name Reported', - 'content' => 'A new incident was reported at :app_name', + 'title' => 'Інцидент: ім\'я повідомлено', + 'content' => 'Нове повідомлення про інцидент на сторінці :app_name', ], 'sms' => [ - 'content' => 'A new incident was reported at :app_name.', + 'content' => 'Нове повідомлення про інцидент на сторінці :app_name.', ], ], 'update' => [ 'mail' => [ - 'subject' => 'Incident Updated', + 'subject' => 'Інцидент оновлено', 'content' => ':name was updated', 'title' => ':name was updated to :new_status', - 'action' => 'View', + 'action' => 'Подання', ], 'slack' => [ 'title' => ':name Updated', @@ -65,7 +65,7 @@ return [ 'subject' => 'New Schedule Created', 'content' => ':name was scheduled for :date', 'title' => 'A new scheduled maintenance was created.', - 'action' => 'View', + 'action' => 'Подання', ], 'slack' => [ 'title' => 'New Schedule Created!', @@ -101,7 +101,7 @@ return [ 'subject' => 'Your invitation is inside...', 'content' => 'You have been invited to join :app_name status page.', 'title' => 'You\'re invited to join :app_name status page.', - 'action' => 'Accept', + 'action' => 'Прийняти', ], ], ],