From 4a34fa7a9039e88f30c43b944550ae20926f5cfc Mon Sep 17 00:00:00 2001 From: David Malchin Date: Sat, 4 Mar 2023 00:32:23 +0200 Subject: [PATCH] chore(locales): update russian and hebrew (#260) * chore(locales): update russian * chore(locales): update hebrew --- locales/he.json | 2 +- locales/ru.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/he.json b/locales/he.json index 94c7674..b7addbc 100644 --- a/locales/he.json +++ b/locales/he.json @@ -4,6 +4,6 @@ "cancel": "ביטול", "close": "סגירה", "confirm": "אישור", - "more": "More..." + "more": "...עוד" } } diff --git a/locales/ru.json b/locales/ru.json index af7f9c9..e23aed4 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -2,8 +2,8 @@ "language": "Русский", "ui": { "cancel": "Отменить", - "close": "Закрывать", - "confirm": "Подтверждать", - "more": "More..." + "close": "Закрыть", + "confirm": "Подтвердить", + "more": "Ещё..." } }