i18n: restore key parity after the Jalali calendar
The translation parity test fails on main again after the Jalali calendar landed: the two newest locales, he and sk, were missed when the twelve Jalali month names were added - they get the same Latin transliterations every other non-Persian locale received. fa in turn carried four keys that do not exist in en and are not referenced anywhere in the code (the email_composer.text_direction block and settings.templates.image_too_large) - removed, as the suite's no-extra-keys check demands.
This commit is contained in:
@@ -681,12 +681,7 @@
|
|||||||
"recipient_email_placeholder": "آدرس ایمیل",
|
"recipient_email_placeholder": "آدرس ایمیل",
|
||||||
"recipient_name_placeholder": "نام نمایشی",
|
"recipient_name_placeholder": "نام نمایشی",
|
||||||
"autocomplete_search_server": "جستجو در سرور",
|
"autocomplete_search_server": "جستجو در سرور",
|
||||||
"autocomplete_searching": "در حال جستجو...",
|
"autocomplete_searching": "در حال جستجو..."
|
||||||
"text_direction": {
|
|
||||||
"toggle": "تغییر جهت متن (چپبهراست / راستبهچپ)",
|
|
||||||
"ltr": "چپبهراست",
|
|
||||||
"rtl": "راستبهچپ"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"confirm_dialog": {
|
"confirm_dialog": {
|
||||||
"confirm": "تأیید",
|
"confirm": "تأیید",
|
||||||
@@ -1885,8 +1880,7 @@
|
|||||||
"validation": {
|
"validation": {
|
||||||
"empty": "نام قالب الزامی است",
|
"empty": "نام قالب الزامی است",
|
||||||
"too_long": "نام قالب باید ۲۰۰ کاراکتر یا کمتر باشد"
|
"too_long": "نام قالب باید ۲۰۰ کاراکتر یا کمتر باشد"
|
||||||
},
|
}
|
||||||
"image_too_large": "حجم تصویر بیش از حد مجاز (حداکثر ۱ مگابایت)"
|
|
||||||
},
|
},
|
||||||
"files": {
|
"files": {
|
||||||
"display": {
|
"display": {
|
||||||
|
|||||||
+13
-1
@@ -2823,7 +2823,19 @@
|
|||||||
"sep": "ספט׳",
|
"sep": "ספט׳",
|
||||||
"oct": "אוק׳",
|
"oct": "אוק׳",
|
||||||
"nov": "נוב׳",
|
"nov": "נוב׳",
|
||||||
"dec": "דצמ׳"
|
"dec": "דצמ׳",
|
||||||
|
"far": "Farvardin",
|
||||||
|
"ord": "Ordibehesht",
|
||||||
|
"kho": "Khordad",
|
||||||
|
"tir": "Tir",
|
||||||
|
"mor": "Mordad",
|
||||||
|
"sha": "Shahrivar",
|
||||||
|
"meh": "Mehr",
|
||||||
|
"aba": "Aban",
|
||||||
|
"aza": "Azar",
|
||||||
|
"dey": "Dey",
|
||||||
|
"bah": "Bahman",
|
||||||
|
"esf": "Esfand"
|
||||||
},
|
},
|
||||||
"nav_open_menu": "פתח תפריט",
|
"nav_open_menu": "פתח תפריט",
|
||||||
"webcal_action": {
|
"webcal_action": {
|
||||||
|
|||||||
+13
-1
@@ -2723,7 +2723,19 @@
|
|||||||
"sep": "sep",
|
"sep": "sep",
|
||||||
"oct": "okt",
|
"oct": "okt",
|
||||||
"nov": "nov",
|
"nov": "nov",
|
||||||
"dec": "dec"
|
"dec": "dec",
|
||||||
|
"far": "Farvardin",
|
||||||
|
"ord": "Ordibehesht",
|
||||||
|
"kho": "Khordad",
|
||||||
|
"tir": "Tir",
|
||||||
|
"mor": "Mordad",
|
||||||
|
"sha": "Shahrivar",
|
||||||
|
"meh": "Mehr",
|
||||||
|
"aba": "Aban",
|
||||||
|
"aza": "Azar",
|
||||||
|
"dey": "Dey",
|
||||||
|
"bah": "Bahman",
|
||||||
|
"esf": "Esfand"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"event_created": "Udalosť bola vytvorená",
|
"event_created": "Udalosť bola vytvorená",
|
||||||
|
|||||||
Reference in New Issue
Block a user