Skip to content

Commit 5a6e9e1

Browse files
authored
Update translations (#959)
Signed-off-by: Ashcon Partovi <ashcon@partovi.net>
1 parent c92d925 commit 5a6e9e1

File tree

177 files changed

+3958
-506
lines changed

Some content is hidden

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

177 files changed

+3958
-506
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ command.onlyPlayers = Jy moet 'n wees speler om hierdie opdrag te gebruik.
2323
# {0} = module name (proper noun)
2424
command.moduleNotFound = Die {0} module is nie gebruik is vir hierdie wedstryd
2525

26+
2627
command.noTeams = Spanne is nie in gebruik vir hierdie wedstryd
2728

2829
command.noPlayers = Spelers kan nie sluit hierdie wedstryd
@@ -64,6 +65,19 @@ command.simplePageHeader = {0} van {1}
6465
# {1} = total number of pages
6566
command.invalidPage = Daar bestaan geen bladsy {0}. bladsye hardloop van 1 tot {1}.
6667

68+
69+
70+
71+
# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)
72+
73+
# time moved backwards (e.g. Affected modes have been pushed back by 2:32)
74+
75+
# amount of time a mode was pushed (e.g. by 1:00)
76+
77+
# {0} = mode name (e.g. GOLD, Glass Mode)
78+
79+
# amount of time remaining (e.g. 1:00 left)
80+
6781
# {0} = number of players online
6882

6983

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ command.onlyPlayers = يجب أن تكون لاعبا لاستخدام هذا ا
2323
# {0} = module name (proper noun)
2424
command.moduleNotFound = الوحدة {0} لم تستخدم لهذه المباراة
2525

26+
2627
command.noTeams = الفرق لم تستخدم في هذه المباراة
2728

2829
command.noPlayers = لا يستطيع الاعبين الانضمام الى هذه المباراة
@@ -64,6 +65,19 @@ command.simplePageHeader = {1} من {0}
6465
# {1} = total number of pages
6566
command.invalidPage = لا يوجد الصفحة {0}. تشغيل الصفحات من 1 إلى {1}.
6667

68+
69+
70+
71+
# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)
72+
73+
# time moved backwards (e.g. Affected modes have been pushed back by 2:32)
74+
75+
# amount of time a mode was pushed (e.g. by 1:00)
76+
77+
# {0} = mode name (e.g. GOLD, Glass Mode)
78+
79+
# amount of time remaining (e.g. 1:00 left)
80+
6781
# {0} = number of players online
6882

6983

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ command.onlyPlayers = Has de ser un jugador per utilitzar aquest comandament.
2424
# {0} = module name (proper noun)
2525
command.moduleNotFound = El mòdul {0} no està en ús en aquesta partida
2626

27+
2728
command.noTeams = Els equips no estan en ús a aquesta partida
2829

2930
command.noPlayers = Els jugadors no poden unir-se a aquesta partida
@@ -66,6 +67,19 @@ command.simplePageHeader = {0} de {1}
6667
# {1} = total number of pages
6768
command.invalidPage = No hi ha pàgina {0}. Les pàgines van de 1 a {1}.
6869

70+
71+
72+
73+
# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)
74+
75+
# time moved backwards (e.g. Affected modes have been pushed back by 2:32)
76+
77+
# amount of time a mode was pushed (e.g. by 1:00)
78+
79+
# {0} = mode name (e.g. GOLD, Glass Mode)
80+
81+
# amount of time remaining (e.g. 1:00 left)
82+
6983
# {0} = number of players online
7084

7185

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ command.onlyPlayers = Du skal være en spiller for at bruge denne kommando.
2323
# {0} = module name (proper noun)
2424
command.moduleNotFound = Modulet {0} er ikke i brug for denne kamp
2525

26+
2627
command.noTeams = Hold er ikke i brug for denne kamp
2728

2829
command.noPlayers = Spillere kan ikke deltage i denne kamp
@@ -64,6 +65,19 @@ command.simplePageHeader = {0} af {1}
6465
# {1} = total number of pages
6566
command.invalidPage = Der er ingen side {0}. Siderne løber fra 1 til {1}.
6667

68+
69+
70+
71+
# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)
72+
73+
# time moved backwards (e.g. Affected modes have been pushed back by 2:32)
74+
75+
# amount of time a mode was pushed (e.g. by 1:00)
76+
77+
# {0} = mode name (e.g. GOLD, Glass Mode)
78+
79+
# amount of time remaining (e.g. 1:00 left)
80+
6781
# {0} = number of players online
6882

6983

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

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
command.notJoinedServer = {0} ist dem Server noch nicht beigetreten.
33

44
# {0} = command argument (could be any string)
5-
command.numberExpected = Eine Zahl ist anstelle von ''{0}'' erwartet
5+
command.numberExpected = Eine Zahl wird anstelle von ''{0}'' erwartet
66

77
command.emptyResult = Leeres Ergebnis
88

@@ -24,6 +24,8 @@ command.onlyPlayers = Du musst ein Spieler sein, um diesen Befehl zu benutzen.
2424
# {0} = module name (proper noun)
2525
command.moduleNotFound = Das {0}-Modul wird in diesem Spiel nicht benutzt
2626

27+
command.matchNotStarted = Das Spiel muss beginnen, bevor dieser Befehl benutzt werden kann.
28+
2729
command.noTeams = Teams werden in diesem Spiel nicht benutzt
2830

2931
command.noPlayers = Spieler können diesem Spiel nicht beitreten
@@ -66,6 +68,27 @@ command.simplePageHeader = {0} von {1}
6668
# {1} = total number of pages
6769
command.invalidPage = Es gibt keine Seite {0}. Seiten gehen von 1 bis {1}.
6870

71+
command.conditionUnmet = Bedingung nicht erfüllt
72+
73+
command.nextMode = Nächster Modus\:
74+
75+
command.modesPushed = Veränderte Modi wurden verschoben
76+
77+
# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)
78+
command.modesPushedForwards = nach vorne
79+
80+
# time moved backwards (e.g. Affected modes have been pushed back by 2:32)
81+
command.modesPushedBack = nach hinten
82+
83+
# amount of time a mode was pushed (e.g. by 1:00)
84+
command.modesPushedBy = um
85+
86+
# {0} = mode name (e.g. GOLD, Glass Mode)
87+
command.selectedModePushed = {0} beginnt in
88+
89+
# amount of time remaining (e.g. 1:00 left)
90+
command.timeLeft = verbleibend
91+
6992
# {0} = number of players online
7093
command.list.online = Spieler online\: {0}
7194

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ command.onlyPlayers = You must be a player to use this command.
2424
# {0} = module name (proper noun)
2525
command.moduleNotFound = The {0} module is not in use for this match
2626

27+
command.matchNotStarted = The match must start before using this command.
28+
2729
command.noTeams = Teams are not in use for this match
2830

2931
command.noPlayers = Players cannot join this match
@@ -66,6 +68,27 @@ command.simplePageHeader = {0} of {1}
6668
# {1} = total number of pages
6769
command.invalidPage = There is no page {0}. Pages run from 1 to {1}.
6870

71+
command.conditionUnmet = Condition Unmet
72+
73+
command.nextMode = Next Mode\:
74+
75+
command.modesPushed = Affected modes have been pushed
76+
77+
# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)
78+
command.modesPushedForwards = forwards
79+
80+
# time moved backwards (e.g. Affected modes have been pushed back by 2:32)
81+
command.modesPushedBack = back
82+
83+
# amount of time a mode was pushed (e.g. by 1:00)
84+
command.modesPushedBy = by
85+
86+
# {0} = mode name (e.g. GOLD, Glass Mode)
87+
command.selectedModePushed = {0} will start in
88+
89+
# amount of time remaining (e.g. 1:00 left)
90+
command.timeLeft = left
91+
6992
# {0} = number of players online
7093
command.list.online = Total Online\: {0}
7194

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ command.onlyPlayers = Ye must be a crew member t' use this command.
2323
# {0} = module name (proper noun)
2424
command.moduleNotFound = Tha {0} module ain''t bein'' used fer this skirmish
2525

26+
2627
command.noTeams = Ev'ry man for himself
2728

2829
command.noPlayers = Ye can't be joinin' this skirmish
@@ -61,6 +62,19 @@ command.playerLocationUnavailable = {0}''s whereabouts be uncharted
6162
# {1} = total number of pages
6263
command.invalidPage = Ain''t no {0}. Y''only got 1 to {1}.
6364

65+
66+
67+
68+
# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)
69+
70+
# time moved backwards (e.g. Affected modes have been pushed back by 2:32)
71+
72+
# amount of time a mode was pushed (e.g. by 1:00)
73+
74+
# {0} = mode name (e.g. GOLD, Glass Mode)
75+
76+
# amount of time remaining (e.g. 1:00 left)
77+
6478
# {0} = number of players online
6579

6680

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

Lines changed: 14 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+
2728
command.noTeams = No hay equipos en esta partida
2829

2930
command.noPlayers = Los jugadores no pueden unirse a esta partida
@@ -66,6 +67,19 @@ command.simplePageHeader = {0} de {1}
6667
# {1} = total number of pages
6768
command.invalidPage = No hay página {0}. Éstas van desde la 1 a la {1}.
6869

70+
71+
72+
73+
# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)
74+
75+
# time moved backwards (e.g. Affected modes have been pushed back by 2:32)
76+
77+
# amount of time a mode was pushed (e.g. by 1:00)
78+
79+
# {0} = mode name (e.g. GOLD, Glass Mode)
80+
81+
# amount of time remaining (e.g. 1:00 left)
82+
6983
# {0} = number of players online
7084
command.list.online = Conectados\: {0}
7185

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

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

27+
2728
command.noTeams = Los equipos no están en uso en esta partida
2829

2930
command.noPlayers = Los jugadores no pueden entrar en esta partida
@@ -66,6 +67,19 @@ command.simplePageHeader = {0} de {1}
6667
# {1} = total number of pages
6768
command.invalidPage = No hay página {0}. Las páginas van de 1 a {1}.
6869

70+
71+
72+
73+
# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)
74+
75+
# time moved backwards (e.g. Affected modes have been pushed back by 2:32)
76+
77+
# amount of time a mode was pushed (e.g. by 1:00)
78+
79+
# {0} = mode name (e.g. GOLD, Glass Mode)
80+
81+
# amount of time remaining (e.g. 1:00 left)
82+
6983
# {0} = number of players online
7084
command.list.online = Jugadores en línea\: {0}
7185

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

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

27+
2728
command.noTeams = Los equipos no están en uso en esta partida
2829

2930
command.noPlayers = Los jugadores no pueden entrar en esta partida
@@ -66,6 +67,19 @@ command.simplePageHeader = {0} de {1}
6667
# {1} = total number of pages
6768
command.invalidPage = No hay página {0}. Las páginas van de 1 a {1}.
6869

70+
71+
72+
73+
# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)
74+
75+
# time moved backwards (e.g. Affected modes have been pushed back by 2:32)
76+
77+
# amount of time a mode was pushed (e.g. by 1:00)
78+
79+
# {0} = mode name (e.g. GOLD, Glass Mode)
80+
81+
# amount of time remaining (e.g. 1:00 left)
82+
6983
# {0} = number of players online
7084
command.list.online = Jugadores en línea\: {0}
7185

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ command.onlyPlayers = Vous devez être un joueur pour utiliser cette commande.
2424
# {0} = module name (proper noun)
2525
command.moduleNotFound = Le module {0} n''est pas utilisé pour ce match
2626

27+
command.matchNotStarted = Le match doit commencer avant d'utiliser cette commande.
28+
2729
command.noTeams = Les équipes ne sont pas utilisées pour ce match
2830

2931
command.noPlayers = Les joueurs ne peuvent pas rejoindre ce match
@@ -66,6 +68,26 @@ command.simplePageHeader = {0} de {1}
6668
# {1} = total number of pages
6769
command.invalidPage = Il n''existe pas de page {0}. Les numéros des pages vont de 1 à {1}.
6870

71+
command.conditionUnmet = Condition non satisfaite
72+
73+
command.nextMode = Prochain mode\:
74+
75+
command.modesPushed = Les modes affectés ont été poussés
76+
77+
# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)
78+
command.modesPushedForwards = vers l'avant
79+
80+
# time moved backwards (e.g. Affected modes have been pushed back by 2:32)
81+
command.modesPushedBack = reculer
82+
83+
# amount of time a mode was pushed (e.g. by 1:00)
84+
85+
# {0} = mode name (e.g. GOLD, Glass Mode)
86+
command.selectedModePushed = {0} va commencer dans
87+
88+
# amount of time remaining (e.g. 1:00 left)
89+
command.timeLeft = restant
90+
6991
# {0} = number of players online
7092
command.list.online = Joueurs connectés \: {0}
7193

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ command.onlyPlayers = Tes que ser un xogador para utilizar este comando.
2323
# {0} = module name (proper noun)
2424
command.moduleNotFound = O módulo {0} non está en uso nesta partida
2525

26+
2627
command.noTeams = Os equipos non están en uso nesta partida
2728

2829
command.noPlayers = Os xogadores non poden entrar nesta partida
@@ -64,6 +65,19 @@ command.simplePageHeader = {0} de {1}
6465
# {1} = total number of pages
6566
command.invalidPage = Non hai páxina {0}. As páxinas van de 1 a {1}.
6667

68+
69+
70+
71+
# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)
72+
73+
# time moved backwards (e.g. Affected modes have been pushed back by 2:32)
74+
75+
# amount of time a mode was pushed (e.g. by 1:00)
76+
77+
# {0} = mode name (e.g. GOLD, Glass Mode)
78+
79+
# amount of time remaining (e.g. 1:00 left)
80+
6781
# {0} = number of players online
6882

6983

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ command.onlyPlayers = Devi essere un giocatore per usare questo comando.
2424
# {0} = module name (proper noun)
2525
command.moduleNotFound = Il modulo {0} non è in uso per questa partita
2626

27+
2728
command.noTeams = Le squadre non sono in uso per questa partita
2829

2930
command.noPlayers = I giocatori non possono unirsi a questa partita
@@ -66,6 +67,19 @@ command.simplePageHeader = {0} di {1}
6667
# {1} = total number of pages
6768
command.invalidPage = La pagina {0} non esiste. Le pagine vanno da 1 a {1}.
6869

70+
71+
72+
73+
# time moved ahead (e.g. Affected modes have been pushed forwards by 2:32)
74+
75+
# time moved backwards (e.g. Affected modes have been pushed back by 2:32)
76+
77+
# amount of time a mode was pushed (e.g. by 1:00)
78+
79+
# {0} = mode name (e.g. GOLD, Glass Mode)
80+
81+
# amount of time remaining (e.g. 1:00 left)
82+
6983
# {0} = number of players online
7084
command.list.online = Online Totali\: {0}
7185

0 commit comments

Comments
 (0)