Skip to content

Commit

Permalink
Fix display issue in home instructions texts
Browse files Browse the repository at this point in the history
  • Loading branch information
HSZemi committed Oct 10, 2020
1 parent 9a2f413 commit 2b4b395
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/languages/de_DE.json
Expand Up @@ -133,7 +133,7 @@
"instructions": {
"home": {
"title": "Instruktionen",
"1": "Captains mode dient der rundenbasierten Auswahl von Zivilisationen. Die Kapitäninnen <1>wählen</1> und <3>bannen</3> abwechselnd in einer vorgegebenen Reihenfolge Zivilisationen. Eine gebannte Zivilisation kann von der gegnerischen Kapitänin nicht mehr gewählt werden.",
"1": "Captains mode dient der rundenbasierten Auswahl von Zivilisationen. Die Kapitäninnen wählen und bannen abwechselnd in einer vorgegebenen Reihenfolge Zivilisationen. Eine gebannte Zivilisation kann von der gegnerischen Kapitänin nicht mehr gewählt werden.",
"2": "Für jede Runde hat eine Kapitäin <1>30 Sekunden</1> Zeit. Läuft die Zeit ab, wird eine zufällige Auswahl für sie getroffen.",
"3": "Weitere Züge sind möglich:",
"4": "<0>Versteckt</0> (schwarze Balkenenden) zeigt ausgeführte Aktionen nicht an, bis sie explizit enthüllt werden (sichtbar in der Zeitleiste am oberen Seitenrand).",
Expand Down
2 changes: 1 addition & 1 deletion src/languages/en_GB.json
Expand Up @@ -133,7 +133,7 @@
"instructions": {
"home": {
"title": "Instructions",
"1": "Captains mode is a turn-based civilization picker. Each captain can <1>pick</1> and <3>ban</3> civilizations in a predefined order. Bans prevent the opponent's captain from picking the civilizations.",
"1": "Captains mode is a turn-based civilization picker. Each captain can pick and ban civilizations in a predefined order. Bans prevent the opponent's captain from picking the civilizations.",
"2": "For each turn captains have <1>30 seconds</1>. In case of timeout a random civilization is picked or banned for the captain.",
"3": "There are also extensions available for tournaments:",
"4": "<0>Hidden</0> option (black corners) hides the civilization choices until they are explicitly showed (visible in the timeline at the top).",
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es_ES.json
Expand Up @@ -133,7 +133,7 @@
"instructions": {
"home": {
"title": "Instrucciónes",
"1": "Captains mode es un selector de civilizaciónes basado en turnos para emparejamientos. Cada capitán puede <1>Pickear</1> y <3>Banear</3> civilizaciónes en un orden predefinido. Los baneos previenen a los capitánes oponentes de elegir una determinada civilización.",
"1": "Captains mode es un selector de civilizaciónes basado en turnos para emparejamientos. Cada capitán puede pickear y banear civilizaciónes en un orden predefinido. Los baneos previenen a los capitánes oponentes de elegir una determinada civilización.",
"2": "Cada capitán tiene <1>30 segundos</1>. En caso de pasarse el tiempo, una civilización es pickeada o baneada al azar.",
"3": "También hay extensiónes para los torneos:",
"4": "<0>Ocúlto</0> permite ocultar las selecciónes de civilizaciónes hasta que son mostradas explicitamente (visible en el cronograma en la parte superiór).",
Expand Down
2 changes: 1 addition & 1 deletion src/languages/zh_CN.json
Expand Up @@ -133,7 +133,7 @@
"instructions": {
"home": {
"title": "说明",
"1": "这是一个BP民族的工具,BP即是<3>禁(Ban)</3>和<1>选(Pick)</1>(民族)。",
"1": "这是一个BP民族的工具,BP即是禁(Ban)和选(Pick)(民族)。",
"2": "每轮次,双方有<1>30秒</1>时间,如超时,系统会自动给你随机一个民族。",
"3": "轮次也有不同种类:",
"4": "<0>隐藏</0>民族(黑色镶边图标)。",
Expand Down

0 comments on commit 2b4b395

Please sign in to comment.