New translations dashboard.php (Russian)
This commit is contained in:
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Инциденты и плановые работы',
|
||||
'incidents' => 'Инциденты',
|
||||
'logged' => '{0} Нет инцидентов, отличная работа!|У вас зарегистрирован <strong>:count</strong> инцидент.|У вас зарегистрировано <strong>:count</strong> инцидента.|У вас зарегистрировано <strong>:count</strong> инцидентов.',
|
||||
'logged' => '{0} There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Создать шаблон',
|
||||
'incident-templates' => 'Шаблоны инцидентов',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Создать новое обновление инцидента',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
@@ -75,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Плановые работы',
|
||||
'logged' => '{0} Ни одного планового обслуживания не зарегистрировано.|У вас зарегистрировано <strong>:count</strong> плановое обслуживание.|У вас зарегистрировано <strong>:count</strong> плановых обслуживания.|У вас зарегистрировано <strong>:count</strong> плановых обслуживаний.',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Запланировано на :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Добавить плановые работы',
|
||||
|
||||
Reference in New Issue
Block a user