1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
|
{
"extensionName": {
"message": "লিবরিডাইরেক্ট",
"description": "name of the extension"
},
"extensionDescription": {
"message": "একটি ওয়েব এক্সটেনশন যা জনপ্রিয় সাইটগুলোকে বিকল্প গোপনীয়তা-বান্ধব ফ্রন্টএন্ড এবং ব্যাকএন্ডে পুনর্নির্দেশ করে",
"description": "description of the extension"
},
"switchInstance": {
"message": "ইন্সট্যান্স পাল্টাও",
"description": "used in manifest.json as shortcut description"
},
"settings": {
"message": "পছন্দসমূহ",
"description": "used in the popup"
},
"general": {
"message": "সাধারণ",
"description": "used in the settings page"
},
"theme": {
"message": "রঙ",
"description": "used in the settings page"
},
"light": {
"message": "সাদা",
"description": "used in the settings page"
},
"dark": {
"message": "অন্ধকার",
"description": "used in the settings page"
},
"auto": {
"message": "স্বয়ংক্রিয়",
"description": "used in the settings page"
},
"excludeFromRedirecting": {
"message": "পুনঃনির্দেশ থেকে বাদ দেওয়া",
"description": "used in the settings page"
},
"importSettings": {
"message": "পছন্দসমূহ আমদানি করো",
"description": "used in the settings page"
},
"exportSettings": {
"message": "পছন্দসমূহ রপ্তানি করো",
"description": "used in the settings page"
},
"resetSettings": {
"message": "পছন্দসমূহ সহজাত অবস্থায় ফিরত নাও",
"description": "used in the settings page"
},
"enable": {
"message": "সক্রিয়",
"description": "used in the settings page"
},
"showInPopup": {
"message": "পপআপে দেখাও",
"description": "used in the settings page"
},
"frontend": {
"message": "সামনের অংশ",
"description": "used in the settings page"
},
"redirectType": {
"message": "পুনঃনির্দেশ ধরণ",
"description": "used in the settings page"
},
"both": {
"message": "উভয়",
"description": "used in the settings page"
},
"onlyEmbedded": {
"message": "শুধু এমবেডকৃত",
"description": "used in the settings page"
},
"onlyNotEmbedded": {
"message": "এমবেডকৃত নয়",
"description": "used in the settings page"
},
"addYourFavoriteInstances": {
"message": "পছন্দের ইন্সট্যান্স যোগ করো",
"description": "used in the settings page"
},
"copyOriginal": {
"message": "Copy Original"
},
"copied": {
"message": "অনুলিপিত"
},
"redirectToOriginal": {
"message": "আসলটায় পুনঃনির্দেশ করো",
"description": "Used in context menus when right clicking on a page/tab"
},
"redirectLink": {
"message": "পুনঃনির্দেশ করার চেষ্টা করো",
"description": "Used in context menus when right clicking on a hyperlink"
},
"about": {
"message": "আমাদের সম্পর্কে"
},
"unsupportedIframesHandling": {
"message": "Unsupported embeds handling"
},
"fetchPublicInstances": {
"message": "Fetch public instances"
},
"disable": {
"message": "Disable"
},
"pingInstances": {
"message": "Ping Instances"
},
"exportSettingsToSync": {
"message": "Export Settings to Sync"
},
"importSettingsFromSync": {
"message": "Import Settings from Sync"
},
"services": {
"message": "Services"
},
"service": {
"message": "Service"
},
"bookmarksMenu": {
"message": "Bookmarks menu"
},
"redirectOnlyInIncognito": {
"message": "Redirect Only in Incognito"
},
"bypass": {
"message": "Bypass"
},
"block": {
"message": "Block"
},
"searchHint": {
"message": "Set LibRedirect as Default Search Engine. For how to do in chromium browsers, click <a href='https://libredirect.github.io/docs.html#search_engine_chromium' target='_blank' rel='noopener noreferrer'>here</a>."
},
"redirect": {
"message": "Redirect"
}
}
|