Update Spanish translation (2)
See: https://github.com/calcitem/Sanmill/pull/244
This commit is contained in:
parent
15063d88f6
commit
017becaeb1
|
@ -320,7 +320,7 @@
|
||||||
"@youWin": {
|
"@youWin": {
|
||||||
"description": "You win! Congratulations!"
|
"description": "You win! Congratulations!"
|
||||||
},
|
},
|
||||||
"challengeHarderLevel": "¿Desafiar un nivel más difícil? Incrementará la dificultad",
|
"challengeHarderLevel": "¿Desafiar un nivel más difícil? Incrementará la dificultad a ",
|
||||||
"@challengeHarderLevel": {
|
"@challengeHarderLevel": {
|
||||||
"description": "Challenge harder level?"
|
"description": "Challenge harder level?"
|
||||||
},
|
},
|
||||||
|
@ -496,7 +496,7 @@
|
||||||
"@mayRemoveFromMillsAlways_Detail": {
|
"@mayRemoveFromMillsAlways_Detail": {
|
||||||
"description": "mayRemoveFromMillsAlways_Detail"
|
"description": "mayRemoveFromMillsAlways_Detail"
|
||||||
},
|
},
|
||||||
"isWhiteLoseButNotDrawWhenBoardFull": "El segundo jugador pierde cuando el tablero está lleno",
|
"isWhiteLoseButNotDrawWhenBoardFull": "El segundo jugador pierde cuando el tablero está lleno.",
|
||||||
"@isWhiteLoseButNotDrawWhenBoardFull": {
|
"@isWhiteLoseButNotDrawWhenBoardFull": {
|
||||||
"description": "The second player loses when the board is full"
|
"description": "The second player loses when the board is full"
|
||||||
},
|
},
|
||||||
|
@ -524,7 +524,7 @@
|
||||||
"@nMoveRule": {
|
"@nMoveRule": {
|
||||||
"description": "N-move rule"
|
"description": "N-move rule"
|
||||||
},
|
},
|
||||||
"nMoveRule_Detail": "La partida se empata si no ha habido ninguna retirada en un número determinado de movimientos por parte de cada jugador.",
|
"nMoveRule_Detail": "La partida se empata si no ha habido ninguna retirada en un número determinado de movimientos.",
|
||||||
"@nMoveRule_Detail": {
|
"@nMoveRule_Detail": {
|
||||||
"description": "The game is drawn if there has been no removal in a specific number of moves by each player."
|
"description": "The game is drawn if there has been no removal in a specific number of moves by each player."
|
||||||
},
|
},
|
||||||
|
@ -652,7 +652,7 @@
|
||||||
"@pick": {
|
"@pick": {
|
||||||
"description": "Pick "
|
"description": "Pick "
|
||||||
},
|
},
|
||||||
"info": "Información",
|
"info": "Info",
|
||||||
"@info": {
|
"@info": {
|
||||||
"description": "Info"
|
"description": "Info"
|
||||||
},
|
},
|
||||||
|
|
|
@ -151,7 +151,7 @@ class SpanishStrings extends Strings {
|
||||||
String get languageName => 'Español';
|
String get languageName => 'Español';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get tapBackAgainToLeave => 'Vuelve a tocar para salir.';
|
String get tapBackAgainToLeave => 'Vuelva a tocar para salir.';
|
||||||
}
|
}
|
||||||
|
|
||||||
/// et
|
/// et
|
||||||
|
|
Loading…
Reference in New Issue