diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-08-31 18:12:49 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-08-31 18:12:49 +0300 |
commit | 1d7ab3f03ca87bce28e3404dc77085f24a7f2203 (patch) | |
tree | b0aeaeb9d53b301a1ce0319ed7ae28b56f182927 /src/_locales | |
parent | Fixed wrong instances list appearing (diff) | |
parent | Translated using Weblate (Russian) (diff) | |
download | libredirect-1d7ab3f03ca87bce28e3404dc77085f24a7f2203.zip |
Merge branch 'master' of https://github.com/libredirect/browser_extension
Diffstat (limited to 'src/_locales')
-rw-r--r-- | src/_locales/ru/messages.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/_locales/ru/messages.json b/src/_locales/ru/messages.json index 144aa260..f20db301 100644 --- a/src/_locales/ru/messages.json +++ b/src/_locales/ru/messages.json @@ -8,7 +8,7 @@ "description": "description of the extension" }, "switchInstance": { - "message": "Переключить экземпляр", + "message": "Сменить сервер", "description": "used in manifest.json as shortcut description" }, "settings": { @@ -76,7 +76,7 @@ "description": "used in the settings page" }, "onlyNotEmbedded": { - "message": "только не встроеные", + "message": "только не встроенные", "description": "used in the settings page" }, "addYourFavoriteInstances": { @@ -84,13 +84,13 @@ "description": "used in the settings page" }, "copyRaw": { - "message": "Скопировать оригинал" + "message": "Копировать изначальную" }, "copied": { "message": "Скопировано" }, "redirectToOriginal": { - "message": "Перенаправить на исходную страницу", + "message": "Обратно на исходный сайт", "description": "Used in context menus when right clicking on a page/tab" }, "redirectLink": { |