Răsfoiți Sursa

[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot 2 ani în urmă
părinte
comite
f572cfc08f

+ 2 - 0
app/src/main/res/values-ca/strings.xml

@@ -248,9 +248,11 @@
     <string name="save">Desa</string>
     <string name="scope_federated_description">Sincronitza només amb servidors de confiança</string>
     <string name="scope_federated_title">Federat</string>
+    <string name="scope_local_description">Només visible per a les persones d\'aquesta instància i convidats</string>
     <string name="scope_local_title">Local</string>
     <string name="scope_private_title">Privat</string>
     <string name="scope_published_description">Sincronitza amb servidors de confiança i amb la llibreta d\'adreces global i pública</string>
+    <string name="scope_published_title">Publicat</string>
     <string name="secondsAgo">fa uns segons</string>
     <string name="selected_list_item">Seleccionat</string>
     <string name="set_status">Estableix l\'estat</string>

+ 5 - 1
app/src/main/res/values-tr/strings.xml

@@ -412,4 +412,8 @@
     <string name="userinfo_no_info_headline">Herhangi bir kişisel bilgi ayarlanmamış</string>
     <string name="userinfo_no_info_text">Profil sayfanızdan ad, görsel ve iletişim bilgilerinizi ekleyin.</string>
     <string name="whats_your_status">Durumunuz nedir?</string>
-    </resources>
+    <plurals name="polls_amount_voters">
+        <item quantity="one">%d oy</item>
+        <item quantity="other">%d oy</item>
+    </plurals>
+</resources>