Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 1 | { |
Adrià Vilanova Martínez | 9f03abd | 2022-06-02 00:51:00 +0200 | [diff] [blame] | 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 | }, |
Adrià Vilanova Martínez | 87e3505 | 2022-06-01 14:05:29 +0200 | [diff] [blame] | 10 | "appCanaryName": { |
Adrià Vilanova Martínez | 9f03abd | 2022-06-02 00:51:00 +0200 | [diff] [blame] | 11 | "message": "Translate Selected Text (Canary)", |
| 12 | "description": "The beta app name" |
| 13 | }, |
| 14 | "appDescription": { |
| 15 | "message": "Translate selected text with Google Translate", |
| 16 | "description": "The app description" |
| 17 | }, |
| 18 | "contextmenu_title": { |
| 19 | "message": "Translate selection into...", |
| 20 | "description": "Title of the context menu that appears when selecting text in a website and then right clicking it. Inside this parent item there are the target languages." |
| 21 | }, |
| 22 | "contextmenu_title2": { |
| 23 | "message": "Translate selection into '$language$'", |
| 24 | "description": "Title of the context menu that appears after selecting text in a website and right clicking it, when only one target language has been configured.", |
| 25 | "placeholders": { |
| 26 | "language": { |
| 27 | "content": "$1", |
| 28 | "example": "Language to translate into." |
| 29 | } |
| 30 | } |
| 31 | }, |
| 32 | "contextmenulink_title": { |
| 33 | "message": "Translate this link to...", |
| 34 | "description": "Title of the context menu that appears when right clicking a link. Inside this parent item there are the target languages." |
| 35 | }, |
| 36 | "contextmenulink_title2": { |
| 37 | "message": "Translate this link to '$language$'", |
| 38 | "description": "Title of the context menu that appears after right clicking a link, when only one target language has been configured.", |
| 39 | "placeholders": { |
| 40 | "language": { |
| 41 | "content": "$1", |
| 42 | "example": "Language to translate into." |
| 43 | } |
| 44 | } |
| 45 | }, |
| 46 | "contextmenu_edit": { |
| 47 | "message": "Edit languages...", |
| 48 | "description": "Title of the item inside the 'Translate section into...' context menu which is used to go to the options page." |
| 49 | }, |
| 50 | "options_welcome": { |
| 51 | "message": "Welcome!", |
| 52 | "description": "Title of the options page which welcomes users" |
| 53 | }, |
| 54 | "options_introduction": { |
| 55 | "message": "Please, select the languages you want to show up in the \"translate\" menu.", |
| 56 | "description": "Introduction paragraph in the options page preceding the language list." |
| 57 | }, |
| 58 | "options_languageselectheader": { |
| 59 | "message": "Languages:", |
| 60 | "description": "Header of the selected languages list." |
| 61 | }, |
| 62 | "options_otheroptionsheader": { |
| 63 | "message": "Other options:", |
| 64 | "description": "Subheader in the options page before the options to choose where should the translation be shown.." |
| 65 | }, |
| 66 | "options_tabsoption_1": { |
| 67 | "message": "Open Google Translate in a new tab for each translation.", |
| 68 | "description": "Option which defines where should the translations be shown (in this case, each translation will be opened in a new tab)." |
| 69 | }, |
| 70 | "options_tabsoption_2": { |
| 71 | "message": "Open Google Translate in a unique tab and override the last translation instead of opening several tabs.", |
| 72 | "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)." |
| 73 | }, |
| 74 | "options_tabsoption_3": { |
| 75 | "message": "Open Google Translate in a popup.", |
| 76 | "description": "Option which defines where should the translations be shown (in this case, each translation will be opened in a new popup)." |
| 77 | }, |
| 78 | "options_savebutton": { |
| 79 | "message": "Save", |
| 80 | "description": "Save button in the settings page" |
| 81 | }, |
| 82 | "options_addlanguage": { |
| 83 | "message": "Add language", |
| 84 | "description": "Title for the 'Add language' dialog" |
| 85 | }, |
| 86 | "options_addlanguage_addbutton": { |
| 87 | "message": "Add", |
| 88 | "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." |
| 89 | }, |
| 90 | "options_language_label": { |
| 91 | "message": "Language:", |
| 92 | "description": "Label for the language selector in the 'Add language' dialog" |
| 93 | }, |
| 94 | "options_credits": { |
| 95 | "message": "Credits", |
| 96 | "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." |
| 97 | }, |
avm99963 | 18dc3ef | 2021-01-10 18:49:18 +0100 | [diff] [blame] | 98 | "options_credits_createdby": { |
| 99 | "message": "Extension created by: <a href=\"https://www.avm99963.com/\" target=\"_blank\">@avm99963</a> (Adrià Vilanova Martínez)", |
| 100 | "description": "Text shown in the credits dialog, which shows that the extension was created by Adrià Vilanova Martínez (and their username is avm99963)." |
| 101 | }, |
Adrià Vilanova Martínez | 9f03abd | 2022-06-02 00:51:00 +0200 | [diff] [blame] | 102 | "options_credits_homepage": { |
| 103 | "message": "homepage", |
| 104 | "description": "Text shown for links to go to each homepage of open source projects in the credits. NOTE: put in in lowercase letters" |
| 105 | }, |
| 106 | "options_credits_by": { |
| 107 | "message": "by", |
| 108 | "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'" |
| 109 | }, |
avm99963 | 9bbb3a4 | 2020-12-29 03:29:44 +0100 | [diff] [blame] | 110 | "options_credits_translations": { |
| 111 | "message": "Translations", |
| 112 | "description": "Header for the section in the credits dialog which recognizes translators." |
| 113 | }, |
| 114 | "options_credits_translations_paragraph": { |
| 115 | "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:", |
| 116 | "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)." |
| 117 | }, |
Adrià Vilanova Martínez | 9f03abd | 2022-06-02 00:51:00 +0200 | [diff] [blame] | 118 | "options_ok": { |
| 119 | "message": "OK", |
| 120 | "description": "OK button in informative dialogs, which is used to close them (no action is done when pressing these buttons)" |
| 121 | }, |
| 122 | "options_cancel": { |
| 123 | "message": "Cancel", |
| 124 | "description": "Cancel button in the dialogs, to reject an action." |
| 125 | }, |
| 126 | "notification_install_title": { |
| 127 | "message": "Thanks for installing 'Translate Selected Text'" |
| 128 | }, |
| 129 | "notification_install_message": { |
| 130 | "message": "Click this notification to set it up." |
| 131 | } |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 132 | } |