Browse Source

Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot 1 năm trước cách đây
mục cha
commit
b7d884355b
62 tập tin đã thay đổi với 142 bổ sung170 xóa
  1. 5 2
      apps/files/l10n/de.js
  2. 5 2
      apps/files/l10n/de.json
  3. 1 0
      apps/files/l10n/eu.js
  4. 1 0
      apps/files/l10n/eu.json
  5. 4 0
      apps/files/l10n/pt_BR.js
  6. 4 0
      apps/files/l10n/pt_BR.json
  7. 4 0
      apps/files/l10n/sv.js
  8. 4 0
      apps/files/l10n/sv.json
  9. 1 4
      apps/files_sharing/l10n/bg.js
  10. 1 4
      apps/files_sharing/l10n/bg.json
  11. 1 4
      apps/files_sharing/l10n/ca.js
  12. 1 4
      apps/files_sharing/l10n/ca.json
  13. 1 4
      apps/files_sharing/l10n/cs.js
  14. 1 4
      apps/files_sharing/l10n/cs.json
  15. 3 6
      apps/files_sharing/l10n/de.js
  16. 3 6
      apps/files_sharing/l10n/de.json
  17. 1 3
      apps/files_sharing/l10n/de_DE.js
  18. 1 3
      apps/files_sharing/l10n/de_DE.json
  19. 1 3
      apps/files_sharing/l10n/el.js
  20. 1 3
      apps/files_sharing/l10n/el.json
  21. 1 3
      apps/files_sharing/l10n/en_GB.js
  22. 1 3
      apps/files_sharing/l10n/en_GB.json
  23. 1 4
      apps/files_sharing/l10n/es.js
  24. 1 4
      apps/files_sharing/l10n/es.json
  25. 1 4
      apps/files_sharing/l10n/eu.js
  26. 1 4
      apps/files_sharing/l10n/eu.json
  27. 1 3
      apps/files_sharing/l10n/fr.js
  28. 1 3
      apps/files_sharing/l10n/fr.json
  29. 1 4
      apps/files_sharing/l10n/hu.js
  30. 1 4
      apps/files_sharing/l10n/hu.json
  31. 1 4
      apps/files_sharing/l10n/mk.js
  32. 1 4
      apps/files_sharing/l10n/mk.json
  33. 1 4
      apps/files_sharing/l10n/pl.js
  34. 1 4
      apps/files_sharing/l10n/pl.json
  35. 1 3
      apps/files_sharing/l10n/pt_BR.js
  36. 1 3
      apps/files_sharing/l10n/pt_BR.json
  37. 1 4
      apps/files_sharing/l10n/sv.js
  38. 1 4
      apps/files_sharing/l10n/sv.json
  39. 1 4
      apps/files_sharing/l10n/tr.js
  40. 1 4
      apps/files_sharing/l10n/tr.json
  41. 1 3
      apps/files_sharing/l10n/zh_HK.js
  42. 1 3
      apps/files_sharing/l10n/zh_HK.json
  43. 1 4
      apps/files_sharing/l10n/zh_TW.js
  44. 1 4
      apps/files_sharing/l10n/zh_TW.json
  45. 5 0
      apps/files_versions/l10n/de.js
  46. 5 0
      apps/files_versions/l10n/de.json
  47. 6 4
      apps/settings/l10n/de.js
  48. 6 4
      apps/settings/l10n/de.json
  49. 1 1
      apps/systemtags/l10n/de.js
  50. 1 1
      apps/systemtags/l10n/de.json
  51. 4 1
      apps/theming/l10n/de.js
  52. 4 1
      apps/theming/l10n/de.json
  53. 1 0
      apps/theming/l10n/uk.js
  54. 1 0
      apps/theming/l10n/uk.json
  55. 3 2
      apps/user_ldap/l10n/de.js
  56. 3 2
      apps/user_ldap/l10n/de.json
  57. 11 7
      core/l10n/de.js
  58. 11 7
      core/l10n/de.json
  59. 2 0
      core/l10n/eu.js
  60. 2 0
      core/l10n/eu.json
  61. 4 0
      lib/l10n/de.js
  62. 4 0
      lib/l10n/de.json

+ 5 - 2
apps/files/l10n/de.js

