Sync Strings from Localazy

This commit is contained in:
bmarty 2025-10-08 10:23:22 +00:00 committed by github-actions[bot]
parent 4c358aed95
commit cb7186cf69
220 changed files with 1371 additions and 1144 deletions

View file

@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_leave_space_subtitle">"Bydd hyn hefyd yn eich tynnu o bob ystafell yn y gofod hwn."</string>
<string name="screen_leave_space_last_admin_info">"%1$s (Gweinyddwr)"</string>
<plurals name="screen_leave_space_submit">
<item quantity="zero">"Gadael %1$d ystafelloedd a gofodau"</item>
<item quantity="one">"Gadael %1$d ystafell a gofod"</item>
<item quantity="two">"Gadael %1$d ystafell a gofod"</item>
<item quantity="few">"Gadael %1$d ystafell a gofod"</item>
<item quantity="many">"Gadael %1$d ystafell a gofod"</item>
<item quantity="other">"Gadael %1$d ystafell a gofod"</item>
</plurals>
<string name="screen_leave_space_subtitle">"Dewiswch yr ystafelloedd yr hoffech chi eu gadael nad chi yw\'r unig weinyddwr ar eu cyfer:"</string>
<string name="screen_leave_space_title">"Gadael %1$s ?"</string>
</resources>

View file

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="screen_leave_space_submit">
<item quantity="one">"Poistu %1$d huoneesta ja tilasta"</item>
<item quantity="other">"Poistu %1$d huoneesta ja tilasta"</item>
</plurals>
<string name="screen_leave_space_subtitle">"Tämä poistaa sinut myös kaikista tämän tilan huoneista."</string>
<string name="screen_leave_space_subtitle_last_admin">"Sinun on valittava tälle tilalle toinen ylläpitäjä ennen kuin voit poistua."</string>
<string name="screen_leave_space_subtitle_only_last_admin">"Sinua ei poisteta seuraavista huoneista, koska olet ainoa ylläpitäjä:"</string>
<string name="screen_leave_space_title">"Haluatko poistua tilasta %1$s?"</string>
<string name="screen_leave_space_title_last_admin">"Olet ainoa ylläpitäjä tilassa %1$s"</string>
</resources>

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_leave_space_last_admin_info">"%1$s (管理员)"</string>
<plurals name="screen_leave_space_submit">
<item quantity="other">"离开 %1$d 个房间和空间"</item>
</plurals>
<string name="screen_leave_space_subtitle">"选择您想要离开且您不是其唯一管理员的房间:"</string>
<string name="screen_leave_space_subtitle_last_admin">"您需要为该空间指定另一位管理员才能离开。"</string>
<string name="screen_leave_space_subtitle_only_last_admin">"您不会从以下房间中被移除,因为您是唯一的管理员:"</string>
<string name="screen_leave_space_title">"离开%1$s"</string>
<string name="screen_leave_space_title_last_admin">"您是 %1$s 的唯一管理员"</string>
</resources>