Skip to content

Commit bbb8798

Browse files
committed
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 676b48f commit bbb8798

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+162
-62
lines changed

apps/dav/l10n/de.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,21 @@ OC.L10N.register(
109109
"You updated contact {card} in address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
110110
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Ein <strong>Kontakt</strong> oder ein <strong>Adressbuch</strong> wurde geändert",
111111
"File is not updatable: %1$s" : "Datei kann nicht aktualisiert werden: %1$s",
112+
"Could not write to final file, canceled by hook" : "In die endgültige Datei konnte nicht geschrieben werden, wurde durch einen Hook abgebrochen",
112113
"Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden",
113114
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
115+
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Fehler beim Kopieren der Datei in den Zielspeicherort (kopiert: %1$s, erwartete Dateigröße: %2$s)",
116+
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Erwartete Dateigröße von %1$s, aber %2$s gelesen (vom Nextcloud-Client) und geschrieben (in den Nextcloud-Speicher). Dies kann entweder ein Netzwerkproblem auf der sendenden Seite oder ein Problem beim Schreiben in den Speicher auf der Serverseite sein.",
117+
"Could not rename part file to final file, canceled by hook" : "Konnte temporäre Datei nicht in die endgültige Datei umbenennen, wurde durch einen Hook abgebrochen",
118+
"Could not rename part file to final file" : "Konnte temporäre Datei nicht in die endgültige Datei umbenennen",
114119
"Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s",
115120
"Could not open file" : "Datei konnte nicht geöffnet werden",
116121
"Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s",
117122
"Failed to open file: %1$s" : "Datei konnte nicht geöffnet werden: %1$s",
123+
"Failed to unlink: %1$s" : "Fehler beim Aufheben der Verknüpfung: %1$s",
124+
"Invalid chunk name" : "Ungültiger Chunk-Name",
125+
"Could not rename part file assembled from chunks" : "Aus Chunks zusammengesetzte temporäre Datei konnte nicht umbenannt werden",
126+
"Failed to write file contents: %1$s" : "Fehler beim Schreiben des Dateiinhaltes: %1$s",
118127
"File not found: %1$s" : "Datei nicht gefunden: %1$s",
119128
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
120129
"Upgrade needed" : "Aktualisierung erforderlich",

apps/dav/l10n/de.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,21 @@
107107
"You updated contact {card} in address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
108108
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Ein <strong>Kontakt</strong> oder ein <strong>Adressbuch</strong> wurde geändert",
109109
"File is not updatable: %1$s" : "Datei kann nicht aktualisiert werden: %1$s",
110+
"Could not write to final file, canceled by hook" : "In die endgültige Datei konnte nicht geschrieben werden, wurde durch einen Hook abgebrochen",
110111
"Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden",
111112
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
113+
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Fehler beim Kopieren der Datei in den Zielspeicherort (kopiert: %1$s, erwartete Dateigröße: %2$s)",
114+
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Erwartete Dateigröße von %1$s, aber %2$s gelesen (vom Nextcloud-Client) und geschrieben (in den Nextcloud-Speicher). Dies kann entweder ein Netzwerkproblem auf der sendenden Seite oder ein Problem beim Schreiben in den Speicher auf der Serverseite sein.",
115+
"Could not rename part file to final file, canceled by hook" : "Konnte temporäre Datei nicht in die endgültige Datei umbenennen, wurde durch einen Hook abgebrochen",
116+
"Could not rename part file to final file" : "Konnte temporäre Datei nicht in die endgültige Datei umbenennen",
112117
"Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s",
113118
"Could not open file" : "Datei konnte nicht geöffnet werden",
114119
"Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s",
115120
"Failed to open file: %1$s" : "Datei konnte nicht geöffnet werden: %1$s",
121+
"Failed to unlink: %1$s" : "Fehler beim Aufheben der Verknüpfung: %1$s",
122+
"Invalid chunk name" : "Ungültiger Chunk-Name",
123+
"Could not rename part file assembled from chunks" : "Aus Chunks zusammengesetzte temporäre Datei konnte nicht umbenannt werden",
124+
"Failed to write file contents: %1$s" : "Fehler beim Schreiben des Dateiinhaltes: %1$s",
116125
"File not found: %1$s" : "Datei nicht gefunden: %1$s",
117126
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
118127
"Upgrade needed" : "Aktualisierung erforderlich",

apps/dav/l10n/de_DE.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,21 @@ OC.L10N.register(
109109
"You updated contact {card} in address book {addressbook}" : "Sie haben den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
110110
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Ein <strong>Kontakt</strong> oder ein <strong>Adressbuch</strong> wurde geändert",
111111
"File is not updatable: %1$s" : "Datei kann nicht aktualisiert werden: %1$s",
112-
"Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden",
112+
"Could not write to final file, canceled by hook" : "Konnte nicht in die endgültige Datei schreiben, wurde durch Hook abgebrochen.",
113+
"Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden",
113114
"_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
115+
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Fehler beim Kopieren der Datei in den Zielspeicherort (kopiert: %1$s, erwartete Dateigröße: %2$s)",
116+
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Erwartete Dateigröße von %1$s, aber %2$s gelesen (vom Nextcloud-Client) und geschrieben (in den Nextcloud-Speicher). Dies kann entweder ein Netzwerkproblem auf der sendenden Seite oder ein Problem beim Schreiben in den Speicher auf der Serverseite sein.",
117+
"Could not rename part file to final file, canceled by hook" : "Konnte Teildatei nicht in endgültige Datei umbenennen, wurde durch Hook abgebrochen.",
118+
"Could not rename part file to final file" : "Konnte Teildatei nicht in endgültige Datei umbenennen",
114119
"Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s",
115120
"Could not open file" : "Datei konnte nicht geöffnet werden",
116121
"Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s",
117122
"Failed to open file: %1$s" : "Datei konnte nicht geöffnet werden: %1$s",
123+
"Failed to unlink: %1$s" : "Fehler beim Aufheben der Verknüpfung: %1$s",
124+
"Invalid chunk name" : "Ungültiger Chunk-Name",
125+
"Could not rename part file assembled from chunks" : "Aus Chunks zusammengesetzte Teildatei konnte nicht umbenannt werden",
126+
"Failed to write file contents: %1$s" : "Fehler beim Schreiben des Dateiinhalts: %1$s",
118127
"File not found: %1$s" : "Datei nicht gefunden: %1$s",
119128
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
120129
"Upgrade needed" : "Aktualisierung erforderlich",

apps/dav/l10n/de_DE.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,21 @@
107107
"You updated contact {card} in address book {addressbook}" : "Sie haben den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
108108
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Ein <strong>Kontakt</strong> oder ein <strong>Adressbuch</strong> wurde geändert",
109109
"File is not updatable: %1$s" : "Datei kann nicht aktualisiert werden: %1$s",
110-
"Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden",
110+
"Could not write to final file, canceled by hook" : "Konnte nicht in die endgültige Datei schreiben, wurde durch Hook abgebrochen.",
111+
"Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden",
111112
"_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
113+
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Fehler beim Kopieren der Datei in den Zielspeicherort (kopiert: %1$s, erwartete Dateigröße: %2$s)",
114+
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Erwartete Dateigröße von %1$s, aber %2$s gelesen (vom Nextcloud-Client) und geschrieben (in den Nextcloud-Speicher). Dies kann entweder ein Netzwerkproblem auf der sendenden Seite oder ein Problem beim Schreiben in den Speicher auf der Serverseite sein.",
115+
"Could not rename part file to final file, canceled by hook" : "Konnte Teildatei nicht in endgültige Datei umbenennen, wurde durch Hook abgebrochen.",
116+
"Could not rename part file to final file" : "Konnte Teildatei nicht in endgültige Datei umbenennen",
112117
"Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s",
113118
"Could not open file" : "Datei konnte nicht geöffnet werden",
114119
"Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s",
115120
"Failed to open file: %1$s" : "Datei konnte nicht geöffnet werden: %1$s",
121+
"Failed to unlink: %1$s" : "Fehler beim Aufheben der Verknüpfung: %1$s",
122+
"Invalid chunk name" : "Ungültiger Chunk-Name",
123+
"Could not rename part file assembled from chunks" : "Aus Chunks zusammengesetzte Teildatei konnte nicht umbenannt werden",
124+
"Failed to write file contents: %1$s" : "Fehler beim Schreiben des Dateiinhalts: %1$s",
116125
"File not found: %1$s" : "Datei nicht gefunden: %1$s",
117126
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
118127
"Upgrade needed" : "Aktualisierung erforderlich",

apps/dav/l10n/it.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ OC.L10N.register(
113113
"Could not write file contents" : "Impossibile scrivere il contenuto del file",
114114
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
115115
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Errore durante la copia del file nella destinazione (copiato: %1$s, dimensione prevista del file: %2$s)",
116+
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Dimensione prevista del file %1$s, letto (dal client Nextcloud) e scritto (nell'archivio Nextcloud) %2$s. Potrebbe trattarsi di un problema di rete sul lato d'invio o di un problema di scrittura nell'archivio sul lato server.",
116117
"Could not rename part file to final file, canceled by hook" : "Impossibile rinominare il file di parte in file finale, annullato da hook",
117118
"Could not rename part file to final file" : "Impossibile rinominare il file di parte in file finale",
118119
"Failed to check file size: %1$s" : "Verifica della dimensione del file non riuscito: %1$s",

apps/dav/l10n/it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"Could not write file contents" : "Impossibile scrivere il contenuto del file",
112112
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
113113
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Errore durante la copia del file nella destinazione (copiato: %1$s, dimensione prevista del file: %2$s)",
114+
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Dimensione prevista del file %1$s, letto (dal client Nextcloud) e scritto (nell'archivio Nextcloud) %2$s. Potrebbe trattarsi di un problema di rete sul lato d'invio o di un problema di scrittura nell'archivio sul lato server.",
114115
"Could not rename part file to final file, canceled by hook" : "Impossibile rinominare il file di parte in file finale, annullato da hook",
115116
"Could not rename part file to final file" : "Impossibile rinominare il file di parte in file finale",
116117
"Failed to check file size: %1$s" : "Verifica della dimensione del file non riuscito: %1$s",

apps/dav/l10n/zh_HK.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,23 @@ OC.L10N.register(
108108
"{actor} updated contact {card} in address book {addressbook}" : "{actor} 更新了通訊錄 {addressbook} 中的聯絡人 {card}",
109109
"You updated contact {card} in address book {addressbook}" : "您更新了通訊錄 {addressbook} 中的聯絡人 {card}",
110110
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "聯絡人或通訊錄被修改",
111+
"File is not updatable: %1$s" : "檔案無法更新:%1$s",
112+
"Could not write to final file, canceled by hook" : "無法寫入最終檔案,被掛勾取消",
113+
"Could not write file contents" : "無法寫入檔案內容",
114+
"_%n byte_::_%n bytes_" : ["%n 位元組"],
115+
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "將檔案複製到目標位置時發生錯誤(已複製:%1$s,預期的檔案大小:%2$s)",
116+
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "預期的檔案大小為 %1$s,但讀取(從 Nextcloud 客戶端)與寫入(至 Nextcloud 儲存空間)%2$s。可能是傳送端的網路問題或是伺服器端的儲存空間寫入問題。",
117+
"Could not rename part file to final file, canceled by hook" : "無法將部份檔案重新命名為最終檔案,被掛勾取消",
118+
"Could not rename part file to final file" : "無法將部份檔案重新命名為最終檔案",
119+
"Failed to check file size: %1$s" : "檢查檔案大小失敗:%1$s",
120+
"Could not open file" : "無法開啟檔案",
121+
"Encryption not ready: %1$s" : "尚未準備好加密:%1$s",
122+
"Failed to open file: %1$s" : "開啟檔案失敗:%1$s",
123+
"Failed to unlink: %1$s" : "解除連結失敗:%1$s",
124+
"Invalid chunk name" : "無效的區塊名稱",
125+
"Could not rename part file assembled from chunks" : "無法重新命名從區塊組合成的部份檔案",
126+
"Failed to write file contents: %1$s" : "寫入檔案內容失敗:%1$s",
127+
"File not found: %1$s" : "找不到檔案:%1$s",
111128
"System is in maintenance mode." : "系統處於維護模式。",
112129
"Upgrade needed" : "需要升級",
113130
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "您的 %s 必須要設定 HTTPS ,才能在 iOS/macOS 上使用 CalDAV 和 CardDAV",

apps/dav/l10n/zh_HK.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,23 @@
106106
"{actor} updated contact {card} in address book {addressbook}" : "{actor} 更新了通訊錄 {addressbook} 中的聯絡人 {card}",
107107
"You updated contact {card} in address book {addressbook}" : "您更新了通訊錄 {addressbook} 中的聯絡人 {card}",
108108
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "聯絡人或通訊錄被修改",
109+
"File is not updatable: %1$s" : "檔案無法更新:%1$s",
110+
"Could not write to final file, canceled by hook" : "無法寫入最終檔案,被掛勾取消",
111+
"Could not write file contents" : "無法寫入檔案內容",
112+
"_%n byte_::_%n bytes_" : ["%n 位元組"],
113+
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "將檔案複製到目標位置時發生錯誤(已複製:%1$s,預期的檔案大小:%2$s)",
114+
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "預期的檔案大小為 %1$s,但讀取(從 Nextcloud 客戶端)與寫入(至 Nextcloud 儲存空間)%2$s。可能是傳送端的網路問題或是伺服器端的儲存空間寫入問題。",
115+
"Could not rename part file to final file, canceled by hook" : "無法將部份檔案重新命名為最終檔案,被掛勾取消",
116+
"Could not rename part file to final file" : "無法將部份檔案重新命名為最終檔案",
117+
"Failed to check file size: %1$s" : "檢查檔案大小失敗:%1$s",
118+
"Could not open file" : "無法開啟檔案",
119+
"Encryption not ready: %1$s" : "尚未準備好加密:%1$s",
120+
"Failed to open file: %1$s" : "開啟檔案失敗:%1$s",
121+
"Failed to unlink: %1$s" : "解除連結失敗:%1$s",
122+
"Invalid chunk name" : "無效的區塊名稱",
123+
"Could not rename part file assembled from chunks" : "無法重新命名從區塊組合成的部份檔案",
124+
"Failed to write file contents: %1$s" : "寫入檔案內容失敗:%1$s",
125+
"File not found: %1$s" : "找不到檔案:%1$s",
109126
"System is in maintenance mode." : "系統處於維護模式。",
110127
"Upgrade needed" : "需要升級",
111128
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "您的 %s 必須要設定 HTTPS ,才能在 iOS/macOS 上使用 CalDAV 和 CardDAV",

0 commit comments

Comments
 (0)