Skip to content

Commit

Permalink
fix some internationalization
Browse files Browse the repository at this point in the history
  • Loading branch information
mytja committed Jan 10, 2024
1 parent 2b89773 commit 46dcd1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tarok/lib/internationalization/languages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class Messages extends Translations {
"two_gameplay":
"In game two, the talon is divided into three smaller decks, each two cards in size. Pick any of the smaller decks and stash two cards. V igri s štirimi igralci imate pravico do izbire soigralca. The game is worth 20 points.",
"one_gameplay":
"In game one, the talon is divided into six smaller decks, each one card in size. Pick any of the smaller decks and stash one card. V igri s štirimi igralci imate pravico do izbire soigralca. The game is worth 30 točk.",
"In game one, the talon is divided into six smaller decks, each one card in size. Pick any of the smaller decks and stash one card. V igri s štirimi igralci imate pravico do izbire soigralca. The game is worth 30 points.",
"solo_three_only_four": "Solo three (only in game with four players)",
"solo_three_gameplay":
"In game solo three, the talon is divided into two smaller decks, each three cards in size. Pick any of the smaller decks and stash three cards. You do not have the right to pick the teammate. From this game, you may call/predict color valat. The game is worth 40 points.",
Expand All @@ -386,7 +386,7 @@ class Messages extends Translations {
"color_valat_gameplay":
"In game color valat you do not see the talon up until the game end (except if the valat was called as a prediction from another game). There are no predictions, except for kontra. With this game, you bind yourself to pick up all the decks. As soon as you don't pick one, the game ends early with a negative outcome. All decks are started by you, as the playing player. Talon belongs to you. Color valat also turns around the usual tarock rules as colors are worth more than tarocks (colors pick up tarocks). The game is worth 125 points, the difference doesn't count towards the game.",
"valat_gameplay":
"In game valat you do not see the talon up until the game end (except if the valat was called as a prediction from another game). There are no predictions, except for kontra. With this game, you bind yourself to pick up all the decks. As soon as you don't pick one, the game ends early with a negative outcome. All decks are started by you, as the playing player. Talon belongs to you. The game is worth 500 točk (if made without a prediction, only 250), the difference doesn't count towards the game.",
"In game valat you do not see the talon up until the game end (except if the valat was called as a prediction from another game). There are no predictions, except for kontra. With this game, you bind yourself to pick up all the decks. As soon as you don't pick one, the game ends early with a negative outcome. All decks are started by you, as the playing player. Talon belongs to you. The game is worth 500 points (if made without a prediction, only 250), the difference doesn't count towards the game.",
"klop_gameplay":
"Game klop happens only in case of every player clicking onwards (nobody licitated). In this case, every player is playing for themselves and everybody's ultimate goal is to minimize the number of picked up points. If the player picks up more than 35 points, he is full and his result is -70, everybody else's meanwhile is 0. If a player doesn't pick up a single point, he is said to be empty and therefore his result is +70, meanwhile everybody else's result is 0. If the played game doesn't meet before matched cases, everybody writes as much as they picked up throughout the entire game negatively. In first six decks of the game, the top card from talon is selected and the card is given to the player, who picked up the deck.",
"stashing": "Stashing",
Expand Down Expand Up @@ -802,7 +802,7 @@ class Messages extends Translations {
"two_gameplay":
"In game two, the talon is divided into three smaller decks, each two cards in size. Pick any of the smaller decks and stash two cards. V igri s štirimi igralci imate pravico do izbire soigralca. The game is worth 20 points.",
"one_gameplay":
"In game one, the talon is divided into six smaller decks, each one card in size. Pick any of the smaller decks and stash one card. V igri s štirimi igralci imate pravico do izbire soigralca. The game is worth 30 točk.",
"In game one, the talon is divided into six smaller decks, each one card in size. Pick any of the smaller decks and stash one card. V igri s štirimi igralci imate pravico do izbire soigralca. The game is worth 30 points.",
"solo_three_only_four": "Solo three (only in game with four players)",
"solo_three_gameplay":
"In game solo three, the talon is divided into two smaller decks, each three cards in size. Pick any of the smaller decks and stash three cards. You do not have the right to pick the teammate. From this game, you may call/predict color valat. The game is worth 40 points.",
Expand All @@ -823,7 +823,7 @@ class Messages extends Translations {
"color_valat_gameplay":
"In game color valat you do not see the talon up until the game end (except if the valat was called as a prediction from another game). There are no predictions, except for kontra. With this game, you bind yourself to pick up all the decks. As soon as you don't pick one, the game ends early with a negative outcome. All decks are started by you, as the playing player. Talon belongs to you. Color valat also turns around the usual tarock rules as colors are worth more than tarocks (colors pick up tarocks). The game is worth 125 points, the difference doesn't count towards the game.",
"valat_gameplay":
"In game valat you do not see the talon up until the game end (except if the valat was called as a prediction from another game). There are no predictions, except for kontra. With this game, you bind yourself to pick up all the decks. As soon as you don't pick one, the game ends early with a negative outcome. All decks are started by you, as the playing player. Talon belongs to you. The game is worth 500 točk (if made without a prediction, only 250), the difference doesn't count towards the game.",
"In game valat you do not see the talon up until the game end (except if the valat was called as a prediction from another game). There are no predictions, except for kontra. With this game, you bind yourself to pick up all the decks. As soon as you don't pick one, the game ends early with a negative outcome. All decks are started by you, as the playing player. Talon belongs to you. The game is worth 500 points (if made without a prediction, only 250), the difference doesn't count towards the game.",
"klop_gameplay":
"Game klop happens only in case of every player clicking onwards (nobody licitated). In this case, every player is playing for themselves and everybody's ultimate goal is to minimize the number of picked up points. If the player picks up more than 35 points, he is full and his result is -70, everybody else's meanwhile is 0. If a player doesn't pick up a single point, he is said to be empty and therefore his result is +70, meanwhile everybody else's result is 0. If the played game doesn't meet before matched cases, everybody writes as much as they picked up throughout the entire game negatively. In first six decks of the game, the top card from talon is selected and the card is given to the player, who picked up the deck.",
"stashing": "Stashing",
Expand Down

0 comments on commit 46dcd1e

Please sign in to comment.