diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-02-20 00:22:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-02-20 00:22:09 +0000 |
commit | 3b45ba26301dd1950af33cd6d4c15b6fb399a75f (patch) | |
tree | 37c9d8314e566cb36044f930ea989efa2ed9ae07 | |
parent | 82603f97082211e5b0787a4a8d8966fc39820312 (diff) | |
download | nextcloud-server-3b45ba26301dd1950af33cd6d4c15b6fb399a75f.tar.gz nextcloud-server-3b45ba26301dd1950af33cd6d4c15b6fb399a75f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r-- | apps/files/l10n/ar.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/ar.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/ast.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/ast.json | 2 | ||||
-rw-r--r-- | apps/files/l10n/de.js | 15 | ||||
-rw-r--r-- | apps/files/l10n/de.json | 15 | ||||
-rw-r--r-- | apps/files/l10n/de_DE.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/de_DE.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/gl.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/gl.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/sr.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/sr.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/zh_CN.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/zh_TW.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/zh_TW.json | 1 | ||||
-rw-r--r-- | apps/settings/l10n/sk.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/sk.json | 1 | ||||
-rw-r--r-- | apps/sharebymail/l10n/pl.js | 8 | ||||
-rw-r--r-- | apps/sharebymail/l10n/pl.json | 8 | ||||
-rw-r--r-- | core/l10n/de.js | 2 | ||||
-rw-r--r-- | core/l10n/de.json | 2 | ||||
-rw-r--r-- | lib/l10n/pl.js | 2 | ||||
-rw-r--r-- | lib/l10n/pl.json | 2 |
24 files changed, 44 insertions, 28 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index e464221e4ff..503b8ada7d8 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -155,6 +155,7 @@ OC.L10N.register( "Shared" : "مشاركة", "Switch to list view" : "التبديل إلى عرض القائمة", "Switch to grid view" : "تبديل إلى العرض الشبكي", + "The file could not be found" : "تعذّر إيجاد الملف", "Upload was cancelled by user" : "عملية الرفع تمّ إلغاؤها من المستخدم", "Not enough free space" : "لا يوجد مساحة تخزينية كافية", "Operation is blocked by access control" : "العمليات حظرت الوصول لهذه الخدمة", diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index e394f7c33bb..c6bb8c2a345 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -153,6 +153,7 @@ "Shared" : "مشاركة", "Switch to list view" : "التبديل إلى عرض القائمة", "Switch to grid view" : "تبديل إلى العرض الشبكي", + "The file could not be found" : "تعذّر إيجاد الملف", "Upload was cancelled by user" : "عملية الرفع تمّ إلغاؤها من المستخدم", "Not enough free space" : "لا يوجد مساحة تخزينية كافية", "Operation is blocked by access control" : "العمليات حظرت الوصول لهذه الخدمة", diff --git a/apps/files/l10n/ast.js b/apps/files/l10n/ast.js index 0e7fa96fc2c..5c236c670b4 100644 --- a/apps/files/l10n/ast.js +++ b/apps/files/l10n/ast.js @@ -166,7 +166,7 @@ OC.L10N.register( "Create a new file with the selected template" : "Crea un ficheru cola plantía seleicionada", "Creating file" : "Creando'l ficheru", "Blank" : "Baleru", - "Unable to create new file from template" : "Nun ye posible crear un ficheru dende una plantía", + "Unable to create new file from template" : "Nun ye posible crear un ficheru a partir d'una plantía", "Deletion cancelled" : "Anulóse'l desaniciu", "Leave this share" : "Dexar esta compartición", "Leave these shares" : "Dexar estes comparticiones", diff --git a/apps/files/l10n/ast.json b/apps/files/l10n/ast.json index 2558689336c..b12b94f02f4 100644 --- a/apps/files/l10n/ast.json +++ b/apps/files/l10n/ast.json @@ -164,7 +164,7 @@ "Create a new file with the selected template" : "Crea un ficheru cola plantía seleicionada", "Creating file" : "Creando'l ficheru", "Blank" : "Baleru", - "Unable to create new file from template" : "Nun ye posible crear un ficheru dende una plantía", + "Unable to create new file from template" : "Nun ye posible crear un ficheru a partir d'una plantía", "Deletion cancelled" : "Anulóse'l desaniciu", "Leave this share" : "Dexar esta compartición", "Leave these shares" : "Dexar estes comparticiones", diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js index 788480f22be..9aaad5a6920 100644 --- a/apps/files/l10n/de.js +++ b/apps/files/l10n/de.js @@ -48,7 +48,7 @@ OC.L10N.register( "Folder not found" : "Ordner nicht gefunden", "The file cannot be found" : "Die Datei kann nicht gefunden werden", "The destination path does not exist: %1$s" : "Der Zielpfad existiert nicht: %1$s", - "You do not have permission to create a file at the specified location" : "Du hast nicht die Berechtigung, eine Datei am angegebenen Speicherort zu erstellen", + "You do not have permission to create a file at the specified location" : "Keine Berechtigung, eine Datei am angegebenen Speicherort zu erstellen", "The file could not be converted." : "Die Datei konnte nicht konvertiert werden.", "Could not get relative path to converted file" : "Relativer Pfad zur konvertierten Datei konnte nicht ermittelt werden", "Favorite files" : "Favorisierte Dateien", @@ -124,7 +124,7 @@ OC.L10N.register( "{used} of {quota} used" : "{used} von {quota} verwendet", "{relative}% used" : "{relative}% verwendet", "Could not refresh storage stats" : "Die Speicherstatistik konnte nicht aktualisiert werden", - "Your storage is full, files can not be updated or synced anymore!" : "Dein Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", + "Your storage is full, files can not be updated or synced anymore!" : "Der Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", "Create" : "Erstellen", "New folder" : "Neuer Ordner", "Create new folder" : "Neuen Ordner erstellen", @@ -155,6 +155,7 @@ OC.L10N.register( "Shared" : "Geteilt", "Switch to list view" : "Zur Listenansicht wechseln", "Switch to grid view" : "Zur Rasteransicht wechseln", + "The file could not be found" : "Die Datei konnte nicht gefunden werden", "Upload was cancelled by user" : "Das Hochladen wurde vom Benutzer abgebrochen.", "Not enough free space" : "Nicht genügend freier Speicherplatz", "Operation is blocked by access control" : "Vorgang wird durch die Zugangskontrolle blockiert", @@ -182,8 +183,8 @@ OC.L10N.register( "Use this address to access your Files via WebDAV" : "Diese Adresse benutzen, um über WebDAV auf deine Dateien zuzugreifen", "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Wenn du 2FA aktiviert hast, musst du ein neues App-Passwort erstellen und verwenden, indem du hier klickst.", "Keyboard shortcuts" : "Tastaturkürzel", - "Speed up your Files experience with these quick shortcuts." : "Arbeite schneller mit Dateien mit diesen Schnellzugriffen.", - "Open the actions menu for a file" : "Öffne das Aktionsmenü für eine Datei", + "Speed up your Files experience with these quick shortcuts." : "Mit diesen Schnellzugriffen schneller mit Dateien arbeiten.", + "Open the actions menu for a file" : "Aktionsmenü für eine Datei öffnen", "Rename a file" : "Eine Datei umbenennen", "Delete a file" : "Eine Datei löschen", "Favorite or remove a file from favorites" : "Datei favorisieren oder aus den Favoriten entfernen", @@ -206,7 +207,7 @@ OC.L10N.register( "Clipboard is not available" : "Zwischenablage ist nicht verfügbar", "WebDAV URL copied to clipboard" : "WebDAV-URL in die Zwischenablage kopiert", "Owner" : "Besitzer", - "Remove from favorites" : "Von Favoriten entfernen", + "Remove from favorites" : "Aus Favoriten entfernen", "Add to favorites" : "Zu den Favoriten hinzufügen", "Tags" : "Schlagworte", "You" : "Du", @@ -291,7 +292,7 @@ OC.L10N.register( "Audio" : "Audio", "Photos and images" : "Fotos und Bilder", "Videos" : "Videos", - "New folder creation cancelled" : "Erstellung des neuen Ordners abgrebrochen", + "New folder creation cancelled" : "Erstellung des neuen Ordners abgebrochen", "Created new folder \"{name}\"" : "Neuer Ordner \"{name}\" wurde erstellt", "Unable to initialize the templates directory" : "Der Vorlagenordner konnte nicht initialisiert werden", "Create templates folder" : "Vorlagenordner erstellen", @@ -310,7 +311,7 @@ OC.L10N.register( "Some files could not be moved" : "Einige Dateien konnten nicht verschoben werden.", "Files copied successfully" : "Dateien kopiert", "Files moved successfully" : "Dateien verschoben", - "Conflicts resolution skipped" : "Konfliktelösung übersprungen", + "Conflicts resolution skipped" : "Konfliktlösung übersprungen", "Upload cancelled" : "Hochladen abgebrochen", "Adding the file extension \"{new}\" may render the file unreadable." : "Hinzufügen der Dateierweiterung \"{new}\" kann dazu führen, dass die Datei unlesbar wird.", "Removing the file extension \"{old}\" may render the file unreadable." : "Entfernen der Dateierweiterung \"{old}\" kann dazu führen, dass die Datei unlesbar wird.", diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json index 7102ab78060..79e937d8f82 100644 --- a/apps/files/l10n/de.json +++ b/apps/files/l10n/de.json @@ -46,7 +46,7 @@ "Folder not found" : "Ordner nicht gefunden", "The file cannot be found" : "Die Datei kann nicht gefunden werden", "The destination path does not exist: %1$s" : "Der Zielpfad existiert nicht: %1$s", - "You do not have permission to create a file at the specified location" : "Du hast nicht die Berechtigung, eine Datei am angegebenen Speicherort zu erstellen", + "You do not have permission to create a file at the specified location" : "Keine Berechtigung, eine Datei am angegebenen Speicherort zu erstellen", "The file could not be converted." : "Die Datei konnte nicht konvertiert werden.", "Could not get relative path to converted file" : "Relativer Pfad zur konvertierten Datei konnte nicht ermittelt werden", "Favorite files" : "Favorisierte Dateien", @@ -122,7 +122,7 @@ "{used} of {quota} used" : "{used} von {quota} verwendet", "{relative}% used" : "{relative}% verwendet", "Could not refresh storage stats" : "Die Speicherstatistik konnte nicht aktualisiert werden", - "Your storage is full, files can not be updated or synced anymore!" : "Dein Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", + "Your storage is full, files can not be updated or synced anymore!" : "Der Speicher ist voll, daher können keine Dateien mehr aktualisiert oder synchronisiert werden!", "Create" : "Erstellen", "New folder" : "Neuer Ordner", "Create new folder" : "Neuen Ordner erstellen", @@ -153,6 +153,7 @@ "Shared" : "Geteilt", "Switch to list view" : "Zur Listenansicht wechseln", "Switch to grid view" : "Zur Rasteransicht wechseln", + "The file could not be found" : "Die Datei konnte nicht gefunden werden", "Upload was cancelled by user" : "Das Hochladen wurde vom Benutzer abgebrochen.", "Not enough free space" : "Nicht genügend freier Speicherplatz", "Operation is blocked by access control" : "Vorgang wird durch die Zugangskontrolle blockiert", @@ -180,8 +181,8 @@ "Use this address to access your Files via WebDAV" : "Diese Adresse benutzen, um über WebDAV auf deine Dateien zuzugreifen", "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Wenn du 2FA aktiviert hast, musst du ein neues App-Passwort erstellen und verwenden, indem du hier klickst.", "Keyboard shortcuts" : "Tastaturkürzel", - "Speed up your Files experience with these quick shortcuts." : "Arbeite schneller mit Dateien mit diesen Schnellzugriffen.", - "Open the actions menu for a file" : "Öffne das Aktionsmenü für eine Datei", + "Speed up your Files experience with these quick shortcuts." : "Mit diesen Schnellzugriffen schneller mit Dateien arbeiten.", + "Open the actions menu for a file" : "Aktionsmenü für eine Datei öffnen", "Rename a file" : "Eine Datei umbenennen", "Delete a file" : "Eine Datei löschen", "Favorite or remove a file from favorites" : "Datei favorisieren oder aus den Favoriten entfernen", @@ -204,7 +205,7 @@ "Clipboard is not available" : "Zwischenablage ist nicht verfügbar", "WebDAV URL copied to clipboard" : "WebDAV-URL in die Zwischenablage kopiert", "Owner" : "Besitzer", - "Remove from favorites" : "Von Favoriten entfernen", + "Remove from favorites" : "Aus Favoriten entfernen", "Add to favorites" : "Zu den Favoriten hinzufügen", "Tags" : "Schlagworte", "You" : "Du", @@ -289,7 +290,7 @@ "Audio" : "Audio", "Photos and images" : "Fotos und Bilder", "Videos" : "Videos", - "New folder creation cancelled" : "Erstellung des neuen Ordners abgrebrochen", + "New folder creation cancelled" : "Erstellung des neuen Ordners abgebrochen", "Created new folder \"{name}\"" : "Neuer Ordner \"{name}\" wurde erstellt", "Unable to initialize the templates directory" : "Der Vorlagenordner konnte nicht initialisiert werden", "Create templates folder" : "Vorlagenordner erstellen", @@ -308,7 +309,7 @@ "Some files could not be moved" : "Einige Dateien konnten nicht verschoben werden.", "Files copied successfully" : "Dateien kopiert", "Files moved successfully" : "Dateien verschoben", - "Conflicts resolution skipped" : "Konfliktelösung übersprungen", + "Conflicts resolution skipped" : "Konfliktlösung übersprungen", "Upload cancelled" : "Hochladen abgebrochen", "Adding the file extension \"{new}\" may render the file unreadable." : "Hinzufügen der Dateierweiterung \"{new}\" kann dazu führen, dass die Datei unlesbar wird.", "Removing the file extension \"{old}\" may render the file unreadable." : "Entfernen der Dateierweiterung \"{old}\" kann dazu führen, dass die Datei unlesbar wird.", diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index c37f063836d..4fa756e8a2f 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -155,6 +155,7 @@ OC.L10N.register( "Shared" : "Geteilt", "Switch to list view" : "Zur Listenansicht wechseln", "Switch to grid view" : "Zur Kachelansicht wechseln", + "The file could not be found" : "Die Datei konnte nicht gefunden werden", "Upload was cancelled by user" : "Das Hochladen wurde vom Benutzer abgebrochen", "Not enough free space" : "Nicht genügend freier Speicherplatz", "Operation is blocked by access control" : "Vorgang wird durch die Zugangskontrolle blockiert", diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index 559c32cd1c5..c50af3950c6 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -153,6 +153,7 @@ "Shared" : "Geteilt", "Switch to list view" : "Zur Listenansicht wechseln", "Switch to grid view" : "Zur Kachelansicht wechseln", + "The file could not be found" : "Die Datei konnte nicht gefunden werden", "Upload was cancelled by user" : "Das Hochladen wurde vom Benutzer abgebrochen", "Not enough free space" : "Nicht genügend freier Speicherplatz", "Operation is blocked by access control" : "Vorgang wird durch die Zugangskontrolle blockiert", diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index 36ca4a813cc..1b3c9af35c9 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -155,6 +155,7 @@ OC.L10N.register( "Shared" : "Compartido", "Switch to list view" : "Cambiar á vista de lista", "Switch to grid view" : "Cambiar á vista de grade", + "The file could not be found" : "Non foi posíbel atopar o ficheiro", "Upload was cancelled by user" : "O envío foi cancelado polo usuario", "Not enough free space" : "Non hai espazo libre abondo", "Operation is blocked by access control" : "A operación está a se bloqueda polo control de acceso", diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json index fe9e72a0a5b..45fca574599 100644 --- a/apps/files/l10n/gl.json +++ b/apps/files/l10n/gl.json @@ -153,6 +153,7 @@ "Shared" : "Compartido", "Switch to list view" : "Cambiar á vista de lista", "Switch to grid view" : "Cambiar á vista de grade", + "The file could not be found" : "Non foi posíbel atopar o ficheiro", "Upload was cancelled by user" : "O envío foi cancelado polo usuario", "Not enough free space" : "Non hai espazo libre abondo", "Operation is blocked by access control" : "A operación está a se bloqueda polo control de acceso", diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index 4fc4d4c8c7a..fcd5096e280 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -155,6 +155,7 @@ OC.L10N.register( "Shared" : "Подељено", "Switch to list view" : "Пређи на поглед листе", "Switch to grid view" : "Пређи на поглед мреже", + "The file could not be found" : "Фајл није могао да се пронађе", "Upload was cancelled by user" : "Корисник је прекинуо отпремање", "Not enough free space" : "Нема довољно слободног места", "Operation is blocked by access control" : "Контрола приступа је блокирала операцију", diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json index 88e7208331f..f5af9c3e620 100644 --- a/apps/files/l10n/sr.json +++ b/apps/files/l10n/sr.json @@ -153,6 +153,7 @@ "Shared" : "Подељено", "Switch to list view" : "Пређи на поглед листе", "Switch to grid view" : "Пређи на поглед мреже", + "The file could not be found" : "Фајл није могао да се пронађе", "Upload was cancelled by user" : "Корисник је прекинуо отпремање", "Not enough free space" : "Нема довољно слободног места", "Operation is blocked by access control" : "Контрола приступа је блокирала операцију", diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 422fee9d542..b3dbb2b4bcc 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -155,6 +155,7 @@ OC.L10N.register( "Shared" : "已共享", "Switch to list view" : "切换为列表视图", "Switch to grid view" : "切换到网格视图", + "The file could not be found" : "找不到文件", "Upload was cancelled by user" : "用户已取消上传", "Not enough free space" : "可用空间不足", "Operation is blocked by access control" : "访问控制阻止此操作", diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index f314232c061..63eab95fb6e 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -153,6 +153,7 @@ "Shared" : "已共享", "Switch to list view" : "切换为列表视图", "Switch to grid view" : "切换到网格视图", + "The file could not be found" : "找不到文件", "Upload was cancelled by user" : "用户已取消上传", "Not enough free space" : "可用空间不足", "Operation is blocked by access control" : "访问控制阻止此操作", diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 5e2486dc3e6..b2719f031b7 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -155,6 +155,7 @@ OC.L10N.register( "Shared" : "已分享", "Switch to list view" : "切換至列表檢視", "Switch to grid view" : "切換到格狀檢視", + "The file could not be found" : "找不到檔案", "Upload was cancelled by user" : "使用者已取消上傳", "Not enough free space" : "空間不足", "Operation is blocked by access control" : "操作已被存取控制封鎖", diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index 10dde81f0bf..d0d7f20c3c4 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -153,6 +153,7 @@ "Shared" : "已分享", "Switch to list view" : "切換至列表檢視", "Switch to grid view" : "切換到格狀檢視", + "The file could not be found" : "找不到檔案", "Upload was cancelled by user" : "使用者已取消上傳", "Not enough free space" : "空間不足", "Operation is blocked by access control" : "操作已被存取控制封鎖", diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js index 337295da0ee..0a0c9d13d11 100644 --- a/apps/settings/l10n/sk.js +++ b/apps/settings/l10n/sk.js @@ -273,6 +273,7 @@ OC.L10N.register( "The PHP OPcache module is not properly configured. %s." : "Modul PHP OPcache nie je správne nakonfigurovaný. %s.", "Correctly configured" : "Správne nakonfigurované", "PHP version" : "Verzia PHP", + "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Momentálne používate PHP %1$s. PHP %2$s je pre Nextcloud zastarané od verzie %3$s. Nextcloud %4$s môže vyžadovať aspoň PHP %5$s. Čo najskôr aktualizujte na jednu z oficiálne podporovaných verzií PHP poskytovaných skupinou PHP.", "You are currently running PHP %s." : "Momentálne používate PHP %s.", "PHP \"output_buffering\" option" : "možnosť PHP \"output_buffering\"", "PHP configuration option \"output_buffering\" must be disabled" : "PHP premenná \"output_buffering\" musí byť zakázaná", diff --git a/apps/settings/l10n/sk.json b/apps/settings/l10n/sk.json index 7a588b34929..955e5367479 100644 --- a/apps/settings/l10n/sk.json +++ b/apps/settings/l10n/sk.json @@ -271,6 +271,7 @@ "The PHP OPcache module is not properly configured. %s." : "Modul PHP OPcache nie je správne nakonfigurovaný. %s.", "Correctly configured" : "Správne nakonfigurované", "PHP version" : "Verzia PHP", + "You are currently running PHP %1$s. PHP %2$s is deprecated since Nextcloud %3$s. Nextcloud %4$s may require at least PHP %5$s. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Momentálne používate PHP %1$s. PHP %2$s je pre Nextcloud zastarané od verzie %3$s. Nextcloud %4$s môže vyžadovať aspoň PHP %5$s. Čo najskôr aktualizujte na jednu z oficiálne podporovaných verzií PHP poskytovaných skupinou PHP.", "You are currently running PHP %s." : "Momentálne používate PHP %s.", "PHP \"output_buffering\" option" : "možnosť PHP \"output_buffering\"", "PHP configuration option \"output_buffering\" must be disabled" : "PHP premenná \"output_buffering\" musí byť zakázaná", diff --git a/apps/sharebymail/l10n/pl.js b/apps/sharebymail/l10n/pl.js index 64d6950c930..71f9bfa1cfe 100644 --- a/apps/sharebymail/l10n/pl.js +++ b/apps/sharebymail/l10n/pl.js @@ -18,9 +18,9 @@ OC.L10N.register( "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nie można wysłać automatycznie wygenerowanego hasła. Proszę ustawić prawidłowy adres e-mail w ustawieniach osobistych i spróbować ponownie.", "Failed to send share by email. Got an invalid email address" : "Nie udało się wysłać udostępnienia pocztą e-mail. Masz nieprawidłowy adres e-mail", "Failed to send share by email" : "Nie udało się wysłać linku udostępnienia e-mailem", - "%1$s shared %2$s with you" : "%1$s udostępnił %2$s Tobie", + "%1$s shared %2$s with you" : "%1$s udostępnił Tobie %2$s", "Note:" : "Notatka:", - "This share is valid until %s at midnight" : "Te udostępnienie jest ważna do %s do północy", + "This share is valid until %s at midnight" : "Udostępnienie jest ważne do %s do północy", "Expiration:" : "Wygaśnięcie:", "Open %s" : "Otwórz %s", "%1$s via %2$s" : "%1$s przez %2$s", @@ -29,7 +29,7 @@ OC.L10N.register( "Password to access %1$s shared to you by %2$s" : "Hasło dostępu do %1$s udostępnionego Ci przez %2$s", "Password to access %s" : "Hasło dostępu do %s", "It is protected with the following password:" : "Zasób jest chroniony następującym hasłem:", - "This password will expire at %s" : "To hasło wygaśnie w %s", + "This password will expire at %s" : "Hasło wygaśnie w %s", "%1$s shared %2$s with you and wants to add:" : "%1$s udostępnił Ci %2$s i chce dodać:", "%1$s shared %2$s with you and wants to add" : "%1$s udostępnił Ci %2$s i chce dodać", "%s added a note to a file shared with you" : "%s dodał notatkę do pliku udostępnionego Tobie", @@ -53,7 +53,7 @@ OC.L10N.register( "Password to access »%s«" : "Hasło dostępu do »%s«", "%1$s shared »%2$s« with you and wants to add:" : "%1$s udostępnił »%2$s« z informacją:", "%1$s shared »%2$s« with you and wants to add" : "%1$s udostępnił »%2$s« z informacją dla Ciebie", - "»%s« added a note to a file shared with you" : "»%s« wysłał dodatkową informację dot. udostępnionego zasobu", + "»%s« added a note to a file shared with you" : "»%s« dodał notatkę do pliku udostępnionego Tobie", "You just shared »%1$s« with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Właśnie udostępniłeś »%1$s« z %2$s. Udostępnienie zostało już wysłane do odbiorcy. Ze względu na polityki bezpieczeństwa określone przez administratora %3$s, każda akcja musi być chroniona hasłem i nie wolno wysyłać hasła bezpośrednio do odbiorcy. Dlatego musisz ręcznie wysłać hasło do odbiorcy.", "Password to access »%1$s« shared by you with %2$s" : "Hasło dostępu do »%1$s« udostępnione przez %2$s" }, diff --git a/apps/sharebymail/l10n/pl.json b/apps/sharebymail/l10n/pl.json index 750ac81ebe0..9baa1257bae 100644 --- a/apps/sharebymail/l10n/pl.json +++ b/apps/sharebymail/l10n/pl.json @@ -16,9 +16,9 @@ "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nie można wysłać automatycznie wygenerowanego hasła. Proszę ustawić prawidłowy adres e-mail w ustawieniach osobistych i spróbować ponownie.", "Failed to send share by email. Got an invalid email address" : "Nie udało się wysłać udostępnienia pocztą e-mail. Masz nieprawidłowy adres e-mail", "Failed to send share by email" : "Nie udało się wysłać linku udostępnienia e-mailem", - "%1$s shared %2$s with you" : "%1$s udostępnił %2$s Tobie", + "%1$s shared %2$s with you" : "%1$s udostępnił Tobie %2$s", "Note:" : "Notatka:", - "This share is valid until %s at midnight" : "Te udostępnienie jest ważna do %s do północy", + "This share is valid until %s at midnight" : "Udostępnienie jest ważne do %s do północy", "Expiration:" : "Wygaśnięcie:", "Open %s" : "Otwórz %s", "%1$s via %2$s" : "%1$s przez %2$s", @@ -27,7 +27,7 @@ "Password to access %1$s shared to you by %2$s" : "Hasło dostępu do %1$s udostępnionego Ci przez %2$s", "Password to access %s" : "Hasło dostępu do %s", "It is protected with the following password:" : "Zasób jest chroniony następującym hasłem:", - "This password will expire at %s" : "To hasło wygaśnie w %s", + "This password will expire at %s" : "Hasło wygaśnie w %s", "%1$s shared %2$s with you and wants to add:" : "%1$s udostępnił Ci %2$s i chce dodać:", "%1$s shared %2$s with you and wants to add" : "%1$s udostępnił Ci %2$s i chce dodać", "%s added a note to a file shared with you" : "%s dodał notatkę do pliku udostępnionego Tobie", @@ -51,7 +51,7 @@ "Password to access »%s«" : "Hasło dostępu do »%s«", "%1$s shared »%2$s« with you and wants to add:" : "%1$s udostępnił »%2$s« z informacją:", "%1$s shared »%2$s« with you and wants to add" : "%1$s udostępnił »%2$s« z informacją dla Ciebie", - "»%s« added a note to a file shared with you" : "»%s« wysłał dodatkową informację dot. udostępnionego zasobu", + "»%s« added a note to a file shared with you" : "»%s« dodał notatkę do pliku udostępnionego Tobie", "You just shared »%1$s« with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Właśnie udostępniłeś »%1$s« z %2$s. Udostępnienie zostało już wysłane do odbiorcy. Ze względu na polityki bezpieczeństwa określone przez administratora %3$s, każda akcja musi być chroniona hasłem i nie wolno wysyłać hasła bezpośrednio do odbiorcy. Dlatego musisz ręcznie wysłać hasło do odbiorcy.", "Password to access »%1$s« shared by you with %2$s" : "Hasło dostępu do »%1$s« udostępnione przez %2$s" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" diff --git a/core/l10n/de.js b/core/l10n/de.js index 47c56dc9d9e..bc406f845cf 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -108,7 +108,7 @@ OC.L10N.register( "Create share" : "Freigabe erstellen", "The remote URL must include the user." : "Die entfernte URL muss den Benutzer enthalten.", "Invalid remote URL." : "Ungültige entfernte URL.", - "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zu deiner Nextcloud", + "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zur Nextcloud", "Direct link copied to clipboard" : "Direkter Link in die Zwischenablage kopiert", "Please copy the link manually:" : "Bitte den Link manuell kopieren:", "Custom date range" : "Benutzerdefinierter Zeitbereich", diff --git a/core/l10n/de.json b/core/l10n/de.json index 3b762967279..a27ed591c4c 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -106,7 +106,7 @@ "Create share" : "Freigabe erstellen", "The remote URL must include the user." : "Die entfernte URL muss den Benutzer enthalten.", "Invalid remote URL." : "Ungültige entfernte URL.", - "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zu deiner Nextcloud", + "Failed to add the public link to your Nextcloud" : "Fehler beim Hinzufügen des öffentlichen Links zur Nextcloud", "Direct link copied to clipboard" : "Direkter Link in die Zwischenablage kopiert", "Please copy the link manually:" : "Bitte den Link manuell kopieren:", "Custom date range" : "Benutzerdefinierter Zeitbereich", diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index c99540b506a..9b488a6532c 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -82,7 +82,7 @@ OC.L10N.register( "seconds ago" : "przed chwilą", "Empty file" : "Pusty plik", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Moduł o ID: %s nie istnieje. Włącz go w ustawieniach aplikacji lub skontaktuj się z administratorem.", - "Dot files are not allowed" : "Pliki z kropką są nie dozwolone", + "Dot files are not allowed" : "Pliki z kropką są niedozwolone", "Invalid parent path" : "Nieprawidłowa ścieżka nadrzędna", "File already exists" : "Plik już istnieje", "Invalid path" : "Niewłaściwa ścieżka", diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index f4000cd4b78..76c04816168 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -80,7 +80,7 @@ "seconds ago" : "przed chwilą", "Empty file" : "Pusty plik", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Moduł o ID: %s nie istnieje. Włącz go w ustawieniach aplikacji lub skontaktuj się z administratorem.", - "Dot files are not allowed" : "Pliki z kropką są nie dozwolone", + "Dot files are not allowed" : "Pliki z kropką są niedozwolone", "Invalid parent path" : "Nieprawidłowa ścieżka nadrzędna", "File already exists" : "Plik już istnieje", "Invalid path" : "Niewłaściwa ścieżka", |