Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"playerColor": "Wähle eine Spielfarbe für die Automa. Die Automa benötigt nur 1 Leistenmarker und 1 SP-Marker.",
"trackTokens": "Lege den Leistenmarker auf die <b>Kriegsleiste</b> und den SP-Marker auf die <b>Siegpunktleiste</b>.",
"startPlayer": {
"player": "<b>Du</b> fängst an. Nehme 10 Gold und den Führungsmarker.",
"bot": "<b>Automa</b> fängt an. Gebe ihr den Führungsmarker."
"player": "<b>Du</b> fängst an. Nimm 10 Gold und den Führungsmarker.",
"bot": "<b>Automa</b> fängt an. Gib ihr den Führungsmarker."
},
"secondPlayer": {
"player": "<b>Du</b> bist danach an der Reihe. Nehme 12 Gold und den Architekturmarker.",
"bot": "<b>Automa</b> ist danach an der Reihe. Gebe ihr den Architekturmarker."
"player": "<b>Du</b> bist danach an der Reihe. Nimm 12 Gold und den Architekturmarker.",
"bot": "<b>Automa</b> ist danach an der Reihe. Gib ihr den Architekturmarker."
}
},
"botRules": {
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"setup": {
"gameBoard": "Setup the game the same way as a 2-player game.",
"prosperityCards": "You do not need to set up the prosperity cards, they are managed and displayed by the application.",
"techCards": "The tech cards and blank techs are randomized by the application, you are drafting them in the application against the Automa. After each drafting phase in the app, pick the cards your drafted from the stack of the corresponding age.",
"techCards": "The tech cards and blank techs are randomized by the application, you are drafting them in the application against the Automa. After each drafting phase in the app, pick the cards you drafted from the stack of the corresponding age.",
"playerColor": "Choose a player color for the Automa. The Automa only needs 1 track marker and 1 VP marker.",
"trackTokens": "Place the Automa markers on the <b>war track</b> and on the <b>VP track</b>.",
"startPlayer": {
Expand Down