Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add strings for wikigame final result screen #5259

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions app/src/main/res/values-qq/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1726,4 +1726,11 @@
<string name="on_this_day_game_correct">Message shown when a correct answer is given.</string>
<string name="on_this_day_game_incorrect">Message shown when a incorrect answer is given.</string>
<string name="on_this_day_game_point">Indication of points earned with a correct response. (always 1 point, not plural)</string>
<string name="on_this_day_game_result">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.</string>
<string name="on_this_day_game_next_in">Message indicating the time left until the next game. %s is replaced by the time.</string>
<string name="on_this_day_game_your_stats">Title on top of your statistics from previous days of gameplay.</string>
<string name="on_this_day_game_stats_played">Label for the statistics that indicates how many games the user has played.</string>
<string name="on_this_day_game_stats_average_score">Label for the statistics that indicates the average score from previous games.</string>
<string name="on_this_day_game_stats_streak">Label for the statistics that indicates the current streak of the gameplay.</string>
<string name="on_this_day_game_result_subtitle">Label shown over the list of articles mentioned in the game.</string>
</resources>
7 changes: 7 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1808,5 +1808,12 @@
<string name="on_this_day_game_point">+1 point</string>
<string name="on_this_day_game_next">Next question</string>
<string name="on_this_day_game_finish">Final results</string>
<string name="on_this_day_game_result">You scored %1$d/%2$d.</string>
<string name="on_this_day_game_next_in">Next game in %s</string>
<string name="on_this_day_game_your_stats">Your stats</string>
<string name="on_this_day_game_stats_played">Played</string>
<string name="on_this_day_game_stats_average_score">Average score</string>
<string name="on_this_day_game_stats_streak">Current streak</string>
<string name="on_this_day_game_result_subtitle">Articles referenced in today\'s game</string>

</resources>
Loading