Skip to content

Commit 136bfbd

Browse files
committed
chore(i18n): locale sync
this also includes migration of tx client config
1 parent 2e52e24 commit 136bfbd

12 files changed

+771
-42
lines changed

.tx/config

+43-42
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,60 @@
11
[main]
2-
host = https://www.transifex.com
3-
lang_map = zh_CN: zh-CN, zh_HK: zh-HK, zh_TW: zh-TW, ko_KR: ko-KR, pt_PT: pt-PT, pt_BR: pt-BR, ja_JP: ja-JP, hi_IN: hi-IN, he_IL: he-IL, fa_IR: fa-IR, bn_IN: bn-IN
2+
host = https://www.transifex.com
3+
lang_map = bn_IN: bn-IN, zh_CN: zh-CN, zh_HK: zh-HK, pt_PT: pt-PT, pt_BR: pt-BR, hi_IN: hi-IN, he_IL: he-IL, fa_IR: fa-IR, zh_TW: zh-TW, ko_KR: ko-KR, ja_JP: ja-JP
44

5-
[ipfs-webui.app-json]
6-
file_filter = public/locales/<lang>/app.json
5+
[o:ipfs:p:ipfs-webui:r:app-json]
6+
file_filter = public/locales/<lang>/app.json
7+
source_file = public/locales/en/app.json
8+
source_lang = en
9+
type = KEYVALUEJSON
710
minimum_perc = 75
8-
source_file = public/locales/en/app.json
9-
source_lang = en
10-
type = KEYVALUEJSON
1111

12-
[ipfs-webui.notify-json]
13-
file_filter = public/locales/<lang>/notify.json
12+
[o:ipfs:p:ipfs-webui:r:files-json]
13+
file_filter = public/locales/<lang>/files.json
14+
source_file = public/locales/en/files.json
15+
source_lang = en
16+
type = KEYVALUEJSON
1417
minimum_perc = 75
15-
source_file = public/locales/en/notify.json
16-
source_lang = en
17-
type = KEYVALUEJSON
1818

19-
[ipfs-webui.welcome-json]
20-
file_filter = public/locales/<lang>/welcome.json
19+
[o:ipfs:p:ipfs-webui:r:notify-json]
20+
file_filter = public/locales/<lang>/notify.json
21+
source_file = public/locales/en/notify.json
22+
source_lang = en
23+
type = KEYVALUEJSON
2124
minimum_perc = 75
22-
source_file = public/locales/en/welcome.json
23-
source_lang = en
24-
type = KEYVALUEJSON
2525

26-
[ipfs-webui.files-json]
27-
file_filter = public/locales/<lang>/files.json
26+
[o:ipfs:p:ipfs-webui:r:peers-json]
27+
file_filter = public/locales/<lang>/peers.json
28+
source_file = public/locales/en/peers.json
29+
source_lang = en
30+
type = KEYVALUEJSON
2831
minimum_perc = 75
29-
source_file = public/locales/en/files.json
30-
source_lang = en
31-
type = KEYVALUEJSON
3232

33-
[ipfs-webui.peers-json]
34-
file_filter = public/locales/<lang>/peers.json
33+
[o:ipfs:p:ipfs-webui:r:settings-json]
34+
file_filter = public/locales/<lang>/settings.json
35+
source_file = public/locales/en/settings.json
36+
source_lang = en
37+
type = KEYVALUEJSON
3538
minimum_perc = 75
36-
source_file = public/locales/en/peers.json
37-
source_lang = en
38-
type = KEYVALUEJSON
3939

40-
[ipfs-webui.settings-json]
41-
file_filter = public/locales/<lang>/settings.json
40+
[o:ipfs:p:ipfs-webui:r:status-json]
41+
file_filter = public/locales/<lang>/status.json
42+
source_file = public/locales/en/status.json
43+
source_lang = en
44+
type = KEYVALUEJSON
4245
minimum_perc = 75
43-
source_file = public/locales/en/settings.json
44-
source_lang = en
45-
type = KEYVALUEJSON
4646

