Skip to content

Commit 159ffe4

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent e9febe7 commit 159ffe4

File tree

710 files changed

+3376
-14346
lines changed

Some content is hidden

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

710 files changed

+3376
-14346
lines changed

apps/comments/l10n/fr.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ OC.L10N.register(
1717
"Delete comment" : "Supprimer le commentaire",
1818
"Cancel edit" : "Annuler les modifications",
1919
"New comment" : "Nouveau commentaire",
20+
"Write a comment …" : "Écrire un commentaire …",
2021
"Post comment" : "Publier le commentaire",
2122
"@ for mentions, : for emoji, / for smart picker" : "@ pour les mentions, : pour les émojis, / pour le sélecteur intelligent",
2223
"Could not reload comments" : "Impossible de recharger les commentaires",

apps/comments/l10n/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"Delete comment" : "Supprimer le commentaire",
1616
"Cancel edit" : "Annuler les modifications",
1717
"New comment" : "Nouveau commentaire",
18+
"Write a comment …" : "Écrire un commentaire …",
1819
"Post comment" : "Publier le commentaire",
1920
"@ for mentions, : for emoji, / for smart picker" : "@ pour les mentions, : pour les émojis, / pour le sélecteur intelligent",
2021
"Could not reload comments" : "Impossible de recharger les commentaires",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
OC.L10N.register(
2+
"contactsinteraction",
3+
{
4+
"Recently contacted" : "Yaqinda bog'langan",
5+
"Contacts Interaction" : "Kontaktlar o'zaro ta'siri",
6+
"Manages interaction between accounts and contacts" : "Hisoblar va kontaktlar o'rtasidagi o'zaro aloqani boshqaradi",
7+
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Hisoblar va kontaktlarning o'zaro aloqalari haqida ma'lumotlarni to'plang va ma'lumotlar uchun manzillar kitobini taqdim eting"
8+
},
9+
"nplurals=1; plural=0;");
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{ "translations": {
2+
"Recently contacted" : "Yaqinda bog'langan",
3+
"Contacts Interaction" : "Kontaktlar o'zaro ta'siri",
4+
"Manages interaction between accounts and contacts" : "Hisoblar va kontaktlar o'rtasidagi o'zaro aloqani boshqaradi",
5+
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Hisoblar va kontaktlarning o'zaro aloqalari haqida ma'lumotlarni to'plang va ma'lumotlar uchun manzillar kitobini taqdim eting"
6+
},"pluralForm" :"nplurals=1; plural=0;"
7+
}

apps/encryption/l10n/de.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/encryption/l10n/de.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "Bitte melde dich an der Weboberfläche an, gehe zum Abschnitt \"Sicherheit\" deiner persönlichen Einstellungen und aktualisiere dein Verschlüsselungspasswort, indem du dieses Passwort in das Feld \"Altes Login-Passwort\" sowie dein aktuelles Login-Passwort eingibst.",
3333
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Diese Datei kann nicht entschlüsselt werden, es handelt sich wahrscheinlich um eine geteilte Datei. Bitte den Eigentümer der Datei kontaktieren und ihn darum bitten, die Datei noch einmal zu teilen.",
3434
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Diese Datei kann nicht gelesen werden, es handelt sich wahrscheinlich um eine geteilte Datei. Bitte kontaktiere den Eigentümer der Datei und bitte darum, die Datei noch einmal mit dir zu teilen.",
35+
"Default Encryption Module" : "Standard-Verschlüsselungsmodul",
36+
"Default encryption module for Nextcloud Server-side Encryption (SSE)" : "Standard-Verschlüsselungsmodul für Nextcloud serverseitige Verschlüsselung",
37+
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Diese App bietet die (standardmäßige) Kryptografieimplementierung für die serverseitige Verschlüsselung (SSE) von Nextcloud.\n\n\t\t\t**Verschlüsselungsdetails**\n\t\t\t* **Verschlüsselungsmodus:** AES-256-CTR (Standard)\n\t\t\t* **Authentifizierung:** HMAC-SHA256\n\n\t\t\t**Wichtige Warnungen**\n\t\t\t* **ACHTUNG:** Deaktiviere diese Anwendung erst, wenn alle Dateien entschlüsselt wurden (`occ encryption:decrypt-all`).\n\t\t\t* **WARNUNG**: Die Rückkehr zur unverschlüsselten Dateispeicherung nach der Aktivierung erfordert Zugriff über die Befehlszeile. Die Aktion ist über die Web-Benutzeroberfläche dauerhaft.\n\n\t\t\t**Hinweise zu vorhandenen Dateien**\n\t\t\t* Standardmäßig werden vorhandene Dateien durch die Aktivierung von SSE nicht verschlüsselt; nur neue Dateien werden verschlüsselt.\n\t\t\t* Um alle vorhandenen Dateien zu verschlüsseln, verwende den Befehl „occ encryption:encrypt-all“.\n\n\t\t\t**Vorbereitung**\n\t\t\t* **Dokumentation lesen:** Bevor du SSE aktivierst, vorhandene Dateien verschlüsseln oder deaktivierst, ist es wichtig,\n\t\t\t\t die Dokumentation zu lesen, um die Auswirkungen und die entsprechenden Maßnahmen zur Vermeidung von Datenverlust zu kennen.",
3538
"Default encryption module" : "Standard-Verschlüsselungsmodul",
3639
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Verschlüsselungs-App ist aktiviert, aber die Schlüssel sind noch nicht initialisiert. Bitte melde ab- und wieder anmelden",
3740
"Encrypt the home storage" : "Benutzerverzeichnis verschlüsseln",

apps/encryption/l10n/de_DE.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/encryption/l10n/de_DE.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "Bitte melden Sie sich an der Weboberfläche an, gehen Sie zum Abschnitt \"Sicherheit\" Ihrer persönlichen Einstellungen und aktualisieren Sie Ihr Verschlüsselungspasswort, indem Sie dieses Passwort in das Feld \"Altes Login-Passwort\" sowie Ihr aktuelles Login-Passwort eingeben.",
3333
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Diese Datei kann nicht entschlüsselt werden, es handelt sich wahrscheinlich um eine geteilte Datei. Bitte kontaktieren Sie den Eigentümer der Datei und bitten Sie darum, die Datei noch einmal mit Ihnen zu teilen.",
3434
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Diese Datei kann nicht gelesen werden, es handelt sich wahrscheinlich um eine geteilte Datei. Bitte kontaktieren Sie den Eigentümer der Datei und bitten Sie darum, die Datei noch einmal mit Ihnen zu teilen.",
35+
"Default Encryption Module" : "Standard-Verschlüsselungsmodul",
36+
"Default encryption module for Nextcloud Server-side Encryption (SSE)" : "Standard-Verschlüsselungsmodul für Nextcloud serverseitige Verschlüsselung",
37+
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Diese App bietet die (standardmäßige) Kryptografieimplementierung für die serverseitige Verschlüsselung (SSE) von Nextcloud.\n\n\t\t\t**Verschlüsselungsdetails**\n\t\t\t* **Verschlüsselungsmodus:** AES-256-CTR (Standard)\n\t\t\t* **Authentifizierung:** HMAC-SHA256\n\n\t\t\t**Wichtige Warnungen**\n\t\t\t* **ACHTUNG:** Deaktivieren Sie diese Anwendung erst, wenn alle Dateien entschlüsselt wurden (`occ encryption:decrypt-all`).\n\t\t\t* **WARNUNG**: Die Rückkehr zur unverschlüsselten Dateispeicherung nach der Aktivierung erfordert Zugriff über die Befehlszeile. Die Aktion ist über die Web-Benutzeroberfläche dauerhaft.\n\n\t\t\t**Hinweise zu vorhandenen Dateien**\n\t\t\t* Standardmäßig werden vorhandene Dateien durch die Aktivierung von SSE nicht verschlüsselt; nur neue Dateien werden verschlüsselt.\n\t\t\t* Um alle vorhandenen Dateien zu verschlüsseln, verwenden Sie den Befehl „occ encryption:encrypt-all“.\n\n\t\t\t**Vorbereitung**\n\t\t\t* **Dokumentation lesen:** Bevor Sie SSE aktivieren, vorhandene Dateien verschlüsseln oder deaktivieren, ist es wichtig,\n\t\t\t\t die Dokumentation zu lesen, um die Auswirkungen und die entsprechenden Maßnahmen zur Vermeidung von Datenverlust zu kennen.",
3538
"Default encryption module" : "Standard-Verschlüsselungsmodul",
3639
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "Verschlüsselungs-App ist aktiviert, aber die Schlüssel sind noch nicht initialisiert. Bitte melden Sie sich ab und wieder an",
3740
"Encrypt the home storage" : "Benutzerverzeichnis verschlüsseln",

0 commit comments

Comments
 (0)