i18n: restore key parity after the Hebrew locale
The translation parity test fails on main since the Hebrew locale landed. Three gaps, all from catalogs drifting past each other: The new he locale was based on an older en catalog and was missing 17 keys (pin/unpin, recipient autocomplete, attachment-upload validation, the date_locale block, the tint_list_rows and show_folder_total_count settings, language.sk). They are translated to Hebrew here; date_locale keeps the same English values every other locale currently has. The rtl_editing setting existed only in en and he - added translated to the other 20 locales. language.he was missing everywhere - added as the endonym "עברית" to all locales, matching how the other language names are written.
This commit is contained in:
@@ -809,6 +809,7 @@
|
||||
"nl": "Nederlands",
|
||||
"pl": "Polski",
|
||||
"pt": "Português",
|
||||
"he": "עברית",
|
||||
"ru": "Русский",
|
||||
"sk": "Slovenčina",
|
||||
"uk": "Українська",
|
||||
@@ -1274,6 +1275,10 @@
|
||||
"return_to_list_after_action": {
|
||||
"label": "삭제 또는 읽지 않음으로 표시 후 목록으로 돌아가기",
|
||||
"description": "열려 있는 메시지를 삭제하거나 읽지 않음으로 표시한 후 다음 메시지를 열지 않고 메시지 목록으로 돌아갑니다."
|
||||
},
|
||||
"rtl_editing": {
|
||||
"label": "오른쪽에서 왼쪽 편집 지원",
|
||||
"description": "편집기 도구 모음에 방향 버튼을 추가하여 단락을 왼쪽에서 오른쪽 또는 오른쪽에서 왼쪽으로 설정할 수 있습니다"
|
||||
}
|
||||
},
|
||||
"composer": {
|
||||
|
||||
Reference in New Issue
Block a user