47-
[ipfs-webui.status-json]
48-
file_filter = public/locales/<lang>/status.json
47+
[o:ipfs:p:ipfs-webui:r:welcome-json]
48+
file_filter = public/locales/<lang>/welcome.json
49+
source_file = public/locales/en/welcome.json
50+
source_lang = en
51+
type = KEYVALUEJSON
4952
minimum_perc = 75
50-
source_file = public/locales/en/status.json
51-
source_lang = en
52-
type = KEYVALUEJSON
5353

54-
[ipld-explorer.explore-json]
55-
file_filter = public/locales/<lang>/explore.json
54+
[o:ipfs:p:ipld-explorer:r:explore-json]
55+
file_filter = public/locales/<lang>/explore.json
56+
source_file = public/locales/en/explore.json
57+
source_lang = en
58+
type = KEYVALUEJSON
5659
minimum_perc = 75
57-
source_file = public/locales/en/explore.json
58-
source_lang = en
59-
type = KEYVALUEJSON
60+

public/locales/ca/app.json

+101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"actions": {
3+
"add": "Afegeix",
4+
"apply": "Aplica",
5+
"browse": "Navega",
6+
"cancel": "Cancel·la",
7+
"change": "Canvia",
8+
"clear": "Neteja",
9+
"close": "Tanca",
10+
"copy": "Copia",
11+
"create": "Crea",
12+
"remove": "Treu",
13+
"download": "Descarrega",
14+
"edit": "Edita",
15+
"import": "Importa",
16+
"inspect": "Inspecciona",
17+
"more": "Més",
18+
"moreInfo": "Més informació",
19+
"noThanks": "No gràcies",
20+
"ok": "D'acord",
21+
"pinVerb": "Ancora",
22+
"rename": "Reanomena",
23+
"reset": "Reinicia",
24+
"save": "Desa",
25+
"saving": "Guardant...",
26+
"selectAll": "Selecciona-ho tot",
27+
"setPinning": "Set pinning",
28+
"submit": "Enviar",
29+
"unpin": "Desancora",
30+
"unselectAll": "Deseleccionar-ho tot"
31+
},
32+
"cliModal": {
33+
"description": "Paste the following into your terminal to do this task in IPFS via the command line. Remember that you'll need to replace placeholders with your specific parameters."
34+
},
35+
"nav": {
36+
"bugsLink": "Reporta un error",
37+
"codeLink": "Mira el codi",
38+
"revision": "Revisió"
39+
},
40+
"status": {
41+
"connectedToIpfs": "Connectat a IPFS",
42+
"connectingToIpfs": "Connectant a IPFS...",
43+
"couldNotConnect": "No s'ha pogut connectar a l'API de IPFS"
44+
},
45+
"apiAddressForm": {
46+
"placeholder": "Introdueix una URL (http://127.0.0.1:5001) o una Multiaddr (/ip4/127.0.0.1/tcp/5001)"
47+
},
48+
"publicGatewayForm": {
49+
"placeholder": "Introdueix una URL (https://dweb.link)"
50+
},
51+
"terms": {
52+
"address": "Direcció",
53+
"addresses": "Adreces",
54+
"advanced": "Avançat",
55+
"agent": "Agent",
56+
"api": "API",
57+
"apiAddress": "Adreça API",
58+
"blocks": "Blocs",
59+
"connection": "Connexió",
60+
"downSpeed": "Entrant",
61+
"example": "Exemple:",
62+
"file": "Arxiu",
63+
"files": "Fitxers",
64+
"folder": "Carpeta",
65+
"folders": "Directoris",
66+
"gateway": "Porta de sortida",
67+
"in": "Entrada",
68+
"latency": "Latència",
69+
"loading": "Carregant",
70+
"location": "Ubicació",
71+
"name": "Nom",
72+
"node": "Node",
73+
"out": "Sortida",
74+
"peer": "Llavor",
75+
"peerId": "ID de la llavor",
76+
"peers": "Llavors",
77+
"pinNoun": "Ancora",
78+
"pins": "Ancoratges",
79+
"pinStatus": "Pin Status",
80+
"publicKey": "Clau pública",
81+
"publicGateway": "Public Gateway",
82+
"rateIn": "Rate in",
83+
"rateOut": "Rate out",
84+
"repo": "Repo",
85+
"size": "Mida",
86+
"totalIn": "Total d'entrada",
87+
"totalOut": "Total de sortida",
88+
"unknown": "Desconegut",
89+
"ui": "UI",
90+
"upSpeed": "Sortint"
91+
},
92+
"tour": {
93+
"back": "Enrere",
94+
"close": "Tanca",
95+
"finish": "Finish",
96+
"next": "Següent",
97+
"skip": "Salta",
98+
"tooltip": "Click this button any time for a guided tour on the current page."
99+
},
100+
"startTourHelper": "Start tour"
101+
}

