File tree Expand file tree Collapse file tree 16 files changed +31
-0
lines changed
Expand file tree Collapse file tree 16 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ All notable changes to TTT2 will be documented here. Inspired by [keep a changel
1818- Fixed markerVision null entity errors (by @mexikoedi )
1919- Fixed missing ttt_filter_role in ttt2.fgd (by @mrxonte )
2020- Fixed loading screen tips translation (by @mexikoedi )
21+ - Fixed missing ` limit_left ` translation (by @mexikoedi )
2122
2223## [ v0.14.5b] ( https://github.com/TTT-2/TTT2/tree/v0.14.5b ) (2025-08-18)
2324
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ L.win_showreport = "Schauen wir uns den Rundenbericht die nächste(n) {num} Seku
3838
3939L .limit_round = " Rundenlimit erreicht. Die nächste Map wird bald geladen."
4040L .limit_time = " Zeitlimit erreicht. Die nächste Map wird bald geladen."
41+ -- limit_left needed for some third-party addons which rely on this vanilla TTT string
42+ L .limit_left = " {num} Runde(n) oder {time} Minute(n) verbleibend bis die Map gewechselt wird."
4143L .limit_left_session_mode_1 = " {num} Runde(n) oder {time} Minute(n) verbleibend bis die Map gewechselt wird."
4244L .limit_left_session_mode_2 = " {time} Minute(n) verbleibend bis die Map gewechselt wird."
4345L .limit_left_session_mode_3 = " {num} Runde(n) verbleibend bis die Map gewechselt wird."
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ L.win_showreport = "Let's look at the round report for {num} seconds."
3838
3939L .limit_round = " Round limit reached. The next map will load soon."
4040L .limit_time = " Time limit reached. The next map will load soon."
41+ -- limit_left needed for some third-party addons which rely on this vanilla TTT string
42+ L .limit_left = " {num} round(s) or {time} minutes remaining before the map changes."
4143L .limit_left_session_mode_1 = " {num} round(s) or {time} minutes remaining before the map changes."
4244L .limit_left_session_mode_2 = " {time} minutes remaining before the map changes."
4345L .limit_left_session_mode_3 = " {num} round(s) remaining before the map changes."
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ L.win_showreport = "Veamos el reporte de la ronda por {num} segundos."
3838
3939L .limit_round = " Límite de rondas alcanzado. El siguiente mapa se cargará pronto."
4040L .limit_time = " Tiempo límite alcanzado. El siguiente mapa cargará pronto."
41+ -- limit_left needed for some third-party addons which rely on this vanilla TTT string
42+ L .limit_left = " {num} rondas o {time} minutos restantes para que el mapa cambie."
4143L .limit_left_session_mode_1 = " {num} rondas o {time} minutos restantes para que el mapa cambie."
4244-- L.limit_left_session_mode_2 = "{time} minutes remaining before the map changes."
4345-- L.limit_left_session_mode_3 = "{num} round(s) remaining before the map changes."
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ L.win_showreport = "Regardons le rapport de la partie {num} secondes."
3838
3939L .limit_round = " Limite de partie atteinte. La prochaine carte va bientôt chargée."
4040L .limit_time = " Limite de temps atteinte. La prochaine carte va bientôt chargée."
41+ -- limit_left needed for some third-party addons which rely on this vanilla TTT string
42+ L .limit_left = " Il reste {num} partie(s) ou {time} minutes avant que la carte change."
4143L .limit_left_session_mode_1 = " Il reste {num} partie(s) ou {time} minutes avant que la carte change."
4244-- L.limit_left_session_mode_2 = "{time} minutes remaining before the map changes."
4345-- L.limit_left_session_mode_3 = "{num} round(s) remaining before the map changes."
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ L.win_showreport = "Guardiamo il report per {num} secondi."
3838
3939L .limit_round = " Raggiunto il limite del tempo del round. la prossima mappa caricherà presto."
4040L .limit_time = " Il tempo è finito. la prossima mappa caricherà presto."
41+ -- limit_left needed for some third-party addons which rely on this vanilla TTT string
42+ L .limit_left = " {num} round o {time} minuti rimanenti prima che la mappa cambi."
4143L .limit_left_session_mode_1 = " {num} round o {time} minuti rimanenti prima che la mappa cambi."
4244-- L.limit_left_session_mode_2 = "{time} minutes remaining before the map changes."
4345-- L.limit_left_session_mode_3 = "{num} round(s) remaining before the map changes."
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ L.win_showreport = "さあ{num}秒の間ラウンドレポートを見てみよ
3838
3939L .limit_round = " ラウンドリミットに達した。もうすぐロードされるだろう。"
4040L .limit_time = " タイムリミットに達した。もうすぐロードされるだろう。"
41+ -- limit_left needed for some third-party addons which rely on this vanilla TTT string
42+ L .limit_left = " マップ変更するまで{num}ラウンドないし{time}分残っている。"
4143L .limit_left_session_mode_1 = " マップ変更するまで{num}ラウンドないし{time}分残っている。"
4244-- L.limit_left_session_mode_2 = "{time} minutes remaining before the map changes."
4345-- L.limit_left_session_mode_3 = "{num} round(s) remaining before the map changes."
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ L.win_showreport = "{num}초 간 라운드 보고서를 살펴보겠습니다."
3333
3434L .limit_round = " 라운드 제한 도달. 다음 맵으로 곧 변경됩니다."
3535L .limit_time = " 시간 제한 도달. 다음 맵으로 곧 변경됩니다."
36+ -- limit_left needed for some third-party addons which rely on this vanilla TTT string
37+ L .limit_left = " {num} 라운드나 {time} 분 후에 맵이 변경됩니다."
3638L .limit_left_session_mode_1 = " {num} 라운드나 {time} 분 후에 맵이 변경됩니다."
3739-- L.limit_left_session_mode_2 = "{time} minutes remaining before the map changes."
3840-- L.limit_left_session_mode_3 = "{num} round(s) remaining before the map changes."
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ L.win_showreport = "Spójrzmy na raport rundy na {num} sekund."
3838
3939-- L.limit_round = "Round limit reached. The next map will load soon."
4040-- L.limit_time = "Time limit reached. The next map will load soon."
41+ -- limit_left needed for some third-party addons which rely on this vanilla TTT string
42+ -- L.limit_left = "{num} round(s) or {time} minutes remaining before the map changes."
4143-- L.limit_left_session_mode_1 = "{num} round(s) or {time} minutes remaining before the map changes."
4244-- L.limit_left_session_mode_2 = "{time} minutes remaining before the map changes."
4345-- L.limit_left_session_mode_3 = "{num} round(s) remaining before the map changes."
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ L.win_showreport = "Os resultados da rodada serão exibidos por {num} segundos."
3838
3939L .limit_round = " Limite de rodadas atingido. O próximo mapa mudará em breve."
4040L .limit_time = " Tempo limite atingindo. O próximo mapa mudará em breve."
41+ -- limit_left needed for some third-party addons which rely on this vanilla TTT string
42+ L .limit_left = " Ainda há {num} rodada(s) ou {time} minutos restantes antes da troca de mapa."
4143L .limit_left_session_mode_1 = " Ainda há {num} rodada(s) ou {time} minutos restantes antes da troca de mapa."
4244-- L.limit_left_session_mode_2 = "{time} minutes remaining before the map changes."
4345-- L.limit_left_session_mode_3 = "{num} round(s) remaining before the map changes."
You can’t perform that action at this time.
0 commit comments