Bladeren bron

[tx-robot] updated from transifex

Nextcloud bot 8 jaren geleden
bovenliggende
commit
f152b93b98
2 gewijzigde bestanden met toevoegingen van 50 en 2 verwijderingen
  1. 21 1
      res/values-cs-rCZ/strings.xml
  2. 29 1
      res/values-it/strings.xml

+ 21 - 1
res/values-cs-rCZ/strings.xml

@@ -355,6 +355,19 @@ správce systému.</string>
     <string name="uploader_upload_forbidden_permissions">nahrávat do tohoto adresáře</string>
     <string name="downloader_download_file_not_found">Tento soubor již není dostupný na serveru</string>
 
+    <string name="file_migration_dialog_title">Aktualizace cesty k úložišti</string>
+    <string name="file_migration_finish_button">Dokončit</string>
+    <string name="file_migration_failed_not_enough_space">CHYBA: Nedostatek volného prostoru</string>
+    <string name="file_migration_failed_not_writable">CHYBA: Do souboru nelze zapisovat</string>
+    <string name="file_migration_failed_not_readable">CHYBA: Soubor nelze číst</string>
+    <string name="file_migration_failed_dir_already_exists">CHYBA: Nextcloud adresář již existuje</string>
+    <string name="file_migration_failed_while_coping">CHYBA: V průběhu migrace</string>
+    <string name="file_migration_failed_while_updating_index">CHYBA: V průběhu aktualizace indexu</string>
+
+    <string name="file_migration_directory_already_exists">Datový adresář již existuje, co teď?</string>
+    <string name="file_migration_override_data_folder">Přepsat</string>
+    <string name="file_migration_use_data_folder">Použít existující</string>
+
     <string name="prefs_category_accounts">Účty</string>
     <string name="prefs_add_account">Přidat účet</string>
     <string name="drawer_manage_accounts">Spravovat účty</string>
@@ -421,6 +434,9 @@ správce systému.</string>
     <string name="pref_behaviour_entries_keep_file">ponechán ve výchozím adresáři</string>
     <string name="pref_behaviour_entries_move">přesunut do adresáře aplikace</string>
     <string name="pref_behaviour_entries_delete_file">smazáno</string>
+    <string name="prefs_storage_path">Cesta k úložišti</string>
+    <string name="prefs_common">Obvyklý</string>
+
     <string name="share_dialog_title">Sdílení</string>
     <string name="share_file">Sdílet %1$s</string>
     <string name="share_with_user_section_title">Sdílet s uživateli a skupinami</string>
@@ -496,4 +512,8 @@ správce systému.</string>
         <item quantity="other">vybráno %d</item>
     </plurals>
 
-    </resources>
+    <string name="storage_description_default">Výchozí</string>
+    <string name="storage_description_sd_no">SD karta %1$d</string>
+    <string name="storage_description_unknown">Neznámý</string>
+
+</resources>

+ 29 - 1
res/values-it/strings.xml

@@ -356,6 +356,27 @@
     <string name="uploader_upload_forbidden_permissions">per caricare in questa cartella</string>
     <string name="downloader_download_file_not_found">Il file non è più disponibile sul server</string>
 
+    <string name="file_migration_dialog_title">Aggiornamento del percorso di archiviazione</string>
+    <string name="file_migration_finish_button">Fine</string>
+    <string name="file_migration_preparing">Preparazione della migrazione&#8230;</string>
+    <string name="file_migration_checking_destination">Controllo della destinazione&#8230;</string>
+    <string name="file_migration_saving_accounts_configuration">Salvataggio della configurazione degli account&#8230;</string>
+    <string name="file_migration_waiting_for_unfinished_sync">In attesa del completamento delle sincronizzazioni&#8230;</string>
+    <string name="file_migration_migrating">Spostamento dei dati&#8230;</string>
+    <string name="file_migration_updating_index">Aggiornamento dell\'indice&#8230;</string>
+    <string name="file_migration_cleaning">Pulizia&#8230;</string>
+    <string name="file_migration_restoring_accounts_configuration">Ripristino della configurazione degli account&#8230;</string>
+    <string name="file_migration_ok_finished">Fine</string>
+    <string name="file_migration_failed_not_enough_space">ERRORE: spazio libero insufficiente</string>
+    <string name="file_migration_failed_not_writable">ERRORE: il file non è scrivibile</string>
+    <string name="file_migration_failed_not_readable">ERRORE: il file non è leggibile</string>
+    <string name="file_migration_failed_dir_already_exists">ERRORE: la cartella di Nextcloud esiste già</string>
+    <string name="file_migration_failed_while_coping">ERRORE: durante la migrazione</string>
+    <string name="file_migration_failed_while_updating_index">ERRORE: durante l\'aggiornamento dell\'indice</string>
+
+    <string name="file_migration_directory_already_exists">La cartella dei dati esiste già, cosa vuoi fare?</string>
+    <string name="file_migration_use_data_folder">Utilizza quella esistente</string>
+
     <string name="prefs_category_accounts">Account</string>
     <string name="prefs_add_account">Aggiungi account</string>
     <string name="drawer_manage_accounts">Gestisci account</string>
@@ -422,6 +443,9 @@
     <string name="pref_behaviour_entries_keep_file">lasciato nella cartella originale</string>
     <string name="pref_behaviour_entries_move">spostato nella cartella dell\'applicazione</string>
     <string name="pref_behaviour_entries_delete_file">eliminato</string>
+    <string name="prefs_storage_path">Percorso di archiviazione</string>
+    <string name="prefs_common">Comune</string>
+
     <string name="share_dialog_title">Condivisione</string>
     <string name="share_file">Condividi %1$s</string>
     <string name="share_with_user_section_title">Condividi con utenti e gruppi</string>
@@ -499,4 +523,8 @@ o</string>
         <item quantity="other">%d selezionati</item>
     </plurals>
 
-    </resources>
+    <string name="storage_description_default">Predefinito</string>
+    <string name="storage_description_sd_no">Scheda SD %1$d</string>
+    <string name="storage_description_unknown">Sconosciuto</string>
+
+</resources>