public/locales/cs/notify.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"ipfsApiRequestFailed": "Nepodařilo se připojit. Zkontrolujte, zda je démon spuštěn.",
3+
"windowIpfsRequestFailed": "Požadavek na IPFS se nezdařil. Zkontrolujte prosím nastavení systému IPFS Companion.",
4+
"ipfsInvalidApiAddress": "Zadaná adresa API IPFS je neplatná.",
5+
"ipfsConnectSuccess": "Úspěšné připojení k adrese API systému IPFS",
6+
"ipfsConnectFail": "Nelze se připojit k zadané adrese API systému IPFS",
7+
"ipfsPinFail": "Nelze nastavit připnutí. Zkuste to znovu nebo se podívejte do konzoly prohlížeče, kde najdete další informace.",
8+
"ipfsIsBack": "Obnovila se běžná služba IPFS. Užijte si to!",
9+
"folderExists": "Položka s tímto názvem již existuje. Vyberte prosím jinou.",
10+
"filesFetchFailed": "Tyto soubory se nepodařilo získat. Zkontrolujte prosím cestu a zkuste to znovu.",
11+
"filesRenameFailed": "Nepodařilo se přejmenovat soubory. Zkuste to prosím znovu.",
12+
"filesMakeDirFailed": "Nepodařilo se vytvořit adresář. Zkuste to znovu.",
13+
"filesCopyFailed": "Soubory se nepodařilo zkopírovat. Zkuste to prosím znovu.",
14+
"filesRemoveFailed": "Soubory se nepodařilo odstranit. Zkuste to prosím znovu.",
15+
"filesAddFailed": "Nepodařilo se přidat soubory do IPFS. Zkuste to prosím znovu.",
16+
"filesEventFailed": "Váš požadavek se nepodařilo zpracovat. Zkuste to prosím znovu.",
17+
"couldntConnectToPeer": "Nepodařilo se připojit k zadanému partnerovi.",
18+
"connectedToPeer": "Úspěšné připojení k zadanému partnerovi.",
19+
"experimentsErrors": {
20+
"npmOnIpfs": "Nemohli jsme provést změny ve vašem systému. Nainstalujte nebo odinstalujte balíček 'ipfs-npm' ručně."
21+
},
22+
"desktopToggleErrors": {
23+
"autoLaunch": "Nepodařilo se přepnout možnost spuštění při startu.",
24+
"ipfsOnPath": "Nepodařilo se přepnout nástroje příkazového řádku IPFS.",
25+
"downloadHashShortcut": "Nepodařilo se přepnout zástupce hash pro stahování.",
26+
"screenshotShortcut": "Nepodařilo se přepnout zástupce snímku obrazovky."
27+
}
28+
}

public/locales/id/app.json