@@ -14,7 +14,7 @@ OC.L10N.register(
     "Could not create folder \"{dir}\"" : "Der Ordner konnte nicht erstellt werden \"{dir}\"",
     "This will stop your current uploads." : "Hiermit werden die aktuellen Uploads angehalten.",
     "Upload cancelled." : "Hochladen abgebrochen.",
-    "Processing files …" : "Dateien werden verarbeitet…",
+    "Processing files …" : "Dateien werden verarbeitet …",
     "…" : "…",
     "Unable to upload {filename} as it is a directory or has 0 bytes" : "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist",
     "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, du möchtest{size1} hochladen, es sind jedoch nur noch {size2} verfügbar.",
@@ -22,7 +22,7 @@ OC.L10N.register(
     "Not enough free space" : "Nicht genügend freier Speicherplatz",
     "An unknown error has occurred" : "Es ist ein unbekannter Fehler aufgetreten",
     "File could not be uploaded" : "Datei konnte nicht hochgeladen werden.",
-    "Uploading …" : "Lade hoch…",
+    "Uploading …" : "Lade hoch …",
     "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})",
     "Uploading that item is not supported" : "Hochladen von Daten dieser Art wird nicht unterstützt.",
     "Target folder does not exist any more" : "Zielordner existiert nicht mehr",
@@ -33,6 +33,7 @@ OC.L10N.register(
     "Move" : "Verschieben",
     "Copy" : "Kopieren",
     "Choose target folder" : "Zielordner wählen",
+    "Edit locally" : "Lokal bearbeiten",
     "Open" : "Öffnen",
     "Delete file" : "Datei löschen",
     "Delete folder" : "Ordner löschen",
@@ -57,6 +58,7 @@ OC.L10N.register(
     "Could not copy \"{file}\"" : "\"{file}\" konnte nicht kopiert werden",
     "Copied {origin} inside {destination}" : "{origin} wurde nach {destination} kopiert",
     "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden nach {destination} kopiert",
+    "Failed to redirect to client" : "Umleitung zum Client fehlgeschlagen",
     "{newName} already exists" : "{newName} existiert bereits",
     "Could not rename \"{fileName}\", it does not exist any more" : "Die Datei \"{fileName}\" konnte nicht umbenannt werden, da sie nicht mehr existiert",
     "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name „{targetName}“ wird bereits im Ordner „{dir}“ benutzt. Bitte einen anderen Namen verwenden.",
@@ -96,6 +98,7 @@ OC.L10N.register(
     "Your storage is almost full ({usedSpacePercent}%)." : "Dein Speicher ist beinahe voll ({usedSpacePercent}%).",
     "_matches \"{filter}\"_::_match \"{filter}\"_" : ["stimmt mit \"{filter}\" überein","stimmen mit \"{filter}\" überein"],
     "View in folder" : "In Ordner anzeigen",
+    "Direct link was copied (only works for users who have access to this file/folder)" : "Direktlink wurde kopiert (funktioniert nur für Benutzer, die Zugriff auf diese Datei/Ordner haben)",
     "Path" : "Pfad",
     "_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
     "Favorited" : "Favorisiert",

+ 5 - 2
apps/files/l10n/de.json

@@ -12,7 +12,7 @@
     "Could not create folder \"{dir}\"" : "Der Ordner konnte nicht erstellt werden \"{dir}\"",
     "This will stop your current uploads." : "Hiermit werden die aktuellen Uploads angehalten.",
     "Upload cancelled." : "Hochladen abgebrochen.",
-    "Processing files …" : "Dateien werden verarbeitet…",
+    "Processing files …" : "Dateien werden verarbeitet …",
     "…" : "…",
     "Unable to upload {filename} as it is a directory or has 0 bytes" : "Die Datei {filename} kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist",
     "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nicht genügend freier Speicherplatz, du möchtest{size1} hochladen, es sind jedoch nur noch {size2} verfügbar.",
@@ -20,7 +20,7 @@
     "Not enough free space" : "Nicht genügend freier Speicherplatz",
     "An unknown error has occurred" : "Es ist ein unbekannter Fehler aufgetreten",
     "File could not be uploaded" : "Datei konnte nicht hochgeladen werden.",
-    "Uploading …" : "Lade hoch…",
+    "Uploading …" : "Lade hoch …",
     "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})",
     "Uploading that item is not supported" : "Hochladen von Daten dieser Art wird nicht unterstützt.",
     "Target folder does not exist any more" : "Zielordner existiert nicht mehr",
@@ -31,6 +31,7 @@
     "Move" : "Verschieben",
     "Copy" : "Kopieren",
     "Choose target folder" : "Zielordner wählen",
+    "Edit locally" : "Lokal bearbeiten",
     "Open" : "Öffnen",
     "Delete file" : "Datei löschen",
     "Delete folder" : "Ordner löschen",
@@ -55,6 +56,7 @@
     "Could not copy \"{file}\"" : "\"{file}\" konnte nicht kopiert werden",
     "Copied {origin} inside {destination}" : "{origin} wurde nach {destination} kopiert",
     "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden nach {destination} kopiert",
+    "Failed to redirect to client" : "Umleitung zum Client fehlgeschlagen",
     "{newName} already exists" : "{newName} existiert bereits",
     "Could not rename \"{fileName}\", it does not exist any more" : "Die Datei \"{fileName}\" konnte nicht umbenannt werden, da sie nicht mehr existiert",
     "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name „{targetName}“ wird bereits im Ordner „{dir}“ benutzt. Bitte einen anderen Namen verwenden.",
@@ -94,6 +96,7 @@
     "Your storage is almost full ({usedSpacePercent}%)." : "Dein Speicher ist beinahe voll ({usedSpacePercent}%).",
     "_matches \"{filter}\"_::_match \"{filter}\"_" : ["stimmt mit \"{filter}\" überein","stimmen mit \"{filter}\" überein"],
     "View in folder" : "In Ordner anzeigen",
+    "Direct link was copied (only works for users who have access to this file/folder)" : "Direktlink wurde kopiert (funktioniert nur für Benutzer, die Zugriff auf diese Datei/Ordner haben)",
     "Path" : "Pfad",
     "_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
     "Favorited" : "Favorisiert",

+ 1 - 0
apps/files/l10n/eu.js

@@ -166,6 +166,7 @@ OC.L10N.register(
     "The ownership transfer of {path} from {user} has completed." : "{path}-ren jabetza {user} erabiltzailetik transferitzea osatu da.",
     "in %s" : "%s-an",
     "File Management" : "Fitxategi-kudeaketa",
+    "Storage informations" : "Biltegiaren informazioak",
     "Transfer ownership of a file or folder" : "Transferitu fitxategiaren edo karpetaren jabetza",
     "Choose file or folder to transfer" : "Aukeratu fitxategia edo karpeta transferitzeko",
     "Change" : "Aldatu",

+ 1 - 0
apps/files/l10n/eu.json

@@ -164,6 +164,7 @@
     "The ownership transfer of {path} from {user} has completed." : "{path}-ren jabetza {user} erabiltzailetik transferitzea osatu da.",
     "in %s" : "%s-an",
     "File Management" : "Fitxategi-kudeaketa",
+    "Storage informations" : "Biltegiaren informazioak",
     "Transfer ownership of a file or folder" : "Transferitu fitxategiaren edo karpetaren jabetza",
     "Choose file or folder to transfer" : "Aukeratu fitxategia edo karpeta transferitzeko",
     "Change" : "Aldatu",

+ 4 - 0
apps/files/l10n/pt_BR.js

@@ -166,6 +166,10 @@ OC.L10N.register(
     "The ownership transfer of {path} from {user} has completed." : "A transferência da propriedade de {path} de {user} foi concluída.",
     "in %s" : "em %s",
     "File Management" : "Gerenciamento de Arquivos",
+    "Storage informations" : "Informações de armazenamento",
+    "{usedQuotaByte} used" : "{usedQuotaByte} usado",
+    "{relative}% used" : "{relative}% usado",
+    "Could not refresh storage stats" : "Não foi possível atualizar as estatísticas de armazenamento",
     "Transfer ownership of a file or folder" : "Transferir a propriedade de um arquivo ou pasta",
     "Choose file or folder to transfer" : "Escolha o arquivo ou pasta a transferir",
     "Change" : "Mudar",

+ 4 - 0
apps/files/l10n/pt_BR.json

@@ -164,6 +164,10 @@
     "The ownership transfer of {path} from {user} has completed." : "A transferência da propriedade de {path} de {user} foi concluída.",
     "in %s" : "em %s",
     "File Management" : "Gerenciamento de Arquivos",
+    "Storage informations" : "Informações de armazenamento",
+    "{usedQuotaByte} used" : "{usedQuotaByte} usado",
+    "{relative}% used" : "{relative}% usado",
+    "Could not refresh storage stats" : "Não foi possível atualizar as estatísticas de armazenamento",
     "Transfer ownership of a file or folder" : "Transferir a propriedade de um arquivo ou pasta",
     "Choose file or folder to transfer" : "Escolha o arquivo ou pasta a transferir",
     "Change" : "Mudar",

+ 4 - 0
apps/files/l10n/sv.js

@@ -166,6 +166,10 @@ OC.L10N.register(
     "The ownership transfer of {path} from {user} has completed." : "Ägaröverföringen av {path} från {user} är klar.",
     "in %s" : "om %s",
     "File Management" : "Filhantering",
+    "Storage informations" : "Lagringsinformation",
+    "{usedQuotaByte} used" : "{usedQuotaByte} använt",
+    "{relative}% used" : "{relative}% använt",
+    "Could not refresh storage stats" : "Det gick inte att uppdatera lagringsstatistiken",
     "Transfer ownership of a file or folder" : "Överför ägarskap av en fil eller mapp",
     "Choose file or folder to transfer" : "Välj fil eller mapp att överföra",
     "Change" : "Ändra",

+ 4 - 0
apps/files/l10n/sv.json

@@ -164,6 +164,10 @@
     "The ownership transfer of {path} from {user} has completed." : "Ägaröverföringen av {path} från {user} är klar.",
     "in %s" : "om %s",
     "File Management" : "Filhantering",
+    "Storage informations" : "Lagringsinformation",
+    "{usedQuotaByte} used" : "{usedQuotaByte} använt",
+    "{relative}% used" : "{relative}% använt",
+    "Could not refresh storage stats" : "Det gick inte att uppdatera lagringsstatistiken",
     "Transfer ownership of a file or folder" : "Överför ägarskap av en fil eller mapp",
     "Choose file or folder to transfer" : "Välj fil eller mapp att överföra",
     "Change" : "Ändra",

+ 1 - 4
apps/files_sharing/l10n/bg.js

@@ -268,9 +268,6 @@ OC.L10N.register(
     "One or more of your shares will expire tomorrow" : "Едно или повече от вашите спделяния изтичат утре",
     "Copy to clipboard" : "Копирай",
     "Sorry, this link doesn’t seem to work anymore." : "Връзката вече не е активна.",
-    "Toggle grid view" : "Превключи решетъчния изглед",
-    "Share label saved" : "Запазен е етикет за споделяне",
-    "Share password saved" : "Запазена е парола за споделяне",
-    "Share note saved" : "Запазена е бележка за споделяне"
+    "Toggle grid view" : "Превключи решетъчния изглед"
 },
 "nplurals=2; plural=(n != 1);");

+ 1 - 4
apps/files_sharing/l10n/bg.json

@@ -266,9 +266,6 @@
     "One or more of your shares will expire tomorrow" : "Едно или повече от вашите спделяния изтичат утре",
     "Copy to clipboard" : "Копирай",
     "Sorry, this link doesn’t seem to work anymore." : "Връзката вече не е активна.",
-    "Toggle grid view" : "Превключи решетъчния изглед",
-    "Share label saved" : "Запазен е етикет за споделяне",
-    "Share password saved" : "Запазена е парола за споделяне",
-    "Share note saved" : "Запазена е бележка за споделяне"
+    "Toggle grid view" : "Превключи решетъчния изглед"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }

+ 1 - 4
apps/files_sharing/l10n/ca.js

@@ -261,9 +261,6 @@ OC.L10N.register(
     "One or more of your shares will expire tomorrow" : "Una o més de les teves compartició caducaran demà",
     "Copy to clipboard" : "Copia-ho al porta-papers",
     "Sorry, this link doesn’t seem to work anymore." : "Aquest enllaç sembla que no funciona.",
-    "Toggle grid view" : "Commuta la vista de la graella",
-    "Share label saved" : "S'ha desat l'etiqueta de compartició",
-    "Share password saved" : "S’ha desat la contrasenya de compartició",
-    "Share note saved" : "S'ha desat la nota de compartició"
+    "Toggle grid view" : "Commuta la vista de la graella"
 },
 "nplurals=2; plural=(n != 1);");

+ 1 - 4
apps/files_sharing/l10n/ca.json

@@ -259,9 +259,6 @@
     "One or more of your shares will expire tomorrow" : "Una o més de les teves compartició caducaran demà",
     "Copy to clipboard" : "Copia-ho al porta-papers",
     "Sorry, this link doesn’t seem to work anymore." : "Aquest enllaç sembla que no funciona.",
-    "Toggle grid view" : "Commuta la vista de la graella",
-    "Share label saved" : "S'ha desat l'etiqueta de compartició",
-    "Share password saved" : "S’ha desat la contrasenya de compartició",
-    "Share note saved" : "S'ha desat la nota de compartició"
+    "Toggle grid view" : "Commuta la vista de la graella"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }

+ 1 - 4
apps/files_sharing/l10n/cs.js

@@ -268,9 +268,6 @@ OC.L10N.register(
     "One or more of your shares will expire tomorrow" : "Platnost jednoho nebo více vašich sdílení skončí zítra",
     "Copy to clipboard" : "Zkopírovat do schránky",
     "Sorry, this link doesn’t seem to work anymore." : "Je nám líto, ale tento odkaz už není funkční.",
-    "Toggle grid view" : "Vyp/zap. zobrazení v mřížce",
-    "Share label saved" : "Štítek sdílení uložen",
-    "Share password saved" : "Heslo ke sdílení uloženo",
-    "Share note saved" : "Poznámka ke sdílení uložena"
+    "Toggle grid view" : "Vyp/zap. zobrazení v mřížce"
 },
 "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

+ 1 - 4
apps/files_sharing/l10n/cs.json

@@ -266,9 +266,6 @@
     "One or more of your shares will expire tomorrow" : "Platnost jednoho nebo více vašich sdílení skončí zítra",
     "Copy to clipboard" : "Zkopírovat do schránky",
     "Sorry, this link doesn’t seem to work anymore." : "Je nám líto, ale tento odkaz už není funkční.",
-    "Toggle grid view" : "Vyp/zap. zobrazení v mřížce",
-    "Share label saved" : "Štítek sdílení uložen",
-    "Share password saved" : "Heslo ke sdílení uloženo",
-    "Share note saved" : "Poznámka ke sdílení uložena"
+    "Toggle grid view" : "Vyp/zap. zobrazení v mřížce"
 },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
 }

+ 3 - 6
apps/files_sharing/l10n/de.js

@@ -26,7 +26,7 @@ OC.L10N.register(
     "Something happened. Unable to accept the share." : "Die Freigabe konnte nicht akzeptiert werden.",
     "Reject share" : "Freigabe ablehnen",
     "Something happened. Unable to reject the share." : "Die Freigabe konnte nicht abgelehnt werden.",
-    "Waiting…" : "Warte…",
+    "Waiting…" : "Warte …",
     "error" : "Fehler",
     "finished" : "Abgeschlossen",
     "This will stop your current uploads." : "Hiermit werden die aktuellen Uploads angehalten.",
@@ -140,7 +140,7 @@ OC.L10N.register(
     "You received {share} to group {group} as a share by {user}" : "Du hast {share} zur Gruppe {group} als Freigabe von {user} empfangen",
     "Accept" : "Akzeptieren",
     "Reject" : "Ablehnen",
-    "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Nutzern, Dateien innerhalb von Nextcloud freizugeben. Bei aktivierter App kann der Administrator einstellen, welchen Gruppen das Freigeben von Dateien erlaubt ist.. Der zugelassene Nutzer kann dann Dateien und Ordner für andere Gruppen und Nutzer innerhalb der Nextcloud freigeben. Darüberhinaus kann der Administrator die Link-Teilen Funktion freigeben, mit der ein externer Link um Dateien für Nutzer außerhalb der Nextcloud freizugeben. Schließlich kann der Administrator noch Passwortrichtlinien und Ablaufzeiträume vorgeben sowie das Freigeben von Mobilgeräten ermöglichen.\nDas Ausschalten dieser App entfernt die bis dahin erstellten Freigaben für alle Empfänger wie auch für die Sync-Clients und die Apss für Mobilgeräte. Weitere Informationen können in der Nextcloud-Dokumentation abgerufen werden.",
+    "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Nutzern, Dateien innerhalb von Nextcloud freizugeben. Bei aktivierter App kann der Administrator einstellen, welchen Gruppen das Freigeben von Dateien erlaubt ist. Der zugelassene Nutzer kann dann Dateien und Ordner für andere Gruppen und Nutzer innerhalb der Nextcloud freigeben. Darüberhinaus kann der Administrator die Link-Teilen Funktion freigeben, mit der ein externer Link um Dateien für Nutzer außerhalb der Nextcloud freizugeben. Schließlich kann der Administrator noch Passwortrichtlinien und Ablaufzeiträume vorgeben sowie das Freigeben von Mobilgeräten ermöglichen.\nDas Ausschalten dieser App entfernt die bis dahin erstellten Freigaben für alle Empfänger wie auch für die Sync-Clients und die Apss für Mobilgeräte. Weitere Informationen können in der Nextcloud-Dokumentation abgerufen werden.",
     "Sharing" : "Teilen",
     "Accept user and group shares by default" : "Benutzer- und Gruppenfreigaben standardmäßig akzeptieren",
     "Error while toggling options" : "Fehler beim Umschalten der Optionen",
@@ -268,9 +268,6 @@ OC.L10N.register(
     "One or more of your shares will expire tomorrow" : "EIne andere Freigabe wird morgen ebenfalls ablaufen",
     "Copy to clipboard" : "In die Zwischenablage kopieren",
     "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.",
-    "Toggle grid view" : "Rasteransicht umschalten",
-    "Share label saved" : "Freigabe-Label gespeichert",
-    "Share password saved" : "Freigabe-Passwort gespeichert",
-    "Share note saved" : "Freigabe-Notiz gespeichert"
+    "Toggle grid view" : "Rasteransicht umschalten"
 },
 "nplurals=2; plural=(n != 1);");

+ 3 - 6
apps/files_sharing/l10n/de.json

@@ -24,7 +24,7 @@
     "Something happened. Unable to accept the share." : "Die Freigabe konnte nicht akzeptiert werden.",
     "Reject share" : "Freigabe ablehnen",
     "Something happened. Unable to reject the share." : "Die Freigabe konnte nicht abgelehnt werden.",
-    "Waiting…" : "Warte…",
+    "Waiting…" : "Warte …",
     "error" : "Fehler",
     "finished" : "Abgeschlossen",
     "This will stop your current uploads." : "Hiermit werden die aktuellen Uploads angehalten.",
@@ -138,7 +138,7 @@
     "You received {share} to group {group} as a share by {user}" : "Du hast {share} zur Gruppe {group} als Freigabe von {user} empfangen",
     "Accept" : "Akzeptieren",
     "Reject" : "Ablehnen",
-    "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Nutzern, Dateien innerhalb von Nextcloud freizugeben. Bei aktivierter App kann der Administrator einstellen, welchen Gruppen das Freigeben von Dateien erlaubt ist.. Der zugelassene Nutzer kann dann Dateien und Ordner für andere Gruppen und Nutzer innerhalb der Nextcloud freigeben. Darüberhinaus kann der Administrator die Link-Teilen Funktion freigeben, mit der ein externer Link um Dateien für Nutzer außerhalb der Nextcloud freizugeben. Schließlich kann der Administrator noch Passwortrichtlinien und Ablaufzeiträume vorgeben sowie das Freigeben von Mobilgeräten ermöglichen.\nDas Ausschalten dieser App entfernt die bis dahin erstellten Freigaben für alle Empfänger wie auch für die Sync-Clients und die Apss für Mobilgeräte. Weitere Informationen können in der Nextcloud-Dokumentation abgerufen werden.",
+    "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Nutzern, Dateien innerhalb von Nextcloud freizugeben. Bei aktivierter App kann der Administrator einstellen, welchen Gruppen das Freigeben von Dateien erlaubt ist. Der zugelassene Nutzer kann dann Dateien und Ordner für andere Gruppen und Nutzer innerhalb der Nextcloud freigeben. Darüberhinaus kann der Administrator die Link-Teilen Funktion freigeben, mit der ein externer Link um Dateien für Nutzer außerhalb der Nextcloud freizugeben. Schließlich kann der Administrator noch Passwortrichtlinien und Ablaufzeiträume vorgeben sowie das Freigeben von Mobilgeräten ermöglichen.\nDas Ausschalten dieser App entfernt die bis dahin erstellten Freigaben für alle Empfänger wie auch für die Sync-Clients und die Apss für Mobilgeräte. Weitere Informationen können in der Nextcloud-Dokumentation abgerufen werden.",
     "Sharing" : "Teilen",
     "Accept user and group shares by default" : "Benutzer- und Gruppenfreigaben standardmäßig akzeptieren",
     "Error while toggling options" : "Fehler beim Umschalten der Optionen",
@@ -266,9 +266,6 @@
     "One or more of your shares will expire tomorrow" : "EIne andere Freigabe wird morgen ebenfalls ablaufen",
     "Copy to clipboard" : "In die Zwischenablage kopieren",
     "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.",
-    "Toggle grid view" : "Rasteransicht umschalten",
-    "Share label saved" : "Freigabe-Label gespeichert",
-    "Share password saved" : "Freigabe-Passwort gespeichert",
-    "Share note saved" : "Freigabe-Notiz gespeichert"
+    "Toggle grid view" : "Rasteransicht umschalten"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }

+ 1 - 3
apps/files_sharing/l10n/de_DE.js

@@ -269,8 +269,6 @@ OC.L10N.register(
     "Copy to clipboard" : "In die Zwischenablage kopieren",
     "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.",
     "Toggle grid view" : "Rasteransicht umschalten",
-    "Share label saved" : "Freigabe-Label gespeichert",
-    "Share password saved" : "Freigabe-Passwort gespeichert",
-    "Share note saved" : "Freigabe-Notiz gespeichert"
+    "Error generating password from password_policy" : "Fehler beim Erzeugen des Passworts basierend auf der Passwort-Policy"
 },
 "nplurals=2; plural=(n != 1);");

+ 1 - 3
apps/files_sharing/l10n/de_DE.json

@@ -267,8 +267,6 @@
     "Copy to clipboard" : "In die Zwischenablage kopieren",
     "Sorry, this link doesn’t seem to work anymore." : "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.",
     "Toggle grid view" : "Rasteransicht umschalten",
-    "Share label saved" : "Freigabe-Label gespeichert",
-    "Share password saved" : "Freigabe-Passwort gespeichert",
-    "Share note saved" : "Freigabe-Notiz gespeichert"
+    "Error generating password from password_policy" : "Fehler beim Erzeugen des Passworts basierend auf der Passwort-Policy"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }

