Skip to content

Commit 275f076

Browse files
committed
Add 'Separated Vote Start Group' translations
Introduce the new phrase "Separated Vote Start Group" across multimode_voter translation files to support starting a separate vote for a specific group. Updated language files: en, chi/zho (Chinese), da (Danish), de (German), es (Spanish), fr (French), it (Italian), pt (Portuguese), and ru (Russian).
1 parent c9e9667 commit 275f076

10 files changed

Lines changed: 50 additions & 2 deletions

addons/sourcemod/translations/chi/multimode_voter.phrases.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@
289289
{
290290
"chi" "为 %s 选择一个子组:"
291291
}
292+
293+
"Separated Vote Start Group"
294+
{
295+
"chi" "为该组开始单独投票。"
296+
}
292297

293298
"Timing Instant"
294299
{
@@ -391,7 +396,6 @@
391396
"chi" "开始单独投票"
392397
}
393398

394-
395399
"Wants To Vote"
396400
{
397401
"chi" "{green}%N 想要更换地图 (%d/%d 需要)"

addons/sourcemod/translations/da/multimode_voter.phrases.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@
289289
{
290290
"da" "Vælg en undergruppe for %s:"
291291
}
292+
293+
"Separated Vote Start Group"
294+
{
295+
"da" "Start separat afstemning for denne gruppe."
296+
}
292297

293298
"Timing Instant"
294299
{

addons/sourcemod/translations/de/multimode_voter.phrases.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,11 @@
284284
{
285285
"de" "Untergruppe nicht gefunden"
286286
}
287+
288+
"Separated Vote Start Group"
289+
{
290+
"de" "Separate Abstimmung für diese Gruppe starten."
291+
}
287292

288293
"SubGroup Vote Title"
289294
{

addons/sourcemod/translations/es/multimode_voter.phrases.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@
289289
{
290290
"es" "Elige un subgrupo para %s:"
291291
}
292+
293+
"Separated Vote Start Group"
294+
{
295+
"es" "Iniciar votacion separada de este grupo."
296+
}
292297

293298
"Timing Instant"
294299
{

addons/sourcemod/translations/fr/multimode_voter.phrases.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@
289289
{
290290
"fr" "Choisissez un sous-groupe pour %s :"
291291
}
292+
293+
"Separated Vote Start Group"
294+
{
295+
"fr" "Démarrer un vote séparé pour ce groupe."
296+
}
292297

293298
"Timing Instant"
294299
{
@@ -391,7 +396,6 @@
391396
"fr" "Démarrer un vote séparé"
392397
}
393398

394-
395399
"Wants To Vote"
396400
{
397401
"fr" "{green}%N veut changer de carte (%d/%d nécessaires)"

addons/sourcemod/translations/it/multimode_voter.phrases.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@
289289
{
290290
"it" "Scegli un sottogruppo per %s:"
291291
}
292+
293+
"Separated Vote Start Group"
294+
{
295+
"it" "Avvia una votazione separata per questo gruppo."
296+
}
292297

293298
"Timing Instant"
294299
{

addons/sourcemod/translations/multimode_voter.phrases.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@
289289
{
290290
"en" "Choose a sub-group for %s:"
291291
}
292+
293+
"Separated Vote Start Group"
294+
{
295+
"en" "Start separate vote for this group."
296+
}
292297

293298
"Timing Instant"
294299
{

addons/sourcemod/translations/pt/multimode_voter.phrases.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@
289289
{
290290
"pt" "Escolha um sub-grupo para %s:"
291291
}
292+
293+
"Separated Vote Start Group"
294+
{
295+
"pt" "Iniciar votação separada desse grupo."
296+
}
292297

293298
"Timing Instant"
294299
{

addons/sourcemod/translations/ru/multimode_voter.phrases.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,11 @@
289289
{
290290
"ru" "Выберите подгруппу для %s:"
291291
}
292+
293+
"Separated Vote Start Group"
294+
{
295+
"ru" "Начать отдельное голосование для этой группы."
296+
}
292297

293298
"Timing Instant"
294299
{

addons/sourcemod/translations/zho/multimode_voter.phrases.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,11 @@
290290
"zho" "為 %s 選擇一個子群組:"
291291
}
292292

293+
"Separated Vote Start Group"
294+
{
295+
"zho" "為此群組開始單獨投票。"
296+
}
297+
293298
"Timing Instant"
294299
{
295300
"zho" "立即"

0 commit comments

Comments
 (0)