ios: fix translations on user profile page (#1134)

This commit is contained in:
Evgeny Poberezkin
2022-09-26 20:32:24 +01:00
committed by GitHub
parent 1a2efc3b4f
commit 090e54c8d8
6 changed files with 46 additions and 4 deletions

View File

@@ -813,6 +813,11 @@
</trans-unit>
<trans-unit id="Display name" xml:space="preserve">
<source>Display name</source>
<target>Angezeigter Name</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Display name:" xml:space="preserve">
<source>Display name:</source>
<target>Angezeigter Name:</target>
<note>No comment provided by engineer.</note>
</trans-unit>
@@ -1096,6 +1101,11 @@
<target>Vollständiger Name (optional)</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Full name:" xml:space="preserve">
<source>Full name:</source>
<target>Vollständiger:</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Group" xml:space="preserve">
<source>Group</source>
<target>Gruppe</target>

View File

@@ -816,6 +816,11 @@
<target>Display name</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Display name:" xml:space="preserve">
<source>Display name:</source>
<target>Display name:</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Do NOT use SimpleX for emergency calls." xml:space="preserve">
<source>Do NOT use SimpleX for emergency calls.</source>
<target>Do NOT use SimpleX for emergency calls.</target>
@@ -1096,6 +1101,11 @@
<target>Full name (optional)</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Full name:" xml:space="preserve">
<source>Full name:</source>
<target>Full name:</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Group" xml:space="preserve">
<source>Group</source>
<target>Group</target>

View File

@@ -816,6 +816,11 @@
<target>Имя профиля</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Display name:" xml:space="preserve">
<source>Display name:</source>
<target>Имя профиля:</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Do NOT use SimpleX for emergency calls." xml:space="preserve">
<source>Do NOT use SimpleX for emergency calls.</source>
<target>Не используйте SimpleX для экстренных звонков</target>
@@ -1096,6 +1101,11 @@
<target>Полное имя (не обязательно)</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Full name:" xml:space="preserve">
<source>Full name:</source>
<target>Полное имя:</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="Group" xml:space="preserve">
<source>Group</source>
<target>Группа</target>