-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathmessages.json
More file actions
307 lines (307 loc) · 11 KB
/
Copy pathmessages.json
File metadata and controls
307 lines (307 loc) · 11 KB
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
{
"extName": {
"message": "Authentication",
"description": "Extension Name."
},
"extShortName": {
"message": "المصادقة",
"description": "Extension Short Name."
},
"extDesc": {
"message": "Authenticator generates two-factor authentication codes in your browser.",
"description": "Extension Description."
},
"added": {
"message": " وقد أضيفت.",
"description": "Added Account."
},
"errorqr": {
"message": "رمز ريال قطري غير المعترف بها.",
"description": "QR Error."
},
"errorsecret": {
"message": "Invalid account secret",
"description": "Secret Error."
},
"add_qr": {
"message": "مسح رمز QR",
"description": "Scan QR Code."
},
"add_secret": {
"message": "الإدخال اليدوي",
"description": "Manual Entry."
},
"close": {
"message": "إغلاق",
"description": "Close."
},
"ok": {
"message": "موافق",
"description": "OK."
},
"yes": {
"message": "نعم!",
"description": "Yes."
},
"no": {
"message": "لا",
"description": "No."
},
"account": {
"message": "الحسابات",
"description": "Account."
},
"accountName": {
"message": "إسم الحساب",
"description": "Account Name."
},
"issuer": {
"message": "المصدر",
"description": "Issuer."
},
"secret": {
"message": "سر",
"description": "Secret."
},
"updateSuccess": {
"message": "تم بنجاح",
"description": "Update Success."
},
"updateFailure": {
"message": "الفشل:",
"description": "Update Failure."
},
"about": {
"message": "حول التطبيق",
"description": "About."
},
"export_import": {
"message": "استيراد \\ تصدير",
"description": "Export and Import."
},
"settings": {
"message": "الاعدادات",
"description": "Settings."
},
"security": {
"message": "الوظائف الأمنية",
"description": "Security."
},
"current_phrase": {
"message": "كلمة المرور الحالية",
"description": "Current Passphrase."
},
"new_phrase": {
"message": "كلمة السرّ الجديدة",
"description": "New Passphrase."
},
"phrase": {
"message": "Password:",
"description": "Passphrase."
},
"confirm_phrase": {
"message": "تأكيد كلمة المرور",
"description": "Confirm Passphrase."
},
"confirm_delete": {
"message": "هل أنت متأكد من حذف هذا الملف؟ لا يمكن التراجع عن هذا الإجراء.",
"description": "Remove entry confirmation"
},
"security_warning": {
"message": "سيتم استخدام كلمة المرور هذه لتشفير الحسابات الخاصة بك. لا أحد يمكن أن تساعدك إذا كنت قد نسيت كلمة المرور.",
"description": "Passphrase Warning."
},
"update": {
"message": "التحديث",
"description": "Update."
},
"phrase_incorrect": {
"message": "لا يمكن إضافة حساب جديد أو تصدير البيانات حتى يتم فك تشفير كافة الحسابات. الرجاء إدخال كلمة المرور الصحيحة قبل المتابعة.",
"description": "Passphrase Incorrect."
},
"phrase_not_match": {
"message": "لا تتطابق كلمات المرور.",
"description": "Passphrase Not Match."
},
"encrypted": {
"message": "مشفَّر",
"description": "Encrypted."
},
"copied": {
"message": "تم النسخ!",
"description": "Copied."
},
"feedback": {
"message": "المشاكل",
"description": "Feedback."
},
"translate": {
"message": "ترجمة",
"description": "Translate."
},
"source": {
"message": "العربية",
"description": "Source Code."
},
"passphrase_info": {
"message": "أدخل كلمة المرور لفك تشفير بيانات الحساب.",
"description": "Passphrase Info"
},
"sync_clock": {
"message": "مزامنة سجل التصفح مع جوجل",
"description": "Sync Clock"
},
"remember_phrase": {
"message": "تذكر كلمات المرور",
"description": "Remember Passphrase"
},
"clock_too_far_off": {
"message": "تحذير! ساعة الكمبيوتر المحلي بعيدة جداً، الرجاء إصلاحه قبل المتابعة.",
"description": "Local Time is Too Far Off"
},
"remind_backup": {
"message": "هل لديك نسخة احتياطية للحسابات الخاصة بك؟ لا تنتظر حتى فوات!",
"description": "Remind Backup"
},
"capture_failed": {
"message": "فشل في التقاط ويرجى إعادة تحميل الصفحة وحاول مرة أخرى.",
"description": "Capture Failed"
},
"based_on_time": {
"message": "الوقت على أساس",
"description": "Time Based"
},
"based_on_counter": {
"message": "مضادة على أساس",
"description": "Counter Based"
},
"resize_popup_page": {
"message": "Preferences",
"description": "Popup Page Settings"
},
"scale": {
"message": "مقياس",
"description": "Scale"
},
"export_info": {
"message": "تحذير: على كافة النسخ الاحتياطية غير مشفرة. هل ترغب في إضافة حساب إلى آخر التطبيق؟ تحوم فوق الجزء الأيمن العلوي من أي حساب، وضرب على الزر المخفي.",
"description": "Export menu info text"
},
"download_backup": {
"message": "ملف قابل للتنزيل",
"description": "Download backup file."
},
"import_backup": {
"message": "استيراد النسخة الاحتياطية",
"description": "Import backup."
},
"import_backup_file": {
"message": "استيراد ملف النسخ الاحتياطي",
"description": "Import backup file."
},
"import_backup_code": {
"message": "استيراد النسخة الاحتياطية الغير مشفرة",
"description": "Import backup code."
},
"show_all_entries": {
"message": "تظهر كافة الإدخالات",
"description": "Show all entries."
},
"dropbox_risk": {
"message": "تحذير: يتم النسخ الاحتياطية غير مشفرة. استخدام على مسؤوليتك الخاصة.",
"description": "Backup risk warning."
},
"import_error_password": {
"message": "يجب توفير كلمة المرور الصحيحة لاستيراد النسخ الاحتياطي.",
"description": "Error password warning when import backups."
},
"local_passphrase_warning": {
"message": "يتم تخزين كلمة المرور الخاصة بك محلياً، يرجى تغييره في القائمة أمان فورا.",
"description": "localStorage password warning."
},
"remove": {
"message": "احذف",
"description": "Remove password."
},
"download_enc_backup": {
"message": "تحميل النسخة الاحتياطية محمية بكلمة مرور",
"description": "Download Encrypted Backup"
},
"search": {
"message": "بحث",
"description": "Search"
},
"popout": {
"message": "الصورة المنبثقة",
"description": "Make window turn into persistent popup"
},
"lock": {
"message": "Lock",
"description": "Lock accounts"
},
"edit": {
"message": "حرّر",
"description": "Edit"
},
"manual_dropbox": {
"message": "مزامنة يدوية",
"description": "Manual sync"
},
"use_autofill": {
"message": "استخدام ميزة الملء التلقائي",
"description": "Use Autofill"
},
"use_high_contrast": {
"message": "تباين عالي",
"description": "Use High Contrast"
},
"storage_menu": {
"message": "التخزين الاحتياطي &",
"description": "Storage and sync menu title"
},
"storage_location_info": {
"message": "اختر حيث يتم تخزين البيانات الخاصة بك. استخدام 'المحلية' يقوم بتخزين البيانات الخاصة بك على جهاز الكمبيوتر الخاص بك. يتيح 'مزامنة' باستخدام المستعرض الخاص بك مزامنة البيانات الخاصة بك إلى السحابة إذا تم تسجيل دخولك إلى حساب تزامن.",
"description": "Message explaning the diffrences between sync and local storage spaces."
},
"storage_sync_info": {
"message": "تلقائياً النسخ الاحتياطي البيانات الخاصة بك للتخزين وخدمات الطرف الثالث.",
"description": "3rd party backup info"
},
"storage_location": {
"message": "Storage Locations",
"description": "Storage location"
},
"sign_in": {
"message": "تسجيل الدخول",
"description": "Sign in to 3rd party storage services"
},
"log_out": {
"message": "تسجيل خروج",
"description": "Sign out of 3rd party storage services"
},
"token_revoked": {
"message": "كان هناك مشكلة الاتصال بحسابك $SERVICE$ ، الرجاء تسجيل الدخول مرة أخرى.",
"description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
"placeholders": {
"service": {
"content": "$1",
"example": "Google Drive"
}
}
},
"otp_unsupported_warn": {
"message": "لديك واحد أو أكثر من حسابات البخار أو عاصفة ثلجية. لن النسخ الاحتياطية غير مشفرة باستخدام استمارة موحدة احتياطية.",
"description": "Warning if using account that is not supported by standard backup format."
},
"otp_backup_inform": {
"message": "يمكنك استيراد نسخ احتياطية من بعض التطبيقات الأخرى.",
"description": "Info text on import page"
},
"otp_backup_learn": {
"message": "لمعرفة المزيد",
"description": "learn more link on import page. Placed after otp_backup_inform"
},
"loading": {
"message": "Loading..."
}
}