Sync Strings from Localazy

This commit is contained in:
bmarty 2023-09-25 00:09:17 +00:00 committed by GitHub
parent 4964c3e372
commit c72bb92ef2
26 changed files with 155 additions and 17 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_edit_profile_display_name">"Zobrazované jméno"</string>
<string name="screen_edit_profile_display_name_placeholder">"Vaše zobrazované jméno"</string>
<string name="screen_edit_profile_error">"Došlo k neznámé chybě a informace nelze změnit."</string>
<string name="screen_edit_profile_error_title">"Nelze aktualizovat profil"</string>
<string name="screen_edit_profile_title">"Upravit profil"</string>
<string name="screen_edit_profile_updating_details">"Aktualizace profilu…"</string>
</resources>

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_edit_profile_display_name">"顯示名稱"</string>
<string name="screen_edit_profile_display_name_placeholder">"您的顯示名稱"</string>
<string name="screen_edit_profile_error_title">"無法更新個人檔案"</string>
<string name="screen_edit_profile_title">"編輯個人檔案"</string>
<string name="screen_edit_profile_updating_details">"正在更新個人檔案…"</string>
</resources>