Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Nov 29, 2024
1 parent 8c95115 commit 1f37baa
Show file tree
Hide file tree
Showing 86 changed files with 470 additions and 14 deletions.
8 changes: 8 additions & 0 deletions l10n/af.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
OC.L10N.register(
"files_lock",
{
"Desktop client" : "Werkskermkliënt",
"iOS client" : "iOS-kliënt",
"Android client" : "Android-kliënt"
},
"nplurals=2; plural=(n != 1);");
6 changes: 6 additions & 0 deletions l10n/af.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ "translations": {
"Desktop client" : "Werkskermkliënt",
"iOS client" : "iOS-kliënt",
"Android client" : "Android-kliënt"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
8 changes: 7 additions & 1 deletion l10n/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ OC.L10N.register(
"File is not locked" : "الملف غير مُقفَل",
"File can only be unlocked by providing a valid owner lock token" : "يمكن فك قفل الملف فقط إذا ما تمّ إبراز \"أمارة قفل\" lock token صحيحة من المالك",
"File can only be unlocked by the owner of the lock" : "يُمكن فك قفل الملف فقط من قِبل مالك القفل",
"Desktop client" : "تطبيق سطح المكتب",
"iOS client" : "عميل نظام التشغيل iOS",
"Android client" : "عميل أندرويد",
"Temporary files lock" : "قفل الملفات مؤقتا",
"Temporary lock your files" : "قفل ملفاتك مؤقتا",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "السماح للمستخدمين بإقفال الملفات الخاصة بهم مؤقتا لتجنب حدوث تعارُضات بينما يعملون على ملفات مشتركة. ",
"Locked by {user}" : "مُقفَلٌ من قبل {user}",
"Locked by {app}" : "مُقفَلٌ من قبل {app}",
"Unlock file" : "فك قفل الملف",
"Lock file" : "قفل الملف"
"Lock file" : "قفل الملف",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "هذا الملف تمّ قفله تلقائيًا بواسطة أحد العملاء. قد تؤدي إزالة القفل إلى حدوث تعارض في حفظ الملف.",
"Keep lock" : "الإبقاء على القَفل",
"Force unlock" : "كَسْرُ القَفل"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
8 changes: 7 additions & 1 deletion l10n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@
"File is not locked" : "الملف غير مُقفَل",
"File can only be unlocked by providing a valid owner lock token" : "يمكن فك قفل الملف فقط إذا ما تمّ إبراز \"أمارة قفل\" lock token صحيحة من المالك",
"File can only be unlocked by the owner of the lock" : "يُمكن فك قفل الملف فقط من قِبل مالك القفل",
"Desktop client" : "تطبيق سطح المكتب",
"iOS client" : "عميل نظام التشغيل iOS",
"Android client" : "عميل أندرويد",
"Temporary files lock" : "قفل الملفات مؤقتا",
"Temporary lock your files" : "قفل ملفاتك مؤقتا",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "السماح للمستخدمين بإقفال الملفات الخاصة بهم مؤقتا لتجنب حدوث تعارُضات بينما يعملون على ملفات مشتركة. ",
"Locked by {user}" : "مُقفَلٌ من قبل {user}",
"Locked by {app}" : "مُقفَلٌ من قبل {app}",
"Unlock file" : "فك قفل الملف",
"Lock file" : "قفل الملف"
"Lock file" : "قفل الملف",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "هذا الملف تمّ قفله تلقائيًا بواسطة أحد العملاء. قد تؤدي إزالة القفل إلى حدوث تعارض في حفظ الملف.",
"Keep lock" : "الإبقاء على القَفل",
"Force unlock" : "كَسْرُ القَفل"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}
3 changes: 3 additions & 0 deletions l10n/ast.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
OC.L10N.register(
"files_lock",
{
"Desktop client" : "Veceru pa ordenadores",
"iOS client" : "Veceru pa iOS",
"Android client" : "Veceru p'Android",
"Unlock file" : "Desbloquiar el ficheru"
},
"nplurals=2; plural=(n != 1);");
3 changes: 3 additions & 0 deletions l10n/ast.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{ "translations": {
"Desktop client" : "Veceru pa ordenadores",
"iOS client" : "Veceru pa iOS",
"Android client" : "Veceru p'Android",
"Unlock file" : "Desbloquiar el ficheru"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
6 changes: 6 additions & 0 deletions l10n/az.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
OC.L10N.register(
"files_lock",
{
"Desktop client" : "Desktop client"
},
"nplurals=2; plural=(n != 1);");
4 changes: 4 additions & 0 deletions l10n/az.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{ "translations": {
"Desktop client" : "Desktop client"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
3 changes: 3 additions & 0 deletions l10n/bg.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ OC.L10N.register(
{
"File can only be unlocked by providing a valid owner lock token" : "Файлът може да бъде отключен само чрез предоставяне на валиден токен за заключване от собственика",
"File can only be unlocked by the owner of the lock" : "Файлът може да бъде отключен само от собственика на заключването",
"Desktop client" : "Клиент за настолни компютри",
"iOS client" : "iOS клиент",
"Android client" : "Android клиент",
"Temporary files lock" : "Заключване на временните файлове ",
"Temporary lock your files" : "Временно заключване на файлове ви",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Позволете на вашите потребители да заключват временно своите файлове, за да избегнат конфликти, докато работят върху споделени файлове.",
Expand Down
3 changes: 3 additions & 0 deletions l10n/bg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{ "translations": {
"File can only be unlocked by providing a valid owner lock token" : "Файлът може да бъде отключен само чрез предоставяне на валиден токен за заключване от собственика",
"File can only be unlocked by the owner of the lock" : "Файлът може да бъде отключен само от собственика на заключването",
"Desktop client" : "Клиент за настолни компютри",
"iOS client" : "iOS клиент",
"Android client" : "Android клиент",
"Temporary files lock" : "Заключване на временните файлове ",
"Temporary lock your files" : "Временно заключване на файлове ви",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Позволете на вашите потребители да заключват временно своите файлове, за да избегнат конфликти, докато работят върху споделени файлове.",
Expand Down
1 change: 1 addition & 0 deletions l10n/br.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_lock",
{
"Desktop client" : "Kliant burev",
"Temporary files lock" : "Restr prennet amzeriel",
"Temporary lock your files" : "Prennan amzeriel o restroù",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Aotreit ho implijourien da brennañ evit ur pennad o restroù evit ampech kudennoù pa labouront war restroù rannet.",
Expand Down
1 change: 1 addition & 0 deletions l10n/br.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ "translations": {
"Desktop client" : "Kliant burev",
"Temporary files lock" : "Restr prennet amzeriel",
"Temporary lock your files" : "Prennan amzeriel o restroù",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Aotreit ho implijourien da brennañ evit ur pennad o restroù evit ampech kudennoù pa labouront war restroù rannet.",
Expand Down
6 changes: 6 additions & 0 deletions l10n/bs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
OC.L10N.register(
"files_lock",
{
"Desktop client" : "Desktop klijent"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
4 changes: 4 additions & 0 deletions l10n/bs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{ "translations": {
"Desktop client" : "Desktop klijent"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}
3 changes: 3 additions & 0 deletions l10n/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ OC.L10N.register(
{
"File can only be unlocked by providing a valid owner lock token" : "Només es pot desblocar el fitxer si es proporciona un testimoni de blocatge del propietari vàlid",
"File can only be unlocked by the owner of the lock" : "Només l'usuari propietari del blocatge pot desblocar el fitxer",
"Desktop client" : "Client d'escriptori",
"iOS client" : "Client iOS",
"Android client" : "Client android",
"Temporary files lock" : "Blocatge temporal dels fitxers",
"Temporary lock your files" : "Bloqueu temporalment els fitxers",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Permeteu als usuaris blocar temporalment els fitxers per a evitar conflictes en treballar en fitxers compartits.",
Expand Down
3 changes: 3 additions & 0 deletions l10n/ca.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{ "translations": {
"File can only be unlocked by providing a valid owner lock token" : "Només es pot desblocar el fitxer si es proporciona un testimoni de blocatge del propietari vàlid",
"File can only be unlocked by the owner of the lock" : "Només l'usuari propietari del blocatge pot desblocar el fitxer",
"Desktop client" : "Client d'escriptori",
"iOS client" : "Client iOS",
"Android client" : "Client android",
"Temporary files lock" : "Blocatge temporal dels fitxers",
"Temporary lock your files" : "Bloqueu temporalment els fitxers",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Permeteu als usuaris blocar temporalment els fitxers per a evitar conflictes en treballar en fitxers compartits.",
Expand Down
3 changes: 3 additions & 0 deletions l10n/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ OC.L10N.register(
"File is not locked" : "Soubor není uzamčen",
"File can only be unlocked by providing a valid owner lock token" : "Soubor je možné odemknout pouze zadáním platného tokenu zámku vlastníka",
"File can only be unlocked by the owner of the lock" : "Soubor může být odemčen pouze vlastníkem zámku",
"Desktop client" : "Klient pro počítač",
"iOS client" : "iOS klient",
"Android client" : "Android klient",
"Temporary files lock" : "Dočasný zámek souborů",
"Temporary lock your files" : "Dočasně zamykejte své soubory",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Umožňuje vašim uživatelům dočasně uzamykat své soubory a vyhýbat se tak konfliktům při práci na sdílených souborech.",
Expand Down
3 changes: 3 additions & 0 deletions l10n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"File is not locked" : "Soubor není uzamčen",
"File can only be unlocked by providing a valid owner lock token" : "Soubor je možné odemknout pouze zadáním platného tokenu zámku vlastníka",
"File can only be unlocked by the owner of the lock" : "Soubor může být odemčen pouze vlastníkem zámku",
"Desktop client" : "Klient pro počítač",
"iOS client" : "iOS klient",
"Android client" : "Android klient",
"Temporary files lock" : "Dočasný zámek souborů",
"Temporary lock your files" : "Dočasně zamykejte své soubory",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Umožňuje vašim uživatelům dočasně uzamykat své soubory a vyhýbat se tak konfliktům při práci na sdílených souborech.",
Expand Down
3 changes: 3 additions & 0 deletions l10n/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ OC.L10N.register(
{
"File can only be unlocked by providing a valid owner lock token" : "Filen kan kun låses op ved at angive et gyldigt ejerlåstoken",
"File can only be unlocked by the owner of the lock" : "Filen kan kun låses op af ejeren af låsen",
"Desktop client" : "Dekstop klient",
"iOS client" : "iOS klient",
"Android client" : "Android klient",
"Temporary files lock" : "Midlertidig fil lås",
"Temporary lock your files" : "Midlertidigt lås dine filer",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Tillad brugere at midlertidigt låse deres filer for at undgå konflikter mens de arbejder på en delte filer",
Expand Down
3 changes: 3 additions & 0 deletions l10n/da.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{ "translations": {
"File can only be unlocked by providing a valid owner lock token" : "Filen kan kun låses op ved at angive et gyldigt ejerlåstoken",
"File can only be unlocked by the owner of the lock" : "Filen kan kun låses op af ejeren af låsen",
"Desktop client" : "Dekstop klient",
"iOS client" : "iOS klient",
"Android client" : "Android klient",
"Temporary files lock" : "Midlertidig fil lås",
"Temporary lock your files" : "Midlertidigt lås dine filer",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Tillad brugere at midlertidigt låse deres filer for at undgå konflikter mens de arbejder på en delte filer",
Expand Down
3 changes: 3 additions & 0 deletions l10n/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ OC.L10N.register(
"File is not locked" : "Datei ist nicht gesperrt",
"File can only be unlocked by providing a valid owner lock token" : "Die Datei kann nur mit einem gültigen Eigentümer-Sperr-Token entsperrt werden",
"File can only be unlocked by the owner of the lock" : "Datei kann nur vom Besitzer der Sperre entsperrt werden",
"Desktop client" : "Desktop-Client",
"iOS client" : "iOS-Client",
"Android client" : "Android-Client",
"Temporary files lock" : "Dateien temporär sperren",
"Temporary lock your files" : "Deine Dateien temporär sperren",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Erlaubt es Benutzern eine Datei temporär zu sperren um Konflikte während der Arbeit an geteilten Dateien zu vermeiden.",
Expand Down
3 changes: 3 additions & 0 deletions l10n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"File is not locked" : "Datei ist nicht gesperrt",
"File can only be unlocked by providing a valid owner lock token" : "Die Datei kann nur mit einem gültigen Eigentümer-Sperr-Token entsperrt werden",
"File can only be unlocked by the owner of the lock" : "Datei kann nur vom Besitzer der Sperre entsperrt werden",
"Desktop client" : "Desktop-Client",
"iOS client" : "iOS-Client",
"Android client" : "Android-Client",
"Temporary files lock" : "Dateien temporär sperren",
"Temporary lock your files" : "Deine Dateien temporär sperren",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Erlaubt es Benutzern eine Datei temporär zu sperren um Konflikte während der Arbeit an geteilten Dateien zu vermeiden.",
Expand Down
7 changes: 6 additions & 1 deletion l10n/de_DE.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ OC.L10N.register(
"File can only be unlocked by providing a valid owner lock token" : "Die Datei kann nur mit einem gültigen Eigentümer-Sperr-Token entsperrt werden",
"File can only be unlocked by the owner of the lock" : "Datei kann nur vom Besitzer der Sperre entsperrt werden",
"Desktop client" : "Desktop-Client",
"iOS client" : "iOS-Client",
"Android client" : "Android-Client",
"Temporary files lock" : "Dateien temporär sperren",
"Temporary lock your files" : "Ihre Dateien temporär sperren",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Erlaubt es Benutzern eine Datei temporär zu sperren um Konflikte während der Arbeit an geteilten Dateien zu vermeiden.",
"Locked by {user}" : "Gesperrt von {user}",
"Locked by {app}" : "Gesperrt von {app}",
"Unlock file" : "Datei entsperren",
"Lock file" : "Datei sperren"
"Lock file" : "Datei sperren",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Diese Datei wurde automatisch von einem Client gesperrt. Das Entfernen der Sperre kann zu einem Konflikt beim Speichern der Datei führen.",
"Keep lock" : "Sperre behalten",
"Force unlock" : "Entsperren erzwingen"
},
"nplurals=2; plural=(n != 1);");
7 changes: 6 additions & 1 deletion l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@
"File can only be unlocked by providing a valid owner lock token" : "Die Datei kann nur mit einem gültigen Eigentümer-Sperr-Token entsperrt werden",
"File can only be unlocked by the owner of the lock" : "Datei kann nur vom Besitzer der Sperre entsperrt werden",
"Desktop client" : "Desktop-Client",
"iOS client" : "iOS-Client",
"Android client" : "Android-Client",
"Temporary files lock" : "Dateien temporär sperren",
"Temporary lock your files" : "Ihre Dateien temporär sperren",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Erlaubt es Benutzern eine Datei temporär zu sperren um Konflikte während der Arbeit an geteilten Dateien zu vermeiden.",
"Locked by {user}" : "Gesperrt von {user}",
"Locked by {app}" : "Gesperrt von {app}",
"Unlock file" : "Datei entsperren",
"Lock file" : "Datei sperren"
"Lock file" : "Datei sperren",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Diese Datei wurde automatisch von einem Client gesperrt. Das Entfernen der Sperre kann zu einem Konflikt beim Speichern der Datei führen.",
"Keep lock" : "Sperre behalten",
"Force unlock" : "Entsperren erzwingen"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
2 changes: 2 additions & 0 deletions l10n/el.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ OC.L10N.register(
{
"File can only be unlocked by the owner of the lock" : "Το αρχείο μπορεί να ξεκλειδωθεί μόνο από τον κάτοχο του",
"Desktop client" : "Πελάτης σταθερού υπολογιστή",
"iOS client" : "Πελάτης iOS",
"Android client" : "Πελάτης Android",
"Temporary files lock" : "Κλείδωμα προσωρινών αρχείων",
"Temporary lock your files" : "Κλειδώστε προσωρινά τα αρχεία σας",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Επιτρέπει στους χρήστες σας να κλειδώνουν προσωρινά τα αρχεία τους για αποφυγή διενέξεων κατά την εργασία με κοινόχρηστα αρχεία.",
Expand Down
2 changes: 2 additions & 0 deletions l10n/el.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{ "translations": {
"File can only be unlocked by the owner of the lock" : "Το αρχείο μπορεί να ξεκλειδωθεί μόνο από τον κάτοχο του",
"Desktop client" : "Πελάτης σταθερού υπολογιστή",
"iOS client" : "Πελάτης iOS",
"Android client" : "Πελάτης Android",
"Temporary files lock" : "Κλείδωμα προσωρινών αρχείων",
"Temporary lock your files" : "Κλειδώστε προσωρινά τα αρχεία σας",
"Allow your users to temporary lock their files to avoid conflicts while working on shared files." : "Επιτρέπει στους χρήστες σας να κλειδώνουν προσωρινά τα αρχεία τους για αποφυγή διενέξεων κατά την εργασία με κοινόχρηστα αρχεία.",
Expand Down
Loading

0 comments on commit 1f37baa

Please sign in to comment.