avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 1 | { |
| 2 | "appName": { |
| 3 | "message": "Traduzir o texto selecionado", |
| 4 | "description": "The app name" |
| 5 | }, |
| 6 | "appBetaName": { |
| 7 | "message": "Traduzir o texto selecionado (Beta)", |
| 8 | "description": "The beta app name" |
| 9 | }, |
| 10 | "appDescription": { |
| 11 | "message": "Traduzir o texto selecionado com o Google Tradutor", |
| 12 | "description": "The app description" |
| 13 | }, |
| 14 | "contextmenu_title": { |
| 15 | "message": "Traduzir seleção em...", |
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." |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 17 | }, |
| 18 | "contextmenu_title2": { |
| 19 | "message": "Traduzir seleção em '$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": "Editar idiomas...", |
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." |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 31 | }, |
| 32 | "options_welcome": { |
| 33 | "message": "Bem-vindo!", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 34 | "description": "Title of the options page which welcomes users" |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 35 | }, |
| 36 | "options_introduction": { |
| 37 | "message": "Por favor, selecione os idiomas que você quer que apareçam no menu \"traduzir\".", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 38 | "description": "Introduction paragraph in the options page preceding the language list." |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 39 | }, |
| 40 | "options_languageselectheader": { |
| 41 | "message": "Idiomas:", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 42 | "description": "Header of the selected languages list." |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 43 | }, |
| 44 | "options_otheroptionsheader": { |
| 45 | "message": "Outras opções:", |
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.." |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 47 | }, |
| 48 | "options_tabsoption_1": { |
| 49 | "message": "Abrir o Google Tradutor em uma nova guia para cada tradução.", |
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)." |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 51 | }, |
| 52 | "options_tabsoption_2": { |
| 53 | "message": "Abrir o Google Tradutor em uma única guia e substituir a última tradução em vez de abrir várias abas.", |
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)." |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 55 | }, |
| 56 | "options_savebutton": { |
| 57 | "message": "Salvar", |
| 58 | "description": "Save button in the settings page" |
| 59 | }, |
| 60 | "options_addlanguage": { |
| 61 | "message": "Adicionar idioma", |
| 62 | "description": "Title for the 'Add language' dialog" |
| 63 | }, |
| 64 | "options_addlanguage_addbutton": { |
| 65 | "message": "Adicionar", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 66 | "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." |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 67 | }, |
| 68 | "options_language_label": { |
| 69 | "message": "Idioma:", |
| 70 | "description": "Label for the language selector in the 'Add language' dialog" |
| 71 | }, |
| 72 | "options_credits": { |
| 73 | "message": "Créditos", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 74 | "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." |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 75 | }, |
| 76 | "options_credits_homepage": { |
| 77 | "message": "página inicial", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 78 | "description": "Text shown for links to go to each homepage of open source projects in the credits. NOTE: put in in lowercase letters" |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 79 | }, |
| 80 | "options_credits_by": { |
| 81 | "message": "por", |
| 82 | "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'" |
| 83 | }, |
| 84 | "options_ok": { |
| 85 | "message": "OK", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 86 | "description": "OK button in informative dialogs, which is used to close them (no action is done when pressing these buttons)" |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 87 | }, |
| 88 | "options_cancel": { |
| 89 | "message": "Cancelar", |
avm99963 | 15c2473 | 2021-01-10 20:06:18 +0100 | [diff] [blame] | 90 | "description": "Cancel button in the dialogs, to reject an action." |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 91 | }, |
| 92 | "notification_install_title": { |
| 93 | "message": "Obrigado por instalar 'Traduzir Texto Selecionado'" |
| 94 | }, |
| 95 | "notification_install_message": { |
| 96 | "message": "Clique nesta notificação para configurar." |
avm99963 | 51cae20 | 2020-12-28 22:40:59 +0100 | [diff] [blame] | 97 | } |
| 98 | } |