diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-05-14 14:42:49 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-05-14 14:42:49 +0300 |
commit | 23583df422d3144dc25e1653917ccb0bd8f8a975 (patch) | |
tree | 4aac57fffccc2313cd188c86bc7010e0a4b09fe6 | |
parent | Documented the .libredirect.invalid urls better https://github.com/libredirec... (diff) | |
parent | Translated using Weblate (Russian) (diff) | |
download | libredirect-23583df422d3144dc25e1653917ccb0bd8f8a975.zip |
Merge branch 'master' of https://github.com/libredirect/browser_extension
-rw-r--r-- | src/_locales/ru/messages.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/_locales/ru/messages.json b/src/_locales/ru/messages.json index f2230d94..b1ff0c42 100644 --- a/src/_locales/ru/messages.json +++ b/src/_locales/ru/messages.json @@ -32,11 +32,11 @@ "description": "used in the settings page" }, "auto": { - "message": "Auto", + "message": "Автоопределение", "description": "used in the settings page" }, "excludeFromRedirecting": { - "message": "Excluded from redirecting", + "message": "Исключения", "description": "used in the settings page" }, "importSettings": { @@ -56,7 +56,7 @@ "description": "used in the settings page" }, "showInPopup": { - "message": "Show in popup", + "message": "Показывать во всплывающем окне", "description": "used in the settings page" }, "frontend": { @@ -80,7 +80,7 @@ "description": "used in the settings page" }, "addYourFavoriteInstances": { - "message": "Add your favorite instances", + "message": "Добавить в избранное", "description": "used in the settings page" }, "copyRaw": { @@ -90,14 +90,14 @@ "message": "Скопировано" }, "redirectToOriginal": { - "message": "Redirect to original", + "message": "Перенаправить на исходную страницу", "description": "Used in context menus when right clicking on a page/tab" }, "redirectLink": { - "message": "Попытаться перенаправить эту ссылку", + "message": "Попытаться перенаправить", "description": "Used in context menus when right clicking on a hyperlink" }, "about": { - "message": "About" + "message": "О расширении" } -} \ No newline at end of file +} |