Skip to content

Commit

Permalink
Merge branch 'main' into search-dev-prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrant authored Jan 24, 2025
2 parents 7951190 + 1add017 commit c49df56
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
24 changes: 24 additions & 0 deletions app/src/main/res/values-qq/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1712,4 +1712,28 @@
<string name="survey_dialog_submit">Positive action button text for the survey dialog</string>
<string name="survey_dialog_input_hint">Hint label for the survey dialog input field.</string>
<string name="survey_dialog_submitted_snackbar">Text for the snackbar message the feedback form in the survey dialog that indicates the feedback has been submitted.</string>
<string name="on_this_day_game_entry_dialog_title">Title for the trivia game dialog.</string>
<string name="on_this_day_game_entry_dialog_subtitle">Subtitle for the trivia game dialog.</string>
<string name="on_this_day_game_entry_dialog_button">Entry dialog Button label for the trivia game to enter the trivia game.</string>
<string name="on_this_day_game_entry_dialog_snackbar_message">Message shown when user dismisses the initial trivia game entry dialog.</string>
<string name="on_this_day_game_title">Title of the trivia game.</string>
<string name="on_this_day_game_dialog_button">Button label in the initial screen of the trivia game to enter the game.</string>
<string name="on_this_day_game_splash_message">Message in the initial screen of the trivia game to explain the game rules.</string>
<string name="on_this_day_game_next">Button label for navigating to the next question.</string>
<string name="on_this_day_game_finish">Button label for finishing the game.</string>
<string name="on_this_day_game_progress">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.</string>
<string name="on_this_day_game_score">The current score in the game, represented as %d points</string>
<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_feed_entry_card_heading">header for the game feed entry card</string>
<string name="on_this_day_game_feed_entry_card_title">title for the game feed entry card</string>
<string name="on_this_day_game_feed_entry_card_subtitle">subtitle for the game feed entry card</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>
27 changes: 27 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1792,4 +1792,31 @@
<string name="survey_dialog_submit">Submit</string>
<string name="survey_dialog_input_hint">Additional feedback</string>
<string name="survey_dialog_submitted_snackbar">Feedback submitted. Thank you!</string>

<!-- On this day game -->
<string name="on_this_day_game_entry_dialog_title">Introducing</string>
<string name="on_this_day_game_entry_dialog_subtitle">Wikipedia games</string>
<string name="on_this_day_game_entry_dialog_button">Play today\'s game</string>
<string name="on_this_day_game_entry_dialog_snackbar_message">Wikipedia games are available on the Explore feed.</string>
<string name="on_this_day_game_title">Which came first?</string>
<string name="on_this_day_game_dialog_button">Play</string>
<string name="on_this_day_game_splash_message">Guess which event came first on this day in history.</string>
<string name="on_this_day_game_progress">%1$d of %2$d</string>
<string name="on_this_day_game_score">Score: %d</string>
<string name="on_this_day_game_correct">Correct!</string>
<string name="on_this_day_game_incorrect">Incorrect!</string>
<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_feed_entry_card_heading">Wikipedia games</string>
<string name="on_this_day_game_feed_entry_card_title">What came first?</string>
<string name="on_this_day_game_feed_entry_card_subtitle">Guess which event came first on this day in history.</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>

0 comments on commit c49df56

Please sign in to comment.