Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-05-26 05:16:30 +0300
committerNextcloud bot <bot@nextcloud.com>2020-05-26 05:16:30 +0300
commitbd9576d7c726da04340f3f102dac5c7febc08a30 (patch)
tree6db4277e90373f2f5d274e380bfa5aacc66f4706 /apps
parente2d490abf0b7d4ebdf145fbf6b0c3feffe15892f (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/theming/l10n/ar.js4
-rw-r--r--apps/theming/l10n/ar.json4
-rw-r--r--apps/theming/l10n/eu.js1
-rw-r--r--apps/theming/l10n/eu.json1
-rw-r--r--apps/updatenotification/l10n/eu.js2
-rw-r--r--apps/updatenotification/l10n/eu.json2
-rw-r--r--apps/user_ldap/l10n/eu.js2
-rw-r--r--apps/user_ldap/l10n/eu.json2
-rw-r--r--apps/workflowengine/l10n/eu.js3
-rw-r--r--apps/workflowengine/l10n/eu.json3
10 files changed, 24 insertions, 0 deletions
diff --git a/apps/theming/l10n/ar.js b/apps/theming/l10n/ar.js
index 36be310187a..3faaf9dde67 100644
--- a/apps/theming/l10n/ar.js
+++ b/apps/theming/l10n/ar.js
@@ -9,9 +9,13 @@ OC.L10N.register(
"The given web address is too long" : "هذا العنوان أطول مما يجب",
"The given slogan is too long" : "هذا الشعار أطول مما يجب",
"The given color is invalid" : "هناك خطأ في اللون",
+ "The file was uploaded" : "الملف تم رفعه",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.",
+ "The file was only partially uploaded" : "الملف قد رُفع جزءا منه فقط",
"No file was uploaded" : "لم يتم رفع أي ملف",
"Missing a temporary folder" : "المجلد المؤقت غير موجود",
+ "Could not write file to disk" : "لم يستطع كتابة ملف للقرص",
+ "A PHP extension stopped the file upload" : "اضافة البي اچ بي PHP اوقفت رفع الملف",
"No file uploaded" : "لم يتم رفع الملف",
"Unsupported image type" : "صيغة الصورة غير مقبولة",
"Theming" : "تخصيص القالب",
diff --git a/apps/theming/l10n/ar.json b/apps/theming/l10n/ar.json
index b29887969f7..4cb018ef2f2 100644
--- a/apps/theming/l10n/ar.json
+++ b/apps/theming/l10n/ar.json
@@ -7,9 +7,13 @@
"The given web address is too long" : "هذا العنوان أطول مما يجب",
"The given slogan is too long" : "هذا الشعار أطول مما يجب",
"The given color is invalid" : "هناك خطأ في اللون",
+ "The file was uploaded" : "الملف تم رفعه",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.",
+ "The file was only partially uploaded" : "الملف قد رُفع جزءا منه فقط",
"No file was uploaded" : "لم يتم رفع أي ملف",
"Missing a temporary folder" : "المجلد المؤقت غير موجود",
+ "Could not write file to disk" : "لم يستطع كتابة ملف للقرص",
+ "A PHP extension stopped the file upload" : "اضافة البي اچ بي PHP اوقفت رفع الملف",
"No file uploaded" : "لم يتم رفع الملف",
"Unsupported image type" : "صيغة الصورة غير مقبولة",
"Theming" : "تخصيص القالب",
diff --git a/apps/theming/l10n/eu.js b/apps/theming/l10n/eu.js
index 91da9f4b688..7cec73181cf 100644
--- a/apps/theming/l10n/eu.js
+++ b/apps/theming/l10n/eu.js
@@ -8,6 +8,7 @@ OC.L10N.register(
"Name cannot be empty" : "Izena ezin da hutsik egon",
"The given name is too long" : "Idatzitako izena luzeegia da",
"The given web address is too long" : "Idatzitako web helbidea luzeegia da",
+ "The given web address is not a valid URL" : "Emandako web helbidea URL baliogabea da",
"The given slogan is too long" : "Emandako leloa luzeegia da",
"The given color is invalid" : "Emandako kolorea ez du balio",
"The file was uploaded" : "Fitxategia igo da",
diff --git a/apps/theming/l10n/eu.json b/apps/theming/l10n/eu.json
index 11d470557ba..8c4d03f2acd 100644
--- a/apps/theming/l10n/eu.json
+++ b/apps/theming/l10n/eu.json
@@ -6,6 +6,7 @@
"Name cannot be empty" : "Izena ezin da hutsik egon",
"The given name is too long" : "Idatzitako izena luzeegia da",
"The given web address is too long" : "Idatzitako web helbidea luzeegia da",
+ "The given web address is not a valid URL" : "Emandako web helbidea URL baliogabea da",
"The given slogan is too long" : "Emandako leloa luzeegia da",
"The given color is invalid" : "Emandako kolorea ez du balio",
"The file was uploaded" : "Fitxategia igo da",
diff --git a/apps/updatenotification/l10n/eu.js b/apps/updatenotification/l10n/eu.js
index 6c03c311312..af1f3bf7142 100644
--- a/apps/updatenotification/l10n/eu.js
+++ b/apps/updatenotification/l10n/eu.js
@@ -15,8 +15,10 @@ OC.L10N.register(
"Open updater" : "Ireki eguneratzailea",
"Download now" : "Deskargatu orain",
"What's new?" : "Zer berri?",
+ "The update check is not yet finished. Please refresh the page." : "Egunareketen egiaztapena ez da oraindik bukatu. Mesedez freskatu orria.",
"Your version is up to date." : "Zure bertsioa eguneratuta dago.",
"Update channel:" : "Eguneraketa kanala:",
+ "Notify members of the following groups about available updates:" : "Jakinarazi hurrengo taldeen kideei eskuragarri dauden eguneraketei buruz:",
"Only notification for app updates are available." : "Aplikazioaren eguneraketen jakinarazpenak soilik daude eskuragarri.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Aukeratutako eguneraketa kanala zerbitzariaren jakinarazpen dedikatuak zaharkitzen ditu.",
"The selected update channel does not support updates of the server." : "Hautatutako eguneraketa kanalak ez ditu zerbitzariaren eguneraketak onartzen.",
diff --git a/apps/updatenotification/l10n/eu.json b/apps/updatenotification/l10n/eu.json
index 32042b4aebb..c83c2d1e7e1 100644
--- a/apps/updatenotification/l10n/eu.json
+++ b/apps/updatenotification/l10n/eu.json
@@ -13,8 +13,10 @@
"Open updater" : "Ireki eguneratzailea",
"Download now" : "Deskargatu orain",
"What's new?" : "Zer berri?",
+ "The update check is not yet finished. Please refresh the page." : "Egunareketen egiaztapena ez da oraindik bukatu. Mesedez freskatu orria.",
"Your version is up to date." : "Zure bertsioa eguneratuta dago.",
"Update channel:" : "Eguneraketa kanala:",
+ "Notify members of the following groups about available updates:" : "Jakinarazi hurrengo taldeen kideei eskuragarri dauden eguneraketei buruz:",
"Only notification for app updates are available." : "Aplikazioaren eguneraketen jakinarazpenak soilik daude eskuragarri.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Aukeratutako eguneraketa kanala zerbitzariaren jakinarazpen dedikatuak zaharkitzen ditu.",
"The selected update channel does not support updates of the server." : "Hautatutako eguneraketa kanalak ez ditu zerbitzariaren eguneraketak onartzen.",
diff --git a/apps/user_ldap/l10n/eu.js b/apps/user_ldap/l10n/eu.js
index e8bc9fbbb49..98a25a4c59d 100644
--- a/apps/user_ldap/l10n/eu.js
+++ b/apps/user_ldap/l10n/eu.js
@@ -49,6 +49,7 @@ OC.L10N.register(
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "Taldeen sarrera desgaitu da, LDAP / AD zerbitzariak ez duelako memberOf onartzen.",
"Password change rejected. Hint: " : "Pasahitz aldaketa ukatu da. Aholkua:",
"Please login with the new password" : "Mesedez hasi saioa pasahitz berriarekin",
+ "LDAP User backend" : "LDAP erabiltzaileen atzealdea",
"Your password will expire tomorrow." : "Zure pasahitza bihar iraungiko da.",
"Your password will expire today." : "Zure pasahitza gaur iraungiko da.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Zure pasahitza egun %nean iraungiko da.","Zure pasahitza %n egunetan iraungiko da."],
@@ -144,6 +145,7 @@ OC.L10N.register(
"Nested Groups" : "Talde habiaratuak",
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Piztuta dagoenean, taldeak dauzkaten taldeak onartzen dira. (Bakarrik taldeko kideen atributuak DNak baditu).",
"Paging chunksize" : "Orrikatze zati-tamaina",
+ "Enable LDAP password changes per user" : "Gaitu LDAP pasahitz aldaketak erabiltzaileko",
"(New password is sent as plain text to LDAP)" : "(Pasahitz berria testu arruntean bidaltzen da LDAPera)",
"Special Attributes" : "Atributu Bereziak",
"Quota Field" : "Kuota Eremua",
diff --git a/apps/user_ldap/l10n/eu.json b/apps/user_ldap/l10n/eu.json
index 951221e800e..4da18f1430d 100644
--- a/apps/user_ldap/l10n/eu.json
+++ b/apps/user_ldap/l10n/eu.json
@@ -47,6 +47,7 @@
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "Taldeen sarrera desgaitu da, LDAP / AD zerbitzariak ez duelako memberOf onartzen.",
"Password change rejected. Hint: " : "Pasahitz aldaketa ukatu da. Aholkua:",
"Please login with the new password" : "Mesedez hasi saioa pasahitz berriarekin",
+ "LDAP User backend" : "LDAP erabiltzaileen atzealdea",
"Your password will expire tomorrow." : "Zure pasahitza bihar iraungiko da.",
"Your password will expire today." : "Zure pasahitza gaur iraungiko da.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Zure pasahitza egun %nean iraungiko da.","Zure pasahitza %n egunetan iraungiko da."],
@@ -142,6 +143,7 @@
"Nested Groups" : "Talde habiaratuak",
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Piztuta dagoenean, taldeak dauzkaten taldeak onartzen dira. (Bakarrik taldeko kideen atributuak DNak baditu).",
"Paging chunksize" : "Orrikatze zati-tamaina",
+ "Enable LDAP password changes per user" : "Gaitu LDAP pasahitz aldaketak erabiltzaileko",
"(New password is sent as plain text to LDAP)" : "(Pasahitz berria testu arruntean bidaltzen da LDAPera)",
"Special Attributes" : "Atributu Bereziak",
"Quota Field" : "Kuota Eremua",
diff --git a/apps/workflowengine/l10n/eu.js b/apps/workflowengine/l10n/eu.js
index c9adb7cf95a..8807d389a16 100644
--- a/apps/workflowengine/l10n/eu.js
+++ b/apps/workflowengine/l10n/eu.js
@@ -37,6 +37,7 @@ OC.L10N.register(
"Operation %s is invalid" : "%seragiketa baliogabea da",
"Flow" : "Fluxua",
"Select a filter" : "Hautatu iragazki bat",
+ "Select a comparator" : "Hautatu konparazio modua",
"Select a file type" : "Hautatu fitxategi mota bat",
"e.g. httpd/unix-directory" : "adib. httpd/unix-direktorioa",
"Folder" : "Karpeta",
@@ -53,10 +54,12 @@ OC.L10N.register(
"Files WebDAV" : "WebDAV fitxategiak",
"Others" : "Besteak",
"Custom URL" : "URL pertsonalizatua",
+ "Select a user agent" : "Hautatu erabiltzaile-agentea",
"Android client" : "Android bezeroa",
"iOS client" : "iOS bezeroa",
"Desktop client" : "Mahaigaineko bezeroa",
"Thunderbird & Outlook addons" : "Thunderbird & Outlook gehigarriak",
+ "Custom user agent" : "Erabiltzaile-agente pertsonalizatua",
"Add new flow" : "Gehitu fluxu berria",
"When" : "Noiz",
"and" : "eta",
diff --git a/apps/workflowengine/l10n/eu.json b/apps/workflowengine/l10n/eu.json
index 9a5956310a5..f0dc5d109b9 100644
--- a/apps/workflowengine/l10n/eu.json
+++ b/apps/workflowengine/l10n/eu.json
@@ -35,6 +35,7 @@
"Operation %s is invalid" : "%seragiketa baliogabea da",
"Flow" : "Fluxua",
"Select a filter" : "Hautatu iragazki bat",
+ "Select a comparator" : "Hautatu konparazio modua",
"Select a file type" : "Hautatu fitxategi mota bat",
"e.g. httpd/unix-directory" : "adib. httpd/unix-direktorioa",
"Folder" : "Karpeta",
@@ -51,10 +52,12 @@
"Files WebDAV" : "WebDAV fitxategiak",
"Others" : "Besteak",
"Custom URL" : "URL pertsonalizatua",
+ "Select a user agent" : "Hautatu erabiltzaile-agentea",
"Android client" : "Android bezeroa",
"iOS client" : "iOS bezeroa",
"Desktop client" : "Mahaigaineko bezeroa",
"Thunderbird & Outlook addons" : "Thunderbird & Outlook gehigarriak",
+ "Custom user agent" : "Erabiltzaile-agente pertsonalizatua",
"Add new flow" : "Gehitu fluxu berria",
"When" : "Noiz",
"and" : "eta",