From eb12bc11cffbf6059c3945f9a06ab5a10416c5ce Mon Sep 17 00:00:00 2001 From: daurensky Date: Mon, 12 Feb 2024 11:22:29 +0600 Subject: [PATCH] chore(localization): add ru translations --- resources/lang/ru/documents.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/ru/documents.php b/resources/lang/ru/documents.php index 32833fa..8001552 100644 --- a/resources/lang/ru/documents.php +++ b/resources/lang/ru/documents.php @@ -2,11 +2,11 @@ return [ 'resource' => [ - 'label' => 'Document', - 'plural_label' => 'Documents', + 'label' => 'Документ', + 'plural_label' => 'Документы', 'id' => 'ID', - 'title' => 'Title', + 'title' => 'Заголовок', 'created_at' => 'Создан', 'updated_at' => 'Обновлен',