You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/dav/l10n/de.js
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,12 +109,21 @@ OC.L10N.register(
109
109
"You updated contact {card} in address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
110
110
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Ein <strong>Kontakt</strong> oder ein <strong>Adressbuch</strong> wurde geändert",
111
111
"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",
112
113
"Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden",
113
114
"_%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",
114
119
"Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s",
115
120
"Could not open file" : "Datei konnte nicht geöffnet werden",
116
121
"Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s",
117
122
"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",
118
127
"File not found: %1$s" : "Datei nicht gefunden: %1$s",
119
128
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
Copy file name to clipboardExpand all lines: apps/dav/l10n/de.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -107,12 +107,21 @@
107
107
"You updated contact {card} in address book {addressbook}" : "Du hast den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
108
108
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Ein <strong>Kontakt</strong> oder ein <strong>Adressbuch</strong> wurde geändert",
109
109
"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",
110
111
"Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden",
111
112
"_%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",
112
117
"Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s",
113
118
"Could not open file" : "Datei konnte nicht geöffnet werden",
114
119
"Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s",
115
120
"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",
116
125
"File not found: %1$s" : "Datei nicht gefunden: %1$s",
117
126
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
Copy file name to clipboardExpand all lines: apps/dav/l10n/de_DE.js
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,12 +109,21 @@ OC.L10N.register(
109
109
"You updated contact {card} in address book {addressbook}" : "Sie haben den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
110
110
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Ein <strong>Kontakt</strong> oder ein <strong>Adressbuch</strong> wurde geändert",
111
111
"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",
113
114
"_%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",
114
119
"Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s",
115
120
"Could not open file" : "Datei konnte nicht geöffnet werden",
116
121
"Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s",
117
122
"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",
118
127
"File not found: %1$s" : "Datei nicht gefunden: %1$s",
119
128
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
Copy file name to clipboardExpand all lines: apps/dav/l10n/de_DE.json
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -107,12 +107,21 @@
107
107
"You updated contact {card} in address book {addressbook}" : "Sie haben den Kontakt {card} im Adressbuch {addressbook} aktualisiert",
108
108
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Ein <strong>Kontakt</strong> oder ein <strong>Adressbuch</strong> wurde geändert",
109
109
"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",
111
112
"_%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",
112
117
"Failed to check file size: %1$s" : "Dateigröße konnte nicht überprüft werden: %1$s",
113
118
"Could not open file" : "Datei konnte nicht geöffnet werden",
114
119
"Encryption not ready: %1$s" : "Verschlüsselung nicht bereit: %1$s",
115
120
"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",
116
125
"File not found: %1$s" : "Datei nicht gefunden: %1$s",
117
126
"System is in maintenance mode." : "Das System befindet sich im Wartungsmodus.",
Copy file name to clipboardExpand all lines: apps/dav/l10n/it.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,7 @@ OC.L10N.register(
113
113
"Could not write file contents" : "Impossibile scrivere il contenuto del file",
114
114
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
115
115
"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.",
116
117
"Could not rename part file to final file, canceled by hook" : "Impossibile rinominare il file di parte in file finale, annullato da hook",
117
118
"Could not rename part file to final file" : "Impossibile rinominare il file di parte in file finale",
118
119
"Failed to check file size: %1$s" : "Verifica della dimensione del file non riuscito: %1$s",
Copy file name to clipboardExpand all lines: apps/dav/l10n/it.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,7 @@
111
111
"Could not write file contents" : "Impossibile scrivere il contenuto del file",
112
112
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
113
113
"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.",
114
115
"Could not rename part file to final file, canceled by hook" : "Impossibile rinominare il file di parte in file finale, annullato da hook",
115
116
"Could not rename part file to final file" : "Impossibile rinominare il file di parte in file finale",
116
117
"Failed to check file size: %1$s" : "Verifica della dimensione del file non riuscito: %1$s",
Copy file name to clipboardExpand all lines: apps/dav/l10n/zh_HK.js
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,23 @@ OC.L10N.register(
108
108
"{actor} updated contact {card} in address book {addressbook}" : "{actor} 更新了通訊錄 {addressbook} 中的聯絡人 {card}",
109
109
"You updated contact {card} in address book {addressbook}" : "您更新了通訊錄 {addressbook} 中的聯絡人 {card}",
110
110
"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",
111
128
"System is in maintenance mode." : "系統處於維護模式。",
112
129
"Upgrade needed" : "需要升級",
113
130
"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",
Copy file name to clipboardExpand all lines: apps/dav/l10n/zh_HK.json
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,23 @@
106
106
"{actor} updated contact {card} in address book {addressbook}" : "{actor} 更新了通訊錄 {addressbook} 中的聯絡人 {card}",
107
107
"You updated contact {card} in address book {addressbook}" : "您更新了通訊錄 {addressbook} 中的聯絡人 {card}",
108
108
"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",
109
126
"System is in maintenance mode." : "系統處於維護模式。",
110
127
"Upgrade needed" : "需要升級",
111
128
"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