From ac98b7e12b4f1356bcaa12edb8e6a97642b50a54 Mon Sep 17 00:00:00 2001 From: Calcitem Date: Mon, 4 Oct 2021 17:44:09 +0800 Subject: [PATCH] Add tips of continueToMakeMove --- src/ui/flutter_app/lib/l10n/intl_ar.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_bg.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_bn.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_cs.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_da.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_de.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_de_ch.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_el.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_en.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_es.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_et.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_fa.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_fi.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_fr.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_gu.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_hi.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_hr.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_hu.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_id.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_it.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_ja.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_kn.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_ko.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_lt.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_lv.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_mk.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_ms.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_nl.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_nn.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_pl.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_pt.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_ro.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_ru.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_sk.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_sl.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_sq.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_sr.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_sv.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_te.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_th.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_tr.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_uz.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_vi.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_zh.arb | 4 ++++ src/ui/flutter_app/lib/l10n/intl_zh_Hant.arb | 4 ++++ src/ui/flutter_app/lib/widgets/game_page.dart | 10 ++++++++-- 46 files changed, 188 insertions(+), 2 deletions(-) diff --git a/src/ui/flutter_app/lib/l10n/intl_ar.arb b/src/ui/flutter_app/lib/l10n/intl_ar.arb index 224b6212..43fab732 100644 --- a/src/ui/flutter_app/lib/l10n/intl_ar.arb +++ b/src/ui/flutter_app/lib/l10n/intl_ar.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_bg.arb b/src/ui/flutter_app/lib/l10n/intl_bg.arb index 27341d8b..96e07aa0 100644 --- a/src/ui/flutter_app/lib/l10n/intl_bg.arb +++ b/src/ui/flutter_app/lib/l10n/intl_bg.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_bn.arb b/src/ui/flutter_app/lib/l10n/intl_bn.arb index cb50bd03..eb883317 100644 --- a/src/ui/flutter_app/lib/l10n/intl_bn.arb +++ b/src/ui/flutter_app/lib/l10n/intl_bn.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_cs.arb b/src/ui/flutter_app/lib/l10n/intl_cs.arb index 2178f6f9..6397f130 100644 --- a/src/ui/flutter_app/lib/l10n/intl_cs.arb +++ b/src/ui/flutter_app/lib/l10n/intl_cs.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_da.arb b/src/ui/flutter_app/lib/l10n/intl_da.arb index a119cd84..e712e3ac 100644 --- a/src/ui/flutter_app/lib/l10n/intl_da.arb +++ b/src/ui/flutter_app/lib/l10n/intl_da.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_de.arb b/src/ui/flutter_app/lib/l10n/intl_de.arb index e51bd30c..5b7b8915 100644 --- a/src/ui/flutter_app/lib/l10n/intl_de.arb +++ b/src/ui/flutter_app/lib/l10n/intl_de.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_de_ch.arb b/src/ui/flutter_app/lib/l10n/intl_de_ch.arb index e1b77df7..ad706c88 100644 --- a/src/ui/flutter_app/lib/l10n/intl_de_ch.arb +++ b/src/ui/flutter_app/lib/l10n/intl_de_ch.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_el.arb b/src/ui/flutter_app/lib/l10n/intl_el.arb index 9c5b6617..653a4df9 100644 --- a/src/ui/flutter_app/lib/l10n/intl_el.arb +++ b/src/ui/flutter_app/lib/l10n/intl_el.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_en.arb b/src/ui/flutter_app/lib/l10n/intl_en.arb index 81d79fc9..a969a7b0 100644 --- a/src/ui/flutter_app/lib/l10n/intl_en.arb +++ b/src/ui/flutter_app/lib/l10n/intl_en.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_es.arb b/src/ui/flutter_app/lib/l10n/intl_es.arb index 6366615d..ee53db1c 100644 --- a/src/ui/flutter_app/lib/l10n/intl_es.arb +++ b/src/ui/flutter_app/lib/l10n/intl_es.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_et.arb b/src/ui/flutter_app/lib/l10n/intl_et.arb index 72bd5742..85d13d0d 100644 --- a/src/ui/flutter_app/lib/l10n/intl_et.arb +++ b/src/ui/flutter_app/lib/l10n/intl_et.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_fa.arb b/src/ui/flutter_app/lib/l10n/intl_fa.arb index dfd51f29..8181486f 100644 --- a/src/ui/flutter_app/lib/l10n/intl_fa.arb +++ b/src/ui/flutter_app/lib/l10n/intl_fa.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_fi.arb b/src/ui/flutter_app/lib/l10n/intl_fi.arb index f31515d3..0d44517a 100644 --- a/src/ui/flutter_app/lib/l10n/intl_fi.arb +++ b/src/ui/flutter_app/lib/l10n/intl_fi.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_fr.arb b/src/ui/flutter_app/lib/l10n/intl_fr.arb index 56095257..f79776ef 100644 --- a/src/ui/flutter_app/lib/l10n/intl_fr.arb +++ b/src/ui/flutter_app/lib/l10n/intl_fr.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_gu.arb b/src/ui/flutter_app/lib/l10n/intl_gu.arb index c8020941..4f86e052 100644 --- a/src/ui/flutter_app/lib/l10n/intl_gu.arb +++ b/src/ui/flutter_app/lib/l10n/intl_gu.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_hi.arb b/src/ui/flutter_app/lib/l10n/intl_hi.arb index b9504421..f40e2778 100644 --- a/src/ui/flutter_app/lib/l10n/intl_hi.arb +++ b/src/ui/flutter_app/lib/l10n/intl_hi.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_hr.arb b/src/ui/flutter_app/lib/l10n/intl_hr.arb index 92d58427..66c5a831 100644 --- a/src/ui/flutter_app/lib/l10n/intl_hr.arb +++ b/src/ui/flutter_app/lib/l10n/intl_hr.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_hu.arb b/src/ui/flutter_app/lib/l10n/intl_hu.arb index 7aefe61e..b2c71c71 100644 --- a/src/ui/flutter_app/lib/l10n/intl_hu.arb +++ b/src/ui/flutter_app/lib/l10n/intl_hu.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_id.arb b/src/ui/flutter_app/lib/l10n/intl_id.arb index faa3cfd9..606e2fcb 100644 --- a/src/ui/flutter_app/lib/l10n/intl_id.arb +++ b/src/ui/flutter_app/lib/l10n/intl_id.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_it.arb b/src/ui/flutter_app/lib/l10n/intl_it.arb index 393d5a6f..0f9ac841 100644 --- a/src/ui/flutter_app/lib/l10n/intl_it.arb +++ b/src/ui/flutter_app/lib/l10n/intl_it.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_ja.arb b/src/ui/flutter_app/lib/l10n/intl_ja.arb index fe182b0a..77314d20 100644 --- a/src/ui/flutter_app/lib/l10n/intl_ja.arb +++ b/src/ui/flutter_app/lib/l10n/intl_ja.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_kn.arb b/src/ui/flutter_app/lib/l10n/intl_kn.arb index a7c74536..7e7ea6aa 100644 --- a/src/ui/flutter_app/lib/l10n/intl_kn.arb +++ b/src/ui/flutter_app/lib/l10n/intl_kn.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_ko.arb b/src/ui/flutter_app/lib/l10n/intl_ko.arb index 218362d3..6faa4893 100644 --- a/src/ui/flutter_app/lib/l10n/intl_ko.arb +++ b/src/ui/flutter_app/lib/l10n/intl_ko.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_lt.arb b/src/ui/flutter_app/lib/l10n/intl_lt.arb index a02c34de..507543fe 100644 --- a/src/ui/flutter_app/lib/l10n/intl_lt.arb +++ b/src/ui/flutter_app/lib/l10n/intl_lt.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_lv.arb b/src/ui/flutter_app/lib/l10n/intl_lv.arb index bd97932f..a8d0a5e2 100644 --- a/src/ui/flutter_app/lib/l10n/intl_lv.arb +++ b/src/ui/flutter_app/lib/l10n/intl_lv.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_mk.arb b/src/ui/flutter_app/lib/l10n/intl_mk.arb index 158836f6..e9bb1c1f 100644 --- a/src/ui/flutter_app/lib/l10n/intl_mk.arb +++ b/src/ui/flutter_app/lib/l10n/intl_mk.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_ms.arb b/src/ui/flutter_app/lib/l10n/intl_ms.arb index 9eeba8fb..8a5441f7 100644 --- a/src/ui/flutter_app/lib/l10n/intl_ms.arb +++ b/src/ui/flutter_app/lib/l10n/intl_ms.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_nl.arb b/src/ui/flutter_app/lib/l10n/intl_nl.arb index a02e38f9..e273f135 100644 --- a/src/ui/flutter_app/lib/l10n/intl_nl.arb +++ b/src/ui/flutter_app/lib/l10n/intl_nl.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_nn.arb b/src/ui/flutter_app/lib/l10n/intl_nn.arb index 1e4bba10..12c7caf2 100644 --- a/src/ui/flutter_app/lib/l10n/intl_nn.arb +++ b/src/ui/flutter_app/lib/l10n/intl_nn.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_pl.arb b/src/ui/flutter_app/lib/l10n/intl_pl.arb index 47ad24b8..61b1c71d 100644 --- a/src/ui/flutter_app/lib/l10n/intl_pl.arb +++ b/src/ui/flutter_app/lib/l10n/intl_pl.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_pt.arb b/src/ui/flutter_app/lib/l10n/intl_pt.arb index 68c8221b..44088dae 100644 --- a/src/ui/flutter_app/lib/l10n/intl_pt.arb +++ b/src/ui/flutter_app/lib/l10n/intl_pt.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_ro.arb b/src/ui/flutter_app/lib/l10n/intl_ro.arb index 5b9bc930..8767588e 100644 --- a/src/ui/flutter_app/lib/l10n/intl_ro.arb +++ b/src/ui/flutter_app/lib/l10n/intl_ro.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_ru.arb b/src/ui/flutter_app/lib/l10n/intl_ru.arb index 536e6b42..32359f07 100644 --- a/src/ui/flutter_app/lib/l10n/intl_ru.arb +++ b/src/ui/flutter_app/lib/l10n/intl_ru.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_sk.arb b/src/ui/flutter_app/lib/l10n/intl_sk.arb index 1850130c..9f5b75da 100644 --- a/src/ui/flutter_app/lib/l10n/intl_sk.arb +++ b/src/ui/flutter_app/lib/l10n/intl_sk.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_sl.arb b/src/ui/flutter_app/lib/l10n/intl_sl.arb index 9da20bd4..d4c2050f 100644 --- a/src/ui/flutter_app/lib/l10n/intl_sl.arb +++ b/src/ui/flutter_app/lib/l10n/intl_sl.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_sq.arb b/src/ui/flutter_app/lib/l10n/intl_sq.arb index dfb4fbc4..5fe3f1bc 100644 --- a/src/ui/flutter_app/lib/l10n/intl_sq.arb +++ b/src/ui/flutter_app/lib/l10n/intl_sq.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_sr.arb b/src/ui/flutter_app/lib/l10n/intl_sr.arb index 04564f62..7dfd80f1 100644 --- a/src/ui/flutter_app/lib/l10n/intl_sr.arb +++ b/src/ui/flutter_app/lib/l10n/intl_sr.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_sv.arb b/src/ui/flutter_app/lib/l10n/intl_sv.arb index 0c18592b..ece97533 100644 --- a/src/ui/flutter_app/lib/l10n/intl_sv.arb +++ b/src/ui/flutter_app/lib/l10n/intl_sv.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_te.arb b/src/ui/flutter_app/lib/l10n/intl_te.arb index c2ca4da2..1e54f0d5 100644 --- a/src/ui/flutter_app/lib/l10n/intl_te.arb +++ b/src/ui/flutter_app/lib/l10n/intl_te.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_th.arb b/src/ui/flutter_app/lib/l10n/intl_th.arb index 195c20f1..c11ffb28 100644 --- a/src/ui/flutter_app/lib/l10n/intl_th.arb +++ b/src/ui/flutter_app/lib/l10n/intl_th.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_tr.arb b/src/ui/flutter_app/lib/l10n/intl_tr.arb index 4da6c910..ee9acee5 100644 --- a/src/ui/flutter_app/lib/l10n/intl_tr.arb +++ b/src/ui/flutter_app/lib/l10n/intl_tr.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_uz.arb b/src/ui/flutter_app/lib/l10n/intl_uz.arb index 2526d646..263fe0fe 100644 --- a/src/ui/flutter_app/lib/l10n/intl_uz.arb +++ b/src/ui/flutter_app/lib/l10n/intl_uz.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_vi.arb b/src/ui/flutter_app/lib/l10n/intl_vi.arb index ada09950..dc3ec9d1 100644 --- a/src/ui/flutter_app/lib/l10n/intl_vi.arb +++ b/src/ui/flutter_app/lib/l10n/intl_vi.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_zh.arb b/src/ui/flutter_app/lib/l10n/intl_zh.arb index 5fc80528..fbe2887d 100644 --- a/src/ui/flutter_app/lib/l10n/intl_zh.arb +++ b/src/ui/flutter_app/lib/l10n/intl_zh.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/l10n/intl_zh_Hant.arb b/src/ui/flutter_app/lib/l10n/intl_zh_Hant.arb index 9cf204f3..63e94abb 100644 --- a/src/ui/flutter_app/lib/l10n/intl_zh_Hant.arb +++ b/src/ui/flutter_app/lib/l10n/intl_zh_Hant.arb @@ -1228,5 +1228,9 @@ "threefoldRepetitionRule_Detail": "The game is drawn if a position occurs for the third time.", "@threefoldRepetitionRule_Detail": { "description": "The game is drawn if a position occurs for the third time." + }, + "continueToMakeMove": "Mill! Continue to make a move.", + "@continueToMakeMove": { + "description": "Mill! Continue to make a move." } } \ No newline at end of file diff --git a/src/ui/flutter_app/lib/widgets/game_page.dart b/src/ui/flutter_app/lib/widgets/game_page.dart index 12c21960..9f60e21b 100644 --- a/src/ui/flutter_app/lib/widgets/game_page.dart +++ b/src/ui/flutter_app/lib/widgets/game_page.dart @@ -261,10 +261,16 @@ class _GamePageState extends State } else { //Audios.playTone(Audios.placeSoundId); if (Game.instance.engineType == EngineType.humanVsAi && mounted) { - showTip(S.of(context).tipPlaced); + if (rule.mayOnlyRemoveUnplacedPieceInPlacingPhase) { + showTip(S.of(context).continueToMakeMove); + } else { + showTip(S.of(context).tipPlaced); + } } else if (mounted) { if (rule.mayOnlyRemoveUnplacedPieceInPlacingPhase) { - showTip(S.of(context).tipPlaced); // TODO: Change tip + showTip(S + .of(context) + .tipPlaced); // TODO: HumanVsHuman - Change tip } else { var side = Game.instance.sideToMove == PieceColor.white ? S.of(context).black