Skip to content

Commit e680a7a

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 9832737 commit e680a7a

Some content is hidden

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

158 files changed

+430
-76
lines changed

apps/files/l10n/de.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ OC.L10N.register(
189189
"\"{displayName}\" action failed" : "Aktion \"{displayName}\" fehlgeschlagen",
190190
"Toggle selection for file \"{displayName}\"" : "Auswahl für die Datei \"{displayName}\" umschalten",
191191
"Toggle selection for folder \"{displayName}\"" : "Auswahl für den Ordner \"{displayName}\" umschalten",
192+
"File is loading" : "Datei wird geladen",
193+
"Folder is loading" : "Ordner wird geladen",
192194
"Rename file" : "Datei umbenennen",
193195
"Filename" : "Dateiname",
194196
"Folder name" : "Ordnername",
@@ -205,6 +207,7 @@ OC.L10N.register(
205207
"Remove filter" : "Filter entfernen",
206208
"Total rows summary" : "Zusammenfassung aller Zeilen",
207209
"Toggle selection for all files and folders" : "Auswahl für alle Dateien und Ordner umschalten",
210+
"(selected)" : "(ausgewählt)",
208211
"\"{displayName}\" failed on some elements " : "\"{displayName}\" ist bei einigen Elementen fehlgeschlagen",
209212
"\"{displayName}\" batch action executed successfully" : "Stapelaktion \"{displayName}\" erfolgreich ausgeführt",
210213
"{count} selected" : "{count} ausgewählt",
@@ -379,6 +382,10 @@ OC.L10N.register(
379382
"Copy direct link (only works for users who have access to this file/folder)" : "Direkten Link kopieren (funktioniert nur für Benutzer, die Zugriff auf diese(n) Datei/Ordner haben)",
380383
"\"remote user\"" : "„Externer Benutzer“",
381384
"{newName} already exists." : "{newName} existiert bereits.",
385+
"\"{segment}\" is not allowed inside a filename." : "\"{segment}\" ist in einem Dateinamen unzulässig.",
386+
"\"{segment}\" is a forbidden file or folder name." : "\"{segment}\" ist ein unzulässiger Datei- oder Ordnername.",
387+
"\"{segment}\" is not an allowed filetype." : "\"{segment}\" ist kein zulässiger Dateityp.",
388+
"Filenames must not end with \"{segment}\"." : "Dateinamen dürfen nicht mit \"{segment}\" enden.",
382389
"Name cannot be empty" : "Der Name darf nicht leer sein",
383390
"Another entry with the same name already exists" : "Ein anderer Eintrag mit diesem Namen existiert bereits.",
384391
"Storage informations" : "Speicherinformationen",

apps/files/l10n/de.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@
187187
"\"{displayName}\" action failed" : "Aktion \"{displayName}\" fehlgeschlagen",
188188
"Toggle selection for file \"{displayName}\"" : "Auswahl für die Datei \"{displayName}\" umschalten",
189189
"Toggle selection for folder \"{displayName}\"" : "Auswahl für den Ordner \"{displayName}\" umschalten",
190+
"File is loading" : "Datei wird geladen",
191+
"Folder is loading" : "Ordner wird geladen",
190192
"Rename file" : "Datei umbenennen",
191193
"Filename" : "Dateiname",
192194
"Folder name" : "Ordnername",
@@ -203,6 +205,7 @@
203205
"Remove filter" : "Filter entfernen",
204206
"Total rows summary" : "Zusammenfassung aller Zeilen",
205207
"Toggle selection for all files and folders" : "Auswahl für alle Dateien und Ordner umschalten",
208+
"(selected)" : "(ausgewählt)",
206209
"\"{displayName}\" failed on some elements " : "\"{displayName}\" ist bei einigen Elementen fehlgeschlagen",
207210
"\"{displayName}\" batch action executed successfully" : "Stapelaktion \"{displayName}\" erfolgreich ausgeführt",
208211
"{count} selected" : "{count} ausgewählt",
@@ -377,6 +380,10 @@
377380
"Copy direct link (only works for users who have access to this file/folder)" : "Direkten Link kopieren (funktioniert nur für Benutzer, die Zugriff auf diese(n) Datei/Ordner haben)",
378381
"\"remote user\"" : "„Externer Benutzer“",
379382
"{newName} already exists." : "{newName} existiert bereits.",
383+
"\"{segment}\" is not allowed inside a filename." : "\"{segment}\" ist in einem Dateinamen unzulässig.",
384+
"\"{segment}\" is a forbidden file or folder name." : "\"{segment}\" ist ein unzulässiger Datei- oder Ordnername.",
385+
"\"{segment}\" is not an allowed filetype." : "\"{segment}\" ist kein zulässiger Dateityp.",
386+
"Filenames must not end with \"{segment}\"." : "Dateinamen dürfen nicht mit \"{segment}\" enden.",
380387
"Name cannot be empty" : "Der Name darf nicht leer sein",
381388
"Another entry with the same name already exists" : "Ein anderer Eintrag mit diesem Namen existiert bereits.",
382389
"Storage informations" : "Speicherinformationen",

apps/files/l10n/ja.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ OC.L10N.register(
207207
"Remove filter" : "フィルターを削除",
208208
"Total rows summary" : "総行数のサマリー",
209209
"Toggle selection for all files and folders" : "すべてのファイルとフォルダの選択を切り替える",
210+
"(selected)" : "(選択済み)",
210211
"\"{displayName}\" failed on some elements " : "いくつかの要素で \"{displayName}\" が失敗しました。",
211212
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" バッチアクションが正常に実行されました。",
212213
"{count} selected" : "{count} 選択",

apps/files/l10n/ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
"Remove filter" : "フィルターを削除",
206206
"Total rows summary" : "総行数のサマリー",
207207
"Toggle selection for all files and folders" : "すべてのファイルとフォルダの選択を切り替える",
208+
"(selected)" : "(選択済み)",
208209
"\"{displayName}\" failed on some elements " : "いくつかの要素で \"{displayName}\" が失敗しました。",
209210
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" バッチアクションが正常に実行されました。",
210211
"{count} selected" : "{count} 選択",

apps/files_external/l10n/ar.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ OC.L10N.register(
115115
"External storage support" : "دعم التخزين الخارجي",
116116
"Adds basic external storage support" : "يُضيف دعماً أساسيّاً للتخزين الخارجي",
117117
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "يُمكّن هذا التطبيق المشرفين من تكوين الاتصالات بمُوفّري التخزين الخارجي؛ مثل خوادم FTP، ومخازن عناصر S3 أو SWIFT، و خوادم نكست الأخرى، و خوادم WebDAV و غيرها. يمكن للمشرفين اختيار أنواع التخزين التي يرغبون في تمكينها، ويمكنهم إمطاء mountg مواقع التخزين هذه لمستخدمٍ أو لمجموعة مستخدمين أو للنظام بأكمله. سيرى المستخدمون مُجلّدًا جديدًا يظهر في دليل نكست كلاود الجذري الخاص بهم والذي يمكنهم الوصول إليه واستخدامه مثل أي مجلد آخر من نكست كلاود. \nتتيح وحدة التخزين الخارجية أيضًا للمستخدمين مشاركة الملفات المُخزّنة في هذه المواقع الخارجية. في هذه الحالة، يتم استخدام حيثيات الدخول لمالك الملف عندما يطلب المستلم الملف من وحدة التخزين الخارجية؛ ممّا يضمن إمكانية وصول المستلم إلى الملف المشترك. \nيمكن تكوين التخزين الخارجي عن طريق واجهة المستخدم الرسومية أو عن طريق سطر الأوامر. يوفر الخيار الثاني للمستخدم المتقدم مزيدًا من المرونة لتكوين ممتطيات mounts لوحدات التخزين الخارجية بالجملة و تحديد أولويات الامتطاء. \nللمزيد من المعلومات، أنظر في توثيق واجهة المستخدم الرسومية للتخزين الخارجي، و توثيق تكوين وحدة التخزين الخارجية لتطبيق الملفات Files .",
118-
"Enter missing credentials" : "أدخِل حيثيات الدخول الناقصة",
118+
"Submit" : "إرسال ",
119119
"Unable to update this external storage config. {statusMessage}" : "تعذّر تحديث تهيئة وحدة التخزين الخارجية هذه. {statusMessage}",
120120
"New configuration successfully saved" : "تمّ حفظ التهيئة الجديدة بنجاحٍ",
121+
"Enter missing credentials" : "أدخِل حيثيات الدخول الناقصة",
121122
"There was an error with this external storage." : "هنالك خطأ في وحدة التخزين الخارجية هذه.",
122123
"We were unable to check the external storage {basename}" : "لم نستطع التحقق من وحدة التخزين الخارجية {basename}",
123124
"Examine this faulty external storage configuration" : "إفحَص التهيئة الخاطئة لوحدة التخزين الخارجية هذه",

apps/files_external/l10n/ar.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,10 @@
113113
"External storage support" : "دعم التخزين الخارجي",
114114
"Adds basic external storage support" : "يُضيف دعماً أساسيّاً للتخزين الخارجي",
115115
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "يُمكّن هذا التطبيق المشرفين من تكوين الاتصالات بمُوفّري التخزين الخارجي؛ مثل خوادم FTP، ومخازن عناصر S3 أو SWIFT، و خوادم نكست الأخرى، و خوادم WebDAV و غيرها. يمكن للمشرفين اختيار أنواع التخزين التي يرغبون في تمكينها، ويمكنهم إمطاء mountg مواقع التخزين هذه لمستخدمٍ أو لمجموعة مستخدمين أو للنظام بأكمله. سيرى المستخدمون مُجلّدًا جديدًا يظهر في دليل نكست كلاود الجذري الخاص بهم والذي يمكنهم الوصول إليه واستخدامه مثل أي مجلد آخر من نكست كلاود. \nتتيح وحدة التخزين الخارجية أيضًا للمستخدمين مشاركة الملفات المُخزّنة في هذه المواقع الخارجية. في هذه الحالة، يتم استخدام حيثيات الدخول لمالك الملف عندما يطلب المستلم الملف من وحدة التخزين الخارجية؛ ممّا يضمن إمكانية وصول المستلم إلى الملف المشترك. \nيمكن تكوين التخزين الخارجي عن طريق واجهة المستخدم الرسومية أو عن طريق سطر الأوامر. يوفر الخيار الثاني للمستخدم المتقدم مزيدًا من المرونة لتكوين ممتطيات mounts لوحدات التخزين الخارجية بالجملة و تحديد أولويات الامتطاء. \nللمزيد من المعلومات، أنظر في توثيق واجهة المستخدم الرسومية للتخزين الخارجي، و توثيق تكوين وحدة التخزين الخارجية لتطبيق الملفات Files .",
116-
"Enter missing credentials" : "أدخِل حيثيات الدخول الناقصة",
116+
"Submit" : "إرسال ",
117117
"Unable to update this external storage config. {statusMessage}" : "تعذّر تحديث تهيئة وحدة التخزين الخارجية هذه. {statusMessage}",
118118
"New configuration successfully saved" : "تمّ حفظ التهيئة الجديدة بنجاحٍ",
119+
"Enter missing credentials" : "أدخِل حيثيات الدخول الناقصة",
119120
"There was an error with this external storage." : "هنالك خطأ في وحدة التخزين الخارجية هذه.",
120121
"We were unable to check the external storage {basename}" : "لم نستطع التحقق من وحدة التخزين الخارجية {basename}",
121122
"Examine this faulty external storage configuration" : "إفحَص التهيئة الخاطئة لوحدة التخزين الخارجية هذه",

apps/files_external/l10n/ast.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,10 @@ OC.L10N.register(
114114
"External storage support" : "Compatibilidá con almacenamientos esternos",
115115
"Adds basic external storage support" : "Amiesta compatibilidá básica p'almacenamientos esternos",
116116
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Esta aplicación permite a l'alministración configurar les conexones a fornidores d'almacenamientu esternu, como sirvidores FTP, S3 o almacenes d'oxetos SWIFT, otros sirvidores Nextcloud, sirvidores WebDAV y munchos más. L'alministración pue escoyer los tipos d'almacenamientu qu'activa y pue montalos pa una cuenta, un grupu o tol sistema. Los usuarios van ver qu'apaez una carpeta neuva nel direutoriu raigañu de Nextcloud, al que puen acceder y usar como otra carpeta cualquiera. L'almacenamientu esternu tamién permite a les persones compartir ficheros atroxaos nestos llugares esternos. Nesos casos, úsense les credenciales del propietariu del ficheru cuando'l destinatariu solicita el ficheru del almacenamientu esternu, d'esti mou asegúrase de que'l destinatariu pue acceder al ficheru compartíu.\n\nPues configurar l'almacenamientu esternu cola GUI o la llinia de comandos. Esta postrer opción forne una alministración más flexible pa configurar grupos de montaxes d'almacenamientu esternu y configurar les prioridaes del montaxe. Tienes más información disponible na documentación de la GUI d'almacenamientos esternos y la documentación de los ficheros de configuración de los almacenamientos esternos.",
117-
"Enter missing credentials" : "Instroduz les credenciales que falten",
117+
"Submit" : "Unviar",
118118
"Unable to update this external storage config. {statusMessage}" : "Nun ye posible anovar la configuración d'esti almacenamientu esternu. {statusMessage}",
119119
"New configuration successfully saved" : "La configuración nueva guardóse correutamente",
120+
"Enter missing credentials" : "Instroduz les credenciales que falten",
120121
"There was an error with this external storage." : "Hebo un error con esti almacenamientu esternu.",
121122
"We were unable to check the external storage {basename}" : "Nun fuimos a comprobar l'almacenamientu esternu «{basename}»",
122123
"Examine this faulty external storage configuration" : "Esaminar esta configuración defectuosa del almacenamientu esternu",

apps/files_external/l10n/ast.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@
112112
"External storage support" : "Compatibilidá con almacenamientos esternos",
113113
"Adds basic external storage support" : "Amiesta compatibilidá básica p'almacenamientos esternos",
114114
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Esta aplicación permite a l'alministración configurar les conexones a fornidores d'almacenamientu esternu, como sirvidores FTP, S3 o almacenes d'oxetos SWIFT, otros sirvidores Nextcloud, sirvidores WebDAV y munchos más. L'alministración pue escoyer los tipos d'almacenamientu qu'activa y pue montalos pa una cuenta, un grupu o tol sistema. Los usuarios van ver qu'apaez una carpeta neuva nel direutoriu raigañu de Nextcloud, al que puen acceder y usar como otra carpeta cualquiera. L'almacenamientu esternu tamién permite a les persones compartir ficheros atroxaos nestos llugares esternos. Nesos casos, úsense les credenciales del propietariu del ficheru cuando'l destinatariu solicita el ficheru del almacenamientu esternu, d'esti mou asegúrase de que'l destinatariu pue acceder al ficheru compartíu.\n\nPues configurar l'almacenamientu esternu cola GUI o la llinia de comandos. Esta postrer opción forne una alministración más flexible pa configurar grupos de montaxes d'almacenamientu esternu y configurar les prioridaes del montaxe. Tienes más información disponible na documentación de la GUI d'almacenamientos esternos y la documentación de los ficheros de configuración de los almacenamientos esternos.",
115-
"Enter missing credentials" : "Instroduz les credenciales que falten",
115+
"Submit" : "Unviar",
116116
"Unable to update this external storage config. {statusMessage}" : "Nun ye posible anovar la configuración d'esti almacenamientu esternu. {statusMessage}",
117117
"New configuration successfully saved" : "La configuración nueva guardóse correutamente",
118+
"Enter missing credentials" : "Instroduz les credenciales que falten",
118119
"There was an error with this external storage." : "Hebo un error con esti almacenamientu esternu.",
119120
"We were unable to check the external storage {basename}" : "Nun fuimos a comprobar l'almacenamientu esternu «{basename}»",
120121
"Examine this faulty external storage configuration" : "Esaminar esta configuración defectuosa del almacenamientu esternu",

0 commit comments

Comments
 (0)