Skip to content

Commit

Permalink
ar locaes: Fix typos in placeholder reference
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Jul 31, 2022
1 parent 59a581b commit 29a9d36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
*bookmarkdupes-6.5:
Martin Väth <martin at mvath.de>:
- Minor compatibility improvements
- ar locales: Fix typos in placeholder reference
- ar locales: Use \n instead of \r\n for the end of the line

Essam Ambr:
- Create ar locales
Expand Down
6 changes: 3 additions & 3 deletions _locales/ar/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@
"description" : "التقرير الذي تم بدء ازالة علامات التوقف المعلمة به "
},
"messageRemoveProgress" : {
"message" : "($ECEGAGE$%) تم ازالة $TOTAL$ من $TODO$ علامات التوقف ",
"message" : "($PERCENTAGE$%) تم ازالة $TOTAL$ من $TODO$ علامات التوقف ",
"description" : "التقرير الذي قام بتحديد عدد / اجمالي / نسبة علامات التوقف التي تم ازالتها ",
"placeholders" : {
"total" : {
Expand Down Expand Up @@ -594,7 +594,7 @@
"description" : "تقرير بأن تحريك علامات التوقف التي تم تعليمها قد بدأ "
},
"messageMoveProgress" : {
"message" : "($ECEGAGE$%) تم نقل $TOTAL$ من $TODO$ علامات التوقف ",
"message" : "($PERCENTAGE$%) تم نقل $TOTAL$ من $TODO$ علامات التوقف ",
"description" : "التقرير الذي تم تحديد عدد / اجمالي / النسبة المئوية لعلامات التوقف التي تم نقلها ",
"placeholders" : {
"total" : {
Expand Down Expand Up @@ -644,7 +644,7 @@
"description" : "التقرير الذي تم بدء تشغيل الوصف الخاص به "
},
"messageStripProgress" : {
"message" : "($ECEGAGE$%) تم تجريد $TOTAL$ من $TODO$ الأوصاف ",
"message" : "($PERCENTAGE$%) تم تجريد $TOTAL$ من $TODO$ الأوصاف ",
"description" : "التقرير الذي تم فيه تجريد العدد / المجموع / النسبة المئوية للمواصفات ",
"placeholders" : {
"total" : {
Expand Down

0 comments on commit 29a9d36

Please sign in to comment.