Skip to content

Commit 4653110

Browse files
tastybentoclaude
andcommitted
Add translations for 21 languages
Adds locale files matching all languages present in BentoBox core: cs, de, es, fr, hr, hu, id, it, ja, ko, lv, nl, pl, pt-BR, pt, ro, tr, uk, vi, zh-CN, zh-HK. All 35 keys translated per file. Color codes and placeholders ([name], [player], [number], [count], [lifetime]) preserved exactly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent eda4b21 commit 4653110

21 files changed

Lines changed: 1449 additions & 0 deletions

File tree

src/main/resources/locales/cs.yml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
###########################################################################################
2+
# This is a YML file. Be careful when editing. Check your edits in a YAML checker like #
3+
# the one at http://yaml-online-parser.appspot.com #
4+
###########################################################################################
5+
6+
island:
7+
topblock:
8+
description: "zobrazit Top Deset AOneBlock"
9+
gui-title: "&a Top Ten"
10+
gui-heading: "&6[name]: &B[rank]"
11+
island-level: "&b Počet [count]"
12+
13+
14+
topblock:
15+
gui:
16+
titles:
17+
top: "&0&l Nejlepší ostrovy"
18+
detail-panel: "&0&l Ostrov hráče [name]"
19+
value-panel: "&0&l Hodnoty bloků"
20+
buttons:
21+
island:
22+
empty: '&f&l [name]. místo'
23+
name: '&f&l [name]'
24+
description: |-
25+
[owner]
26+
[members]
27+
[place]
28+
[count]
29+
[lifetime]
30+
# Text that is replacing [name] if island do not have a name
31+
owners-island: 'Ostrov hráče [player]'
32+
# Text for [owner] in description.
33+
owner: '&7&l Vlastník: &r&b [player]'
34+
# Title before listing members for [members] in description
35+
members-title: '&7&l Členové:'
36+
# List each member under the title for [members] in description
37+
member: "&b - [player]"
38+
# Name of unknown player.
39+
unknown: "neznámý"
40+
# Section for parsing [place]
41+
place: '&7&o [number]. &r&7 místo'
42+
# Section for parsing [count]
43+
count: '&7 Počet bloků: &o [number]'
44+
# Section for parsing [lifetime]
45+
lifetime: '&7 Celkový počet bloků: &o [number]'
46+
# Button that is used in multi-page GUIs which allows to return to previous page.
47+
previous:
48+
name: '&f&l Předchozí strana'
49+
description: |-
50+
&7 Přejít na stránku [number]
51+
# Button that is used in multi-page GUIs which allows to go to next page.
52+
next:
53+
name: '&f&l Další strana'
54+
description: |-
55+
&7 Přejít na stránku [number]
56+
tips:
57+
click-to-view: '&e Klikni &7 pro zobrazení.'
58+
click-to-previous: '&e Klikni &7 pro zobrazení předchozí stránky.'
59+
click-to-next: '&e Klikni &7 pro zobrazení další stránky.'
60+
click-to-select: '&e Klikni &7 pro výběr.'
61+
left-click-to-cycle-up: '&e Levý klik &7 pro posun nahoru.'
62+
right-click-to-cycle-down: '&e Pravý klik &7 pro posun dolů.'
63+
left-click-to-change: '&e Levý klik &7 pro úpravu.'
64+
right-click-to-clear: '&e Pravý klik &7 pro vymazání.'
65+
click-to-asc: '&e Klikni &7 pro řazení vzestupně.'
66+
click-to-desc: '&e Klikni &7 pro řazení sestupně.'
67+
click-to-warp: '&e Klikni &7 pro teleportaci.'
68+
click-to-visit: '&e Klikni &7 pro návštěvu.'
69+
right-click-to-visit: '&e Pravý klik &7 pro návštěvu.'

