forked from AdvancedCustomFields/acf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacf-ar.po
More file actions
2930 lines (2242 loc) · 105 KB
/
Copy pathacf-ar.po
File metadata and controls
2930 lines (2242 loc) · 105 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
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
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
msgid ""
msgstr ""
"Project-Id-Version: Advanced Custom Fields Pro\n"
"POT-Creation-Date: 2017-06-27 15:37+1000\n"
"PO-Revision-Date: 2018-07-12 13:37+1000\n"
"Last-Translator: Elliot Condon <e@elliotcondon.com>\n"
"Language-Team: Adil el hallaoui <servicewb11@gmail.com>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.1\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-WPHeader: acf.php\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: *.js\n"
#: acf.php:63
msgid "Advanced Custom Fields"
msgstr "الحقول المخصصة المتقدمة"
#: acf.php:355 includes/admin/admin.php:117
msgid "Field Groups"
msgstr "مجموعات الحقول"
#: acf.php:356
msgid "Field Group"
msgstr "مجموعة الحقول"
#: acf.php:357 acf.php:389 includes/admin/admin.php:118 pro/fields/class-acf-field-flexible-content.php:574
msgid "Add New"
msgstr "إضافة جديد"
#: acf.php:358
msgid "Add New Field Group"
msgstr "إضافة مجموعة حقول جديدة"
#: acf.php:359
msgid "Edit Field Group"
msgstr "تحرير مجموعة الحقول"
#: acf.php:360
msgid "New Field Group"
msgstr "مجموعة حقول جديدة"
#: acf.php:361
msgid "View Field Group"
msgstr "عرض مجموعة الحقول"
#: acf.php:362
msgid "Search Field Groups"
msgstr "بحث في مجموعات الحقول"
#: acf.php:363
msgid "No Field Groups found"
msgstr "لم يتم العثور على نتائج"
#: acf.php:364
msgid "No Field Groups found in Trash"
msgstr "لا توجد مجموعات حقول في سلة المهملات"
#: acf.php:387 includes/admin/admin-field-group.php:182 includes/admin/admin-field-group.php:275 includes/admin/admin-field-groups.php:510 pro/fields/class-acf-field-clone.php:857
msgid "Fields"
msgstr "حقول"
#: acf.php:388
msgid "Field"
msgstr "حقل"
#: acf.php:390
msgid "Add New Field"
msgstr "إضافة حقل جديد"
#: acf.php:391
msgid "Edit Field"
msgstr "تحرير الحقل"
#: acf.php:392 includes/admin/views/field-group-fields.php:41 includes/admin/views/settings-info.php:105
msgid "New Field"
msgstr "حقل جديد"
#: acf.php:393
msgid "View Field"
msgstr "عرض الحقل"
#: acf.php:394
msgid "Search Fields"
msgstr "بحث في الحقول"
#: acf.php:395
msgid "No Fields found"
msgstr "لم يتم العثور على أية حقول"
#: acf.php:396
msgid "No Fields found in Trash"
msgstr "لم يتم العثور على أية حقول في سلة المهملات"
#: acf.php:435 includes/admin/admin-field-group.php:390 includes/admin/admin-field-groups.php:567
msgid "Inactive"
msgstr "غير نشط"
#: acf.php:440
#, php-format
msgid "Inactive <span class=\"count\">(%s)</span>"
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
msgstr[0] "غير نشطة <span class=\"count\">(%s)</span>"
msgstr[1] "غير نشط <span class=\"count\">(%s)</span>"
msgstr[2] "غير نشطة <span class=\"count\">(%s)</span>"
msgstr[3] "غير نشطة <span class=\"count\">(%s)</span>"
msgstr[4] "غير نشطة <span class=\"count\">(%s)</span>"
msgstr[5] "غير نشطة <span class=\"count\">(%s)</span>"
#: includes/admin/admin-field-group.php:68 includes/admin/admin-field-group.php:69 includes/admin/admin-field-group.php:71
msgid "Field group updated."
msgstr "تم تحديث مجموعة الحقول"
#: includes/admin/admin-field-group.php:70
msgid "Field group deleted."
msgstr "تم حذف مجموعة الحقول."
#: includes/admin/admin-field-group.php:73
msgid "Field group published."
msgstr "تم نشر مجموعة الحقول."
#: includes/admin/admin-field-group.php:74
msgid "Field group saved."
msgstr "تم حفظ مجموعة الحقول."
#: includes/admin/admin-field-group.php:75
msgid "Field group submitted."
msgstr "تم تقديم مجموعة الحقول."
#: includes/admin/admin-field-group.php:76
msgid "Field group scheduled for."
msgstr "تم جدولة مجموعة الحقول لـ."
#: includes/admin/admin-field-group.php:77
msgid "Field group draft updated."
msgstr "تم تحديث مسودة مجموعة الحقول."
#: includes/admin/admin-field-group.php:183
msgid "Location"
msgstr "الموقع"
#: includes/admin/admin-field-group.php:184
msgid "Settings"
msgstr "الإعدادات"
#: includes/admin/admin-field-group.php:269
msgid "Move to trash. Are you sure?"
msgstr "ارسال إلى سلة المهملات. هل أنت متأكد؟"
#: includes/admin/admin-field-group.php:270
msgid "checked"
msgstr "مفحوص"
#: includes/admin/admin-field-group.php:271
msgid "No toggle fields available"
msgstr "تبديل الحقول غير متوفر"
#: includes/admin/admin-field-group.php:272
msgid "Field group title is required"
msgstr "عنوان مجموعة الحقول مطلوب"
#: includes/admin/admin-field-group.php:273 includes/api/api-field-group.php:732
msgid "copy"
msgstr "انسخ"
#: includes/admin/admin-field-group.php:274 includes/admin/views/field-group-field-conditional-logic.php:54 includes/admin/views/field-group-field-conditional-logic.php:154
#: includes/admin/views/field-group-locations.php:29 includes/admin/views/html-location-group.php:3 includes/api/api-helpers.php:3970
msgid "or"
msgstr "او"
#: includes/admin/admin-field-group.php:276
msgid "Parent fields"
msgstr "الحقول الأصلية"
#: includes/admin/admin-field-group.php:277
msgid "Sibling fields"
msgstr "الحقول الفرعية"
#: includes/admin/admin-field-group.php:278
msgid "Move Custom Field"
msgstr "نقل الحقل المخصص"
#: includes/admin/admin-field-group.php:279
msgid "This field cannot be moved until its changes have been saved"
msgstr "لا يمكن نقل هذا الحقل حتى يتم حفظ تغييراته"
#: includes/admin/admin-field-group.php:280
msgid "Null"
msgstr "لا شيء"
#: includes/admin/admin-field-group.php:281 includes/input.php:257
msgid "The changes you made will be lost if you navigate away from this page"
msgstr "سيتم فقدان التغييرات التي أجريتها إذا غادرت هذه الصفحة"
#: includes/admin/admin-field-group.php:282
msgid "The string \"field_\" may not be used at the start of a field name"
msgstr "لا يجوز استخدام المقطع \"field_\" في بداية اسم الحقل"
#: includes/admin/admin-field-group.php:360
msgid "Field Keys"
msgstr "مفاتيح الحقل"
#: includes/admin/admin-field-group.php:390 includes/admin/views/field-group-options.php:9
msgid "Active"
msgstr "نشط"
#: includes/admin/admin-field-group.php:801
msgid "Move Complete."
msgstr "تم النقل."
#: includes/admin/admin-field-group.php:802
#, php-format
msgid "The %s field can now be found in the %s field group"
msgstr "الحقل %s يمكن الآن إيجاده في مجموعة الحقول %s"
#: includes/admin/admin-field-group.php:803
msgid "Close Window"
msgstr "إغلاق النافذة"
#: includes/admin/admin-field-group.php:844
msgid "Please select the destination for this field"
msgstr "الرجاء تحديد الوجهة لهذا الحقل"
#: includes/admin/admin-field-group.php:851
msgid "Move Field"
msgstr "نقل الحقل"
#: includes/admin/admin-field-groups.php:74
#, php-format
msgid "Active <span class=\"count\">(%s)</span>"
msgid_plural "Active <span class=\"count\">(%s)</span>"
msgstr[0] "نشط <span class=\"count\">(%s)</span>"
msgstr[1] "نشط <span class=\"count\">(%s)</span>"
msgstr[2] "نشطة <span class=\"count\">(%s)</span>"
msgstr[3] "نشطة <span class=\"count\">(%s)</span>"
msgstr[4] "نشطة <span class=\"count\">(%s)</span>"
msgstr[5] "نشطة <span class=\"count\">(%s)</span>"
#: includes/admin/admin-field-groups.php:142
#, php-format
msgid "Field group duplicated. %s"
msgstr "تم تكرار مجموعة الحقول %s."
#: includes/admin/admin-field-groups.php:146
#, php-format
msgid "%s field group duplicated."
msgid_plural "%s field groups duplicated."
msgstr[0] "تم تكرار مجموعة الحقول. %s"
msgstr[1] "تم تكرار مجموعة الحقول. %s"
msgstr[2] "تم تكرار مجموعة الحقول. %s"
msgstr[3] "تم تكرار مجموعة الحقول. %s"
msgstr[4] "تم تكرار مجموعة الحقول. %s"
msgstr[5] "تم تكرار مجموعة الحقول. %s"
#: includes/admin/admin-field-groups.php:227
#, php-format
msgid "Field group synchronised. %s"
msgstr "تمت مزامنة مجموعة الحقول %s."
#: includes/admin/admin-field-groups.php:231
#, php-format
msgid "%s field group synchronised."
msgid_plural "%s field groups synchronised."
msgstr[0] "تمت مزامنة مجموعة الحقول. %s"
msgstr[1] "تمت مزامنة مجموعة الحقول. %s"
msgstr[2] "تمت مزامنة مجموعة الحقول. %s"
msgstr[3] "تمت مزامنة مجموعة الحقول. %s"
msgstr[4] "تمت مزامنة مجموعة الحقول. %s"
msgstr[5] "تمت مزامنة مجموعة الحقول. %s"
#: includes/admin/admin-field-groups.php:394 includes/admin/admin-field-groups.php:557
msgid "Sync available"
msgstr "المزامنة متوفرة"
#: includes/admin/admin-field-groups.php:507 includes/forms/form-front.php:38 pro/fields/class-acf-field-gallery.php:370
msgid "Title"
msgstr "العنوان"
#: includes/admin/admin-field-groups.php:508 includes/admin/views/field-group-options.php:96 includes/admin/views/install-network.php:21 includes/admin/views/install-network.php:29
#: pro/fields/class-acf-field-gallery.php:397
msgid "Description"
msgstr "الوصف"
#: includes/admin/admin-field-groups.php:509
msgid "Status"
msgstr "الحالة"
#. Description of the plugin/theme
#: includes/admin/admin-field-groups.php:607
msgid "Customise WordPress with powerful, professional and intuitive fields."
msgstr "خصص ووردبرس بحقول قوية ومهنية وبديهية."
#: includes/admin/admin-field-groups.php:609 includes/admin/settings-info.php:76 pro/admin/views/html-settings-updates.php:111
msgid "Changelog"
msgstr "سجل التغييرات"
#: includes/admin/admin-field-groups.php:614
#, php-format
msgid "See what's new in <a href=\"%s\">version %s</a>."
msgstr "اطلع على الجديد في <a href=\"%s\">النسخة %s</a>."
#: includes/admin/admin-field-groups.php:617
msgid "Resources"
msgstr "الموارد"
#: includes/admin/admin-field-groups.php:619
msgid "Website"
msgstr "الموقع الإليكتروني"
#: includes/admin/admin-field-groups.php:620
msgid "Documentation"
msgstr "التوثيق"
#: includes/admin/admin-field-groups.php:621
msgid "Support"
msgstr "الدعم"
#: includes/admin/admin-field-groups.php:623
msgid "Pro"
msgstr "احترافي"
#: includes/admin/admin-field-groups.php:628
#, fuzzy, php-format
msgid "Thank you for creating with <a href=\"%s\">ACF</a>."
msgstr "شكرا لك على التحديث إلى v %s %s!"
#: includes/admin/admin-field-groups.php:668
msgid "Duplicate this item"
msgstr "تكرار هذا العنصر"
#: includes/admin/admin-field-groups.php:668 includes/admin/admin-field-groups.php:684 includes/admin/views/field-group-field.php:49 pro/fields/class-acf-field-flexible-content.php:573
msgid "Duplicate"
msgstr "تكرار"
#: includes/admin/admin-field-groups.php:701 includes/fields/class-acf-field-google-map.php:132 includes/fields/class-acf-field-relationship.php:737
msgid "Search"
msgstr "بحث"
#: includes/admin/admin-field-groups.php:760
#, php-format
msgid "Select %s"
msgstr "اختيار %s"
#: includes/admin/admin-field-groups.php:768
msgid "Synchronise field group"
msgstr "مزامنة مجموعة الحقول"
#: includes/admin/admin-field-groups.php:768 includes/admin/admin-field-groups.php:798
msgid "Sync"
msgstr "مزامنة"
#: includes/admin/admin-field-groups.php:780
msgid "Apply"
msgstr "تطبيق"
#: includes/admin/admin-field-groups.php:798
#, fuzzy
msgid "Bulk Actions"
msgstr "اجراءات جماعية"
#: includes/admin/admin.php:113 includes/admin/views/field-group-options.php:118
msgid "Custom Fields"
msgstr "الحقول المخصصة"
#: includes/admin/install-network.php:88 includes/admin/install.php:70 includes/admin/install.php:121
msgid "Upgrade Database"
msgstr "ترقية قاعدة البيانات"
#: includes/admin/install-network.php:140
msgid "Review sites & upgrade"
msgstr "استعراض المواقع والترقية"
#: includes/admin/install.php:187
msgid "Error validating request"
msgstr "حدث خطأ أثناء التحقق من صحة الطلب"
#: includes/admin/install.php:210 includes/admin/views/install.php:105
msgid "No updates available."
msgstr "لا توجد تحديثات متوفرة."
#: includes/admin/settings-addons.php:51 includes/admin/views/settings-addons.php:3
msgid "Add-ons"
msgstr "الإضافات"
#: includes/admin/settings-addons.php:87
msgid "<b>Error</b>. Could not load add-ons list"
msgstr "<b>خطأ.</b> لا يمكن تحميل قائمة الإضافات"
#: includes/admin/settings-info.php:50
msgid "Info"
msgstr "معلومات"
#: includes/admin/settings-info.php:75
msgid "What's New"
msgstr "ما الجديد"
#: includes/admin/settings-tools.php:50 includes/admin/views/settings-tools-export.php:19 includes/admin/views/settings-tools.php:31
msgid "Tools"
msgstr "أدوات"
#: includes/admin/settings-tools.php:147 includes/admin/settings-tools.php:380
msgid "No field groups selected"
msgstr "لم يتم تحديد مجموعات الحقول"
#: includes/admin/settings-tools.php:184 includes/fields/class-acf-field-file.php:174
msgid "No file selected"
msgstr "لم يتم إختيار ملف"
#: includes/admin/settings-tools.php:197
msgid "Error uploading file. Please try again"
msgstr "خطأ في تحميل الملف . حاول مرة أخرى"
#: includes/admin/settings-tools.php:206
msgid "Incorrect file type"
msgstr "نوع الملف غير صحيح"
#: includes/admin/settings-tools.php:223
msgid "Import file empty"
msgstr "الملف المستورد فارغ"
#: includes/admin/settings-tools.php:331
#, php-format
msgid "Imported 1 field group"
msgid_plural "Imported %s field groups"
msgstr[0] "تم استيراد مجموعة حقول واحدة"
msgstr[1] "تم استيراد مجموعة حقول واحدة"
msgstr[2] "تم استيراد مجموعتي حقول"
msgstr[3] "تم استيراد %s مجموعات حقول"
msgstr[4] "تم استيراد %s مجموعات حقول"
msgstr[5] "تم استيراد %s مجموعات حقول"
#: includes/admin/views/field-group-field-conditional-logic.php:28
msgid "Conditional Logic"
msgstr "المنطق الشرطي"
#: includes/admin/views/field-group-field-conditional-logic.php:54
msgid "Show this field if"
msgstr "إظهار هذا الحقل إذا"
#: includes/admin/views/field-group-field-conditional-logic.php:103 includes/locations.php:243
msgid "is equal to"
msgstr "يساوي"
#: includes/admin/views/field-group-field-conditional-logic.php:104 includes/locations.php:244
msgid "is not equal to"
msgstr "لا يساوي"
#: includes/admin/views/field-group-field-conditional-logic.php:141 includes/admin/views/html-location-rule.php:80
msgid "and"
msgstr "و"
#: includes/admin/views/field-group-field-conditional-logic.php:156 includes/admin/views/field-group-locations.php:31
msgid "Add rule group"
msgstr "إضافة مجموعة قاعدة"
#: includes/admin/views/field-group-field.php:41 pro/fields/class-acf-field-flexible-content.php:420 pro/fields/class-acf-field-repeater.php:358
msgid "Drag to reorder"
msgstr "اسحب لإعادة الترتيب"
#: includes/admin/views/field-group-field.php:45 includes/admin/views/field-group-field.php:48
msgid "Edit field"
msgstr "تحرير الحقل"
#: includes/admin/views/field-group-field.php:48 includes/fields/class-acf-field-image.php:140 includes/fields/class-acf-field-link.php:152 pro/fields/class-acf-field-gallery.php:357
msgid "Edit"
msgstr "تحرير"
#: includes/admin/views/field-group-field.php:49
msgid "Duplicate field"
msgstr "تكرار الحقل"
#: includes/admin/views/field-group-field.php:50
msgid "Move field to another group"
msgstr "تحريك الحقل إلى مجموعة أخرى"
#: includes/admin/views/field-group-field.php:50
msgid "Move"
msgstr "نقل"
#: includes/admin/views/field-group-field.php:51
msgid "Delete field"
msgstr "حذف الحقل"
#: includes/admin/views/field-group-field.php:51 pro/fields/class-acf-field-flexible-content.php:572
msgid "Delete"
msgstr "حذف"
#: includes/admin/views/field-group-field.php:67
msgid "Field Label"
msgstr "تسمية الحقل"
#: includes/admin/views/field-group-field.php:68
msgid "This is the name which will appear on the EDIT page"
msgstr "هذا هو الاسم الذي سيظهر في صفحة التحرير"
#: includes/admin/views/field-group-field.php:78
msgid "Field Name"
msgstr "اسم الحقل"
#: includes/admin/views/field-group-field.php:79
msgid "Single word, no spaces. Underscores and dashes allowed"
msgstr "كلمة واحدة، لا مسافات. الشرطات السفلية والشرطات مسموح بها"
#: includes/admin/views/field-group-field.php:89
msgid "Field Type"
msgstr "نوع الحقل"
#: includes/admin/views/field-group-field.php:101 includes/fields/class-acf-field-tab.php:102
msgid "Instructions"
msgstr "التعليمات"
#: includes/admin/views/field-group-field.php:102
msgid "Instructions for authors. Shown when submitting data"
msgstr "تعليمات للكتاب. سيظهر عند إرسال البيانات"
#: includes/admin/views/field-group-field.php:111
msgid "Required?"
msgstr "مطلوب؟"
#: includes/admin/views/field-group-field.php:134
msgid "Wrapper Attributes"
msgstr "سمات المجمع"
#: includes/admin/views/field-group-field.php:140
msgid "width"
msgstr "العرض"
#: includes/admin/views/field-group-field.php:155
msgid "class"
msgstr "class"
#: includes/admin/views/field-group-field.php:168
msgid "id"
msgstr "المعرف"
#: includes/admin/views/field-group-field.php:180
msgid "Close Field"
msgstr "أغلق الحقل"
#: includes/admin/views/field-group-fields.php:4
msgid "Order"
msgstr "ترتيب"
#: includes/admin/views/field-group-fields.php:5 includes/fields/class-acf-field-checkbox.php:317 includes/fields/class-acf-field-radio.php:321 includes/fields/class-acf-field-select.php:530
#: pro/fields/class-acf-field-flexible-content.php:599
msgid "Label"
msgstr "تسمية"
#: includes/admin/views/field-group-fields.php:6 includes/fields/class-acf-field-taxonomy.php:970 pro/fields/class-acf-field-flexible-content.php:612
msgid "Name"
msgstr "الاسم"
#: includes/admin/views/field-group-fields.php:7
msgid "Key"
msgstr "المفتاح"
#: includes/admin/views/field-group-fields.php:8
msgid "Type"
msgstr "النوع"
#: includes/admin/views/field-group-fields.php:14
msgid "No fields. Click the <strong>+ Add Field</strong> button to create your first field."
msgstr "لا توجد حقول. انقر على زر <strong>+ إضافة حقل</strong> لإنشاء أول حقل."
#: includes/admin/views/field-group-fields.php:31
msgid "+ Add Field"
msgstr "+ اضف حقل"
#: includes/admin/views/field-group-locations.php:9
msgid "Rules"
msgstr "القواعد"
#: includes/admin/views/field-group-locations.php:10
msgid "Create a set of rules to determine which edit screens will use these advanced custom fields"
msgstr "إنشىء مجموعة من القواعد لتحديد أي شاشات التحرير ستستخدم هذه الحقول المخصصة"
#: includes/admin/views/field-group-options.php:23
msgid "Style"
msgstr "نمط"
#: includes/admin/views/field-group-options.php:30
msgid "Standard (WP metabox)"
msgstr "قياسي (WP metabox)"
#: includes/admin/views/field-group-options.php:31
msgid "Seamless (no metabox)"
msgstr "سلس (بدون metabox)"
#: includes/admin/views/field-group-options.php:38
msgid "Position"
msgstr "الموضع"
#: includes/admin/views/field-group-options.php:45
msgid "High (after title)"
msgstr "عالي (بعد العنوان)"
#: includes/admin/views/field-group-options.php:46
msgid "Normal (after content)"
msgstr "عادي (بعد المحتوى)"
#: includes/admin/views/field-group-options.php:47
msgid "Side"
msgstr "الجانب"
#: includes/admin/views/field-group-options.php:55
msgid "Label placement"
msgstr "تعيين مكان التسمية"
#: includes/admin/views/field-group-options.php:62 includes/fields/class-acf-field-tab.php:116
msgid "Top aligned"
msgstr "محاذاة إلى الأعلى"
#: includes/admin/views/field-group-options.php:63 includes/fields/class-acf-field-tab.php:117
msgid "Left aligned"
msgstr "محاذاة لليسار"
#: includes/admin/views/field-group-options.php:70
msgid "Instruction placement"
msgstr "تعيين مكان التعليمات"
#: includes/admin/views/field-group-options.php:77
msgid "Below labels"
msgstr "أسفل التسميات"
#: includes/admin/views/field-group-options.php:78
msgid "Below fields"
msgstr "بعد الحقول"
#: includes/admin/views/field-group-options.php:85
msgid "Order No."
msgstr "رقم الترتيب"
#: includes/admin/views/field-group-options.php:86
msgid "Field groups with a lower order will appear first"
msgstr "مجموعات الحقول ذات الترتيب الأدنى ستظهر أولا"
#: includes/admin/views/field-group-options.php:97
msgid "Shown in field group list"
msgstr "اظهار في قائمة مجموعة الحقول"
#: includes/admin/views/field-group-options.php:107
msgid "Hide on screen"
msgstr "إخفاء على الشاشة"
#: includes/admin/views/field-group-options.php:108
msgid "<b>Select</b> items to <b>hide</b> them from the edit screen."
msgstr "<b>تحديد</b> العناصر <b>لإخفائها</b> من شاشة التحرير."
#: includes/admin/views/field-group-options.php:108
msgid "If multiple field groups appear on an edit screen, the first field group's options will be used (the one with the lowest order number)"
msgstr "إذا ظهرت مجموعات حقول متعددة في شاشة التحرير. سيتم استخدام خيارات المجموعة الأولى (تلك التي تحتوي على أقل رقم ترتيب)"
#: includes/admin/views/field-group-options.php:115
msgid "Permalink"
msgstr "الرابط الدائم"
#: includes/admin/views/field-group-options.php:116
msgid "Content Editor"
msgstr "محرر المحتوى"
#: includes/admin/views/field-group-options.php:117
msgid "Excerpt"
msgstr "مختصر الموضوع"
#: includes/admin/views/field-group-options.php:119
msgid "Discussion"
msgstr "النقاش"
#: includes/admin/views/field-group-options.php:120
msgid "Comments"
msgstr "التعليقات"
#: includes/admin/views/field-group-options.php:121
msgid "Revisions"
msgstr "المراجعة"
#: includes/admin/views/field-group-options.php:122
msgid "Slug"
msgstr "الاسم اللطيف"
#: includes/admin/views/field-group-options.php:123
msgid "Author"
msgstr "الكاتب"
#: includes/admin/views/field-group-options.php:124
msgid "Format"
msgstr "الشكل"
#: includes/admin/views/field-group-options.php:125
msgid "Page Attributes"
msgstr "سمات الصفحة"
#: includes/admin/views/field-group-options.php:126 includes/fields/class-acf-field-relationship.php:751
msgid "Featured Image"
msgstr "صورة بارزة"
#: includes/admin/views/field-group-options.php:127
msgid "Categories"
msgstr "التصنيفات"
#: includes/admin/views/field-group-options.php:128
msgid "Tags"
msgstr "الوسوم"
#: includes/admin/views/field-group-options.php:129
msgid "Send Trackbacks"
msgstr "إرسال Trackbacks"
#: includes/admin/views/html-location-group.php:3
msgid "Show this field group if"
msgstr "إظهار هذه المجموعة إذا"
#: includes/admin/views/install-network.php:4
msgid "Upgrade Sites"
msgstr "ترقية المواقع"
#: includes/admin/views/install-network.php:9 includes/admin/views/install.php:3
msgid "Advanced Custom Fields Database Upgrade"
msgstr "الحقول المخصصة المتقدمة: ترقية قاعدة البيانات"
#: includes/admin/views/install-network.php:11
#, php-format
msgid "The following sites require a DB upgrade. Check the ones you want to update and then click %s."
msgstr "تتطلب المواقع التالية ترقية قاعدة البيانات. تحقق من تلك التي تحتاج إلى ترقيتها ومن ثم انقر على %s."
#: includes/admin/views/install-network.php:20 includes/admin/views/install-network.php:28
msgid "Site"
msgstr "الموقع"
#: includes/admin/views/install-network.php:48
#, php-format
msgid "Site requires database upgrade from %s to %s"
msgstr "يتطلب الموقع ترقية قاعدة البيانات من %s إلى %s"
#: includes/admin/views/install-network.php:50
msgid "Site is up to date"
msgstr "الموقع محدث"
#: includes/admin/views/install-network.php:63
#, php-format
msgid "Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>"
msgstr "تمت ترقية قاعدة البيانات. <a href=\"%s\">العودة إلى لوحة معلومات الشبكة</a>"
#: includes/admin/views/install-network.php:102 includes/admin/views/install-notice.php:42
msgid "It is strongly recommended that you backup your database before proceeding. Are you sure you wish to run the updater now?"
msgstr "يوصى بشدة أن تقوم بأخذ نسخة احتياطية من قاعدة البيانات قبل المتابعة. هل أنت متأكد أنك ترغب في تشغيل التحديث الآن؟"
#: includes/admin/views/install-network.php:158
msgid "Upgrade complete"
msgstr "اكتملت عملية الترقية"
#: includes/admin/views/install-network.php:162 includes/admin/views/install.php:9
#, php-format
msgid "Upgrading data to version %s"
msgstr "ترقية البيانات إلى الإصدار %s"
#: includes/admin/views/install-notice.php:8 pro/fields/class-acf-field-repeater.php:36
msgid "Repeater"
msgstr "المكرر"
#: includes/admin/views/install-notice.php:9 pro/fields/class-acf-field-flexible-content.php:36
msgid "Flexible Content"
msgstr "المحتوى المرن"
#: includes/admin/views/install-notice.php:10 pro/fields/class-acf-field-gallery.php:36
msgid "Gallery"
msgstr "الالبوم"
#: includes/admin/views/install-notice.php:11 pro/locations/class-acf-location-options-page.php:13
msgid "Options Page"
msgstr "خيارات الصفحة"
#: includes/admin/views/install-notice.php:26
msgid "Database Upgrade Required"
msgstr "ترقية قاعدة البيانات مطلوبة"
#: includes/admin/views/install-notice.php:28
#, php-format
msgid "Thank you for updating to %s v%s!"
msgstr "شكرا لك على تحديث %s إلى الإصدار %s!"
#: includes/admin/views/install-notice.php:28
msgid "Before you start using the new awesome features, please update your database to the newest version."
msgstr "قبل البدء باستخدام الميزات الجديدة، الرجاء تحديث قاعدة البيانات الخاصة بك إلى الإصدار الأحدث."
#: includes/admin/views/install-notice.php:31
#, php-format
msgid "Please also ensure any premium add-ons (%s) have first been updated to the latest version."
msgstr "يرجى أيضا التأكد من تحديث أي إضافات مدفوعة (%s) أولا إلى أحدث إصدار."
#: includes/admin/views/install.php:7
msgid "Reading upgrade tasks..."
msgstr "قراءة مهام الترقية..."
#: includes/admin/views/install.php:11
#, php-format
msgid "Database Upgrade complete. <a href=\"%s\">See what's new</a>"
msgstr "تمت ترقية قاعدة البيانات. <a href=\"%s\">اطلع على الجديد</a>"
#: includes/admin/views/settings-addons.php:17
msgid "Download & Install"
msgstr "تحميل وتثبيت"
#: includes/admin/views/settings-addons.php:36
msgid "Installed"
msgstr "تم التثبيت"
#: includes/admin/views/settings-info.php:3
msgid "Welcome to Advanced Custom Fields"
msgstr "مرحبا بك في الحقول المخصصة المتقدمة"
#: includes/admin/views/settings-info.php:4
#, php-format
msgid "Thank you for updating! ACF %s is bigger and better than ever before. We hope you like it."
msgstr "شكرا لك للتحديث! ACF %s أكبر وأفضل من أي وقت مضى. نحن نأمل لك أنت تكون كذلك."
#: includes/admin/views/settings-info.php:17
msgid "A smoother custom field experience"
msgstr "حقول مخصصة أكثر سلاسة"
#: includes/admin/views/settings-info.php:22
msgid "Improved Usability"
msgstr "تحسين قابلية الاستخدام"
#: includes/admin/views/settings-info.php:23
msgid "Including the popular Select2 library has improved both usability and speed across a number of field types including post object, page link, taxonomy and select."
msgstr "دمج مكتبة Select2 حسن قابلية الاستخدام والسرعة عبر عدد من أنواع الحقول بما في ذلك موضوع المنشور، رابط الصفحة، التصنيف والتحديد"
#: includes/admin/views/settings-info.php:27
msgid "Improved Design"
msgstr "تصميم محسّن"
#: includes/admin/views/settings-info.php:28
msgid "Many fields have undergone a visual refresh to make ACF look better than ever! Noticeable changes are seen on the gallery, relationship and oEmbed (new) fields!"
msgstr "شهدت العديد من الحقول تحديث مرئي جعل ACF تبدو أفضل من أي وقت مضى! تلاحظ التغييرات في المعرض، العلاقة وحقول oEmbed (جديد)!"
#: includes/admin/views/settings-info.php:32
msgid "Improved Data"
msgstr "بيانات محسّنة"
#: includes/admin/views/settings-info.php:33
msgid "Redesigning the data architecture has allowed sub fields to live independently from their parents. This allows you to drag and drop fields in and out of parent fields!"
msgstr "إعادة تصميم هيكل البيانات سمحت للحقول الفرعية للعمل بشكل مستقل عن الحقول الأصلية. هذا يسمح لك بسحب وافلات الحقول داخل وخارج الحقول الأصلية!"
#: includes/admin/views/settings-info.php:39
msgid "Goodbye Add-ons. Hello PRO"
msgstr "وداعا للوظائف الإضافية. مرحبا برو"
#: includes/admin/views/settings-info.php:44
msgid "Introducing ACF PRO"
msgstr "نقدم ACF برو"
#: includes/admin/views/settings-info.php:45
msgid "We're changing the way premium functionality is delivered in an exciting way!"
msgstr "نحن تغيير طريقة الوظائف المتميزة بشكل مثير!"
#: includes/admin/views/settings-info.php:46
#, php-format
msgid ""
"All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro version of ACF</a>. With both personal and developer licenses available, premium functionality is more affordable and "
"accessible than ever before!"
msgstr ""
"تم دمج الإضافات المدفوعة الأربعة في <a href=\"%s\">النسخة الإحترافية من ACF</a>. مع توفير رخص شخصية واخرى للمطورين، لتصبح الوظائف المميزة بأسعار معقولة ويمكن الوصول إليها أكثر من أي وقت مضى!"
#: includes/admin/views/settings-info.php:50
msgid "Powerful Features"
msgstr "ميزات قوية"
#: includes/admin/views/settings-info.php:51
msgid "ACF PRO contains powerful features such as repeatable data, flexible content layouts, a beautiful gallery field and the ability to create extra admin options pages!"
msgstr "يحتوي ACF PRO على ميزات قوية مثل البيانات القابلة للتكرار، والمحتوى المرن، وحقل المعرض الجميل والقدرة على إنشاء صفحات خيارات إضافية للمشرفين!"
#: includes/admin/views/settings-info.php:52
#, php-format
msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
msgstr "اقرأ المزيد حول <a href=\"%s\">ميزات ACF PRO</a>."
#: includes/admin/views/settings-info.php:56
msgid "Easy Upgrading"
msgstr "ترقية سهلة"
#: includes/admin/views/settings-info.php:57
#, php-format
msgid "To help make upgrading easy, <a href=\"%s\">login to your store account</a> and claim a free copy of ACF PRO!"
msgstr "للمساعدة في جعل الترقية سهلة، <a href=\"%s\">سجل الدخول إلى حسابك في المتجر</a> واحصل على نسخة مجانية من ACF PRO!"
#: includes/admin/views/settings-info.php:58
#, php-format
msgid "We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, but if you do have one, please contact our support team via the <a href=\"%s\">help desk</a>"
msgstr "نحن كتبنا أيضا <a href=\"%s\">دليل للتحديث</a> للرد على أية أسئلة، ولكن إذا كان إذا كان لديك اي سؤال، الرجاء الاتصال بفريق الدعم الخاص بنا عن طريق <a href=\"%s\">مكتب المساعدة</a>"
#: includes/admin/views/settings-info.php:66
msgid "Under the Hood"
msgstr "تحت الغطاء"
#: includes/admin/views/settings-info.php:71
msgid "Smarter field settings"
msgstr "إعدادات حقول أكثر ذكاء"
#: includes/admin/views/settings-info.php:72
msgid "ACF now saves its field settings as individual post objects"
msgstr "ACF الآن يحفظ إعدادات الحقول كـ post object منفصل"
#: includes/admin/views/settings-info.php:76
msgid "More AJAX"
msgstr "اجاكس أكثر"
#: includes/admin/views/settings-info.php:77
msgid "More fields use AJAX powered search to speed up page loading"
msgstr "حقول اكثر تستخدم بحث أجاكس لتسريع تحميل الصفحة"
#: includes/admin/views/settings-info.php:81
msgid "Local JSON"
msgstr "JSON محلي"
#: includes/admin/views/settings-info.php:82
msgid "New auto export to JSON feature improves speed"
msgstr "تصدير اتوماتيكي الى JSON يحسن السرعة"
#: includes/admin/views/settings-info.php:88
msgid "Better version control"
msgstr "تحكم أفضل في الإصدارات"
#: includes/admin/views/settings-info.php:89
msgid "New auto export to JSON feature allows field settings to be version controlled"
msgstr "تصدير السيارات الجديدة إلى ميزة JSON تسمح إعدادات الحقل أن يكون المتحكم"
#: includes/admin/views/settings-info.php:93
msgid "Swapped XML for JSON"
msgstr "تبادلت XML ل JSON"
#: includes/admin/views/settings-info.php:94
msgid "Import / Export now uses JSON in favour of XML"
msgstr "الاستيراد والتصدير الآن استخدامات JSON صالح XML"
#: includes/admin/views/settings-info.php:98
msgid "New Forms"
msgstr "أشكال جديدة"
#: includes/admin/views/settings-info.php:99
msgid "Fields can now be mapped to comments, widgets and all user forms!"
msgstr "يمكن الآن تعيين الحقول إلى تعليقات والحاجيات وجميع نماذج المستخدم!"
#: includes/admin/views/settings-info.php:106
msgid "A new field for embedding content has been added"
msgstr "تم إضافة حقل جديد لتضمين المحتوى"
#: includes/admin/views/settings-info.php:110
msgid "New Gallery"
msgstr "معرض صور جديد"
#: includes/admin/views/settings-info.php:111
msgid "The gallery field has undergone a much needed facelift"
msgstr "شهد ميدان معرض عملية شد وجه الكثير من اللازم"
#: includes/admin/views/settings-info.php:115
msgid "New Settings"
msgstr "إعدادات جديدة"
#: includes/admin/views/settings-info.php:116
msgid "Field group settings have been added for label placement and instruction placement"
msgstr "تم إضافة إعدادات مجموعة الحقل موضع التسمية ووضع التعليمات"
#: includes/admin/views/settings-info.php:122
msgid "Better Front End Forms"
msgstr "أشكال الأمامية أفضل"
#: includes/admin/views/settings-info.php:123
msgid "acf_form() can now create a new post on submission"
msgstr "acf_form() يمكن الآن إنشاء وظيفة جديدة في تقديم"
#: includes/admin/views/settings-info.php:127
msgid "Better Validation"
msgstr "التحقق من صحة أفضل"
#: includes/admin/views/settings-info.php:128
msgid "Form validation is now done via PHP + AJAX in favour of only JS"
msgstr "يتم الآن التحقق من صحة النموذج عن طريق بي إتش بي + AJAX صالح شبيبة فقط"
#: includes/admin/views/settings-info.php:132
msgid "Relationship Field"
msgstr "حقل العلاقة"
#: includes/admin/views/settings-info.php:133
msgid "New Relationship field setting for 'Filters' (Search, Post Type, Taxonomy)"
msgstr "إعداد الحقل العلاقة الجديدة عن 'فلاتر' (البحث، \"نوع الوظيفة\"، التصنيف)"
#: includes/admin/views/settings-info.php:139
msgid "Moving Fields"
msgstr "نقل الحقول"
#: includes/admin/views/settings-info.php:140
msgid "New field group functionality allows you to move a field between groups & parents"
msgstr "وظائف جديدة في مجموعة حقل يسمح لك بنقل حقل بين المجموعات & الآباء"