From 9fb2de70175e833a247715e66864075e9fef327b Mon Sep 17 00:00:00 2001 From: CachetBot <40326150+CachetBot@users.noreply.github.com> Date: Sun, 17 Jun 2018 07:33:40 +0100 Subject: [PATCH] New translations cachet.php (Russian) --- resources/lang/ru-RU/cachet.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/ru-RU/cachet.php b/resources/lang/ru-RU/cachet.php index c81c7383..b9798172 100644 --- a/resources/lang/ru-RU/cachet.php +++ b/resources/lang/ru-RU/cachet.php @@ -53,7 +53,7 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1]System operational|[2,*]All systems are operational', + 'good' => '[0,1]Система работает в штатном режиме |[2,*]Все системы работают в штатном режиме', 'bad' => '[0,1] В системе есть неполадки|[2,Inf] В некоторых системах есть неполадки', 'major' => '[0,1] Система не работает|[2,Inf] Некоторые системы не работают', ], @@ -121,9 +121,9 @@ return [ // 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', + 'incident' => 'Подробная информация и обновления о инциденте: :name, который произошел: :date', + 'schedule' => 'Подробная информация о запланированных технических работах: :name начинаются :startDate', + 'subscribe' => 'Подписаться на :app для того, чтобы получать информацию о инцидентах и запланированных технических работах', 'overview' => 'Будьте в курсе последних новостей о состоянии сервиса от :app.', ], ],