Skip to content

Commit

Permalink
Update translations (#1011)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashcon Partovi <[email protected]>
  • Loading branch information
Electroid authored Jun 5, 2022
1 parent 69ba62c commit 2bd6157
Show file tree
Hide file tree
Showing 44 changed files with 1,563 additions and 16 deletions.
9 changes: 9 additions & 0 deletions util/src/main/i18n/translations/command_es_CL.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ command.onlyPlayers = Debes ser un jugador para ejecutar este comando.
# {0} = module name (proper noun)
command.moduleNotFound = El módulo {0} no está en uso esta partida

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

command.noTeams = No hay equipos en esta partida

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

command.conditionUnmet = Condición no cumplida

command.nextMode = Siguiente modo\:

command.modesPushed = Los modos afectados han sido enviados

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

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

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

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

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

# {0} = number of players online
command.list.online = Conectados\: {0}
Expand Down
1 change: 1 addition & 0 deletions util/src/main/i18n/translations/command_fr_FR.properties
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ command.modesPushedForwards = vers l'avant
command.modesPushedBack = reculer

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

# {0} = mode name (e.g. GOLD, Glass Mode)
command.selectedModePushed = {0} va commencer dans
Expand Down
65 changes: 65 additions & 0 deletions util/src/main/i18n/translations/command_hu_HU.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# {0} = Invalid target input

# {0} = command argument (could be any string)


# {0} = command argument (could be any string)

# {0} = command argument (could be any string)

# {0} = command usage (e.g. "/restart [seconds]")




# {0} = module name (proper noun)









# {0} = duration (e.g. "10 seconds")



# {0} = player name

# {0} = player name

# {0} = page number
# {1} = total number of pages

# {0} = page number

# {0} = page number
# {1} = total number of pages

# {0} = page number
# {1} = total number of pages




# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)

# time moved backwards (e.g. Affected modes have been pushed back by 2:32)

# amount of time a mode was pushed (e.g. by 1:00)

# {0} = mode name (e.g. GOLD, Glass Mode)

# amount of time remaining (e.g. 1:00 left)

# {0} = number of players online



# {0} = command name

# {0} = player name

# {0} = map name
Loading

0 comments on commit 2bd6157

Please sign in to comment.