Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit d2a20ce

Browse files
authored
Add Tetum language (#873)
* Create tet.json * Update index.ts
1 parent 227e2ad commit d2a20ce

2 files changed

Lines changed: 103 additions & 0 deletions

File tree

svelte/src/libs/translations/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import kz from "./languages/kz.json";
3535
import gr from "./languages/gr.json";
3636
import ms from "./languages/ms.json";
3737
import id from "./languages/id.json";
38+
import tet from "./languages/tet.json";
3839
import hu from "./languages/hu.json";
3940
import sk from "./languages/sk.json";
4041
import ee from "./languages/ee.json";
@@ -82,6 +83,7 @@ const languages = [
8283
gr,
8384
ms,
8485
id,
86+
tet,
8587
hu,
8688
sk,
8789
ee,
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"id": "tet",
3+
"label": "Tetum",
4+
"translations": {
5+
"store-search-placeholder": "buka pakote",
6+
"action": {
7+
"update": "atualiza",
8+
"cancel": "kansela"
9+
},
10+
"package": {
11+
"update-all": "ATUALIZA HOTU",
12+
"cta-AVAILABLE": "INSTALLA",
13+
"cta-INSTALLED": "INSTALADU",
14+
"cta-INSTALLING": "INSTALANDU",
15+
"cta-UNINSTALLED": "RE-INSTALLA",
16+
"cta-UNINSTALL": "DE-INSTALA",
17+
"cta-NEEDS_UPDATE": "ATUALIZA",
18+
"cta-UPDATING": "ATUALIZANDU",
19+
"cta-UPDATED": "ATUALIZADU",
20+
"cta-PRUNE": "PRUNE",
21+
"cta-PRUNING": "PRUNING",
22+
"open": "ABRI",
23+
"open-in-terminal": "ABRI IHA TERMINAL",
24+
"local-package": "pakote lokal",
25+
"not-in-pantry": "ainda la tau iha banak"
26+
},
27+
"footer": {
28+
"quick-links-title": "ligasaun ki'ik",
29+
"about-tea-store": "kona ba loja cha",
30+
"report-a-problem": "haforsa problema",
31+
"visit-website": "vizita tea.xyz",
32+
"terms-services": "termu & servisu",
33+
"privacy-policy": "privacidade-politika"
34+
},
35+
"documentation": {
36+
"title": "dokumentasaun",
37+
"workshops": "workshops"
38+
},
39+
"view-all": "hare hotu",
40+
"sorting": {
41+
"label": "Sorteia liu husi",
42+
"popularity": "Populares liu",
43+
"most-recent": "Recente liu"
44+
},
45+
"common": {
46+
"home": "uma",
47+
"all": "Hotu",
48+
"articles": "Artigu",
49+
"workshops": "Workshops",
50+
"metadata": "Metadadus",
51+
"homepage": "Foho-in",
52+
"documentation": "Dokumentasaun",
53+
"github-repository": "Repositoriu GitHub",
54+
"repository": "Repositoriu",
55+
"contributors": "Kontribuidor",
56+
"view-on-github": "Hare iha GitHub"
57+
},
58+
"tabs": {
59+
"details": "pkg",
60+
"cli": "cli",
61+
"gui": "gui"
62+
},
63+
"notification": {
64+
"update-header": "atualiza cha/gui ba {{version}}?",
65+
"gui-restarting": "Atu kontinua sei hasai aplikasaun molok remata. Favor asegura katak la iha operasaun hodi halakon. Ita hakarak kontinua?",
66+
"gui-restart": "remata"
67+
},
68+
"side-menu-title": {
69+
"discover": "deskobre",
70+
"all": "Hotu Pakote",
71+
"installed": "Pakote Instaladu",
72+
"installed_updates_available": "Atualizasaun Disponivel",
73+
"recently_updated": "Atualiza Foin",
74+
"new_packages": "Pakote Foun",
75+
"popular": "Populares",
76+
"featured": "Destaka",
77+
"essentials": "Fundamental",
78+
"starstruck": "Starstruck Heavyweights",
79+
"made_by_tea": "fatin husi cha",
80+
"local_packages": "Pakote Lokal"
81+
},
82+
"tags": {
83+
"discover": "deskobre",
84+
"all": "hotu pakote",
85+
"installed": "instaladu",
86+
"installed_updates_available": "Atualizasaun Disponivel",
87+
"recently_updated": "Atualiza Foin",
88+
"new_packages": "pakote foun",
89+
"popular": "populares",
90+
"featured": "destaka",
91+
"essentials": "fundamental",
92+
"starstruck": "starstruck",
93+
"made_by_tea": "fatin husi cha",
94+
"local_packages": "pakote lokal"
95+
},
96+
"discover": {
97+
"featured_title": "esensiai AI lokal",
98+
"featured_description": "Deskobre rai AI lokal nian. Ita nia plataforma ida atu foka ho instrumentu AI ne'ebé hanesan AutoGPT no Stable Diffusion Web UI, diretamente husi sistema lokal ita nian. Inisia ita nia projetu AI hodi mantein ita nia dadus seguru no proteje, ho liberdade atu ajusta hanesan ita hakarak."
99+
}
100+
}
101+
}

0 commit comments

Comments
 (0)