+ 1 - 3
apps/files_sharing/l10n/el.js

@@ -249,8 +249,6 @@ OC.L10N.register(
     "One or more of your shares will expire tomorrow" : "Μία ή περισσότερες κοινές χρήσης θα λήξουν ούριο",
     "Copy to clipboard" : "Αντιγραφή στο πρόχειρο",
     "Sorry, this link doesn’t seem to work anymore." : "Συγγνώμη, αυτός ο σύνδεσμος μοιάζει να μην ισχύει πια.",
-    "Toggle grid view" : "Εναλλαγή σε προβολή πλέγματος",
-    "Share label saved" : "Διαμοιρασμένη ετικέτα αποθηκεύτηκε ",
-    "Share password saved" : "Διαμοιρασμένο συνθηματικό αποθηκεύτηκε "
+    "Toggle grid view" : "Εναλλαγή σε προβολή πλέγματος"
 },
 "nplurals=2; plural=(n != 1);");

+ 1 - 3
apps/files_sharing/l10n/el.json

@@ -247,8 +247,6 @@
     "One or more of your shares will expire tomorrow" : "Μία ή περισσότερες κοινές χρήσης θα λήξουν ούριο",
     "Copy to clipboard" : "Αντιγραφή στο πρόχειρο",
     "Sorry, this link doesn’t seem to work anymore." : "Συγγνώμη, αυτός ο σύνδεσμος μοιάζει να μην ισχύει πια.",
-    "Toggle grid view" : "Εναλλαγή σε προβολή πλέγματος",
-    "Share label saved" : "Διαμοιρασμένη ετικέτα αποθηκεύτηκε ",
-    "Share password saved" : "Διαμοιρασμένο συνθηματικό αποθηκεύτηκε "
+    "Toggle grid view" : "Εναλλαγή σε προβολή πλέγματος"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }

+ 1 - 3
apps/files_sharing/l10n/en_GB.js

@@ -269,8 +269,6 @@ OC.L10N.register(
     "Copy to clipboard" : "Copy to clipboard",
     "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work any more.",
     "Toggle grid view" : "Toggle grid view",
-    "Share label saved" : "Share label saved",
-    "Share password saved" : "Share password saved",
-    "Share note saved" : "Share note saved"
+    "Error generating password from password_policy" : "Error generating password from password policy"
 },
 "nplurals=2; plural=(n != 1);");

+ 1 - 3
apps/files_sharing/l10n/en_GB.json

@@ -267,8 +267,6 @@
     "Copy to clipboard" : "Copy to clipboard",
     "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work any more.",
     "Toggle grid view" : "Toggle grid view",
-    "Share label saved" : "Share label saved",
-    "Share password saved" : "Share password saved",
-    "Share note saved" : "Share note saved"
+    "Error generating password from password_policy" : "Error generating password from password policy"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }

+ 1 - 4
apps/files_sharing/l10n/es.js

@@ -268,9 +268,6 @@ OC.L10N.register(
     "One or more of your shares will expire tomorrow" : "Uno o más de sus recursos compartidos caducarán mañana",
     "Copy to clipboard" : "Copiar al portapapeles",
     "Sorry, this link doesn’t seem to work anymore." : "Vaya, este enlace parece que no volverá a funcionar.",
-    "Toggle grid view" : "Alternar vista de cuadrícula",
-    "Share label saved" : "Se ha guardado la etiqueta del recurso compartido",
-    "Share password saved" : "Se ha guardado la contraseña del recurso compartido",
-    "Share note saved" : "Se ha guardado la nota del recurso compartido"
+    "Toggle grid view" : "Alternar vista de cuadrícula"
 },
 "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

+ 1 - 4
apps/files_sharing/l10n/es.json

@@ -266,9 +266,6 @@
     "One or more of your shares will expire tomorrow" : "Uno o más de sus recursos compartidos caducarán mañana",
     "Copy to clipboard" : "Copiar al portapapeles",
     "Sorry, this link doesn’t seem to work anymore." : "Vaya, este enlace parece que no volverá a funcionar.",
-    "Toggle grid view" : "Alternar vista de cuadrícula",
-    "Share label saved" : "Se ha guardado la etiqueta del recurso compartido",
-    "Share password saved" : "Se ha guardado la contraseña del recurso compartido",
-    "Share note saved" : "Se ha guardado la nota del recurso compartido"
+    "Toggle grid view" : "Alternar vista de cuadrícula"
 },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
 }

+ 1 - 4
apps/files_sharing/l10n/eu.js

@@ -261,9 +261,6 @@ OC.L10N.register(
     "One or more of your shares will expire tomorrow" : "Zure partekatzeetako bat gutxienez bihar iraungiko da",
     "Copy to clipboard" : "Kopiatu arbelera",
     "Sorry, this link doesn’t seem to work anymore." : "Barkatu, esteka hori jada ez dabilela dirudi.",
-    "Toggle grid view" : "Txandakatu sareta ikuspegia",
-    "Share label saved" : "Partekatu etiketa gorde da",
-    "Share password saved" : "Partekatu pasahitza gorde da",
-    "Share note saved" : "Partekatu oharra gorde da"
+    "Toggle grid view" : "Txandakatu sareta ikuspegia"
 },
 "nplurals=2; plural=(n != 1);");

+ 1 - 4
apps/files_sharing/l10n/eu.json

