Skip to content

Commit

Permalink
Added many new translations to Wekan, now there is total 60 translati…
Browse files Browse the repository at this point in the history
…ons in Wekan. Updated translations. Organized pull-translations.sh alphabetically by language name.

Thanks to translators and xet7 !
  • Loading branch information
xet7 committed Jan 4, 2021
1 parent 46e47e3 commit d171f40
Show file tree
Hide file tree
Showing 15 changed files with 4,195 additions and 733 deletions.
2 changes: 1 addition & 1 deletion .tx/config
Expand Up @@ -39,7 +39,7 @@ host = https://www.transifex.com
# tap:i18n requires us to use `-` separator in the language identifiers whereas
# Transifex uses a `_` separator, without an option to customize it on one side
# or the other, so we need to do a Manual mapping.
lang_map = bg_BG:bg, en_GB:en-GB, es_AR:es-AR, es_CL:es-CL, es_PE:es-PE, el_GR:el, fi_FI:fi, hu_HU:hu, id_ID:id, mn_MN:mn, no:nb, lv_LV:lv, pt_BR:pt-BR, ro_RO:ro, sl_SI:sl, zh_CN:zh-CN, zh_TW:zh-TW, zh_HK:zh-HK
lang_map = bg_BG:bg, en_GB:en-GB, es_AR:es-AR, es_CL:es-CL, es_PE:es-PE, es_MX:es-MX, es_TX:es-TX, es_PY:es-PY, el_GR:el, fi_FI:fi, hu_HU:hu, id_ID:id, mn_MN:mn, no:nb, lv_LV:lv, pt_BR:pt-BR, ro_RO:ro, sl_SI:sl, zh_CN:zh-CN, zh_TW:zh-TW, zh_HK:zh-HK

[wekan.application]
file_filter = i18n/<lang>.i18n.json
Expand Down
32 changes: 23 additions & 9 deletions client/components/main/myCards.jade
Expand Up @@ -13,16 +13,30 @@ template(name="myCards")
.wrapper
each board in cardsFind
.board-title
| {{_ 'board' }}:
= board.title
ul
li
| {{_ 'board' }}:
li
+viewer
= board.title
each swimlane in board.swimlanes
.swimlane-title
| {{_ 'swimlane' }}:
= swimlane.title
ul
li
| {{_ 'swimlane' }}:
li
+viewer
= swimlane.title
each list in swimlane.lists
.list-title
| {{_ 'list' }}:
= list.title
each card in list.cards
a.minicard-wrapper.card-title(href="{{pathFor 'card' boardId=board.id slug=board.slug cardId=card._id }}")
+minicard(card)
ul
li
| {{_ 'list' }}:
li
+viewer
= list.title
ul
each card in list.cards
li
a.minicard-wrapper.card-title(href="{{pathFor 'card' boardId=board.id slug=board.slug cardId=card._id }}")
+minicard(card)
30 changes: 15 additions & 15 deletions i18n/cs.i18n.json
Expand Up @@ -774,8 +774,8 @@
"display-authentication-method": "Zobraz způsob ověřování",
"default-authentication-method": "Zobraz způsob ověřování",
"duplicate-board": "Duplikovat tablo",
"org-number": "The number of organizations is:",
"team-number": "The number of teams is:",
"org-number": "Počet organizací je:",
"team-number": "Počet týmů je:",
"people-number": "The number of people is:",
"swimlaneDeletePopup-title": "Smazat Swimlane ?",
"swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
Expand Down Expand Up @@ -809,10 +809,10 @@
"addmore-detail": "Přidat detailnější popis",
"show-on-card": "Zobrazit na kartě",
"new": "Nový",
"editOrgPopup-title": "Edit Organization",
"newOrgPopup-title": "New Organization",
"editTeamPopup-title": "Edit Team",
"newTeamPopup-title": "New Team",
"editOrgPopup-title": "Editovat organizaci",
"newOrgPopup-title": "Nová organizace",
"editTeamPopup-title": "Editovat tým",
"newTeamPopup-title": "Nový tým",
"editUserPopup-title": "Editovat uživatele",
"newUserPopup-title": "Nový uživatel",
"notifications": "Upozornění",
Expand Down Expand Up @@ -843,14 +843,14 @@
"task": "Úkol",
"create-task": "Vytvořit úkol",
"ok": "OK",
"organizations": "Organizations",
"teams": "Teams",
"displayName": "Display Name",
"shortName": "Short Name",
"website": "Website",
"person": "Person",
"my-cards": "My Cards",
"organizations": "Organizace",
"teams": "Týmy",
"displayName": "Zobrazovaný název",
"shortName": "Krátký název",
"website": "Webová stránka",
"person": "Osoba",
"my-cards": "Moje karty",
"card": "Karta",
"list": "List",
"board": "Board"
"list": "Seznam",
"board": "Tablo"
}
14 changes: 7 additions & 7 deletions i18n/fr.i18n.json
Expand Up @@ -809,10 +809,10 @@
"addmore-detail": "Ajouter une description plus détaillée",
"show-on-card": "Afficher sur la carte",
"new": "Nouveau",
"editOrgPopup-title": "Edit Organization",
"newOrgPopup-title": "New Organization",
"editTeamPopup-title": "Edit Team",
"newTeamPopup-title": "New Team",
"editOrgPopup-title": "Éditer l'Organisation",
"newOrgPopup-title": "Nouvelle Organisation",
"editTeamPopup-title": "Éditer l'Équipe",
"newTeamPopup-title": "Nouvelle Équipe",
"editUserPopup-title": "Éditer l'utilisateur",
"newUserPopup-title": "Nouvel utilisateur",
"notifications": "Notifications",
Expand Down Expand Up @@ -849,8 +849,8 @@
"shortName": "Nom Court",
"website": "Site Web",
"person": "Personne",
"my-cards": "My Cards",
"my-cards": "Mes Cartes",
"card": "Carte",
"list": "List",
"board": "Board"
"list": "Liste",
"board": "Tableau"
}
6 changes: 3 additions & 3 deletions i18n/he.i18n.json
Expand Up @@ -849,8 +849,8 @@
"shortName": "שם קצר",
"website": "אתר",
"person": "איש/ה",
"my-cards": "My Cards",
"my-cards": "הכרטיסים שלי",
"card": "כרטיס",
"list": "List",
"board": "Board"
"list": "רשימה",
"board": "לוח"
}

0 comments on commit d171f40

Please sign in to comment.