aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-08-23 00:20:26 +0000
committerNextcloud bot <bot@nextcloud.com>2024-08-23 00:20:26 +0000
commitf303bb1a664c9d4825fb5901f0dc42a8bf013b2b (patch)
treefc7bc4d92f59691262188bce0af4949526e841a2 /lib
parentbc748261373faa38b6c9f90de031c71430339789 (diff)
downloadnextcloud-server-f303bb1a664c9d4825fb5901f0dc42a8bf013b2b.tar.gz
nextcloud-server-f303bb1a664c9d4825fb5901f0dc42a8bf013b2b.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/ar.js9
-rw-r--r--lib/l10n/ar.json9
-rw-r--r--lib/l10n/cs.js4
-rw-r--r--lib/l10n/cs.json4
-rw-r--r--lib/l10n/de.js4
-rw-r--r--lib/l10n/de.json4
-rw-r--r--lib/l10n/de_DE.js9
-rw-r--r--lib/l10n/de_DE.json9
-rw-r--r--lib/l10n/en_GB.js4
-rw-r--r--lib/l10n/en_GB.json4
-rw-r--r--lib/l10n/es_MX.js4
-rw-r--r--lib/l10n/es_MX.json4
-rw-r--r--lib/l10n/eu.js22
-rw-r--r--lib/l10n/eu.json22
-rw-r--r--lib/l10n/fr.js60
-rw-r--r--lib/l10n/fr.json60
-rw-r--r--lib/l10n/ga.js9
-rw-r--r--lib/l10n/ga.json9
-rw-r--r--lib/l10n/gl.js9
-rw-r--r--lib/l10n/gl.json9
-rw-r--r--lib/l10n/ja.js4
-rw-r--r--lib/l10n/ja.json4
-rw-r--r--lib/l10n/nb.js4
-rw-r--r--lib/l10n/nb.json4
-rw-r--r--lib/l10n/pt_BR.js4
-rw-r--r--lib/l10n/pt_BR.json4
-rw-r--r--lib/l10n/sr.js4
-rw-r--r--lib/l10n/sr.json4
-rw-r--r--lib/l10n/sv.js9
-rw-r--r--lib/l10n/sv.json9
-rw-r--r--lib/l10n/tr.js4
-rw-r--r--lib/l10n/tr.json4
-rw-r--r--lib/l10n/zh_HK.js4
-rw-r--r--lib/l10n/zh_HK.json4
-rw-r--r--lib/l10n/zh_TW.js9
-rw-r--r--lib/l10n/zh_TW.json9
36 files changed, 252 insertions, 100 deletions
diff --git a/lib/l10n/ar.js b/lib/l10n/ar.js
index 1b78c3bf028..ba826ff52dc 100644
--- a/lib/l10n/ar.js
+++ b/lib/l10n/ar.js
@@ -82,6 +82,11 @@ OC.L10N.register(
"Empty file" : "ملفٌ فارغٌ",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "الوحدة module ذات الرقم ID ـ : %s غير موجودة. رجاءً، فعّلها في إعدادات التطبيقات لديك، أو اتصل بمشرف نظامك.",
"Dot files are not allowed" : "الملفات النقطية (ملفات ذات أسماء تبدأ بنقطة) غير مسموح بها",
+ "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" غير مسموح به أن يكون اسم ملف أو مجلد.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" غير مسموح به أن يكون بادئة لاسم ملف أو مجلد.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" غير مسموح به أن يكون داخل اسم ملف أو مجلد.",
+ "\"%1$s\" is a forbidden file type." : "\"%1$s\" غير مسموح به كنوع لملف.",
+ "Filenames must not end with \"%1$s\"." : "أسماء الملفات يجب ألّا تنتهي بـ \"%1$s\".",
"File already exists" : "الملف موجود مسبقاً",
"Invalid path" : "مسار غير صالح !",
"Failed to create file from template" : "تعذّر إنشاء ملفٍ من قالبٍ",
@@ -376,8 +381,6 @@ OC.L10N.register(
"User disabled" : "تم تعطيل المستخدم",
"Your data directory is readable by other users." : "دليل بياناتك data directory يُمكن قراءته من مستخدمين آخرين.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "الرجاء تغيير الصلاحيات إلى 0770 حتى لا يتمكن المستخدمون الآخرون من عرض محتويات المجلد.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "تأكد من وجود ملفٍ باسم \".ocdata\" في جذر دليل البيانات data directory.",
- "Invalid character \"%1$s\" in filename" : "حرف غير مقبول \"%1$s\" في اسم الملف",
- "Invalid filename extension \"%1$s\"" : "إمتداد الملف غير صحيح \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "تأكد من وجود ملفٍ باسم \".ocdata\" في جذر دليل البيانات data directory."
},
"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;");
diff --git a/lib/l10n/ar.json b/lib/l10n/ar.json
index 7acd3085cdd..c81371b46ba 100644
--- a/lib/l10n/ar.json
+++ b/lib/l10n/ar.json
@@ -80,6 +80,11 @@
"Empty file" : "ملفٌ فارغٌ",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "الوحدة module ذات الرقم ID ـ : %s غير موجودة. رجاءً، فعّلها في إعدادات التطبيقات لديك، أو اتصل بمشرف نظامك.",
"Dot files are not allowed" : "الملفات النقطية (ملفات ذات أسماء تبدأ بنقطة) غير مسموح بها",
+ "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" غير مسموح به أن يكون اسم ملف أو مجلد.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" غير مسموح به أن يكون بادئة لاسم ملف أو مجلد.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" غير مسموح به أن يكون داخل اسم ملف أو مجلد.",
+ "\"%1$s\" is a forbidden file type." : "\"%1$s\" غير مسموح به كنوع لملف.",
+ "Filenames must not end with \"%1$s\"." : "أسماء الملفات يجب ألّا تنتهي بـ \"%1$s\".",
"File already exists" : "الملف موجود مسبقاً",
"Invalid path" : "مسار غير صالح !",
"Failed to create file from template" : "تعذّر إنشاء ملفٍ من قالبٍ",
@@ -374,8 +379,6 @@
"User disabled" : "تم تعطيل المستخدم",
"Your data directory is readable by other users." : "دليل بياناتك data directory يُمكن قراءته من مستخدمين آخرين.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "الرجاء تغيير الصلاحيات إلى 0770 حتى لا يتمكن المستخدمون الآخرون من عرض محتويات المجلد.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "تأكد من وجود ملفٍ باسم \".ocdata\" في جذر دليل البيانات data directory.",
- "Invalid character \"%1$s\" in filename" : "حرف غير مقبول \"%1$s\" في اسم الملف",
- "Invalid filename extension \"%1$s\"" : "إمتداد الملف غير صحيح \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "تأكد من وجود ملفٍ باسم \".ocdata\" في جذر دليل البيانات data directory."
},"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;"
} \ No newline at end of file
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js
index a43ce7bbe7e..a578d0ba0a2 100644
--- a/lib/l10n/cs.js
+++ b/lib/l10n/cs.js
@@ -326,8 +326,6 @@ OC.L10N.register(
"User disabled" : "Uživatel zakázán",
"Your data directory is readable by other users." : "Váš adresář data je čitelný ostatním uživatelům.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Změňte práva na 0770, aby obsah adresáře nemohl být vypisován ostatními uživateli.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ověřte, že v kořeni datového adresáře je soubor s názvem „.ocdata“.",
- "Invalid character \"%1$s\" in filename" : "Neplatný znak „%1$s“ v názvu souboru",
- "Invalid filename extension \"%1$s\"" : "Neplatná přípona souboru „%1$s“"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ověřte, že v kořeni datového adresáře je soubor s názvem „.ocdata“."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json
index 71ef8c1c8c3..83b82853d33 100644
--- a/lib/l10n/cs.json
+++ b/lib/l10n/cs.json
@@ -324,8 +324,6 @@
"User disabled" : "Uživatel zakázán",
"Your data directory is readable by other users." : "Váš adresář data je čitelný ostatním uživatelům.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Změňte práva na 0770, aby obsah adresáře nemohl být vypisován ostatními uživateli.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ověřte, že v kořeni datového adresáře je soubor s názvem „.ocdata“.",
- "Invalid character \"%1$s\" in filename" : "Neplatný znak „%1$s“ v názvu souboru",
- "Invalid filename extension \"%1$s\"" : "Neplatná přípona souboru „%1$s“"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ověřte, že v kořeni datového adresáře je soubor s názvem „.ocdata“."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} \ No newline at end of file
diff --git a/lib/l10n/de.js b/lib/l10n/de.js
index 7d0ead915da..72a0201abc2 100644
--- a/lib/l10n/de.js
+++ b/lib/l10n/de.js
@@ -376,8 +376,6 @@ OC.L10N.register(
"User disabled" : "Benutzer deaktiviert",
"Your data directory is readable by other users." : "Dein Datenverzeichnis kann von anderen Benutzern gelesen werden",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Bitte ändere die Berechtigungen auf 0770, sodass das Verzeichnis nicht von anderen Benutzern angezeigt werden kann.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Stelle sicher, dass eine Datei \".ocdata\" im Wurzelverzeichnis des data-Verzeichnisses existiert.",
- "Invalid character \"%1$s\" in filename" : "Unzulässiges Zeichen \"%1$s\" im Dateinamen",
- "Invalid filename extension \"%1$s\"" : "Ungültige Dateinamenerweiterung \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Stelle sicher, dass eine Datei \".ocdata\" im Wurzelverzeichnis des data-Verzeichnisses existiert."
},
"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/de.json b/lib/l10n/de.json
index 5ed805ac7cc..84cdefb7aa3 100644
--- a/lib/l10n/de.json
+++ b/lib/l10n/de.json
@@ -374,8 +374,6 @@
"User disabled" : "Benutzer deaktiviert",
"Your data directory is readable by other users." : "Dein Datenverzeichnis kann von anderen Benutzern gelesen werden",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Bitte ändere die Berechtigungen auf 0770, sodass das Verzeichnis nicht von anderen Benutzern angezeigt werden kann.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Stelle sicher, dass eine Datei \".ocdata\" im Wurzelverzeichnis des data-Verzeichnisses existiert.",
- "Invalid character \"%1$s\" in filename" : "Unzulässiges Zeichen \"%1$s\" im Dateinamen",
- "Invalid filename extension \"%1$s\"" : "Ungültige Dateinamenerweiterung \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Stelle sicher, dass eine Datei \".ocdata\" im Wurzelverzeichnis des data-Verzeichnisses existiert."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js
index dc90c87b0d2..b18c3a8235c 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -82,6 +82,11 @@ OC.L10N.register(
"Empty file" : "Leere Datei",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte aktivieren Sie es in Ihren Einstellungen oder kontaktieren Sie Ihren Administrator.",
"Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt",
+ "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" ist ein verbotener Datei- oder Ordnername.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" ist ein verbotenes Präfix für Datei- oder Ordnernamen.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" ist in einem Datei- oder Ordnernamen unzulässig.",
+ "\"%1$s\" is a forbidden file type." : "\"%1$s\" ist ein unzulässiger Dateityp.",
+ "Filenames must not end with \"%1$s\"." : "Dateinamen dürfen nicht mit \"%1$s\" enden.",
"File already exists" : "Datei bereits vorhanden",
"Invalid path" : "Ungültiger Pfad",
"Failed to create file from template" : "Fehler beim Erstellen der Datei aus Vorlage",
@@ -376,8 +381,6 @@ OC.L10N.register(
"User disabled" : "Benutzer deaktiviert",
"Your data directory is readable by other users." : "Ihr Datenverzeichnis kann von anderen Benutzern gelesen werden.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Bitte ändern Sie die Berechtigungen auf 0770, so dass das Verzeichnis nicht von anderen Benutzern angezeigt werden kann.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Stellen Sie sicher, dass eine Datei \".ocdata\" im Wurzelverzeichnis des Datenverzeichnisses existiert.",
- "Invalid character \"%1$s\" in filename" : "Unzulässiges Zeichen \"%1$s\" im Dateinamen",
- "Invalid filename extension \"%1$s\"" : "Ungültige Dateinamenerweiterung \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Stellen Sie sicher, dass eine Datei \".ocdata\" im Wurzelverzeichnis des Datenverzeichnisses existiert."
},
"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json
index 31d7065b9a2..a9b2deacb11 100644
--- a/lib/l10n/de_DE.json
+++ b/lib/l10n/de_DE.json
@@ -80,6 +80,11 @@
"Empty file" : "Leere Datei",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Das Modul mit der ID: %s existiert nicht. Bitte aktivieren Sie es in Ihren Einstellungen oder kontaktieren Sie Ihren Administrator.",
"Dot files are not allowed" : "Dateinamen mit einem Punkt am Anfang sind nicht erlaubt",
+ "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" ist ein verbotener Datei- oder Ordnername.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" ist ein verbotenes Präfix für Datei- oder Ordnernamen.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" ist in einem Datei- oder Ordnernamen unzulässig.",
+ "\"%1$s\" is a forbidden file type." : "\"%1$s\" ist ein unzulässiger Dateityp.",
+ "Filenames must not end with \"%1$s\"." : "Dateinamen dürfen nicht mit \"%1$s\" enden.",
"File already exists" : "Datei bereits vorhanden",
"Invalid path" : "Ungültiger Pfad",
"Failed to create file from template" : "Fehler beim Erstellen der Datei aus Vorlage",
@@ -374,8 +379,6 @@
"User disabled" : "Benutzer deaktiviert",
"Your data directory is readable by other users." : "Ihr Datenverzeichnis kann von anderen Benutzern gelesen werden.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Bitte ändern Sie die Berechtigungen auf 0770, so dass das Verzeichnis nicht von anderen Benutzern angezeigt werden kann.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Stellen Sie sicher, dass eine Datei \".ocdata\" im Wurzelverzeichnis des Datenverzeichnisses existiert.",
- "Invalid character \"%1$s\" in filename" : "Unzulässiges Zeichen \"%1$s\" im Dateinamen",
- "Invalid filename extension \"%1$s\"" : "Ungültige Dateinamenerweiterung \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Stellen Sie sicher, dass eine Datei \".ocdata\" im Wurzelverzeichnis des Datenverzeichnisses existiert."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js
index 9efd9d0f7ec..59a2da4847f 100644
--- a/lib/l10n/en_GB.js
+++ b/lib/l10n/en_GB.js
@@ -376,8 +376,6 @@ OC.L10N.register(
"User disabled" : "User disabled",
"Your data directory is readable by other users." : "Your data directory is readable by other users.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Please change the permissions to 0770 so that the directory cannot be listed by other users.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ensure there is a file called \".ocdata\" in the root of the data directory.",
- "Invalid character \"%1$s\" in filename" : "Invalid character \"%1$s\" in filename",
- "Invalid filename extension \"%1$s\"" : "Invalid filename extension \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ensure there is a file called \".ocdata\" in the root of the data directory."
},
"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json
index 8a094a1eb34..6d689d14a73 100644
--- a/lib/l10n/en_GB.json
+++ b/lib/l10n/en_GB.json
@@ -374,8 +374,6 @@
"User disabled" : "User disabled",
"Your data directory is readable by other users." : "Your data directory is readable by other users.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Please change the permissions to 0770 so that the directory cannot be listed by other users.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ensure there is a file called \".ocdata\" in the root of the data directory.",
- "Invalid character \"%1$s\" in filename" : "Invalid character \"%1$s\" in filename",
- "Invalid filename extension \"%1$s\"" : "Invalid filename extension \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ensure there is a file called \".ocdata\" in the root of the data directory."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js
index 305cd7e2117..ffe53d3fbe3 100644
--- a/lib/l10n/es_MX.js
+++ b/lib/l10n/es_MX.js
@@ -375,8 +375,6 @@ OC.L10N.register(
"User disabled" : "Usuario deshabilitado",
"Your data directory is readable by other users." : "Su directorio de datos puede ser leído por otros usuarios.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor cambia los permisos a 0770 para que el directorio no pueda ser enlistado por otros usuarios. ",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Asegurate de que exista una archivo llamado \".ocdata\" en la raíz del directorio de datos. ",
- "Invalid character \"%1$s\" in filename" : "Caracter inválido \"%1$s\" en el nombre de archivo",
- "Invalid filename extension \"%1$s\"" : "Extensión del archivo inválida \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Asegurate de que exista una archivo llamado \".ocdata\" en la raíz del directorio de datos. "
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json
index 7fa9cccaf37..4b44c1f2bc9 100644
--- a/lib/l10n/es_MX.json
+++ b/lib/l10n/es_MX.json
@@ -373,8 +373,6 @@
"User disabled" : "Usuario deshabilitado",
"Your data directory is readable by other users." : "Su directorio de datos puede ser leído por otros usuarios.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor cambia los permisos a 0770 para que el directorio no pueda ser enlistado por otros usuarios. ",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Asegurate de que exista una archivo llamado \".ocdata\" en la raíz del directorio de datos. ",
- "Invalid character \"%1$s\" in filename" : "Caracter inválido \"%1$s\" en el nombre de archivo",
- "Invalid filename extension \"%1$s\"" : "Extensión del archivo inválida \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Asegurate de que exista una archivo llamado \".ocdata\" en la raíz del directorio de datos. "
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file
diff --git a/lib/l10n/eu.js b/lib/l10n/eu.js
index 42254f4c1c9..e28dfed5672 100644
--- a/lib/l10n/eu.js
+++ b/lib/l10n/eu.js
@@ -19,6 +19,7 @@ OC.L10N.register(
"%1$s, %2$s and %3$s" : "%1$s, %2$s eta %3$s",
"%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s eta %4$s",
"%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s eta %5$s",
+ "Education bundle" : "Hezkuntza bilduma",
"Enterprise bundle" : "Enpresa multzoa",
"Groupware bundle" : "Talderanerako multzoa",
"Hub bundle" : "Hub sorta",
@@ -37,6 +38,7 @@ OC.L10N.register(
"Server version %s or higher is required." : "Zerbitzariaren %s bertsioa edo berriagoa behar da.",
"Server version %s or lower is required." : "Zerbitzariaren %s bertsioa edo zaharragoa behar da.",
"Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Saioa hasitako kontua administratzailea, azpi-administratzailea edo baimen berezi bat duena izan behar da ezarpen hau aldatzeko.",
+ "Your current IP address doesn’t allow you to perform admin actions" : "Zure uneko IP helbideak ez dizu administratzaile-ekintzak egiten uzten",
"Logged in account must be an admin or sub admin" : "Saioa hasitako kontua administratzaile edo azpi-administratzailea izan behar du",
"Logged in account must be an admin" : "Saioa hasitako kontua administratzailea izan behar du",
"Wiping of device %s has started" : "%s gailuaren garbiketa hasi da",
@@ -80,10 +82,16 @@ OC.L10N.register(
"Empty file" : "Fitxategi hutsa",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "%s IDa duen modulua ez da existitzen. Gaitu zure aplikazioen ezarpenetan edo jarri harremanetan administratzailearekin.",
"Dot files are not allowed" : "Dot fitxategiak ez dira onartzen",
+ "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" debekatutako fitxategi edo karpeta-izen bat da.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" debekatutako aurrizkia da fitxategi edo karpeten izenetarako.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" ez da onartzen fitxategi edo karpeta-izen baten barruan.",
+ "\"%1$s\" is a forbidden file type." : "\"%1$s\" debekatutako fitxategi mota bat da.",
+ "Filenames must not end with \"%1$s\"." : "Fitxategi-izenak ez dira \"%1$s\"rekin amaitu behar.",
"File already exists" : "Badago izen bereko fitxategi bat",
"Invalid path" : "Bide-izen baliogabea",
"Failed to create file from template" : "Fitxategi berria txantiloitik sortzeak huts egin du",
"Templates" : "Txantiloiak",
+ "Path contains invalid segments" : "Bideak segmentu baliogabeak ditu",
"File name is a reserved word" : "Fitxategi izena hitz erreserbatua da",
"File name contains at least one invalid character" : "Fitxategi izenak karaktere baliogabe bat du gutxienez ",
"File name is too long" : "Fitxategi-izena luzeegia da",
@@ -251,6 +259,7 @@ OC.L10N.register(
"Your data directory must be an absolute path." : "Zure datuen karpeta bide-izen absolutua izan behar da.",
"Check the value of \"datadirectory\" in your configuration." : "Egiaztatu \"datadirectory\"-ren balioa zure konfigurazioan.",
"Your data directory is invalid." : "Zure datuen karpeta baliogabea da.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Ziurtatu datu-direktorioaren erroan \"%1$s\" izeneko fitxategi bat dagoela. \"%2$s\" edukia izan behar du.",
"Action \"%s\" not supported or implemented." : "\"%s\" ekintza ez da onartzen edo ez dago inplementaturik.",
"Authentication failed, wrong token or provider ID given" : "Autentifikazioak huts egin du, token edo hornitzaile ID okerra eman da",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Eskaera osatzeko parametroak falta dira. Falta diren parametroak: \"%s\"",
@@ -268,6 +277,7 @@ OC.L10N.register(
"The audio to transcribe" : "Transkribatzeko audioa",
"Transcription" : "Transkripzioa",
"The transcribed text" : "Transkribatutako testua",
+ "Context write" : "Testuingurua idaztea",
"Writes text in a given style based on the provided source material." : "Testua estilo jakin batean idazten du, emandako iturri-materialean oinarrituta.",
"Writing style" : "Idazteko estiloa",
"Demonstrate a writing style that you would like to immitate" : "Erakutsi imitatu nahiko zenukeen idazteko estiloa",
@@ -289,11 +299,13 @@ OC.L10N.register(
"Output images" : "Irteera irudiak",
"The generated images" : "Sortutako irudiak",
"Free text to text prompt" : "Testu librea mezuaren testura",
+ "Runs an arbitrary prompt through a language model that returns a reply" : "Abisu arbitrario bat exekutatzen du erantzuna itzultzen duen hizkuntza-eredu baten bidez",
"Describe a task that you want the assistant to do or ask a question" : "Deskribatu laguntzaileak egitea nahi duzun zeregina edo galdera bat egin",
"Generated reply" : "Sortutako erantzuna",
"The generated text from the assistant" : "Laguntzaileak sortutako testua",
"Chat" : "Chat",
"Chat with the assistant" : "Hitz egin txat bidez laguntzailarekin",
+ "System prompt" : "Sistemaren gonbita",
"Define rules and assumptions that the assistant should follow during the conversation." : "Definitu elkarrizketan zehar txat laguntzaileak jarraitu beharko lituzkeen arau eta suposizioak.",
"Chat message" : "Txat mezua",
"Chat history" : "Txat historia",
@@ -331,8 +343,15 @@ OC.L10N.register(
"Topics" : "Gaiak",
"The list of extracted topics" : "Ateratako gaien zerrenda",
"Translate" : "Itzuli",
+ "Translate text from one language to another" : "Itzuli testua hizkuntza batetik bestera",
+ "Origin text" : "Jatorrizko testua",
+ "The text to translate" : "Itzuli beharreko testua",
+ "Origin language" : "Jatorrizko hizkuntza",
+ "The language of the origin text" : "Jatorrizko testuaren hizkuntza",
"Target language" : "Helburuko hizkuntza",
+ "The desired language to translate the origin text in" : "Jatorrizko testua itzultzeko nahi den hizkuntza",
"Result" : "Emaitza",
+ "The translated text" : "Itzulitako testua",
"Free prompt" : "Gonbita librea",
"Runs an arbitrary prompt through the language model." : "Hizkuntza ereduaren zehar esaldi arbitrario bat exekutatzen du.",
"Generate headline" : "Sortu izenburua",
@@ -362,7 +381,6 @@ OC.L10N.register(
"User disabled" : "Erabiltzaile desgaituta",
"Your data directory is readable by other users." : "Zure datuen karpeta beste erabiltzaileek irakur dezakete.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Aldatu baimenak 0770ra beste erabiltzaileek karpetan sartu ezin izateko.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ziurtatu datu direktorioaren erroan \".ocdata\" izeneko fitxategia dagoela.",
- "Invalid filename extension \"%1$s\"" : "\"%1$s\" fitxategi luzapen baliogabea"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ziurtatu datu direktorioaren erroan \".ocdata\" izeneko fitxategia dagoela."
},
"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/eu.json b/lib/l10n/eu.json
index 6d2b81d21bd..654bc144cd0 100644
--- a/lib/l10n/eu.json
+++ b/lib/l10n/eu.json
@@ -17,6 +17,7 @@
"%1$s, %2$s and %3$s" : "%1$s, %2$s eta %3$s",
"%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s eta %4$s",
"%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s eta %5$s",
+ "Education bundle" : "Hezkuntza bilduma",
"Enterprise bundle" : "Enpresa multzoa",
"Groupware bundle" : "Talderanerako multzoa",
"Hub bundle" : "Hub sorta",
@@ -35,6 +36,7 @@
"Server version %s or higher is required." : "Zerbitzariaren %s bertsioa edo berriagoa behar da.",
"Server version %s or lower is required." : "Zerbitzariaren %s bertsioa edo zaharragoa behar da.",
"Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Saioa hasitako kontua administratzailea, azpi-administratzailea edo baimen berezi bat duena izan behar da ezarpen hau aldatzeko.",
+ "Your current IP address doesn’t allow you to perform admin actions" : "Zure uneko IP helbideak ez dizu administratzaile-ekintzak egiten uzten",
"Logged in account must be an admin or sub admin" : "Saioa hasitako kontua administratzaile edo azpi-administratzailea izan behar du",
"Logged in account must be an admin" : "Saioa hasitako kontua administratzailea izan behar du",
"Wiping of device %s has started" : "%s gailuaren garbiketa hasi da",
@@ -78,10 +80,16 @@
"Empty file" : "Fitxategi hutsa",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "%s IDa duen modulua ez da existitzen. Gaitu zure aplikazioen ezarpenetan edo jarri harremanetan administratzailearekin.",
"Dot files are not allowed" : "Dot fitxategiak ez dira onartzen",
+ "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" debekatutako fitxategi edo karpeta-izen bat da.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" debekatutako aurrizkia da fitxategi edo karpeten izenetarako.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" ez da onartzen fitxategi edo karpeta-izen baten barruan.",
+ "\"%1$s\" is a forbidden file type." : "\"%1$s\" debekatutako fitxategi mota bat da.",
+ "Filenames must not end with \"%1$s\"." : "Fitxategi-izenak ez dira \"%1$s\"rekin amaitu behar.",
"File already exists" : "Badago izen bereko fitxategi bat",
"Invalid path" : "Bide-izen baliogabea",
"Failed to create file from template" : "Fitxategi berria txantiloitik sortzeak huts egin du",
"Templates" : "Txantiloiak",
+ "Path contains invalid segments" : "Bideak segmentu baliogabeak ditu",
"File name is a reserved word" : "Fitxategi izena hitz erreserbatua da",
"File name contains at least one invalid character" : "Fitxategi izenak karaktere baliogabe bat du gutxienez ",
"File name is too long" : "Fitxategi-izena luzeegia da",
@@ -249,6 +257,7 @@
"Your data directory must be an absolute path." : "Zure datuen karpeta bide-izen absolutua izan behar da.",
"Check the value of \"datadirectory\" in your configuration." : "Egiaztatu \"datadirectory\"-ren balioa zure konfigurazioan.",
"Your data directory is invalid." : "Zure datuen karpeta baliogabea da.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Ziurtatu datu-direktorioaren erroan \"%1$s\" izeneko fitxategi bat dagoela. \"%2$s\" edukia izan behar du.",
"Action \"%s\" not supported or implemented." : "\"%s\" ekintza ez da onartzen edo ez dago inplementaturik.",
"Authentication failed, wrong token or provider ID given" : "Autentifikazioak huts egin du, token edo hornitzaile ID okerra eman da",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Eskaera osatzeko parametroak falta dira. Falta diren parametroak: \"%s\"",
@@ -266,6 +275,7 @@
"The audio to transcribe" : "Transkribatzeko audioa",
"Transcription" : "Transkripzioa",
"The transcribed text" : "Transkribatutako testua",
+ "Context write" : "Testuingurua idaztea",
"Writes text in a given style based on the provided source material." : "Testua estilo jakin batean idazten du, emandako iturri-materialean oinarrituta.",
"Writing style" : "Idazteko estiloa",
"Demonstrate a writing style that you would like to immitate" : "Erakutsi imitatu nahiko zenukeen idazteko estiloa",
@@ -287,11 +297,13 @@
"Output images" : "Irteera irudiak",
"The generated images" : "Sortutako irudiak",
"Free text to text prompt" : "Testu librea mezuaren testura",
+ "Runs an arbitrary prompt through a language model that returns a reply" : "Abisu arbitrario bat exekutatzen du erantzuna itzultzen duen hizkuntza-eredu baten bidez",
"Describe a task that you want the assistant to do or ask a question" : "Deskribatu laguntzaileak egitea nahi duzun zeregina edo galdera bat egin",
"Generated reply" : "Sortutako erantzuna",
"The generated text from the assistant" : "Laguntzaileak sortutako testua",
"Chat" : "Chat",
"Chat with the assistant" : "Hitz egin txat bidez laguntzailarekin",
+ "System prompt" : "Sistemaren gonbita",
"Define rules and assumptions that the assistant should follow during the conversation." : "Definitu elkarrizketan zehar txat laguntzaileak jarraitu beharko lituzkeen arau eta suposizioak.",
"Chat message" : "Txat mezua",
"Chat history" : "Txat historia",
@@ -329,8 +341,15 @@
"Topics" : "Gaiak",
"The list of extracted topics" : "Ateratako gaien zerrenda",
"Translate" : "Itzuli",
+ "Translate text from one language to another" : "Itzuli testua hizkuntza batetik bestera",
+ "Origin text" : "Jatorrizko testua",
+ "The text to translate" : "Itzuli beharreko testua",
+ "Origin language" : "Jatorrizko hizkuntza",
+ "The language of the origin text" : "Jatorrizko testuaren hizkuntza",
"Target language" : "Helburuko hizkuntza",
+ "The desired language to translate the origin text in" : "Jatorrizko testua itzultzeko nahi den hizkuntza",
"Result" : "Emaitza",
+ "The translated text" : "Itzulitako testua",
"Free prompt" : "Gonbita librea",
"Runs an arbitrary prompt through the language model." : "Hizkuntza ereduaren zehar esaldi arbitrario bat exekutatzen du.",
"Generate headline" : "Sortu izenburua",
@@ -360,7 +379,6 @@
"User disabled" : "Erabiltzaile desgaituta",
"Your data directory is readable by other users." : "Zure datuen karpeta beste erabiltzaileek irakur dezakete.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Aldatu baimenak 0770ra beste erabiltzaileek karpetan sartu ezin izateko.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ziurtatu datu direktorioaren erroan \".ocdata\" izeneko fitxategia dagoela.",
- "Invalid filename extension \"%1$s\"" : "\"%1$s\" fitxategi luzapen baliogabea"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ziurtatu datu direktorioaren erroan \".ocdata\" izeneko fitxategia dagoela."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js
index ce8d5244249..f302c1ba5e3 100644
--- a/lib/l10n/fr.js
+++ b/lib/l10n/fr.js
@@ -38,6 +38,7 @@ OC.L10N.register(
"Server version %s or higher is required." : "Un serveur de version %s ou supérieure est requis.",
"Server version %s or lower is required." : "Un serveur de version %s ou inférieure est requis.",
"Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Le compte connecté doit être un administrateur, un sous-administrateur ou se voir accorder des droits spéciaux pour accéder à ce réglage",
+ "Your current IP address doesn’t allow you to perform admin actions" : "Votre adresse IP actuelle ne vous permet pas d'effectuer des actions d'administration",
"Logged in account must be an admin or sub admin" : "Le compte connecté doit être administrateur ou sous-administrateur",
"Logged in account must be an admin" : "Le compte connecté doit être un administrateur",
"Wiping of device %s has started" : "L'effaçage de l'appareil %s a démarré",
@@ -81,10 +82,16 @@ OC.L10N.register(
"Empty file" : "Fichier vide",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Le module avec l'ID: %s n'existe pas. Merci de l'activer dans les paramètres d'applications ou de contacter votre administrateur.",
"Dot files are not allowed" : "Le nom de fichier ne peut pas commencer par un point",
+ "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" est un nom de fichier ou de dossier interdit.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" est un préfixe interdit pour les noms de fichiers ou de dossiers.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" n'est pas autorisé dans un nom de fichier ou de dossier.",
+ "\"%1$s\" is a forbidden file type." : "\"%1$s\" est un type de fichier interdit.",
+ "Filenames must not end with \"%1$s\"." : "Les noms de fichiers ne doivent pas se terminer par \"%1$s\".",
"File already exists" : "Le fichier existe déjà",
"Invalid path" : "Chemin incorrect",
"Failed to create file from template" : "Impossible de créer le fichier à partir du modèle",
"Templates" : "Modèles",
+ "Path contains invalid segments" : "Le chemin contient des segments invalides",
"File name is a reserved word" : "Ce nom de fichier est un mot réservé",
"File name contains at least one invalid character" : "Le nom de fichier contient au moins un caractère invalide",
"File name is too long" : "Nom de fichier trop long",
@@ -252,6 +259,7 @@ OC.L10N.register(
"Your data directory must be an absolute path." : "Le chemin de votre répertoire doit être un chemin absolu.",
"Check the value of \"datadirectory\" in your configuration." : "Verifiez la valeur de \"datadirectory\" dans votre configuration.",
"Your data directory is invalid." : "Votre répertoire des données n'est pas valide.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Assurez-vous qu'il existe un fichier appelé \"%1$s\" à la racine du répertoire de données. Il doit avoir le contenu suivant : \"%2$s\"",
"Action \"%s\" not supported or implemented." : "Action \"%s\" non supportée ou implémentée.",
"Authentication failed, wrong token or provider ID given" : "Échec de l'authentification, jeton erroné ou identification du fournisseur donnée",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Paramètres manquants pour compléter la requête. Paramètres manquants : \"%s\"",
@@ -264,21 +272,64 @@ OC.L10N.register(
"Storage is temporarily not available" : "Le support de stockage est temporairement indisponible",
"Storage connection timeout. %s" : "Le délai d'attente pour la connexion à l'espace de stockage a été dépassé. %s",
"Transcribe audio" : "Transcrire l'audio",
+ "Transcribe the things said in an audio" : "Transcrire les propos exprimés dans un fichier audio",
"Audio input" : "Entrée audio",
+ "The audio to transcribe" : "Audio à retranscrire",
+ "Transcription" : "Transcription",
"The transcribed text" : "Le texte transcrit",
"Context write" : "Écrire contextuellement",
"Writes text in a given style based on the provided source material." : "Écrit un texte dans un style donné, basé sur des données initiales préalablement fournies.",
"Writing style" : "Style rédactionnel",
+ "Demonstrate a writing style that you would like to immitate" : "Montrez un style d'écriture que vous aimeriez imiter",
"Source material" : "Données initiales",
+ "The content that would like to be rewritten in the new writing style" : "Contenu qui doit être réécrit dans le nouveau style de rédaction",
+ "Generated text" : "Texte généré",
+ "The generated text with content from the source material in the given style" : "Le texte généré reprend le contenu du document source dans le style donné",
"Emoji generator" : "Générateur d'emoji",
+ "Takes text and generates a representative emoji for it." : "Prend un texte et génère un émoji représentatif.",
+ "The text to generate an emoji for" : "Texte pour lequel générer un émoji",
+ "Generated emoji" : "Émoji généré",
+ "The generated emoji based on the input text" : "Émoji généré en fonction du texte saisi",
"Generate image" : "Générer l'image",
+ "Generate an image from a text prompt" : "Générer une image à partir d'un texte",
"Prompt" : "Invite de commande",
+ "Describe the image you want to generate" : "Décrivez l'image que vous souhaitez générer",
"Number of images" : "Nombre d'images",
+ "How many images to generate" : "Nombre d'images à générer",
"Output images" : "Images de sortie",
"The generated images" : "Les images générées",
+ "Free text to text prompt" : "Texte libre à texte libre",
+ "Runs an arbitrary prompt through a language model that returns a reply" : "Exécute une commande arbitraire à l'aide d'un modèle linguistique qui génère une réponse",
+ "Describe a task that you want the assistant to do or ask a question" : "Décrivez une tâche que vous voulez que l'assistant effectue ou posez une question",
+ "Generated reply" : "Réponse générée",
+ "The generated text from the assistant" : "Texte généré par l'assistant",
"Chat" : "Discussion instantanée ",
+ "Chat with the assistant" : "Discuter avec l'assistant",
+ "System prompt" : "Invite du système",
+ "Define rules and assumptions that the assistant should follow during the conversation." : "Définir les règles et les hypothèses que l'assistant doit suivre pendant la conversation.",
+ "Chat message" : "Message de discussion",
+ "Chat history" : "Historique de la discussion",
+ "The history of chat messages before the current message, starting with a message by the user" : "Historique des messages de discussion avant le message actuel, commençant par un message de l'utilisateur",
+ "Response message" : "Message de réponse",
+ "The generated response as part of the conversation" : "Réponse générée comme partie de la conversation",
+ "Formalize text" : "Formaliser un texte",
+ "Takes a text and makes it sound more formal" : "Prend un texte et le rend plus formel",
+ "Write a text that you want the assistant to formalize" : "Rédigez un texte que vous souhaitez que l'assistant formalise",
+ "Formalized text" : "Texte formalisé",
+ "The formalized text" : "Texte formalisé",
+ "Generate a headline" : "Générer un titre",
"Generates a possible headline for a text." : "Génère un titre possible pour un texte.",
+ "Original text" : "Texte original",
+ "The original text to generate a headline for" : "Texte original pour lequel générer un titre",
+ "The generated headline" : "Titre généré",
+ "Reformulate text" : "Reformuler un texte",
+ "Takes a text and reformulates it" : "Prend un texte et le reformule",
+ "Write a text that you want the assistant to reformulate" : "Rédigez un texte que vous souhaitez que l'assistant reformule",
+ "Reformulated text" : "Texte reformulé",
+ "The reformulated text, written by the assistant" : "Texte reformulé, rédigé par l'assistant",
"Simplify text" : "Simplifier le texte",
+ "Takes a text and simplifies it" : "Prend un texte et le simplifie",
+ "Write a text that you want the assistant to simplify" : "Rédigez un texte que vous souhaitez que l'assistant simplifie",
"Simplified text" : "Texte simplifié",
"The simplified text" : "Le texte simplifié",
"Summarize" : "Résumer",
@@ -287,11 +338,20 @@ OC.L10N.register(
"Summary" : "Résumé",
"The generated summary" : "Le résumé généré",
"Extract topics" : "Extraire des thèmes",
+ "Extracts topics from a text and outputs them separated by commas" : "Extrait les sujets d'un texte et les affiche en les séparant par des virgules.",
+ "The original text to extract topics from" : "Texte original à partir duquel les thèmes sont extraits",
"Topics" : "Sujets",
"The list of extracted topics" : "La liste des sujets extraits",
"Translate" : "Traduire",
+ "Translate text from one language to another" : "Traduire un texte d'une langue à une autre",
+ "Origin text" : "Texte d'origine",
+ "The text to translate" : "Texte à traduire",
+ "Origin language" : "Langue d'origine",
+ "The language of the origin text" : "Langue du texte d'origine",
"Target language" : "Langue cible",
+ "The desired language to translate the origin text in" : "Langue souhaitée pour la traduction du texte d'origine",
"Result" : "Résultat",
+ "The translated text" : "Le texte traduit",
"Free prompt" : "Prompt",
"Runs an arbitrary prompt through the language model." : "Exécute une commande arbitraire via le modèle de langage.",
"Generate headline" : "Générer un titre",
diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json
index 918f5fc9929..6912d086c5c 100644
--- a/lib/l10n/fr.json
+++ b/lib/l10n/fr.json
@@ -36,6 +36,7 @@
"Server version %s or higher is required." : "Un serveur de version %s ou supérieure est requis.",
"Server version %s or lower is required." : "Un serveur de version %s ou inférieure est requis.",
"Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Le compte connecté doit être un administrateur, un sous-administrateur ou se voir accorder des droits spéciaux pour accéder à ce réglage",
+ "Your current IP address doesn’t allow you to perform admin actions" : "Votre adresse IP actuelle ne vous permet pas d'effectuer des actions d'administration",
"Logged in account must be an admin or sub admin" : "Le compte connecté doit être administrateur ou sous-administrateur",
"Logged in account must be an admin" : "Le compte connecté doit être un administrateur",
"Wiping of device %s has started" : "L'effaçage de l'appareil %s a démarré",
@@ -79,10 +80,16 @@
"Empty file" : "Fichier vide",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Le module avec l'ID: %s n'existe pas. Merci de l'activer dans les paramètres d'applications ou de contacter votre administrateur.",
"Dot files are not allowed" : "Le nom de fichier ne peut pas commencer par un point",
+ "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" est un nom de fichier ou de dossier interdit.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" est un préfixe interdit pour les noms de fichiers ou de dossiers.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" n'est pas autorisé dans un nom de fichier ou de dossier.",
+ "\"%1$s\" is a forbidden file type." : "\"%1$s\" est un type de fichier interdit.",
+ "Filenames must not end with \"%1$s\"." : "Les noms de fichiers ne doivent pas se terminer par \"%1$s\".",
"File already exists" : "Le fichier existe déjà",
"Invalid path" : "Chemin incorrect",
"Failed to create file from template" : "Impossible de créer le fichier à partir du modèle",
"Templates" : "Modèles",
+ "Path contains invalid segments" : "Le chemin contient des segments invalides",
"File name is a reserved word" : "Ce nom de fichier est un mot réservé",
"File name contains at least one invalid character" : "Le nom de fichier contient au moins un caractère invalide",
"File name is too long" : "Nom de fichier trop long",
@@ -250,6 +257,7 @@
"Your data directory must be an absolute path." : "Le chemin de votre répertoire doit être un chemin absolu.",
"Check the value of \"datadirectory\" in your configuration." : "Verifiez la valeur de \"datadirectory\" dans votre configuration.",
"Your data directory is invalid." : "Votre répertoire des données n'est pas valide.",
+ "Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Assurez-vous qu'il existe un fichier appelé \"%1$s\" à la racine du répertoire de données. Il doit avoir le contenu suivant : \"%2$s\"",
"Action \"%s\" not supported or implemented." : "Action \"%s\" non supportée ou implémentée.",
"Authentication failed, wrong token or provider ID given" : "Échec de l'authentification, jeton erroné ou identification du fournisseur donnée",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Paramètres manquants pour compléter la requête. Paramètres manquants : \"%s\"",
@@ -262,21 +270,64 @@
"Storage is temporarily not available" : "Le support de stockage est temporairement indisponible",
"Storage connection timeout. %s" : "Le délai d'attente pour la connexion à l'espace de stockage a été dépassé. %s",
"Transcribe audio" : "Transcrire l'audio",
+ "Transcribe the things said in an audio" : "Transcrire les propos exprimés dans un fichier audio",
"Audio input" : "Entrée audio",
+ "The audio to transcribe" : "Audio à retranscrire",
+ "Transcription" : "Transcription",
"The transcribed text" : "Le texte transcrit",
"Context write" : "Écrire contextuellement",
"Writes text in a given style based on the provided source material." : "Écrit un texte dans un style donné, basé sur des données initiales préalablement fournies.",
"Writing style" : "Style rédactionnel",
+ "Demonstrate a writing style that you would like to immitate" : "Montrez un style d'écriture que vous aimeriez imiter",
"Source material" : "Données initiales",
+ "The content that would like to be rewritten in the new writing style" : "Contenu qui doit être réécrit dans le nouveau style de rédaction",
+ "Generated text" : "Texte généré",
+ "The generated text with content from the source material in the given style" : "Le texte généré reprend le contenu du document source dans le style donné",
"Emoji generator" : "Générateur d'emoji",
+ "Takes text and generates a representative emoji for it." : "Prend un texte et génère un émoji représentatif.",
+ "The text to generate an emoji for" : "Texte pour lequel générer un émoji",
+ "Generated emoji" : "Émoji généré",
+ "The generated emoji based on the input text" : "Émoji généré en fonction du texte saisi",
"Generate image" : "Générer l'image",
+ "Generate an image from a text prompt" : "Générer une image à partir d'un texte",
"Prompt" : "Invite de commande",
+ "Describe the image you want to generate" : "Décrivez l'image que vous souhaitez générer",
"Number of images" : "Nombre d'images",
+ "How many images to generate" : "Nombre d'images à générer",
"Output images" : "Images de sortie",
"The generated images" : "Les images générées",
+ "Free text to text prompt" : "Texte libre à texte libre",
+ "Runs an arbitrary prompt through a language model that returns a reply" : "Exécute une commande arbitraire à l'aide d'un modèle linguistique qui génère une réponse",
+ "Describe a task that you want the assistant to do or ask a question" : "Décrivez une tâche que vous voulez que l'assistant effectue ou posez une question",
+ "Generated reply" : "Réponse générée",
+ "The generated text from the assistant" : "Texte généré par l'assistant",
"Chat" : "Discussion instantanée ",
+ "Chat with the assistant" : "Discuter avec l'assistant",
+ "System prompt" : "Invite du système",
+ "Define rules and assumptions that the assistant should follow during the conversation." : "Définir les règles et les hypothèses que l'assistant doit suivre pendant la conversation.",
+ "Chat message" : "Message de discussion",
+ "Chat history" : "Historique de la discussion",
+ "The history of chat messages before the current message, starting with a message by the user" : "Historique des messages de discussion avant le message actuel, commençant par un message de l'utilisateur",
+ "Response message" : "Message de réponse",
+ "The generated response as part of the conversation" : "Réponse générée comme partie de la conversation",
+ "Formalize text" : "Formaliser un texte",
+ "Takes a text and makes it sound more formal" : "Prend un texte et le rend plus formel",
+ "Write a text that you want the assistant to formalize" : "Rédigez un texte que vous souhaitez que l'assistant formalise",
+ "Formalized text" : "Texte formalisé",
+ "The formalized text" : "Texte formalisé",
+ "Generate a headline" : "Générer un titre",
"Generates a possible headline for a text." : "Génère un titre possible pour un texte.",
+ "Original text" : "Texte original",
+ "The original text to generate a headline for" : "Texte original pour lequel générer un titre",
+ "The generated headline" : "Titre généré",
+ "Reformulate text" : "Reformuler un texte",
+ "Takes a text and reformulates it" : "Prend un texte et le reformule",
+ "Write a text that you want the assistant to reformulate" : "Rédigez un texte que vous souhaitez que l'assistant reformule",
+ "Reformulated text" : "Texte reformulé",
+ "The reformulated text, written by the assistant" : "Texte reformulé, rédigé par l'assistant",
"Simplify text" : "Simplifier le texte",
+ "Takes a text and simplifies it" : "Prend un texte et le simplifie",
+ "Write a text that you want the assistant to simplify" : "Rédigez un texte que vous souhaitez que l'assistant simplifie",
"Simplified text" : "Texte simplifié",
"The simplified text" : "Le texte simplifié",
"Summarize" : "Résumer",
@@ -285,11 +336,20 @@
"Summary" : "Résumé",
"The generated summary" : "Le résumé généré",
"Extract topics" : "Extraire des thèmes",
+ "Extracts topics from a text and outputs them separated by commas" : "Extrait les sujets d'un texte et les affiche en les séparant par des virgules.",
+ "The original text to extract topics from" : "Texte original à partir duquel les thèmes sont extraits",
"Topics" : "Sujets",
"The list of extracted topics" : "La liste des sujets extraits",
"Translate" : "Traduire",
+ "Translate text from one language to another" : "Traduire un texte d'une langue à une autre",
+ "Origin text" : "Texte d'origine",
+ "The text to translate" : "Texte à traduire",
+ "Origin language" : "Langue d'origine",
+ "The language of the origin text" : "Langue du texte d'origine",
"Target language" : "Langue cible",
+ "The desired language to translate the origin text in" : "Langue souhaitée pour la traduction du texte d'origine",
"Result" : "Résultat",
+ "The translated text" : "Le texte traduit",
"Free prompt" : "Prompt",
"Runs an arbitrary prompt through the language model." : "Exécute une commande arbitraire via le modèle de langage.",
"Generate headline" : "Générer un titre",
diff --git a/lib/l10n/ga.js b/lib/l10n/ga.js
index ca4bba1e8b8..23d1bdb9a6c 100644
--- a/lib/l10n/ga.js
+++ b/lib/l10n/ga.js
@@ -82,6 +82,11 @@ OC.L10N.register(
"Empty file" : "Comhad folamh",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modúl le haitheantas: níl %s ann. Cumasaigh é i socruithe d'aipeanna nó déan teagmháil le do riarthóir le do thoil.",
"Dot files are not allowed" : "Ní cheadaítear comhaid ponc",
+ "\"%1$s\" is a forbidden file or folder name." : "Is ainm toirmiscthe comhaid nó fillteáin é \"%1$s\".",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "Réimír toirmiscthe é \"%1$s\" d'ainmneacha comhaid nó fillteán.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "Ní cheadaítear \"%1$s\" taobh istigh d'ainm comhaid nó fillteáin.",
+ "\"%1$s\" is a forbidden file type." : "Is cineál comhaid toirmiscthe é \"%1$s\".",
+ "Filenames must not end with \"%1$s\"." : "Ní cheadaítear \"%1$s\" a bheith mar chríoch ar chomhainmneacha.",
"File already exists" : "Tá an comhad ann cheana féin",
"Invalid path" : "Conair neamhbhailí",
"Failed to create file from template" : "Theip ar chruthú comhad ón teimpléad",
@@ -376,8 +381,6 @@ OC.L10N.register(
"User disabled" : "Díchumasaíodh an t-úsáideoir",
"Your data directory is readable by other users." : "Tá d'eolaire sonraí inléite ag úsáideoirí eile.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Athraigh na ceadanna go 0770 le do thoil ionas nach féidir le húsáideoirí eile an t-eolaire a liostú.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Cinntigh go bhfuil comhad darb ainm \".ocdata\" i bhfréamh an eolaire sonraí.",
- "Invalid character \"%1$s\" in filename" : "Carachtar neamhbhailí \"%1$s\" in ainm an chomhaid",
- "Invalid filename extension \"%1$s\"" : "Iarmhír neamhbhailí ar ainm comhaid \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Cinntigh go bhfuil comhad darb ainm \".ocdata\" i bhfréamh an eolaire sonraí."
},
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");
diff --git a/lib/l10n/ga.json b/lib/l10n/ga.json
index ea9c9110a77..5f6f070e008 100644
--- a/lib/l10n/ga.json
+++ b/lib/l10n/ga.json
@@ -80,6 +80,11 @@
"Empty file" : "Comhad folamh",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modúl le haitheantas: níl %s ann. Cumasaigh é i socruithe d'aipeanna nó déan teagmháil le do riarthóir le do thoil.",
"Dot files are not allowed" : "Ní cheadaítear comhaid ponc",
+ "\"%1$s\" is a forbidden file or folder name." : "Is ainm toirmiscthe comhaid nó fillteáin é \"%1$s\".",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "Réimír toirmiscthe é \"%1$s\" d'ainmneacha comhaid nó fillteán.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "Ní cheadaítear \"%1$s\" taobh istigh d'ainm comhaid nó fillteáin.",
+ "\"%1$s\" is a forbidden file type." : "Is cineál comhaid toirmiscthe é \"%1$s\".",
+ "Filenames must not end with \"%1$s\"." : "Ní cheadaítear \"%1$s\" a bheith mar chríoch ar chomhainmneacha.",
"File already exists" : "Tá an comhad ann cheana féin",
"Invalid path" : "Conair neamhbhailí",
"Failed to create file from template" : "Theip ar chruthú comhad ón teimpléad",
@@ -374,8 +379,6 @@
"User disabled" : "Díchumasaíodh an t-úsáideoir",
"Your data directory is readable by other users." : "Tá d'eolaire sonraí inléite ag úsáideoirí eile.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Athraigh na ceadanna go 0770 le do thoil ionas nach féidir le húsáideoirí eile an t-eolaire a liostú.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Cinntigh go bhfuil comhad darb ainm \".ocdata\" i bhfréamh an eolaire sonraí.",
- "Invalid character \"%1$s\" in filename" : "Carachtar neamhbhailí \"%1$s\" in ainm an chomhaid",
- "Invalid filename extension \"%1$s\"" : "Iarmhír neamhbhailí ar ainm comhaid \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Cinntigh go bhfuil comhad darb ainm \".ocdata\" i bhfréamh an eolaire sonraí."
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
} \ No newline at end of file
diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js
index 276a669686d..93c272d94e3 100644
--- a/lib/l10n/gl.js
+++ b/lib/l10n/gl.js
@@ -82,6 +82,11 @@ OC.L10N.register(
"Empty file" : "Ficheiro baleiro",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Non existe o módulo co ID: %s. Actíveo nos axustes das aplicacións ou contacte coa administración desta instancia.",
"Dot files are not allowed" : "Non se admiten os ficheiros con punto",
+ "\"%1$s\" is a forbidden file or folder name." : "«%1$s» é un nome de ficheiro ou cartafol prohibido.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "«%1$s» é un prefixo prohibido para os nomes de ficheiros ou cartafoles.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "«%1$s» non está permitido nun nome de ficheiro ou cartafol.",
+ "\"%1$s\" is a forbidden file type." : "«%1$s» é un tipo de ficheiro prohibido.",
+ "Filenames must not end with \"%1$s\"." : "Os nomes de ficheiros non deben rematar con «%1$s».",
"File already exists" : "O ficheiro xa existe",
"Invalid path" : "Ruta incorrecta.",
"Failed to create file from template" : "Produciuse un fallo ao crear un ficheiro a partir do modelo",
@@ -376,8 +381,6 @@ OC.L10N.register(
"User disabled" : "Usuario desactivado",
"Your data directory is readable by other users." : "Outros usuarios poden ler o seu directorio de datos.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Cambie os permisos a 0770 para que o directorio non poida ser listado por outros usuarios.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Asegúrese de que existe un ficheiro chamado «.ocdata» na raíz do directorio de datos.",
- "Invalid character \"%1$s\" in filename" : "Carácter «%1$s» non válido no nome do ficheiro",
- "Invalid filename extension \"%1$s\"" : "A extensión de nome de ficheiro «%1$s» non é válida"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Asegúrese de que existe un ficheiro chamado «.ocdata» na raíz do directorio de datos."
},
"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/gl.json b/lib/l10n/gl.json
index ec95967e89a..ce83dff0269 100644
--- a/lib/l10n/gl.json
+++ b/lib/l10n/gl.json
@@ -80,6 +80,11 @@
"Empty file" : "Ficheiro baleiro",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Non existe o módulo co ID: %s. Actíveo nos axustes das aplicacións ou contacte coa administración desta instancia.",
"Dot files are not allowed" : "Non se admiten os ficheiros con punto",
+ "\"%1$s\" is a forbidden file or folder name." : "«%1$s» é un nome de ficheiro ou cartafol prohibido.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "«%1$s» é un prefixo prohibido para os nomes de ficheiros ou cartafoles.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "«%1$s» non está permitido nun nome de ficheiro ou cartafol.",
+ "\"%1$s\" is a forbidden file type." : "«%1$s» é un tipo de ficheiro prohibido.",
+ "Filenames must not end with \"%1$s\"." : "Os nomes de ficheiros non deben rematar con «%1$s».",
"File already exists" : "O ficheiro xa existe",
"Invalid path" : "Ruta incorrecta.",
"Failed to create file from template" : "Produciuse un fallo ao crear un ficheiro a partir do modelo",
@@ -374,8 +379,6 @@
"User disabled" : "Usuario desactivado",
"Your data directory is readable by other users." : "Outros usuarios poden ler o seu directorio de datos.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Cambie os permisos a 0770 para que o directorio non poida ser listado por outros usuarios.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Asegúrese de que existe un ficheiro chamado «.ocdata» na raíz do directorio de datos.",
- "Invalid character \"%1$s\" in filename" : "Carácter «%1$s» non válido no nome do ficheiro",
- "Invalid filename extension \"%1$s\"" : "A extensión de nome de ficheiro «%1$s» non é válida"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Asegúrese de que existe un ficheiro chamado «.ocdata» na raíz do directorio de datos."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js
index 696a84d8503..615d4e50365 100644
--- a/lib/l10n/ja.js
+++ b/lib/l10n/ja.js
@@ -376,8 +376,6 @@ OC.L10N.register(
"User disabled" : "ユーザーは無効です",
"Your data directory is readable by other users." : "データディレクトリは他のユーザーからも読み取ることができます",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "ディレクトリが他のユーザーから見えないように、パーミッションを 0770 に変更してください。",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "データディレクトリの直下に \".ocdata\" ファイルがあるのを確認してください。",
- "Invalid character \"%1$s\" in filename" : "ファイル名に無効な文字\"%1$s\"があります",
- "Invalid filename extension \"%1$s\"" : "無効なファイル名の拡張子 \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "データディレクトリの直下に \".ocdata\" ファイルがあるのを確認してください。"
},
"nplurals=1; plural=0;");
diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json
index 7dd24828616..152a0659879 100644
--- a/lib/l10n/ja.json
+++ b/lib/l10n/ja.json
@@ -374,8 +374,6 @@
"User disabled" : "ユーザーは無効です",
"Your data directory is readable by other users." : "データディレクトリは他のユーザーからも読み取ることができます",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "ディレクトリが他のユーザーから見えないように、パーミッションを 0770 に変更してください。",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "データディレクトリの直下に \".ocdata\" ファイルがあるのを確認してください。",
- "Invalid character \"%1$s\" in filename" : "ファイル名に無効な文字\"%1$s\"があります",
- "Invalid filename extension \"%1$s\"" : "無効なファイル名の拡張子 \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "データディレクトリの直下に \".ocdata\" ファイルがあるのを確認してください。"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js
index 72c5c1a9de4..35e33f421b3 100644
--- a/lib/l10n/nb.js
+++ b/lib/l10n/nb.js
@@ -376,8 +376,6 @@ OC.L10N.register(
"User disabled" : "Brukeren er deaktivert",
"Your data directory is readable by other users." : "Datakatalogen din kan leses av andre brukere.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Endre tillatelsene til 0770 slik at mappen ikke kan listes av andre brukere.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Forsikre deg om at det finnes ei fil kalt \".ocdata\" på rota av datamappa.",
- "Invalid character \"%1$s\" in filename" : "Ugyldig tegn \"%1$s\" i filnavn",
- "Invalid filename extension \"%1$s\"" : "Ugyldig filendelse \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Forsikre deg om at det finnes ei fil kalt \".ocdata\" på rota av datamappa."
},
"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/nb.json b/lib/l10n/nb.json
index a7a42a30649..f6f843e542b 100644
--- a/lib/l10n/nb.json
+++ b/lib/l10n/nb.json
@@ -374,8 +374,6 @@
"User disabled" : "Brukeren er deaktivert",
"Your data directory is readable by other users." : "Datakatalogen din kan leses av andre brukere.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Endre tillatelsene til 0770 slik at mappen ikke kan listes av andre brukere.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Forsikre deg om at det finnes ei fil kalt \".ocdata\" på rota av datamappa.",
- "Invalid character \"%1$s\" in filename" : "Ugyldig tegn \"%1$s\" i filnavn",
- "Invalid filename extension \"%1$s\"" : "Ugyldig filendelse \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Forsikre deg om at det finnes ei fil kalt \".ocdata\" på rota av datamappa."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js
index 92f20f44142..d54b8ec8a5a 100644
--- a/lib/l10n/pt_BR.js
+++ b/lib/l10n/pt_BR.js
@@ -376,8 +376,6 @@ OC.L10N.register(
"User disabled" : "Usuário desativado",
"Your data directory is readable by other users." : "Seu diretório de dados pode ser lido por outros usuários.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor altere as permissões para 0770 para que o diretório não possa ser lido por outros usuários.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Assegure-se que exista um arquivo chamado \".ocdata\" na raiz do diretório \"data\".",
- "Invalid character \"%1$s\" in filename" : "Caractere inválido \"%1$s\" no nome do arquivo",
- "Invalid filename extension \"%1$s\"" : "Extensão de arquivo inválida \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Assegure-se que exista um arquivo chamado \".ocdata\" na raiz do diretório \"data\"."
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json
index 8b59fc57f13..89f03338a8f 100644
--- a/lib/l10n/pt_BR.json
+++ b/lib/l10n/pt_BR.json
@@ -374,8 +374,6 @@
"User disabled" : "Usuário desativado",
"Your data directory is readable by other users." : "Seu diretório de dados pode ser lido por outros usuários.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor altere as permissões para 0770 para que o diretório não possa ser lido por outros usuários.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Assegure-se que exista um arquivo chamado \".ocdata\" na raiz do diretório \"data\".",
- "Invalid character \"%1$s\" in filename" : "Caractere inválido \"%1$s\" no nome do arquivo",
- "Invalid filename extension \"%1$s\"" : "Extensão de arquivo inválida \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Assegure-se que exista um arquivo chamado \".ocdata\" na raiz do diretório \"data\"."
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file
diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js
index 200878eca67..74797c90650 100644
--- a/lib/l10n/sr.js
+++ b/lib/l10n/sr.js
@@ -376,8 +376,6 @@ OC.L10N.register(
"User disabled" : "Корисник онемогућен",
"Your data directory is readable by other users." : "Ваш директоријум са подацима могу да читају остали корисници.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Промените дозволе у 0770 како директоријуми не би могли бити излистани од стране других корисника.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Уверите се да фајл \".ocdata\" постоји у корену директоријума са подацима.",
- "Invalid character \"%1$s\" in filename" : "Неисправан карактер у имену фајла „%1$s“",
- "Invalid filename extension \"%1$s\"" : "Неисправна екстензија имена фајла „%1$s”"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Уверите се да фајл \".ocdata\" постоји у корену директоријума са подацима."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json
index 277b9125d05..de75574f7b0 100644
--- a/lib/l10n/sr.json
+++ b/lib/l10n/sr.json
@@ -374,8 +374,6 @@
"User disabled" : "Корисник онемогућен",
"Your data directory is readable by other users." : "Ваш директоријум са подацима могу да читају остали корисници.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Промените дозволе у 0770 како директоријуми не би могли бити излистани од стране других корисника.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Уверите се да фајл \".ocdata\" постоји у корену директоријума са подацима.",
- "Invalid character \"%1$s\" in filename" : "Неисправан карактер у имену фајла „%1$s“",
- "Invalid filename extension \"%1$s\"" : "Неисправна екстензија имена фајла „%1$s”"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Уверите се да фајл \".ocdata\" постоји у корену директоријума са подацима."
},"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);"
} \ No newline at end of file
diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js
index be9ea95790a..74066d2d0ee 100644
--- a/lib/l10n/sv.js
+++ b/lib/l10n/sv.js
@@ -82,6 +82,11 @@ OC.L10N.register(
"Empty file" : "Tom fil",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modulen med ID: %s finns inte. Aktivera den i appinställningar eller kontakta din administratör.",
"Dot files are not allowed" : "Dot-filer är inte tillåtna",
+ "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" är ett förbjudet fil- eller mappnamn.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" är ett förbjudet prefix för fil- eller mappnamn.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" är inte tillåtet i ett fil- eller mappnamn.",
+ "\"%1$s\" is a forbidden file type." : "\"%1$s\" är en förbjuden filtyp.",
+ "Filenames must not end with \"%1$s\"." : "Filnamn får inte sluta med \"%1$s\".",
"File already exists" : "Filen existerar redan",
"Invalid path" : "Ogiltig sökväg",
"Failed to create file from template" : "Kunde skapa fil från mall",
@@ -373,8 +378,6 @@ OC.L10N.register(
"User disabled" : "Användare inaktiverad",
"Your data directory is readable by other users." : "Din datakatalog kan läsas av andra användare.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Ändra behörigheterna till 0770 så att katalogen inte kan listas av andra användare.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Säkerställ att du har filen \".ocdata\" i huvudkatalogen för din data.",
- "Invalid character \"%1$s\" in filename" : "Ogiltigt tecken \"%1$s\" i filnamnet",
- "Invalid filename extension \"%1$s\"" : "Ogiltigt filnamnstillägg \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Säkerställ att du har filen \".ocdata\" i huvudkatalogen för din data."
},
"nplurals=2; plural=(n != 1);");
diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json
index 57dff1b419d..48257933ca1 100644
--- a/lib/l10n/sv.json
+++ b/lib/l10n/sv.json
@@ -80,6 +80,11 @@
"Empty file" : "Tom fil",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modulen med ID: %s finns inte. Aktivera den i appinställningar eller kontakta din administratör.",
"Dot files are not allowed" : "Dot-filer är inte tillåtna",
+ "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" är ett förbjudet fil- eller mappnamn.",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" är ett förbjudet prefix för fil- eller mappnamn.",
+ "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" är inte tillåtet i ett fil- eller mappnamn.",
+ "\"%1$s\" is a forbidden file type." : "\"%1$s\" är en förbjuden filtyp.",
+ "Filenames must not end with \"%1$s\"." : "Filnamn får inte sluta med \"%1$s\".",
"File already exists" : "Filen existerar redan",
"Invalid path" : "Ogiltig sökväg",
"Failed to create file from template" : "Kunde skapa fil från mall",
@@ -371,8 +376,6 @@
"User disabled" : "Användare inaktiverad",
"Your data directory is readable by other users." : "Din datakatalog kan läsas av andra användare.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Ändra behörigheterna till 0770 så att katalogen inte kan listas av andra användare.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Säkerställ att du har filen \".ocdata\" i huvudkatalogen för din data.",
- "Invalid character \"%1$s\" in filename" : "Ogiltigt tecken \"%1$s\" i filnamnet",
- "Invalid filename extension \"%1$s\"" : "Ogiltigt filnamnstillägg \"%1$s\""
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Säkerställ att du har filen \".ocdata\" i huvudkatalogen för din data."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js
index a2fe4b2edbf..4b863ec8be5 100644
--- a/lib/l10n/tr.js
+++ b/lib/l10n/tr.js
@@ -381,8 +381,6 @@ OC.L10N.register(
"User disabled" : "Kullanıcı devre dışı",
"Your data directory is readable by other users." : "Veri klasörünüz diğer kullanıcılar tarafından okunabilir.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Lütfen izinleri 0770 olarak ayarlayarak diğer kullanıcıların klasörü görebilmesini sağlayın.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Veri klasörü kökünde \".ocdata\" adında bir dosya bulunduğundan emin olun.",
- "Invalid character \"%1$s\" in filename" : "Dosya adında geçersiz \"%1$s\" karakteri var",
- "Invalid filename extension \"%1$s\"" : "\"%1$s\" dosya uzantısı geçersiz"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Veri klasörü kökünde \".ocdata\" adında bir dosya bulunduğundan emin olun."
},
"nplurals=2; plural=(n > 1);");
diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json
index 79236561359..935bf1195ab 100644
--- a/lib/l10n/tr.json
+++ b/lib/l10n/tr.json
@@ -379,8 +379,6 @@
"User disabled" : "Kullanıcı devre dışı",
"Your data directory is readable by other users." : "Veri klasörünüz diğer kullanıcılar tarafından okunabilir.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Lütfen izinleri 0770 olarak ayarlayarak diğer kullanıcıların klasörü görebilmesini sağlayın.",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Veri klasörü kökünde \".ocdata\" adında bir dosya bulunduğundan emin olun.",
- "Invalid character \"%1$s\" in filename" : "Dosya adında geçersiz \"%1$s\" karakteri var",
- "Invalid filename extension \"%1$s\"" : "\"%1$s\" dosya uzantısı geçersiz"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Veri klasörü kökünde \".ocdata\" adında bir dosya bulunduğundan emin olun."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js
index 282ad67c3a5..8fcbd0acc8e 100644
--- a/lib/l10n/zh_HK.js
+++ b/lib/l10n/zh_HK.js
@@ -376,8 +376,6 @@ OC.L10N.register(
"User disabled" : "用戶已停用",
"Your data directory is readable by other users." : "您的資料目錄可以被其他用戶讀取。",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "請將該目錄權限設定為 0770 ,以免其他用戶讀取目錄列表",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "請確保資料目錄最上層有一個 \"。ocdata\" 檔案",
- "Invalid character \"%1$s\" in filename" : "檔案名稱中有無效的字元「%1$s」",
- "Invalid filename extension \"%1$s\"" : "無效的副檔名「%1$s」"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "請確保資料目錄最上層有一個 \"。ocdata\" 檔案"
},
"nplurals=1; plural=0;");
diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json
index 415fe9389d4..891f8d3c386 100644
--- a/lib/l10n/zh_HK.json
+++ b/lib/l10n/zh_HK.json
@@ -374,8 +374,6 @@
"User disabled" : "用戶已停用",
"Your data directory is readable by other users." : "您的資料目錄可以被其他用戶讀取。",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "請將該目錄權限設定為 0770 ,以免其他用戶讀取目錄列表",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "請確保資料目錄最上層有一個 \"。ocdata\" 檔案",
- "Invalid character \"%1$s\" in filename" : "檔案名稱中有無效的字元「%1$s」",
- "Invalid filename extension \"%1$s\"" : "無效的副檔名「%1$s」"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "請確保資料目錄最上層有一個 \"。ocdata\" 檔案"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js
index 19a53563653..7dfb4072fee 100644
--- a/lib/l10n/zh_TW.js
+++ b/lib/l10n/zh_TW.js
@@ -82,6 +82,11 @@ OC.L10N.register(
"Empty file" : "空檔案",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "名為 %s 的模組不存在,請在應用程式設定中啟用,或是聯絡系統管理員",
"Dot files are not allowed" : "不允許小數點開頭的檔案",
+ "\"%1$s\" is a forbidden file or folder name." : "「%1$s」是禁止的檔案或資料夾名稱。",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "「%1$s」是禁止的檔案或資料夾名稱前綴。",
+ "\"%1$s\" is not allowed inside a file or folder name." : "「%1$s」不允許出現在檔案或資料夾名稱中。",
+ "\"%1$s\" is a forbidden file type." : "「%1$s」是禁止的檔案類型。",
+ "Filenames must not end with \"%1$s\"." : "檔案名稱不能以「%1$s」結尾。",
"File already exists" : "檔案已存在",
"Invalid path" : "無效的路徑",
"Failed to create file from template" : "無法從範本建立檔案",
@@ -376,8 +381,6 @@ OC.L10N.register(
"User disabled" : "使用者已停用",
"Your data directory is readable by other users." : "您的 data 目錄可被其他使用讀取。",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "請將該目錄權限設定為 0770 ,以免其他使用者讀取目錄列表",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "請確保資料目錄最上層有一個 \".ocdata\" 檔案",
- "Invalid character \"%1$s\" in filename" : "檔案名稱中有無效的字元「%1$s」",
- "Invalid filename extension \"%1$s\"" : "無效的副檔名「%1$s」"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "請確保資料目錄最上層有一個 \".ocdata\" 檔案"
},
"nplurals=1; plural=0;");
diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json
index 43e1fe177ad..9e5d4115f56 100644
--- a/lib/l10n/zh_TW.json
+++ b/lib/l10n/zh_TW.json
@@ -80,6 +80,11 @@
"Empty file" : "空檔案",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "名為 %s 的模組不存在,請在應用程式設定中啟用,或是聯絡系統管理員",
"Dot files are not allowed" : "不允許小數點開頭的檔案",
+ "\"%1$s\" is a forbidden file or folder name." : "「%1$s」是禁止的檔案或資料夾名稱。",
+ "\"%1$s\" is a forbidden prefix for file or folder names." : "「%1$s」是禁止的檔案或資料夾名稱前綴。",
+ "\"%1$s\" is not allowed inside a file or folder name." : "「%1$s」不允許出現在檔案或資料夾名稱中。",
+ "\"%1$s\" is a forbidden file type." : "「%1$s」是禁止的檔案類型。",
+ "Filenames must not end with \"%1$s\"." : "檔案名稱不能以「%1$s」結尾。",
"File already exists" : "檔案已存在",
"Invalid path" : "無效的路徑",
"Failed to create file from template" : "無法從範本建立檔案",
@@ -374,8 +379,6 @@
"User disabled" : "使用者已停用",
"Your data directory is readable by other users." : "您的 data 目錄可被其他使用讀取。",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "請將該目錄權限設定為 0770 ,以免其他使用者讀取目錄列表",
- "Ensure there is a file called \".ocdata\" in the root of the data directory." : "請確保資料目錄最上層有一個 \".ocdata\" 檔案",
- "Invalid character \"%1$s\" in filename" : "檔案名稱中有無效的字元「%1$s」",
- "Invalid filename extension \"%1$s\"" : "無效的副檔名「%1$s」"
+ "Ensure there is a file called \".ocdata\" in the root of the data directory." : "請確保資料目錄最上層有一個 \".ocdata\" 檔案"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file