blob: 433fd17455ca244d554ea1a5d2c15740cabb1092 [file] [log] [blame]
Adriàbf3ff682014-07-19 20:32:17 +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": {
avm9996304b572c2016-06-20 16:37:11 +020011 "message": "Translate selected text with Google Translate",
Adriàbf3ff682014-07-19 20:32:17 +020012 "description": "The app description"
13 },
14 "contextmenu_title": {
15 "message": "Translate selection into...",
16 "description": "Title of the context menu that appears when a right click is done. Inside this parent menu there are the menus"
17 },
Adriàf0e90592014-12-06 16:21:14 +010018 "contextmenu_title2": {
Adrià3a503432014-11-02 17:02:04 +010019 "message": "Translate selection into '$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 },
Adriàbf3ff682014-07-19 20:32:17 +020028 "contextmenu_edit": {
29 "message": "Edit languages...",
30 "description": "Title of the option inside the 'Translate section into...' context menu."
31 },
32 "options_welcome": {
33 "message": "Welcome!",
34 "description": "Title of the options page"
35 },
36 "options_introduction": {
37 "message": "Please, select the languages you want to show up in the \"translate\" menu.",
38 "description": "Introduction paragraph to the options pages"
39 },
40 "options_languageselectheader": {
41 "message": "Languages:",
42 "description": "Header of the language select option."
43 },
44 "options_otheroptionsheader": {
45 "message": "Other options:",
46 "description": "Header of the options page."
47 },
48 "options_tabsoption_1": {
avm9996304b572c2016-06-20 16:37:11 +020049 "message": "Open Google Translate in a new tab for each translation.",
Adriàbf3ff682014-07-19 20:32:17 +020050 "description": "Option which defines how should the app behave in relation to tabs."
51 },
52 "options_tabsoption_2": {
avm9996304b572c2016-06-20 16:37:11 +020053 "message": "Open Google Translate in a unique tab and override the last translation instead of opening several tabs.",
Adriàbf3ff682014-07-19 20:32:17 +020054 "description": "Option which defines how should the app behave in relation to tabs."
55 },
56 "options_tabsoption_3": {
avm9996351cae202020-12-28 22:40:59 +010057 "message": "Open Google Translate in a panel (you need to activate <a href='chrome://flags/#enable-panels' id='panelsflag'>--enable-panels</a> flag). <sup style='color:red; font-weight: bold;'> EXPERIMENTAL</sup>",
Adriàbf3ff682014-07-19 20:32:17 +020058 "description": "Option which defines how should the app behave in relation to tabs."
59 },
60 "options_savebutton": {
61 "message": "Save",
62 "description": "Save button in the settings page"
63 },
Adriàf0e90592014-12-06 16:21:14 +010064 "options_addlanguage": {
65 "message": "Add language",
66 "description": "Title for the 'Add language' dialog"
67 },
68 "options_addlanguage_addbutton": {
69 "message": "Add",
70 "description": "Add button in the footer of the languages list"
71 },
72 "options_language_label": {
73 "message": "Language:",
74 "description": "Label for the language selector in the 'Add language' dialog"
75 },
76 "options_credits": {
77 "message": "Credits",
78 "description": "Title for the credits link and dialog"
79 },
80 "options_credits_homepage": {
81 "message": "homepage",
82 "description": "Homepage link for an item in the credits. NOTE: put in in lowercase letters"
83 },
84 "options_credits_by": {
85 "message": "by",
86 "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'"
87 },
avm999639bbb3a42020-12-29 03:29:44 +010088 "options_credits_translations": {
89 "message": "Translations",
90 "description": "Header for the section in the credits dialog which recognizes translators."
91 },
92 "options_credits_translations_paragraph": {
93 "message": "I would like to give a very special thank you to the following contributors, who have selflessly translated the extension interface to many languages:",
94 "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)."
95 },
Adriàf0e90592014-12-06 16:21:14 +010096 "options_ok": {
97 "message": "OK",
98 "description": "OK button in the dialogs"
99 },
100 "options_cancel": {
101 "message": "Cancel",
102 "description": "Cancel button in the dialogs"
103 },
Adriàbf3ff682014-07-19 20:32:17 +0200104 "notification_install_title": { "message": "Thanks for installing 'Translate Selected Text'" },
105 "notification_install_message": { "message": "Click this notification to set it up." },
106 "notification_upgradedtostorage_title": { "message": "'Translate Selected Text' was updated to v0.6!" },
Adriàa2296fe2014-12-14 19:57:42 +0100107 "notification_upgradedtostorage_message": { "message": "Now your options will be synced across all your devices! The bad side is that you have to set up the extension again :-( Click this notification to set it up." },
108 "notification_reorder_title": { "message": "'Translate Selected Text' was updated to v0.7!" },
109 "notification_reorder_message": { "message": "Now you can configure in which order you want the languages to appear in the context menu. " }
Adriàbf3ff682014-07-19 20:32:17 +0200110}