+101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"actions": {
3+
"add": "Tambah",
4+
"apply": "Berlaku",
5+
"browse": "Jelajahi",
6+
"cancel": "Batalkan",
7+
"change": "Mengubah",
8+
"clear": "Bersihkan",
9+
"close": "Tutup",
10+
"copy": "Salin",
11+
"create": "Buat",
12+
"remove": "Hapus",
13+
"download": "Unduh",
14+
"edit": "Sunting",
15+
"import": "Impor",
16+
"inspect": "Memeriksa",
17+
"more": "Lebih",
18+
"moreInfo": "Info lebih lanjut",
19+
"noThanks": "Tidak, terima kasih",
20+
"ok": "OK",
21+
"pinVerb": "Semat",
22+
"rename": "Ganti nama",
23+
"reset": "Mengatur ulang",
24+
"save": "Simpan",
25+
"saving": "Menyimpan...",
26+
"selectAll": "Pilih Semua",
27+
"setPinning": "Setel penyematan",
28+
"submit": "Kirimkan",
29+
"unpin": "Lepaskan semat",
30+
"unselectAll": "Batalkan pilihan semua"
31+
},
32+
"cliModal": {
33+
"description": "Rekatkan yang berikut ini ke terminal Anda untuk melakukan tugas ini di IPFS melalui baris perintah. Ingatlah bahwa Anda harus mengganti tempat penampung dengan parameter spesifik Anda."
34+
},
35+
"nav": {
36+
"bugsLink": "Laporkan bug",
37+
"codeLink": "Lihat kodenya",
38+
"revision": "Revisi"
39+
},
40+
"status": {
41+
"connectedToIpfs": "Terhubung ke IPFS",
42+
"connectingToIpfs": "Menghubungkan ke IPFS…",
43+
"couldNotConnect": "Tidak dapat terhubung ke API IPFS"
44+
},
45+
"apiAddressForm": {
46+
"placeholder": "Masukkan URL (http://127.0.0.1:5001) atau Multiaddr (/ip4/127.0.0.1/tcp/5001)"
47+
},
48+
"publicGatewayForm": {
49+
"placeholder": "Masukkan URL (https://dweb.link)"
50+
},
51+
"terms": {
52+
"address": "Alamat",
53+
"addresses": "Alamat",
54+
"advanced": "Canggih",
55+
"agent": "Agen",
56+
"api": "API",
57+
"apiAddress": "Alamat API",
58+
"blocks": "Blok",
59+
"connection": "Koneksi",
60+
"downSpeed": "Yang baru masuk",
61+
"example": "Contoh:",
62+
"file": "Berkas",
63+
"files": "Berkas",
64+
"folder": "Map",
65+
"folders": "Map",
66+
"gateway": "Gerbang",
67+
"in": "Di dalam",
68+
"latency": "Latensi",
69+
"loading": "Memuat",
70+
"location": "Lokasi",
71+
"name": "Nama",
72+
"node": "Node",
73+
"out": "Keluar",
74+
"peer": "Rekan",
75+
"peerId": "ID rekan",
76+
"peers": "Rekan",
77+
"pinNoun": "Semat",
78+
"pins": "Semat",
79+
"pinStatus": "Status Semat",
80+
"publicKey": "Kunci publik",
81+
"publicGateway": "Gerbang Publik",
82+
"rateIn": "Nilai dalam",
83+
"rateOut": "Nilai keluar",
84+
"repo": "Repo",
85+
"size": "Ukuran",
86+
"totalIn": "Total dalam",
87+
"totalOut": "Total keluar",
88+
"unknown": "Tidak dikenal",
89+
"ui": "UI",
90+
"upSpeed": "Keluar"
91+
},
92+
"tour": {
93+
"back": "Kembali",
94+
"close": "Tutup",
95+
"finish": "Selesai",
96+
"next": "Lanjut",
97+
"skip": "Lewati",
98+
"tooltip": "Klik tombol ini kapan saja untuk tur terpandu di halaman saat ini."
99+
},
100+
"startTourHelper": "Mulai tur"
101+
}

0 commit comments

Comments
 (0)