Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 1 | { |
| 2 | "appName": { |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 3 | "message": "Traduir Text Seleccionat", |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 4 | "description": "The app name" |
| 5 | }, |
| 6 | "appBetaName": { |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 7 | "message": "Traduir Text Seleccionat (Beta)", |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 8 | "description": "The beta app name" |
| 9 | }, |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 10 | "appDescription": { |
| 11 | "message": "Tradueix el text que seleccionis amb el traductor de Google", |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 12 | "description": "The app description" |
| 13 | }, |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 14 | "contextmenu_title": { |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 15 | "message": "Tradueix la selecció al...", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 16 | "description": "Title of the context menu that appears when a right click is done. Inside this parent item there are the target languages." |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 17 | }, |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 18 | "contextmenu_title2": { |
Adrià | 3a50343 | 2014-11-02 17:02:04 +0100 | [diff] [blame] | 19 | "message": "Tradueix la selecció a '$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": { |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 22 | "language": { |
| 23 | "content": "$1", |
| 24 | "example": "Language to translate into." |
| 25 | } |
| 26 | } |
Adrià | 3a50343 | 2014-11-02 17:02:04 +0100 | [diff] [blame] | 27 | }, |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 28 | "contextmenu_edit": { |
| 29 | "message": "Modifica els idiomes...", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 30 | "description": "Title of the item inside the 'Translate section into...' context menu which is used to go to the options page." |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 31 | }, |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 32 | "options_welcome": { |
| 33 | "message": "Benvinguda!", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 34 | "description": "Title of the options page which welcomes users" |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 35 | }, |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 36 | "options_introduction": { |
| 37 | "message": "Si us plau, selecciona els idiomes que vols que surtin al menú \"traduir\".", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 38 | "description": "Introduction paragraph in the options page preceding the language list." |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 39 | }, |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 40 | "options_languageselectheader": { |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 41 | "message": "Idiomes:", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 42 | "description": "Header of the selected languages list." |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 43 | }, |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 44 | "options_otheroptionsheader": { |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 45 | "message": "Altres opcions:", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 46 | "description": "Subheader in the options page before the options to choose where should the translation be shown.." |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 47 | }, |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 48 | "options_tabsoption_1": { |
| 49 | "message": "Obre Google Traductor en una pestanya nova per a cada traducció.", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 50 | "description": "Option which defines where should the translations be shown (in this case, each translation will be opened in a new tab)." |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 51 | }, |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 52 | "options_tabsoption_2": { |
| 53 | "message": "Obre Google Traductor en una única pestanya i reemplaça l'última traducció en comptes d'obrir diverses pestanyes.", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 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)." |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 55 | }, |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 56 | "options_tabsoption_3": { |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 57 | "message": "Obre Google Traductor en una finestra emergent.", |
| 58 | "description": "Option which defines where should the translations be shown (in this case, each translation will be opened in a new popup)." |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 59 | }, |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 60 | "options_savebutton": { |
| 61 | "message": "Desa", |
| 62 | "description": "Save button in the settings page" |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 63 | }, |
Adrià | f0e9059 | 2014-12-06 16:21:14 +0100 | [diff] [blame] | 64 | "options_addlanguage": { |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 65 | "message": "Afegeix un idioma", |
Adrià | f0e9059 | 2014-12-06 16:21:14 +0100 | [diff] [blame] | 66 | "description": "Title for the 'Add language' dialog" |
| 67 | }, |
| 68 | "options_addlanguage_addbutton": { |
| 69 | "message": "Afegeix", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 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." |
Adrià | f0e9059 | 2014-12-06 16:21:14 +0100 | [diff] [blame] | 71 | }, |
| 72 | "options_language_label": { |
| 73 | "message": "Idioma:", |
| 74 | "description": "Label for the language selector in the 'Add language' dialog" |
| 75 | }, |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 76 | "options_credits": { |
Adrià | f0e9059 | 2014-12-06 16:21:14 +0100 | [diff] [blame] | 77 | "message": "Crèdits", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 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": "Extensió creada per: <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)." |
Adrià | f0e9059 | 2014-12-06 16:21:14 +0100 | [diff] [blame] | 83 | }, |
| 84 | "options_credits_homepage": { |
| 85 | "message": "pàgina web", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 86 | "description": "Text shown for links to go to each homepage of open source projects in the credits. NOTE: put in in lowercase letters" |
Adrià | f0e9059 | 2014-12-06 16:21:14 +0100 | [diff] [blame] | 87 | }, |
| 88 | "options_credits_by": { |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 89 | "message": "per", |
Adrià | f0e9059 | 2014-12-06 16:21:14 +0100 | [diff] [blame] | 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 | }, |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 92 | "options_credits_translations": { |
| 93 | "message": "Traduccions", |
| 94 | "description": "Header for the section in the credits dialog which recognizes translators." |
| 95 | }, |
| 96 | "options_credits_translations_paragraph": { |
| 97 | "message": "M'agradaria donar moltes gràcies especialment als següents col·laboradors, que han traduit la interfaç de l'extensió a molts idiomes desinteressadament:", |
| 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 | }, |
Adrià | f0e9059 | 2014-12-06 16:21:14 +0100 | [diff] [blame] | 100 | "options_ok": { |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 101 | "message": "D'acord", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 102 | "description": "OK button in informative dialogs, which is used to close them (no action is done when pressing these buttons)" |
Adrià | f0e9059 | 2014-12-06 16:21:14 +0100 | [diff] [blame] | 103 | }, |
| 104 | "options_cancel": { |
| 105 | "message": "Cancel·lar", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 106 | "description": "Cancel button in the dialogs, to reject an action." |
Adrià | f0e9059 | 2014-12-06 16:21:14 +0100 | [diff] [blame] | 107 | }, |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 108 | "notification_install_title": { |
| 109 | "message": "Gràcies per instal·lar 'Traduir Text Seleccionat'" |
| 110 | }, |
| 111 | "notification_install_message": { |
| 112 | "message": "Fes clic en aquesta notificació per a configurar l'extensió." |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 113 | } |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 114 | } |