Skip to content

Commit 2bd6157

Browse files
authored
Update translations (#1011)
Signed-off-by: Ashcon Partovi <ashcon@partovi.net>
1 parent 69ba62c commit 2bd6157

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1563
-16
lines changed

util/src/main/i18n/translations/command_es_CL.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ command.onlyPlayers = Debes ser un jugador para ejecutar este comando.
2424
# {0} = module name (proper noun)
2525
command.moduleNotFound = El módulo {0} no está en uso esta partida
2626

27+
command.matchNotStarted = La partida debe empezar antes de poder usar este comando.
2728

2829
command.noTeams = No hay equipos en esta partida
2930

@@ -67,18 +68,26 @@ command.simplePageHeader = {0} de {1}
6768
# {1} = total number of pages
6869
command.invalidPage = No hay página {0}. Éstas van desde la 1 a la {1}.
6970

71+
command.conditionUnmet = Condición no cumplida
7072

73+
command.nextMode = Siguiente modo\:
7174

75+
command.modesPushed = Los modos afectados han sido enviados
7276

7377
# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)
78+
command.modesPushedForwards = adelante
7479

7580
# time moved backwards (e.g. Affected modes have been pushed back by 2:32)
81+
command.modesPushedBack = atrás
7682

7783
# amount of time a mode was pushed (e.g. by 1:00)
84+
command.modesPushedBy = por
7885

7986
# {0} = mode name (e.g. GOLD, Glass Mode)
87+
command.selectedModePushed = {0} comenzará en
8088

8189
# amount of time remaining (e.g. 1:00 left)
90+
command.timeLeft = izquierda
8291

8392
# {0} = number of players online
8493
command.list.online = Conectados\: {0}

util/src/main/i18n/translations/command_fr_FR.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ command.modesPushedForwards = vers l'avant
8181
command.modesPushedBack = reculer
8282

8383
# amount of time a mode was pushed (e.g. by 1:00)
84+
command.modesPushedBy = de
8485

8586
# {0} = mode name (e.g. GOLD, Glass Mode)
8687
command.selectedModePushed = {0} va commencer dans
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# {0} = Invalid target input
2+
3+
# {0} = command argument (could be any string)
4+
5+
6+
# {0} = command argument (could be any string)
7+
8+
# {0} = command argument (could be any string)
9+
10+
# {0} = command usage (e.g. "/restart [seconds]")
11+
12+
13+
14+
15+
# {0} = module name (proper noun)
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
# {0} = duration (e.g. "10 seconds")
26+
27+
28+
29+
# {0} = player name
30+
31+
# {0} = player name
32+
33+
# {0} = page number
34+
# {1} = total number of pages
35+
36+
# {0} = page number
37+
38+
# {0} = page number
39+
# {1} = total number of pages
40+
41+
# {0} = page number
42+
# {1} = total number of pages
43+
44+
45+
46+
47+
# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)
48+
49+
# time moved backwards (e.g. Affected modes have been pushed back by 2:32)
50+
51+
# amount of time a mode was pushed (e.g. by 1:00)
52+
53+
# {0} = mode name (e.g. GOLD, Glass Mode)
54+
55+
# amount of time remaining (e.g. 1:00 left)
56+
57+
# {0} = number of players online
58+
59+
60+
61+
# {0} = command name
62+
63+
# {0} = player name
64+
65+
# {0} = map name

0 commit comments

Comments
 (0)