Skip to content

Commit 5d36cc4

Browse files
coolteydbrant
andauthored
Add strings for Contributions Dashboard (#5058)
Co-authored-by: Dmitry Brant <[email protected]>
1 parent 6f3c669 commit 5d36cc4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/src/main/res/values-qq/strings.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@
10361036
<string name="suggested_edits_image_captions_task_detail">Image captions detail text explaining the task of adding image captions.\n\nAppears in a box under {{msg-wm|Wikipedia-android-strings-suggested edits image captions}}\n\nAppears in the same screen as and formatted similarly to:\n* {{msg-wm|Wikipedia-android-strings-suggested edits add descriptions task detail}}\n* {{msg-wm|Wikipedia-android-strings-suggested edits image tags task detail}}</string>
10371037
<string name="suggested_edits_add_descriptions_task_detail">Article descriptions detail text explaining the task of adding article descriptions.\n\nAppears in a box under {{msg-wm|Wikipedia-android-strings-description edit tutorial title descriptions}}\n\nAppears in the same screen as and formatted similarly to:\n* {{msg-wm|Wikipedia-android-strings-suggested edits image captions task detail}}\n* {{msg-wm|Wikipedia-android-strings-suggested edits image tags task detail}}</string>
10381038
<string name="suggested_edits_contributions_stat_tooltip">Tool tip text explaining the contributions statistics to the user.\n\n\"Suggested edits\" should be translated the same as {{msg-wm|Wikipedia-android-strings-suggested edits tasks activity title}}.</string>
1039-
<string name="suggested_edits_edit_stat_tooltip">Tool tip text explaining the edit statistics to the user.\n\n\"Suggested edits\" should be translated the same as {{msg-wm|Wikipedia-android-strings-suggested edits tasks activity title}}.</string>
1039+
10401040
<string name="suggested_edits_edit_streak_stat_tooltip">Tool tip text explaining the edit streak statistics to the user.\n\n\"Suggested edits\" should be translated the same as {{msg-wm|Wikipedia-android-strings-suggested edits tasks activity title}}.</string>
10411041
<string name="suggested_edits_page_views_stat_tooltip">Tool tip text explaining the page views statistics to the user.\n\n\"Suggested edits\" should be translated the same as {{msg-wm|Wikipedia-android-strings-suggested edits tasks activity title}}.</string>
10421042
<string name="suggested_edits_edit_quality_stat_tooltip">Tool tip text explaining the edit quality statistics to the user. %d represents the number of reverts.</string>
@@ -1745,4 +1745,6 @@
17451745
<string name="contributions_dashboard_app_icon_title">Label of the setting option for changing the app icon.</string>
17461746
<string name="contributions_dashboard_app_icon_subtitle">Label of the app icon subtitle for change the app icon.</string>
17471747
<string name="contributions_dashboard_logged_out_user">Label of the logged out user in the donor history card.</string>
1748+
<string name="contributions_dashboard_tab_last_donated">Label that indicates the last date on which the user made a donation in the Contribute screen.</string>
1749+
<string name="contributions_dashboard_tab_update_button">Button for updating the donor history in the Contribute screen.</string>
17481750
</resources>

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,6 @@
10501050
<string name="suggested_edits_image_captions_task_detail">Describe an image to help readers understand its meaning and context.</string>
10511051
<string name="suggested_edits_add_descriptions_task_detail">Summarize an article to help readers understand the subject at a glance.</string>
10521052
<string name="suggested_edits_contributions_stat_tooltip">Your total number of contributions so far.</string>
1053-
<string name="suggested_edits_edit_stat_tooltip">Your total number of edits so far.</string>
10541053
<string name="suggested_edits_edit_streak_stat_tooltip">How many days in a row that you have made contributions. If you haven\'t contributed in a while, it shows your last contribution date.</string>
10551054
<string name="suggested_edits_page_views_stat_tooltip">Total pageviews of items to which you have contributed in the last 30 days.</string>
10561055
<string name="suggested_edits_edit_quality_stat_tooltip">Based on how many times one of your contributions was reverted (undone by another editor). Reverted edits: %d.</string>
@@ -1828,6 +1827,8 @@
18281827
<string name="contributions_dashboard_app_icon_title">App icon</string>
18291828
<string name="contributions_dashboard_app_icon_subtitle">Donor benefit</string>
18301829
<string name="contributions_dashboard_logged_out_user">Logged-out user</string>
1830+
<string name="contributions_dashboard_tab_last_donated">Last donated</string>
1831+
<string name="contributions_dashboard_tab_update_button">Update</string>
18311832
<!-- /Contributions Dashboard -->
18321833

18331834

0 commit comments

Comments
 (0)