Sync Strings from Localazy

This commit is contained in:
bmarty 2024-12-23 00:16:39 +00:00 committed by github-actions[bot]
parent 7199f05081
commit 45db2a97ad
66 changed files with 1162 additions and 748 deletions

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="common_date_date_at_time">"%1$sbei %2$s"</string>
<string name="common_date_this_month">"Diesen Monat"</string>
</resources>

View file

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="common_date_date_at_time">"%1$s, %2$s"</string>
<string name="common_date_this_month">"Sel kuul"</string>
</resources>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="common_date_date_at_time">"%1$s в %2$s"</string>
<string name="common_date_this_month">"В этом месяце"</string>
</resources>