@@ -259,9 +259,6 @@
     "One or more of your shares will expire tomorrow" : "Zure partekatzeetako bat gutxienez bihar iraungiko da",
     "Copy to clipboard" : "Kopiatu arbelera",
     "Sorry, this link doesn’t seem to work anymore." : "Barkatu, esteka hori jada ez dabilela dirudi.",
-    "Toggle grid view" : "Txandakatu sareta ikuspegia",
-    "Share label saved" : "Partekatu etiketa gorde da",
-    "Share password saved" : "Partekatu pasahitza gorde da",
-    "Share note saved" : "Partekatu oharra gorde da"
+    "Toggle grid view" : "Txandakatu sareta ikuspegia"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }

+ 1 - 3
apps/files_sharing/l10n/fr.js

@@ -269,8 +269,6 @@ OC.L10N.register(
     "Copy to clipboard" : "Copier dans le presse-papier",
     "Sorry, this link doesn’t seem to work anymore." : "Désolé, ce lien semble ne plus fonctionner.",
     "Toggle grid view" : "Activer/Désactiver l'affichage mosaïque",
-    "Share label saved" : "Étiquette collaborative enregistrée",
-    "Share password saved" : "Mot de passe partagé enregistré",
-    "Share note saved" : "Note partagée enregistrée"
+    "Error generating password from password_policy" : "Erreur de génération de mot de passe à partir de password_policy"
 },
 "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

+ 1 - 3
apps/files_sharing/l10n/fr.json

@@ -267,8 +267,6 @@
     "Copy to clipboard" : "Copier dans le presse-papier",
     "Sorry, this link doesn’t seem to work anymore." : "Désolé, ce lien semble ne plus fonctionner.",
     "Toggle grid view" : "Activer/Désactiver l'affichage mosaïque",
-    "Share label saved" : "Étiquette collaborative enregistrée",
-    "Share password saved" : "Mot de passe partagé enregistré",
-    "Share note saved" : "Note partagée enregistrée"
+    "Error generating password from password_policy" : "Erreur de génération de mot de passe à partir de password_policy"
 },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
 }

+ 1 - 4
apps/files_sharing/l10n/hu.js

@@ -268,9 +268,6 @@ OC.L10N.register(
     "One or more of your shares will expire tomorrow" : "Egy vagy több megosztása holnap lejár",
     "Copy to clipboard" : "Másolás a vágólapra",
     "Sorry, this link doesn’t seem to work anymore." : "Sajnos úgy tűnik, ez a hivatkozás már nem működik.",
-    "Toggle grid view" : "Rácsnézet be/ki",
-    "Share label saved" : "A megosztás címkéje mentve",
-    "Share password saved" : "A megosztás jelszava mentve",
-    "Share note saved" : "A megosztás jegyzete mentve"
+    "Toggle grid view" : "Rácsnézet be/ki"
 },
 "nplurals=2; plural=(n != 1);");

+ 1 - 4
apps/files_sharing/l10n/hu.json

@@ -266,9 +266,6 @@
     "One or more of your shares will expire tomorrow" : "Egy vagy több megosztása holnap lejár",
     "Copy to clipboard" : "Másolás a vágólapra",
     "Sorry, this link doesn’t seem to work anymore." : "Sajnos úgy tűnik, ez a hivatkozás már nem működik.",
-    "Toggle grid view" : "Rácsnézet be/ki",
-    "Share label saved" : "A megosztás címkéje mentve",
-    "Share password saved" : "A megosztás jelszava mentve",
-    "Share note saved" : "A megosztás jegyzete mentve"
+    "Toggle grid view" : "Rácsnézet be/ki"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }

+ 1 - 4
apps/files_sharing/l10n/mk.js

@@ -261,9 +261,6 @@ OC.L10N.register(
     "One or more of your shares will expire tomorrow" : "Едно или повеќе од твојте споделувања ќе истечат утре",
     "Copy to clipboard" : "Копирај во клипборд",
     "Sorry, this link doesn’t seem to work anymore." : "Извенете, но овој линк повеќе не функционира.",
-    "Toggle grid view" : "Промена во мрежа",
-    "Share label saved" : "Ознаката е зачувана",
-    "Share password saved" : "Лозинката е зачувана",
-    "Share note saved" : "Забелешката е зачувана"
+    "Toggle grid view" : "Промена во мрежа"
 },
 "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");

+ 1 - 4
apps/files_sharing/l10n/mk.json

@@ -259,9 +259,6 @@
     "One or more of your shares will expire tomorrow" : "Едно или повеќе од твојте споделувања ќе истечат утре",
     "Copy to clipboard" : "Копирај во клипборд",
     "Sorry, this link doesn’t seem to work anymore." : "Извенете, но овој линк повеќе не функционира.",
-    "Toggle grid view" : "Промена во мрежа",
-    "Share label saved" : "Ознаката е зачувана",
-    "Share password saved" : "Лозинката е зачувана",
-    "Share note saved" : "Забелешката е зачувана"
+    "Toggle grid view" : "Промена во мрежа"
 },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
 }

+ 1 - 4
apps/files_sharing/l10n/pl.js

@@ -268,9 +268,6 @@ OC.L10N.register(
     "One or more of your shares will expire tomorrow" : "Co najmniej jeden z Twoich udostępnień wygaśnie jutro",
     "Copy to clipboard" : "Kopiuj do schowka",
     "Sorry, this link doesn’t seem to work anymore." : "Niestety, ten link już nie działa.",
-    "Toggle grid view" : "Przełącz widok siatki",
-    "Share label saved" : "Etykieta udostępnienia zapisana",
-    "Share password saved" : "Hasło udostępnienia zapisane",
-    "Share note saved" : "Notatka udostępnienia zapisana"
+    "Toggle grid view" : "Przełącz widok siatki"
 },
 "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);");

+ 1 - 4
apps/files_sharing/l10n/pl.json

@@ -266,9 +266,6 @@
     "One or more of your shares will expire tomorrow" : "Co najmniej jeden z Twoich udostępnień wygaśnie jutro",
     "Copy to clipboard" : "Kopiuj do schowka",
     "Sorry, this link doesn’t seem to work anymore." : "Niestety, ten link już nie działa.",
-    "Toggle grid view" : "Przełącz widok siatki",
-    "Share label saved" : "Etykieta udostępnienia zapisana",
-    "Share password saved" : "Hasło udostępnienia zapisane",
-    "Share note saved" : "Notatka udostępnienia zapisana"
+    "Toggle grid view" : "Przełącz widok siatki"
 },"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);"
 }

+ 1 - 3
apps/files_sharing/l10n/pt_BR.js

@@ -269,8 +269,6 @@ OC.L10N.register(
     "Copy to clipboard" : "Copiar para a área de transferência",
     "Sorry, this link doesn’t seem to work anymore." : "Desculpe, este link parece não funcionar mais.",
     "Toggle grid view" : "Alternar a visão em grade",
-    "Share label saved" : "Marcador de compartilhamento salvo",
-    "Share password saved" : "Compartilhar senha salva",
-    "Share note saved" : "Compartilhar nota salva"
+    "Error generating password from password_policy" : "Erro ao gerar senha de password_policy"
 },
 "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

+ 1 - 3
apps/files_sharing/l10n/pt_BR.json

@@ -267,8 +267,6 @@
     "Copy to clipboard" : "Copiar para a área de transferência",
     "Sorry, this link doesn’t seem to work anymore." : "Desculpe, este link parece não funcionar mais.",
     "Toggle grid view" : "Alternar a visão em grade",
-    "Share label saved" : "Marcador de compartilhamento salvo",
-    "Share password saved" : "Compartilhar senha salva",
-    "Share note saved" : "Compartilhar nota salva"
+    "Error generating password from password_policy" : "Erro ao gerar senha de password_policy"
 },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
 }

+ 1 - 4
apps/files_sharing/l10n/sv.js

@@ -268,9 +268,6 @@ OC.L10N.register(
     "One or more of your shares will expire tomorrow" : "En eller flera av dina delningar kommer att upphöra imorgon",
     "Copy to clipboard" : "Kopiera till urklipp",
     "Sorry, this link doesn’t seem to work anymore." : "Tyvärr, denna länk verkar inte fungera längre.",
-    "Toggle grid view" : "Växla rutnätsvy",
-    "Share label saved" : "Delningsetikett sparad",
-    "Share password saved" : "Lösenord för delning sparad",
-    "Share note saved" : "Notering för delning sparad"
+    "Toggle grid view" : "Växla rutnätsvy"
 },
 "nplurals=2; plural=(n != 1);");

+ 1 - 4
apps/files_sharing/l10n/sv.json

@@ -266,9 +266,6 @@
     "One or more of your shares will expire tomorrow" : "En eller flera av dina delningar kommer att upphöra imorgon",
     "Copy to clipboard" : "Kopiera till urklipp",
     "Sorry, this link doesn’t seem to work anymore." : "Tyvärr, denna länk verkar inte fungera längre.",
-    "Toggle grid view" : "Växla rutnätsvy",
-    "Share label saved" : "Delningsetikett sparad",
-    "Share password saved" : "Lösenord för delning sparad",
-    "Share note saved" : "Notering för delning sparad"
+    "Toggle grid view" : "Växla rutnätsvy"
 },"pluralForm" :"nplurals=2; plural=(n != 1);"
 }

+ 1 - 4
apps/files_sharing/l10n/tr.js

@@ -268,9 +268,6 @@ OC.L10N.register(
     "One or more of your shares will expire tomorrow" : "Bir ya da daha çok paylaşımınızın geçerlilik süresi yarın dolacak",
     "Copy to clipboard" : "Panoya kopyala",
     "Sorry, this link doesn’t seem to work anymore." : "Ne yazık ki, bu bağlantı artık çalışmıyor gibi görünüyor.",
-    "Toggle grid view" : "Tablo görünümünü değiştir",
-    "Share label saved" : "Paylaşım etiketi kaydedildi",
-    "Share password saved" : "Paylaşım parolası kaydedildi",
-    "Share note saved" : "Paylaşım notu kaydedildi"
+    "Toggle grid view" : "Tablo görünümünü değiştir"
 },
 "nplurals=2; plural=(n > 1);");

+ 1 - 4
apps/files_sharing/l10n/tr.json

@@ -266,9 +266,6 @@
     "One or more of your shares will expire tomorrow" : "Bir ya da daha çok paylaşımınızın geçerlilik süresi yarın dolacak",
     "Copy to clipboard" : "Panoya kopyala",
     "Sorry, this link doesn’t seem to work anymore." : "Ne yazık ki, bu bağlantı artık çalışmıyor gibi görünüyor.",
-    "Toggle grid view" : "Tablo görünümünü değiştir",
-    "Share label saved" : "Paylaşım etiketi kaydedildi",
-    "Share password saved" : "Paylaşım parolası kaydedildi",
-    "Share note saved" : "Paylaşım notu kaydedildi"
+    "Toggle grid view" : "Tablo görünümünü değiştir"
 },"pluralForm" :"nplurals=2; plural=(n > 1);"
 }

