From 056842d68b76406b148cc29e9c17f69940b8cae1 Mon Sep 17 00:00:00 2001 From: William Rai <48931640+Williamrai@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:23:47 -0500 Subject: [PATCH 1/6] - strings for entry dialog (#5256) --- app/src/main/res/values-qq/strings.xml | 4 ++++ app/src/main/res/values/strings.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/app/src/main/res/values-qq/strings.xml b/app/src/main/res/values-qq/strings.xml index 9fa25acafe7..92c9429f174 100644 --- a/app/src/main/res/values-qq/strings.xml +++ b/app/src/main/res/values-qq/strings.xml @@ -1712,4 +1712,8 @@ Positive action button text for the survey dialog Hint label for the survey dialog input field. Text for the snackbar message the feedback form in the survey dialog that indicates the feedback has been submitted. + Title for the trivia game dialog. + Subtitle for the trivia game dialog. + Entry dialog Button label for the trivia game to enter the trivia game. + message shown when user dismisses the intial trivia game entry dialog diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1d29dbe2221..299c5db282b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1792,4 +1792,10 @@ Submit Additional feedback Feedback submitted. Thank you! + + + Introducing + Wikipedia games + Play today\'s game + Wikipedia games are available on the Explore feed. From 0838f448bbc3a7358a0d16c0be85d3536b387469 Mon Sep 17 00:00:00 2001 From: Dmitry Brant Date: Fri, 24 Jan 2025 10:34:12 -0500 Subject: [PATCH 2/6] WikiGames: strings for main gameplay. --- app/src/main/res/values-qq/strings.xml | 16 +++++++++++++--- app/src/main/res/values/strings.xml | 15 +++++++++++++-- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/values-qq/strings.xml b/app/src/main/res/values-qq/strings.xml index 92c9429f174..8b7dc71322b 100644 --- a/app/src/main/res/values-qq/strings.xml +++ b/app/src/main/res/values-qq/strings.xml @@ -1712,8 +1712,18 @@ Positive action button text for the survey dialog Hint label for the survey dialog input field. Text for the snackbar message the feedback form in the survey dialog that indicates the feedback has been submitted. - Title for the trivia game dialog. - Subtitle for the trivia game dialog. + Title for the trivia game dialog. + Subtitle for the trivia game dialog. Entry dialog Button label for the trivia game to enter the trivia game. - message shown when user dismisses the intial trivia game entry dialog + Message shown when user dismisses the initial trivia game entry dialog. + Title of the trivia game. + Button label in the initial screen of the trivia game to enter the game. + Message in the initial screen of the trivia game to explain the game rules. + Button label for navigating to the next question. + Button label for finishing the game. + Represents the player's progress in the current game. %1$d is replaced with the number of the current question, and %2$d is replaced with the total questions. + The player's current score, represented as %d points + Message shown when a correct answer is given. + Message shown when a incorrect answer is given. + Indication of points earned with a correct response. (always 1 point, not plural) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 299c5db282b..f8831ecb037 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1794,8 +1794,19 @@ Feedback submitted. Thank you! - Introducing - Wikipedia games + Introducing + Wikipedia games Play today\'s game Wikipedia games are available on the Explore feed. + Which came first? + Play + Guess which event came first on this day in history. + %1$d of %2$d + Score: %d + Correct! + Incorrect! + +1 point + Next question + Final results + From ef09c99c66a83f96b29feafe87ac573cc098783d Mon Sep 17 00:00:00 2001 From: Dmitry Brant Date: Fri, 24 Jan 2025 10:38:49 -0500 Subject: [PATCH 3/6] Whoops. --- app/src/main/res/values-qq/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values-qq/strings.xml b/app/src/main/res/values-qq/strings.xml index 8b7dc71322b..76eed2bdd33 100644 --- a/app/src/main/res/values-qq/strings.xml +++ b/app/src/main/res/values-qq/strings.xml @@ -1721,7 +1721,7 @@ Message in the initial screen of the trivia game to explain the game rules. Button label for navigating to the next question. Button label for finishing the game. - Represents the player's progress in the current game. %1$d is replaced with the number of the current question, and %2$d is replaced with the total questions. + Represents the progress in the current game. %1$d is replaced with the number of the current question, and %2$d is replaced with the total questions. The player's current score, represented as %d points Message shown when a correct answer is given. Message shown when a incorrect answer is given. From 4f0afa3b1d8f95c9489aeff23ed956297381ba7d Mon Sep 17 00:00:00 2001 From: Dmitry Brant Date: Fri, 24 Jan 2025 10:41:46 -0500 Subject: [PATCH 4/6] Whoops. --- app/src/main/res/values-qq/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values-qq/strings.xml b/app/src/main/res/values-qq/strings.xml index 76eed2bdd33..9ab97c5c193 100644 --- a/app/src/main/res/values-qq/strings.xml +++ b/app/src/main/res/values-qq/strings.xml @@ -1722,7 +1722,7 @@ Button label for navigating to the next question. Button label for finishing the game. Represents the progress in the current game. %1$d is replaced with the number of the current question, and %2$d is replaced with the total questions. - The player's current score, represented as %d points + The current score in the game, represented as %d points Message shown when a correct answer is given. Message shown when a incorrect answer is given. Indication of points earned with a correct response. (always 1 point, not plural) From 6f7a6bff2f67e5b9036c68ed2f5b08dd4398d7d8 Mon Sep 17 00:00:00 2001 From: Cooltey Feng Date: Fri, 24 Jan 2025 10:34:42 -0800 Subject: [PATCH 5/6] Add strings for wikigame final result screen (#5259) --- app/src/main/res/values-qq/strings.xml | 7 +++++++ app/src/main/res/values/strings.xml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/app/src/main/res/values-qq/strings.xml b/app/src/main/res/values-qq/strings.xml index 9ab97c5c193..e17d2b93a0d 100644 --- a/app/src/main/res/values-qq/strings.xml +++ b/app/src/main/res/values-qq/strings.xml @@ -1726,4 +1726,11 @@ Message shown when a correct answer is given. Message shown when a incorrect answer is given. Indication of points earned with a correct response. (always 1 point, not plural) + Message shown at the end of a game. The %1$d symbol is replaced with the number of correct answers, %2$d is the total number of questions. + Message indicating the time left until the next game. %s is replaced by the time. + Title on top of your statistics from previous days of gameplay. + Label for the statistics that indicates how many games the user has played. + Label for the statistics that indicates the average score from previous games. + Label for the statistics that indicates the current streak of the gameplay. + Label shown over the list of articles mentioned in the game. diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f8831ecb037..ae02a3cc941 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1808,5 +1808,12 @@ +1 point Next question Final results + You scored %1$d/%2$d. + Next game in %s + Your stats + Played + Average score + Current streak + Articles referenced in today\'s game From 1add0177fbe535665e2540bfde7db0af5283b994 Mon Sep 17 00:00:00 2001 From: William Rai <48931640+Williamrai@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:52:03 -0500 Subject: [PATCH 6/6] [Wikigames] feed entry strings (#5258) * - feed entry card strings * - add qq for translation --------- Co-authored-by: Dmitry Brant --- app/src/main/res/values-qq/strings.xml | 3 +++ app/src/main/res/values/strings.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app/src/main/res/values-qq/strings.xml b/app/src/main/res/values-qq/strings.xml index e17d2b93a0d..3aed261d504 100644 --- a/app/src/main/res/values-qq/strings.xml +++ b/app/src/main/res/values-qq/strings.xml @@ -1726,6 +1726,9 @@ Message shown when a correct answer is given. Message shown when a incorrect answer is given. Indication of points earned with a correct response. (always 1 point, not plural) + header for the game feed entry card + title for the game feed entry card + subtitle for the game feed entry card Message shown at the end of a game. The %1$d symbol is replaced with the number of correct answers, %2$d is the total number of questions. Message indicating the time left until the next game. %s is replaced by the time. Title on top of your statistics from previous days of gameplay. diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ae02a3cc941..6b2ac255e3c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1808,6 +1808,9 @@ +1 point Next question Final results + Wikipedia games + What came first? + Guess which event came first on this day in history. You scored %1$d/%2$d. Next game in %s Your stats