src/main/resources/locales/de.yml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
###########################################################################################
2+
# This is a YML file. Be careful when editing. Check your edits in a YAML checker like #
3+
# the one at http://yaml-online-parser.appspot.com #
4+
###########################################################################################
5+
6+
island:
7+
topblock:
8+
description: "AOneBlock Top Zehn anzeigen"
9+
gui-title: "&a Top Ten"
10+
gui-heading: "&6[name]: &B[rank]"
11+
island-level: "&b Anzahl [count]"
12+
13+
14+
topblock:
15+
gui:
16+
titles:
17+
top: "&0&l Top-Inseln"
18+
detail-panel: "&0&l Insel von [name]"
19+
value-panel: "&0&l Blockwerte"
20+
buttons:
21+
island:
22+
empty: '&f&l [name]. Platz'
23+
name: '&f&l [name]'
24+
description: |-
25+
[owner]
26+
[members]
27+
[place]
28+
[count]
29+
[lifetime]
30+
# Text that is replacing [name] if island do not have a name
31+
owners-island: 'Insel von [player]'
32+
# Text for [owner] in description.
33+
owner: '&7&l Besitzer: &r&b [player]'
34+
# Title before listing members for [members] in description
35+
members-title: '&7&l Mitglieder:'
36+
# List each member under the title for [members] in description
37+
member: "&b - [player]"
38+
# Name of unknown player.
39+
unknown: "unbekannt"
40+
# Section for parsing [place]
41+
place: '&7&o [number]. &r&7 Platz'
42+
# Section for parsing [count]
43+
count: '&7 Blockanzahl: &o [number]'
44+
# Section for parsing [lifetime]
45+
lifetime: '&7 Gesamtanzahl: &o [number]'
46+
# Button that is used in multi-page GUIs which allows to return to previous page.
47+
previous:
48+
name: '&f&l Vorherige Seite'
49+
description: |-
50+
&7 Zu Seite [number] wechseln
51+
# Button that is used in multi-page GUIs which allows to go to next page.
52+
next:
53+
name: '&f&l Nächste Seite'
54+
description: |-
55+
&7 Zu Seite [number] wechseln
56+
tips:
57+
click-to-view: '&e Klicken &7 zum Ansehen.'
58+
click-to-previous: '&e Klicken &7 für die vorherige Seite.'
59+
click-to-next: '&e Klicken &7 für die nächste Seite.'
60+
click-to-select: '&e Klicken &7 zum Auswählen.'
61+
left-click-to-cycle-up: '&e Linksklick &7 zum Hochzählen.'
62+
right-click-to-cycle-down: '&e Rechtsklick &7 zum Herunterzählen.'
63+
left-click-to-change: '&e Linksklick &7 zum Bearbeiten.'
64+
right-click-to-clear: '&e Rechtsklick &7 zum Löschen.'
65+
click-to-asc: '&e Klicken &7 für aufsteigende Sortierung.'
66+
click-to-desc: '&e Klicken &7 für absteigende Sortierung.'
67+
click-to-warp: '&e Klicken &7 zum Warpen.'
68+
click-to-visit: '&e Klicken &7 zum Besuchen.'
69+
right-click-to-visit: '&e Rechtsklick &7 zum Besuchen.'

