From c764d479fd1a9849fc5f686a6d72a4eb8eb6613b Mon Sep 17 00:00:00 2001 From: Blyamur <409434+blyamur@users.noreply.github.com> Date: Wed, 12 Mar 2025 01:22:35 +0300 Subject: [PATCH] fix: Update Russian translation (#1056) Corrections have been made in accordance with the content of the en_US language file --- client/src/locales/ru-RU/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/locales/ru-RU/core.js b/client/src/locales/ru-RU/core.js index 621b2d0f..6c27d821 100644 --- a/client/src/locales/ru-RU/core.js +++ b/client/src/locales/ru-RU/core.js @@ -206,7 +206,7 @@ export default { deleteLabel: 'Удалить метку', deleteList: 'Удалить список', deleteList_title: 'Удалить список', - deleteNotifications: 'Dismiss all', + deleteNotifications: 'Отклонить все', deleteProject: 'Удалить проект', deleteProject_title: 'Удалить проект', deleteTask: 'Удалить задачу',