Sync Strings from Localazy

This commit is contained in:
bmarty
2023-09-21 15:51:21 +00:00
committed by GitHub
parent 5119ca33dd
commit 4077c5c834
15 changed files with 61 additions and 7 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">"Отображаемое имя"</string>
<string name="screen_edit_profile_display_name_placeholder">"Ваше отображаемое имя"</string>
<string name="screen_edit_profile_error">"Произошла неизвестная ошибка, изменить информацию не удалось."</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>