Sync Strings from Localazy

This commit is contained in:
bmarty 2026-04-13 00:48:40 +00:00 committed by github-actions[bot]
parent dc4c1c265b
commit 23c1112dcf
186 changed files with 4902 additions and 1254 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_bottom_sheet_create_dm_confirmation_button_title">"招待を送信"</string>
<string name="screen_bottom_sheet_create_dm_message">"%1$s とチャットを始めますか?"</string>
<string name="screen_bottom_sheet_create_dm_title">"招待を送信しますか?"</string>
<string name="screen_bottom_sheet_create_dm_unknown_user_content">"この人物とのチャットがありません。続行する前に、まず招待してください。"</string>
<string name="screen_bottom_sheet_create_dm_unknown_user_title">"この新しい連絡先と新規にチャットを開始しますか?"</string>
<string name="screen_invites_invited_you">"%1$s (%2$s) があなたを招待しました"</string>
</resources>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_invites_invited_you">"%1$s(%2$s ) đã mời bạn"</string>
</resources>

View file

@ -3,5 +3,7 @@
<string name="screen_bottom_sheet_create_dm_confirmation_button_title">"Send invite"</string>
<string name="screen_bottom_sheet_create_dm_message">"Would you like to start a chat with %1$s?"</string>
<string name="screen_bottom_sheet_create_dm_title">"Send invite?"</string>
<string name="screen_bottom_sheet_create_dm_unknown_user_content">"You currently dont have any chats with this person. Confirm inviting them before continuing."</string>
<string name="screen_bottom_sheet_create_dm_unknown_user_title">"Start a chat with this new contact?"</string>
<string name="screen_invites_invited_you">"%1$s (%2$s) invited you"</string>
</resources>