浏览代码

[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot 2 年之前
父节点
当前提交
7f2b4d9c74
共有 2 个文件被更改,包括 12 次插入0 次删除
  1. 1 0
      app/src/main/res/values-b+en+001/strings.xml
  2. 11 0
      app/src/main/res/values-fr/strings.xml

+ 1 - 0
app/src/main/res/values-b+en+001/strings.xml

@@ -241,6 +241,7 @@
     <string name="end_to_end_encryption_folder_not_empty">This folder is not empty.</string>
     <string name="end_to_end_encryption_generating_keys">Generating new keys…</string>
     <string name="end_to_end_encryption_keywords_description">All 12 words together make a very strong password, letting only you view and make use of your encrypted files. Please write it down and keep it somewhere safe.</string>
+    <string name="end_to_end_encryption_not_enabled">End-to-End encryption disabled on server.</string>
     <string name="end_to_end_encryption_passphrase_title">Make note of your 12 word encryption password</string>
     <string name="end_to_end_encryption_password">Password…</string>
     <string name="end_to_end_encryption_retrieving_keys">Retrieving keys…</string>

+ 11 - 0
app/src/main/res/values-fr/strings.xml

@@ -408,6 +408,7 @@ Attention la suppression est irréversible.</string>
     <string name="local_file_not_found_message">Le fichier n\'a pas été trouvé sur le système de fichier local</string>
     <string name="local_folder_friendly_path">%1$s/%2$s</string>
     <string name="local_folder_list_empty">Il n\'y a pas d\'autres dossiers.</string>
+    <string name="locate_folder">Localiser le dossier</string>
     <string name="lock_expiration_info">Expire : %1$s</string>
     <string name="lock_file">Verrouiller le fichier</string>
     <string name="locked_by">Verrouillé par %1$s</string>
@@ -921,6 +922,16 @@ Attention la suppression est irréversible.</string>
         <item quantity="many">Impossible d\'exporter %d fichier</item>
         <item quantity="other">Impossible d\'exporter %d fichiers</item>
     </plurals>
+    <plurals name="export_partially_failed">
+        <item quantity="one">%d fichier exporté, le reste a été ignoré en raison d\'une erreur</item>
+        <item quantity="many">%d fichiers exportés, le reste a été ignoré en raison d\'une erreur</item>
+        <item quantity="other">%d fichiers exportés, le reste a été ignoré en raison d\'une erreur</item>
+    </plurals>
+    <plurals name="export_start">
+        <item quantity="one">%d fichier va être exporté. Voir la notification pour plus de détails.</item>
+        <item quantity="many">%d fichiers vont être exportés. Voir la notification pour plus de détails.</item>
+        <item quantity="other">%d fichiers vont être exportés. Voir la notification pour plus de détails.</item>
+    </plurals>
     <plurals name="file_list__footer__folder">
         <item quantity="one">%1$d dossier</item>
         <item quantity="many">%1$d dossiers</item>