Sync Strings (#4590)

* Sync Strings from Localazy

* Fix strings usage after some were moved

* Fix Norwegian string that was causing lint to fail

* Update screenshots

---------

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
ElementBot
2025-04-14 11:24:28 +02:00
committed by GitHub
parent f0a0b5683e
commit 270b420575
157 changed files with 2042 additions and 1108 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$s am %2$s"</string>
<string name="common_date_this_month">"Y mis hwn"</string>
</resources>

View File

@@ -1,5 +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_date_at_time">"%1$s um %2$s"</string>
<string name="common_date_this_month">"Diesen Monat"</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 kl. %2$s"</string>
<string name="common_date_this_month">"Denne måneden"</string>
</resources>