blob: fe032d8bc3f64dee0b5224eadc133d915934e9fb [file] [log] [blame]
avm9996351cae202020-12-28 22:40:59 +01001{
Adrià Vilanova Martíneza31290e2024-05-28 23:09:49 +02002 "appName": {
3 "message": "Traducerea textul selectat",
4 "description": "The app name"
5 },
6 "appBetaName": {
7 "message": "Traducerea textului selectat (Beta)",
8 "description": "The beta app name"
9 },
10 "appCanaryName": {
11 "message": "Traducerea textul selectat (Canary)",
12 "description": "The beta app name"
13 },
14 "appDescription": {
15 "message": "Traduceți textul selectat cu Google Translate",
16 "description": "The app description"
17 },
18 "contextmenu_title": {
19 "message": "Traduceți selecția în...",
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": "Traduceți selecția în '$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 "contextmenu_edit": {
33 "message": "Editare limbi...",
34 "description": "Title of the item inside the 'Translate section into...' context menu which is used to go to the options page."
35 },
36 "options_welcome": {
37 "message": "Bine ați venit!",
38 "description": "Title of the options page which welcomes users"
39 },
40 "options_introduction": {
41 "message": "Vă rugăm să selectați limbile care doriți să apară în meniul \"traduce\".",
42 "description": "Introduction paragraph in the options page preceding the language list."
43 },
44 "options_languageselectheader": {
45 "message": "Limbi:",
46 "description": "Header of the selected languages list."
47 },
48 "options_otheroptionsheader": {
49 "message": "Alte opțiuni:",
50 "description": "Subheader in the options page before the options to choose where should the translation be shown.."
51 },
52 "options_tabsoption_1": {
53 "message": "Deschide Google Translate într-o filă nouă pentru fiecare traducere.",
54 "description": "Option which defines where should the translations be shown (in this case, each translation will be opened in a new tab)."
55 },
56 "options_tabsoption_2": {
57 "message": "Deschide Google Translate într-o filă unică și în loc să se deschidă mai multe file, suprascrie ultima traducere.",
58 "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)."
59 },
60 "options_savebutton": {
61 "message": "Salvați",
62 "description": "Save button in the settings page"
63 },
64 "options_addlanguage": {
65 "message": "Adaugă limbă",
66 "description": "Title for the 'Add language' dialog"
67 },
68 "options_addlanguage_addbutton": {
69 "message": "Adaugă",
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."
71 },
72 "options_language_label": {
73 "message": "Limbă:",
74 "description": "Label for the language selector in the 'Add language' dialog"
75 },
76 "options_credits": {
77 "message": "Credite",
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_homepage": {
81 "message": "pagină principală",
82 "description": "Text shown for links to go to each homepage of open source projects in the credits. NOTE: put in in lowercase letters"
83 },
84 "options_credits_by": {
85 "message": "de",
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 },
88 "options_credits_translations": {
89 "message": "Traduceri",
90 "description": "Header for the section in the credits dialog which recognizes translators."
91 },
92 "options_ok": {
93 "message": "OK",
94 "description": "OK button in informative dialogs, which is used to close them (no action is done when pressing these buttons)"
95 },
96 "options_cancel": {
97 "message": "Anulare",
98 "description": "Cancel button in the dialogs, to reject an action."
99 },
100 "notification_install_title": {
101 "message": "Vă mulțumim pentru că ați instalat 'Translate Selected Text'"
102 },
103 "notification_install_message": {
104 "message": "Apăsați pe această notificare pentru a o configura."
105 }
avm9996351cae202020-12-28 22:40:59 +0100106}