diff options
author | Fjuro <ifjuro@proton.me> | 2022-10-10 05:25:40 +0000 |
---|---|---|
committer | Hosted Weblate <hosted@weblate.org> | 2022-10-10 21:15:59 +0200 |
commit | d366d866277838b6687fba370fb8f49fd8f10930 (patch) | |
tree | a7eb53585a40e526d906a4a75554b162abed67ff | |
parent | Translated using Weblate (Russian) (diff) | |
download | libredirect-d366d866277838b6687fba370fb8f49fd8f10930.zip |
Translated using Weblate (Czech)
Currently translated at 100.0% (57 of 57 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/cs/
-rw-r--r-- | src/_locales/cs/messages.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_locales/cs/messages.json b/src/_locales/cs/messages.json index 8a5ae8ee..5fa03b5c 100644 --- a/src/_locales/cs/messages.json +++ b/src/_locales/cs/messages.json @@ -210,5 +210,13 @@ }, "protocolFallback": { "message": "Návrat k normálnímu protokolu, pokud pro současný nebudou dostupné žádné instance" + }, + "toggleTab": { + "message": "Přepnout přesměrovánív této kartě", + "description": "Used in context menus when right clicking on a page/tab" + }, + "redirectLink": { + "message": "Pokusit se přesměrovat tento odkaz", + "description": "Used in context menus when right clicking on a hyperlink" } } |