Updated translations.

This commit is contained in:
Lauri Ojansivu 2022-04-21 21:26:35 +03:00
parent 8d395e6cb1
commit 2193c86766
31 changed files with 33167 additions and 13 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1163,18 +1163,18 @@
"copyChecklistPopup-title": "העתקת רשימת סימון",
"card-show-lists": "הצגת רשימות על הכרטיס",
"subtaskActionsPopup-title": "פעולות תת־משימה",
"attachmentActionsPopup-title": "Attachment Actions",
"attachment-move-storage-fs": "Move attachment to filesystem",
"attachment-move-storage-gridfs": "Move attachment to GridFS",
"attachment-move": "Move Attachment",
"move-all-attachments-to-fs": "Move all attachments to filesystem",
"move-all-attachments-to-gridfs": "Move all attachments to GridFS",
"move-all-attachments-of-board-to-fs": "Move all attachments of board to filesystem",
"move-all-attachments-of-board-to-gridfs": "Move all attachments of board to GridFS",
"path": "Path",
"version-name": "Version-Name",
"size": "Size",
"storage": "Storage",
"attachmentActionsPopup-title": "פעולות על קבצים מצורפים",
"attachment-move-storage-fs": "העברת קבצים מצורפים למערכת הקבצים",
"attachment-move-storage-gridfs": "העברת הקובץ המצורף ל־GridFS",
"attachment-move": "העברת קובץ מצורף",
"move-all-attachments-to-fs": "העברת כל הקבצים המצורפים למערכת הקבצים",
"move-all-attachments-to-gridfs": "העברת כל הקבצים המצורפים ל־GridFS",
"move-all-attachments-of-board-to-fs": "העברת כל הקבצים המצורפים ללוח למערכת הקבצים",
"move-all-attachments-of-board-to-gridfs": "העברת כל הקבצים המצורפים ללוח ל־GridFS",
"path": "נתיב",
"version-name": "גרסה-שם",
"size": "גודל",
"storage": "אחסון",
"action": "פעולה",
"board-title": "Board Title"
"board-title": "כותרת לוח"
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -35,6 +35,12 @@ export default {
name: "čeština",
load: () => import('./data/cs.i18n.json'),
},
"cs-CZ": {
code: "cs",
tag: "cs-CZ",
name: "čeština (Česká republika)",
load: () => import('./data/cs-CZ.i18n.json'),
},
"da": {
code: "da",
tag: "da",
@ -71,6 +77,12 @@ export default {
name: "el",
load: () => import('./data/el.i18n.json'),
},
"en-BR": {
code: "en",
tag: "en-BR",
name: "English (Brazil)",
load: () => import('./data/en-BR.i18n.json'),
},
"en-DE": {
code: "en",
tag: "en-DE",
@ -215,6 +227,12 @@ export default {
name: "ગુજરાતી",
load: () => import('./data/gu-IN.i18n.json'),
},
"he-IL": {
code: "he",
tag: "he-IL",
name: "עברית (ישראל)",
load: () => import('./data/he-IL.i18n.json'),
},
"he": {
code: "he",
tag: "he",
@ -287,6 +305,12 @@ export default {
name: "ភាសាខ្មែរ",
load: () => import('./data/km.i18n.json'),
},
"ko-KR": {
code: "ko",
tag: "ko-KR",
name: "한국어(한국)",
load: () => import('./data/ko-KR.i18n.json'),
},
"ko": {
code: "ko",
tag: "ko",
@ -329,6 +353,12 @@ export default {
name: "Norsk bokmål",
load: () => import('./data/nb.i18n.json'),
},
"nl-NL": {
code: "nl",
tag: "nl-NL",
name: "Nederlands (Nederland)",
load: () => import('./data/nl-NL.i18n.json'),
},
"nl": {
code: "nl",
tag: "nl",

View file

@ -48,6 +48,9 @@ tx pull -f -l da
echo "Dutch:"
tx pull -f -l nl
echo "Dutch (Netherlands):"
tx pull -f -l nl_NL
echo "Esperanto:"
tx pull -f -l eo
@ -105,6 +108,9 @@ tx pull -f -l gu_IN
echo "Hebrew:"
tx pull -f -l he
echo "Hebrew (Israel):"
tx pull -f -l he_IL
echo "Hungarian:"
tx pull -f -l hu_HU
@ -144,6 +150,9 @@ tx pull -f -l km
echo "Korean:"
tx pull -f -l ko
echo "Korean (Korea):"
tx pull -f -l ko_KR
echo "Latvian (Latvia):"
tx pull -f -l lv_LV
@ -175,6 +184,9 @@ tx pull -f -l pa
echo "Polish:"
tx pull -f -l pl
echo "Polish (Poland):"
tx pull -f -l pl_PL
echo "Portuguese:"
tx pull -f -l pt
@ -241,5 +253,77 @@ tx pull -f -l uk
echo "Ukrainian (Ukraine):"
tx pull -f -l uk_UA
echo "Uyghur (ug):"
tx pull -f -l ug
echo "Uzbek (uz):"
tx pull -f -l uz
echo "Uzbek (Arabic) (uz@Arab):"
tx pull -f -l uz@Arab
echo "Uzbek (Latin) (uz@Latn):"
tx pull -f -l uz@Latn
echo "Uzbek (Uzbekistan) (uz_UZ):"
tx pull -f -l uz_UZ
echo "Venda (ve):"
tx pull -f -l ve
echo "Venetian (vec):"
tx pull -f -l vec
echo "Vepsian (vep):"
tx pull -f -l vep
echo "Vietnamese:"
tx pull -f -l vi
echo "Vietnamese (Viet Nam) (vi_VN):"
tx pull -f -l vi_VN
echo "Vlaams (vls):"
tx pull -f -l vls
echo "Volapük (vo):"
tx pull -f -l vo
echo "Walloon (wa):"
tx pull -f -l wa
echo "Welsh (cy):"
tx pull -f -l cy
echo "Welsh (United Kingdom) (cy_GB):"
tx pull -f -l cy_GB
echo "Western Frisian (fy):"
tx pull -f -l fy
echo "Western Frisian (Netherlands) (fy_NL):"
tx pull -f -l fy_NL
echo "Wolof (wo):"
tx pull -f -l wo
echo "Wáray-Wáray (war):"
tx pull -f -l war
echo "Xhosa (xh):"
tx pull -f -l xh
echo "Yeshivish English (en@ysv):"
tx pull -f -l en@ysv
echo "Yiddish (yi):"
tx pull -f -l yi
echo "Yoruba (yo):"
tx pull -f -l yo
echo "Zulu (zu):"
tx pull -f -l zu
echo "Zulu (South Africa) (zu_ZA):"
tx pull -f -l zu_ZA