blob: 6366c58d0af86392ff56c116a04056f3e51f437f [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...",
avm99963d6987c32021-01-10 18:12:05 +010016 "description": "Title of the context menu that appears when a right click is done. Inside this parent item there are the target languages."
Adriàbf3ff682014-07-19 20:32:17 +020017 },
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...",
avm99963d6987c32021-01-10 18:12:05 +010030 "description": "Title of the item inside the 'Translate section into...' context menu which is used to go to the options page."
Adriàbf3ff682014-07-19 20:32:17 +020031 },
32 "options_welcome": {
33 "message": "Welcome!",
avm99963d6987c32021-01-10 18:12:05 +010034 "description": "Title of the options page which welcomes users"
Adriàbf3ff682014-07-19 20:32:17 +020035 },
36 "options_introduction": {
37 "message": "Please, select the languages you want to show up in the \"translate\" menu.",
avm99963d6987c32021-01-10 18:12:05 +010038 "description": "Introduction paragraph in the options page preceding the language list."
Adriàbf3ff682014-07-19 20:32:17 +020039 },
40 "options_languageselectheader": {
41 "message": "Languages:",
avm99963d6987c32021-01-10 18:12:05 +010042 "description": "Header of the selected languages list."
Adriàbf3ff682014-07-19 20:32:17 +020043 },
44 "options_otheroptionsheader": {
45 "message": "Other options:",
avm99963d6987c32021-01-10 18:12:05 +010046 "description": "Subheader in the options page before the options to choose where should the translation be shown.."
Adriàbf3ff682014-07-19 20:32:17 +020047 },
48 "options_tabsoption_1": {
avm9996304b572c2016-06-20 16:37:11 +020049 "message": "Open Google Translate in a new tab for each translation.",
avm99963d6987c32021-01-10 18:12:05 +010050 "description": "Option which defines where should the translations be shown (in this case, each translation will be opened in a new tab)."
Adriàbf3ff682014-07-19 20:32:17 +020051 },
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.",
avm99963679a6d72021-01-10 18:22:10 +010054 "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)."
Adriàbf3ff682014-07-19 20:32:17 +020055 },
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>",
avm99963d6987c32021-01-10 18:12:05 +010058 "description": "Option which defines where should the translations be shown (in this case, each translation will be opened in a new panel)."
Adriàbf3ff682014-07-19 20:32:17 +020059 },
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",
avm99963d6987c32021-01-10 18:12:05 +010070 "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."
Adriàf0e90592014-12-06 16:21:14 +010071 },
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",
avm99963d6987c32021-01-10 18:12:05 +010078 "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."
Adriàf0e90592014-12-06 16:21:14 +010079 },
80 "options_credits_homepage": {
81 "message": "homepage",
avm99963d6987c32021-01-10 18:12:05 +010082 "description": "Text shown for links to go to each homepage of open source projects in the credits. NOTE: put in in lowercase letters"
Adriàf0e90592014-12-06 16:21:14 +010083 },
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",
avm99963d6987c32021-01-10 18:12:05 +010098 "description": "OK button in informative dialogs, which is used to close them (no action is done when pressing these buttons)"
Adriàf0e90592014-12-06 16:21:14 +010099 },
100 "options_cancel": {
101 "message": "Cancel",
avm99963d6987c32021-01-10 18:12:05 +0100102 "description": "Cancel button in the dialogs, to reject an action."
Adriàf0e90592014-12-06 16:21:14 +0100103 },
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}