Browse Source

knock : update strings

pull/3725/head
ganfra 2 weeks ago
parent
commit
96b24c5299
  1. 7
      features/joinroom/impl/src/main/res/values/localazy.xml
  2. 1
      features/roomlist/impl/src/main/res/values/localazy.xml
  3. 6
      tools/localazy/config.json

7
features/joinroom/impl/src/main/res/values/localazy.xml

@ -1,7 +1,14 @@ @@ -1,7 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_join_room_cancel_knock_action">"Cancel request"</string>
<string name="screen_join_room_cancel_knock_alert_confirmation">"Yes, cancel"</string>
<string name="screen_join_room_cancel_knock_alert_description">"Are you sure that you want to cancel your request to join this room?"</string>
<string name="screen_join_room_cancel_knock_alert_title">"Cancel request to join"</string>
<string name="screen_join_room_join_action">"Join room"</string>
<string name="screen_join_room_knock_action">"Send request to join"</string>
<string name="screen_join_room_knock_message_description">"Message (optional)"</string>
<string name="screen_join_room_knock_sent_description">"You will receive an invite to join the room if your request is accepted."</string>
<string name="screen_join_room_knock_sent_title">"Request to join sent"</string>
<string name="screen_join_room_space_not_supported_description">"%1$s does not support spaces yet. You can access spaces on web."</string>
<string name="screen_join_room_space_not_supported_title">"Spaces are not supported yet"</string>
<string name="screen_join_room_subtitle_knock">"Click the button below and a room administrator will be notified. You’ll be able to join the conversation once approved."</string>

1
features/roomlist/impl/src/main/res/values/localazy.xml

@ -16,6 +16,7 @@ @@ -16,6 +16,7 @@
<string name="screen_invites_decline_direct_chat_title">"Decline chat"</string>
<string name="screen_invites_empty_list">"No Invites"</string>
<string name="screen_invites_invited_you">"%1$s (%2$s) invited you"</string>
<string name="screen_join_room_knock_sent_title">"Request to join sent"</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_roomlist_a11y_create_message">"Create a new conversation or room"</string>

6
tools/localazy/config.json

@ -156,7 +156,8 @@ @@ -156,7 +156,8 @@
"banner\\.migrate_to_native_sliding_sync\\..*",
"full_screen_intent_banner_.*",
"screen_migration_.*",
"screen_invites_.*"
"screen_invites_.*",
"screen\\.join_room\\.knock_sent_title"
]
},
{
@ -280,7 +281,8 @@ @@ -280,7 +281,8 @@
{
"name" : ":features:joinroom:impl",
"includeRegex" : [
"screen_join_room_.*"
"screen_join_room_.*",
"screen\\.join_room\\..*"
]
}
]

Loading…
Cancel
Save