+ 1 - 3
apps/files_sharing/l10n/zh_HK.js

@@ -269,8 +269,6 @@ OC.L10N.register(
     "Copy to clipboard" : "複製到剪貼板",
     "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效",
     "Toggle grid view" : "切換網格檢視",
-    "Share label saved" : "已保存分享標籤",
-    "Share password saved" : "已保存分享密碼",
-    "Share note saved" : "已保存分享筆記"
+    "Error generating password from password_policy" : "從密碼策略生成密碼時出錯"
 },
 "nplurals=1; plural=0;");

+ 1 - 3
apps/files_sharing/l10n/zh_HK.json

@@ -267,8 +267,6 @@
     "Copy to clipboard" : "複製到剪貼板",
     "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效",
     "Toggle grid view" : "切換網格檢視",
-    "Share label saved" : "已保存分享標籤",
-    "Share password saved" : "已保存分享密碼",
-    "Share note saved" : "已保存分享筆記"
+    "Error generating password from password_policy" : "從密碼策略生成密碼時出錯"
 },"pluralForm" :"nplurals=1; plural=0;"
 }

+ 1 - 4
apps/files_sharing/l10n/zh_TW.js

@@ -261,9 +261,6 @@ OC.L10N.register(
     "One or more of your shares will expire tomorrow" : "您的一個或多個分享將於明天到期",
     "Copy to clipboard" : "複製到剪貼簿",
     "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效",
-    "Toggle grid view" : "切換網格檢視",
-    "Share label saved" : "分享標籤已儲存",
-    "Share password saved" : "分享密碼已儲存",
-    "Share note saved" : "分享筆記已儲存"
+    "Toggle grid view" : "切換網格檢視"
 },
 "nplurals=1; plural=0;");

+ 1 - 4
apps/files_sharing/l10n/zh_TW.json

@@ -259,9 +259,6 @@
     "One or more of your shares will expire tomorrow" : "您的一個或多個分享將於明天到期",
     "Copy to clipboard" : "複製到剪貼簿",
     "Sorry, this link doesn’t seem to work anymore." : "抱歉,此連結已經失效",
-    "Toggle grid view" : "切換網格檢視",
-    "Share label saved" : "分享標籤已儲存",
-    "Share password saved" : "分享密碼已儲存",
-    "Share note saved" : "分享筆記已儲存"
+    "Toggle grid view" : "切換網格檢視"
 },"pluralForm" :"nplurals=1; plural=0;"
 }

+ 5 - 0
apps/files_versions/l10n/de.js

