Skip to content

Commit 29a9d36

Browse files
committed
ar locaes: Fix typos in placeholder reference
1 parent 59a581b commit 29a9d36

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
*bookmarkdupes-6.5:
44
Martin Väth <martin at mvath.de>:
55
- Minor compatibility improvements
6+
- ar locales: Fix typos in placeholder reference
7+
- ar locales: Use \n instead of \r\n for the end of the line
68

79
Essam Ambr:
810
- Create ar locales

_locales/ar/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@
548548
"description" : "التقرير الذي تم بدء ازالة علامات التوقف المعلمة به "
549549
},
550550
"messageRemoveProgress" : {
551-
"message" : "($ECEGAGE$%) تم ازالة $TOTAL$ من $TODO$ علامات التوقف ",
551+
"message" : "($PERCENTAGE$%) تم ازالة $TOTAL$ من $TODO$ علامات التوقف ",
552552
"description" : "التقرير الذي قام بتحديد عدد / اجمالي / نسبة علامات التوقف التي تم ازالتها ",
553553
"placeholders" : {
554554
"total" : {
@@ -594,7 +594,7 @@
594594
"description" : "تقرير بأن تحريك علامات التوقف التي تم تعليمها قد بدأ "
595595
},
596596
"messageMoveProgress" : {
597-
"message" : "($ECEGAGE$%) تم نقل $TOTAL$ من $TODO$ علامات التوقف ",
597+
"message" : "($PERCENTAGE$%) تم نقل $TOTAL$ من $TODO$ علامات التوقف ",
598598
"description" : "التقرير الذي تم تحديد عدد / اجمالي / النسبة المئوية لعلامات التوقف التي تم نقلها ",
599599
"placeholders" : {
600600
"total" : {
@@ -644,7 +644,7 @@
644644
"description" : "التقرير الذي تم بدء تشغيل الوصف الخاص به "
645645
},
646646
"messageStripProgress" : {
647-
"message" : "($ECEGAGE$%) تم تجريد $TOTAL$ من $TODO$ الأوصاف ",
647+
"message" : "($PERCENTAGE$%) تم تجريد $TOTAL$ من $TODO$ الأوصاف ",
648648
"description" : "التقرير الذي تم فيه تجريد العدد / المجموع / النسبة المئوية للمواصفات ",
649649
"placeholders" : {
650650
"total" : {

0 commit comments

Comments
 (0)