blob: 4b421da9f886b0a3c15f46b4102d75d8aa50aa9e [file] [log] [blame]
avm9996351cae202020-12-28 22:40:59 +01001{
Adrià Vilanova Martíneza31290e2024-05-28 23:09:49 +02002 "appName": {
3 "message": "Translate Selected Text",
4 "description": "The app name"
5 },
6 "appBetaName": {
7 "message": "Translate Selected Text (বিটা)",
8 "description": "The beta app name"
9 },
10 "appCanaryName": {
11 "message": "Translate Selected Text (Canary)",
12 "description": "The beta app name"
13 },
14 "appDescription": {
15 "message": "Google Translate এর সাথে Translate selected text",
16 "description": "The app description"
17 },
18 "contextmenu_title": {
19 "message": "নির্বাচনে অনুবাদ...",
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": "নির্বাচনে অনুবাদ করুন'$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": "ভাষা সম্পাদনা করুন...",
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": "স্বাগতম!",
38 "description": "Title of the options page which welcomes users"
39 },
40 "options_introduction": {
41 "message": "দয়া করে, \"অনুবাদ\" মেনুতে আপনি যে ভাষাগুলি দেখাতে চান তা নির্বাচন করুন।",
42 "description": "Introduction paragraph in the options page preceding the language list."
43 },
44 "options_languageselectheader": {
45 "message": "ভাষাগুলো:",
46 "description": "Header of the selected languages list."
47 },
48 "options_otheroptionsheader": {
49 "message": "অন্যান্য বিকল্প:",
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": "প্রতিটি অনুবাদের জন্য একটি নতুন ট্যাবে Google Translate খুলুন।",
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": "একটি অনন্য ট্যাবে Google Translate খুলুন এবং কয়েকটি ট্যাব খোলার পরিবর্তে শেষ অনুবাদকে ওভাররাইড করুন।",
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": "সংরক্ষণ করুন",
62 "description": "Save button in the settings page"
63 },
64 "options_addlanguage": {
65 "message": "ভাষা যুক্ত করুন",
66 "description": "Title for the 'Add language' dialog"
67 },
68 "options_addlanguage_addbutton": {
69 "message": "যোগ করুন",
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": "ভাষা:",
74 "description": "Label for the language selector in the 'Add language' dialog"
75 },
76 "options_credits": {
77 "message": "কৃতজ্ঞতায়",
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": "হোমপেজে",
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": "কর্তৃক",
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_ok": {
89 "message": "ঠিক আছে",
90 "description": "OK button in informative dialogs, which is used to close them (no action is done when pressing these buttons)"
91 },
92 "options_cancel": {
93 "message": "বাতিল করুন",
94 "description": "Cancel button in the dialogs, to reject an action."
95 },
96 "notification_install_title": {
97 "message": "'Translate Selected Text' ইনস্টল করার জন্য ধন্যবাদ"
98 },
99 "notification_install_message": {
100 "message": "এটি সেট আপ করতে এই বিজ্ঞপ্তিটি ক্লিক করুন।"
101 }
avm9996351cae202020-12-28 22:40:59 +0100102}