aboutsummaryrefslogtreecommitdiffstats
path: root/src/_locales/fa/messages.json
blob: 4f8409af14d053f39267aedcdf04dd6aba123b68 (plain)
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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
{
  "extName":{
    "message":"uBlock₀",
    "description":"extension name."
  },
  "extShortDesc":{
    "message":"بالاخره، یک بلاکر کارآمد. کم حجم بر روی پردازنده و حافظه.",
    "description":"this will be in the chrome web store: must be 132 characters or less"
  },
  "dashboardName":{
    "message":"uBlock₀ — داشبورد",
    "description":"English: uBlock₀ — Dashboard"
  },
  "settingsPageName":{
    "message":"تنظیمات",
    "description":"appears as tab name in dashboard"
  },
  "3pPageName":{
    "message":"فیلتر های خارجی",
    "description":"appears as tab name in dashboard"
  },
  "1pPageName":{
    "message":"فیلترهای من",
    "description":"appears as tab name in dashboard"
  },
  "rulesPageName":{
    "message":"قوانین من",
    "description":"appears as tab name in dashboard"
  },
  "whitelistPageName":{
    "message":"لیست سپید",
    "description":"appears as tab name in dashboard"
  },
  "statsPageName":{
    "message":"uBlock₀ — لاگ درخواست های شبکه",
    "description":"Title for the network request log window"
  },
  "aboutPageName":{
    "message":"در باره",
    "description":"appears as tab name in dashboard"
  },
  "popupPowerSwitchInfo":{
    "message":"کلیک: غیر فعال\/ فعال کردن uBlock₀ برای این سایت.\n\nکنترل+کلیک: غیر فعال کردن uBlock₀ فقط برای همین صفحه.",
    "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
  },
  "popupBlockedRequestPrompt":{
    "message":"درخواست مسدود شده",
    "description":"English: requests blocked"
  },
  "popupBlockedOnThisPagePrompt":{
    "message":"در این صفحه",
    "description":"English: on this page"
  },
  "popupBlockedStats":{
    "message":"{{count}} یا {{percent}}%",
    "description":"Example: 15 or 13%"
  },
  "popupBlockedSinceInstallPrompt":{
    "message":"از زمان نصب",
    "description":"English: since install"
  },
  "popupOr":{
    "message":"یا",
    "description":"English: or"
  },
  "popupTipDashboard":{
    "message":"برای باز کردن داشبورد کلیک کنید",
    "description":"English: Click to open the dashboard"
  },
  "popupTipPicker":{
    "message":"ورود به حالت انتخاب اشیاء",
    "description":"English: Enter element picker mode"
  },
  "popupTipLog":{
    "message":"رفتن به لاگ درخواست",
    "description":"English: Go to request log"
  },
  "popupTipNoPopups":{
    "message":"این سایت پاپ آپی ندارد",
    "description":"English: Toggle the blocking of all popups for this site"
  },
  "popupTipNoStrictBlocking":{
    "message":"چیزی برای بلاک کردن در این سایت وجود ندارد",
    "description":"English: Toggle strict blocking for this site"
  },
  "popupTipNoCosmeticFiltering":{
    "message":"Toggle cosmetic filtering for this site",
    "description":"English: Toggle cosmetic filtering for this site"
  },
  "popupTipNoRemoteFonts":{
    "message":"Toggle the blocking of remote fonts for this site",
    "description":"English: Toggle the blocking of remote fonts for this site"
  },
  "popupAnyRulePrompt":{
    "message":"همه",
    "description":""
  },
  "popupImageRulePrompt":{
    "message":"تصاویر",
    "description":""
  },
  "popup3pAnyRulePrompt":{
    "message":"3rd-party",
    "description":""
  },
  "popup3pPassiveRulePrompt":{
    "message":"3rd-party css\/images",
    "description":""
  },
  "popupInlineScriptRulePrompt":{
    "message":"اسکریپت های درون خطی",
    "description":""
  },
  "popup1pScriptRulePrompt":{
    "message":"اسکریپت های 1st-party",
    "description":""
  },
  "popup3pScriptRulePrompt":{
    "message":"اسکریپت های 3rd-party",
    "description":""
  },
  "popup3pFrameRulePrompt":{
    "message":"فریم های 3rd-party",
    "description":""
  },
  "popupHitDomainCountPrompt":{
    "message":"دامنه های دست خورده",
    "description":"appears in popup"
  },
  "popupHitDomainCount":{
    "message":"تعداد {{count}} از {{total}} تا",
    "description":"appears in popup"
  },
  "pickerCreate":{
    "message":"ایجاد",
    "description":"English: Create"
  },
  "pickerPick":{
    "message":"انتخاب",
    "description":"English: Pick"
  },
  "pickerQuit":{
    "message":"خروج",
    "description":"English: Quit"
  },
  "pickerNetFilters":{
    "message":"فیلترهای شبکه",
    "description":"English: Net filters"
  },
  "pickerCosmeticFilters":{
    "message":"فیلترهای انتخابی",
    "description":"English: Cosmetic filters"
  },
  "pickerCosmeticFiltersHint":{
    "message":"کلیک، کنترل-کلیک",
    "description":"English: Click, Ctrl-click"
  },
  "pickerContextMenuEntry":{
    "message":"بلاک کردن این شیء",
    "description":"English: Block element"
  },
  "settingsCollapseBlockedPrompt":{
    "message":"مخفی کردن نگاهدارنده اشیاء بلاک شده",
    "description":"English: Hide placeholders of blocked elements"
  },
  "settingsIconBadgePrompt":{
    "message":"نمایش تعداد درخواست های بلاک شده بر روی آیکون",
    "description":"English: Show the number of blocked requests on the icon"
  },
  "settingsContextMenuPrompt":{
    "message":"استفاده از منوی متنی در زمانهای لازم",
    "description":"English: Make use of context menu where appropriate"
  },
  "settingsColorBlindPrompt":{
    "message":"Color-blind friendly",
    "description":"English: Color-blind friendly"
  },
  "settingsCloudStorageEnabledPrompt":{
    "message":"Enable cloud storage support",
    "description":""
  },
  "settingsAdvancedUserPrompt":{
    "message":"من کاربر حرفه ای هستم (<a href='https:\/\/github.com\/gorhill\/uBlock\/wiki\/Advanced-user-features'>لازم است بخوانید<\/a>)",
    "description":"English: "
  },
  "settingsPrefetchingDisabledPrompt":{
    "message":"Disable pre-fetching (to prevent any connection for blocked network requests)",
    "description":"English: "
  },
  "settingsHyperlinkAuditingDisabledPrompt":{
    "message":"Disable hyperlink auditing\/beacon",
    "description":"English: "
  },
  "settingsWebRTCIPAddressHiddenPrompt":{
    "message":"Prevent WebRTC from leaking local IP addresses",
    "description":"English: "
  },
  "settingsExperimentalPrompt":{
    "message":"فعال کردن ویژگی های آزمایشی (<a href='https:\/\/github.com\/gorhill\/uBlock\/wiki\/Experimental-features'> درباره<\/a>)",
    "description":"English: Enable experimental features"
  },
  "settingsStorageUsed":{
    "message":"فضای مصرفی: {{value}} بایت",
    "description":"English: Storage used: {{}} bytes"
  },
  "settingsLastRestorePrompt":{
    "message":"آخرین بازیابی:",
    "description":"English: Last restore:"
  },
  "settingsLastBackupPrompt":{
    "message":"آخرین پشتیبانی:",
    "description":"English: Last backup:"
  },
  "3pListsOfBlockedHostsPrompt":{
    "message":"{{netFilterCount}} فیلتر های شبکه + {{cosmeticFilterCount}} فرم های فیلتر انتخابی:",
    "description":"English: {{netFilterCount}} network filters + {{cosmeticFilterCount}} cosmetic filters from:"
  },
  "3pListsOfBlockedHostsPerListStats":{
    "message":"تعداد {{used}} از {{total}} مورد استفاده شده",
    "description":"English: {{used}} used out of {{total}}"
  },
  "3pAutoUpdatePrompt1":{
    "message":"بروز رسانی خودکار لیست فیلتر.",
    "description":"English: Auto-update filter lists."
  },
  "3pUpdateNow":{
    "message":"اکنون به روز رسانی شود",
    "description":"English: Update now"
  },
  "3pPurgeAll":{
    "message":"پاکسازی تمام انبارها",
    "description":"English: Purge all caches"
  },
  "3pParseAllABPHideFiltersPrompt1":{
    "message":"تجزیه و اجرای فیلترهای انتخابی.",
    "description":"English: Parse and enforce Adblock+ element hiding filters."
  },
  "3pParseAllABPHideFiltersInfo":{
    "message":"<p>این گزینه <a href=\"https:\/\/adblockplus.org\/en\/faq_internal#elemhide\">Adblock Plus-compatible &ldquo;element hiding&rdquo; filters<\/a> را  تجزیه و اجرا میکند. این فیلتر ها اساساً فنی هستند،  آنها اشیاء موجود در صفحه وب را که مزاحم تلقی میشوند و با موتور فیلترینگ شبکه قابل بلاک کردن نیستند را حذف میکنند.<\/p><p>فعال کردن این قابلیت مصرف حافظه ی  <i>uBlock<\/i>را افزایش میدهد.<\/p>",
    "description":"English: see English messages.json"
  },
  "3pListsOfBlockedHostsHeader":{
    "message":"فهرست میزبان های مسدود شده",
    "description":"English: Lists of blocked hosts"
  },
  "3pApplyChanges":{
    "message":"اعمال تغییرات",
    "description":"English: Apply changes"
  },
  "3pGroupAds":{
    "message":"تبلیغات",
    "description":"English: Ads"
  },
  "3pGroupPrivacy":{
    "message":"حریم خصوصی",
    "description":"English: Privacy"
  },
  "3pGroupMalware":{
    "message":"دامنه های مخرب",
    "description":"English: Malware domains"
  },
  "3pGroupSocial":{
    "message":"اجتماعی",
    "description":"English: Social"
  },
  "3pGroupMultipurpose":{
    "message":"چند منظوره",
    "description":"English: Multipurpose"
  },
  "3pGroupRegions":{
    "message":"مناطق، زبانها",
    "description":"English: Regions, languages"
  },
  "3pGroupCustom":{
    "message":"سفارشی",
    "description":"English: Custom"
  },
  "3pExternalListsHint":{
    "message":"هر آدرس در یک خط. خطوطی با پیشوند &lsquo;!&rsquo; در نظر گرفته نمیشوند. آدرس های نامعتبر نیز در سکوت نادیده گرفته میشوند.",
    "description":"English: One URL per line. Lines prefixed with &lsquo;!&rsquo; will be ignored. Invalid URLs will be silently ignored."
  },
  "3pExternalListsApply":{
    "message":"تجزیه",
    "description":"English: Parse"
  },
  "3pExternalListPurge":{
    "message":"پاکسازی حافظه پنهان",
    "description":"English: purge cache"
  },
  "3pExternalListNew":{
    "message":"نسخه جدید آماده دریافت",
    "description":"English: new version available"
  },
  "3pExternalListObsolete":{
    "message":"منقضی شده",
    "description":"English: outdated"
  },
  "3pLastUpdate":{
    "message":"آخرین به روز رسانی: {{ago}}",
    "description":"English: Last update: {{ago}}, where 'ago' will be replaced with something like '2 days ago'"
  },
  "1pFormatHint":{
    "message":"یک فیلتر در هر خط. یک فیلتر می تواند آدرس هاست ساده یا فیلتر سازگار با Adblock plus باشد. خطوط با پیشوند &lsquo;!&rsquo; نادیده گرفته می شوند.",
    "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with &lsquo;!&rsquo; will be ignored."
  },
  "1pImport":{
    "message":"وارد کردن و الحاق",
    "description":"English: Import and append"
  },
  "1pExport":{
    "message":"خروجي گرفتن",
    "description":"English: Export"
  },
  "1pExportFilename":{
    "message":"my-ublock-static-filters_{{datetime}}.txt",
    "description":"English: my-ublock-static-filters_{{datetime}}.txt"
  },
  "1pApplyChanges":{
    "message":"اعمال تغییرات",
    "description":"English: Apply changes"
  },
  "rulesPermanentHeader":{
    "message":"قوانین دائمی",
    "description":"header"
  },
  "rulesTemporaryHeader":{
    "message":"قوانین موقت",
    "description":"header"
  },
  "rulesRevert":{
    "message":"بازگرداندن",
    "description":"This will remove all temporary rules"
  },
  "rulesCommit":{
    "message":"ذخیره در منبع",
    "description":"This will persist temporary rules"
  },
  "rulesEdit":{
    "message":"ویرایش",
    "description":"Will enable manual-edit mode (textarea)"
  },
  "rulesEditSave":{
    "message":"ذخيره",
    "description":"Will save manually-edited content and exit manual-edit mode"
  },
  "rulesEditDiscard":{
    "message":"لغو",
    "description":"Will discard manually-edited content and exit manual-edit mode"
  },
  "rulesImport":{
    "message":"وارد کردن از فایل...",
    "description":""
  },
  "rulesExport":{
    "message":"خروجی گرفتن به فایل...",
    "description":""
  },
  "rulesDefaultFileName":{
    "message":"my-ublock-dynamic-rules_{{datetime}}.txt",
    "description":"default file name to use"
  },
  "rulesHint":{
    "message":"لیست قوانین فیلترینگ پویای شما.",
    "description":"English: List of your dynamic filtering rules."
  },
  "rulesFormatHint":{
    "message":"نحوه استفاده: <code>source destination type action<\/code> (<a href='https:\/\/github.com\/gorhill\/uBlock\/wiki\/Dynamic-filtering:-rule-syntax'>مستندات کامل<\/a>).",
    "description":"English: dynamic rule syntax and full documentation."
  },
  "whitelistPrompt":{
    "message":"لیستی از هاست هایی که uBlock₀ در آنها غیرفعال خواهد شد. یک مطلب در هر خط. میزبان های نامعتبر در سکوت نادیده گرفته می شوند.",
    "description":"English: Your list of host names for which uBlock₀ will be disabled. One host name per line. Invalid host names will be silently ignored."
  },
  "whitelistImport":{
    "message":"وارد کردن و الحاق",
    "description":"English: Import and append"
  },
  "whitelistExport":{
    "message":"خروجي گرفتن",
    "description":"English: Export"
  },
  "whitelistExportFilename":{
    "message":"my-ublock-whitelist_{{datetime}}.txt",
    "description":"English: my-ublock-whitelist_{{datetime}}.txt"
  },
  "whitelistApply":{
    "message":"اعمال تغییرات",
    "description":"English: Apply changes"
  },
  "logRequestsHeaderType":{
    "message":"نوع",
    "description":"English: Type"
  },
  "logRequestsHeaderDomain":{
    "message":"دامنه",
    "description":"English: Domain"
  },
  "logRequestsHeaderURL":{
    "message":"آدرس",
    "description":"English: URL"
  },
  "logRequestsHeaderFilter":{
    "message":"فیلتر",
    "description":"English: Filter"
  },
  "logAll":{
    "message":"All",
    "description":"Appears in the logger's tab selector"
  },
  "logBehindTheScene":{
    "message":"پشت صحنه",
    "description":"Pretty name for behind-the-scene network requests"
  },
  "logFilterPrompt":{
    "message":"فیلتر کردن مطالب لاگ",
    "description":"English: filter log entries"
  },
  "logMaxEntriesTip":{
    "message":"بیشترین تعداد مطالب لاگ",
    "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
  },
  "loggerURLFilteringContextLabel":{
    "message":"Context:",
    "description":"Label for the context selector"
  },
  "loggerURLFilteringTypeLabel":{
    "message":"Type:",
    "description":"Label for the type selector"
  },
  "loggerURLFilteringHeader":{
    "message":"Dynamic URL filtering",
    "description":"Small header to identify the dynamic URL filtering section"
  },
  "loggerStaticFilteringHeader":{
    "message":"Static filtering",
    "description":"Small header to identify the static filtering section"
  },
  "loggerStaticFilteringSentence":{
    "message":"{{action}} network requests of {{type}} {{br}}which URL address matches {{url}} {{br}}and which originates {{origin}},{{br}}{{importance}} there is a matching exception filter.",
    "description":"Used in the static filtering wizard"
  },
  "loggerStaticFilteringSentencePartBlock":{
    "message":"Block",
    "description":"Used in the static filtering wizard"
  },
  "loggerStaticFilteringSentencePartAllow":{
    "message":"Allow",
    "description":"Used in the static filtering wizard"
  },
  "loggerStaticFilteringSentencePartType":{
    "message":"type “{{type}}”",
    "description":"Used in the static filtering wizard"
  },
  "loggerStaticFilteringSentencePartAnyType":{
    "message":"any type",
    "description":"Used in the static filtering wizard"
  },
  "loggerStaticFilteringSentencePartOrigin":{
    "message":"from “{{origin}}”",
    "description":"Used in the static filtering wizard"
  },
  "loggerStaticFilteringSentencePartAnyOrigin":{
    "message":"from anywhere",
    "description":"Used in the static filtering wizard"
  },
  "loggerStaticFilteringSentencePartNotImportant":{
    "message":"except when",
    "description":"Used in the static filtering wizard"
  },
  "loggerStaticFilteringSentencePartImportant":{
    "message":"even if",
    "description":"Used in the static filtering wizard"
  },
  "loggerStaticFilteringFinderSentence1":{
    "message":"Static filter {{filter}} found in:",
    "description":"Below this sentence, the filter lists in which the filter was found"
  },
  "aboutChangelog":{
    "message":"تغییرات اخیر",
    "description":"English: Change log"
  },
  "aboutWiki":{
    "message":"ویکی",
    "description":"English: project' wiki on Github"
  },
  "aboutCode":{
    "message":"سورس کد  (GPLv3)",
    "description":"English: Source code (GPLv3)"
  },
  "aboutContributors":{
    "message":"مشارکت کنندگان",
    "description":"English: Contributors"
  },
  "aboutBackupDataButton":{
    "message":"پشتیبان گیری در فایل",
    "description":"English: Backup to file"
  },
  "aboutBackupFilename":{
    "message":"my-ublock-backup_{{datetime}}.txt",
    "description":"English: my-ublock-backup_{{datetime}}.txt"
  },
  "aboutRestoreDataButton":{
    "message":"بازیابی از فایل...",
    "description":"English: Restore from file..."
  },
  "aboutResetDataButton":{
    "message":"تنظیم مجدد تنظیمات پیش فرض...",
    "description":"English: Reset to default settings..."
  },
  "aboutRestoreDataConfirm":{
    "message":"تمام تنظیمات با استفاده از پشتیبان گیری در {{time}}،  رونویسی شده و uBlock₀ مجدد راه اندازی میشود.\n\nتمام تنظیمات موجود با استفاده از داده های پشتیبانی رونویسی شود؟",
    "description":"Message asking user to confirm restore"
  },
  "aboutRestoreDataError":{
    "message":"داده ها نمی تواند خوانده شوند و یا نامعتبر اند",
    "description":"Message to display when an error occurred during restore"
  },
  "aboutResetDataConfirm":{
    "message":"تمام تنظیمات شده حذف و uBlock دوباره راه اندازی خواهد شد.\n\nتنظیم مجدد uBlock به تنظیمات کارخانه؟",
    "description":"Message asking user to confirm reset"
  },
  "errorCantConnectTo":{
    "message":"قادر به اتصال به {{url}}",
    "description":"English: Network error: unable to connect to {{url}}"
  },
  "subscriberConfirm":{
    "message":"uBlock: لینک زیر به لیست فیلتر ها اضافه شود؟\n\nعنوان: \"{{title}}\"\nآدرس: {{url}}",
    "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
  },
  "elapsedOneMinuteAgo":{
    "message":"1 دقیقه پیش",
    "description":"English: a minute ago"
  },
  "elapsedManyMinutesAgo":{
    "message":"{{value}} دقیقه پیش",
    "description":"English: {{value}} minutes ago"
  },
  "elapsedOneHourAgo":{
    "message":"یک ساعت پیش",
    "description":"English: an hour ago"
  },
  "elapsedManyHoursAgo":{
    "message":"{{value}} ساعت قبل",
    "description":"English: {{value}} hours ago"
  },
  "elapsedOneDayAgo":{
    "message":"دیروز",
    "description":"English: a day ago"
  },
  "elapsedManyDaysAgo":{
    "message":"{{value}} روز قبل",
    "description":"English: {{value}} days ago"
  },
  "showDashboardButton":{
    "message":"نمایش داشبورد",
    "description":"Firefox\/Fennec-specific: Show Dashboard"
  },
  "showNetworkLogButton":{
    "message":"نمایش درخواست ثبت شبکه",
    "description":"Firefox\/Fennec-specific: Show Logger"
  },
  "fennecMenuItemBlockingOff":{
    "message":"خاموش",
    "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
  },
  "docblockedPrompt1":{
    "message":"ublock از بارگذاری این صفحات جلوگیری کرده:",
    "description":"English: uBlock₀ has prevented the following page from loading:"
  },
  "docblockedPrompt2":{
    "message":"بخاطر فیلتر زیر",
    "description":"English: Because of the following filter"
  },
  "docblockedFoundIn":{
    "message":"Found in:",
    "description":"English: List of filter list names follows"
  },
  "docblockedBack":{
    "message":"بازگشت به عقب",
    "description":"English: Go back"
  },
  "docblockedClose":{
    "message":"بستن این پنجره",
    "description":"English: Close this window"
  },
  "docblockedProceed":{
    "message":"غیر فعال کردن بلاک برای  {{hostname}}",
    "description":"English: Disable strict blocking for {{hostname}} ..."
  },
  "docblockedDisableTemporary":{
    "message":"موقتا",
    "description":"English: Temporarily"
  },
  "docblockedDisablePermanent":{
    "message":"دائمی",
    "description":"English: Permanently"
  },
  "cloudPush":{
    "message":"Export to cloud storage",
    "description":"tooltip"
  },
  "cloudPull":{
    "message":"Import from cloud storage",
    "description":"tooltip"
  },
  "cloudNoData":{
    "message":"...\n...",
    "description":""
  },
  "cloudDeviceNamePrompt":{
    "message":"This device name:",
    "description":"used as a prompt for the user to provide a custom device name"
  },
  "genericSubmit":{
    "message":"Submit",
    "description":"for generic 'submit' buttons"
  },
  "genericRevert":{
    "message":"بازگرداندن",
    "description":"for generic 'revert' buttons"
  },
  "dummy":{
    "message":"این باید آخرین مطلب باشد",
    "description":"so we dont need to deal with comma for last entry"
  }
}