src/main/resources/locales/es.yml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
###########################################################################################
2+
# This is a YML file. Be careful when editing. Check your edits in a YAML checker like #
3+
# the one at http://yaml-online-parser.appspot.com #
4+
###########################################################################################
5+
6+
island:
7+
topblock:
8+
description: "mostrar el Top Diez de AOneBlock"
9+
gui-title: "&a Top Ten"
10+
gui-heading: "&6[name]: &B[rank]"
11+
island-level: "&b Cuenta [count]"
12+
13+
14+
topblock:
15+
gui:
16+
titles:
17+
top: "&0&l Mejores Islas"
18+
detail-panel: "&0&l Isla de [name]"
19+
value-panel: "&0&l Valores de Bloques"
20+
buttons:
21+
island:
22+
empty: '&f&l [name]. lugar'
23+
name: '&f&l [name]'
24+
description: |-
25+
[owner]
26+
[members]
27+
[place]
28+
[count]
29+
[lifetime]
30+
# Text that is replacing [name] if island do not have a name
31+
owners-island: 'Isla de [player]'
32+
# Text for [owner] in description.
33+
owner: '&7&l Propietario: &r&b [player]'
34+
# Title before listing members for [members] in description
35+
members-title: '&7&l Miembros:'
36+
# List each member under the title for [members] in description
37+
member: "&b - [player]"
38+
# Name of unknown player.
39+
unknown: "desconocido"
40+
# Section for parsing [place]
41+
place: '&7&o [number]. &r&7 lugar'
42+
# Section for parsing [count]
43+
count: '&7 Conteo de bloques: &o [number]'
44+
# Section for parsing [lifetime]
45+
lifetime: '&7 Conteo de por vida: &o [number]'
46+
# Button that is used in multi-page GUIs which allows to return to previous page.
47+
previous:
48+
name: '&f&l Página Anterior'
49+
description: |-
50+
&7 Cambiar a la página [number]
51+
# Button that is used in multi-page GUIs which allows to go to next page.
52+
next:
53+
name: '&f&l Página Siguiente'
54+
description: |-
55+
&7 Cambiar a la página [number]
56+
tips:
57+
click-to-view: '&e Clic &7 para ver.'
58+
click-to-previous: '&e Clic &7 para ver la página anterior.'
59+
click-to-next: '&e Clic &7 para ver la página siguiente.'
60+
click-to-select: '&e Clic &7 para seleccionar.'
61+
left-click-to-cycle-up: '&e Clic Izquierdo &7 para subir.'
62+
right-click-to-cycle-down: '&e Clic Derecho &7 para bajar.'
63+
left-click-to-change: '&e Clic Izquierdo &7 para editar.'
64+
right-click-to-clear: '&e Clic Derecho &7 para limpiar.'
65+
click-to-asc: '&e Clic &7 para ordenar de forma ascendente.'
66+
click-to-desc: '&e Clic &7 para ordenar de forma descendente.'
67+
click-to-warp: '&e Clic &7 para teletransportarse.'
68+
click-to-visit: '&e Clic &7 para visitar.'
69+
right-click-to-visit: '&e Clic Derecho &7 para visitar.'

src/main/resources/locales/fr.yml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
###########################################################################################
2+
# This is a YML file. Be careful when editing. Check your edits in a YAML checker like #
3+
# the one at http://yaml-online-parser.appspot.com #
4+
###########################################################################################
5+
6+
island:
7+
topblock:
8+
description: "afficher le Top Dix de AOneBlock"
9+
gui-title: "&a Top Ten"
10+
gui-heading: "&6[name]: &B[rank]"
11+
island-level: "&b Compte [count]"
12+
13+
14+
topblock:
15+
gui:
16+
titles:
17+
top: "&0&l Meilleures Îles"
18+
detail-panel: "&0&l Île de [name]"
19+
value-panel: "&0&l Valeurs des Blocs"
20+
buttons:
21+
island:
22+
empty: '&f&l [name]. place'
23+
name: '&f&l [name]'
24+
description: |-
25+
[owner]
26+
[members]
27+
[place]
28+
[count]
29+
[lifetime]
30+
# Text that is replacing [name] if island do not have a name
31+
owners-island: 'Île de [player]'
32+
# Text for [owner] in description.
33+
owner: '&7&l Propriétaire: &r&b [player]'
34+
# Title before listing members for [members] in description
35+
members-title: '&7&l Membres:'
36+
# List each member under the title for [members] in description
37+
member: "&b - [player]"
38+
# Name of unknown player.
39+
unknown: "inconnu"
40+
# Section for parsing [place]
41+
place: '&7&o [number]. &r&7 place'
42+
# Section for parsing [count]
43+
count: '&7 Nombre de blocs: &o [number]'
44+
# Section for parsing [lifetime]
45+
lifetime: '&7 Compte total: &o [number]'
46+
# Button that is used in multi-page GUIs which allows to return to previous page.
47+
previous:
48+
name: '&f&l Page Précédente'
49+
description: |-
50+
&7 Aller à la page [number]
51+
# Button that is used in multi-page GUIs which allows to go to next page.
52+
next:
53+
name: '&f&l Page Suivante'
54+
description: |-
55+
&7 Aller à la page [number]
56+
tips:
57+
click-to-view: '&e Cliquez &7 pour voir.'
58+
click-to-previous: '&e Cliquez &7 pour voir la page précédente.'
59+
click-to-next: '&e Cliquez &7 pour voir la page suivante.'
60+
click-to-select: '&e Cliquez &7 pour sélectionner.'
61+
left-click-to-cycle-up: '&e Clic Gauche &7 pour monter.'
62+
right-click-to-cycle-down: '&e Clic Droit &7 pour descendre.'
63+
left-click-to-change: '&e Clic Gauche &7 pour modifier.'
64+
right-click-to-clear: '&e Clic Droit &7 pour effacer.'
65+
click-to-asc: '&e Cliquez &7 pour trier par ordre croissant.'
66+
click-to-desc: '&e Cliquez &7 pour trier par ordre décroissant.'
67+
click-to-warp: '&e Cliquez &7 pour vous téléporter.'
68+
click-to-visit: '&e Cliquez &7 pour visiter.'
69+
right-click-to-visit: '&e Clic Droit &7 pour visiter.'

