New translations notifications.php (Russian)

This commit is contained in:
Cachet Bot
2018-07-12 08:41:59 +01:00
parent 16d6cfdb31
commit d8fe2fa37e
+38 -38
View File
@@ -13,84 +13,84 @@ return [
'component' => [ 'component' => [
'status_update' => [ 'status_update' => [
'mail' => [ 'mail' => [
'subject' => 'Статус компонента обновлён', 'subject' => 'Component Status Updated',
'greeting' => 'Статус компонента обновлен!', 'greeting' => 'A component\'s status was updated!',
'content' => 'Статус :name изменен с :old_status на :new_status.', 'content' => ':name status changed from :old_status to :new_status.',
'action' => 'Просмотреть', 'action' => 'View',
], ],
'slack' => [ 'slack' => [
'title' => 'Статус компонента обновлён', 'title' => 'Component Status Updated',
'content' => 'Статус :name изменен с :old_status на :new_status.', 'content' => ':name status changed from :old_status to :new_status.',
], ],
'sms' => [ 'sms' => [
'content' => 'Статус :name изменен с :old_status на :new_status.', 'content' => ':name status changed from :old_status to :new_status.',
], ],
], ],
], ],
'incident' => [ 'incident' => [
'new' => [ 'new' => [
'mail' => [ 'mail' => [
'subject' => 'Сообщение о новом инциденте', 'subject' => 'New Incident Reported',
'greeting' => 'На :app_name произошел новый инцидент.', 'greeting' => 'A new incident was reported at :app_name.',
'content' => 'Инцидент :name был обновлён', 'content' => 'Incident :name was reported',
'action' => 'Просмотреть', 'action' => 'View',
], ],
'slack' => [ 'slack' => [
'title' => 'Инцидент :name был обновлён', 'title' => 'Incident :name Reported',
'content' => 'На :app_name произошел новый инцидент', 'content' => 'A new incident was reported at :app_name',
], ],
'sms' => [ 'sms' => [
'content' => 'На :app_name произошел новый инцидент.', 'content' => 'A new incident was reported at :app_name.',
], ],
], ],
'update' => [ 'update' => [
'mail' => [ 'mail' => [
'subject' => 'Инцидент обновлён', 'subject' => 'Incident Updated',
'content' => ':name обновлен', 'content' => ':name was updated',
'title' => ':name \'у был присвоен статус :new_status', 'title' => ':name was updated to :new_status',
'action' => 'Просмотреть', 'action' => 'View',
], ],
'slack' => [ 'slack' => [
'title' => ':name обновлен', 'title' => ':name Updated',
'content' => ':name \'у был присвоен статус :new_status', 'content' => ':name was updated to :new_status',
], ],
'sms' => [ 'sms' => [
'content' => 'Инцидент :name был обновлён', 'content' => 'Incident :name was updated',
], ],
], ],
], ],
'schedule' => [ 'schedule' => [
'new' => [ 'new' => [
'mail' => [ 'mail' => [
'subject' => 'Создано новое расписание', 'subject' => 'New Schedule Created',
'content' => ':name было запланировано :date', 'content' => ':name was scheduled for :date',
'title' => 'Было создано новое плановое обслуживание.', 'title' => 'A new scheduled maintenance was created.',
'action' => 'Просмотреть', 'action' => 'View',
], ],
'slack' => [ 'slack' => [
'title' => 'Новое расписание создано!', 'title' => 'New Schedule Created!',
'content' => ':name было запланировано :date', 'content' => ':name was scheduled for :date',
], ],
'sms' => [ 'sms' => [
'content' => ':name было запланировано :date', 'content' => ':name was scheduled for :date',
], ],
], ],
], ],
'subscriber' => [ 'subscriber' => [
'verify' => [ 'verify' => [
'mail' => [ 'mail' => [
'subject' => 'Подтвердите свою подписку', 'subject' => 'Verify Your Subscription',
'content' => 'Нажмите для подтверждения своей подписки на страницу статуса :app_name.', 'content' => 'Click to verify your subscription to :app_name status page.',
'title' => 'Нажмите для подтверждения своей подписки на страницу статуса :app_name.', 'title' => 'Verify your subscription to :app_name status page.',
'action' => 'Подтвердить', 'action' => 'Verify',
], ],
], ],
], ],
'system' => [ 'system' => [
'test' => [ 'test' => [
'mail' => [ 'mail' => [
'subject' => 'Проверка от статус страницы Cachet!', 'subject' => 'Ping from Cachet!',
'content' => 'Тестовое уведомление от Cachet!', 'content' => 'This is a test notification from Cachet!',
'title' => '🔔', 'title' => '🔔',
], ],
], ],
@@ -98,10 +98,10 @@ return [
'user' => [ 'user' => [
'invite' => [ 'invite' => [
'mail' => [ 'mail' => [
'subject' => 'Ваше приглашение находится внутри...', 'subject' => 'Your invitation is inside...',
'content' => 'Вы были приглашены присоединиться к статус странице :app_name.', 'content' => 'You have been invited to join :app_name status page.',
'title' => 'Вы приглашены в статус страницу :app_name.', 'title' => 'You\'re invited to join :app_name status page.',
'action' => 'Принять', 'action' => 'Accept',
], ],
], ],
], ],