@@ -4,6 +4,11 @@ OC.L10N.register(
     "Versions" : "Versionen",
     "This application automatically maintains older versions of files that are changed." : "Diese App verwaltet automatisch ältere Versionen geänderter Dateien.",
     "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Diese Anwendung verwaltet automatisch ältere Versionen von Dateien, die geändert werden. Wenn aktiviert, wird ein Ordner mit versteckten Versionen im Verzeichnis jedes Benutzers bereitgestellt und wird zum Speichern alter Dateiversionen verwendet. Ein Benutzer kann jederzeit über die Web-Oberfläche auf eine ältere Version zurückgreifen, wobei die ersetzte Datei dann eine Version wird. Die App verwaltet automatisch den Versionsordner, um sicherzustellen, dass dem Benutzer nicht der Speicherplatz aufgrund von zu vielen Versionen ausgeht.\nZusätzlich zum Ablauf der Versionen stellt die Versions-App sicher, dass nie mehr als 50% des derzeit verfügbaren freien Speicherplatzes des Benutzers für die Versionierung genutzt werden. Wenn gespeicherte Versionen diese Grenze überschreiten, löscht die App zuerst die ältesten Versionen, bis sie die 50% Grenze erreicht hat. Weitere Informationen findest du in der Versionsdokumentation.",
+    "Download version" : "Version herunterladen",
+    "Restore version" : "Version wiederherstellen",
+    "No versions yet" : "Bislang keine Versionen",
+    "Version restored" : "Version wiederhergestellt",
+    "Could not restore version" : "Version konnte nicht wiederhergestellt werden",
     "Version" : "Version",
     "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Diese Anwendung verwaltet automatisch ältere Versionen von Dateien, die geändert werden. Wenn aktiviert, wird ein Ordner mit versteckten Versionen im Verzeichnis jedes Benutzers bereitgestellt und wird zum Speichern alter Dateiversionen verwendet. Ein Benutzer kann jederzeit über die Web-Oberfläche auf eine ältere Version zurückgreifen, wobei die ersetzte Datei dann eine Version wird. Die App verwaltet automatisch den Versionsordner, um sicherzustellen, dass dem Benutzer nicht der Speicherplatz aufgrund von zu vielen Versionen ausgeht.\n\t\tZusätzlich zum Ablauf der Versionen stellt die Versions-App sicher, dass nie mehr als 50% des derzeit verfügbaren freien Speicherplatzes des Benutzers für die Versionierung genutzt werden. Wenn gespeicherte Versionen diese Grenze überschreiten, löscht die App zuerst die ältesten Versionen, bis sie die 50% Grenze erreicht hat. Weitere Informationen findest du in der Versionsdokumentation.",
     "Failed to revert {file} to revision {timestamp}." : "Konnte {file} nicht auf Revision {timestamp} zurücksetzen.",

+ 5 - 0
apps/files_versions/l10n/de.json

@@ -2,6 +2,11 @@
     "Versions" : "Versionen",
     "This application automatically maintains older versions of files that are changed." : "Diese App verwaltet automatisch ältere Versionen geänderter Dateien.",
     "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Diese Anwendung verwaltet automatisch ältere Versionen von Dateien, die geändert werden. Wenn aktiviert, wird ein Ordner mit versteckten Versionen im Verzeichnis jedes Benutzers bereitgestellt und wird zum Speichern alter Dateiversionen verwendet. Ein Benutzer kann jederzeit über die Web-Oberfläche auf eine ältere Version zurückgreifen, wobei die ersetzte Datei dann eine Version wird. Die App verwaltet automatisch den Versionsordner, um sicherzustellen, dass dem Benutzer nicht der Speicherplatz aufgrund von zu vielen Versionen ausgeht.\nZusätzlich zum Ablauf der Versionen stellt die Versions-App sicher, dass nie mehr als 50% des derzeit verfügbaren freien Speicherplatzes des Benutzers für die Versionierung genutzt werden. Wenn gespeicherte Versionen diese Grenze überschreiten, löscht die App zuerst die ältesten Versionen, bis sie die 50% Grenze erreicht hat. Weitere Informationen findest du in der Versionsdokumentation.",
+    "Download version" : "Version herunterladen",
+    "Restore version" : "Version wiederherstellen",
+    "No versions yet" : "Bislang keine Versionen",
+    "Version restored" : "Version wiederhergestellt",
+    "Could not restore version" : "Version konnte nicht wiederhergestellt werden",
     "Version" : "Version",
     "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Diese Anwendung verwaltet automatisch ältere Versionen von Dateien, die geändert werden. Wenn aktiviert, wird ein Ordner mit versteckten Versionen im Verzeichnis jedes Benutzers bereitgestellt und wird zum Speichern alter Dateiversionen verwendet. Ein Benutzer kann jederzeit über die Web-Oberfläche auf eine ältere Version zurückgreifen, wobei die ersetzte Datei dann eine Version wird. Die App verwaltet automatisch den Versionsordner, um sicherzustellen, dass dem Benutzer nicht der Speicherplatz aufgrund von zu vielen Versionen ausgeht.\n\t\tZusätzlich zum Ablauf der Versionen stellt die Versions-App sicher, dass nie mehr als 50% des derzeit verfügbaren freien Speicherplatzes des Benutzers für die Versionierung genutzt werden. Wenn gespeicherte Versionen diese Grenze überschreiten, löscht die App zuerst die ältesten Versionen, bis sie die 50% Grenze erreicht hat. Weitere Informationen findest du in der Versionsdokumentation.",
     "Failed to revert {file} to revision {timestamp}." : "Konnte {file} nicht auf Revision {timestamp} zurücksetzen.",

+ 6 - 4
apps/settings/l10n/de.js

@@ -10,7 +10,7 @@ OC.L10N.register(
     "Published" : "Veröffentlicht",
     "Synchronize to trusted servers and the global and public address book" : "Mit vertrauenswürdigen Servern und dem globalen und öffentlichen Adressbuch synchronisieren",
     "Verify" : "Überprüfen",
-    "Verifying …" : "Überprüfe…",
+    "Verifying …" : "Überprüfe …",
     "Unable to change password" : "Passwort konnte nicht geändert werden",
     "Very weak password" : "Sehr schwaches Passwort",
     "Weak password" : "Schwaches Passwort",
@@ -39,6 +39,7 @@ OC.L10N.register(
     "You changed your email address" : "Du hast deine E-Mail-Adresse geändert",
     "Your email address was changed by an administrator" : "Deine E-Mail-Adresse wurde von einem Administrator geändert",
     "You created an app password for a session named \"{token}\"" : "Du hast ein App-Passwort für eine Sitzung mit dem Namen \"{token}\" erstellt.",
+    "An administrator created an app password for a session named \"{token}\"" : "Die Administration hat ein App-Passwort für eine Sitzung mit dem Namen \"{token}“ erstellt",
     "You deleted app password \"{token}\"" : "Du hast das App-Passwort \"{token}\" entfernt",
     "You renamed app password \"{token}\" to \"{newToken}\"" : "Du hast App-Passwort \"{token}\" in \"{newToken}\" umbenannt",
     "You granted filesystem access to app password \"{token}\"" : "Du hast Dateisystemzugriff für App-Passwort \"{token}\" erlaubt",
@@ -372,7 +373,7 @@ OC.L10N.register(
     "Add WebAuthn device" : "WebAuthn-Gerät hinzufügen",
     "Please authorize your WebAuthn device." : "Bitte autorisiere dein WebAuthn-Gerät.",
     "Name your device" : "Gerät benennen",
-    "Adding your device …" : "Füge dein Gerät hinzu…",
+    "Adding your device …" : "Füge dein Gerät hinzu …",
     "Server error while trying to add WebAuthn device" : "Server-Fehler beim Versuch ein WebAuthn-Gerät hinzuzufügen",
     "Server error while trying to complete WebAuthn device registration" : "Server-Fehler beim Versuch die WebAuthn-Geräte-Registrierung abzuschließen",
     "Unnamed device" : "Unbenanntes Gerät",
@@ -398,7 +399,7 @@ OC.L10N.register(
     "Show storage path" : "Zeige Speicherpfad",
     "Send email to new user" : "E-Mail an neuen Benutzer senden",
     "Not saved" : "Nicht gespeichert",
-    "Sending…" : "Senden…",
+    "Sending…" : "Senden …",
     "Email sent" : "E-Mail gesendet",
     "Location" : "Ort",
     "Profile picture" : "Profilbild",
@@ -410,6 +411,7 @@ OC.L10N.register(
     "Phone number" : "Telefonnummer",
     "Role" : "Funktion",
     "Twitter" : "Twitter",
+    "Fediverse (e.g. Mastodon)" : "Fediverse (wie z. B. Mastodon)",
     "Website" : "Webseite",
     "Profile visibility" : "Sichtbarkeit deines Profils",
     "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Nicht verfügbar, da diese Eigenschaft für Kernfunktionen wie Dateifreigabe und Kalendereinladungen erforderlich ist.",
@@ -522,7 +524,7 @@ OC.L10N.register(
     "Unable to update federation scope of the primary {accountProperty}" : "Der Federation-Bereich des primären {accountProperty} konnte nicht aktualisiert werden",
     "Unable to update federation scope of additional {accountProperty}" : "Der Federation-Bereich des zusätzlichen {accountProperty} konnte nicht aktualisiert werden",
     "Migration in progress. Please wait until the migration is finished" : "Migration läuft. Bitte warte, bis die Migration abgeschlossen ist",
-    "Migration started …" : "Migration begonnen…",
+    "Migration started …" : "Migration begonnen …",
     "Address" : "Adresse",
     "Avatar" : "Avatar",
     "An error occured during the request. Unable to proceed." : "Es ist ein Fehler bei der Anfrage aufgetreten. Es kann nicht fortgefahren werden.",

+ 6 - 4
apps/settings/l10n/de.json

@@ -8,7 +8,7 @@
     "Published" : "Veröffentlicht",
     "Synchronize to trusted servers and the global and public address book" : "Mit vertrauenswürdigen Servern und dem globalen und öffentlichen Adressbuch synchronisieren",
     "Verify" : "Überprüfen",
-    "Verifying …" : "Überprüfe…",
+    "Verifying …" : "Überprüfe …",
     "Unable to change password" : "Passwort konnte nicht geändert werden",
     "Very weak password" : "Sehr schwaches Passwort",
     "Weak password" : "Schwaches Passwort",
@@ -37,6 +37,7 @@
     "You changed your email address" : "Du hast deine E-Mail-Adresse geändert",
     "Your email address was changed by an administrator" : "Deine E-Mail-Adresse wurde von einem Administrator geändert",
     "You created an app password for a session named \"{token}\"" : "Du hast ein App-Passwort für eine Sitzung mit dem Namen \"{token}\" erstellt.",
+    "An administrator created an app password for a session named \"{token}\"" : "Die Administration hat ein App-Passwort für eine Sitzung mit dem Namen \"{token}“ erstellt",
     "You deleted app password \"{token}\"" : "Du hast das App-Passwort \"{token}\" entfernt",
     "You renamed app password \"{token}\" to \"{newToken}\"" : "Du hast App-Passwort \"{token}\" in \"{newToken}\" umbenannt",
     "You granted filesystem access to app password \"{token}\"" : "Du hast Dateisystemzugriff für App-Passwort \"{token}\" erlaubt",
@@ -370,7 +371,7 @@
     "Add WebAuthn device" : "WebAuthn-Gerät hinzufügen",
     "Please authorize your WebAuthn device." : "Bitte autorisiere dein WebAuthn-Gerät.",
     "Name your device" : "Gerät benennen",
-    "Adding your device …" : "Füge dein Gerät hinzu…",
+    "Adding your device …" : "Füge dein Gerät hinzu …",
     "Server error while trying to add WebAuthn device" : "Server-Fehler beim Versuch ein WebAuthn-Gerät hinzuzufügen",
     "Server error while trying to complete WebAuthn device registration" : "Server-Fehler beim Versuch die WebAuthn-Geräte-Registrierung abzuschließen",
     "Unnamed device" : "Unbenanntes Gerät",
@@ -396,7 +397,7 @@
     "Show storage path" : "Zeige Speicherpfad",
     "Send email to new user" : "E-Mail an neuen Benutzer senden",
     "Not saved" : "Nicht gespeichert",
-    "Sending…" : "Senden…",
+    "Sending…" : "Senden …",
     "Email sent" : "E-Mail gesendet",
     "Location" : "Ort",
     "Profile picture" : "Profilbild",
@@ -408,6 +409,7 @@
     "Phone number" : "Telefonnummer",
     "Role" : "Funktion",
     "Twitter" : "Twitter",
+    "Fediverse (e.g. Mastodon)" : "Fediverse (wie z. B. Mastodon)",
     "Website" : "Webseite",
     "Profile visibility" : "Sichtbarkeit deines Profils",
     "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Nicht verfügbar, da diese Eigenschaft für Kernfunktionen wie Dateifreigabe und Kalendereinladungen erforderlich ist.",
@@ -520,7 +522,7 @@
     "Unable to update federation scope of the primary {accountProperty}" : "Der Federation-Bereich des primären {accountProperty} konnte nicht aktualisiert werden",
     "Unable to update federation scope of additional {accountProperty}" : "Der Federation-Bereich des zusätzlichen {accountProperty} konnte nicht aktualisiert werden",
     "Migration in progress. Please wait until the migration is finished" : "Migration läuft. Bitte warte, bis die Migration abgeschlossen ist",
-    "Migration started …" : "Migration begonnen…",
+    "Migration started …" : "Migration begonnen …",
     "Address" : "Adresse",
     "Avatar" : "Avatar",
     "An error occured during the request. Unable to proceed." : "Es ist ein Fehler bei der Anfrage aufgetreten. Es kann nicht fortgefahren werden.",

+ 1 - 1
apps/systemtags/l10n/de.js

@@ -43,7 +43,7 @@ OC.L10N.register(
     "%s (invisible)" : "%s (unsichtbar)",
     "<strong>System tags</strong> for a file have been modified" : "<strong>System-Tags</strong> für eine Datei wurden geändert",
     "Tags" : "Tags",
-    "All tagged %s …" : "Alle Schlagwörter %s hinzugefügt ....",
+    "All tagged %s …" : "Alle Schlagwörter %s hinzugefügt ",
     "tagged %s" : "Schlagwort %s hinzugefügt",
     "Collaborative tags" : "Kollaborative Tags",
     "Collaborative tagging functionality which shares tags among users." : "Kollaborative Tags Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt.",

+ 1 - 1
apps/systemtags/l10n/de.json

@@ -41,7 +41,7 @@
     "%s (invisible)" : "%s (unsichtbar)",
     "<strong>System tags</strong> for a file have been modified" : "<strong>System-Tags</strong> für eine Datei wurden geändert",
     "Tags" : "Tags",
-    "All tagged %s …" : "Alle Schlagwörter %s hinzugefügt ....",
+    "All tagged %s …" : "Alle Schlagwörter %s hinzugefügt ",
     "tagged %s" : "Schlagwort %s hinzugefügt",
     "Collaborative tags" : "Kollaborative Tags",
     "Collaborative tagging functionality which shares tags among users." : "Kollaborative Tags Schlagwort-Funktionalität, welche Schlagworte unter den Benutzern teilt.",

+ 4 - 1
apps/theming/l10n/de.js

@@ -76,14 +76,17 @@ OC.L10N.register(
     "Set a custom background" : "Einen benutzerdefinierten Hintergrund setzen",
     "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Der unbeschränkte Zugang ist für uns sehr wichtig. Wir halten uns an Webstandards und prüfen, ob alles auch ohne Maus und unterstützende Software wie Screenreader nutzbar ist. Wir streben die Einhaltung der {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 auf AA-Niveau an, mit dem kontrastreichen Design sogar auf AAA-Niveau.",
     "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Wenn du Fehler findest, melde sie bitte im {issuetracker}Problemverfolgungssystem{linkend}. Und wenn du mithelfen willst, tritt dem {designteam}Designteam{linkend} bei!",
+    "Custom background" : "Benutzerdefinierter Hintergrund",
+    "Default background" : "Standardhintergrund",
     "Change color" : "Farbe ändern",
+    "Remove background" : "Hintergrund entfernen",
     "Select a background from your files" : "Wähle einen Hintergrund aus deinen Dateien",
     "Theme selection is enforced" : "Designauswahl wird erzwungen",
     "Select a custom color" : "Eine benutzerdefinierte Farbe auswählen",
     "Reset to default" : " Auf Standard zurücksetzen ",
     "Upload" : "Hochladen",
     "Remove background image" : "Hintergrundbild entfernen",
-    "Loading preview…" : "Lade Vorschau…",
+    "Loading preview…" : "Lade Vorschau …",
     "Admin" : "Administrator",
     "Error uploading the file" : "Fehler beim Hochladen der Datei",
     "Name cannot be empty" : "Der Name darf nicht leer sein",

+ 4 - 1
apps/theming/l10n/de.json

@@ -74,14 +74,17 @@
     "Set a custom background" : "Einen benutzerdefinierten Hintergrund setzen",
     "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Der unbeschränkte Zugang ist für uns sehr wichtig. Wir halten uns an Webstandards und prüfen, ob alles auch ohne Maus und unterstützende Software wie Screenreader nutzbar ist. Wir streben die Einhaltung der {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 auf AA-Niveau an, mit dem kontrastreichen Design sogar auf AAA-Niveau.",
     "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Wenn du Fehler findest, melde sie bitte im {issuetracker}Problemverfolgungssystem{linkend}. Und wenn du mithelfen willst, tritt dem {designteam}Designteam{linkend} bei!",
+    "Custom background" : "Benutzerdefinierter Hintergrund",
+    "Default background" : "Standardhintergrund",
     "Change color" : "Farbe ändern",
+    "Remove background" : "Hintergrund entfernen",
     "Select a background from your files" : "Wähle einen Hintergrund aus deinen Dateien",
     "Theme selection is enforced" : "Designauswahl wird erzwungen",
     "Select a custom color" : "Eine benutzerdefinierte Farbe auswählen",
     "Reset to default" : " Auf Standard zurücksetzen ",
     "Upload" : "Hochladen",
     "Remove background image" : "Hintergrundbild entfernen",
-    "Loading preview…" : "Lade Vorschau…",
+    "Loading preview…" : "Lade Vorschau …",
     "Admin" : "Administrator",
     "Error uploading the file" : "Fehler beim Hochladen der Datei",
     "Name cannot be empty" : "Der Name darf nicht leer sein",

+ 1 - 0
apps/theming/l10n/uk.js

@@ -68,6 +68,7 @@ OC.L10N.register(
     "Keyboard shortcuts" : "Скорочення",
     "Disable all keyboard shortcuts" : "Вимкнути всі комбінації клавіш",
     "Background" : "Тло",
+    "Customization has been disabled by your administrator" : "Налаштування персоналізації вимкнено адміністатором.",
     "Set a custom background" : "Встановити спеціальне зображення тла",
     "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Для нас дуже важливо забезпечити доступ для всіх. Ми дотримуємось веб-стандартів і перевіряємо, щоб забезпечити зручність користування без комп'ютерної миші, а також за допомогую допоміжного програмного забезпечення, наприклад, програми зчитування з екрана. Ми прагнемо відповідати {guidelines} Правила доступу до веб-вмісту {linkend} 2.1 на рівні AA, а з темою високої контрастності навіть на рівні AAA.",
     "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Якщо ви виявите будь-які проблеми, не соромтеся повідомити про них на {issuetracker}нашій системі відстеження проблем{linkend}. І якщо ви хочете взяти участь, приєднуйтесь до {designteam}нашої команди дизайнерів{linkend}!",

+ 1 - 0
apps/theming/l10n/uk.json

@@ -66,6 +66,7 @@
     "Keyboard shortcuts" : "Скорочення",
     "Disable all keyboard shortcuts" : "Вимкнути всі комбінації клавіш",
     "Background" : "Тло",
+    "Customization has been disabled by your administrator" : "Налаштування персоналізації вимкнено адміністатором.",
     "Set a custom background" : "Встановити спеціальне зображення тла",
     "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Для нас дуже важливо забезпечити доступ для всіх. Ми дотримуємось веб-стандартів і перевіряємо, щоб забезпечити зручність користування без комп'ютерної миші, а також за допомогую допоміжного програмного забезпечення, наприклад, програми зчитування з екрана. Ми прагнемо відповідати {guidelines} Правила доступу до веб-вмісту {linkend} 2.1 на рівні AA, а з темою високої контрастності навіть на рівні AAA.",
     "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Якщо ви виявите будь-які проблеми, не соромтеся повідомити про них на {issuetracker}нашій системі відстеження проблем{linkend}. І якщо ви хочете взяти участь, приєднуйтесь до {designteam}нашої команди дизайнерів{linkend}!",

+ 3 - 2
apps/user_ldap/l10n/de.js

@@ -10,16 +10,17 @@ OC.L10N.register(
     "No action specified" : "Keine Aktion angegeben",
     "No configuration specified" : "Keine Konfiguration angegeben",
     "No data specified" : "Keine Daten angegeben",
+    "Invalid data specified" : "Ungültige Daten angegeben",
     " Could not set configuration %s" : "Die Konfiguration %s konnte nicht gesetzt werden",
     "Action does not exist" : "Aktion existiert nicht",
-    "Renewing …" : "Erneuere…",
+    "Renewing …" : "Erneuere …",
     "Very weak password" : "Sehr schwaches Passwort",
     "Weak password" : "Schwaches Passwort",
     "So-so password" : "Passables Passwort",
     "Good password" : "Gutes Passwort",
     "Strong password" : "Starkes Passwort",
     "The Base DN appears to be wrong" : "Die Base-DN scheint falsch zu sein",
-    "Testing configuration…" : "Teste Konfiguration…",
+    "Testing configuration…" : "Teste Konfiguration …",
     "Configuration incorrect" : "Konfiguration falsch",
     "Configuration incomplete" : "Konfiguration unvollständig",
     "Configuration OK" : "Konfiguration OK",

+ 3 - 2
apps/user_ldap/l10n/de.json

@@ -8,16 +8,17 @@
     "No action specified" : "Keine Aktion angegeben",
     "No configuration specified" : "Keine Konfiguration angegeben",
     "No data specified" : "Keine Daten angegeben",
+    "Invalid data specified" : "Ungültige Daten angegeben",
     " Could not set configuration %s" : "Die Konfiguration %s konnte nicht gesetzt werden",
     "Action does not exist" : "Aktion existiert nicht",
-    "Renewing …" : "Erneuere…",
+    "Renewing …" : "Erneuere …",
     "Very weak password" : "Sehr schwaches Passwort",
     "Weak password" : "Schwaches Passwort",
     "So-so password" : "Passables Passwort",
     "Good password" : "Gutes Passwort",
     "Strong password" : "Starkes Passwort",
     "The Base DN appears to be wrong" : "Die Base-DN scheint falsch zu sein",
-    "Testing configuration…" : "Teste Konfiguration…",
+    "Testing configuration…" : "Teste Konfiguration …",
     "Configuration incorrect" : "Konfiguration falsch",
     "Configuration incomplete" : "Konfiguration unvollständig",
     "Configuration OK" : "Konfiguration OK",

+ 11 - 7
core/l10n/de.js

@@ -42,6 +42,7 @@ OC.L10N.register(
     "Some of your link shares have been removed" : "Einige der geteilten Freigaben wurden entfernt",
     "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Aufgrund eines Sicherheitsfehlers mussten einige der geteilten Freigaben entfernt werden. Weitere Informationen im Link.",
     "The user limit of this instance is reached." : "Die Benutzergrenze dieser Instanz ist erreicht.",
+    "Enter your subscription key in the support app in order to increase the user limit. This does also grant you all additional benefits that Nextcloud Enterprise offers and is highly recommended for the operation in companies." : "Gebe deinen Abonnementschlüssel in der Support-App ein, um das Benutzerlimit zu erhöhen. Dies gewährt dir auch alle zusätzlichen Vorteile, die Nextcloud Enterprise bietet und für den Betrieb in Unternehmen sehr zu empfehlen ist.",
     "Learn more ↗" : "Erfahre mehr ↗",
     "Preparing update" : "Update vorbereiten",
     "[%d / %d]: %s" : "[%d / %d]: %s",
@@ -80,6 +81,7 @@ OC.L10N.register(
     "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Für deine Installation ist keine Standard-Telefonregion festgelegt. Dies ist erforderlich, um Telefonnummern in den Profileinstellungen ohne Ländercode überprüfen zu können. Um Nummern ohne Ländercode zuzulassen, füge bitte \"default_phone_region\" mit dem entsprechenden {linkstart}ISO 3166-1-Code ↗{linkend} der gewünschten Region hinzu.",
     "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten: ",
     "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Letzte Cron-Job-Ausführung: {relativeTime}. {linkstart}Check the background job settings ↗{linkend}.",
+    "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {linkstart}https://nextcloud.com/enterprise{linkend}." : "Dies ist der nicht unterstützte Community-Build von Nextcloud. Angesichts der Größe dieser Instanz können Leistung, Zuverlässigkeit und Skalierbarkeit nicht garantiert werden. Push-Benachrichtigungen wurden beschränkt, um eine Überlastung unseres kostenlosen Dienstes zu vermeiden. Erfahre mehr über die Vorteile von Nextcloud Enterprise unter {linkstart}https://nextcloud.com/enterprise{linkend}.",
     "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen externer Speicher, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren. Um alle Funktionen nutzen zu können, stelle bitte eine Internet-Verbindung für diesen Server her.",
     "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Es wurde kein PHP Memory Cache konfiguriert. Konfiguriere zur Erhöhung der Leistungsfähigkeit, soweit verfügbar, einen Memory Cache. Weitere Informationen findest du in unserer {linkstart}Dokumentation ↗{linkend}.",
     "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Von PHP wurde keine geeignete Quelle für Zufälligkeit gefunden, aus Sicht der Sicherheit ist dies bedenklich. Weitere Informationen sind in der {linkstart}Dokumentation ↗{linkend} zu finden.",
@@ -140,7 +142,7 @@ OC.L10N.register(
     "Currently open" : "Derzeit geöffnet",
     "_{count} notification_::_{count} notifications_" : ["{count} Benachrichtigung","{count} Benachrichtigungen"],
     "Log in" : "Anmelden",
-    "Logging in …" : "Melde an…",
+    "Logging in …" : "Melde an …",
     "Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!",
     "Please contact your administrator." : "Bitte kontaktiere den Administrator.",
     "An internal error occurred." : "Es ist ein interner Fehler aufgetreten.",
@@ -198,7 +200,7 @@ OC.L10N.register(
     "No results for {query}" : "Keine Suchergebnisse zu {query}",
     "Press enter to start searching" : "Zum Suchen Enter drücken",
     "Start typing to search" : "Beginne mit der Eingabe, um zu suchen",
-    "Loading more results …" : "Lade weitere Ergebnisse…",
+    "Loading more results …" : "Lade weitere Ergebnisse …",
     "Load more results" : "Weitere Ergebnisse laden",
     "Search" : "Suche",
     "An error occurred while searching for {type}" : "Es ist ein Fehler beim Suchen nach {type} aufgetreten",
@@ -207,15 +209,16 @@ OC.L10N.register(
     "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Dein Browser wird nicht unterstützt. Bitte aktualisieren deinen Browser auf eine neuere oder unterstützte Version.",
     "Continue with this unsupported browser" : "Mit diesem nicht unterstützten Browser fortfahren.",
     "Supported versions" : "Unterstützte Versionen",
-    "Search {types} …" : "Suche {types}…",
+    "{name} version {version} and above" : "{name} Version {version} und neuer",
+    "Search {types} …" : "Suche {types} …",
     "Settings" : "Einstellungen",
     "Could not load your contacts" : "Deine Kontakte konnten nicht geladen werden",
-    "Search contacts …" : "Kontakte suchen…",
+    "Search contacts …" : "Kontakte suchen …",
     "No contacts found" : "Keine Kontakte gefunden",
-    "Show all contacts …" : "Zeige alle Kontakte…",
+    "Show all contacts …" : "Zeige alle Kontakte …",
     "Install the Contacts app" : "Kontakte-App installieren",
-    "Loading your contacts …" : "Lade deine Kontakte…",
-    "Looking for {term} …" : "Suche nach {term}…",
+    "Loading your contacts …" : "Lade deine Kontakte …",
+    "Looking for {term} …" : "Suche nach {term} …",
     "No" : "Nein",
     "Yes" : "Ja",
     "No files in here" : "Keine Dateien vorhanden",
@@ -295,6 +298,7 @@ OC.L10N.register(
     "The profile does not exist." : "Das Profil existiert nicht",
     "Back to %s" : "Zurück zu %s",
     "Page not found" : "Seite nicht gefunden",
+    "The page could not be found on the server." : "Die Seite konnte auf dem Server nicht gefunden werden.",
     "Too many requests" : "Zu viele Anfragen",
     "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Zu viele Anfragen aus deinem Netzwerk. Versuche es später erneut oder wende dich an deinen Administrator, wenn dies ein Fehler sein sollte.",
     "Error" : "Fehler",

+ 11 - 7
core/l10n/de.json

@@ -40,6 +40,7 @@
     "Some of your link shares have been removed" : "Einige der geteilten Freigaben wurden entfernt",
     "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Aufgrund eines Sicherheitsfehlers mussten einige der geteilten Freigaben entfernt werden. Weitere Informationen im Link.",
     "The user limit of this instance is reached." : "Die Benutzergrenze dieser Instanz ist erreicht.",
+    "Enter your subscription key in the support app in order to increase the user limit. This does also grant you all additional benefits that Nextcloud Enterprise offers and is highly recommended for the operation in companies." : "Gebe deinen Abonnementschlüssel in der Support-App ein, um das Benutzerlimit zu erhöhen. Dies gewährt dir auch alle zusätzlichen Vorteile, die Nextcloud Enterprise bietet und für den Betrieb in Unternehmen sehr zu empfehlen ist.",
     "Learn more ↗" : "Erfahre mehr ↗",
     "Preparing update" : "Update vorbereiten",
     "[%d / %d]: %s" : "[%d / %d]: %s",
@@ -78,6 +79,7 @@
     "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Für deine Installation ist keine Standard-Telefonregion festgelegt. Dies ist erforderlich, um Telefonnummern in den Profileinstellungen ohne Ländercode überprüfen zu können. Um Nummern ohne Ländercode zuzulassen, füge bitte \"default_phone_region\" mit dem entsprechenden {linkstart}ISO 3166-1-Code ↗{linkend} der gewünschten Region hinzu.",
     "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Die Ausführung des Cron-Jobs über die Kommandozeile war nicht möglich. Die folgenden technischen Fehler sind dabei aufgetreten: ",
     "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Letzte Cron-Job-Ausführung: {relativeTime}. {linkstart}Check the background job settings ↗{linkend}.",
+    "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {linkstart}https://nextcloud.com/enterprise{linkend}." : "Dies ist der nicht unterstützte Community-Build von Nextcloud. Angesichts der Größe dieser Instanz können Leistung, Zuverlässigkeit und Skalierbarkeit nicht garantiert werden. Push-Benachrichtigungen wurden beschränkt, um eine Überlastung unseres kostenlosen Dienstes zu vermeiden. Erfahre mehr über die Vorteile von Nextcloud Enterprise unter {linkstart}https://nextcloud.com/enterprise{linkend}.",
     "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen externer Speicher, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren. Um alle Funktionen nutzen zu können, stelle bitte eine Internet-Verbindung für diesen Server her.",
     "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Es wurde kein PHP Memory Cache konfiguriert. Konfiguriere zur Erhöhung der Leistungsfähigkeit, soweit verfügbar, einen Memory Cache. Weitere Informationen findest du in unserer {linkstart}Dokumentation ↗{linkend}.",
     "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Von PHP wurde keine geeignete Quelle für Zufälligkeit gefunden, aus Sicht der Sicherheit ist dies bedenklich. Weitere Informationen sind in der {linkstart}Dokumentation ↗{linkend} zu finden.",
@@ -138,7 +140,7 @@
     "Currently open" : "Derzeit geöffnet",
     "_{count} notification_::_{count} notifications_" : ["{count} Benachrichtigung","{count} Benachrichtigungen"],
     "Log in" : "Anmelden",
-    "Logging in …" : "Melde an…",
+    "Logging in …" : "Melde an …",
     "Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!",
     "Please contact your administrator." : "Bitte kontaktiere den Administrator.",
     "An internal error occurred." : "Es ist ein interner Fehler aufgetreten.",
@@ -196,7 +198,7 @@
     "No results for {query}" : "Keine Suchergebnisse zu {query}",
     "Press enter to start searching" : "Zum Suchen Enter drücken",
     "Start typing to search" : "Beginne mit der Eingabe, um zu suchen",
-    "Loading more results …" : "Lade weitere Ergebnisse…",
+    "Loading more results …" : "Lade weitere Ergebnisse …",
     "Load more results" : "Weitere Ergebnisse laden",
     "Search" : "Suche",
     "An error occurred while searching for {type}" : "Es ist ein Fehler beim Suchen nach {type} aufgetreten",
@@ -205,15 +207,16 @@
     "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Dein Browser wird nicht unterstützt. Bitte aktualisieren deinen Browser auf eine neuere oder unterstützte Version.",
     "Continue with this unsupported browser" : "Mit diesem nicht unterstützten Browser fortfahren.",
     "Supported versions" : "Unterstützte Versionen",
-    "Search {types} …" : "Suche {types}…",
+    "{name} version {version} and above" : "{name} Version {version} und neuer",
+    "Search {types} …" : "Suche {types} …",
     "Settings" : "Einstellungen",
     "Could not load your contacts" : "Deine Kontakte konnten nicht geladen werden",
-    "Search contacts …" : "Kontakte suchen…",
+    "Search contacts …" : "Kontakte suchen …",
     "No contacts found" : "Keine Kontakte gefunden",
-    "Show all contacts …" : "Zeige alle Kontakte…",
+    "Show all contacts …" : "Zeige alle Kontakte …",
     "Install the Contacts app" : "Kontakte-App installieren",
-    "Loading your contacts …" : "Lade deine Kontakte…",
-    "Looking for {term} …" : "Suche nach {term}…",
+    "Loading your contacts …" : "Lade deine Kontakte …",
+    "Looking for {term} …" : "Suche nach {term} …",
     "No" : "Nein",
     "Yes" : "Ja",
     "No files in here" : "Keine Dateien vorhanden",
@@ -293,6 +296,7 @@
     "The profile does not exist." : "Das Profil existiert nicht",
     "Back to %s" : "Zurück zu %s",
     "Page not found" : "Seite nicht gefunden",
+    "The page could not be found on the server." : "Die Seite konnte auf dem Server nicht gefunden werden.",
     "Too many requests" : "Zu viele Anfragen",
     "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Zu viele Anfragen aus deinem Netzwerk. Versuche es später erneut oder wende dich an deinen Administrator, wenn dies ein Fehler sein sollte.",
     "Error" : "Fehler",

+ 2 - 0
core/l10n/eu.js

@@ -28,6 +28,7 @@ OC.L10N.register(
     "Your login token is invalid or has expired" : "Zure saio-hasierako tokena baliogabea da edo iraungi da",
     "This community release of Nextcloud is unsupported and push notifications are limited." : "Nextcloud komunitate bertsio honek ez du laguntza-zerbitzurik eta push jakinarazpenak mugatuak dira.",
     "Login" : "Hasi saioa",
+    "Please try again" : "Mesedez saiatu berriro",
     "Password reset is disabled" : "Pasahitza berrezartzea desgaituta dago",
     "Could not reset password because the token is expired" : "Ezin izan da pasahitza berrezarri tokena iraungi delako",
     "Could not reset password because the token is invalid" : "Ezin izan da pasahitza berrezarri tokena baliogabea delako",
@@ -182,6 +183,7 @@ OC.L10N.register(
     "Simple email app nicely integrated with Files, Contacts and Calendar." : "Fitxategiak, Kontaktuak eta Egutegiarekin integratutako posta elektronikoko aplikazio soila.",
     "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Txata, bideo-deiak, pantaila partekatzea, lineako bilerak eta web konferentziak - zure nabigatzailean eta mugikorrerako aplikazioekin.",
     "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Dokumentu, kalkulu-orri eta aurkezpen kolaboratiboak, Collabora Online-en sortuak.",
+    "Search contacts" : "Bilatu kontaktuak",
     "Forgot password?" : "Pasahitza ahaztu duzu?",
     "Log in with a device" : "Hasi saioa gailu batekin",
     "Back" : "Atzera",

+ 2 - 0
core/l10n/eu.json

@@ -26,6 +26,7 @@
     "Your login token is invalid or has expired" : "Zure saio-hasierako tokena baliogabea da edo iraungi da",
     "This community release of Nextcloud is unsupported and push notifications are limited." : "Nextcloud komunitate bertsio honek ez du laguntza-zerbitzurik eta push jakinarazpenak mugatuak dira.",
     "Login" : "Hasi saioa",
+    "Please try again" : "Mesedez saiatu berriro",
     "Password reset is disabled" : "Pasahitza berrezartzea desgaituta dago",
     "Could not reset password because the token is expired" : "Ezin izan da pasahitza berrezarri tokena iraungi delako",
     "Could not reset password because the token is invalid" : "Ezin izan da pasahitza berrezarri tokena baliogabea delako",
@@ -180,6 +181,7 @@
     "Simple email app nicely integrated with Files, Contacts and Calendar." : "Fitxategiak, Kontaktuak eta Egutegiarekin integratutako posta elektronikoko aplikazio soila.",
     "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Txata, bideo-deiak, pantaila partekatzea, lineako bilerak eta web konferentziak - zure nabigatzailean eta mugikorrerako aplikazioekin.",
     "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Dokumentu, kalkulu-orri eta aurkezpen kolaboratiboak, Collabora Online-en sortuak.",
+    "Search contacts" : "Bilatu kontaktuak",
     "Forgot password?" : "Pasahitza ahaztu duzu?",
     "Log in with a device" : "Hasi saioa gailu batekin",
     "Back" : "Atzera",

+ 4 - 0
lib/l10n/de.js

@@ -8,6 +8,8 @@ OC.L10N.register(
     "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Die Dateien der App %1$swurden nicht korrekt ersetzt. Stelle sicher, dass es sich um eine mit dem Server kompatible Version handelt.",
     "Sample configuration detected" : "Beispielkonfiguration gefunden",
     "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Es wurde festgestellt, dass die Beispielkonfiguration kopiert wurde. Dies kann deine Installation zerstören und wird nicht unterstützt. Bitte die Dokumentation lesen, bevor Änderungen an der config.php vorgenommen werden.",
+    "404" : "404",
+    "The page could not be found on the server." : "Die Seite konnte auf dem Server nicht gefunden werden.",
     "%s email verification" : "%s E-Mail-Überprüfung",
     "Email verification" : "E-Mail-Überprüfung",
     "Click the following button to confirm your email." : "Klicke die folgende Schaltfläche, um deine E-Mail-Adresse zu bestätigen.",
@@ -100,6 +102,8 @@ OC.L10N.register(
     "Users" : "Benutzer",
     "Email" : "E-Mail",
     "Mail %s" : "E-Mail %s",
+    "Fediverse" : "Fediverse",
+    "View %s on the fediverse" : "Zeige %s auf dem Fediverse",
     "Phone" : "Telefon",
     "Call %s" : "%s anrufen",
     "Twitter" : "Twitter",

+ 4 - 0
lib/l10n/de.json

@@ -6,6 +6,8 @@
     "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Die Dateien der App %1$swurden nicht korrekt ersetzt. Stelle sicher, dass es sich um eine mit dem Server kompatible Version handelt.",
     "Sample configuration detected" : "Beispielkonfiguration gefunden",
     "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Es wurde festgestellt, dass die Beispielkonfiguration kopiert wurde. Dies kann deine Installation zerstören und wird nicht unterstützt. Bitte die Dokumentation lesen, bevor Änderungen an der config.php vorgenommen werden.",
+    "404" : "404",
+    "The page could not be found on the server." : "Die Seite konnte auf dem Server nicht gefunden werden.",
     "%s email verification" : "%s E-Mail-Überprüfung",
     "Email verification" : "E-Mail-Überprüfung",
     "Click the following button to confirm your email." : "Klicke die folgende Schaltfläche, um deine E-Mail-Adresse zu bestätigen.",
@@ -98,6 +100,8 @@
     "Users" : "Benutzer",
     "Email" : "E-Mail",
     "Mail %s" : "E-Mail %s",
+    "Fediverse" : "Fediverse",
+    "View %s on the fediverse" : "Zeige %s auf dem Fediverse",
     "Phone" : "Telefon",
     "Call %s" : "%s anrufen",
     "Twitter" : "Twitter",