src/main/resources/locales/hr.yml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
###########################################################################################
2+
# This is a YML file. Be careful when editing. Check your edits in a YAML checker like #
3+
# the one at http://yaml-online-parser.appspot.com #
4+
###########################################################################################
5+
6+
island:
7+
topblock:
8+
description: "prikazati AOneBlock Top Deset"
9+
gui-title: "&a Top Ten"
10+
gui-heading: "&6[name]: &B[rank]"
11+
island-level: "&b Broj [count]"
12+
13+
14+
topblock:
15+
gui:
16+
titles:
17+
top: "&0&l Vrhunski Otoci"
18+
detail-panel: "&0&l Otok igrača [name]"
19+
value-panel: "&0&l Vrijednosti blokova"
20+
buttons:
21+
island:
22+
empty: '&f&l [name]. mjesto'
23+
name: '&f&l [name]'
24+
description: |-
25+
[owner]
26+
[members]
27+
[place]
28+
[count]
29+
[lifetime]
30+
# Text that is replacing [name] if island do not have a name
31+
owners-island: 'Otok igrača [player]'
32+
# Text for [owner] in description.
33+
owner: '&7&l Vlasnik: &r&b [player]'
34+
# Title before listing members for [members] in description
35+
members-title: '&7&l Članovi:'
36+
# List each member under the title for [members] in description
37+
member: "&b - [player]"
38+
# Name of unknown player.
39+
unknown: "nepoznat"
40+
# Section for parsing [place]
41+
place: '&7&o [number]. &r&7 mjesto'
42+
# Section for parsing [count]
43+
count: '&7 Broj blokova: &o [number]'
44+
# Section for parsing [lifetime]
45+
lifetime: '&7 Ukupan broj blokova: &o [number]'
46+
# Button that is used in multi-page GUIs which allows to return to previous page.
47+
previous:
48+
name: '&f&l Prethodna Stranica'
49+
description: |-
50+
&7 Prebaci na stranicu [number]
51+
# Button that is used in multi-page GUIs which allows to go to next page.
52+
next:
53+
name: '&f&l Sljedeća Stranica'
54+
description: |-
55+
&7 Prebaci na stranicu [number]
56+
tips:
57+
click-to-view: '&e Klikni &7 za pregled.'
58+
click-to-previous: '&e Klikni &7 za prethodnu stranicu.'
59+
click-to-next: '&e Klikni &7 za sljedeću stranicu.'
60+
click-to-select: '&e Klikni &7 za odabir.'
61+
left-click-to-cycle-up: '&e Lijevi klik &7 za pomicanje gore.'
62+
right-click-to-cycle-down: '&e Desni klik &7 za pomicanje dolje.'
63+
left-click-to-change: '&e Lijevi klik &7 za uređivanje.'
64+
right-click-to-clear: '&e Desni klik &7 za brisanje.'
65+
click-to-asc: '&e Klikni &7 za sortiranje uzlazno.'
66+
click-to-desc: '&e Klikni &7 za sortiranje silazno.'
67+
click-to-warp: '&e Klikni &7 za teleportaciju.'
68+
click-to-visit: '&e Klikni &7 za posjetu.'
69+
right-click-to-visit: '&e Desni klik &7 za posjetu.'

0 commit comments

Comments
 (0)