Browse Source

Sync Strings from Localazy (#1002)

Co-authored-by: bmarty <bmarty@users.noreply.github.com>
pull/1010/head
ElementBot 1 year ago committed by GitHub
parent
commit
784b84d1e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      libraries/ui-strings/src/main/res/values/localazy.xml

13
libraries/ui-strings/src/main/res/values/localazy.xml

@ -158,6 +158,10 @@ @@ -158,6 +158,10 @@
<item quantity="one">"%1$d member"</item>
<item quantity="other">"%1$d members"</item>
</plurals>
<plurals name="common_poll_votes_count">
<item quantity="one">"1 vote"</item>
<item quantity="other">"%d votes"</item>
</plurals>
<string name="preference_rageshake">"Rageshake to report bug"</string>
<string name="rageshake_dialog_content">"You seem to be shaking the phone in frustration. Would you like to open the bug report screen?"</string>
<string name="report_content_explanation">"This message will be reported to your homeserver’s administrator. They will not be able to read any encrypted messages."</string>
@ -171,7 +175,16 @@ @@ -171,7 +175,16 @@
<string name="screen_media_upload_preview_error_failed_sending">"Failed uploading media, please try again."</string>
<string name="screen_migration_message">"This is a one time process, thanks for waiting."</string>
<string name="screen_migration_title">"Setting up your account."</string>
<string name="screen_notification_settings_additional_settings_section_title">"Additional settings"</string>
<string name="screen_notification_settings_calls_label">"Audio and video calls"</string>
<string name="screen_notification_settings_direct_chats">"Direct chats"</string>
<string name="screen_notification_settings_enable_notifications">"Enable notifications on this device"</string>
<string name="screen_notification_settings_group_chats">"Group chats"</string>
<string name="screen_notification_settings_mentions_section_title">"Mentions"</string>
<string name="screen_notification_settings_mode_all">"All"</string>
<string name="screen_notification_settings_mode_mentions">"Mentions"</string>
<string name="screen_notification_settings_notification_section_title">"Notify me for"</string>
<string name="screen_notification_settings_room_mention_label">"Notify me on @room"</string>
<string name="screen_notification_settings_system_notifications_action_required">"To receive notifications, please change your %1$s."</string>
<string name="screen_notification_settings_system_notifications_action_required_content_link">"system settings"</string>
<string name="screen_notification_settings_system_notifications_turned_off">"System notifications turned off"</string>

Loading…
Cancel
Save