flutter: Change menu text from 'Start new game' to 'New game'

This commit is contained in:
Calcitem 2021-06-09 00:49:41 +08:00
parent a5fbf030b8
commit 6d8af3cfcf
5 changed files with 8 additions and 8 deletions

View File

@ -200,9 +200,9 @@
"@thinking": {
"description": "Thinking..."
},
"newGame": "Los",
"newGame": "Neues Spiel",
"@newGame": {
"description": "Start"
"description": "New game"
},
"startNewGame": "Beginne ein neues Spiel",
"@startNewGame": {

View File

@ -200,9 +200,9 @@
"@thinking": {
"description": "Thinking..."
},
"newGame": "Start",
"newGame": "New game",
"@newGame": {
"description": "Start"
"description": "New game"
},
"startNewGame": "Start new game",
"@startNewGame": {

View File

@ -200,9 +200,9 @@
"@thinking": {
"description": "Thinking..."
},
"newGame": "شروع کنید",
"newGame": "بازی جدید",
"@newGame": {
"description": "Start"
"description": "New game"
},
"startNewGame": "شروع بازی جدید",
"@startNewGame": {

View File

@ -50,7 +50,7 @@
"aborted": "中断",
"draw": "和棋",
"thinking": "对方思考中...",
"newGame": "新局",
"newGame": "开始新局",
"startNewGame": "开始新局",
"importGame": "导入棋谱",
"gameImported": "棋谱已从剪贴板导入",

View File

@ -671,7 +671,7 @@ class _GamePageState extends State<GamePage>
children: <Widget>[
SimpleDialogOption(
child: Text(
S.of(context).startNewGame,
S.of(context).newGame,
style: AppTheme.simpleDialogOptionTextStyle,
textAlign: TextAlign.center,
),