blob: dd8e7e497a72f81d6e9d24dfbc88855823c9ae57 [file] [log] [blame]
Adrià Vilanova Martínez27c04ae2021-08-08 12:40:00 +02001{
2 "appName": {
3 "message": "Translate Selected Text",
4 "description": "The app name"
5 },
6 "appBetaName": {
7 "message": "Translate Selected Text (Beta)",
8 "description": "The beta app name"
9 },
10 "appDescription": {
11 "message": "Přeložte označený text pomocí překladače Google",
12 "description": "The app description"
13 },
14 "contextmenu_title": {
15 "message": "Přeložit označený text do...",
16 "description": "Title of the context menu that appears when a right click is done. Inside this parent item there are the target languages."
17 },
18 "contextmenu_title2": {
19 "message": "Přeložit označený text do '$language$'",
20 "description": "Title of the context menu that appears when a right click is done and there's only one language available.",
21 "placeholders": {
22 "language": {
23 "content": "$1",
24 "example": "Language to translate into."
25 }
26 }
27 },
28 "contextmenu_edit": {
29 "message": "Editovat jazyky...",
30 "description": "Title of the item inside the 'Translate section into...' context menu which is used to go to the options page."
31 },
32 "options_welcome": {
33 "message": "Vítejte!",
34 "description": "Title of the options page which welcomes users"
35 },
36 "options_introduction": {
37 "message": "Vyberte jazyky, které chcete zobrazit v nabídce \"přeložit\".",
38 "description": "Introduction paragraph in the options page preceding the language list."
39 },
40 "options_languageselectheader": {
41 "message": "Jazyky:",
42 "description": "Header of the selected languages list."
43 },
44 "options_otheroptionsheader": {
45 "message": "Další možnosti:",
46 "description": "Subheader in the options page before the options to choose where should the translation be shown.."
47 },
48 "options_tabsoption_1": {
49 "message": "Pro každý překlad otevřít na nové kartě překladač Google.",
50 "description": "Option which defines where should the translations be shown (in this case, each translation will be opened in a new tab)."
51 },
52 "options_tabsoption_2": {
53 "message": "Místo otevírání několika karet otevřít překladač Google na jedinečné kartě a přepsat poslední překlad.",
54 "description": "Option which defines where should the translations be shown (in this case, each translation will be opened in the same tab used for the previous translation, or will open a new tab if there aren't any translation tabs open)."
55 },
56 "options_tabsoption_3": {
57 "message": "Překladač Google otevřít ve vyskakovacím okně.",
58 "description": "Option which defines where should the translations be shown (in this case, each translation will be opened in a new popup)."
59 },
60 "options_savebutton": {
61 "message": "Uložit",
62 "description": "Save button in the settings page"
63 },
64 "options_addlanguage": {
65 "message": "Přidat jazyk",
66 "description": "Title for the 'Add language' dialog"
67 },
68 "options_addlanguage_addbutton": {
69 "message": "Přidat",
70 "description": "'Add' button in the footer of the languages list which is used to show a dialog with a list of potential languages to add. In the dialog, this message is also shown inside a button which is used to confirm the action."
71 },
72 "options_language_label": {
73 "message": "Jazyk:",
74 "description": "Label for the language selector in the 'Add language' dialog"
75 },
76 "options_credits": {
77 "message": "Poděkování",
78 "description": "Message for the link to the credits dialog, and also the title for the credits dialog, which shows a list of open source projects used inside the extension and a list of translators/contributors."
79 },
80 "options_credits_createdby": {
81 "message": "Rozšíření vytvořil: <a href=\"https://www.avm99963.com/\" target=\"_blank\">@avm99963</a> (Adrià Vilanova Martínez)",
82 "description": "Text shown in the credits dialog, which shows that the extension was created by Adrià Vilanova Martínez (and their username is avm99963)."
83 },
84 "options_credits_homepage": {
85 "message": "domovská stránka",
86 "description": "Text shown for links to go to each homepage of open source projects in the credits. NOTE: put in in lowercase letters"
87 },
88 "options_credits_by": {
89 "message": "od",
90 "description": "Fragment of the author statement in an item of the credits. NOTE: put in in lowercase letters. EXAMPLE: '{{options_credits_by}} Adrià Vilanova Martínez'"
91 },
92 "options_credits_translations": {
93 "message": "Překlady",
94 "description": "Header for the section in the credits dialog which recognizes translators."
95 },
96 "options_credits_translations_paragraph": {
97 "message": "Rád bych poděkoval následujícím přispěvatelům, kteří obětavě přeložili rozhraní tohoto rozšíření do mnoha jazyků:",
98 "description": "Paragraph in the 'Translations' section of the credits dialog, which recognizes translators. Following this paragraph there's a list with all the translators' names (if you've translated a string in Crowdin, you'll automatically be added to the list in the following extension update)."
99 },
100 "options_ok": {
101 "message": "OK",
102 "description": "OK button in informative dialogs, which is used to close them (no action is done when pressing these buttons)"
103 },
104 "options_cancel": {
105 "message": "Zrušit",
106 "description": "Cancel button in the dialogs, to reject an action."
107 },
108 "notification_install_title": {
109 "message": "Děkujeme za instalaci 'Translate Selected Text'"
110 },
111 "notification_install_message": {
112 "message": "Pro nastavení klikněte na toto oznámení."
113 }
114}