diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-05 09:56:25 +0000 |
commit | a62a1faf3b113ea8d1be54d088cab0214b0600d3 (patch) | |
tree | 6dacdcd36b5e5eec4e560d5a266e4dcf1db4831f /apps/settings | |
parent | a8d317942bf36e539a31601281fb2f448c8bcfb1 (diff) | |
download | nextcloud-server-a62a1faf3b113ea8d1be54d088cab0214b0600d3.tar.gz nextcloud-server-a62a1faf3b113ea8d1be54d088cab0214b0600d3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings')
144 files changed, 5854 insertions, 2396 deletions
diff --git a/apps/settings/l10n/ar.js b/apps/settings/l10n/ar.js index d9491769a46..61abc512544 100644 --- a/apps/settings/l10n/ar.js +++ b/apps/settings/l10n/ar.js @@ -130,7 +130,6 @@ OC.L10N.register( "Your remote address could not be determined." : "تعذّر تحديد عنوانك البعيد.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "تم التعرُّف على عنوانك البعيد على أنه \"%s\" و يتم تقييده حاليّاً ضمن إجراءات مكافحة هجمات القوة الكاسحة؛ مما يؤدي إلى إبطاء أداء الطلبات المختلفة. إذا لم يكن العنوان البعيد هو عنوانك، فقد يكون ذلك إشارة إلى أنه لم يتم تكوين الوكيل بشكل صحيح.", "Your remote address \"%s\" is not brute-force throttled." : "عنوانك البعيد \"%s\" لم يتم تقييده ضمن إجراءات مكافحة هجمات القوة الكاسحة brute-force throttled.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "للسماح بتشغيل هذا الفحص، عليك التأكد من أن خادوم الويب عندك يمكنه الاتصال بنفسه. ولذلك، يجب أن يكون قادراً على حل المشكلة والاتصال بنطاق واحد على الأقل من \"النطاقات_الموثوقة\" أو 'overwrite.cli.url'.", "Old administration imported certificates" : "شهادات مستوردة من قِيل الإدارة القديمة", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "هناك مهمة في الخلفية معلقة تقوم بالتحقق من شهادات SSL المستوردة من قبل الإدارة. يرجى التحقق مرة أخرى في وقت لاحق.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "توجد بعض شهادات SSL المستوردة من الإدارة، والتي لم تعد تُستخدم مع نكست كلاود 21. و يمكن استيرادها عبر الأمر السطري: \n\"occ Security:certificates:import\". مساراتها في دليل البيانات معروضة أدناه.", @@ -151,8 +150,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "عمود اختياري ناقص \"%s\" في الجدول \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "تفتقد قاعدة البيانات إلى بعض الأعمدة الاختيارية. نظرًا لحقيقة أن إضافة أعمدة على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا عندما يمكن أن تكون اختيارية. من خلال تشغيل \"occ db: add-missing-columns\" ، يمكن إضافة الأعمدة المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الأعمدة ، قد تعمل بعض الميزات على تحسين الاستجابة أو قابلية الاستخدام.", "Database missing indices" : "أدلّة ناقصة في قاعدة البيانات", - "Missing optional index \"%s\" in table \"%s\"." : "دليل اختياري ناقص \"%s\" في الجدول \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "تفتقد قاعدة البيانات إلى بعض الفهارس. نظرًا لحقيقة أن إضافة الفهارس على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا. من خلال تشغيل \"occ db: add-missing-indexices\" ، يمكن إضافة تلك الفهارس المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الفهارس، تكون الاستعلامات إلى هذه الجداول عادةً أسرع بكثير.", "Database missing primary keys" : "مفاتيح رئيسية ناقصة في قاعدة البيانات", "Missing primary key on table \"%s\"." : "مفتاح رئيسي ناقص في الجدول \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "تفتقد قاعدة البيانات إلى بعض المفاتيح الأساسية. نظرًا لحقيقة أن إضافة المفاتيح الأساسية على الطاولات الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا. من خلال تشغيل \"occ db: add-missing-basic-keys\" يمكن إضافة تلك المفاتيح الأساسية المفقودة يدويًا أثناء استمرار تشغيل الخادم.", @@ -178,13 +175,11 @@ OC.L10N.register( "HTTPS access and URLs" : "الوصول إلى HTTPS و عناوين URL", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "الوصول إلى الموقع بشكل غير آمن عبر HTTP. ننصحك بشدة بإعداد خادومك ليطلب HTTPS بدلاً من ذلك. بدونها لن تعمل بعض وظائف الويب المهمة مثل \"النسخ إلى الحافظة copy to clipboard\" أو \"عُمّال الخدمة service workers\"!", "Accessing site insecurely via HTTP." : "الوصول إلى الموقع بشكل غير آمن عبر HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "أنت متصل بخادومك عبر اتصال آمن، ولكن خادومك يقوم بإنشاء عناوين URL غير آمنة. و هذا يعني أنك على الأرجح خلف وكيل عكسي reverse proxy و لم يتم تعيين متغيرات تكوين الاستبدال overwrite بشكل صحيح.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "أنت متصل بخادومك عبر اتصال آمن، و خادومك يقوم بإنشاء عناوين URL غير آمنة. ", "Internet connectivity" : "الاتصال بالإنترنت", "Internet connectivity is disabled in configuration file." : "الاتصال بالإنترنت مُعطّل في ملف التهيئة.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "هذا الخادوم لا يمكنه الاتصال بالإنترنت. عدة نهايات حدّية endpoints لا يمكن الوصول إليها. هذا يعني ان بعض الخصائص مثل \"تثبيت وسائط التخزين الخارجية\"، أو \"التنبيهات لتحديثات النظام\"، أو \"تثبيت تطبيقات من طرفٍ ثالث\" سوف لن تعمل. و كذلك \"الوصول إلى الملفات عن بُعد\" و \"إرسال تنبيهات بالإيميل\" لن تعمل. قم بتوصيل النظام بالإنترنت للتمتع بكل هذه الخصائص. ", "JavaScript modules support" : "دعم وحدات جافا سكريبت JavaScript modules", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "تعذر التحقُّق من دعم JavaScript عبر أيٍّ من \"النطاقات_الموثوقة\" أو \"overwrite.cli.url\". قد يكون هذا نتيجة عدم تطابق DNS من جانب الخادوم أو بسبب إحدى سياسات إدارة الحركة الصادرة في جدار الحماية. يرجى التحقق يدويًا مما إذا كان خادوم الويب عندك يقدم ملفات `.mjs` باستخدام نوع JavaScript MIME.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "لا يتعامل خادوم الويب خاصّتك بك مع الملفات من النوع `.mjs` باستعمال نوع JavaScript MIME. سيؤدي هذا إلى تعطيل بعض التطبيقات عن طريق منع المتصفحات من تنفيذ ملفات JavaScript. يجب عليك تهيئة إعدادات خادوم الويب خاصّتك للتعامل مع الملفات `.mjs` إما باعتبارها من النوع `text/javascript` أو من النوع `application/javascript`.", "JavaScript source map support" : "دعم خريطة مصدر جافا سكريبت", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "لم يتم إعداد خادوم الويب عندك لخدمة ملفات `.js.map`. بدون هذه الملفات، لن تعمل خرائط مصدر الجافا سكريبت بشكل صحيح؛ الأمر الذي قد يزيد من صعوبة استكشاف الأخطاء وإصلاحها وتصحيح أي مشكلات قد تنشأ.", @@ -195,8 +190,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "لم يسبق تعيين وقت لبدء فترة الصيانة لهذا الخادوم. و هذا يعني أن تنفيذ مهام الخلفية اليومية كثيفة الموارد سيتم أثناء أوقات العمل المعتادة على النظام. نوصي بضبط وقت بدء فترة الصيانة على الأوقات التي تكون فيها كثافة العمل على النظام منخفضة؛ بحيث يكون تأثر المستخدمين بالحمل الناتج عن هذه المهام الثقيلة أقل ما يمكن.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "فترة الصيانة لتنفيذ مهام الخلفية الثقيلة هو بين {start}:00 و {end}:00 بالتوقيت العالمي الموحد UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "تم تكوين Memcached كذاكرة تخزين مؤقت مُوزّعة، و لكن تمّ تثبيت وحدة البي إتش بي \"memcache\" الخاطئة . مع العلم أن \\OC\\Memcache\\Memcached يدعم فقط \"memcached\" وليس \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "تم تكوين Memcached كذاكرة تخزين مؤقت مُوزّعة، و لكن لم يتم تثبيت وحدة البي إتش بي \"memcached\".", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "لم يتم تكوين ذاكرة تخزين مؤقت memcache. لتحسين الأداء، يرجى تكوين ذاكرة التخزين المؤقت، إذا كانت متوفرة.", "Configured" : "تمّ تكوينها", "MySQL Unicode support" : "دعم المحارف الموحدة Unicode لـ MySQL", @@ -270,9 +263,6 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "تعذّر التحقُّق من أن خادوم الوب عندك يخدم الترويسات الآمنة security headers بالشكل الصحيح. و تعذّر تنفيذ الاستعلام عن: `%s`", "Your server is correctly configured to send security headers." : "خادومك لم تتم تهيئته بالشكل الصحيح لإرسال الترويسات الآمنة security headers. ", "Database version" : "إصدار قاعدة البيانات", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "الإصدار المستعمل من MaridaDB هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار MariaDN 10.2 أو أحدث.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "الإصدار المستعمل من MySQL هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار MySAL 8.0 أو MariaDB 10.2 أو أحدث.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "الإصدار المستعمل من PostgreSQL هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار PostgreSQL 9,6 أو أحدث.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "يتم استخدام SQLite حاليًا كقاعدة بيانات خلفية. بالنسبة لعمليات التثبيت الأكبر حجمًا، نوصي بالتبديل إلى واجهة خلفية مختلفة لقاعدة البيانات. يوصى بهذا بشكل خاص عند استخدام عميل سطح المكتب لمزامنة الملفات. للانتقال إلى قاعدة بيانات أخرى، استخدم الأمر السطري: \n\"occ db:convert-type\".", "Unknown database platform" : "منصة قاعدة البيانات غير معلومة", "Architecture" : "معمار", @@ -344,10 +334,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "تعيين التاريخ التلقائي لانتهاء صلاحية المشاركات التي تمّت عبر الروابط أو عبر الإيميل", "Default expiration time of shares in days" : "الزمن التلقائي لانتهاء صلاحية المشاركات بالأيام", "Privacy settings for sharing" : "إعدادات الخصوصية للمشاركة", - "Allow username autocompletion in share dialog and allow access to the system address book" : "السماح بالإكمال التلقائي لاسم المستخدم في حوار المشاركة والسماح بالوصول إلى دفتر عناوين النظام", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "إذا تمّ تمكين الإكمال التلقائي على أساس \"نفس المجموعة\" same group و \"تكامل رقم الهاتف\" phone number integration، فسيكون تمكين أيّاً منهما كافياً لإظهار المستخدم.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "السماح بالإكمال التلقائي لاسم المستخدم للمستخدمين داخل نفس المجموعات، و قصر دفاتر عناوين النظام على المستخدمين في نفس المجموعات", - "Allow username autocompletion to users based on phone number integration" : "السماح بإكمال اسم المستخدم تلقائيًا للمستخدمين بناءً على تكامل رقم الهاتف", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "السماح بالإكمال التلقائي عند إدخال الاسم الكامل أو عنوان البريد الإلكتروني ( أي تجاهل شرط تطابق دفتر الهاتف و شرط الوجود في نفس المجموعة)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "إظهار نص إخلاء المسؤولية في صفحة رابط الرفع العام (يظهر فقط عندما تكون قائمة الملفات مخفية)", "Disclaimer text" : "نص إخلاء المسؤولية", @@ -578,44 +565,32 @@ OC.L10N.register( "Common languages" : "اللغات الشائعة", "Other languages" : "لُغات أخرى", "Password change is disabled because the master key is disabled" : "تم تعطيل تغيير كلمة المرور لأن المفتاح الرئيسي master key معطلٌ", - "New user" : "مستخدم جديد", + "New account" : "حساب جديد", "Display name" : "الاسم المعروض", "Either password or email is required" : "تلزم كلمة المرور أو البريد الإلكتروني", "Password (required)" : "كلمة المرور (لازمة)", "Email (required)" : "البريد الالكتروني (لازم)", "Email" : "البريد الإلكترونى", "Groups (required)" : "المجموعات (لازمة)", - "Set user groups" : "تعيين مجموعات المستخدم", "Administered groups" : "المجموعات المُدَارة", - "Set user as admin for …" : "تعيين المستخدم كمشرفٍ على ...", "Quota" : "الحصة التخزينية", - "Set user quota" : "تعيين حصة المستخدم", "Language" : "اللغة", "Set default language" : "تعيين اللغة الافتراضية", "Manager" : "مُدير", - "Add new user" : "إضافة مستخدِم جديد", - "Set user manager" : "تعيين مدير المستخدم", - "Username will be autogenerated" : "يتم توليد وإنشاء اسم المستخدم تلقائيا", - "Username (required)" : "اسم المستخدم (لازم)", "Total rows summary" : "ملخص مجموع الأسطر", - "Loading users …" : "تحميل المستخدِمين جارٍ ...", "Scroll to load more rows" : "مرِّر على القائمة لتحميل المزيد من الصفوف", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} مستخدم …","{userCount} مستخدِم …","{userCount} مستخدِمان …","{userCount} مستخدِم …","{userCount} مستخدِم …","{userCount} users …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم"], "Avatar" : "رمز تجسيدي avatar", - "Username" : "إسم المستخدم", + "Account name" : "اسم الحساب", "Group admin for" : "مشرف المجموعة Group admin لـ", - "User backend" : "الواجهة الخلفية للمستخدم", "Storage location" : "مسار التخزين", "Last login" : "آخِر تسجيلٍ للدخول", - "User actions" : "إجراءات المستخدِم", + "Account actions" : "إجراءات الحساب", "Password or insufficient permissions message" : "رسالة حول كلمة المرور أو عدم كفاية الأُذُونات", "Loading account …" : "تحميل حسابات ...", "Change display name" : "عدِّل الاسم المعروض", "Set new password" : "عَيِّن كلمة مرور جديدة", "You do not have permissions to see the details of this account" : "ليس لديك الإذن بالاطلاع على تفاصيل هذا الحساب", "Set new email address" : "عَيِّن عنوان بريد الكتروني جديد", - "Add user to group" : "إضافة مستخدِمٍ إلى مجموعةٍ", "Add account to group" : "إضافة حساب إلى مجموعة", "Set account as admin for" : "تعيين حساب كمشرف على ", "Select account quota" : "تعيين الحصة التخزينية للحساب", @@ -681,7 +656,6 @@ OC.L10N.register( "Disabled accounts" : "حسابات موقوفة", "Account group: {group}" : "مجموعة الحساب: {group}", "Account management" : "إدارة الحساب", - "New account" : "حساب جديد", "Creating group…" : "جارٍ إنشاء مجموعة ...", "Create group" : "أنشِيءْ مجموعةً ", "Group name" : "إسم الفريق", @@ -800,6 +774,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "يوجد حاليّاً مستخدم رفع شهادة أمان SSL لم تعد قيد الاستخدام منذ نكست كلاود 21. يمكن استيرادها باستعمال سطر الأوامر command line عبر الأمر \"occ security:certificates:import\". مساراتهم داخل دليل البيانات كما هي موضحة أدناه.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "المُعرّف الفريد الشامل UUID لمستخدمي و مجموعات LDAP الموجود غير صحيح. الرجاء مراجعة إعدادات \"تجاوز اكتشاف UUID\"ـ Override UUID detection في القسم المتقدم Expert part من تكوين LDAP واستخدم \"occ ldap: update-uuid\" لتحديثها.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "لم يتم ّتشغيل مزامنة دفتر عناوين نظام DAV حتى الآن لأن خادومك يحتوي على أكثر من 1000 مستخدم أو بسبب حدوث خطأ. يرجى تشغيله يدويًا عن طريق الاتصال بـ occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "الإصدار المستعمل من MaridaDB هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار MariaDN 10.2 أو أحدث.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "الإصدار المستعمل من MySQL هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار MySAL 8.0 أو MariaDB 10.2 أو أحدث.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "الإصدار المستعمل من PostgreSQL هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار PostgreSQL 9,6 أو أحدث.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "يمكن فرض التحقُّق المُثنّى من الهويّة Two-Factor Authentication لجميع المستخدمين ومجموعات محددة. إذا لم يكن مٌزوِّد التحقُّق المُثنّى مُهيّأً بالشكل الصحيح، فلن يتمكنوا من تسجيل الدخول إلى النظام.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "عند اختيار/ استبعاد المجموعات، يُطبَّقُ المنطق التالي لتحديد ما إذا كان المستخدم مشمولاً بفرض التحقُّق المُثنَّى 2FA: \nإذا لم يتم تحديد أي مجموعات، يتم تمكين التحقُّق المُثنَّى للجميع باستثناء أعضاء المجموعات المُستثناة. \nإذا تم تحديد المجموعات، فسيتم تمكين التحقُّق المُثنَّى لجميع أعضاء هذه المجموعات. \nإذا كان المستخدم موجودًا في مجموعتين إحداهما مشمولة و الأخرى مُستثناة، فستأخذ المجموعة المشمولة الأسبقية و سيتم فرض التحقُّق المُثنَّى عليه.", "Enable all" : "تمكين الكل", @@ -814,6 +791,7 @@ OC.L10N.register( "Error while deleting the token" : "حدث خطأ اثناء حذف أَمَارَة token ", "Use the credentials below to configure your app or device." : "إستخدم حيثيّات الدخول credentials التالية لتهيئة تطبيقك أو جهازك.", "For security reasons this password will only be shown once." : "لأسبابٍ أمنية، ستظهر كلمة المرور هذه لمرة واحدة فقط.", + "Username" : "إسم المستخدم", "Copied!" : "تمّ النسخ!", "Copy" : "نسخ", "Execute one task with each page loaded. Use case: Single user instance." : "نفذ مهمة واحدة مع كل صفحة يتم تحميلها. حالة الاستخدام: مثيل لمستخدم واحد Single user instance.", @@ -833,6 +811,7 @@ OC.L10N.register( "Edit display name" : "عَدِّل اسم العرض", "Add new password" : "إضافة كلمة مرور جديدة", "Add new email address" : "إضافة عنوان بريد إلكتروني جديد", + "Add user to group" : "إضافة مستخدِمٍ إلى مجموعةٍ", "Set user as admin for" : "تعيين المستخدم كمسؤول عن", "Select user quota" : "تعيين حصة المستخدم", "Select manager" : "إختَر المُدير", @@ -843,9 +822,11 @@ OC.L10N.register( "Enable user" : "تمكين المستخدم", "Edit User" : "تعديل المستخدم", "User's table" : "جدول المستخدِمين", + "New user" : "مستخدم جديد", "Will be autogenerated" : "سيتم توليدها تلقائيًا", "Select user manager" : "إختَر مدير المستخدِم user manager", "Add a new user" : "إضافة مستخدِم جديد", + "User backend" : "الواجهة الخلفية للمستخدم", "No users in here" : "لا يوجد مستخدمون هنا", "Name your device" : "اسم جهازك", "Server error while trying to add WebAuthn device" : "حدث خطأ في الخادوم أثناء محاولة إضافة جهاز WebAuthn", @@ -873,7 +854,12 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "إستثنِ مجموعاتٍ من إنشاء روابط المُشارَكات:", "Exclude groups from sharing" : "إستثناء مجموعات من المُشارَكة", "These groups will still be able to receive shares, but not to initiate them." : "هذه المجموعات ستظل قادرةً على تلقّي المُشارَكات، و لكن ليس على بَدئِها.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "السماح بالإكمال التلقائي لاسم المستخدم في حوار المشاركة والسماح بالوصول إلى دفتر عناوين النظام", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "السماح بالإكمال التلقائي لاسم المستخدم للمستخدمين داخل نفس المجموعات، و قصر دفاتر عناوين النظام على المستخدمين في نفس المجموعات", + "Allow username autocompletion to users based on phone number integration" : "السماح بإكمال اسم المستخدم تلقائيًا للمستخدمين بناءً على تكامل رقم الهاتف", "Old user imported certificates" : "شهادات مستورَدة لمستخدِم قديم", + "Missing optional index \"%s\" in table \"%s\"." : "دليل اختياري ناقص \"%s\" في الجدول \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "تفتقد قاعدة البيانات إلى بعض الفهارس. نظرًا لحقيقة أن إضافة الفهارس على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا. من خلال تشغيل \"occ db: add-missing-indexices\" ، يمكن إضافة تلك الفهارس المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الفهارس، تكون الاستعلامات إلى هذه الجداول عادةً أسرع بكثير.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "لا يمكن التحقق من دعم JavaScript. يرجى التحقق يدوياً مما إذا كان خادوم الويب عندك يتعامل مع ملفات `.mjs` باستعمال نوع JavaScript MIME.", "MySQL unicode support" : "دعم نظام المحارف unicode في قاعدة البيانات MySQL", "Overwrite cli URL" : "استبدال عنوان cli URL", @@ -881,7 +867,18 @@ OC.L10N.register( "Rating: {score}/10" : "التقييم: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "أنت على وشك حذف المجموعة \"{group}\"؛ لكن المستخدمين لن يتم حذفهم.", "No users" : "لا يوجد مستخدِمون", + "Loading users …" : "تحميل المستخدِمين جارٍ ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "قائمة المستخدِمين. لا يتم عرض القائمة بالكامل لتحسين الأداء. سيتم عرض مستخدِمين أكثر كلما تنقّلت عبر القائمة.", + "Set user groups" : "تعيين مجموعات المستخدم", + "Set user as admin for …" : "تعيين المستخدم كمشرفٍ على ...", + "Set user quota" : "تعيين حصة المستخدم", + "Add new user" : "إضافة مستخدِم جديد", + "Set user manager" : "تعيين مدير المستخدم", + "Username will be autogenerated" : "يتم توليد وإنشاء اسم المستخدم تلقائيا", + "Username (required)" : "اسم المستخدم (لازم)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} مستخدم …","{userCount} مستخدِم …","{userCount} مستخدِمان …","{userCount} مستخدِم …","{userCount} مستخدِم …","{userCount} users …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم"], + "User actions" : "إجراءات المستخدِم", "Loading user …" : "تحميل المستخدم جارٍ ...", "Failed to update user manager" : "تعذّر تحديث مدير المستخدِم", "User management settings" : "إعدادات إدارة المستخدِمين", @@ -889,6 +886,8 @@ OC.L10N.register( "User management" : "إدارة المستخدِمين", "Creating group …" : "إنشاء مجموعة ...", "User group: {group}" : "مجموعة المستخدِم: {group}", - "Nextcloud help resources" : "موارد \"مُساعَدَة نكست كلاود\"" + "Nextcloud help resources" : "موارد \"مُساعَدَة نكست كلاود\"", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "للسماح بتشغيل هذا الفحص، عليك التأكد من أن خادوم الويب عندك يمكنه الاتصال بنفسه. ولذلك، يجب أن يكون قادراً على حل المشكلة والاتصال بنطاق واحد على الأقل من \"النطاقات_الموثوقة\" أو 'overwrite.cli.url'.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "تعذر التحقُّق من دعم JavaScript عبر أيٍّ من \"النطاقات_الموثوقة\" أو \"overwrite.cli.url\". قد يكون هذا نتيجة عدم تطابق DNS من جانب الخادوم أو بسبب إحدى سياسات إدارة الحركة الصادرة في جدار الحماية. يرجى التحقق يدويًا مما إذا كان خادوم الويب عندك يقدم ملفات `.mjs` باستخدام نوع JavaScript MIME." }, "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/apps/settings/l10n/ar.json b/apps/settings/l10n/ar.json index 6e70ef4e972..d20ae18ae11 100644 --- a/apps/settings/l10n/ar.json +++ b/apps/settings/l10n/ar.json @@ -128,7 +128,6 @@ "Your remote address could not be determined." : "تعذّر تحديد عنوانك البعيد.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "تم التعرُّف على عنوانك البعيد على أنه \"%s\" و يتم تقييده حاليّاً ضمن إجراءات مكافحة هجمات القوة الكاسحة؛ مما يؤدي إلى إبطاء أداء الطلبات المختلفة. إذا لم يكن العنوان البعيد هو عنوانك، فقد يكون ذلك إشارة إلى أنه لم يتم تكوين الوكيل بشكل صحيح.", "Your remote address \"%s\" is not brute-force throttled." : "عنوانك البعيد \"%s\" لم يتم تقييده ضمن إجراءات مكافحة هجمات القوة الكاسحة brute-force throttled.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "للسماح بتشغيل هذا الفحص، عليك التأكد من أن خادوم الويب عندك يمكنه الاتصال بنفسه. ولذلك، يجب أن يكون قادراً على حل المشكلة والاتصال بنطاق واحد على الأقل من \"النطاقات_الموثوقة\" أو 'overwrite.cli.url'.", "Old administration imported certificates" : "شهادات مستوردة من قِيل الإدارة القديمة", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "هناك مهمة في الخلفية معلقة تقوم بالتحقق من شهادات SSL المستوردة من قبل الإدارة. يرجى التحقق مرة أخرى في وقت لاحق.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "توجد بعض شهادات SSL المستوردة من الإدارة، والتي لم تعد تُستخدم مع نكست كلاود 21. و يمكن استيرادها عبر الأمر السطري: \n\"occ Security:certificates:import\". مساراتها في دليل البيانات معروضة أدناه.", @@ -149,8 +148,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "عمود اختياري ناقص \"%s\" في الجدول \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "تفتقد قاعدة البيانات إلى بعض الأعمدة الاختيارية. نظرًا لحقيقة أن إضافة أعمدة على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا عندما يمكن أن تكون اختيارية. من خلال تشغيل \"occ db: add-missing-columns\" ، يمكن إضافة الأعمدة المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الأعمدة ، قد تعمل بعض الميزات على تحسين الاستجابة أو قابلية الاستخدام.", "Database missing indices" : "أدلّة ناقصة في قاعدة البيانات", - "Missing optional index \"%s\" in table \"%s\"." : "دليل اختياري ناقص \"%s\" في الجدول \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "تفتقد قاعدة البيانات إلى بعض الفهارس. نظرًا لحقيقة أن إضافة الفهارس على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا. من خلال تشغيل \"occ db: add-missing-indexices\" ، يمكن إضافة تلك الفهارس المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الفهارس، تكون الاستعلامات إلى هذه الجداول عادةً أسرع بكثير.", "Database missing primary keys" : "مفاتيح رئيسية ناقصة في قاعدة البيانات", "Missing primary key on table \"%s\"." : "مفتاح رئيسي ناقص في الجدول \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "تفتقد قاعدة البيانات إلى بعض المفاتيح الأساسية. نظرًا لحقيقة أن إضافة المفاتيح الأساسية على الطاولات الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا. من خلال تشغيل \"occ db: add-missing-basic-keys\" يمكن إضافة تلك المفاتيح الأساسية المفقودة يدويًا أثناء استمرار تشغيل الخادم.", @@ -176,13 +173,11 @@ "HTTPS access and URLs" : "الوصول إلى HTTPS و عناوين URL", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "الوصول إلى الموقع بشكل غير آمن عبر HTTP. ننصحك بشدة بإعداد خادومك ليطلب HTTPS بدلاً من ذلك. بدونها لن تعمل بعض وظائف الويب المهمة مثل \"النسخ إلى الحافظة copy to clipboard\" أو \"عُمّال الخدمة service workers\"!", "Accessing site insecurely via HTTP." : "الوصول إلى الموقع بشكل غير آمن عبر HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "أنت متصل بخادومك عبر اتصال آمن، ولكن خادومك يقوم بإنشاء عناوين URL غير آمنة. و هذا يعني أنك على الأرجح خلف وكيل عكسي reverse proxy و لم يتم تعيين متغيرات تكوين الاستبدال overwrite بشكل صحيح.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "أنت متصل بخادومك عبر اتصال آمن، و خادومك يقوم بإنشاء عناوين URL غير آمنة. ", "Internet connectivity" : "الاتصال بالإنترنت", "Internet connectivity is disabled in configuration file." : "الاتصال بالإنترنت مُعطّل في ملف التهيئة.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "هذا الخادوم لا يمكنه الاتصال بالإنترنت. عدة نهايات حدّية endpoints لا يمكن الوصول إليها. هذا يعني ان بعض الخصائص مثل \"تثبيت وسائط التخزين الخارجية\"، أو \"التنبيهات لتحديثات النظام\"، أو \"تثبيت تطبيقات من طرفٍ ثالث\" سوف لن تعمل. و كذلك \"الوصول إلى الملفات عن بُعد\" و \"إرسال تنبيهات بالإيميل\" لن تعمل. قم بتوصيل النظام بالإنترنت للتمتع بكل هذه الخصائص. ", "JavaScript modules support" : "دعم وحدات جافا سكريبت JavaScript modules", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "تعذر التحقُّق من دعم JavaScript عبر أيٍّ من \"النطاقات_الموثوقة\" أو \"overwrite.cli.url\". قد يكون هذا نتيجة عدم تطابق DNS من جانب الخادوم أو بسبب إحدى سياسات إدارة الحركة الصادرة في جدار الحماية. يرجى التحقق يدويًا مما إذا كان خادوم الويب عندك يقدم ملفات `.mjs` باستخدام نوع JavaScript MIME.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "لا يتعامل خادوم الويب خاصّتك بك مع الملفات من النوع `.mjs` باستعمال نوع JavaScript MIME. سيؤدي هذا إلى تعطيل بعض التطبيقات عن طريق منع المتصفحات من تنفيذ ملفات JavaScript. يجب عليك تهيئة إعدادات خادوم الويب خاصّتك للتعامل مع الملفات `.mjs` إما باعتبارها من النوع `text/javascript` أو من النوع `application/javascript`.", "JavaScript source map support" : "دعم خريطة مصدر جافا سكريبت", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "لم يتم إعداد خادوم الويب عندك لخدمة ملفات `.js.map`. بدون هذه الملفات، لن تعمل خرائط مصدر الجافا سكريبت بشكل صحيح؛ الأمر الذي قد يزيد من صعوبة استكشاف الأخطاء وإصلاحها وتصحيح أي مشكلات قد تنشأ.", @@ -193,8 +188,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "لم يسبق تعيين وقت لبدء فترة الصيانة لهذا الخادوم. و هذا يعني أن تنفيذ مهام الخلفية اليومية كثيفة الموارد سيتم أثناء أوقات العمل المعتادة على النظام. نوصي بضبط وقت بدء فترة الصيانة على الأوقات التي تكون فيها كثافة العمل على النظام منخفضة؛ بحيث يكون تأثر المستخدمين بالحمل الناتج عن هذه المهام الثقيلة أقل ما يمكن.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "فترة الصيانة لتنفيذ مهام الخلفية الثقيلة هو بين {start}:00 و {end}:00 بالتوقيت العالمي الموحد UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "تم تكوين Memcached كذاكرة تخزين مؤقت مُوزّعة، و لكن تمّ تثبيت وحدة البي إتش بي \"memcache\" الخاطئة . مع العلم أن \\OC\\Memcache\\Memcached يدعم فقط \"memcached\" وليس \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "تم تكوين Memcached كذاكرة تخزين مؤقت مُوزّعة، و لكن لم يتم تثبيت وحدة البي إتش بي \"memcached\".", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "لم يتم تكوين ذاكرة تخزين مؤقت memcache. لتحسين الأداء، يرجى تكوين ذاكرة التخزين المؤقت، إذا كانت متوفرة.", "Configured" : "تمّ تكوينها", "MySQL Unicode support" : "دعم المحارف الموحدة Unicode لـ MySQL", @@ -268,9 +261,6 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "تعذّر التحقُّق من أن خادوم الوب عندك يخدم الترويسات الآمنة security headers بالشكل الصحيح. و تعذّر تنفيذ الاستعلام عن: `%s`", "Your server is correctly configured to send security headers." : "خادومك لم تتم تهيئته بالشكل الصحيح لإرسال الترويسات الآمنة security headers. ", "Database version" : "إصدار قاعدة البيانات", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "الإصدار المستعمل من MaridaDB هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار MariaDN 10.2 أو أحدث.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "الإصدار المستعمل من MySQL هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار MySAL 8.0 أو MariaDB 10.2 أو أحدث.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "الإصدار المستعمل من PostgreSQL هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار PostgreSQL 9,6 أو أحدث.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "يتم استخدام SQLite حاليًا كقاعدة بيانات خلفية. بالنسبة لعمليات التثبيت الأكبر حجمًا، نوصي بالتبديل إلى واجهة خلفية مختلفة لقاعدة البيانات. يوصى بهذا بشكل خاص عند استخدام عميل سطح المكتب لمزامنة الملفات. للانتقال إلى قاعدة بيانات أخرى، استخدم الأمر السطري: \n\"occ db:convert-type\".", "Unknown database platform" : "منصة قاعدة البيانات غير معلومة", "Architecture" : "معمار", @@ -342,10 +332,7 @@ "Set default expiration date for shares via link or mail" : "تعيين التاريخ التلقائي لانتهاء صلاحية المشاركات التي تمّت عبر الروابط أو عبر الإيميل", "Default expiration time of shares in days" : "الزمن التلقائي لانتهاء صلاحية المشاركات بالأيام", "Privacy settings for sharing" : "إعدادات الخصوصية للمشاركة", - "Allow username autocompletion in share dialog and allow access to the system address book" : "السماح بالإكمال التلقائي لاسم المستخدم في حوار المشاركة والسماح بالوصول إلى دفتر عناوين النظام", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "إذا تمّ تمكين الإكمال التلقائي على أساس \"نفس المجموعة\" same group و \"تكامل رقم الهاتف\" phone number integration، فسيكون تمكين أيّاً منهما كافياً لإظهار المستخدم.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "السماح بالإكمال التلقائي لاسم المستخدم للمستخدمين داخل نفس المجموعات، و قصر دفاتر عناوين النظام على المستخدمين في نفس المجموعات", - "Allow username autocompletion to users based on phone number integration" : "السماح بإكمال اسم المستخدم تلقائيًا للمستخدمين بناءً على تكامل رقم الهاتف", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "السماح بالإكمال التلقائي عند إدخال الاسم الكامل أو عنوان البريد الإلكتروني ( أي تجاهل شرط تطابق دفتر الهاتف و شرط الوجود في نفس المجموعة)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "إظهار نص إخلاء المسؤولية في صفحة رابط الرفع العام (يظهر فقط عندما تكون قائمة الملفات مخفية)", "Disclaimer text" : "نص إخلاء المسؤولية", @@ -576,44 +563,32 @@ "Common languages" : "اللغات الشائعة", "Other languages" : "لُغات أخرى", "Password change is disabled because the master key is disabled" : "تم تعطيل تغيير كلمة المرور لأن المفتاح الرئيسي master key معطلٌ", - "New user" : "مستخدم جديد", + "New account" : "حساب جديد", "Display name" : "الاسم المعروض", "Either password or email is required" : "تلزم كلمة المرور أو البريد الإلكتروني", "Password (required)" : "كلمة المرور (لازمة)", "Email (required)" : "البريد الالكتروني (لازم)", "Email" : "البريد الإلكترونى", "Groups (required)" : "المجموعات (لازمة)", - "Set user groups" : "تعيين مجموعات المستخدم", "Administered groups" : "المجموعات المُدَارة", - "Set user as admin for …" : "تعيين المستخدم كمشرفٍ على ...", "Quota" : "الحصة التخزينية", - "Set user quota" : "تعيين حصة المستخدم", "Language" : "اللغة", "Set default language" : "تعيين اللغة الافتراضية", "Manager" : "مُدير", - "Add new user" : "إضافة مستخدِم جديد", - "Set user manager" : "تعيين مدير المستخدم", - "Username will be autogenerated" : "يتم توليد وإنشاء اسم المستخدم تلقائيا", - "Username (required)" : "اسم المستخدم (لازم)", "Total rows summary" : "ملخص مجموع الأسطر", - "Loading users …" : "تحميل المستخدِمين جارٍ ...", "Scroll to load more rows" : "مرِّر على القائمة لتحميل المزيد من الصفوف", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} مستخدم …","{userCount} مستخدِم …","{userCount} مستخدِمان …","{userCount} مستخدِم …","{userCount} مستخدِم …","{userCount} users …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم"], "Avatar" : "رمز تجسيدي avatar", - "Username" : "إسم المستخدم", + "Account name" : "اسم الحساب", "Group admin for" : "مشرف المجموعة Group admin لـ", - "User backend" : "الواجهة الخلفية للمستخدم", "Storage location" : "مسار التخزين", "Last login" : "آخِر تسجيلٍ للدخول", - "User actions" : "إجراءات المستخدِم", + "Account actions" : "إجراءات الحساب", "Password or insufficient permissions message" : "رسالة حول كلمة المرور أو عدم كفاية الأُذُونات", "Loading account …" : "تحميل حسابات ...", "Change display name" : "عدِّل الاسم المعروض", "Set new password" : "عَيِّن كلمة مرور جديدة", "You do not have permissions to see the details of this account" : "ليس لديك الإذن بالاطلاع على تفاصيل هذا الحساب", "Set new email address" : "عَيِّن عنوان بريد الكتروني جديد", - "Add user to group" : "إضافة مستخدِمٍ إلى مجموعةٍ", "Add account to group" : "إضافة حساب إلى مجموعة", "Set account as admin for" : "تعيين حساب كمشرف على ", "Select account quota" : "تعيين الحصة التخزينية للحساب", @@ -679,7 +654,6 @@ "Disabled accounts" : "حسابات موقوفة", "Account group: {group}" : "مجموعة الحساب: {group}", "Account management" : "إدارة الحساب", - "New account" : "حساب جديد", "Creating group…" : "جارٍ إنشاء مجموعة ...", "Create group" : "أنشِيءْ مجموعةً ", "Group name" : "إسم الفريق", @@ -798,6 +772,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "يوجد حاليّاً مستخدم رفع شهادة أمان SSL لم تعد قيد الاستخدام منذ نكست كلاود 21. يمكن استيرادها باستعمال سطر الأوامر command line عبر الأمر \"occ security:certificates:import\". مساراتهم داخل دليل البيانات كما هي موضحة أدناه.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "المُعرّف الفريد الشامل UUID لمستخدمي و مجموعات LDAP الموجود غير صحيح. الرجاء مراجعة إعدادات \"تجاوز اكتشاف UUID\"ـ Override UUID detection في القسم المتقدم Expert part من تكوين LDAP واستخدم \"occ ldap: update-uuid\" لتحديثها.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "لم يتم ّتشغيل مزامنة دفتر عناوين نظام DAV حتى الآن لأن خادومك يحتوي على أكثر من 1000 مستخدم أو بسبب حدوث خطأ. يرجى تشغيله يدويًا عن طريق الاتصال بـ occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "الإصدار المستعمل من MaridaDB هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار MariaDN 10.2 أو أحدث.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "الإصدار المستعمل من MySQL هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار MySAL 8.0 أو MariaDB 10.2 أو أحدث.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "الإصدار المستعمل من PostgreSQL هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار PostgreSQL 9,6 أو أحدث.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "يمكن فرض التحقُّق المُثنّى من الهويّة Two-Factor Authentication لجميع المستخدمين ومجموعات محددة. إذا لم يكن مٌزوِّد التحقُّق المُثنّى مُهيّأً بالشكل الصحيح، فلن يتمكنوا من تسجيل الدخول إلى النظام.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "عند اختيار/ استبعاد المجموعات، يُطبَّقُ المنطق التالي لتحديد ما إذا كان المستخدم مشمولاً بفرض التحقُّق المُثنَّى 2FA: \nإذا لم يتم تحديد أي مجموعات، يتم تمكين التحقُّق المُثنَّى للجميع باستثناء أعضاء المجموعات المُستثناة. \nإذا تم تحديد المجموعات، فسيتم تمكين التحقُّق المُثنَّى لجميع أعضاء هذه المجموعات. \nإذا كان المستخدم موجودًا في مجموعتين إحداهما مشمولة و الأخرى مُستثناة، فستأخذ المجموعة المشمولة الأسبقية و سيتم فرض التحقُّق المُثنَّى عليه.", "Enable all" : "تمكين الكل", @@ -812,6 +789,7 @@ "Error while deleting the token" : "حدث خطأ اثناء حذف أَمَارَة token ", "Use the credentials below to configure your app or device." : "إستخدم حيثيّات الدخول credentials التالية لتهيئة تطبيقك أو جهازك.", "For security reasons this password will only be shown once." : "لأسبابٍ أمنية، ستظهر كلمة المرور هذه لمرة واحدة فقط.", + "Username" : "إسم المستخدم", "Copied!" : "تمّ النسخ!", "Copy" : "نسخ", "Execute one task with each page loaded. Use case: Single user instance." : "نفذ مهمة واحدة مع كل صفحة يتم تحميلها. حالة الاستخدام: مثيل لمستخدم واحد Single user instance.", @@ -831,6 +809,7 @@ "Edit display name" : "عَدِّل اسم العرض", "Add new password" : "إضافة كلمة مرور جديدة", "Add new email address" : "إضافة عنوان بريد إلكتروني جديد", + "Add user to group" : "إضافة مستخدِمٍ إلى مجموعةٍ", "Set user as admin for" : "تعيين المستخدم كمسؤول عن", "Select user quota" : "تعيين حصة المستخدم", "Select manager" : "إختَر المُدير", @@ -841,9 +820,11 @@ "Enable user" : "تمكين المستخدم", "Edit User" : "تعديل المستخدم", "User's table" : "جدول المستخدِمين", + "New user" : "مستخدم جديد", "Will be autogenerated" : "سيتم توليدها تلقائيًا", "Select user manager" : "إختَر مدير المستخدِم user manager", "Add a new user" : "إضافة مستخدِم جديد", + "User backend" : "الواجهة الخلفية للمستخدم", "No users in here" : "لا يوجد مستخدمون هنا", "Name your device" : "اسم جهازك", "Server error while trying to add WebAuthn device" : "حدث خطأ في الخادوم أثناء محاولة إضافة جهاز WebAuthn", @@ -871,7 +852,12 @@ "Exclude groups from creating link shares:" : "إستثنِ مجموعاتٍ من إنشاء روابط المُشارَكات:", "Exclude groups from sharing" : "إستثناء مجموعات من المُشارَكة", "These groups will still be able to receive shares, but not to initiate them." : "هذه المجموعات ستظل قادرةً على تلقّي المُشارَكات، و لكن ليس على بَدئِها.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "السماح بالإكمال التلقائي لاسم المستخدم في حوار المشاركة والسماح بالوصول إلى دفتر عناوين النظام", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "السماح بالإكمال التلقائي لاسم المستخدم للمستخدمين داخل نفس المجموعات، و قصر دفاتر عناوين النظام على المستخدمين في نفس المجموعات", + "Allow username autocompletion to users based on phone number integration" : "السماح بإكمال اسم المستخدم تلقائيًا للمستخدمين بناءً على تكامل رقم الهاتف", "Old user imported certificates" : "شهادات مستورَدة لمستخدِم قديم", + "Missing optional index \"%s\" in table \"%s\"." : "دليل اختياري ناقص \"%s\" في الجدول \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "تفتقد قاعدة البيانات إلى بعض الفهارس. نظرًا لحقيقة أن إضافة الفهارس على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا. من خلال تشغيل \"occ db: add-missing-indexices\" ، يمكن إضافة تلك الفهارس المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الفهارس، تكون الاستعلامات إلى هذه الجداول عادةً أسرع بكثير.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "لا يمكن التحقق من دعم JavaScript. يرجى التحقق يدوياً مما إذا كان خادوم الويب عندك يتعامل مع ملفات `.mjs` باستعمال نوع JavaScript MIME.", "MySQL unicode support" : "دعم نظام المحارف unicode في قاعدة البيانات MySQL", "Overwrite cli URL" : "استبدال عنوان cli URL", @@ -879,7 +865,18 @@ "Rating: {score}/10" : "التقييم: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "أنت على وشك حذف المجموعة \"{group}\"؛ لكن المستخدمين لن يتم حذفهم.", "No users" : "لا يوجد مستخدِمون", + "Loading users …" : "تحميل المستخدِمين جارٍ ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "قائمة المستخدِمين. لا يتم عرض القائمة بالكامل لتحسين الأداء. سيتم عرض مستخدِمين أكثر كلما تنقّلت عبر القائمة.", + "Set user groups" : "تعيين مجموعات المستخدم", + "Set user as admin for …" : "تعيين المستخدم كمشرفٍ على ...", + "Set user quota" : "تعيين حصة المستخدم", + "Add new user" : "إضافة مستخدِم جديد", + "Set user manager" : "تعيين مدير المستخدم", + "Username will be autogenerated" : "يتم توليد وإنشاء اسم المستخدم تلقائيا", + "Username (required)" : "اسم المستخدم (لازم)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} مستخدم …","{userCount} مستخدِم …","{userCount} مستخدِمان …","{userCount} مستخدِم …","{userCount} مستخدِم …","{userCount} users …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم","{userCount} مستخدِم"], + "User actions" : "إجراءات المستخدِم", "Loading user …" : "تحميل المستخدم جارٍ ...", "Failed to update user manager" : "تعذّر تحديث مدير المستخدِم", "User management settings" : "إعدادات إدارة المستخدِمين", @@ -887,6 +884,8 @@ "User management" : "إدارة المستخدِمين", "Creating group …" : "إنشاء مجموعة ...", "User group: {group}" : "مجموعة المستخدِم: {group}", - "Nextcloud help resources" : "موارد \"مُساعَدَة نكست كلاود\"" + "Nextcloud help resources" : "موارد \"مُساعَدَة نكست كلاود\"", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "للسماح بتشغيل هذا الفحص، عليك التأكد من أن خادوم الويب عندك يمكنه الاتصال بنفسه. ولذلك، يجب أن يكون قادراً على حل المشكلة والاتصال بنطاق واحد على الأقل من \"النطاقات_الموثوقة\" أو 'overwrite.cli.url'.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "تعذر التحقُّق من دعم JavaScript عبر أيٍّ من \"النطاقات_الموثوقة\" أو \"overwrite.cli.url\". قد يكون هذا نتيجة عدم تطابق DNS من جانب الخادوم أو بسبب إحدى سياسات إدارة الحركة الصادرة في جدار الحماية. يرجى التحقق يدويًا مما إذا كان خادوم الويب عندك يقدم ملفات `.mjs` باستخدام نوع JavaScript MIME." },"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/apps/settings/l10n/ast.js b/apps/settings/l10n/ast.js index 48e92892622..36ff1882559 100644 --- a/apps/settings/l10n/ast.js +++ b/apps/settings/l10n/ast.js @@ -130,7 +130,6 @@ OC.L10N.register( "Your remote address could not be determined." : "Nun se pudo determinar la direición remota.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "La direición remota identificóse como «%s» y nesti momentu ta llendada per fuercia bruta, cosa qu'amenorga'l rendimientu de delles solicitúes. Si la direición remota nun ye la to direición, pue ser un indicador de qu'un proxy nun ta configuráu correutamente.", "Your remote address \"%s\" is not brute-force throttled." : "La direición remota «%s» nun ta llendada per fuercia bruta.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pa permitir qu'esta comprobación s'execute, tienes d'asegurate de que'l sirvidor web se pueda conectase. Poro, ha ser a resolver y conectase a, polo menos, unu de los sos «trusted_domains» o al «overwrite.cli.url».", "Old administration imported certificates" : "Certificaos importaos de l'alministración antigua", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Hai un trabayu en segundu planu pendiente que comprueba los certificaos SSL importaos de l'alministración. Volvi equí dempués.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hai presentes dalgunos certificaos SSL importaos de l'alministración que yá nun s'usen en Nextcloud 21. Pues importalos na llinia de comandos pel comandu «occ security:certificates:import». Abaxo amúesense los sos caminos dientro del direutoriu de datos.", @@ -151,8 +150,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opciones «%s» de la tabla «%s.»", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "A la base de datos fálten-y columnes opcionales. Como amestar columnes a table grandes pue tardar tiempu y son opcionales, nun s'amestaron automáticamente. Pues executar «occ db:add-missing-columns» p'amestar les columnes que falten manualmente cola instancia en funcionamientu. Dempués d'amestar la columnes, ye posible qu'ameyora'l tiempu de rempuesta o la usabilidá de dalgunes funciones.", "Database missing indices" : "Índices faltantes na base de datos", - "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índiz opcional «%s» de la tabla «%s».", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos fálten-y dalgunos índices. Como amestar índices a tables grandes pue tardar tiempu, nun s'amestaron automáticamente. Pues executar «occ db:add-missing-columns» p'amestar los índices que falten manualmente cola instancia en funcionamientu. Dempués d'amestar los índices, les consultes que se faigan a eses tables van ser, polo xeneral, muncho más rápides.", "Database missing primary keys" : "Claves primaries faltantes na base de datos", "Missing primary key on table \"%s\"." : "Falta la clave primaria na tabal «%s».", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "A la base de datos fálten-y dalgunes claves primaries. Pola mor de qu'amestar claves primaries en tables grandes pue tardar tiempu, nun s'amestaron automáticamente. Al executar «occ db:add-missing-primary-keys» eses claves primaries que falten podríen amestase manualmente mentanto la instancia sigue n'execución.", @@ -202,9 +199,6 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Nun se pudo comprobar que'l sirvidor web sirva les testeres de seguranza correutamente. Nun ye posible solicitar «%s»", "Your server is correctly configured to send security headers." : "El sirvidor ta configuráu correutamente pa unviar testeres de seguranza.", "Database version" : "Versión de la base de datos", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Úsase la versión «%s» de MariaDB. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen MariaDB 10.2 ó superior.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Úsase la versión «%s» de MySQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen MySQL 8.0 ó MariaDB 10.2 ó superiores.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Úsase la versión «%s» de PostgreSQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen PostgreSQL 9.6 ó superior.", "Architecture" : "Arquiteutura", "64-bit" : "64 bits", "Temporary space available" : "Espaciu temporal disponible", @@ -394,7 +388,7 @@ OC.L10N.register( "Common languages" : "Llingües habituales", "Other languages" : "Otres llingües", "Password change is disabled because the master key is disabled" : "El cambéu de contraseña ta desactiváu porque la clave maestra ta desactivada", - "New user" : "Usuariu nuevu", + "New account" : "Cuenta nueva", "Display name" : "Nome visible", "Password (required)" : "Contraseña (obligatoria)", "Email (required)" : "Corréu electrónicu (obligatoriu)", @@ -402,31 +396,19 @@ OC.L10N.register( "Groups (required)" : "Grupos (obligatorios)", "Administered groups" : "Grupos alministraos", "Quota" : "Cuota", - "Set user quota" : "Afitar la cuota d'usuariu", "Language" : "Llingua", "Set default language" : "Predeterminar la llingua", "Manager" : "Xestor", - "Add new user" : "Amestar un usuariu nuevu", - "Set user manager" : "Afitar el xestor d'usuarios", - "Username will be autogenerated" : "El nome d'usuariu va xenerase automáticamente", - "Username (required)" : "Nome d'usuariu (obligatoriu)", "Total rows summary" : "Resume total de fieleres", - "Loading users …" : "Cargando los usuarios…", "Scroll to load more rows" : "Desplaza pa cargar fileres", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuariu…","{userCount} usuarios…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} usuariu","{userCount} usuarios"], "Avatar" : "Avatar", - "Username" : "Nome d'usuariu", - "User backend" : "Backend d'usuarios", "Storage location" : "Llocalización del almacenamientu", "Last login" : "Últimu aniciu de la sesión", - "User actions" : "Aiciones del ususariu", "Loading account …" : "Cargando la cuenta…", "Change display name" : "Camudar el nome visible", "Set new password" : "Afitar una contraseña nueva", "You do not have permissions to see the details of this account" : "Nun tienes permisu pa ver los detalles d'esta cuenta", "Set new email address" : "Afitar una direición de corréu electrónicu nueva", - "Add user to group" : "Amestar l'usuariu al grupu", "Add account to group" : "Amestar la cuenta al grupu", "Set the language" : "Afitar la llingua", "Set line manager" : "Afitar el xestor de llinies", @@ -479,7 +461,6 @@ OC.L10N.register( "Disabled accounts" : "Cuentes desactivaes", "Account group: {group}" : "Grupu de cuentes: {group}", "Account management" : "Xestión de cuentes", - "New account" : "Cuenta nueva", "Creating group…" : "Creando'l grupu…", "Create group" : "Crear el grupu", "Group name" : "Nome del grupu", @@ -557,6 +538,9 @@ OC.L10N.register( "Federated Cloud Sharing" : "Compartición na nube federada", "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Nun se pudo determinar si la versión de TLS de cURL ta anovada o non pola mor d'un error que se produxo demientres la solicitú HTTPS escontra https://nextcloud.com. Comprueba'l ficheru de rexistru de Nextcloud pa consiguir más detalles.", "Invalid user" : "L'usuariu ye inválidu", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Úsase la versión «%s» de MariaDB. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen MariaDB 10.2 ó superior.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Úsase la versión «%s» de MySQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen MySQL 8.0 ó MariaDB 10.2 ó superiores.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Úsase la versión «%s» de PostgreSQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen PostgreSQL 9.6 ó superior.", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", "Firefox" : "Firefox", @@ -566,19 +550,23 @@ OC.L10N.register( "iPad" : "iPad", "Error while deleting the token" : "Hebo un error mentanto se desaniciaba'l pase", "For security reasons this password will only be shown once." : "Por motivos de seguranza, esta contraseña namás va amosase una vegada.", + "Username" : "Nome d'usuariu", "Copied!" : "¡Copióse!", "Copy" : "Copiar", "Please confirm the group removal " : "Confirma'l desaniciu del grupu", "Your email address" : "La to direición de corréu electrónicu", "Enable Profile" : "Activar el perfil", "You do not have permissions to see the details of this user" : "Nun tienes permisu pa ver los detalles d'esti usuariu", + "Add user to group" : "Amestar l'usuariu al grupu", "Delete user" : "Desaniciar l'usuariu", "Wipe all devices" : "Llimpiar tolos preseos", "Disable user" : "Desactivar l'usuariu", "Enable user" : "Activar l'usuariu", "Edit User" : "Editar l'usuariu", "User's table" : "Tabla d'usuarios", + "New user" : "Usuariu nuevu", "Will be autogenerated" : "Va xenerase automáticamente", + "User backend" : "Backend d'usuarios", "No users in here" : "Nun hai nengún usuariu", "Server error while trying to add WebAuthn device" : "Error del sirvidor mentanto s'amestaba'l preséu WebAuthn", "{license}-licensed" : "Con llicencia {license}", @@ -589,15 +577,27 @@ OC.L10N.register( "Show Languages" : "Amosar les llingües", "Not saved" : "Nun se guardó", "Twitter" : "Twitter", + "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índiz opcional «%s» de la tabla «%s».", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos fálten-y dalgunos índices. Como amestar índices a tables grandes pue tardar tiempu, nun s'amestaron automáticamente. Pues executar «occ db:add-missing-columns» p'amestar los índices que falten manualmente cola instancia en funcionamientu. Dempués d'amestar los índices, les consultes que se faigan a eses tables van ser, polo xeneral, muncho más rápides.", "Rating: {score}/10" : "Valoración: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Tas a piques de quitar el grupu «{group}». NUN van desaniciase los usuarios.", "No users" : "Nun hai nengún usuariu…", + "Loading users …" : "Cargando los usuarios…", + "Set user quota" : "Afitar la cuota d'usuariu", + "Add new user" : "Amestar un usuariu nuevu", + "Set user manager" : "Afitar el xestor d'usuarios", + "Username will be autogenerated" : "El nome d'usuariu va xenerase automáticamente", + "Username (required)" : "Nome d'usuariu (obligatoriu)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuariu…","{userCount} usuarios…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} usuariu","{userCount} usuarios"], + "User actions" : "Aiciones del ususariu", "Loading user …" : "Cargando l'usuariu…", "Failed to update user manager" : "Nun se pudo anovar el xestor d'usuarios", "User management settings" : "Configuración de la xestión d'usuarios", "Send welcome email to new users" : "Unviar un mensaxes d'acoyida a los usuarios nuevos", "User management" : "Xestión d'usuarios", "Creating group …" : "Creando'l grupu…", - "Nextcloud help resources" : "Recursos d'ayuda de Nextcloud" + "Nextcloud help resources" : "Recursos d'ayuda de Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pa permitir qu'esta comprobación s'execute, tienes d'asegurate de que'l sirvidor web se pueda conectase. Poro, ha ser a resolver y conectase a, polo menos, unu de los sos «trusted_domains» o al «overwrite.cli.url»." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/ast.json b/apps/settings/l10n/ast.json index e9db37aeb18..a71374da3d6 100644 --- a/apps/settings/l10n/ast.json +++ b/apps/settings/l10n/ast.json @@ -128,7 +128,6 @@ "Your remote address could not be determined." : "Nun se pudo determinar la direición remota.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "La direición remota identificóse como «%s» y nesti momentu ta llendada per fuercia bruta, cosa qu'amenorga'l rendimientu de delles solicitúes. Si la direición remota nun ye la to direición, pue ser un indicador de qu'un proxy nun ta configuráu correutamente.", "Your remote address \"%s\" is not brute-force throttled." : "La direición remota «%s» nun ta llendada per fuercia bruta.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pa permitir qu'esta comprobación s'execute, tienes d'asegurate de que'l sirvidor web se pueda conectase. Poro, ha ser a resolver y conectase a, polo menos, unu de los sos «trusted_domains» o al «overwrite.cli.url».", "Old administration imported certificates" : "Certificaos importaos de l'alministración antigua", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Hai un trabayu en segundu planu pendiente que comprueba los certificaos SSL importaos de l'alministración. Volvi equí dempués.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hai presentes dalgunos certificaos SSL importaos de l'alministración que yá nun s'usen en Nextcloud 21. Pues importalos na llinia de comandos pel comandu «occ security:certificates:import». Abaxo amúesense los sos caminos dientro del direutoriu de datos.", @@ -149,8 +148,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opciones «%s» de la tabla «%s.»", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "A la base de datos fálten-y columnes opcionales. Como amestar columnes a table grandes pue tardar tiempu y son opcionales, nun s'amestaron automáticamente. Pues executar «occ db:add-missing-columns» p'amestar les columnes que falten manualmente cola instancia en funcionamientu. Dempués d'amestar la columnes, ye posible qu'ameyora'l tiempu de rempuesta o la usabilidá de dalgunes funciones.", "Database missing indices" : "Índices faltantes na base de datos", - "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índiz opcional «%s» de la tabla «%s».", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos fálten-y dalgunos índices. Como amestar índices a tables grandes pue tardar tiempu, nun s'amestaron automáticamente. Pues executar «occ db:add-missing-columns» p'amestar los índices que falten manualmente cola instancia en funcionamientu. Dempués d'amestar los índices, les consultes que se faigan a eses tables van ser, polo xeneral, muncho más rápides.", "Database missing primary keys" : "Claves primaries faltantes na base de datos", "Missing primary key on table \"%s\"." : "Falta la clave primaria na tabal «%s».", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "A la base de datos fálten-y dalgunes claves primaries. Pola mor de qu'amestar claves primaries en tables grandes pue tardar tiempu, nun s'amestaron automáticamente. Al executar «occ db:add-missing-primary-keys» eses claves primaries que falten podríen amestase manualmente mentanto la instancia sigue n'execución.", @@ -200,9 +197,6 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Nun se pudo comprobar que'l sirvidor web sirva les testeres de seguranza correutamente. Nun ye posible solicitar «%s»", "Your server is correctly configured to send security headers." : "El sirvidor ta configuráu correutamente pa unviar testeres de seguranza.", "Database version" : "Versión de la base de datos", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Úsase la versión «%s» de MariaDB. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen MariaDB 10.2 ó superior.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Úsase la versión «%s» de MySQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen MySQL 8.0 ó MariaDB 10.2 ó superiores.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Úsase la versión «%s» de PostgreSQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen PostgreSQL 9.6 ó superior.", "Architecture" : "Arquiteutura", "64-bit" : "64 bits", "Temporary space available" : "Espaciu temporal disponible", @@ -392,7 +386,7 @@ "Common languages" : "Llingües habituales", "Other languages" : "Otres llingües", "Password change is disabled because the master key is disabled" : "El cambéu de contraseña ta desactiváu porque la clave maestra ta desactivada", - "New user" : "Usuariu nuevu", + "New account" : "Cuenta nueva", "Display name" : "Nome visible", "Password (required)" : "Contraseña (obligatoria)", "Email (required)" : "Corréu electrónicu (obligatoriu)", @@ -400,31 +394,19 @@ "Groups (required)" : "Grupos (obligatorios)", "Administered groups" : "Grupos alministraos", "Quota" : "Cuota", - "Set user quota" : "Afitar la cuota d'usuariu", "Language" : "Llingua", "Set default language" : "Predeterminar la llingua", "Manager" : "Xestor", - "Add new user" : "Amestar un usuariu nuevu", - "Set user manager" : "Afitar el xestor d'usuarios", - "Username will be autogenerated" : "El nome d'usuariu va xenerase automáticamente", - "Username (required)" : "Nome d'usuariu (obligatoriu)", "Total rows summary" : "Resume total de fieleres", - "Loading users …" : "Cargando los usuarios…", "Scroll to load more rows" : "Desplaza pa cargar fileres", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuariu…","{userCount} usuarios…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} usuariu","{userCount} usuarios"], "Avatar" : "Avatar", - "Username" : "Nome d'usuariu", - "User backend" : "Backend d'usuarios", "Storage location" : "Llocalización del almacenamientu", "Last login" : "Últimu aniciu de la sesión", - "User actions" : "Aiciones del ususariu", "Loading account …" : "Cargando la cuenta…", "Change display name" : "Camudar el nome visible", "Set new password" : "Afitar una contraseña nueva", "You do not have permissions to see the details of this account" : "Nun tienes permisu pa ver los detalles d'esta cuenta", "Set new email address" : "Afitar una direición de corréu electrónicu nueva", - "Add user to group" : "Amestar l'usuariu al grupu", "Add account to group" : "Amestar la cuenta al grupu", "Set the language" : "Afitar la llingua", "Set line manager" : "Afitar el xestor de llinies", @@ -477,7 +459,6 @@ "Disabled accounts" : "Cuentes desactivaes", "Account group: {group}" : "Grupu de cuentes: {group}", "Account management" : "Xestión de cuentes", - "New account" : "Cuenta nueva", "Creating group…" : "Creando'l grupu…", "Create group" : "Crear el grupu", "Group name" : "Nome del grupu", @@ -555,6 +536,9 @@ "Federated Cloud Sharing" : "Compartición na nube federada", "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Nun se pudo determinar si la versión de TLS de cURL ta anovada o non pola mor d'un error que se produxo demientres la solicitú HTTPS escontra https://nextcloud.com. Comprueba'l ficheru de rexistru de Nextcloud pa consiguir más detalles.", "Invalid user" : "L'usuariu ye inválidu", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Úsase la versión «%s» de MariaDB. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen MariaDB 10.2 ó superior.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Úsase la versión «%s» de MySQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen MySQL 8.0 ó MariaDB 10.2 ó superiores.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Úsase la versión «%s» de PostgreSQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen PostgreSQL 9.6 ó superior.", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", "Firefox" : "Firefox", @@ -564,19 +548,23 @@ "iPad" : "iPad", "Error while deleting the token" : "Hebo un error mentanto se desaniciaba'l pase", "For security reasons this password will only be shown once." : "Por motivos de seguranza, esta contraseña namás va amosase una vegada.", + "Username" : "Nome d'usuariu", "Copied!" : "¡Copióse!", "Copy" : "Copiar", "Please confirm the group removal " : "Confirma'l desaniciu del grupu", "Your email address" : "La to direición de corréu electrónicu", "Enable Profile" : "Activar el perfil", "You do not have permissions to see the details of this user" : "Nun tienes permisu pa ver los detalles d'esti usuariu", + "Add user to group" : "Amestar l'usuariu al grupu", "Delete user" : "Desaniciar l'usuariu", "Wipe all devices" : "Llimpiar tolos preseos", "Disable user" : "Desactivar l'usuariu", "Enable user" : "Activar l'usuariu", "Edit User" : "Editar l'usuariu", "User's table" : "Tabla d'usuarios", + "New user" : "Usuariu nuevu", "Will be autogenerated" : "Va xenerase automáticamente", + "User backend" : "Backend d'usuarios", "No users in here" : "Nun hai nengún usuariu", "Server error while trying to add WebAuthn device" : "Error del sirvidor mentanto s'amestaba'l preséu WebAuthn", "{license}-licensed" : "Con llicencia {license}", @@ -587,15 +575,27 @@ "Show Languages" : "Amosar les llingües", "Not saved" : "Nun se guardó", "Twitter" : "Twitter", + "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índiz opcional «%s» de la tabla «%s».", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos fálten-y dalgunos índices. Como amestar índices a tables grandes pue tardar tiempu, nun s'amestaron automáticamente. Pues executar «occ db:add-missing-columns» p'amestar los índices que falten manualmente cola instancia en funcionamientu. Dempués d'amestar los índices, les consultes que se faigan a eses tables van ser, polo xeneral, muncho más rápides.", "Rating: {score}/10" : "Valoración: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Tas a piques de quitar el grupu «{group}». NUN van desaniciase los usuarios.", "No users" : "Nun hai nengún usuariu…", + "Loading users …" : "Cargando los usuarios…", + "Set user quota" : "Afitar la cuota d'usuariu", + "Add new user" : "Amestar un usuariu nuevu", + "Set user manager" : "Afitar el xestor d'usuarios", + "Username will be autogenerated" : "El nome d'usuariu va xenerase automáticamente", + "Username (required)" : "Nome d'usuariu (obligatoriu)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuariu…","{userCount} usuarios…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} usuariu","{userCount} usuarios"], + "User actions" : "Aiciones del ususariu", "Loading user …" : "Cargando l'usuariu…", "Failed to update user manager" : "Nun se pudo anovar el xestor d'usuarios", "User management settings" : "Configuración de la xestión d'usuarios", "Send welcome email to new users" : "Unviar un mensaxes d'acoyida a los usuarios nuevos", "User management" : "Xestión d'usuarios", "Creating group …" : "Creando'l grupu…", - "Nextcloud help resources" : "Recursos d'ayuda de Nextcloud" + "Nextcloud help resources" : "Recursos d'ayuda de Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pa permitir qu'esta comprobación s'execute, tienes d'asegurate de que'l sirvidor web se pueda conectase. Poro, ha ser a resolver y conectase a, polo menos, unu de los sos «trusted_domains» o al «overwrite.cli.url»." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/az.js b/apps/settings/l10n/az.js index 8e42bc272eb..592762fb426 100644 --- a/apps/settings/l10n/az.js +++ b/apps/settings/l10n/az.js @@ -58,8 +58,6 @@ OC.L10N.register( "Disabled" : "Dayandırılıb", "The old server-side-encryption format is enabled. We recommend disabling this." : "Server tərəfdən köhnə şifrələnmə formatı aktivdir. Onu söndürməyi tövsiyyə edirik.", "Supported" : "Dəstəklənir", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" versiyası istifadə edilir. Nextcloud 21 və yuxarı versiyaları bunu dəstəkləmir və ən azı MariaDB 10.2 və ya yuxarı versiya tələb edir.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL \"%s\" versiyası istifadə edilir. Nextcloud 21 və yuxarı versiyaları bunu dəstəkləmir və ən azı MySQL 8.0 və ya MariaDB 10.2 və ya yuxarı versiya tələb edir.", "Profile information" : "Profil məlumatı", "Nextcloud settings" : "Nextcloud parametrləri", "None" : "Heç bir", @@ -145,7 +143,6 @@ OC.L10N.register( "Email" : "Email", "Quota" : "Norma", "Language" : "Dil", - "Username" : "İstifadəçi adı", "Resend welcome email" : "Salamlama e-poçtunu yenidən göndərin", "Welcome mail sent!" : "Salamlama məktubu göndərildi!", "Done" : "Edildi", @@ -180,6 +177,8 @@ OC.L10N.register( "No user supplied" : "Heç bir istifadəçiyə mənimsədilmir", "Federated Cloud Sharing" : "Federal Cloud Paylaşım", "Invalid user" : "İstifadəçi adı yalnışdır", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" versiyası istifadə edilir. Nextcloud 21 və yuxarı versiyaları bunu dəstəkləmir və ən azı MariaDB 10.2 və ya yuxarı versiya tələb edir.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL \"%s\" versiyası istifadə edilir. Nextcloud 21 və yuxarı versiyaları bunu dəstəkləmir və ən azı MySQL 8.0 və ya MariaDB 10.2 və ya yuxarı versiya tələb edir.", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", "Firefox" : "Firefox", @@ -188,6 +187,7 @@ OC.L10N.register( "iPhone" : "iPhone", "iPad" : "iPad", "Error while deleting the token" : "Token silinən vaxtı səhv baş verdi", + "Username" : "İstifadəçi adı", "Copied!" : "Kopyalandı!", "Copy" : "Kopyala", "Your profile information" : "Sizin profil məlumatlarınız", diff --git a/apps/settings/l10n/az.json b/apps/settings/l10n/az.json index 37d45ab2a7d..0bd2755a586 100644 --- a/apps/settings/l10n/az.json +++ b/apps/settings/l10n/az.json @@ -56,8 +56,6 @@ "Disabled" : "Dayandırılıb", "The old server-side-encryption format is enabled. We recommend disabling this." : "Server tərəfdən köhnə şifrələnmə formatı aktivdir. Onu söndürməyi tövsiyyə edirik.", "Supported" : "Dəstəklənir", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" versiyası istifadə edilir. Nextcloud 21 və yuxarı versiyaları bunu dəstəkləmir və ən azı MariaDB 10.2 və ya yuxarı versiya tələb edir.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL \"%s\" versiyası istifadə edilir. Nextcloud 21 və yuxarı versiyaları bunu dəstəkləmir və ən azı MySQL 8.0 və ya MariaDB 10.2 və ya yuxarı versiya tələb edir.", "Profile information" : "Profil məlumatı", "Nextcloud settings" : "Nextcloud parametrləri", "None" : "Heç bir", @@ -143,7 +141,6 @@ "Email" : "Email", "Quota" : "Norma", "Language" : "Dil", - "Username" : "İstifadəçi adı", "Resend welcome email" : "Salamlama e-poçtunu yenidən göndərin", "Welcome mail sent!" : "Salamlama məktubu göndərildi!", "Done" : "Edildi", @@ -178,6 +175,8 @@ "No user supplied" : "Heç bir istifadəçiyə mənimsədilmir", "Federated Cloud Sharing" : "Federal Cloud Paylaşım", "Invalid user" : "İstifadəçi adı yalnışdır", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" versiyası istifadə edilir. Nextcloud 21 və yuxarı versiyaları bunu dəstəkləmir və ən azı MariaDB 10.2 və ya yuxarı versiya tələb edir.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL \"%s\" versiyası istifadə edilir. Nextcloud 21 və yuxarı versiyaları bunu dəstəkləmir və ən azı MySQL 8.0 və ya MariaDB 10.2 və ya yuxarı versiya tələb edir.", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", "Firefox" : "Firefox", @@ -186,6 +185,7 @@ "iPhone" : "iPhone", "iPad" : "iPad", "Error while deleting the token" : "Token silinən vaxtı səhv baş verdi", + "Username" : "İstifadəçi adı", "Copied!" : "Kopyalandı!", "Copy" : "Kopyala", "Your profile information" : "Sizin profil məlumatlarınız", diff --git a/apps/settings/l10n/bg.js b/apps/settings/l10n/bg.js index 5f8683779c2..7e84c52111e 100644 --- a/apps/settings/l10n/bg.js +++ b/apps/settings/l10n/bg.js @@ -117,7 +117,6 @@ OC.L10N.register( "Verifying" : "Потвърждаване", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Вероятно вашите данни и файлове са достъпни от интернет. .htaccess файлът не функционира. Силно се препоръчва да настроите уеб сървъра по такъв начин, че директорията за данни да не бъде достъпна или я преместете извън началната директория на уеб сървъра.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "В базата данни липсват някои изборни колони. Поради факта, че добавянето на колони в големи таблици може да отнеме известно време, те не се добавят автоматично, когато могат да бъдат по избор. Чрез стартиране на \"occ db: add-missing-колони\" тези липсващи колони могат да бъдат добавени ръчно, докато екземплярът продължава да работи. След като колоните бъдат добавени, някои функции могат да подобрят отзивчивостта или използваемостта.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Някои индекси липсват в базата данни. Не са добавени защото процеса може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:add-missing-indices\". След добавянето на индексите заявките към изброените таблици ще минават много по-бързо.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "В базата данни липсват някои първични ключове. Поради факта, че добавянето на първични ключове на големи маси може да отнеме известно време, те не бяха добавени автоматично. Чрез стартиране на \"occ db: add-missing-primary-keys\" тези липсващи първични ключове могат да бъдат добавени ръчно, докато екземплярът продължава да работи.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Сървърът няма работеща интернет връзка: Множество крайни точки не могат да бъдат достигнати. Това означава, че някои от функциите като монтиране на външно хранилище, известия за актуализации или инсталиране на приложения на трети страни няма да работят. Достъпът до файлове от разстояние и изпращането на имейли с известие, също може да не работят. Установете връзка от този сървър с Интернет, за да се насладите на всички функции.", "Disabled" : "Изключено", @@ -128,9 +127,6 @@ OC.L10N.register( "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Изглежда, че PHP не е настроен правилно за заявки за променливи на системната среда. Тестът с getenv (\"ПЪТ\") връща само празен отговор.", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP OPcache модулът не е зареден. За по-добра производителност се препоръчва да го заредите във вашата PHP инсталация.", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : " Активирана е конфигурацията само за четене. Това предотвратява настройването на някои конфигурации чрез уеб интерфейса. Освен това файлът трябва ръчно да се направи записваем за всяка актуализация.", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Използва се версия на MariaDB „%s “. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изисква MariaDB 10.2 или по-нова версия.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Използва се версия на MySQL „ %s“. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изискват MySQL 8.0 или MariaDB 10.2, или по-нова версия.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Използва се PostgreSQL версия „%s “. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изисква PostgreSQL 9.6 или по-нова версия.", "Architecture" : "Архитектура", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Вашата база данни не се изпълнява с ниво на изолация на транзакциите „АНГАЖИРАНО ЧЕТЕНЕ . Това може да създаде проблеми при паралелно изпълнение на множество действия.", "Profile information" : "Информация за профила", @@ -151,7 +147,6 @@ OC.L10N.register( "Enforce expiration date" : "Изисквай срок на валидност", "Set default expiration date for shares to other servers" : "Задайте дата на изтичане по подразбиране за споделяния към други сървъри", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Ако автоматичното довършване „същата група“ и „интегриране на телефонен номер“ са активирани, съвпадението в едното е достатъчно, за да се покаже на потребителя.", - "Allow username autocompletion to users based on phone number integration" : "Разрешаване на автоматично довършване на име на потребител на потребители въз основа на интегриране на телефонен номер", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Разрешаване на автоматично довършване при въвеждане на пълното име или имейл адрес (като игнорирате липсващото съвпадение в телефонния указател и сте в същата група)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Показване на текст за отказ от отговорност на страницата за качване на публична връзка (показва се само когато списъкът с файлове е скрит)", "This text will be shown on the public link upload page when the file list is hidden." : "Този текст ще се показва на страницата за качване на публична връзка, когато списъкът с файлове е скрит.", @@ -326,19 +321,17 @@ OC.L10N.register( "Common languages" : "Познати езици", "Other languages" : "Други езици", "Password change is disabled because the master key is disabled" : "Промяната на паролата е деактивирана, защото главният ключ е деактивиран", - "New user" : "Нов потребител", "Display name" : "Вписване като", "Email" : "Имейл", "Quota" : "Квота", "Language" : "Език", "Total rows summary" : "Обобщение на общия брой редове", "Avatar" : "Аватар", - "Username" : "Потребител", + "Account name" : "Име на профил", "Group admin for" : "Групов администратор за", - "User backend" : "Потребителски сървър", "Storage location" : "Дисково пространство", "Last login" : "Последно вписване", - "Add user to group" : "Добавяне на потребител към група", + "Account actions" : "Действия на профил", "{size} used" : "{size} използвани", "Delete account" : "Изтриване на профила", "Resend welcome email" : "Повторно изпращане на имейл за добре дошъл ", @@ -466,6 +459,9 @@ OC.L10N.register( "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Предстои фонова работа, която проверява за импортирани от потребителя SSL сертификати. Моля, проверете отново по-късно.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Има някои импортирани от потребителя SSL сертификати, които вече не се използват с Nextcloud 21. Те могат да бъдат импортирани в командния ред, чрез командата \"occ security:certificates:import\". Техните пътища в директорията с данни са показани по-долу.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Открит е невалиден UUID на потребители или групи на LDAP. Моля, прегледайте настройките си за \"Override UUID detection\"/ откриване на отмяна на UUID/, в експертната част на LDAP конфигурацията и използвайте \"occ ldap:update-uuid\", за да ги актуализирате.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Използва се версия на MariaDB „%s “. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изисква MariaDB 10.2 или по-нова версия.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Използва се версия на MySQL „ %s“. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изискват MySQL 8.0 или MariaDB 10.2, или по-нова версия.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Използва се PostgreSQL версия „%s “. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изисква PostgreSQL 9.6 или по-нова версия.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двустепенното удостоверяване може да бъде наложено за всички потребители и специфични групи. Ако нямат конфигуриран двустепенен доставчик, те няма да могат да влязат в системата.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Когато групите са избрани/изключени, те използват следната логика, за да определят дали даден потребител има наложена 2FA: Ако не са избрани групи, 2FA се активира за всички, с изключение на членовете на изключените групи. Ако са избрани групи, 2FA се активира за всички техни членове. Ако потребител е едновременно в избрана и изключена група, избраното има предимство и 2FA се прилага.", "Enable all" : "Активирай всички", @@ -480,6 +476,7 @@ OC.L10N.register( "Error while deleting the token" : "Грешка при изтриването на токен", "Use the credentials below to configure your app or device." : "Ползвайте данните по-долу за да настроите вашето приложение или устройство.", "For security reasons this password will only be shown once." : "Тази парола ще бъде показана само веднъж.", + "Username" : "Потребител", "Copied!" : "Копирано!", "Copy" : "Копиране", "Execute one task with each page loaded. Use case: Single user instance." : "Изпълняване на една задача с всяка заредена страница. Случай на употреба: Екземпляр за един потребител.", @@ -498,6 +495,7 @@ OC.L10N.register( "You do not have permissions to see the details of this user" : "Нямате права да виждате подробности за този потребител", "Add new password" : "Въведете новата парола", "Add new email address" : "Смени адреса на елетронната поща", + "Add user to group" : "Добавяне на потребител към група", "Set user as admin for" : "Задаване на потребителя като администратор за", "Select user quota" : "Изберете потребителска квота", "Toggle user actions menu" : "Превключване на менюто за действия на потребител", @@ -506,8 +504,10 @@ OC.L10N.register( "Disable user" : "Деактивирай", "Enable user" : "Активиране", "Edit User" : "Редактиране на потребител", + "New user" : "Нов потребител", "Will be autogenerated" : "Ще се генерира автоматично", "Add a new user" : "Добавяне на новия потребител", + "User backend" : "Потребителски сървър", "No users in here" : "Тук няма потребители", "Name your device" : "Име на устройството", "Server error while trying to add WebAuthn device" : "Грешка в сървъра при опит за добавяне на WebAuthn устройство", @@ -534,6 +534,8 @@ OC.L10N.register( "Set default expiration date" : "Задайте дата на изтичане по подразбиране", "Exclude groups from creating link shares:" : "Изключване на групи от създаване на споделяния на връзки:", "Exclude groups from sharing" : "Забрани групи да споделят", - "These groups will still be able to receive shares, but not to initiate them." : "Тези групи ще могат да получават споделения, но няма да могат самите те да споделят." + "These groups will still be able to receive shares, but not to initiate them." : "Тези групи ще могат да получават споделения, но няма да могат самите те да споделят.", + "Allow username autocompletion to users based on phone number integration" : "Разрешаване на автоматично довършване на име на потребител на потребители въз основа на интегриране на телефонен номер", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Някои индекси липсват в базата данни. Не са добавени защото процеса може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:add-missing-indices\". След добавянето на индексите заявките към изброените таблици ще минават много по-бързо." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/bg.json b/apps/settings/l10n/bg.json index 72d7c62d55b..caadfe4fe17 100644 --- a/apps/settings/l10n/bg.json +++ b/apps/settings/l10n/bg.json @@ -115,7 +115,6 @@ "Verifying" : "Потвърждаване", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Вероятно вашите данни и файлове са достъпни от интернет. .htaccess файлът не функционира. Силно се препоръчва да настроите уеб сървъра по такъв начин, че директорията за данни да не бъде достъпна или я преместете извън началната директория на уеб сървъра.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "В базата данни липсват някои изборни колони. Поради факта, че добавянето на колони в големи таблици може да отнеме известно време, те не се добавят автоматично, когато могат да бъдат по избор. Чрез стартиране на \"occ db: add-missing-колони\" тези липсващи колони могат да бъдат добавени ръчно, докато екземплярът продължава да работи. След като колоните бъдат добавени, някои функции могат да подобрят отзивчивостта или използваемостта.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Някои индекси липсват в базата данни. Не са добавени защото процеса може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:add-missing-indices\". След добавянето на индексите заявките към изброените таблици ще минават много по-бързо.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "В базата данни липсват някои първични ключове. Поради факта, че добавянето на първични ключове на големи маси може да отнеме известно време, те не бяха добавени автоматично. Чрез стартиране на \"occ db: add-missing-primary-keys\" тези липсващи първични ключове могат да бъдат добавени ръчно, докато екземплярът продължава да работи.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Сървърът няма работеща интернет връзка: Множество крайни точки не могат да бъдат достигнати. Това означава, че някои от функциите като монтиране на външно хранилище, известия за актуализации или инсталиране на приложения на трети страни няма да работят. Достъпът до файлове от разстояние и изпращането на имейли с известие, също може да не работят. Установете връзка от този сървър с Интернет, за да се насладите на всички функции.", "Disabled" : "Изключено", @@ -126,9 +125,6 @@ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Изглежда, че PHP не е настроен правилно за заявки за променливи на системната среда. Тестът с getenv (\"ПЪТ\") връща само празен отговор.", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP OPcache модулът не е зареден. За по-добра производителност се препоръчва да го заредите във вашата PHP инсталация.", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : " Активирана е конфигурацията само за четене. Това предотвратява настройването на някои конфигурации чрез уеб интерфейса. Освен това файлът трябва ръчно да се направи записваем за всяка актуализация.", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Използва се версия на MariaDB „%s “. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изисква MariaDB 10.2 или по-нова версия.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Използва се версия на MySQL „ %s“. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изискват MySQL 8.0 или MariaDB 10.2, или по-нова версия.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Използва се PostgreSQL версия „%s “. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изисква PostgreSQL 9.6 или по-нова версия.", "Architecture" : "Архитектура", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Вашата база данни не се изпълнява с ниво на изолация на транзакциите „АНГАЖИРАНО ЧЕТЕНЕ . Това може да създаде проблеми при паралелно изпълнение на множество действия.", "Profile information" : "Информация за профила", @@ -149,7 +145,6 @@ "Enforce expiration date" : "Изисквай срок на валидност", "Set default expiration date for shares to other servers" : "Задайте дата на изтичане по подразбиране за споделяния към други сървъри", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Ако автоматичното довършване „същата група“ и „интегриране на телефонен номер“ са активирани, съвпадението в едното е достатъчно, за да се покаже на потребителя.", - "Allow username autocompletion to users based on phone number integration" : "Разрешаване на автоматично довършване на име на потребител на потребители въз основа на интегриране на телефонен номер", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Разрешаване на автоматично довършване при въвеждане на пълното име или имейл адрес (като игнорирате липсващото съвпадение в телефонния указател и сте в същата група)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Показване на текст за отказ от отговорност на страницата за качване на публична връзка (показва се само когато списъкът с файлове е скрит)", "This text will be shown on the public link upload page when the file list is hidden." : "Този текст ще се показва на страницата за качване на публична връзка, когато списъкът с файлове е скрит.", @@ -324,19 +319,17 @@ "Common languages" : "Познати езици", "Other languages" : "Други езици", "Password change is disabled because the master key is disabled" : "Промяната на паролата е деактивирана, защото главният ключ е деактивиран", - "New user" : "Нов потребител", "Display name" : "Вписване като", "Email" : "Имейл", "Quota" : "Квота", "Language" : "Език", "Total rows summary" : "Обобщение на общия брой редове", "Avatar" : "Аватар", - "Username" : "Потребител", + "Account name" : "Име на профил", "Group admin for" : "Групов администратор за", - "User backend" : "Потребителски сървър", "Storage location" : "Дисково пространство", "Last login" : "Последно вписване", - "Add user to group" : "Добавяне на потребител към група", + "Account actions" : "Действия на профил", "{size} used" : "{size} използвани", "Delete account" : "Изтриване на профила", "Resend welcome email" : "Повторно изпращане на имейл за добре дошъл ", @@ -464,6 +457,9 @@ "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Предстои фонова работа, която проверява за импортирани от потребителя SSL сертификати. Моля, проверете отново по-късно.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Има някои импортирани от потребителя SSL сертификати, които вече не се използват с Nextcloud 21. Те могат да бъдат импортирани в командния ред, чрез командата \"occ security:certificates:import\". Техните пътища в директорията с данни са показани по-долу.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Открит е невалиден UUID на потребители или групи на LDAP. Моля, прегледайте настройките си за \"Override UUID detection\"/ откриване на отмяна на UUID/, в експертната част на LDAP конфигурацията и използвайте \"occ ldap:update-uuid\", за да ги актуализирате.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Използва се версия на MariaDB „%s “. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изисква MariaDB 10.2 или по-нова версия.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Използва се версия на MySQL „ %s“. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изискват MySQL 8.0 или MariaDB 10.2, или по-нова версия.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Използва се PostgreSQL версия „%s “. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изисква PostgreSQL 9.6 или по-нова версия.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двустепенното удостоверяване може да бъде наложено за всички потребители и специфични групи. Ако нямат конфигуриран двустепенен доставчик, те няма да могат да влязат в системата.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Когато групите са избрани/изключени, те използват следната логика, за да определят дали даден потребител има наложена 2FA: Ако не са избрани групи, 2FA се активира за всички, с изключение на членовете на изключените групи. Ако са избрани групи, 2FA се активира за всички техни членове. Ако потребител е едновременно в избрана и изключена група, избраното има предимство и 2FA се прилага.", "Enable all" : "Активирай всички", @@ -478,6 +474,7 @@ "Error while deleting the token" : "Грешка при изтриването на токен", "Use the credentials below to configure your app or device." : "Ползвайте данните по-долу за да настроите вашето приложение или устройство.", "For security reasons this password will only be shown once." : "Тази парола ще бъде показана само веднъж.", + "Username" : "Потребител", "Copied!" : "Копирано!", "Copy" : "Копиране", "Execute one task with each page loaded. Use case: Single user instance." : "Изпълняване на една задача с всяка заредена страница. Случай на употреба: Екземпляр за един потребител.", @@ -496,6 +493,7 @@ "You do not have permissions to see the details of this user" : "Нямате права да виждате подробности за този потребител", "Add new password" : "Въведете новата парола", "Add new email address" : "Смени адреса на елетронната поща", + "Add user to group" : "Добавяне на потребител към група", "Set user as admin for" : "Задаване на потребителя като администратор за", "Select user quota" : "Изберете потребителска квота", "Toggle user actions menu" : "Превключване на менюто за действия на потребител", @@ -504,8 +502,10 @@ "Disable user" : "Деактивирай", "Enable user" : "Активиране", "Edit User" : "Редактиране на потребител", + "New user" : "Нов потребител", "Will be autogenerated" : "Ще се генерира автоматично", "Add a new user" : "Добавяне на новия потребител", + "User backend" : "Потребителски сървър", "No users in here" : "Тук няма потребители", "Name your device" : "Име на устройството", "Server error while trying to add WebAuthn device" : "Грешка в сървъра при опит за добавяне на WebAuthn устройство", @@ -532,6 +532,8 @@ "Set default expiration date" : "Задайте дата на изтичане по подразбиране", "Exclude groups from creating link shares:" : "Изключване на групи от създаване на споделяния на връзки:", "Exclude groups from sharing" : "Забрани групи да споделят", - "These groups will still be able to receive shares, but not to initiate them." : "Тези групи ще могат да получават споделения, но няма да могат самите те да споделят." + "These groups will still be able to receive shares, but not to initiate them." : "Тези групи ще могат да получават споделения, но няма да могат самите те да споделят.", + "Allow username autocompletion to users based on phone number integration" : "Разрешаване на автоматично довършване на име на потребител на потребители въз основа на интегриране на телефонен номер", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Някои индекси липсват в базата данни. Не са добавени защото процеса може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:add-missing-indices\". След добавянето на индексите заявките към изброените таблици ще минават много по-бързо." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/br.js b/apps/settings/l10n/br.js index a1ec670f3db..d1708870fd8 100644 --- a/apps/settings/l10n/br.js +++ b/apps/settings/l10n/br.js @@ -101,7 +101,6 @@ OC.L10N.register( "Unlimited" : "Didermenet", "Verifying" : "O gwiriañ", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Mankout a ra kolonennoù er roadennoù-diaz dibabapl. Abalamour e kemer amzer ouzhpennañ kolonennoù e taolennoù bras, n'int ket bet lakaet en un doare otomatek. En ul lakaat da dreiñ \"occ db:add-missing-columns\" eo posupl ouzhpennañ ar c'holonennoù a vank gant an dorn pa vo an azgoulenn o treiñ. Ur wech ouzhpennet ar c'holonennoù, goulennoù savet d'an taolennoù a vo buanaet.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankout a ra rollioù er roadenn-diaz. Abalamour e kemer amzer ouzhpennañ rollioù e taolennoù bras, n'int ket bet lakaet en un doare otomatek. En ul lakaat da dreiñ \"occ db:add-missing-indices\" eo posupl ouzhpennañ ar rollioù a vank gant an dorn pa vo an azgoulenn o treiñ. Ur wech ar rollioù ouzhpennet, goulennoù savet d'an taolennoù a vo buanaet.", "Disabled" : "Disaotreañ", "The old server-side-encryption format is enabled. We recommend disabling this." : "Stumm ar sifrañ kostez ar servijour kozh a zo aotreet. Aliet eo hen disaotreañ.", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "N'eo ket posupl implijout arc’hwel PHP \"set_time_limit\". Galout a ra ar gudenn-se herzel skriptoù e-kreiz o labour, terriñ ar staliadur. Aotreañ an arc'hwel a zo aliet-mat.", @@ -215,15 +214,12 @@ OC.L10N.register( "Default language" : "Yezh dre ziouer", "Common languages" : "Yezh boutiñ", "Password change is disabled because the master key is disabled" : "N'eo ket aotreet cheñch ger-tremen peogwir n'eo ket aotreet an alc'hwez meur", - "New user" : "Implijer nevez", "Display name" : "Anv ardivink", "Email" : "Postel", "Quota" : "Quota", "Language" : "Yezh", "Avatar" : "Avatar", - "Username" : "anv implijer", "Group admin for" : "Strollad merour evit", - "User backend" : "Backen implijer", "Storage location" : "Lec'h berniañ", "Last login" : "Mont-tre divezhañ", "{size} used" : "{size} implijet", @@ -330,6 +326,7 @@ OC.L10N.register( "Error while deleting the token" : "Ur fazi zo bet en ur lemmek ar jedouer", "Use the credentials below to configure your app or device." : "Implij kretaatoù dindan evit stummañ o meziant pe ardivink.", "For security reasons this password will only be shown once." : "Ne vo diskwellet ar ger-tremen ur wech nemetken abalamour d'ar surentez.", + "Username" : "anv implijer", "Copied!" : "Eilet eo !", "Copy" : "Eilañ", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Ezhomm ez eus eus astennenn PHP POSIX evit al lakaat da dreiñ. Sellit ouzh {linkstart}diellvadur PHP{linkend} evit muioc'h a ditouroù.", @@ -347,8 +344,10 @@ OC.L10N.register( "Disable user" : "Disaotreañ an implijour", "Enable user" : "Aotreañ an implijour", "Edit User" : "Embann implijer", + "New user" : "Implijer nevez", "Will be autogenerated" : "A vo krouet en un doare otomatek", "Add a new user" : "Ouzhpennan un im^lijer", + "User backend" : "Backen implijer", "No users in here" : "Implijour ebet amañ", "Name your device" : "Anvit o ardivink", "Server error while trying to add WebAuthn device" : "Ur fazi servijour a zo bet pa oa ouzhpennet an ardivink WebAuthn", @@ -367,6 +366,7 @@ OC.L10N.register( "SMTP Username" : "Anv implijer SMTP", "Set default expiration date" : "Lakaat un deizat termen dre ziouer", "Exclude groups from sharing" : "Lemel ar strolladoù eus ar rannañ", - "These groups will still be able to receive shares, but not to initiate them." : "Posupl vo d'ar strolad resev rannadennoù, mes ne vo ket posuple d'eo o krouiñ." + "These groups will still be able to receive shares, but not to initiate them." : "Posupl vo d'ar strolad resev rannadennoù, mes ne vo ket posuple d'eo o krouiñ.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankout a ra rollioù er roadenn-diaz. Abalamour e kemer amzer ouzhpennañ rollioù e taolennoù bras, n'int ket bet lakaet en un doare otomatek. En ul lakaat da dreiñ \"occ db:add-missing-indices\" eo posupl ouzhpennañ ar rollioù a vank gant an dorn pa vo an azgoulenn o treiñ. Ur wech ar rollioù ouzhpennet, goulennoù savet d'an taolennoù a vo buanaet." }, "nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"); diff --git a/apps/settings/l10n/br.json b/apps/settings/l10n/br.json index 264feaae702..cdce791c94d 100644 --- a/apps/settings/l10n/br.json +++ b/apps/settings/l10n/br.json @@ -99,7 +99,6 @@ "Unlimited" : "Didermenet", "Verifying" : "O gwiriañ", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Mankout a ra kolonennoù er roadennoù-diaz dibabapl. Abalamour e kemer amzer ouzhpennañ kolonennoù e taolennoù bras, n'int ket bet lakaet en un doare otomatek. En ul lakaat da dreiñ \"occ db:add-missing-columns\" eo posupl ouzhpennañ ar c'holonennoù a vank gant an dorn pa vo an azgoulenn o treiñ. Ur wech ouzhpennet ar c'holonennoù, goulennoù savet d'an taolennoù a vo buanaet.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankout a ra rollioù er roadenn-diaz. Abalamour e kemer amzer ouzhpennañ rollioù e taolennoù bras, n'int ket bet lakaet en un doare otomatek. En ul lakaat da dreiñ \"occ db:add-missing-indices\" eo posupl ouzhpennañ ar rollioù a vank gant an dorn pa vo an azgoulenn o treiñ. Ur wech ar rollioù ouzhpennet, goulennoù savet d'an taolennoù a vo buanaet.", "Disabled" : "Disaotreañ", "The old server-side-encryption format is enabled. We recommend disabling this." : "Stumm ar sifrañ kostez ar servijour kozh a zo aotreet. Aliet eo hen disaotreañ.", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "N'eo ket posupl implijout arc’hwel PHP \"set_time_limit\". Galout a ra ar gudenn-se herzel skriptoù e-kreiz o labour, terriñ ar staliadur. Aotreañ an arc'hwel a zo aliet-mat.", @@ -213,15 +212,12 @@ "Default language" : "Yezh dre ziouer", "Common languages" : "Yezh boutiñ", "Password change is disabled because the master key is disabled" : "N'eo ket aotreet cheñch ger-tremen peogwir n'eo ket aotreet an alc'hwez meur", - "New user" : "Implijer nevez", "Display name" : "Anv ardivink", "Email" : "Postel", "Quota" : "Quota", "Language" : "Yezh", "Avatar" : "Avatar", - "Username" : "anv implijer", "Group admin for" : "Strollad merour evit", - "User backend" : "Backen implijer", "Storage location" : "Lec'h berniañ", "Last login" : "Mont-tre divezhañ", "{size} used" : "{size} implijet", @@ -328,6 +324,7 @@ "Error while deleting the token" : "Ur fazi zo bet en ur lemmek ar jedouer", "Use the credentials below to configure your app or device." : "Implij kretaatoù dindan evit stummañ o meziant pe ardivink.", "For security reasons this password will only be shown once." : "Ne vo diskwellet ar ger-tremen ur wech nemetken abalamour d'ar surentez.", + "Username" : "anv implijer", "Copied!" : "Eilet eo !", "Copy" : "Eilañ", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Ezhomm ez eus eus astennenn PHP POSIX evit al lakaat da dreiñ. Sellit ouzh {linkstart}diellvadur PHP{linkend} evit muioc'h a ditouroù.", @@ -345,8 +342,10 @@ "Disable user" : "Disaotreañ an implijour", "Enable user" : "Aotreañ an implijour", "Edit User" : "Embann implijer", + "New user" : "Implijer nevez", "Will be autogenerated" : "A vo krouet en un doare otomatek", "Add a new user" : "Ouzhpennan un im^lijer", + "User backend" : "Backen implijer", "No users in here" : "Implijour ebet amañ", "Name your device" : "Anvit o ardivink", "Server error while trying to add WebAuthn device" : "Ur fazi servijour a zo bet pa oa ouzhpennet an ardivink WebAuthn", @@ -365,6 +364,7 @@ "SMTP Username" : "Anv implijer SMTP", "Set default expiration date" : "Lakaat un deizat termen dre ziouer", "Exclude groups from sharing" : "Lemel ar strolladoù eus ar rannañ", - "These groups will still be able to receive shares, but not to initiate them." : "Posupl vo d'ar strolad resev rannadennoù, mes ne vo ket posuple d'eo o krouiñ." + "These groups will still be able to receive shares, but not to initiate them." : "Posupl vo d'ar strolad resev rannadennoù, mes ne vo ket posuple d'eo o krouiñ.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankout a ra rollioù er roadenn-diaz. Abalamour e kemer amzer ouzhpennañ rollioù e taolennoù bras, n'int ket bet lakaet en un doare otomatek. En ul lakaat da dreiñ \"occ db:add-missing-indices\" eo posupl ouzhpennañ ar rollioù a vank gant an dorn pa vo an azgoulenn o treiñ. Ur wech ar rollioù ouzhpennet, goulennoù savet d'an taolennoù a vo buanaet." },"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);" }
\ No newline at end of file diff --git a/apps/settings/l10n/ca.js b/apps/settings/l10n/ca.js index 6b59784d1d5..c8e381b26fc 100644 --- a/apps/settings/l10n/ca.js +++ b/apps/settings/l10n/ca.js @@ -126,8 +126,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opcional \"%s\" a la taula \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Falten algunes columnes opcionals en la base de dades. Com que afegir columnes a taules grans pot tardar una estona i són opcionals, no s'han afegit automàticament. Podeu executar «occ db:add-missing-columns» per a afegir les columnes que falten manualment amb la instància en funcionament. Després d'afegir les columnes, és possible que millori el temps de resposta o la usabilitat d'algunes característiques.", "Database missing indices" : "Falten índexs a la base de dades", - "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índex opcional \"%s\" a la taula \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Falten alguns índexs en la base de dades. Com que afegir índexs a taules grans pot tardar una estona, no s'han afegit automàticament. Si executeu «occ db:add-missing-indices», els índexs que falten es podran afegir manualment amb la instància en funcionament. Un cop afegits els índexs, les consultes en les taules solen ser molt més ràpides.", "Database missing primary keys" : "Falten les claus primàries a la base de dades", "Missing primary key on table \"%s\"." : "Falta la clau primària a la taula \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Falten algunes claus principals en la base de dades. Com que afegir les claus principals a taules grans pot tardar una estona, no s'han afegit automàticament. Podeu executar «occ db:add-missing-primary-keys» per a afegir les claus principals que falten manualment amb la instància en funcionament.", @@ -183,9 +181,6 @@ OC.L10N.register( "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "S'ha habilitat la configuració de només lectura. Això evita establir alguns paràmetres mitjançant la interfície web. A més, a cada actualització cal habilitar l'escriptura del fitxer manualment.", "Nextcloud configuration file is writable" : "El fitxer de configuració de Nextcloud es pot escriure", "Database version" : "Versió de la base de dades", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "S'utilitza la versió \"%s\" de MariaDB . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen MariaDB 10.2 o superior.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "S'utilitza la versió \"%s\" de MariaDB . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen MySQL 8.0 o MariaDB 10.2 o superior.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "S'utilitza la versió \"%s\" de PostgreSQL . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen PostgreSQL 9.6 o superior.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Actualment s'utilitza SQLite com a base de dades de fons. Per a instal·lacions més grans, recomanem que canvieu a un backend de base de dades diferent. Això es recomana especialment quan s'utilitza el client d'escriptori per a la sincronització de fitxers. Per migrar a una altra base de dades, utilitzeu l'eina de línia d'ordres: \"occ db:convert-type\".", "Unknown database platform" : "Plataforma de base de dades desconeguda", "Architecture" : "Arquitectura", @@ -234,10 +229,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Estableix la data de caducitat per defecte per a les comparticions mitjançant enllaç o correu", "Default expiration time of shares in days" : "Temps de caducitat per defecte de les comparticions en dies", "Privacy settings for sharing" : "Paràmetres de privadesa per compartir", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Permet l'emplenament automàtic del nom d'usuari al diàleg de compartició i permet l'accés a la llibreta d'adreces del sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Si la compleció automàtica \"mateix grup\" i \"integració de números de telèfon\" estan habilitats, n'hi ha prou amb una coincidència per mostrar a l'usuari.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permet la compleció automàtica del nom d'usuari als usuaris dels mateixos grups i limita les llibretes d'adreces del sistema als usuaris dels mateixos grups", - "Allow username autocompletion to users based on phone number integration" : "Permet la compleció automàtica del nom d'usuari als usuaris en funció de la integració del número de telèfon", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permet l'emplenament automàtic en introduir el nom complet o l'adreça de correu electrònic (ignorant la coincidència de l'agenda i estar al mateix grup)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mostra el text de descàrrega de responsabilitat a la pàgina de l'enllaç públic de pujada (només es mostra quan la llista de fitxers està oculta).", "Disclaimer text" : "Text d'exempció de responsabilitat", @@ -438,42 +430,29 @@ OC.L10N.register( "Common languages" : "Llengües freqüents", "Other languages" : "Altres llengües", "Password change is disabled because the master key is disabled" : "El canvi de contrasenya està inhabilitat perquè la clau mestra està desactivada", - "New user" : "Nou usuari", + "New account" : "Nou compte", "Display name" : "Nom per mostrar", "Either password or email is required" : "Es requereix una contrasenya o un correu electrònic", "Password (required)" : "Contrasenya (obligatori)", "Email (required)" : "Correu electrònic (obligatori)", "Email" : "Correu electrònic", "Groups (required)" : "Grups (obligatori)", - "Set user groups" : "Establir grups d'usuaris", "Administered groups" : "Grups administrats", - "Set user as admin for …" : "Estableix l'usuari com a administrador de …", "Quota" : "Quota", - "Set user quota" : "Estableix la quota d'usuari", "Language" : "Llengua", "Set default language" : "Estableix la llengua predeterminada", "Manager" : "Gestor", - "Add new user" : "Afegeix un usuari nou", - "Set user manager" : "Estableix el gestor d'usuaris", - "Username will be autogenerated" : "El nom d'usuari es generarà automàticament", - "Username (required)" : "Nom d'usuari (obligatori)", "Total rows summary" : "Resum de totes les files", - "Loading users …" : "S'estan carregant usuaris …", "Scroll to load more rows" : "Desplaceu-vos per carregar més files", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuari …","{userCount} usuaris …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} usuari","{userCount} usuaris"], "Avatar" : "Avatar", - "Username" : "Nom d'usuari", "Group admin for" : "Administrador de grup per", - "User backend" : "Rerefons d'usuari", "Storage location" : "Ubicació de l'emmagatzematge", "Last login" : "Darrer inici de sessió", - "User actions" : "Accions de l'usuari", + "Account actions" : "Accions del compte", "Password or insufficient permissions message" : "Contrasenya o missatge de permisos insuficients", "Change display name" : "Canvia el nom de visualització", "Set new password" : "Estableix una contrasenya nova", "Set new email address" : "Estableix una nova adreça de correu electrònic", - "Add user to group" : "Afegeix l'usuari al grup", "Set the language" : "Estableix la llengua", "{size} used" : "{size} en ús", "Delete account" : "Suprimeix el compte", @@ -514,7 +493,6 @@ OC.L10N.register( "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Com a administrador, podeu afinar els ajustaments per compartir fitxers. Si us plau, per més informació llegiu la documentació.", "You need to enable the File sharing App." : "Heu d'habilitar l'aplicació per compartir Fitxers.", "Admins" : "Administradors", - "New account" : "Nou compte", "Create group" : "Crear grup", "Group name" : "Nom del grup", "Please enter a valid group name" : "Introduïu un nom de grup vàlid", @@ -622,6 +600,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hi ha alguns certificats SSL importats per l'usuari que ja no s'utilitzen amb Nextcloud 21. Es poden importar en la línia d'ordres a través de l'ordre «occ security:certificates:import». A continuació se'n mostren els camins dins del directori de dades.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "S'han trobat UUID no vàlids d'usuaris o grups LDAP. Reviseu els paràmetres de l'\"Anul·lació de detecció d'UUID\" a la part Experta de la configuració LDAP i utilitzeu \"occ ldap:update-uuid\" per actualitzar-los.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "La sincronització de la llibreta d'adreces del sistema DAV encara no s'ha executat perquè la vostra instància té més de 1000 usuaris o perquè s'ha produït un error. Si us plau, executeu-lo manualment cridant a occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "S'utilitza la versió \"%s\" de MariaDB . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen MariaDB 10.2 o superior.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "S'utilitza la versió \"%s\" de MariaDB . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen MySQL 8.0 o MariaDB 10.2 o superior.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "S'utilitza la versió \"%s\" de PostgreSQL . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen PostgreSQL 9.6 o superior.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L’autenticació de doble factor pot ser forçada per a tots els usuaris i grups específics. Si no tenen un proveïdor de doble factor configurat, no podran accedir en el sistema.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Quan es seleccionen/exclouen grups, es fa servir la lògica següent per determinar si un usuari té 2FA (Autenticació de 2 Factors) forçosa: si no hi ha grups seleccionats, 2FA està habilitat per a tothom, a excepció de membres dels grups exclosos. Si els grups estan seleccionats, 2FA està activada per a tots els membres d'aquests. Si un usuari està tant en un grup seleccionat com exclòs, els seleccionats tenen prioritat i 2FA s'imposa.", "Enable all" : "Habilita tot", @@ -636,6 +617,7 @@ OC.L10N.register( "Error while deleting the token" : "S'ha produït un error mentre se suprimia el testimoni", "Use the credentials below to configure your app or device." : "Utilitzeu les credencials de sota per configurar la vostra aplicació o dispositiu.", "For security reasons this password will only be shown once." : "Per raons de seguretat aquesta contrasenya només es mostrarà una vegada.", + "Username" : "Nom d'usuari", "Copied!" : "S'ha copiat!", "Copy" : "Copia", "Execute one task with each page loaded. Use case: Single user instance." : "Executeu una tasca amb cada pàgina carregada. Cas d'ús: instància d'un sol usuari.", @@ -655,6 +637,7 @@ OC.L10N.register( "Edit display name" : "Edició del nom a mostrar", "Add new password" : "Afegeix una nova contrasenya", "Add new email address" : "Afegeix una nova adreça de correu electrònic", + "Add user to group" : "Afegeix l'usuari al grup", "Set user as admin for" : "Posa l'usuari com a administrador per", "Select user quota" : "Selecciona la quota d'usuari", "Select manager" : "Seleccioneu el gestor", @@ -665,9 +648,11 @@ OC.L10N.register( "Enable user" : "Habilita l'usuari", "Edit User" : "Edita Usuari", "User's table" : "Taula d'usuaris", + "New user" : "Nou usuari", "Will be autogenerated" : "Serà auto-generat", "Select user manager" : "Seleccioneu el gestor d'usuaris", "Add a new user" : "Afegeix un nou usuari", + "User backend" : "Rerefons d'usuari", "No users in here" : "No hi ha usuaris aquí dins", "Name your device" : "Anomeneu el vostre dispositiu", "Server error while trying to add WebAuthn device" : "Error del servidor mentre s'intentava afegir un dispositiu WebAuthn", @@ -695,12 +680,28 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Excloure grups de la creació d'enllaços compartits:", "Exclude groups from sharing" : "Excloure grups de compartició", "These groups will still be able to receive shares, but not to initiate them." : "Aquests grups encara podran rebre comparticions, però no en podran iniciar.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Permet l'emplenament automàtic del nom d'usuari al diàleg de compartició i permet l'accés a la llibreta d'adreces del sistema", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permet la compleció automàtica del nom d'usuari als usuaris dels mateixos grups i limita les llibretes d'adreces del sistema als usuaris dels mateixos grups", + "Allow username autocompletion to users based on phone number integration" : "Permet la compleció automàtica del nom d'usuari als usuaris en funció de la integració del número de telèfon", "Old user imported certificates" : "Certificats importats d'usuari antic", + "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índex opcional \"%s\" a la taula \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Falten alguns índexs en la base de dades. Com que afegir índexs a taules grans pot tardar una estona, no s'han afegit automàticament. Si executeu «occ db:add-missing-indices», els índexs que falten es podran afegir manualment amb la instància en funcionament. Un cop afegits els índexs, les consultes en les taules solen ser molt més ràpides.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualment esteu executant PHP %s. PHP 8.0 ara està obsolet a Nextcloud 27. Nextcloud 28 pot requerir almenys PHP 8.1. Si us plau, actualitzeu a una de les versions de PHP amb suport oficial proporcionades pel Grup PHP tan aviat com sigui possible.", "Rating: {score}/10" : "Valoració: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Esteu a punt de suprimir el grup \"{group}\". Els usuaris NO s'eliminaran.", "No users" : "Cap usuari", + "Loading users …" : "S'estan carregant usuaris …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Llista d'usuaris. Aquesta llista no es presenta completament per motius de rendiment. Els usuaris es mostraran mentre navegueu per la llista.", + "Set user groups" : "Establir grups d'usuaris", + "Set user as admin for …" : "Estableix l'usuari com a administrador de …", + "Set user quota" : "Estableix la quota d'usuari", + "Add new user" : "Afegeix un usuari nou", + "Set user manager" : "Estableix el gestor d'usuaris", + "Username will be autogenerated" : "El nom d'usuari es generarà automàticament", + "Username (required)" : "Nom d'usuari (obligatori)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuari …","{userCount} usuaris …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} usuari","{userCount} usuaris"], + "User actions" : "Accions de l'usuari", "Loading user …" : "S'està carregant l'usuari …", "Failed to update user manager" : "No s'ha pogut actualitzar el gestor d'usuaris", "User management settings" : "Paràmetres de gestió d'usuaris", diff --git a/apps/settings/l10n/ca.json b/apps/settings/l10n/ca.json index 1822f307920..245713203e2 100644 --- a/apps/settings/l10n/ca.json +++ b/apps/settings/l10n/ca.json @@ -124,8 +124,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opcional \"%s\" a la taula \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Falten algunes columnes opcionals en la base de dades. Com que afegir columnes a taules grans pot tardar una estona i són opcionals, no s'han afegit automàticament. Podeu executar «occ db:add-missing-columns» per a afegir les columnes que falten manualment amb la instància en funcionament. Després d'afegir les columnes, és possible que millori el temps de resposta o la usabilitat d'algunes característiques.", "Database missing indices" : "Falten índexs a la base de dades", - "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índex opcional \"%s\" a la taula \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Falten alguns índexs en la base de dades. Com que afegir índexs a taules grans pot tardar una estona, no s'han afegit automàticament. Si executeu «occ db:add-missing-indices», els índexs que falten es podran afegir manualment amb la instància en funcionament. Un cop afegits els índexs, les consultes en les taules solen ser molt més ràpides.", "Database missing primary keys" : "Falten les claus primàries a la base de dades", "Missing primary key on table \"%s\"." : "Falta la clau primària a la taula \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Falten algunes claus principals en la base de dades. Com que afegir les claus principals a taules grans pot tardar una estona, no s'han afegit automàticament. Podeu executar «occ db:add-missing-primary-keys» per a afegir les claus principals que falten manualment amb la instància en funcionament.", @@ -181,9 +179,6 @@ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "S'ha habilitat la configuració de només lectura. Això evita establir alguns paràmetres mitjançant la interfície web. A més, a cada actualització cal habilitar l'escriptura del fitxer manualment.", "Nextcloud configuration file is writable" : "El fitxer de configuració de Nextcloud es pot escriure", "Database version" : "Versió de la base de dades", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "S'utilitza la versió \"%s\" de MariaDB . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen MariaDB 10.2 o superior.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "S'utilitza la versió \"%s\" de MariaDB . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen MySQL 8.0 o MariaDB 10.2 o superior.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "S'utilitza la versió \"%s\" de PostgreSQL . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen PostgreSQL 9.6 o superior.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Actualment s'utilitza SQLite com a base de dades de fons. Per a instal·lacions més grans, recomanem que canvieu a un backend de base de dades diferent. Això es recomana especialment quan s'utilitza el client d'escriptori per a la sincronització de fitxers. Per migrar a una altra base de dades, utilitzeu l'eina de línia d'ordres: \"occ db:convert-type\".", "Unknown database platform" : "Plataforma de base de dades desconeguda", "Architecture" : "Arquitectura", @@ -232,10 +227,7 @@ "Set default expiration date for shares via link or mail" : "Estableix la data de caducitat per defecte per a les comparticions mitjançant enllaç o correu", "Default expiration time of shares in days" : "Temps de caducitat per defecte de les comparticions en dies", "Privacy settings for sharing" : "Paràmetres de privadesa per compartir", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Permet l'emplenament automàtic del nom d'usuari al diàleg de compartició i permet l'accés a la llibreta d'adreces del sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Si la compleció automàtica \"mateix grup\" i \"integració de números de telèfon\" estan habilitats, n'hi ha prou amb una coincidència per mostrar a l'usuari.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permet la compleció automàtica del nom d'usuari als usuaris dels mateixos grups i limita les llibretes d'adreces del sistema als usuaris dels mateixos grups", - "Allow username autocompletion to users based on phone number integration" : "Permet la compleció automàtica del nom d'usuari als usuaris en funció de la integració del número de telèfon", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permet l'emplenament automàtic en introduir el nom complet o l'adreça de correu electrònic (ignorant la coincidència de l'agenda i estar al mateix grup)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mostra el text de descàrrega de responsabilitat a la pàgina de l'enllaç públic de pujada (només es mostra quan la llista de fitxers està oculta).", "Disclaimer text" : "Text d'exempció de responsabilitat", @@ -436,42 +428,29 @@ "Common languages" : "Llengües freqüents", "Other languages" : "Altres llengües", "Password change is disabled because the master key is disabled" : "El canvi de contrasenya està inhabilitat perquè la clau mestra està desactivada", - "New user" : "Nou usuari", + "New account" : "Nou compte", "Display name" : "Nom per mostrar", "Either password or email is required" : "Es requereix una contrasenya o un correu electrònic", "Password (required)" : "Contrasenya (obligatori)", "Email (required)" : "Correu electrònic (obligatori)", "Email" : "Correu electrònic", "Groups (required)" : "Grups (obligatori)", - "Set user groups" : "Establir grups d'usuaris", "Administered groups" : "Grups administrats", - "Set user as admin for …" : "Estableix l'usuari com a administrador de …", "Quota" : "Quota", - "Set user quota" : "Estableix la quota d'usuari", "Language" : "Llengua", "Set default language" : "Estableix la llengua predeterminada", "Manager" : "Gestor", - "Add new user" : "Afegeix un usuari nou", - "Set user manager" : "Estableix el gestor d'usuaris", - "Username will be autogenerated" : "El nom d'usuari es generarà automàticament", - "Username (required)" : "Nom d'usuari (obligatori)", "Total rows summary" : "Resum de totes les files", - "Loading users …" : "S'estan carregant usuaris …", "Scroll to load more rows" : "Desplaceu-vos per carregar més files", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuari …","{userCount} usuaris …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} usuari","{userCount} usuaris"], "Avatar" : "Avatar", - "Username" : "Nom d'usuari", "Group admin for" : "Administrador de grup per", - "User backend" : "Rerefons d'usuari", "Storage location" : "Ubicació de l'emmagatzematge", "Last login" : "Darrer inici de sessió", - "User actions" : "Accions de l'usuari", + "Account actions" : "Accions del compte", "Password or insufficient permissions message" : "Contrasenya o missatge de permisos insuficients", "Change display name" : "Canvia el nom de visualització", "Set new password" : "Estableix una contrasenya nova", "Set new email address" : "Estableix una nova adreça de correu electrònic", - "Add user to group" : "Afegeix l'usuari al grup", "Set the language" : "Estableix la llengua", "{size} used" : "{size} en ús", "Delete account" : "Suprimeix el compte", @@ -512,7 +491,6 @@ "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Com a administrador, podeu afinar els ajustaments per compartir fitxers. Si us plau, per més informació llegiu la documentació.", "You need to enable the File sharing App." : "Heu d'habilitar l'aplicació per compartir Fitxers.", "Admins" : "Administradors", - "New account" : "Nou compte", "Create group" : "Crear grup", "Group name" : "Nom del grup", "Please enter a valid group name" : "Introduïu un nom de grup vàlid", @@ -620,6 +598,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hi ha alguns certificats SSL importats per l'usuari que ja no s'utilitzen amb Nextcloud 21. Es poden importar en la línia d'ordres a través de l'ordre «occ security:certificates:import». A continuació se'n mostren els camins dins del directori de dades.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "S'han trobat UUID no vàlids d'usuaris o grups LDAP. Reviseu els paràmetres de l'\"Anul·lació de detecció d'UUID\" a la part Experta de la configuració LDAP i utilitzeu \"occ ldap:update-uuid\" per actualitzar-los.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "La sincronització de la llibreta d'adreces del sistema DAV encara no s'ha executat perquè la vostra instància té més de 1000 usuaris o perquè s'ha produït un error. Si us plau, executeu-lo manualment cridant a occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "S'utilitza la versió \"%s\" de MariaDB . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen MariaDB 10.2 o superior.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "S'utilitza la versió \"%s\" de MariaDB . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen MySQL 8.0 o MariaDB 10.2 o superior.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "S'utilitza la versió \"%s\" de PostgreSQL . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen PostgreSQL 9.6 o superior.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L’autenticació de doble factor pot ser forçada per a tots els usuaris i grups específics. Si no tenen un proveïdor de doble factor configurat, no podran accedir en el sistema.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Quan es seleccionen/exclouen grups, es fa servir la lògica següent per determinar si un usuari té 2FA (Autenticació de 2 Factors) forçosa: si no hi ha grups seleccionats, 2FA està habilitat per a tothom, a excepció de membres dels grups exclosos. Si els grups estan seleccionats, 2FA està activada per a tots els membres d'aquests. Si un usuari està tant en un grup seleccionat com exclòs, els seleccionats tenen prioritat i 2FA s'imposa.", "Enable all" : "Habilita tot", @@ -634,6 +615,7 @@ "Error while deleting the token" : "S'ha produït un error mentre se suprimia el testimoni", "Use the credentials below to configure your app or device." : "Utilitzeu les credencials de sota per configurar la vostra aplicació o dispositiu.", "For security reasons this password will only be shown once." : "Per raons de seguretat aquesta contrasenya només es mostrarà una vegada.", + "Username" : "Nom d'usuari", "Copied!" : "S'ha copiat!", "Copy" : "Copia", "Execute one task with each page loaded. Use case: Single user instance." : "Executeu una tasca amb cada pàgina carregada. Cas d'ús: instància d'un sol usuari.", @@ -653,6 +635,7 @@ "Edit display name" : "Edició del nom a mostrar", "Add new password" : "Afegeix una nova contrasenya", "Add new email address" : "Afegeix una nova adreça de correu electrònic", + "Add user to group" : "Afegeix l'usuari al grup", "Set user as admin for" : "Posa l'usuari com a administrador per", "Select user quota" : "Selecciona la quota d'usuari", "Select manager" : "Seleccioneu el gestor", @@ -663,9 +646,11 @@ "Enable user" : "Habilita l'usuari", "Edit User" : "Edita Usuari", "User's table" : "Taula d'usuaris", + "New user" : "Nou usuari", "Will be autogenerated" : "Serà auto-generat", "Select user manager" : "Seleccioneu el gestor d'usuaris", "Add a new user" : "Afegeix un nou usuari", + "User backend" : "Rerefons d'usuari", "No users in here" : "No hi ha usuaris aquí dins", "Name your device" : "Anomeneu el vostre dispositiu", "Server error while trying to add WebAuthn device" : "Error del servidor mentre s'intentava afegir un dispositiu WebAuthn", @@ -693,12 +678,28 @@ "Exclude groups from creating link shares:" : "Excloure grups de la creació d'enllaços compartits:", "Exclude groups from sharing" : "Excloure grups de compartició", "These groups will still be able to receive shares, but not to initiate them." : "Aquests grups encara podran rebre comparticions, però no en podran iniciar.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Permet l'emplenament automàtic del nom d'usuari al diàleg de compartició i permet l'accés a la llibreta d'adreces del sistema", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permet la compleció automàtica del nom d'usuari als usuaris dels mateixos grups i limita les llibretes d'adreces del sistema als usuaris dels mateixos grups", + "Allow username autocompletion to users based on phone number integration" : "Permet la compleció automàtica del nom d'usuari als usuaris en funció de la integració del número de telèfon", "Old user imported certificates" : "Certificats importats d'usuari antic", + "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índex opcional \"%s\" a la taula \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Falten alguns índexs en la base de dades. Com que afegir índexs a taules grans pot tardar una estona, no s'han afegit automàticament. Si executeu «occ db:add-missing-indices», els índexs que falten es podran afegir manualment amb la instància en funcionament. Un cop afegits els índexs, les consultes en les taules solen ser molt més ràpides.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualment esteu executant PHP %s. PHP 8.0 ara està obsolet a Nextcloud 27. Nextcloud 28 pot requerir almenys PHP 8.1. Si us plau, actualitzeu a una de les versions de PHP amb suport oficial proporcionades pel Grup PHP tan aviat com sigui possible.", "Rating: {score}/10" : "Valoració: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Esteu a punt de suprimir el grup \"{group}\". Els usuaris NO s'eliminaran.", "No users" : "Cap usuari", + "Loading users …" : "S'estan carregant usuaris …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Llista d'usuaris. Aquesta llista no es presenta completament per motius de rendiment. Els usuaris es mostraran mentre navegueu per la llista.", + "Set user groups" : "Establir grups d'usuaris", + "Set user as admin for …" : "Estableix l'usuari com a administrador de …", + "Set user quota" : "Estableix la quota d'usuari", + "Add new user" : "Afegeix un usuari nou", + "Set user manager" : "Estableix el gestor d'usuaris", + "Username will be autogenerated" : "El nom d'usuari es generarà automàticament", + "Username (required)" : "Nom d'usuari (obligatori)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuari …","{userCount} usuaris …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} usuari","{userCount} usuaris"], + "User actions" : "Accions de l'usuari", "Loading user …" : "S'està carregant l'usuari …", "Failed to update user manager" : "No s'ha pogut actualitzar el gestor d'usuaris", "User management settings" : "Paràmetres de gestió d'usuaris", diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js index cbd31ef9901..fd08d775433 100644 --- a/apps/settings/l10n/cs.js +++ b/apps/settings/l10n/cs.js @@ -130,7 +130,6 @@ OC.L10N.register( "Your remote address could not be determined." : "Nepodařilo se zjistit vaši vzdálenou adresu.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Vaše vzdálená adresa byla identifikována jako „%s“ a rychlost vyřizování požadavků z ní je v tuto chvíli omezována kvůli zamezení přetěžování útokem hádání hesel (bruteforce). Pokud vzdálená adresa není vaše, může se jednat o indikaci, že není správně nastavena proxy.", "Your remote address \"%s\" is not brute-force throttled." : "Vaše vzdálená adresa „%s“ není omezována co se útoků hrubou silou týče.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`.", "Old administration imported certificates" : "Staré správou naimportované certifikáty", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Úloha na pozadí čeká na kontrolu správou naimportovaných SSL certifikátů. Zkuste to prosím později.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Nacházejí se zde některé SSL certifikáty, naimportované správou, které se už s Nextcloud 21 nepoužívají. Lze je naimportovat v příkazovém řádku pomocí příkazu „occ security:certificates:import“. Popisy jejich umístění v adresáři s daty jsou uvedeny níže.", @@ -151,8 +150,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Chybí volitelný sloupec „%s“ v tabulce „%s“.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "V databázi chybí některé volitelné sloupce. Protože přidání sloupců do rozsáhlých tabulek může trvat dlouho, nebyly přidány automaticky (jsou volitelné). Spuštěním příkazu „occ db:add-missing-columns“ je možné tyto chybějící sloupce přidat ručně a to za provozu instance. Po přidání se může zlepšit doba reakce a použitelnost některých funkcí.", "Database missing indices" : "V databázi chybí indexy", - "Missing optional index \"%s\" in table \"%s\"." : "Chybí volitelný index „%s“ v tabulce „%s“.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databázi chybí některé indexy. Protože přidávání indexů na velkých tabulkách může zabrat nějaký čas, nebyly přidány automaticky. Spuštěním „occ db:add-missing-indices“ je možné tyto chybějící indexy ručně za provozu instance. Po přidání indexů dotazy do těchto tabulek jsou obvykle mnohem rychlejší.", "Database missing primary keys" : "V databázi chybí primární klíče", "Missing primary key on table \"%s\"." : "Chybí primární klíč v tabulce „%s“.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "V databázi chybí některé primární klíče. Vzhledem k tomu, že přidání primárních klíčů do velkých tabulek může nějakou dobu trvat, nebyly přidány automaticky. Spuštěním příkazu „occ db:add-missing-primary-keys“ lze tyto chybějící primární klíče přidat ručně, zatímco instance běží.", @@ -186,8 +183,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Na serveru není nastavený žádný začátek doby údržby. To znamená, že každodenní na systémové prostředky náročné úlohy na pozadí budou spouštěné také v průběhu běžného uživatelského provozu. Doporučujeme nastavit na dobu nízkého využívání, čímž se vytěžování těmito náročnými úlohami bude méně dotýkat uživatelů.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Okno pro údržbu, ve kterém vykonávat náročné úlohy na pozadí je mezi {start}:00 UTC a {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Je nastaven memcached jako distribuovaná cache, ale je nainstalovaný nesprávný PHP modul „memcache“. \\OC\\Memcache\\Memcached podporuje pouze „memcached“ a ne „memcache“.", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Coby distribuovaná mezipaměť je nastaveno Memcached, ale není nainstalován PHP modul „memcached“.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Nebylo nastaveno žádné ukládání do mezipaměti. Pokud chcete vylepšit výkon, nastavte memcache (pokud je k dispozici).", "Configured" : "Nastaveno", "MySQL Unicode support" : "Podpora MySQL Unicode", @@ -241,10 +236,9 @@ OC.L10N.register( "Configuration file access rights" : "Přístupová práva na soubor s nastaveními", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Nastavení bylo přepnuto do režimu pouze pro čtení. To brání změnám prostřednictvím webového rozhraní. Dále při každé aktualizaci, je třeba soubor ručně zpřístupnit pro zápis.", "Nextcloud configuration file is writable" : "Do souboru s nastaveními pro Nextcloud lze zapisovat", + "HTTP headers" : "HTTP hlavičky", + "Some headers are not set correctly on your instance" : "Některé hlavičky nejsou ve vaší instanci správně nastaveny", "Database version" : "Verze databáze", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Je používána verze MariaDB „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje MariaDB 10.2 nebo novější.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Je používána verze MySQL „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje MySQL 8.0 nebo MariaDB 10.2 a novější.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Je používána verze PostgreSQL „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje PostgreSQL 9.6 nebo novější.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Coby databáze je nyní využíváno SQLite. V případě vícero uživatelů a/nebo množství dat doporučujeme přejít na robustnější databázi. Zejména je toto doporučeno v případě synchronizace souborů prostřednictvím klienta pro počítač. Na jinou databázi je možné přejít pomocí nástroje pro příkazový řádek: „occ db:convert-type“.", "Unknown database platform" : "Neznámá databázová platforma", "Architecture" : "Architektura", @@ -296,10 +290,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Nastavit výchozí datum skončení platnosti pro sdílení prostřednictvím odkazu nebo e-mailu", "Default expiration time of shares in days" : "Výchozí doba platnosti sdílení (dny)", "Privacy settings for sharing" : "Nastavení soukromí pro sdílen", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Povolit automatické doplňování uživatelského jména v dialogu sdílení a umožnit přístup k systémovému adresáři kontaktů", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "V případě, že jsou zapnuté automatická dokončování „stejná skupina“ a „začlenění telefonním číslem“, postačí pro zobrazení uživatele shoda s jedním z toho.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Umožnit automatické dokončování uživatelského jména uživatelům v rámci stejných skupin a omezit systémové adresáře kontaktů na uživatele ve stejných skupinách.", - "Allow username autocompletion to users based on phone number integration" : "Umožnit doplňování uživatelského jména uživatelům na základě začlenění telefonním číslem", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Povolit automatické dokončování při zadávání celého jména nebo e-mailové adresy (při ignorování chybějící shody s telefonním seznamem a toho, že je ve stejné skupině)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Zobrazit text zřeknutí se odpovědnosti na stránce pro nahrání veřejného odkazu. (zobrazit pouze pokud je seznam souborů skrytý)", "Disclaimer text" : "Text ohledně zřeknutí se odpovědnosti", @@ -491,6 +482,7 @@ OC.L10N.register( "Your X (formerly Twitter) handle" : "Vaše přezdívka na X (dříve Twitter)", "Your website" : "Vlastní webová stránka", "No {property} set" : "Nenastaveno žádné {property}", + "Invalid value" : "Neplatná hodnota", "Unable to update {property}" : "Nedaří se aktualizovat {property}", "Change scope level of {property}, current scope is {scope}" : "Změnit stupeň rozsahu {property}, stávající je {scope}", "Unable to update federation scope of the primary {property}" : "Nedaří se aktualizovat rozsah federování primární {property}", @@ -506,44 +498,35 @@ OC.L10N.register( "Common languages" : "Běžné jazyky", "Other languages" : "Ostatní jazyky", "Password change is disabled because the master key is disabled" : "Změna hesla je vypnutá protože je vypnutý hlavní klíč", - "New user" : "Nový uživatel", + "New account" : "Nový účet", "Display name" : "Zobrazované jméno", "Either password or email is required" : "Je zapotřebí heslo nebo e-mail", "Password (required)" : "Heslo (vyžadováno)", "Email (required)" : "E-mail (vyžadováno)", "Email" : "E-mail", "Groups (required)" : "Skupiny (vyžadováno)", - "Set user groups" : "Nastavit skupiny uživatele", "Administered groups" : "Spravované skupiny", - "Set user as admin for …" : "Nastavit uživatele jako správce pro", "Quota" : "Kvóta", - "Set user quota" : "Nastavit uživateli kvótu", "Language" : "Jazyk", "Set default language" : "Nastavit výchozí jazyk", "Manager" : "Nástroj pro správu", - "Add new user" : "Přidat nového uživatele", - "Set user manager" : "Nastavit nadřízeného uživatele", - "Username will be autogenerated" : "Uživatelské jméno bude vytvořeno automaticky", - "Username (required)" : "Uživatelské jméno (vyžadováno)", "Total rows summary" : "Celkový souhrn řádek", - "Loading users …" : "Načítání uživatelů…", "Scroll to load more rows" : "Další řádky načtete posunutím dolů", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} uživatel …","{userCount} uživatelé …","{userCount} uživatelů …","{userCount} uživatelé …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} uživatel","{userCount} uživatelé","{userCount} uživatelů","{userCount} uživatelé"], "Avatar" : "Profilový obrázek", - "Username" : "Uživatelské jméno", + "Account name" : "Název účtu", "Group admin for" : "Správce skupiny", - "User backend" : "Podpůrná vrstva pro uživatelské účty", "Storage location" : "Úložiště dat", "Last login" : "Poslední přihlášení", - "User actions" : "Akce ohledně uživatele", + "Account actions" : "Akce účtu", "Password or insufficient permissions message" : "Zpráva o heslu nebo nedostatečném oprávnění", "Change display name" : "Změnit zobrazované jméno", "Set new password" : "Nastavit nové heslo", "Set new email address" : "Nastavit novou e-mailovou adresu", - "Add user to group" : "Přidat uživatele do skupiny", + "Add account to group" : "Přidat účet do skupiny", + "Set account as admin for" : "Nastavit účet správce pro", "Set the language" : "Nastavit jazyk", "{size} used" : "{size} použito", + "Delete account" : "Smazat účet", "Resend welcome email" : "Znovu poslat uvítací e-mail", "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "V případě ztráty zařízení, nebo např. odchodu z firmy, toto může vzdáleně vymazat Nextcloud data ze všech zařízení asociovaných s uživatelem {userid}. Funguje jen pokud se zařízení připojí k Internetu.", "Remote wipe of devices" : "Vymazat obsah zařízení na dálku", @@ -581,7 +564,6 @@ OC.L10N.register( "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Jako správce můžete upravit chování sdílení. Více informací naleznete v dokumentaci.", "You need to enable the File sharing App." : "Je třeba zapnout aplikaci pro sdílení souborů.", "Admins" : "Správci", - "New account" : "Nový účet", "Create group" : "Vytvořit skupinu", "Group name" : "Název skupiny", "Please enter a valid group name" : "Zadejte platný název pro skupinu", @@ -689,6 +671,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Nacházejí se zde některé SSL certifikáty, importované uživatelem, které se už s Nextcloud 21 nepoužívají. Lze je naimportovat v příkazovém řádku pomocí příkazu „occ security:certificates:import“. Popisy jejich umístění v adresáři s daty jsou uvedeny níže.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Nalezeny neplatné UUID identifikátory uživatelů nebo skupin. Zkontrolujte svá nastavení „Přebít zjišťování UUID identifikátorů“ v části pro odborníky nastavení pro LDAP a identifikátory pak zaktualizujte příkazem „ldap:update-uuid“.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV systémová synchronizace adresářů kontaktů ještě nebyla spuštěná protože vámi využívaná instance má více než 1 000 uživatelů nebo protože došlo k chybě\\\\ DAV spusťte ji ručně příkazem occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Je používána verze MariaDB „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje MariaDB 10.2 nebo novější.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Je používána verze MySQL „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje MySQL 8.0 nebo MariaDB 10.2 a novější.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Je používána verze PostgreSQL „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje PostgreSQL 9.6 nebo novější.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvoufázové ověřování je možné vynutit pro všechny uživatele a konkrétní skupiny. Pokud nemají nastaveného poskytovatele dvoufázového ověřování, nebudou se moci přihlásit do systému.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Když jsou skupiny vybrány/vynechány, je pro zjišťování zda je uživateli vynuceno dvoufázové (2FA) ověřování použita následující logika: Pokud nejsou vybrány žádné skupiny, je 2FA zapnuto pro všechny kromě členů vynechaných skupin. Pokud jsou nějaké skupiny vybrány, je 2FA zapnuto pro všechny jejich členy. Pokud je uživatel členem jak vybrané, tak vynechané skupiny, pak má ta vybraná přednost a 2FA je vynuceno.", "Enable all" : "Zapnout vše", @@ -703,6 +688,7 @@ OC.L10N.register( "Error while deleting the token" : "Chyba při mazání tokenu", "Use the credentials below to configure your app or device." : "Pro nastavení aplikace nebo zařízení použijte níže uvedené přihlašovací údaje.", "For security reasons this password will only be shown once." : "Toto heslo bude z bezpečnostních důvodů zobrazeno pouze jedenkrát.", + "Username" : "Uživatelské jméno", "Copied!" : "Zkopírováno", "Copy" : "Zkopírovat", "Execute one task with each page loaded. Use case: Single user instance." : "Vykonat jednu úlohu při každém načtení stránky. Příklad použití: instance pro jednoho uživatele.", @@ -722,6 +708,7 @@ OC.L10N.register( "Edit display name" : "Upravit zobrazovaný název", "Add new password" : "Přidat nové heslo", "Add new email address" : "Přidat novou e-mailovou adresu", + "Add user to group" : "Přidat uživatele do skupiny", "Set user as admin for" : "Nastavit uživatele jako správce pro", "Select user quota" : "Vybrat kvótu uživatele", "Select manager" : "Vybrat nástroj pro správu", @@ -732,9 +719,11 @@ OC.L10N.register( "Enable user" : "Zpřístupnit uživatelský účet", "Edit User" : "Upravit uživatele", "User's table" : "Tabulka uživatele", + "New user" : "Nový uživatel", "Will be autogenerated" : "Bude automaticky vytvořeno", "Select user manager" : "Vyberte nástroj pro správu uživatelů", "Add a new user" : "Přidat nového uživatele", + "User backend" : "Podpůrná vrstva pro uživatelské účty", "No users in here" : "Nejsou zde žádní uživatelé", "Name your device" : "Nazvěte své zařízení", "Server error while trying to add WebAuthn device" : "Chyba serveru při pokusu o přidání WebAuthn zařízení", @@ -762,14 +751,30 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Vyjmout skupiny z možnosti vytváření sdílení odkazem:", "Exclude groups from sharing" : "Vyjmout skupiny ze sdílení", "These groups will still be able to receive shares, but not to initiate them." : "Těmto skupinám bude stále možné sdílet, nemohou ale samy sdílet ostatním.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Povolit automatické doplňování uživatelského jména v dialogu sdílení a umožnit přístup k systémovému adresáři kontaktů", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Umožnit automatické dokončování uživatelského jména uživatelům v rámci stejných skupin a omezit systémové adresáře kontaktů na uživatele ve stejných skupinách.", + "Allow username autocompletion to users based on phone number integration" : "Umožnit doplňování uživatelského jména uživatelům na základě začlenění telefonním číslem", "Old user imported certificates" : "Staré uživatelem importované certifikáty", + "Missing optional index \"%s\" in table \"%s\"." : "Chybí volitelný index „%s“ v tabulce „%s“.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databázi chybí některé indexy. Protože přidávání indexů na velkých tabulkách může zabrat nějaký čas, nebyly přidány automaticky. Spuštěním „occ db:add-missing-indices“ je možné tyto chybějící indexy ručně za provozu instance. Po přidání indexů dotazy do těchto tabulek jsou obvykle mnohem rychlejší.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodařilo se zkontrolovat podporu pro JavaScript. Zkontrolujte ručně, zda váš webový server poskytuje soubory `.mjs` pomocí MIME typu JavaScript.", "Overwrite cli URL" : "Přepsat URL cli", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Nyní provozujete na PHP %s. Od Nextcloud 27 je PHP 8.0 už označeno jako zastaralé. Nextcloud 28 pak už může vyžadovat alespoň PHP 8.1. Co možná nejdříve přejděte na některou z oficiálně podporovaných verzí PHP, poskytovaných PHP Group.", "Rating: {score}/10" : "Hodnocení: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Chystáte se smazat skupinu „{group}“. Uživatelé NEbudou smazáni.", "No users" : "Žádní uživatelé", + "Loading users …" : "Načítání uživatelů…", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Seznam uživatelů. Není vykreslen celý z důvodu nároků na výkon. Uživatelé budou dokreslováni, jak se budete posouvat seznamem.", + "Set user groups" : "Nastavit skupiny uživatele", + "Set user as admin for …" : "Nastavit uživatele jako správce pro", + "Set user quota" : "Nastavit uživateli kvótu", + "Add new user" : "Přidat nového uživatele", + "Set user manager" : "Nastavit nadřízeného uživatele", + "Username will be autogenerated" : "Uživatelské jméno bude vytvořeno automaticky", + "Username (required)" : "Uživatelské jméno (vyžadováno)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} uživatel …","{userCount} uživatelé …","{userCount} uživatelů …","{userCount} uživatelé …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} uživatel","{userCount} uživatelé","{userCount} uživatelů","{userCount} uživatelé"], + "User actions" : "Akce ohledně uživatele", "Loading user …" : "Načítání uživatelů…", "Failed to update user manager" : "Nepodařilo se aktualizovat správu uživatelů", "User management settings" : "Nastavení správy uživatelských účtů", @@ -777,6 +782,7 @@ OC.L10N.register( "User management" : "Správa uživatelů", "Creating group …" : "Vytváření skupiny…", "User group: {group}" : "Skupina uživatele: {group}", - "Nextcloud help resources" : "Prostředky nápovědy k Nextcloud" + "Nextcloud help resources" : "Prostředky nápovědy k Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`." }, "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/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json index de839c2fd85..5dcb203681e 100644 --- a/apps/settings/l10n/cs.json +++ b/apps/settings/l10n/cs.json @@ -128,7 +128,6 @@ "Your remote address could not be determined." : "Nepodařilo se zjistit vaši vzdálenou adresu.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Vaše vzdálená adresa byla identifikována jako „%s“ a rychlost vyřizování požadavků z ní je v tuto chvíli omezována kvůli zamezení přetěžování útokem hádání hesel (bruteforce). Pokud vzdálená adresa není vaše, může se jednat o indikaci, že není správně nastavena proxy.", "Your remote address \"%s\" is not brute-force throttled." : "Vaše vzdálená adresa „%s“ není omezována co se útoků hrubou silou týče.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`.", "Old administration imported certificates" : "Staré správou naimportované certifikáty", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Úloha na pozadí čeká na kontrolu správou naimportovaných SSL certifikátů. Zkuste to prosím později.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Nacházejí se zde některé SSL certifikáty, naimportované správou, které se už s Nextcloud 21 nepoužívají. Lze je naimportovat v příkazovém řádku pomocí příkazu „occ security:certificates:import“. Popisy jejich umístění v adresáři s daty jsou uvedeny níže.", @@ -149,8 +148,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "Chybí volitelný sloupec „%s“ v tabulce „%s“.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "V databázi chybí některé volitelné sloupce. Protože přidání sloupců do rozsáhlých tabulek může trvat dlouho, nebyly přidány automaticky (jsou volitelné). Spuštěním příkazu „occ db:add-missing-columns“ je možné tyto chybějící sloupce přidat ručně a to za provozu instance. Po přidání se může zlepšit doba reakce a použitelnost některých funkcí.", "Database missing indices" : "V databázi chybí indexy", - "Missing optional index \"%s\" in table \"%s\"." : "Chybí volitelný index „%s“ v tabulce „%s“.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databázi chybí některé indexy. Protože přidávání indexů na velkých tabulkách může zabrat nějaký čas, nebyly přidány automaticky. Spuštěním „occ db:add-missing-indices“ je možné tyto chybějící indexy ručně za provozu instance. Po přidání indexů dotazy do těchto tabulek jsou obvykle mnohem rychlejší.", "Database missing primary keys" : "V databázi chybí primární klíče", "Missing primary key on table \"%s\"." : "Chybí primární klíč v tabulce „%s“.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "V databázi chybí některé primární klíče. Vzhledem k tomu, že přidání primárních klíčů do velkých tabulek může nějakou dobu trvat, nebyly přidány automaticky. Spuštěním příkazu „occ db:add-missing-primary-keys“ lze tyto chybějící primární klíče přidat ručně, zatímco instance běží.", @@ -184,8 +181,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Na serveru není nastavený žádný začátek doby údržby. To znamená, že každodenní na systémové prostředky náročné úlohy na pozadí budou spouštěné také v průběhu běžného uživatelského provozu. Doporučujeme nastavit na dobu nízkého využívání, čímž se vytěžování těmito náročnými úlohami bude méně dotýkat uživatelů.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Okno pro údržbu, ve kterém vykonávat náročné úlohy na pozadí je mezi {start}:00 UTC a {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Je nastaven memcached jako distribuovaná cache, ale je nainstalovaný nesprávný PHP modul „memcache“. \\OC\\Memcache\\Memcached podporuje pouze „memcached“ a ne „memcache“.", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Coby distribuovaná mezipaměť je nastaveno Memcached, ale není nainstalován PHP modul „memcached“.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Nebylo nastaveno žádné ukládání do mezipaměti. Pokud chcete vylepšit výkon, nastavte memcache (pokud je k dispozici).", "Configured" : "Nastaveno", "MySQL Unicode support" : "Podpora MySQL Unicode", @@ -239,10 +234,9 @@ "Configuration file access rights" : "Přístupová práva na soubor s nastaveními", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Nastavení bylo přepnuto do režimu pouze pro čtení. To brání změnám prostřednictvím webového rozhraní. Dále při každé aktualizaci, je třeba soubor ručně zpřístupnit pro zápis.", "Nextcloud configuration file is writable" : "Do souboru s nastaveními pro Nextcloud lze zapisovat", + "HTTP headers" : "HTTP hlavičky", + "Some headers are not set correctly on your instance" : "Některé hlavičky nejsou ve vaší instanci správně nastaveny", "Database version" : "Verze databáze", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Je používána verze MariaDB „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje MariaDB 10.2 nebo novější.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Je používána verze MySQL „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje MySQL 8.0 nebo MariaDB 10.2 a novější.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Je používána verze PostgreSQL „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje PostgreSQL 9.6 nebo novější.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Coby databáze je nyní využíváno SQLite. V případě vícero uživatelů a/nebo množství dat doporučujeme přejít na robustnější databázi. Zejména je toto doporučeno v případě synchronizace souborů prostřednictvím klienta pro počítač. Na jinou databázi je možné přejít pomocí nástroje pro příkazový řádek: „occ db:convert-type“.", "Unknown database platform" : "Neznámá databázová platforma", "Architecture" : "Architektura", @@ -294,10 +288,7 @@ "Set default expiration date for shares via link or mail" : "Nastavit výchozí datum skončení platnosti pro sdílení prostřednictvím odkazu nebo e-mailu", "Default expiration time of shares in days" : "Výchozí doba platnosti sdílení (dny)", "Privacy settings for sharing" : "Nastavení soukromí pro sdílen", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Povolit automatické doplňování uživatelského jména v dialogu sdílení a umožnit přístup k systémovému adresáři kontaktů", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "V případě, že jsou zapnuté automatická dokončování „stejná skupina“ a „začlenění telefonním číslem“, postačí pro zobrazení uživatele shoda s jedním z toho.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Umožnit automatické dokončování uživatelského jména uživatelům v rámci stejných skupin a omezit systémové adresáře kontaktů na uživatele ve stejných skupinách.", - "Allow username autocompletion to users based on phone number integration" : "Umožnit doplňování uživatelského jména uživatelům na základě začlenění telefonním číslem", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Povolit automatické dokončování při zadávání celého jména nebo e-mailové adresy (při ignorování chybějící shody s telefonním seznamem a toho, že je ve stejné skupině)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Zobrazit text zřeknutí se odpovědnosti na stránce pro nahrání veřejného odkazu. (zobrazit pouze pokud je seznam souborů skrytý)", "Disclaimer text" : "Text ohledně zřeknutí se odpovědnosti", @@ -489,6 +480,7 @@ "Your X (formerly Twitter) handle" : "Vaše přezdívka na X (dříve Twitter)", "Your website" : "Vlastní webová stránka", "No {property} set" : "Nenastaveno žádné {property}", + "Invalid value" : "Neplatná hodnota", "Unable to update {property}" : "Nedaří se aktualizovat {property}", "Change scope level of {property}, current scope is {scope}" : "Změnit stupeň rozsahu {property}, stávající je {scope}", "Unable to update federation scope of the primary {property}" : "Nedaří se aktualizovat rozsah federování primární {property}", @@ -504,44 +496,35 @@ "Common languages" : "Běžné jazyky", "Other languages" : "Ostatní jazyky", "Password change is disabled because the master key is disabled" : "Změna hesla je vypnutá protože je vypnutý hlavní klíč", - "New user" : "Nový uživatel", + "New account" : "Nový účet", "Display name" : "Zobrazované jméno", "Either password or email is required" : "Je zapotřebí heslo nebo e-mail", "Password (required)" : "Heslo (vyžadováno)", "Email (required)" : "E-mail (vyžadováno)", "Email" : "E-mail", "Groups (required)" : "Skupiny (vyžadováno)", - "Set user groups" : "Nastavit skupiny uživatele", "Administered groups" : "Spravované skupiny", - "Set user as admin for …" : "Nastavit uživatele jako správce pro", "Quota" : "Kvóta", - "Set user quota" : "Nastavit uživateli kvótu", "Language" : "Jazyk", "Set default language" : "Nastavit výchozí jazyk", "Manager" : "Nástroj pro správu", - "Add new user" : "Přidat nového uživatele", - "Set user manager" : "Nastavit nadřízeného uživatele", - "Username will be autogenerated" : "Uživatelské jméno bude vytvořeno automaticky", - "Username (required)" : "Uživatelské jméno (vyžadováno)", "Total rows summary" : "Celkový souhrn řádek", - "Loading users …" : "Načítání uživatelů…", "Scroll to load more rows" : "Další řádky načtete posunutím dolů", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} uživatel …","{userCount} uživatelé …","{userCount} uživatelů …","{userCount} uživatelé …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} uživatel","{userCount} uživatelé","{userCount} uživatelů","{userCount} uživatelé"], "Avatar" : "Profilový obrázek", - "Username" : "Uživatelské jméno", + "Account name" : "Název účtu", "Group admin for" : "Správce skupiny", - "User backend" : "Podpůrná vrstva pro uživatelské účty", "Storage location" : "Úložiště dat", "Last login" : "Poslední přihlášení", - "User actions" : "Akce ohledně uživatele", + "Account actions" : "Akce účtu", "Password or insufficient permissions message" : "Zpráva o heslu nebo nedostatečném oprávnění", "Change display name" : "Změnit zobrazované jméno", "Set new password" : "Nastavit nové heslo", "Set new email address" : "Nastavit novou e-mailovou adresu", - "Add user to group" : "Přidat uživatele do skupiny", + "Add account to group" : "Přidat účet do skupiny", + "Set account as admin for" : "Nastavit účet správce pro", "Set the language" : "Nastavit jazyk", "{size} used" : "{size} použito", + "Delete account" : "Smazat účet", "Resend welcome email" : "Znovu poslat uvítací e-mail", "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "V případě ztráty zařízení, nebo např. odchodu z firmy, toto může vzdáleně vymazat Nextcloud data ze všech zařízení asociovaných s uživatelem {userid}. Funguje jen pokud se zařízení připojí k Internetu.", "Remote wipe of devices" : "Vymazat obsah zařízení na dálku", @@ -579,7 +562,6 @@ "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Jako správce můžete upravit chování sdílení. Více informací naleznete v dokumentaci.", "You need to enable the File sharing App." : "Je třeba zapnout aplikaci pro sdílení souborů.", "Admins" : "Správci", - "New account" : "Nový účet", "Create group" : "Vytvořit skupinu", "Group name" : "Název skupiny", "Please enter a valid group name" : "Zadejte platný název pro skupinu", @@ -687,6 +669,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Nacházejí se zde některé SSL certifikáty, importované uživatelem, které se už s Nextcloud 21 nepoužívají. Lze je naimportovat v příkazovém řádku pomocí příkazu „occ security:certificates:import“. Popisy jejich umístění v adresáři s daty jsou uvedeny níže.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Nalezeny neplatné UUID identifikátory uživatelů nebo skupin. Zkontrolujte svá nastavení „Přebít zjišťování UUID identifikátorů“ v části pro odborníky nastavení pro LDAP a identifikátory pak zaktualizujte příkazem „ldap:update-uuid“.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV systémová synchronizace adresářů kontaktů ještě nebyla spuštěná protože vámi využívaná instance má více než 1 000 uživatelů nebo protože došlo k chybě\\\\ DAV spusťte ji ručně příkazem occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Je používána verze MariaDB „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje MariaDB 10.2 nebo novější.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Je používána verze MySQL „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje MySQL 8.0 nebo MariaDB 10.2 a novější.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Je používána verze PostgreSQL „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje PostgreSQL 9.6 nebo novější.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvoufázové ověřování je možné vynutit pro všechny uživatele a konkrétní skupiny. Pokud nemají nastaveného poskytovatele dvoufázového ověřování, nebudou se moci přihlásit do systému.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Když jsou skupiny vybrány/vynechány, je pro zjišťování zda je uživateli vynuceno dvoufázové (2FA) ověřování použita následující logika: Pokud nejsou vybrány žádné skupiny, je 2FA zapnuto pro všechny kromě členů vynechaných skupin. Pokud jsou nějaké skupiny vybrány, je 2FA zapnuto pro všechny jejich členy. Pokud je uživatel členem jak vybrané, tak vynechané skupiny, pak má ta vybraná přednost a 2FA je vynuceno.", "Enable all" : "Zapnout vše", @@ -701,6 +686,7 @@ "Error while deleting the token" : "Chyba při mazání tokenu", "Use the credentials below to configure your app or device." : "Pro nastavení aplikace nebo zařízení použijte níže uvedené přihlašovací údaje.", "For security reasons this password will only be shown once." : "Toto heslo bude z bezpečnostních důvodů zobrazeno pouze jedenkrát.", + "Username" : "Uživatelské jméno", "Copied!" : "Zkopírováno", "Copy" : "Zkopírovat", "Execute one task with each page loaded. Use case: Single user instance." : "Vykonat jednu úlohu při každém načtení stránky. Příklad použití: instance pro jednoho uživatele.", @@ -720,6 +706,7 @@ "Edit display name" : "Upravit zobrazovaný název", "Add new password" : "Přidat nové heslo", "Add new email address" : "Přidat novou e-mailovou adresu", + "Add user to group" : "Přidat uživatele do skupiny", "Set user as admin for" : "Nastavit uživatele jako správce pro", "Select user quota" : "Vybrat kvótu uživatele", "Select manager" : "Vybrat nástroj pro správu", @@ -730,9 +717,11 @@ "Enable user" : "Zpřístupnit uživatelský účet", "Edit User" : "Upravit uživatele", "User's table" : "Tabulka uživatele", + "New user" : "Nový uživatel", "Will be autogenerated" : "Bude automaticky vytvořeno", "Select user manager" : "Vyberte nástroj pro správu uživatelů", "Add a new user" : "Přidat nového uživatele", + "User backend" : "Podpůrná vrstva pro uživatelské účty", "No users in here" : "Nejsou zde žádní uživatelé", "Name your device" : "Nazvěte své zařízení", "Server error while trying to add WebAuthn device" : "Chyba serveru při pokusu o přidání WebAuthn zařízení", @@ -760,14 +749,30 @@ "Exclude groups from creating link shares:" : "Vyjmout skupiny z možnosti vytváření sdílení odkazem:", "Exclude groups from sharing" : "Vyjmout skupiny ze sdílení", "These groups will still be able to receive shares, but not to initiate them." : "Těmto skupinám bude stále možné sdílet, nemohou ale samy sdílet ostatním.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Povolit automatické doplňování uživatelského jména v dialogu sdílení a umožnit přístup k systémovému adresáři kontaktů", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Umožnit automatické dokončování uživatelského jména uživatelům v rámci stejných skupin a omezit systémové adresáře kontaktů na uživatele ve stejných skupinách.", + "Allow username autocompletion to users based on phone number integration" : "Umožnit doplňování uživatelského jména uživatelům na základě začlenění telefonním číslem", "Old user imported certificates" : "Staré uživatelem importované certifikáty", + "Missing optional index \"%s\" in table \"%s\"." : "Chybí volitelný index „%s“ v tabulce „%s“.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databázi chybí některé indexy. Protože přidávání indexů na velkých tabulkách může zabrat nějaký čas, nebyly přidány automaticky. Spuštěním „occ db:add-missing-indices“ je možné tyto chybějící indexy ručně za provozu instance. Po přidání indexů dotazy do těchto tabulek jsou obvykle mnohem rychlejší.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodařilo se zkontrolovat podporu pro JavaScript. Zkontrolujte ručně, zda váš webový server poskytuje soubory `.mjs` pomocí MIME typu JavaScript.", "Overwrite cli URL" : "Přepsat URL cli", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Nyní provozujete na PHP %s. Od Nextcloud 27 je PHP 8.0 už označeno jako zastaralé. Nextcloud 28 pak už může vyžadovat alespoň PHP 8.1. Co možná nejdříve přejděte na některou z oficiálně podporovaných verzí PHP, poskytovaných PHP Group.", "Rating: {score}/10" : "Hodnocení: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Chystáte se smazat skupinu „{group}“. Uživatelé NEbudou smazáni.", "No users" : "Žádní uživatelé", + "Loading users …" : "Načítání uživatelů…", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Seznam uživatelů. Není vykreslen celý z důvodu nároků na výkon. Uživatelé budou dokreslováni, jak se budete posouvat seznamem.", + "Set user groups" : "Nastavit skupiny uživatele", + "Set user as admin for …" : "Nastavit uživatele jako správce pro", + "Set user quota" : "Nastavit uživateli kvótu", + "Add new user" : "Přidat nového uživatele", + "Set user manager" : "Nastavit nadřízeného uživatele", + "Username will be autogenerated" : "Uživatelské jméno bude vytvořeno automaticky", + "Username (required)" : "Uživatelské jméno (vyžadováno)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} uživatel …","{userCount} uživatelé …","{userCount} uživatelů …","{userCount} uživatelé …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} uživatel","{userCount} uživatelé","{userCount} uživatelů","{userCount} uživatelé"], + "User actions" : "Akce ohledně uživatele", "Loading user …" : "Načítání uživatelů…", "Failed to update user manager" : "Nepodařilo se aktualizovat správu uživatelů", "User management settings" : "Nastavení správy uživatelských účtů", @@ -775,6 +780,7 @@ "User management" : "Správa uživatelů", "Creating group …" : "Vytváření skupiny…", "User group: {group}" : "Skupina uživatele: {group}", - "Nextcloud help resources" : "Prostředky nápovědy k Nextcloud" + "Nextcloud help resources" : "Prostředky nápovědy k Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`." },"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/apps/settings/l10n/da.js b/apps/settings/l10n/da.js index ef74d354106..cf80186490e 100644 --- a/apps/settings/l10n/da.js +++ b/apps/settings/l10n/da.js @@ -112,7 +112,6 @@ OC.L10N.register( "Verifying" : "Bekræfter", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Din datamappe og filer er sandsynligvis tilgængelige fra internettet. .htaccess-filen virker ikke. Det anbefales kraftigt, at du konfigurerer din webserver, så databiblioteket ikke længere er tilgængeligt, eller flytter databiblioteket uden for webserverens dokumentrod.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Databasen mangler nogle valgfrie kolonner. Da tilføjelse af koloner i store tabeller kan tage noget tid, blev de ikke blevet tilføjet automatisk da de er valgfrie. Kør \"occ db:add-missing-columns\" for manuelt at tilføje de manglende kolonner mens instansen fortsætter. Når kolonnerne er tliføjet vil nogle funktioner muligvis forbedre respons tiden eller brugbarheden.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler nogle indekser. Da tilføjelse af indekser kan tage noget tid, blev de ikke tilføjet automatisk. Kør \"occ db:add-missing-indices\" for manuelt at tilføje disse indekser mens forekomsten forbliver aktiv. Når indekserne er tilføjet, er forespørgsler til disse tabeller normalt meget hurtigere. ", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Databasen mangler nogle primære nøgler. På grund af det faktum, at tilføjelse af primærnøgler på store borde kunne tage noget tid, blev de ikke tilføjet automatisk. Ved at køre \"occ db:add-missing-primary-keys\" kunne de manglende primærnøgler tilføjes manuelt, mens instansen bliver ved med at køre.", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Denne instans kører i fejlretningstilstand. Aktiver kun dette for lokal udvikling og ikke i produktionsmiljøer.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Denne server har ingen fungerende internetforbindelse: Flere slutpunkter kunne ikke nås. Det betyder, at nogle af funktionerne som montering af eksternt lager, meddelelser om opdateringer eller installation af tredjepartsapps ikke vil fungere. Fjernadgang til filer og afsendelse af notifikations-e-mails virker muligvis heller ikke. Opret en forbindelse fra denne server til internettet for at nyde alle funktioner.", @@ -144,7 +143,6 @@ OC.L10N.register( "Enforce expiration date" : "Påtving udløbsdato", "Set default expiration date for shares to other servers" : "Indstil standardudløbsdato for delinger til andre servere", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Hvis autofuldførelse \"samme gruppe\" og \"telefonnummerintegration\" er aktiveret, er et match i begge nok til at vise brugeren.", - "Allow username autocompletion to users based on phone number integration" : "Tillad autofuldførelse af brugernavn til brugere baseret på telefonnummerintegration", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Vis ansvarsfraskrivelsestekst på den offentlige linkoverførselsside (vises kun, når fillisten er skjult)", "This text will be shown on the public link upload page when the file list is hidden." : "Denne tekst vil blive vist på den offentlige linkoverførselsside, når fillisten er skjult.", "Default share permissions" : "Standarddelingstilladelser", @@ -323,41 +321,27 @@ OC.L10N.register( "Common languages" : "Hyppigt brugte sprog", "Other languages" : "Andre sprog", "Password change is disabled because the master key is disabled" : "Adgangskodeændring er deaktiveret, fordi hovednøglen er deaktiveret", - "New user" : "Ny bruger", "Display name" : "Vist navn", "Either password or email is required" : "Adgangskode eller e-mail er påkrævet", "Password (required)" : "Adgangskode (påkrævet)", "Email (required)" : "E-mail (påkrævet)", "Email" : "E-mail", "Groups (required)" : "Grupper (påkrævet)", - "Set user groups" : "Vælg bruger grupper", "Administered groups" : "Administrerede grupper", - "Set user as admin for …" : "Gør til administrator for ...", "Quota" : "Kvote", - "Set user quota" : "Vælg bruger kvote", "Language" : "Sprog", "Set default language" : "Vælg standard sprog", "Manager" : "Administrér", - "Add new user" : "Tilføj ny bruger", - "Set user manager" : "Vælg administrator", - "Username will be autogenerated" : "Brugernavnet vil blive genereret automatisk", - "Username (required)" : "Brugernavn (påkrævet)", "Total rows summary" : "Samlet række antal", - "Loading users …" : "Henter brugere ...", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} bruger …","{userCount} brugere …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} bruger","{userCount} brugere"], "Avatar" : "Avatar", - "Username" : "Brugernavn", "Group admin for" : "Gruppeadministrator for", - "User backend" : "Bruger-backend", "Storage location" : "Placering af lageret", "Last login" : "Seneste login", - "User actions" : "Bruger handlinger", + "Account actions" : "Kontohandlinger", "Password or insufficient permissions message" : "Besked om adgangskode eller manglende rettigheder", "Change display name" : "Redigér vist navn", "Set new password" : "Indstil ny adgangskode", "Set new email address" : "Indstil ny e-mail adresse", - "Add user to group" : "Føj bruger til gruppe", "Set the language" : "Indstil sproget", "{size} used" : "{size} brugt", "Delete account" : "Slet konto", @@ -504,6 +488,7 @@ OC.L10N.register( "Error while deleting the token" : "Fejl ved sletning af enhedsnøgle", "Use the credentials below to configure your app or device." : "Brug legitimationsoplysningerne nedenfor til at konfigurere din app eller enhed.", "For security reasons this password will only be shown once." : "Af sikkerhedsmæssige årsager vil denne adgangskode kun blive vist én gang.", + "Username" : "Brugernavn", "Copied!" : "Kopieret", "Copy" : "Kopier", "Execute one task with each page loaded. Use case: Single user instance." : "Udfør én opgave med hver side indlæst. Use case: Enkeltbrugerinstans.", @@ -523,6 +508,7 @@ OC.L10N.register( "Edit display name" : "Redigér vist navn", "Add new password" : "Tilføj ny adgangskode", "Add new email address" : "Tilføj ny e-mailadresse", + "Add user to group" : "Føj bruger til gruppe", "Set user as admin for" : "Gør bruger til administrator for", "Select user quota" : "Vælg brugerkvote", "Select manager" : "Vælg administrator", @@ -533,9 +519,11 @@ OC.L10N.register( "Enable user" : "Aktiver bruger", "Edit User" : "Rediger bruger", "User's table" : "Bruger oversigt", + "New user" : "Ny bruger", "Will be autogenerated" : "Vil blive autogenereret", "Select user manager" : "Vælg administrator", "Add a new user" : "Tilføj en bruger", + "User backend" : "Bruger-backend", "No users in here" : "Ingen brugere her", "Name your device" : "Navngiv din enhed", "Server error while trying to add WebAuthn device" : "Serverfejl under forsøg på at tilføje WebAuthn-enhed", @@ -562,8 +550,21 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Ekskluder grupper fra at oprette linkshares:", "Exclude groups from sharing" : "Ekskluder grupper fra at dele", "These groups will still be able to receive shares, but not to initiate them." : "Disse grupper vil stadig kunne modtage delefiler, men ikke skabe dem.", + "Allow username autocompletion to users based on phone number integration" : "Tillad autofuldførelse af brugernavn til brugere baseret på telefonnummerintegration", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler nogle indekser. Da tilføjelse af indekser kan tage noget tid, blev de ikke tilføjet automatisk. Kør \"occ db:add-missing-indices\" for manuelt at tilføje disse indekser mens forekomsten forbliver aktiv. Når indekserne er tilføjet, er forespørgsler til disse tabeller normalt meget hurtigere. ", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du er igang med at slette gruppen \"{group}\". Gruppens brugere vil IKKE blive slettet!", "No users" : "Ingen brugere", + "Loading users …" : "Henter brugere ...", + "Set user groups" : "Vælg bruger grupper", + "Set user as admin for …" : "Gør til administrator for ...", + "Set user quota" : "Vælg bruger kvote", + "Add new user" : "Tilføj ny bruger", + "Set user manager" : "Vælg administrator", + "Username will be autogenerated" : "Brugernavnet vil blive genereret automatisk", + "Username (required)" : "Brugernavn (påkrævet)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} bruger …","{userCount} brugere …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} bruger","{userCount} brugere"], + "User actions" : "Bruger handlinger", "Loading user …" : "Indlæser bruger ...", "Failed to update user manager" : "Kunne ikke opdaterer bruger administrator", "User management settings" : "Bruger administrations indstillinger", diff --git a/apps/settings/l10n/da.json b/apps/settings/l10n/da.json index 81ba5153094..2d6708ee854 100644 --- a/apps/settings/l10n/da.json +++ b/apps/settings/l10n/da.json @@ -110,7 +110,6 @@ "Verifying" : "Bekræfter", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Din datamappe og filer er sandsynligvis tilgængelige fra internettet. .htaccess-filen virker ikke. Det anbefales kraftigt, at du konfigurerer din webserver, så databiblioteket ikke længere er tilgængeligt, eller flytter databiblioteket uden for webserverens dokumentrod.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Databasen mangler nogle valgfrie kolonner. Da tilføjelse af koloner i store tabeller kan tage noget tid, blev de ikke blevet tilføjet automatisk da de er valgfrie. Kør \"occ db:add-missing-columns\" for manuelt at tilføje de manglende kolonner mens instansen fortsætter. Når kolonnerne er tliføjet vil nogle funktioner muligvis forbedre respons tiden eller brugbarheden.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler nogle indekser. Da tilføjelse af indekser kan tage noget tid, blev de ikke tilføjet automatisk. Kør \"occ db:add-missing-indices\" for manuelt at tilføje disse indekser mens forekomsten forbliver aktiv. Når indekserne er tilføjet, er forespørgsler til disse tabeller normalt meget hurtigere. ", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Databasen mangler nogle primære nøgler. På grund af det faktum, at tilføjelse af primærnøgler på store borde kunne tage noget tid, blev de ikke tilføjet automatisk. Ved at køre \"occ db:add-missing-primary-keys\" kunne de manglende primærnøgler tilføjes manuelt, mens instansen bliver ved med at køre.", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Denne instans kører i fejlretningstilstand. Aktiver kun dette for lokal udvikling og ikke i produktionsmiljøer.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Denne server har ingen fungerende internetforbindelse: Flere slutpunkter kunne ikke nås. Det betyder, at nogle af funktionerne som montering af eksternt lager, meddelelser om opdateringer eller installation af tredjepartsapps ikke vil fungere. Fjernadgang til filer og afsendelse af notifikations-e-mails virker muligvis heller ikke. Opret en forbindelse fra denne server til internettet for at nyde alle funktioner.", @@ -142,7 +141,6 @@ "Enforce expiration date" : "Påtving udløbsdato", "Set default expiration date for shares to other servers" : "Indstil standardudløbsdato for delinger til andre servere", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Hvis autofuldførelse \"samme gruppe\" og \"telefonnummerintegration\" er aktiveret, er et match i begge nok til at vise brugeren.", - "Allow username autocompletion to users based on phone number integration" : "Tillad autofuldførelse af brugernavn til brugere baseret på telefonnummerintegration", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Vis ansvarsfraskrivelsestekst på den offentlige linkoverførselsside (vises kun, når fillisten er skjult)", "This text will be shown on the public link upload page when the file list is hidden." : "Denne tekst vil blive vist på den offentlige linkoverførselsside, når fillisten er skjult.", "Default share permissions" : "Standarddelingstilladelser", @@ -321,41 +319,27 @@ "Common languages" : "Hyppigt brugte sprog", "Other languages" : "Andre sprog", "Password change is disabled because the master key is disabled" : "Adgangskodeændring er deaktiveret, fordi hovednøglen er deaktiveret", - "New user" : "Ny bruger", "Display name" : "Vist navn", "Either password or email is required" : "Adgangskode eller e-mail er påkrævet", "Password (required)" : "Adgangskode (påkrævet)", "Email (required)" : "E-mail (påkrævet)", "Email" : "E-mail", "Groups (required)" : "Grupper (påkrævet)", - "Set user groups" : "Vælg bruger grupper", "Administered groups" : "Administrerede grupper", - "Set user as admin for …" : "Gør til administrator for ...", "Quota" : "Kvote", - "Set user quota" : "Vælg bruger kvote", "Language" : "Sprog", "Set default language" : "Vælg standard sprog", "Manager" : "Administrér", - "Add new user" : "Tilføj ny bruger", - "Set user manager" : "Vælg administrator", - "Username will be autogenerated" : "Brugernavnet vil blive genereret automatisk", - "Username (required)" : "Brugernavn (påkrævet)", "Total rows summary" : "Samlet række antal", - "Loading users …" : "Henter brugere ...", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} bruger …","{userCount} brugere …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} bruger","{userCount} brugere"], "Avatar" : "Avatar", - "Username" : "Brugernavn", "Group admin for" : "Gruppeadministrator for", - "User backend" : "Bruger-backend", "Storage location" : "Placering af lageret", "Last login" : "Seneste login", - "User actions" : "Bruger handlinger", + "Account actions" : "Kontohandlinger", "Password or insufficient permissions message" : "Besked om adgangskode eller manglende rettigheder", "Change display name" : "Redigér vist navn", "Set new password" : "Indstil ny adgangskode", "Set new email address" : "Indstil ny e-mail adresse", - "Add user to group" : "Føj bruger til gruppe", "Set the language" : "Indstil sproget", "{size} used" : "{size} brugt", "Delete account" : "Slet konto", @@ -502,6 +486,7 @@ "Error while deleting the token" : "Fejl ved sletning af enhedsnøgle", "Use the credentials below to configure your app or device." : "Brug legitimationsoplysningerne nedenfor til at konfigurere din app eller enhed.", "For security reasons this password will only be shown once." : "Af sikkerhedsmæssige årsager vil denne adgangskode kun blive vist én gang.", + "Username" : "Brugernavn", "Copied!" : "Kopieret", "Copy" : "Kopier", "Execute one task with each page loaded. Use case: Single user instance." : "Udfør én opgave med hver side indlæst. Use case: Enkeltbrugerinstans.", @@ -521,6 +506,7 @@ "Edit display name" : "Redigér vist navn", "Add new password" : "Tilføj ny adgangskode", "Add new email address" : "Tilføj ny e-mailadresse", + "Add user to group" : "Føj bruger til gruppe", "Set user as admin for" : "Gør bruger til administrator for", "Select user quota" : "Vælg brugerkvote", "Select manager" : "Vælg administrator", @@ -531,9 +517,11 @@ "Enable user" : "Aktiver bruger", "Edit User" : "Rediger bruger", "User's table" : "Bruger oversigt", + "New user" : "Ny bruger", "Will be autogenerated" : "Vil blive autogenereret", "Select user manager" : "Vælg administrator", "Add a new user" : "Tilføj en bruger", + "User backend" : "Bruger-backend", "No users in here" : "Ingen brugere her", "Name your device" : "Navngiv din enhed", "Server error while trying to add WebAuthn device" : "Serverfejl under forsøg på at tilføje WebAuthn-enhed", @@ -560,8 +548,21 @@ "Exclude groups from creating link shares:" : "Ekskluder grupper fra at oprette linkshares:", "Exclude groups from sharing" : "Ekskluder grupper fra at dele", "These groups will still be able to receive shares, but not to initiate them." : "Disse grupper vil stadig kunne modtage delefiler, men ikke skabe dem.", + "Allow username autocompletion to users based on phone number integration" : "Tillad autofuldførelse af brugernavn til brugere baseret på telefonnummerintegration", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler nogle indekser. Da tilføjelse af indekser kan tage noget tid, blev de ikke tilføjet automatisk. Kør \"occ db:add-missing-indices\" for manuelt at tilføje disse indekser mens forekomsten forbliver aktiv. Når indekserne er tilføjet, er forespørgsler til disse tabeller normalt meget hurtigere. ", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du er igang med at slette gruppen \"{group}\". Gruppens brugere vil IKKE blive slettet!", "No users" : "Ingen brugere", + "Loading users …" : "Henter brugere ...", + "Set user groups" : "Vælg bruger grupper", + "Set user as admin for …" : "Gør til administrator for ...", + "Set user quota" : "Vælg bruger kvote", + "Add new user" : "Tilføj ny bruger", + "Set user manager" : "Vælg administrator", + "Username will be autogenerated" : "Brugernavnet vil blive genereret automatisk", + "Username (required)" : "Brugernavn (påkrævet)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} bruger …","{userCount} brugere …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} bruger","{userCount} brugere"], + "User actions" : "Bruger handlinger", "Loading user …" : "Indlæser bruger ...", "Failed to update user manager" : "Kunne ikke opdaterer bruger administrator", "User management settings" : "Bruger administrations indstillinger", diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index 445b231e40d..60c97d72b0c 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -56,9 +56,12 @@ OC.L10N.register( "Wrong password" : "Falsches Passwort", "Unable to change personal password" : "Das persönliche Passwort konnte nicht geändert werden", "Saved" : "Gespeichert", + "No Login supplied" : "Keine Anmeldename eingegeben", "Unable to change password. Password too long." : "Passwort konnte nicht geändert werden. Passwort ist zu lang.", "Authentication error" : "Authentifizierungsfehler", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Bitte gib ein Wiederherstellungspasswort für das Administrationskonto an, da sonst alle Kontodaten verlorengehen.", "Wrong admin recovery password. Please check the password and try again." : "Falsches Wiederherstellungspasswort für das Admin-Konto. Bitte überprüfe das Passwort und versuche es erneut.", + "Backend does not support password change, but the encryption of the account key was updated." : "Das Backend unterstützt keine Passwortänderung, aber die Verschlüsselung des Kontoschlüssels wurde aktualisiert.", "Administrator documentation" : "Dokumentation für Administratoren", "User documentation" : "Dokumentation für Benutzer", "Nextcloud help overview" : "Übersicht über die Nextcloud-Hilfe", @@ -68,6 +71,7 @@ OC.L10N.register( "If you received this email, the email configuration seems to be correct." : "Wenn du diese E-Mail empfangen hast, sind die E-Mail-Einstellungen korrekt.", "Email could not be sent. Check your mail server log" : "E-Mail konnte nicht versandt werden. Prüfe dein E-Mail-Server-Protokoll", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Beim Senden der E-Mail ist ein Problem aufgetreten. Bitte überprüfe deine Einstellungen. (Fehler: %s)", + "You need to set your account email before being able to send test emails. Go to %s for that." : "Du musst deine Konto-E-Mail-Adresse festlegen, bevor du Test-E-Mails senden kannst. Gehe dazu zu %s.", "Invalid account" : "Ungültiges Benutzerkonto", "Invalid mail address" : "Ungültige E-Mail-Adresse", "Settings saved" : "Einstellungen gespeichert", @@ -94,9 +98,11 @@ OC.L10N.register( "Welcome aboard" : "Willkommen an Bord", "Welcome aboard %s" : "Willkommen an Bord %s", "Welcome to your %s account, you can add, protect, and share your data." : "Willkommen zu deinem %s-Konto. Du kannst deine Daten hinzufügen, schützen und teilen.", + "Your Login is: %s" : "Dein Anmeldename lautet: %s", "Set your password" : "Setze dein Passwort", "Go to %s" : "%s aufrufen", "Install Client" : "Installiere den Client", + "Logged in account must be a subadmin" : "Das angemeldete Konto muss eine Subadministration sein.", "Apps" : "Apps", "Personal" : "Persönlich", "Administration" : "Verwaltung", @@ -117,23 +123,41 @@ OC.L10N.register( "Background jobs" : "Hintergrund-Jobs", "Unlimited" : "Unbegrenzt", "Verifying" : "Überprüfe", + "App directories owner" : "Besitzende der App-Ordner", + "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Einige App-Ordner werden von einem anderen Konto als dem des Web-Servers besessen. Dies kann der Fall sein, wenn Apps manuell installiert wurden. Überprüfe die Berechtigungen der folgenden App-Ordner:\n%s", + "App directories have the correct owner \"%s\"" : "App-Ordner haben den richtigen Besitzenden \"%s\"", "Brute-force Throttle" : "Brute-Force-Drosselung", "Your remote address could not be determined." : "Ihre Remote-Adresse konnte nicht ermittelt werden.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Ihre Remote-Adresse wurde als \"%s\" erkannt und wird derzeit durch die Brute-Force-Erkennung gedrosselt, was die Leistung verschiedener Anfragen verlangsamt. Wenn die Remote-Adresse nicht Ihre Adresse ist, kann dies ein Hinweis darauf sein, dass ein Proxy nicht richtig konfiguriert ist.", "Your remote address \"%s\" is not brute-force throttled." : "Ihre Remote-Adresse \"%s\" ist nicht durch die Brute-Force-Erkennung gedrosselt.", + "Old administration imported certificates" : "Alte, von der Adminstration importierte Zertifikate", + "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Eine Hintergrundaufgabe, die nach, von der Adminstration importierten SSL-Zertifikaten sucht, läuft noch. Bitte später erneut versuchen.", + "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige, von der Administration importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Du kannst diese über den Befehl \"occ security:certificates:import\" in der Befehlszeile importieren. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", + "Code integrity" : "Codeintegrität", + "Integrity checker has been disabled. Integrity cannot be verified." : "Die Integritätsprüfung wurde deaktiviert. Die Integrität kann nicht überprüft werden.", + "No altered files" : "Keine veränderten Dateien", + "Some files have not passed the integrity check. {link1} {link2}" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. {link1} {link2}", + "Cron errors" : "Cron-Fehler", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Es war nicht möglich, den Cron-Job über die CLI auszuführen. Es sind folgende technische Fehler aufgetreten:\n%s", + "The last cron job ran without errors." : "Der letzte Cron-Job wurde ohne Fehler ausgeführt.", + "Cron last run" : "Cron zuletzt ausgeführt", + "Last background job execution ran %s. Something seems wrong. {link}." : "Letzte Hintergrund-Jobausführung lief %s. Etwas scheint nicht in Ordnung zu sein. {link}.", + "Last background job execution ran %s." : "Letzte Hintergrund-Jobausführung lief %s.", + "Data directory protected" : "Datenverzeichnis geschützt", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Dein Datenverzeichnis und deine Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, deinen Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass du es aus dem Document-Root-Verzeichnis des Webservers herausverschiebst.", + "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Konnte nicht überprüfen, ob das Datenverzeichnis geschützt ist. Bitte überprüfe manuell, ob dein Server keinen Zugriff auf das Datenverzeichnis erlaubt.", "Database missing columns" : "In der Datenbank fehlen Spalten", "Missing optional column \"%s\" in table \"%s\"." : "Fehlende optionale Spalte \"%s\" in der Tabelle \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In der Datenbank fehlen einige optionale Spalten. Da das Hinzufügen von Spalten bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch hinzugefügt, wenn sie optional sein können. Durch Ausführen von \"occ db:add-missing-columns\" können diese fehlenden Spalten manuell hinzugefügt werden, während die Instanz weiter läuft. Sobald die Spalten hinzugefügt sind, könnten einige Funktionen die Reaktionsfähigkeit oder die Benutzerfreundlichkeit verbessern.", "Database missing indices" : "In der Datenbank fehlen Indizes", - "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", "Database missing primary keys" : "In der Datenbank fehlen Primärschlüssel", "Missing primary key on table \"%s\"." : "Fehlender Primärschlüssel in Tabelle \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "In der Datenbank fehlen einige Primärschlüssel. Aufgrund der Tatsache, dass das Hinzufügen von Primärschlüsseln bei großen Tabellen einige Zeit dauern konnte, wurden sie nicht automatisch hinzugefügt. Durch Ausführen von \"occ db:add-missing-primary-keys\" können diese fehlenden Primärschlüssel manuell hinzugefügt werden, während die Instanz weiter läuft.", "Database pending bigint migrations" : "Datenbank mit ausstehenden Bigint-Migrationen", "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in Big Int. Da die Änderung der Spaltentypen bei großen Tabellen einige Zeit in Anspruch nehmen kann, erfolgt die Änderung nicht automatisch. Durch Ausführen von \"occ db:convert-filecache-bigint“ können diese ausstehenden Änderungen manuell durchgeführt werden. Bei der Durchführung muss die Instanz offline sein.", + "Debug mode" : "Debug-Modus", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Diese Instanz wird im Debug-Modus ausgeführt. Aktiviere dies nur für die lokale Entwicklung und nicht in Produktionsumgebungen.", + "Debug mode is disabled." : "Debug-Modus ist deaktiviert.", "Default phone region" : "Standard-Telefonregion", "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "Für deine Installation ist keine Standard-Telefonregion festgelegt. Dies ist erforderlich, um Telefonnummern in den Profileinstellungen ohne Ländercode überprüfen zu können. Um Nummern ohne Ländervorwahl zuzulassen, füge bitte „default_phone_region“ mit dem entsprechenden ISO 3166-1-Code der Region zu deiner Konfigurationsdatei hinzu.", "Email test" : "E-Mail-Test", @@ -144,12 +168,21 @@ OC.L10N.register( "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Die Datenbank wird für transaktionale Dateisperren verwendet. Um die Leistung zu verbessern, konfiguriere bitte Memcache, falls verfügbar.", "Forwarded for headers" : "Für Header weitergeleitet", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Ihre \"trusted_proxies“-Einstellungen sind nicht korrekt, es sollte ein Array sein.", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "Deine „trusted_proxies“-Einstellung ist nicht richtig eingestellt, es sollte ein Array von IP-Adressen sein – optional mit einem Bereich in CIDR-Notation.", "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Die Konfiguration des Reverse-Proxy-Headers ist falsch. Dies stellt ein Sicherheitsproblem dar und kann es einem Angreifer ermöglichen, seine IP-Adresse so zu fälschen, dass sie für Nextcloud sichtbar ist.", "Your IP address was resolved as %s" : "Ihre IP-Adresse wurde aufgelöst als %s", "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Die Konfiguration des Reverse-Proxy-Headers ist falsch oder du greifst über einen vertrauenswürdigen Proxy auf Nextcloud zu. Andernfalls stellt dies ein Sicherheitsproblem dar und kann es einem Angreifer ermöglichen, seine IP-Adresse so zu fälschen, dass sie für Nextcloud sichtbar ist.", + "HTTPS access and URLs" : "HTTPS-Zugriff und URLs", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Unsicherer Zugriff auf die Website über HTTP. Es wird dringend empfohlen, deinen Server so einzurichten, dass HTTPS erforderlich ist. Ohne HTTPS funktionieren einige wichtige Webfunktionen wie \"Kopieren in die Zwischenablage\" oder \"Service Worker\" nicht!", + "Accessing site insecurely via HTTP." : "Unsicherer Zugriff auf die Website über HTTP.", + "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Du greifst über eine sichere Verbindung auf deine Instanz zu, und deine Instanz erstellt sichere URLs.", "Internet connectivity" : "Internetverbindung", "Internet connectivity is disabled in configuration file." : "Die Internetverbindung ist in der Konfigurationsdatei deaktiviert.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen externer Speicher, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren. Um alle Funktionen nutzen zu können, stelle bitte eine Internet-Verbindung für diesen Server her.", + "JavaScript modules support" : "JavaScript-Modulunterstützung", + "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Dein Webserver liefert `.mjs`-Dateien nicht mit dem JavaScript MIME-Typ. Dadurch werden einige Apps beeinträchtigt, da Browser die JavaScript-Dateien nicht ausführen können. Konfiguriere deinen Webserver so, dass er `.mjs`-Dateien entweder mit dem MIME-Typ `text/javascript` oder `application/javascript` ausliefert.", + "JavaScript source map support" : "Unterstützung für JavaScript-Quellkarten", + "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Dein Webserver ist nicht für die Bereitstellung von `.js.map`-Dateien eingerichtet. Ohne diese Dateien funktionieren JavaScript Source Maps nicht ordnungsgemäß, was die Fehlersuche und -behebung eventuell auftretender Probleme erschwert.", "Old server-side-encryption" : "Alte serverseitige Verschlüsselung", "Disabled" : "Deaktiviert", "The old server-side-encryption format is enabled. We recommend disabling this." : "Das alte serverseitige Verschlüsselungsformat ist aktiviert. Es wird empfohlen, es zu deaktivieren.", @@ -159,8 +192,21 @@ OC.L10N.register( "Memcache" : "Memcache", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Es wurde kein Speichercache konfiguriert. Um die Leistung zu verbessern, konfiguriere bitte Memcache, sofern verfügbar.", "Configured" : "Eingerichtet", + "MySQL Unicode support" : "MySQL Unicode-Unterstützung", + "You are not using MySQL" : "Du verwendest kein MySQL", + "MySQL is used as database and does support 4-byte characters" : "MySQL wird als Datenbank verwendet und unterstützt 4-Byte-Zeichen", + "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um 4-Byte-Zeichen (wie Emojis) ohne Probleme z.B. in Dateinamen oder Kommentaren verwenden zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren.", + "OCS provider resolving" : "OCS Anbieter-Auflösung", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Es konnte nicht überprüft werden, ob dein Web-Server die OCM- und OCS-Anbieter-URLs ordnungsgemäß auflöst.", + "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Dein Webserver ist nicht ordnungsgemäß für die Auflösung von %1$s eingerichtet.\nDies hängt höchstwahrscheinlich mit einer Webserver-Konfiguration zusammen, die nicht dahingehend aktualisiert wurde, diesen Ordner direkt zu auszuliefern.\nBitte vergleiche deine Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation mitgelieferten.\nAuf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.", + "Overwrite CLI URL" : "CLI-URL überschreiben", + "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "Die Option \"overwrite.cli.url\" in deiner config.php ist korrekt auf \"%s\" festgelegt.", + "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "Die Option \"overwrite.cli.url\" in deiner config.php ist auf \"%s\" festgelegt. Dies ist eine gültige URL. Die vorgeschlagene URL lautet \"%s\".", + "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Bitte stelle sicher, dass du die Option \"overwrite.cli.url\" in deiner config.php-Datei auf die URL setzt, die deine Benutzenden hauptsächlich verwenden, um auf diese Nextcloud zuzugreifen. Vorschlag: \"%s\". Andernfalls kann es Probleme bei der URL-Generierung über Cron geben. (Es ist jedoch möglich, dass die vorgeschlagene URL nicht die URL ist, die Ihre Benutzer hauptsächlich verwenden, um auf diese Nextcloud zuzugreifen. Am besten überprüfst du dies in jedem Fall.)", "PHP default charset" : "PHP-Standardzeichensatz", "PHP configuration option \"default_charset\" should be UTF-8" : "Die PHP-Konfigurationsoption \"default_charset\" sollte UTF-8 sein", + "PHP set_time_limit" : "PHP set_time_limit", + "The function is available." : "Die Funktion ist verfügbar.", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Die PHP-Funktion \"set_time_limit\" ist nicht verfügbar. Dies kann in angehaltenen Scripten oder einer fehlerhaften Installation resultieren. Es wird dringend empfohlen, diese Funktion zu aktivieren.", "Freetype" : "Freetype", "Supported" : "Unterstützt", @@ -170,29 +216,77 @@ OC.L10N.register( "PHP memory limit" : "PHP-Speicherlimit", "The PHP memory limit is below the recommended value of %s." : "Die PHP-Speichergrenze liegt unterhalb des empfohlenen Wertes von %s.", "PHP modules" : "PHP-Module", + "increases language translation performance and fixes sorting of non-ASCII characters" : "Erhöht die Sprach-Übersetzungsleistung und behebt ein Problem mit der Sortierung von Nicht-ASCII-Zeichen", + "for Argon2 for password hashing" : "für Argon2 zum Passwort-Hashing", + "for WebAuthn passwordless login" : "für WebAuthn passwortlose Anmeldung", + "for WebAuthn passwordless login, and SFTP storage" : "für WebAuthn passwortlose Anmeldung und SFTP-Speicher", + "for picture rotation in server and metadata extraction in the Photos app" : "für Bildrotation im Server und Metadatenextraktion in der Fotos-App", "This instance is missing some required PHP modules. It is required to install them: %s." : "Dieser Instanz fehlen einige erforderliche PHP-Module. Folgende Module müssen installiert sein:%s .", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "Dieser Instanz fehlen einige empfohlene PHP-Module. Für eine verbesserte Leistung und bessere Kompatibilität wird dringend empfohlen, diese zu installieren:\n%s", + "PHP opcache" : "PHP OPcache", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. Für eine bessere Leistung empfiehlt es sich, das Modul in deiner PHP-Installation zu laden.", + "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache ist deaktiviert. Für eine bessere Leistung empfiehlt es sich, in der PHP-Konfiguration \"opcache.enable=1\" zu setzen.", + "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "Der OPcache mit gemeinsamem Speicher ist deaktiviert. Für eine bessere Leistung wird empfohlen, \"opcache.file_cache_only=0\" in die PHP-Konfiguration aufzunehmen und den Dateicache nur als Second Level Cache zu verwenden.", + "OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "OPcache funktioniert nicht wie erwartet, opcache_get_status() gibt false zurück, bitte die Konfiguration überprüfen.", + "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply \"opcache.max_accelerated_files\" to your PHP configuration with a value higher than \"%s\"." : "Die maximale Anzahl der OPcache-Schlüssel wird annähernd überschritten. Um sicherzustellen, dass alle Skripte im Cache gespeichert werden können, empfiehlt es sich, \"opcache.max_accelerated_files\" mit einem Wert größer als \"%s\" in der PHP-Konfiguration zu setzen.", + "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\"." : "Der OPcache-Puffer ist fast voll. Um sicherzustellen, dass alle Skripte im Cache gehalten werden können, wird empfohlen, \"opcache.memory_consumption\" in der PHP-Konfiguration mit einem Wert höher als \"%s\" zu setzen.", + "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "Der \"OPcache interned strings\"-Puffer ist fast voll. Um sicherzustellen, dass sich wiederholende Strings effektiv zwischengespeichert werden können, wird empfohlen, \"opcache.interned_strings_buffer\" mit einem Wert größer als \"%s\" in der PHP-Konfiguration zu setzen.", + "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache ist so konfiguriert, dass Code-Kommentare entfernt werden Mit aktiviertem OPcache muss \"opcache.save_comments=1\" gesetzt werden, damit die Nextcloud funktioniert.", + "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud darf die OPcache-API nicht verwenden. Mit aktiviertem OPcache wird empfohlen, alle Nextcloud-Verzeichnisse mit \"opcache.restrict_api\" einzuschließen oder diese Einstellung zu deaktivieren, um OPcache API-Beschränkungen zu deaktivieren und Fehler während Nextcloud-Core- oder App-Aktualisierungen zu vermeiden.", + "The PHP OPcache module is not properly configured. %s." : "Das PHP OPcache-Modul ist nicht ordnungsgemäß konfiguriert. %s.", + "Correctly configured" : "Korrekt konfiguriert", "PHP version" : "PHP-Version", + "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du verwendest derzeit PHP %s. PHP 8.1 ist ab Nextcloud 30 veraltet. Nextcloud 31 erfordert möglicherweise mindestens PHP 8.2. Bitte aktualisiere so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP-Gruppe.", "You are currently running PHP %s." : "Du benutzt aktuell PHP %s.", "PHP \"output_buffering\" option" : "PHP-Option \"output_buffering\"", "PHP configuration option \"output_buffering\" must be disabled" : "Die PHP-Konfigurationsoption \"output_buffering“ muss deaktiviert sein", + "Push service" : "Push-Dienst", + "Valid enterprise license" : "Gültige Unternehmenslizenz", + "Free push service" : "Kostenloser Push-Dienst", + "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}." : "Dies ist der nicht unterstützte Community-Build von Nextcloud. Angesichts der Größe dieser Instanz können Leistung, Zuverlässigkeit und Skalierbarkeit nicht garantiert werden. Push-Benachrichtigungen wurden beschränkt, um eine Überlastung unseres kostenlosen Dienstes zu vermeiden. Erfahre mehr über die Vorteile von Nextcloud Enterprise unter {link}.", "Random generator" : "Zufallsgenerator", "No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "PHP hat keine geeignete Quelle für Zufälligkeit gefunden, wovon aus Sicherheitsgründen dringend abgeraten wird.", "Secure" : "Sicher", "Configuration file access rights" : "Zugriffsrechte für die Konfigurationsdatei", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Die schreibgeschützte Konfiguration wurde aktiviert. Dies verhindert das Setzen einiger Einstellungen über die Web-Oberfläche. Weiterhin muss bei jedem Update der Schreibzugriff auf die Datei händisch aktiviert werden.", "Nextcloud configuration file is writable" : "Die Nextcloud-Konfigurationsdatei ist beschreibbar", + "HTTP headers" : "HTTP-Header", + "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "- Der `%1$s`-HTTP-Header ist nicht auf `%2$s` gesetzt. Einige Funktionen arbeiten möglicherweise nicht richtig. Es wird daher empfohlen, diese Einstellung entsprechend anzupassen.", + "- The `%1$s` HTTP header is not set to `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- Der HTTP-Header `%1$s` ist nicht auf `%2$s` gesetzt. Dies stellt ein potenzielles Sicherheits- oder Datenschutzrisiko dar und es wird empfohlen, diese Einstellung zu ändern.", + "- The `%1$s` HTTP header does not contain `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- Der HTTP-Header `%1$s` enthält nicht `%2$s`. Dies stellt ein potenzielles Sicherheits- oder Datenschutzrisiko dar und es wird empfohlen, diese Einstellung zu ändern.", + "- The `%1$s` HTTP header is not set to `%2$s`, `%3$s`, `%4$s`, `%5$s` or `%6$s`. This can leak referer information. See the {w3c-recommendation}." : "- Der HTTP-Header `%1$s` ist nicht auf \"%2$s\", \"%3$s\", \"%4$s\", \"%5$s\" oder \"%6$s\" gesetzt. Dadurch können Verweisinformationen preisgegeben werden. Siehe die {w3c-recommendation}.", + "- The `Strict-Transport-Security` HTTP header is not set to at least `%d` seconds (current value: `%d`). For enhanced security, it is recommended to use a long HSTS policy." : "- Der HTTP-Header `Strict-Transport-Security` ist nicht auf mindestens `%d` Sekunden eingestellt (aktueller Wert: `%d`). Für erhöhte Sicherheit wird die Verwendung einer langen HSTS-Richtlinie empfohlen.", + "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS." : "- Der `Strict-Transport-Security`-HTTP-Header ist fehlerhaft: `%s`. Für erhöhte Sicherheit wird empfohlen, HSTS zu aktivieren.", + "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- Der `Strict-Transport-Security`-HTTP-Header ist nicht gesetzt (er sollte mindestens `%d` Sekunden betragen). Für erhöhte Sicherheit wird empfohlen, HSTS zu aktivieren.", + "Some headers are not set correctly on your instance" : "Einige Header sind in deiner Instanz nicht richtig eingestellt", + "Could not check that your web server serves security headers correctly. Please check manually." : "Es konnte nicht überprüft werden, ob dein Webserver Sicherheitsheader korrekt bereitstellt. Bitte überprüfen Sie dies manuell.", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Es konnte nicht überprüft werden, ob dein Webserver Sicherheitsheader korrekt bereitstellt. Die Abfrage von `%s` ist nicht möglich", + "Your server is correctly configured to send security headers." : "Dein Server ist korrekt für das Senden von Sicherheitsheadern konfiguriert.", "Database version" : "Datenbankversion", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und benötigen MariaDB 10.2 oder neuer.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützten diese Version nicht und benötigen MySQL 8.0 oder MariaDB 10.2 oder neuer.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und beötigen PostgreSQL 9.6 oder neuer.", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Als Backend-Datenbank wird derzeit SQLite verwendet. Bei größeren Installationen empfehlen wir den Wechsel auf ein anderes Datenbank-Backend. Dies empfiehlt sich insbesondere bei der Nutzung des Desktop-Clients zur Dateisynchronisierung. Um zu einer anderen Datenbank zu migrieren, verwende das Befehlszeilentool: \"occ db:convert-type\".", "Unknown database platform" : "Unbekannte Datenbankplattform", "Architecture" : "Architektur", "64-bit" : "64-bit", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Anscheinend verwendest du eine 32-Bit-PHP-Version. Nextcloud benötigt 64-Bit, um gut zu laufen. Bitte aktualisiere dein Betriebssystem und PHP auf 64-Bit!", + "Temporary space available" : "Temporärer Platz verfügbar", + "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Fehler beim Überprüfen des temporären PHP-Pfads - er wurde nicht ordnungsgemäß auf ein Verzeichnis festgelegt. Zurückgegebener Wert: %s", + "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "Fehler beim Prüfen des verfügbaren Festplattenspeichers des temporären PHP-Pfads oder kein freien Festplattenspeicherplatz zurückgegeben. Temporärer Pfad: %s", + "- %.1f GiB available in %s (PHP temporary directory)" : "- %.1f GiB verfügbar in %s (PHP temporäres Verzeichnis)", + "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f GiB verfügbar in %s (Nextcloud temporäres Verzeichnis)", + "Temporary directory is correctly configured:\n%s" : "Das temporäre Verzeichnis ist korrekt konfiguriert:\n%s", + "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "Diese Instanz verwendet einen S3-basierten Objektspeicher als Primärspeicher und verfügt über ausreichend Speicherplatz im temporären Verzeichnis. \n%s", + "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "Diese Instanz verwendet einen S3-basierten Objektspeicher als Primärspeicher. Die hochgeladenen Dateien werden temporär auf dem Server gespeichert und es wird daher empfohlen, 50 GiB freien Speicherplatz im temp-Verzeichnis von PHP zur Verfügung zu haben. Um dies zu verbessern, ändere bitte das temporäre Verzeichnis in der php.ini oder stelle mehr Platz in diesem Pfad zur Verfügung. \nDie Überprüfung des verfügbaren Speicherplatzes im temporären Pfad ergab %.1f GiB anstelle der empfohlenen 50 GiB. Pfad: %s", "Database transaction isolation level" : "Isolationsstufe der Datenbanktransaktion", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Deine Datenbank läuft nicht mit der Transaktionsisolationsstufe \"READ COMMITED\". Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.", "Was not able to get transaction isolation level: %s" : "Die Isolationsstufe der Transaktion konnte nicht ermittelt werden: %s", + ".well-known URLs" : ".well-known URLs", + "`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "`check_for_working_wellknown_setup` ist in deiner Konfiguration auf „false“ gesetzt, daher wurde diese Prüfung übersprungen.", + "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Es konnte nicht überprüft werden, ob dein Webserver `.well-known` korrekt bereitstellt. Bitte überprüfe dies manuell.", + "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "Dein Webserver ist nicht ordnungsgemäß für die Auflösung von `.well-known`-URLs eingerichtet. Fehler bei: `%s`", + "Your server is correctly configured to serve `.well-known` URLs." : "Dein Server ist korrekt für die Bereitstellung von `.well-known`-URLs konfiguriert.", + "WOFF2 file loading" : "WOFF2-Datei laden", + "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Konnte die Prüfung der WOFF2-Ladeunterstützung nicht durchführen. Bitte überprüfe manuell, ob dein Webserver `.woff2`-Dateien bereitstellt.", + "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "Dein Web-Server ist nicht richtig eingerichtet um .woff2-Dateien auszuliefern. Dies liegt meist an der Nginx-Konfiguration. Für Nextcloud 15 wird eine Anpassung für die Auslieferung von .woff2-Dateien benötigt. Vergleiche deine Nginx-Konfiguration mit der empfohlenen Nginx-Konfiguration in unserer Dokumentation.", "Profile information" : "Profilinformation", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profilbild, vollständiger Name, E-Mail-Adresse, Telefonnummer, Adresse, Webseite, X, Organisation, Rolle, Überschrift, Biografie und ob dein Profil aktiviert ist", "Nextcloud settings" : "Nextcloud-Einstellungen", @@ -215,13 +309,20 @@ OC.L10N.register( "Allow resharing" : "Weiterverteilen erlauben", "Allow sharing with groups" : "Teilen mit Gruppen erlauben", "Restrict users to only share with users in their groups" : "Benutzer auf das Teilen innerhalb ihrer Gruppen beschränken", + "Ignore the following groups when checking group membership" : "Die folgenden Gruppen beim Überprüfen der Gruppenmitgliedschaft ignorieren", "Allow users to share via link and emails" : "Benutzern erlauben, Inhalte über Links und E-Mails zu teilen", "Allow public uploads" : "Öffentliches Hochladen erlauben", "Always ask for a password" : "Immer nach einem Passwort fragen", "Enforce password protection" : "Passwortschutz erzwingen", "Exclude groups from password requirements" : "Gruppen von Passwortanforderungen ausschließen", "Exclude groups from creating link shares" : "Gruppen von der Erstellung von Link-Freigaben ausschließen", + "Limit sharing based on groups" : "Freigeben basierend auf Gruppen beschränken", + "Allow sharing for everyone (default)" : "Teilen für alle erlauben (Standard)", + "Exclude some groups from sharing" : "Einige Gruppen vom Teilen ausschließen", + "Limit sharing to some groups" : "Teilen auf einige Gruppen beschränken", + "Groups allowed to share" : "Gruppen, die teilen dürfen", "Groups excluded from sharing" : "Von der Linkfreigabe ausgeschlossene Gruppen", + "Not allowed groups will still be able to receive shares, but not to initiate them." : "Nicht zugelassene Gruppen können zwar weiterhin Freigaben empfangen, aber nicht erstellen.", "Set default expiration date for shares" : "Lege das Standardablaufdatum für Freigaben fest", "Enforce expiration date" : "Ablaufdatum erzwingen", "Default expiration time of new shares in days" : "Standardablaufzeit neuer Freigaben in Tagen", @@ -233,10 +334,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Standardablaufzeit für Link- oder E-Mail-Freigaben festlegen", "Default expiration time of shares in days" : "Standardablaufzeit für Freigaben in Tagen", "Privacy settings for sharing" : "Datenschutzeinstellungen bezüglich des Teilens", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Wenn die Autovervollständigung \"gleiche Gruppe\" und \"Rufnummernintegration\" aktiviert ist, reicht eine Übereinstimmung in einem der beiden Bereiche aus, um den Benutzer anzuzeigen.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Benutzern innerhalb derselben Gruppen die automatische Vervollständigung von Benutzernamen erlauben und Systemadressbücher auf Benutzer derselben Gruppen beschränken", - "Allow username autocompletion to users based on phone number integration" : "Automatische Vervollständigung des Benutzernamens für Benutzer basierend auf der Rufnummernintegration zulassen", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Ermöglicht die automatische Vervollständigung, wenn der vollständigen Namen oder die E-Mail-Adresse eingeben wird (ignoriert fehlende Telefonbuchübereinstimmungen und bei gleicher Gruppenzugehörigkeit)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Zeige Haftungsausschluss auf der öffentlichen Upload-Seite (Wird nur gezeigt, wenn die Dateiliste nicht angezeigt wird.) ", "Disclaimer text" : "Haftungsausschlusstext", @@ -246,6 +344,7 @@ OC.L10N.register( "Deleted disclaimer text" : "Haftungsausschlusstext gelöscht", "Could not set disclaimer text" : "Haftungsausschlusstext konnte nicht festgelegt werden", "Two-Factor Authentication" : "Zwei-Faktor-Authentifizierung", + "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Konten und spezifische Gruppen erzwungen werden. Wenn du keinen Anbieter für Zwei-Faktor-Authentifizierung konfiguriert hast, kannst du dich nicht am System anmelden.", "Enforce two-factor authentication" : "Zwei-Faktor-Authentifizierung erzwingen", "Limit to groups" : "Auf Gruppen beschränken", "Enforcement of two-factor authentication can be set for certain groups only." : "Erzwingen der Zwei-Faktor-Authentifizierung kann nur für bestimmte Gruppen eingestellt werden.", @@ -253,6 +352,7 @@ OC.L10N.register( "Enforced groups" : "Erzwungene Gruppen", "Two-factor authentication is not enforced for members of the following groups." : "Zwei-Faktor-Authentifizierung wird für Mitglieder der folgenden Gruppen nicht erzwungen.", "Excluded groups" : "Ausgeschlossene Gruppen", + "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Konto 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Konten aktiviert, außer für solche der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Kontendieser Gruppen aktiviert. Ist ein Konto sowohl in einer ausgewählten als auch in einer ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert.", "Save changes" : "Änderungen speichern", "Show details for {appName} app" : "Details für die App {appName} anzeigen", "Update to {update}" : "Aktualisieren auf {update}", @@ -261,6 +361,7 @@ OC.L10N.register( "Featured" : "Vorgestellt", "This app is supported via your current Nextcloud subscription." : "Diese App wird von deinem aktuellen Nextcloud-Abonnement unterstützt.", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Vorgestellte Apps werden von und innerhalb der Nextcloud-Community entwickelt. Sie stellen zentrale Funktionen bereit und sind für den produktiven Einsatz geeignet.", + "Community rating: {score}/5" : "Community-Bewertung: {score}/5", "All apps are up-to-date." : "Alle Apps sind aktuell.", "Icon" : "Symbol", "Name" : "Name", @@ -274,7 +375,16 @@ OC.L10N.register( "_%n app has an update available_::_%n apps have an update available_" : ["Für eine App ist eine Aktualisierung verfügbar.","Für %n Apps sind Aktualisierungen verfügbar."], "_Update_::_Update all_" : ["Aktualisieren","Alle aktualisieren"], "Nothing to show" : "Nichts anzuzeigen", + "Could not load section content from app store." : "Abschnittsinhalt konnte nicht aus dem App Store geladen werden.", "Loading" : "Lade", + "Fetching the latest news…" : "Aktuelle Nachrichten werden abgerufen…", + "Could not load app discover section" : "Der App-Entdeckungsabschnitt konnte nicht geladen werden", + "Could not render element" : "Element konnte nicht dargestellt werden", + "Carousel" : "Karussell", + "Previous slide" : "Vorherige Folie", + "Next slide" : "Nächste Folie", + "Choose slide to display" : "Folie zum Anzeigen auswählen", + "{index} of {total}" : "{index} von {total}", "Description" : "Beschreibung", "Details" : "Details", "All" : "Alle", @@ -284,6 +394,7 @@ OC.L10N.register( "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine untere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine obere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Diese App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:", + "Latest updated" : "Zuletzt aktualisiert", "Author" : "Autor", "Categories" : "Kategorien", "Resources" : "Ressourcen", @@ -292,13 +403,17 @@ OC.L10N.register( "Report a bug" : "Einen technischen Fehler melden", "Request feature" : "Funktion vorschlagen", "Ask questions or discuss" : "Fragen stellen oder diskutieren", + "Rate the app" : "App bewerten", "Rate" : "Bewerten", "View in store" : "Im Store anzeigen", "Visit website" : "Webseite besuchen", + "Usage documentation" : "Nutzungsdokumentation", "Admin documentation" : "Dokumentation für Administratoren", "Developer documentation" : "Dokumentation für Entwickler", "Changelog" : "Liste der Veränderungen", "Device name" : "Gerätename", + "Cancel renaming" : "Umbenennen abbrechen", + "Save new name" : "Neuen Namen speichern", "Marked for remote wipe" : "Für Fernlöschung markiert", "Device settings" : "Geräteeinstellungen", "Allow filesystem access" : "Erlaube Dateisystem-Zugriff", @@ -311,7 +426,10 @@ OC.L10N.register( "{productName} Android app" : "{productName} Android-App", "{productName} Talk for iOS" : "{productName} Talk für iOS", "{productName} Talk for Android" : "{productName} Talk für Android", + "Sync client" : "Sync-Client", "This session" : "Diese Sitzung", + "{client} - {version} ({system})" : "{client} - {version} ({system})", + "{client} - {version}" : "{client} - {version}", "Device" : "Gerät", "Last activity" : "Letzte Aktivität", "Devices & sessions" : "Geräte & Sitzungen", @@ -319,23 +437,36 @@ OC.L10N.register( "App name" : "App-Name", "Create new app password" : "Neues App-Passwort erstellen", "Error while creating device token" : "Fehler beim Erstellen des Geräte-Tokens", + "New app password" : "Neues App-Passwort", + "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Verwende die unten stehenden Anmeldeinformationen, um deine App oder dein Gerät zu konfigurieren. Aus Sicherheitsgründen wird dieses Passwort nur einmal angezeigt.", "Login" : "Anmelden", "Password" : "Passwort", "Show QR code for mobile apps" : "QR-Code für mobile Apps anzeigen", + "App password copied!" : "App-Passwort kopiert!", + "Copy app password" : "App-Passwort kopieren", + "Login name copied!" : "Anmeldename kopiert!", + "Copy login name" : "Anmeldename kopieren", "Could not copy app password. Please copy it manually." : "Das Passwort für die App konnte nicht kopiert werden. Bitte kopiere es manuell.", + "Could not copy login name. Please copy it manually." : "Der Anmeldename konnte nicht kopiert werden. Bitte kopiere ihn manuell.", "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Damit der Server ordnungsgemäß funktioniert, ist es wichtig, Hintergrundjobs richtig zu konfigurieren. Cron ist die empfohlene Einstellung. Weitere Informationen findest du in der Dokumentation.", "Last job execution ran {time}. Something seems wrong." : "Der letzte Job lief {time}. Etwas scheint falsch zu sein.", "Last job ran {relativeTime}." : "Der letzte Job lief {relativeTime}.", "Background job did not run yet!" : "Hintergrund-Job wurde bislang nicht ausgeführt!", "AJAX" : "AJAX", + "Execute one task with each page loaded. Use case: Single account instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelkonto-Installation.", "Webcron" : "Webcron", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php ist bei einem Webcron-Dienst registriert, um cron.php alle 5 Minuten über HTTP aufzurufen. Anwendungsfall: Sehr kleine Instanz (1–5 Konten, je nach Nutzung).", "Cron (Recommended)" : "Cron (Empfohlen)", "Use system cron service to call the cron.php file every 5 minutes." : "Den System-Cron-Dienst verwenden, um die Datei cron.php alle 5 Minuten aufzurufen.", + "The cron.php needs to be executed by the system account \"{user}\"." : "Die cron.php muss von dem Systemkonto \"{user}\" ausgeführt werden.", "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Die PHP-POSIX-Erweiterung ist erforderlich. Weitere Einzelheiten findest du in der {linkstart}PHP-Dokumentation{linkend}.", "Unable to update background job mode" : "Hintergrund-Job-Modus kann nicht aktualisiert werden", "Profile" : "Profil", + "Enable or disable profile by default for new accounts." : "Profil für neue Konten standardmäßig aktivieren oder deaktivieren.", "Enable" : "Aktivieren", "Unable to update profile default setting" : "Standardeinstellung des Profils kann nicht aktualisiert werden", + "{app}'s declarative setting field: {name}" : "Deklaratives Einstellungsfeld von {app}: {name}", + "Failed to save setting" : "Einstellung konnte nicht gespeichert werden", "Server-side encryption" : "Serverseitige Verschlüsselung", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Serverseitige Verschlüsselung ermöglicht es, die auf diesen Server hochgeladenen Dateien zu verschlüsseln. Dies führt allerdings auch zu Nachteilen, wie z. B. einem Geschwindigkeitsverlust. Sie sollte deshalb nur eingeschaltet werden, wenn sie wirklich benötigt wird.", "Enable server-side encryption" : "Serverseitige Verschlüsselung aktivieren", @@ -350,6 +481,7 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Du musst deine Verschlüsselungsschlüssel von der alten Verschlüsselung (ownCloud <= 8.0) auf die neue migrieren. Bitte aktiviere das \"Standardverschlüsselungsmodul\" und führe {command} aus.", "Unable to update server side encryption config" : "Die Serverseitige Verschlüsselungskonfiguration kann nicht aktualisiert werden.", "Please confirm the group removal" : "Bitte bestätige die Löschung der Gruppe ", + "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Du bist im Begriff, die Gruppe \"{group}\" zu entfernen. Die Konten werden NICHT gelöscht.", "Cancel" : "Abbrechen", "Confirm" : "Bestätigen", "Submit" : "Übermitteln", @@ -380,6 +512,7 @@ OC.L10N.register( "Your full name" : "Dein vollständiger Name", "Primary email for password reset and notifications" : "Primäre E-Mail-Adresse für Benachrichtigungen und zum Zurücksetzen des Passworts", "Email options" : "E-Mail-Optionen", + "Options for additional email address {index}" : "Optionen für zusätzliche E-Mail-Adresse {index}", "Remove primary email" : "Primäre E-Mail-Adresse entfernen", "Delete email" : "E-Mail löschen", "This address is not confirmed" : "Diese Adresse ist nicht bestätigt", @@ -398,6 +531,7 @@ OC.L10N.register( "Help translate" : "Hilf bei der Übersetzung mit", "Unable to update language" : "Sprache konnte nicht aktualisiert werden", "No language set" : "Keine Sprache eingestellt.", + "Locales" : "Gebietsschemen", "Week starts on {firstDayOfWeek}" : "Woche beginnt am {firstDayOfWeek}", "Unable to update locale" : "Gebietsschema konnte nicht aktualisiert werden.", "No locale set" : "Kein Gebietsschema festgelegt", @@ -405,6 +539,7 @@ OC.L10N.register( "Your organisation" : "Deine Organisation", "Your phone number" : "Deine Telefonnummer", "Edit your Profile visibility" : "Sichtbarkeit des Profils anpassen", + "Enable profile" : "Profil aktivieren", "Unable to update profile enabled state" : "Der Status für aktiviertes Profil konnte nicht aktualisiert werden", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Die restriktivere Einstellung von Sichtbarkeit oder Bereich wird in deinem Profil berücksichtigt. Wenn beispielsweise die Sichtbarkeit auf \"Für jeden sichtbar\" und der Bereich auf \"Privat\" festgelegt ist, wird \"Privat\" respektiert.", "Unable to update visibility of {displayId}" : "Sichtbarkeit von {displayId} kann nicht aktualisiert werden", @@ -412,6 +547,7 @@ OC.L10N.register( "Your X (formerly Twitter) handle" : "Dein X (früher Twitter)-Handle", "Your website" : "Deine Internetseite", "No {property} set" : "Keine {property} eingestellt", + "Invalid value" : "Ungültiger Wert", "Unable to update {property}" : "{property} konnte nicht aktualisiert werden.", "Change scope level of {property}, current scope is {scope}" : "Ändern des Geltungsbereich von {property}, aktueller Bereich ist {scope}", "Unable to update federation scope of the primary {property}" : "Der Federations-Bereich des primären {property} kann nicht aktualisiert werden.", @@ -424,54 +560,53 @@ OC.L10N.register( "Reshare" : "Weiterteilen", "No accounts" : "Keine Konten", "Loading accounts …" : "Lade Konten...", + "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Kontenliste. Diese Liste wird aus Performance-Gründen nicht vollständig ausgegeben. Die Konten werden ausgegeben, wenn du durch die Liste navigierst.", "Default language" : "Standard-Sprache", "Common languages" : "Gängige Sprachen", "Other languages" : "Weitere Sprachen", "Password change is disabled because the master key is disabled" : "Das Ändern des Passwortes ist deaktiviert, da der Master-Schlüssel deaktiviert ist", - "New user" : "Neuer Benutzer", + "New account" : "Neues Konto", "Display name" : "Anzeigename", "Either password or email is required" : "Passwort oder E-Mail-Adresse ist erforderlich.", "Password (required)" : "Passwort (erforderlich)", "Email (required)" : "E-Mail-Adresse (erforderlich)", "Email" : "E-Mail-Adresse", "Groups (required)" : "Gruppen (erforderlich)", - "Set user groups" : "Benutzergruppen einstellen", "Administered groups" : "Administrierte Gruppen", - "Set user as admin for …" : "Benutzer als Administrator setzen für …", "Quota" : "Kontingent", - "Set user quota" : "Benutzerkontingent einstellen", "Language" : "Sprache", "Set default language" : "Standard-Sprache einstellen", "Manager" : "Manager", - "Add new user" : "Neuen Benutzer hinzufügen", - "Set user manager" : "Benutzermanager setzen", - "Username will be autogenerated" : "Benutzername wird automatisch erzeugt.", - "Username (required)" : "Benutzername (erforderlich)", "Total rows summary" : "Zusammenfassung aller Zeilen", - "Loading users …" : "Lade Benutzer …", "Scroll to load more rows" : "Scrollen, um weitere Zeilen zu laden", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} Benutzer …","{userCount} Benutzer …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} Benutzer","{userCount} Benutzer"], "Avatar" : "Avatar", - "Username" : "Benutzername", + "Account name" : "Name des Kontos", "Group admin for" : "Gruppenadministrator für", - "User backend" : "Benutzer-Backend", "Storage location" : "Speicherort", "Last login" : "Letzte Anmeldung", - "User actions" : "Benutzeraktionen", + "Account actions" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Password or insufficient permissions message" : "Passwort oder unzureichende Berechtigungen Nachricht", + "Loading account …" : "Lade Konto …", "Change display name" : "Anzeigename ändern", "Set new password" : "Neues Passwort setzen", + "You do not have permissions to see the details of this account" : "Du hast nicht die Berechtigung, die Details dieses Kontos anzusehen.", "Set new email address" : "Neue E-Mail-Adresse setzen", - "Add user to group" : "Benutzer der Gruppe hinzufügen", + "Add account to group" : "Konto zur Gruppe hinzufügen", + "Set account as admin for" : "Konto als Administration festlegen für", + "Select account quota" : "Kontokontigent auswählen", "Set the language" : "Sprache einstellen", + "Set line manager" : "Manager festlegen", "{size} used" : "{size} verwendet", "Delete account" : "Konto löschen", + "Disconnect all devices and delete local data" : "Alle Geräte trennen und lokale Daten löschen", + "Disable account" : "Konto deaktivieren", + "Enable account" : "Konto aktivieren", "Resend welcome email" : "Willkommens-E-Mail erneut senden", "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Im Falle des Verlusts des Gerätes oder der Verlassens der Organisation können mit dieser Funktion sämtliche Nextcloud-Daten von allen Geräten die mit {userid} verbunden sind gelöscht werden. Funktioniert nur wenn das Gerät mit dem Internet verbunden ist.", "Remote wipe of devices" : "Fernlöschung von Geräten", "Wipe {userid}'s devices" : "Lösche {userid}s Geräte", "Wiped {userid}'s devices" : "{userid}'s Geräte bereinigt", + "Failed to update line manager" : "Fehler beim Aktualisieren des Managers", "Fully delete {userid}'s account including all their personal files, app data, etc." : "Vollständig {userid}s Konto löschen inklusive aller persönlichen Dateien, App-Daten, usw.", "Account deletion" : "Löschung des Kontos", "Delete {userid}'s account" : "Konto von {userid} löschen", @@ -479,14 +614,22 @@ OC.L10N.register( "Password was successfully changed" : "Das Passwort wurde erfolgreich geändert", "Email was successfully changed" : "E-Mail wurde erfolgreich geändert", "Welcome mail sent!" : "Willkommens-E-Mail gesendet!", + "Toggle account actions menu" : "Kontenaktionsmenü umschalten", "Done" : "Erledigt", "Edit" : "Bearbeiten", + "Account management settings" : "Kontoverwaltungseinstellungen", "Visibility" : "Sichtbarkeit", "Show language" : "Sprache anzeigen", + "Show account backend" : "Konto-Backend anzeigen", "Show storage path" : "Zeige Speicherpfad", "Show last login" : "Letzte Anmeldung anzeigen", "Sorting" : "Sortiere", + "The system config enforces sorting the groups by name. This also disables showing the member count." : "Die Systemkonfiguration erzwingt die Sortierung der Gruppen nach Namen. Dadurch wird auch die Anzeige der Mitgliederzahl deaktiviert.", + "Group list sorting" : "Sortierung der Gruppenliste", + "By member count" : "Nach Mitgliederzahl", + "By name" : "Nach Name", "Send email" : "E-Mail senden", + "Send welcome email to new accounts" : "Begrüßungs-E-Mail an neuen Konten senden", "Defaults" : "Standardeinstellungen", "Default quota" : "Standardkontingent", "Select default quota" : "Standardkontingent auswählen", @@ -503,8 +646,17 @@ OC.L10N.register( "Your browser does not support WebAuthn." : "Dein Browser unterstützt kein WebAuthn.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Als Administrator kannst du das Teilen-Verhalten feinabstimmen. Weitere Informationen findest du in der Dokumentation.", "You need to enable the File sharing App." : "Du musst die File sharing App aktivieren.", + "Loading app list" : "Lade App-Liste", + "App Store" : "App Store", + "Loading categories" : "Lade Kategorien", + "Developer documentation ↗" : "Entwickler-Dokumentation ↗", + "Version {version}, {license}-licensed" : "Version {version}, {license}-lizensiert", + "Active accounts" : "Aktive Konten", "Admins" : "Administratoren", - "New account" : "Neues Konto", + "Disabled accounts" : "Deaktivierte Konten", + "Account group: {group}" : "Kontengruppe: {group}", + "Account management" : "Kontoverwaltung", + "Creating group…" : "Erstelle Gruppe…", "Create group" : "Gruppe erstellen", "Group name" : "Gruppenname", "Please enter a valid group name" : "Bitte einen gültigen Gruppennamen eingeben", @@ -526,6 +678,9 @@ OC.L10N.register( "Profile visibility" : "Sichtbarkeit deines Profils", "Locale" : "Gebietsschema", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Nicht verfügbar, da diese Eigenschaft für Kernfunktionen wie Dateifreigabe und Kalendereinladungen erforderlich ist.", + "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Nicht verfügbar, da Federation für dein Konto deaktiviert ist. Wende dich an deinen Administrator, wenn du Fragen hast.", + "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Nicht verfügbar, da die Veröffentlichung benutzerspezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wende dich bei Fragen an deine Systemadministration.", + "Discover" : "Entdecken", "Your apps" : "Deine Apps", "Active apps" : "Aktive Apps", "Disabled apps" : "Deaktivierte Apps", @@ -534,24 +689,31 @@ OC.L10N.register( "Featured apps" : "Vorgestellte Apps", "Supported apps" : "Unterstützte Apps", "Show to everyone" : "Für jeden sichtbar", + "Show to logged in accounts only" : "Nur angemeldeten Konten anzeigen", "Hide" : "Ausblenden", "Download and enable" : "Herunterladen und aktivieren", "Allow untested app" : "Ungetestete App zulassen", "The app will be downloaded from the App Store" : "Die App wird aus dem App-Store heruntergeladen", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Diese App ist als nicht-kompatibel mit deiner Nextcloud-Version markiert. Wenn du fortfährst, so kannst du die App installieren. Bitte beachte, dass die App nicht wie erwartet funktionieren könnte.", "Never" : "Niemals", + "Could not register device: Network error" : "Gerät konnte nicht registriert werden: Netzwerkfehler", + "Could not register device: Probably already registered" : "Gerät konnte nicht registriert werden: Wahrscheinlich bereits registriert", + "Could not register device" : "Gerät konnte nicht registriert werden", "An error occurred during the request. Unable to proceed." : "Es ist ein Fehler bei der Anfrage aufgetreten. Es kann nicht fortgefahren werden.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Du wirst in 5 Sekunden zur Aktualisierungsseite weitergeleitet.", "Error: This app cannot be enabled because it makes the server unstable" : "Fehler: Diese App kann nicht aktiviert werden, da sie den Server instabil macht. ", "Do you really want to wipe your data from this device?" : "Möchtest du wirklich alle Daten von diesem Gerät löschen?", "Confirm wipe" : "Löschen bestätigen", + "Could not delete the app token" : "App-Token konnte nicht gelöscht werden", "Error while wiping the device with the token" : "Fehler während des Löschens des Geräts mit dem Token", "Error while updating device token name" : "Fehler bei der Aktualisierung des Geräte-Token-Namens", "Error while updating device token scope" : "Fehler bei der Aktualisierung des Geräte-Token-Scope", + "Could not set group sorting" : "Die Gruppensortierung konnte nicht festgelegt werden", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Zu viele Anfragen aus deinem Netzwerk. Versuche es später erneut oder wende dich an deinen Administrator, wenn dies ein Fehler sein sollte.", "Account documentation" : "Kontodokumentation", "Administration documentation" : "Administrationsdokumentation", "Forum" : "Forum", + "Nextcloud help & privacy resources" : "Nextcloud-Hilfe & Datenschutz-Ressourcen", "General documentation" : "Allgemeine Dokumentation", "Legal notice" : "Impressum", "Privacy policy" : "Datenschutzerklärung ", @@ -568,6 +730,7 @@ OC.L10N.register( "Authentication" : "Authentifizierung", "Authentication required" : "Authentifizierung benötigt", "Credentials" : "Zugangsdaten", + "SMTP Login" : "SMTP-Anmeldung", "SMTP Password" : "SMTP-Passwort", "Save" : "Speichern", "Test and verify email settings" : "Testen und überprüfen der E-Mail-Einstellungen", @@ -611,6 +774,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Benutzer importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Du kannst über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Es wurden ungültige UUIDs von LDAP-Benutzern oder -Gruppen gefunden. Bitte überprüfe deine „UUID-Erkennung überschreiben“-Einstellungen im Expertenteil der LDAP-Konfiguration und verwende „occ ldap:update-uuid“, um sie zu aktualisieren.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Die Synchronisierung des DAV-Systemadressbuchs wurde noch nicht ausgeführt, da deine Instanz mehr als 1000 Benutzer hat oder weil ein Fehler aufgetreten ist. Bitte führe sie manuell aus, indem du occ dav:sync-system-addressbook aufrufst.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und benötigen MariaDB 10.2 oder neuer.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützten diese Version nicht und benötigen MySQL 8.0 oder MariaDB 10.2 oder neuer.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und beötigen PostgreSQL 9.6 oder neuer.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Benutzer und Gruppen erzwungen werden. Dann können Benutzer, für die keine Zwei-Faktor-Authentifizierung eingerichtet ist, sich nicht am System anmelden.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Benutzer 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Benutzer aktiviert, außer für Mitglieder der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Mitglieder dieser Gruppen aktiviert. Ist ein Benutzer Mitglied der ausgewählten und ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert. ", "Enable all" : "Alle aktivieren", @@ -625,6 +791,7 @@ OC.L10N.register( "Error while deleting the token" : "Fehler beim Löschen des Geräte-Tokens", "Use the credentials below to configure your app or device." : "Nutze die unten angebenen Anmeldeinformationen, um deine App oder dein Gerät zu konfigurieren.", "For security reasons this password will only be shown once." : "Aus Sicherheitsgründen wird das Passwort nur einmal angezeigt.", + "Username" : "Benutzername", "Copied!" : "Kopiert!", "Copy" : "Kopieren", "Execute one task with each page loaded. Use case: Single user instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelbenutzer-Installation.", @@ -644,6 +811,7 @@ OC.L10N.register( "Edit display name" : "Anzeigename bearbeiten", "Add new password" : "Neues Passwort hinzufügen", "Add new email address" : "Neue E-Mail-Adresse hinzufügen", + "Add user to group" : "Benutzer der Gruppe hinzufügen", "Set user as admin for" : "Benutzer als Administrator setzen für", "Select user quota" : "Kontingent auswählen", "Select manager" : "Manager auswählen", @@ -654,9 +822,11 @@ OC.L10N.register( "Enable user" : "Benutzer aktivieren", "Edit User" : "Benutzer bearbeiten", "User's table" : "Benutzertabelle", + "New user" : "Neuer Benutzer", "Will be autogenerated" : "Wird automatisch erzeugt", "Select user manager" : "Benutzermanager wählen", "Add a new user" : "Neuen Benutzer hinzufügen", + "User backend" : "Benutzer-Backend", "No users in here" : "Keine Benutzer vorhanden", "Name your device" : "Gerät benennen", "Server error while trying to add WebAuthn device" : "Server-Fehler beim Versuch ein WebAuthn-Gerät hinzuzufügen", @@ -684,12 +854,31 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Gruppen von der Erstellung von Link-Freigaben ausschließen:", "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Benutzern innerhalb derselben Gruppen die automatische Vervollständigung von Benutzernamen erlauben und Systemadressbücher auf Benutzer derselben Gruppen beschränken", + "Allow username autocompletion to users based on phone number integration" : "Automatische Vervollständigung des Benutzernamens für Benutzer basierend auf der Rufnummernintegration zulassen", "Old user imported certificates" : "Alte vom Benutzer importierte Zertifikate", + "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", + "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Konnte die JavaScript-Unterstützung nicht überprüfen. Bitte überprüfe manuell, ob dein Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", + "MySQL unicode support" : "MySQL Unicode-Unterstützung", + "Overwrite cli URL" : "CLI-URL überschreiben", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du verwendest derzeit PHP %s. PHP 8.0 ist ab Nextcloud 27 veraltet. Nextcloud 28 erfordert mindestens PHP 8.1. Bitte aktualisiere so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP Gruppe.", "Rating: {score}/10" : "Bewertung: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du bist dabei die Gruppe \"{group}\" zu löschen. Die Benutzer werden NICHT gelöscht.", "No users" : "Keine Benutzer", + "Loading users …" : "Lade Benutzer …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liste aller Benutzer. Diese Liste wird aus Performance-Gründen nicht vollständig angezeigt. Die Benutzer werden angezeigt, wenn du durch die Liste navigierst.", + "Set user groups" : "Benutzergruppen einstellen", + "Set user as admin for …" : "Benutzer als Administrator setzen für …", + "Set user quota" : "Benutzerkontingent einstellen", + "Add new user" : "Neuen Benutzer hinzufügen", + "Set user manager" : "Benutzermanager setzen", + "Username will be autogenerated" : "Benutzername wird automatisch erzeugt.", + "Username (required)" : "Benutzername (erforderlich)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} Benutzer …","{userCount} Benutzer …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} Benutzer","{userCount} Benutzer"], + "User actions" : "Benutzeraktionen", "Loading user …" : "Lade Benutzer …", "Failed to update user manager" : "Fehler beim Aktualisieren des Benutzermanagers", "User management settings" : "Einstellungen für Benutzerverwaltung", @@ -697,6 +886,8 @@ OC.L10N.register( "User management" : "Benutzerverwaltung", "Creating group …" : "Erstelle Gruppe …", "User group: {group}" : "Benutzergruppe: {group}", - "Nextcloud help resources" : "Nextcloud-Hilferessourcen" + "Nextcloud help resources" : "Nextcloud-Hilferessourcen", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, musst du sicherstellen, dass dein Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss dieser in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über Ihre `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfe manuell, ob dein Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index d9a63c1fc72..f03889e6b51 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -54,9 +54,12 @@ "Wrong password" : "Falsches Passwort", "Unable to change personal password" : "Das persönliche Passwort konnte nicht geändert werden", "Saved" : "Gespeichert", + "No Login supplied" : "Keine Anmeldename eingegeben", "Unable to change password. Password too long." : "Passwort konnte nicht geändert werden. Passwort ist zu lang.", "Authentication error" : "Authentifizierungsfehler", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Bitte gib ein Wiederherstellungspasswort für das Administrationskonto an, da sonst alle Kontodaten verlorengehen.", "Wrong admin recovery password. Please check the password and try again." : "Falsches Wiederherstellungspasswort für das Admin-Konto. Bitte überprüfe das Passwort und versuche es erneut.", + "Backend does not support password change, but the encryption of the account key was updated." : "Das Backend unterstützt keine Passwortänderung, aber die Verschlüsselung des Kontoschlüssels wurde aktualisiert.", "Administrator documentation" : "Dokumentation für Administratoren", "User documentation" : "Dokumentation für Benutzer", "Nextcloud help overview" : "Übersicht über die Nextcloud-Hilfe", @@ -66,6 +69,7 @@ "If you received this email, the email configuration seems to be correct." : "Wenn du diese E-Mail empfangen hast, sind die E-Mail-Einstellungen korrekt.", "Email could not be sent. Check your mail server log" : "E-Mail konnte nicht versandt werden. Prüfe dein E-Mail-Server-Protokoll", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Beim Senden der E-Mail ist ein Problem aufgetreten. Bitte überprüfe deine Einstellungen. (Fehler: %s)", + "You need to set your account email before being able to send test emails. Go to %s for that." : "Du musst deine Konto-E-Mail-Adresse festlegen, bevor du Test-E-Mails senden kannst. Gehe dazu zu %s.", "Invalid account" : "Ungültiges Benutzerkonto", "Invalid mail address" : "Ungültige E-Mail-Adresse", "Settings saved" : "Einstellungen gespeichert", @@ -92,9 +96,11 @@ "Welcome aboard" : "Willkommen an Bord", "Welcome aboard %s" : "Willkommen an Bord %s", "Welcome to your %s account, you can add, protect, and share your data." : "Willkommen zu deinem %s-Konto. Du kannst deine Daten hinzufügen, schützen und teilen.", + "Your Login is: %s" : "Dein Anmeldename lautet: %s", "Set your password" : "Setze dein Passwort", "Go to %s" : "%s aufrufen", "Install Client" : "Installiere den Client", + "Logged in account must be a subadmin" : "Das angemeldete Konto muss eine Subadministration sein.", "Apps" : "Apps", "Personal" : "Persönlich", "Administration" : "Verwaltung", @@ -115,23 +121,41 @@ "Background jobs" : "Hintergrund-Jobs", "Unlimited" : "Unbegrenzt", "Verifying" : "Überprüfe", + "App directories owner" : "Besitzende der App-Ordner", + "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Einige App-Ordner werden von einem anderen Konto als dem des Web-Servers besessen. Dies kann der Fall sein, wenn Apps manuell installiert wurden. Überprüfe die Berechtigungen der folgenden App-Ordner:\n%s", + "App directories have the correct owner \"%s\"" : "App-Ordner haben den richtigen Besitzenden \"%s\"", "Brute-force Throttle" : "Brute-Force-Drosselung", "Your remote address could not be determined." : "Ihre Remote-Adresse konnte nicht ermittelt werden.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Ihre Remote-Adresse wurde als \"%s\" erkannt und wird derzeit durch die Brute-Force-Erkennung gedrosselt, was die Leistung verschiedener Anfragen verlangsamt. Wenn die Remote-Adresse nicht Ihre Adresse ist, kann dies ein Hinweis darauf sein, dass ein Proxy nicht richtig konfiguriert ist.", "Your remote address \"%s\" is not brute-force throttled." : "Ihre Remote-Adresse \"%s\" ist nicht durch die Brute-Force-Erkennung gedrosselt.", + "Old administration imported certificates" : "Alte, von der Adminstration importierte Zertifikate", + "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Eine Hintergrundaufgabe, die nach, von der Adminstration importierten SSL-Zertifikaten sucht, läuft noch. Bitte später erneut versuchen.", + "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige, von der Administration importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Du kannst diese über den Befehl \"occ security:certificates:import\" in der Befehlszeile importieren. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", + "Code integrity" : "Codeintegrität", + "Integrity checker has been disabled. Integrity cannot be verified." : "Die Integritätsprüfung wurde deaktiviert. Die Integrität kann nicht überprüft werden.", + "No altered files" : "Keine veränderten Dateien", + "Some files have not passed the integrity check. {link1} {link2}" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. {link1} {link2}", + "Cron errors" : "Cron-Fehler", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Es war nicht möglich, den Cron-Job über die CLI auszuführen. Es sind folgende technische Fehler aufgetreten:\n%s", + "The last cron job ran without errors." : "Der letzte Cron-Job wurde ohne Fehler ausgeführt.", + "Cron last run" : "Cron zuletzt ausgeführt", + "Last background job execution ran %s. Something seems wrong. {link}." : "Letzte Hintergrund-Jobausführung lief %s. Etwas scheint nicht in Ordnung zu sein. {link}.", + "Last background job execution ran %s." : "Letzte Hintergrund-Jobausführung lief %s.", + "Data directory protected" : "Datenverzeichnis geschützt", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Dein Datenverzeichnis und deine Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, deinen Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass du es aus dem Document-Root-Verzeichnis des Webservers herausverschiebst.", + "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Konnte nicht überprüfen, ob das Datenverzeichnis geschützt ist. Bitte überprüfe manuell, ob dein Server keinen Zugriff auf das Datenverzeichnis erlaubt.", "Database missing columns" : "In der Datenbank fehlen Spalten", "Missing optional column \"%s\" in table \"%s\"." : "Fehlende optionale Spalte \"%s\" in der Tabelle \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In der Datenbank fehlen einige optionale Spalten. Da das Hinzufügen von Spalten bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch hinzugefügt, wenn sie optional sein können. Durch Ausführen von \"occ db:add-missing-columns\" können diese fehlenden Spalten manuell hinzugefügt werden, während die Instanz weiter läuft. Sobald die Spalten hinzugefügt sind, könnten einige Funktionen die Reaktionsfähigkeit oder die Benutzerfreundlichkeit verbessern.", "Database missing indices" : "In der Datenbank fehlen Indizes", - "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", "Database missing primary keys" : "In der Datenbank fehlen Primärschlüssel", "Missing primary key on table \"%s\"." : "Fehlender Primärschlüssel in Tabelle \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "In der Datenbank fehlen einige Primärschlüssel. Aufgrund der Tatsache, dass das Hinzufügen von Primärschlüsseln bei großen Tabellen einige Zeit dauern konnte, wurden sie nicht automatisch hinzugefügt. Durch Ausführen von \"occ db:add-missing-primary-keys\" können diese fehlenden Primärschlüssel manuell hinzugefügt werden, während die Instanz weiter läuft.", "Database pending bigint migrations" : "Datenbank mit ausstehenden Bigint-Migrationen", "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in Big Int. Da die Änderung der Spaltentypen bei großen Tabellen einige Zeit in Anspruch nehmen kann, erfolgt die Änderung nicht automatisch. Durch Ausführen von \"occ db:convert-filecache-bigint“ können diese ausstehenden Änderungen manuell durchgeführt werden. Bei der Durchführung muss die Instanz offline sein.", + "Debug mode" : "Debug-Modus", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Diese Instanz wird im Debug-Modus ausgeführt. Aktiviere dies nur für die lokale Entwicklung und nicht in Produktionsumgebungen.", + "Debug mode is disabled." : "Debug-Modus ist deaktiviert.", "Default phone region" : "Standard-Telefonregion", "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "Für deine Installation ist keine Standard-Telefonregion festgelegt. Dies ist erforderlich, um Telefonnummern in den Profileinstellungen ohne Ländercode überprüfen zu können. Um Nummern ohne Ländervorwahl zuzulassen, füge bitte „default_phone_region“ mit dem entsprechenden ISO 3166-1-Code der Region zu deiner Konfigurationsdatei hinzu.", "Email test" : "E-Mail-Test", @@ -142,12 +166,21 @@ "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Die Datenbank wird für transaktionale Dateisperren verwendet. Um die Leistung zu verbessern, konfiguriere bitte Memcache, falls verfügbar.", "Forwarded for headers" : "Für Header weitergeleitet", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Ihre \"trusted_proxies“-Einstellungen sind nicht korrekt, es sollte ein Array sein.", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "Deine „trusted_proxies“-Einstellung ist nicht richtig eingestellt, es sollte ein Array von IP-Adressen sein – optional mit einem Bereich in CIDR-Notation.", "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Die Konfiguration des Reverse-Proxy-Headers ist falsch. Dies stellt ein Sicherheitsproblem dar und kann es einem Angreifer ermöglichen, seine IP-Adresse so zu fälschen, dass sie für Nextcloud sichtbar ist.", "Your IP address was resolved as %s" : "Ihre IP-Adresse wurde aufgelöst als %s", "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Die Konfiguration des Reverse-Proxy-Headers ist falsch oder du greifst über einen vertrauenswürdigen Proxy auf Nextcloud zu. Andernfalls stellt dies ein Sicherheitsproblem dar und kann es einem Angreifer ermöglichen, seine IP-Adresse so zu fälschen, dass sie für Nextcloud sichtbar ist.", + "HTTPS access and URLs" : "HTTPS-Zugriff und URLs", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Unsicherer Zugriff auf die Website über HTTP. Es wird dringend empfohlen, deinen Server so einzurichten, dass HTTPS erforderlich ist. Ohne HTTPS funktionieren einige wichtige Webfunktionen wie \"Kopieren in die Zwischenablage\" oder \"Service Worker\" nicht!", + "Accessing site insecurely via HTTP." : "Unsicherer Zugriff auf die Website über HTTP.", + "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Du greifst über eine sichere Verbindung auf deine Instanz zu, und deine Instanz erstellt sichere URLs.", "Internet connectivity" : "Internetverbindung", "Internet connectivity is disabled in configuration file." : "Die Internetverbindung ist in der Konfigurationsdatei deaktiviert.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen externer Speicher, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren. Um alle Funktionen nutzen zu können, stelle bitte eine Internet-Verbindung für diesen Server her.", + "JavaScript modules support" : "JavaScript-Modulunterstützung", + "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Dein Webserver liefert `.mjs`-Dateien nicht mit dem JavaScript MIME-Typ. Dadurch werden einige Apps beeinträchtigt, da Browser die JavaScript-Dateien nicht ausführen können. Konfiguriere deinen Webserver so, dass er `.mjs`-Dateien entweder mit dem MIME-Typ `text/javascript` oder `application/javascript` ausliefert.", + "JavaScript source map support" : "Unterstützung für JavaScript-Quellkarten", + "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Dein Webserver ist nicht für die Bereitstellung von `.js.map`-Dateien eingerichtet. Ohne diese Dateien funktionieren JavaScript Source Maps nicht ordnungsgemäß, was die Fehlersuche und -behebung eventuell auftretender Probleme erschwert.", "Old server-side-encryption" : "Alte serverseitige Verschlüsselung", "Disabled" : "Deaktiviert", "The old server-side-encryption format is enabled. We recommend disabling this." : "Das alte serverseitige Verschlüsselungsformat ist aktiviert. Es wird empfohlen, es zu deaktivieren.", @@ -157,8 +190,21 @@ "Memcache" : "Memcache", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Es wurde kein Speichercache konfiguriert. Um die Leistung zu verbessern, konfiguriere bitte Memcache, sofern verfügbar.", "Configured" : "Eingerichtet", + "MySQL Unicode support" : "MySQL Unicode-Unterstützung", + "You are not using MySQL" : "Du verwendest kein MySQL", + "MySQL is used as database and does support 4-byte characters" : "MySQL wird als Datenbank verwendet und unterstützt 4-Byte-Zeichen", + "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um 4-Byte-Zeichen (wie Emojis) ohne Probleme z.B. in Dateinamen oder Kommentaren verwenden zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren.", + "OCS provider resolving" : "OCS Anbieter-Auflösung", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Es konnte nicht überprüft werden, ob dein Web-Server die OCM- und OCS-Anbieter-URLs ordnungsgemäß auflöst.", + "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Dein Webserver ist nicht ordnungsgemäß für die Auflösung von %1$s eingerichtet.\nDies hängt höchstwahrscheinlich mit einer Webserver-Konfiguration zusammen, die nicht dahingehend aktualisiert wurde, diesen Ordner direkt zu auszuliefern.\nBitte vergleiche deine Konfiguration mit den mitgelieferten Rewrite-Regeln in \".htaccess\" für Apache oder den in der Nginx-Dokumentation mitgelieferten.\nAuf Nginx sind das typischerweise die Zeilen, die mit \"location ~\" beginnen und ein Update benötigen.", + "Overwrite CLI URL" : "CLI-URL überschreiben", + "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "Die Option \"overwrite.cli.url\" in deiner config.php ist korrekt auf \"%s\" festgelegt.", + "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "Die Option \"overwrite.cli.url\" in deiner config.php ist auf \"%s\" festgelegt. Dies ist eine gültige URL. Die vorgeschlagene URL lautet \"%s\".", + "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Bitte stelle sicher, dass du die Option \"overwrite.cli.url\" in deiner config.php-Datei auf die URL setzt, die deine Benutzenden hauptsächlich verwenden, um auf diese Nextcloud zuzugreifen. Vorschlag: \"%s\". Andernfalls kann es Probleme bei der URL-Generierung über Cron geben. (Es ist jedoch möglich, dass die vorgeschlagene URL nicht die URL ist, die Ihre Benutzer hauptsächlich verwenden, um auf diese Nextcloud zuzugreifen. Am besten überprüfst du dies in jedem Fall.)", "PHP default charset" : "PHP-Standardzeichensatz", "PHP configuration option \"default_charset\" should be UTF-8" : "Die PHP-Konfigurationsoption \"default_charset\" sollte UTF-8 sein", + "PHP set_time_limit" : "PHP set_time_limit", + "The function is available." : "Die Funktion ist verfügbar.", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Die PHP-Funktion \"set_time_limit\" ist nicht verfügbar. Dies kann in angehaltenen Scripten oder einer fehlerhaften Installation resultieren. Es wird dringend empfohlen, diese Funktion zu aktivieren.", "Freetype" : "Freetype", "Supported" : "Unterstützt", @@ -168,29 +214,77 @@ "PHP memory limit" : "PHP-Speicherlimit", "The PHP memory limit is below the recommended value of %s." : "Die PHP-Speichergrenze liegt unterhalb des empfohlenen Wertes von %s.", "PHP modules" : "PHP-Module", + "increases language translation performance and fixes sorting of non-ASCII characters" : "Erhöht die Sprach-Übersetzungsleistung und behebt ein Problem mit der Sortierung von Nicht-ASCII-Zeichen", + "for Argon2 for password hashing" : "für Argon2 zum Passwort-Hashing", + "for WebAuthn passwordless login" : "für WebAuthn passwortlose Anmeldung", + "for WebAuthn passwordless login, and SFTP storage" : "für WebAuthn passwortlose Anmeldung und SFTP-Speicher", + "for picture rotation in server and metadata extraction in the Photos app" : "für Bildrotation im Server und Metadatenextraktion in der Fotos-App", "This instance is missing some required PHP modules. It is required to install them: %s." : "Dieser Instanz fehlen einige erforderliche PHP-Module. Folgende Module müssen installiert sein:%s .", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "Dieser Instanz fehlen einige empfohlene PHP-Module. Für eine verbesserte Leistung und bessere Kompatibilität wird dringend empfohlen, diese zu installieren:\n%s", + "PHP opcache" : "PHP OPcache", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. Für eine bessere Leistung empfiehlt es sich, das Modul in deiner PHP-Installation zu laden.", + "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache ist deaktiviert. Für eine bessere Leistung empfiehlt es sich, in der PHP-Konfiguration \"opcache.enable=1\" zu setzen.", + "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "Der OPcache mit gemeinsamem Speicher ist deaktiviert. Für eine bessere Leistung wird empfohlen, \"opcache.file_cache_only=0\" in die PHP-Konfiguration aufzunehmen und den Dateicache nur als Second Level Cache zu verwenden.", + "OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "OPcache funktioniert nicht wie erwartet, opcache_get_status() gibt false zurück, bitte die Konfiguration überprüfen.", + "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply \"opcache.max_accelerated_files\" to your PHP configuration with a value higher than \"%s\"." : "Die maximale Anzahl der OPcache-Schlüssel wird annähernd überschritten. Um sicherzustellen, dass alle Skripte im Cache gespeichert werden können, empfiehlt es sich, \"opcache.max_accelerated_files\" mit einem Wert größer als \"%s\" in der PHP-Konfiguration zu setzen.", + "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\"." : "Der OPcache-Puffer ist fast voll. Um sicherzustellen, dass alle Skripte im Cache gehalten werden können, wird empfohlen, \"opcache.memory_consumption\" in der PHP-Konfiguration mit einem Wert höher als \"%s\" zu setzen.", + "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "Der \"OPcache interned strings\"-Puffer ist fast voll. Um sicherzustellen, dass sich wiederholende Strings effektiv zwischengespeichert werden können, wird empfohlen, \"opcache.interned_strings_buffer\" mit einem Wert größer als \"%s\" in der PHP-Konfiguration zu setzen.", + "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache ist so konfiguriert, dass Code-Kommentare entfernt werden Mit aktiviertem OPcache muss \"opcache.save_comments=1\" gesetzt werden, damit die Nextcloud funktioniert.", + "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud darf die OPcache-API nicht verwenden. Mit aktiviertem OPcache wird empfohlen, alle Nextcloud-Verzeichnisse mit \"opcache.restrict_api\" einzuschließen oder diese Einstellung zu deaktivieren, um OPcache API-Beschränkungen zu deaktivieren und Fehler während Nextcloud-Core- oder App-Aktualisierungen zu vermeiden.", + "The PHP OPcache module is not properly configured. %s." : "Das PHP OPcache-Modul ist nicht ordnungsgemäß konfiguriert. %s.", + "Correctly configured" : "Korrekt konfiguriert", "PHP version" : "PHP-Version", + "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du verwendest derzeit PHP %s. PHP 8.1 ist ab Nextcloud 30 veraltet. Nextcloud 31 erfordert möglicherweise mindestens PHP 8.2. Bitte aktualisiere so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP-Gruppe.", "You are currently running PHP %s." : "Du benutzt aktuell PHP %s.", "PHP \"output_buffering\" option" : "PHP-Option \"output_buffering\"", "PHP configuration option \"output_buffering\" must be disabled" : "Die PHP-Konfigurationsoption \"output_buffering“ muss deaktiviert sein", + "Push service" : "Push-Dienst", + "Valid enterprise license" : "Gültige Unternehmenslizenz", + "Free push service" : "Kostenloser Push-Dienst", + "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}." : "Dies ist der nicht unterstützte Community-Build von Nextcloud. Angesichts der Größe dieser Instanz können Leistung, Zuverlässigkeit und Skalierbarkeit nicht garantiert werden. Push-Benachrichtigungen wurden beschränkt, um eine Überlastung unseres kostenlosen Dienstes zu vermeiden. Erfahre mehr über die Vorteile von Nextcloud Enterprise unter {link}.", "Random generator" : "Zufallsgenerator", "No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "PHP hat keine geeignete Quelle für Zufälligkeit gefunden, wovon aus Sicherheitsgründen dringend abgeraten wird.", "Secure" : "Sicher", "Configuration file access rights" : "Zugriffsrechte für die Konfigurationsdatei", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Die schreibgeschützte Konfiguration wurde aktiviert. Dies verhindert das Setzen einiger Einstellungen über die Web-Oberfläche. Weiterhin muss bei jedem Update der Schreibzugriff auf die Datei händisch aktiviert werden.", "Nextcloud configuration file is writable" : "Die Nextcloud-Konfigurationsdatei ist beschreibbar", + "HTTP headers" : "HTTP-Header", + "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "- Der `%1$s`-HTTP-Header ist nicht auf `%2$s` gesetzt. Einige Funktionen arbeiten möglicherweise nicht richtig. Es wird daher empfohlen, diese Einstellung entsprechend anzupassen.", + "- The `%1$s` HTTP header is not set to `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- Der HTTP-Header `%1$s` ist nicht auf `%2$s` gesetzt. Dies stellt ein potenzielles Sicherheits- oder Datenschutzrisiko dar und es wird empfohlen, diese Einstellung zu ändern.", + "- The `%1$s` HTTP header does not contain `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- Der HTTP-Header `%1$s` enthält nicht `%2$s`. Dies stellt ein potenzielles Sicherheits- oder Datenschutzrisiko dar und es wird empfohlen, diese Einstellung zu ändern.", + "- The `%1$s` HTTP header is not set to `%2$s`, `%3$s`, `%4$s`, `%5$s` or `%6$s`. This can leak referer information. See the {w3c-recommendation}." : "- Der HTTP-Header `%1$s` ist nicht auf \"%2$s\", \"%3$s\", \"%4$s\", \"%5$s\" oder \"%6$s\" gesetzt. Dadurch können Verweisinformationen preisgegeben werden. Siehe die {w3c-recommendation}.", + "- The `Strict-Transport-Security` HTTP header is not set to at least `%d` seconds (current value: `%d`). For enhanced security, it is recommended to use a long HSTS policy." : "- Der HTTP-Header `Strict-Transport-Security` ist nicht auf mindestens `%d` Sekunden eingestellt (aktueller Wert: `%d`). Für erhöhte Sicherheit wird die Verwendung einer langen HSTS-Richtlinie empfohlen.", + "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS." : "- Der `Strict-Transport-Security`-HTTP-Header ist fehlerhaft: `%s`. Für erhöhte Sicherheit wird empfohlen, HSTS zu aktivieren.", + "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- Der `Strict-Transport-Security`-HTTP-Header ist nicht gesetzt (er sollte mindestens `%d` Sekunden betragen). Für erhöhte Sicherheit wird empfohlen, HSTS zu aktivieren.", + "Some headers are not set correctly on your instance" : "Einige Header sind in deiner Instanz nicht richtig eingestellt", + "Could not check that your web server serves security headers correctly. Please check manually." : "Es konnte nicht überprüft werden, ob dein Webserver Sicherheitsheader korrekt bereitstellt. Bitte überprüfen Sie dies manuell.", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Es konnte nicht überprüft werden, ob dein Webserver Sicherheitsheader korrekt bereitstellt. Die Abfrage von `%s` ist nicht möglich", + "Your server is correctly configured to send security headers." : "Dein Server ist korrekt für das Senden von Sicherheitsheadern konfiguriert.", "Database version" : "Datenbankversion", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und benötigen MariaDB 10.2 oder neuer.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützten diese Version nicht und benötigen MySQL 8.0 oder MariaDB 10.2 oder neuer.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und beötigen PostgreSQL 9.6 oder neuer.", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Als Backend-Datenbank wird derzeit SQLite verwendet. Bei größeren Installationen empfehlen wir den Wechsel auf ein anderes Datenbank-Backend. Dies empfiehlt sich insbesondere bei der Nutzung des Desktop-Clients zur Dateisynchronisierung. Um zu einer anderen Datenbank zu migrieren, verwende das Befehlszeilentool: \"occ db:convert-type\".", "Unknown database platform" : "Unbekannte Datenbankplattform", "Architecture" : "Architektur", "64-bit" : "64-bit", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Anscheinend verwendest du eine 32-Bit-PHP-Version. Nextcloud benötigt 64-Bit, um gut zu laufen. Bitte aktualisiere dein Betriebssystem und PHP auf 64-Bit!", + "Temporary space available" : "Temporärer Platz verfügbar", + "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Fehler beim Überprüfen des temporären PHP-Pfads - er wurde nicht ordnungsgemäß auf ein Verzeichnis festgelegt. Zurückgegebener Wert: %s", + "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "Fehler beim Prüfen des verfügbaren Festplattenspeichers des temporären PHP-Pfads oder kein freien Festplattenspeicherplatz zurückgegeben. Temporärer Pfad: %s", + "- %.1f GiB available in %s (PHP temporary directory)" : "- %.1f GiB verfügbar in %s (PHP temporäres Verzeichnis)", + "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f GiB verfügbar in %s (Nextcloud temporäres Verzeichnis)", + "Temporary directory is correctly configured:\n%s" : "Das temporäre Verzeichnis ist korrekt konfiguriert:\n%s", + "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "Diese Instanz verwendet einen S3-basierten Objektspeicher als Primärspeicher und verfügt über ausreichend Speicherplatz im temporären Verzeichnis. \n%s", + "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "Diese Instanz verwendet einen S3-basierten Objektspeicher als Primärspeicher. Die hochgeladenen Dateien werden temporär auf dem Server gespeichert und es wird daher empfohlen, 50 GiB freien Speicherplatz im temp-Verzeichnis von PHP zur Verfügung zu haben. Um dies zu verbessern, ändere bitte das temporäre Verzeichnis in der php.ini oder stelle mehr Platz in diesem Pfad zur Verfügung. \nDie Überprüfung des verfügbaren Speicherplatzes im temporären Pfad ergab %.1f GiB anstelle der empfohlenen 50 GiB. Pfad: %s", "Database transaction isolation level" : "Isolationsstufe der Datenbanktransaktion", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Deine Datenbank läuft nicht mit der Transaktionsisolationsstufe \"READ COMMITED\". Dies kann Probleme hervorrufen, wenn mehrere Aktionen parallel ausgeführt werden.", "Was not able to get transaction isolation level: %s" : "Die Isolationsstufe der Transaktion konnte nicht ermittelt werden: %s", + ".well-known URLs" : ".well-known URLs", + "`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "`check_for_working_wellknown_setup` ist in deiner Konfiguration auf „false“ gesetzt, daher wurde diese Prüfung übersprungen.", + "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Es konnte nicht überprüft werden, ob dein Webserver `.well-known` korrekt bereitstellt. Bitte überprüfe dies manuell.", + "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "Dein Webserver ist nicht ordnungsgemäß für die Auflösung von `.well-known`-URLs eingerichtet. Fehler bei: `%s`", + "Your server is correctly configured to serve `.well-known` URLs." : "Dein Server ist korrekt für die Bereitstellung von `.well-known`-URLs konfiguriert.", + "WOFF2 file loading" : "WOFF2-Datei laden", + "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Konnte die Prüfung der WOFF2-Ladeunterstützung nicht durchführen. Bitte überprüfe manuell, ob dein Webserver `.woff2`-Dateien bereitstellt.", + "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "Dein Web-Server ist nicht richtig eingerichtet um .woff2-Dateien auszuliefern. Dies liegt meist an der Nginx-Konfiguration. Für Nextcloud 15 wird eine Anpassung für die Auslieferung von .woff2-Dateien benötigt. Vergleiche deine Nginx-Konfiguration mit der empfohlenen Nginx-Konfiguration in unserer Dokumentation.", "Profile information" : "Profilinformation", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profilbild, vollständiger Name, E-Mail-Adresse, Telefonnummer, Adresse, Webseite, X, Organisation, Rolle, Überschrift, Biografie und ob dein Profil aktiviert ist", "Nextcloud settings" : "Nextcloud-Einstellungen", @@ -213,13 +307,20 @@ "Allow resharing" : "Weiterverteilen erlauben", "Allow sharing with groups" : "Teilen mit Gruppen erlauben", "Restrict users to only share with users in their groups" : "Benutzer auf das Teilen innerhalb ihrer Gruppen beschränken", + "Ignore the following groups when checking group membership" : "Die folgenden Gruppen beim Überprüfen der Gruppenmitgliedschaft ignorieren", "Allow users to share via link and emails" : "Benutzern erlauben, Inhalte über Links und E-Mails zu teilen", "Allow public uploads" : "Öffentliches Hochladen erlauben", "Always ask for a password" : "Immer nach einem Passwort fragen", "Enforce password protection" : "Passwortschutz erzwingen", "Exclude groups from password requirements" : "Gruppen von Passwortanforderungen ausschließen", "Exclude groups from creating link shares" : "Gruppen von der Erstellung von Link-Freigaben ausschließen", + "Limit sharing based on groups" : "Freigeben basierend auf Gruppen beschränken", + "Allow sharing for everyone (default)" : "Teilen für alle erlauben (Standard)", + "Exclude some groups from sharing" : "Einige Gruppen vom Teilen ausschließen", + "Limit sharing to some groups" : "Teilen auf einige Gruppen beschränken", + "Groups allowed to share" : "Gruppen, die teilen dürfen", "Groups excluded from sharing" : "Von der Linkfreigabe ausgeschlossene Gruppen", + "Not allowed groups will still be able to receive shares, but not to initiate them." : "Nicht zugelassene Gruppen können zwar weiterhin Freigaben empfangen, aber nicht erstellen.", "Set default expiration date for shares" : "Lege das Standardablaufdatum für Freigaben fest", "Enforce expiration date" : "Ablaufdatum erzwingen", "Default expiration time of new shares in days" : "Standardablaufzeit neuer Freigaben in Tagen", @@ -231,10 +332,7 @@ "Set default expiration date for shares via link or mail" : "Standardablaufzeit für Link- oder E-Mail-Freigaben festlegen", "Default expiration time of shares in days" : "Standardablaufzeit für Freigaben in Tagen", "Privacy settings for sharing" : "Datenschutzeinstellungen bezüglich des Teilens", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Wenn die Autovervollständigung \"gleiche Gruppe\" und \"Rufnummernintegration\" aktiviert ist, reicht eine Übereinstimmung in einem der beiden Bereiche aus, um den Benutzer anzuzeigen.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Benutzern innerhalb derselben Gruppen die automatische Vervollständigung von Benutzernamen erlauben und Systemadressbücher auf Benutzer derselben Gruppen beschränken", - "Allow username autocompletion to users based on phone number integration" : "Automatische Vervollständigung des Benutzernamens für Benutzer basierend auf der Rufnummernintegration zulassen", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Ermöglicht die automatische Vervollständigung, wenn der vollständigen Namen oder die E-Mail-Adresse eingeben wird (ignoriert fehlende Telefonbuchübereinstimmungen und bei gleicher Gruppenzugehörigkeit)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Zeige Haftungsausschluss auf der öffentlichen Upload-Seite (Wird nur gezeigt, wenn die Dateiliste nicht angezeigt wird.) ", "Disclaimer text" : "Haftungsausschlusstext", @@ -244,6 +342,7 @@ "Deleted disclaimer text" : "Haftungsausschlusstext gelöscht", "Could not set disclaimer text" : "Haftungsausschlusstext konnte nicht festgelegt werden", "Two-Factor Authentication" : "Zwei-Faktor-Authentifizierung", + "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Konten und spezifische Gruppen erzwungen werden. Wenn du keinen Anbieter für Zwei-Faktor-Authentifizierung konfiguriert hast, kannst du dich nicht am System anmelden.", "Enforce two-factor authentication" : "Zwei-Faktor-Authentifizierung erzwingen", "Limit to groups" : "Auf Gruppen beschränken", "Enforcement of two-factor authentication can be set for certain groups only." : "Erzwingen der Zwei-Faktor-Authentifizierung kann nur für bestimmte Gruppen eingestellt werden.", @@ -251,6 +350,7 @@ "Enforced groups" : "Erzwungene Gruppen", "Two-factor authentication is not enforced for members of the following groups." : "Zwei-Faktor-Authentifizierung wird für Mitglieder der folgenden Gruppen nicht erzwungen.", "Excluded groups" : "Ausgeschlossene Gruppen", + "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Konto 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Konten aktiviert, außer für solche der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Kontendieser Gruppen aktiviert. Ist ein Konto sowohl in einer ausgewählten als auch in einer ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert.", "Save changes" : "Änderungen speichern", "Show details for {appName} app" : "Details für die App {appName} anzeigen", "Update to {update}" : "Aktualisieren auf {update}", @@ -259,6 +359,7 @@ "Featured" : "Vorgestellt", "This app is supported via your current Nextcloud subscription." : "Diese App wird von deinem aktuellen Nextcloud-Abonnement unterstützt.", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Vorgestellte Apps werden von und innerhalb der Nextcloud-Community entwickelt. Sie stellen zentrale Funktionen bereit und sind für den produktiven Einsatz geeignet.", + "Community rating: {score}/5" : "Community-Bewertung: {score}/5", "All apps are up-to-date." : "Alle Apps sind aktuell.", "Icon" : "Symbol", "Name" : "Name", @@ -272,7 +373,16 @@ "_%n app has an update available_::_%n apps have an update available_" : ["Für eine App ist eine Aktualisierung verfügbar.","Für %n Apps sind Aktualisierungen verfügbar."], "_Update_::_Update all_" : ["Aktualisieren","Alle aktualisieren"], "Nothing to show" : "Nichts anzuzeigen", + "Could not load section content from app store." : "Abschnittsinhalt konnte nicht aus dem App Store geladen werden.", "Loading" : "Lade", + "Fetching the latest news…" : "Aktuelle Nachrichten werden abgerufen…", + "Could not load app discover section" : "Der App-Entdeckungsabschnitt konnte nicht geladen werden", + "Could not render element" : "Element konnte nicht dargestellt werden", + "Carousel" : "Karussell", + "Previous slide" : "Vorherige Folie", + "Next slide" : "Nächste Folie", + "Choose slide to display" : "Folie zum Anzeigen auswählen", + "{index} of {total}" : "{index} von {total}", "Description" : "Beschreibung", "Details" : "Details", "All" : "Alle", @@ -282,6 +392,7 @@ "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine untere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine obere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Diese App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:", + "Latest updated" : "Zuletzt aktualisiert", "Author" : "Autor", "Categories" : "Kategorien", "Resources" : "Ressourcen", @@ -290,13 +401,17 @@ "Report a bug" : "Einen technischen Fehler melden", "Request feature" : "Funktion vorschlagen", "Ask questions or discuss" : "Fragen stellen oder diskutieren", + "Rate the app" : "App bewerten", "Rate" : "Bewerten", "View in store" : "Im Store anzeigen", "Visit website" : "Webseite besuchen", + "Usage documentation" : "Nutzungsdokumentation", "Admin documentation" : "Dokumentation für Administratoren", "Developer documentation" : "Dokumentation für Entwickler", "Changelog" : "Liste der Veränderungen", "Device name" : "Gerätename", + "Cancel renaming" : "Umbenennen abbrechen", + "Save new name" : "Neuen Namen speichern", "Marked for remote wipe" : "Für Fernlöschung markiert", "Device settings" : "Geräteeinstellungen", "Allow filesystem access" : "Erlaube Dateisystem-Zugriff", @@ -309,7 +424,10 @@ "{productName} Android app" : "{productName} Android-App", "{productName} Talk for iOS" : "{productName} Talk für iOS", "{productName} Talk for Android" : "{productName} Talk für Android", + "Sync client" : "Sync-Client", "This session" : "Diese Sitzung", + "{client} - {version} ({system})" : "{client} - {version} ({system})", + "{client} - {version}" : "{client} - {version}", "Device" : "Gerät", "Last activity" : "Letzte Aktivität", "Devices & sessions" : "Geräte & Sitzungen", @@ -317,23 +435,36 @@ "App name" : "App-Name", "Create new app password" : "Neues App-Passwort erstellen", "Error while creating device token" : "Fehler beim Erstellen des Geräte-Tokens", + "New app password" : "Neues App-Passwort", + "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Verwende die unten stehenden Anmeldeinformationen, um deine App oder dein Gerät zu konfigurieren. Aus Sicherheitsgründen wird dieses Passwort nur einmal angezeigt.", "Login" : "Anmelden", "Password" : "Passwort", "Show QR code for mobile apps" : "QR-Code für mobile Apps anzeigen", + "App password copied!" : "App-Passwort kopiert!", + "Copy app password" : "App-Passwort kopieren", + "Login name copied!" : "Anmeldename kopiert!", + "Copy login name" : "Anmeldename kopieren", "Could not copy app password. Please copy it manually." : "Das Passwort für die App konnte nicht kopiert werden. Bitte kopiere es manuell.", + "Could not copy login name. Please copy it manually." : "Der Anmeldename konnte nicht kopiert werden. Bitte kopiere ihn manuell.", "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Damit der Server ordnungsgemäß funktioniert, ist es wichtig, Hintergrundjobs richtig zu konfigurieren. Cron ist die empfohlene Einstellung. Weitere Informationen findest du in der Dokumentation.", "Last job execution ran {time}. Something seems wrong." : "Der letzte Job lief {time}. Etwas scheint falsch zu sein.", "Last job ran {relativeTime}." : "Der letzte Job lief {relativeTime}.", "Background job did not run yet!" : "Hintergrund-Job wurde bislang nicht ausgeführt!", "AJAX" : "AJAX", + "Execute one task with each page loaded. Use case: Single account instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelkonto-Installation.", "Webcron" : "Webcron", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php ist bei einem Webcron-Dienst registriert, um cron.php alle 5 Minuten über HTTP aufzurufen. Anwendungsfall: Sehr kleine Instanz (1–5 Konten, je nach Nutzung).", "Cron (Recommended)" : "Cron (Empfohlen)", "Use system cron service to call the cron.php file every 5 minutes." : "Den System-Cron-Dienst verwenden, um die Datei cron.php alle 5 Minuten aufzurufen.", + "The cron.php needs to be executed by the system account \"{user}\"." : "Die cron.php muss von dem Systemkonto \"{user}\" ausgeführt werden.", "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Die PHP-POSIX-Erweiterung ist erforderlich. Weitere Einzelheiten findest du in der {linkstart}PHP-Dokumentation{linkend}.", "Unable to update background job mode" : "Hintergrund-Job-Modus kann nicht aktualisiert werden", "Profile" : "Profil", + "Enable or disable profile by default for new accounts." : "Profil für neue Konten standardmäßig aktivieren oder deaktivieren.", "Enable" : "Aktivieren", "Unable to update profile default setting" : "Standardeinstellung des Profils kann nicht aktualisiert werden", + "{app}'s declarative setting field: {name}" : "Deklaratives Einstellungsfeld von {app}: {name}", + "Failed to save setting" : "Einstellung konnte nicht gespeichert werden", "Server-side encryption" : "Serverseitige Verschlüsselung", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Serverseitige Verschlüsselung ermöglicht es, die auf diesen Server hochgeladenen Dateien zu verschlüsseln. Dies führt allerdings auch zu Nachteilen, wie z. B. einem Geschwindigkeitsverlust. Sie sollte deshalb nur eingeschaltet werden, wenn sie wirklich benötigt wird.", "Enable server-side encryption" : "Serverseitige Verschlüsselung aktivieren", @@ -348,6 +479,7 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Du musst deine Verschlüsselungsschlüssel von der alten Verschlüsselung (ownCloud <= 8.0) auf die neue migrieren. Bitte aktiviere das \"Standardverschlüsselungsmodul\" und führe {command} aus.", "Unable to update server side encryption config" : "Die Serverseitige Verschlüsselungskonfiguration kann nicht aktualisiert werden.", "Please confirm the group removal" : "Bitte bestätige die Löschung der Gruppe ", + "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Du bist im Begriff, die Gruppe \"{group}\" zu entfernen. Die Konten werden NICHT gelöscht.", "Cancel" : "Abbrechen", "Confirm" : "Bestätigen", "Submit" : "Übermitteln", @@ -378,6 +510,7 @@ "Your full name" : "Dein vollständiger Name", "Primary email for password reset and notifications" : "Primäre E-Mail-Adresse für Benachrichtigungen und zum Zurücksetzen des Passworts", "Email options" : "E-Mail-Optionen", + "Options for additional email address {index}" : "Optionen für zusätzliche E-Mail-Adresse {index}", "Remove primary email" : "Primäre E-Mail-Adresse entfernen", "Delete email" : "E-Mail löschen", "This address is not confirmed" : "Diese Adresse ist nicht bestätigt", @@ -396,6 +529,7 @@ "Help translate" : "Hilf bei der Übersetzung mit", "Unable to update language" : "Sprache konnte nicht aktualisiert werden", "No language set" : "Keine Sprache eingestellt.", + "Locales" : "Gebietsschemen", "Week starts on {firstDayOfWeek}" : "Woche beginnt am {firstDayOfWeek}", "Unable to update locale" : "Gebietsschema konnte nicht aktualisiert werden.", "No locale set" : "Kein Gebietsschema festgelegt", @@ -403,6 +537,7 @@ "Your organisation" : "Deine Organisation", "Your phone number" : "Deine Telefonnummer", "Edit your Profile visibility" : "Sichtbarkeit des Profils anpassen", + "Enable profile" : "Profil aktivieren", "Unable to update profile enabled state" : "Der Status für aktiviertes Profil konnte nicht aktualisiert werden", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Die restriktivere Einstellung von Sichtbarkeit oder Bereich wird in deinem Profil berücksichtigt. Wenn beispielsweise die Sichtbarkeit auf \"Für jeden sichtbar\" und der Bereich auf \"Privat\" festgelegt ist, wird \"Privat\" respektiert.", "Unable to update visibility of {displayId}" : "Sichtbarkeit von {displayId} kann nicht aktualisiert werden", @@ -410,6 +545,7 @@ "Your X (formerly Twitter) handle" : "Dein X (früher Twitter)-Handle", "Your website" : "Deine Internetseite", "No {property} set" : "Keine {property} eingestellt", + "Invalid value" : "Ungültiger Wert", "Unable to update {property}" : "{property} konnte nicht aktualisiert werden.", "Change scope level of {property}, current scope is {scope}" : "Ändern des Geltungsbereich von {property}, aktueller Bereich ist {scope}", "Unable to update federation scope of the primary {property}" : "Der Federations-Bereich des primären {property} kann nicht aktualisiert werden.", @@ -422,54 +558,53 @@ "Reshare" : "Weiterteilen", "No accounts" : "Keine Konten", "Loading accounts …" : "Lade Konten...", + "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Kontenliste. Diese Liste wird aus Performance-Gründen nicht vollständig ausgegeben. Die Konten werden ausgegeben, wenn du durch die Liste navigierst.", "Default language" : "Standard-Sprache", "Common languages" : "Gängige Sprachen", "Other languages" : "Weitere Sprachen", "Password change is disabled because the master key is disabled" : "Das Ändern des Passwortes ist deaktiviert, da der Master-Schlüssel deaktiviert ist", - "New user" : "Neuer Benutzer", + "New account" : "Neues Konto", "Display name" : "Anzeigename", "Either password or email is required" : "Passwort oder E-Mail-Adresse ist erforderlich.", "Password (required)" : "Passwort (erforderlich)", "Email (required)" : "E-Mail-Adresse (erforderlich)", "Email" : "E-Mail-Adresse", "Groups (required)" : "Gruppen (erforderlich)", - "Set user groups" : "Benutzergruppen einstellen", "Administered groups" : "Administrierte Gruppen", - "Set user as admin for …" : "Benutzer als Administrator setzen für …", "Quota" : "Kontingent", - "Set user quota" : "Benutzerkontingent einstellen", "Language" : "Sprache", "Set default language" : "Standard-Sprache einstellen", "Manager" : "Manager", - "Add new user" : "Neuen Benutzer hinzufügen", - "Set user manager" : "Benutzermanager setzen", - "Username will be autogenerated" : "Benutzername wird automatisch erzeugt.", - "Username (required)" : "Benutzername (erforderlich)", "Total rows summary" : "Zusammenfassung aller Zeilen", - "Loading users …" : "Lade Benutzer …", "Scroll to load more rows" : "Scrollen, um weitere Zeilen zu laden", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} Benutzer …","{userCount} Benutzer …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} Benutzer","{userCount} Benutzer"], "Avatar" : "Avatar", - "Username" : "Benutzername", + "Account name" : "Name des Kontos", "Group admin for" : "Gruppenadministrator für", - "User backend" : "Benutzer-Backend", "Storage location" : "Speicherort", "Last login" : "Letzte Anmeldung", - "User actions" : "Benutzeraktionen", + "Account actions" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Password or insufficient permissions message" : "Passwort oder unzureichende Berechtigungen Nachricht", + "Loading account …" : "Lade Konto …", "Change display name" : "Anzeigename ändern", "Set new password" : "Neues Passwort setzen", + "You do not have permissions to see the details of this account" : "Du hast nicht die Berechtigung, die Details dieses Kontos anzusehen.", "Set new email address" : "Neue E-Mail-Adresse setzen", - "Add user to group" : "Benutzer der Gruppe hinzufügen", + "Add account to group" : "Konto zur Gruppe hinzufügen", + "Set account as admin for" : "Konto als Administration festlegen für", + "Select account quota" : "Kontokontigent auswählen", "Set the language" : "Sprache einstellen", + "Set line manager" : "Manager festlegen", "{size} used" : "{size} verwendet", "Delete account" : "Konto löschen", + "Disconnect all devices and delete local data" : "Alle Geräte trennen und lokale Daten löschen", + "Disable account" : "Konto deaktivieren", + "Enable account" : "Konto aktivieren", "Resend welcome email" : "Willkommens-E-Mail erneut senden", "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Im Falle des Verlusts des Gerätes oder der Verlassens der Organisation können mit dieser Funktion sämtliche Nextcloud-Daten von allen Geräten die mit {userid} verbunden sind gelöscht werden. Funktioniert nur wenn das Gerät mit dem Internet verbunden ist.", "Remote wipe of devices" : "Fernlöschung von Geräten", "Wipe {userid}'s devices" : "Lösche {userid}s Geräte", "Wiped {userid}'s devices" : "{userid}'s Geräte bereinigt", + "Failed to update line manager" : "Fehler beim Aktualisieren des Managers", "Fully delete {userid}'s account including all their personal files, app data, etc." : "Vollständig {userid}s Konto löschen inklusive aller persönlichen Dateien, App-Daten, usw.", "Account deletion" : "Löschung des Kontos", "Delete {userid}'s account" : "Konto von {userid} löschen", @@ -477,14 +612,22 @@ "Password was successfully changed" : "Das Passwort wurde erfolgreich geändert", "Email was successfully changed" : "E-Mail wurde erfolgreich geändert", "Welcome mail sent!" : "Willkommens-E-Mail gesendet!", + "Toggle account actions menu" : "Kontenaktionsmenü umschalten", "Done" : "Erledigt", "Edit" : "Bearbeiten", + "Account management settings" : "Kontoverwaltungseinstellungen", "Visibility" : "Sichtbarkeit", "Show language" : "Sprache anzeigen", + "Show account backend" : "Konto-Backend anzeigen", "Show storage path" : "Zeige Speicherpfad", "Show last login" : "Letzte Anmeldung anzeigen", "Sorting" : "Sortiere", + "The system config enforces sorting the groups by name. This also disables showing the member count." : "Die Systemkonfiguration erzwingt die Sortierung der Gruppen nach Namen. Dadurch wird auch die Anzeige der Mitgliederzahl deaktiviert.", + "Group list sorting" : "Sortierung der Gruppenliste", + "By member count" : "Nach Mitgliederzahl", + "By name" : "Nach Name", "Send email" : "E-Mail senden", + "Send welcome email to new accounts" : "Begrüßungs-E-Mail an neuen Konten senden", "Defaults" : "Standardeinstellungen", "Default quota" : "Standardkontingent", "Select default quota" : "Standardkontingent auswählen", @@ -501,8 +644,17 @@ "Your browser does not support WebAuthn." : "Dein Browser unterstützt kein WebAuthn.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Als Administrator kannst du das Teilen-Verhalten feinabstimmen. Weitere Informationen findest du in der Dokumentation.", "You need to enable the File sharing App." : "Du musst die File sharing App aktivieren.", + "Loading app list" : "Lade App-Liste", + "App Store" : "App Store", + "Loading categories" : "Lade Kategorien", + "Developer documentation ↗" : "Entwickler-Dokumentation ↗", + "Version {version}, {license}-licensed" : "Version {version}, {license}-lizensiert", + "Active accounts" : "Aktive Konten", "Admins" : "Administratoren", - "New account" : "Neues Konto", + "Disabled accounts" : "Deaktivierte Konten", + "Account group: {group}" : "Kontengruppe: {group}", + "Account management" : "Kontoverwaltung", + "Creating group…" : "Erstelle Gruppe…", "Create group" : "Gruppe erstellen", "Group name" : "Gruppenname", "Please enter a valid group name" : "Bitte einen gültigen Gruppennamen eingeben", @@ -524,6 +676,9 @@ "Profile visibility" : "Sichtbarkeit deines Profils", "Locale" : "Gebietsschema", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Nicht verfügbar, da diese Eigenschaft für Kernfunktionen wie Dateifreigabe und Kalendereinladungen erforderlich ist.", + "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Nicht verfügbar, da Federation für dein Konto deaktiviert ist. Wende dich an deinen Administrator, wenn du Fragen hast.", + "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Nicht verfügbar, da die Veröffentlichung benutzerspezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wende dich bei Fragen an deine Systemadministration.", + "Discover" : "Entdecken", "Your apps" : "Deine Apps", "Active apps" : "Aktive Apps", "Disabled apps" : "Deaktivierte Apps", @@ -532,24 +687,31 @@ "Featured apps" : "Vorgestellte Apps", "Supported apps" : "Unterstützte Apps", "Show to everyone" : "Für jeden sichtbar", + "Show to logged in accounts only" : "Nur angemeldeten Konten anzeigen", "Hide" : "Ausblenden", "Download and enable" : "Herunterladen und aktivieren", "Allow untested app" : "Ungetestete App zulassen", "The app will be downloaded from the App Store" : "Die App wird aus dem App-Store heruntergeladen", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Diese App ist als nicht-kompatibel mit deiner Nextcloud-Version markiert. Wenn du fortfährst, so kannst du die App installieren. Bitte beachte, dass die App nicht wie erwartet funktionieren könnte.", "Never" : "Niemals", + "Could not register device: Network error" : "Gerät konnte nicht registriert werden: Netzwerkfehler", + "Could not register device: Probably already registered" : "Gerät konnte nicht registriert werden: Wahrscheinlich bereits registriert", + "Could not register device" : "Gerät konnte nicht registriert werden", "An error occurred during the request. Unable to proceed." : "Es ist ein Fehler bei der Anfrage aufgetreten. Es kann nicht fortgefahren werden.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Die App wurde aktiviert, muss aber aktualisiert werden. Du wirst in 5 Sekunden zur Aktualisierungsseite weitergeleitet.", "Error: This app cannot be enabled because it makes the server unstable" : "Fehler: Diese App kann nicht aktiviert werden, da sie den Server instabil macht. ", "Do you really want to wipe your data from this device?" : "Möchtest du wirklich alle Daten von diesem Gerät löschen?", "Confirm wipe" : "Löschen bestätigen", + "Could not delete the app token" : "App-Token konnte nicht gelöscht werden", "Error while wiping the device with the token" : "Fehler während des Löschens des Geräts mit dem Token", "Error while updating device token name" : "Fehler bei der Aktualisierung des Geräte-Token-Namens", "Error while updating device token scope" : "Fehler bei der Aktualisierung des Geräte-Token-Scope", + "Could not set group sorting" : "Die Gruppensortierung konnte nicht festgelegt werden", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Zu viele Anfragen aus deinem Netzwerk. Versuche es später erneut oder wende dich an deinen Administrator, wenn dies ein Fehler sein sollte.", "Account documentation" : "Kontodokumentation", "Administration documentation" : "Administrationsdokumentation", "Forum" : "Forum", + "Nextcloud help & privacy resources" : "Nextcloud-Hilfe & Datenschutz-Ressourcen", "General documentation" : "Allgemeine Dokumentation", "Legal notice" : "Impressum", "Privacy policy" : "Datenschutzerklärung ", @@ -566,6 +728,7 @@ "Authentication" : "Authentifizierung", "Authentication required" : "Authentifizierung benötigt", "Credentials" : "Zugangsdaten", + "SMTP Login" : "SMTP-Anmeldung", "SMTP Password" : "SMTP-Passwort", "Save" : "Speichern", "Test and verify email settings" : "Testen und überprüfen der E-Mail-Einstellungen", @@ -609,6 +772,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Benutzer importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Du kannst über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Es wurden ungültige UUIDs von LDAP-Benutzern oder -Gruppen gefunden. Bitte überprüfe deine „UUID-Erkennung überschreiben“-Einstellungen im Expertenteil der LDAP-Konfiguration und verwende „occ ldap:update-uuid“, um sie zu aktualisieren.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Die Synchronisierung des DAV-Systemadressbuchs wurde noch nicht ausgeführt, da deine Instanz mehr als 1000 Benutzer hat oder weil ein Fehler aufgetreten ist. Bitte führe sie manuell aus, indem du occ dav:sync-system-addressbook aufrufst.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und benötigen MariaDB 10.2 oder neuer.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützten diese Version nicht und benötigen MySQL 8.0 oder MariaDB 10.2 oder neuer.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und beötigen PostgreSQL 9.6 oder neuer.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Benutzer und Gruppen erzwungen werden. Dann können Benutzer, für die keine Zwei-Faktor-Authentifizierung eingerichtet ist, sich nicht am System anmelden.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Benutzer 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Benutzer aktiviert, außer für Mitglieder der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Mitglieder dieser Gruppen aktiviert. Ist ein Benutzer Mitglied der ausgewählten und ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert. ", "Enable all" : "Alle aktivieren", @@ -623,6 +789,7 @@ "Error while deleting the token" : "Fehler beim Löschen des Geräte-Tokens", "Use the credentials below to configure your app or device." : "Nutze die unten angebenen Anmeldeinformationen, um deine App oder dein Gerät zu konfigurieren.", "For security reasons this password will only be shown once." : "Aus Sicherheitsgründen wird das Passwort nur einmal angezeigt.", + "Username" : "Benutzername", "Copied!" : "Kopiert!", "Copy" : "Kopieren", "Execute one task with each page loaded. Use case: Single user instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelbenutzer-Installation.", @@ -642,6 +809,7 @@ "Edit display name" : "Anzeigename bearbeiten", "Add new password" : "Neues Passwort hinzufügen", "Add new email address" : "Neue E-Mail-Adresse hinzufügen", + "Add user to group" : "Benutzer der Gruppe hinzufügen", "Set user as admin for" : "Benutzer als Administrator setzen für", "Select user quota" : "Kontingent auswählen", "Select manager" : "Manager auswählen", @@ -652,9 +820,11 @@ "Enable user" : "Benutzer aktivieren", "Edit User" : "Benutzer bearbeiten", "User's table" : "Benutzertabelle", + "New user" : "Neuer Benutzer", "Will be autogenerated" : "Wird automatisch erzeugt", "Select user manager" : "Benutzermanager wählen", "Add a new user" : "Neuen Benutzer hinzufügen", + "User backend" : "Benutzer-Backend", "No users in here" : "Keine Benutzer vorhanden", "Name your device" : "Gerät benennen", "Server error while trying to add WebAuthn device" : "Server-Fehler beim Versuch ein WebAuthn-Gerät hinzuzufügen", @@ -682,12 +852,31 @@ "Exclude groups from creating link shares:" : "Gruppen von der Erstellung von Link-Freigaben ausschließen:", "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Benutzern innerhalb derselben Gruppen die automatische Vervollständigung von Benutzernamen erlauben und Systemadressbücher auf Benutzer derselben Gruppen beschränken", + "Allow username autocompletion to users based on phone number integration" : "Automatische Vervollständigung des Benutzernamens für Benutzer basierend auf der Rufnummernintegration zulassen", "Old user imported certificates" : "Alte vom Benutzer importierte Zertifikate", + "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", + "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Konnte die JavaScript-Unterstützung nicht überprüfen. Bitte überprüfe manuell, ob dein Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", + "MySQL unicode support" : "MySQL Unicode-Unterstützung", + "Overwrite cli URL" : "CLI-URL überschreiben", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du verwendest derzeit PHP %s. PHP 8.0 ist ab Nextcloud 27 veraltet. Nextcloud 28 erfordert mindestens PHP 8.1. Bitte aktualisiere so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP Gruppe.", "Rating: {score}/10" : "Bewertung: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du bist dabei die Gruppe \"{group}\" zu löschen. Die Benutzer werden NICHT gelöscht.", "No users" : "Keine Benutzer", + "Loading users …" : "Lade Benutzer …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liste aller Benutzer. Diese Liste wird aus Performance-Gründen nicht vollständig angezeigt. Die Benutzer werden angezeigt, wenn du durch die Liste navigierst.", + "Set user groups" : "Benutzergruppen einstellen", + "Set user as admin for …" : "Benutzer als Administrator setzen für …", + "Set user quota" : "Benutzerkontingent einstellen", + "Add new user" : "Neuen Benutzer hinzufügen", + "Set user manager" : "Benutzermanager setzen", + "Username will be autogenerated" : "Benutzername wird automatisch erzeugt.", + "Username (required)" : "Benutzername (erforderlich)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} Benutzer …","{userCount} Benutzer …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} Benutzer","{userCount} Benutzer"], + "User actions" : "Benutzeraktionen", "Loading user …" : "Lade Benutzer …", "Failed to update user manager" : "Fehler beim Aktualisieren des Benutzermanagers", "User management settings" : "Einstellungen für Benutzerverwaltung", @@ -695,6 +884,8 @@ "User management" : "Benutzerverwaltung", "Creating group …" : "Erstelle Gruppe …", "User group: {group}" : "Benutzergruppe: {group}", - "Nextcloud help resources" : "Nextcloud-Hilferessourcen" + "Nextcloud help resources" : "Nextcloud-Hilferessourcen", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, musst du sicherstellen, dass dein Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss dieser in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über Ihre `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfe manuell, ob dein Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index 2df46ec367e..560620d98e0 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -23,13 +23,13 @@ OC.L10N.register( "{actor} added you to group {group}" : "{actor} hat Sie zur Gruppe {group} hinzugefügt", "You added {user} to group {group}" : "Sie haben {user} zur Gruppe {group} hinzugefügt", "{actor} added {user} to group {group}" : "{actor} hat {user} zur Gruppe {group} hinzugefügt", - "An administrator added you to group {group}" : "Ein Administrator hat Sie zur Gruppe {group} hinzugefügt", - "An administrator added {user} to group {group}" : "Ein Administrator hat {user} zur Gruppe {group} hinzugefügt", + "An administrator added you to group {group}" : "Die Administration hat Sie zur Gruppe {group} hinzugefügt", + "An administrator added {user} to group {group}" : "Die Administration hat {user} zur Gruppe {group} hinzugefügt", "{actor} removed you from group {group}" : "{actor} hat Sie von der Gruppe {group} entfernt", "You removed {user} from group {group}" : "Sie haben {user} von der Gruppe {group} entfernt", "{actor} removed {user} from group {group}" : "{actor} hat {user} von der Gruppe {group} entfernt", - "An administrator removed you from group {group}" : "Ein Administrator hat Sie von der Gruppe {group} entfernt", - "An administrator removed {user} from group {group}" : "Ein Administrator hat {user} von der Gruppe {group} entfernt", + "An administrator removed you from group {group}" : "Die Administration hat Sie von der Gruppe {group} entfernt", + "An administrator removed {user} from group {group}" : "Die Administration hat {user} von der Gruppe {group} entfernt", "Your <strong>group memberships</strong> were modified" : "Ihre <strong>Gruppenmitgliedschaft</strong> wurde geändert", "{actor} changed your password" : "{actor} hat Ihr Passwort geändert", "You changed your password" : "Sie haben Ihr Passwort geändert", @@ -37,7 +37,7 @@ OC.L10N.register( "Your password was reset" : "Ihr Passwort wurde zurückgesetzt", "{actor} changed your email address" : "{actor} hat Ihre E-Mail-Adresse geändert", "You changed your email address" : "Sie haben Ihre E-Mail-Adresse geändert", - "Your email address was changed by an administrator" : "Ihre E-Mail-Adresse wurde von einem Administrator geändert", + "Your email address was changed by an administrator" : "Ihre E-Mail-Adresse wurde von der Administration geändert", "You created an app password for a session named \"{token}\"" : "Sie haben ein App-Passwort für eine Sitzung mit dem Namen \"{token}\" erstellt", "An administrator created an app password for a session named \"{token}\"" : "Die Administration hat ein App-Passwort für eine Sitzung mit dem Namen \"{token}“ erstellt", "You deleted app password \"{token}\"" : "Sie haben das App-Passwort \"{token}\" entfernt", @@ -63,7 +63,7 @@ OC.L10N.register( "Wrong admin recovery password. Please check the password and try again." : "Falsches Wiederherstellungspasswort für das Admin-Konto. Bitte überprüfen Sie das Passwort und versuchen Sie es erneut.", "Backend does not support password change, but the encryption of the account key was updated." : "Das Backend unterstützt keine Passwortänderung, aber die Verschlüsselung des Kontoschlüssels wurde aktualisiert.", "Administrator documentation" : "Dokumentation für die Administration", - "User documentation" : "Dokumentation für Benutzer", + "User documentation" : "Nutzungsdokumentation", "Nextcloud help overview" : "Übersicht über die Nextcloud-Hilfe", "Invalid SMTP password." : "Ungültiges SMTP-Passwort.", "Email setting test" : "Test der E-Mail-Einstellungen", @@ -84,11 +84,11 @@ OC.L10N.register( "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Um Ihre Webseite zu überprüfen, speichern Sie bitte den folgenden Inhalt im Web-Wurzelverzeichnist in der Datei '.well-known/CloudIdVerificationCode.txt' (bitte stellen Sie sicher, das sich der gesamte Text in einer Zeile befindet):", "%1$s changed your password on %2$s." : "%1$s hat Ihr Passwort auf %2$s geändert.", "Your password on %s was changed." : "Ihr Passwort auf %s wurde geändert.", - "Your password on %s was reset by an administrator." : "Ihr Passwort auf %s wurde vom Administrator zurückgesetzt.", + "Your password on %s was reset by an administrator." : "Ihr Passwort auf %s wurde von der Administration zurückgesetzt.", "Your password on %s was reset." : "Ihr Passwort auf %s wurde zurückgesetzt", "Password for %1$s changed on %2$s" : "Passwort für %1$s geändert auf %2$s", "Password changed for %s" : "Passwort geändert für %s ", - "If you did not request this, please contact an administrator." : "Wenn Sie das nicht angefordert haben sollten, wenden Sie sich bitte an den Administrator.", + "If you did not request this, please contact an administrator." : "Wenn Sie das nicht angefordert haben sollten, wenden Sie sich bitte an die Administration.", "Your email address on %s was changed." : "Ihre E-Mail-Adresse auf %s wurde geändert.", "Your email address on %s was changed by an administrator." : "Ihre E-Mail-Adresse auf %s wurde von der Administration geändert.", "Email address for %1$s changed on %2$s" : "E-Mail-Adresse für %1$s geändert auf %2$s", @@ -102,11 +102,11 @@ OC.L10N.register( "Set your password" : "Setzen Sie Ihr Passwort", "Go to %s" : "%s aufrufen", "Install Client" : "Installiere den Client", - "Logged in account must be a subadmin" : "Das angemeldete Konto muss ein Subadministrator sein.", + "Logged in account must be a subadmin" : "Das angemeldete Konto muss eine Subadministration sein.", "Apps" : "Apps", "Personal" : "Persönlich", "Administration" : "Verwaltung", - "Users" : "Benutzer", + "Users" : "Konten", "Additional settings" : "Zusätzliche Einstellungen", "Artificial Intelligence" : "Künstliche Intelligenz", "Administration privileges" : "Administrationsrechte", @@ -124,13 +124,12 @@ OC.L10N.register( "Unlimited" : "Unbegrenzt", "Verifying" : "Überprüfe", "App directories owner" : "Besitzer der App-Ordner", - "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Einige App-Ordner werden von einem anderen Benutzer als dem des Web-Servers besessen. Dies kann der Fall sein, wenn Apps manuell installiert wurden. Überprüfen Sie die Berechtigungen der folgenden App-Ordner:\n%s", + "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Einige App-Ordner werden von einem anderen Konto als dem des Web-Servers besessen. Dies kann der Fall sein, wenn Apps manuell installiert wurden. Überprüfen Sie die Berechtigungen der folgenden App-Ordner:\n%s", "App directories have the correct owner \"%s\"" : "App-Ordner haben den richtigen Besitzer \"%s\"", "Brute-force Throttle" : "Brute-Force-Drosselung", "Your remote address could not be determined." : "Ihre Remote-Adresse konnte nicht ermittelt werden.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Ihre Remote-Adresse wurde als „%s“ erkannt und wird derzeit durch die Brute-Force-Erkennung gedrosselt, was die Leistung verschiedener Anfragen verlangsamt. Wenn die Remote-Adresse nicht Ihre Adresse ist, kann dies ein Hinweis darauf sein, dass ein Proxy nicht richtig konfiguriert ist.", "Your remote address \"%s\" is not brute-force throttled." : "Ihre Remote-Adresse \"%s\" ist nicht durch die Brute-Force-Erkennung gedrosselt.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss er in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.", "Old administration imported certificates" : "Alte, von der Adminstration importierte Zertifikate", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Eine Hintergrundaufgabe, die nach, von der Adminstration importierten SSL-Zertifikaten sucht, läuft noch. Bitte später erneut versuchen.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige, von der Administration importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Sie können über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", @@ -149,10 +148,8 @@ OC.L10N.register( "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Konnte nicht überprüfen, ob das Datenverzeichnis geschützt ist. Bitte überprüfen Sie manuell, ob Ihr Server keinen Zugriff auf das Datenverzeichnis erlaubt.", "Database missing columns" : "In der Datenbank fehlen Spalten", "Missing optional column \"%s\" in table \"%s\"." : "Fehlende optionale Spalte \"%s\" in der Tabelle \"%s\".", - "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In der Datenbank fehlen einige optionale Spalten. Da das Hinzufügen von Spalten bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch hinzugefügt, wenn sie optional sein können. Durch Ausführen von \"occ db:add-missing-columns\" können diese fehlenden Spalten manuell hinzugefügt werden, während die Instanz weiter läuft. Sobald die Spalten hinzugefügt sind, könnten einige Funktionen die Reaktionsfähigkeit oder die Benutzerfreundlichkeit verbessern.", + "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In der Datenbank fehlen einige optionale Spalten. Da das Hinzufügen von Spalten bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch hinzugefügt, wenn sie optional sein können. Durch Ausführen von \"occ db:add-missing-columns\" können diese fehlenden Spalten manuell hinzugefügt werden, während die Instanz weiter läuft. Sobald die Spalten hinzugefügt sind, könnten einige Funktionen die Reaktionsfähigkeit oder die Bedienfreundlichkeit verbessern.", "Database missing indices" : "In der Datenbank fehlen Indizes", - "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", "Database missing primary keys" : "In der Datenbank fehlen Primärschlüssel", "Missing primary key on table \"%s\"." : "Fehlender Primärschlüssel in Tabelle \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "In der Datenbank fehlen einige Primärschlüssel. Aufgrund der Tatsache, dass das Hinzufügen von Primärschlüsseln bei großen Tabellen einige Zeit dauern konnte, wurden sie nicht automatisch hinzugefügt. Durch Ausführen von \"occ db:add-missing-primary-keys\" können diese fehlenden Primärschlüssel manuell hinzugefügt werden, während die Instanz weiter läuft.", @@ -178,13 +175,11 @@ OC.L10N.register( "HTTPS access and URLs" : "HTTPS-Zugriff und URLs", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Unsicherer Zugriff auf die Website über HTTP. Es wird dringend empfohlen, Ihren Server so einzurichten, dass HTTPS erforderlich ist. Ohne HTTPS funktionieren einige wichtige Webfunktionen wie \"Kopieren in die Zwischenablage\" oder \"Service Worker\" nicht!", "Accessing site insecurely via HTTP." : "Unsicherer Zugriff auf die Website über HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Sie greifen über eine sichere Verbindung auf Ihre Instanz zu, jedoch erstellt Ihre Instanz unsichere URLs. Dies bedeutet höchstwahrscheinlich, dass Sie sich hinter einem Reverse-Proxy befinden und die Overwrite-Konfigurationsvariablen nicht korrekt eingestellt sind.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Sie greifen über eine sichere Verbindung auf Ihre Instanz zu, und Ihre Instanz erstellt sichere URLs.", "Internet connectivity" : "Internetverbindung", "Internet connectivity is disabled in configuration file." : "Die Internetverbindung ist in der Konfigurationsdatei deaktiviert.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen externer Speicher, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren. Um alle Funktionen nutzen zu können, stellen Sie bitte eine Internet-Verbindung für diesen Server her.", "JavaScript modules support" : "JavaScript-Modulunterstützung", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über Ihre `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Ihr Webserver liefert `.mjs`-Dateien nicht mit dem JavaScript MIME-Typ. Dadurch werden einige Apps beeinträchtigt, da Browser die JavaScript-Dateien nicht ausführen können. Konfigurieren Sie Ihren Webserver so, dass er `.mjs`-Dateien entweder mit dem MIME-Typ `text/javascript` oder `application/javascript` ausliefert.", "JavaScript source map support" : "Unterstützung für JavaScript-Quellkarten", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Ihr Webserver ist nicht für die Bereitstellung von `.js.map`-Dateien eingerichtet. Ohne diese Dateien funktionieren JavaScript Source Maps nicht ordnungsgemäß, was die Fehlersuche und -behebung eventuell auftretender Probleme erschwert.", @@ -195,8 +190,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Der Server hat keine konfigurierte Startzeit für das Wartungsfenster. Das bedeutet, dass ressourcenintensive tägliche Hintergrundaufgaben auch während Ihrer Hauptnutzungszeit ausgeführt werden. Wir empfehlen, das Wartungsfenster auf eine Zeit mit geringer Nutzung festzulegen, damit Benutzer weniger von der Belastung durch diese umfangreichen Aufgaben beeinträchtigt werden.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Wartungsfenster zur Ausführung von umfangreichen Hintergrundaufgaben liegt zwischen {start}:00 UTC und {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" und nicht \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached ist als verteilter Cache konfiguriert, aber das PHP-Modul \"memcached\" ist nicht installiert.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Es wurde kein Speichercache konfiguriert. Um die Leistung zu verbessern, konfigurieren Sie bitte Memcache, sofern verfügbar.", "Configured" : "Eingerichtet", "MySQL Unicode support" : "MySQL Unicode-Unterstützung", @@ -270,9 +263,6 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Es konnte nicht überprüft werden, ob Ihr Webserver Sicherheitsheader korrekt bereitstellt. Die Abfrage von `%s` ist nicht möglich", "Your server is correctly configured to send security headers." : "Ihr Server ist korrekt für das Senden von Sicherheitsheadern konfiguriert.", "Database version" : "Datenbankversion", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und benötigen MariaDB 10.2 oder neuer.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützten diese Version nicht und benötigen MySQL 8.0 oder MariaDB 10.2 oder neuer.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und beötigen PostgreSQL 9.6 oder neuer.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Als Backend-Datenbank wird derzeit SQLite verwendet. Bei größeren Installationen empfehlen wir den Wechsel auf ein anderes Datenbank-Backend. Dies empfiehlt sich insbesondere bei der Nutzung des Desktop-Clients zur Dateisynchronisierung. Um zu einer anderen Datenbank zu migrieren, verwenden Sie das Befehlszeilentool: \"occ db:convert-type\".", "Unknown database platform" : "Unbekannte Datenbankplattform", "Architecture" : "Architektur", @@ -318,9 +308,9 @@ OC.L10N.register( "Allow apps to use the Share API" : "Apps die Benutzung der Share-API erlauben", "Allow resharing" : "Weiterteilen erlauben", "Allow sharing with groups" : "Teilen mit Gruppen erlauben", - "Restrict users to only share with users in their groups" : "Benutzer auf das Teilen innerhalb ihrer Gruppen beschränken", + "Restrict users to only share with users in their groups" : "Konten auf das Teilen innerhalb ihrer Gruppen beschränken", "Ignore the following groups when checking group membership" : "Die folgenden Gruppen beim Überprüfen der Gruppenmitgliedschaft ignorieren", - "Allow users to share via link and emails" : "Benutzern erlauben, Inhalte über Links und E-Mails zu teilen.", + "Allow users to share via link and emails" : "Konten erlauben, Inhalte über Links und E-Mails zu teilen.", "Allow public uploads" : "Öffentliches Hochladen erlauben", "Always ask for a password" : "Immer nach einem Passwort fragen", "Enforce password protection" : "Passwortschutz erzwingen", @@ -344,10 +334,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Standardablaufzeit für Link- oder E-Mail-Freigaben festlegen", "Default expiration time of shares in days" : "Standardablaufzeit für Freigaben in Tagen", "Privacy settings for sharing" : "Datenschutzeinstellungen bezüglich des Teilens", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Wenn die Autovervollständigung \"gleiche Gruppe\" und \"Rufnummernintegration\" aktiviert ist, reicht eine Übereinstimmung in einem der beiden Bereiche aus, um den Benutzer anzuzeigen.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Benutzern innerhalb derselben Gruppen die automatische Vervollständigung von Benutzernamen erlauben und Systemadressbücher auf Benutzer derselben Gruppen beschränken", - "Allow username autocompletion to users based on phone number integration" : "Automatische Vervollständigung des Benutzernamens für Benutzer basierend auf der Rufnummernintegration zulassen", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Ermöglicht die automatische Vervollständigung, wenn der volle Namen oder E-Mail-Adresse eingegeben wird (ignoriert fehlende Telefonbuchübereinstimmungen und gleiche Gruppenzugehörigkeit)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Haftungsausschluss auf der öffentlichen Upload-Seite anzeigen (Wird nur gezeigt, wenn die Dateiliste nicht angezeigt wird.) ", "Disclaimer text" : "Haftungsausschlusstext", @@ -361,11 +348,11 @@ OC.L10N.register( "Enforce two-factor authentication" : "Zwei-Faktor-Authentifizierung erzwingen", "Limit to groups" : "Auf Gruppen beschränken", "Enforcement of two-factor authentication can be set for certain groups only." : "Erzwingen der Zwei-Faktor-Authentifizierung kann nur für bestimmte Gruppen eingestellt werden.", - "Two-factor authentication is enforced for all members of the following groups." : "Zwei-Faktor-Authentifizierung wird für alle Mitglieder der folgenden Gruppen erzwungen.", + "Two-factor authentication is enforced for all members of the following groups." : "Zwei-Faktor-Authentifizierung wird für alle Konten der folgenden Gruppen erzwungen.", "Enforced groups" : "Erzwungene Gruppen", - "Two-factor authentication is not enforced for members of the following groups." : "Zwei-Faktor-Authentifizierung wird für Mitglieder der folgenden Gruppen nicht erzwungen.", + "Two-factor authentication is not enforced for members of the following groups." : "Zwei-Faktor-Authentifizierung wird für Konten der folgenden Gruppen nicht erzwungen.", "Excluded groups" : "Ausgeschlossene Gruppen", - "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Konto 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Benutzer aktiviert, außer für Mitglieder der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Mitglieder dieser Gruppen aktiviert. Ist ein Konto sowohl in einer ausgewählten als auch in einer ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert.", + "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Konto 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Konten aktiviert, außer für Konten der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Konten dieser Gruppen aktiviert. Ist ein Konto sowohl in einer ausgewählten als auch in einer ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert.", "Save changes" : "Änderungen speichern ", "Show details for {appName} app" : "Details für die App {appName} anzeigen", "Update to {update}" : "Aktualisieren auf {update}", @@ -466,7 +453,7 @@ OC.L10N.register( "Last job ran {relativeTime}." : "Die letzte Aufgabe lief {relativeTime}.", "Background job did not run yet!" : "Hintergrund-Aufgabe wurde bislang nicht ausgeführt!", "AJAX" : "AJAX", - "Execute one task with each page loaded. Use case: Single account instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelbenutzer-Installation.", + "Execute one task with each page loaded. Use case: Single account instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelkonto-Installation.", "Webcron" : "Webcron", "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php ist bei einem Webcron-Dienst registriert, um cron.php alle 5 Minuten über HTTP aufzurufen. Anwendungsfall: Sehr kleine Instanz (1–5 Konten, je nach Nutzung).", "Cron (Recommended)" : "Cron (Empfohlen)", @@ -578,44 +565,32 @@ OC.L10N.register( "Common languages" : "Gebräuchliche Sprachen", "Other languages" : "Weitere Sprachen", "Password change is disabled because the master key is disabled" : "Das Ändern des Passwortes ist deaktiviert, da der Master-Schlüssel deaktiviert ist", - "New user" : "Neuer Benutzer", + "New account" : "Neues Konto", "Display name" : "Anzeigename", "Either password or email is required" : "Passwort oder E-Mail-Adresse ist erforderlich", "Password (required)" : "Passwort (erforderlich)", "Email (required)" : "E-Mail-Adresse (erforderlich)", "Email" : "E-Mail", "Groups (required)" : "Gruppen (erforderlich)", - "Set user groups" : "Benutzergruppen einstellen", "Administered groups" : "Administrierte Gruppen", - "Set user as admin for …" : "Benutzer als Administration setzen für…", "Quota" : "Kontingent", - "Set user quota" : "Benutzerkontingent einstellen", "Language" : "Sprache", "Set default language" : "Standard-Sprache einstellen", "Manager" : "Manager", - "Add new user" : "Neuen Benutzer hinzufügen", - "Set user manager" : "Benutzermanager setzen", - "Username will be autogenerated" : "Benutzername wird automatisch erzeugt", - "Username (required)" : "Benutzername (erforderlich)", "Total rows summary" : "Zusammenfassung aller Zeilen", - "Loading users …" : "Lade Benutzer …", "Scroll to load more rows" : "Scrollen, um weitere Zeilen zu laden", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} Benutzer…","{userCount} Benutzer…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} Benutzer","{userCount} Benutzer"], "Avatar" : "Avatar", - "Username" : "Benutzername", - "Group admin for" : "Gruppenadministrator für", - "User backend" : "Benutzer-Backend", + "Account name" : "Konto Name", + "Group admin for" : "Gruppenadministration für", "Storage location" : "Speicherort", "Last login" : "Letzte Anmeldung", - "User actions" : "Benutzeraktionen", + "Account actions" : "Konto-Aktionen", "Password or insufficient permissions message" : "Passwort oder unzureichende Berechtigungen Nachricht", "Loading account …" : "Lade Konto …", "Change display name" : "Anzeigename ändern", "Set new password" : "Neues Passwort setzen", "You do not have permissions to see the details of this account" : "Sie haben nicht die Berechtigung, die Details dieses Kontos anzusehen.", "Set new email address" : "Neue E-Mail-Adresse setzen", - "Add user to group" : "Benutzer der Gruppe hinzufügen", "Add account to group" : "Konto zur Gruppe hinzufügen", "Set account as admin for" : "Konto als Administration festlegen für", "Select account quota" : "Kontokontigent auswählen", @@ -649,9 +624,9 @@ OC.L10N.register( "Show storage path" : "Zeige Speicherpfad", "Show last login" : "Letzte Anmeldung anzeigen", "Sorting" : "Sortierung", - "The system config enforces sorting the groups by name. This also disables showing the member count." : "Die Systemkonfiguration erzwingt die Sortierung der Gruppen nach Namen. Dadurch wird auch die Anzeige der Mitgliederzahl deaktiviert.", + "The system config enforces sorting the groups by name. This also disables showing the member count." : "Die Systemkonfiguration erzwingt die Sortierung der Gruppen nach Namen. Dadurch wird auch die Anzeige der Kontenzahl deaktiviert.", "Group list sorting" : "Sortierung der Gruppenliste", - "By member count" : "Nach Mitgliederzahl", + "By member count" : "Nach Kontenzahl", "By name" : "Nach Name", "Send email" : "E-Mail senden", "Send welcome email to new accounts" : "Begrüßungs-E-Mail an neuen Konten senden", @@ -669,7 +644,7 @@ OC.L10N.register( "No devices configured." : "Keine Geräte eingerichtet.", "The following devices are configured for your account:" : "Die folgenden Geräte sind für Ihr Konto eingerichtet:", "Your browser does not support WebAuthn." : "Ihr Browser unterstützt kein WebAuthn.", - "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Als Administrator können sie das Teilen-Verhalten feinabstimmen. Weitere Informationen finden Sie in der Dokumentation.", + "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Als Administratio können Sie das Teilen-Verhalten feinabstimmen. Weitere Informationen finden Sie in der Dokumentation.", "You need to enable the File sharing App." : "Sie müssen die App \"File sharing\" aktivieren.", "Loading app list" : "Lade App-Liste", "App Store" : "App Store", @@ -681,7 +656,6 @@ OC.L10N.register( "Disabled accounts" : "Deaktivierte Konten", "Account group: {group}" : "Kontengruppe: {group}", "Account management" : "Kontoverwaltung", - "New account" : "Neues Konto", "Creating group…" : "Erstelle Gruppe…", "Create group" : "Gruppe erstellen", "Group name" : "Gruppenname", @@ -705,7 +679,7 @@ OC.L10N.register( "Locale" : "Gebietsschema", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Nicht verfügbar, da diese Eigenschaft für Kernfunktionen wie Dateifreigabe und Kalendereinladungen erforderlich ist.", "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Nicht verfügbar, da Föderation für Ihr Konto deaktiviert ist. Bitte wenden Sie sich an Ihre Administration, wenn Sie Fragen haben", - "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Nicht verfügbar, da die Veröffentlichung benutzerspezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wenden Sie sich bei Fragen an Ihre Systemadministration.", + "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Nicht verfügbar, da die Veröffentlichung kontospezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wenden Sie sich bei Fragen an Ihre Systemadministration.", "Discover" : "Entdecken", "Your apps" : "Ihre Apps", "Active apps" : "Aktive Apps", @@ -777,9 +751,9 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Diese Community-Version von Nextcloud wird nicht unterstützt und sofortige Benachrichtigungen sind nicht verfügbar. ", "Use a second factor besides your password to increase security for your account." : "Verwenden Sie neben Ihrem Passwort einen zweiten Faktor, um die Sicherheit für Ihr Konto zu erhöhen.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Wenn Sie Anwendungen von Drittanbietern verwenden, um sich mit Nextcloud zu verbinden, stellen Sie bitte sicher, dass Sie für jede Anwendung ein Anwendungspasswort erstellen und konfigurieren, bevor Sie die Zwei-Faktor-Authentifizierung aktivieren.", - "No user supplied" : "Kein Benutzer angegeben", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Bitte geben Sie ein Wiederherstellungspasswort für das Administrationskonto an, da sonst alle Benutzerdaten verlorengehen.", - "Backend does not support password change, but the user's encryption key was updated." : "Das Backend unterstützt die Passwortänderung nicht, aber das Verschlüsselungspasswort des Benutzers wurde aktualisiert.", + "No user supplied" : "Kein Konto angegeben", + "Please provide an admin recovery password; otherwise, all user data will be lost." : "Bitte geben Sie ein Wiederherstellungspasswort für das Administrationskonto an, da sonst alle Kontodaten verlorengehen.", + "Backend does not support password change, but the user's encryption key was updated." : "Das Backend unterstützt die Passwortänderung nicht, aber das Verschlüsselungspasswort des Kontos wurde aktualisiert.", "installing and updating apps via the App Store or Federated Cloud Sharing" : "Das Installieren und Aktualisieren von Apps durch den App-Store oder durch Federated-Cloud-Sharing", "Federated Cloud Sharing" : "Federated-Cloud-Sharing", "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL verwendet eine veraltete %1$s Version (%2$s). Bitte aktualisieren Sie Ihr Betriebssystem, da ansonsten Funktionen wie z.B. %3$s nicht zuverlässig funktionieren.", @@ -792,16 +766,19 @@ OC.L10N.register( "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "Die maximale Anzahl von OPcache-Schlüsseln ist fast erreicht. Um sicherzustellen, dass alle Skripte im Cache gehalten werden können, wird empfohlen, <code>opcache.max_accelerated_files</code> mit einem höheren Wert als <code>%s</code> in Ihrer PHP-Konfiguration anzuwenden.", "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "Der OPcache-Puffer ist fast voll. Um sicherzustellen, dass alle Skripte im Cache gehalten werden können, wird empfohlen, <code>opcache.memory_consumption</code> auf Ihre PHP-Konfiguration mit einem höheren Wert als <code>%s</code> anzuwenden. ", "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "Der OPcache-Zwischenspeicher für interne Zeichenfolgen ist fast voll. Um sicherzustellen, dass sich wiederholende Zeichenfolgen effektiv zwischengespeichert werden können, wird empfohlen, <code>opcache.interned_strings_buffer</code> mit einem Wert größer als <code>%s</code> auf Ihre PHP-Konfiguration anzuwenden.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Sie müssen Ihre Benutzer-E-Mail-Adresse festlegen, bevor Sie Test-E-Mails senden können. Gehen Sie dazu zu %s.", - "Invalid user" : "Ungültiger Benutzer", - "Your username is: %s" : "Ihr Benutzername lautet: %s", - "Logged in user must be a subadmin" : "Der angemeldete Benutzer muss ein Subadministrator sein", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Eine Hintergrundaufgabe, die nach vom Benutzer importierten SSL-Zertifikaten sucht, läuft noch. Bitte später erneut versuchen.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Benutzer importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Sie können über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", - "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Es wurden ungültige UUIDs von LDAP-Benutzern oder -Gruppen gefunden. Bitte überprüfen Sie Ihre „UUID-Erkennung überschreiben“-Einstellungen im Expertenteil der LDAP-Konfiguration und verwenden Sie „occ ldap:update-uuid“, um sie zu aktualisieren.", - "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Die Synchronisierung des DAV-Systemadressbuchs wurde noch nicht ausgeführt, da Ihre Instanz mehr als 1000 Benutzer hat oder weil ein Fehler aufgetreten ist. Bitte führen Sie sie manuell aus, indem Sie occ dav:sync-system-addressbook aufrufen.", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Benutzer und Gruppen erzwungen werden. Dann können Benutzer, für die keine Zwei-Faktor-Authentifizierung eingerichtet ist, sich nicht am System anmelden.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Benutzer 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Benutzer aktiviert, außer für Mitglieder der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Mitglieder dieser Gruppen aktiviert. Ist ein Benutzer sowohl Mitglied der ausgewählten als auch der ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert. ", + "You need to set your user email before being able to send test emails. Go to %s for that." : "Sie müssen Ihre Konto -E-Mail-Adresse festlegen, bevor Sie Test-E-Mails senden können. Gehen Sie dazu zu %s.", + "Invalid user" : "Ungültiges Konto", + "Your username is: %s" : "Ihr Anmeldername lautet: %s", + "Logged in user must be a subadmin" : "Das angemeldete Konto muss eine Subadministration sein", + "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Eine Hintergrundaufgabe, die nach vom Konto importierten SSL-Zertifikaten sucht, läuft noch. Bitte später erneut versuchen.", + "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Konto importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Sie können über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", + "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Es wurden ungültige UUIDs von LDAP-Konten oder -Gruppen gefunden. Bitte überprüfen Sie Ihre „UUID-Erkennung überschreiben“-Einstellungen im Expertenteil der LDAP-Konfiguration und verwenden Sie „occ ldap:update-uuid“, um sie zu aktualisieren.", + "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Die Synchronisierung des DAV-Systemadressbuchs wurde noch nicht ausgeführt, da Ihre Instanz mehr als 1000 Konten hat oder weil ein Fehler aufgetreten ist. Bitte führen Sie sie manuell aus, indem Sie occ dav:sync-system-addressbook aufrufen.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und benötigen MariaDB 10.2 oder neuer.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützten diese Version nicht und benötigen MySQL 8.0 oder MariaDB 10.2 oder neuer.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und beötigen PostgreSQL 9.6 oder neuer.", + "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Konten und Gruppen erzwungen werden. Dann können Zugänge, für die keine Zwei-Faktor-Authentifizierung eingerichtet ist, sich nicht am System anmelden.", + "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Konto 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Konten aktiviert, außer für Konten der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Konten dieser Gruppen aktiviert. Ist ein Konto sowohl Teil der ausgewählten als auch der ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert. ", "Enable all" : "Alle aktivieren", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", @@ -814,58 +791,62 @@ OC.L10N.register( "Error while deleting the token" : "Fehler beim Löschen des Geräte-Tokens", "Use the credentials below to configure your app or device." : "Nutzen Sie die unten angebenen Anmeldeinformationen, um ihre App oder ihr Gerät zu konfigurieren.", "For security reasons this password will only be shown once." : "Aus Sicherheitsgründen wird das Passwort nur einmal angezeigt.", + "Username" : "Kontenname", "Copied!" : "Kopiert!", "Copy" : "Kopieren", - "Execute one task with each page loaded. Use case: Single user instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelbenutzer-Installation.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php ist bei einem Webcron-Dienst registriert, um cron.php alle 5 Minuten über HTTP aufzurufen. Anwendungsfall: Sehr kleine Instanz (1–5 Benutzer je nach Nutzung).", + "Execute one task with each page loaded. Use case: Single user instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelkonto-Installation.", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php ist bei einem Webcron-Dienst registriert, um cron.php alle 5 Minuten über HTTP aufzurufen. Anwendungsfall: Sehr kleine Instanz (1–5 Zugänge je nach Nutzung).", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Um dies auszuführen, wird die PHP-Posix-Erweiterung benötigt. Weitere Informationen finden Sie in der {linkstart}PHP-Dokumentation{linkend}. ", "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Verwenden Sie den System-Cron-Dienst, um die Datei cron.php alle 5 Minuten aufzurufen. Empfohlen für alle Installationen.", - "The cron.php needs to be executed by the system user \"{user}\"." : "Die cron.php muss durch den Systembenutzer \"{user}\" ausgeführt werden.", - "Enable or disable profile by default for new users." : "Profil für neue Benutzer standardmäßig aktivieren oder deaktivieren.", - "You are about to remove the group {group}. The users will NOT be deleted." : "Sie sind im Begriff, die Gruppe {group} zu löschen. Die Benutzer werden NICHT gelöscht.", + "The cron.php needs to be executed by the system user \"{user}\"." : "Die cron.php muss durch das Systemkonto \"{user}\" ausgeführt werden.", + "Enable or disable profile by default for new users." : "Profil für neue Konten standardmäßig aktivieren oder deaktivieren.", + "You are about to remove the group {group}. The users will NOT be deleted." : "Sie sind im Begriff, die Gruppe {group} zu löschen. Die Konten werden NICHT gelöscht.", "Please confirm the group removal " : "Bitte die Löschung der Gruppe bestätigen", "Your profile information" : "Ihre Profilinformation", "Your email address" : "Ihre E-Mail-Adresse", "Additional emails" : "Zusätzliche E-Mail-Adressen", "Enable Profile" : "Profil aktivieren", "Your Twitter handle" : "Ihr Twitter-Handle", - "You do not have permissions to see the details of this user" : "Sie haben keine Berechtigung, um auf die Details dieses Benutzers zu sehen", + "You do not have permissions to see the details of this user" : "Sie haben keine Berechtigung, um auf die Details dieses Kontos zu sehen", "Edit display name" : "Anzeigename bearbeiten", "Add new password" : "Neues Passwort hinzufügen", "Add new email address" : "Neue E-Mail-Adresse hinzufügen", - "Set user as admin for" : "Benutzer als Administrator setzen für", - "Select user quota" : "Benutzerkontingent auswählen", + "Add user to group" : "Konto der Gruppe hinzufügen", + "Set user as admin for" : "Konto als Administration setzen für", + "Select user quota" : "Kontokontingent auswählen", "Select manager" : "Manager auswählen", - "Toggle user actions menu" : "Menü für Benutzeraktionen umschalten", - "Delete user" : "Benutzer löschen", + "Toggle user actions menu" : "Menü für Kontenaktionen umschalten", + "Delete user" : "Konto löschen", "Wipe all devices" : "Alle Geräte löschen", - "Disable user" : "Benutzer deaktivieren", - "Enable user" : "Benutzer aktivieren", - "Edit User" : "Benutzer bearbeiten", - "User's table" : "Benutzertabelle", + "Disable user" : "Konto deaktivieren", + "Enable user" : "Konto aktivieren", + "Edit User" : "Konto bearbeiten", + "User's table" : "Kontentabelle", + "New user" : "Neues Konto", "Will be autogenerated" : "Wird automatisch erzeugt", - "Select user manager" : "Benutzermanager wählen", - "Add a new user" : "Neuen Benutzer hinzufügen", - "No users in here" : "Keine Benutzer vorhanden", + "Select user manager" : "Kontomanager wählen", + "Add a new user" : "Neues Konto hinzufügen", + "User backend" : "Konto-Backend", + "No users in here" : "Keine Konten vorhanden", "Name your device" : "Gerät benennen", "Server error while trying to add WebAuthn device" : "Server-Fehler beim Versuch ein WebAuthn-Gerät hinzuzufügen", "{license}-licensed" : "{license}-Lizenziert", "by {author}\n{license}" : "von {author}\n{license}", "Enter group name" : "Gruppenname eingeben", "Add group" : "Gruppe hinzufügen", - "Active users" : "Aktive Benutzer", - "Disabled users" : "Deaktivierte Benutzer", + "Active users" : "Aktive Konten", + "Disabled users" : "Deaktivierte Konten", "Default quota:" : "Standardkontingent:", "Show Languages" : "Sprachen anzeigen", - "Show user backend" : "Benutzer-Backend anzeigen", - "Send email to new user" : "E-Mail an neuen Benutzer senden", + "Show user backend" : "Konten-Backend anzeigen", + "Send email to new user" : "E-Mail an neues Konto senden", "Not saved" : "Nicht gespeichert", "Twitter" : "Twitter", "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Nicht verfügbar, da Föderation für Ihr Konto deaktiviert ist. Bitte wenden Sie sich an Ihre Administration, wenn Sie Fragen haben", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nicht verfügbar, da die Veröffentlichung benutzerspezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wenden Sie sich bei Fragen an Ihre Systemadministration.", - "Show to logged in users only" : "Nur angemeldeten Benutzern anzeigen", + "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nicht verfügbar, da die Veröffentlichung kontospezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wenden Sie sich bei Fragen an Ihre Systemadministration.", + "Show to logged in users only" : "Nur angemeldete Konten anzeigen", "Enable untested app" : "Ungetestete App aktivieren", - "SMTP Username" : "SMTP-Benutzername", + "SMTP Username" : "SMTP-Kontenname", "Expire after" : "Ablauf nach", "day(s)" : "Tag(e)", "Exclude groups from password requirements:" : "Gruppen vom Passwortvorschriften ausschließen:", @@ -873,22 +854,40 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Gruppen von der Erstellung von Link-Freigaben ausschließen:", "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", - "Old user imported certificates" : "Alte vom Benutzer importierte Zertifikate", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Benutzern innerhalb derselben Gruppen die automatische Vervollständigung von Benutzernamen erlauben und Systemadressbücher auf Benutzer derselben Gruppen beschränken", + "Allow username autocompletion to users based on phone number integration" : "Automatische Vervollständigung des Benutzernamens für Benutzer basierend auf der Rufnummernintegration zulassen", + "Old user imported certificates" : "Alte für das Konto importierte Zertifikate", + "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Konnte die JavaScript-Unterstützung nicht überprüfen. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "MySQL unicode support" : "MySQL Unicode-Unterstützung", "Overwrite cli URL" : "CLI-URL überschreiben", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Sie verwenden derzeit PHP %s. PHP 8.0 ist ab Nextcloud 27 veraltet. Nextcloud 28 erfordert möglicherweise mindestens PHP 8.1. Bitte aktualisieren Sie so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP Gruppe.", "Rating: {score}/10" : "Bewertung: {score}/10", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Sie sind im Begriff, die Gruppe \"{group}\" zu löschen. Die Benutzer werden NICHT gelöscht.", - "No users" : "Keine Benutzer", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Benutzerliste. Diese Liste ist aus Performance-Gründen nicht vollständig gerendert. Die Benutzer werden gerendert, wenn Sie durch die Liste navigieren.", - "Loading user …" : "Lade Benutzer…", - "Failed to update user manager" : "Fehler beim Aktualisieren des Benutzermanagers", - "User management settings" : "Benutzerverwaltungseinstellungen", - "Send welcome email to new users" : "Begrüßungs-E-Mail an neuen Benutzer senden", - "User management" : "Benutzerverwaltung", + "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Sie sind im Begriff, die Gruppe \"{group}\" zu löschen. Die Konten werden NICHT gelöscht.", + "No users" : "Keine Konten", + "Loading users …" : "Lade Konten …", + "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Kontenliste. Diese Liste ist aus Performance-Gründen nicht vollständig gerendert. Die Konten werden gerendert, wenn Sie durch die Liste navigieren.", + "Set user groups" : "Kontengruppen einstellen", + "Set user as admin for …" : "Konto als Administration setzen für…", + "Set user quota" : "Kontokontingent einstellen", + "Add new user" : "Neues Konto hinzufügen", + "Set user manager" : "Manager setzen", + "Username will be autogenerated" : "Anmeldename wird automatisch erzeugt", + "Username (required)" : "Anmeldename (erforderlich)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} Benutzer…","{userCount} Konten…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} Benutzer","{userCount} Konten"], + "User actions" : "Kontoaktionen", + "Loading user …" : "Lade Konten…", + "Failed to update user manager" : "Fehler beim Aktualisieren des Kontomanagers", + "User management settings" : "Kontoverwaltungseinstellungen", + "Send welcome email to new users" : "Begrüßungs-E-Mail an neues Konto senden", + "User management" : "Kontenverwaltung", "Creating group …" : "Erstelle Gruppe …", - "User group: {group}" : "Benutzergruppe: {group}", - "Nextcloud help resources" : "Nextcloud-Hilferessourcen" + "User group: {group}" : "Kontengruppe: {group}", + "Nextcloud help resources" : "Nextcloud-Hilferessourcen", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss er in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über Ihre `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index 3a42854f046..2bd9408c6ec 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -21,13 +21,13 @@ "{actor} added you to group {group}" : "{actor} hat Sie zur Gruppe {group} hinzugefügt", "You added {user} to group {group}" : "Sie haben {user} zur Gruppe {group} hinzugefügt", "{actor} added {user} to group {group}" : "{actor} hat {user} zur Gruppe {group} hinzugefügt", - "An administrator added you to group {group}" : "Ein Administrator hat Sie zur Gruppe {group} hinzugefügt", - "An administrator added {user} to group {group}" : "Ein Administrator hat {user} zur Gruppe {group} hinzugefügt", + "An administrator added you to group {group}" : "Die Administration hat Sie zur Gruppe {group} hinzugefügt", + "An administrator added {user} to group {group}" : "Die Administration hat {user} zur Gruppe {group} hinzugefügt", "{actor} removed you from group {group}" : "{actor} hat Sie von der Gruppe {group} entfernt", "You removed {user} from group {group}" : "Sie haben {user} von der Gruppe {group} entfernt", "{actor} removed {user} from group {group}" : "{actor} hat {user} von der Gruppe {group} entfernt", - "An administrator removed you from group {group}" : "Ein Administrator hat Sie von der Gruppe {group} entfernt", - "An administrator removed {user} from group {group}" : "Ein Administrator hat {user} von der Gruppe {group} entfernt", + "An administrator removed you from group {group}" : "Die Administration hat Sie von der Gruppe {group} entfernt", + "An administrator removed {user} from group {group}" : "Die Administration hat {user} von der Gruppe {group} entfernt", "Your <strong>group memberships</strong> were modified" : "Ihre <strong>Gruppenmitgliedschaft</strong> wurde geändert", "{actor} changed your password" : "{actor} hat Ihr Passwort geändert", "You changed your password" : "Sie haben Ihr Passwort geändert", @@ -35,7 +35,7 @@ "Your password was reset" : "Ihr Passwort wurde zurückgesetzt", "{actor} changed your email address" : "{actor} hat Ihre E-Mail-Adresse geändert", "You changed your email address" : "Sie haben Ihre E-Mail-Adresse geändert", - "Your email address was changed by an administrator" : "Ihre E-Mail-Adresse wurde von einem Administrator geändert", + "Your email address was changed by an administrator" : "Ihre E-Mail-Adresse wurde von der Administration geändert", "You created an app password for a session named \"{token}\"" : "Sie haben ein App-Passwort für eine Sitzung mit dem Namen \"{token}\" erstellt", "An administrator created an app password for a session named \"{token}\"" : "Die Administration hat ein App-Passwort für eine Sitzung mit dem Namen \"{token}“ erstellt", "You deleted app password \"{token}\"" : "Sie haben das App-Passwort \"{token}\" entfernt", @@ -61,7 +61,7 @@ "Wrong admin recovery password. Please check the password and try again." : "Falsches Wiederherstellungspasswort für das Admin-Konto. Bitte überprüfen Sie das Passwort und versuchen Sie es erneut.", "Backend does not support password change, but the encryption of the account key was updated." : "Das Backend unterstützt keine Passwortänderung, aber die Verschlüsselung des Kontoschlüssels wurde aktualisiert.", "Administrator documentation" : "Dokumentation für die Administration", - "User documentation" : "Dokumentation für Benutzer", + "User documentation" : "Nutzungsdokumentation", "Nextcloud help overview" : "Übersicht über die Nextcloud-Hilfe", "Invalid SMTP password." : "Ungültiges SMTP-Passwort.", "Email setting test" : "Test der E-Mail-Einstellungen", @@ -82,11 +82,11 @@ "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Um Ihre Webseite zu überprüfen, speichern Sie bitte den folgenden Inhalt im Web-Wurzelverzeichnist in der Datei '.well-known/CloudIdVerificationCode.txt' (bitte stellen Sie sicher, das sich der gesamte Text in einer Zeile befindet):", "%1$s changed your password on %2$s." : "%1$s hat Ihr Passwort auf %2$s geändert.", "Your password on %s was changed." : "Ihr Passwort auf %s wurde geändert.", - "Your password on %s was reset by an administrator." : "Ihr Passwort auf %s wurde vom Administrator zurückgesetzt.", + "Your password on %s was reset by an administrator." : "Ihr Passwort auf %s wurde von der Administration zurückgesetzt.", "Your password on %s was reset." : "Ihr Passwort auf %s wurde zurückgesetzt", "Password for %1$s changed on %2$s" : "Passwort für %1$s geändert auf %2$s", "Password changed for %s" : "Passwort geändert für %s ", - "If you did not request this, please contact an administrator." : "Wenn Sie das nicht angefordert haben sollten, wenden Sie sich bitte an den Administrator.", + "If you did not request this, please contact an administrator." : "Wenn Sie das nicht angefordert haben sollten, wenden Sie sich bitte an die Administration.", "Your email address on %s was changed." : "Ihre E-Mail-Adresse auf %s wurde geändert.", "Your email address on %s was changed by an administrator." : "Ihre E-Mail-Adresse auf %s wurde von der Administration geändert.", "Email address for %1$s changed on %2$s" : "E-Mail-Adresse für %1$s geändert auf %2$s", @@ -100,11 +100,11 @@ "Set your password" : "Setzen Sie Ihr Passwort", "Go to %s" : "%s aufrufen", "Install Client" : "Installiere den Client", - "Logged in account must be a subadmin" : "Das angemeldete Konto muss ein Subadministrator sein.", + "Logged in account must be a subadmin" : "Das angemeldete Konto muss eine Subadministration sein.", "Apps" : "Apps", "Personal" : "Persönlich", "Administration" : "Verwaltung", - "Users" : "Benutzer", + "Users" : "Konten", "Additional settings" : "Zusätzliche Einstellungen", "Artificial Intelligence" : "Künstliche Intelligenz", "Administration privileges" : "Administrationsrechte", @@ -122,13 +122,12 @@ "Unlimited" : "Unbegrenzt", "Verifying" : "Überprüfe", "App directories owner" : "Besitzer der App-Ordner", - "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Einige App-Ordner werden von einem anderen Benutzer als dem des Web-Servers besessen. Dies kann der Fall sein, wenn Apps manuell installiert wurden. Überprüfen Sie die Berechtigungen der folgenden App-Ordner:\n%s", + "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Einige App-Ordner werden von einem anderen Konto als dem des Web-Servers besessen. Dies kann der Fall sein, wenn Apps manuell installiert wurden. Überprüfen Sie die Berechtigungen der folgenden App-Ordner:\n%s", "App directories have the correct owner \"%s\"" : "App-Ordner haben den richtigen Besitzer \"%s\"", "Brute-force Throttle" : "Brute-Force-Drosselung", "Your remote address could not be determined." : "Ihre Remote-Adresse konnte nicht ermittelt werden.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Ihre Remote-Adresse wurde als „%s“ erkannt und wird derzeit durch die Brute-Force-Erkennung gedrosselt, was die Leistung verschiedener Anfragen verlangsamt. Wenn die Remote-Adresse nicht Ihre Adresse ist, kann dies ein Hinweis darauf sein, dass ein Proxy nicht richtig konfiguriert ist.", "Your remote address \"%s\" is not brute-force throttled." : "Ihre Remote-Adresse \"%s\" ist nicht durch die Brute-Force-Erkennung gedrosselt.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss er in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.", "Old administration imported certificates" : "Alte, von der Adminstration importierte Zertifikate", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Eine Hintergrundaufgabe, die nach, von der Adminstration importierten SSL-Zertifikaten sucht, läuft noch. Bitte später erneut versuchen.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige, von der Administration importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Sie können über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", @@ -147,10 +146,8 @@ "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Konnte nicht überprüfen, ob das Datenverzeichnis geschützt ist. Bitte überprüfen Sie manuell, ob Ihr Server keinen Zugriff auf das Datenverzeichnis erlaubt.", "Database missing columns" : "In der Datenbank fehlen Spalten", "Missing optional column \"%s\" in table \"%s\"." : "Fehlende optionale Spalte \"%s\" in der Tabelle \"%s\".", - "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In der Datenbank fehlen einige optionale Spalten. Da das Hinzufügen von Spalten bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch hinzugefügt, wenn sie optional sein können. Durch Ausführen von \"occ db:add-missing-columns\" können diese fehlenden Spalten manuell hinzugefügt werden, während die Instanz weiter läuft. Sobald die Spalten hinzugefügt sind, könnten einige Funktionen die Reaktionsfähigkeit oder die Benutzerfreundlichkeit verbessern.", + "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In der Datenbank fehlen einige optionale Spalten. Da das Hinzufügen von Spalten bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch hinzugefügt, wenn sie optional sein können. Durch Ausführen von \"occ db:add-missing-columns\" können diese fehlenden Spalten manuell hinzugefügt werden, während die Instanz weiter läuft. Sobald die Spalten hinzugefügt sind, könnten einige Funktionen die Reaktionsfähigkeit oder die Bedienfreundlichkeit verbessern.", "Database missing indices" : "In der Datenbank fehlen Indizes", - "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", "Database missing primary keys" : "In der Datenbank fehlen Primärschlüssel", "Missing primary key on table \"%s\"." : "Fehlender Primärschlüssel in Tabelle \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "In der Datenbank fehlen einige Primärschlüssel. Aufgrund der Tatsache, dass das Hinzufügen von Primärschlüsseln bei großen Tabellen einige Zeit dauern konnte, wurden sie nicht automatisch hinzugefügt. Durch Ausführen von \"occ db:add-missing-primary-keys\" können diese fehlenden Primärschlüssel manuell hinzugefügt werden, während die Instanz weiter läuft.", @@ -176,13 +173,11 @@ "HTTPS access and URLs" : "HTTPS-Zugriff und URLs", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Unsicherer Zugriff auf die Website über HTTP. Es wird dringend empfohlen, Ihren Server so einzurichten, dass HTTPS erforderlich ist. Ohne HTTPS funktionieren einige wichtige Webfunktionen wie \"Kopieren in die Zwischenablage\" oder \"Service Worker\" nicht!", "Accessing site insecurely via HTTP." : "Unsicherer Zugriff auf die Website über HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Sie greifen über eine sichere Verbindung auf Ihre Instanz zu, jedoch erstellt Ihre Instanz unsichere URLs. Dies bedeutet höchstwahrscheinlich, dass Sie sich hinter einem Reverse-Proxy befinden und die Overwrite-Konfigurationsvariablen nicht korrekt eingestellt sind.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Sie greifen über eine sichere Verbindung auf Ihre Instanz zu, und Ihre Instanz erstellt sichere URLs.", "Internet connectivity" : "Internetverbindung", "Internet connectivity is disabled in configuration file." : "Die Internetverbindung ist in der Konfigurationsdatei deaktiviert.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen externer Speicher, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. Der Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren. Um alle Funktionen nutzen zu können, stellen Sie bitte eine Internet-Verbindung für diesen Server her.", "JavaScript modules support" : "JavaScript-Modulunterstützung", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über Ihre `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Ihr Webserver liefert `.mjs`-Dateien nicht mit dem JavaScript MIME-Typ. Dadurch werden einige Apps beeinträchtigt, da Browser die JavaScript-Dateien nicht ausführen können. Konfigurieren Sie Ihren Webserver so, dass er `.mjs`-Dateien entweder mit dem MIME-Typ `text/javascript` oder `application/javascript` ausliefert.", "JavaScript source map support" : "Unterstützung für JavaScript-Quellkarten", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Ihr Webserver ist nicht für die Bereitstellung von `.js.map`-Dateien eingerichtet. Ohne diese Dateien funktionieren JavaScript Source Maps nicht ordnungsgemäß, was die Fehlersuche und -behebung eventuell auftretender Probleme erschwert.", @@ -193,8 +188,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Der Server hat keine konfigurierte Startzeit für das Wartungsfenster. Das bedeutet, dass ressourcenintensive tägliche Hintergrundaufgaben auch während Ihrer Hauptnutzungszeit ausgeführt werden. Wir empfehlen, das Wartungsfenster auf eine Zeit mit geringer Nutzung festzulegen, damit Benutzer weniger von der Belastung durch diese umfangreichen Aufgaben beeinträchtigt werden.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Wartungsfenster zur Ausführung von umfangreichen Hintergrundaufgaben liegt zwischen {start}:00 UTC und {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" und nicht \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached ist als verteilter Cache konfiguriert, aber das PHP-Modul \"memcached\" ist nicht installiert.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Es wurde kein Speichercache konfiguriert. Um die Leistung zu verbessern, konfigurieren Sie bitte Memcache, sofern verfügbar.", "Configured" : "Eingerichtet", "MySQL Unicode support" : "MySQL Unicode-Unterstützung", @@ -268,9 +261,6 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Es konnte nicht überprüft werden, ob Ihr Webserver Sicherheitsheader korrekt bereitstellt. Die Abfrage von `%s` ist nicht möglich", "Your server is correctly configured to send security headers." : "Ihr Server ist korrekt für das Senden von Sicherheitsheadern konfiguriert.", "Database version" : "Datenbankversion", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und benötigen MariaDB 10.2 oder neuer.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützten diese Version nicht und benötigen MySQL 8.0 oder MariaDB 10.2 oder neuer.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und beötigen PostgreSQL 9.6 oder neuer.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Als Backend-Datenbank wird derzeit SQLite verwendet. Bei größeren Installationen empfehlen wir den Wechsel auf ein anderes Datenbank-Backend. Dies empfiehlt sich insbesondere bei der Nutzung des Desktop-Clients zur Dateisynchronisierung. Um zu einer anderen Datenbank zu migrieren, verwenden Sie das Befehlszeilentool: \"occ db:convert-type\".", "Unknown database platform" : "Unbekannte Datenbankplattform", "Architecture" : "Architektur", @@ -316,9 +306,9 @@ "Allow apps to use the Share API" : "Apps die Benutzung der Share-API erlauben", "Allow resharing" : "Weiterteilen erlauben", "Allow sharing with groups" : "Teilen mit Gruppen erlauben", - "Restrict users to only share with users in their groups" : "Benutzer auf das Teilen innerhalb ihrer Gruppen beschränken", + "Restrict users to only share with users in their groups" : "Konten auf das Teilen innerhalb ihrer Gruppen beschränken", "Ignore the following groups when checking group membership" : "Die folgenden Gruppen beim Überprüfen der Gruppenmitgliedschaft ignorieren", - "Allow users to share via link and emails" : "Benutzern erlauben, Inhalte über Links und E-Mails zu teilen.", + "Allow users to share via link and emails" : "Konten erlauben, Inhalte über Links und E-Mails zu teilen.", "Allow public uploads" : "Öffentliches Hochladen erlauben", "Always ask for a password" : "Immer nach einem Passwort fragen", "Enforce password protection" : "Passwortschutz erzwingen", @@ -342,10 +332,7 @@ "Set default expiration date for shares via link or mail" : "Standardablaufzeit für Link- oder E-Mail-Freigaben festlegen", "Default expiration time of shares in days" : "Standardablaufzeit für Freigaben in Tagen", "Privacy settings for sharing" : "Datenschutzeinstellungen bezüglich des Teilens", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Wenn die Autovervollständigung \"gleiche Gruppe\" und \"Rufnummernintegration\" aktiviert ist, reicht eine Übereinstimmung in einem der beiden Bereiche aus, um den Benutzer anzuzeigen.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Benutzern innerhalb derselben Gruppen die automatische Vervollständigung von Benutzernamen erlauben und Systemadressbücher auf Benutzer derselben Gruppen beschränken", - "Allow username autocompletion to users based on phone number integration" : "Automatische Vervollständigung des Benutzernamens für Benutzer basierend auf der Rufnummernintegration zulassen", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Ermöglicht die automatische Vervollständigung, wenn der volle Namen oder E-Mail-Adresse eingegeben wird (ignoriert fehlende Telefonbuchübereinstimmungen und gleiche Gruppenzugehörigkeit)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Haftungsausschluss auf der öffentlichen Upload-Seite anzeigen (Wird nur gezeigt, wenn die Dateiliste nicht angezeigt wird.) ", "Disclaimer text" : "Haftungsausschlusstext", @@ -359,11 +346,11 @@ "Enforce two-factor authentication" : "Zwei-Faktor-Authentifizierung erzwingen", "Limit to groups" : "Auf Gruppen beschränken", "Enforcement of two-factor authentication can be set for certain groups only." : "Erzwingen der Zwei-Faktor-Authentifizierung kann nur für bestimmte Gruppen eingestellt werden.", - "Two-factor authentication is enforced for all members of the following groups." : "Zwei-Faktor-Authentifizierung wird für alle Mitglieder der folgenden Gruppen erzwungen.", + "Two-factor authentication is enforced for all members of the following groups." : "Zwei-Faktor-Authentifizierung wird für alle Konten der folgenden Gruppen erzwungen.", "Enforced groups" : "Erzwungene Gruppen", - "Two-factor authentication is not enforced for members of the following groups." : "Zwei-Faktor-Authentifizierung wird für Mitglieder der folgenden Gruppen nicht erzwungen.", + "Two-factor authentication is not enforced for members of the following groups." : "Zwei-Faktor-Authentifizierung wird für Konten der folgenden Gruppen nicht erzwungen.", "Excluded groups" : "Ausgeschlossene Gruppen", - "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Konto 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Benutzer aktiviert, außer für Mitglieder der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Mitglieder dieser Gruppen aktiviert. Ist ein Konto sowohl in einer ausgewählten als auch in einer ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert.", + "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Konto 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Konten aktiviert, außer für Konten der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Konten dieser Gruppen aktiviert. Ist ein Konto sowohl in einer ausgewählten als auch in einer ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert.", "Save changes" : "Änderungen speichern ", "Show details for {appName} app" : "Details für die App {appName} anzeigen", "Update to {update}" : "Aktualisieren auf {update}", @@ -464,7 +451,7 @@ "Last job ran {relativeTime}." : "Die letzte Aufgabe lief {relativeTime}.", "Background job did not run yet!" : "Hintergrund-Aufgabe wurde bislang nicht ausgeführt!", "AJAX" : "AJAX", - "Execute one task with each page loaded. Use case: Single account instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelbenutzer-Installation.", + "Execute one task with each page loaded. Use case: Single account instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelkonto-Installation.", "Webcron" : "Webcron", "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php ist bei einem Webcron-Dienst registriert, um cron.php alle 5 Minuten über HTTP aufzurufen. Anwendungsfall: Sehr kleine Instanz (1–5 Konten, je nach Nutzung).", "Cron (Recommended)" : "Cron (Empfohlen)", @@ -576,44 +563,32 @@ "Common languages" : "Gebräuchliche Sprachen", "Other languages" : "Weitere Sprachen", "Password change is disabled because the master key is disabled" : "Das Ändern des Passwortes ist deaktiviert, da der Master-Schlüssel deaktiviert ist", - "New user" : "Neuer Benutzer", + "New account" : "Neues Konto", "Display name" : "Anzeigename", "Either password or email is required" : "Passwort oder E-Mail-Adresse ist erforderlich", "Password (required)" : "Passwort (erforderlich)", "Email (required)" : "E-Mail-Adresse (erforderlich)", "Email" : "E-Mail", "Groups (required)" : "Gruppen (erforderlich)", - "Set user groups" : "Benutzergruppen einstellen", "Administered groups" : "Administrierte Gruppen", - "Set user as admin for …" : "Benutzer als Administration setzen für…", "Quota" : "Kontingent", - "Set user quota" : "Benutzerkontingent einstellen", "Language" : "Sprache", "Set default language" : "Standard-Sprache einstellen", "Manager" : "Manager", - "Add new user" : "Neuen Benutzer hinzufügen", - "Set user manager" : "Benutzermanager setzen", - "Username will be autogenerated" : "Benutzername wird automatisch erzeugt", - "Username (required)" : "Benutzername (erforderlich)", "Total rows summary" : "Zusammenfassung aller Zeilen", - "Loading users …" : "Lade Benutzer …", "Scroll to load more rows" : "Scrollen, um weitere Zeilen zu laden", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} Benutzer…","{userCount} Benutzer…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} Benutzer","{userCount} Benutzer"], "Avatar" : "Avatar", - "Username" : "Benutzername", - "Group admin for" : "Gruppenadministrator für", - "User backend" : "Benutzer-Backend", + "Account name" : "Konto Name", + "Group admin for" : "Gruppenadministration für", "Storage location" : "Speicherort", "Last login" : "Letzte Anmeldung", - "User actions" : "Benutzeraktionen", + "Account actions" : "Konto-Aktionen", "Password or insufficient permissions message" : "Passwort oder unzureichende Berechtigungen Nachricht", "Loading account …" : "Lade Konto …", "Change display name" : "Anzeigename ändern", "Set new password" : "Neues Passwort setzen", "You do not have permissions to see the details of this account" : "Sie haben nicht die Berechtigung, die Details dieses Kontos anzusehen.", "Set new email address" : "Neue E-Mail-Adresse setzen", - "Add user to group" : "Benutzer der Gruppe hinzufügen", "Add account to group" : "Konto zur Gruppe hinzufügen", "Set account as admin for" : "Konto als Administration festlegen für", "Select account quota" : "Kontokontigent auswählen", @@ -647,9 +622,9 @@ "Show storage path" : "Zeige Speicherpfad", "Show last login" : "Letzte Anmeldung anzeigen", "Sorting" : "Sortierung", - "The system config enforces sorting the groups by name. This also disables showing the member count." : "Die Systemkonfiguration erzwingt die Sortierung der Gruppen nach Namen. Dadurch wird auch die Anzeige der Mitgliederzahl deaktiviert.", + "The system config enforces sorting the groups by name. This also disables showing the member count." : "Die Systemkonfiguration erzwingt die Sortierung der Gruppen nach Namen. Dadurch wird auch die Anzeige der Kontenzahl deaktiviert.", "Group list sorting" : "Sortierung der Gruppenliste", - "By member count" : "Nach Mitgliederzahl", + "By member count" : "Nach Kontenzahl", "By name" : "Nach Name", "Send email" : "E-Mail senden", "Send welcome email to new accounts" : "Begrüßungs-E-Mail an neuen Konten senden", @@ -667,7 +642,7 @@ "No devices configured." : "Keine Geräte eingerichtet.", "The following devices are configured for your account:" : "Die folgenden Geräte sind für Ihr Konto eingerichtet:", "Your browser does not support WebAuthn." : "Ihr Browser unterstützt kein WebAuthn.", - "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Als Administrator können sie das Teilen-Verhalten feinabstimmen. Weitere Informationen finden Sie in der Dokumentation.", + "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Als Administratio können Sie das Teilen-Verhalten feinabstimmen. Weitere Informationen finden Sie in der Dokumentation.", "You need to enable the File sharing App." : "Sie müssen die App \"File sharing\" aktivieren.", "Loading app list" : "Lade App-Liste", "App Store" : "App Store", @@ -679,7 +654,6 @@ "Disabled accounts" : "Deaktivierte Konten", "Account group: {group}" : "Kontengruppe: {group}", "Account management" : "Kontoverwaltung", - "New account" : "Neues Konto", "Creating group…" : "Erstelle Gruppe…", "Create group" : "Gruppe erstellen", "Group name" : "Gruppenname", @@ -703,7 +677,7 @@ "Locale" : "Gebietsschema", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Nicht verfügbar, da diese Eigenschaft für Kernfunktionen wie Dateifreigabe und Kalendereinladungen erforderlich ist.", "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Nicht verfügbar, da Föderation für Ihr Konto deaktiviert ist. Bitte wenden Sie sich an Ihre Administration, wenn Sie Fragen haben", - "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Nicht verfügbar, da die Veröffentlichung benutzerspezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wenden Sie sich bei Fragen an Ihre Systemadministration.", + "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Nicht verfügbar, da die Veröffentlichung kontospezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wenden Sie sich bei Fragen an Ihre Systemadministration.", "Discover" : "Entdecken", "Your apps" : "Ihre Apps", "Active apps" : "Aktive Apps", @@ -775,9 +749,9 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Diese Community-Version von Nextcloud wird nicht unterstützt und sofortige Benachrichtigungen sind nicht verfügbar. ", "Use a second factor besides your password to increase security for your account." : "Verwenden Sie neben Ihrem Passwort einen zweiten Faktor, um die Sicherheit für Ihr Konto zu erhöhen.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Wenn Sie Anwendungen von Drittanbietern verwenden, um sich mit Nextcloud zu verbinden, stellen Sie bitte sicher, dass Sie für jede Anwendung ein Anwendungspasswort erstellen und konfigurieren, bevor Sie die Zwei-Faktor-Authentifizierung aktivieren.", - "No user supplied" : "Kein Benutzer angegeben", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Bitte geben Sie ein Wiederherstellungspasswort für das Administrationskonto an, da sonst alle Benutzerdaten verlorengehen.", - "Backend does not support password change, but the user's encryption key was updated." : "Das Backend unterstützt die Passwortänderung nicht, aber das Verschlüsselungspasswort des Benutzers wurde aktualisiert.", + "No user supplied" : "Kein Konto angegeben", + "Please provide an admin recovery password; otherwise, all user data will be lost." : "Bitte geben Sie ein Wiederherstellungspasswort für das Administrationskonto an, da sonst alle Kontodaten verlorengehen.", + "Backend does not support password change, but the user's encryption key was updated." : "Das Backend unterstützt die Passwortänderung nicht, aber das Verschlüsselungspasswort des Kontos wurde aktualisiert.", "installing and updating apps via the App Store or Federated Cloud Sharing" : "Das Installieren und Aktualisieren von Apps durch den App-Store oder durch Federated-Cloud-Sharing", "Federated Cloud Sharing" : "Federated-Cloud-Sharing", "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL verwendet eine veraltete %1$s Version (%2$s). Bitte aktualisieren Sie Ihr Betriebssystem, da ansonsten Funktionen wie z.B. %3$s nicht zuverlässig funktionieren.", @@ -790,16 +764,19 @@ "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "Die maximale Anzahl von OPcache-Schlüsseln ist fast erreicht. Um sicherzustellen, dass alle Skripte im Cache gehalten werden können, wird empfohlen, <code>opcache.max_accelerated_files</code> mit einem höheren Wert als <code>%s</code> in Ihrer PHP-Konfiguration anzuwenden.", "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "Der OPcache-Puffer ist fast voll. Um sicherzustellen, dass alle Skripte im Cache gehalten werden können, wird empfohlen, <code>opcache.memory_consumption</code> auf Ihre PHP-Konfiguration mit einem höheren Wert als <code>%s</code> anzuwenden. ", "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "Der OPcache-Zwischenspeicher für interne Zeichenfolgen ist fast voll. Um sicherzustellen, dass sich wiederholende Zeichenfolgen effektiv zwischengespeichert werden können, wird empfohlen, <code>opcache.interned_strings_buffer</code> mit einem Wert größer als <code>%s</code> auf Ihre PHP-Konfiguration anzuwenden.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Sie müssen Ihre Benutzer-E-Mail-Adresse festlegen, bevor Sie Test-E-Mails senden können. Gehen Sie dazu zu %s.", - "Invalid user" : "Ungültiger Benutzer", - "Your username is: %s" : "Ihr Benutzername lautet: %s", - "Logged in user must be a subadmin" : "Der angemeldete Benutzer muss ein Subadministrator sein", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Eine Hintergrundaufgabe, die nach vom Benutzer importierten SSL-Zertifikaten sucht, läuft noch. Bitte später erneut versuchen.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Benutzer importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Sie können über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", - "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Es wurden ungültige UUIDs von LDAP-Benutzern oder -Gruppen gefunden. Bitte überprüfen Sie Ihre „UUID-Erkennung überschreiben“-Einstellungen im Expertenteil der LDAP-Konfiguration und verwenden Sie „occ ldap:update-uuid“, um sie zu aktualisieren.", - "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Die Synchronisierung des DAV-Systemadressbuchs wurde noch nicht ausgeführt, da Ihre Instanz mehr als 1000 Benutzer hat oder weil ein Fehler aufgetreten ist. Bitte führen Sie sie manuell aus, indem Sie occ dav:sync-system-addressbook aufrufen.", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Benutzer und Gruppen erzwungen werden. Dann können Benutzer, für die keine Zwei-Faktor-Authentifizierung eingerichtet ist, sich nicht am System anmelden.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Benutzer 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Benutzer aktiviert, außer für Mitglieder der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Mitglieder dieser Gruppen aktiviert. Ist ein Benutzer sowohl Mitglied der ausgewählten als auch der ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert. ", + "You need to set your user email before being able to send test emails. Go to %s for that." : "Sie müssen Ihre Konto -E-Mail-Adresse festlegen, bevor Sie Test-E-Mails senden können. Gehen Sie dazu zu %s.", + "Invalid user" : "Ungültiges Konto", + "Your username is: %s" : "Ihr Anmeldername lautet: %s", + "Logged in user must be a subadmin" : "Das angemeldete Konto muss eine Subadministration sein", + "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Eine Hintergrundaufgabe, die nach vom Konto importierten SSL-Zertifikaten sucht, läuft noch. Bitte später erneut versuchen.", + "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Konto importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Sie können über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", + "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Es wurden ungültige UUIDs von LDAP-Konten oder -Gruppen gefunden. Bitte überprüfen Sie Ihre „UUID-Erkennung überschreiben“-Einstellungen im Expertenteil der LDAP-Konfiguration und verwenden Sie „occ ldap:update-uuid“, um sie zu aktualisieren.", + "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Die Synchronisierung des DAV-Systemadressbuchs wurde noch nicht ausgeführt, da Ihre Instanz mehr als 1000 Konten hat oder weil ein Fehler aufgetreten ist. Bitte führen Sie sie manuell aus, indem Sie occ dav:sync-system-addressbook aufrufen.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und benötigen MariaDB 10.2 oder neuer.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützten diese Version nicht und benötigen MySQL 8.0 oder MariaDB 10.2 oder neuer.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und beötigen PostgreSQL 9.6 oder neuer.", + "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Konten und Gruppen erzwungen werden. Dann können Zugänge, für die keine Zwei-Faktor-Authentifizierung eingerichtet ist, sich nicht am System anmelden.", + "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Konto 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Konten aktiviert, außer für Konten der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Konten dieser Gruppen aktiviert. Ist ein Konto sowohl Teil der ausgewählten als auch der ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert. ", "Enable all" : "Alle aktivieren", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", @@ -812,58 +789,62 @@ "Error while deleting the token" : "Fehler beim Löschen des Geräte-Tokens", "Use the credentials below to configure your app or device." : "Nutzen Sie die unten angebenen Anmeldeinformationen, um ihre App oder ihr Gerät zu konfigurieren.", "For security reasons this password will only be shown once." : "Aus Sicherheitsgründen wird das Passwort nur einmal angezeigt.", + "Username" : "Kontenname", "Copied!" : "Kopiert!", "Copy" : "Kopieren", - "Execute one task with each page loaded. Use case: Single user instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelbenutzer-Installation.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php ist bei einem Webcron-Dienst registriert, um cron.php alle 5 Minuten über HTTP aufzurufen. Anwendungsfall: Sehr kleine Instanz (1–5 Benutzer je nach Nutzung).", + "Execute one task with each page loaded. Use case: Single user instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelkonto-Installation.", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php ist bei einem Webcron-Dienst registriert, um cron.php alle 5 Minuten über HTTP aufzurufen. Anwendungsfall: Sehr kleine Instanz (1–5 Zugänge je nach Nutzung).", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Um dies auszuführen, wird die PHP-Posix-Erweiterung benötigt. Weitere Informationen finden Sie in der {linkstart}PHP-Dokumentation{linkend}. ", "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Verwenden Sie den System-Cron-Dienst, um die Datei cron.php alle 5 Minuten aufzurufen. Empfohlen für alle Installationen.", - "The cron.php needs to be executed by the system user \"{user}\"." : "Die cron.php muss durch den Systembenutzer \"{user}\" ausgeführt werden.", - "Enable or disable profile by default for new users." : "Profil für neue Benutzer standardmäßig aktivieren oder deaktivieren.", - "You are about to remove the group {group}. The users will NOT be deleted." : "Sie sind im Begriff, die Gruppe {group} zu löschen. Die Benutzer werden NICHT gelöscht.", + "The cron.php needs to be executed by the system user \"{user}\"." : "Die cron.php muss durch das Systemkonto \"{user}\" ausgeführt werden.", + "Enable or disable profile by default for new users." : "Profil für neue Konten standardmäßig aktivieren oder deaktivieren.", + "You are about to remove the group {group}. The users will NOT be deleted." : "Sie sind im Begriff, die Gruppe {group} zu löschen. Die Konten werden NICHT gelöscht.", "Please confirm the group removal " : "Bitte die Löschung der Gruppe bestätigen", "Your profile information" : "Ihre Profilinformation", "Your email address" : "Ihre E-Mail-Adresse", "Additional emails" : "Zusätzliche E-Mail-Adressen", "Enable Profile" : "Profil aktivieren", "Your Twitter handle" : "Ihr Twitter-Handle", - "You do not have permissions to see the details of this user" : "Sie haben keine Berechtigung, um auf die Details dieses Benutzers zu sehen", + "You do not have permissions to see the details of this user" : "Sie haben keine Berechtigung, um auf die Details dieses Kontos zu sehen", "Edit display name" : "Anzeigename bearbeiten", "Add new password" : "Neues Passwort hinzufügen", "Add new email address" : "Neue E-Mail-Adresse hinzufügen", - "Set user as admin for" : "Benutzer als Administrator setzen für", - "Select user quota" : "Benutzerkontingent auswählen", + "Add user to group" : "Konto der Gruppe hinzufügen", + "Set user as admin for" : "Konto als Administration setzen für", + "Select user quota" : "Kontokontingent auswählen", "Select manager" : "Manager auswählen", - "Toggle user actions menu" : "Menü für Benutzeraktionen umschalten", - "Delete user" : "Benutzer löschen", + "Toggle user actions menu" : "Menü für Kontenaktionen umschalten", + "Delete user" : "Konto löschen", "Wipe all devices" : "Alle Geräte löschen", - "Disable user" : "Benutzer deaktivieren", - "Enable user" : "Benutzer aktivieren", - "Edit User" : "Benutzer bearbeiten", - "User's table" : "Benutzertabelle", + "Disable user" : "Konto deaktivieren", + "Enable user" : "Konto aktivieren", + "Edit User" : "Konto bearbeiten", + "User's table" : "Kontentabelle", + "New user" : "Neues Konto", "Will be autogenerated" : "Wird automatisch erzeugt", - "Select user manager" : "Benutzermanager wählen", - "Add a new user" : "Neuen Benutzer hinzufügen", - "No users in here" : "Keine Benutzer vorhanden", + "Select user manager" : "Kontomanager wählen", + "Add a new user" : "Neues Konto hinzufügen", + "User backend" : "Konto-Backend", + "No users in here" : "Keine Konten vorhanden", "Name your device" : "Gerät benennen", "Server error while trying to add WebAuthn device" : "Server-Fehler beim Versuch ein WebAuthn-Gerät hinzuzufügen", "{license}-licensed" : "{license}-Lizenziert", "by {author}\n{license}" : "von {author}\n{license}", "Enter group name" : "Gruppenname eingeben", "Add group" : "Gruppe hinzufügen", - "Active users" : "Aktive Benutzer", - "Disabled users" : "Deaktivierte Benutzer", + "Active users" : "Aktive Konten", + "Disabled users" : "Deaktivierte Konten", "Default quota:" : "Standardkontingent:", "Show Languages" : "Sprachen anzeigen", - "Show user backend" : "Benutzer-Backend anzeigen", - "Send email to new user" : "E-Mail an neuen Benutzer senden", + "Show user backend" : "Konten-Backend anzeigen", + "Send email to new user" : "E-Mail an neues Konto senden", "Not saved" : "Nicht gespeichert", "Twitter" : "Twitter", "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Nicht verfügbar, da Föderation für Ihr Konto deaktiviert ist. Bitte wenden Sie sich an Ihre Administration, wenn Sie Fragen haben", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nicht verfügbar, da die Veröffentlichung benutzerspezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wenden Sie sich bei Fragen an Ihre Systemadministration.", - "Show to logged in users only" : "Nur angemeldeten Benutzern anzeigen", + "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nicht verfügbar, da die Veröffentlichung kontospezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wenden Sie sich bei Fragen an Ihre Systemadministration.", + "Show to logged in users only" : "Nur angemeldete Konten anzeigen", "Enable untested app" : "Ungetestete App aktivieren", - "SMTP Username" : "SMTP-Benutzername", + "SMTP Username" : "SMTP-Kontenname", "Expire after" : "Ablauf nach", "day(s)" : "Tag(e)", "Exclude groups from password requirements:" : "Gruppen vom Passwortvorschriften ausschließen:", @@ -871,22 +852,40 @@ "Exclude groups from creating link shares:" : "Gruppen von der Erstellung von Link-Freigaben ausschließen:", "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", - "Old user imported certificates" : "Alte vom Benutzer importierte Zertifikate", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Benutzern innerhalb derselben Gruppen die automatische Vervollständigung von Benutzernamen erlauben und Systemadressbücher auf Benutzer derselben Gruppen beschränken", + "Allow username autocompletion to users based on phone number integration" : "Automatische Vervollständigung des Benutzernamens für Benutzer basierend auf der Rufnummernintegration zulassen", + "Old user imported certificates" : "Alte für das Konto importierte Zertifikate", + "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Konnte die JavaScript-Unterstützung nicht überprüfen. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "MySQL unicode support" : "MySQL Unicode-Unterstützung", "Overwrite cli URL" : "CLI-URL überschreiben", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Sie verwenden derzeit PHP %s. PHP 8.0 ist ab Nextcloud 27 veraltet. Nextcloud 28 erfordert möglicherweise mindestens PHP 8.1. Bitte aktualisieren Sie so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP Gruppe.", "Rating: {score}/10" : "Bewertung: {score}/10", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Sie sind im Begriff, die Gruppe \"{group}\" zu löschen. Die Benutzer werden NICHT gelöscht.", - "No users" : "Keine Benutzer", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Benutzerliste. Diese Liste ist aus Performance-Gründen nicht vollständig gerendert. Die Benutzer werden gerendert, wenn Sie durch die Liste navigieren.", - "Loading user …" : "Lade Benutzer…", - "Failed to update user manager" : "Fehler beim Aktualisieren des Benutzermanagers", - "User management settings" : "Benutzerverwaltungseinstellungen", - "Send welcome email to new users" : "Begrüßungs-E-Mail an neuen Benutzer senden", - "User management" : "Benutzerverwaltung", + "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Sie sind im Begriff, die Gruppe \"{group}\" zu löschen. Die Konten werden NICHT gelöscht.", + "No users" : "Keine Konten", + "Loading users …" : "Lade Konten …", + "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Kontenliste. Diese Liste ist aus Performance-Gründen nicht vollständig gerendert. Die Konten werden gerendert, wenn Sie durch die Liste navigieren.", + "Set user groups" : "Kontengruppen einstellen", + "Set user as admin for …" : "Konto als Administration setzen für…", + "Set user quota" : "Kontokontingent einstellen", + "Add new user" : "Neues Konto hinzufügen", + "Set user manager" : "Manager setzen", + "Username will be autogenerated" : "Anmeldename wird automatisch erzeugt", + "Username (required)" : "Anmeldename (erforderlich)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} Benutzer…","{userCount} Konten…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} Benutzer","{userCount} Konten"], + "User actions" : "Kontoaktionen", + "Loading user …" : "Lade Konten…", + "Failed to update user manager" : "Fehler beim Aktualisieren des Kontomanagers", + "User management settings" : "Kontoverwaltungseinstellungen", + "Send welcome email to new users" : "Begrüßungs-E-Mail an neues Konto senden", + "User management" : "Kontenverwaltung", "Creating group …" : "Erstelle Gruppe …", - "User group: {group}" : "Benutzergruppe: {group}", - "Nextcloud help resources" : "Nextcloud-Hilferessourcen" + "User group: {group}" : "Kontengruppe: {group}", + "Nextcloud help resources" : "Nextcloud-Hilferessourcen", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss er in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über Ihre `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/el.js b/apps/settings/l10n/el.js index 5954ec258bb..e15719fd8fc 100644 --- a/apps/settings/l10n/el.js +++ b/apps/settings/l10n/el.js @@ -115,7 +115,6 @@ OC.L10N.register( "Verifying" : "Γίνεται επαλήθευση", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Ο κατάλογος δεδομένων και τα αρχεία σας είναι πιθανότατα προσβάσιμα από το διαδίκτυο. Το αρχείο .htaccess δεν λειτουργεί. Συνιστάται έντονα να ρυθμίσετε τον διακομιστή ιστού σας έτσι ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων εκτός της ρίζας εγγράφων του διακομιστή ιστού.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Από την βάση δεδομένων λείπουν ορισμένες προαιρετικές στήλες. Λόγω του γεγονότος ότι η προσθήκη στηλών σε μεγάλους πίνακες θα χρειαστεί χρόνο, δεν προστέθηκαν αυτόματα τα προαιρετικά. Με την εκτέλεση του \"occ db: add-missing-columns\", αυτές οι στήλες που λείπουν θα μπορούσαν να προστεθούν με το χέρι ενώ η βάση είναι σε λειτουργία. Μόλις προστεθούν οι στήλες, ορισμένα χαρακτηριστικά ενδέχεται να βελτιώσουν την ανταπόκριση ή τη χρηστικότητα.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Κάποιες καταχωρήσεις απουσιάζουν από την βάση δεδομένων. Χρειάζεται αρκετός χρόνος για την καταχώρηση αυτών που εισήχθησαν αυτόματα. Εκτελώντας την εντολή \"occ db:add-missing-indices\" μπορείτε να εισάγεται χειροκίνητα καθώς η διεργασία εκτελείται. Μόλις τα indexes εισαχθούν σε αυτούς τους πίνακες συνήθως θα γίνεται πιο γρήγορα.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Λείπουν ορισμένα βασικά κλειδιά στη βάση δεδομένων. Λόγω του γεγονότος ότι η προσθήκη πρωτευόντων κλειδιών σε μεγάλους πίνακες μπορεί να διαρκέσει λίγη ώρα, δεν προστέθηκαν αυτόματα. Εκτελώντας το \"occ db: add-lost-primary-keys\" αυτά τα πρωτεύοντα κλειδιά που λείπουν θα μπορούσαν να προστεθούν χειροκίνητα ενώ η περίπτωση συνεχίζει να εκτελείται.", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Αυτή η εγκατάσταση εκτελείται σε κατάσταση εντοπισμού σφαλμάτων. Ενεργοποιήστε την μόνο για τοπική ανάπτυξη και όχι σε περιβάλλοντα παραγωγής.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Αυτός ο διακομιστής δεν έχει ενεργή σύνδεση στο διαδίκτυο. Δεν ήταν δυνατή η πρόσβαση σε πολλά τελικά σημεία. Αυτό σημαίνει πως κάποιες λειτουργίες/υπηρεσίες όπως η σύνδεση με εξωτερικούς χώρους αποθήκευσης, ειδοποιήσεις σχετικά με ενημερώσεις ή η εγκατάσταση εφαρμογών από τρίτους δε θα λειτουργούν. Η απομακρυσμένη πρόσβαση στα αρχεία και η αποστολή ειδοποιήσεων ηλεκτρονικού ταχυδρομείου ενδέχεται να μη λειτουργούν επίσης. Ενεργοποιήσετε την πρόσβαση στο διαδίκτυο για τον συγκεκριμένο διακομιστή για να μπορείτε να χρησιμοποιήσετε και να απολαύσετε όλα τα χαρακτηριστικά και τις υπηρεσίες.", @@ -142,7 +141,6 @@ OC.L10N.register( "Set default expiration date for shares" : "Ορισμός προεπιλεγμένης ημερομηνίας λήξης για τα κοινόχρηστα", "Enforce expiration date" : "Επιβολή της ημερομηνίας λήξης", "Set default expiration date for shares to other servers" : "Ορισμός προεπιλεγμένης ημερομηνίας λήξης για τα κοινόχρηστα στοιχεία σε άλλους διακομιστές", - "Allow username autocompletion to users based on phone number integration" : "Να επιτρέπεται η αυτόματη συμπλήρωση ονόματος χρήστη στους χρήστες με βάση τον αριθμό τηλεφώνου", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Εμφάνιση κειμένου αποποίησης στη σελίδα μεταφόρτωσης δημόσιου συνδέσμου (εμφανίζεται μόνο όταν η λίστα αρχείων είναι κρυφή).", "This text will be shown on the public link upload page when the file list is hidden." : "Αυτό το κείμενο θα εμφανιστεί στη σελίδα μεταφόρτωσης δημόσιου συνδέσμου όταν η λίστα αρχείων είναι κρυφή.", "Default share permissions" : "Προεπιλεγμένα δικαιώματα κοινόχρηστων", @@ -303,19 +301,17 @@ OC.L10N.register( "Common languages" : "Κοινές γλώσσες", "Other languages" : "Άλλες γλώσσες", "Password change is disabled because the master key is disabled" : "Η αλλαγή κωδικού είναι απενεργοποιημένη επειδή το κεντρικό κλειδί είναι απενεργοποιημένο", - "New user" : "Νέος χρήστης", + "New account" : "Νέος λογαριασμός", "Display name" : "Εμφανιζόμενο όνομα", "Email" : "Email", "Quota" : "Σύνολο Χώρου", "Language" : "Γλώσσα", "Total rows summary" : "Συνολική σύνοψη γραμμών", "Avatar" : "Εικόνα προφίλ", - "Username" : "Όνομα χρήστη", "Group admin for" : "Ομαδα διαχειριστή για", - "User backend" : "Σύστημα υποστήριξης χρήστη", "Storage location" : "Τοποθεσία αποθηκευτικού χώρου", "Last login" : "Τελευταία είσοδος", - "Add user to group" : "Προσθήκη χρήστη στην ομάδα", + "Account actions" : "Δραστηριότητα λογαριασμού", "{size} used" : "{size} που χρησιμοποιείται", "Delete account" : "Διαγραφή λογαριασμού", "Resend welcome email" : "Επαναποστολή αλληλογραφίας καλωσορίσματος", @@ -349,7 +345,6 @@ OC.L10N.register( "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Ως διαχειριστής μπορείτε να ρυθμίσετε λεπτομερώς την συμπεριφορά διαμοιρασμού.\nΠαρακαλούμε ανατρέξτε στην τεκμηρίωση για περισσότερες πληροφορίες.", "You need to enable the File sharing App." : "Πρέπει να ενεργοποιήσετε την εφαρμογή File sharing", "Admins" : "Διαχειριστές", - "New account" : "Νέος λογαριασμός", "Group name" : "Όνομα ομάδας", "Sending…" : "Γινεται αποστολή...", "Email sent" : "Το Email απεστάλη ", @@ -446,6 +441,7 @@ OC.L10N.register( "Error while deleting the token" : "Σφάλμα κατά την διαγραφή του διακριτικού", "Use the credentials below to configure your app or device." : "Χρησιμοποιήστε τα παρακάτω διαπιστευτήρια για να ρυθμίσετε την εφαρμογή ή την συσκευή σας.", "For security reasons this password will only be shown once." : "Για λόγους ασφαλείας αυτό το συνθηματικό θα εμφανιστεί μόνο μια φορά.", + "Username" : "Όνομα χρήστη", "Copied!" : "Αντιγράφτηκε!", "Copy" : "Αντιγραφή", "Execute one task with each page loaded. Use case: Single user instance." : "Εκτέλεση μιας εργασίας με κάθε σελίδα που φορτώνεται. Περίπτωση χρήσης: Εγκατάσταση με έναν χρήστη.", @@ -463,6 +459,7 @@ OC.L10N.register( "You do not have permissions to see the details of this user" : "Δεν έχετε δικαιώματα να δείτε λεπτομέρειες του χρήστη", "Add new password" : "Προσθήκη νέου κωδικού πρόσβασης", "Add new email address" : "Προσθήκη νέας διεύθυνσης ηλ. αλληλογραφίας", + "Add user to group" : "Προσθήκη χρήστη στην ομάδα", "Set user as admin for" : "Ορισμός χρήστη ως διαχειριστή για", "Select user quota" : "Επιλογή χωρητικότητας λογαριασμού χρήστη", "Toggle user actions menu" : "Εναλλαγή μενού ρυθμίσεων χρήστη", @@ -471,8 +468,10 @@ OC.L10N.register( "Disable user" : "Απενεργοποίηση χρήστη", "Enable user" : "Ενεργοποίηση χρήστη", "Edit User" : "Επεξεργασία Χρήστη", + "New user" : "Νέος χρήστης", "Will be autogenerated" : "Θα δημιουργηθεί αυτόματα", "Add a new user" : "Προσθήκη νέου χρήστη", + "User backend" : "Σύστημα υποστήριξης χρήστη", "No users in here" : "Δεν υπάρχουν χρήστες εδώ", "Name your device" : "Ονομάστε την συσκευή σας", "Server error while trying to add WebAuthn device" : "Σφάλμα διακομιστή κατά την προσθήκη συσκευής webAuthn", @@ -498,6 +497,8 @@ OC.L10N.register( "Set default expiration date" : "Ορισμός προεπιλεγμένης ημερομηνίας λήξης", "Exclude groups from creating link shares:" : "Εξαίρεση ομάδων από τη δημιουργία κοινόχρηστων στοιχείων με σύνδεσμο:", "Exclude groups from sharing" : "Εξαίρεση ομάδων από τον διαμοιρασμό", - "These groups will still be able to receive shares, but not to initiate them." : "Αυτές οι ομάδες θα συνεχίσουν να λαμβάνουν διαμοιρασμούς, αλλά δεν θα είναι δυνατό να τους δημιουργήσουν." + "These groups will still be able to receive shares, but not to initiate them." : "Αυτές οι ομάδες θα συνεχίσουν να λαμβάνουν διαμοιρασμούς, αλλά δεν θα είναι δυνατό να τους δημιουργήσουν.", + "Allow username autocompletion to users based on phone number integration" : "Να επιτρέπεται η αυτόματη συμπλήρωση ονόματος χρήστη στους χρήστες με βάση τον αριθμό τηλεφώνου", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Κάποιες καταχωρήσεις απουσιάζουν από την βάση δεδομένων. Χρειάζεται αρκετός χρόνος για την καταχώρηση αυτών που εισήχθησαν αυτόματα. Εκτελώντας την εντολή \"occ db:add-missing-indices\" μπορείτε να εισάγεται χειροκίνητα καθώς η διεργασία εκτελείται. Μόλις τα indexes εισαχθούν σε αυτούς τους πίνακες συνήθως θα γίνεται πιο γρήγορα." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/el.json b/apps/settings/l10n/el.json index 30826cfc3b9..ab9ffd3197d 100644 --- a/apps/settings/l10n/el.json +++ b/apps/settings/l10n/el.json @@ -113,7 +113,6 @@ "Verifying" : "Γίνεται επαλήθευση", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Ο κατάλογος δεδομένων και τα αρχεία σας είναι πιθανότατα προσβάσιμα από το διαδίκτυο. Το αρχείο .htaccess δεν λειτουργεί. Συνιστάται έντονα να ρυθμίσετε τον διακομιστή ιστού σας έτσι ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων εκτός της ρίζας εγγράφων του διακομιστή ιστού.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Από την βάση δεδομένων λείπουν ορισμένες προαιρετικές στήλες. Λόγω του γεγονότος ότι η προσθήκη στηλών σε μεγάλους πίνακες θα χρειαστεί χρόνο, δεν προστέθηκαν αυτόματα τα προαιρετικά. Με την εκτέλεση του \"occ db: add-missing-columns\", αυτές οι στήλες που λείπουν θα μπορούσαν να προστεθούν με το χέρι ενώ η βάση είναι σε λειτουργία. Μόλις προστεθούν οι στήλες, ορισμένα χαρακτηριστικά ενδέχεται να βελτιώσουν την ανταπόκριση ή τη χρηστικότητα.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Κάποιες καταχωρήσεις απουσιάζουν από την βάση δεδομένων. Χρειάζεται αρκετός χρόνος για την καταχώρηση αυτών που εισήχθησαν αυτόματα. Εκτελώντας την εντολή \"occ db:add-missing-indices\" μπορείτε να εισάγεται χειροκίνητα καθώς η διεργασία εκτελείται. Μόλις τα indexes εισαχθούν σε αυτούς τους πίνακες συνήθως θα γίνεται πιο γρήγορα.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Λείπουν ορισμένα βασικά κλειδιά στη βάση δεδομένων. Λόγω του γεγονότος ότι η προσθήκη πρωτευόντων κλειδιών σε μεγάλους πίνακες μπορεί να διαρκέσει λίγη ώρα, δεν προστέθηκαν αυτόματα. Εκτελώντας το \"occ db: add-lost-primary-keys\" αυτά τα πρωτεύοντα κλειδιά που λείπουν θα μπορούσαν να προστεθούν χειροκίνητα ενώ η περίπτωση συνεχίζει να εκτελείται.", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Αυτή η εγκατάσταση εκτελείται σε κατάσταση εντοπισμού σφαλμάτων. Ενεργοποιήστε την μόνο για τοπική ανάπτυξη και όχι σε περιβάλλοντα παραγωγής.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Αυτός ο διακομιστής δεν έχει ενεργή σύνδεση στο διαδίκτυο. Δεν ήταν δυνατή η πρόσβαση σε πολλά τελικά σημεία. Αυτό σημαίνει πως κάποιες λειτουργίες/υπηρεσίες όπως η σύνδεση με εξωτερικούς χώρους αποθήκευσης, ειδοποιήσεις σχετικά με ενημερώσεις ή η εγκατάσταση εφαρμογών από τρίτους δε θα λειτουργούν. Η απομακρυσμένη πρόσβαση στα αρχεία και η αποστολή ειδοποιήσεων ηλεκτρονικού ταχυδρομείου ενδέχεται να μη λειτουργούν επίσης. Ενεργοποιήσετε την πρόσβαση στο διαδίκτυο για τον συγκεκριμένο διακομιστή για να μπορείτε να χρησιμοποιήσετε και να απολαύσετε όλα τα χαρακτηριστικά και τις υπηρεσίες.", @@ -140,7 +139,6 @@ "Set default expiration date for shares" : "Ορισμός προεπιλεγμένης ημερομηνίας λήξης για τα κοινόχρηστα", "Enforce expiration date" : "Επιβολή της ημερομηνίας λήξης", "Set default expiration date for shares to other servers" : "Ορισμός προεπιλεγμένης ημερομηνίας λήξης για τα κοινόχρηστα στοιχεία σε άλλους διακομιστές", - "Allow username autocompletion to users based on phone number integration" : "Να επιτρέπεται η αυτόματη συμπλήρωση ονόματος χρήστη στους χρήστες με βάση τον αριθμό τηλεφώνου", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Εμφάνιση κειμένου αποποίησης στη σελίδα μεταφόρτωσης δημόσιου συνδέσμου (εμφανίζεται μόνο όταν η λίστα αρχείων είναι κρυφή).", "This text will be shown on the public link upload page when the file list is hidden." : "Αυτό το κείμενο θα εμφανιστεί στη σελίδα μεταφόρτωσης δημόσιου συνδέσμου όταν η λίστα αρχείων είναι κρυφή.", "Default share permissions" : "Προεπιλεγμένα δικαιώματα κοινόχρηστων", @@ -301,19 +299,17 @@ "Common languages" : "Κοινές γλώσσες", "Other languages" : "Άλλες γλώσσες", "Password change is disabled because the master key is disabled" : "Η αλλαγή κωδικού είναι απενεργοποιημένη επειδή το κεντρικό κλειδί είναι απενεργοποιημένο", - "New user" : "Νέος χρήστης", + "New account" : "Νέος λογαριασμός", "Display name" : "Εμφανιζόμενο όνομα", "Email" : "Email", "Quota" : "Σύνολο Χώρου", "Language" : "Γλώσσα", "Total rows summary" : "Συνολική σύνοψη γραμμών", "Avatar" : "Εικόνα προφίλ", - "Username" : "Όνομα χρήστη", "Group admin for" : "Ομαδα διαχειριστή για", - "User backend" : "Σύστημα υποστήριξης χρήστη", "Storage location" : "Τοποθεσία αποθηκευτικού χώρου", "Last login" : "Τελευταία είσοδος", - "Add user to group" : "Προσθήκη χρήστη στην ομάδα", + "Account actions" : "Δραστηριότητα λογαριασμού", "{size} used" : "{size} που χρησιμοποιείται", "Delete account" : "Διαγραφή λογαριασμού", "Resend welcome email" : "Επαναποστολή αλληλογραφίας καλωσορίσματος", @@ -347,7 +343,6 @@ "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Ως διαχειριστής μπορείτε να ρυθμίσετε λεπτομερώς την συμπεριφορά διαμοιρασμού.\nΠαρακαλούμε ανατρέξτε στην τεκμηρίωση για περισσότερες πληροφορίες.", "You need to enable the File sharing App." : "Πρέπει να ενεργοποιήσετε την εφαρμογή File sharing", "Admins" : "Διαχειριστές", - "New account" : "Νέος λογαριασμός", "Group name" : "Όνομα ομάδας", "Sending…" : "Γινεται αποστολή...", "Email sent" : "Το Email απεστάλη ", @@ -444,6 +439,7 @@ "Error while deleting the token" : "Σφάλμα κατά την διαγραφή του διακριτικού", "Use the credentials below to configure your app or device." : "Χρησιμοποιήστε τα παρακάτω διαπιστευτήρια για να ρυθμίσετε την εφαρμογή ή την συσκευή σας.", "For security reasons this password will only be shown once." : "Για λόγους ασφαλείας αυτό το συνθηματικό θα εμφανιστεί μόνο μια φορά.", + "Username" : "Όνομα χρήστη", "Copied!" : "Αντιγράφτηκε!", "Copy" : "Αντιγραφή", "Execute one task with each page loaded. Use case: Single user instance." : "Εκτέλεση μιας εργασίας με κάθε σελίδα που φορτώνεται. Περίπτωση χρήσης: Εγκατάσταση με έναν χρήστη.", @@ -461,6 +457,7 @@ "You do not have permissions to see the details of this user" : "Δεν έχετε δικαιώματα να δείτε λεπτομέρειες του χρήστη", "Add new password" : "Προσθήκη νέου κωδικού πρόσβασης", "Add new email address" : "Προσθήκη νέας διεύθυνσης ηλ. αλληλογραφίας", + "Add user to group" : "Προσθήκη χρήστη στην ομάδα", "Set user as admin for" : "Ορισμός χρήστη ως διαχειριστή για", "Select user quota" : "Επιλογή χωρητικότητας λογαριασμού χρήστη", "Toggle user actions menu" : "Εναλλαγή μενού ρυθμίσεων χρήστη", @@ -469,8 +466,10 @@ "Disable user" : "Απενεργοποίηση χρήστη", "Enable user" : "Ενεργοποίηση χρήστη", "Edit User" : "Επεξεργασία Χρήστη", + "New user" : "Νέος χρήστης", "Will be autogenerated" : "Θα δημιουργηθεί αυτόματα", "Add a new user" : "Προσθήκη νέου χρήστη", + "User backend" : "Σύστημα υποστήριξης χρήστη", "No users in here" : "Δεν υπάρχουν χρήστες εδώ", "Name your device" : "Ονομάστε την συσκευή σας", "Server error while trying to add WebAuthn device" : "Σφάλμα διακομιστή κατά την προσθήκη συσκευής webAuthn", @@ -496,6 +495,8 @@ "Set default expiration date" : "Ορισμός προεπιλεγμένης ημερομηνίας λήξης", "Exclude groups from creating link shares:" : "Εξαίρεση ομάδων από τη δημιουργία κοινόχρηστων στοιχείων με σύνδεσμο:", "Exclude groups from sharing" : "Εξαίρεση ομάδων από τον διαμοιρασμό", - "These groups will still be able to receive shares, but not to initiate them." : "Αυτές οι ομάδες θα συνεχίσουν να λαμβάνουν διαμοιρασμούς, αλλά δεν θα είναι δυνατό να τους δημιουργήσουν." + "These groups will still be able to receive shares, but not to initiate them." : "Αυτές οι ομάδες θα συνεχίσουν να λαμβάνουν διαμοιρασμούς, αλλά δεν θα είναι δυνατό να τους δημιουργήσουν.", + "Allow username autocompletion to users based on phone number integration" : "Να επιτρέπεται η αυτόματη συμπλήρωση ονόματος χρήστη στους χρήστες με βάση τον αριθμό τηλεφώνου", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Κάποιες καταχωρήσεις απουσιάζουν από την βάση δεδομένων. Χρειάζεται αρκετός χρόνος για την καταχώρηση αυτών που εισήχθησαν αυτόματα. Εκτελώντας την εντολή \"occ db:add-missing-indices\" μπορείτε να εισάγεται χειροκίνητα καθώς η διεργασία εκτελείται. Μόλις τα indexes εισαχθούν σε αυτούς τους πίνακες συνήθως θα γίνεται πιο γρήγορα." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index d45f45c55d6..d8bd7b5b6c5 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -130,7 +130,6 @@ OC.L10N.register( "Your remote address could not be determined." : "Your remote address could not be determined.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly.", "Your remote address \"%s\" is not brute-force throttled." : "Your remote address \"%s\" is not brute-force throttled.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`.", "Old administration imported certificates" : "Old administration imported certificates", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "A background job is pending that checks for administration imported SSL certificates. Please check back later.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", @@ -151,8 +150,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Missing optional column \"%s\" in table \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability.", "Database missing indices" : "Database missing indices", - "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "Database missing primary keys" : "Database missing primary keys", "Missing primary key on table \"%s\"." : "Missing primary key on table \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running.", @@ -178,13 +175,11 @@ OC.L10N.register( "HTTPS access and URLs" : "HTTPS access and URLs", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!", "Accessing site insecurely via HTTP." : "Accessing site insecurely via HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "You are accessing your instance over a secure connection, and your instance is generating secure URLs.", "Internet connectivity" : "Internet connectivity", "Internet connectivity is disabled in configuration file." : "Internet connectivity is disabled in configuration file.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features.", "JavaScript modules support" : "JavaScript modules support", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type.", "JavaScript source map support" : "JavaScript source map support", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise.", @@ -195,8 +190,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "No memory cache has been configured. To enhance performance, please configure a memcache, if available.", "Configured" : "Configured", "MySQL Unicode support" : "MySQL Unicode support", @@ -270,9 +263,6 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Could not check that your web server serves security headers correctly, unable to query `%s`", "Your server is correctly configured to send security headers." : "Your server is correctly configured to send security headers.", "Database version" : "Database version", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\".", "Unknown database platform" : "Unknown database platform", "Architecture" : "Architecture", @@ -344,10 +334,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Set default expiration date for shares via link or mail", "Default expiration time of shares in days" : "Default expiration time of shares in days", "Privacy settings for sharing" : "Privacy settings for sharing", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialogue and allow access to the system address book", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups", - "Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Show disclaimer text on the public link upload page (only shown when the file list is hidden)", "Disclaimer text" : "Disclaimer text", @@ -578,44 +565,32 @@ OC.L10N.register( "Common languages" : "Common languages", "Other languages" : "Other languages", "Password change is disabled because the master key is disabled" : "Password change is disabled because the master key is disabled", - "New user" : "New user", + "New account" : "New account", "Display name" : "Display name", "Either password or email is required" : "Either password or email is required", "Password (required)" : "Password (required)", "Email (required)" : "Email (required)", "Email" : "Email", "Groups (required)" : "Groups (required)", - "Set user groups" : "Set user groups", "Administered groups" : "Administered groups", - "Set user as admin for …" : "Set user as admin for …", "Quota" : "Quota", - "Set user quota" : "Set user quota", "Language" : "Language", "Set default language" : "Set default language", "Manager" : "Manager", - "Add new user" : "Add new user", - "Set user manager" : "Set user manager", - "Username will be autogenerated" : "Username will be autogenerated", - "Username (required)" : "Username (required)", "Total rows summary" : "Total rows summary", - "Loading users …" : "Loading users …", "Scroll to load more rows" : "Scroll to load more rows", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} user …","{userCount} users …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} user","{userCount} users"], "Avatar" : "Avatar", - "Username" : "Username", + "Account name" : "Account name", "Group admin for" : "Group admin for", - "User backend" : "User backend", "Storage location" : "Storage location", "Last login" : "Last login", - "User actions" : "User actions", + "Account actions" : "Account actions", "Password or insufficient permissions message" : "Password or insufficient permissions message", "Loading account …" : "Loading account …", "Change display name" : "Change display name", "Set new password" : "Set new password", "You do not have permissions to see the details of this account" : "You do not have permissions to see the details of this account", "Set new email address" : "Set new email address", - "Add user to group" : "Add user to group", "Add account to group" : "Add account to group", "Set account as admin for" : "Set account as admin for", "Select account quota" : "Select account quota", @@ -681,7 +656,6 @@ OC.L10N.register( "Disabled accounts" : "Disabled accounts", "Account group: {group}" : "Account group: {group}", "Account management" : "Account management", - "New account" : "New account", "Creating group…" : "Creating group…", "Create group" : "Create group", "Group name" : "Group name", @@ -800,6 +774,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced.", "Enable all" : "Enable all", @@ -814,6 +791,7 @@ OC.L10N.register( "Error while deleting the token" : "Error while deleting the token", "Use the credentials below to configure your app or device." : "Use the credentials below to configure your app or device.", "For security reasons this password will only be shown once." : "For security reasons this password will only be shown once.", + "Username" : "Username", "Copied!" : "Copied!", "Copy" : "Copy", "Execute one task with each page loaded. Use case: Single user instance." : "Execute one task with each page loaded. Use case: Single user instance.", @@ -833,6 +811,7 @@ OC.L10N.register( "Edit display name" : "Edit display name", "Add new password" : "Add new password", "Add new email address" : "Add new email address", + "Add user to group" : "Add user to group", "Set user as admin for" : "Set user as admin for", "Select user quota" : "Select user quota", "Select manager" : "Select manager", @@ -843,9 +822,11 @@ OC.L10N.register( "Enable user" : "Enable user", "Edit User" : "Edit User", "User's table" : "User's table", + "New user" : "New user", "Will be autogenerated" : "Will be autogenerated", "Select user manager" : "Select user manager", "Add a new user" : "Add a new user", + "User backend" : "User backend", "No users in here" : "No users in here", "Name your device" : "Name your device", "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device", @@ -873,7 +854,12 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Exclude groups from creating link shares:", "Exclude groups from sharing" : "Exclude groups from sharing", "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialogue and allow access to the system address book", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups", + "Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration", "Old user imported certificates" : "Old user imported certificates", + "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.", "MySQL unicode support" : "MySQL unicode support", "Overwrite cli URL" : "Overwrite CLI URL", @@ -881,7 +867,18 @@ OC.L10N.register( "Rating: {score}/10" : "Rating: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "You are about to remove the group \"{group}\". The users will NOT be deleted.", "No users" : "No users", + "Loading users …" : "Loading users …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.", + "Set user groups" : "Set user groups", + "Set user as admin for …" : "Set user as admin for …", + "Set user quota" : "Set user quota", + "Add new user" : "Add new user", + "Set user manager" : "Set user manager", + "Username will be autogenerated" : "Username will be autogenerated", + "Username (required)" : "Username (required)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} user …","{userCount} users …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} user","{userCount} users"], + "User actions" : "User actions", "Loading user …" : "Loading user …", "Failed to update user manager" : "Failed to update user manager", "User management settings" : "User management settings", @@ -889,6 +886,8 @@ OC.L10N.register( "User management" : "User management", "Creating group …" : "Creating group …", "User group: {group}" : "User group: {group}", - "Nextcloud help resources" : "Nextcloud help resources" + "Nextcloud help resources" : "Nextcloud help resources", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index 832098eb901..458afdb20f6 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -128,7 +128,6 @@ "Your remote address could not be determined." : "Your remote address could not be determined.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly.", "Your remote address \"%s\" is not brute-force throttled." : "Your remote address \"%s\" is not brute-force throttled.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`.", "Old administration imported certificates" : "Old administration imported certificates", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "A background job is pending that checks for administration imported SSL certificates. Please check back later.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", @@ -149,8 +148,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "Missing optional column \"%s\" in table \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability.", "Database missing indices" : "Database missing indices", - "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "Database missing primary keys" : "Database missing primary keys", "Missing primary key on table \"%s\"." : "Missing primary key on table \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running.", @@ -176,13 +173,11 @@ "HTTPS access and URLs" : "HTTPS access and URLs", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!", "Accessing site insecurely via HTTP." : "Accessing site insecurely via HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "You are accessing your instance over a secure connection, and your instance is generating secure URLs.", "Internet connectivity" : "Internet connectivity", "Internet connectivity is disabled in configuration file." : "Internet connectivity is disabled in configuration file.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features.", "JavaScript modules support" : "JavaScript modules support", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type.", "JavaScript source map support" : "JavaScript source map support", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise.", @@ -193,8 +188,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "No memory cache has been configured. To enhance performance, please configure a memcache, if available.", "Configured" : "Configured", "MySQL Unicode support" : "MySQL Unicode support", @@ -268,9 +261,6 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Could not check that your web server serves security headers correctly, unable to query `%s`", "Your server is correctly configured to send security headers." : "Your server is correctly configured to send security headers.", "Database version" : "Database version", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\".", "Unknown database platform" : "Unknown database platform", "Architecture" : "Architecture", @@ -342,10 +332,7 @@ "Set default expiration date for shares via link or mail" : "Set default expiration date for shares via link or mail", "Default expiration time of shares in days" : "Default expiration time of shares in days", "Privacy settings for sharing" : "Privacy settings for sharing", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialogue and allow access to the system address book", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups", - "Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Show disclaimer text on the public link upload page (only shown when the file list is hidden)", "Disclaimer text" : "Disclaimer text", @@ -576,44 +563,32 @@ "Common languages" : "Common languages", "Other languages" : "Other languages", "Password change is disabled because the master key is disabled" : "Password change is disabled because the master key is disabled", - "New user" : "New user", + "New account" : "New account", "Display name" : "Display name", "Either password or email is required" : "Either password or email is required", "Password (required)" : "Password (required)", "Email (required)" : "Email (required)", "Email" : "Email", "Groups (required)" : "Groups (required)", - "Set user groups" : "Set user groups", "Administered groups" : "Administered groups", - "Set user as admin for …" : "Set user as admin for …", "Quota" : "Quota", - "Set user quota" : "Set user quota", "Language" : "Language", "Set default language" : "Set default language", "Manager" : "Manager", - "Add new user" : "Add new user", - "Set user manager" : "Set user manager", - "Username will be autogenerated" : "Username will be autogenerated", - "Username (required)" : "Username (required)", "Total rows summary" : "Total rows summary", - "Loading users …" : "Loading users …", "Scroll to load more rows" : "Scroll to load more rows", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} user …","{userCount} users …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} user","{userCount} users"], "Avatar" : "Avatar", - "Username" : "Username", + "Account name" : "Account name", "Group admin for" : "Group admin for", - "User backend" : "User backend", "Storage location" : "Storage location", "Last login" : "Last login", - "User actions" : "User actions", + "Account actions" : "Account actions", "Password or insufficient permissions message" : "Password or insufficient permissions message", "Loading account …" : "Loading account …", "Change display name" : "Change display name", "Set new password" : "Set new password", "You do not have permissions to see the details of this account" : "You do not have permissions to see the details of this account", "Set new email address" : "Set new email address", - "Add user to group" : "Add user to group", "Add account to group" : "Add account to group", "Set account as admin for" : "Set account as admin for", "Select account quota" : "Select account quota", @@ -679,7 +654,6 @@ "Disabled accounts" : "Disabled accounts", "Account group: {group}" : "Account group: {group}", "Account management" : "Account management", - "New account" : "New account", "Creating group…" : "Creating group…", "Create group" : "Create group", "Group name" : "Group name", @@ -798,6 +772,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced.", "Enable all" : "Enable all", @@ -812,6 +789,7 @@ "Error while deleting the token" : "Error while deleting the token", "Use the credentials below to configure your app or device." : "Use the credentials below to configure your app or device.", "For security reasons this password will only be shown once." : "For security reasons this password will only be shown once.", + "Username" : "Username", "Copied!" : "Copied!", "Copy" : "Copy", "Execute one task with each page loaded. Use case: Single user instance." : "Execute one task with each page loaded. Use case: Single user instance.", @@ -831,6 +809,7 @@ "Edit display name" : "Edit display name", "Add new password" : "Add new password", "Add new email address" : "Add new email address", + "Add user to group" : "Add user to group", "Set user as admin for" : "Set user as admin for", "Select user quota" : "Select user quota", "Select manager" : "Select manager", @@ -841,9 +820,11 @@ "Enable user" : "Enable user", "Edit User" : "Edit User", "User's table" : "User's table", + "New user" : "New user", "Will be autogenerated" : "Will be autogenerated", "Select user manager" : "Select user manager", "Add a new user" : "Add a new user", + "User backend" : "User backend", "No users in here" : "No users in here", "Name your device" : "Name your device", "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device", @@ -871,7 +852,12 @@ "Exclude groups from creating link shares:" : "Exclude groups from creating link shares:", "Exclude groups from sharing" : "Exclude groups from sharing", "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialogue and allow access to the system address book", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups", + "Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration", "Old user imported certificates" : "Old user imported certificates", + "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.", "MySQL unicode support" : "MySQL unicode support", "Overwrite cli URL" : "Overwrite CLI URL", @@ -879,7 +865,18 @@ "Rating: {score}/10" : "Rating: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "You are about to remove the group \"{group}\". The users will NOT be deleted.", "No users" : "No users", + "Loading users …" : "Loading users …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.", + "Set user groups" : "Set user groups", + "Set user as admin for …" : "Set user as admin for …", + "Set user quota" : "Set user quota", + "Add new user" : "Add new user", + "Set user manager" : "Set user manager", + "Username will be autogenerated" : "Username will be autogenerated", + "Username (required)" : "Username (required)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} user …","{userCount} users …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} user","{userCount} users"], + "User actions" : "User actions", "Loading user …" : "Loading user …", "Failed to update user manager" : "Failed to update user manager", "User management settings" : "User management settings", @@ -887,6 +884,8 @@ "User management" : "User management", "Creating group …" : "Creating group …", "User group: {group}" : "User group: {group}", - "Nextcloud help resources" : "Nextcloud help resources" + "Nextcloud help resources" : "Nextcloud help resources", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/eo.js b/apps/settings/l10n/eo.js index 1e6948fa68f..cddb081db60 100644 --- a/apps/settings/l10n/eo.js +++ b/apps/settings/l10n/eo.js @@ -97,7 +97,6 @@ OC.L10N.register( "Unlimited" : "Senlima", "Verifying" : "Kontrolado", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Mankas kelkaj malnepraj kolumnoj en la datumbazo. Pro la ebla malrapideco aldoni kolumnojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-columns“, dum la servilo estas funkcianta. Kiam la kolumnoj aldoniĝos, la uzo de tiuj tabelojn estos kutime pli rapida.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankas kelkaj indeksoj en la datumbazo. Pro la ebla malrapideco aldoni indeksojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-indices“, dum la servilo estas funkcianta. Kiam la indeksoj ekzistos, la uzo de tiuj tabelojn estos kutime pli rapida.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Mankas kelkaj ĉefŝlosiloj en la datumbazo. Pro la ebla malrapideco aldoni ĉefŝlosilojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-primary-keys“, dum la servilo estas funkcianta.", "Disabled" : "Malkapabligita", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La PHP-funkcio „set_time_limit“ (angle „difini tempolimo“) ne disponeblas. Pro tio, skriptoj povus halti mezvoje, eble difektante vian instalaĵon. Ebligi tiun funkcion estas tre rekomendita.", @@ -213,15 +212,12 @@ OC.L10N.register( "Default language" : "Defaŭlta lingvo", "Common languages" : "Ordinaraj lingvoj", "Password change is disabled because the master key is disabled" : "Pasvorta ŝanĝo ne eblas, ĉar la ĉefa ŝlosilo estas neebligita", - "New user" : "Nova uzanto", "Display name" : "Vidiga nomo", "Email" : "Retpoŝtadreso", "Quota" : "Kvoto", "Language" : "Lingvo", "Avatar" : "Avataro", - "Username" : "Uzantonomo", "Group admin for" : "Grupadministranto por", - "User backend" : "Uzanto-loko", "Storage location" : "Konserveja loko", "Last login" : "Lasta ensaluto", "{size} used" : "{size} uzataj", @@ -321,6 +317,7 @@ OC.L10N.register( "Error while deleting the token" : "Eraro dum forigado de la ĵetono", "Use the credentials below to configure your app or device." : "Uzu la ĉi-subajn akreditilojn por agordi vian aplikaĵon aŭ aparaton.", "For security reasons this password will only be shown once." : "Pro sekurigaj kialoj, tiu ĉi pasvorto montriĝos nur unufoje.", + "Username" : "Uzantonomo", "Copied!" : "Kopiita!", "Copy" : "Kopii", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Por ruli iton, vi bezonas la PHP-modulon pri POSIX. Vidu la {linkstart}PHP-dokumentaron{linkend} pro pli da detaloj.", @@ -334,8 +331,10 @@ OC.L10N.register( "Wipe all devices" : "Forviŝi ĉiujn aparaton", "Disable user" : "Malebligi uzanton", "Enable user" : "Ebligi uzanton", + "New user" : "Nova uzanto", "Will be autogenerated" : "Estos memgenerita", "Add a new user" : "Aldoni novan uzanton", + "User backend" : "Uzanto-loko", "No users in here" : "Neniu uzanto ĉi tie", "{license}-licensed" : "Permesilo: {license}", "Add group" : "Aldoni grupon", @@ -351,6 +350,7 @@ OC.L10N.register( "SMTP Username" : "SMTP-uzantonomo", "Set default expiration date" : "Agordi defaŭltan limdaton", "Exclude groups from sharing" : "Malhelpi, ke grupoj kunhavigas", - "These groups will still be able to receive shares, but not to initiate them." : "Tiu ĉi grupoj povos ricevi kunhavojn, sed ne ekigi ilin." + "These groups will still be able to receive shares, but not to initiate them." : "Tiu ĉi grupoj povos ricevi kunhavojn, sed ne ekigi ilin.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankas kelkaj indeksoj en la datumbazo. Pro la ebla malrapideco aldoni indeksojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-indices“, dum la servilo estas funkcianta. Kiam la indeksoj ekzistos, la uzo de tiuj tabelojn estos kutime pli rapida." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/eo.json b/apps/settings/l10n/eo.json index a3227e2d8fa..113a960b221 100644 --- a/apps/settings/l10n/eo.json +++ b/apps/settings/l10n/eo.json @@ -95,7 +95,6 @@ "Unlimited" : "Senlima", "Verifying" : "Kontrolado", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Mankas kelkaj malnepraj kolumnoj en la datumbazo. Pro la ebla malrapideco aldoni kolumnojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-columns“, dum la servilo estas funkcianta. Kiam la kolumnoj aldoniĝos, la uzo de tiuj tabelojn estos kutime pli rapida.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankas kelkaj indeksoj en la datumbazo. Pro la ebla malrapideco aldoni indeksojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-indices“, dum la servilo estas funkcianta. Kiam la indeksoj ekzistos, la uzo de tiuj tabelojn estos kutime pli rapida.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Mankas kelkaj ĉefŝlosiloj en la datumbazo. Pro la ebla malrapideco aldoni ĉefŝlosilojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-primary-keys“, dum la servilo estas funkcianta.", "Disabled" : "Malkapabligita", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La PHP-funkcio „set_time_limit“ (angle „difini tempolimo“) ne disponeblas. Pro tio, skriptoj povus halti mezvoje, eble difektante vian instalaĵon. Ebligi tiun funkcion estas tre rekomendita.", @@ -211,15 +210,12 @@ "Default language" : "Defaŭlta lingvo", "Common languages" : "Ordinaraj lingvoj", "Password change is disabled because the master key is disabled" : "Pasvorta ŝanĝo ne eblas, ĉar la ĉefa ŝlosilo estas neebligita", - "New user" : "Nova uzanto", "Display name" : "Vidiga nomo", "Email" : "Retpoŝtadreso", "Quota" : "Kvoto", "Language" : "Lingvo", "Avatar" : "Avataro", - "Username" : "Uzantonomo", "Group admin for" : "Grupadministranto por", - "User backend" : "Uzanto-loko", "Storage location" : "Konserveja loko", "Last login" : "Lasta ensaluto", "{size} used" : "{size} uzataj", @@ -319,6 +315,7 @@ "Error while deleting the token" : "Eraro dum forigado de la ĵetono", "Use the credentials below to configure your app or device." : "Uzu la ĉi-subajn akreditilojn por agordi vian aplikaĵon aŭ aparaton.", "For security reasons this password will only be shown once." : "Pro sekurigaj kialoj, tiu ĉi pasvorto montriĝos nur unufoje.", + "Username" : "Uzantonomo", "Copied!" : "Kopiita!", "Copy" : "Kopii", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Por ruli iton, vi bezonas la PHP-modulon pri POSIX. Vidu la {linkstart}PHP-dokumentaron{linkend} pro pli da detaloj.", @@ -332,8 +329,10 @@ "Wipe all devices" : "Forviŝi ĉiujn aparaton", "Disable user" : "Malebligi uzanton", "Enable user" : "Ebligi uzanton", + "New user" : "Nova uzanto", "Will be autogenerated" : "Estos memgenerita", "Add a new user" : "Aldoni novan uzanton", + "User backend" : "Uzanto-loko", "No users in here" : "Neniu uzanto ĉi tie", "{license}-licensed" : "Permesilo: {license}", "Add group" : "Aldoni grupon", @@ -349,6 +348,7 @@ "SMTP Username" : "SMTP-uzantonomo", "Set default expiration date" : "Agordi defaŭltan limdaton", "Exclude groups from sharing" : "Malhelpi, ke grupoj kunhavigas", - "These groups will still be able to receive shares, but not to initiate them." : "Tiu ĉi grupoj povos ricevi kunhavojn, sed ne ekigi ilin." + "These groups will still be able to receive shares, but not to initiate them." : "Tiu ĉi grupoj povos ricevi kunhavojn, sed ne ekigi ilin.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankas kelkaj indeksoj en la datumbazo. Pro la ebla malrapideco aldoni indeksojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-indices“, dum la servilo estas funkcianta. Kiam la indeksoj ekzistos, la uzo de tiuj tabelojn estos kutime pli rapida." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js index 50977237161..65348dd88be 100644 --- a/apps/settings/l10n/es.js +++ b/apps/settings/l10n/es.js @@ -130,7 +130,6 @@ OC.L10N.register( "Your remote address could not be determined." : "No se pudo determinar su dirección remota.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Su dirección remota se ha identificado como \"%s\" y está siendo ralentizada mediante fuerza bruta, disminuyendo el rendimiento de varias solicitudes. Si la dirección remota no es su dirección, esto puede ser una señal de que un proxy no se ha configurado correctamente.", "Your remote address \"%s\" is not brute-force throttled." : "Su dirección remota \"%s\" no está limitada por fuerza bruta.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que este chequeo se lleve a cabo, debe asegurarse que su servidor pueda conectarse a sí mismo. Por tanto, este debe poder resolver y conectarse a alguno de sus `trusted_domains` o al url definido en `overwrite.cli.url`", "Old administration imported certificates" : "Certificados de administración antiguos importados", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Está pendiente una tarea en segundo plano que comprueba los certificados SSL de administración importados. Por favor, vuelva a verificar más tarde.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Están presentes algunos certificados SSL de administración importados, que, ya no se utilizan con Nextcloud 21. Pueden ser importados usando la línea de comandos con \"occ security:certificates:import\". Sus rutas dentro del directorio de datos se muestran a continuación.", @@ -151,8 +150,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opcional \"%s\" en la tabla \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "A la base de datos le faltan algunas columnas opcionales. Debido al hecho de que agregar columnas en tablas grandes podría llevar mucho tiempo, estas no se agregaron automáticamente cuando pueden ser opcionales. Al ejecutar \"occ db:add-missing-columns\", estas columnas faltantes se pueden agregar manualmente mientras la instancia sigue en ejecución. Una vez que se agreguen las columnas, algunas características podrían mejorar su capacidad de respuesta o la usabilidad.", "Database missing indices" : "Faltan índices en la base de datos", - "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Se pueden añadir manualmente dichos índices perdidos mientras la instancia sigue funcionando si se ejecuta \"occ db:add-missing-indices\". Una vez se han añadido los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "Database missing primary keys" : "Faltan claves primarias en la base de datos", "Missing primary key on table \"%s\"." : "Falta la clave primaria en la tabla \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "A la base de datos le faltan algunas claves primarias. Debido a que añadir claves primarias en tablas grandes podría llevar mucho tiempo, no se añadieron automáticamente. Al ejecutar \"occ db:add-missing-primary-keys\" esas claves primarias faltantes podrían ser añadidas manualmente mientras la instancia sigue funcionando.", @@ -178,13 +175,11 @@ OC.L10N.register( "HTTPS access and URLs" : "Acceso HTTPS y URLs", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Se está accediendo al sitio de manera insegura mediante HTTP. Se recomienda encarecidamente que configure su servidor para que requiera HTTP. ¡Sin ello, algunas funciones importantes de la web como \"copiar al portapapeles\" o \"service workers\" no funcionarán!", "Accessing site insecurely via HTTP." : "Accediendo al sitio de manera insegura mediante HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Está accediendo a su instancia a través de una conexión segura, sin embargo tu instancia está generando URLs inseguras. Esto suele significar que está tras un proxy inverso y que las variables de re-escritura no están bien configuradas.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Está accediendo a su instancia mediante una conexión segura, y su instancia está generando URLs seguros.", "Internet connectivity" : "Conexión a Internet", "Internet connectivity is disabled in configuration file." : "La conexión a Internet está deshabilitada en el archivo de configuración.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Este servidor no tiene una conexión a Internet que funcione: No se pudieron alcanzar varios endpoints. Esto significa que algunas de las funciones, como montar almacenamiento externo, notificaciones sobre actualizaciones o instalación de aplicaciones de terceros no funcionarán. Es posible que el acceso a archivos de forma remota y el envío de emails de notificación tampoco funcionen. Establezca una conexión desde este servidor a Internet para disfrutar de todas las funciones.", "JavaScript modules support" : "Soporte a módulos JavaScript", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se ha podido comprobar la compatibilidad con JavaScript a través de ninguno de sus `trusted_domains` ni `overwrite.cli.url`. Esto puede deberse a un error de DNS en el servidor o a una regla del cortafuegos de salida. Compruebe manualmente si su servidor web sirve archivos `.mjs` utilizando el tipo MIME JavaScript.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Su servidor web no sirve archivos `.mjs` utilizando el tipo MIME JavaScript. Esto causará problemas con algunas apps, impidiendo que los navegadores ejecuten los archivos JavaScript. Debe configurar su servidor web para servir archivos `.mjs` bien sea con el tipo MIME `text/javascript`, o, `application/javascript`.", "JavaScript source map support" : "Soporte de mapa fuente de JavaScript", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Su servidor web no está configurado para servir archivos `.js.map`. Sin estos archivos, los mapas de fuente JavaScript no funcionarán apropiadamente, haciendo más difícil la resolución y depuración de problemas que puedan surgir.", @@ -195,8 +190,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "El servidor no tiene un tiempo de inicio de la ventana de mantenimiento configurado. Esto significa que los trabajos en segundo plano diarios que consumen recursos de manera intensiva serán ejecutados durante el tiempo regular de uso. Recomendamos establecerlo a una franja horaria de poco uso, de manera que el impacto a los usuarios disminuya por la carga causada a raíz estas tareas intensivas.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "La ventana de mantenimiento para ejecutar trabajos en segundo plano intensivos está entre {start}:00 UTC y {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached está configurado como un caché distribuido, pero está instalado el módulo PHP \"memcache\" erróneo. \\OC\\Memcache\\Memcached solo soporta \"memcached\" y no \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached está configurado como un caché distribuido, pero el módulo PHP \"memcached\" no está instalado.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "No hay un caché en memoria configurado. Para mejorar el rendimiento, configura memcache, si está disponible.", "Configured" : "Configurado", "MySQL Unicode support" : "Soporte Unicode de MySQL", @@ -243,6 +236,7 @@ OC.L10N.register( "The PHP OPcache module is not properly configured. %s." : "El módulo PHP OPcache no está configurado correctamente %s.", "Correctly configured" : "Correctamente configurado", "PHP version" : "Versión PHP", + "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualmente está ejecutando PHP %s. PHP 8.1 se encuentra fuera de soporte en Nextcloud 30. Nextcloud 31 podría requerir al menos PHP 8.2. Por favor, actualice a alguna de las versiones oficialmente soportadas de PHP por el grupo PHP tan pronto como sea posible.", "You are currently running PHP %s." : "Estás ejecutando PHP %s.", "PHP \"output_buffering\" option" : "Opción PHP \"output_buffering\"", "PHP configuration option \"output_buffering\" must be disabled" : "La opción de configuración PHP \"output_buffering\" debe ser desactivada", @@ -269,9 +263,6 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "No se pudo verificar que su servidor web sirve los encabezados de seguridad correctamente, no fue posible consultar `%s`", "Your server is correctly configured to send security headers." : "Su servidor está correctamente configurado para enviar los encabezados de seguridad.", "Database version" : "Versión de base de datos", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Está instalada la versión MariaDB \"%s\". Nextcloud 21 ya no soporta esta versión y requiere MariaDB 10.2 o superior.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se utiliza la versión \"%s\" de MySQL. Nextcloud 21 ya no soportará esta versión y requiere MySQL 8.0 o MariaDB 10.2 o superior.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Está instalada la versión PostgreSQL \"%s\". Nextcloud 21 ya no soporta esta versión y requiere PostgreSQL 9.6 o superior.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite se está utilizando actualmente como la base de datos principal. Para instalaciones más grandes, recomendamos que cambie a una base de datos principal diferente. Esto es particularmente recomendado cuando se utiliza el cliente de escritorio para la sincronización de archivos. Para migrar a otra base de datos, utilice la herramienta de línea de comandos: \"occ db:convert-type\".", "Unknown database platform" : "Plataforma de base de datos desconocida", "Architecture" : "Arquitectura", @@ -343,10 +334,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Establecer fecha de caducidad por defecto para recursos compartidos por enlace o por correo", "Default expiration time of shares in days" : "Fecha de caducidad predeterminado de recursos compartidos, en días", "Privacy settings for sharing" : "Ajustes de privacidad al compartir", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir el auto-completado del nombre de usuario en el diálogo de compartir y permitir el acceso a la libreta de direcciones del sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Si el autocompletado \"en mismo grupo\" e \"integración del número de telefono\" están activados, una coincidencia en cualquiera de ellos es suficiente para mostrar un usuario.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir el auto-completado a aquellos usuarios pertenecientes al mismo grupo y limitar las libretas de direcciones del sistema a los usuarios que se encuentran en los mismos grupos", - "Allow username autocompletion to users based on phone number integration" : "Permitir autocompletar nombre de usuario a usuarios basado en la integración del número de teléfono", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permitir autocompletado del nombre de usuario cuando se introduzca el nombre completo o la dirección del email (ignorando la falta de coincidencia en la agenda de teléfonos y ser del mismo grupo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mostrar texto de aviso en la página de subida de enlace público (solo se muestra cuando la lista de archivos está oculta)", "Disclaimer text" : "Descargo de responsabilidad", @@ -577,44 +565,32 @@ OC.L10N.register( "Common languages" : "Idiomas habituales", "Other languages" : "Otros idiomas", "Password change is disabled because the master key is disabled" : "El cambio de contraseña está desactivado porque la clave maestra está desactivada", - "New user" : "Nuevo usuario", + "New account" : "Nueva cuenta", "Display name" : "Nombre para mostrar", "Either password or email is required" : "Se requiere contraseña o correo electrónico", "Password (required)" : "Contraseña (requerido)", "Email (required)" : "Email (requerido)", "Email" : "Correo electrónico", "Groups (required)" : "Grupos (requerido)", - "Set user groups" : "Establecer grupos de usuario", "Administered groups" : "Grupos administrados", - "Set user as admin for …" : "Establecer usuario como admin durante …", "Quota" : "Espacio asignado", - "Set user quota" : "Establecer cuota de usuario", "Language" : "Idioma", "Set default language" : "Establecer idioma por defecto", "Manager" : "Administrador", - "Add new user" : "Añadir nuevo usuario", - "Set user manager" : "Establecer administrador de usuario", - "Username will be autogenerated" : "El nombre de usuario será autogenerado", - "Username (required)" : "Nombre de usuario (requerido)", "Total rows summary" : "Resumen de filas totales", - "Loading users …" : "Cargando usuarios …", "Scroll to load more rows" : "Desplácese para cargar más filas", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario ...","{userCount} usuarios ...","{userCount} usuarios ..."], - "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios","{userCount} usuarios"], "Avatar" : "Avatar", - "Username" : "Nombre de usuario", + "Account name" : "Nombre de cuenta", "Group admin for" : "Administrador de grupo para", - "User backend" : "Motor de usuario", "Storage location" : "Ubicación de los datos", "Last login" : "Último inicio de sesión", - "User actions" : "Acciones de usuario", + "Account actions" : "Acciones de la cuenta", "Password or insufficient permissions message" : "Contraseña o mensaje de permisos insuficientes", "Loading account …" : "Cargando cuenta ...", "Change display name" : "Cambiar nombre a mostrar", "Set new password" : "Establecer contraseña nueva", "You do not have permissions to see the details of this account" : "No tiene los permisos para ver los detalles de esta cuenta", "Set new email address" : "Establecer correo electrónico nuevo", - "Add user to group" : "Añadir usuario a grupo", "Add account to group" : "Añadir cuenta al grupo", "Set account as admin for" : "Establecer cuenta como administrador de", "Select account quota" : "Seleccionar cuota de cuenta", @@ -648,7 +624,12 @@ OC.L10N.register( "Show storage path" : "Mostrar ruta de almacenamiento", "Show last login" : "Mostrar último inicio de sesión", "Sorting" : "Orden", + "The system config enforces sorting the groups by name. This also disables showing the member count." : "La configuración de sistema obliga a que los grupos sean ordenados por nombre. Esto también impide mostrar la cantidad de miembros.", + "Group list sorting" : "Ordenado de la lista de grupos", + "By member count" : "Por número de miembros", + "By name" : "Por nombre", "Send email" : "Enviar mensaje", + "Send welcome email to new accounts" : "Enviar correo de bienvenida a usuarios nuevos", "Defaults" : "Valores por defecto", "Default quota" : "Cuota predeterminada", "Select default quota" : "Seleccionar cuota predeterminada", @@ -664,9 +645,18 @@ OC.L10N.register( "The following devices are configured for your account:" : "Los siguientes dispositivos están configurados en su cuenta:", "Your browser does not support WebAuthn." : "Tu navegador no soporta WebAuthn.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Como administrador puede ajustar el comportamiento de compartir. Por favor, lea la documentación para más información.", - "You need to enable the File sharing App." : "Tienes que activar la app File sharing", + "You need to enable the File sharing App." : "Tiene que activar la app File sharing", + "Loading app list" : "Cargando la lista de aplicaciones", + "App Store" : "Tienda de aplicaciones", + "Loading categories" : "Cargando categorías", + "Developer documentation ↗" : "Documentación del desarrollador ↗", + "Version {version}, {license}-licensed" : "Versión {version}, licenciado bajo {license}", + "Active accounts" : "Cuentas activas", "Admins" : "Administradores", - "New account" : "Nueva cuenta", + "Disabled accounts" : "Cuentas deshabilitadas", + "Account group: {group}" : "Grupo de cuentas: {group}", + "Account management" : "Administración de cuentas", + "Creating group…" : "Creando grupo…", "Create group" : "Crear grupo", "Group name" : "Nombre del grupo", "Please enter a valid group name" : "Por favor, ingrese un nombre de grupo válido", @@ -688,6 +678,9 @@ OC.L10N.register( "Profile visibility" : "Visibilidad del perfil", "Locale" : "Región", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "No está disponible, ya que esta característica es necesaria para la funcionalidad principal, incluyendo el intercambio de archivos y las invitaciones de calendario", + "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "No disponible, ya que la federación ha sido deshabilitada para su cuenta, contacte a su administrador del sistema si tiene alguna pregunta", + "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "No disponible, ya que no se permite la publicación de datos específicos de cuentas en el servidor de búsqueda, póngase en contacto con el administrador del sistema si tiene alguna duda", + "Discover" : "Descubrir", "Your apps" : "Tus apps", "Active apps" : "Apps activas", "Disabled apps" : "Apps deshabilitadas", @@ -696,12 +689,16 @@ OC.L10N.register( "Featured apps" : "Apps destacadas", "Supported apps" : "Apps soportadas", "Show to everyone" : "Mostrar a todos", + "Show to logged in accounts only" : "Mostrar únicamente a usuarios con sesión iniciada", "Hide" : "Ocultar", "Download and enable" : "Descargar y activar", "Allow untested app" : "Habillitar aplicación no probada", "The app will be downloaded from the App Store" : "La app va a ser descargada de la App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Esta app no está marcada como compatible con tu versión de Nextcloud. Si continúas podrás instalar la app, pero ten en cuenta que podría no funcionar según lo esperado.", "Never" : "Nunca", + "Could not register device: Network error" : "No se pudo registrar el dispositivo: Error de red", + "Could not register device: Probably already registered" : "No se pudo registrar el dispositivo: Es probable que ya esté registrado", + "Could not register device" : "No se pudo registrar el dispositivo", "An error occurred during the request. Unable to proceed." : "Ha ocurrido un error durante la solicitud. No se puede continuar.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La app ha sido activada pero tiene que actualizarse. Serás redirigido a la página de actualización en 5 segundos.", "Error: This app cannot be enabled because it makes the server unstable" : "Error: Esta app no se puede activar porque hace inestable al servidor", @@ -711,10 +708,12 @@ OC.L10N.register( "Error while wiping the device with the token" : "Error al borrar el dispositivo con el token", "Error while updating device token name" : "Error al actualizar el nombre del token de dispositivo", "Error while updating device token scope" : "Error al actualizar el alcance del token de dispositivo", + "Could not set group sorting" : "No se pudo establecer el ordenamiento por grupo", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Hubo demasiadas peticiones desde su red. Vuelva a intentarlo más tarde o póngase en contacto con su administrador si se trata de un error.", "Account documentation" : "Documentación de la cuenta", "Administration documentation" : "Documentación de administración", "Forum" : "Foro", + "Nextcloud help & privacy resources" : "Ayuda de Nextcloud y recursos de privacidad", "General documentation" : "Documentación general", "Legal notice" : "Aviso legal", "Privacy policy" : "Política de privacidad", @@ -731,6 +730,7 @@ OC.L10N.register( "Authentication" : "Autenticación", "Authentication required" : "Se necesita autenticación", "Credentials" : "Credenciales", + "SMTP Login" : "Inicio de sesión SMTP", "SMTP Password" : "Contraseña SMTP", "Save" : "Guardar", "Test and verify email settings" : "Comprobar y verificar configuración de correo", @@ -739,7 +739,7 @@ OC.L10N.register( "There are some errors regarding your setup." : "Hay varios errores relativos a su configuración.", "There are some warnings regarding your setup." : "Hay varios avisos relativos a su configuración.", "Checking for system and security issues." : "Comprobando problemas en el sistema y de seguridad.", - "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "Por favor, vuelve a consultar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">guías de instalación ↗</a>, y comprueba posibles errores y advertencias en el <a href=\"%2$s\">registro</a>.", + "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "Por favor, vuelva a consultar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">guías de instalación ↗</a>, y compruebe posibles errores y advertencias en el <a href=\"%2$s\">registro</a>.", "Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "Compruebe la seguridad de su Nextcloud mediante <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">nuestro escaneo de seguridad ↗</a>.", "Reasons to use Nextcloud in your organization" : "Razones para usar Nextcloud en su organización", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Desarrollado por la {communityopen}comunidad Nextcloud{linkclose}, el {githubopen}código fuente{linkclose} está bajo la licencia {licenseopen}AGPL{linkclose}.", @@ -774,6 +774,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hay algunos certificados SSL importados por el usuario que ya no se utilizan con Nextcloud 21. Pueden ser importados con la línea de comandos a través del comando \"occ security:certificates:import\". Sus rutas dentro del directorio de datos se muestran a continuación.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Se han encontrado UUIDs no válidos de usuarios o grupos LDAP. Por favor, compruebe la configuración de \"Anular detección de UUID\" en la sección de Experto de la configuración LDAP y use \"occ ldap:update-uuid\" para actualizarlos.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "La sincronización DAV de la libreta de direcciones del sistema no se ha ejecutado ya que su instancia tiene más de 1000 usuarios o por que ha ocurrido un error. Por favor, ejecútela manualmente llamando al comando: occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Está instalada la versión MariaDB \"%s\". Nextcloud 21 ya no soporta esta versión y requiere MariaDB 10.2 o superior.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se utiliza la versión \"%s\" de MySQL. Nextcloud 21 ya no soportará esta versión y requiere MySQL 8.0 o MariaDB 10.2 o superior.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Está instalada la versión PostgreSQL \"%s\". Nextcloud 21 ya no soporta esta versión y requiere PostgreSQL 9.6 o superior.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "La autenticación de dos factores se puede aplicar para todos los usuarios y grupos específicos. Si no tienen configurado un proveedor de dos factores, no podrán iniciar sesión en el sistema.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Cuando los grupos se seleccionan/excluyen, usan la siguiente lógica para determinar si un usuario tiene obligada la 2FA: si no hay grupos seleccionados, 2FA está activa para todos excepto los miembros de los grupos excluidos. Si hay grupos seleccionados, 2FA está activa para todos los miembros de estos. Si un usuaro está a la vez en un grupo seleccionado y otro excluido, el seleccionado tiene preferencia y se obliga la 2FA.", "Enable all" : "Activar todas", @@ -788,6 +791,7 @@ OC.L10N.register( "Error while deleting the token" : "Error al eliminar el \"token\"", "Use the credentials below to configure your app or device." : "Use las siguientes credenciales para configurar su app o dispositivo.", "For security reasons this password will only be shown once." : "Para seguridad, esta contraseña será mostrada solamente una vez.", + "Username" : "Nombre de usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "Execute one task with each page loaded. Use case: Single user instance." : "Ejecutar una tarea con cada página cargada. Caso de uso: Instancia de un solo usuario.", @@ -803,10 +807,11 @@ OC.L10N.register( "Additional emails" : "Direcciones de email adicionales", "Enable Profile" : "Activar Perfil", "Your Twitter handle" : "Su usuario de Twitter", - "You do not have permissions to see the details of this user" : "No tienes permisos para ver los detalles de este usuario", + "You do not have permissions to see the details of this user" : "No tiene permisos para ver los detalles de este usuario", "Edit display name" : "Editar nombre a mostrar", "Add new password" : " Añadir nueva contraseña", "Add new email address" : "Añadir nueva dirección de correo electrónico", + "Add user to group" : "Añadir usuario a grupo", "Set user as admin for" : "Marcar usuario como administrador para", "Select user quota" : "Seleccionar cuota de usuario", "Select manager" : "Seleccione administrador", @@ -817,9 +822,11 @@ OC.L10N.register( "Enable user" : "Habilitar usuario", "Edit User" : "Editar usuario", "User's table" : "Tabla de usuario", + "New user" : "Nuevo usuario", "Will be autogenerated" : "Se generará de forma automática", "Select user manager" : "Seleccione administrador de usuarios", "Add a new user" : "Añadir nuevo usuario", + "User backend" : "Motor de usuario", "No users in here" : "No hay usuarios aquí", "Name your device" : "Nombre de tu dispositivo", "Server error while trying to add WebAuthn device" : "Error del servidor al intentar añadir el dispositivo WebAuthn", @@ -847,7 +854,12 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Excluir a los grupos de la creación de enlaces compartidos:", "Exclude groups from sharing" : "Excluye grupos de compartir", "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir contenidos compartidos, pero no podrán iniciarlos.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir el auto-completado del nombre de usuario en el diálogo de compartir y permitir el acceso a la libreta de direcciones del sistema", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir el auto-completado a aquellos usuarios pertenecientes al mismo grupo y limitar las libretas de direcciones del sistema a los usuarios que se encuentran en los mismos grupos", + "Allow username autocompletion to users based on phone number integration" : "Permitir autocompletar nombre de usuario a usuarios basado en la integración del número de teléfono", "Old user imported certificates" : "Antiguos certificados importados por el usuario", + "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Se pueden añadir manualmente dichos índices perdidos mientras la instancia sigue funcionando si se ejecuta \"occ db:add-missing-indices\". Una vez se han añadido los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se pudo hacer el chequeo del soporte JavaScript. Por favor haga el chequeo manual de si su servidor web sirve archivos `.mjs` utilizando el tipo MIME JavaScript.", "MySQL unicode support" : "Soporte unicode de MySQL", "Overwrite cli URL" : "Sobreecribir el URL de la línea de comandos", @@ -855,7 +867,18 @@ OC.L10N.register( "Rating: {score}/10" : "Calificación: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Está a punto de eliminar el grupo \"{group}\". Los usuarios NO serán eliminados.", "No users" : "Sin usuarios", + "Loading users …" : "Cargando usuarios …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuarios. Esta lista no se muestra completa por razones de rendimiento. Los usuarios se mostrarán a medida que Ud. navega por la lista.", + "Set user groups" : "Establecer grupos de usuario", + "Set user as admin for …" : "Establecer usuario como admin durante …", + "Set user quota" : "Establecer cuota de usuario", + "Add new user" : "Añadir nuevo usuario", + "Set user manager" : "Establecer administrador de usuario", + "Username will be autogenerated" : "El nombre de usuario será autogenerado", + "Username (required)" : "Nombre de usuario (requerido)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario ...","{userCount} usuarios ...","{userCount} usuarios ..."], + "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios","{userCount} usuarios"], + "User actions" : "Acciones de usuario", "Loading user …" : "Cargando usuario ...", "Failed to update user manager" : "Error al actualizar el administrador de usuarios.", "User management settings" : "Ajustes de administración de usuarios", @@ -863,6 +886,8 @@ OC.L10N.register( "User management" : "Administración de usuarios", "Creating group …" : "Creando grupo …", "User group: {group}" : "Grupo del usuario: {group}", - "Nextcloud help resources" : "Recursos de ayuda de Nextcloud" + "Nextcloud help resources" : "Recursos de ayuda de Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que este chequeo se lleve a cabo, debe asegurarse que su servidor pueda conectarse a sí mismo. Por tanto, este debe poder resolver y conectarse a alguno de sus `trusted_domains` o al url definido en `overwrite.cli.url`", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se ha podido comprobar la compatibilidad con JavaScript a través de ninguno de sus `trusted_domains` ni `overwrite.cli.url`. Esto puede deberse a un error de DNS en el servidor o a una regla del cortafuegos de salida. Compruebe manualmente si su servidor web sirve archivos `.mjs` utilizando el tipo MIME JavaScript." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json index 1dfa54eb4d9..869122ef94f 100644 --- a/apps/settings/l10n/es.json +++ b/apps/settings/l10n/es.json @@ -128,7 +128,6 @@ "Your remote address could not be determined." : "No se pudo determinar su dirección remota.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Su dirección remota se ha identificado como \"%s\" y está siendo ralentizada mediante fuerza bruta, disminuyendo el rendimiento de varias solicitudes. Si la dirección remota no es su dirección, esto puede ser una señal de que un proxy no se ha configurado correctamente.", "Your remote address \"%s\" is not brute-force throttled." : "Su dirección remota \"%s\" no está limitada por fuerza bruta.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que este chequeo se lleve a cabo, debe asegurarse que su servidor pueda conectarse a sí mismo. Por tanto, este debe poder resolver y conectarse a alguno de sus `trusted_domains` o al url definido en `overwrite.cli.url`", "Old administration imported certificates" : "Certificados de administración antiguos importados", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Está pendiente una tarea en segundo plano que comprueba los certificados SSL de administración importados. Por favor, vuelva a verificar más tarde.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Están presentes algunos certificados SSL de administración importados, que, ya no se utilizan con Nextcloud 21. Pueden ser importados usando la línea de comandos con \"occ security:certificates:import\". Sus rutas dentro del directorio de datos se muestran a continuación.", @@ -149,8 +148,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opcional \"%s\" en la tabla \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "A la base de datos le faltan algunas columnas opcionales. Debido al hecho de que agregar columnas en tablas grandes podría llevar mucho tiempo, estas no se agregaron automáticamente cuando pueden ser opcionales. Al ejecutar \"occ db:add-missing-columns\", estas columnas faltantes se pueden agregar manualmente mientras la instancia sigue en ejecución. Una vez que se agreguen las columnas, algunas características podrían mejorar su capacidad de respuesta o la usabilidad.", "Database missing indices" : "Faltan índices en la base de datos", - "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Se pueden añadir manualmente dichos índices perdidos mientras la instancia sigue funcionando si se ejecuta \"occ db:add-missing-indices\". Una vez se han añadido los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "Database missing primary keys" : "Faltan claves primarias en la base de datos", "Missing primary key on table \"%s\"." : "Falta la clave primaria en la tabla \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "A la base de datos le faltan algunas claves primarias. Debido a que añadir claves primarias en tablas grandes podría llevar mucho tiempo, no se añadieron automáticamente. Al ejecutar \"occ db:add-missing-primary-keys\" esas claves primarias faltantes podrían ser añadidas manualmente mientras la instancia sigue funcionando.", @@ -176,13 +173,11 @@ "HTTPS access and URLs" : "Acceso HTTPS y URLs", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Se está accediendo al sitio de manera insegura mediante HTTP. Se recomienda encarecidamente que configure su servidor para que requiera HTTP. ¡Sin ello, algunas funciones importantes de la web como \"copiar al portapapeles\" o \"service workers\" no funcionarán!", "Accessing site insecurely via HTTP." : "Accediendo al sitio de manera insegura mediante HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Está accediendo a su instancia a través de una conexión segura, sin embargo tu instancia está generando URLs inseguras. Esto suele significar que está tras un proxy inverso y que las variables de re-escritura no están bien configuradas.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Está accediendo a su instancia mediante una conexión segura, y su instancia está generando URLs seguros.", "Internet connectivity" : "Conexión a Internet", "Internet connectivity is disabled in configuration file." : "La conexión a Internet está deshabilitada en el archivo de configuración.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Este servidor no tiene una conexión a Internet que funcione: No se pudieron alcanzar varios endpoints. Esto significa que algunas de las funciones, como montar almacenamiento externo, notificaciones sobre actualizaciones o instalación de aplicaciones de terceros no funcionarán. Es posible que el acceso a archivos de forma remota y el envío de emails de notificación tampoco funcionen. Establezca una conexión desde este servidor a Internet para disfrutar de todas las funciones.", "JavaScript modules support" : "Soporte a módulos JavaScript", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se ha podido comprobar la compatibilidad con JavaScript a través de ninguno de sus `trusted_domains` ni `overwrite.cli.url`. Esto puede deberse a un error de DNS en el servidor o a una regla del cortafuegos de salida. Compruebe manualmente si su servidor web sirve archivos `.mjs` utilizando el tipo MIME JavaScript.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Su servidor web no sirve archivos `.mjs` utilizando el tipo MIME JavaScript. Esto causará problemas con algunas apps, impidiendo que los navegadores ejecuten los archivos JavaScript. Debe configurar su servidor web para servir archivos `.mjs` bien sea con el tipo MIME `text/javascript`, o, `application/javascript`.", "JavaScript source map support" : "Soporte de mapa fuente de JavaScript", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Su servidor web no está configurado para servir archivos `.js.map`. Sin estos archivos, los mapas de fuente JavaScript no funcionarán apropiadamente, haciendo más difícil la resolución y depuración de problemas que puedan surgir.", @@ -193,8 +188,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "El servidor no tiene un tiempo de inicio de la ventana de mantenimiento configurado. Esto significa que los trabajos en segundo plano diarios que consumen recursos de manera intensiva serán ejecutados durante el tiempo regular de uso. Recomendamos establecerlo a una franja horaria de poco uso, de manera que el impacto a los usuarios disminuya por la carga causada a raíz estas tareas intensivas.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "La ventana de mantenimiento para ejecutar trabajos en segundo plano intensivos está entre {start}:00 UTC y {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached está configurado como un caché distribuido, pero está instalado el módulo PHP \"memcache\" erróneo. \\OC\\Memcache\\Memcached solo soporta \"memcached\" y no \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached está configurado como un caché distribuido, pero el módulo PHP \"memcached\" no está instalado.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "No hay un caché en memoria configurado. Para mejorar el rendimiento, configura memcache, si está disponible.", "Configured" : "Configurado", "MySQL Unicode support" : "Soporte Unicode de MySQL", @@ -241,6 +234,7 @@ "The PHP OPcache module is not properly configured. %s." : "El módulo PHP OPcache no está configurado correctamente %s.", "Correctly configured" : "Correctamente configurado", "PHP version" : "Versión PHP", + "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualmente está ejecutando PHP %s. PHP 8.1 se encuentra fuera de soporte en Nextcloud 30. Nextcloud 31 podría requerir al menos PHP 8.2. Por favor, actualice a alguna de las versiones oficialmente soportadas de PHP por el grupo PHP tan pronto como sea posible.", "You are currently running PHP %s." : "Estás ejecutando PHP %s.", "PHP \"output_buffering\" option" : "Opción PHP \"output_buffering\"", "PHP configuration option \"output_buffering\" must be disabled" : "La opción de configuración PHP \"output_buffering\" debe ser desactivada", @@ -267,9 +261,6 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "No se pudo verificar que su servidor web sirve los encabezados de seguridad correctamente, no fue posible consultar `%s`", "Your server is correctly configured to send security headers." : "Su servidor está correctamente configurado para enviar los encabezados de seguridad.", "Database version" : "Versión de base de datos", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Está instalada la versión MariaDB \"%s\". Nextcloud 21 ya no soporta esta versión y requiere MariaDB 10.2 o superior.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se utiliza la versión \"%s\" de MySQL. Nextcloud 21 ya no soportará esta versión y requiere MySQL 8.0 o MariaDB 10.2 o superior.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Está instalada la versión PostgreSQL \"%s\". Nextcloud 21 ya no soporta esta versión y requiere PostgreSQL 9.6 o superior.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite se está utilizando actualmente como la base de datos principal. Para instalaciones más grandes, recomendamos que cambie a una base de datos principal diferente. Esto es particularmente recomendado cuando se utiliza el cliente de escritorio para la sincronización de archivos. Para migrar a otra base de datos, utilice la herramienta de línea de comandos: \"occ db:convert-type\".", "Unknown database platform" : "Plataforma de base de datos desconocida", "Architecture" : "Arquitectura", @@ -341,10 +332,7 @@ "Set default expiration date for shares via link or mail" : "Establecer fecha de caducidad por defecto para recursos compartidos por enlace o por correo", "Default expiration time of shares in days" : "Fecha de caducidad predeterminado de recursos compartidos, en días", "Privacy settings for sharing" : "Ajustes de privacidad al compartir", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir el auto-completado del nombre de usuario en el diálogo de compartir y permitir el acceso a la libreta de direcciones del sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Si el autocompletado \"en mismo grupo\" e \"integración del número de telefono\" están activados, una coincidencia en cualquiera de ellos es suficiente para mostrar un usuario.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir el auto-completado a aquellos usuarios pertenecientes al mismo grupo y limitar las libretas de direcciones del sistema a los usuarios que se encuentran en los mismos grupos", - "Allow username autocompletion to users based on phone number integration" : "Permitir autocompletar nombre de usuario a usuarios basado en la integración del número de teléfono", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permitir autocompletado del nombre de usuario cuando se introduzca el nombre completo o la dirección del email (ignorando la falta de coincidencia en la agenda de teléfonos y ser del mismo grupo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mostrar texto de aviso en la página de subida de enlace público (solo se muestra cuando la lista de archivos está oculta)", "Disclaimer text" : "Descargo de responsabilidad", @@ -575,44 +563,32 @@ "Common languages" : "Idiomas habituales", "Other languages" : "Otros idiomas", "Password change is disabled because the master key is disabled" : "El cambio de contraseña está desactivado porque la clave maestra está desactivada", - "New user" : "Nuevo usuario", + "New account" : "Nueva cuenta", "Display name" : "Nombre para mostrar", "Either password or email is required" : "Se requiere contraseña o correo electrónico", "Password (required)" : "Contraseña (requerido)", "Email (required)" : "Email (requerido)", "Email" : "Correo electrónico", "Groups (required)" : "Grupos (requerido)", - "Set user groups" : "Establecer grupos de usuario", "Administered groups" : "Grupos administrados", - "Set user as admin for …" : "Establecer usuario como admin durante …", "Quota" : "Espacio asignado", - "Set user quota" : "Establecer cuota de usuario", "Language" : "Idioma", "Set default language" : "Establecer idioma por defecto", "Manager" : "Administrador", - "Add new user" : "Añadir nuevo usuario", - "Set user manager" : "Establecer administrador de usuario", - "Username will be autogenerated" : "El nombre de usuario será autogenerado", - "Username (required)" : "Nombre de usuario (requerido)", "Total rows summary" : "Resumen de filas totales", - "Loading users …" : "Cargando usuarios …", "Scroll to load more rows" : "Desplácese para cargar más filas", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario ...","{userCount} usuarios ...","{userCount} usuarios ..."], - "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios","{userCount} usuarios"], "Avatar" : "Avatar", - "Username" : "Nombre de usuario", + "Account name" : "Nombre de cuenta", "Group admin for" : "Administrador de grupo para", - "User backend" : "Motor de usuario", "Storage location" : "Ubicación de los datos", "Last login" : "Último inicio de sesión", - "User actions" : "Acciones de usuario", + "Account actions" : "Acciones de la cuenta", "Password or insufficient permissions message" : "Contraseña o mensaje de permisos insuficientes", "Loading account …" : "Cargando cuenta ...", "Change display name" : "Cambiar nombre a mostrar", "Set new password" : "Establecer contraseña nueva", "You do not have permissions to see the details of this account" : "No tiene los permisos para ver los detalles de esta cuenta", "Set new email address" : "Establecer correo electrónico nuevo", - "Add user to group" : "Añadir usuario a grupo", "Add account to group" : "Añadir cuenta al grupo", "Set account as admin for" : "Establecer cuenta como administrador de", "Select account quota" : "Seleccionar cuota de cuenta", @@ -646,7 +622,12 @@ "Show storage path" : "Mostrar ruta de almacenamiento", "Show last login" : "Mostrar último inicio de sesión", "Sorting" : "Orden", + "The system config enforces sorting the groups by name. This also disables showing the member count." : "La configuración de sistema obliga a que los grupos sean ordenados por nombre. Esto también impide mostrar la cantidad de miembros.", + "Group list sorting" : "Ordenado de la lista de grupos", + "By member count" : "Por número de miembros", + "By name" : "Por nombre", "Send email" : "Enviar mensaje", + "Send welcome email to new accounts" : "Enviar correo de bienvenida a usuarios nuevos", "Defaults" : "Valores por defecto", "Default quota" : "Cuota predeterminada", "Select default quota" : "Seleccionar cuota predeterminada", @@ -662,9 +643,18 @@ "The following devices are configured for your account:" : "Los siguientes dispositivos están configurados en su cuenta:", "Your browser does not support WebAuthn." : "Tu navegador no soporta WebAuthn.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Como administrador puede ajustar el comportamiento de compartir. Por favor, lea la documentación para más información.", - "You need to enable the File sharing App." : "Tienes que activar la app File sharing", + "You need to enable the File sharing App." : "Tiene que activar la app File sharing", + "Loading app list" : "Cargando la lista de aplicaciones", + "App Store" : "Tienda de aplicaciones", + "Loading categories" : "Cargando categorías", + "Developer documentation ↗" : "Documentación del desarrollador ↗", + "Version {version}, {license}-licensed" : "Versión {version}, licenciado bajo {license}", + "Active accounts" : "Cuentas activas", "Admins" : "Administradores", - "New account" : "Nueva cuenta", + "Disabled accounts" : "Cuentas deshabilitadas", + "Account group: {group}" : "Grupo de cuentas: {group}", + "Account management" : "Administración de cuentas", + "Creating group…" : "Creando grupo…", "Create group" : "Crear grupo", "Group name" : "Nombre del grupo", "Please enter a valid group name" : "Por favor, ingrese un nombre de grupo válido", @@ -686,6 +676,9 @@ "Profile visibility" : "Visibilidad del perfil", "Locale" : "Región", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "No está disponible, ya que esta característica es necesaria para la funcionalidad principal, incluyendo el intercambio de archivos y las invitaciones de calendario", + "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "No disponible, ya que la federación ha sido deshabilitada para su cuenta, contacte a su administrador del sistema si tiene alguna pregunta", + "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "No disponible, ya que no se permite la publicación de datos específicos de cuentas en el servidor de búsqueda, póngase en contacto con el administrador del sistema si tiene alguna duda", + "Discover" : "Descubrir", "Your apps" : "Tus apps", "Active apps" : "Apps activas", "Disabled apps" : "Apps deshabilitadas", @@ -694,12 +687,16 @@ "Featured apps" : "Apps destacadas", "Supported apps" : "Apps soportadas", "Show to everyone" : "Mostrar a todos", + "Show to logged in accounts only" : "Mostrar únicamente a usuarios con sesión iniciada", "Hide" : "Ocultar", "Download and enable" : "Descargar y activar", "Allow untested app" : "Habillitar aplicación no probada", "The app will be downloaded from the App Store" : "La app va a ser descargada de la App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Esta app no está marcada como compatible con tu versión de Nextcloud. Si continúas podrás instalar la app, pero ten en cuenta que podría no funcionar según lo esperado.", "Never" : "Nunca", + "Could not register device: Network error" : "No se pudo registrar el dispositivo: Error de red", + "Could not register device: Probably already registered" : "No se pudo registrar el dispositivo: Es probable que ya esté registrado", + "Could not register device" : "No se pudo registrar el dispositivo", "An error occurred during the request. Unable to proceed." : "Ha ocurrido un error durante la solicitud. No se puede continuar.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La app ha sido activada pero tiene que actualizarse. Serás redirigido a la página de actualización en 5 segundos.", "Error: This app cannot be enabled because it makes the server unstable" : "Error: Esta app no se puede activar porque hace inestable al servidor", @@ -709,10 +706,12 @@ "Error while wiping the device with the token" : "Error al borrar el dispositivo con el token", "Error while updating device token name" : "Error al actualizar el nombre del token de dispositivo", "Error while updating device token scope" : "Error al actualizar el alcance del token de dispositivo", + "Could not set group sorting" : "No se pudo establecer el ordenamiento por grupo", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Hubo demasiadas peticiones desde su red. Vuelva a intentarlo más tarde o póngase en contacto con su administrador si se trata de un error.", "Account documentation" : "Documentación de la cuenta", "Administration documentation" : "Documentación de administración", "Forum" : "Foro", + "Nextcloud help & privacy resources" : "Ayuda de Nextcloud y recursos de privacidad", "General documentation" : "Documentación general", "Legal notice" : "Aviso legal", "Privacy policy" : "Política de privacidad", @@ -729,6 +728,7 @@ "Authentication" : "Autenticación", "Authentication required" : "Se necesita autenticación", "Credentials" : "Credenciales", + "SMTP Login" : "Inicio de sesión SMTP", "SMTP Password" : "Contraseña SMTP", "Save" : "Guardar", "Test and verify email settings" : "Comprobar y verificar configuración de correo", @@ -737,7 +737,7 @@ "There are some errors regarding your setup." : "Hay varios errores relativos a su configuración.", "There are some warnings regarding your setup." : "Hay varios avisos relativos a su configuración.", "Checking for system and security issues." : "Comprobando problemas en el sistema y de seguridad.", - "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "Por favor, vuelve a consultar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">guías de instalación ↗</a>, y comprueba posibles errores y advertencias en el <a href=\"%2$s\">registro</a>.", + "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "Por favor, vuelva a consultar las <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">guías de instalación ↗</a>, y compruebe posibles errores y advertencias en el <a href=\"%2$s\">registro</a>.", "Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "Compruebe la seguridad de su Nextcloud mediante <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">nuestro escaneo de seguridad ↗</a>.", "Reasons to use Nextcloud in your organization" : "Razones para usar Nextcloud en su organización", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Desarrollado por la {communityopen}comunidad Nextcloud{linkclose}, el {githubopen}código fuente{linkclose} está bajo la licencia {licenseopen}AGPL{linkclose}.", @@ -772,6 +772,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hay algunos certificados SSL importados por el usuario que ya no se utilizan con Nextcloud 21. Pueden ser importados con la línea de comandos a través del comando \"occ security:certificates:import\". Sus rutas dentro del directorio de datos se muestran a continuación.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Se han encontrado UUIDs no válidos de usuarios o grupos LDAP. Por favor, compruebe la configuración de \"Anular detección de UUID\" en la sección de Experto de la configuración LDAP y use \"occ ldap:update-uuid\" para actualizarlos.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "La sincronización DAV de la libreta de direcciones del sistema no se ha ejecutado ya que su instancia tiene más de 1000 usuarios o por que ha ocurrido un error. Por favor, ejecútela manualmente llamando al comando: occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Está instalada la versión MariaDB \"%s\". Nextcloud 21 ya no soporta esta versión y requiere MariaDB 10.2 o superior.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se utiliza la versión \"%s\" de MySQL. Nextcloud 21 ya no soportará esta versión y requiere MySQL 8.0 o MariaDB 10.2 o superior.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Está instalada la versión PostgreSQL \"%s\". Nextcloud 21 ya no soporta esta versión y requiere PostgreSQL 9.6 o superior.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "La autenticación de dos factores se puede aplicar para todos los usuarios y grupos específicos. Si no tienen configurado un proveedor de dos factores, no podrán iniciar sesión en el sistema.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Cuando los grupos se seleccionan/excluyen, usan la siguiente lógica para determinar si un usuario tiene obligada la 2FA: si no hay grupos seleccionados, 2FA está activa para todos excepto los miembros de los grupos excluidos. Si hay grupos seleccionados, 2FA está activa para todos los miembros de estos. Si un usuaro está a la vez en un grupo seleccionado y otro excluido, el seleccionado tiene preferencia y se obliga la 2FA.", "Enable all" : "Activar todas", @@ -786,6 +789,7 @@ "Error while deleting the token" : "Error al eliminar el \"token\"", "Use the credentials below to configure your app or device." : "Use las siguientes credenciales para configurar su app o dispositivo.", "For security reasons this password will only be shown once." : "Para seguridad, esta contraseña será mostrada solamente una vez.", + "Username" : "Nombre de usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "Execute one task with each page loaded. Use case: Single user instance." : "Ejecutar una tarea con cada página cargada. Caso de uso: Instancia de un solo usuario.", @@ -801,10 +805,11 @@ "Additional emails" : "Direcciones de email adicionales", "Enable Profile" : "Activar Perfil", "Your Twitter handle" : "Su usuario de Twitter", - "You do not have permissions to see the details of this user" : "No tienes permisos para ver los detalles de este usuario", + "You do not have permissions to see the details of this user" : "No tiene permisos para ver los detalles de este usuario", "Edit display name" : "Editar nombre a mostrar", "Add new password" : " Añadir nueva contraseña", "Add new email address" : "Añadir nueva dirección de correo electrónico", + "Add user to group" : "Añadir usuario a grupo", "Set user as admin for" : "Marcar usuario como administrador para", "Select user quota" : "Seleccionar cuota de usuario", "Select manager" : "Seleccione administrador", @@ -815,9 +820,11 @@ "Enable user" : "Habilitar usuario", "Edit User" : "Editar usuario", "User's table" : "Tabla de usuario", + "New user" : "Nuevo usuario", "Will be autogenerated" : "Se generará de forma automática", "Select user manager" : "Seleccione administrador de usuarios", "Add a new user" : "Añadir nuevo usuario", + "User backend" : "Motor de usuario", "No users in here" : "No hay usuarios aquí", "Name your device" : "Nombre de tu dispositivo", "Server error while trying to add WebAuthn device" : "Error del servidor al intentar añadir el dispositivo WebAuthn", @@ -845,7 +852,12 @@ "Exclude groups from creating link shares:" : "Excluir a los grupos de la creación de enlaces compartidos:", "Exclude groups from sharing" : "Excluye grupos de compartir", "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir contenidos compartidos, pero no podrán iniciarlos.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir el auto-completado del nombre de usuario en el diálogo de compartir y permitir el acceso a la libreta de direcciones del sistema", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir el auto-completado a aquellos usuarios pertenecientes al mismo grupo y limitar las libretas de direcciones del sistema a los usuarios que se encuentran en los mismos grupos", + "Allow username autocompletion to users based on phone number integration" : "Permitir autocompletar nombre de usuario a usuarios basado en la integración del número de teléfono", "Old user imported certificates" : "Antiguos certificados importados por el usuario", + "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Se pueden añadir manualmente dichos índices perdidos mientras la instancia sigue funcionando si se ejecuta \"occ db:add-missing-indices\". Una vez se han añadido los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se pudo hacer el chequeo del soporte JavaScript. Por favor haga el chequeo manual de si su servidor web sirve archivos `.mjs` utilizando el tipo MIME JavaScript.", "MySQL unicode support" : "Soporte unicode de MySQL", "Overwrite cli URL" : "Sobreecribir el URL de la línea de comandos", @@ -853,7 +865,18 @@ "Rating: {score}/10" : "Calificación: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Está a punto de eliminar el grupo \"{group}\". Los usuarios NO serán eliminados.", "No users" : "Sin usuarios", + "Loading users …" : "Cargando usuarios …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuarios. Esta lista no se muestra completa por razones de rendimiento. Los usuarios se mostrarán a medida que Ud. navega por la lista.", + "Set user groups" : "Establecer grupos de usuario", + "Set user as admin for …" : "Establecer usuario como admin durante …", + "Set user quota" : "Establecer cuota de usuario", + "Add new user" : "Añadir nuevo usuario", + "Set user manager" : "Establecer administrador de usuario", + "Username will be autogenerated" : "El nombre de usuario será autogenerado", + "Username (required)" : "Nombre de usuario (requerido)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario ...","{userCount} usuarios ...","{userCount} usuarios ..."], + "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios","{userCount} usuarios"], + "User actions" : "Acciones de usuario", "Loading user …" : "Cargando usuario ...", "Failed to update user manager" : "Error al actualizar el administrador de usuarios.", "User management settings" : "Ajustes de administración de usuarios", @@ -861,6 +884,8 @@ "User management" : "Administración de usuarios", "Creating group …" : "Creando grupo …", "User group: {group}" : "Grupo del usuario: {group}", - "Nextcloud help resources" : "Recursos de ayuda de Nextcloud" + "Nextcloud help resources" : "Recursos de ayuda de Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que este chequeo se lleve a cabo, debe asegurarse que su servidor pueda conectarse a sí mismo. Por tanto, este debe poder resolver y conectarse a alguno de sus `trusted_domains` o al url definido en `overwrite.cli.url`", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se ha podido comprobar la compatibilidad con JavaScript a través de ninguno de sus `trusted_domains` ni `overwrite.cli.url`. Esto puede deberse a un error de DNS en el servidor o a una regla del cortafuegos de salida. Compruebe manualmente si su servidor web sirve archivos `.mjs` utilizando el tipo MIME JavaScript." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_419.js b/apps/settings/l10n/es_419.js index 0c867818e32..ebe91e77675 100644 --- a/apps/settings/l10n/es_419.js +++ b/apps/settings/l10n/es_419.js @@ -168,11 +168,10 @@ OC.L10N.register( "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Done" : "Terminado", "Edit" : "Editar", @@ -236,11 +235,13 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_419.json b/apps/settings/l10n/es_419.json index f1507602a1b..60f63e333ee 100644 --- a/apps/settings/l10n/es_419.json +++ b/apps/settings/l10n/es_419.json @@ -166,11 +166,10 @@ "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Done" : "Terminado", "Edit" : "Editar", @@ -234,11 +233,13 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_AR.js b/apps/settings/l10n/es_AR.js index 3480a75208a..5371131518c 100644 --- a/apps/settings/l10n/es_AR.js +++ b/apps/settings/l10n/es_AR.js @@ -163,11 +163,10 @@ OC.L10N.register( "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Nombre de usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "Delete account" : "Borrar cuenta", "Done" : "Terminado", "Edit" : "Editar", @@ -229,10 +228,12 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Use las siguientes credenciales para configurar su aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Nombre de usuario", "Copied!" : "¡Credenciales!", "Copy" : "Copiar", "Your email address" : "Su dirección de correo electrónico", "Your Twitter handle" : "Su cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_AR.json b/apps/settings/l10n/es_AR.json index 552647aa624..eea0f01b5d5 100644 --- a/apps/settings/l10n/es_AR.json +++ b/apps/settings/l10n/es_AR.json @@ -161,11 +161,10 @@ "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Nombre de usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "Delete account" : "Borrar cuenta", "Done" : "Terminado", "Edit" : "Editar", @@ -227,10 +226,12 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Use las siguientes credenciales para configurar su aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Nombre de usuario", "Copied!" : "¡Credenciales!", "Copy" : "Copiar", "Your email address" : "Su dirección de correo electrónico", "Your Twitter handle" : "Su cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_CL.js b/apps/settings/l10n/es_CL.js index 0400672d765..bce20c03dd4 100644 --- a/apps/settings/l10n/es_CL.js +++ b/apps/settings/l10n/es_CL.js @@ -171,11 +171,10 @@ OC.L10N.register( "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", "Done" : "Terminado", @@ -239,11 +238,13 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_CL.json b/apps/settings/l10n/es_CL.json index 863f012889f..d5afdb0536a 100644 --- a/apps/settings/l10n/es_CL.json +++ b/apps/settings/l10n/es_CL.json @@ -169,11 +169,10 @@ "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", "Done" : "Terminado", @@ -237,11 +236,13 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_CO.js b/apps/settings/l10n/es_CO.js index 38d3d31a1bc..c76f9df4866 100644 --- a/apps/settings/l10n/es_CO.js +++ b/apps/settings/l10n/es_CO.js @@ -170,11 +170,10 @@ OC.L10N.register( "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Done" : "Terminado", "Edit" : "Editar", @@ -237,11 +236,13 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_CO.json b/apps/settings/l10n/es_CO.json index 26dc4416f55..0eb381b7267 100644 --- a/apps/settings/l10n/es_CO.json +++ b/apps/settings/l10n/es_CO.json @@ -168,11 +168,10 @@ "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Done" : "Terminado", "Edit" : "Editar", @@ -235,11 +234,13 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_CR.js b/apps/settings/l10n/es_CR.js index b02c167c67e..317443e4eda 100644 --- a/apps/settings/l10n/es_CR.js +++ b/apps/settings/l10n/es_CR.js @@ -171,11 +171,10 @@ OC.L10N.register( "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Done" : "Terminado", "Edit" : "Editar", @@ -238,11 +237,13 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_CR.json b/apps/settings/l10n/es_CR.json index 49702608112..ab2e6a44e9d 100644 --- a/apps/settings/l10n/es_CR.json +++ b/apps/settings/l10n/es_CR.json @@ -169,11 +169,10 @@ "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Done" : "Terminado", "Edit" : "Editar", @@ -236,11 +235,13 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_DO.js b/apps/settings/l10n/es_DO.js index 38d3d31a1bc..c76f9df4866 100644 --- a/apps/settings/l10n/es_DO.js +++ b/apps/settings/l10n/es_DO.js @@ -170,11 +170,10 @@ OC.L10N.register( "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Done" : "Terminado", "Edit" : "Editar", @@ -237,11 +236,13 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_DO.json b/apps/settings/l10n/es_DO.json index 26dc4416f55..0eb381b7267 100644 --- a/apps/settings/l10n/es_DO.json +++ b/apps/settings/l10n/es_DO.json @@ -168,11 +168,10 @@ "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Done" : "Terminado", "Edit" : "Editar", @@ -235,11 +234,13 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_EC.js b/apps/settings/l10n/es_EC.js index 98442503423..e9bbb5db6c5 100644 --- a/apps/settings/l10n/es_EC.js +++ b/apps/settings/l10n/es_EC.js @@ -117,7 +117,6 @@ OC.L10N.register( "Verifying" : "Verificando", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Su directorio de datos y sus archivos probablemente sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda encarecidamente que configure su servidor web de manera que el directorio de datos ya no sea accesible, o mueva el directorio de datos fuera de la raíz del documento del servidor web.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "A la base de datos le faltan algunas columnas opcionales. Debido a que agregar columnas en tablas grandes puede llevar tiempo, no se agregaron automáticamente cuando pueden ser opcionales. Al ejecutar \"occ db:add-missing-columns\", se pueden agregar manualmente esas columnas faltantes mientras la instancia sigue funcionando. Una vez que se agregan las columnas, algunas características pueden mejorar la capacidad de respuesta o la usabilidad.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido a que agregar índices en tablas grandes puede llevar tiempo, no se agregaron automáticamente. Al ejecutar \"occ db:add-missing-indices\", se pueden agregar manualmente esos índices faltantes mientras la instancia sigue funcionando. Una vez que se agregan los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "A la base de datos le faltan algunas claves principales. Debido a que agregar claves principales en tablas grandes puede llevar tiempo, no se agregaron automáticamente. Al ejecutar \"occ db:add-missing-primary-keys\", se pueden agregar manualmente esas claves principales faltantes mientras la instancia sigue funcionando.", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Esta instancia se está ejecutando en modo de depuración. Solo habilite esto para el desarrollo local y no en entornos de producción.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Este servidor no tiene conexión a Internet: no se pudo acceder a varios puntos finales. Esto significa que algunas funciones, como el montaje de almacenamiento externo, las notificaciones sobre actualizaciones o la instalación de aplicaciones de terceros, no funcionarán. Es posible que tampoco funcione el acceso a archivos de forma remota y el envío de correos electrónicos de notificación. Establezca una conexión desde este servidor a Internet para disfrutar de todas las funciones.", @@ -129,9 +128,6 @@ OC.L10N.register( "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "El módulo PHP OPcache no está cargado. Para un mejor rendimiento, se recomienda cargarlo en tu instalación de PHP.", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configuración de solo lectura se ha habilitado. Esto impide establecer algunas configuraciones a través de la interfaz web. Además, el archivo debe hacerse editable manualmente en cada actualización.", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MariaDB. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren MariaDB 10.2 o superior.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MySQL. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren MySQL 8.0 o MariaDB 10.2 o superior.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Se está utilizando la versión \"%s\" de PostgreSQL. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren PostgreSQL 9.6 o superior.", "Architecture" : "Arquitectura", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", "Profile information" : "Información del perfil", @@ -152,10 +148,7 @@ OC.L10N.register( "Set default expiration date for shares" : "Establecer fecha de vencimiento predeterminada para los compartidos", "Enforce expiration date" : "Forzar fecha de expiración", "Set default expiration date for shares to other servers" : "Establecer fecha de vencimiento predeterminada para los compartidos con otros servidores", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir autocompletado de nombre de usuario en el cuadro de diálogo de compartir y permitir acceso a la libreta de direcciones del sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Si se habilita el autocompletado \"mismo grupo\" y \"integración de números de teléfono\", es suficiente una coincidencia en cualquiera de los dos para mostrar el usuario.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir autocompletado de nombre de usuario para usuarios dentro del mismo grupo y limitar las libretas de direcciones del sistema a usuarios en el mismo grupo", - "Allow username autocompletion to users based on phone number integration" : "Permitir autocompletado de nombre de usuario para usuarios basado en la integración de números de teléfono", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permitir autocompletado al ingresar el nombre completo o la dirección de correo electrónico (ignorando la falta de coincidencia en la libreta de direcciones y estar en el mismo grupo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mostrar texto de descargo de responsabilidad en la página de carga de enlaces públicos (solo se muestra cuando la lista de archivos está oculta)", "This text will be shown on the public link upload page when the file list is hidden." : "Este texto se mostrará en la página de carga de la liga pública cuando la lista de archivos esté oculta. ", @@ -330,39 +323,26 @@ OC.L10N.register( "Common languages" : "Idiomas comunes", "Other languages" : "Otros idiomas", "Password change is disabled because the master key is disabled" : "El cambio de contraseña está deshabilitado porque la clave maestra está deshabilitada", - "New user" : "Nuevo usuario", "Display name" : "Nombre a desplegar", "Either password or email is required" : "Se requiere una contraseña o un correo electrónico", "Password (required)" : "Contraseña (requerida)", "Email (required)" : "Correo electrónico (requerido)", "Email" : "Correo electrónico", "Groups (required)" : "Grupos (requeridos)", - "Set user groups" : "Establecer grupos de usuario", "Administered groups" : "Grupos administrados", - "Set user as admin for …" : "Establecer al usuario como administrador de ...", "Quota" : "Cuota", - "Set user quota" : "Establecer cuota de usuario", "Language" : "Idioma", "Set default language" : "Establecer idioma predeterminado", "Manager" : "Administrador", - "Add new user" : "Agregar nuevo usuario", - "Set user manager" : "Establecer al usuario como administrador", - "Username will be autogenerated" : "El nombre de usuario se generará automáticamente", - "Username (required)" : "Nombre de usuario (requerido)", "Total rows summary" : "Resumen total de filas.", - "Loading users …" : "Cargando usuarios...", "Scroll to load more rows" : "Desplázate para cargar más filas", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario ...","{userCount} usuarios ...","{userCount} usuarios ..."], - "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios","{userCount} usuarios"], "Avatar" : "Avatar", - "Username" : "Usuario", + "Account name" : "Nombre de la cuenta", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", - "User actions" : "Acciones de usuario", + "Account actions" : "Acciones de la cuenta", "Password or insufficient permissions message" : "Contraseña o mensaje de permisos insuficientes", - "Add user to group" : "Agregar usuario al grupo", "Set the language" : "Establecer el idioma", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", @@ -498,6 +478,9 @@ OC.L10N.register( "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Hay una tarea en segundo plano pendiente que verifica los certificados SSL importados por el usuario. Por favor, vuelve más tarde.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hay certificados SSL importados por el usuario que ya no se utilizan en Nextcloud 21. Pueden importarse mediante el comando en la línea de comandos \"occ security:certificates:import\". A continuación, se muestran las rutas dentro del directorio de datos.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Se encontraron UUID no válidos de usuarios o grupos de LDAP. Revisa la configuración de \"Anulación de detección de UUID\" en la sección de Expertos de la configuración de LDAP y usa \"occ ldap:update-uuid\" para actualizarlos.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MariaDB. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren MariaDB 10.2 o superior.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MySQL. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren MySQL 8.0 o MariaDB 10.2 o superior.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Se está utilizando la versión \"%s\" de PostgreSQL. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren PostgreSQL 9.6 o superior.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Se puede exigir la autenticación de dos factores para todos los usuarios y grupos específicos. Si no tienen un proveedor de autenticación de dos factores configurado, no podrán iniciar sesión en el sistema.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Cuando se seleccionan/excluyen grupos, se utiliza la siguiente lógica para determinar si se impone la autenticación de 2FA a un usuario: Si no se seleccionan grupos, la autenticación de 2FA está habilitada para todos, excepto los miembros de los grupos excluidos. Si se seleccionan grupos, la autenticación de 2FA está habilitada para todos los miembros de esos grupos. Si un usuario pertenece tanto a un grupo seleccionado como a uno excluido, el grupo seleccionado tiene prioridad y se impone la autenticación de 2FA.", "Enable all" : "Habilitar todo", @@ -512,6 +495,7 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "Execute one task with each page loaded. Use case: Single user instance." : "Ejecutar una tarea con cada carga de página. Caso de uso: instancia de un solo usuario.", @@ -531,6 +515,7 @@ OC.L10N.register( "Edit display name" : "Editar nombre para mostrar", "Add new password" : "Agregar nueva contraseña", "Add new email address" : "Agregar nueva dirección de correo electrónico", + "Add user to group" : "Agregar usuario al grupo", "Set user as admin for" : "Establecer usuario como administrador de", "Select user quota" : "Seleccionar cuota de usuario", "Select manager" : "Seleccionar responsable", @@ -541,9 +526,11 @@ OC.L10N.register( "Enable user" : "Habilitar usuario", "Edit User" : "Editar usuario", "User's table" : "Tabla de usuarios", + "New user" : "Nuevo usuario", "Will be autogenerated" : "Se generará automáticamente", "Select user manager" : "Seleccionar administrador de usuarios", "Add a new user" : "Agregar un nuevo usuario", + "User backend" : "Backend del usuario", "No users in here" : "No hay usuarios aquí", "Name your device" : "Nombra tu dispositivo", "Server error while trying to add WebAuthn device" : "Error del servidor al intentar agregar el dispositivo WebAuthn", @@ -571,7 +558,22 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Excluir grupos de la creación de enlaces compartidos:", "Exclude groups from sharing" : "Evitar que los grupos compartan", "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir autocompletado de nombre de usuario en el cuadro de diálogo de compartir y permitir acceso a la libreta de direcciones del sistema", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir autocompletado de nombre de usuario para usuarios dentro del mismo grupo y limitar las libretas de direcciones del sistema a usuarios en el mismo grupo", + "Allow username autocompletion to users based on phone number integration" : "Permitir autocompletado de nombre de usuario para usuarios basado en la integración de números de teléfono", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido a que agregar índices en tablas grandes puede llevar tiempo, no se agregaron automáticamente. Al ejecutar \"occ db:add-missing-indices\", se pueden agregar manualmente esos índices faltantes mientras la instancia sigue funcionando. Una vez que se agregan los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "No users" : "Sin usuarios", + "Loading users …" : "Cargando usuarios...", + "Set user groups" : "Establecer grupos de usuario", + "Set user as admin for …" : "Establecer al usuario como administrador de ...", + "Set user quota" : "Establecer cuota de usuario", + "Add new user" : "Agregar nuevo usuario", + "Set user manager" : "Establecer al usuario como administrador", + "Username will be autogenerated" : "El nombre de usuario se generará automáticamente", + "Username (required)" : "Nombre de usuario (requerido)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario ...","{userCount} usuarios ...","{userCount} usuarios ..."], + "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios","{userCount} usuarios"], + "User actions" : "Acciones de usuario", "Loading user …" : "Cargando usuario ...", "Failed to update user manager" : "Error al actualizar el administrador de usuarios." }, diff --git a/apps/settings/l10n/es_EC.json b/apps/settings/l10n/es_EC.json index e98b7e04616..167be55dad5 100644 --- a/apps/settings/l10n/es_EC.json +++ b/apps/settings/l10n/es_EC.json @@ -115,7 +115,6 @@ "Verifying" : "Verificando", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Su directorio de datos y sus archivos probablemente sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda encarecidamente que configure su servidor web de manera que el directorio de datos ya no sea accesible, o mueva el directorio de datos fuera de la raíz del documento del servidor web.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "A la base de datos le faltan algunas columnas opcionales. Debido a que agregar columnas en tablas grandes puede llevar tiempo, no se agregaron automáticamente cuando pueden ser opcionales. Al ejecutar \"occ db:add-missing-columns\", se pueden agregar manualmente esas columnas faltantes mientras la instancia sigue funcionando. Una vez que se agregan las columnas, algunas características pueden mejorar la capacidad de respuesta o la usabilidad.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido a que agregar índices en tablas grandes puede llevar tiempo, no se agregaron automáticamente. Al ejecutar \"occ db:add-missing-indices\", se pueden agregar manualmente esos índices faltantes mientras la instancia sigue funcionando. Una vez que se agregan los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "A la base de datos le faltan algunas claves principales. Debido a que agregar claves principales en tablas grandes puede llevar tiempo, no se agregaron automáticamente. Al ejecutar \"occ db:add-missing-primary-keys\", se pueden agregar manualmente esas claves principales faltantes mientras la instancia sigue funcionando.", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Esta instancia se está ejecutando en modo de depuración. Solo habilite esto para el desarrollo local y no en entornos de producción.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Este servidor no tiene conexión a Internet: no se pudo acceder a varios puntos finales. Esto significa que algunas funciones, como el montaje de almacenamiento externo, las notificaciones sobre actualizaciones o la instalación de aplicaciones de terceros, no funcionarán. Es posible que tampoco funcione el acceso a archivos de forma remota y el envío de correos electrónicos de notificación. Establezca una conexión desde este servidor a Internet para disfrutar de todas las funciones.", @@ -127,9 +126,6 @@ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "El módulo PHP OPcache no está cargado. Para un mejor rendimiento, se recomienda cargarlo en tu instalación de PHP.", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configuración de solo lectura se ha habilitado. Esto impide establecer algunas configuraciones a través de la interfaz web. Además, el archivo debe hacerse editable manualmente en cada actualización.", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MariaDB. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren MariaDB 10.2 o superior.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MySQL. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren MySQL 8.0 o MariaDB 10.2 o superior.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Se está utilizando la versión \"%s\" de PostgreSQL. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren PostgreSQL 9.6 o superior.", "Architecture" : "Arquitectura", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", "Profile information" : "Información del perfil", @@ -150,10 +146,7 @@ "Set default expiration date for shares" : "Establecer fecha de vencimiento predeterminada para los compartidos", "Enforce expiration date" : "Forzar fecha de expiración", "Set default expiration date for shares to other servers" : "Establecer fecha de vencimiento predeterminada para los compartidos con otros servidores", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir autocompletado de nombre de usuario en el cuadro de diálogo de compartir y permitir acceso a la libreta de direcciones del sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Si se habilita el autocompletado \"mismo grupo\" y \"integración de números de teléfono\", es suficiente una coincidencia en cualquiera de los dos para mostrar el usuario.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir autocompletado de nombre de usuario para usuarios dentro del mismo grupo y limitar las libretas de direcciones del sistema a usuarios en el mismo grupo", - "Allow username autocompletion to users based on phone number integration" : "Permitir autocompletado de nombre de usuario para usuarios basado en la integración de números de teléfono", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permitir autocompletado al ingresar el nombre completo o la dirección de correo electrónico (ignorando la falta de coincidencia en la libreta de direcciones y estar en el mismo grupo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mostrar texto de descargo de responsabilidad en la página de carga de enlaces públicos (solo se muestra cuando la lista de archivos está oculta)", "This text will be shown on the public link upload page when the file list is hidden." : "Este texto se mostrará en la página de carga de la liga pública cuando la lista de archivos esté oculta. ", @@ -328,39 +321,26 @@ "Common languages" : "Idiomas comunes", "Other languages" : "Otros idiomas", "Password change is disabled because the master key is disabled" : "El cambio de contraseña está deshabilitado porque la clave maestra está deshabilitada", - "New user" : "Nuevo usuario", "Display name" : "Nombre a desplegar", "Either password or email is required" : "Se requiere una contraseña o un correo electrónico", "Password (required)" : "Contraseña (requerida)", "Email (required)" : "Correo electrónico (requerido)", "Email" : "Correo electrónico", "Groups (required)" : "Grupos (requeridos)", - "Set user groups" : "Establecer grupos de usuario", "Administered groups" : "Grupos administrados", - "Set user as admin for …" : "Establecer al usuario como administrador de ...", "Quota" : "Cuota", - "Set user quota" : "Establecer cuota de usuario", "Language" : "Idioma", "Set default language" : "Establecer idioma predeterminado", "Manager" : "Administrador", - "Add new user" : "Agregar nuevo usuario", - "Set user manager" : "Establecer al usuario como administrador", - "Username will be autogenerated" : "El nombre de usuario se generará automáticamente", - "Username (required)" : "Nombre de usuario (requerido)", "Total rows summary" : "Resumen total de filas.", - "Loading users …" : "Cargando usuarios...", "Scroll to load more rows" : "Desplázate para cargar más filas", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario ...","{userCount} usuarios ...","{userCount} usuarios ..."], - "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios","{userCount} usuarios"], "Avatar" : "Avatar", - "Username" : "Usuario", + "Account name" : "Nombre de la cuenta", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", - "User actions" : "Acciones de usuario", + "Account actions" : "Acciones de la cuenta", "Password or insufficient permissions message" : "Contraseña o mensaje de permisos insuficientes", - "Add user to group" : "Agregar usuario al grupo", "Set the language" : "Establecer el idioma", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", @@ -496,6 +476,9 @@ "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Hay una tarea en segundo plano pendiente que verifica los certificados SSL importados por el usuario. Por favor, vuelve más tarde.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hay certificados SSL importados por el usuario que ya no se utilizan en Nextcloud 21. Pueden importarse mediante el comando en la línea de comandos \"occ security:certificates:import\". A continuación, se muestran las rutas dentro del directorio de datos.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Se encontraron UUID no válidos de usuarios o grupos de LDAP. Revisa la configuración de \"Anulación de detección de UUID\" en la sección de Expertos de la configuración de LDAP y usa \"occ ldap:update-uuid\" para actualizarlos.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MariaDB. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren MariaDB 10.2 o superior.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MySQL. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren MySQL 8.0 o MariaDB 10.2 o superior.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Se está utilizando la versión \"%s\" de PostgreSQL. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren PostgreSQL 9.6 o superior.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Se puede exigir la autenticación de dos factores para todos los usuarios y grupos específicos. Si no tienen un proveedor de autenticación de dos factores configurado, no podrán iniciar sesión en el sistema.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Cuando se seleccionan/excluyen grupos, se utiliza la siguiente lógica para determinar si se impone la autenticación de 2FA a un usuario: Si no se seleccionan grupos, la autenticación de 2FA está habilitada para todos, excepto los miembros de los grupos excluidos. Si se seleccionan grupos, la autenticación de 2FA está habilitada para todos los miembros de esos grupos. Si un usuario pertenece tanto a un grupo seleccionado como a uno excluido, el grupo seleccionado tiene prioridad y se impone la autenticación de 2FA.", "Enable all" : "Habilitar todo", @@ -510,6 +493,7 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "Execute one task with each page loaded. Use case: Single user instance." : "Ejecutar una tarea con cada carga de página. Caso de uso: instancia de un solo usuario.", @@ -529,6 +513,7 @@ "Edit display name" : "Editar nombre para mostrar", "Add new password" : "Agregar nueva contraseña", "Add new email address" : "Agregar nueva dirección de correo electrónico", + "Add user to group" : "Agregar usuario al grupo", "Set user as admin for" : "Establecer usuario como administrador de", "Select user quota" : "Seleccionar cuota de usuario", "Select manager" : "Seleccionar responsable", @@ -539,9 +524,11 @@ "Enable user" : "Habilitar usuario", "Edit User" : "Editar usuario", "User's table" : "Tabla de usuarios", + "New user" : "Nuevo usuario", "Will be autogenerated" : "Se generará automáticamente", "Select user manager" : "Seleccionar administrador de usuarios", "Add a new user" : "Agregar un nuevo usuario", + "User backend" : "Backend del usuario", "No users in here" : "No hay usuarios aquí", "Name your device" : "Nombra tu dispositivo", "Server error while trying to add WebAuthn device" : "Error del servidor al intentar agregar el dispositivo WebAuthn", @@ -569,7 +556,22 @@ "Exclude groups from creating link shares:" : "Excluir grupos de la creación de enlaces compartidos:", "Exclude groups from sharing" : "Evitar que los grupos compartan", "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir autocompletado de nombre de usuario en el cuadro de diálogo de compartir y permitir acceso a la libreta de direcciones del sistema", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir autocompletado de nombre de usuario para usuarios dentro del mismo grupo y limitar las libretas de direcciones del sistema a usuarios en el mismo grupo", + "Allow username autocompletion to users based on phone number integration" : "Permitir autocompletado de nombre de usuario para usuarios basado en la integración de números de teléfono", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido a que agregar índices en tablas grandes puede llevar tiempo, no se agregaron automáticamente. Al ejecutar \"occ db:add-missing-indices\", se pueden agregar manualmente esos índices faltantes mientras la instancia sigue funcionando. Una vez que se agregan los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "No users" : "Sin usuarios", + "Loading users …" : "Cargando usuarios...", + "Set user groups" : "Establecer grupos de usuario", + "Set user as admin for …" : "Establecer al usuario como administrador de ...", + "Set user quota" : "Establecer cuota de usuario", + "Add new user" : "Agregar nuevo usuario", + "Set user manager" : "Establecer al usuario como administrador", + "Username will be autogenerated" : "El nombre de usuario se generará automáticamente", + "Username (required)" : "Nombre de usuario (requerido)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario ...","{userCount} usuarios ...","{userCount} usuarios ..."], + "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios","{userCount} usuarios"], + "User actions" : "Acciones de usuario", "Loading user …" : "Cargando usuario ...", "Failed to update user manager" : "Error al actualizar el administrador de usuarios." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/settings/l10n/es_GT.js b/apps/settings/l10n/es_GT.js index 795fb45fd34..6f298855924 100644 --- a/apps/settings/l10n/es_GT.js +++ b/apps/settings/l10n/es_GT.js @@ -171,11 +171,10 @@ OC.L10N.register( "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", "Done" : "Terminado", @@ -239,11 +238,13 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_GT.json b/apps/settings/l10n/es_GT.json index cccaaf39328..6873361c42c 100644 --- a/apps/settings/l10n/es_GT.json +++ b/apps/settings/l10n/es_GT.json @@ -169,11 +169,10 @@ "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", "Done" : "Terminado", @@ -237,11 +236,13 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_HN.js b/apps/settings/l10n/es_HN.js index 92b56c22c9d..fb3f400746d 100644 --- a/apps/settings/l10n/es_HN.js +++ b/apps/settings/l10n/es_HN.js @@ -165,11 +165,10 @@ OC.L10N.register( "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Done" : "Terminado", "Edit" : "Editar", @@ -230,11 +229,13 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_HN.json b/apps/settings/l10n/es_HN.json index cd173a2160b..a45be8d756e 100644 --- a/apps/settings/l10n/es_HN.json +++ b/apps/settings/l10n/es_HN.json @@ -163,11 +163,10 @@ "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Done" : "Terminado", "Edit" : "Editar", @@ -228,11 +227,13 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_MX.js b/apps/settings/l10n/es_MX.js index 252fcd99945..10042584b00 100644 --- a/apps/settings/l10n/es_MX.js +++ b/apps/settings/l10n/es_MX.js @@ -130,7 +130,6 @@ OC.L10N.register( "Your remote address could not be determined." : "No se pudo determinar su dirección remota.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Su dirección remota se identificó como \"%s\" y está siendo estrangulada mediante fuerza bruta, disminuyendo el rendimiento de varias solicitudes. Si la dirección remota no es su dirección, esto puede ser una señal de que el proxy no está configurado correctamente.", "Your remote address \"%s\" is not brute-force throttled." : "Su dirección remota \"%s\" no está limitada por fuerza bruta.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificación se lleve a cabo, debe asegurarse que su servidor web pueda conectarse a sí mismo. Por lo tanto, éste debe poder resolver y conectarse a al menos uno de sus `trusted_domains` o a `overwrite.cli.url`", "Old administration imported certificates" : "Certificados antiguos de administración importados", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Está pendiente una tarea en segundo plano que comprueba los certificados SSL de administración importados. Por favor, vuelva a checar más tarde.", "Code integrity" : "Integridad del código", @@ -149,8 +148,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opcional \"%s\" en la tabla \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "A la base de datos le faltan algunas columnas opcionales. Debido al hecho de que añadir columnas en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Al ejecutar \"occ db:add-missing-columns\" se pueden añadir las columnas faltantes manualmente mientras la instancia sigue corriendo. Una vez se añadidas las columnas, algunas características podrían mejorar su capacidad de respuesta o la usabilidad.", "Database missing indices" : "Faltan índices en la base de datos", - "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Al ejecutar \"occ db:add-missing-indices\" se pueden añadir los índices faltantes manualmente mientras la instancia sigue corriendo. Una vez se añadidos los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "Database missing primary keys" : "Faltan llaves primarias en la base de datos", "Missing primary key on table \"%s\"." : "Falta la llave primaria en la tabla \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "A la base de datos le faltan algunas llaves primarias. Debido al hecho de que añadir llaves primarias en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Al ejecutar \"occ db:add-missing-primary-keys\" se pueden añadir las llaves primarias faltantes manualmente mientras la instancia sigue corriendo. ", @@ -181,7 +178,6 @@ OC.L10N.register( "Maintenance window start" : "Inicio de la ventana de mantenimiento", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "La ventana de mantenimiento para ejecutar trabajos intensivos en segundo plano está entre {start}:00 UTC y {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached está configurado como un caché distribuido, pero el módulo PHP \"memcached\" no está instalado.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "No hay un caché en memoria configurado. Para mejorar el rendimiento, por favor configure memcache, si está disponible.", "Configured" : "Configurado", "MySQL Unicode support" : "Soporte unicode de MySQL", @@ -238,9 +234,6 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "No se pudo verificar que su servidor web sirva los encabezados de seguridad correctamente, no se pudo consultar `%s`", "Your server is correctly configured to send security headers." : "Su servidor está correctamente configurado para enviar los encabezados de seguridad.", "Database version" : "Versión de la base de datos", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MariaDB. Nextcloud 21 y posteriores no soportan esta versión y requieren MariaDB 10.2 o superior.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MySQL. Nextcloud 21 y posteriores no soportan esta versión y requieren MySQL 8.0 o MariaDB 10.2 o superior.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Se está utilizando la versión \"%s\" de PostgreSQL. Nextcloud 21 y posteriores no soportan esta versión y requieren PostgreSQL 9.6 o superior.", "Unknown database platform" : "Plataforma de base de datos desconocida", "Architecture" : "Arquitectura", "64-bit" : "64 bits", @@ -309,10 +302,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Establecer fecha de caducidad predeterminada para recursos compartidos por enlace o por correo", "Default expiration time of shares in days" : "Fecha de caducidad predeterminada de recursos compartidos en días", "Privacy settings for sharing" : "Configuración de privacidad para compartir", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir autocompletado de nombres de usuario en el cuadro de diálogo de compartir y permitir acceso a la libreta de direcciones del sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Si se habilita el autocompletado de \"mismo grupo\" e \"integración de números de teléfono\", es suficiente una coincidencia en cualquiera de los dos para mostrar el usuario.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir el autocompletado para usuarios dentro del mismo grupo y limitar las libretas de direcciones del sistema a usuarios en el mismo grupo", - "Allow username autocompletion to users based on phone number integration" : "Permitir el autocompletado para usuarios basado en la integración del número de teléfono", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permitir el autocompletado al ingresar el nombre completo o la dirección de correo electrónico (ignorando la falta de coincidencia en el directorio telefónico y estar en el mismo grupo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mostrar el descargo de responsabilidad en la página de carga de enlaces públicos (sólo se muestra cuando la lista de archivos está oculta)", "Disclaimer text" : "Descargo de responsabilidad", @@ -541,44 +531,32 @@ OC.L10N.register( "Common languages" : "Idiomas comunes", "Other languages" : "Otros idiomas", "Password change is disabled because the master key is disabled" : "El cambio de contraseña está deshabilitado porque la llave maestra está deshabilitada", - "New user" : "Nuevo usuario", + "New account" : "Nueva cuenta", "Display name" : "Nombre a desplegar", "Either password or email is required" : "Se requiere una contraseña o un correo electrónico", "Password (required)" : "Contraseña (requerida)", "Email (required)" : "Correo electrónico (requerido)", "Email" : "Correo electrónico", "Groups (required)" : "Grupos (requerido)", - "Set user groups" : "Establecer grupos de usuario", "Administered groups" : "Grupos administrados", - "Set user as admin for …" : "Establecer al usuario como administrador de ...", "Quota" : "Cuota", - "Set user quota" : "Establecer la cuota de usuario", "Language" : "Idioma", "Set default language" : "Establecer el idioma predeterminado", "Manager" : "Administrador", - "Add new user" : "Añadir nuevo usuario", - "Set user manager" : "Establecer al administrador del usuario", - "Username will be autogenerated" : "El nombre de usuario será autogenerado", - "Username (required)" : "Nombre de usuario (requerido)", "Total rows summary" : "Resumen de filas totales", - "Loading users …" : "Cargando usuarios …", "Scroll to load more rows" : "Desplazar para cargar más filas", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario ...","{userCount} usuarios ...","{userCount} usuarios ..."], - "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios","{userCount} usuarios"], "Avatar" : "Avatar", - "Username" : "Usuario", + "Account name" : "Nombre de cuenta", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", - "User actions" : "Acciones de usuario", + "Account actions" : "Acciones de la cuenta", "Password or insufficient permissions message" : "Mensaje de contraseña o permisos insuficientes", "Loading account …" : "Cargando cuenta ...", "Change display name" : "Cambiar el nombre a mostrar", "Set new password" : "Establecer nueva contraseña", "You do not have permissions to see the details of this account" : "No tiene los permisos para ver los detalles de este usuario", "Set new email address" : "Establecer nueva dirección de correo electrónico", - "Add user to group" : "Añadir usuario al grupo", "Add account to group" : "Añadir cuenta al grupo", "Set account as admin for" : "Establecer usuario como administrador de", "Select account quota" : "Establecer la cuota de la cuenta", @@ -643,7 +621,6 @@ OC.L10N.register( "Disabled accounts" : "Cuentas deshabilitadas", "Account group: {group}" : "Grupo de cuentas: {group}", "Account management" : "Administración de cuentas", - "New account" : "Nueva cuenta", "Creating group…" : "Creando grupo...", "Create group" : "Crear grupo", "Group name" : "Nombre del grupo", @@ -746,6 +723,9 @@ OC.L10N.register( "Your username is: %s" : "Tu Usuario es: %s", "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Está pendiente una tarea en segundo plano que comprueba los certificados SSL de usuario importados. Por favor, vuelva a checar más tarde.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MariaDB. Nextcloud 21 y posteriores no soportan esta versión y requieren MariaDB 10.2 o superior.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MySQL. Nextcloud 21 y posteriores no soportan esta versión y requieren MySQL 8.0 o MariaDB 10.2 o superior.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Se está utilizando la versión \"%s\" de PostgreSQL. Nextcloud 21 y posteriores no soportan esta versión y requieren PostgreSQL 9.6 o superior.", "Enable all" : "Habilitar todo", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", @@ -758,6 +738,7 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "Execute one task with each page loaded. Use case: Single user instance." : "Ejecutar una tarea con cada página cargada. Caso de uso: instancia de un solo usuario.", @@ -777,6 +758,7 @@ OC.L10N.register( "Edit display name" : "Editar el nombre para mostrar", "Add new password" : " Añadir nueva contraseña", "Add new email address" : "Añadir nueva dirección de correo electrónico", + "Add user to group" : "Añadir usuario al grupo", "Set user as admin for" : "Establecer al usuario como administrador de", "Select user quota" : "Seleccionar la cuota de usuario", "Select manager" : "Seleccionar administrador", @@ -787,9 +769,11 @@ OC.L10N.register( "Enable user" : "Habilitar usuario", "Edit User" : "Editar usuario", "User's table" : "Tabla de usuario", + "New user" : "Nuevo usuario", "Will be autogenerated" : "Será autogenerado", "Select user manager" : "Seleccionar al administrador del usuario", "Add a new user" : "Añadir nuevo usuario", + "User backend" : "Backend del usuario", "No users in here" : "No hay usuarios aquí", "Name your device" : "Nombrar su dispositivo", "Server error while trying to add WebAuthn device" : "Error en el servidor al intentar agregar el dispositivo WebAuthn", @@ -817,14 +801,30 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Excluir grupos de la creación de enlaces compartidos:", "Exclude groups from sharing" : "Evitar que los grupos compartan", "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir autocompletado de nombres de usuario en el cuadro de diálogo de compartir y permitir acceso a la libreta de direcciones del sistema", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir el autocompletado para usuarios dentro del mismo grupo y limitar las libretas de direcciones del sistema a usuarios en el mismo grupo", + "Allow username autocompletion to users based on phone number integration" : "Permitir el autocompletado para usuarios basado en la integración del número de teléfono", "Old user imported certificates" : "Certificados antiguos de usuario importados", + "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Al ejecutar \"occ db:add-missing-indices\" se pueden añadir los índices faltantes manualmente mientras la instancia sigue corriendo. Una vez se añadidos los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se pudo checar el soporte para JavaScript. Por favor, revise manualmente si su servidor web sirve archivos `.mjs` utilizando el tipo JavaScript MIME.", "MySQL unicode support" : "Soporte unicode de MySQL", "Overwrite cli URL" : "Sobrescribir el URL de la línea de comandos", "Rating: {score}/10" : "Calificación: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Está a punto de eliminar el grupo \"{group}\". Los usuarios NO serán eliminados.", "No users" : "Sin usuarios", + "Loading users …" : "Cargando usuarios …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuarios. Esta lista no se muestra completa por razones de rendimiento. Los usuarios se mostrarán a medida que navegue por la lista.", + "Set user groups" : "Establecer grupos de usuario", + "Set user as admin for …" : "Establecer al usuario como administrador de ...", + "Set user quota" : "Establecer la cuota de usuario", + "Add new user" : "Añadir nuevo usuario", + "Set user manager" : "Establecer al administrador del usuario", + "Username will be autogenerated" : "El nombre de usuario será autogenerado", + "Username (required)" : "Nombre de usuario (requerido)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario ...","{userCount} usuarios ...","{userCount} usuarios ..."], + "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios","{userCount} usuarios"], + "User actions" : "Acciones de usuario", "Loading user …" : "Cargando usuario ...", "Failed to update user manager" : "No se pudo actualizar el gerente del usuario", "User management settings" : "Ajustes de administración de usuarios", @@ -832,6 +832,7 @@ OC.L10N.register( "User management" : "Administración de usuarios", "Creating group …" : "Creando grupo …", "User group: {group}" : "Grupo del usuario: {group}", - "Nextcloud help resources" : "Recursos de ayuda de Nextcloud" + "Nextcloud help resources" : "Recursos de ayuda de Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificación se lleve a cabo, debe asegurarse que su servidor web pueda conectarse a sí mismo. Por lo tanto, éste debe poder resolver y conectarse a al menos uno de sus `trusted_domains` o a `overwrite.cli.url`" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_MX.json b/apps/settings/l10n/es_MX.json index 36b4c69bc92..629fbb2d930 100644 --- a/apps/settings/l10n/es_MX.json +++ b/apps/settings/l10n/es_MX.json @@ -128,7 +128,6 @@ "Your remote address could not be determined." : "No se pudo determinar su dirección remota.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Su dirección remota se identificó como \"%s\" y está siendo estrangulada mediante fuerza bruta, disminuyendo el rendimiento de varias solicitudes. Si la dirección remota no es su dirección, esto puede ser una señal de que el proxy no está configurado correctamente.", "Your remote address \"%s\" is not brute-force throttled." : "Su dirección remota \"%s\" no está limitada por fuerza bruta.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificación se lleve a cabo, debe asegurarse que su servidor web pueda conectarse a sí mismo. Por lo tanto, éste debe poder resolver y conectarse a al menos uno de sus `trusted_domains` o a `overwrite.cli.url`", "Old administration imported certificates" : "Certificados antiguos de administración importados", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Está pendiente una tarea en segundo plano que comprueba los certificados SSL de administración importados. Por favor, vuelva a checar más tarde.", "Code integrity" : "Integridad del código", @@ -147,8 +146,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "Falta la columna opcional \"%s\" en la tabla \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "A la base de datos le faltan algunas columnas opcionales. Debido al hecho de que añadir columnas en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Al ejecutar \"occ db:add-missing-columns\" se pueden añadir las columnas faltantes manualmente mientras la instancia sigue corriendo. Una vez se añadidas las columnas, algunas características podrían mejorar su capacidad de respuesta o la usabilidad.", "Database missing indices" : "Faltan índices en la base de datos", - "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Al ejecutar \"occ db:add-missing-indices\" se pueden añadir los índices faltantes manualmente mientras la instancia sigue corriendo. Una vez se añadidos los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "Database missing primary keys" : "Faltan llaves primarias en la base de datos", "Missing primary key on table \"%s\"." : "Falta la llave primaria en la tabla \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "A la base de datos le faltan algunas llaves primarias. Debido al hecho de que añadir llaves primarias en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Al ejecutar \"occ db:add-missing-primary-keys\" se pueden añadir las llaves primarias faltantes manualmente mientras la instancia sigue corriendo. ", @@ -179,7 +176,6 @@ "Maintenance window start" : "Inicio de la ventana de mantenimiento", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "La ventana de mantenimiento para ejecutar trabajos intensivos en segundo plano está entre {start}:00 UTC y {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached está configurado como un caché distribuido, pero el módulo PHP \"memcached\" no está instalado.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "No hay un caché en memoria configurado. Para mejorar el rendimiento, por favor configure memcache, si está disponible.", "Configured" : "Configurado", "MySQL Unicode support" : "Soporte unicode de MySQL", @@ -236,9 +232,6 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "No se pudo verificar que su servidor web sirva los encabezados de seguridad correctamente, no se pudo consultar `%s`", "Your server is correctly configured to send security headers." : "Su servidor está correctamente configurado para enviar los encabezados de seguridad.", "Database version" : "Versión de la base de datos", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MariaDB. Nextcloud 21 y posteriores no soportan esta versión y requieren MariaDB 10.2 o superior.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MySQL. Nextcloud 21 y posteriores no soportan esta versión y requieren MySQL 8.0 o MariaDB 10.2 o superior.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Se está utilizando la versión \"%s\" de PostgreSQL. Nextcloud 21 y posteriores no soportan esta versión y requieren PostgreSQL 9.6 o superior.", "Unknown database platform" : "Plataforma de base de datos desconocida", "Architecture" : "Arquitectura", "64-bit" : "64 bits", @@ -307,10 +300,7 @@ "Set default expiration date for shares via link or mail" : "Establecer fecha de caducidad predeterminada para recursos compartidos por enlace o por correo", "Default expiration time of shares in days" : "Fecha de caducidad predeterminada de recursos compartidos en días", "Privacy settings for sharing" : "Configuración de privacidad para compartir", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir autocompletado de nombres de usuario en el cuadro de diálogo de compartir y permitir acceso a la libreta de direcciones del sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Si se habilita el autocompletado de \"mismo grupo\" e \"integración de números de teléfono\", es suficiente una coincidencia en cualquiera de los dos para mostrar el usuario.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir el autocompletado para usuarios dentro del mismo grupo y limitar las libretas de direcciones del sistema a usuarios en el mismo grupo", - "Allow username autocompletion to users based on phone number integration" : "Permitir el autocompletado para usuarios basado en la integración del número de teléfono", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permitir el autocompletado al ingresar el nombre completo o la dirección de correo electrónico (ignorando la falta de coincidencia en el directorio telefónico y estar en el mismo grupo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mostrar el descargo de responsabilidad en la página de carga de enlaces públicos (sólo se muestra cuando la lista de archivos está oculta)", "Disclaimer text" : "Descargo de responsabilidad", @@ -539,44 +529,32 @@ "Common languages" : "Idiomas comunes", "Other languages" : "Otros idiomas", "Password change is disabled because the master key is disabled" : "El cambio de contraseña está deshabilitado porque la llave maestra está deshabilitada", - "New user" : "Nuevo usuario", + "New account" : "Nueva cuenta", "Display name" : "Nombre a desplegar", "Either password or email is required" : "Se requiere una contraseña o un correo electrónico", "Password (required)" : "Contraseña (requerida)", "Email (required)" : "Correo electrónico (requerido)", "Email" : "Correo electrónico", "Groups (required)" : "Grupos (requerido)", - "Set user groups" : "Establecer grupos de usuario", "Administered groups" : "Grupos administrados", - "Set user as admin for …" : "Establecer al usuario como administrador de ...", "Quota" : "Cuota", - "Set user quota" : "Establecer la cuota de usuario", "Language" : "Idioma", "Set default language" : "Establecer el idioma predeterminado", "Manager" : "Administrador", - "Add new user" : "Añadir nuevo usuario", - "Set user manager" : "Establecer al administrador del usuario", - "Username will be autogenerated" : "El nombre de usuario será autogenerado", - "Username (required)" : "Nombre de usuario (requerido)", "Total rows summary" : "Resumen de filas totales", - "Loading users …" : "Cargando usuarios …", "Scroll to load more rows" : "Desplazar para cargar más filas", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario ...","{userCount} usuarios ...","{userCount} usuarios ..."], - "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios","{userCount} usuarios"], "Avatar" : "Avatar", - "Username" : "Usuario", + "Account name" : "Nombre de cuenta", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", - "User actions" : "Acciones de usuario", + "Account actions" : "Acciones de la cuenta", "Password or insufficient permissions message" : "Mensaje de contraseña o permisos insuficientes", "Loading account …" : "Cargando cuenta ...", "Change display name" : "Cambiar el nombre a mostrar", "Set new password" : "Establecer nueva contraseña", "You do not have permissions to see the details of this account" : "No tiene los permisos para ver los detalles de este usuario", "Set new email address" : "Establecer nueva dirección de correo electrónico", - "Add user to group" : "Añadir usuario al grupo", "Add account to group" : "Añadir cuenta al grupo", "Set account as admin for" : "Establecer usuario como administrador de", "Select account quota" : "Establecer la cuota de la cuenta", @@ -641,7 +619,6 @@ "Disabled accounts" : "Cuentas deshabilitadas", "Account group: {group}" : "Grupo de cuentas: {group}", "Account management" : "Administración de cuentas", - "New account" : "Nueva cuenta", "Creating group…" : "Creando grupo...", "Create group" : "Crear grupo", "Group name" : "Nombre del grupo", @@ -744,6 +721,9 @@ "Your username is: %s" : "Tu Usuario es: %s", "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Está pendiente una tarea en segundo plano que comprueba los certificados SSL de usuario importados. Por favor, vuelva a checar más tarde.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MariaDB. Nextcloud 21 y posteriores no soportan esta versión y requieren MariaDB 10.2 o superior.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MySQL. Nextcloud 21 y posteriores no soportan esta versión y requieren MySQL 8.0 o MariaDB 10.2 o superior.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Se está utilizando la versión \"%s\" de PostgreSQL. Nextcloud 21 y posteriores no soportan esta versión y requieren PostgreSQL 9.6 o superior.", "Enable all" : "Habilitar todo", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", @@ -756,6 +736,7 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "Execute one task with each page loaded. Use case: Single user instance." : "Ejecutar una tarea con cada página cargada. Caso de uso: instancia de un solo usuario.", @@ -775,6 +756,7 @@ "Edit display name" : "Editar el nombre para mostrar", "Add new password" : " Añadir nueva contraseña", "Add new email address" : "Añadir nueva dirección de correo electrónico", + "Add user to group" : "Añadir usuario al grupo", "Set user as admin for" : "Establecer al usuario como administrador de", "Select user quota" : "Seleccionar la cuota de usuario", "Select manager" : "Seleccionar administrador", @@ -785,9 +767,11 @@ "Enable user" : "Habilitar usuario", "Edit User" : "Editar usuario", "User's table" : "Tabla de usuario", + "New user" : "Nuevo usuario", "Will be autogenerated" : "Será autogenerado", "Select user manager" : "Seleccionar al administrador del usuario", "Add a new user" : "Añadir nuevo usuario", + "User backend" : "Backend del usuario", "No users in here" : "No hay usuarios aquí", "Name your device" : "Nombrar su dispositivo", "Server error while trying to add WebAuthn device" : "Error en el servidor al intentar agregar el dispositivo WebAuthn", @@ -815,14 +799,30 @@ "Exclude groups from creating link shares:" : "Excluir grupos de la creación de enlaces compartidos:", "Exclude groups from sharing" : "Evitar que los grupos compartan", "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir autocompletado de nombres de usuario en el cuadro de diálogo de compartir y permitir acceso a la libreta de direcciones del sistema", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir el autocompletado para usuarios dentro del mismo grupo y limitar las libretas de direcciones del sistema a usuarios en el mismo grupo", + "Allow username autocompletion to users based on phone number integration" : "Permitir el autocompletado para usuarios basado en la integración del número de teléfono", "Old user imported certificates" : "Certificados antiguos de usuario importados", + "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Al ejecutar \"occ db:add-missing-indices\" se pueden añadir los índices faltantes manualmente mientras la instancia sigue corriendo. Una vez se añadidos los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se pudo checar el soporte para JavaScript. Por favor, revise manualmente si su servidor web sirve archivos `.mjs` utilizando el tipo JavaScript MIME.", "MySQL unicode support" : "Soporte unicode de MySQL", "Overwrite cli URL" : "Sobrescribir el URL de la línea de comandos", "Rating: {score}/10" : "Calificación: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Está a punto de eliminar el grupo \"{group}\". Los usuarios NO serán eliminados.", "No users" : "Sin usuarios", + "Loading users …" : "Cargando usuarios …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuarios. Esta lista no se muestra completa por razones de rendimiento. Los usuarios se mostrarán a medida que navegue por la lista.", + "Set user groups" : "Establecer grupos de usuario", + "Set user as admin for …" : "Establecer al usuario como administrador de ...", + "Set user quota" : "Establecer la cuota de usuario", + "Add new user" : "Añadir nuevo usuario", + "Set user manager" : "Establecer al administrador del usuario", + "Username will be autogenerated" : "El nombre de usuario será autogenerado", + "Username (required)" : "Nombre de usuario (requerido)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario ...","{userCount} usuarios ...","{userCount} usuarios ..."], + "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios","{userCount} usuarios"], + "User actions" : "Acciones de usuario", "Loading user …" : "Cargando usuario ...", "Failed to update user manager" : "No se pudo actualizar el gerente del usuario", "User management settings" : "Ajustes de administración de usuarios", @@ -830,6 +830,7 @@ "User management" : "Administración de usuarios", "Creating group …" : "Creando grupo …", "User group: {group}" : "Grupo del usuario: {group}", - "Nextcloud help resources" : "Recursos de ayuda de Nextcloud" + "Nextcloud help resources" : "Recursos de ayuda de Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificación se lleve a cabo, debe asegurarse que su servidor web pueda conectarse a sí mismo. Por lo tanto, éste debe poder resolver y conectarse a al menos uno de sus `trusted_domains` o a `overwrite.cli.url`" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_NI.js b/apps/settings/l10n/es_NI.js index 92b56c22c9d..fb3f400746d 100644 --- a/apps/settings/l10n/es_NI.js +++ b/apps/settings/l10n/es_NI.js @@ -165,11 +165,10 @@ OC.L10N.register( "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Done" : "Terminado", "Edit" : "Editar", @@ -230,11 +229,13 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_NI.json b/apps/settings/l10n/es_NI.json index cd173a2160b..a45be8d756e 100644 --- a/apps/settings/l10n/es_NI.json +++ b/apps/settings/l10n/es_NI.json @@ -163,11 +163,10 @@ "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Done" : "Terminado", "Edit" : "Editar", @@ -228,11 +227,13 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_PA.js b/apps/settings/l10n/es_PA.js index 306337607ca..e6f923084ba 100644 --- a/apps/settings/l10n/es_PA.js +++ b/apps/settings/l10n/es_PA.js @@ -165,11 +165,10 @@ OC.L10N.register( "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", "Done" : "Terminado", @@ -231,11 +230,13 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_PA.json b/apps/settings/l10n/es_PA.json index 91257d13485..a77b8ba8259 100644 --- a/apps/settings/l10n/es_PA.json +++ b/apps/settings/l10n/es_PA.json @@ -163,11 +163,10 @@ "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", "Done" : "Terminado", @@ -229,11 +228,13 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_PE.js b/apps/settings/l10n/es_PE.js index 3d895096b63..893c4688989 100644 --- a/apps/settings/l10n/es_PE.js +++ b/apps/settings/l10n/es_PE.js @@ -164,11 +164,10 @@ OC.L10N.register( "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", "Done" : "Terminado", @@ -230,11 +229,13 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_PE.json b/apps/settings/l10n/es_PE.json index ae6ffb5f2b2..af7a61f21a9 100644 --- a/apps/settings/l10n/es_PE.json +++ b/apps/settings/l10n/es_PE.json @@ -162,11 +162,10 @@ "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", "Done" : "Terminado", @@ -228,11 +227,13 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_PR.js b/apps/settings/l10n/es_PR.js index 306337607ca..e6f923084ba 100644 --- a/apps/settings/l10n/es_PR.js +++ b/apps/settings/l10n/es_PR.js @@ -165,11 +165,10 @@ OC.L10N.register( "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", "Done" : "Terminado", @@ -231,11 +230,13 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_PR.json b/apps/settings/l10n/es_PR.json index 91257d13485..a77b8ba8259 100644 --- a/apps/settings/l10n/es_PR.json +++ b/apps/settings/l10n/es_PR.json @@ -163,11 +163,10 @@ "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", "Done" : "Terminado", @@ -229,11 +228,13 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_PY.js b/apps/settings/l10n/es_PY.js index 306337607ca..e6f923084ba 100644 --- a/apps/settings/l10n/es_PY.js +++ b/apps/settings/l10n/es_PY.js @@ -165,11 +165,10 @@ OC.L10N.register( "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", "Done" : "Terminado", @@ -231,11 +230,13 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_PY.json b/apps/settings/l10n/es_PY.json index 91257d13485..a77b8ba8259 100644 --- a/apps/settings/l10n/es_PY.json +++ b/apps/settings/l10n/es_PY.json @@ -163,11 +163,10 @@ "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", "Done" : "Terminado", @@ -229,11 +228,13 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_SV.js b/apps/settings/l10n/es_SV.js index 795fb45fd34..6f298855924 100644 --- a/apps/settings/l10n/es_SV.js +++ b/apps/settings/l10n/es_SV.js @@ -171,11 +171,10 @@ OC.L10N.register( "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", "Done" : "Terminado", @@ -239,11 +238,13 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_SV.json b/apps/settings/l10n/es_SV.json index cccaaf39328..6873361c42c 100644 --- a/apps/settings/l10n/es_SV.json +++ b/apps/settings/l10n/es_SV.json @@ -169,11 +169,10 @@ "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Delete account" : "Borrar cuenta", "Done" : "Terminado", @@ -237,11 +236,13 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_UY.js b/apps/settings/l10n/es_UY.js index b7e663c0653..3f78d9ba778 100644 --- a/apps/settings/l10n/es_UY.js +++ b/apps/settings/l10n/es_UY.js @@ -164,11 +164,10 @@ OC.L10N.register( "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Done" : "Terminado", "Edit" : "Editar", @@ -229,11 +228,13 @@ OC.L10N.register( "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/es_UY.json b/apps/settings/l10n/es_UY.json index 3bb5e6b515f..ffd8e1cf802 100644 --- a/apps/settings/l10n/es_UY.json +++ b/apps/settings/l10n/es_UY.json @@ -162,11 +162,10 @@ "Quota" : "Cuota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Usuario", "Group admin for" : "Administrador del grupo para", - "User backend" : "Backend del usuario", "Storage location" : "Úbicación del almacenamiento", "Last login" : "Último inicio de sesión", + "Account actions" : "Acciones de la cuenta", "{size} used" : "{size} usado", "Done" : "Terminado", "Edit" : "Editar", @@ -227,11 +226,13 @@ "Error while deleting the token" : "Se presentó un error al borrar la ficha", "Use the credentials below to configure your app or device." : "Usa las siguientes credenciales para configurar tu aplicación o dispositivo. ", "For security reasons this password will only be shown once." : "Por razones de seguridad esta contraseña sólo se mostrará una vez. ", + "Username" : "Usuario", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para correr esto necesitas la extensión POSIX de PHP. Por favor ve la {linkstart}documentación de PHP{linkend} para más detalles. ", "Your email address" : "Tu dirección de correo electrónico", "Your Twitter handle" : "Tu cuenta de Twitter", + "User backend" : "Backend del usuario", "Add group" : "Agregar grupo", "Active users" : "Usuarios activos", "Show user backend" : "Mostrar backend del usuario", diff --git a/apps/settings/l10n/et_EE.js b/apps/settings/l10n/et_EE.js index 2ab793ecbba..493662893f4 100644 --- a/apps/settings/l10n/et_EE.js +++ b/apps/settings/l10n/et_EE.js @@ -171,15 +171,12 @@ OC.L10N.register( "Loading accounts …" : "Kontode laadimine ...", "Default language" : "Vaikekeel", "Common languages" : "Levinud keeled", - "New user" : "Uus kasutaja", "Display name" : "Kuvatav nimi", "Email" : "E-post", "Quota" : "Mahupiir", "Language" : "Keel", "Avatar" : "Avatar", - "Username" : "Kasutajanimi", "Group admin for" : "Grupi admin", - "User backend" : "Kasutaja taustarakendus", "Storage location" : "Salvestusruumi asukoht", "Last login" : "Viimane sisselogimine", "{size} used" : "{size} kasutatud", @@ -245,6 +242,7 @@ OC.L10N.register( "Error while deleting the token" : "Tõrge seadme märke kustutamisel", "Use the credentials below to configure your app or device." : "Rakenduse või seadme konfigureerimiseks kasutage allpool toodud mandaate.", "For security reasons this password will only be shown once." : "Turvalisuse huvides kuvatakse see parool ainult üks kord.", + "Username" : "Kasutajanimi", "Copied!" : "Kopeeritud!", "Copy" : "Kopeeri", "You are about to remove the group {group}. The users will NOT be deleted." : "Sa oled eemaldamas gruppi {group}. Selles grupis olevaid kasutajaid EI kustutata.", @@ -254,7 +252,9 @@ OC.L10N.register( "Delete user" : "Kustuta kasutaja", "Disable user" : "Keela kasutaja", "Enable user" : "Luba kasutaja", + "New user" : "Uus kasutaja", "Add a new user" : "Lisa uus kasutaja", + "User backend" : "Kasutaja taustarakendus", "{license}-licensed" : "{license} litsents", "Add group" : "Lisa grupp", "Active users" : "Aktiivseid kasutajaid", diff --git a/apps/settings/l10n/et_EE.json b/apps/settings/l10n/et_EE.json index 1b0780ba2f9..1f6c2e892aa 100644 --- a/apps/settings/l10n/et_EE.json +++ b/apps/settings/l10n/et_EE.json @@ -169,15 +169,12 @@ "Loading accounts …" : "Kontode laadimine ...", "Default language" : "Vaikekeel", "Common languages" : "Levinud keeled", - "New user" : "Uus kasutaja", "Display name" : "Kuvatav nimi", "Email" : "E-post", "Quota" : "Mahupiir", "Language" : "Keel", "Avatar" : "Avatar", - "Username" : "Kasutajanimi", "Group admin for" : "Grupi admin", - "User backend" : "Kasutaja taustarakendus", "Storage location" : "Salvestusruumi asukoht", "Last login" : "Viimane sisselogimine", "{size} used" : "{size} kasutatud", @@ -243,6 +240,7 @@ "Error while deleting the token" : "Tõrge seadme märke kustutamisel", "Use the credentials below to configure your app or device." : "Rakenduse või seadme konfigureerimiseks kasutage allpool toodud mandaate.", "For security reasons this password will only be shown once." : "Turvalisuse huvides kuvatakse see parool ainult üks kord.", + "Username" : "Kasutajanimi", "Copied!" : "Kopeeritud!", "Copy" : "Kopeeri", "You are about to remove the group {group}. The users will NOT be deleted." : "Sa oled eemaldamas gruppi {group}. Selles grupis olevaid kasutajaid EI kustutata.", @@ -252,7 +250,9 @@ "Delete user" : "Kustuta kasutaja", "Disable user" : "Keela kasutaja", "Enable user" : "Luba kasutaja", + "New user" : "Uus kasutaja", "Add a new user" : "Lisa uus kasutaja", + "User backend" : "Kasutaja taustarakendus", "{license}-licensed" : "{license} litsents", "Add group" : "Lisa grupp", "Active users" : "Aktiivseid kasutajaid", diff --git a/apps/settings/l10n/eu.js b/apps/settings/l10n/eu.js index 510571edf1a..001c916dc46 100644 --- a/apps/settings/l10n/eu.js +++ b/apps/settings/l10n/eu.js @@ -56,9 +56,12 @@ OC.L10N.register( "Wrong password" : "Pasahitz okerra", "Unable to change personal password" : "Ezin izan da pasahitz pertsonala aldatu", "Saved" : "Gordeta", + "No Login supplied" : "Ez da saio hasierarik zehaztu", "Unable to change password. Password too long." : "Ezin izan da pasahitza aldatu. Pasahitz luzeegia.", "Authentication error" : "Autentifikazio errorea", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Eman berreskuratzeko administrazio pasahitza, bestela kontuaren datu guztiak galduko dira.", "Wrong admin recovery password. Please check the password and try again." : "Administratzailearen berreskuratze pasahitza ez egokia. Mesedez egiaztatu pasahitza eta saiatu berriz.", + "Backend does not support password change, but the encryption of the account key was updated." : "Backend-ak ez du onartzen pasahitza aldatzea, baina kontuaren enkriptatze-gakoa eguneratu da.", "Administrator documentation" : "Administratzaile dokumentazioa", "User documentation" : "Erabiltzailearen dokumentazioa", "Nextcloud help overview" : "Nextcloud laguntza ikuspegia", @@ -68,6 +71,7 @@ OC.L10N.register( "If you received this email, the email configuration seems to be correct." : "E-posta mezu hau jaso baduzu, e-postaren ezarpenak egokiak direnaren seinale.", "Email could not be sent. Check your mail server log" : "E-posta mezua ezin izan da bidali. Begiratu zure posta-zerbitzariaren egunkaria", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Arazo bat sortu da posta bidaltzerakoan. Berrikusi zure ezarpenak. (Error: %s)", + "You need to set your account email before being able to send test emails. Go to %s for that." : "Zure kontuaren posta elektronikoa ezarri behar duzu, probako mezu elektronikoak bidali ahal izateko. Horretarako, zoaz %sorrira.", "Invalid account" : "Baliogabeko kontua", "Invalid mail address" : "Posta helbide baliogabea", "Settings saved" : "Ezarpenak gordeta", @@ -94,9 +98,11 @@ OC.L10N.register( "Welcome aboard" : "Ongi etorri gurera", "Welcome aboard %s" : "Ongi etorri gurera, %s", "Welcome to your %s account, you can add, protect, and share your data." : "Ongi etorri zure %s kontura, zure datuak gehitu, babestu eta parteka ditzakezu.", + "Your Login is: %s" : "Hasita duzun saioa hau da: %s", "Set your password" : "Ezarri zure pasahitza", "Go to %s" : "%s-ra joan", "Install Client" : "Instalatu bezeroa", + "Logged in account must be a subadmin" : "Saioa hasitako erabiltzaileak azpi-administratzailea izan behar du", "Apps" : "Aplikazioak", "Personal" : "Pertsonala", "Administration" : "Administrazioa", @@ -117,27 +123,170 @@ OC.L10N.register( "Background jobs" : "Atzeko planoko lanak", "Unlimited" : "Mugarik gabe", "Verifying" : "Egiaztatzen", + "App directories owner" : "App direktorio jabea", + "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Zenbait aplikazio direktorioren jabe ez datoz bat web zerbitzariaren erabiltzailearekin. Aplikazio horiek eskuz instalatu direlako izan daiteke hori. Egiaztatu baimenak ondorengo aplikazio direktorioetan:\n%s", + "App directories have the correct owner \"%s\"" : "Aplikazio direktorioek jabe zuzena daukate \"%s\"", + "Brute-force Throttle" : "Brute-force mugatzea (throttle)", "Your remote address could not be determined." : "Ezin izan da zure urruneko helbidea zehaztu.", + "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Zure urruneko helbidea \"%s\" gisa identifikatua izan da, eta brute-force mugatzea dauka une honetan eskaera batzuen errendimendua gutxituz. Urruneko helbidea zure helbidea ez bada, proxy bat ondo konfiguratu ez dela adierazi dezake horrek.", + "Your remote address \"%s\" is not brute-force throttled." : "Zure urruneko \"%s\" helbideak ez du brute-force mugarik.", + "Old administration imported certificates" : "Administrazio zaharretik inportaturiko ziurtagiriak", + "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Administratzaileek inportaturiko SSL ziurtagiriak egiaztatzen dituen atzeko planoko lan bat dago egiteke. Egiaztatu berriro geroago.", + "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Badira administratzaileek inportatutako zenbait erabiltzaile SSL ziurtagiri, jada erabiltzen ez direnak Nextcloud 21-ekin. Komando-lerroan inportatu daitezke \"occ security:certificates: import\" komandoaren bidez. Behean erakusten da datu direktorioko bideak.", + "Code integrity" : "Kode integritatea", + "Integrity checker has been disabled. Integrity cannot be verified." : "Integritate egiaztatzailea desgaitua izan da. Integritatea ezin da balioztatu.", + "No altered files" : "Ez dago aldaketadun fitxategirik", + "Some files have not passed the integrity check. {link1} {link2}" : "Fitxategi batzuek ez dute osotasun egiaztapena gainditu. {link1} {link2}", + "Cron errors" : "Cron erroreak", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Ezin izan da cron lana CLI bidez exekutatu. Ondorengo errore teknikoak gertatu dira:\n%s", + "The last cron job ran without errors." : "Azken cron lana arazorik gabe exekutatu da.", + "Cron last run" : "Azken cron lana", + "Last background job execution ran %s. Something seems wrong. {link}." : "Azken atzeko planoko lan exekuzioa %s. Zerbait gaizki dirudi.", + "Last background job execution ran %s." : "Azken atzeko planoko exekuzioa %s izan da.", + "Data directory protected" : "Datu direktorioa babestuta dago", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Zure datuen direktorioa eta fitxategiak Internetetik atzitu daitezke seguru aski. .htaccess fitxategiak ez du funtzionatzen. Biziki gomendatzen da web zerbitzariaren konfigurazioa aldatzea datuen direktorioa atzigarri egon ez dadin, edo datuen direktorioa ateratzea web zerbitzariaren dokumentuen errotik kanpora.", + "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Ezin izan da egiaztatu datu direktorioa babestuta dagoen. Egiaztatu eskuz zure zerbitzariak ez duela baimenik ematen datu direktorioa atzitzeko.", + "Database missing columns" : "Datu-basean zutabeak falta dira", + "Missing optional column \"%s\" in table \"%s\"." : "\"%s\" hautazko zutabea falta da \"%s\" taulan.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Datu-baseak zenbait hautazko zutabe falta ditu. Hautazkoak izanik ez dira automatikoki gehitu, taula handietan zutabeak gehitzeak denbora behar duelako. Zutabe horiek eskuz gehitu daitezke, instantzia martxan dagoen bitartean, \"occ db:add-missing-columns\" exekutatuz. Zutabeak gehitu ondoren, ezaugarri batzuek erantzuteko gaitasuna eta erabilgarritasuna hobetu dezakete.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Datu-baseak zenbait indize falta ditu. Taula handietan indizeak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-indices\" exekutatuz indize horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean. Indizeak gehitu ondoren taula horietan egindako kontsultak askoz azkarragoak izan ohi dira.", + "Database missing indices" : "Datu-basean indizeak falta dira", + "Database missing primary keys" : "Datu-basean lehen mailako gakoak falta dira", + "Missing primary key on table \"%s\"." : "Lehen mailako gakoa falta da \"%s\" taulan.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Datu-baseak zenbait gako nagusi falta ditu. Taula handietan datu nagusiak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-primary-keys\" exekutatuz falta diren gako nagusi horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean.", + "Database pending bigint migrations" : "Datu-basea bigint migrazioen zain", + "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "Datu baseko zutabe batzuek big int bihurtzea falta dute. Taula handietan zutabe motak aldatzeak denbora dezente har dezakeenez ez dira automatikoki aldatu. 'Occ db: convert-filecache-bigint' exekutatuz zain dauden aldaketak eskuz aplika daitezke. Eragiketa hau instantzia lineaz kanpo dagoen bitartean egin behar da.", "Debug mode" : "Arazketa modua", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Instantzia hau arazketa moduan exekutatzen ari da. Gaitu hau garapen lokalerako soilik eta ez produkzio inguruneetarako.", + "Debug mode is disabled." : "Arazte modua desgaituta dago.", + "Default phone region" : "Telefonoaren eskualde lehenetsia", + "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "Zure instalazioak ez du telefono eskualde lehenetsirik ezarrita. Hori beharrezkoa da profil ezarpenetan herrialde koderik gabe jarritako telefono zenbakiak baliozkotzeko. Herrialde koderik gabeko zenbakiak onartzeko, gehitu \"default_phone_region\" dagokion eskualdeko ISO 3166-1 kodea zure konfigurazio fitxategian.", + "Email test" : "Test mezua", + "Email test was successfully sent" : "Test mezua ondo bidali da", + "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Oraindik ez duzu posta elektronikoko zerbitzariaren konfigurazioa ezarri edo egiaztatu. Mesedez, joan \"Oinarrizko ezarpenak\" atalera hauek ezartzeko. Ondoren, erabili inprimakiaren azpiko \"Bidali mezu elektronikoa\" botoia zure ezarpenak egiaztatzeko.", + "File locking" : "Fitxategien blokeoa", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakzio-fitxategiak blokeatzea desgaituta dago, honek lasterketa baldintzekin arazoak sor ditzake. Gaitu \"filelocking.enabled\" config.php-n arazo horiek saihesteko.", + "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Datu-basea fitxategi transakzionalak blokeatzeko erabiltzen da. Errendimendua hobetzeko, mesedez konfiguratu memcache, eskuragarri badago.", + "Forwarded for headers" : "Goiburuentzako birbidalia", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Zure \"trusted_proxies\" ezarpena ez dago behar bezala ezarrita, array bat izan behar du.", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "Zure \"trusted_proxies\" ezarpena ez dago behar bezala ezarrita, IP helbide array bat izan beharko luke, aukeran CIDR idazkeran, tartearekin.", + "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Alderantzizko proxy goiburuaren konfigurazioa okerra da. Segurtasun-arazo bat da eta erasotzaile batek bere IP helbidea faltsutzea ahalbidetu dezake Nextcloud-en ikusgai gisa.", + "Your IP address was resolved as %s" : "Zure IP helbidea honela ebatzi da %s", + "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Alderantzizko proxy goiburuaren konfigurazioa okerra da edo Nextcloud-era atzitzen ari zara konfiantzazko proxy batetik. Hala ez bada, hau segurtasun-arazo bat da eta erasotzaile batek bere IP helbidea faltsutzea ahalbidetu dezake Nextcloud-en ikusgai gisa.", + "HTTPS access and URLs" : "HTTPS sarbide eta URLak", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Gunera HTTP modu ez-seguruan sartzen ari zara. Zure zerbitzaria HTTPS eskatzeko konfiguratzea gomendatzen da biziki. Hau gabe, \"kopiatu arbelera\" edo \"zerbitzu-langileak\" bezalako web funtzionalitateak ez dute funtzionatuko!", + "Accessing site insecurely via HTTP." : "Gunera HTTP bidez modu inseguruan sartzen.", + "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Zure instantzia konexio seguru baten bidez sartzen ari zara, eta zure instantzia URL seguruak sortzen ari da.", + "Internet connectivity" : "Internet konektibitatea", + "Internet connectivity is disabled in configuration file." : "Internet konektibitatea konfigurazio fitxategian desgaituta dago.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Zerbitzari honek ez dauka Interneteko konexiorik: hainbat amaiera-puntu ezin izan dira atzitu. Horren ondorioz, hainbat ezaugarrik ez dute funtzionatuko, hala nola, kanpoko biltegiratzeak muntatzeak, eguneraketei buruzko jakinarazpenek edo hirugarrengoen aplikazioek. Urruneko fitxategiak atzitzeak eta posta elektroniko bidezko jakinarazpenek ere ez dute funtzionatuko. Ezarri Interneterako konexioa zerbitzari honetan ezaugarri horiek izateko.", + "JavaScript modules support" : "JavaScript moduluen euskarria", + "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Zure web zerbitzariak ez ditu `.mjs` fitxategiak zerbitzatzen JavaScript MIME mota erabiliz. Honek aplikazio batzuk hautsiko ditu arakatzaileek JavaScript fitxategiak exekutatu ez ditzaten. Zure web zerbitzaria konfiguratu beharko zenuke `.mjs` fitxategiak `text/javascript` edo `application/javascript` MIME motarekin hornitzeko.", + "JavaScript source map support" : "JavaScript iturri-mapen support", + "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Zure web zerbitzaria ez dago konfiguratuta `.js.map` fitxategiak hornitzeko. Fitxategi hauek gabe, JavaScript Source Maps-ek ez du behar bezala funtzionatuko, eta zailagoa izango da sor daitezkeen arazoak konpontzea eta araztea.", + "Old server-side-encryption" : "Zerbitzariaren aldeko zifratze zaharra", "Disabled" : "Desgaituta", "The old server-side-encryption format is enabled. We recommend disabling this." : "Zerbitzariaren aldeko enkriptatze formatu zaharra gaituta dago. Hau desgaitzea gomendatzen dugu.", + "Maintenance window start" : "Mantentze-aldiaren testua", + "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Zerbitzariak ez du mantentze-leihoaren hasiera-ordurik konfiguratuta. Horrek esan nahi du baliabide intentsiboko eguneroko atzeko planoko lanak zure erabilera-denbora nagusian ere exekutatuko direla. Erabilera baxuko garai batean ezartzea gomendatzen dugu, erabiltzaileek zeregin astun horiek eragiten duten kargak eragin txikiagoa izan dezaten.", + "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Atzeko planoko lan astunak exekutatzeko mantentze-leihoa {hasiera}:00 UTC eta {amaiera}:00 UTC artean dago", + "Memcache" : "Memcache", + "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Ez da memoria cacherik konfiguratu. Errendimendua hobetzeko, konfiguratu memcache bat, eskuragarri badago.", + "Configured" : "Konfiguratuta", + "MySQL Unicode support" : "MySQL Unicode euskarria", + "You are not using MySQL" : "Ez zara MySQL erabiltzen ari", + "MySQL is used as database and does support 4-byte characters" : "MySQL datu-base gisa erabiltzen da eta 4 byteko karaktereak onartzen ditu", + "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL datu-base gisa erabiltzen da baina ez ditu 4 byteko karaktereak onartzen. 4 byteko karaktereak (emojiak kasu) arazorik gabe erabiltzeko, adibidez, fitxategien izenetan edo iruzkinetan, MySQL-n 4 byteko euskarria gaitzea gomendatzen da.", + "OCS provider resolving" : "OCS hornitzaile ebazpena", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Ezin izan da egiaztatu zure web zerbitzariak OCM eta OCS hornitzaileen URLak behar bezala ebazten dituen.", + "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta %1$s ebazteko.\nZiur aski web zerbitzariaren konfigurazioa ez dago karpeta hau zuzenean entregatzeko eguneratuta.\nMesedez, konparatu zure konfigurazioa eskaintzen den Apacherako \".htaccess\" fitxategiko berridazketa arauekin edo Nginx-en dokumentazioarekin. \nNginx-en \"location ~\" katearekin hasten diren lerroak izan ohi dira eguneratu beharrekoak.", + "Overwrite CLI URL" : "Gainidatzi CLI URLa", + "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "Zure config.php-ko \"overwrite.cli.url\" aukera ondo konfiguratuta dago \"%s\" balioarekin.", + "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "Zure config.php-ko \"overwrite.cli.url\" aukera \"%s\" balioarekin konfiguratuta dago, URL ona dena. Iradokitako URLa \"%s\" da.", + "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Mesedez, ziurtatu zure config.php fitxategiko \"overwrite.cli.url\" aukera zure erabiltzaileek nagusiki Nextcloud honetara sartzeko erabiltzen duten URLan ezartzen duzula. Iradokizuna: \"%s\". Bestela, URLa sortzeko arazoak egon daitezke cron bidez. (Litekeena da iradokitako URLa ez izatea zure erabiltzaileek nagusiki Nextcloud honetara atzitzeko erabiltzen duten URLa. Edonola ere, hau egiaztatzea da onena.)", + "PHP default charset" : "PHP karaktere multzo lehenetsia", + "PHP configuration option \"default_charset\" should be UTF-8" : "PHP \"default_charset\" konfigurazio aukera UTF-8 izan beharko luke", + "PHP set_time_limit" : "PHP set_time_limit", + "The function is available." : "Funtzioa eskuragarri dago.", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHPko \"set_time_limit\" funtzioa ez dago erabilgarri. Horren eraginez script-ak exekuzioaren erdian gelditu daitezke, zure instalazioa puskatuz. Biziki gomendatzen da funtzio hau gaitzea.", + "Freetype" : "Freetype", "Supported" : "Onartuta", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Zure PHPak ez dauka FreeType euskarririk. Ondorioz, profileko irudiak eta ezarpenen interfazea hondatuta daude.", + "PHP getenv" : "PHP getenv", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Badirudi PHPa sistemaren ingurune aldagaiak kontsultatu ahal izateko behar bezala konfiguratu gabe dagoela. Egindako getenv(\"PATH\") probak erantzun hutsa itzultzen du.", + "PHP memory limit" : "PHP memoria muga", + "The PHP memory limit is below the recommended value of %s." : "PHPren memoria muga aholkatutako %s balioaren azpitik dago.", + "PHP modules" : "PHP moduluak", + "increases language translation performance and fixes sorting of non-ASCII characters" : "hizkuntza-itzulpenaren errendimendua areagotzen du eta ASCII ez diren karaktereen sailkapena konpontzen du", + "for Argon2 for password hashing" : "Argon2-rako pasahitzen hasha egiteko", + "for WebAuthn passwordless login" : "WebAuthn pasahitzik gabeko saio-hasierarako", + "for WebAuthn passwordless login, and SFTP storage" : "WebAuthn pasahitzik gabeko saio-hasiera eta SFTP biltegiratzerako", + "for picture rotation in server and metadata extraction in the Photos app" : "zerbitzarian irudiak biratzeko eta metadatuak ateratzeko Argazkiak aplikazioan", + "This instance is missing some required PHP modules. It is required to install them: %s." : "Instantzia honetan beharrezkoak diren PHP modulu batzuk falta zaizkio. Hauek instalatzea beharrezkoa da: %s.", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "Instantzia honek gomendatutako PHP modulu batzuk falta ditu. Biziki gomendatzen da horiek instalatzea, errendimendua eta bateragarritasuna hobetzeko:\n%s", + "PHP opcache" : "PHP opcache", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP OPcache modulua ez da kargatu. Errendimendu hobea lortzeko, zure PHP instalazioan kargatzea gomendatzen da.", + "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache desgaituta dago. Errendimendu hobea lortzeko, zure PHP konfigurazioari \"opcache.enable=1\" aplikatzea gomendatzen da.", + "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "Partekatutako memorian oinarritutako OPcache desgaituta dago. Errendimendu hobea lortzeko, gomendatzen da \"opcache.file_cache_only=0\" aplikatzea zure PHP konfigurazioan eta fitxategien cachea bigarren mailako cache gisa soilik erabiltzea.", + "OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "OPcache-k ez du behar bezala funtzionatzen, opcache_get_status() false itzultzen du, mesedez egiaztatu konfigurazioa.", + "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply \"opcache.max_accelerated_files\" to your PHP configuration with a value higher than \"%s\"." : "OPcache gakoen gehienezko kopurua ia gainditzen da. Script guztiak cachean gorde daitezkeela ziurtatzeko, \"opcache.max_accelerated_files\" zure PHP konfigurazioan \"%s\" baino balio handiagoarekin aplikatzea gomendatzen da.", + "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\"." : "OPcache buffer-a ia beteta dago. Script guztiak cachean gorde daitezkeela ziurtatzeko, gomendatzen da \"opcache.memory_consumption\" aplikatzea zure PHP konfigurazioan \"%s\" baino balio handiagoarekin.", + "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "OPcache barneratutako kateen buffer-a ia beteta dago. Errepikatzen diren kateak modu eraginkorrean gorde daitezkeela ziurtatzeko, \"opcache.interned_strings_buffer\" zure PHP konfigurazioan \"%s\" baino balio handiagoarekin aplikatzea gomendatzen da.", + "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache kodea iruzkinak kentzeko konfiguratuta dago. OPcache gaituta, \"opcache.save_comments=1\" ezarri behar da Nextcloud-ek funtziona dezan.", + "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud-ek ez du onartzen OPcache APIa erabiltzea. OPcache gaituta dagoela, oso gomendagarria da Nextcloud direktorio guztiak \"opcache.restrict_api\"-rekin sartzea edo ezarpen hau desaktibatzea OPcache API-ren murrizketak desgaitzeko, Nextcloud core edo aplikazioen berritze-lanetan akatsak saihesteko.", + "The PHP OPcache module is not properly configured. %s." : "PHP OPCache modulua ez dago ondo konfiguratuta. %s.", + "Correctly configured" : "Ondo konfiguratuta", + "PHP version" : "PHP bertsioa", + "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "PHP %s exekutatzen ari zara. PHP 8.1 Nextcloud 30-en zaharkituta dago. Nextcloud 31k gutxienez PHP 8.2 behar ahal izango du. Mesedez, eguneratu PHP Group-ek ofizialki onartzen dituen PHP bertsioatara ahalik eta lasterren.", + "You are currently running PHP %s." : "Une honetan %s PHPa darabilzu.", + "PHP \"output_buffering\" option" : "PHP \"output_buffering\" ezarpena", + "PHP configuration option \"output_buffering\" must be disabled" : "PHP \"output_buffering\" konfigurazio aukera desgaituta egon behar da", + "Push service" : "Push zerbitzua", + "Valid enterprise license" : "Baliozko enpresa lizentzia", + "Free push service" : "Doako push zerbitzua", + "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}." : "Hau laguntzarik gabeko Nextcloud komunitate bertsioa da. Instantzia honen tamaina kontuan hartuz, ezin da errendimendua, fidagarritasuna eta eskalabilitatea ziurtatu. Push jakinarazpenak mugatuta daude gure doako zerbitzua ez gainkargatzeko. Ikusi Nextcloud Enterprise-ren abantailei buruzkoak {link} orrian.", + "Random generator" : "Ausazko sorgailua", + "No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "PHPk aurkitu ez duen zorizkotasun iturri egokirik, segurtasun arrazoiengatik oso gomendagarria dena.", + "Secure" : "Segurua", + "Configuration file access rights" : "Konfigurazio fitxategiaren sarbide baimenak", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Irakurtzeko soilik konfigurazioa gaitu da. Honek web interfazetik konfigurazio batzuk ezartzea eragozten du. Gainera, eguneraketa bakoitzean fitxategia idazteko moduan jarri behar da eskuz.", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" bertsioa erabiltzen da. Nextcloud 21ek eta berriagoak ez dute bertsio hau onartzen eta MariaDB 10.2 edo berriagoa behar dute.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL bertsioa \"%s\" erabiltzen da. Nextcloud 21 eta berriek ez dute bertsio hau onartzen eta MySQL 8.0 edo MariaDB 10.2 edo berriagoa behar dute.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL \"%s\" bertsioa erabiltzen da. Nextcloud 21ek eta berriagoak ez dute bertsio hau onartzen eta PostgreSQL 9.6 edo berriagoa behar dute.", + "Nextcloud configuration file is writable" : "Nextcloud konfigurazio fitxategia idazgarria da", + "HTTP headers" : "HTTP goiburuak", + "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "`%1$s`HTTP goiburua ez dago `%2$s` baliora ezarria. Baliteke ezaugarri batzuk espero bezala ez funtzionatzea. Ezarpenean dagokion balioa jartzea gomendatzen da.", + "- The `%1$s` HTTP header is not set to `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "`%1$s` HTTP goiburua ez dago `%2$s` baliora ezarria. Hau segurtasun edo pribatutasun arrisku bat izan daiteke. Ezarpenean dagokion balioa jartzea gomendatzen da.", + "- The `%1$s` HTTP header does not contain `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP goiburuak ez dauka `%2$s` balioa. Hau segurtasun edo pribatutasun arrisku bat izan daiteke. Ezarpenean dagokion balioa jartzea gomendatzen da.", + "- The `%1$s` HTTP header is not set to `%2$s`, `%3$s`, `%4$s`, `%5$s` or `%6$s`. This can leak referer information. See the {w3c-recommendation}." : "- `%1$s` HTTP goiburua ez dago `%2$s`, `%3$s`, `%4$s`, `%5$s` edo `%6$s` baliotara ezarrita. Honek referer informazioa isuri dezake. Ikusi {w3c-recommendation}.", + "- The `Strict-Transport-Security` HTTP header is not set to at least `%d` seconds (current value: `%d`). For enhanced security, it is recommended to use a long HSTS policy." : "- `Strict-Transport-Security` HTTP goiburua ez dago gutxienez `%d` segundotan ezarrita (uneko balioa: `%d`). Segurtasuna hobetzeko, HSTS politika luzea erabiltzea gomendatzen da.", + "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS." : "- `Strict-Transport-Security` HTTP goiburua gaizki osatuta dago: `%s`. Segurtasun handiagoa lortzeko, HSTS gaitzea gomendatzen da.", + "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- `Strict-Transport-Security` HTTP goiburua ez dago ezarrita (gutxienez `%d` segundo izan behar du). Segurtasun handiagoa lortzeko, HSTS gaitzea gomendatzen da.", + "Some headers are not set correctly on your instance" : "Goiburu batzuk ez daude behar bezala ezarrita zure instantzian", + "Could not check that your web server serves security headers correctly. Please check manually." : "Ezin izan da egiaztatu zure web zerbitzariak segurtasun-goiburuak behar bezala zerbitzatzen dituela. Mesedez, egiaztatu ezazu eskuz.", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Ezin izan da egiaztatu zure web zerbitzariak segurtasun-goiburuak behar bezala zerbitzatzen dituela, ezin izan da `%s` kontsultatu", + "Your server is correctly configured to send security headers." : "Zure zerbitzaria segurtasun goiburuak bidaltzeko ondo konfiguratuta dago.", + "Database version" : "Datu-basearen bertsioa", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Une honetan atzeko planoak SQLite datu-base gisa erabiltzen ari da. Instalazio handiagoetarako atzeko planoko datu-base ezberdin batera aldatzea gomendatzen dugu. Hau bereziki gomendatzen da fitxategiak sinkronizatzeko mahaigaineko bezeroa erabiltzean. Beste datu-base batera migratzeko, erabili komando lerroko tresna: \"occ db:convert-type\".", + "Unknown database platform" : "Datu-base plataforma ezezaguna", "Architecture" : "Arkitektura", + "64-bit" : "64-bit", + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "32 biteko PHP bertsioa exekutatzen ari zarela dirudi. Nextcloud-ek 64 bitekoa behar du ondo exekutatzeko. Eguneratu zure SE eta PHP 64 bitekora!", + "Temporary space available" : "Aldi baterako lekua eskura", + "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Errore bat gertatu da behin-behineko PHP bidea egiaztatzean - ez dago direktorio batera behar bezala ezarrita. Itzulitako balioa: %s", + "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "Errore bat gertatu da aldi baterako PHP bidearen disko-espazioa egiaztatzean edo ez da diskoko leku librerik itzuli. Behin-behineko bidea: %s", + "- %.1f GiB available in %s (PHP temporary directory)" : "- %.1f GiB eskuragarri %s(e)n (PHP behin-behineko karpeta)", + "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f GiB eskuragarri %s(e)n (Nextcloud behin-behineko karpeta)", + "Temporary directory is correctly configured:\n%s" : "Behin-behineko karpeta ondo konfiguratuta dago:\n%s", + "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "Instantzia honek S3 oinarritutako objektu-biltegi bat erabiltzen du biltegi nagusi gisa, eta nahikoa leku du aldi baterako direktorioa.\n%s", + "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "Instantzia honek S3 oinarritutako objektu-biltegi bat erabiltzen du biltegiratze nagusi gisa. Igotako fitxategiak aldi baterako zerbitzarian gordetzen dira eta, beraz, 50 GiB espazio libre edukitzea gomendatzen da PHPren direktorio aldi baterako. Hau hobetzeko, mesedez aldatu php.ini-ko behin-behineko direktorioa edo jarri leku gehiago bide horretan. \nBehin-behineko bide-izenean dagoen lekua egiaztatzeak gomendatutako 50 GiB-en ordez %.1f GiB eman ditu. Bide-izena: %s", + "Database transaction isolation level" : "Datu-basaren transakzioen isolamendu maila", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Zure datu-basea ez da \"READ COMMITTED\" transakzio isolamendu mailarekin exekutatzen. Honek arazoak eragin ditzake hainbat ekintza paraleloan exekutatzen direnean.", + "Was not able to get transaction isolation level: %s" : "Ezin izan da transakzioen isolamendu maila lortu: %s", + ".well-known URLs" : ".well-known URLak", + "`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "`check_for_working_wellknown_setup` false gisa ezarri da zure konfigurazioan, beraz, egiaztapen hau saltatu egin da.", + "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Ezin izan da egiaztatu zure web zerbitzariak `.well-known` behar bezala zerbitzatzen duen. Mesedez, egiaztatu ezazu eskuz.", + "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "Zure web zerbitzaria ez dago behar bezala konfiguratuta `.well-known` URLak ebazteko, huts egin du:\n`%s`", + "Your server is correctly configured to serve `.well-known` URLs." : "Zure zerbitzaria behar bezala konfiguratuta dago `.well-known` URLak hornitzeko.", + "WOFF2 file loading" : "WOFF2 fitxategien karga", + "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Ezin izan da egiaztatu WOFF2 kargatzeko euskarria. Mesedez, egiaztatu eskuz zure web zerbitzariak `.woff2` fitxategiak zerbitzatzen dituen.", + "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta .woff2 fitxategiak entregatzeko. Hau Nginx-en konfigurazioaren ohiko arazo bat da. Nextcloud 15ean doikuntza bat beharrezkoa da .woff2 fitxategiak bidaltzeko. Konparatu zure Nginx konfigurazioa gure dokumentazioan gomendatutakoarekin.", "Profile information" : "Profilaren informazioa", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profileko argazkia, izen osoa, helbide elektronikoa, telefono zenbakia, helbidea, webgunea, Twitter, erakundea, rola, izenburua, biografia eta zure profila gaituta dagoen ala ez", "Nextcloud settings" : "Nextcloud ezarpenak", @@ -147,6 +296,8 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Ahotsetik testura aplikazio ezberdinek inplementatu dezakete. Zeintzuk aplikazio erabili daitezkeen ezarri dezakezu hemen.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ez dago ahotsetik testurako funtzionalitatea ematen duen aplikaziorik unean.", "Image generation" : "Irudien sorpena", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Irudien sorpena aplikazio ezberdinek inplementatu dezakete. Zeintzuk aplikazio erabili daitezkeen ezarri dezakezu hemen.", + "None of your currently installed apps provide image generation functionality" : "Ez dago irudien sorpenerako funtzionalitatea ematen duen aplikaziorik unean.", "Text processing" : "Testu-prozesamendua", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Testu-prozesamendu zereginak aplikazio ezberdinek inplementatu dezakete. Zeintzuk aplikazio erabili daitezkeen zein zereginerako ezarri dezakezu hemen.", "Task:" : "Zeregina:", @@ -158,22 +309,42 @@ OC.L10N.register( "Allow resharing" : "Baimendu birpartekatzea", "Allow sharing with groups" : "Onartu taldeekin partekatzen", "Restrict users to only share with users in their groups" : "Mugatu partekatzeak taldeko erabiltzaileetara", + "Ignore the following groups when checking group membership" : "Ezikusi hurrengo taldeak talde-kidetasuna egiaztatzean", "Allow users to share via link and emails" : "Baimendu erabiltzaileak esteka eta e-postaren bidez partekatzea", "Allow public uploads" : "Baimendu igoera publikoak", "Always ask for a password" : "Beti eskatu pasahitza", "Enforce password protection" : "Betearazi pasahitzaren babesa", + "Exclude groups from password requirements" : "Baztertu taldeak pasahitz eskakizunetatik", + "Exclude groups from creating link shares" : "Baztertu taldeak esteka partekatzeak sortzetik", + "Limit sharing based on groups" : "Mugatu partekatzea taldeen arabera", + "Allow sharing for everyone (default)" : "Baimendu denekin partekatzea (lehenetsia)", + "Exclude some groups from sharing" : "Baztertu talde batzuk partekatzetik", + "Limit sharing to some groups" : "Mugatu partekatzea talde batzuetara", + "Groups allowed to share" : "Partekatu dezaketen taldeak", + "Groups excluded from sharing" : "Partekatzetik kanpo dauden taldeak", + "Not allowed groups will still be able to receive shares, but not to initiate them." : "Baimendu gabeko taldeek partekatzeak jaso ahal izango dituzte oraindik, baina ez abiarazi.", "Set default expiration date for shares" : "Partekatzeei iraungitze data lehenetsia ezarri", "Enforce expiration date" : "Betearazi iraungitze-data", + "Default expiration time of new shares in days" : "Iraungitze-data lehenetsia partekatze berrientzako egunetan", + "Expire shares after x days" : "Iraungi partekatzeak x egun ostean", "Set default expiration date for shares to other servers" : "Ezarri beste zerbitzari batzuetarako partekatzeen iraungitze data lehenetsia", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Baimendu erabiltzaile izena automatikoki osatzea elkarrizketa-koadroan eta baimendu sistemako helbide-liburua atzitzea", + "Enforce expiration date for remote shares" : "Ezarri iraungitze-data urruneko partekatzeentzat", + "Default expiration time of remote shares in days" : "Iraungitze-data lehenetsia urruneko partekatzeentzako egunetan", + "Expire remote shares after x days" : "Iraungi urruneko partekatzeak x egun ostean", + "Set default expiration date for shares via link or mail" : "Ezarri partekatzeen iraungitze-data lehenetsia esteka edo posta bidez", + "Default expiration time of shares in days" : "Iraungitze-data lehenetsia partekatzeentzako egunetan", + "Privacy settings for sharing" : "Pribatutasun ezarpenak partekatzeko", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Osatze automatikoa \"talde bera\" eta \"telefono zenbakiaren integrazioa\" gaituta badaude, bat-etortzea nahikoa da erabiltzaileari erakusteko.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Baimendu erabiltzaile izena automatikoki osatzea talde bereko erabiltzaileei eta mugatu sistemako helbide-liburuak atzitzea talde bereko erabiltzaileei", - "Allow username autocompletion to users based on phone number integration" : "Baimendu erabiltzaile-izenen osatze automatikoa telefono zenbakien integrazioan oinarritutako erabiltzaileei", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Baimendu automatikoki osatzea izen osoa edo helbide elektronikoa sartzerakoan (alde batera utziz falta den telefono-liburuarekin bat etortzea eta talde berean egotea)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Ohar mezua igotzeko orriaren esteka publikoan erakutsi (fitxategi zerrenda ezkutatuta dagoenen bakarrik ikusten da.)", + "Disclaimer text" : "Ezeztapen testua", "This text will be shown on the public link upload page when the file list is hidden." : "Testu hau igotzeko orriaren esteka publikoan erakutsiko da fitxategi zerrenda ezkutatuta dagoenean.", "Default share permissions" : "Partekatze baimen lehenetsiak", + "Changed disclaimer text" : "Aldatutako ezeztapen testua", + "Deleted disclaimer text" : "Ezabatutako ezeztapen testua", + "Could not set disclaimer text" : "Ezin izan da ezeztapen testua ezarri", "Two-Factor Authentication" : "Bi faktoreko autentifikazioa", + "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Bi faktoreko autentifikazioa kontu guztientzat edo talde batzuentzat ezarri daiteke. Ez badute bi faktoreko hornitzailerik konfiguratuta, ezingo dira sistemara sartu.", "Enforce two-factor authentication" : "Bi faktoreko autentikazioa erabiltzea derrigortu", "Limit to groups" : "Taldeetara mugatu", "Enforcement of two-factor authentication can be set for certain groups only." : "Bi faktoreko autentikazioa talde batzuentzat bakarrik derrigortu daiteke.", @@ -181,13 +352,16 @@ OC.L10N.register( "Enforced groups" : "Derrigortutako taldeak", "Two-factor authentication is not enforced for members of the following groups." : "Bi faktoreko autentikazioa ez dago talde hauetako kideentzat derrigortuta.", "Excluded groups" : "Baztertu taldeak", + "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Taldeak aukeratuta daudenean hauxe erabiltzen da kontuentzat bi faktoreko autentikazioa derrigortu ala ez erabakitzeko: talderik ez badago aukeratuta, guztientzat dago derrigortuta kanpoan utzitako taldeetako kideentzat ezik. Taldeak aukeratuta badaude, beren kideentzat derrigortzen da. Kontu bat aukeratutako eta kanpoan utzitako talde bateko kide bada, aukeratutako taldekoa izatea lehenesten da eta bi faktoreko autentikazioa erabiltzera derrigortzen da.", "Save changes" : "Gorde aldaketak", + "Show details for {appName} app" : "Erakutsi {appName} aplikazioaren xehetasunak", "Update to {update}" : "Eguneratu {update} bertsiora", "Remove" : "Ezabatu", "Disable" : "Ez-gaitu", "Featured" : "Nabarmendua", "This app is supported via your current Nextcloud subscription." : "Aplikazio hau zure Nextcloud harpidetzaren bitartez ahalbidetua dago.", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Nabarmendutako aplikazioak, komunitateak eta komunitatean garatutakoak dira. Funtzionalitate orokorrak eskaintzen dituzte eta produkzioan erabiltzeko prest daude.", + "Community rating: {score}/5" : "Komunitatearen balorazioa: {score}/5", "All apps are up-to-date." : "Aplikazio guztiak eguneratuta daude.", "Icon" : "Ikonoa", "Name" : "Izena", @@ -200,7 +374,17 @@ OC.L10N.register( "Download and enable all" : "Deskargatu eta gaitu guztia", "_%n app has an update available_::_%n apps have an update available_" : ["Aplikazio %nek eguneraketa dauka prest.","%n aplikaziok eguneraketa daukate prest."], "_Update_::_Update all_" : ["Eguneratu","Eguneratu denak"], + "Nothing to show" : "Ez dago ezer erakusteko", + "Could not load section content from app store." : "Ezin izan da atalaren edukia kargatu aplikazio dendatik.", "Loading" : "Kargatzen", + "Fetching the latest news…" : "Azken berriak eskuratzen...", + "Could not load app discover section" : "Ezin izan da aplikazioen aurkikuntza atala kargatu", + "Could not render element" : "Ezin izan da elementua errenderizatu", + "Carousel" : "Karrusela", + "Previous slide" : "Aurreko diapositiba", + "Next slide" : "Hurrengo diapositiba", + "Choose slide to display" : "Aukeratu erakusteko diapositiba", + "{index} of {total}" : "{total}(e)tik {index}", "Description" : "Deskripzioa", "Details" : "Xehetasunak", "All" : "Denak", @@ -210,6 +394,7 @@ OC.L10N.register( "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "This app has no minimum Nextcloud version assigned. This will be an error in the future.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "This app has no maximum Nextcloud version assigned. This will be an error in the future.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Aplikazioa ezin da instalatu hurrengo menpekotasunak betetzen ez direlako:", + "Latest updated" : "Azkenean eguneratuta", "Author" : "Egilea", "Categories" : "Kategoriak", "Resources" : "Baliabideak", @@ -218,13 +403,17 @@ OC.L10N.register( "Report a bug" : "Eman akats baten berri ", "Request feature" : "Eskatu ezaugarria", "Ask questions or discuss" : "Egin galderak edo eztabaidatu", + "Rate the app" : "Baloratu aplikazioa", "Rate" : "Balorazioa", "View in store" : "Dendan ikusi", "Visit website" : "Web orria ikusi", + "Usage documentation" : "Erabilera dokumentazioa", "Admin documentation" : "Administratzailearen dokumentazioa", "Developer documentation" : "Garatzailearen dokumentazioa", "Changelog" : "Aldaketak", "Device name" : "Gailuaren izena", + "Cancel renaming" : "Utzi izena aldatzeari", + "Save new name" : "Gorde izen berria", "Marked for remote wipe" : "Urruneko garbiketarako markatuta", "Device settings" : "Gailuaren ezarpenak", "Allow filesystem access" : "Onartu fitxategi sisteman sarbidea", @@ -237,7 +426,10 @@ OC.L10N.register( "{productName} Android app" : "{productName} Android aplikazioa", "{productName} Talk for iOS" : "{productName} Talk iOSentzat", "{productName} Talk for Android" : "{productName} Talk Androidentzat", + "Sync client" : "Sinkronizazio bezeroa", "This session" : "Saio hau", + "{client} - {version} ({system})" : "{client} - {version} ({system})", + "{client} - {version}" : "{client} - {version}", "Device" : "Gailua", "Last activity" : "Azken jarduerak", "Devices & sessions" : "Gailuak eta saioak", @@ -245,23 +437,36 @@ OC.L10N.register( "App name" : "Aplikazioaren izena", "Create new app password" : "Sortu aplikaziorako pasahitz berria", "Error while creating device token" : "Errorea gailuaren tokena sortzean", + "New app password" : "Aplikazio pasahitz berria", + "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Erabili beheko kredentzialak zure aplikazioa edo gailua konfiguratzeko. Segurtasun arrazoiengatik pasahitz hau behin bakarrik erakutsiko da.", "Login" : "Saio hasiera", "Password" : "Pasahitza", "Show QR code for mobile apps" : "Erakutsi QR kodea mugikorrentzako aplikazioetan", + "App password copied!" : "Aplikazio pasahitza kopiatuta", + "Copy app password" : "Kopiatu aplikazioaren pasahitza", + "Login name copied!" : "Saioaren izena kopiatuta!", + "Copy login name" : "Kopiatu saioaren izena", "Could not copy app password. Please copy it manually." : "Ezin izan da aplikazioaren pasahitza kopiatu. Kopia ezazu eskuz, mesedez.", + "Could not copy login name. Please copy it manually." : "Ezin izan da saio-izena kopiatu. Mesedez, kopiatu ezazu eskuz.", "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Zerbitzariak behar bezala funtziona dezan, garrantzitsua da atzeko planoko lanak behar bezala konfiguratzea. Cron da gomendatutako ezarpena. Ikus dokumentazioa informazio gehiago lortzeko.", "Last job execution ran {time}. Something seems wrong." : "Azken lana exekutatu zen: {time}. Zerbait gaizki dagoela dirudi.", "Last job ran {relativeTime}." : "Azken lana {relativeTime}-n egin zen.", "Background job did not run yet!" : "Atzeko planoko lana ez da oraindik exekutatu!", "AJAX" : "AJAX", + "Execute one task with each page loaded. Use case: Single account instance." : "Exekutatu zeregin bat orrialde bakoitza kargatuta. Erabilera kasua: kontu bakarreko instantzia.", "Webcron" : "Webcron", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php webcron zerbitzu batean erregistratuta dago HTTP bidez 5 minuturo cron.php deitzeko. Erabilera kasua: oso instantzia txikia (1-5 kontu erabileraren arabera).", "Cron (Recommended)" : "Cron (Gomendatuta)", "Use system cron service to call the cron.php file every 5 minutes." : "Sistemaren cron zerbitzua erabili cron.php-ri 5 minutuan behin deitzeko.", + "The cron.php needs to be executed by the system account \"{user}\"." : "Cron.php \"{user}\" sistemaren kontuak exekutatu behar du.", "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "PHP POSIX luzapena behar da. Ikusi {linkstart}PHP dokumentazioa{linkend} xehetasun gehiagorako.", "Unable to update background job mode" : "Ezin izan da atzeko planoko lan-modua eguneratu", "Profile" : "Profila", + "Enable or disable profile by default for new accounts." : "Gaitu edo desgaitu profila lehenespenez kontu berrientzat.", "Enable" : "Gaitu", "Unable to update profile default setting" : "Ezin izan da eguneratu profilaren ezarpen lehenetsia", + "{app}'s declarative setting field: {name}" : "{app}-ren ezarpen deklaratiboaren eremua: {name}", + "Failed to save setting" : "Ezarpena gordetzeak huts egin du", "Server-side encryption" : "Zerbitzariaren aldeko zifratzea", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Zerbitzari-aldeko enkriptatzeak zerbitzarira igotzen diren fitxategiak enkriptatzea baimentzen du. Honek eraginkortasuna jaitsi dezake, beraz gaitu beharrezkoa bada soilik. ", "Enable server-side encryption" : "Gaitu zerbitzariaren aldeko zifratzea", @@ -275,11 +480,14 @@ OC.L10N.register( "Select default encryption module:" : "Hautatu zifratze-modulu lehenetsia:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Zifratze-gakoak zifratze-sistema zaharretik (ownCloud <=8.0) sistema berrira migratu behar duzu. Gaitu mesedez \"Zifratze modulu lehenetsia\" eta {command} exekuta ezazu", "Unable to update server side encryption config" : "Ezin izan da zerbitzariaren aldeko zifratzearen konfigurazioa eguneratu", + "Please confirm the group removal" : "Mesedez, baieztatu taldearen ezabaketa", + "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "\"{group}\" taldea ezabatzera zoaz. Kontuak EZ dira ezabatuko.", "Cancel" : "Ezeztatu", "Confirm" : "Berretsi", "Submit" : "Bidali", "Rename group" : "Berrizendatu taldea", "Remove group" : "Ezabatu taldea", + "Failed to remove group \"{group}\"" : "Ezin izan da \"{group}\" taldea kendu", "Current password" : "Uneko pasahitza", "New password" : "Pasahitz berria", "Change password" : "Aldatu pasahitza", @@ -304,6 +512,7 @@ OC.L10N.register( "Your full name" : "Zure izen osoa", "Primary email for password reset and notifications" : "Pasahitz berrezartzeko eta jakinarazpenetarako posta elektroniko nagusia", "Email options" : "Posta elektronikoaren aukerak", + "Options for additional email address {index}" : "Posta elektroniko gehigarrirako aukerak {index}", "Remove primary email" : "Kendu posta elektroniko nagusia", "Delete email" : "Ezabatu posta elektronikoa", "This address is not confirmed" : "Helbide hau ez dago berretsita", @@ -318,9 +527,11 @@ OC.L10N.register( "No email address set" : "Ez da eposta helbidea ezarri", "Your handle" : "Zure heldulekua", "Your headline" : "Zure izenburua", + "Languages" : "Hizkuntzak", "Help translate" : "Lagundu itzultzen", "Unable to update language" : "Ezin izan da hizkuntza eguneratu", "No language set" : "Ez da hizkuntzarik ezarri", + "Locales" : "Eskualdeak", "Week starts on {firstDayOfWeek}" : "Astea {firstDayOfWeek} egunean hasten da", "Unable to update locale" : "Ezin izan da lokalizazioa eguneratu", "No locale set" : "Ez da lokalizaziorik ezarri", @@ -328,12 +539,15 @@ OC.L10N.register( "Your organisation" : "Zure erakundea", "Your phone number" : "Zure telefono zenbakia", "Edit your Profile visibility" : "Editatu profilaren ikusgarritasuna", + "Enable profile" : "Gaitu profila", "Unable to update profile enabled state" : "Ezin izan da profila gaitutako egoerara eguneratu", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Ikusgarritasunaren edo esparruaren ezarpen murriztaileena zure profilean errespetatzen da. Esaterako, ikusgarritasuna \"Erakutsi guztiei\" eta esparrua \"Pribatua\" gisa ezarrita badago, \"Pribatua\" errespetatzen da.", "Unable to update visibility of {displayId}" : "Ezin izan da {displayId}(r)en ikusgarritasuna eguneratu", "Your role" : "Zure rola", + "Your X (formerly Twitter) handle" : "Zure X (lehen Twitter) erabiltzailea", "Your website" : "Zure web orria", "No {property} set" : "Ez da {property} ezarri", + "Invalid value" : "Balio baliogabea", "Unable to update {property}" : "Ezin izan da {property} eguneratu", "Change scope level of {property}, current scope is {scope}" : "Aldatu {property}-(r)en esparru-maila, unekoa {scope} esparru-maila da", "Unable to update federation scope of the primary {property}" : "Ezin da eguneratu lehen mailako {property}-ren federazio-esparrua", @@ -345,54 +559,54 @@ OC.L10N.register( "Delete" : "Ezabatu", "Reshare" : "Birpartekatu", "No accounts" : "Konturik ez", + "Loading accounts …" : "Kontuak kargatzen ...", + "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Kontuen zerrenda. Zerrenda ez da guztiz errenderizatzen errendimendu arrazoiengatik. Kontuak zerrenda nabigatzen duzun heinean errenderizatuko dira.", "Default language" : "Hizkuntza lehenetsia", "Common languages" : "Hizkuntza komunak", "Other languages" : "Beste hizkuntza batzuk", "Password change is disabled because the master key is disabled" : "Pasahitza aldatzea desgaituta dago gako nagusia desaktibatuta baitago.", - "New user" : "Erabiltzaile berria", + "New account" : "Kontu berria", "Display name" : "Erakusteko izena", "Either password or email is required" : "Posta elektronikoa edo pasahitza beharrezkoak dira", "Password (required)" : "Pasahitza (beharrezkoa)", "Email (required)" : "Posta elektronikoa (beharrezkoa)", "Email" : "E-posta", "Groups (required)" : "Taldeak (beharrezkoa)", - "Set user groups" : "Ezarri erabiltzailearen taldeak", "Administered groups" : "Administratturiko taldeak", - "Set user as admin for …" : "Ezarri erabiltzailea admin gisa honentzat...", "Quota" : "Kuota", - "Set user quota" : "Ezarri erabiltzaie-kuota", "Language" : "Hizkuntza", "Set default language" : "Ezarri hizkuntza lehenetsia", "Manager" : "Zuzendaria", - "Add new user" : "Gehitu erabiltzaile berria", - "Set user manager" : "Ezarri erabiltzaile-kudeatzailea", - "Username will be autogenerated" : "Erabiltzaile izena automatikoki sortuko da", - "Username (required)" : "Erabiltzailea (beharrezkoa)", "Total rows summary" : "Errenkaden guztirako laburpena", - "Loading users …" : "Erabiltzaileak kargatzen ...", "Scroll to load more rows" : "Mugitu pantailan behera errenkada gehiago kargatzeko", - "_{userCount} user …_::_{userCount} users …_" : ["Erabiltzaile {userCount} …","{userCount} erabiltzaile …"], - "_{userCount} user_::_{userCount} users_" : ["Erabiltzaile {userCount}","{userCount} erabiltzaile"], "Avatar" : "Avatarra", - "Username" : "Erabiltzaile izena", + "Account name" : "Kontuaren izena", "Group admin for" : "Talde honen administratzailea", - "User backend" : "Erabiltzaile jatorria", "Storage location" : "Biltegiratze kokapena", "Last login" : "Azken saioa", - "User actions" : "Erabiltzaile-ekintzak", + "Account actions" : "Kontuaren ekintzak", "Password or insufficient permissions message" : "Pasahitz edo baimen gutxiegiko mezua", + "Loading account …" : "Kontua kargatzen ...", "Change display name" : "Aldatu erakutsiko den izena", "Set new password" : "Ezarri pasahitz berria", + "You do not have permissions to see the details of this account" : "Ez duzu baimenik kontu honen xehetasunak ikusteko", "Set new email address" : "Ezarri helbide elektroniko berria", - "Add user to group" : "Gehitu erabiltzailea taldera", + "Add account to group" : "Gehitu kontua taldera", + "Set account as admin for" : "Ezarri kontua admin gisa", + "Select account quota" : "Hautatu kontuaren kuota", "Set the language" : "Ezarri hizkuntza", + "Set line manager" : "Ezarri linea-arduraduna", "{size} used" : "{size} erabilita", "Delete account" : "Ezabatu kontua", + "Disconnect all devices and delete local data" : "Deskonektatu gailu guztiak eta ezabatu datu lokalak", + "Disable account" : "Desgaitu kontua", + "Enable account" : "Gaitu kontua", "Resend welcome email" : "Birbidali ongi etorri mezua", "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Gailua galtzen baduzu edo erakundetik irteten bazara, honek {userid} erabiltzaileari lotutako gailu guztietako Nextcloudeko datuak garbitu ditzake. Gailuak internetera konektatuta badaude bakarrik funtzionatzen du.", "Remote wipe of devices" : "Gailuen urruneko garbiketa", "Wipe {userid}'s devices" : "Garbitu {userid}-ren gailuak", "Wiped {userid}'s devices" : "{userid}-ren gailuak garbitu dira", + "Failed to update line manager" : "Ezin izan da arduraduna eguneratu", "Fully delete {userid}'s account including all their personal files, app data, etc." : "{userid} erabiltzailearen kontua, bere fitxategi eta aplikazioen datuak barne, guztiz ezabatu.", "Account deletion" : "Kontu ezabaketa", "Delete {userid}'s account" : "Ezabatu {userid} erabiltzailearen kontua", @@ -400,14 +614,22 @@ OC.L10N.register( "Password was successfully changed" : "Pasahitza ondo aldatu da", "Email was successfully changed" : "Posta elektronikoa ondo aldatu da", "Welcome mail sent!" : "Ongi etorri mezua bidalita!", + "Toggle account actions menu" : "Txandakatu kontuen ekintza menua", "Done" : "Egina", "Edit" : "Aldatu", + "Account management settings" : "Kontuen kudeaketaren ezarpenak", "Visibility" : "Ikusgarritasuna", "Show language" : "Erakutsi hizkuntza", + "Show account backend" : "Erakutsi kontuaren motorra", "Show storage path" : "Erakutsi biltegiaren bidea", "Show last login" : "Azken izen ematea erakutsi", "Sorting" : "Antolaketa", + "The system config enforces sorting the groups by name. This also disables showing the member count." : "Sistemaren konfigurazioak taldeak izenaren arabera ordenatzea eskatzen du. Horrek kideen kopurua erakustea ere desgaitzen du.", + "Group list sorting" : "Talde-zerrenda ordena", + "By member count" : "Kide kopuruaren arabera", + "By name" : "Izenez", "Send email" : "Bidali posta-mezua", + "Send welcome email to new accounts" : "Bidali ongietorri mezu elektronikoa kontu berriei", "Defaults" : "Defektuzkoak", "Default quota" : "Kuota lehenetsia", "Select default quota" : "Aukeratu lehenetsitako kuota", @@ -424,9 +646,21 @@ OC.L10N.register( "Your browser does not support WebAuthn." : "Zure nabigatzaileak ez du WebAuthn onartzen.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Admin bezala partekatze portaerak zehaztasunez konfigura daitezke. Ikusi dokumentazioa informazio gehiagorako. ", "You need to enable the File sharing App." : "Fitxategi partekatze aplikazioa gaitu behar duzu.", + "Loading app list" : "Aplikazio-zerrenda kargatzen", + "App Store" : "Aplikazioen denda", + "Loading categories" : "Kategoriak kargatzen", + "Developer documentation ↗" : "Garatzaileen dokumentazioa ↗", + "Version {version}, {license}-licensed" : "{version} bertsioa, {license}-lizentziarekin", + "Active accounts" : "Kontu gaituak", "Admins" : "Administratzaileak", - "New account" : "Kontu berria", + "Disabled accounts" : "Kontu desgaituak", + "Account group: {group}" : "Kontuaren taldea: {group}", + "Account management" : "Kontuen kudeaketa", + "Creating group…" : "Taldea sortzen...", + "Create group" : "Sortu taldea", "Group name" : "Taldearen izena", + "Please enter a valid group name" : "Mesedez, sartu baliozko talde baten izena", + "Failed to create group" : "Taldea sortzeak huts egin du", "Sending…" : "Bidaltzen...", "Email sent" : "Eposta bidalia", "Location" : "Kokapena", @@ -438,11 +672,15 @@ OC.L10N.register( "Organisation" : "Erakundea", "Phone number" : "Telefono zenbakia", "Role" : "Zeregina", + "X (formerly Twitter)" : "X (lehen Twitter)", "Fediverse (e.g. Mastodon)" : "Fedibertsoa (adibidez, Mastodon)", "Website" : "Webgunea", "Profile visibility" : "Profilaren ikusgarritasuna", "Locale" : "Eskualdeko ezarpenak", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Ez dago eskuragarri propietate hau oinarrizko funtzionaltasunentzako beharrezkoa delako, fitxategien partekatze eta egutegien gonbidapenak barne", + "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Ez dago erabilgarri federazioa desgaitu delako zure kontuan, jarri harremanetan sistemaren administrazioarekin galderarik baduzu", + "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Ez dago eskuragarri bilaketa zerbitzarira kontuen datu zehatzak argitaratzea ez dagoelako baimenduta, jarri harremanetan sistemaren administrazioarekin galderarik baduzu", + "Discover" : "Ezagutu", "Your apps" : "Zure aplikazioak", "Active apps" : "Aplikazio aktiboak", "Disabled apps" : "Gaitu gabeko aplikazioak", @@ -451,24 +689,31 @@ OC.L10N.register( "Featured apps" : "App aipagarriak", "Supported apps" : "Onartutako aplikazioak", "Show to everyone" : "Erakutsi denei", + "Show to logged in accounts only" : "Erakutsi saioa hasi duten kontuei soilik", "Hide" : "Ezkutatu", "Download and enable" : "Deskargatu eta gaitu", "Allow untested app" : "Baimendu probatu gabeko aplikazioa", "The app will be downloaded from the App Store" : "Aplikazioa aplikazio biltegitik deskargatuko da", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Aplikazio hau ez dago zure Nextcloud bertsioarekin bateragarri bezala markatuta. Jarraitzen baduzu aplikazioa instalatu egingo duzu. Kontuan izan agian aplikazioak ez duela ondo funtzionatuko.", "Never" : "Inoiz ez", + "Could not register device: Network error" : "Ezin izan da gailua erregistratu: Sare errorea", + "Could not register device: Probably already registered" : "Ezin izan da gailua erregistratu: ziurrenik dagoeneko erregistratuta", + "Could not register device" : "Ezin izan da gailua erregistratu", "An error occurred during the request. Unable to proceed." : "Errorea gertatu da eskaeran. Ezin da jarraitu.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikazioa gaitu da baina eguneratu behar da. Eguneratze orrira joango zara 5 segundotan.", "Error: This app cannot be enabled because it makes the server unstable" : "Errorea: aplikazio hau ezin da gaitu zerbitzaria ezegonkorra izatea eragiten duelako", "Do you really want to wipe your data from this device?" : "Ziur zaude gailu honetatik zure datu guztiak ezabatu nahi dituzula?", "Confirm wipe" : "Berretsi garbiketa", + "Could not delete the app token" : "Ezin izan da aplikazioaren tokena ezabatu", "Error while wiping the device with the token" : "Errorea gailua tokenarekin garbitzean", "Error while updating device token name" : "Errorea gailuaren tokenaren izena eguneratzean", "Error while updating device token scope" : "Errorea gailuaren tokenaren irismena eguneratzean", + "Could not set group sorting" : "Ezin izan da talde-ordena ezarri", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Eskaera gehiegi zeuden zure saretik. Saiatu beranduago edo kontaktatu zure administrailearekin hau errorea bada.", "Account documentation" : "Kontuen dokumentazioa", "Administration documentation" : "Administrazioaren dokumentazioa", "Forum" : "Foroa", + "Nextcloud help & privacy resources" : "Nextcloud laguntza eta pribatutasun baliabideak", "General documentation" : "Dokumentazio orokorra", "Legal notice" : "Ohar legala", "Privacy policy" : "Pribatutasun politika", @@ -485,6 +730,7 @@ OC.L10N.register( "Authentication" : "Autentifikazioa", "Authentication required" : "Autentikazioa beharrezkoa", "Credentials" : "Kredentzialak", + "SMTP Login" : "SMTP saioa", "SMTP Password" : "SMTP pasahitza", "Save" : "Gorde", "Test and verify email settings" : "Probatu eta egiaztatu posta elektronikoaren ezarpenak", @@ -524,10 +770,13 @@ OC.L10N.register( "Invalid user" : "Erabiltzaile baliogabea", "Your username is: %s" : "Zure erabiltzailea hau da: %s", "Logged in user must be a subadmin" : "Saioa hasitako erabiltzailea azpi-administratzailea izan behar du", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Inportatutako erabiltzaile SSL ziurtagiriak egiaztatzen dituen atzeko planeko lana dago zain. Egiaztatu berriro geroago.", + "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Erabiltzaileek inportaturiko SSL ziurtagiriak egiaztatzen dituen atzeko planoko lan bat dago egiteke. Egiaztatu berriro geroago.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Badira inportatutako zenbait erabiltzaile SSL ziurtagiri, jada erabiltzen ez direnak Nextcloud 21-ekin. Komando lerroan inportatu daitezke \"occ security: certificates: import\" komandoaren bidez. Datuen direktorioaren barruan dituzten bideak behean agertzen dira.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "LDAP erabiltzaile edo taldeen UUID baliogabeak aurkitu dira. Mesedez, berrikusi zure \"Gainarazi UUID detekzioa\" ezarpenak LDAP konfigurazioaren Aditu atalean eta erabili \"occ ldap:update-uuid\" horiek eguneratzeko.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV sistemaren helbide-liburuaren sinkronizazioa oraindik ez da martxan jarri zure instantziak 1000 erabiltzaile baino gehiago dituelako edo akats bat gertatu delako. Mesedez, exekutatu eskuz occ dav:sync-system-addressbook deituz.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" bertsioa erabiltzen da. Nextcloud 21ek eta berriagoak ez dute bertsio hau onartzen eta MariaDB 10.2 edo berriagoa behar dute.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL bertsioa \"%s\" erabiltzen da. Nextcloud 21 eta berriek ez dute bertsio hau onartzen eta MySQL 8.0 edo MariaDB 10.2 edo berriagoa behar dute.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL \"%s\" bertsioa erabiltzen da. Nextcloud 21ek eta berriagoak ez dute bertsio hau onartzen eta PostgreSQL 9.6 edo berriagoa behar dute.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Bi faktoreko autentifikazioa erabiltzaile guztientzat edo talde batzuentzat ezarri daiteke. Ez badute bi faktoreko hornitzailerik konfiguratuta, ezingo dira sistemara sartu.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Taldeak aukeratuta daudenean hauxe erabiltzen da bi faktoreko autentikazioa derrigortu ala ez erabakitzeko: talderik ez badago aukeratuta, guztientzat dago derrigortuta kanpoan utzitako taldeetako kideentzat ezik. Taldeak aukeratuta badaude, beren kideentzat derrigortzen da. Erabiltzaile bat aukeratutako eta kanpoan utzitako talde bateko kide bada, aukeratutako taldekoa izatea lehenesten da eta bi faktoreko autentikazioa erabiltzera derrigortzen da.", "Enable all" : "Gaitu denak", @@ -542,6 +791,7 @@ OC.L10N.register( "Error while deleting the token" : "Errorea tokena ezabatzean", "Use the credentials below to configure your app or device." : "Erabili kredentzialak beheko zure aplikazioa edo gailua konfiguratzeko.", "For security reasons this password will only be shown once." : "Segurtasun arrazoiengatik, pasahitz hau behin soilik erakutsiko da.", + "Username" : "Erabiltzaile izena", "Copied!" : "Kopiatua!", "Copy" : "Kopiatu", "Execute one task with each page loaded. Use case: Single user instance." : "Exekutatu zeregin bat orrialde bakoitza kargatuta. Erabilera kasua: erabiltzaile bakarreko instantzia.", @@ -561,6 +811,7 @@ OC.L10N.register( "Edit display name" : "Editatu erakutsiko den izena", "Add new password" : "Gehitu pasahitz berria", "Add new email address" : "Gehitu e-mail helbide berria", + "Add user to group" : "Gehitu erabiltzailea taldera", "Set user as admin for" : "Ezarri erabiltzailea admin gisa", "Select user quota" : "Aukeratu erabiltzaile-kuota ", "Select manager" : "Aukeratu kudeatzailea", @@ -571,9 +822,11 @@ OC.L10N.register( "Enable user" : "Gaitu erabiltzailea", "Edit User" : "Erabiltzailea editatu", "User's table" : "Erabiltzailearen mahaia", + "New user" : "Erabiltzaile berria", "Will be autogenerated" : "Automatikoki sortuko da", "Select user manager" : "Aukeratu erabiltzaile kudeatzailea", "Add a new user" : "Gehitu erabiltze berria", + "User backend" : "Erabiltzaile jatorria", "No users in here" : "Ez dago erabiltzailerik hemen", "Name your device" : "Izendatu zure gailua", "Server error while trying to add WebAuthn device" : "Zerbitzariaren errorea WebAuthn gailua gehitzen saiatzean", @@ -601,12 +854,40 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Baztertu taldeak esteka partekatzeak sortzetik:", "Exclude groups from sharing" : "Baztertu taldeak partekatzean", "These groups will still be able to receive shares, but not to initiate them." : "Talde hauek oraindik jaso ahal izango dute partekatzeak, baina ezingo dute partekatu", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Baimendu erabiltzaile izena automatikoki osatzea elkarrizketa-koadroan eta baimendu sistemako helbide-liburua atzitzea", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Baimendu erabiltzaile izena automatikoki osatzea talde bereko erabiltzaileei eta mugatu sistemako helbide-liburuak atzitzea talde bereko erabiltzaileei", + "Allow username autocompletion to users based on phone number integration" : "Baimendu erabiltzaile-izenen osatze automatikoa telefono zenbakien integrazioan oinarritutako erabiltzaileei", + "Old user imported certificates" : "Erabiltzaileek inportatutako ziurtagiri zaharrak", + "Missing optional index \"%s\" in table \"%s\"." : "\"%s\" hautazko indizea falta da \"%s\" taulan.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Datu-baseak zenbait indize falta ditu. Taula handietan indizeak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-indices\" exekutatuz indize horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean. Indizeak gehitu ondoren taula horietan egindako kontsultak askoz azkarragoak izan ohi dira.", + "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Ezin izan da egiaztatu JavaScript euskarria. Mesedez, egiaztatu eskuz zure web zerbitzariak `.mjs` fitxategiak hornitzen dituen JavaScript MIME mota erabiliz.", + "MySQL unicode support" : "MySQL unicode euskarria", + "Overwrite cli URL" : "Gainidatzi cli URLa", + "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "PHP %s exekutatzen ari zara. PHP 8.0 Nextcloud 27-n zaharkituta dago. Nextcloud 28k gutxienez PHP 8.1 behar ahal izango du. Mesedez, eguneratu PHP Group-ek ofizialki onartzen dituen PHP bertsioatara ahalik eta lasterren.", + "Rating: {score}/10" : "Balorazioa: {score}/10", + "You are about to remove the group \"{group}\". The users will NOT be deleted." : "\"{group}\"taldea ezabatzera zoaz. Erabiltzaileak EZ dira ezabatuko.", "No users" : "Erabiltzailerik ez", + "Loading users …" : "Erabiltzaileak kargatzen ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Erabiltzaileen zerrenda. Zerrenda ez da guztiz errenderizatzen errendimendu arrazoiengatik. Erabiltzaileak zerrenda nabigatzen duzun heinean errenderizatuko dira.", + "Set user groups" : "Ezarri erabiltzailearen taldeak", + "Set user as admin for …" : "Ezarri erabiltzailea admin gisa honentzat...", + "Set user quota" : "Ezarri erabiltzaie-kuota", + "Add new user" : "Gehitu erabiltzaile berria", + "Set user manager" : "Ezarri erabiltzaile-kudeatzailea", + "Username will be autogenerated" : "Erabiltzaile izena automatikoki sortuko da", + "Username (required)" : "Erabiltzailea (beharrezkoa)", + "_{userCount} user …_::_{userCount} users …_" : ["Erabiltzaile {userCount} …","{userCount} erabiltzaile …"], + "_{userCount} user_::_{userCount} users_" : ["Erabiltzaile {userCount}","{userCount} erabiltzaile"], + "User actions" : "Erabiltzaile-ekintzak", "Loading user …" : "Erabiltzailea kargatzen ...", "Failed to update user manager" : "Ezin izan da erabiltzaile kudeatzailea eguneratu", "User management settings" : "Erabiltzaile kudeaketaren ezarpenak", "Send welcome email to new users" : "Bidali ongietorri eposta erabiltzaile berriei", - "Nextcloud help resources" : "Nextcloud laguntza baliabideak" + "User management" : "Erabiltzaileen kudeaketa", + "Creating group …" : "Taldea sortzen ...", + "User group: {group}" : "Erabiltzailearen taldea: {group}", + "Nextcloud help resources" : "Nextcloud laguntza baliabideak", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Egiaztapen hau exekuta dadin zure web zerbitzaria bere buruarekin konektatu daitekeela ziurtatu behar duzu. Hori dela eta, gutxienez bere `trusted_domains` edo `overwrite.cli.url` batera konektatzeko gai izan behar da.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Ezin izan da egiaztatu JavaScript onartzen baden zure `trusted_domains` edo `overwrite.cli.url` bidez. Baliteke zerbitzariaren DNS bat ez datozenen edo irteerako suebakiaren arauaren ondorioa izatea. Mesedez, egiaztatu eskuz zure web zerbitzariak `.mjs` fitxategiak hornitzen dituen JavaScript MIME mota erabiliz." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/eu.json b/apps/settings/l10n/eu.json index a77984963b2..e6f4eb0016f 100644 --- a/apps/settings/l10n/eu.json +++ b/apps/settings/l10n/eu.json @@ -54,9 +54,12 @@ "Wrong password" : "Pasahitz okerra", "Unable to change personal password" : "Ezin izan da pasahitz pertsonala aldatu", "Saved" : "Gordeta", + "No Login supplied" : "Ez da saio hasierarik zehaztu", "Unable to change password. Password too long." : "Ezin izan da pasahitza aldatu. Pasahitz luzeegia.", "Authentication error" : "Autentifikazio errorea", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Eman berreskuratzeko administrazio pasahitza, bestela kontuaren datu guztiak galduko dira.", "Wrong admin recovery password. Please check the password and try again." : "Administratzailearen berreskuratze pasahitza ez egokia. Mesedez egiaztatu pasahitza eta saiatu berriz.", + "Backend does not support password change, but the encryption of the account key was updated." : "Backend-ak ez du onartzen pasahitza aldatzea, baina kontuaren enkriptatze-gakoa eguneratu da.", "Administrator documentation" : "Administratzaile dokumentazioa", "User documentation" : "Erabiltzailearen dokumentazioa", "Nextcloud help overview" : "Nextcloud laguntza ikuspegia", @@ -66,6 +69,7 @@ "If you received this email, the email configuration seems to be correct." : "E-posta mezu hau jaso baduzu, e-postaren ezarpenak egokiak direnaren seinale.", "Email could not be sent. Check your mail server log" : "E-posta mezua ezin izan da bidali. Begiratu zure posta-zerbitzariaren egunkaria", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Arazo bat sortu da posta bidaltzerakoan. Berrikusi zure ezarpenak. (Error: %s)", + "You need to set your account email before being able to send test emails. Go to %s for that." : "Zure kontuaren posta elektronikoa ezarri behar duzu, probako mezu elektronikoak bidali ahal izateko. Horretarako, zoaz %sorrira.", "Invalid account" : "Baliogabeko kontua", "Invalid mail address" : "Posta helbide baliogabea", "Settings saved" : "Ezarpenak gordeta", @@ -92,9 +96,11 @@ "Welcome aboard" : "Ongi etorri gurera", "Welcome aboard %s" : "Ongi etorri gurera, %s", "Welcome to your %s account, you can add, protect, and share your data." : "Ongi etorri zure %s kontura, zure datuak gehitu, babestu eta parteka ditzakezu.", + "Your Login is: %s" : "Hasita duzun saioa hau da: %s", "Set your password" : "Ezarri zure pasahitza", "Go to %s" : "%s-ra joan", "Install Client" : "Instalatu bezeroa", + "Logged in account must be a subadmin" : "Saioa hasitako erabiltzaileak azpi-administratzailea izan behar du", "Apps" : "Aplikazioak", "Personal" : "Pertsonala", "Administration" : "Administrazioa", @@ -115,27 +121,170 @@ "Background jobs" : "Atzeko planoko lanak", "Unlimited" : "Mugarik gabe", "Verifying" : "Egiaztatzen", + "App directories owner" : "App direktorio jabea", + "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Zenbait aplikazio direktorioren jabe ez datoz bat web zerbitzariaren erabiltzailearekin. Aplikazio horiek eskuz instalatu direlako izan daiteke hori. Egiaztatu baimenak ondorengo aplikazio direktorioetan:\n%s", + "App directories have the correct owner \"%s\"" : "Aplikazio direktorioek jabe zuzena daukate \"%s\"", + "Brute-force Throttle" : "Brute-force mugatzea (throttle)", "Your remote address could not be determined." : "Ezin izan da zure urruneko helbidea zehaztu.", + "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Zure urruneko helbidea \"%s\" gisa identifikatua izan da, eta brute-force mugatzea dauka une honetan eskaera batzuen errendimendua gutxituz. Urruneko helbidea zure helbidea ez bada, proxy bat ondo konfiguratu ez dela adierazi dezake horrek.", + "Your remote address \"%s\" is not brute-force throttled." : "Zure urruneko \"%s\" helbideak ez du brute-force mugarik.", + "Old administration imported certificates" : "Administrazio zaharretik inportaturiko ziurtagiriak", + "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Administratzaileek inportaturiko SSL ziurtagiriak egiaztatzen dituen atzeko planoko lan bat dago egiteke. Egiaztatu berriro geroago.", + "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Badira administratzaileek inportatutako zenbait erabiltzaile SSL ziurtagiri, jada erabiltzen ez direnak Nextcloud 21-ekin. Komando-lerroan inportatu daitezke \"occ security:certificates: import\" komandoaren bidez. Behean erakusten da datu direktorioko bideak.", + "Code integrity" : "Kode integritatea", + "Integrity checker has been disabled. Integrity cannot be verified." : "Integritate egiaztatzailea desgaitua izan da. Integritatea ezin da balioztatu.", + "No altered files" : "Ez dago aldaketadun fitxategirik", + "Some files have not passed the integrity check. {link1} {link2}" : "Fitxategi batzuek ez dute osotasun egiaztapena gainditu. {link1} {link2}", + "Cron errors" : "Cron erroreak", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Ezin izan da cron lana CLI bidez exekutatu. Ondorengo errore teknikoak gertatu dira:\n%s", + "The last cron job ran without errors." : "Azken cron lana arazorik gabe exekutatu da.", + "Cron last run" : "Azken cron lana", + "Last background job execution ran %s. Something seems wrong. {link}." : "Azken atzeko planoko lan exekuzioa %s. Zerbait gaizki dirudi.", + "Last background job execution ran %s." : "Azken atzeko planoko exekuzioa %s izan da.", + "Data directory protected" : "Datu direktorioa babestuta dago", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Zure datuen direktorioa eta fitxategiak Internetetik atzitu daitezke seguru aski. .htaccess fitxategiak ez du funtzionatzen. Biziki gomendatzen da web zerbitzariaren konfigurazioa aldatzea datuen direktorioa atzigarri egon ez dadin, edo datuen direktorioa ateratzea web zerbitzariaren dokumentuen errotik kanpora.", + "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Ezin izan da egiaztatu datu direktorioa babestuta dagoen. Egiaztatu eskuz zure zerbitzariak ez duela baimenik ematen datu direktorioa atzitzeko.", + "Database missing columns" : "Datu-basean zutabeak falta dira", + "Missing optional column \"%s\" in table \"%s\"." : "\"%s\" hautazko zutabea falta da \"%s\" taulan.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Datu-baseak zenbait hautazko zutabe falta ditu. Hautazkoak izanik ez dira automatikoki gehitu, taula handietan zutabeak gehitzeak denbora behar duelako. Zutabe horiek eskuz gehitu daitezke, instantzia martxan dagoen bitartean, \"occ db:add-missing-columns\" exekutatuz. Zutabeak gehitu ondoren, ezaugarri batzuek erantzuteko gaitasuna eta erabilgarritasuna hobetu dezakete.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Datu-baseak zenbait indize falta ditu. Taula handietan indizeak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-indices\" exekutatuz indize horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean. Indizeak gehitu ondoren taula horietan egindako kontsultak askoz azkarragoak izan ohi dira.", + "Database missing indices" : "Datu-basean indizeak falta dira", + "Database missing primary keys" : "Datu-basean lehen mailako gakoak falta dira", + "Missing primary key on table \"%s\"." : "Lehen mailako gakoa falta da \"%s\" taulan.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Datu-baseak zenbait gako nagusi falta ditu. Taula handietan datu nagusiak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-primary-keys\" exekutatuz falta diren gako nagusi horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean.", + "Database pending bigint migrations" : "Datu-basea bigint migrazioen zain", + "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "Datu baseko zutabe batzuek big int bihurtzea falta dute. Taula handietan zutabe motak aldatzeak denbora dezente har dezakeenez ez dira automatikoki aldatu. 'Occ db: convert-filecache-bigint' exekutatuz zain dauden aldaketak eskuz aplika daitezke. Eragiketa hau instantzia lineaz kanpo dagoen bitartean egin behar da.", "Debug mode" : "Arazketa modua", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Instantzia hau arazketa moduan exekutatzen ari da. Gaitu hau garapen lokalerako soilik eta ez produkzio inguruneetarako.", + "Debug mode is disabled." : "Arazte modua desgaituta dago.", + "Default phone region" : "Telefonoaren eskualde lehenetsia", + "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "Zure instalazioak ez du telefono eskualde lehenetsirik ezarrita. Hori beharrezkoa da profil ezarpenetan herrialde koderik gabe jarritako telefono zenbakiak baliozkotzeko. Herrialde koderik gabeko zenbakiak onartzeko, gehitu \"default_phone_region\" dagokion eskualdeko ISO 3166-1 kodea zure konfigurazio fitxategian.", + "Email test" : "Test mezua", + "Email test was successfully sent" : "Test mezua ondo bidali da", + "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Oraindik ez duzu posta elektronikoko zerbitzariaren konfigurazioa ezarri edo egiaztatu. Mesedez, joan \"Oinarrizko ezarpenak\" atalera hauek ezartzeko. Ondoren, erabili inprimakiaren azpiko \"Bidali mezu elektronikoa\" botoia zure ezarpenak egiaztatzeko.", + "File locking" : "Fitxategien blokeoa", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakzio-fitxategiak blokeatzea desgaituta dago, honek lasterketa baldintzekin arazoak sor ditzake. Gaitu \"filelocking.enabled\" config.php-n arazo horiek saihesteko.", + "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Datu-basea fitxategi transakzionalak blokeatzeko erabiltzen da. Errendimendua hobetzeko, mesedez konfiguratu memcache, eskuragarri badago.", + "Forwarded for headers" : "Goiburuentzako birbidalia", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Zure \"trusted_proxies\" ezarpena ez dago behar bezala ezarrita, array bat izan behar du.", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "Zure \"trusted_proxies\" ezarpena ez dago behar bezala ezarrita, IP helbide array bat izan beharko luke, aukeran CIDR idazkeran, tartearekin.", + "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Alderantzizko proxy goiburuaren konfigurazioa okerra da. Segurtasun-arazo bat da eta erasotzaile batek bere IP helbidea faltsutzea ahalbidetu dezake Nextcloud-en ikusgai gisa.", + "Your IP address was resolved as %s" : "Zure IP helbidea honela ebatzi da %s", + "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Alderantzizko proxy goiburuaren konfigurazioa okerra da edo Nextcloud-era atzitzen ari zara konfiantzazko proxy batetik. Hala ez bada, hau segurtasun-arazo bat da eta erasotzaile batek bere IP helbidea faltsutzea ahalbidetu dezake Nextcloud-en ikusgai gisa.", + "HTTPS access and URLs" : "HTTPS sarbide eta URLak", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Gunera HTTP modu ez-seguruan sartzen ari zara. Zure zerbitzaria HTTPS eskatzeko konfiguratzea gomendatzen da biziki. Hau gabe, \"kopiatu arbelera\" edo \"zerbitzu-langileak\" bezalako web funtzionalitateak ez dute funtzionatuko!", + "Accessing site insecurely via HTTP." : "Gunera HTTP bidez modu inseguruan sartzen.", + "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Zure instantzia konexio seguru baten bidez sartzen ari zara, eta zure instantzia URL seguruak sortzen ari da.", + "Internet connectivity" : "Internet konektibitatea", + "Internet connectivity is disabled in configuration file." : "Internet konektibitatea konfigurazio fitxategian desgaituta dago.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Zerbitzari honek ez dauka Interneteko konexiorik: hainbat amaiera-puntu ezin izan dira atzitu. Horren ondorioz, hainbat ezaugarrik ez dute funtzionatuko, hala nola, kanpoko biltegiratzeak muntatzeak, eguneraketei buruzko jakinarazpenek edo hirugarrengoen aplikazioek. Urruneko fitxategiak atzitzeak eta posta elektroniko bidezko jakinarazpenek ere ez dute funtzionatuko. Ezarri Interneterako konexioa zerbitzari honetan ezaugarri horiek izateko.", + "JavaScript modules support" : "JavaScript moduluen euskarria", + "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Zure web zerbitzariak ez ditu `.mjs` fitxategiak zerbitzatzen JavaScript MIME mota erabiliz. Honek aplikazio batzuk hautsiko ditu arakatzaileek JavaScript fitxategiak exekutatu ez ditzaten. Zure web zerbitzaria konfiguratu beharko zenuke `.mjs` fitxategiak `text/javascript` edo `application/javascript` MIME motarekin hornitzeko.", + "JavaScript source map support" : "JavaScript iturri-mapen support", + "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Zure web zerbitzaria ez dago konfiguratuta `.js.map` fitxategiak hornitzeko. Fitxategi hauek gabe, JavaScript Source Maps-ek ez du behar bezala funtzionatuko, eta zailagoa izango da sor daitezkeen arazoak konpontzea eta araztea.", + "Old server-side-encryption" : "Zerbitzariaren aldeko zifratze zaharra", "Disabled" : "Desgaituta", "The old server-side-encryption format is enabled. We recommend disabling this." : "Zerbitzariaren aldeko enkriptatze formatu zaharra gaituta dago. Hau desgaitzea gomendatzen dugu.", + "Maintenance window start" : "Mantentze-aldiaren testua", + "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Zerbitzariak ez du mantentze-leihoaren hasiera-ordurik konfiguratuta. Horrek esan nahi du baliabide intentsiboko eguneroko atzeko planoko lanak zure erabilera-denbora nagusian ere exekutatuko direla. Erabilera baxuko garai batean ezartzea gomendatzen dugu, erabiltzaileek zeregin astun horiek eragiten duten kargak eragin txikiagoa izan dezaten.", + "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Atzeko planoko lan astunak exekutatzeko mantentze-leihoa {hasiera}:00 UTC eta {amaiera}:00 UTC artean dago", + "Memcache" : "Memcache", + "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Ez da memoria cacherik konfiguratu. Errendimendua hobetzeko, konfiguratu memcache bat, eskuragarri badago.", + "Configured" : "Konfiguratuta", + "MySQL Unicode support" : "MySQL Unicode euskarria", + "You are not using MySQL" : "Ez zara MySQL erabiltzen ari", + "MySQL is used as database and does support 4-byte characters" : "MySQL datu-base gisa erabiltzen da eta 4 byteko karaktereak onartzen ditu", + "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL datu-base gisa erabiltzen da baina ez ditu 4 byteko karaktereak onartzen. 4 byteko karaktereak (emojiak kasu) arazorik gabe erabiltzeko, adibidez, fitxategien izenetan edo iruzkinetan, MySQL-n 4 byteko euskarria gaitzea gomendatzen da.", + "OCS provider resolving" : "OCS hornitzaile ebazpena", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Ezin izan da egiaztatu zure web zerbitzariak OCM eta OCS hornitzaileen URLak behar bezala ebazten dituen.", + "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta %1$s ebazteko.\nZiur aski web zerbitzariaren konfigurazioa ez dago karpeta hau zuzenean entregatzeko eguneratuta.\nMesedez, konparatu zure konfigurazioa eskaintzen den Apacherako \".htaccess\" fitxategiko berridazketa arauekin edo Nginx-en dokumentazioarekin. \nNginx-en \"location ~\" katearekin hasten diren lerroak izan ohi dira eguneratu beharrekoak.", + "Overwrite CLI URL" : "Gainidatzi CLI URLa", + "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "Zure config.php-ko \"overwrite.cli.url\" aukera ondo konfiguratuta dago \"%s\" balioarekin.", + "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "Zure config.php-ko \"overwrite.cli.url\" aukera \"%s\" balioarekin konfiguratuta dago, URL ona dena. Iradokitako URLa \"%s\" da.", + "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Mesedez, ziurtatu zure config.php fitxategiko \"overwrite.cli.url\" aukera zure erabiltzaileek nagusiki Nextcloud honetara sartzeko erabiltzen duten URLan ezartzen duzula. Iradokizuna: \"%s\". Bestela, URLa sortzeko arazoak egon daitezke cron bidez. (Litekeena da iradokitako URLa ez izatea zure erabiltzaileek nagusiki Nextcloud honetara atzitzeko erabiltzen duten URLa. Edonola ere, hau egiaztatzea da onena.)", + "PHP default charset" : "PHP karaktere multzo lehenetsia", + "PHP configuration option \"default_charset\" should be UTF-8" : "PHP \"default_charset\" konfigurazio aukera UTF-8 izan beharko luke", + "PHP set_time_limit" : "PHP set_time_limit", + "The function is available." : "Funtzioa eskuragarri dago.", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHPko \"set_time_limit\" funtzioa ez dago erabilgarri. Horren eraginez script-ak exekuzioaren erdian gelditu daitezke, zure instalazioa puskatuz. Biziki gomendatzen da funtzio hau gaitzea.", + "Freetype" : "Freetype", "Supported" : "Onartuta", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Zure PHPak ez dauka FreeType euskarririk. Ondorioz, profileko irudiak eta ezarpenen interfazea hondatuta daude.", + "PHP getenv" : "PHP getenv", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Badirudi PHPa sistemaren ingurune aldagaiak kontsultatu ahal izateko behar bezala konfiguratu gabe dagoela. Egindako getenv(\"PATH\") probak erantzun hutsa itzultzen du.", + "PHP memory limit" : "PHP memoria muga", + "The PHP memory limit is below the recommended value of %s." : "PHPren memoria muga aholkatutako %s balioaren azpitik dago.", + "PHP modules" : "PHP moduluak", + "increases language translation performance and fixes sorting of non-ASCII characters" : "hizkuntza-itzulpenaren errendimendua areagotzen du eta ASCII ez diren karaktereen sailkapena konpontzen du", + "for Argon2 for password hashing" : "Argon2-rako pasahitzen hasha egiteko", + "for WebAuthn passwordless login" : "WebAuthn pasahitzik gabeko saio-hasierarako", + "for WebAuthn passwordless login, and SFTP storage" : "WebAuthn pasahitzik gabeko saio-hasiera eta SFTP biltegiratzerako", + "for picture rotation in server and metadata extraction in the Photos app" : "zerbitzarian irudiak biratzeko eta metadatuak ateratzeko Argazkiak aplikazioan", + "This instance is missing some required PHP modules. It is required to install them: %s." : "Instantzia honetan beharrezkoak diren PHP modulu batzuk falta zaizkio. Hauek instalatzea beharrezkoa da: %s.", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "Instantzia honek gomendatutako PHP modulu batzuk falta ditu. Biziki gomendatzen da horiek instalatzea, errendimendua eta bateragarritasuna hobetzeko:\n%s", + "PHP opcache" : "PHP opcache", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP OPcache modulua ez da kargatu. Errendimendu hobea lortzeko, zure PHP instalazioan kargatzea gomendatzen da.", + "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache desgaituta dago. Errendimendu hobea lortzeko, zure PHP konfigurazioari \"opcache.enable=1\" aplikatzea gomendatzen da.", + "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "Partekatutako memorian oinarritutako OPcache desgaituta dago. Errendimendu hobea lortzeko, gomendatzen da \"opcache.file_cache_only=0\" aplikatzea zure PHP konfigurazioan eta fitxategien cachea bigarren mailako cache gisa soilik erabiltzea.", + "OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "OPcache-k ez du behar bezala funtzionatzen, opcache_get_status() false itzultzen du, mesedez egiaztatu konfigurazioa.", + "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply \"opcache.max_accelerated_files\" to your PHP configuration with a value higher than \"%s\"." : "OPcache gakoen gehienezko kopurua ia gainditzen da. Script guztiak cachean gorde daitezkeela ziurtatzeko, \"opcache.max_accelerated_files\" zure PHP konfigurazioan \"%s\" baino balio handiagoarekin aplikatzea gomendatzen da.", + "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\"." : "OPcache buffer-a ia beteta dago. Script guztiak cachean gorde daitezkeela ziurtatzeko, gomendatzen da \"opcache.memory_consumption\" aplikatzea zure PHP konfigurazioan \"%s\" baino balio handiagoarekin.", + "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "OPcache barneratutako kateen buffer-a ia beteta dago. Errepikatzen diren kateak modu eraginkorrean gorde daitezkeela ziurtatzeko, \"opcache.interned_strings_buffer\" zure PHP konfigurazioan \"%s\" baino balio handiagoarekin aplikatzea gomendatzen da.", + "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache kodea iruzkinak kentzeko konfiguratuta dago. OPcache gaituta, \"opcache.save_comments=1\" ezarri behar da Nextcloud-ek funtziona dezan.", + "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud-ek ez du onartzen OPcache APIa erabiltzea. OPcache gaituta dagoela, oso gomendagarria da Nextcloud direktorio guztiak \"opcache.restrict_api\"-rekin sartzea edo ezarpen hau desaktibatzea OPcache API-ren murrizketak desgaitzeko, Nextcloud core edo aplikazioen berritze-lanetan akatsak saihesteko.", + "The PHP OPcache module is not properly configured. %s." : "PHP OPCache modulua ez dago ondo konfiguratuta. %s.", + "Correctly configured" : "Ondo konfiguratuta", + "PHP version" : "PHP bertsioa", + "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "PHP %s exekutatzen ari zara. PHP 8.1 Nextcloud 30-en zaharkituta dago. Nextcloud 31k gutxienez PHP 8.2 behar ahal izango du. Mesedez, eguneratu PHP Group-ek ofizialki onartzen dituen PHP bertsioatara ahalik eta lasterren.", + "You are currently running PHP %s." : "Une honetan %s PHPa darabilzu.", + "PHP \"output_buffering\" option" : "PHP \"output_buffering\" ezarpena", + "PHP configuration option \"output_buffering\" must be disabled" : "PHP \"output_buffering\" konfigurazio aukera desgaituta egon behar da", + "Push service" : "Push zerbitzua", + "Valid enterprise license" : "Baliozko enpresa lizentzia", + "Free push service" : "Doako push zerbitzua", + "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}." : "Hau laguntzarik gabeko Nextcloud komunitate bertsioa da. Instantzia honen tamaina kontuan hartuz, ezin da errendimendua, fidagarritasuna eta eskalabilitatea ziurtatu. Push jakinarazpenak mugatuta daude gure doako zerbitzua ez gainkargatzeko. Ikusi Nextcloud Enterprise-ren abantailei buruzkoak {link} orrian.", + "Random generator" : "Ausazko sorgailua", + "No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "PHPk aurkitu ez duen zorizkotasun iturri egokirik, segurtasun arrazoiengatik oso gomendagarria dena.", + "Secure" : "Segurua", + "Configuration file access rights" : "Konfigurazio fitxategiaren sarbide baimenak", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Irakurtzeko soilik konfigurazioa gaitu da. Honek web interfazetik konfigurazio batzuk ezartzea eragozten du. Gainera, eguneraketa bakoitzean fitxategia idazteko moduan jarri behar da eskuz.", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" bertsioa erabiltzen da. Nextcloud 21ek eta berriagoak ez dute bertsio hau onartzen eta MariaDB 10.2 edo berriagoa behar dute.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL bertsioa \"%s\" erabiltzen da. Nextcloud 21 eta berriek ez dute bertsio hau onartzen eta MySQL 8.0 edo MariaDB 10.2 edo berriagoa behar dute.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL \"%s\" bertsioa erabiltzen da. Nextcloud 21ek eta berriagoak ez dute bertsio hau onartzen eta PostgreSQL 9.6 edo berriagoa behar dute.", + "Nextcloud configuration file is writable" : "Nextcloud konfigurazio fitxategia idazgarria da", + "HTTP headers" : "HTTP goiburuak", + "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "`%1$s`HTTP goiburua ez dago `%2$s` baliora ezarria. Baliteke ezaugarri batzuk espero bezala ez funtzionatzea. Ezarpenean dagokion balioa jartzea gomendatzen da.", + "- The `%1$s` HTTP header is not set to `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "`%1$s` HTTP goiburua ez dago `%2$s` baliora ezarria. Hau segurtasun edo pribatutasun arrisku bat izan daiteke. Ezarpenean dagokion balioa jartzea gomendatzen da.", + "- The `%1$s` HTTP header does not contain `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP goiburuak ez dauka `%2$s` balioa. Hau segurtasun edo pribatutasun arrisku bat izan daiteke. Ezarpenean dagokion balioa jartzea gomendatzen da.", + "- The `%1$s` HTTP header is not set to `%2$s`, `%3$s`, `%4$s`, `%5$s` or `%6$s`. This can leak referer information. See the {w3c-recommendation}." : "- `%1$s` HTTP goiburua ez dago `%2$s`, `%3$s`, `%4$s`, `%5$s` edo `%6$s` baliotara ezarrita. Honek referer informazioa isuri dezake. Ikusi {w3c-recommendation}.", + "- The `Strict-Transport-Security` HTTP header is not set to at least `%d` seconds (current value: `%d`). For enhanced security, it is recommended to use a long HSTS policy." : "- `Strict-Transport-Security` HTTP goiburua ez dago gutxienez `%d` segundotan ezarrita (uneko balioa: `%d`). Segurtasuna hobetzeko, HSTS politika luzea erabiltzea gomendatzen da.", + "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS." : "- `Strict-Transport-Security` HTTP goiburua gaizki osatuta dago: `%s`. Segurtasun handiagoa lortzeko, HSTS gaitzea gomendatzen da.", + "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- `Strict-Transport-Security` HTTP goiburua ez dago ezarrita (gutxienez `%d` segundo izan behar du). Segurtasun handiagoa lortzeko, HSTS gaitzea gomendatzen da.", + "Some headers are not set correctly on your instance" : "Goiburu batzuk ez daude behar bezala ezarrita zure instantzian", + "Could not check that your web server serves security headers correctly. Please check manually." : "Ezin izan da egiaztatu zure web zerbitzariak segurtasun-goiburuak behar bezala zerbitzatzen dituela. Mesedez, egiaztatu ezazu eskuz.", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Ezin izan da egiaztatu zure web zerbitzariak segurtasun-goiburuak behar bezala zerbitzatzen dituela, ezin izan da `%s` kontsultatu", + "Your server is correctly configured to send security headers." : "Zure zerbitzaria segurtasun goiburuak bidaltzeko ondo konfiguratuta dago.", + "Database version" : "Datu-basearen bertsioa", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Une honetan atzeko planoak SQLite datu-base gisa erabiltzen ari da. Instalazio handiagoetarako atzeko planoko datu-base ezberdin batera aldatzea gomendatzen dugu. Hau bereziki gomendatzen da fitxategiak sinkronizatzeko mahaigaineko bezeroa erabiltzean. Beste datu-base batera migratzeko, erabili komando lerroko tresna: \"occ db:convert-type\".", + "Unknown database platform" : "Datu-base plataforma ezezaguna", "Architecture" : "Arkitektura", + "64-bit" : "64-bit", + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "32 biteko PHP bertsioa exekutatzen ari zarela dirudi. Nextcloud-ek 64 bitekoa behar du ondo exekutatzeko. Eguneratu zure SE eta PHP 64 bitekora!", + "Temporary space available" : "Aldi baterako lekua eskura", + "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Errore bat gertatu da behin-behineko PHP bidea egiaztatzean - ez dago direktorio batera behar bezala ezarrita. Itzulitako balioa: %s", + "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "Errore bat gertatu da aldi baterako PHP bidearen disko-espazioa egiaztatzean edo ez da diskoko leku librerik itzuli. Behin-behineko bidea: %s", + "- %.1f GiB available in %s (PHP temporary directory)" : "- %.1f GiB eskuragarri %s(e)n (PHP behin-behineko karpeta)", + "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f GiB eskuragarri %s(e)n (Nextcloud behin-behineko karpeta)", + "Temporary directory is correctly configured:\n%s" : "Behin-behineko karpeta ondo konfiguratuta dago:\n%s", + "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "Instantzia honek S3 oinarritutako objektu-biltegi bat erabiltzen du biltegi nagusi gisa, eta nahikoa leku du aldi baterako direktorioa.\n%s", + "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "Instantzia honek S3 oinarritutako objektu-biltegi bat erabiltzen du biltegiratze nagusi gisa. Igotako fitxategiak aldi baterako zerbitzarian gordetzen dira eta, beraz, 50 GiB espazio libre edukitzea gomendatzen da PHPren direktorio aldi baterako. Hau hobetzeko, mesedez aldatu php.ini-ko behin-behineko direktorioa edo jarri leku gehiago bide horretan. \nBehin-behineko bide-izenean dagoen lekua egiaztatzeak gomendatutako 50 GiB-en ordez %.1f GiB eman ditu. Bide-izena: %s", + "Database transaction isolation level" : "Datu-basaren transakzioen isolamendu maila", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Zure datu-basea ez da \"READ COMMITTED\" transakzio isolamendu mailarekin exekutatzen. Honek arazoak eragin ditzake hainbat ekintza paraleloan exekutatzen direnean.", + "Was not able to get transaction isolation level: %s" : "Ezin izan da transakzioen isolamendu maila lortu: %s", + ".well-known URLs" : ".well-known URLak", + "`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "`check_for_working_wellknown_setup` false gisa ezarri da zure konfigurazioan, beraz, egiaztapen hau saltatu egin da.", + "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Ezin izan da egiaztatu zure web zerbitzariak `.well-known` behar bezala zerbitzatzen duen. Mesedez, egiaztatu ezazu eskuz.", + "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "Zure web zerbitzaria ez dago behar bezala konfiguratuta `.well-known` URLak ebazteko, huts egin du:\n`%s`", + "Your server is correctly configured to serve `.well-known` URLs." : "Zure zerbitzaria behar bezala konfiguratuta dago `.well-known` URLak hornitzeko.", + "WOFF2 file loading" : "WOFF2 fitxategien karga", + "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Ezin izan da egiaztatu WOFF2 kargatzeko euskarria. Mesedez, egiaztatu eskuz zure web zerbitzariak `.woff2` fitxategiak zerbitzatzen dituen.", + "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "Zure web zerbitzaria ez dago behar bezala konfiguratuta .woff2 fitxategiak entregatzeko. Hau Nginx-en konfigurazioaren ohiko arazo bat da. Nextcloud 15ean doikuntza bat beharrezkoa da .woff2 fitxategiak bidaltzeko. Konparatu zure Nginx konfigurazioa gure dokumentazioan gomendatutakoarekin.", "Profile information" : "Profilaren informazioa", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profileko argazkia, izen osoa, helbide elektronikoa, telefono zenbakia, helbidea, webgunea, Twitter, erakundea, rola, izenburua, biografia eta zure profila gaituta dagoen ala ez", "Nextcloud settings" : "Nextcloud ezarpenak", @@ -145,6 +294,8 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Ahotsetik testura aplikazio ezberdinek inplementatu dezakete. Zeintzuk aplikazio erabili daitezkeen ezarri dezakezu hemen.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ez dago ahotsetik testurako funtzionalitatea ematen duen aplikaziorik unean.", "Image generation" : "Irudien sorpena", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Irudien sorpena aplikazio ezberdinek inplementatu dezakete. Zeintzuk aplikazio erabili daitezkeen ezarri dezakezu hemen.", + "None of your currently installed apps provide image generation functionality" : "Ez dago irudien sorpenerako funtzionalitatea ematen duen aplikaziorik unean.", "Text processing" : "Testu-prozesamendua", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Testu-prozesamendu zereginak aplikazio ezberdinek inplementatu dezakete. Zeintzuk aplikazio erabili daitezkeen zein zereginerako ezarri dezakezu hemen.", "Task:" : "Zeregina:", @@ -156,22 +307,42 @@ "Allow resharing" : "Baimendu birpartekatzea", "Allow sharing with groups" : "Onartu taldeekin partekatzen", "Restrict users to only share with users in their groups" : "Mugatu partekatzeak taldeko erabiltzaileetara", + "Ignore the following groups when checking group membership" : "Ezikusi hurrengo taldeak talde-kidetasuna egiaztatzean", "Allow users to share via link and emails" : "Baimendu erabiltzaileak esteka eta e-postaren bidez partekatzea", "Allow public uploads" : "Baimendu igoera publikoak", "Always ask for a password" : "Beti eskatu pasahitza", "Enforce password protection" : "Betearazi pasahitzaren babesa", + "Exclude groups from password requirements" : "Baztertu taldeak pasahitz eskakizunetatik", + "Exclude groups from creating link shares" : "Baztertu taldeak esteka partekatzeak sortzetik", + "Limit sharing based on groups" : "Mugatu partekatzea taldeen arabera", + "Allow sharing for everyone (default)" : "Baimendu denekin partekatzea (lehenetsia)", + "Exclude some groups from sharing" : "Baztertu talde batzuk partekatzetik", + "Limit sharing to some groups" : "Mugatu partekatzea talde batzuetara", + "Groups allowed to share" : "Partekatu dezaketen taldeak", + "Groups excluded from sharing" : "Partekatzetik kanpo dauden taldeak", + "Not allowed groups will still be able to receive shares, but not to initiate them." : "Baimendu gabeko taldeek partekatzeak jaso ahal izango dituzte oraindik, baina ez abiarazi.", "Set default expiration date for shares" : "Partekatzeei iraungitze data lehenetsia ezarri", "Enforce expiration date" : "Betearazi iraungitze-data", + "Default expiration time of new shares in days" : "Iraungitze-data lehenetsia partekatze berrientzako egunetan", + "Expire shares after x days" : "Iraungi partekatzeak x egun ostean", "Set default expiration date for shares to other servers" : "Ezarri beste zerbitzari batzuetarako partekatzeen iraungitze data lehenetsia", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Baimendu erabiltzaile izena automatikoki osatzea elkarrizketa-koadroan eta baimendu sistemako helbide-liburua atzitzea", + "Enforce expiration date for remote shares" : "Ezarri iraungitze-data urruneko partekatzeentzat", + "Default expiration time of remote shares in days" : "Iraungitze-data lehenetsia urruneko partekatzeentzako egunetan", + "Expire remote shares after x days" : "Iraungi urruneko partekatzeak x egun ostean", + "Set default expiration date for shares via link or mail" : "Ezarri partekatzeen iraungitze-data lehenetsia esteka edo posta bidez", + "Default expiration time of shares in days" : "Iraungitze-data lehenetsia partekatzeentzako egunetan", + "Privacy settings for sharing" : "Pribatutasun ezarpenak partekatzeko", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Osatze automatikoa \"talde bera\" eta \"telefono zenbakiaren integrazioa\" gaituta badaude, bat-etortzea nahikoa da erabiltzaileari erakusteko.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Baimendu erabiltzaile izena automatikoki osatzea talde bereko erabiltzaileei eta mugatu sistemako helbide-liburuak atzitzea talde bereko erabiltzaileei", - "Allow username autocompletion to users based on phone number integration" : "Baimendu erabiltzaile-izenen osatze automatikoa telefono zenbakien integrazioan oinarritutako erabiltzaileei", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Baimendu automatikoki osatzea izen osoa edo helbide elektronikoa sartzerakoan (alde batera utziz falta den telefono-liburuarekin bat etortzea eta talde berean egotea)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Ohar mezua igotzeko orriaren esteka publikoan erakutsi (fitxategi zerrenda ezkutatuta dagoenen bakarrik ikusten da.)", + "Disclaimer text" : "Ezeztapen testua", "This text will be shown on the public link upload page when the file list is hidden." : "Testu hau igotzeko orriaren esteka publikoan erakutsiko da fitxategi zerrenda ezkutatuta dagoenean.", "Default share permissions" : "Partekatze baimen lehenetsiak", + "Changed disclaimer text" : "Aldatutako ezeztapen testua", + "Deleted disclaimer text" : "Ezabatutako ezeztapen testua", + "Could not set disclaimer text" : "Ezin izan da ezeztapen testua ezarri", "Two-Factor Authentication" : "Bi faktoreko autentifikazioa", + "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Bi faktoreko autentifikazioa kontu guztientzat edo talde batzuentzat ezarri daiteke. Ez badute bi faktoreko hornitzailerik konfiguratuta, ezingo dira sistemara sartu.", "Enforce two-factor authentication" : "Bi faktoreko autentikazioa erabiltzea derrigortu", "Limit to groups" : "Taldeetara mugatu", "Enforcement of two-factor authentication can be set for certain groups only." : "Bi faktoreko autentikazioa talde batzuentzat bakarrik derrigortu daiteke.", @@ -179,13 +350,16 @@ "Enforced groups" : "Derrigortutako taldeak", "Two-factor authentication is not enforced for members of the following groups." : "Bi faktoreko autentikazioa ez dago talde hauetako kideentzat derrigortuta.", "Excluded groups" : "Baztertu taldeak", + "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Taldeak aukeratuta daudenean hauxe erabiltzen da kontuentzat bi faktoreko autentikazioa derrigortu ala ez erabakitzeko: talderik ez badago aukeratuta, guztientzat dago derrigortuta kanpoan utzitako taldeetako kideentzat ezik. Taldeak aukeratuta badaude, beren kideentzat derrigortzen da. Kontu bat aukeratutako eta kanpoan utzitako talde bateko kide bada, aukeratutako taldekoa izatea lehenesten da eta bi faktoreko autentikazioa erabiltzera derrigortzen da.", "Save changes" : "Gorde aldaketak", + "Show details for {appName} app" : "Erakutsi {appName} aplikazioaren xehetasunak", "Update to {update}" : "Eguneratu {update} bertsiora", "Remove" : "Ezabatu", "Disable" : "Ez-gaitu", "Featured" : "Nabarmendua", "This app is supported via your current Nextcloud subscription." : "Aplikazio hau zure Nextcloud harpidetzaren bitartez ahalbidetua dago.", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Nabarmendutako aplikazioak, komunitateak eta komunitatean garatutakoak dira. Funtzionalitate orokorrak eskaintzen dituzte eta produkzioan erabiltzeko prest daude.", + "Community rating: {score}/5" : "Komunitatearen balorazioa: {score}/5", "All apps are up-to-date." : "Aplikazio guztiak eguneratuta daude.", "Icon" : "Ikonoa", "Name" : "Izena", @@ -198,7 +372,17 @@ "Download and enable all" : "Deskargatu eta gaitu guztia", "_%n app has an update available_::_%n apps have an update available_" : ["Aplikazio %nek eguneraketa dauka prest.","%n aplikaziok eguneraketa daukate prest."], "_Update_::_Update all_" : ["Eguneratu","Eguneratu denak"], + "Nothing to show" : "Ez dago ezer erakusteko", + "Could not load section content from app store." : "Ezin izan da atalaren edukia kargatu aplikazio dendatik.", "Loading" : "Kargatzen", + "Fetching the latest news…" : "Azken berriak eskuratzen...", + "Could not load app discover section" : "Ezin izan da aplikazioen aurkikuntza atala kargatu", + "Could not render element" : "Ezin izan da elementua errenderizatu", + "Carousel" : "Karrusela", + "Previous slide" : "Aurreko diapositiba", + "Next slide" : "Hurrengo diapositiba", + "Choose slide to display" : "Aukeratu erakusteko diapositiba", + "{index} of {total}" : "{total}(e)tik {index}", "Description" : "Deskripzioa", "Details" : "Xehetasunak", "All" : "Denak", @@ -208,6 +392,7 @@ "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "This app has no minimum Nextcloud version assigned. This will be an error in the future.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "This app has no maximum Nextcloud version assigned. This will be an error in the future.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Aplikazioa ezin da instalatu hurrengo menpekotasunak betetzen ez direlako:", + "Latest updated" : "Azkenean eguneratuta", "Author" : "Egilea", "Categories" : "Kategoriak", "Resources" : "Baliabideak", @@ -216,13 +401,17 @@ "Report a bug" : "Eman akats baten berri ", "Request feature" : "Eskatu ezaugarria", "Ask questions or discuss" : "Egin galderak edo eztabaidatu", + "Rate the app" : "Baloratu aplikazioa", "Rate" : "Balorazioa", "View in store" : "Dendan ikusi", "Visit website" : "Web orria ikusi", + "Usage documentation" : "Erabilera dokumentazioa", "Admin documentation" : "Administratzailearen dokumentazioa", "Developer documentation" : "Garatzailearen dokumentazioa", "Changelog" : "Aldaketak", "Device name" : "Gailuaren izena", + "Cancel renaming" : "Utzi izena aldatzeari", + "Save new name" : "Gorde izen berria", "Marked for remote wipe" : "Urruneko garbiketarako markatuta", "Device settings" : "Gailuaren ezarpenak", "Allow filesystem access" : "Onartu fitxategi sisteman sarbidea", @@ -235,7 +424,10 @@ "{productName} Android app" : "{productName} Android aplikazioa", "{productName} Talk for iOS" : "{productName} Talk iOSentzat", "{productName} Talk for Android" : "{productName} Talk Androidentzat", + "Sync client" : "Sinkronizazio bezeroa", "This session" : "Saio hau", + "{client} - {version} ({system})" : "{client} - {version} ({system})", + "{client} - {version}" : "{client} - {version}", "Device" : "Gailua", "Last activity" : "Azken jarduerak", "Devices & sessions" : "Gailuak eta saioak", @@ -243,23 +435,36 @@ "App name" : "Aplikazioaren izena", "Create new app password" : "Sortu aplikaziorako pasahitz berria", "Error while creating device token" : "Errorea gailuaren tokena sortzean", + "New app password" : "Aplikazio pasahitz berria", + "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Erabili beheko kredentzialak zure aplikazioa edo gailua konfiguratzeko. Segurtasun arrazoiengatik pasahitz hau behin bakarrik erakutsiko da.", "Login" : "Saio hasiera", "Password" : "Pasahitza", "Show QR code for mobile apps" : "Erakutsi QR kodea mugikorrentzako aplikazioetan", + "App password copied!" : "Aplikazio pasahitza kopiatuta", + "Copy app password" : "Kopiatu aplikazioaren pasahitza", + "Login name copied!" : "Saioaren izena kopiatuta!", + "Copy login name" : "Kopiatu saioaren izena", "Could not copy app password. Please copy it manually." : "Ezin izan da aplikazioaren pasahitza kopiatu. Kopia ezazu eskuz, mesedez.", + "Could not copy login name. Please copy it manually." : "Ezin izan da saio-izena kopiatu. Mesedez, kopiatu ezazu eskuz.", "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Zerbitzariak behar bezala funtziona dezan, garrantzitsua da atzeko planoko lanak behar bezala konfiguratzea. Cron da gomendatutako ezarpena. Ikus dokumentazioa informazio gehiago lortzeko.", "Last job execution ran {time}. Something seems wrong." : "Azken lana exekutatu zen: {time}. Zerbait gaizki dagoela dirudi.", "Last job ran {relativeTime}." : "Azken lana {relativeTime}-n egin zen.", "Background job did not run yet!" : "Atzeko planoko lana ez da oraindik exekutatu!", "AJAX" : "AJAX", + "Execute one task with each page loaded. Use case: Single account instance." : "Exekutatu zeregin bat orrialde bakoitza kargatuta. Erabilera kasua: kontu bakarreko instantzia.", "Webcron" : "Webcron", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php webcron zerbitzu batean erregistratuta dago HTTP bidez 5 minuturo cron.php deitzeko. Erabilera kasua: oso instantzia txikia (1-5 kontu erabileraren arabera).", "Cron (Recommended)" : "Cron (Gomendatuta)", "Use system cron service to call the cron.php file every 5 minutes." : "Sistemaren cron zerbitzua erabili cron.php-ri 5 minutuan behin deitzeko.", + "The cron.php needs to be executed by the system account \"{user}\"." : "Cron.php \"{user}\" sistemaren kontuak exekutatu behar du.", "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "PHP POSIX luzapena behar da. Ikusi {linkstart}PHP dokumentazioa{linkend} xehetasun gehiagorako.", "Unable to update background job mode" : "Ezin izan da atzeko planoko lan-modua eguneratu", "Profile" : "Profila", + "Enable or disable profile by default for new accounts." : "Gaitu edo desgaitu profila lehenespenez kontu berrientzat.", "Enable" : "Gaitu", "Unable to update profile default setting" : "Ezin izan da eguneratu profilaren ezarpen lehenetsia", + "{app}'s declarative setting field: {name}" : "{app}-ren ezarpen deklaratiboaren eremua: {name}", + "Failed to save setting" : "Ezarpena gordetzeak huts egin du", "Server-side encryption" : "Zerbitzariaren aldeko zifratzea", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Zerbitzari-aldeko enkriptatzeak zerbitzarira igotzen diren fitxategiak enkriptatzea baimentzen du. Honek eraginkortasuna jaitsi dezake, beraz gaitu beharrezkoa bada soilik. ", "Enable server-side encryption" : "Gaitu zerbitzariaren aldeko zifratzea", @@ -273,11 +478,14 @@ "Select default encryption module:" : "Hautatu zifratze-modulu lehenetsia:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Zifratze-gakoak zifratze-sistema zaharretik (ownCloud <=8.0) sistema berrira migratu behar duzu. Gaitu mesedez \"Zifratze modulu lehenetsia\" eta {command} exekuta ezazu", "Unable to update server side encryption config" : "Ezin izan da zerbitzariaren aldeko zifratzearen konfigurazioa eguneratu", + "Please confirm the group removal" : "Mesedez, baieztatu taldearen ezabaketa", + "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "\"{group}\" taldea ezabatzera zoaz. Kontuak EZ dira ezabatuko.", "Cancel" : "Ezeztatu", "Confirm" : "Berretsi", "Submit" : "Bidali", "Rename group" : "Berrizendatu taldea", "Remove group" : "Ezabatu taldea", + "Failed to remove group \"{group}\"" : "Ezin izan da \"{group}\" taldea kendu", "Current password" : "Uneko pasahitza", "New password" : "Pasahitz berria", "Change password" : "Aldatu pasahitza", @@ -302,6 +510,7 @@ "Your full name" : "Zure izen osoa", "Primary email for password reset and notifications" : "Pasahitz berrezartzeko eta jakinarazpenetarako posta elektroniko nagusia", "Email options" : "Posta elektronikoaren aukerak", + "Options for additional email address {index}" : "Posta elektroniko gehigarrirako aukerak {index}", "Remove primary email" : "Kendu posta elektroniko nagusia", "Delete email" : "Ezabatu posta elektronikoa", "This address is not confirmed" : "Helbide hau ez dago berretsita", @@ -316,9 +525,11 @@ "No email address set" : "Ez da eposta helbidea ezarri", "Your handle" : "Zure heldulekua", "Your headline" : "Zure izenburua", + "Languages" : "Hizkuntzak", "Help translate" : "Lagundu itzultzen", "Unable to update language" : "Ezin izan da hizkuntza eguneratu", "No language set" : "Ez da hizkuntzarik ezarri", + "Locales" : "Eskualdeak", "Week starts on {firstDayOfWeek}" : "Astea {firstDayOfWeek} egunean hasten da", "Unable to update locale" : "Ezin izan da lokalizazioa eguneratu", "No locale set" : "Ez da lokalizaziorik ezarri", @@ -326,12 +537,15 @@ "Your organisation" : "Zure erakundea", "Your phone number" : "Zure telefono zenbakia", "Edit your Profile visibility" : "Editatu profilaren ikusgarritasuna", + "Enable profile" : "Gaitu profila", "Unable to update profile enabled state" : "Ezin izan da profila gaitutako egoerara eguneratu", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Ikusgarritasunaren edo esparruaren ezarpen murriztaileena zure profilean errespetatzen da. Esaterako, ikusgarritasuna \"Erakutsi guztiei\" eta esparrua \"Pribatua\" gisa ezarrita badago, \"Pribatua\" errespetatzen da.", "Unable to update visibility of {displayId}" : "Ezin izan da {displayId}(r)en ikusgarritasuna eguneratu", "Your role" : "Zure rola", + "Your X (formerly Twitter) handle" : "Zure X (lehen Twitter) erabiltzailea", "Your website" : "Zure web orria", "No {property} set" : "Ez da {property} ezarri", + "Invalid value" : "Balio baliogabea", "Unable to update {property}" : "Ezin izan da {property} eguneratu", "Change scope level of {property}, current scope is {scope}" : "Aldatu {property}-(r)en esparru-maila, unekoa {scope} esparru-maila da", "Unable to update federation scope of the primary {property}" : "Ezin da eguneratu lehen mailako {property}-ren federazio-esparrua", @@ -343,54 +557,54 @@ "Delete" : "Ezabatu", "Reshare" : "Birpartekatu", "No accounts" : "Konturik ez", + "Loading accounts …" : "Kontuak kargatzen ...", + "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Kontuen zerrenda. Zerrenda ez da guztiz errenderizatzen errendimendu arrazoiengatik. Kontuak zerrenda nabigatzen duzun heinean errenderizatuko dira.", "Default language" : "Hizkuntza lehenetsia", "Common languages" : "Hizkuntza komunak", "Other languages" : "Beste hizkuntza batzuk", "Password change is disabled because the master key is disabled" : "Pasahitza aldatzea desgaituta dago gako nagusia desaktibatuta baitago.", - "New user" : "Erabiltzaile berria", + "New account" : "Kontu berria", "Display name" : "Erakusteko izena", "Either password or email is required" : "Posta elektronikoa edo pasahitza beharrezkoak dira", "Password (required)" : "Pasahitza (beharrezkoa)", "Email (required)" : "Posta elektronikoa (beharrezkoa)", "Email" : "E-posta", "Groups (required)" : "Taldeak (beharrezkoa)", - "Set user groups" : "Ezarri erabiltzailearen taldeak", "Administered groups" : "Administratturiko taldeak", - "Set user as admin for …" : "Ezarri erabiltzailea admin gisa honentzat...", "Quota" : "Kuota", - "Set user quota" : "Ezarri erabiltzaie-kuota", "Language" : "Hizkuntza", "Set default language" : "Ezarri hizkuntza lehenetsia", "Manager" : "Zuzendaria", - "Add new user" : "Gehitu erabiltzaile berria", - "Set user manager" : "Ezarri erabiltzaile-kudeatzailea", - "Username will be autogenerated" : "Erabiltzaile izena automatikoki sortuko da", - "Username (required)" : "Erabiltzailea (beharrezkoa)", "Total rows summary" : "Errenkaden guztirako laburpena", - "Loading users …" : "Erabiltzaileak kargatzen ...", "Scroll to load more rows" : "Mugitu pantailan behera errenkada gehiago kargatzeko", - "_{userCount} user …_::_{userCount} users …_" : ["Erabiltzaile {userCount} …","{userCount} erabiltzaile …"], - "_{userCount} user_::_{userCount} users_" : ["Erabiltzaile {userCount}","{userCount} erabiltzaile"], "Avatar" : "Avatarra", - "Username" : "Erabiltzaile izena", + "Account name" : "Kontuaren izena", "Group admin for" : "Talde honen administratzailea", - "User backend" : "Erabiltzaile jatorria", "Storage location" : "Biltegiratze kokapena", "Last login" : "Azken saioa", - "User actions" : "Erabiltzaile-ekintzak", + "Account actions" : "Kontuaren ekintzak", "Password or insufficient permissions message" : "Pasahitz edo baimen gutxiegiko mezua", + "Loading account …" : "Kontua kargatzen ...", "Change display name" : "Aldatu erakutsiko den izena", "Set new password" : "Ezarri pasahitz berria", + "You do not have permissions to see the details of this account" : "Ez duzu baimenik kontu honen xehetasunak ikusteko", "Set new email address" : "Ezarri helbide elektroniko berria", - "Add user to group" : "Gehitu erabiltzailea taldera", + "Add account to group" : "Gehitu kontua taldera", + "Set account as admin for" : "Ezarri kontua admin gisa", + "Select account quota" : "Hautatu kontuaren kuota", "Set the language" : "Ezarri hizkuntza", + "Set line manager" : "Ezarri linea-arduraduna", "{size} used" : "{size} erabilita", "Delete account" : "Ezabatu kontua", + "Disconnect all devices and delete local data" : "Deskonektatu gailu guztiak eta ezabatu datu lokalak", + "Disable account" : "Desgaitu kontua", + "Enable account" : "Gaitu kontua", "Resend welcome email" : "Birbidali ongi etorri mezua", "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Gailua galtzen baduzu edo erakundetik irteten bazara, honek {userid} erabiltzaileari lotutako gailu guztietako Nextcloudeko datuak garbitu ditzake. Gailuak internetera konektatuta badaude bakarrik funtzionatzen du.", "Remote wipe of devices" : "Gailuen urruneko garbiketa", "Wipe {userid}'s devices" : "Garbitu {userid}-ren gailuak", "Wiped {userid}'s devices" : "{userid}-ren gailuak garbitu dira", + "Failed to update line manager" : "Ezin izan da arduraduna eguneratu", "Fully delete {userid}'s account including all their personal files, app data, etc." : "{userid} erabiltzailearen kontua, bere fitxategi eta aplikazioen datuak barne, guztiz ezabatu.", "Account deletion" : "Kontu ezabaketa", "Delete {userid}'s account" : "Ezabatu {userid} erabiltzailearen kontua", @@ -398,14 +612,22 @@ "Password was successfully changed" : "Pasahitza ondo aldatu da", "Email was successfully changed" : "Posta elektronikoa ondo aldatu da", "Welcome mail sent!" : "Ongi etorri mezua bidalita!", + "Toggle account actions menu" : "Txandakatu kontuen ekintza menua", "Done" : "Egina", "Edit" : "Aldatu", + "Account management settings" : "Kontuen kudeaketaren ezarpenak", "Visibility" : "Ikusgarritasuna", "Show language" : "Erakutsi hizkuntza", + "Show account backend" : "Erakutsi kontuaren motorra", "Show storage path" : "Erakutsi biltegiaren bidea", "Show last login" : "Azken izen ematea erakutsi", "Sorting" : "Antolaketa", + "The system config enforces sorting the groups by name. This also disables showing the member count." : "Sistemaren konfigurazioak taldeak izenaren arabera ordenatzea eskatzen du. Horrek kideen kopurua erakustea ere desgaitzen du.", + "Group list sorting" : "Talde-zerrenda ordena", + "By member count" : "Kide kopuruaren arabera", + "By name" : "Izenez", "Send email" : "Bidali posta-mezua", + "Send welcome email to new accounts" : "Bidali ongietorri mezu elektronikoa kontu berriei", "Defaults" : "Defektuzkoak", "Default quota" : "Kuota lehenetsia", "Select default quota" : "Aukeratu lehenetsitako kuota", @@ -422,9 +644,21 @@ "Your browser does not support WebAuthn." : "Zure nabigatzaileak ez du WebAuthn onartzen.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Admin bezala partekatze portaerak zehaztasunez konfigura daitezke. Ikusi dokumentazioa informazio gehiagorako. ", "You need to enable the File sharing App." : "Fitxategi partekatze aplikazioa gaitu behar duzu.", + "Loading app list" : "Aplikazio-zerrenda kargatzen", + "App Store" : "Aplikazioen denda", + "Loading categories" : "Kategoriak kargatzen", + "Developer documentation ↗" : "Garatzaileen dokumentazioa ↗", + "Version {version}, {license}-licensed" : "{version} bertsioa, {license}-lizentziarekin", + "Active accounts" : "Kontu gaituak", "Admins" : "Administratzaileak", - "New account" : "Kontu berria", + "Disabled accounts" : "Kontu desgaituak", + "Account group: {group}" : "Kontuaren taldea: {group}", + "Account management" : "Kontuen kudeaketa", + "Creating group…" : "Taldea sortzen...", + "Create group" : "Sortu taldea", "Group name" : "Taldearen izena", + "Please enter a valid group name" : "Mesedez, sartu baliozko talde baten izena", + "Failed to create group" : "Taldea sortzeak huts egin du", "Sending…" : "Bidaltzen...", "Email sent" : "Eposta bidalia", "Location" : "Kokapena", @@ -436,11 +670,15 @@ "Organisation" : "Erakundea", "Phone number" : "Telefono zenbakia", "Role" : "Zeregina", + "X (formerly Twitter)" : "X (lehen Twitter)", "Fediverse (e.g. Mastodon)" : "Fedibertsoa (adibidez, Mastodon)", "Website" : "Webgunea", "Profile visibility" : "Profilaren ikusgarritasuna", "Locale" : "Eskualdeko ezarpenak", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Ez dago eskuragarri propietate hau oinarrizko funtzionaltasunentzako beharrezkoa delako, fitxategien partekatze eta egutegien gonbidapenak barne", + "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Ez dago erabilgarri federazioa desgaitu delako zure kontuan, jarri harremanetan sistemaren administrazioarekin galderarik baduzu", + "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Ez dago eskuragarri bilaketa zerbitzarira kontuen datu zehatzak argitaratzea ez dagoelako baimenduta, jarri harremanetan sistemaren administrazioarekin galderarik baduzu", + "Discover" : "Ezagutu", "Your apps" : "Zure aplikazioak", "Active apps" : "Aplikazio aktiboak", "Disabled apps" : "Gaitu gabeko aplikazioak", @@ -449,24 +687,31 @@ "Featured apps" : "App aipagarriak", "Supported apps" : "Onartutako aplikazioak", "Show to everyone" : "Erakutsi denei", + "Show to logged in accounts only" : "Erakutsi saioa hasi duten kontuei soilik", "Hide" : "Ezkutatu", "Download and enable" : "Deskargatu eta gaitu", "Allow untested app" : "Baimendu probatu gabeko aplikazioa", "The app will be downloaded from the App Store" : "Aplikazioa aplikazio biltegitik deskargatuko da", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Aplikazio hau ez dago zure Nextcloud bertsioarekin bateragarri bezala markatuta. Jarraitzen baduzu aplikazioa instalatu egingo duzu. Kontuan izan agian aplikazioak ez duela ondo funtzionatuko.", "Never" : "Inoiz ez", + "Could not register device: Network error" : "Ezin izan da gailua erregistratu: Sare errorea", + "Could not register device: Probably already registered" : "Ezin izan da gailua erregistratu: ziurrenik dagoeneko erregistratuta", + "Could not register device" : "Ezin izan da gailua erregistratu", "An error occurred during the request. Unable to proceed." : "Errorea gertatu da eskaeran. Ezin da jarraitu.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikazioa gaitu da baina eguneratu behar da. Eguneratze orrira joango zara 5 segundotan.", "Error: This app cannot be enabled because it makes the server unstable" : "Errorea: aplikazio hau ezin da gaitu zerbitzaria ezegonkorra izatea eragiten duelako", "Do you really want to wipe your data from this device?" : "Ziur zaude gailu honetatik zure datu guztiak ezabatu nahi dituzula?", "Confirm wipe" : "Berretsi garbiketa", + "Could not delete the app token" : "Ezin izan da aplikazioaren tokena ezabatu", "Error while wiping the device with the token" : "Errorea gailua tokenarekin garbitzean", "Error while updating device token name" : "Errorea gailuaren tokenaren izena eguneratzean", "Error while updating device token scope" : "Errorea gailuaren tokenaren irismena eguneratzean", + "Could not set group sorting" : "Ezin izan da talde-ordena ezarri", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Eskaera gehiegi zeuden zure saretik. Saiatu beranduago edo kontaktatu zure administrailearekin hau errorea bada.", "Account documentation" : "Kontuen dokumentazioa", "Administration documentation" : "Administrazioaren dokumentazioa", "Forum" : "Foroa", + "Nextcloud help & privacy resources" : "Nextcloud laguntza eta pribatutasun baliabideak", "General documentation" : "Dokumentazio orokorra", "Legal notice" : "Ohar legala", "Privacy policy" : "Pribatutasun politika", @@ -483,6 +728,7 @@ "Authentication" : "Autentifikazioa", "Authentication required" : "Autentikazioa beharrezkoa", "Credentials" : "Kredentzialak", + "SMTP Login" : "SMTP saioa", "SMTP Password" : "SMTP pasahitza", "Save" : "Gorde", "Test and verify email settings" : "Probatu eta egiaztatu posta elektronikoaren ezarpenak", @@ -522,10 +768,13 @@ "Invalid user" : "Erabiltzaile baliogabea", "Your username is: %s" : "Zure erabiltzailea hau da: %s", "Logged in user must be a subadmin" : "Saioa hasitako erabiltzailea azpi-administratzailea izan behar du", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Inportatutako erabiltzaile SSL ziurtagiriak egiaztatzen dituen atzeko planeko lana dago zain. Egiaztatu berriro geroago.", + "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Erabiltzaileek inportaturiko SSL ziurtagiriak egiaztatzen dituen atzeko planoko lan bat dago egiteke. Egiaztatu berriro geroago.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Badira inportatutako zenbait erabiltzaile SSL ziurtagiri, jada erabiltzen ez direnak Nextcloud 21-ekin. Komando lerroan inportatu daitezke \"occ security: certificates: import\" komandoaren bidez. Datuen direktorioaren barruan dituzten bideak behean agertzen dira.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "LDAP erabiltzaile edo taldeen UUID baliogabeak aurkitu dira. Mesedez, berrikusi zure \"Gainarazi UUID detekzioa\" ezarpenak LDAP konfigurazioaren Aditu atalean eta erabili \"occ ldap:update-uuid\" horiek eguneratzeko.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV sistemaren helbide-liburuaren sinkronizazioa oraindik ez da martxan jarri zure instantziak 1000 erabiltzaile baino gehiago dituelako edo akats bat gertatu delako. Mesedez, exekutatu eskuz occ dav:sync-system-addressbook deituz.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" bertsioa erabiltzen da. Nextcloud 21ek eta berriagoak ez dute bertsio hau onartzen eta MariaDB 10.2 edo berriagoa behar dute.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL bertsioa \"%s\" erabiltzen da. Nextcloud 21 eta berriek ez dute bertsio hau onartzen eta MySQL 8.0 edo MariaDB 10.2 edo berriagoa behar dute.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL \"%s\" bertsioa erabiltzen da. Nextcloud 21ek eta berriagoak ez dute bertsio hau onartzen eta PostgreSQL 9.6 edo berriagoa behar dute.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Bi faktoreko autentifikazioa erabiltzaile guztientzat edo talde batzuentzat ezarri daiteke. Ez badute bi faktoreko hornitzailerik konfiguratuta, ezingo dira sistemara sartu.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Taldeak aukeratuta daudenean hauxe erabiltzen da bi faktoreko autentikazioa derrigortu ala ez erabakitzeko: talderik ez badago aukeratuta, guztientzat dago derrigortuta kanpoan utzitako taldeetako kideentzat ezik. Taldeak aukeratuta badaude, beren kideentzat derrigortzen da. Erabiltzaile bat aukeratutako eta kanpoan utzitako talde bateko kide bada, aukeratutako taldekoa izatea lehenesten da eta bi faktoreko autentikazioa erabiltzera derrigortzen da.", "Enable all" : "Gaitu denak", @@ -540,6 +789,7 @@ "Error while deleting the token" : "Errorea tokena ezabatzean", "Use the credentials below to configure your app or device." : "Erabili kredentzialak beheko zure aplikazioa edo gailua konfiguratzeko.", "For security reasons this password will only be shown once." : "Segurtasun arrazoiengatik, pasahitz hau behin soilik erakutsiko da.", + "Username" : "Erabiltzaile izena", "Copied!" : "Kopiatua!", "Copy" : "Kopiatu", "Execute one task with each page loaded. Use case: Single user instance." : "Exekutatu zeregin bat orrialde bakoitza kargatuta. Erabilera kasua: erabiltzaile bakarreko instantzia.", @@ -559,6 +809,7 @@ "Edit display name" : "Editatu erakutsiko den izena", "Add new password" : "Gehitu pasahitz berria", "Add new email address" : "Gehitu e-mail helbide berria", + "Add user to group" : "Gehitu erabiltzailea taldera", "Set user as admin for" : "Ezarri erabiltzailea admin gisa", "Select user quota" : "Aukeratu erabiltzaile-kuota ", "Select manager" : "Aukeratu kudeatzailea", @@ -569,9 +820,11 @@ "Enable user" : "Gaitu erabiltzailea", "Edit User" : "Erabiltzailea editatu", "User's table" : "Erabiltzailearen mahaia", + "New user" : "Erabiltzaile berria", "Will be autogenerated" : "Automatikoki sortuko da", "Select user manager" : "Aukeratu erabiltzaile kudeatzailea", "Add a new user" : "Gehitu erabiltze berria", + "User backend" : "Erabiltzaile jatorria", "No users in here" : "Ez dago erabiltzailerik hemen", "Name your device" : "Izendatu zure gailua", "Server error while trying to add WebAuthn device" : "Zerbitzariaren errorea WebAuthn gailua gehitzen saiatzean", @@ -599,12 +852,40 @@ "Exclude groups from creating link shares:" : "Baztertu taldeak esteka partekatzeak sortzetik:", "Exclude groups from sharing" : "Baztertu taldeak partekatzean", "These groups will still be able to receive shares, but not to initiate them." : "Talde hauek oraindik jaso ahal izango dute partekatzeak, baina ezingo dute partekatu", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Baimendu erabiltzaile izena automatikoki osatzea elkarrizketa-koadroan eta baimendu sistemako helbide-liburua atzitzea", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Baimendu erabiltzaile izena automatikoki osatzea talde bereko erabiltzaileei eta mugatu sistemako helbide-liburuak atzitzea talde bereko erabiltzaileei", + "Allow username autocompletion to users based on phone number integration" : "Baimendu erabiltzaile-izenen osatze automatikoa telefono zenbakien integrazioan oinarritutako erabiltzaileei", + "Old user imported certificates" : "Erabiltzaileek inportatutako ziurtagiri zaharrak", + "Missing optional index \"%s\" in table \"%s\"." : "\"%s\" hautazko indizea falta da \"%s\" taulan.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Datu-baseak zenbait indize falta ditu. Taula handietan indizeak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-indices\" exekutatuz indize horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean. Indizeak gehitu ondoren taula horietan egindako kontsultak askoz azkarragoak izan ohi dira.", + "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Ezin izan da egiaztatu JavaScript euskarria. Mesedez, egiaztatu eskuz zure web zerbitzariak `.mjs` fitxategiak hornitzen dituen JavaScript MIME mota erabiliz.", + "MySQL unicode support" : "MySQL unicode euskarria", + "Overwrite cli URL" : "Gainidatzi cli URLa", + "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "PHP %s exekutatzen ari zara. PHP 8.0 Nextcloud 27-n zaharkituta dago. Nextcloud 28k gutxienez PHP 8.1 behar ahal izango du. Mesedez, eguneratu PHP Group-ek ofizialki onartzen dituen PHP bertsioatara ahalik eta lasterren.", + "Rating: {score}/10" : "Balorazioa: {score}/10", + "You are about to remove the group \"{group}\". The users will NOT be deleted." : "\"{group}\"taldea ezabatzera zoaz. Erabiltzaileak EZ dira ezabatuko.", "No users" : "Erabiltzailerik ez", + "Loading users …" : "Erabiltzaileak kargatzen ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Erabiltzaileen zerrenda. Zerrenda ez da guztiz errenderizatzen errendimendu arrazoiengatik. Erabiltzaileak zerrenda nabigatzen duzun heinean errenderizatuko dira.", + "Set user groups" : "Ezarri erabiltzailearen taldeak", + "Set user as admin for …" : "Ezarri erabiltzailea admin gisa honentzat...", + "Set user quota" : "Ezarri erabiltzaie-kuota", + "Add new user" : "Gehitu erabiltzaile berria", + "Set user manager" : "Ezarri erabiltzaile-kudeatzailea", + "Username will be autogenerated" : "Erabiltzaile izena automatikoki sortuko da", + "Username (required)" : "Erabiltzailea (beharrezkoa)", + "_{userCount} user …_::_{userCount} users …_" : ["Erabiltzaile {userCount} …","{userCount} erabiltzaile …"], + "_{userCount} user_::_{userCount} users_" : ["Erabiltzaile {userCount}","{userCount} erabiltzaile"], + "User actions" : "Erabiltzaile-ekintzak", "Loading user …" : "Erabiltzailea kargatzen ...", "Failed to update user manager" : "Ezin izan da erabiltzaile kudeatzailea eguneratu", "User management settings" : "Erabiltzaile kudeaketaren ezarpenak", "Send welcome email to new users" : "Bidali ongietorri eposta erabiltzaile berriei", - "Nextcloud help resources" : "Nextcloud laguntza baliabideak" + "User management" : "Erabiltzaileen kudeaketa", + "Creating group …" : "Taldea sortzen ...", + "User group: {group}" : "Erabiltzailearen taldea: {group}", + "Nextcloud help resources" : "Nextcloud laguntza baliabideak", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Egiaztapen hau exekuta dadin zure web zerbitzaria bere buruarekin konektatu daitekeela ziurtatu behar duzu. Hori dela eta, gutxienez bere `trusted_domains` edo `overwrite.cli.url` batera konektatzeko gai izan behar da.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Ezin izan da egiaztatu JavaScript onartzen baden zure `trusted_domains` edo `overwrite.cli.url` bidez. Baliteke zerbitzariaren DNS bat ez datozenen edo irteerako suebakiaren arauaren ondorioa izatea. Mesedez, egiaztatu eskuz zure web zerbitzariak `.mjs` fitxategiak hornitzen dituen JavaScript MIME mota erabiliz." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/fa.js b/apps/settings/l10n/fa.js index a0ef34bb1d9..12a7c783596 100644 --- a/apps/settings/l10n/fa.js +++ b/apps/settings/l10n/fa.js @@ -117,7 +117,6 @@ OC.L10N.register( "Verifying" : "تآیید کردن", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running.", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "This instance is running in debug mode. Only enable this for local development and not in production environments.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features.", @@ -130,9 +129,6 @@ OC.L10N.register( "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation.", "PHP configuration option \"output_buffering\" must be disabled" : "گزینه «output_buffering» تنظیمات پیاچپی باید غیرفعال شود", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update.", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.", "Architecture" : "Architecture", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel.", "Profile information" : "Profile information", @@ -162,10 +158,7 @@ OC.L10N.register( "Set default expiration date for shares" : "تاریخ انقضا پیش فرض را برای اشتراک گذاری تعیین کنید", "Enforce expiration date" : "اعمال تاریخ اتمام اشتراک گذاری", "Set default expiration date for shares to other servers" : "Set default expiration date for shares to other servers", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups", - "Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Show disclaimer text on the public link upload page (only shown when the file list is hidden)", "This text will be shown on the public link upload page when the file list is hidden." : "این متن هنگام پنهان کردن لیست پرونده در صفحه بارگذاری پیوند عمومی نشان داده می شود.", @@ -343,39 +336,26 @@ OC.L10N.register( "Common languages" : "زبانهای رایج", "Other languages" : "Other languages", "Password change is disabled because the master key is disabled" : "تغییر رمز غیرفعال شده است زیرا کلید اصلی غیرفعال شده است", - "New user" : "کاربر جدید", "Display name" : "نمایش نام", "Either password or email is required" : "Either password or email is required", "Password (required)" : "Password (required)", "Email (required)" : "Email (required)", "Email" : "ایمیل", "Groups (required)" : "Groups (required)", - "Set user groups" : "Set user groups", "Administered groups" : "Administered groups", - "Set user as admin for …" : "Set user as admin for …", "Quota" : "سهم", - "Set user quota" : "Set user quota", "Language" : "زبان", "Set default language" : "Set default language", "Manager" : "Manager", - "Add new user" : "Add new user", - "Set user manager" : "Set user manager", - "Username will be autogenerated" : "Username will be autogenerated", - "Username (required)" : "Username (required)", "Total rows summary" : "خلاصه کل ردیف ها", - "Loading users …" : "Loading users …", "Scroll to load more rows" : "Scroll to load more rows", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} user …","{userCount} users …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} user","{userCount} users"], "Avatar" : "آواتار", - "Username" : "نام کاربری", + "Account name" : "Account name", "Group admin for" : "مدیر گروه برای", - "User backend" : "پشتیبان کاربر", "Storage location" : "محل ذخیره سازی", "Last login" : "آخرین ورود", - "User actions" : "User actions", + "Account actions" : "اقدامات حساب", "Password or insufficient permissions message" : "Password or insufficient permissions message", - "Add user to group" : "Add user to group", "Set the language" : "Set the language", "{size} used" : "{size} مورد استفاده", "Resend welcome email" : "ارسال ایمیل خوش آمدید", @@ -513,6 +493,9 @@ OC.L10N.register( "A background job is pending that checks for user imported SSL certificates. Please check back later." : "A background job is pending that checks for user imported SSL certificates. Please check back later.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "هنگامی که گروه ها انتخاب و حذف شدند ، از این منطق استفاده می کنند تا مشخص شود آیا کاربر 2FA اجباری دارد: اگر هیچ گروه انتخاب نشده باشند ، 2FA برای همه غیر از اعضای گروه های محروم امکان پذیر است. در صورت انتخاب گروه ها ، 2FA برای همه اعضای این گروه فعال است. اگر کاربر هر دو در یک گروه منتخب و مستثنی باشد ، انتخاب شده دارای اولویت است و 2FA اجرا می شود.", "Enable all" : "به کار انداختن همه", @@ -527,6 +510,7 @@ OC.L10N.register( "Error while deleting the token" : "هنگام حذف نشانه خطایی رخ داد", "Use the credentials below to configure your app or device." : "برای پیکربندی کردن برنامه یا وسیله خود از اعتبارنامه زیر استفاده کنید.", "For security reasons this password will only be shown once." : "به دلایل امنیتی این گذرواژه فقط یک بار نشان داده می شود.", + "Username" : "نام کاربری", "Copied!" : "رونوشت شد!", "Copy" : "رونوشت", "Execute one task with each page loaded. Use case: Single user instance." : "اجرای یک وظیفه با هر بار شدن صفحه. مناسب نمونههای تک کاربره.", @@ -546,6 +530,7 @@ OC.L10N.register( "Edit display name" : "Edit display name", "Add new password" : "رمزعبور جدید اضافه کنید", "Add new email address" : "آدرس ایمیل جدید اضافه کنید", + "Add user to group" : "Add user to group", "Set user as admin for" : "کاربر را به عنوان مدیر تنظیم کنید", "Select user quota" : "سهمیه کاربر را انتخاب کنید", "Select manager" : "Select manager", @@ -556,9 +541,11 @@ OC.L10N.register( "Enable user" : "کاربر را فعال کنید", "Edit User" : "ویرایش کاربر", "User's table" : "User's table", + "New user" : "کاربر جدید", "Will be autogenerated" : "به صورت خودکار تولید می شود", "Select user manager" : "Select user manager", "Add a new user" : "افزودن کاربر جدید", + "User backend" : "پشتیبان کاربر", "No users in here" : "هیچ کاربر در اینجا نیست", "Name your device" : "Name your device", "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device", @@ -586,8 +573,23 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Exclude groups from creating link shares:", "Exclude groups from sharing" : "مستثنی شدن گروه ها از اشتراک گذاری", "These groups will still be able to receive shares, but not to initiate them." : "این گروه ها هنوز هم می توانند سهم دریافت کنند ، اما نه آنها را شروع کنند.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups", + "Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "No users" : "No users", + "Loading users …" : "Loading users …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.", + "Set user groups" : "Set user groups", + "Set user as admin for …" : "Set user as admin for …", + "Set user quota" : "Set user quota", + "Add new user" : "Add new user", + "Set user manager" : "Set user manager", + "Username will be autogenerated" : "Username will be autogenerated", + "Username (required)" : "Username (required)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} user …","{userCount} users …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} user","{userCount} users"], + "User actions" : "User actions", "Loading user …" : "Loading user …", "Failed to update user manager" : "Failed to update user manager", "User management settings" : "User management settings", diff --git a/apps/settings/l10n/fa.json b/apps/settings/l10n/fa.json index 0e96ca992a7..c1edbc4877a 100644 --- a/apps/settings/l10n/fa.json +++ b/apps/settings/l10n/fa.json @@ -115,7 +115,6 @@ "Verifying" : "تآیید کردن", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running.", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "This instance is running in debug mode. Only enable this for local development and not in production environments.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features.", @@ -128,9 +127,6 @@ "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation.", "PHP configuration option \"output_buffering\" must be disabled" : "گزینه «output_buffering» تنظیمات پیاچپی باید غیرفعال شود", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update.", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.", "Architecture" : "Architecture", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel.", "Profile information" : "Profile information", @@ -160,10 +156,7 @@ "Set default expiration date for shares" : "تاریخ انقضا پیش فرض را برای اشتراک گذاری تعیین کنید", "Enforce expiration date" : "اعمال تاریخ اتمام اشتراک گذاری", "Set default expiration date for shares to other servers" : "Set default expiration date for shares to other servers", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups", - "Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Show disclaimer text on the public link upload page (only shown when the file list is hidden)", "This text will be shown on the public link upload page when the file list is hidden." : "این متن هنگام پنهان کردن لیست پرونده در صفحه بارگذاری پیوند عمومی نشان داده می شود.", @@ -341,39 +334,26 @@ "Common languages" : "زبانهای رایج", "Other languages" : "Other languages", "Password change is disabled because the master key is disabled" : "تغییر رمز غیرفعال شده است زیرا کلید اصلی غیرفعال شده است", - "New user" : "کاربر جدید", "Display name" : "نمایش نام", "Either password or email is required" : "Either password or email is required", "Password (required)" : "Password (required)", "Email (required)" : "Email (required)", "Email" : "ایمیل", "Groups (required)" : "Groups (required)", - "Set user groups" : "Set user groups", "Administered groups" : "Administered groups", - "Set user as admin for …" : "Set user as admin for …", "Quota" : "سهم", - "Set user quota" : "Set user quota", "Language" : "زبان", "Set default language" : "Set default language", "Manager" : "Manager", - "Add new user" : "Add new user", - "Set user manager" : "Set user manager", - "Username will be autogenerated" : "Username will be autogenerated", - "Username (required)" : "Username (required)", "Total rows summary" : "خلاصه کل ردیف ها", - "Loading users …" : "Loading users …", "Scroll to load more rows" : "Scroll to load more rows", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} user …","{userCount} users …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} user","{userCount} users"], "Avatar" : "آواتار", - "Username" : "نام کاربری", + "Account name" : "Account name", "Group admin for" : "مدیر گروه برای", - "User backend" : "پشتیبان کاربر", "Storage location" : "محل ذخیره سازی", "Last login" : "آخرین ورود", - "User actions" : "User actions", + "Account actions" : "اقدامات حساب", "Password or insufficient permissions message" : "Password or insufficient permissions message", - "Add user to group" : "Add user to group", "Set the language" : "Set the language", "{size} used" : "{size} مورد استفاده", "Resend welcome email" : "ارسال ایمیل خوش آمدید", @@ -511,6 +491,9 @@ "A background job is pending that checks for user imported SSL certificates. Please check back later." : "A background job is pending that checks for user imported SSL certificates. Please check back later.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "هنگامی که گروه ها انتخاب و حذف شدند ، از این منطق استفاده می کنند تا مشخص شود آیا کاربر 2FA اجباری دارد: اگر هیچ گروه انتخاب نشده باشند ، 2FA برای همه غیر از اعضای گروه های محروم امکان پذیر است. در صورت انتخاب گروه ها ، 2FA برای همه اعضای این گروه فعال است. اگر کاربر هر دو در یک گروه منتخب و مستثنی باشد ، انتخاب شده دارای اولویت است و 2FA اجرا می شود.", "Enable all" : "به کار انداختن همه", @@ -525,6 +508,7 @@ "Error while deleting the token" : "هنگام حذف نشانه خطایی رخ داد", "Use the credentials below to configure your app or device." : "برای پیکربندی کردن برنامه یا وسیله خود از اعتبارنامه زیر استفاده کنید.", "For security reasons this password will only be shown once." : "به دلایل امنیتی این گذرواژه فقط یک بار نشان داده می شود.", + "Username" : "نام کاربری", "Copied!" : "رونوشت شد!", "Copy" : "رونوشت", "Execute one task with each page loaded. Use case: Single user instance." : "اجرای یک وظیفه با هر بار شدن صفحه. مناسب نمونههای تک کاربره.", @@ -544,6 +528,7 @@ "Edit display name" : "Edit display name", "Add new password" : "رمزعبور جدید اضافه کنید", "Add new email address" : "آدرس ایمیل جدید اضافه کنید", + "Add user to group" : "Add user to group", "Set user as admin for" : "کاربر را به عنوان مدیر تنظیم کنید", "Select user quota" : "سهمیه کاربر را انتخاب کنید", "Select manager" : "Select manager", @@ -554,9 +539,11 @@ "Enable user" : "کاربر را فعال کنید", "Edit User" : "ویرایش کاربر", "User's table" : "User's table", + "New user" : "کاربر جدید", "Will be autogenerated" : "به صورت خودکار تولید می شود", "Select user manager" : "Select user manager", "Add a new user" : "افزودن کاربر جدید", + "User backend" : "پشتیبان کاربر", "No users in here" : "هیچ کاربر در اینجا نیست", "Name your device" : "Name your device", "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device", @@ -584,8 +571,23 @@ "Exclude groups from creating link shares:" : "Exclude groups from creating link shares:", "Exclude groups from sharing" : "مستثنی شدن گروه ها از اشتراک گذاری", "These groups will still be able to receive shares, but not to initiate them." : "این گروه ها هنوز هم می توانند سهم دریافت کنند ، اما نه آنها را شروع کنند.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups", + "Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "No users" : "No users", + "Loading users …" : "Loading users …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.", + "Set user groups" : "Set user groups", + "Set user as admin for …" : "Set user as admin for …", + "Set user quota" : "Set user quota", + "Add new user" : "Add new user", + "Set user manager" : "Set user manager", + "Username will be autogenerated" : "Username will be autogenerated", + "Username (required)" : "Username (required)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} user …","{userCount} users …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} user","{userCount} users"], + "User actions" : "User actions", "Loading user …" : "Loading user …", "Failed to update user manager" : "Failed to update user manager", "User management settings" : "User management settings", diff --git a/apps/settings/l10n/fi.js b/apps/settings/l10n/fi.js index 03d8fc1e634..b0dcbc296d8 100644 --- a/apps/settings/l10n/fi.js +++ b/apps/settings/l10n/fi.js @@ -116,7 +116,6 @@ OC.L10N.register( "Code integrity" : "Koodin eheys", "Some files have not passed the integrity check. {link1} {link2}" : "Jotkin tiedostot eivät läpäisseet eheystarkistusta. {link1} {link2}", "Cron errors" : "Cron-virheet", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Tietokannasta puuttuu indeksejä. Suuriin tauluihin indeksien lisääminen saattaa kestää kauan, ja sen vuoksi indeksejä ei lisätty automaattisesti. Suorita \"occ db:add-missing-indices\" lisätäksesi puuttuvat indeksit manuaalisesti samalla, kun instanssi pysyy käynnissä. Kun indeksit on lisätty, kyselyt kyseisiin tauluihin ovat yleensä huomattavasti aiempaa nopeampia.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Tietokannasta puuttuu primääriavaimia. Suuriin tauluihin primääriavainten lisääminen saattaa kestää kauan, ja sen vuoksi primääriavaimia ei lisätty automaattisesti. Suorita \"occ db:add-missing-primary-keys\" lisätäksesi puuttuvat primääriavaimet manuaalisesti samalla, kun instanssi pysyy käynnissä.", "Debug mode" : "Vianjäljitystila", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Tämä instanssi toimii vianjäljitystilassa. Käytä vianjäljitystilaa vain paikalliseen kehitykseen, älä koskaan käytä sitä tuotantoympäristössä.", @@ -147,9 +146,6 @@ OC.L10N.register( "Some headers are not set correctly on your instance" : "Jotkin otsakkeet eivät ole oikein asetettu instanssissasi", "Your server is correctly configured to send security headers." : "Palvelimesi on määritetty oikein tietoturvaotsakkeiden lähettämiseksi.", "Database version" : "Tietokannan versio", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MariaDB:n versio 10.2 tai uudempi.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MySQL:n versio 8.0 tai MariaDB:n versio 10.2 tai uudempi.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on PostgreSQL:n versio 9.6 tai uudempi.", "Unknown database platform" : "Tuntematon tietokanta-alusta", "Architecture" : "Arkkitehtuuri", "64-bit" : "64-bit", @@ -364,37 +360,27 @@ OC.L10N.register( "Default language" : "Oletuskieli", "Common languages" : "Yleiset kielet", "Other languages" : "Muut kielet", - "New user" : "Uusi käyttäjä", + "New account" : "Uusi tili", "Display name" : "Näyttönimi", "Either password or email is required" : "Joko salasana tai sähköpostiosoite vaaditaan", "Password (required)" : "Salasana (pakollinen)", "Email (required)" : "Sähköposti (pakollinen)", "Email" : "Sähköpostiosoite", "Groups (required)" : "Ryhmät (pakollinen)", - "Set user groups" : "Aseta käyttäjäryhmät", "Quota" : "Kiintiö", - "Set user quota" : "Aseta käyttäjäkiintiö", "Language" : "Kieli", "Set default language" : "Aseta oletuskieli", - "Add new user" : "Lisää uusi käyttäjä", - "Username will be autogenerated" : "Käyttäjänimi luodaan automaattisesti", - "Username (required)" : "Käyttäjänimi (pakollinen)", - "Loading users …" : "Ladataan käyttäjiä…", "Scroll to load more rows" : "Vieritä ladataksesi enemmän rivejä", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} käyttäjä…","{userCount} käyttäjää…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} käyttäjä","{userCount} käyttäjää"], "Avatar" : "Profiilikuva", - "Username" : "Käyttäjätunnus", + "Account name" : "Tilin nimi", "Group admin for" : "Ryhmäylläpitäjä ryhmille", - "User backend" : "Käyttäjätaustaosa", "Storage location" : "Tallennustilan sijainti", "Last login" : "Viimeisin kirjautuminen", - "User actions" : "Käyttäjätoiminnot", + "Account actions" : "Tilin toiminnot", "Loading account …" : "Ladataan tiliä…", "Change display name" : "Vaihda näyttönimi", "Set new password" : "Aseta uusi salasana:", "Set new email address" : "Aseta uusi sähköpostiosoite", - "Add user to group" : "Lisää käyttäjä ryhmään", "Add account to group" : "Lisää tili ryhmään", "Select account quota" : "Valitse tilin kiintiö", "Set the language" : "Aseta kieli", @@ -448,7 +434,6 @@ OC.L10N.register( "Disabled accounts" : "Käytöstä poistetut tilit", "Account group: {group}" : "Tiliryhmä: {group}", "Account management" : "Tilihallinta", - "New account" : "Uusi tili", "Creating group…" : "Luodaan ryhmä…", "Create group" : "Luo ryhmä", "Group name" : "Ryhmän nimi", @@ -538,6 +523,9 @@ OC.L10N.register( "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL käyttää vanhentunutta %1$s versiota (%2$s). Päivitä käyttöjärjestelmäsi tai toiminnot, kuten %3$s, eivät toimi luotettavasti.", "Invalid user" : "Virheellinen käyttäjä", "Your username is: %s" : "Käyttäjätunnuksesi on: %s", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MariaDB:n versio 10.2 tai uudempi.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MySQL:n versio 8.0 tai MariaDB:n versio 10.2 tai uudempi.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on PostgreSQL:n versio 9.6 tai uudempi.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Kaksivaiheinen tunnistautuminen voidaan pakottaa kaikille käyttäjille ja halutuille ryhmille. Mikäli heillä ei ole kaksivaiheista tunnistautumistapaa määriteltynä, he eivät pysty kirjautumaan järjestelmään.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Kun ryhmiä on valittu tai poissuljettu, ne käyttävät seuraavaa logiikkaa määrittääkseen käyttäjän kaksivaiheisen tunnistautumisen (2FA) pakottamisen: Jos ryhmiä ei ole valittu, 2FA on käytössä kaikilla paitsi poissuljetuilla ryhmillä. Jos ryhmiä on valittu, 2FA on käytössä kaikilla niiden jäsenillä. Jos käyttäjä on sekä valitussa että poissuljetussa ryhmässä, valittu ryhmä on etusijalla ja 2FA on käytössä.", "Enable all" : "Ota kaikki käyttöön", @@ -552,6 +540,7 @@ OC.L10N.register( "Error while deleting the token" : "Virhe polettia poistaessa", "Use the credentials below to configure your app or device." : "Käytä oheista tunnusta ja salasanaa konfiguroidessasi sovelluksen tai laitteen.", "For security reasons this password will only be shown once." : "Turvallisuussyistä tämä salasana näytetään vain kerran.", + "Username" : "Käyttäjätunnus", "Copied!" : "Kopioitu!", "Copy" : "Kopioi", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Tämän suorittamiseksi tarvitset PHP:n POSIX-laajennuksen. Lue {linkstart}PHP:n dokumentaatio{linkend} saadaksesi lisätietoja.", @@ -567,6 +556,7 @@ OC.L10N.register( "Edit display name" : "Muokkaa näyttönimeä", "Add new password" : "Lisää uusi salasana", "Add new email address" : "Lisää uusi sähköpostiosoite", + "Add user to group" : "Lisää käyttäjä ryhmään", "Set user as admin for" : "Aseta käyttäjä järjestelmänvalvojaksi kohteelle", "Select user quota" : "Valitse käyttäjäkiintiö", "Toggle user actions menu" : "Näytä tai piilota käyttäjätoimintojen valikko", @@ -575,8 +565,10 @@ OC.L10N.register( "Disable user" : "Poista käyttäjä käytöstä", "Enable user" : "Ota käyttäjä käyttöön", "Edit User" : "Muokkaa käyttäjää", + "New user" : "Uusi käyttäjä", "Will be autogenerated" : "Luodaan automaattisesti", "Add a new user" : "Lisää uusi käyttäjä", + "User backend" : "Käyttäjätaustaosa", "No users in here" : "Täällä ei ole käyttäjiä", "Name your device" : "Nimeä laitteesi", "Server error while trying to add WebAuthn device" : "Palvelinvirhe kun yritettiin lisätä WebAuthn-laitetta", @@ -601,10 +593,20 @@ OC.L10N.register( "Set default expiration date" : "Aseta lopettamispäivän oletus", "Exclude groups from sharing" : "Kiellä ryhmiä jakamasta", "These groups will still be able to receive shares, but not to initiate them." : "Nämä ryhmät kykenevät vastaanottamaan jakoja, mutta eivät kuitenkaan itse pysty luoda jakoja.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Tietokannasta puuttuu indeksejä. Suuriin tauluihin indeksien lisääminen saattaa kestää kauan, ja sen vuoksi indeksejä ei lisätty automaattisesti. Suorita \"occ db:add-missing-indices\" lisätäksesi puuttuvat indeksit manuaalisesti samalla, kun instanssi pysyy käynnissä. Kun indeksit on lisätty, kyselyt kyseisiin tauluihin ovat yleensä huomattavasti aiempaa nopeampia.", "Rating: {score}/10" : "Arvostelu: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Olet aikeissa poistaa ryhmän \"{group}\". Käyttäjiä EI poisteta!", "No users" : "Ei käyttäjiä", + "Loading users …" : "Ladataan käyttäjiä…", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Luettelo käyttäjistä. Tätä luetteloa ei näytetä täysin suorituskykyyn liittyvistä syistä. Käyttäjät esitetään sitä mukaa, kun selaat luetteloa.", + "Set user groups" : "Aseta käyttäjäryhmät", + "Set user quota" : "Aseta käyttäjäkiintiö", + "Add new user" : "Lisää uusi käyttäjä", + "Username will be autogenerated" : "Käyttäjänimi luodaan automaattisesti", + "Username (required)" : "Käyttäjänimi (pakollinen)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} käyttäjä…","{userCount} käyttäjää…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} käyttäjä","{userCount} käyttäjää"], + "User actions" : "Käyttäjätoiminnot", "Loading user …" : "Ladataan käyttäjää…", "User management settings" : "Käyttäjähallinnan asetukset", "Send welcome email to new users" : "Lähetä Tervetuloa-sähköposti uusille käyttäjille", diff --git a/apps/settings/l10n/fi.json b/apps/settings/l10n/fi.json index 08e943d0807..0b14781484e 100644 --- a/apps/settings/l10n/fi.json +++ b/apps/settings/l10n/fi.json @@ -114,7 +114,6 @@ "Code integrity" : "Koodin eheys", "Some files have not passed the integrity check. {link1} {link2}" : "Jotkin tiedostot eivät läpäisseet eheystarkistusta. {link1} {link2}", "Cron errors" : "Cron-virheet", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Tietokannasta puuttuu indeksejä. Suuriin tauluihin indeksien lisääminen saattaa kestää kauan, ja sen vuoksi indeksejä ei lisätty automaattisesti. Suorita \"occ db:add-missing-indices\" lisätäksesi puuttuvat indeksit manuaalisesti samalla, kun instanssi pysyy käynnissä. Kun indeksit on lisätty, kyselyt kyseisiin tauluihin ovat yleensä huomattavasti aiempaa nopeampia.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Tietokannasta puuttuu primääriavaimia. Suuriin tauluihin primääriavainten lisääminen saattaa kestää kauan, ja sen vuoksi primääriavaimia ei lisätty automaattisesti. Suorita \"occ db:add-missing-primary-keys\" lisätäksesi puuttuvat primääriavaimet manuaalisesti samalla, kun instanssi pysyy käynnissä.", "Debug mode" : "Vianjäljitystila", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Tämä instanssi toimii vianjäljitystilassa. Käytä vianjäljitystilaa vain paikalliseen kehitykseen, älä koskaan käytä sitä tuotantoympäristössä.", @@ -145,9 +144,6 @@ "Some headers are not set correctly on your instance" : "Jotkin otsakkeet eivät ole oikein asetettu instanssissasi", "Your server is correctly configured to send security headers." : "Palvelimesi on määritetty oikein tietoturvaotsakkeiden lähettämiseksi.", "Database version" : "Tietokannan versio", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MariaDB:n versio 10.2 tai uudempi.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MySQL:n versio 8.0 tai MariaDB:n versio 10.2 tai uudempi.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on PostgreSQL:n versio 9.6 tai uudempi.", "Unknown database platform" : "Tuntematon tietokanta-alusta", "Architecture" : "Arkkitehtuuri", "64-bit" : "64-bit", @@ -362,37 +358,27 @@ "Default language" : "Oletuskieli", "Common languages" : "Yleiset kielet", "Other languages" : "Muut kielet", - "New user" : "Uusi käyttäjä", + "New account" : "Uusi tili", "Display name" : "Näyttönimi", "Either password or email is required" : "Joko salasana tai sähköpostiosoite vaaditaan", "Password (required)" : "Salasana (pakollinen)", "Email (required)" : "Sähköposti (pakollinen)", "Email" : "Sähköpostiosoite", "Groups (required)" : "Ryhmät (pakollinen)", - "Set user groups" : "Aseta käyttäjäryhmät", "Quota" : "Kiintiö", - "Set user quota" : "Aseta käyttäjäkiintiö", "Language" : "Kieli", "Set default language" : "Aseta oletuskieli", - "Add new user" : "Lisää uusi käyttäjä", - "Username will be autogenerated" : "Käyttäjänimi luodaan automaattisesti", - "Username (required)" : "Käyttäjänimi (pakollinen)", - "Loading users …" : "Ladataan käyttäjiä…", "Scroll to load more rows" : "Vieritä ladataksesi enemmän rivejä", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} käyttäjä…","{userCount} käyttäjää…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} käyttäjä","{userCount} käyttäjää"], "Avatar" : "Profiilikuva", - "Username" : "Käyttäjätunnus", + "Account name" : "Tilin nimi", "Group admin for" : "Ryhmäylläpitäjä ryhmille", - "User backend" : "Käyttäjätaustaosa", "Storage location" : "Tallennustilan sijainti", "Last login" : "Viimeisin kirjautuminen", - "User actions" : "Käyttäjätoiminnot", + "Account actions" : "Tilin toiminnot", "Loading account …" : "Ladataan tiliä…", "Change display name" : "Vaihda näyttönimi", "Set new password" : "Aseta uusi salasana:", "Set new email address" : "Aseta uusi sähköpostiosoite", - "Add user to group" : "Lisää käyttäjä ryhmään", "Add account to group" : "Lisää tili ryhmään", "Select account quota" : "Valitse tilin kiintiö", "Set the language" : "Aseta kieli", @@ -446,7 +432,6 @@ "Disabled accounts" : "Käytöstä poistetut tilit", "Account group: {group}" : "Tiliryhmä: {group}", "Account management" : "Tilihallinta", - "New account" : "Uusi tili", "Creating group…" : "Luodaan ryhmä…", "Create group" : "Luo ryhmä", "Group name" : "Ryhmän nimi", @@ -536,6 +521,9 @@ "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL käyttää vanhentunutta %1$s versiota (%2$s). Päivitä käyttöjärjestelmäsi tai toiminnot, kuten %3$s, eivät toimi luotettavasti.", "Invalid user" : "Virheellinen käyttäjä", "Your username is: %s" : "Käyttäjätunnuksesi on: %s", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MariaDB:n versio 10.2 tai uudempi.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MySQL:n versio 8.0 tai MariaDB:n versio 10.2 tai uudempi.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on PostgreSQL:n versio 9.6 tai uudempi.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Kaksivaiheinen tunnistautuminen voidaan pakottaa kaikille käyttäjille ja halutuille ryhmille. Mikäli heillä ei ole kaksivaiheista tunnistautumistapaa määriteltynä, he eivät pysty kirjautumaan järjestelmään.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Kun ryhmiä on valittu tai poissuljettu, ne käyttävät seuraavaa logiikkaa määrittääkseen käyttäjän kaksivaiheisen tunnistautumisen (2FA) pakottamisen: Jos ryhmiä ei ole valittu, 2FA on käytössä kaikilla paitsi poissuljetuilla ryhmillä. Jos ryhmiä on valittu, 2FA on käytössä kaikilla niiden jäsenillä. Jos käyttäjä on sekä valitussa että poissuljetussa ryhmässä, valittu ryhmä on etusijalla ja 2FA on käytössä.", "Enable all" : "Ota kaikki käyttöön", @@ -550,6 +538,7 @@ "Error while deleting the token" : "Virhe polettia poistaessa", "Use the credentials below to configure your app or device." : "Käytä oheista tunnusta ja salasanaa konfiguroidessasi sovelluksen tai laitteen.", "For security reasons this password will only be shown once." : "Turvallisuussyistä tämä salasana näytetään vain kerran.", + "Username" : "Käyttäjätunnus", "Copied!" : "Kopioitu!", "Copy" : "Kopioi", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Tämän suorittamiseksi tarvitset PHP:n POSIX-laajennuksen. Lue {linkstart}PHP:n dokumentaatio{linkend} saadaksesi lisätietoja.", @@ -565,6 +554,7 @@ "Edit display name" : "Muokkaa näyttönimeä", "Add new password" : "Lisää uusi salasana", "Add new email address" : "Lisää uusi sähköpostiosoite", + "Add user to group" : "Lisää käyttäjä ryhmään", "Set user as admin for" : "Aseta käyttäjä järjestelmänvalvojaksi kohteelle", "Select user quota" : "Valitse käyttäjäkiintiö", "Toggle user actions menu" : "Näytä tai piilota käyttäjätoimintojen valikko", @@ -573,8 +563,10 @@ "Disable user" : "Poista käyttäjä käytöstä", "Enable user" : "Ota käyttäjä käyttöön", "Edit User" : "Muokkaa käyttäjää", + "New user" : "Uusi käyttäjä", "Will be autogenerated" : "Luodaan automaattisesti", "Add a new user" : "Lisää uusi käyttäjä", + "User backend" : "Käyttäjätaustaosa", "No users in here" : "Täällä ei ole käyttäjiä", "Name your device" : "Nimeä laitteesi", "Server error while trying to add WebAuthn device" : "Palvelinvirhe kun yritettiin lisätä WebAuthn-laitetta", @@ -599,10 +591,20 @@ "Set default expiration date" : "Aseta lopettamispäivän oletus", "Exclude groups from sharing" : "Kiellä ryhmiä jakamasta", "These groups will still be able to receive shares, but not to initiate them." : "Nämä ryhmät kykenevät vastaanottamaan jakoja, mutta eivät kuitenkaan itse pysty luoda jakoja.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Tietokannasta puuttuu indeksejä. Suuriin tauluihin indeksien lisääminen saattaa kestää kauan, ja sen vuoksi indeksejä ei lisätty automaattisesti. Suorita \"occ db:add-missing-indices\" lisätäksesi puuttuvat indeksit manuaalisesti samalla, kun instanssi pysyy käynnissä. Kun indeksit on lisätty, kyselyt kyseisiin tauluihin ovat yleensä huomattavasti aiempaa nopeampia.", "Rating: {score}/10" : "Arvostelu: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Olet aikeissa poistaa ryhmän \"{group}\". Käyttäjiä EI poisteta!", "No users" : "Ei käyttäjiä", + "Loading users …" : "Ladataan käyttäjiä…", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Luettelo käyttäjistä. Tätä luetteloa ei näytetä täysin suorituskykyyn liittyvistä syistä. Käyttäjät esitetään sitä mukaa, kun selaat luetteloa.", + "Set user groups" : "Aseta käyttäjäryhmät", + "Set user quota" : "Aseta käyttäjäkiintiö", + "Add new user" : "Lisää uusi käyttäjä", + "Username will be autogenerated" : "Käyttäjänimi luodaan automaattisesti", + "Username (required)" : "Käyttäjänimi (pakollinen)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} käyttäjä…","{userCount} käyttäjää…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} käyttäjä","{userCount} käyttäjää"], + "User actions" : "Käyttäjätoiminnot", "Loading user …" : "Ladataan käyttäjää…", "User management settings" : "Käyttäjähallinnan asetukset", "Send welcome email to new users" : "Lähetä Tervetuloa-sähköposti uusille käyttäjille", diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index f1b73a73b60..6e4fe82001b 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -130,7 +130,6 @@ OC.L10N.register( "Your remote address could not be determined." : "Votre adresse à distance n'a pas pu être déterminée.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Votre adresse réseau a été identifiée comme « %s » et elle est bridée par le mécanisme anti-intrusion ce qui ralentit la performance de certaines requêtes. Si cette adresse réseau n'est pas la vôtre, cela peut signifier qu'il y a une erreur de configuration d'un proxy.", "Your remote address \"%s\" is not brute-force throttled." : "Votre adresse distante « %s » n'est pas ralentie par attaque par force brute.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pour autoriser cette vérification, pour devez vous assurer que votre serveur web peut se connecter à lui-même. Il doit donc être capable de résoudre et de se connecter à au moins un de ses `trusted_domains` ou à l'URL `overwrite.cli.url`.", "Old administration imported certificates" : "Anciens certificats d’administration importés", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Une tâche en arrière-plan qui vérifie les certificats SSL importés par l'administration est en attente. Veuillez vérifier plus tard.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Certains certificats SSL importés par l'administration sont présents et ne sont plus utilisés avec Nextcloud 21. Ils peuvent être importés par l'interface en ligne de commande via la commande « occ security:certificates:import ». Leurs chemins dans le dossier data sont affichés ci-dessous.", @@ -151,8 +150,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Colonnes optionnelles manquantes « %s » dans la table « %s ».", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Certaines colonnes facultatives sont manquantes dans la base de données. Étant donné qu'ajouter des colonnes sur des grandes tables peut prendre du temps, elles n'ont pas été ajoutées automatiquement lorsqu'elles sont facultatives. En exécutant \"occ db:add-missing-columns\" ces colonnes manquantes peuvent être ajoutées manuellement alors que l'instance continue de fonctionner. Une fois que les colonnes sont ajoutées, la performance ou l'utilisabilité de certaines fonctionnalités pourraient être améliorées.", "Database missing indices" : "Indices manquants de la base de données", - "Missing optional index \"%s\" in table \"%s\"." : "Index optionnels manquants « %s » dans la table « %s ».", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquants. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.", "Database missing primary keys" : "Clés primaires manquantes dans la base de données", "Missing primary key on table \"%s\"." : "Clé primaire manquante sur la table « %s ».", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Il manque des clés primaires dans la base de données. En raison du fait que l’ajout de clés primaires sur les grandes tables peut prendre un certain temps, elles n’ont pas été ajoutées automatiquement. En exécutant \"occ db:add-missing-primary-keys\", ces clés primaires manquantes peuvent être ajoutées manuellement pendant que l’instance continue de fonctionner.", @@ -178,13 +175,11 @@ OC.L10N.register( "HTTPS access and URLs" : "Accès HTTPS et URL", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Accès au site non sécurisé à travers le protocole HTTP. Vous êtes vivement encouragé à configurer votre serveur pour utiliser plutôt le protocole HTTPS. Sans ça, certaines fonctionnalités web importantes comme la « copie dans le presse-papier » ou les « serveurs intermédiaires » ne fonctionneront pas.", "Accessing site insecurely via HTTP." : "Accès au site non sécurité à travers le protocole HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Vous accédez à votre instance via une connexion sécurisée, pourtant celle-ci génère des URLs non sécurisées. Cela signifie probablement que vous êtes derrière un reverse proxy et que les variables de réécriture ne sont pas paramétrées correctement.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Vous accédez à votre instance sur une connexion sécurisée, et votre instance génère des URL sécurisées.", "Internet connectivity" : "Connexion Internet", "Internet connectivity is disabled in configuration file." : "La connexion à Internet est désactivée dans le fichier de configuration.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Ce serveur ne peut se connecter à Internet : plusieurs points finaux ne peuvent être atteints. Cela signifie que certaines fonctionnalités, telles que le montage de stockages externes, les notifications de mises à jour ou l'installation d'applications tierces, ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que l'envoi de notifications par e-mail peuvent aussi être indisponibles. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.", "JavaScript modules support" : "Support des modules JavaScript", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Impossible de vérifier la prise en charge Javascript via l’un de vos `trusted_domains` ou `overwrite.cli.url`. Cela peut résulter d’une incompatibilité DNS côté serveur ou d’une règle de pare-feu sortante. Veuillez vérifier manuellement si votre serveur web sert des fichiers `.mjs` utilisant le type MIME JavaScript.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Votre serveur web ne gère pas les fichiers `.mjs` utilisant le type MIME JavaScript. Cela perturbe certaines applications en empêchant les navigateurs d'exécuter les fichiers JavaScript. Vous devez configurer votre serveur web pour qu'il gère les fichiers `.mjs` avec les types MIME `text/javascript` ou `application/javascript`.", "JavaScript source map support" : "Prise en charge des source maps JavaScript", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Votre serveur web n'est pas configuré pour fournir les fichiers `.js.map`. Sans ces fichiers, les source maps JavaScript ne fonctionneront pas correctement, ce qui rendra plus difficile le dépannage et la résolution des problèmes éventuels.", @@ -195,8 +190,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Le serveur n'a pas aucune heure de début de fenêtre de maintenance configurée. Cela signifie que les tâches quotidiennes d'arrière-plan, gourmandes en ressources, seront également exécutées pendant votre période d'utilisation principale. Nous vous recommandons de le configurer à un moment de faible utilisation, afin que les utilisateurs soient moins affectés par la charge causée par ces tâches lourdes.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "La fenêtre de maintenance pour exécuter les tâches de fond gourmandes en ressource est entre {start}:00 UTC et {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached est configuré comme cache distribué, mais le mauvais module PHP « memcache » est installé. \\OC\\Memcache\\Memcached est le seul a supporter « memcached » et non « memcache ».", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached est configuré comme cache distribué, mais le module PHP « memcached » n'est pas installé.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Aucun cache mémoire n'a été configuré. Pour améliorer les performances, veuillez configurer un memcache, si disponible.", "Configured" : "Configuré", "MySQL Unicode support" : "Compatibilité Unicode MySQL", @@ -270,9 +263,6 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Impossible de vérifier que votre serveur web serve les entêtes de sécurité correctement, impossible de demander `%s`", "Your server is correctly configured to send security headers." : "Votre serveur est correctement configuré pour envoyer les entêtes de sécurité.", "Database version" : "Version de la base de données", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MariaDB 10.2 ou plus.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MySQL 8.0 or MariaDB 10.2 ou plus.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent PostgreSQL 9.6 ou plus.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite est actuellement utilisé comme base de données principale. Pour les installations plus importantes, nous vous recommandons de changer de base de données. Cela est particulièrement recommandé lorsque vous utilisez le logiciel pour ordinateur de bureau pour la synchronisation des fichiers. Pour migrer vers une autre base de données, utilisez l’outil en ligne de commande : « occ db:convert-type »", "Unknown database platform" : "Plate-forme de base de données inconnue", "Architecture" : "Architecture", @@ -342,10 +332,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Définir par défaut une date d’expiration pour les partages par lien ou par e-mail", "Default expiration time of shares in days" : "Délai d’expiration des partages par défaut en jours", "Privacy settings for sharing" : "Paramètres de confidentialité pour le partage", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Autoriser l'autocomplétion du nom d'utilisateur dans le dialogue de partage et permettre l'accès au carnet d'adresses du système", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Si les autocomplétions \"même groupe\" et \"intégration du numéro de téléphone\" sont activées, une correspondance avec l'une ou l'autre de ces conditions est suffisante pour afficher l'utilisateur.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Autoriser l'autocomplétion du nom d'utilisateur aux utilisateurs appartenant aux mêmes groupes et limiter les carnets d'adresses du système aux utilisateurs appartenant aux mêmes groupes.", - "Allow username autocompletion to users based on phone number integration" : "Autoriser l'autocomplétion du nom d'utilisateur aux utilisateurs selon l'intégration du numéro de téléphone", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Autoriser l'autocomplétion lorsque le nom d'utilisateur ou l'adresse e-mail est totalement saisi⋅e (en ignorant les correspondances manquantes dans le répertoire téléphonique et le fait d'appartenir au même groupe)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Afficher les conditions d'utilisation sur la page publique de téléversement (seulement lorsque la liste des fichiers est masquée).", "Disclaimer text" : "Texte de non-responsabilité", @@ -575,44 +562,32 @@ OC.L10N.register( "Common languages" : "Langues communes", "Other languages" : "Autres langues", "Password change is disabled because the master key is disabled" : "Le changement de mot de passe est désactivé car la clé principale est désactivée", - "New user" : "Nouvel utilisateur", + "New account" : "Nouveau compte", "Display name" : "Nom d'affichage", "Either password or email is required" : "Le mot de passe ou l'e-mail est requis", "Password (required)" : "Mot de passe (requis)", "Email (required)" : "E-mail (requis)", "Email" : "E-mail", "Groups (required)" : "Groupes (requis)", - "Set user groups" : "Définir les groupes d'utilisateurs", "Administered groups" : "Groupes administrés", - "Set user as admin for …" : "Définir l'utilisateur comme administrateur pour…", "Quota" : "Quota", - "Set user quota" : "Définir le quota de l'utilisateur", "Language" : "Langue", "Set default language" : "Définir la langue par défaut", "Manager" : "Supérieur", - "Add new user" : "Ajouter un nouvel utilisateur", - "Set user manager" : "Définir le supérieur de l'utilisateur", - "Username will be autogenerated" : "Le nom d’utilisateur sera généré automatiquement", - "Username (required)" : "Nom d’utilisateur (requis)", "Total rows summary" : "Récapitulatif du nombre total de lignes", - "Loading users …" : "Chargement des utilisateurs...", "Scroll to load more rows" : "Défiler pour charger plus de lignes", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} utilisateur …","{userCount} utilisateurs …","{userCount} utilisateurs…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} utilisateur","{userCount} utilisateurs","{userCount} utilisateurs"], "Avatar" : "Avatar", - "Username" : "Nom d’utilisateur", + "Account name" : "Nom du compte", "Group admin for" : "Administrateur de groupe pour", - "User backend" : "Origine du compte", "Storage location" : "Emplacement du stockage", "Last login" : "Dernière connexion", - "User actions" : "Actions de l'utilisateur", + "Account actions" : "Actions du compte", "Password or insufficient permissions message" : "Mot de passe ou message d'autorisations insuffisantes", "Loading account …" : "Chargement du compte…", "Change display name" : "Changer le nom de l'affichage", "Set new password" : "Définir un nouveau mot de passe", "You do not have permissions to see the details of this account" : "Vous n'avez pas les autorisations pour voir le détail de ce compte.", "Set new email address" : "Définir une nouvelle adresse e-mail", - "Add user to group" : "Ajouter l'utilisateur au groupe", "Add account to group" : "Ajouter le compte au groupe", "Set account as admin for" : "Définir en tant qu'administrateur pour", "Select account quota" : "Sélectionner le quota du compte", @@ -676,7 +651,6 @@ OC.L10N.register( "Disabled accounts" : "Comptes désactivés", "Account group: {group}" : "Groupe de comptes : {group}", "Account management" : "Gestion de compte", - "New account" : "Nouveau compte", "Creating group…" : "Création du groupe…", "Create group" : "Créer un groupe", "Group name" : "Nom du groupe", @@ -795,6 +769,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Certains certificats SSL importés par les utilisateurs sont présents et ne sont plus utilisés avec Nextcloud 21. Ils peuvent être importés par l'interface en ligne de commande via la commande \"occ security:certificates:import\". Leurs chemins dans le dossier data sont affichés ci-dessous.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Des UUID invalides pour les utilisateurs LDAP ont été trouvés. Merci de vérifier votre paramètre \"Passer outre la détection des UUID\" dans la partie Expert de la configuration LDAP puis utiliser \"occ ldap:update-uuid\" pour les mettre à jour.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Le carnet d'adresses système DAV n'a pas encore été synchronisé car votre instance contient plus de 1 000 utilisateurs ou parce qu'une erreur est survenue. Merci de lancer la synchronisation manuellement en exécutant : occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MariaDB 10.2 ou plus.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MySQL 8.0 or MariaDB 10.2 ou plus.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent PostgreSQL 9.6 ou plus.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'authentification à deux facteurs peut être forcée pour tous les utilisateurs et des groupes spécifiques. S'ils n'ont pas un fournisseur à deux facteurs configuré, ils ne seront pas capables de s'authentifier sur le système.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Lorsque des groupes sont forcés/exclus, la logique suivante est utilisée pour déterminer si l'authentification à double facteur (A2F) est imposée à un utilisateur. Si aucun groupe n'est forcé, l'authentification à double facteur est activée pour tous sauf pour les membres des groupes exclus. Si des groupes sont forcés, l'authentification à double facteur est exigée pour tous les membres de ces groupes. Si un utilisateur est à la fois dans un groupe forcé et exclu, c'est le groupe forcé qui prime et l'authentification double facteur est imposée.", "Enable all" : "Tout activer", @@ -809,6 +786,7 @@ OC.L10N.register( "Error while deleting the token" : "Erreur lors de la suppression du jeton", "Use the credentials below to configure your app or device." : "Utilisez les informations d’identification ci-dessous pour configurer votre application ou appareil.", "For security reasons this password will only be shown once." : "Pour des raisons de sécurité, ce mot de passe ne sera affiché qu'une seule fois.", + "Username" : "Nom d’utilisateur", "Copied!" : "Copié !", "Copy" : "Copier", "Execute one task with each page loaded. Use case: Single user instance." : "Exécuter une tâche à chaque chargement de page. Cas d'utilisation : Instance avec un seul utilisateur.", @@ -828,6 +806,7 @@ OC.L10N.register( "Edit display name" : "Modifier le nom d'affichage", "Add new password" : "Ajouter un nouveau mot de passe", "Add new email address" : "Ajouter une nouvelle adresse e-mail", + "Add user to group" : "Ajouter l'utilisateur au groupe", "Set user as admin for" : "Définir en tant qu'administrateur pour", "Select user quota" : "Sélectionner le quota de l'utilisateur ", "Select manager" : "Sélectionnez un gestionnaire", @@ -838,9 +817,11 @@ OC.L10N.register( "Enable user" : "Activer l'utilisateur", "Edit User" : "Modifier l'utilisateur", "User's table" : "Tableau des utilisateurs", + "New user" : "Nouvel utilisateur", "Will be autogenerated" : "Sera généré automatiquement", "Select user manager" : "Sélectionner le gestionnaire des utilisateurs", "Add a new user" : "Ajouter un nouvel utilisateur", + "User backend" : "Origine du compte", "No users in here" : "Aucun utilisateur", "Name your device" : "Nommez votre périphérique", "Server error while trying to add WebAuthn device" : "Erreur du serveur lors de l'ajout du périphérique WebAuthn", @@ -868,14 +849,31 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Interdire à des groupes de créer liens de partage", "Exclude groups from sharing" : "Empêcher certains groupes de partager", "These groups will still be able to receive shares, but not to initiate them." : "Ces groupes ne pourront plus initier de partage, mais ils pourront toujours rejoindre les partages faits par d’autres.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Autoriser l'autocomplétion du nom d'utilisateur dans le dialogue de partage et permettre l'accès au carnet d'adresses du système", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Autoriser l'autocomplétion du nom d'utilisateur aux utilisateurs appartenant aux mêmes groupes et limiter les carnets d'adresses du système aux utilisateurs appartenant aux mêmes groupes.", + "Allow username autocompletion to users based on phone number integration" : "Autoriser l'autocomplétion du nom d'utilisateur aux utilisateurs selon l'intégration du numéro de téléphone", "Old user imported certificates" : "Anciens certificats utilisateur importés", + "Missing optional index \"%s\" in table \"%s\"." : "Index optionnels manquants « %s » dans la table « %s ».", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquants. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Impossible de vérifier la prise en charge JavaScript. Veuillez vérifier manuellement si votre serveur web offre des fichiers `.mjs` en utilisant le type MIME JavaScript.", "MySQL unicode support" : "Compatibilité Unicode MySQL", + "Overwrite cli URL" : "Écraser la « CLI URL »", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Vous exécutez actuellement PHP %s. PHP 8.0 est maintenant obsolète pour Nextcloud 27. Nextcloud 28 nécessite au moins PHP 8.1. Veuillez mettre à jour vers l'une des versions PHP officiellement compatibles fournies par le PHP Group dès que possible.", "Rating: {score}/10" : "Évaluation : {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Vous êtes sur le point de supprimer le groupe « {group} ». Les utilisateurs qui en font partie ne seront PAS supprimés.", "No users" : "Pas d'utilisateurs", + "Loading users …" : "Chargement des utilisateurs...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liste des utilisateurs. Cette liste n'est pas entièrement affichée pour des raisons de performance. Les utilisateurs seront affichés au fur et à mesure que vous naviguerez dans la liste.", + "Set user groups" : "Définir les groupes d'utilisateurs", + "Set user as admin for …" : "Définir l'utilisateur comme administrateur pour…", + "Set user quota" : "Définir le quota de l'utilisateur", + "Add new user" : "Ajouter un nouvel utilisateur", + "Set user manager" : "Définir le supérieur de l'utilisateur", + "Username will be autogenerated" : "Le nom d’utilisateur sera généré automatiquement", + "Username (required)" : "Nom d’utilisateur (requis)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} utilisateur …","{userCount} utilisateurs …","{userCount} utilisateurs…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} utilisateur","{userCount} utilisateurs","{userCount} utilisateurs"], + "User actions" : "Actions de l'utilisateur", "Loading user …" : "Chargement de l'utilisateur...", "Failed to update user manager" : "Impossible de mettre à jour le gestionnaire d'utilisateurs", "User management settings" : "Paramètres de la gestion utilisateurs", @@ -883,6 +881,8 @@ OC.L10N.register( "User management" : "Gestion des utilisateurs", "Creating group …" : "Création du groupe...", "User group: {group}" : "Groupe d'utilisateurs : {group}", - "Nextcloud help resources" : "Ressources d'aide Nextcloud" + "Nextcloud help resources" : "Ressources d'aide Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pour autoriser cette vérification, pour devez vous assurer que votre serveur web peut se connecter à lui-même. Il doit donc être capable de résoudre et de se connecter à au moins un de ses `trusted_domains` ou à l'URL `overwrite.cli.url`.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Impossible de vérifier la prise en charge Javascript via l’un de vos `trusted_domains` ou `overwrite.cli.url`. Cela peut résulter d’une incompatibilité DNS côté serveur ou d’une règle de pare-feu sortante. Veuillez vérifier manuellement si votre serveur web sert des fichiers `.mjs` utilisant le type MIME JavaScript." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index b37d3676239..66a70187c1c 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -128,7 +128,6 @@ "Your remote address could not be determined." : "Votre adresse à distance n'a pas pu être déterminée.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Votre adresse réseau a été identifiée comme « %s » et elle est bridée par le mécanisme anti-intrusion ce qui ralentit la performance de certaines requêtes. Si cette adresse réseau n'est pas la vôtre, cela peut signifier qu'il y a une erreur de configuration d'un proxy.", "Your remote address \"%s\" is not brute-force throttled." : "Votre adresse distante « %s » n'est pas ralentie par attaque par force brute.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pour autoriser cette vérification, pour devez vous assurer que votre serveur web peut se connecter à lui-même. Il doit donc être capable de résoudre et de se connecter à au moins un de ses `trusted_domains` ou à l'URL `overwrite.cli.url`.", "Old administration imported certificates" : "Anciens certificats d’administration importés", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Une tâche en arrière-plan qui vérifie les certificats SSL importés par l'administration est en attente. Veuillez vérifier plus tard.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Certains certificats SSL importés par l'administration sont présents et ne sont plus utilisés avec Nextcloud 21. Ils peuvent être importés par l'interface en ligne de commande via la commande « occ security:certificates:import ». Leurs chemins dans le dossier data sont affichés ci-dessous.", @@ -149,8 +148,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "Colonnes optionnelles manquantes « %s » dans la table « %s ».", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Certaines colonnes facultatives sont manquantes dans la base de données. Étant donné qu'ajouter des colonnes sur des grandes tables peut prendre du temps, elles n'ont pas été ajoutées automatiquement lorsqu'elles sont facultatives. En exécutant \"occ db:add-missing-columns\" ces colonnes manquantes peuvent être ajoutées manuellement alors que l'instance continue de fonctionner. Une fois que les colonnes sont ajoutées, la performance ou l'utilisabilité de certaines fonctionnalités pourraient être améliorées.", "Database missing indices" : "Indices manquants de la base de données", - "Missing optional index \"%s\" in table \"%s\"." : "Index optionnels manquants « %s » dans la table « %s ».", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquants. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.", "Database missing primary keys" : "Clés primaires manquantes dans la base de données", "Missing primary key on table \"%s\"." : "Clé primaire manquante sur la table « %s ».", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Il manque des clés primaires dans la base de données. En raison du fait que l’ajout de clés primaires sur les grandes tables peut prendre un certain temps, elles n’ont pas été ajoutées automatiquement. En exécutant \"occ db:add-missing-primary-keys\", ces clés primaires manquantes peuvent être ajoutées manuellement pendant que l’instance continue de fonctionner.", @@ -176,13 +173,11 @@ "HTTPS access and URLs" : "Accès HTTPS et URL", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Accès au site non sécurisé à travers le protocole HTTP. Vous êtes vivement encouragé à configurer votre serveur pour utiliser plutôt le protocole HTTPS. Sans ça, certaines fonctionnalités web importantes comme la « copie dans le presse-papier » ou les « serveurs intermédiaires » ne fonctionneront pas.", "Accessing site insecurely via HTTP." : "Accès au site non sécurité à travers le protocole HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Vous accédez à votre instance via une connexion sécurisée, pourtant celle-ci génère des URLs non sécurisées. Cela signifie probablement que vous êtes derrière un reverse proxy et que les variables de réécriture ne sont pas paramétrées correctement.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Vous accédez à votre instance sur une connexion sécurisée, et votre instance génère des URL sécurisées.", "Internet connectivity" : "Connexion Internet", "Internet connectivity is disabled in configuration file." : "La connexion à Internet est désactivée dans le fichier de configuration.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Ce serveur ne peut se connecter à Internet : plusieurs points finaux ne peuvent être atteints. Cela signifie que certaines fonctionnalités, telles que le montage de stockages externes, les notifications de mises à jour ou l'installation d'applications tierces, ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que l'envoi de notifications par e-mail peuvent aussi être indisponibles. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.", "JavaScript modules support" : "Support des modules JavaScript", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Impossible de vérifier la prise en charge Javascript via l’un de vos `trusted_domains` ou `overwrite.cli.url`. Cela peut résulter d’une incompatibilité DNS côté serveur ou d’une règle de pare-feu sortante. Veuillez vérifier manuellement si votre serveur web sert des fichiers `.mjs` utilisant le type MIME JavaScript.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Votre serveur web ne gère pas les fichiers `.mjs` utilisant le type MIME JavaScript. Cela perturbe certaines applications en empêchant les navigateurs d'exécuter les fichiers JavaScript. Vous devez configurer votre serveur web pour qu'il gère les fichiers `.mjs` avec les types MIME `text/javascript` ou `application/javascript`.", "JavaScript source map support" : "Prise en charge des source maps JavaScript", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Votre serveur web n'est pas configuré pour fournir les fichiers `.js.map`. Sans ces fichiers, les source maps JavaScript ne fonctionneront pas correctement, ce qui rendra plus difficile le dépannage et la résolution des problèmes éventuels.", @@ -193,8 +188,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Le serveur n'a pas aucune heure de début de fenêtre de maintenance configurée. Cela signifie que les tâches quotidiennes d'arrière-plan, gourmandes en ressources, seront également exécutées pendant votre période d'utilisation principale. Nous vous recommandons de le configurer à un moment de faible utilisation, afin que les utilisateurs soient moins affectés par la charge causée par ces tâches lourdes.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "La fenêtre de maintenance pour exécuter les tâches de fond gourmandes en ressource est entre {start}:00 UTC et {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached est configuré comme cache distribué, mais le mauvais module PHP « memcache » est installé. \\OC\\Memcache\\Memcached est le seul a supporter « memcached » et non « memcache ».", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached est configuré comme cache distribué, mais le module PHP « memcached » n'est pas installé.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Aucun cache mémoire n'a été configuré. Pour améliorer les performances, veuillez configurer un memcache, si disponible.", "Configured" : "Configuré", "MySQL Unicode support" : "Compatibilité Unicode MySQL", @@ -268,9 +261,6 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Impossible de vérifier que votre serveur web serve les entêtes de sécurité correctement, impossible de demander `%s`", "Your server is correctly configured to send security headers." : "Votre serveur est correctement configuré pour envoyer les entêtes de sécurité.", "Database version" : "Version de la base de données", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MariaDB 10.2 ou plus.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MySQL 8.0 or MariaDB 10.2 ou plus.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent PostgreSQL 9.6 ou plus.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite est actuellement utilisé comme base de données principale. Pour les installations plus importantes, nous vous recommandons de changer de base de données. Cela est particulièrement recommandé lorsque vous utilisez le logiciel pour ordinateur de bureau pour la synchronisation des fichiers. Pour migrer vers une autre base de données, utilisez l’outil en ligne de commande : « occ db:convert-type »", "Unknown database platform" : "Plate-forme de base de données inconnue", "Architecture" : "Architecture", @@ -340,10 +330,7 @@ "Set default expiration date for shares via link or mail" : "Définir par défaut une date d’expiration pour les partages par lien ou par e-mail", "Default expiration time of shares in days" : "Délai d’expiration des partages par défaut en jours", "Privacy settings for sharing" : "Paramètres de confidentialité pour le partage", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Autoriser l'autocomplétion du nom d'utilisateur dans le dialogue de partage et permettre l'accès au carnet d'adresses du système", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Si les autocomplétions \"même groupe\" et \"intégration du numéro de téléphone\" sont activées, une correspondance avec l'une ou l'autre de ces conditions est suffisante pour afficher l'utilisateur.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Autoriser l'autocomplétion du nom d'utilisateur aux utilisateurs appartenant aux mêmes groupes et limiter les carnets d'adresses du système aux utilisateurs appartenant aux mêmes groupes.", - "Allow username autocompletion to users based on phone number integration" : "Autoriser l'autocomplétion du nom d'utilisateur aux utilisateurs selon l'intégration du numéro de téléphone", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Autoriser l'autocomplétion lorsque le nom d'utilisateur ou l'adresse e-mail est totalement saisi⋅e (en ignorant les correspondances manquantes dans le répertoire téléphonique et le fait d'appartenir au même groupe)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Afficher les conditions d'utilisation sur la page publique de téléversement (seulement lorsque la liste des fichiers est masquée).", "Disclaimer text" : "Texte de non-responsabilité", @@ -573,44 +560,32 @@ "Common languages" : "Langues communes", "Other languages" : "Autres langues", "Password change is disabled because the master key is disabled" : "Le changement de mot de passe est désactivé car la clé principale est désactivée", - "New user" : "Nouvel utilisateur", + "New account" : "Nouveau compte", "Display name" : "Nom d'affichage", "Either password or email is required" : "Le mot de passe ou l'e-mail est requis", "Password (required)" : "Mot de passe (requis)", "Email (required)" : "E-mail (requis)", "Email" : "E-mail", "Groups (required)" : "Groupes (requis)", - "Set user groups" : "Définir les groupes d'utilisateurs", "Administered groups" : "Groupes administrés", - "Set user as admin for …" : "Définir l'utilisateur comme administrateur pour…", "Quota" : "Quota", - "Set user quota" : "Définir le quota de l'utilisateur", "Language" : "Langue", "Set default language" : "Définir la langue par défaut", "Manager" : "Supérieur", - "Add new user" : "Ajouter un nouvel utilisateur", - "Set user manager" : "Définir le supérieur de l'utilisateur", - "Username will be autogenerated" : "Le nom d’utilisateur sera généré automatiquement", - "Username (required)" : "Nom d’utilisateur (requis)", "Total rows summary" : "Récapitulatif du nombre total de lignes", - "Loading users …" : "Chargement des utilisateurs...", "Scroll to load more rows" : "Défiler pour charger plus de lignes", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} utilisateur …","{userCount} utilisateurs …","{userCount} utilisateurs…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} utilisateur","{userCount} utilisateurs","{userCount} utilisateurs"], "Avatar" : "Avatar", - "Username" : "Nom d’utilisateur", + "Account name" : "Nom du compte", "Group admin for" : "Administrateur de groupe pour", - "User backend" : "Origine du compte", "Storage location" : "Emplacement du stockage", "Last login" : "Dernière connexion", - "User actions" : "Actions de l'utilisateur", + "Account actions" : "Actions du compte", "Password or insufficient permissions message" : "Mot de passe ou message d'autorisations insuffisantes", "Loading account …" : "Chargement du compte…", "Change display name" : "Changer le nom de l'affichage", "Set new password" : "Définir un nouveau mot de passe", "You do not have permissions to see the details of this account" : "Vous n'avez pas les autorisations pour voir le détail de ce compte.", "Set new email address" : "Définir une nouvelle adresse e-mail", - "Add user to group" : "Ajouter l'utilisateur au groupe", "Add account to group" : "Ajouter le compte au groupe", "Set account as admin for" : "Définir en tant qu'administrateur pour", "Select account quota" : "Sélectionner le quota du compte", @@ -674,7 +649,6 @@ "Disabled accounts" : "Comptes désactivés", "Account group: {group}" : "Groupe de comptes : {group}", "Account management" : "Gestion de compte", - "New account" : "Nouveau compte", "Creating group…" : "Création du groupe…", "Create group" : "Créer un groupe", "Group name" : "Nom du groupe", @@ -793,6 +767,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Certains certificats SSL importés par les utilisateurs sont présents et ne sont plus utilisés avec Nextcloud 21. Ils peuvent être importés par l'interface en ligne de commande via la commande \"occ security:certificates:import\". Leurs chemins dans le dossier data sont affichés ci-dessous.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Des UUID invalides pour les utilisateurs LDAP ont été trouvés. Merci de vérifier votre paramètre \"Passer outre la détection des UUID\" dans la partie Expert de la configuration LDAP puis utiliser \"occ ldap:update-uuid\" pour les mettre à jour.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Le carnet d'adresses système DAV n'a pas encore été synchronisé car votre instance contient plus de 1 000 utilisateurs ou parce qu'une erreur est survenue. Merci de lancer la synchronisation manuellement en exécutant : occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MariaDB 10.2 ou plus.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MySQL 8.0 or MariaDB 10.2 ou plus.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent PostgreSQL 9.6 ou plus.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'authentification à deux facteurs peut être forcée pour tous les utilisateurs et des groupes spécifiques. S'ils n'ont pas un fournisseur à deux facteurs configuré, ils ne seront pas capables de s'authentifier sur le système.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Lorsque des groupes sont forcés/exclus, la logique suivante est utilisée pour déterminer si l'authentification à double facteur (A2F) est imposée à un utilisateur. Si aucun groupe n'est forcé, l'authentification à double facteur est activée pour tous sauf pour les membres des groupes exclus. Si des groupes sont forcés, l'authentification à double facteur est exigée pour tous les membres de ces groupes. Si un utilisateur est à la fois dans un groupe forcé et exclu, c'est le groupe forcé qui prime et l'authentification double facteur est imposée.", "Enable all" : "Tout activer", @@ -807,6 +784,7 @@ "Error while deleting the token" : "Erreur lors de la suppression du jeton", "Use the credentials below to configure your app or device." : "Utilisez les informations d’identification ci-dessous pour configurer votre application ou appareil.", "For security reasons this password will only be shown once." : "Pour des raisons de sécurité, ce mot de passe ne sera affiché qu'une seule fois.", + "Username" : "Nom d’utilisateur", "Copied!" : "Copié !", "Copy" : "Copier", "Execute one task with each page loaded. Use case: Single user instance." : "Exécuter une tâche à chaque chargement de page. Cas d'utilisation : Instance avec un seul utilisateur.", @@ -826,6 +804,7 @@ "Edit display name" : "Modifier le nom d'affichage", "Add new password" : "Ajouter un nouveau mot de passe", "Add new email address" : "Ajouter une nouvelle adresse e-mail", + "Add user to group" : "Ajouter l'utilisateur au groupe", "Set user as admin for" : "Définir en tant qu'administrateur pour", "Select user quota" : "Sélectionner le quota de l'utilisateur ", "Select manager" : "Sélectionnez un gestionnaire", @@ -836,9 +815,11 @@ "Enable user" : "Activer l'utilisateur", "Edit User" : "Modifier l'utilisateur", "User's table" : "Tableau des utilisateurs", + "New user" : "Nouvel utilisateur", "Will be autogenerated" : "Sera généré automatiquement", "Select user manager" : "Sélectionner le gestionnaire des utilisateurs", "Add a new user" : "Ajouter un nouvel utilisateur", + "User backend" : "Origine du compte", "No users in here" : "Aucun utilisateur", "Name your device" : "Nommez votre périphérique", "Server error while trying to add WebAuthn device" : "Erreur du serveur lors de l'ajout du périphérique WebAuthn", @@ -866,14 +847,31 @@ "Exclude groups from creating link shares:" : "Interdire à des groupes de créer liens de partage", "Exclude groups from sharing" : "Empêcher certains groupes de partager", "These groups will still be able to receive shares, but not to initiate them." : "Ces groupes ne pourront plus initier de partage, mais ils pourront toujours rejoindre les partages faits par d’autres.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Autoriser l'autocomplétion du nom d'utilisateur dans le dialogue de partage et permettre l'accès au carnet d'adresses du système", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Autoriser l'autocomplétion du nom d'utilisateur aux utilisateurs appartenant aux mêmes groupes et limiter les carnets d'adresses du système aux utilisateurs appartenant aux mêmes groupes.", + "Allow username autocompletion to users based on phone number integration" : "Autoriser l'autocomplétion du nom d'utilisateur aux utilisateurs selon l'intégration du numéro de téléphone", "Old user imported certificates" : "Anciens certificats utilisateur importés", + "Missing optional index \"%s\" in table \"%s\"." : "Index optionnels manquants « %s » dans la table « %s ».", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquants. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Impossible de vérifier la prise en charge JavaScript. Veuillez vérifier manuellement si votre serveur web offre des fichiers `.mjs` en utilisant le type MIME JavaScript.", "MySQL unicode support" : "Compatibilité Unicode MySQL", + "Overwrite cli URL" : "Écraser la « CLI URL »", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Vous exécutez actuellement PHP %s. PHP 8.0 est maintenant obsolète pour Nextcloud 27. Nextcloud 28 nécessite au moins PHP 8.1. Veuillez mettre à jour vers l'une des versions PHP officiellement compatibles fournies par le PHP Group dès que possible.", "Rating: {score}/10" : "Évaluation : {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Vous êtes sur le point de supprimer le groupe « {group} ». Les utilisateurs qui en font partie ne seront PAS supprimés.", "No users" : "Pas d'utilisateurs", + "Loading users …" : "Chargement des utilisateurs...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liste des utilisateurs. Cette liste n'est pas entièrement affichée pour des raisons de performance. Les utilisateurs seront affichés au fur et à mesure que vous naviguerez dans la liste.", + "Set user groups" : "Définir les groupes d'utilisateurs", + "Set user as admin for …" : "Définir l'utilisateur comme administrateur pour…", + "Set user quota" : "Définir le quota de l'utilisateur", + "Add new user" : "Ajouter un nouvel utilisateur", + "Set user manager" : "Définir le supérieur de l'utilisateur", + "Username will be autogenerated" : "Le nom d’utilisateur sera généré automatiquement", + "Username (required)" : "Nom d’utilisateur (requis)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} utilisateur …","{userCount} utilisateurs …","{userCount} utilisateurs…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} utilisateur","{userCount} utilisateurs","{userCount} utilisateurs"], + "User actions" : "Actions de l'utilisateur", "Loading user …" : "Chargement de l'utilisateur...", "Failed to update user manager" : "Impossible de mettre à jour le gestionnaire d'utilisateurs", "User management settings" : "Paramètres de la gestion utilisateurs", @@ -881,6 +879,8 @@ "User management" : "Gestion des utilisateurs", "Creating group …" : "Création du groupe...", "User group: {group}" : "Groupe d'utilisateurs : {group}", - "Nextcloud help resources" : "Ressources d'aide Nextcloud" + "Nextcloud help resources" : "Ressources d'aide Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pour autoriser cette vérification, pour devez vous assurer que votre serveur web peut se connecter à lui-même. Il doit donc être capable de résoudre et de se connecter à au moins un de ses `trusted_domains` ou à l'URL `overwrite.cli.url`.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Impossible de vérifier la prise en charge Javascript via l’un de vos `trusted_domains` ou `overwrite.cli.url`. Cela peut résulter d’une incompatibilité DNS côté serveur ou d’une règle de pare-feu sortante. Veuillez vérifier manuellement si votre serveur web sert des fichiers `.mjs` utilisant le type MIME JavaScript." },"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/apps/settings/l10n/ga.js b/apps/settings/l10n/ga.js new file mode 100644 index 00000000000..70cd4c75943 --- /dev/null +++ b/apps/settings/l10n/ga.js @@ -0,0 +1,892 @@ +OC.L10N.register( + "settings", + { + "Private" : "Príobháideach", + "Only visible to people matched via phone number integration through Talk on mobile" : "Le feiceáil ag daoine amháin a mheaitseáiltear trí chomhtháthú uimhir theileafóin le Talk ar fhón póca", + "Local" : "Áitiúil", + "Only visible to people on this instance and guests" : "Infheicthe ag daoine sa chás seo agus ag aíonna amháin", + "Federated" : "Cónaidhme", + "Only synchronize to trusted servers" : "Sioncrónaigh le freastalaithe iontaofa amháin", + "Published" : "Foilsithe", + "Synchronize to trusted servers and the global and public address book" : "Sioncrónaigh le freastalaithe iontaofa agus leis an leabhar seoltaí domhanda agus poiblí", + "Verify" : "Fíoraigh", + "Verifying …" : "Ag fíorú…", + "Unable to change password" : "Ní féidir pasfhocal a athrú", + "Very weak password" : "Focal faire an-lag", + "Weak password" : "Pasfhocal lag", + "So-so password" : "mar sin-sin pasfhocal", + "Good password" : "pasfhocal maith", + "Strong password" : "Pasfhocal láidir", + "Groups" : "Grúpaí", + "Group list is empty" : "Tá liosta an ghrúpa folamh", + "Unable to retrieve the group list" : "Ní féidir liosta na ngrúpaí a fháil", + "{actor} added you to group {group}" : "Chuir {actor} le grúpa {group} thú", + "You added {user} to group {group}" : "Chuir tú {user} leis an ngrúpa {group}", + "{actor} added {user} to group {group}" : "Chuir {actor} {user} leis an ngrúpa {group}", + "An administrator added you to group {group}" : "Chuir riarthóir tú leis an ngrúpa {group}", + "An administrator added {user} to group {group}" : "Chuir riarthóir {user} leis an ngrúpa {group}", + "{actor} removed you from group {group}" : "Bhain {actor} den ghrúpa {group} thú", + "You removed {user} from group {group}" : "Bhain tú {user} den ghrúpa {group}", + "{actor} removed {user} from group {group}" : "Bhain {actor} {user} den ghrúpa {group}", + "An administrator removed you from group {group}" : "Bhain riarthóir den ghrúpa {group} thú", + "An administrator removed {user} from group {group}" : "Bhain riarthóir {user} den ghrúpa {group}", + "Your <strong>group memberships</strong> were modified" : "Athraíodh do bhallraíocht <strong>ballraíocht ghrúpa</strong> ", + "{actor} changed your password" : "D'athraigh {actor} do phasfhocal", + "You changed your password" : "D'athraigh tú do phasfhocal", + "Your password was reset by an administrator" : "Rinne riarthóir do phasfhocal a athshocrú", + "Your password was reset" : "Athshocraíodh do phasfhocal", + "{actor} changed your email address" : "D'athraigh {actor} do sheoladh ríomhphoist", + "You changed your email address" : "D'athraigh tú do sheoladh ríomhphoist", + "Your email address was changed by an administrator" : "D'athraigh riarthóir do sheoladh ríomhphoist", + "You created an app password for a session named \"{token}\"" : "Chruthaigh tú pasfhocal aipe le haghaidh seisiún darb ainm \"{token}\"", + "An administrator created an app password for a session named \"{token}\"" : "Chruthaigh riarthóir pasfhocal aipe le haghaidh seisiún darb ainm \"{token}\"", + "You deleted app password \"{token}\"" : "Scrios tú pasfhocal na haipe \"{token}\"", + "You renamed app password \"{token}\" to \"{newToken}\"" : "D'athainmnigh tú pasfhocal aipe \"{token}\" go \"{newToken}\"", + "You granted filesystem access to app password \"{token}\"" : "Bhronn tú rochtain chórais comhad ar an bpasfhocal aipe \"{token}\"", + "You revoked filesystem access from app password \"{token}\"" : "Rinne tú rochtain ar an gcóras comhad a chúlghairm ó phasfhocal na haipe \"{token}\"", + "Security" : "Slándáil", + "You successfully logged in using two-factor authentication (%1$s)" : "D'éirigh leat logáil isteach le fíordheimhniú dhá-fhachtóir (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Theip ar iarracht logáil isteach ag baint úsáid as fíordheimhniú dhá-fhachtóir (%1$s)", + "Remote wipe was started on %1$s" : "%1$sCuireadh tús le glanadh cianda ar aghaidh", + "Remote wipe has finished on %1$s" : "Tá an chianchuimilt críochnaithe%1$s", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "Athraíodh do <strong>password</strong> nó <strong>email</strong>", + "Settings" : "Socruithe", + "Could not remove app." : "Níorbh fhéidir an aip a bhaint.", + "Could not update app." : "Níorbh fhéidir an aip a nuashonrú.", + "Wrong password" : "Pasfhocal mícheart", + "Unable to change personal password" : "Ní féidir pasfhocal pearsanta a athrú", + "Saved" : "Shábháil", + "No Login supplied" : "Níor soláthraíodh logáil isteach", + "Unable to change password. Password too long." : "Ní féidir pasfhocal a athrú. Focal faire ró-fhada.", + "Authentication error" : "Earráid fhíordheimhnithe", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Tabhair pasfhocal athshlánaithe admin le do thoil; ar shlí eile, caillfear na sonraí cuntais go léir.", + "Wrong admin recovery password. Please check the password and try again." : "Pasfhocal athshlánaithe mícheart admin. Seiceáil an pasfhocal agus bain triail eile as le do thoil.", + "Backend does not support password change, but the encryption of the account key was updated." : "Ní thacaíonn Inneall le hathrú pasfhocail, ach nuashonraíodh criptiú eochair an chuntais.", + "Administrator documentation" : "Doiciméadú riarthóra", + "User documentation" : "Doiciméadú úsáideora", + "Nextcloud help overview" : "Forbhreathnú cabhrach Nextcloud", + "Invalid SMTP password." : "Pasfhocal SMTP neamhbhailí.", + "Email setting test" : "Tástáil socruithe ríomhphoist", + "Well done, %s!" : "An-mhaith, %s!", + "If you received this email, the email configuration seems to be correct." : "Má fuair tú an ríomhphost seo, is cosúil go bhfuil cumraíocht an ríomhphoist ceart.", + "Email could not be sent. Check your mail server log" : "Níorbh fhéidir ríomhphost a sheoladh. Seiceáil do logáil freastalaí ríomhphoist", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Tharla fadhb agus an ríomhphost á sheoladh. Athbhreithnigh do shocruithe le do thoil. (Earráid: %s)", + "You need to set your account email before being able to send test emails. Go to %s for that." : "Ní mór duit ríomhphost do chuntais a shocrú sula mbeidh tú in ann ríomhphoist tástála a sheoladh. Téigh go %s chuige sin.", + "Invalid account" : "Cuntas neamhbhailí", + "Invalid mail address" : "Seoladh ríomhphoist neamhbhailí", + "Settings saved" : "Socruithe sábháilte", + "Unable to change full name" : "Ní féidir an t-ainm iomlán a athrú", + "Unable to change email address" : "Ní féidir an seoladh ríomhphoist a athrú", + "Unable to set invalid phone number" : "Ní féidir uimhir theileafóin neamhbhailí a shocrú", + "Unable to set invalid website" : "Ní féidir suíomh Gréasáin neamhbhailí a shocrú", + "Some account data was invalid" : "Bhí roinnt sonraí cuntais neamhbhailí", + "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Chun do chuntas Twitter a fhíorú, cuir an tweet seo a leanas ar Twitter (déan cinnte é a phostáil gan aon bhriseadh líne le do thoil):", + "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Chun do Shuíomh Gréasáin a fhíorú, stóráil an t-ábhar seo a leanas i do fhréamh gréasáin ag '.well-known/CloudIdVerificationCode.txt' (déan cinnte go bhfuil an téacs iomlán in aon líne amháin le do thoil):", + "%1$s changed your password on %2$s." : "%1$s d'athraigh do phasfhocal ar %2$s.", + "Your password on %s was changed." : "Athraíodh do phasfhocal ar %s.", + "Your password on %s was reset by an administrator." : "Athshocraigh riarthóir do phasfhocal ar %s.", + "Your password on %s was reset." : "Athshocraíodh do phasfhocal ar %s.", + "Password for %1$s changed on %2$s" : "Athraíodh an pasfhocal le haghaidh %1$s ar %2$s", + "Password changed for %s" : "Athraíodh an pasfhocal le haghaidh %s", + "If you did not request this, please contact an administrator." : "Murar iarr tú é seo, déan teagmháil le riarthóir le do thoil.", + "Your email address on %s was changed." : "Athraíodh do sheoladh ríomhphoist ar %s.", + "Your email address on %s was changed by an administrator." : "D'athraigh riarthóir do sheoladh ríomhphoist ar %s.", + "Email address for %1$s changed on %2$s" : "Athraíodh seoladh ríomhphoist %1$s ar %2$s", + "Email address changed for %s" : "Athraíodh an seoladh ríomhphoist le haghaidh%s", + "The new email address is %s" : "Is é an seoladh ríomhphoist nua%s", + "Your %s account was created" : "Cruthaíodh do chuntas %s", + "Welcome aboard" : "Fáilte romhat ar bord", + "Welcome aboard %s" : "Fáilte romhat ar bord %s", + "Welcome to your %s account, you can add, protect, and share your data." : "Fáilte go dtí do chuntas %s, is féidir leat do shonraí a chur leis, a chosaint agus a roinnt.", + "Your Login is: %s" : "Seo do logáil isteach: %s", + "Set your password" : "Socraigh do phasfhocal", + "Go to %s" : "Téigh go %s", + "Install Client" : "Suiteáil Cliant", + "Logged in account must be a subadmin" : "Ní mór gur fo-riarachán é cuntas logáilte isteach", + "Apps" : "Feidhmchláir", + "Personal" : "Pearsanta", + "Administration" : "Riarachán", + "Users" : "Úsáideoirí", + "Additional settings" : "Socruithe breise", + "Artificial Intelligence" : "Intleacht Shaorga", + "Administration privileges" : "Pribhléidí riaracháin", + "Groupware" : "Earraí grúpa", + "Overview" : "Forbhreathnú", + "Basic settings" : "Socruithe bunúsacha", + "Sharing" : "Roinnt", + "Availability" : "Infhaighteacht", + "Calendar" : "Féilire", + "Personal info" : "Eolas pearsanta", + "Mobile & desktop" : "Soghluaiste agus deasc", + "Email server" : "Freastalaí ríomhphoist", + "Security & setup warnings" : "Rabhaidh slándála & socraithe", + "Background jobs" : "Cúlra poist", + "Unlimited" : "Gan teorainn", + "Verifying" : "Ag fíorú", + "App directories owner" : "Úinéir eolairí app", + "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Tá roinnt eolairí app faoi úinéireacht úsáideoir eile seachas an ceann freastalaí gréasáin. B'fhéidir gurb é seo an cás má tá apps suiteáilte de láimh. Seiceáil ceadanna na n-eolairí feidhmchlár seo a leanas:\n%s", + "App directories have the correct owner \"%s\"" : "Tá an t-úinéir ceart ag eolairí feidhmchlár \"%s\"", + "Brute-force Throttle" : "Throttle brú-fhórsa", + "Your remote address could not be determined." : "Níorbh fhéidir do sheoladh cianda a chinneadh.", + "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Aithníodh do sheoladh cianda mar \"%s\" agus tá brú brúidiúil air faoi láthair, rud a chuireann moill ar fheidhmiú iarratas éagsúla. Murab é do sheoladh an cianda seoladh is féidir é seo a thabhairt le fios nach bhfuil seachfhreastalaí cumraithe i gceart.", + "Your remote address \"%s\" is not brute-force throttled." : "Níl do sheoladh cianda \"%s\" sníofa.", + "Old administration imported certificates" : "Sean-riaracháin teastais iompórtáilte", + "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Tá post cúlra ar feitheamh a sheiceálann le haghaidh riarachán deimhnithe SSL allmhairithe. Seiceáil ar ais ar ball le do thoil.", + "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Tá roinnt deimhnithe SSL allmhairithe riaracháin i láthair, nach n-úsáidtear a thuilleadh le Nextcloud 21. Is féidir iad a iompórtáil ar an líne ordaithe trí ordú \"occ security:certificates:import\". Taispeántar thíos a gcuid cosáin taobh istigh den eolaire sonraí.", + "Code integrity" : "Sláine cód", + "Integrity checker has been disabled. Integrity cannot be verified." : "Díchumasaíodh an seiceálaí sláine. Ní féidir sláine a fhíorú.", + "No altered files" : "Níl aon chomhaid athraithe", + "Some files have not passed the integrity check. {link1} {link2}" : "Níor éirigh le roinnt comhad an tseiceáil sláine. {link1} {link2}", + "Cron errors" : "Earráidí Cron", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Níorbh fhéidir an post cron a dhéanamh trí CLI. Tháinig na hearráidí teicniúla seo a leanas chun solais:\n%s", + "The last cron job ran without errors." : "Rith an post cron deireanach gan earráidí.", + "Cron last run" : "Cron rith dheireanach", + "Last background job execution ran %s. Something seems wrong. {link}." : "Rith an post cúlra deireanach %s. Is cosúil go bhfuil rud éigin mícheart. {nasc}.", + "Last background job execution ran %s." : "Rith an post cúlra deireanach %s.", + "Data directory protected" : "Eolaire sonraí cosanta", + "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Is dócha gur féidir teacht ar d’eolaire sonraí agus ar do chomhaid ón idirlíon. Níl an comhad .htaccess ag obair. Moltar go láidir duit do fhreastalaí gréasáin a chumrú ionas nach mbeidh an t-eolaire sonraí inrochtana a thuilleadh, nó an t-eolaire sonraí a bhogadh lasmuigh d'fhréamh doiciméad an fhreastalaí gréasáin.", + "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Níorbh fhéidir a sheiceáil go bhfuil an eolaire sonraí cosanta. Seiceáil le do thoil de láimh nach gceadaíonn do fhreastalaí rochtain ar an eolaire sonraí.", + "Database missing columns" : "Bunachar sonraí colúin in easnamh", + "Missing optional column \"%s\" in table \"%s\"." : "Colún roghnach \"%s\" ar iarraidh sa tábla \"%s\".", + "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Tá roinnt colún roghnach in easnamh ar an mbunachar sonraí. Toisc go bhféadfadh roinnt ama a thógáil le colúin a chur ar tháblaí móra níor cuireadh leis go huathoibríoch iad nuair is féidir iad a bheith roghnach. Trí \"occ db:add-missing-columns\" a rith, d'fhéadfaí na colúin sin atá ar iarraidh a chur leis de láimh agus an ásc ag feidhmiú i gcónaí. Nuair a chuirtear na colúin leis d’fhéadfadh gnéithe áirithe cur le sofhreagracht nó inúsáidteacht.", + "Database missing indices" : "Bunachar sonraí innéacsanna in easnamh", + "Database missing primary keys" : "Bunachar sonraí príomheochair in easnamh", + "Missing primary key on table \"%s\"." : "Príomheochair in easnamh ar an tábla \"%s\".", + "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Tá roinnt eochracha príomhúla in easnamh ar an mbunachar sonraí. Toisc go bhféadfadh sé roinnt ama a thógáil chun eochracha príomhúla a chur ar tháblaí móra níor cuireadh leis go huathoibríoch iad. Trí \"occ db:add-missing-primary-keys\" a rith, d'fhéadfaí na príomheochracha sin a chur leis de láimh agus an t-ásc á leanúint i gcónaí.", + "Database pending bigint migrations" : "Bunachar sonraí ar feitheamh aistrithe móra", + "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "Tá tiontú go slánuimhir mhór in easnamh ar roinnt colúin sa bhunachar sonraí. Toisc go bhféadfadh sé roinnt ama a thógáil chun cineálacha colún a athrú ar tháblaí móra níor athraíodh iad go huathoibríoch. Trí \"occ db:convert-filecache-bigint\" a rith, d'fhéadfaí na hathruithe atá ar feitheamh a chur i bhfeidhm de láimh. Ní mór an oibríocht seo a dhéanamh agus an cás as líne.", + "Debug mode" : "Modh dífhabhtaithe", + "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Tá an cás seo ar siúl i mód dífhabhtaithe. Déan é seo a chumasú d'fhorbairt áitiúil amháin agus ní i dtimpeallachtaí táirgthe.", + "Debug mode is disabled." : "Tá mód dífhabhtaithe díchumasaithe.", + "Default phone region" : "Réigiún réamhshocraithe gutháin", + "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "Níl aon réigiún réamhshocraithe gutháin ag do shuiteáil. Tá sé seo ag teastáil chun uimhreacha gutháin sna socruithe próifíle a bhailíochtú gan cód tíre. Chun uimhreacha gan cód tíre a cheadú, cuir \"default_phone_region\" le cód ISO 3166-1 an réigiúin faoi seach le do chomhad cumraíochta le do thoil.", + "Email test" : "Tástáil ríomhphoist", + "Email test was successfully sent" : "Seoladh an tástáil ríomhphoist go rathúil", + "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Níl cumraíocht do fhreastalaí ríomhphoist socraithe nó fíoraithe agat, fós. Téigh go dtí na \"Socruithe Bunúsacha\" chun iad a shocrú le do thoil. Ina dhiaidh sin, bain úsáid as an gcnaipe \"Seol ríomhphost\" faoin bhfoirm chun do shocruithe a fhíorú.", + "File locking" : "Glasáil comhaid", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Díchumasaítear glasáil comhad idirbhirt, d'fhéadfadh fadhbanna le coinníollacha cine a bheith mar thoradh air seo. Cumasaigh \"filelocking.enabled\" i config.php chun na fadhbanna seo a sheachaint.", + "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Úsáidtear an bunachar sonraí le haghaidh glasáil comhad idirbheartaíochta. Chun feidhmíocht a fheabhsú, cumraigh memcache, má tá sé ar fáil le do thoil.", + "Forwarded for headers" : "Ar aghaidh le haghaidh ceanntásca", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Níl do shocrú \"trusted_proxies\" socraithe i gceart, ba cheart gur eagar a bheadh ann.", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "Níl do shocrú \"trusted_proxies\" socraithe i gceart, ba cheart go mbeadh raon seoltaí IP ann - go roghnach le raon nodaireachta CIDR.", + "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Tá cumraíocht an tseachfhreastalaí droim ar ais mícheart. Is saincheist slándála é seo agus is féidir leis ligean d’ionsaitheoir a sheoladh IP a spoof mar atá le feiceáil ag Nextcloud.", + "Your IP address was resolved as %s" : "Réitíodh do sheoladh IP mar %s", + "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Tá cumraíocht an tseachfhreastalaí droim ar ais mícheart, nó tá rochtain agat ar Nextcloud ó sheachfhreastalaí iontaofa. Mura bhfuil, is ceist slándála é seo agus is féidir leis ligean d’ionsaitheoir a sheoladh IP a spoof mar atá infheicthe ag Nextcloud.", + "HTTPS access and URLs" : "Rochtain HTTPS agus URLanna", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Teacht ar shuíomh go neamhdhaingean trí HTTP. Moltar go láidir duit do fhreastalaí a shocrú chun HTTPS a éileamh ina ionad sin. Gan é ní oibreoidh roinnt feidhmiúlacht ghréasáin thábhachtach cosúil le \"cóipeáil chuig an ngearrthaisce\" nó \"oibrithe seirbhíse\"!", + "Accessing site insecurely via HTTP." : "Teacht ar shuíomh go neamhdhaingean trí HTTP.", + "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Tá rochtain agat ar do chás trí nasc slán, agus tá URLanna slána á nginiúint agat.", + "Internet connectivity" : "Nascacht Idirlín", + "Internet connectivity is disabled in configuration file." : "Tá nascacht idirlín díchumasaithe sa chomhad cumraíochta.", + "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Níl aon nasc idirlín oibre ag an bhfreastalaí seo: níorbh fhéidir go leor críochphointí a bhaint amach. Ciallaíonn sé seo nach n-oibreoidh cuid de na gnéithe cosúil le stóráil sheachtrach a shuiteáil, fógraí faoi nuashonruithe nó suiteáil apps tríú páirtí. Seans nach n-oibreoidh rochtain chianda ar chomhaid agus seoltaí ríomhphoist fógartha, ach an oiread. Bunaigh nasc ón bhfreastalaí seo leis an idirlíon chun taitneamh a bhaint as gach gné.", + "JavaScript modules support" : "Tacaíocht modúil JavaScript", + "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Ní fhreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME. Déanfaidh sé seo roinnt apps a bhriseadh trí bhrabhsálaithe a chosc ó na comhaid JavaScript a fhorghníomhú. Ba cheart duit do fhreastalaí gréasáin a chumrú chun comhaid `.mjs` a sheirbheáil leis an gcineál MIME `text/javascript` nó `iarratas/javascript`.", + "JavaScript source map support" : "Tacaíocht léarscáil foinse javascript", + "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Níl do fhreastalaí gréasáin socraithe chun comhaid `.js.map` a sheirbheáil. Gan na comhaid seo, ní fheidhmeoidh JavaScript Source Maps i gceart, rud a fhágann go mbeidh sé níos dúshlánaí fadhbanna a réiteach agus a dhífhabhtú.", + "Old server-side-encryption" : "Criptiú taobh an fhreastalaí sean", + "Disabled" : "Faoi mhíchumas", + "The old server-side-encryption format is enabled. We recommend disabling this." : "Tá an seanfhormáid chriptithe taobh an fhreastalaí cumasaithe. Molaimid é seo a dhíchumasú.", + "Maintenance window start" : "Tosaigh fuinneog cothabhála", + "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Níl aon am tosaithe fuinneoige cothabhála cumraithe ag an bhfreastalaí. Ciallaíonn sé seo go ndéanfar poist chúlra laethúla atá dian ar acmhainní le linn do phríomhama úsáide. Molaimid é a shocrú go dtí am úsáide íseal, ionas gur lú an tionchar a bhíonn ar úsáideoirí ag an ualach a eascraíonn as na tascanna troma seo.", + "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Tá an fhuinneog cothabhála chun jabanna cúlra trom a dhéanamh idir {tús}:00 UTC agus {deireadh}:00 UTC", + "Memcache" : "Memcache", + "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Níl aon taisce cuimhne cumraithe. Chun feidhmíocht a fheabhsú, cumraigh memcache, má tá sé ar fáil.", + "Configured" : "Cumraithe", + "MySQL Unicode support" : "Tacaíocht MySQL Unicode", + "You are not using MySQL" : "Níl MySQL á úsáid agat", + "MySQL is used as database and does support 4-byte characters" : "Úsáidtear MySQL mar bhunachar sonraí agus tacaíonn sé le carachtair 4-bheart", + "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "Úsáidtear MySQL mar bhunachar sonraí ach ní thacaíonn sé le carachtair 4-bheart. Chun a bheith in ann carachtair 4-beart (cosúil le emojis) a láimhseáil gan fadhbanna in ainmneacha comhaid nó tuairimí mar shampla, moltar an tacaíocht 4-beart i MySQL a chumasú.", + "OCS provider resolving" : "Soláthraí OCS ag réiteach", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Níorbh fhéidir seiceáil an réitíonn do fhreastalaí gréasáin URLanna an tsoláthraí OCM agus OCS i gceart.", + "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Níl do fhreastalaí Gréasáin socraithe i gceart chun %1$s a réiteach.\nIs dócha go mbaineann sé seo le cumraíocht fhreastalaí gréasáin nár nuashonraíodh chun an fillteán seo a sheachadadh go díreach.\nCuir do chumraíocht i gcomparáid le do thoil leis na rialacha athscríobh seolta i \".htaccess\" le haghaidh Apache nó an ceann atá curtha ar fáil sa doiciméadú do Nginx.\nAr Nginx is iad sin de ghnáth na línte a thosaíonn le \"location ~\" a dteastaíonn nuashonrú uathu.", + "Overwrite CLI URL" : "Forscríobh URL CLI", + "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "Tá an rogha \"overwrite.cli.url\" i do config.php socraithe go \"%s\" i gceart.", + "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "Tá an rogha \"overwrite.cli.url\" i do config.php socraithe go \"%s\", ar URL ceart é. Is é an URL a mholtar \"%s\".", + "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Le do thoil déan cinnte an rogha \"overwrite.cli.url\" i do chomhad config.php a shocrú chuig an URL a úsáideann d'úsáideoirí go príomha chun rochtain a fháil ar an Nextcloud seo. Moladh: \"%s\". Seachas sin d'fhéadfadh fadhbanna a bheith ann le giniúint URL trí cron. (Is féidir, áfach, nach é an URL molta an URL a úsáideann d’úsáideoirí go príomha chun an Nextcloud seo a rochtain. Is fearr é seo a sheiceáil faoi dhó ar aon nós.)", + "PHP default charset" : "PHP tacar carachtar réamhshocraithe", + "PHP configuration option \"default_charset\" should be UTF-8" : "Ba cheart go mbeadh an rogha cumraíochta PHP \"default_charset\" mar UTF-8", + "PHP set_time_limit" : "PHP socraithe_time_teorainn", + "The function is available." : "Tá an fheidhm ar fáil.", + "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Níl an fheidhm PHP \"set_time_limit\" ar fáil. D’fhéadfadh sé go gcuirfí stop leis na scripteanna i lár an fhorghníomhaithe, rud a bhriseann do shuiteáil. Moltar go láidir an fheidhm seo a chumasú.", + "Freetype" : "Freetype", + "Supported" : "Tacaithe", + "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Níl tacaíocht FreeType ag do PHP, agus mar thoradh air sin bristear pictiúir phróifíle agus comhéadan na socruithe.", + "PHP getenv" : "PHP getenv", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Ní cosúil go bhfuil PHP socraithe i gceart chun athróga timpeallachta an chórais a fhiosrú. Ní thugann an tástáil le getenv (\"PATH\") ach freagra folamh.", + "PHP memory limit" : "Teorainn chuimhne PHP", + "The PHP memory limit is below the recommended value of %s." : "Tá an teorainn chuimhne PHP faoi bhun an luach molta de %s.", + "PHP modules" : "Modúil PHP", + "increases language translation performance and fixes sorting of non-ASCII characters" : "méaduithe ar fheidhmíocht aistriúcháin teanga agus socraítear sórtáil carachtar neamh-ASCII", + "for Argon2 for password hashing" : "le haghaidh Argon2 le haghaidh hashing pasfhocal", + "for WebAuthn passwordless login" : "le haghaidh logáil isteach gan phasfhocal WebAuthn", + "for WebAuthn passwordless login, and SFTP storage" : "le haghaidh logáil isteach WebAuthn gan phasfhocal, agus stóráil SFTP", + "for picture rotation in server and metadata extraction in the Photos app" : "le haghaidh rothlú pictiúr san eastóscadh freastalaí agus meiteashonraí san aip Grianghraif", + "This instance is missing some required PHP modules. It is required to install them: %s." : "Tá roinnt modúl PHP riachtanach in easnamh ar an gcás seo. Tá sé riachtanach iad a shuiteáil: %s.", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "Tá roinnt modúl PHP molta in easnamh ar an gcás seo. Ar mhaithe le feidhmíocht fheabhsaithe agus comhoiriúnacht níos fearr, moltar go mór iad a shuiteáil:\n%s", + "PHP opcache" : "opcache PHP", + "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Níl an modúl PHP OPcache luchtaithe. Ar mhaithe le feidhmíocht níos fearr moltar é a luchtú isteach i do shuiteáil PHP.", + "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "Tá OPcache díchumasaithe. Ar mhaithe le feidhmíocht níos fearr, moltar \"opcache.enable=1\" a chur i bhfeidhm ar do chumraíocht PHP.", + "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "Tá an OPcache cuimhne comhroinnte díchumasaithe. Ar mhaithe le feidhmíocht níos fearr, moltar \"opcache.file_cache_only=0\" a chur i bhfeidhm ar do chumraíocht PHP agus an taisce comhad a úsáid mar thaisce dara leibhéal amháin.", + "OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "Níl OPcache ag obair mar ba chóir, filleann opcache_get_status() bréagach, seiceáil cumraíocht le do thoil.", + "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply \"opcache.max_accelerated_files\" to your PHP configuration with a value higher than \"%s\"." : "Tá uaslíon na n-eochracha OPcache beagnach sáraithe. Chun a chinntiú gur féidir gach script a choinneáil sa taisce, moltar \"opcache.max_accelerated_files\" a chur i bhfeidhm ar do chumraíocht PHP le luach níos airde ná \"%s\".", + "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\"." : "Tá an maolán OPcache beagnach lán. Chun a chinntiú gur féidir gach script a choinneáil i dtaisce, moltar \"opcache.memory_consumption\" a chur i bhfeidhm ar do chumraíocht PHP le luach níos airde ná \"%s\".", + "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "Tá maolán teaghráin imtheorannaithe OPcache beagnach lán. Chun a chinntiú gur féidir teaghráin athfhillteacha a thaisceadh go héifeachtach, moltar \"opcache.interned_strings_buffer\" a chur i bhfeidhm ar do chumraíocht PHP le luach níos airde ná \"%s\".", + "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "Tá OPcache cumraithe chun tuairimí cód a bhaint. Agus OPcache cumasaithe, ní mór \"opcache.save_comments=1\" a shocrú le go bhfeidhmeoidh Nextcloud.", + "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Níl cead ag Nextcloud an API OPcache a úsáid. Le OPcache cumasaithe, moltar go mór na heolairí Nextcloud go léir a áireamh le “opcache.restrict_api” nó an socrú seo a dhíshuiteáil chun srianta OPcache API a dhíchumasú, chun earráidí a chosc le linn uasghráduithe croí nó app Nextcloud.", + "The PHP OPcache module is not properly configured. %s." : "Níl an modúl PHP OPcache cumraithe i gceart. %s.", + "Correctly configured" : "Cumraithe i gceart", + "PHP version" : "Leagan PHP", + "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Tá PHP %s á rith agat faoi láthair. Tá PHP 8.1 dímheasta anois i Nextcloud 30. D'fhéadfadh go mbeadh PHP 8.2 ar a laghad ag teastáil ó Nextcloud 31. Uasghrádaigh go dtí ceann de na leaganacha PHP a fhaigheann tacaíocht oifigiúil ón nGrúpa PHP chomh luath agus is féidir le do thoil.", + "You are currently running PHP %s." : "Tá PHP %s á rith agat faoi láthair.", + "PHP \"output_buffering\" option" : "Rogha PHP \"output_buffering\".", + "PHP configuration option \"output_buffering\" must be disabled" : "Ní mór an rogha cumraíochta PHP \"output_buffering\" a dhíchumasú", + "Push service" : "Seirbhís a bhrú", + "Valid enterprise license" : "Ceadúnas fiontair bailí", + "Free push service" : "Seirbhís brú saor in aisce", + "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}." : "Seo tógáil pobail Nextcloud gan tacaíocht. I bhfianaise mhéid an chás seo, ní féidir feidhmíocht, iontaofacht agus inscálaitheacht a chinntiú. Tá teorainn le fógraí brú chun ró-ualú ár seirbhís saor in aisce a sheachaint. Foghlaim tuilleadh faoi na buntáistí a bhaineann le Nextcloud Enterprise ag {link}.", + "Random generator" : "Gineadóir randamach", + "No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "Níl aon fhoinse oiriúnach le haghaidh randamacht aimsithe ag PHP a bhfuil an-díspreagadh ar chúiseanna slándála.", + "Secure" : "Slán", + "Configuration file access rights" : "Cearta rochtana comhad cumraíochta", + "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Tá an cumraíocht inléite amháin cumasaithe. Cuireann sé seo cosc ar roinnt cumraíochtaí a shocrú tríd an gcomhéadan gréasáin. Ina theannta sin, ní mór an comhad a dhéanamh inscríofa de láimh le haghaidh gach nuashonrú.", + "Nextcloud configuration file is writable" : "Tá comhad cumraíochta Nextcloud inscríofa", + "HTTP headers" : "Ceanntásca HTTP", + "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "- Níl an ceanntásc HTTP `%1$s` socraithe go `%2$s`. Seans nach n-oibreoidh roinnt gnéithe i gceart, mar moltar an socrú seo a choigeartú dá réir.", + "- The `%1$s` HTTP header is not set to `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- Níl an ceanntásc HTTP `%1$s` socraithe go `%2$s`. Is riosca slándála nó príobháideachta féideartha é seo, mar moltar an socrú seo a choigeartú dá réir.", + "- The `%1$s` HTTP header does not contain `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- Níl `%2$s` sa cheanntásc HTTP `%1$s`. Is riosca slándála nó príobháideachta féideartha é seo, mar moltar an socrú seo a choigeartú dá réir.", + "- The `%1$s` HTTP header is not set to `%2$s`, `%3$s`, `%4$s`, `%5$s` or `%6$s`. This can leak referer information. See the {w3c-recommendation}." : "- Níl an ceanntásc HTTP `%1$s` socraithe mar `%2$s`, `%3$s`, `%4$s`, `%5$s` nó `%6$s`. Is féidir leis seo faisnéis atreoraithe a sceitheadh. Féach ar an {w3c-moladh}.", + "- The `Strict-Transport-Security` HTTP header is not set to at least `%d` seconds (current value: `%d`). For enhanced security, it is recommended to use a long HSTS policy." : "- Níl an ceanntásc HTTP `Strict-Transport-Security` socraithe go dtí `%d` soicind ar a laghad (luach reatha: `%d`). Ar mhaithe le slándáil fheabhsaithe, moltar beartas fada HSTS a úsáid.", + "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS." : "- Tá an ceanntásc HTTP `Strict-Transport-Security` míchumtha: `%s`. Ar mhaithe le slándáil fheabhsaithe, moltar HSTS a chumasú.", + "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- Níl an ceanntásc HTTP `Strict-Transport-Security` socraithe (ba chóir go mbeadh `%d` soicind ar a laghad). Ar mhaithe le slándáil fheabhsaithe, moltar HSTS a chumasú.", + "Some headers are not set correctly on your instance" : "Níl roinnt ceanntásca socraithe i gceart ar do chás", + "Could not check that your web server serves security headers correctly. Please check manually." : "Níorbh fhéidir a sheiceáil go bhfreastalaíonn do fhreastalaí gréasáin ar cheanntásca slándála i gceart. Seiceáil le do thoil de láimh.", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Níorbh fhéidir a sheiceáil go bhfreastalaíonn do fhreastalaí Gréasáin ceanntásca slándála i gceart, ní féidir `%s` a cheistiú", + "Your server is correctly configured to send security headers." : "Tá do fhreastalaí cumraithe i gceart chun ceanntásca slándála a sheoladh.", + "Database version" : "Leagan bunachar sonraí", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Tá SQLite in úsáid faoi láthair mar bhunachar sonraí backend. Le haghaidh suiteálacha níos mó molaimid duit aistriú chuig inneall bunachar sonraí eile. Moltar é seo go háirithe agus an cliant deisce á úsáid chun comhaid a shioncronú. Chun aistriú go dtí bunachar sonraí eile bain úsáid as an uirlis ordaithe: \"occ db:convert-type\".", + "Unknown database platform" : "Clár bunachar sonraí anaithnid", + "Architecture" : "Ailtireacht", + "64-bit" : "64-giotán", + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Is cosúil go bhfuil leagan PHP 32-giotán á rith agat. Tá 64-giotán ag teastáil ó Nextcloud chun go n-éireoidh go maith. Uasghrádaigh do OS agus PHP go 64-giotán le do thoil!", + "Temporary space available" : "Spás sealadach ar fáil", + "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Earráid agus an cosán PHP sealadach á sheiceáil - níor socraíodh go heolaire é i gceart. Luach aischurtha: %s", + "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "Earráid agus an spás diosca atá ar fáil de chonair PHP sealadach á sheiceáil nó níor cuireadh aon spás diosca saor in aisce ar ais. Conair shealadach: %s", + "- %.1f GiB available in %s (PHP temporary directory)" : "- %.1f GiB ar fáil i %s (eolaire sealadach PHP)", + "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f GiB ar fáil i %s (eolaire sealadach Nextcloud)", + "Temporary directory is correctly configured:\n%s" : "Tá an eolaire sealadach cumraithe i gceart:\n%s", + "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "Úsáideann an cás seo stór réad bunaithe ar S3 mar phríomhstóráil, agus tá go leor spáis san eolaire sealadach.\n%s", + "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "Úsáideann an cás seo stór réad bunaithe ar S3 mar phríomhstóráil. Stóráiltear na comhaid uaslódáilte go sealadach ar an bhfreastalaí agus mar sin moltar 50 GiB de spás saor in aisce a bheith ar fáil in eolaire teocht PHP. Chun é seo a fheabhsú, athraigh an t-eolaire sealadach sa php.ini nó cuir níos mó spáis ar fáil sa chonair sin le do thoil. \nMar thoradh ar sheiceáil an spáis a bhí ar fáil sa chosán sealadach bhí %.1f GiB in ionad an 50 GiB atá molta. Conair:\n%s", + "Database transaction isolation level" : "Leibhéal leithlisithe idirbheart bunachar sonraí", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Ní ritheann do bhunachar sonraí le leibhéal leithlisithe idirbheart \"READ COMMITTED\". Féadann sé seo fadhbanna a chruthú nuair a dhéantar ilghníomhartha i gcomhthráth.", + "Was not able to get transaction isolation level: %s" : "Níorbh fhéidir an leibhéal leithlisithe idirbhirt a fháil:\n%s", + ".well-known URLs" : "URLanna .maith ar a dtugtar", + "`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "Tá `check_for_working_wellknown_setup` socraithe go bréagach i do chumraíocht, mar sin níor bacadh leis an tseiceáil seo.", + "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Níorbh fhéidir a sheiceáil go bhfreastalaíonn do fhreastalaí gréasáin `.well-known` i gceart. Seiceáil le do thoil de láimh.", + "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "Níl do fhreastalaí gréasáin socraithe i gceart chun URLanna `.well-known` a réiteach, ar theip ar:\n`%s`", + "Your server is correctly configured to serve `.well-known` URLs." : "Tá do fhreastalaí cumraithe i gceart chun URLanna `.well-known` a sheirbheáil.", + "WOFF2 file loading" : "WOFF2 íoslódáil an comhad", + "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Níorbh fhéidir tacaíocht lódála WOFF2 a sheiceáil. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.woff2`.", + "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "Níl do fhreastalaí gréasáin socraithe i gceart chun comhaid .woff2 a sheachadadh. De ghnáth is saincheist é seo le cumraíocht Nginx. Le haghaidh Nextcloud 15 teastaíonn coigeartú air chun comhaid .woff2 a sheachadadh freisin. Déan do chumraíocht Nginx a chur i gcomparáid leis an gcumraíocht mholta inár gcáipéisíocht.", + "Profile information" : "Eolas próifíle", + "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Pictiúr próifíle, ainm iomlán, ríomhphost, uimhir theileafóin, seoladh, suíomh Gréasáin, Twitter, eagraíocht, ról, ceannlíne, beathaisnéis, agus cibé an bhfuil do phróifíl cumasaithe", + "Nextcloud settings" : "Socruithe Nextcloud", + "Machine translation" : "Aistriúchán meaisín", + "Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "Is féidir le haipeanna éagsúla aistriúchán meaisín a chur i bhfeidhm. Anseo is féidir leat tosaíocht na n-aipeanna aistriúchán meaisín atá suiteáilte agat faoi láthair a shainiú.", + "Speech-To-Text" : "Óráid-go-Téacs", + "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Is féidir Óráid-go-Téacs a chur i bhfeidhm ag aipeanna éagsúla. Anseo is féidir leat a shocrú cén app ba chóir a úsáid.", + "None of your currently installed apps provide Speech-To-Text functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht Óráid-go-Téacs", + "Image generation" : "Giniúint íomhá", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Is féidir le haipeanna éagsúla giniúint íomhá a chur i bhfeidhm. Anseo is féidir leat a shocrú cén app ba chóir a úsáid.", + "None of your currently installed apps provide image generation functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht giniúna íomhá", + "Text processing" : "Próiseáil téacs", + "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Is féidir le feidhmchláir éagsúla tascanna próiseála téacs a chur i bhfeidhm. Anseo is féidir leat a shocrú cén aip ba chóir a úsáid le haghaidh an tasc.", + "Task:" : "Tasc:", + "None of your currently installed apps provide Text processing functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht próiseála Téacs", + "Here you can decide which group can access certain sections of the administration settings." : "Anseo is féidir leat cinneadh a dhéanamh maidir le cén grúpa a fhéadfaidh rochtain a fháil ar ranna áirithe de na socruithe riaracháin.", + "None" : "aon cheann", + "Unable to modify setting" : "Ní féidir an socrú a mhodhnú", + "Allow apps to use the Share API" : "Lig d'aipeanna an API Comhroinnte a úsáid", + "Allow resharing" : "Ceadaigh athroinnt", + "Allow sharing with groups" : "Ceadaigh roinnt le grúpaí", + "Restrict users to only share with users in their groups" : "Cuir srian le húsáideoirí a roinnt le húsáideoirí ina ngrúpaí amháin", + "Ignore the following groups when checking group membership" : "Déan neamhaird de na grúpaí seo a leanas agus ballraíocht grúpa á sheiceáil", + "Allow users to share via link and emails" : "Lig d'úsáideoirí a roinnt trí nasc agus ríomhphoist", + "Allow public uploads" : "Ceadaigh uaslódálacha poiblí", + "Always ask for a password" : "Iarr pasfhocal i gcónaí", + "Enforce password protection" : "Cuir cosaint phasfhocal i bhfeidhm", + "Exclude groups from password requirements" : "Fág grúpaí ó riachtanais phasfhocal", + "Exclude groups from creating link shares" : "Fág grúpaí ó naisc a chruthú", + "Limit sharing based on groups" : "Teorainn a chur le roinnt bunaithe ar ghrúpaí", + "Allow sharing for everyone (default)" : "Ceadaigh comhroinnt do gach duine (réamhshocraithe)", + "Exclude some groups from sharing" : "Fág roinnt grúpaí as an áireamh", + "Limit sharing to some groups" : "Teorainn a chur le roinnt grúpaí", + "Groups allowed to share" : "Ceadaítear do ghrúpaí a roinnt", + "Groups excluded from sharing" : "Grúpaí eisiata ó chomhroinnt", + "Not allowed groups will still be able to receive shares, but not to initiate them." : "Beidh grúpaí nach bhfuil ceadaithe fós in ann scaireanna a fháil, ach gan iad a thionscnamh.", + "Set default expiration date for shares" : "Socraigh dáta éaga réamhshocraithe le haghaidh scaireanna", + "Enforce expiration date" : "Cuir dáta éaga i bhfeidhm", + "Default expiration time of new shares in days" : "Am éagtha réamhshocraithe scaireanna nua i laethanta", + "Expire shares after x days" : "Rachaidh scaireanna in éag tar éis x lá", + "Set default expiration date for shares to other servers" : "Socraigh dáta éaga réamhshocraithe le haghaidh scaireanna le freastalaithe eile", + "Enforce expiration date for remote shares" : "Cuir dáta éaga i bhfeidhm le haghaidh cianscaireanna", + "Default expiration time of remote shares in days" : "Am éagtha réamhshocraithe cianscaireanna i laethanta", + "Expire remote shares after x days" : "Rachaidh cianscaireanna in éag tar éis x lá", + "Set default expiration date for shares via link or mail" : "Socraigh dáta éaga réamhshocraithe le haghaidh scaireanna trí nasc nó trí ríomhphost", + "Default expiration time of shares in days" : "Am éagtha réamhshocraithe na scaireanna i laethanta", + "Privacy settings for sharing" : "Socruithe príobháideachais le haghaidh comhroinnte", + "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Má chumasaítear an \"grúpa céanna\" agus \"comhtháthú uimhir theileafóin\" uathchríochnú is leor cluiche i gceachtar acu chun an t-úsáideoir a thaispeáint.", + "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Ceadaigh uathchríochnú agus an t-ainm iomlán nó an seoladh ríomhphoist á iontráil (gan aird a thabhairt ar mheaitseáil leabhar teileafóin atá in easnamh agus a bheith sa ghrúpa céanna)", + "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Taispeáin téacs séanta ar leathanach uaslódála an naisc phoiblí (ní thaispeántar é ach amháin nuair atá liosta na gcomhad i bhfolach)", + "Disclaimer text" : "Téacs séanta", + "This text will be shown on the public link upload page when the file list is hidden." : "Taispeánfar an téacs seo ar an leathanach uaslódáil naisc phoiblí nuair a bheidh liosta na gcomhad i bhfolach.", + "Default share permissions" : "Ceadanna comhroinnte réamhshocraithe", + "Changed disclaimer text" : "Athraíodh téacs séanta", + "Deleted disclaimer text" : "Scriosadh téacs séanta", + "Could not set disclaimer text" : "Níorbh fhéidir téacs séanta a shocrú", + "Two-Factor Authentication" : "Fíordheimhniú Dhá-Fachtóir", + "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Is féidir fíordheimhniú dhá fhachtóir a fhorghníomhú do gach cuntas agus grúpa ar leith. Mura bhfuil soláthraí dhá-fhachtóir cumraithe acu, ní bheidh siad in ann logáil isteach sa chóras.", + "Enforce two-factor authentication" : "Fíordheimhniú dhá-fhachtóir a fhorfheidhmiú", + "Limit to groups" : "Teorainn do ghrúpaí", + "Enforcement of two-factor authentication can be set for certain groups only." : "Ní féidir forghníomhú fíordheimhnithe dhá-fhachtóir a shocrú ach do ghrúpaí áirithe.", + "Two-factor authentication is enforced for all members of the following groups." : "Cuirtear fíordheimhniú dhá-fhachtóir i bhfeidhm do gach ball de na grúpaí seo a leanas.", + "Enforced groups" : "Grúpaí forfheidhmithe", + "Two-factor authentication is not enforced for members of the following groups." : "Ní chuirtear fíordheimhniú dhá-fhachtóir i bhfeidhm do bhaill na ngrúpaí seo a leanas.", + "Excluded groups" : "Grúpaí eisiata", + "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Nuair a roghnaítear/eisiatar grúpaí, úsáideann siad an loighic seo a leanas le fáil amach an bhfuil 2FA curtha i bhfeidhm ag cuntas: Mura roghnaítear aon ghrúpa, tá 2FA cumasaithe do gach duine seachas baill de na grúpaí eisiata. Má roghnaítear grúpaí, tá 2FA cumasaithe do gach ball díobh seo. Má tá cuntas i ngrúpa roghnaithe agus eisiata araon, beidh tosaíocht ag an gceann roghnaithe agus cuirtear 2FA i bhfeidhm.", + "Save changes" : "Sabháil na hathruithe", + "Show details for {appName} app" : "Taispeáin sonraí na haipe {appName}", + "Update to {update}" : "Nuashonraigh go {update}", + "Remove" : "Bain", + "Disable" : "Díchumasaigh", + "Featured" : "Feiceálach", + "This app is supported via your current Nextcloud subscription." : "Tacaítear leis an aip seo trí do shíntiús reatha Nextcloud.", + "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Forbraíonn an pobal agus laistigh den phobal aipeanna sainghnéitheacha. Cuireann siad feidhmiúlacht lárnach ar fáil agus tá siad réidh le húsáid táirgeachta.", + "Community rating: {score}/5" : "Rátáil pobail: {scór}/5", + "All apps are up-to-date." : "Tá gach aip cothrom le dáta.", + "Icon" : "Deilbhín", + "Name" : "Ainm", + "Version" : "Leagan", + "Level" : "Leibhéal", + "Actions" : "Gníomhartha", + "Results from other categories" : "Torthaí ó chatagóirí eile", + "No apps found for your version" : "Níor aimsíodh aon aipeanna do do leagan", + "Disable all" : "Díchumasaigh go léir", + "Download and enable all" : "Íoslódáil agus a chumasú go léir", + "_%n app has an update available_::_%n apps have an update available_" : ["%n d'aip tá nuashonrú ar fáil","%n d'aipanna tá nuashonrú ar fáil","%n d'aipanna tá nuashonrú ar fáil","%n d'aipanna tá nuashonrú ar fáil","%n d'aipanna tá nuashonrú ar fáil"], + "_Update_::_Update all_" : ["Nuashonrú","Nuashonraigh go léir","Nuashonraigh go léir","Nuashonraigh go léir","Nuashonraigh go léir"], + "Nothing to show" : "Ní dhéanfaidh aon ní a thaispeáint", + "Could not load section content from app store." : "Níorbh fhéidir ábhar na rannóige a lódáil ón appstore.", + "Loading" : "Ag lódáil", + "Fetching the latest news…" : "An nuacht is déanaí á bhfáil…", + "Could not load app discover section" : "Níorbh fhéidir an rannán aimsithe feidhmchláir a lódáil", + "Could not render element" : "Níorbh fhéidir an eilimint a thabhairt", + "Carousel" : "Timpealláin", + "Previous slide" : "Sleamhnán roimhe seo", + "Next slide" : "Sleamhnán seo chugainn", + "Choose slide to display" : "Roghnaigh sleamhnán le taispeáint", + "{index} of {total}" : "{index} de {total}", + "Description" : "Cur síos", + "Details" : "Sonraí", + "All" : "Gach", + "Limit app usage to groups" : "Teorainn úsáid aipeanna go grúpaí", + "No results" : "Gan torthaí", + "Update to {version}" : "Nuashonraigh go {version}", + "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Níl aon leagan íosta de Nextcloud sannta don aip seo. Earráid a bheidh anseo sa todhchaí.", + "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Níl aon leagan Nextcloud uasta sannta don aip seo. Earráid a bheidh anseo sa todhchaí.", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Ní féidir an aip seo a shuiteáil toisc nach bhfuil na spleáchais seo a leanas comhlíonta:", + "Latest updated" : "Nuashonraithe is déanaí", + "Author" : "Údar", + "Categories" : "Catagóirí", + "Resources" : "Acmhainní", + "Documentation" : "Doiciméadúchán", + "Interact" : "Idirghníomhú", + "Report a bug" : "Tuairiscigh fabht", + "Request feature" : "Iarr gné", + "Ask questions or discuss" : "Cuir ceisteanna nó pléigh", + "Rate the app" : "Ráta an app", + "Rate" : "Ráta", + "View in store" : "Amharc sa siopa", + "Visit website" : "Tabhair cuairt ar an suíomh Gréasáin", + "Usage documentation" : "Doiciméadú úsáide", + "Admin documentation" : "Doiciméadúchán riaracháin", + "Developer documentation" : "Doiciméadú forbróra", + "Changelog" : "Loga athrú", + "Device name" : "Ainm an ghléis", + "Cancel renaming" : "Cealaigh athainmniú", + "Save new name" : "Sábháil ainm nua", + "Marked for remote wipe" : "Marcáilte le haghaidh glanadh cianda", + "Device settings" : "Socruithe gléis", + "Allow filesystem access" : "Ceadaigh rochtain ar an gcóras comhad", + "Rename" : "Athainmnigh", + "Revoke" : "Chúlghairm", + "Wipe device" : "Wipe gléas", + "Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Má dhéantar an comhartha seo a aisghairm, d'fhéadfadh sé go gcuirfí cosc ar do ghléas a ghlanadh mura bhfuil an cuimilteoir tosaithe fós.", + "Google Chrome for Android" : "Google chrome le haghaidh Android saor in aisce", + "{productName} iOS app" : "{productName} aip iOS", + "{productName} Android app" : "{productName} aip Android", + "{productName} Talk for iOS" : "{productName} Labhair le haghaidh iOS", + "{productName} Talk for Android" : "{productName} Labhair le haghaidh Android", + "Sync client" : "Sioncrónaigh cliant", + "This session" : "An seisiún seo", + "{client} - {version} ({system})" : "{client} - {version} ({system})", + "{client} - {version}" : "{client} - {version}", + "Device" : "Gléas", + "Last activity" : "An ghníomhaíocht dheireanach", + "Devices & sessions" : "Gléasanna & seisiúin", + "Web, desktop and mobile clients currently logged in to your account." : "Tá cliaint ghréasáin, deisce agus móibíleacha logáilte isteach i do chuntas faoi láthair.", + "App name" : "Ainm aip", + "Create new app password" : "Cruthaigh pasfhocal feidhmchlár nua", + "Error while creating device token" : "Earráid agus comhartha gléis á chruthú", + "New app password" : "Pasfhocal aip nua", + "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Úsáid na dintiúir thíos chun d’aip nó gléas a chumrú. Ar chúiseanna slándála ní thaispeánfar an pasfhocal seo ach uair amháin.", + "Login" : "Logáil isteach", + "Password" : "Pasfhocal", + "Show QR code for mobile apps" : "Taispeáin cód QR le haghaidh aipeanna móibíleacha", + "App password copied!" : "Cóipeáladh pasfhocal na haipe!", + "Copy app password" : "Cóipeáil pasfhocal an aip", + "Login name copied!" : "Cóipeáladh an t-ainm logáil isteach!", + "Copy login name" : "Cóipeáil ainm logáil isteach", + "Could not copy app password. Please copy it manually." : "Níorbh fhéidir pasfhocal na haipe a chóipeáil. Déan é a chóipeáil de láimh le do thoil.", + "Could not copy login name. Please copy it manually." : "Níorbh fhéidir an t-ainm logáil isteach a chóipeáil. Déan é a chóipeáil de láimh le do thoil.", + "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Chun go n-oibreoidh an freastalaí i gceart, tá sé tábhachtach poist chúlra a chumrú i gceart. Is é Cron an socrú molta. Féach ar na doiciméid le haghaidh tuilleadh eolais le do thoil.", + "Last job execution ran {time}. Something seems wrong." : "Rith an post deireanach {time}. Is cosúil go bhfuil rud éigin mícheart.", + "Last job ran {relativeTime}." : "Rith an post deireanach {relativeTime}.", + "Background job did not run yet!" : "Níor rith post cúlra fós!", + "AJAX" : "AJAX", + "Execute one task with each page loaded. Use case: Single account instance." : "Déan tasc amháin le gach leathanach luchtaithe. Cás úsáide: Sampla cuntas aonair.", + "Webcron" : "Webcron", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "Tá cron.php cláraithe ag seirbhís webcron chun cron.php a ghlaoch gach 5 nóiméad thar HTTP. Cás úsáide: Sampla an-bheag (1–5 chuntas ag brath ar an úsáid).", + "Cron (Recommended)" : "Cron (Molta)", + "Use system cron service to call the cron.php file every 5 minutes." : "Bain úsáid as seirbhís cron an chóras chun an comhad cron.php a ghlaoch gach 5 nóiméad.", + "The cron.php needs to be executed by the system account \"{user}\"." : "Ní mór an cron.php a fhorghníomhú ag an gcuntas córas \"{user}\".", + "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Tá an síneadh PHP POSIX ag teastáil. Féach ar {linkstart}doiciméadú PHP{linkend} le haghaidh tuilleadh sonraí.", + "Unable to update background job mode" : "Ní féidir mód cúlra an phoist a nuashonrú", + "Profile" : "Próifíl", + "Enable or disable profile by default for new accounts." : "Cumasaigh nó díchumasaigh próifíl de réir réamhshocraithe le haghaidh cuntas nua.", + "Enable" : "Cumasaigh", + "Unable to update profile default setting" : "Ní féidir socrú réamhshocraithe na próifíle a nuashonrú", + "{app}'s declarative setting field: {name}" : "Réimse socruithe dearbhaithe {app}'s: {name}", + "Failed to save setting" : "Theip ar an socrú a shábháil", + "Server-side encryption" : "Criptiú ar thaobh an fhreastalaí", + "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Trí chriptiú ar thaobh an fhreastalaí is féidir comhaid a uaslódáiltear chuig an bhfreastalaí seo a chriptiú. Tagann sé seo le teorainneacha cosúil le pionós feidhmíochta, mar sin cumasaigh é seo ach amháin más gá.", + "Enable server-side encryption" : "Cumasaigh criptiú taobh an fhreastalaí", + "Please read carefully before activating server-side encryption:" : "Léigh go cúramach le do thoil sula ngníomhachtaítear criptiúchán ar thaobh an fhreastalaí:", + "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Nuair a bheidh an criptiú cumasaithe, beidh gach comhad a uaslódáiltear chuig an bhfreastalaí ón bpointe sin ar aghaidh criptithe ar fos ar an bhfreastalaí. Ní bheidh sé indéanta criptiú a dhíchumasú níos déanaí má thacaíonn an modúl gníomhach criptithe leis an bhfeidhm sin, agus má chomhlíontar na réamhchoinníollacha go léir (m.sh. eochair athshlánaithe a shocrú).", + "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Ní ráthaíonn criptiú amháin slándáil an chórais. Féach ar an gcáipéisíocht le haghaidh tuilleadh faisnéise faoin gcaoi a n-oibríonn an aip criptithe le do thoil, agus na cásanna úsáide tacaithe.", + "Be aware that encryption always increases the file size." : "Bí ar an eolas go méadaíonn criptiú méid an chomhaid i gcónaí.", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Is maith i gcónaí cúltacaí rialta de do shonraí a chruthú, i gcás criptithe déan cinnte cúltaca a dhéanamh de na heochracha criptithe chomh maith le do shonraí.", + "This is the final warning: Do you really want to enable encryption?" : "Seo é an rabhadh deiridh: Ar mhaith leat criptiúchán a chumasú?", + "No encryption module loaded, please enable an encryption module in the app menu." : "Níl aon mhodúl criptithe luchtaithe, cumasaigh modúl criptithe i roghchlár na haipe le do thoil.", + "Select default encryption module:" : "Roghnaigh modúl criptithe réamhshocraithe:", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Ní mór duit do chuid eochracha criptithe a aistriú ón seanchriptiú (ownCloud <= 8.0) go dtí an ceann nua. Cumasaigh an \"modúl criptithe réamhshocraithe\" agus rith {command} le do thoil", + "Unable to update server side encryption config" : "Ní féidir an chumraíocht chriptiúcháin ar thaobh an fhreastalaí a nuashonrú", + "Please confirm the group removal" : "Deimhnigh baint an ghrúpa", + "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Tá tú ar tí an grúpa \"{group}\" a bhaint. NÍ scriosfar na cuntais.", + "Cancel" : "Cealaigh", + "Confirm" : "Deimhnigh", + "Submit" : "Cuir isteach", + "Rename group" : "Athainmnigh an grúpa", + "Remove group" : "Bain an grúpa", + "Failed to remove group \"{group}\"" : "Theip ar an ngrúpa \"{group}\" a bhaint", + "Current password" : "Pasfhocal reatha", + "New password" : "Focal Faire Nua", + "Change password" : "Athraigh do phasfhocal", + "Your profile picture" : "Do phictiúr próifíle", + "Upload profile picture" : "Íosluchtaigh pictiúr próifíl", + "Choose profile picture from Files" : "Roghnaigh pictiúr próifíle ó Chomhaid", + "Remove profile picture" : "Bain pictiúr próifíle", + "The file must be a PNG or JPG" : "Caithfidh an comhad a bheith ina PNG nó JPG", + "Picture provided by original account" : "Pictiúr curtha ar fáil ag an mbunchuntas", + "Set as profile picture" : "Socraigh mar phictiúr próifíle", + "Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Tabhair faoi deara go bhféadfadh sé suas le 24 uair an chloig a ghlacadh chun do phictiúr próifíle a nuashonrú i ngach áit.", + "Choose your profile picture" : "Roghnaigh do phictiúr próifíle", + "Please select a valid png or jpg file" : "Roghnaigh comhad png nó jpg bailí le do thoil", + "Error setting profile picture" : "Earráid agus pictiúr próifíle á shocrú", + "Error cropping profile picture" : "Earráid agus pictiúr próifíle á bhearradh", + "Error saving profile picture" : "Earráid agus pictiúr próifíle á shábháil", + "Error removing profile picture" : "Earráid agus an pictiúr próifíle á bhaint", + "Your biography" : "Do bheathaisnéis", + "You are a member of the following groups:" : "Tá tú i do bhall de na grúpaí seo a leanas:", + "You are using <strong>{usage}</strong>" : "Tá tú ag úsáid <strong>{usage}</strong>", + "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Tá tú ag úsáid<strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", + "Your full name" : "D'ainm iomlán", + "Primary email for password reset and notifications" : "Príomh-ríomhphost le haghaidh athshocrú pasfhocal agus fógraí", + "Email options" : "Roghanna ríomhphoist", + "Options for additional email address {index}" : "Roghanna le haghaidh seoladh ríomhphoist breise {index}", + "Remove primary email" : "Bain príomhsheoladh ríomhphoist", + "Delete email" : "Scrios ríomhphost", + "This address is not confirmed" : "Níl an seoladh seo deimhnithe", + "Unset as primary email" : "Díshuiteáil mar phríomhphost ríomhphoist", + "Set as primary email" : "Socraigh mar phríomh-ríomhphost", + "Additional email address {index}" : "Seoladh ríomhphoist breise {index}", + "Unable to delete primary email address" : "Ní féidir an príomhsheoladh ríomhphoist a scriosadh", + "Unable to update primary email address" : "Ní féidir an príomhsheoladh ríomhphoist a nuashonrú", + "Unable to add additional email address" : "Ní féidir seoladh ríomhphoist breise a chur leis", + "Unable to update additional email address" : "Ní féidir seoladh ríomhphoist breise a nuashonrú", + "Unable to delete additional email address" : "Ní féidir seoladh ríomhphoist breise a scriosadh", + "No email address set" : "Níl seoladh ríomhphoist socraithe", + "Your handle" : "Do láimhseáil", + "Your headline" : "Do cheannlíne", + "Languages" : "Teangacha", + "Help translate" : "Cabhraigh le haistriú", + "Unable to update language" : "Ní féidir an teanga a nuashonrú", + "No language set" : "Gan tacar teanga", + "Locales" : "Logánta", + "Week starts on {firstDayOfWeek}" : "Tosaíonn an tseachtain ar {firstDayOfWeek}", + "Unable to update locale" : "Ní féidir locale a nuashonrú", + "No locale set" : "Gan tacar locale", + "Your city" : "Do chathair", + "Your organisation" : "D'eagraíocht", + "Your phone number" : "D'uimhir theileafóin", + "Edit your Profile visibility" : "Cuir infheictheacht do Phróifíl in eagar", + "Enable profile" : "Cumasaigh próifíl", + "Unable to update profile enabled state" : "Ní féidir staid chumasaithe na próifíle a nuashonrú", + "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Tá meas ar do Phróifíl ar shocrú níos sriantaí infheictheachta nó scóip. Mar shampla, má tá an infheictheacht socraithe mar \"Taispeáin do chách\" agus go bhfuil an raon feidhme socraithe go \"Príobháideach\", meastar \"Príobháideach\".", + "Unable to update visibility of {displayId}" : "Ní féidir infheictheacht {displayId} a nuashonrú", + "Your role" : "Do ról", + "Your X (formerly Twitter) handle" : "Láimhseálann do X (Twitter roimhe seo).", + "Your website" : "Do láithreán gréasáin", + "No {property} set" : "Níl {property} socraithe", + "Invalid value" : "Luach neamhbhailí", + "Unable to update {property}" : "Ní féidir {property} a nuashonrú", + "Change scope level of {property}, current scope is {scope}" : "Athraigh leibhéal scóip {property}, is é {scope} an raon feidhme reatha", + "Unable to update federation scope of the primary {property}" : "Níorbh fhéidir scóip chónaidhme na príomh-{airí} a nuashonrú", + "Unable to update federation scope of additional {property}" : "Níorbh fhéidir scóip chónaidhme {maoin} bhreise a nuashonrú", + "Add additional email" : "Cuir ríomhphost breise leis", + "Add" : "Cuir", + "Create" : "Cruthaigh", + "Change" : "Athrú", + "Delete" : "Scrios", + "Reshare" : "Roinn arís", + "No accounts" : "Gan cuntais", + "Loading accounts …" : "Cuntais á lódáil…", + "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Liosta cuntas. Níl an liosta seo le fáil go hiomlán ar chúiseanna feidhmíochta. Déanfar na cuntais a rindreáil agus tú ag dul tríd an liosta.", + "Default language" : "Teanga réamhshocraithe", + "Common languages" : "Teangacha coitianta", + "Other languages" : "Teangacha eile", + "Password change is disabled because the master key is disabled" : "Tá athrú pasfhocal díchumasaithe toisc go bhfuil an máistir-eochair díchumasaithe", + "New account" : "Cuntas nua", + "Display name" : "Ainm taispeána", + "Either password or email is required" : "Tá pasfhocal nó ríomhphost ag teastáil", + "Password (required)" : "Pasfhocal (riachtanach)", + "Email (required)" : "Ríomhphost (riachtanach)", + "Email" : "Ríomhphost", + "Groups (required)" : "Grúpaí (riachtanach)", + "Administered groups" : "Grúpaí riartha", + "Quota" : "Cuóta", + "Language" : "Teanga", + "Set default language" : "Socraigh teanga réamhshocraithe", + "Manager" : "Bainisteoir", + "Total rows summary" : "Achoimre ar na sraitheanna iomlána", + "Scroll to load more rows" : "Scrollaigh chun tuilleadh sraitheanna a lódáil", + "Avatar" : "Avatar", + "Group admin for" : "Riarachán grúpa le haghaidh", + "Storage location" : "Suíomh stórála", + "Last login" : "Logáil isteach deiridh", + "Account actions" : "Gníomhartha cuntais", + "Password or insufficient permissions message" : "Pasfhocal nó teachtaireacht ceadanna neamhleor", + "Loading account …" : "Cuntas á lódáil…", + "Change display name" : "Athraigh an t-ainm taispeána", + "Set new password" : "Socraigh pasfhocal nua", + "You do not have permissions to see the details of this account" : "Níl cead agat sonraí an chuntais seo a fheiceáil", + "Set new email address" : "Socraigh seoladh ríomhphoist nua", + "Add account to group" : "Cuir cuntas leis an ngrúpa", + "Set account as admin for" : "Socraigh cuntas mar riarthóir do", + "Select account quota" : "Roghnaigh cuóta cuntais", + "Set the language" : "Socraigh an teanga", + "Set line manager" : "Socraigh bainisteoir líne", + "{size} used" : "{méid} in úsáid", + "Delete account" : "Scrios cuntas", + "Disconnect all devices and delete local data" : "Déan gach gléas a dhícheangal agus scrios sonraí áitiúla", + "Disable account" : "Díchumasaigh cuntas", + "Enable account" : "Cumasaigh cuntas", + "Resend welcome email" : "Seol ríomhphost fáilte arís", + "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Sa chás go gcailltear gléas nó go bhfágann sé an eagraíocht, is féidir leis seo sonraí Nextcloud a scriosadh go cianda ó gach gléas a bhaineann le {userid}. Ní oibríonn sé ach amháin má tá na gléasanna nasctha leis an Idirlíon.", + "Remote wipe of devices" : "Cianda wipe gléasanna", + "Wipe {userid}'s devices" : "Glan gléasanna {userid}", + "Wiped {userid}'s devices" : "Scriosadh gléasanna {userid}", + "Failed to update line manager" : "Theip ar an mbainisteoir líne a nuashonrú", + "Fully delete {userid}'s account including all their personal files, app data, etc." : "Scrios go hiomlán cuntas {userid} lena n-áirítear a chomhaid phearsanta go léir, sonraí aipe, etc.", + "Account deletion" : "Scriosadh cuntais", + "Delete {userid}'s account" : "Scrios cuntas {userid}", + "Display name was successfully changed" : "D'éirigh le hathrú an ainm taispeána", + "Password was successfully changed" : "Athraíodh an pasfhocal go rathúil", + "Email was successfully changed" : "D'éirigh le hathrú an ríomhphoist", + "Welcome mail sent!" : "Fáilte seolta!", + "Toggle account actions menu" : "Scoránaigh roghchlár gníomhartha cuntais", + "Done" : "Déanta", + "Edit" : "Cuir in eagar", + "Account management settings" : "Socruithe bainistíochta cuntais", + "Visibility" : "Infheictheacht", + "Show language" : "Taispeáin teanga", + "Show account backend" : "Taispeáin inneall an chuntais", + "Show storage path" : "Taispeáin cosán stórála", + "Show last login" : "Taispeáin logáil isteach deiridh", + "Sorting" : "Sórtáil", + "The system config enforces sorting the groups by name. This also disables showing the member count." : "Forfheidhmíonn cumraíocht an chórais na grúpaí a shórtáil de réir ainm. Díchumasaítear é seo freisin líon na mball a thaispeáint.", + "Group list sorting" : "Sórtáil liostaí grúpa", + "By member count" : "De réir líon na mball", + "By name" : "De réir ainm", + "Send email" : "Seol ríomhphost", + "Send welcome email to new accounts" : "Seol ríomhphost fáilte chuig cuntais nua", + "Defaults" : "Réamhshocruithe", + "Default quota" : "Cuóta réamhshocraithe", + "Select default quota" : "Roghnaigh cuóta réamhshocraithe", + "Passwordless authentication requires a secure connection." : "Teastaíonn nasc slán le fíordheimhniú gan pasfhocal.", + "Add WebAuthn device" : "Cuir gléas WebAuthn leis", + "Please authorize your WebAuthn device." : "Ceadaigh do ghléas WebAuthn le do thoil.", + "Adding your device …" : "Ag cur do ghléas leis…", + "Server error while trying to complete WebAuthn device registration" : "Earráid fhreastalaí agus iarracht á déanamh clárú gléis WebAuthn a chur i gcrích", + "Unnamed device" : "Gléas gan ainm", + "Passwordless Authentication" : "Fíordheimhniú gan Pasfhocal", + "Set up your account for passwordless authentication following the FIDO2 standard." : "Socraigh do chuntas le haghaidh fíordheimhnithe gan pasfhocal de réir chaighdeán FIDO2.", + "No devices configured." : "Níl aon ghléas cumraithe.", + "The following devices are configured for your account:" : "Tá na gléasanna seo a leanas cumraithe do do chuntas:", + "Your browser does not support WebAuthn." : "Ní thacaíonn do bhrabhsálaí le WebAuthn.", + "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Mar riarthóir is féidir leat an t-iompar comhroinnte a mhionchoigeartú. Féach ar na doiciméid le haghaidh tuilleadh eolais le do thoil.", + "You need to enable the File sharing App." : "Ní mór duit an App Roinnte Comhad a chumasú.", + "Loading app list" : "Liosta feidhmchlár á lódáil", + "App Store" : "Siopa aip", + "Loading categories" : "Catagóirí á lódáil", + "Developer documentation ↗" : "Doiciméadú forbróra ↗", + "Version {version}, {license}-licensed" : "Leagan {version}, {license}-cheadúnaithe", + "Active accounts" : "Cuntais ghníomhacha", + "Admins" : "Riarthóirí", + "Disabled accounts" : "Cuntais faoi mhíchumas", + "Account group: {group}" : "Grúpa cuntais: {group}", + "Account management" : "Bainistíocht cuntais", + "Creating group…" : "Grúpa á chruthú…", + "Create group" : "Cruthaigh grúpa", + "Group name" : "Ainm an ghrúpa", + "Please enter a valid group name" : "Cuir isteach ainm grúpa bailí le do thoil", + "Failed to create group" : "Theip ar chruthú grúpa", + "Sending…" : "Á sheoladh…", + "Email sent" : "Ríomhphost seolta", + "Location" : "Suíomh", + "Profile picture" : "Pictiúr próifíle", + "About" : "Faoi", + "Full name" : "Ainm iomlán", + "Additional email" : "Ríomhphost breise", + "Headline" : "Ceannlíne", + "Organisation" : "Eagraíocht", + "Phone number" : "Uimhir teileafón", + "Role" : "Ról", + "X (formerly Twitter)" : "X (Twitter roimhe seo)", + "Fediverse (e.g. Mastodon)" : "Fediverse (m.sh. Mastodon)", + "Website" : "Suíomh Gréasáin", + "Profile visibility" : "Infheictheacht próifíle", + "Locale" : "Logán", + "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Níl sé ar fáil toisc go bhfuil an t-airí seo ag teastáil le haghaidh feidhmiúlacht lárnach lena n-áirítear comhroinnt comhad agus cuirí féilire", + "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Níl sé ar fáil toisc go bhfuil an chónaidhm díchumasaithe do do chuntas, déan teagmháil le riarachán do chórais má tá aon cheist agat", + "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Níl sé ar fáil mar ní cheadaítear sonraí cuntais ar leith a fhoilsiú don fhreastalaí cuardaigh, déan teagmháil le riarachán do chórais má tá aon cheist agat", + "Discover" : "Faigh amach", + "Your apps" : "D'aipeanna", + "Active apps" : "Aipeanna gníomhacha", + "Disabled apps" : "Aipeanna díchumasaithe", + "Updates" : "Nuashonruithe", + "App bundles" : "Pacáistí aip", + "Featured apps" : "Aipeanna faoi thrácht", + "Supported apps" : "Aipeanna tacaithe", + "Show to everyone" : "Taispeáin do gach duine", + "Show to logged in accounts only" : "Taispeáin go cuntais logáilte isteach amháin", + "Hide" : "Folaigh", + "Download and enable" : "Íoslódáil agus a chumasú", + "Allow untested app" : "Ceadaigh aip neamhthástáilte", + "The app will be downloaded from the App Store" : "Déanfar an aip a íoslódáil ón Siopa Aip", + "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Níl an aip seo marcáilte mar chomhoiriúnach le do leagan Nextcloud. Má leanann tú ar aghaidh beidh tú fós in ann an aip a shuiteáil. Tabhair faoi deara go bhféadfadh sé nach n-oibreoidh an aip mar a bhíothas ag súil leis.", + "Never" : "Riamh", + "Could not register device: Network error" : "Níorbh fhéidir gléas a chlárú: Earráid líonra", + "Could not register device: Probably already registered" : "Níorbh fhéidir gléas a chlárú: cláraithe cheana féin is dócha", + "Could not register device" : "Níorbh fhéidir an gléas a chlárú", + "An error occurred during the request. Unable to proceed." : "Tharla earráid le linn an iarratais. Ní féidir dul ar aghaidh.", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Tá an aip cumasaithe ach ní mór é a nuashonrú. Déanfar tú a atreorú chuig an leathanach nuashonraithe i gceann 5 soicind.", + "Error: This app cannot be enabled because it makes the server unstable" : "Earráid: Ní féidir an aip seo a chumasú toisc go ndéanann sé an freastalaí éagobhsaí", + "Do you really want to wipe your data from this device?" : "An bhfuil tú cinnte gur mhaith leat do shonraí a scriosadh ón ngléas seo?", + "Confirm wipe" : "Deimhnigh scrios", + "Could not delete the app token" : "Níorbh fhéidir an comhartha aip a scriosadh", + "Error while wiping the device with the token" : "Earráid agus an gléas á ghlanadh leis an comhartha", + "Error while updating device token name" : "Earráid agus ainm comharthaí an ghléis á nuashonrú", + "Error while updating device token scope" : "Earráid agus scóip comharthaí an ghléis á nuashonrú", + "Could not set group sorting" : "Níorbh fhéidir sórtáil grúpa a shocrú", + "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Tháinig an iomarca iarratas ó do líonra. Bain triail eile as ar ball nó déan teagmháil le do riarthóir más earráid é seo.", + "Account documentation" : "Doiciméadú cuntais", + "Administration documentation" : "Doiciméid riaracháin", + "Forum" : "Fóram", + "Nextcloud help & privacy resources" : "Cabhair & acmhainní príobháideachais Nextcloud", + "General documentation" : "Doiciméadúchán ginearálta", + "Legal notice" : "Fógra dlíthiúil", + "Privacy policy" : "Beartas Príobháideachais", + "None/STARTTLS" : "Dada/STARTTLS", + "SSL" : "SSL", + "Open documentation" : "Doiciméadú oscailte", + "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Tá sé tábhachtach an freastalaí seo a shocrú le bheith in ann ríomhphoist a sheoladh, mar shampla le haghaidh athshocrú pasfhocail agus fógraí.", + "Send mode" : "Modh seolta", + "Encryption" : "Criptiú", + "Sendmail mode" : "Modh seolta ríomhphoist", + "From address" : "Ó seoladh", + "Server address" : "Seoladh an fhreastalaí", + "Port" : "Port", + "Authentication" : "Fíordheimhniú", + "Authentication required" : "Fíordheimhniú ag teastáil", + "Credentials" : "Dintiúir", + "SMTP Login" : "Logáil Isteach SMTP", + "SMTP Password" : "Pasfhocal SMTP", + "Save" : "Sábháil", + "Test and verify email settings" : "Tástáil agus fíoraigh socruithe ríomhphoist", + "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "Tá sé tábhachtach ar mhaithe le slándáil agus feidhmíocht do chás go bhfuil gach rud cumraithe i gceart. Chun cabhrú leat leis sin táimid ag déanamh roinnt seiceálacha uathoibríocha. Féach ar an doiciméadú nasctha le haghaidh tuilleadh eolais le do thoil.", + "All checks passed." : "Gach seic a rith.", + "There are some errors regarding your setup." : "Tá roinnt earráidí ann maidir le do shocrú.", + "There are some warnings regarding your setup." : "Tá roinnt rabhadh ann maidir le do shocrú.", + "Checking for system and security issues." : "Seiceáil le haghaidh saincheisteanna córais agus slándála.", + "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "Déan seiceáil faoi dhó ar na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\"> treoracha suiteála ↗</a>, agus seiceáil le haghaidh aon earráidí nó rabhaidh sa<a href=\"%2$s\">log</a> le do thoil.", + "Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "Seiceáil slándáil do Nextcloud thar<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">ár scanadh slándála ↗</a>.", + "Reasons to use Nextcloud in your organization" : "Cúiseanna le Nextcloud a úsáid i d’eagraíocht", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Arna fhorbairt ag {communityopen}pobal Nextcloud{linkclose}, tá an {githubopen}cód foinseach{linkclose} ceadúnaithe faoin {licenseopen}AGPL{linkclose}.", + "Like our Facebook page" : "Cosúil lenár leathanach Facebook", + "Follow us on Twitter" : "Lean muid ar Twitter", + "Follow us on Mastodon" : "Follow us on Mastodon", + "Check out our blog" : "Amharc ar ár mblag", + "Subscribe to our newsletter" : "Liostáil lenár nuachtlitir", + "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Ní thacaítear leis an scaoileadh pobail seo de Nextcloud agus níl fógraí meandracha ar fáil.", + "Use a second factor besides your password to increase security for your account." : "Úsáid fachtóir eile seachas do phasfhocal chun slándáil do chuntais a mhéadú.", + "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Má úsáideann tú feidhmchláir tríú páirtí chun nascadh le Nextcloud, déan cinnte le do thoil pasfhocal aipe a chruthú agus a chumrú le haghaidh gach ceann acu sula gceadaítear fíordheimhniú dara fachtóir.", + "No user supplied" : "Níor soláthraíodh aon úsáideoir", + "Please provide an admin recovery password; otherwise, all user data will be lost." : "Tabhair pasfhocal riar athshlánaithe le do thoil; ar shlí eile, caillfear na sonraí úsáideora go léir.", + "Backend does not support password change, but the user's encryption key was updated." : "Ní thacaíonn Inneall le hathrú pasfhocail, ach nuashonraíodh eochair chriptiúcháin an úsáideora.", + "installing and updating apps via the App Store or Federated Cloud Sharing" : "aipeanna a shuiteáil agus a nuashonrú tríd an Siopa Aip nó Comhroinnte Néalríomhaireachta", + "Federated Cloud Sharing" : "Comhroinnt Scamall Cónaidhme", + "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "Tá leagan %1$s as dáta (%2$s) in úsáid ag cURL. Nuashonraigh do chóras oibriúcháin nó ní oibreoidh gnéithe ar nós %3$s go hiontaofa le do thoil.", + "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Níorbh fhéidir a chinneadh an bhfuil leagan TLS de cURL as dáta nó nach bhfuil toisc gur tharla earráid le linn iarratas HTTPS i gcoinne https://nextcloud.com. Seiceáil le do thoil an comhad loga Nextcloud le haghaidh tuilleadh sonraí le do thoil.", + "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "Tá OPcache díchumasaithe. Ar mhaithe le feidhmíocht níos fearr, moltar 1opcache.enable=11 a chur i bhfeidhm ar do chumraíocht PHP.", + "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "Tá OPcache cumraithe chun tuairimí cód a bhaint. Agus OPcache cumasaithe, ní mór 1opcache.save_comments=11 a shocrú le go bhfeidhmeoidh Nextcloud.", + "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Níl cead ag Nextcloud an API OPcache a úsáid. Le OPcache cumasaithe, moltar go mór na heolairí Nextcloud go léir a áireamh le 1opcache.restrict_api1 nó an socrú seo a dhíshuiteáil chun srianta OPcache API a dhíchumasú, chun earráidí a chosc le linn uasghráduithe croí nó app Nextcloud.", + "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Níl cead ag Nextcloud an API OPcache a úsáid. Moltar go mór na heolairí Nextcloud go léir a áireamh le 1opcache.restrict_api1 nó an socrú seo a dhíshuiteáil chun srianta OPcache API a dhíchumasú, chun earráidí a chosc le linn uasghráduithe croí nó app Nextcloud.", + "The shared memory based OPcache is disabled. For better performance, it is recommended to apply <code>opcache.file_cache_only=0</code> to your PHP configuration and use the file cache as second level cache only." : "Tá an OPcache cuimhne comhroinnte díchumasaithe. Ar mhaithe le feidhmíocht níos fearr, moltar 1opcache.file_cache_only=01 a chur i bhfeidhm ar do chumraíocht PHP agus an taisce comhad a úsáid mar thaisce dara leibhéal amháin.", + "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "Tá uaslíon na n-eochracha OPcache beagnach sáraithe. Chun a chinntiú gur féidir gach script a choinneáil sa taisce, moltar 1opcache.max_accelerated_files1 a chur i bhfeidhm ar do chumraíocht PHP le luach níos airde ná 2%s2.", + "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "Tá an maolán OPcache beagnach lán. Chun a chinntiú gur féidir gach script a choinneáil i dtaisce, moltar 1opcache.memory_consumption1 a chur i bhfeidhm ar do chumraíocht PHP le luach níos airde ná 2%s2.", + "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "Tá maolán teaghráin imtheorannaithe OPcache beagnach lán. Chun a chinntiú gur féidir teaghráin athfhillteacha a thaisceadh go héifeachtach, moltar 1opcache.interned_strings_buffer1 a chur i bhfeidhm ar do chumraíocht PHP le luach níos airde ná 2%s2.", + "You need to set your user email before being able to send test emails. Go to %s for that." : "Ní mór duit do r-phost úsáideora a shocrú sula mbeidh tú in ann ríomhphoist tástála a sheoladh. Téigh go %s chuige sin.", + "Invalid user" : "Úsáideoir neamhbhailí", + "Your username is: %s" : "Is é d'ainm úsáideora: %s", + "Logged in user must be a subadmin" : "Caithfidh úsáideoir logáilte isteach a bheith ina fho-riarachán", + "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Tá post cúlra ar feitheamh a sheiceálann le haghaidh deimhnithe SSL iompórtáilte ag úsáideoirí. Seiceáil ar ais ar ball le do thoil.", + "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Tá roinnt deimhnithe SSL iompórtáilte ag úsáideoirí i láthair, nach n-úsáidtear a thuilleadh le Nextcloud 21. Is féidir iad a iompórtáil ar an líne ordaithe trí ordú \"occ security:certificates:import\". Taispeántar thíos a gcuid cosáin taobh istigh den eolaire sonraí.", + "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Fuarthas UUIDanna neamhbhailí úsáideoirí nó grúpaí LDAP. Athbhreithnigh do shocruithe \"Sáraigh braite UUID\" sa chuid Saineolaithe de chumraíocht LDAP agus úsáid \"occ ldap:update-uuid\" chun iad a nuashonrú le do thoil.", + "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Níor rith sioncronú leabhar seoltaí an chórais DAV fós toisc go bhfuil níos mó ná 1000 úsáideoir ag do chás nó toisc gur tharla earráid. Rith de láimh é le do thoil trí ghlao a chur ar occ dav:sync-system-addressbook le do thoil.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Úsáidtear leagan MariaDB \"%s\". Ní thacaíonn Nextcloud 21 agus níos airde leis an leagan seo agus éilíonn siad MariaDB 10.2 nó níos airde.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Úsáidtear leagan MySQL \"%s\". Ní thacaíonn Nextcloud 21 agus níos airde leis an leagan seo agus éilíonn siad MySQL 8.0 nó MariaDB 10.2 nó níos airde.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Úsáidtear leagan PostgreSQL \"%s\". Ní thacaíonn Nextcloud 21 agus níos airde leis an leagan seo agus éilíonn siad PostgreSQL 9.6 nó níos airde.", + "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Is féidir fíordheimhniú dhá fhachtóir a fhorghníomhú do gach úsáideoir agus do ghrúpaí ar leith. Mura bhfuil soláthraí dhá fhachtóir cumraithe acu, ní bheidh siad in ann logáil isteach sa chóras.", + "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Nuair a roghnaítear/eisiatar grúpaí, úsáideann siad an loighic seo a leanas le fáil amach an bhfuil 2FA curtha i bhfeidhm ag úsáideoir: Mura roghnaítear grúpaí, tá 2FA cumasaithe do gach duine seachas baill de na grúpaí eisiata. Má roghnaítear grúpaí, tá 2FA cumasaithe do gach ball díobh seo. Má tá úsáideoir i ngrúpa roghnaithe agus eisiata araon, beidh tosaíocht ag an úsáideoir roghnaithe agus cuirtear 2FA i bhfeidhm.", + "Enable all" : "Cumasaigh go léir", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "iPhone" : "iPhone", + "iPad" : "iPad", + "Sync client - {os}" : "Sioncronaigh cliant - {os}", + "Error while deleting the token" : "Earráid agus an comhartha á scriosadh", + "Use the credentials below to configure your app or device." : "Úsáid na dintiúir thíos chun d’aip nó gléas a chumrú.", + "For security reasons this password will only be shown once." : "Ar chúiseanna slándála ní thaispeánfar an pasfhocal seo ach uair amháin.", + "Username" : "Ainm úsáideora", + "Copied!" : "Cóipeáladh!", + "Copy" : "Cóipeáil", + "Execute one task with each page loaded. Use case: Single user instance." : "Déan tasc amháin le gach leathanach luchtaithe. Cás úsáide: Sampla úsáideora aonair.", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "Tá cron.php cláraithe ag seirbhís webcron chun cron.php a ghlaoch gach 5 nóiméad thar HTTP. Cás úsáide: Sampla an-bheag (1–5 úsáideoir ag brath ar an úsáid).", + "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Teastaíonn an síneadh PHP POSIX uait chun é seo a rith. Féach ar {linkstart}doiciméadú PHP{linkend} le haghaidh tuilleadh sonraí.", + "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Bain úsáid as seirbhís cron an chórais chun an comhad cron.php a ghlaoch gach 5 nóiméad. Molta do gach cás.", + "The cron.php needs to be executed by the system user \"{user}\"." : "Ní mór don úsáideoir córais \"{user}\" an cron.php a rith.", + "Enable or disable profile by default for new users." : "Cumasaigh nó díchumasaigh próifíl de réir réamhshocraithe d'úsáideoirí nua.", + "You are about to remove the group {group}. The users will NOT be deleted." : "Tá tú ar tí an grúpa {group} a bhaint. NÍ scriosfar na húsáideoirí.", + "Please confirm the group removal " : "Deimhnigh baint an ghrúpa le do thoil", + "Your profile information" : "Do chuid faisnéise próifíle", + "Your email address" : "Do sheoladh ríomhphoist", + "Additional emails" : "Ríomhphoist bhreise", + "Enable Profile" : "Cumasaigh Próifíl", + "Your Twitter handle" : "Do láimhseáil Twitter", + "You do not have permissions to see the details of this user" : "Níl cead agat sonraí an úsáideora seo a fheiceáil", + "Edit display name" : "Cuir ainm taispeána in eagar", + "Add new password" : "Cuir pasfhocal nua leis", + "Add new email address" : "Cuir seoladh ríomhphoist nua leis", + "Add user to group" : "Cuir úsáideoir leis an ngrúpa", + "Set user as admin for" : "Socraigh an t-úsáideoir mar riarthóir do", + "Select user quota" : "Roghnaigh cuóta úsáideora", + "Select manager" : "Roghnaigh bainisteoir", + "Toggle user actions menu" : "Scoránaigh roghchlár gníomhartha úsáideora", + "Delete user" : "Scrios úsáideoir", + "Wipe all devices" : "Scrios gach feiste", + "Disable user" : "Díchumasaigh an t-úsáideoir", + "Enable user" : "Cumasaigh úsáideoir", + "Edit User" : "Cuir Úsáideoir in Eagar", + "User's table" : "Tábla úsáideora", + "New user" : "Úsáideoir nua", + "Will be autogenerated" : "Déanfar uathghinte", + "Select user manager" : "Roghnaigh bainisteoir úsáideora", + "Add a new user" : "Cuir úsáideoir nua leis", + "User backend" : "Inneall úsáideora", + "No users in here" : "Níl aon úsáideoirí anseo", + "Name your device" : "Ainmnigh do ghléas", + "Server error while trying to add WebAuthn device" : "Earráid fhreastalaí agus iarracht á déanamh gléas WebAuthn a chur leis", + "{license}-licensed" : "{license}-cheadúnaithe", + "by {author}\n{license}" : "le {author}\n{license}", + "Enter group name" : "Cuir isteach ainm an ghrúpa", + "Add group" : "Cuir grúpa leis", + "Active users" : "Úsáideoirí gníomhacha", + "Disabled users" : "Úsáideoirí faoi mhíchumas", + "Default quota:" : "Cuóta réamhshocraithe:", + "Show Languages" : "Taispeáin Teangacha", + "Show user backend" : "Taispeáin inneall úsáideora", + "Send email to new user" : "Seol ríomhphost chuig úsáideoir nua", + "Not saved" : "Gan shábháil", + "Twitter" : "Twitter", + "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Níl sé ar fáil toisc go bhfuil an chónaidhm díchumasaithe do do chuntas, déan teagmháil le riarthóir do chórais má tá aon cheist agat", + "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Níl sé ar fáil mar ní cheadaítear sonraí úsáideora sonracha a fhoilsiú don fhreastalaí cuardaigh, déan teagmháil le riarthóir do chórais má tá aon cheist agat", + "Show to logged in users only" : "Taispeáin d'úsáideoirí logáilte isteach amháin", + "Enable untested app" : "Cumasaigh aip neamhthástáilte", + "SMTP Username" : "Ainm Úsáideora SMTP", + "Expire after" : "In éag tar éis", + "day(s)" : "lá(ithanta) ", + "Exclude groups from password requirements:" : "Fág amach grúpaí ó riachtanais pasfhocail:", + "Set default expiration date" : "Socraigh an dáta éagtha réamhshocraithe", + "Exclude groups from creating link shares:" : "Fág grúpaí ó naisc a chruthú:", + "Exclude groups from sharing" : "Fág grúpaí as an áireamh", + "These groups will still be able to receive shares, but not to initiate them." : "Beidh na grúpaí seo fós in ann scaireanna a fháil, ach gan iad a thionscnamh.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Ceadaigh uathchríochnú ainm úsáideora sa dialóg scaireanna agus ceadaigh rochtain ar leabhar seoltaí an chóras", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Ceadaigh uathchríochnú ainm úsáideora d'úsáideoirí laistigh de na grúpaí céanna agus cuir leabhar seoltaí córas teorainn le húsáideoirí sna grúpaí céanna", + "Allow username autocompletion to users based on phone number integration" : "Ceadaigh uathchríochnú ainm úsáideora d'úsáideoirí bunaithe ar chomhtháthú uimhir theileafóin", + "Old user imported certificates" : "Sean-úsáideoir teastais iompórtáilte", + "Missing optional index \"%s\" in table \"%s\"." : "Innéacs roghnach \"%s\" ar iarraidh i dtábla \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Tá roinnt innéacsanna in easnamh ar an mbunachar sonraí. Toisc go bhféadfadh go dtógfadh roinnt ama innéacsanna a chur leis na táblaí móra níor cuireadh leis go huathoibríoch iad. Trí \"occ db:add-missing-indices\" a rith, d'fhéadfaí na hinnéacsanna sin atá in easnamh a chur leis de láimh agus an ásc ag feidhmiú i gcónaí. Nuair a chuirtear na hinnéacsanna isteach is iondúil go mbíonn fiosruithe ar na táblaí sin i bhfad níos tapúla.", + "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Níorbh fhéidir tacaíocht JavaScript a sheiceáil. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME le do thoil.", + "MySQL unicode support" : "Tacaíocht Unicode MySQL", + "Overwrite cli URL" : "Forscríobh cli URL", + "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Tá PHP %s á rith agat faoi láthair. Tá PHP 8.0 dímheasta anois i Nextcloud 27. D'fhéadfadh go mbeadh PHP 8.1 ar a laghad ag teastáil ó Nextcloud 28. Uasghrádaigh go dtí ceann de na leaganacha PHP a fhaigheann tacaíocht oifigiúil ón nGrúpa PHP chomh luath agus is féidir le do thoil.", + "Rating: {score}/10" : "Rátáil: {scór}/10", + "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Tá tú ar tí an grúpa \"{group}\" a bhaint. NÍ scriosfar na húsáideoirí.", + "No users" : "Uimh úsáideoirí", + "Loading users …" : "Úsáideoirí á lódáil…", + "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liosta na n-úsáideoirí. Níl an liosta seo le fáil go hiomlán ar chúiseanna feidhmíochta. Déanfar na húsáideoirí a rindreáil agus tú ag dul tríd an liosta.", + "Set user groups" : "Socraigh grúpaí úsáideoirí", + "Set user as admin for …" : "Socraigh úsáideoir mar riarthóir do…", + "Set user quota" : "Socraigh cuóta úsáideora", + "Add new user" : "Cuir úsáideoir nua leis", + "Set user manager" : "Socraigh bainisteoir úsáideora", + "Username will be autogenerated" : "Déanfar an t-ainm úsáideora a ghiniúint go huathoibríoch", + "Username (required)" : "Ainm úsáideora (riachtanach)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} úsáideoir…","{userCount} úsáideoirí…","{userCount} úsáideoirí…","{userCount} úsáideoirí…","{userCount} úsáideoirí…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} úsáideoir","{userCount} úsáideoirí","{userCount} úsáideoirí","{userCount} úsáideoirí","{userCount} úsáideoirí"], + "User actions" : "Gníomhartha úsáideora", + "Loading user …" : "Úsáideoir á lódáil…", + "Failed to update user manager" : "Theip ar an mbainisteoir úsáideora a nuashonrú", + "User management settings" : "Socruithe bainistíochta úsáideora", + "Send welcome email to new users" : "Seol ríomhphost fáilte chuig úsáideoirí nua", + "User management" : "Bainistíocht úsáideora", + "Creating group …" : "Grúpa á chruthú…", + "User group: {group}" : "Grúpa úsáideoirí: {group}", + "Nextcloud help resources" : "Acmhainní cabhrach Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Le gur féidir an tseiceáil seo a rith caithfidh tú a chinntiú gur féidir le do fhreastalaí gréasáin nascadh leis féin. Mar sin caithfidh sé a bheith in ann réiteach agus ceangal a dhéanamh le ceann amháin ar a laghad dá `fearainn_iontaofa` nó don `overwrite.cli.url`.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Níorbh fhéidir tacaíocht JavaScript a fháil trí aon cheann de na `fearainn_ iontaofa` ná `overwrite.cli.url`. D'fhéadfadh sé seo a bheith mar thoradh ar mhímheaitseáil DNS ar thaobh an fhreastalaí nó riail balla dóiteáin amach. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME." +}, +"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); diff --git a/apps/settings/l10n/ga.json b/apps/settings/l10n/ga.json new file mode 100644 index 00000000000..caf93ae6f23 --- /dev/null +++ b/apps/settings/l10n/ga.json @@ -0,0 +1,890 @@ +{ "translations": { + "Private" : "Príobháideach", + "Only visible to people matched via phone number integration through Talk on mobile" : "Le feiceáil ag daoine amháin a mheaitseáiltear trí chomhtháthú uimhir theileafóin le Talk ar fhón póca", + "Local" : "Áitiúil", + "Only visible to people on this instance and guests" : "Infheicthe ag daoine sa chás seo agus ag aíonna amháin", + "Federated" : "Cónaidhme", + "Only synchronize to trusted servers" : "Sioncrónaigh le freastalaithe iontaofa amháin", + "Published" : "Foilsithe", + "Synchronize to trusted servers and the global and public address book" : "Sioncrónaigh le freastalaithe iontaofa agus leis an leabhar seoltaí domhanda agus poiblí", + "Verify" : "Fíoraigh", + "Verifying …" : "Ag fíorú…", + "Unable to change password" : "Ní féidir pasfhocal a athrú", + "Very weak password" : "Focal faire an-lag", + "Weak password" : "Pasfhocal lag", + "So-so password" : "mar sin-sin pasfhocal", + "Good password" : "pasfhocal maith", + "Strong password" : "Pasfhocal láidir", + "Groups" : "Grúpaí", + "Group list is empty" : "Tá liosta an ghrúpa folamh", + "Unable to retrieve the group list" : "Ní féidir liosta na ngrúpaí a fháil", + "{actor} added you to group {group}" : "Chuir {actor} le grúpa {group} thú", + "You added {user} to group {group}" : "Chuir tú {user} leis an ngrúpa {group}", + "{actor} added {user} to group {group}" : "Chuir {actor} {user} leis an ngrúpa {group}", + "An administrator added you to group {group}" : "Chuir riarthóir tú leis an ngrúpa {group}", + "An administrator added {user} to group {group}" : "Chuir riarthóir {user} leis an ngrúpa {group}", + "{actor} removed you from group {group}" : "Bhain {actor} den ghrúpa {group} thú", + "You removed {user} from group {group}" : "Bhain tú {user} den ghrúpa {group}", + "{actor} removed {user} from group {group}" : "Bhain {actor} {user} den ghrúpa {group}", + "An administrator removed you from group {group}" : "Bhain riarthóir den ghrúpa {group} thú", + "An administrator removed {user} from group {group}" : "Bhain riarthóir {user} den ghrúpa {group}", + "Your <strong>group memberships</strong> were modified" : "Athraíodh do bhallraíocht <strong>ballraíocht ghrúpa</strong> ", + "{actor} changed your password" : "D'athraigh {actor} do phasfhocal", + "You changed your password" : "D'athraigh tú do phasfhocal", + "Your password was reset by an administrator" : "Rinne riarthóir do phasfhocal a athshocrú", + "Your password was reset" : "Athshocraíodh do phasfhocal", + "{actor} changed your email address" : "D'athraigh {actor} do sheoladh ríomhphoist", + "You changed your email address" : "D'athraigh tú do sheoladh ríomhphoist", + "Your email address was changed by an administrator" : "D'athraigh riarthóir do sheoladh ríomhphoist", + "You created an app password for a session named \"{token}\"" : "Chruthaigh tú pasfhocal aipe le haghaidh seisiún darb ainm \"{token}\"", + "An administrator created an app password for a session named \"{token}\"" : "Chruthaigh riarthóir pasfhocal aipe le haghaidh seisiún darb ainm \"{token}\"", + "You deleted app password \"{token}\"" : "Scrios tú pasfhocal na haipe \"{token}\"", + "You renamed app password \"{token}\" to \"{newToken}\"" : "D'athainmnigh tú pasfhocal aipe \"{token}\" go \"{newToken}\"", + "You granted filesystem access to app password \"{token}\"" : "Bhronn tú rochtain chórais comhad ar an bpasfhocal aipe \"{token}\"", + "You revoked filesystem access from app password \"{token}\"" : "Rinne tú rochtain ar an gcóras comhad a chúlghairm ó phasfhocal na haipe \"{token}\"", + "Security" : "Slándáil", + "You successfully logged in using two-factor authentication (%1$s)" : "D'éirigh leat logáil isteach le fíordheimhniú dhá-fhachtóir (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Theip ar iarracht logáil isteach ag baint úsáid as fíordheimhniú dhá-fhachtóir (%1$s)", + "Remote wipe was started on %1$s" : "%1$sCuireadh tús le glanadh cianda ar aghaidh", + "Remote wipe has finished on %1$s" : "Tá an chianchuimilt críochnaithe%1$s", + "Your <strong>password</strong> or <strong>email</strong> was modified" : "Athraíodh do <strong>password</strong> nó <strong>email</strong>", + "Settings" : "Socruithe", + "Could not remove app." : "Níorbh fhéidir an aip a bhaint.", + "Could not update app." : "Níorbh fhéidir an aip a nuashonrú.", + "Wrong password" : "Pasfhocal mícheart", + "Unable to change personal password" : "Ní féidir pasfhocal pearsanta a athrú", + "Saved" : "Shábháil", + "No Login supplied" : "Níor soláthraíodh logáil isteach", + "Unable to change password. Password too long." : "Ní féidir pasfhocal a athrú. Focal faire ró-fhada.", + "Authentication error" : "Earráid fhíordheimhnithe", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Tabhair pasfhocal athshlánaithe admin le do thoil; ar shlí eile, caillfear na sonraí cuntais go léir.", + "Wrong admin recovery password. Please check the password and try again." : "Pasfhocal athshlánaithe mícheart admin. Seiceáil an pasfhocal agus bain triail eile as le do thoil.", + "Backend does not support password change, but the encryption of the account key was updated." : "Ní thacaíonn Inneall le hathrú pasfhocail, ach nuashonraíodh criptiú eochair an chuntais.", + "Administrator documentation" : "Doiciméadú riarthóra", + "User documentation" : "Doiciméadú úsáideora", + "Nextcloud help overview" : "Forbhreathnú cabhrach Nextcloud", + "Invalid SMTP password." : "Pasfhocal SMTP neamhbhailí.", + "Email setting test" : "Tástáil socruithe ríomhphoist", + "Well done, %s!" : "An-mhaith, %s!", + "If you received this email, the email configuration seems to be correct." : "Má fuair tú an ríomhphost seo, is cosúil go bhfuil cumraíocht an ríomhphoist ceart.", + "Email could not be sent. Check your mail server log" : "Níorbh fhéidir ríomhphost a sheoladh. Seiceáil do logáil freastalaí ríomhphoist", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Tharla fadhb agus an ríomhphost á sheoladh. Athbhreithnigh do shocruithe le do thoil. (Earráid: %s)", + "You need to set your account email before being able to send test emails. Go to %s for that." : "Ní mór duit ríomhphost do chuntais a shocrú sula mbeidh tú in ann ríomhphoist tástála a sheoladh. Téigh go %s chuige sin.", + "Invalid account" : "Cuntas neamhbhailí", + "Invalid mail address" : "Seoladh ríomhphoist neamhbhailí", + "Settings saved" : "Socruithe sábháilte", + "Unable to change full name" : "Ní féidir an t-ainm iomlán a athrú", + "Unable to change email address" : "Ní féidir an seoladh ríomhphoist a athrú", + "Unable to set invalid phone number" : "Ní féidir uimhir theileafóin neamhbhailí a shocrú", + "Unable to set invalid website" : "Ní féidir suíomh Gréasáin neamhbhailí a shocrú", + "Some account data was invalid" : "Bhí roinnt sonraí cuntais neamhbhailí", + "In order to verify your Twitter account, post the following tweet on Twitter (please make sure to post it without any line breaks):" : "Chun do chuntas Twitter a fhíorú, cuir an tweet seo a leanas ar Twitter (déan cinnte é a phostáil gan aon bhriseadh líne le do thoil):", + "In order to verify your Website, store the following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Chun do Shuíomh Gréasáin a fhíorú, stóráil an t-ábhar seo a leanas i do fhréamh gréasáin ag '.well-known/CloudIdVerificationCode.txt' (déan cinnte go bhfuil an téacs iomlán in aon líne amháin le do thoil):", + "%1$s changed your password on %2$s." : "%1$s d'athraigh do phasfhocal ar %2$s.", + "Your password on %s was changed." : "Athraíodh do phasfhocal ar %s.", + "Your password on %s was reset by an administrator." : "Athshocraigh riarthóir do phasfhocal ar %s.", + "Your password on %s was reset." : "Athshocraíodh do phasfhocal ar %s.", + "Password for %1$s changed on %2$s" : "Athraíodh an pasfhocal le haghaidh %1$s ar %2$s", + "Password changed for %s" : "Athraíodh an pasfhocal le haghaidh %s", + "If you did not request this, please contact an administrator." : "Murar iarr tú é seo, déan teagmháil le riarthóir le do thoil.", + "Your email address on %s was changed." : "Athraíodh do sheoladh ríomhphoist ar %s.", + "Your email address on %s was changed by an administrator." : "D'athraigh riarthóir do sheoladh ríomhphoist ar %s.", + "Email address for %1$s changed on %2$s" : "Athraíodh seoladh ríomhphoist %1$s ar %2$s", + "Email address changed for %s" : "Athraíodh an seoladh ríomhphoist le haghaidh%s", + "The new email address is %s" : "Is é an seoladh ríomhphoist nua%s", + "Your %s account was created" : "Cruthaíodh do chuntas %s", + "Welcome aboard" : "Fáilte romhat ar bord", + "Welcome aboard %s" : "Fáilte romhat ar bord %s", + "Welcome to your %s account, you can add, protect, and share your data." : "Fáilte go dtí do chuntas %s, is féidir leat do shonraí a chur leis, a chosaint agus a roinnt.", + "Your Login is: %s" : "Seo do logáil isteach: %s", + "Set your password" : "Socraigh do phasfhocal", + "Go to %s" : "Téigh go %s", + "Install Client" : "Suiteáil Cliant", + "Logged in account must be a subadmin" : "Ní mór gur fo-riarachán é cuntas logáilte isteach", + "Apps" : "Feidhmchláir", + "Personal" : "Pearsanta", + "Administration" : "Riarachán", + "Users" : "Úsáideoirí", + "Additional settings" : "Socruithe breise", + "Artificial Intelligence" : "Intleacht Shaorga", + "Administration privileges" : "Pribhléidí riaracháin", + "Groupware" : "Earraí grúpa", + "Overview" : "Forbhreathnú", + "Basic settings" : "Socruithe bunúsacha", + "Sharing" : "Roinnt", + "Availability" : "Infhaighteacht", + "Calendar" : "Féilire", + "Personal info" : "Eolas pearsanta", + "Mobile & desktop" : "Soghluaiste agus deasc", + "Email server" : "Freastalaí ríomhphoist", + "Security & setup warnings" : "Rabhaidh slándála & socraithe", + "Background jobs" : "Cúlra poist", + "Unlimited" : "Gan teorainn", + "Verifying" : "Ag fíorú", + "App directories owner" : "Úinéir eolairí app", + "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Tá roinnt eolairí app faoi úinéireacht úsáideoir eile seachas an ceann freastalaí gréasáin. B'fhéidir gurb é seo an cás má tá apps suiteáilte de láimh. Seiceáil ceadanna na n-eolairí feidhmchlár seo a leanas:\n%s", + "App directories have the correct owner \"%s\"" : "Tá an t-úinéir ceart ag eolairí feidhmchlár \"%s\"", + "Brute-force Throttle" : "Throttle brú-fhórsa", + "Your remote address could not be determined." : "Níorbh fhéidir do sheoladh cianda a chinneadh.", + "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Aithníodh do sheoladh cianda mar \"%s\" agus tá brú brúidiúil air faoi láthair, rud a chuireann moill ar fheidhmiú iarratas éagsúla. Murab é do sheoladh an cianda seoladh is féidir é seo a thabhairt le fios nach bhfuil seachfhreastalaí cumraithe i gceart.", + "Your remote address \"%s\" is not brute-force throttled." : "Níl do sheoladh cianda \"%s\" sníofa.", + "Old administration imported certificates" : "Sean-riaracháin teastais iompórtáilte", + "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Tá post cúlra ar feitheamh a sheiceálann le haghaidh riarachán deimhnithe SSL allmhairithe. Seiceáil ar ais ar ball le do thoil.", + "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Tá roinnt deimhnithe SSL allmhairithe riaracháin i láthair, nach n-úsáidtear a thuilleadh le Nextcloud 21. Is féidir iad a iompórtáil ar an líne ordaithe trí ordú \"occ security:certificates:import\". Taispeántar thíos a gcuid cosáin taobh istigh den eolaire sonraí.", + "Code integrity" : "Sláine cód", + "Integrity checker has been disabled. Integrity cannot be verified." : "Díchumasaíodh an seiceálaí sláine. Ní féidir sláine a fhíorú.", + "No altered files" : "Níl aon chomhaid athraithe", + "Some files have not passed the integrity check. {link1} {link2}" : "Níor éirigh le roinnt comhad an tseiceáil sláine. {link1} {link2}", + "Cron errors" : "Earráidí Cron", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Níorbh fhéidir an post cron a dhéanamh trí CLI. Tháinig na hearráidí teicniúla seo a leanas chun solais:\n%s", + "The last cron job ran without errors." : "Rith an post cron deireanach gan earráidí.", + "Cron last run" : "Cron rith dheireanach", + "Last background job execution ran %s. Something seems wrong. {link}." : "Rith an post cúlra deireanach %s. Is cosúil go bhfuil rud éigin mícheart. {nasc}.", + "Last background job execution ran %s." : "Rith an post cúlra deireanach %s.", + "Data directory protected" : "Eolaire sonraí cosanta", + "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Is dócha gur féidir teacht ar d’eolaire sonraí agus ar do chomhaid ón idirlíon. Níl an comhad .htaccess ag obair. Moltar go láidir duit do fhreastalaí gréasáin a chumrú ionas nach mbeidh an t-eolaire sonraí inrochtana a thuilleadh, nó an t-eolaire sonraí a bhogadh lasmuigh d'fhréamh doiciméad an fhreastalaí gréasáin.", + "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Níorbh fhéidir a sheiceáil go bhfuil an eolaire sonraí cosanta. Seiceáil le do thoil de láimh nach gceadaíonn do fhreastalaí rochtain ar an eolaire sonraí.", + "Database missing columns" : "Bunachar sonraí colúin in easnamh", + "Missing optional column \"%s\" in table \"%s\"." : "Colún roghnach \"%s\" ar iarraidh sa tábla \"%s\".", + "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Tá roinnt colún roghnach in easnamh ar an mbunachar sonraí. Toisc go bhféadfadh roinnt ama a thógáil le colúin a chur ar tháblaí móra níor cuireadh leis go huathoibríoch iad nuair is féidir iad a bheith roghnach. Trí \"occ db:add-missing-columns\" a rith, d'fhéadfaí na colúin sin atá ar iarraidh a chur leis de láimh agus an ásc ag feidhmiú i gcónaí. Nuair a chuirtear na colúin leis d’fhéadfadh gnéithe áirithe cur le sofhreagracht nó inúsáidteacht.", + "Database missing indices" : "Bunachar sonraí innéacsanna in easnamh", + "Database missing primary keys" : "Bunachar sonraí príomheochair in easnamh", + "Missing primary key on table \"%s\"." : "Príomheochair in easnamh ar an tábla \"%s\".", + "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Tá roinnt eochracha príomhúla in easnamh ar an mbunachar sonraí. Toisc go bhféadfadh sé roinnt ama a thógáil chun eochracha príomhúla a chur ar tháblaí móra níor cuireadh leis go huathoibríoch iad. Trí \"occ db:add-missing-primary-keys\" a rith, d'fhéadfaí na príomheochracha sin a chur leis de láimh agus an t-ásc á leanúint i gcónaí.", + "Database pending bigint migrations" : "Bunachar sonraí ar feitheamh aistrithe móra", + "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "Tá tiontú go slánuimhir mhór in easnamh ar roinnt colúin sa bhunachar sonraí. Toisc go bhféadfadh sé roinnt ama a thógáil chun cineálacha colún a athrú ar tháblaí móra níor athraíodh iad go huathoibríoch. Trí \"occ db:convert-filecache-bigint\" a rith, d'fhéadfaí na hathruithe atá ar feitheamh a chur i bhfeidhm de láimh. Ní mór an oibríocht seo a dhéanamh agus an cás as líne.", + "Debug mode" : "Modh dífhabhtaithe", + "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Tá an cás seo ar siúl i mód dífhabhtaithe. Déan é seo a chumasú d'fhorbairt áitiúil amháin agus ní i dtimpeallachtaí táirgthe.", + "Debug mode is disabled." : "Tá mód dífhabhtaithe díchumasaithe.", + "Default phone region" : "Réigiún réamhshocraithe gutháin", + "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "Níl aon réigiún réamhshocraithe gutháin ag do shuiteáil. Tá sé seo ag teastáil chun uimhreacha gutháin sna socruithe próifíle a bhailíochtú gan cód tíre. Chun uimhreacha gan cód tíre a cheadú, cuir \"default_phone_region\" le cód ISO 3166-1 an réigiúin faoi seach le do chomhad cumraíochta le do thoil.", + "Email test" : "Tástáil ríomhphoist", + "Email test was successfully sent" : "Seoladh an tástáil ríomhphoist go rathúil", + "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Níl cumraíocht do fhreastalaí ríomhphoist socraithe nó fíoraithe agat, fós. Téigh go dtí na \"Socruithe Bunúsacha\" chun iad a shocrú le do thoil. Ina dhiaidh sin, bain úsáid as an gcnaipe \"Seol ríomhphost\" faoin bhfoirm chun do shocruithe a fhíorú.", + "File locking" : "Glasáil comhaid", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Díchumasaítear glasáil comhad idirbhirt, d'fhéadfadh fadhbanna le coinníollacha cine a bheith mar thoradh air seo. Cumasaigh \"filelocking.enabled\" i config.php chun na fadhbanna seo a sheachaint.", + "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Úsáidtear an bunachar sonraí le haghaidh glasáil comhad idirbheartaíochta. Chun feidhmíocht a fheabhsú, cumraigh memcache, má tá sé ar fáil le do thoil.", + "Forwarded for headers" : "Ar aghaidh le haghaidh ceanntásca", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Níl do shocrú \"trusted_proxies\" socraithe i gceart, ba cheart gur eagar a bheadh ann.", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "Níl do shocrú \"trusted_proxies\" socraithe i gceart, ba cheart go mbeadh raon seoltaí IP ann - go roghnach le raon nodaireachta CIDR.", + "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Tá cumraíocht an tseachfhreastalaí droim ar ais mícheart. Is saincheist slándála é seo agus is féidir leis ligean d’ionsaitheoir a sheoladh IP a spoof mar atá le feiceáil ag Nextcloud.", + "Your IP address was resolved as %s" : "Réitíodh do sheoladh IP mar %s", + "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Tá cumraíocht an tseachfhreastalaí droim ar ais mícheart, nó tá rochtain agat ar Nextcloud ó sheachfhreastalaí iontaofa. Mura bhfuil, is ceist slándála é seo agus is féidir leis ligean d’ionsaitheoir a sheoladh IP a spoof mar atá infheicthe ag Nextcloud.", + "HTTPS access and URLs" : "Rochtain HTTPS agus URLanna", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Teacht ar shuíomh go neamhdhaingean trí HTTP. Moltar go láidir duit do fhreastalaí a shocrú chun HTTPS a éileamh ina ionad sin. Gan é ní oibreoidh roinnt feidhmiúlacht ghréasáin thábhachtach cosúil le \"cóipeáil chuig an ngearrthaisce\" nó \"oibrithe seirbhíse\"!", + "Accessing site insecurely via HTTP." : "Teacht ar shuíomh go neamhdhaingean trí HTTP.", + "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Tá rochtain agat ar do chás trí nasc slán, agus tá URLanna slána á nginiúint agat.", + "Internet connectivity" : "Nascacht Idirlín", + "Internet connectivity is disabled in configuration file." : "Tá nascacht idirlín díchumasaithe sa chomhad cumraíochta.", + "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Níl aon nasc idirlín oibre ag an bhfreastalaí seo: níorbh fhéidir go leor críochphointí a bhaint amach. Ciallaíonn sé seo nach n-oibreoidh cuid de na gnéithe cosúil le stóráil sheachtrach a shuiteáil, fógraí faoi nuashonruithe nó suiteáil apps tríú páirtí. Seans nach n-oibreoidh rochtain chianda ar chomhaid agus seoltaí ríomhphoist fógartha, ach an oiread. Bunaigh nasc ón bhfreastalaí seo leis an idirlíon chun taitneamh a bhaint as gach gné.", + "JavaScript modules support" : "Tacaíocht modúil JavaScript", + "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Ní fhreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME. Déanfaidh sé seo roinnt apps a bhriseadh trí bhrabhsálaithe a chosc ó na comhaid JavaScript a fhorghníomhú. Ba cheart duit do fhreastalaí gréasáin a chumrú chun comhaid `.mjs` a sheirbheáil leis an gcineál MIME `text/javascript` nó `iarratas/javascript`.", + "JavaScript source map support" : "Tacaíocht léarscáil foinse javascript", + "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Níl do fhreastalaí gréasáin socraithe chun comhaid `.js.map` a sheirbheáil. Gan na comhaid seo, ní fheidhmeoidh JavaScript Source Maps i gceart, rud a fhágann go mbeidh sé níos dúshlánaí fadhbanna a réiteach agus a dhífhabhtú.", + "Old server-side-encryption" : "Criptiú taobh an fhreastalaí sean", + "Disabled" : "Faoi mhíchumas", + "The old server-side-encryption format is enabled. We recommend disabling this." : "Tá an seanfhormáid chriptithe taobh an fhreastalaí cumasaithe. Molaimid é seo a dhíchumasú.", + "Maintenance window start" : "Tosaigh fuinneog cothabhála", + "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Níl aon am tosaithe fuinneoige cothabhála cumraithe ag an bhfreastalaí. Ciallaíonn sé seo go ndéanfar poist chúlra laethúla atá dian ar acmhainní le linn do phríomhama úsáide. Molaimid é a shocrú go dtí am úsáide íseal, ionas gur lú an tionchar a bhíonn ar úsáideoirí ag an ualach a eascraíonn as na tascanna troma seo.", + "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Tá an fhuinneog cothabhála chun jabanna cúlra trom a dhéanamh idir {tús}:00 UTC agus {deireadh}:00 UTC", + "Memcache" : "Memcache", + "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Níl aon taisce cuimhne cumraithe. Chun feidhmíocht a fheabhsú, cumraigh memcache, má tá sé ar fáil.", + "Configured" : "Cumraithe", + "MySQL Unicode support" : "Tacaíocht MySQL Unicode", + "You are not using MySQL" : "Níl MySQL á úsáid agat", + "MySQL is used as database and does support 4-byte characters" : "Úsáidtear MySQL mar bhunachar sonraí agus tacaíonn sé le carachtair 4-bheart", + "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "Úsáidtear MySQL mar bhunachar sonraí ach ní thacaíonn sé le carachtair 4-bheart. Chun a bheith in ann carachtair 4-beart (cosúil le emojis) a láimhseáil gan fadhbanna in ainmneacha comhaid nó tuairimí mar shampla, moltar an tacaíocht 4-beart i MySQL a chumasú.", + "OCS provider resolving" : "Soláthraí OCS ag réiteach", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Níorbh fhéidir seiceáil an réitíonn do fhreastalaí gréasáin URLanna an tsoláthraí OCM agus OCS i gceart.", + "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Níl do fhreastalaí Gréasáin socraithe i gceart chun %1$s a réiteach.\nIs dócha go mbaineann sé seo le cumraíocht fhreastalaí gréasáin nár nuashonraíodh chun an fillteán seo a sheachadadh go díreach.\nCuir do chumraíocht i gcomparáid le do thoil leis na rialacha athscríobh seolta i \".htaccess\" le haghaidh Apache nó an ceann atá curtha ar fáil sa doiciméadú do Nginx.\nAr Nginx is iad sin de ghnáth na línte a thosaíonn le \"location ~\" a dteastaíonn nuashonrú uathu.", + "Overwrite CLI URL" : "Forscríobh URL CLI", + "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "Tá an rogha \"overwrite.cli.url\" i do config.php socraithe go \"%s\" i gceart.", + "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "Tá an rogha \"overwrite.cli.url\" i do config.php socraithe go \"%s\", ar URL ceart é. Is é an URL a mholtar \"%s\".", + "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Le do thoil déan cinnte an rogha \"overwrite.cli.url\" i do chomhad config.php a shocrú chuig an URL a úsáideann d'úsáideoirí go príomha chun rochtain a fháil ar an Nextcloud seo. Moladh: \"%s\". Seachas sin d'fhéadfadh fadhbanna a bheith ann le giniúint URL trí cron. (Is féidir, áfach, nach é an URL molta an URL a úsáideann d’úsáideoirí go príomha chun an Nextcloud seo a rochtain. Is fearr é seo a sheiceáil faoi dhó ar aon nós.)", + "PHP default charset" : "PHP tacar carachtar réamhshocraithe", + "PHP configuration option \"default_charset\" should be UTF-8" : "Ba cheart go mbeadh an rogha cumraíochta PHP \"default_charset\" mar UTF-8", + "PHP set_time_limit" : "PHP socraithe_time_teorainn", + "The function is available." : "Tá an fheidhm ar fáil.", + "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Níl an fheidhm PHP \"set_time_limit\" ar fáil. D’fhéadfadh sé go gcuirfí stop leis na scripteanna i lár an fhorghníomhaithe, rud a bhriseann do shuiteáil. Moltar go láidir an fheidhm seo a chumasú.", + "Freetype" : "Freetype", + "Supported" : "Tacaithe", + "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Níl tacaíocht FreeType ag do PHP, agus mar thoradh air sin bristear pictiúir phróifíle agus comhéadan na socruithe.", + "PHP getenv" : "PHP getenv", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Ní cosúil go bhfuil PHP socraithe i gceart chun athróga timpeallachta an chórais a fhiosrú. Ní thugann an tástáil le getenv (\"PATH\") ach freagra folamh.", + "PHP memory limit" : "Teorainn chuimhne PHP", + "The PHP memory limit is below the recommended value of %s." : "Tá an teorainn chuimhne PHP faoi bhun an luach molta de %s.", + "PHP modules" : "Modúil PHP", + "increases language translation performance and fixes sorting of non-ASCII characters" : "méaduithe ar fheidhmíocht aistriúcháin teanga agus socraítear sórtáil carachtar neamh-ASCII", + "for Argon2 for password hashing" : "le haghaidh Argon2 le haghaidh hashing pasfhocal", + "for WebAuthn passwordless login" : "le haghaidh logáil isteach gan phasfhocal WebAuthn", + "for WebAuthn passwordless login, and SFTP storage" : "le haghaidh logáil isteach WebAuthn gan phasfhocal, agus stóráil SFTP", + "for picture rotation in server and metadata extraction in the Photos app" : "le haghaidh rothlú pictiúr san eastóscadh freastalaí agus meiteashonraí san aip Grianghraif", + "This instance is missing some required PHP modules. It is required to install them: %s." : "Tá roinnt modúl PHP riachtanach in easnamh ar an gcás seo. Tá sé riachtanach iad a shuiteáil: %s.", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "Tá roinnt modúl PHP molta in easnamh ar an gcás seo. Ar mhaithe le feidhmíocht fheabhsaithe agus comhoiriúnacht níos fearr, moltar go mór iad a shuiteáil:\n%s", + "PHP opcache" : "opcache PHP", + "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Níl an modúl PHP OPcache luchtaithe. Ar mhaithe le feidhmíocht níos fearr moltar é a luchtú isteach i do shuiteáil PHP.", + "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "Tá OPcache díchumasaithe. Ar mhaithe le feidhmíocht níos fearr, moltar \"opcache.enable=1\" a chur i bhfeidhm ar do chumraíocht PHP.", + "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "Tá an OPcache cuimhne comhroinnte díchumasaithe. Ar mhaithe le feidhmíocht níos fearr, moltar \"opcache.file_cache_only=0\" a chur i bhfeidhm ar do chumraíocht PHP agus an taisce comhad a úsáid mar thaisce dara leibhéal amháin.", + "OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "Níl OPcache ag obair mar ba chóir, filleann opcache_get_status() bréagach, seiceáil cumraíocht le do thoil.", + "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply \"opcache.max_accelerated_files\" to your PHP configuration with a value higher than \"%s\"." : "Tá uaslíon na n-eochracha OPcache beagnach sáraithe. Chun a chinntiú gur féidir gach script a choinneáil sa taisce, moltar \"opcache.max_accelerated_files\" a chur i bhfeidhm ar do chumraíocht PHP le luach níos airde ná \"%s\".", + "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\"." : "Tá an maolán OPcache beagnach lán. Chun a chinntiú gur féidir gach script a choinneáil i dtaisce, moltar \"opcache.memory_consumption\" a chur i bhfeidhm ar do chumraíocht PHP le luach níos airde ná \"%s\".", + "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "Tá maolán teaghráin imtheorannaithe OPcache beagnach lán. Chun a chinntiú gur féidir teaghráin athfhillteacha a thaisceadh go héifeachtach, moltar \"opcache.interned_strings_buffer\" a chur i bhfeidhm ar do chumraíocht PHP le luach níos airde ná \"%s\".", + "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "Tá OPcache cumraithe chun tuairimí cód a bhaint. Agus OPcache cumasaithe, ní mór \"opcache.save_comments=1\" a shocrú le go bhfeidhmeoidh Nextcloud.", + "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Níl cead ag Nextcloud an API OPcache a úsáid. Le OPcache cumasaithe, moltar go mór na heolairí Nextcloud go léir a áireamh le “opcache.restrict_api” nó an socrú seo a dhíshuiteáil chun srianta OPcache API a dhíchumasú, chun earráidí a chosc le linn uasghráduithe croí nó app Nextcloud.", + "The PHP OPcache module is not properly configured. %s." : "Níl an modúl PHP OPcache cumraithe i gceart. %s.", + "Correctly configured" : "Cumraithe i gceart", + "PHP version" : "Leagan PHP", + "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Tá PHP %s á rith agat faoi láthair. Tá PHP 8.1 dímheasta anois i Nextcloud 30. D'fhéadfadh go mbeadh PHP 8.2 ar a laghad ag teastáil ó Nextcloud 31. Uasghrádaigh go dtí ceann de na leaganacha PHP a fhaigheann tacaíocht oifigiúil ón nGrúpa PHP chomh luath agus is féidir le do thoil.", + "You are currently running PHP %s." : "Tá PHP %s á rith agat faoi láthair.", + "PHP \"output_buffering\" option" : "Rogha PHP \"output_buffering\".", + "PHP configuration option \"output_buffering\" must be disabled" : "Ní mór an rogha cumraíochta PHP \"output_buffering\" a dhíchumasú", + "Push service" : "Seirbhís a bhrú", + "Valid enterprise license" : "Ceadúnas fiontair bailí", + "Free push service" : "Seirbhís brú saor in aisce", + "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}." : "Seo tógáil pobail Nextcloud gan tacaíocht. I bhfianaise mhéid an chás seo, ní féidir feidhmíocht, iontaofacht agus inscálaitheacht a chinntiú. Tá teorainn le fógraí brú chun ró-ualú ár seirbhís saor in aisce a sheachaint. Foghlaim tuilleadh faoi na buntáistí a bhaineann le Nextcloud Enterprise ag {link}.", + "Random generator" : "Gineadóir randamach", + "No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "Níl aon fhoinse oiriúnach le haghaidh randamacht aimsithe ag PHP a bhfuil an-díspreagadh ar chúiseanna slándála.", + "Secure" : "Slán", + "Configuration file access rights" : "Cearta rochtana comhad cumraíochta", + "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Tá an cumraíocht inléite amháin cumasaithe. Cuireann sé seo cosc ar roinnt cumraíochtaí a shocrú tríd an gcomhéadan gréasáin. Ina theannta sin, ní mór an comhad a dhéanamh inscríofa de láimh le haghaidh gach nuashonrú.", + "Nextcloud configuration file is writable" : "Tá comhad cumraíochta Nextcloud inscríofa", + "HTTP headers" : "Ceanntásca HTTP", + "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "- Níl an ceanntásc HTTP `%1$s` socraithe go `%2$s`. Seans nach n-oibreoidh roinnt gnéithe i gceart, mar moltar an socrú seo a choigeartú dá réir.", + "- The `%1$s` HTTP header is not set to `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- Níl an ceanntásc HTTP `%1$s` socraithe go `%2$s`. Is riosca slándála nó príobháideachta féideartha é seo, mar moltar an socrú seo a choigeartú dá réir.", + "- The `%1$s` HTTP header does not contain `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- Níl `%2$s` sa cheanntásc HTTP `%1$s`. Is riosca slándála nó príobháideachta féideartha é seo, mar moltar an socrú seo a choigeartú dá réir.", + "- The `%1$s` HTTP header is not set to `%2$s`, `%3$s`, `%4$s`, `%5$s` or `%6$s`. This can leak referer information. See the {w3c-recommendation}." : "- Níl an ceanntásc HTTP `%1$s` socraithe mar `%2$s`, `%3$s`, `%4$s`, `%5$s` nó `%6$s`. Is féidir leis seo faisnéis atreoraithe a sceitheadh. Féach ar an {w3c-moladh}.", + "- The `Strict-Transport-Security` HTTP header is not set to at least `%d` seconds (current value: `%d`). For enhanced security, it is recommended to use a long HSTS policy." : "- Níl an ceanntásc HTTP `Strict-Transport-Security` socraithe go dtí `%d` soicind ar a laghad (luach reatha: `%d`). Ar mhaithe le slándáil fheabhsaithe, moltar beartas fada HSTS a úsáid.", + "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS." : "- Tá an ceanntásc HTTP `Strict-Transport-Security` míchumtha: `%s`. Ar mhaithe le slándáil fheabhsaithe, moltar HSTS a chumasú.", + "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- Níl an ceanntásc HTTP `Strict-Transport-Security` socraithe (ba chóir go mbeadh `%d` soicind ar a laghad). Ar mhaithe le slándáil fheabhsaithe, moltar HSTS a chumasú.", + "Some headers are not set correctly on your instance" : "Níl roinnt ceanntásca socraithe i gceart ar do chás", + "Could not check that your web server serves security headers correctly. Please check manually." : "Níorbh fhéidir a sheiceáil go bhfreastalaíonn do fhreastalaí gréasáin ar cheanntásca slándála i gceart. Seiceáil le do thoil de láimh.", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Níorbh fhéidir a sheiceáil go bhfreastalaíonn do fhreastalaí Gréasáin ceanntásca slándála i gceart, ní féidir `%s` a cheistiú", + "Your server is correctly configured to send security headers." : "Tá do fhreastalaí cumraithe i gceart chun ceanntásca slándála a sheoladh.", + "Database version" : "Leagan bunachar sonraí", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Tá SQLite in úsáid faoi láthair mar bhunachar sonraí backend. Le haghaidh suiteálacha níos mó molaimid duit aistriú chuig inneall bunachar sonraí eile. Moltar é seo go háirithe agus an cliant deisce á úsáid chun comhaid a shioncronú. Chun aistriú go dtí bunachar sonraí eile bain úsáid as an uirlis ordaithe: \"occ db:convert-type\".", + "Unknown database platform" : "Clár bunachar sonraí anaithnid", + "Architecture" : "Ailtireacht", + "64-bit" : "64-giotán", + "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Is cosúil go bhfuil leagan PHP 32-giotán á rith agat. Tá 64-giotán ag teastáil ó Nextcloud chun go n-éireoidh go maith. Uasghrádaigh do OS agus PHP go 64-giotán le do thoil!", + "Temporary space available" : "Spás sealadach ar fáil", + "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Earráid agus an cosán PHP sealadach á sheiceáil - níor socraíodh go heolaire é i gceart. Luach aischurtha: %s", + "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "Earráid agus an spás diosca atá ar fáil de chonair PHP sealadach á sheiceáil nó níor cuireadh aon spás diosca saor in aisce ar ais. Conair shealadach: %s", + "- %.1f GiB available in %s (PHP temporary directory)" : "- %.1f GiB ar fáil i %s (eolaire sealadach PHP)", + "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f GiB ar fáil i %s (eolaire sealadach Nextcloud)", + "Temporary directory is correctly configured:\n%s" : "Tá an eolaire sealadach cumraithe i gceart:\n%s", + "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "Úsáideann an cás seo stór réad bunaithe ar S3 mar phríomhstóráil, agus tá go leor spáis san eolaire sealadach.\n%s", + "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "Úsáideann an cás seo stór réad bunaithe ar S3 mar phríomhstóráil. Stóráiltear na comhaid uaslódáilte go sealadach ar an bhfreastalaí agus mar sin moltar 50 GiB de spás saor in aisce a bheith ar fáil in eolaire teocht PHP. Chun é seo a fheabhsú, athraigh an t-eolaire sealadach sa php.ini nó cuir níos mó spáis ar fáil sa chonair sin le do thoil. \nMar thoradh ar sheiceáil an spáis a bhí ar fáil sa chosán sealadach bhí %.1f GiB in ionad an 50 GiB atá molta. Conair:\n%s", + "Database transaction isolation level" : "Leibhéal leithlisithe idirbheart bunachar sonraí", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Ní ritheann do bhunachar sonraí le leibhéal leithlisithe idirbheart \"READ COMMITTED\". Féadann sé seo fadhbanna a chruthú nuair a dhéantar ilghníomhartha i gcomhthráth.", + "Was not able to get transaction isolation level: %s" : "Níorbh fhéidir an leibhéal leithlisithe idirbhirt a fháil:\n%s", + ".well-known URLs" : "URLanna .maith ar a dtugtar", + "`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "Tá `check_for_working_wellknown_setup` socraithe go bréagach i do chumraíocht, mar sin níor bacadh leis an tseiceáil seo.", + "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Níorbh fhéidir a sheiceáil go bhfreastalaíonn do fhreastalaí gréasáin `.well-known` i gceart. Seiceáil le do thoil de láimh.", + "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "Níl do fhreastalaí gréasáin socraithe i gceart chun URLanna `.well-known` a réiteach, ar theip ar:\n`%s`", + "Your server is correctly configured to serve `.well-known` URLs." : "Tá do fhreastalaí cumraithe i gceart chun URLanna `.well-known` a sheirbheáil.", + "WOFF2 file loading" : "WOFF2 íoslódáil an comhad", + "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Níorbh fhéidir tacaíocht lódála WOFF2 a sheiceáil. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.woff2`.", + "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "Níl do fhreastalaí gréasáin socraithe i gceart chun comhaid .woff2 a sheachadadh. De ghnáth is saincheist é seo le cumraíocht Nginx. Le haghaidh Nextcloud 15 teastaíonn coigeartú air chun comhaid .woff2 a sheachadadh freisin. Déan do chumraíocht Nginx a chur i gcomparáid leis an gcumraíocht mholta inár gcáipéisíocht.", + "Profile information" : "Eolas próifíle", + "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Pictiúr próifíle, ainm iomlán, ríomhphost, uimhir theileafóin, seoladh, suíomh Gréasáin, Twitter, eagraíocht, ról, ceannlíne, beathaisnéis, agus cibé an bhfuil do phróifíl cumasaithe", + "Nextcloud settings" : "Socruithe Nextcloud", + "Machine translation" : "Aistriúchán meaisín", + "Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "Is féidir le haipeanna éagsúla aistriúchán meaisín a chur i bhfeidhm. Anseo is féidir leat tosaíocht na n-aipeanna aistriúchán meaisín atá suiteáilte agat faoi láthair a shainiú.", + "Speech-To-Text" : "Óráid-go-Téacs", + "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Is féidir Óráid-go-Téacs a chur i bhfeidhm ag aipeanna éagsúla. Anseo is féidir leat a shocrú cén app ba chóir a úsáid.", + "None of your currently installed apps provide Speech-To-Text functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht Óráid-go-Téacs", + "Image generation" : "Giniúint íomhá", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Is féidir le haipeanna éagsúla giniúint íomhá a chur i bhfeidhm. Anseo is féidir leat a shocrú cén app ba chóir a úsáid.", + "None of your currently installed apps provide image generation functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht giniúna íomhá", + "Text processing" : "Próiseáil téacs", + "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Is féidir le feidhmchláir éagsúla tascanna próiseála téacs a chur i bhfeidhm. Anseo is féidir leat a shocrú cén aip ba chóir a úsáid le haghaidh an tasc.", + "Task:" : "Tasc:", + "None of your currently installed apps provide Text processing functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht próiseála Téacs", + "Here you can decide which group can access certain sections of the administration settings." : "Anseo is féidir leat cinneadh a dhéanamh maidir le cén grúpa a fhéadfaidh rochtain a fháil ar ranna áirithe de na socruithe riaracháin.", + "None" : "aon cheann", + "Unable to modify setting" : "Ní féidir an socrú a mhodhnú", + "Allow apps to use the Share API" : "Lig d'aipeanna an API Comhroinnte a úsáid", + "Allow resharing" : "Ceadaigh athroinnt", + "Allow sharing with groups" : "Ceadaigh roinnt le grúpaí", + "Restrict users to only share with users in their groups" : "Cuir srian le húsáideoirí a roinnt le húsáideoirí ina ngrúpaí amháin", + "Ignore the following groups when checking group membership" : "Déan neamhaird de na grúpaí seo a leanas agus ballraíocht grúpa á sheiceáil", + "Allow users to share via link and emails" : "Lig d'úsáideoirí a roinnt trí nasc agus ríomhphoist", + "Allow public uploads" : "Ceadaigh uaslódálacha poiblí", + "Always ask for a password" : "Iarr pasfhocal i gcónaí", + "Enforce password protection" : "Cuir cosaint phasfhocal i bhfeidhm", + "Exclude groups from password requirements" : "Fág grúpaí ó riachtanais phasfhocal", + "Exclude groups from creating link shares" : "Fág grúpaí ó naisc a chruthú", + "Limit sharing based on groups" : "Teorainn a chur le roinnt bunaithe ar ghrúpaí", + "Allow sharing for everyone (default)" : "Ceadaigh comhroinnt do gach duine (réamhshocraithe)", + "Exclude some groups from sharing" : "Fág roinnt grúpaí as an áireamh", + "Limit sharing to some groups" : "Teorainn a chur le roinnt grúpaí", + "Groups allowed to share" : "Ceadaítear do ghrúpaí a roinnt", + "Groups excluded from sharing" : "Grúpaí eisiata ó chomhroinnt", + "Not allowed groups will still be able to receive shares, but not to initiate them." : "Beidh grúpaí nach bhfuil ceadaithe fós in ann scaireanna a fháil, ach gan iad a thionscnamh.", + "Set default expiration date for shares" : "Socraigh dáta éaga réamhshocraithe le haghaidh scaireanna", + "Enforce expiration date" : "Cuir dáta éaga i bhfeidhm", + "Default expiration time of new shares in days" : "Am éagtha réamhshocraithe scaireanna nua i laethanta", + "Expire shares after x days" : "Rachaidh scaireanna in éag tar éis x lá", + "Set default expiration date for shares to other servers" : "Socraigh dáta éaga réamhshocraithe le haghaidh scaireanna le freastalaithe eile", + "Enforce expiration date for remote shares" : "Cuir dáta éaga i bhfeidhm le haghaidh cianscaireanna", + "Default expiration time of remote shares in days" : "Am éagtha réamhshocraithe cianscaireanna i laethanta", + "Expire remote shares after x days" : "Rachaidh cianscaireanna in éag tar éis x lá", + "Set default expiration date for shares via link or mail" : "Socraigh dáta éaga réamhshocraithe le haghaidh scaireanna trí nasc nó trí ríomhphost", + "Default expiration time of shares in days" : "Am éagtha réamhshocraithe na scaireanna i laethanta", + "Privacy settings for sharing" : "Socruithe príobháideachais le haghaidh comhroinnte", + "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Má chumasaítear an \"grúpa céanna\" agus \"comhtháthú uimhir theileafóin\" uathchríochnú is leor cluiche i gceachtar acu chun an t-úsáideoir a thaispeáint.", + "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Ceadaigh uathchríochnú agus an t-ainm iomlán nó an seoladh ríomhphoist á iontráil (gan aird a thabhairt ar mheaitseáil leabhar teileafóin atá in easnamh agus a bheith sa ghrúpa céanna)", + "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Taispeáin téacs séanta ar leathanach uaslódála an naisc phoiblí (ní thaispeántar é ach amháin nuair atá liosta na gcomhad i bhfolach)", + "Disclaimer text" : "Téacs séanta", + "This text will be shown on the public link upload page when the file list is hidden." : "Taispeánfar an téacs seo ar an leathanach uaslódáil naisc phoiblí nuair a bheidh liosta na gcomhad i bhfolach.", + "Default share permissions" : "Ceadanna comhroinnte réamhshocraithe", + "Changed disclaimer text" : "Athraíodh téacs séanta", + "Deleted disclaimer text" : "Scriosadh téacs séanta", + "Could not set disclaimer text" : "Níorbh fhéidir téacs séanta a shocrú", + "Two-Factor Authentication" : "Fíordheimhniú Dhá-Fachtóir", + "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Is féidir fíordheimhniú dhá fhachtóir a fhorghníomhú do gach cuntas agus grúpa ar leith. Mura bhfuil soláthraí dhá-fhachtóir cumraithe acu, ní bheidh siad in ann logáil isteach sa chóras.", + "Enforce two-factor authentication" : "Fíordheimhniú dhá-fhachtóir a fhorfheidhmiú", + "Limit to groups" : "Teorainn do ghrúpaí", + "Enforcement of two-factor authentication can be set for certain groups only." : "Ní féidir forghníomhú fíordheimhnithe dhá-fhachtóir a shocrú ach do ghrúpaí áirithe.", + "Two-factor authentication is enforced for all members of the following groups." : "Cuirtear fíordheimhniú dhá-fhachtóir i bhfeidhm do gach ball de na grúpaí seo a leanas.", + "Enforced groups" : "Grúpaí forfheidhmithe", + "Two-factor authentication is not enforced for members of the following groups." : "Ní chuirtear fíordheimhniú dhá-fhachtóir i bhfeidhm do bhaill na ngrúpaí seo a leanas.", + "Excluded groups" : "Grúpaí eisiata", + "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Nuair a roghnaítear/eisiatar grúpaí, úsáideann siad an loighic seo a leanas le fáil amach an bhfuil 2FA curtha i bhfeidhm ag cuntas: Mura roghnaítear aon ghrúpa, tá 2FA cumasaithe do gach duine seachas baill de na grúpaí eisiata. Má roghnaítear grúpaí, tá 2FA cumasaithe do gach ball díobh seo. Má tá cuntas i ngrúpa roghnaithe agus eisiata araon, beidh tosaíocht ag an gceann roghnaithe agus cuirtear 2FA i bhfeidhm.", + "Save changes" : "Sabháil na hathruithe", + "Show details for {appName} app" : "Taispeáin sonraí na haipe {appName}", + "Update to {update}" : "Nuashonraigh go {update}", + "Remove" : "Bain", + "Disable" : "Díchumasaigh", + "Featured" : "Feiceálach", + "This app is supported via your current Nextcloud subscription." : "Tacaítear leis an aip seo trí do shíntiús reatha Nextcloud.", + "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Forbraíonn an pobal agus laistigh den phobal aipeanna sainghnéitheacha. Cuireann siad feidhmiúlacht lárnach ar fáil agus tá siad réidh le húsáid táirgeachta.", + "Community rating: {score}/5" : "Rátáil pobail: {scór}/5", + "All apps are up-to-date." : "Tá gach aip cothrom le dáta.", + "Icon" : "Deilbhín", + "Name" : "Ainm", + "Version" : "Leagan", + "Level" : "Leibhéal", + "Actions" : "Gníomhartha", + "Results from other categories" : "Torthaí ó chatagóirí eile", + "No apps found for your version" : "Níor aimsíodh aon aipeanna do do leagan", + "Disable all" : "Díchumasaigh go léir", + "Download and enable all" : "Íoslódáil agus a chumasú go léir", + "_%n app has an update available_::_%n apps have an update available_" : ["%n d'aip tá nuashonrú ar fáil","%n d'aipanna tá nuashonrú ar fáil","%n d'aipanna tá nuashonrú ar fáil","%n d'aipanna tá nuashonrú ar fáil","%n d'aipanna tá nuashonrú ar fáil"], + "_Update_::_Update all_" : ["Nuashonrú","Nuashonraigh go léir","Nuashonraigh go léir","Nuashonraigh go léir","Nuashonraigh go léir"], + "Nothing to show" : "Ní dhéanfaidh aon ní a thaispeáint", + "Could not load section content from app store." : "Níorbh fhéidir ábhar na rannóige a lódáil ón appstore.", + "Loading" : "Ag lódáil", + "Fetching the latest news…" : "An nuacht is déanaí á bhfáil…", + "Could not load app discover section" : "Níorbh fhéidir an rannán aimsithe feidhmchláir a lódáil", + "Could not render element" : "Níorbh fhéidir an eilimint a thabhairt", + "Carousel" : "Timpealláin", + "Previous slide" : "Sleamhnán roimhe seo", + "Next slide" : "Sleamhnán seo chugainn", + "Choose slide to display" : "Roghnaigh sleamhnán le taispeáint", + "{index} of {total}" : "{index} de {total}", + "Description" : "Cur síos", + "Details" : "Sonraí", + "All" : "Gach", + "Limit app usage to groups" : "Teorainn úsáid aipeanna go grúpaí", + "No results" : "Gan torthaí", + "Update to {version}" : "Nuashonraigh go {version}", + "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Níl aon leagan íosta de Nextcloud sannta don aip seo. Earráid a bheidh anseo sa todhchaí.", + "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Níl aon leagan Nextcloud uasta sannta don aip seo. Earráid a bheidh anseo sa todhchaí.", + "This app cannot be installed because the following dependencies are not fulfilled:" : "Ní féidir an aip seo a shuiteáil toisc nach bhfuil na spleáchais seo a leanas comhlíonta:", + "Latest updated" : "Nuashonraithe is déanaí", + "Author" : "Údar", + "Categories" : "Catagóirí", + "Resources" : "Acmhainní", + "Documentation" : "Doiciméadúchán", + "Interact" : "Idirghníomhú", + "Report a bug" : "Tuairiscigh fabht", + "Request feature" : "Iarr gné", + "Ask questions or discuss" : "Cuir ceisteanna nó pléigh", + "Rate the app" : "Ráta an app", + "Rate" : "Ráta", + "View in store" : "Amharc sa siopa", + "Visit website" : "Tabhair cuairt ar an suíomh Gréasáin", + "Usage documentation" : "Doiciméadú úsáide", + "Admin documentation" : "Doiciméadúchán riaracháin", + "Developer documentation" : "Doiciméadú forbróra", + "Changelog" : "Loga athrú", + "Device name" : "Ainm an ghléis", + "Cancel renaming" : "Cealaigh athainmniú", + "Save new name" : "Sábháil ainm nua", + "Marked for remote wipe" : "Marcáilte le haghaidh glanadh cianda", + "Device settings" : "Socruithe gléis", + "Allow filesystem access" : "Ceadaigh rochtain ar an gcóras comhad", + "Rename" : "Athainmnigh", + "Revoke" : "Chúlghairm", + "Wipe device" : "Wipe gléas", + "Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Má dhéantar an comhartha seo a aisghairm, d'fhéadfadh sé go gcuirfí cosc ar do ghléas a ghlanadh mura bhfuil an cuimilteoir tosaithe fós.", + "Google Chrome for Android" : "Google chrome le haghaidh Android saor in aisce", + "{productName} iOS app" : "{productName} aip iOS", + "{productName} Android app" : "{productName} aip Android", + "{productName} Talk for iOS" : "{productName} Labhair le haghaidh iOS", + "{productName} Talk for Android" : "{productName} Labhair le haghaidh Android", + "Sync client" : "Sioncrónaigh cliant", + "This session" : "An seisiún seo", + "{client} - {version} ({system})" : "{client} - {version} ({system})", + "{client} - {version}" : "{client} - {version}", + "Device" : "Gléas", + "Last activity" : "An ghníomhaíocht dheireanach", + "Devices & sessions" : "Gléasanna & seisiúin", + "Web, desktop and mobile clients currently logged in to your account." : "Tá cliaint ghréasáin, deisce agus móibíleacha logáilte isteach i do chuntas faoi láthair.", + "App name" : "Ainm aip", + "Create new app password" : "Cruthaigh pasfhocal feidhmchlár nua", + "Error while creating device token" : "Earráid agus comhartha gléis á chruthú", + "New app password" : "Pasfhocal aip nua", + "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Úsáid na dintiúir thíos chun d’aip nó gléas a chumrú. Ar chúiseanna slándála ní thaispeánfar an pasfhocal seo ach uair amháin.", + "Login" : "Logáil isteach", + "Password" : "Pasfhocal", + "Show QR code for mobile apps" : "Taispeáin cód QR le haghaidh aipeanna móibíleacha", + "App password copied!" : "Cóipeáladh pasfhocal na haipe!", + "Copy app password" : "Cóipeáil pasfhocal an aip", + "Login name copied!" : "Cóipeáladh an t-ainm logáil isteach!", + "Copy login name" : "Cóipeáil ainm logáil isteach", + "Could not copy app password. Please copy it manually." : "Níorbh fhéidir pasfhocal na haipe a chóipeáil. Déan é a chóipeáil de láimh le do thoil.", + "Could not copy login name. Please copy it manually." : "Níorbh fhéidir an t-ainm logáil isteach a chóipeáil. Déan é a chóipeáil de láimh le do thoil.", + "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Chun go n-oibreoidh an freastalaí i gceart, tá sé tábhachtach poist chúlra a chumrú i gceart. Is é Cron an socrú molta. Féach ar na doiciméid le haghaidh tuilleadh eolais le do thoil.", + "Last job execution ran {time}. Something seems wrong." : "Rith an post deireanach {time}. Is cosúil go bhfuil rud éigin mícheart.", + "Last job ran {relativeTime}." : "Rith an post deireanach {relativeTime}.", + "Background job did not run yet!" : "Níor rith post cúlra fós!", + "AJAX" : "AJAX", + "Execute one task with each page loaded. Use case: Single account instance." : "Déan tasc amháin le gach leathanach luchtaithe. Cás úsáide: Sampla cuntas aonair.", + "Webcron" : "Webcron", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "Tá cron.php cláraithe ag seirbhís webcron chun cron.php a ghlaoch gach 5 nóiméad thar HTTP. Cás úsáide: Sampla an-bheag (1–5 chuntas ag brath ar an úsáid).", + "Cron (Recommended)" : "Cron (Molta)", + "Use system cron service to call the cron.php file every 5 minutes." : "Bain úsáid as seirbhís cron an chóras chun an comhad cron.php a ghlaoch gach 5 nóiméad.", + "The cron.php needs to be executed by the system account \"{user}\"." : "Ní mór an cron.php a fhorghníomhú ag an gcuntas córas \"{user}\".", + "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Tá an síneadh PHP POSIX ag teastáil. Féach ar {linkstart}doiciméadú PHP{linkend} le haghaidh tuilleadh sonraí.", + "Unable to update background job mode" : "Ní féidir mód cúlra an phoist a nuashonrú", + "Profile" : "Próifíl", + "Enable or disable profile by default for new accounts." : "Cumasaigh nó díchumasaigh próifíl de réir réamhshocraithe le haghaidh cuntas nua.", + "Enable" : "Cumasaigh", + "Unable to update profile default setting" : "Ní féidir socrú réamhshocraithe na próifíle a nuashonrú", + "{app}'s declarative setting field: {name}" : "Réimse socruithe dearbhaithe {app}'s: {name}", + "Failed to save setting" : "Theip ar an socrú a shábháil", + "Server-side encryption" : "Criptiú ar thaobh an fhreastalaí", + "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Trí chriptiú ar thaobh an fhreastalaí is féidir comhaid a uaslódáiltear chuig an bhfreastalaí seo a chriptiú. Tagann sé seo le teorainneacha cosúil le pionós feidhmíochta, mar sin cumasaigh é seo ach amháin más gá.", + "Enable server-side encryption" : "Cumasaigh criptiú taobh an fhreastalaí", + "Please read carefully before activating server-side encryption:" : "Léigh go cúramach le do thoil sula ngníomhachtaítear criptiúchán ar thaobh an fhreastalaí:", + "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Nuair a bheidh an criptiú cumasaithe, beidh gach comhad a uaslódáiltear chuig an bhfreastalaí ón bpointe sin ar aghaidh criptithe ar fos ar an bhfreastalaí. Ní bheidh sé indéanta criptiú a dhíchumasú níos déanaí má thacaíonn an modúl gníomhach criptithe leis an bhfeidhm sin, agus má chomhlíontar na réamhchoinníollacha go léir (m.sh. eochair athshlánaithe a shocrú).", + "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Ní ráthaíonn criptiú amháin slándáil an chórais. Féach ar an gcáipéisíocht le haghaidh tuilleadh faisnéise faoin gcaoi a n-oibríonn an aip criptithe le do thoil, agus na cásanna úsáide tacaithe.", + "Be aware that encryption always increases the file size." : "Bí ar an eolas go méadaíonn criptiú méid an chomhaid i gcónaí.", + "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Is maith i gcónaí cúltacaí rialta de do shonraí a chruthú, i gcás criptithe déan cinnte cúltaca a dhéanamh de na heochracha criptithe chomh maith le do shonraí.", + "This is the final warning: Do you really want to enable encryption?" : "Seo é an rabhadh deiridh: Ar mhaith leat criptiúchán a chumasú?", + "No encryption module loaded, please enable an encryption module in the app menu." : "Níl aon mhodúl criptithe luchtaithe, cumasaigh modúl criptithe i roghchlár na haipe le do thoil.", + "Select default encryption module:" : "Roghnaigh modúl criptithe réamhshocraithe:", + "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Ní mór duit do chuid eochracha criptithe a aistriú ón seanchriptiú (ownCloud <= 8.0) go dtí an ceann nua. Cumasaigh an \"modúl criptithe réamhshocraithe\" agus rith {command} le do thoil", + "Unable to update server side encryption config" : "Ní féidir an chumraíocht chriptiúcháin ar thaobh an fhreastalaí a nuashonrú", + "Please confirm the group removal" : "Deimhnigh baint an ghrúpa", + "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Tá tú ar tí an grúpa \"{group}\" a bhaint. NÍ scriosfar na cuntais.", + "Cancel" : "Cealaigh", + "Confirm" : "Deimhnigh", + "Submit" : "Cuir isteach", + "Rename group" : "Athainmnigh an grúpa", + "Remove group" : "Bain an grúpa", + "Failed to remove group \"{group}\"" : "Theip ar an ngrúpa \"{group}\" a bhaint", + "Current password" : "Pasfhocal reatha", + "New password" : "Focal Faire Nua", + "Change password" : "Athraigh do phasfhocal", + "Your profile picture" : "Do phictiúr próifíle", + "Upload profile picture" : "Íosluchtaigh pictiúr próifíl", + "Choose profile picture from Files" : "Roghnaigh pictiúr próifíle ó Chomhaid", + "Remove profile picture" : "Bain pictiúr próifíle", + "The file must be a PNG or JPG" : "Caithfidh an comhad a bheith ina PNG nó JPG", + "Picture provided by original account" : "Pictiúr curtha ar fáil ag an mbunchuntas", + "Set as profile picture" : "Socraigh mar phictiúr próifíle", + "Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Tabhair faoi deara go bhféadfadh sé suas le 24 uair an chloig a ghlacadh chun do phictiúr próifíle a nuashonrú i ngach áit.", + "Choose your profile picture" : "Roghnaigh do phictiúr próifíle", + "Please select a valid png or jpg file" : "Roghnaigh comhad png nó jpg bailí le do thoil", + "Error setting profile picture" : "Earráid agus pictiúr próifíle á shocrú", + "Error cropping profile picture" : "Earráid agus pictiúr próifíle á bhearradh", + "Error saving profile picture" : "Earráid agus pictiúr próifíle á shábháil", + "Error removing profile picture" : "Earráid agus an pictiúr próifíle á bhaint", + "Your biography" : "Do bheathaisnéis", + "You are a member of the following groups:" : "Tá tú i do bhall de na grúpaí seo a leanas:", + "You are using <strong>{usage}</strong>" : "Tá tú ag úsáid <strong>{usage}</strong>", + "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Tá tú ag úsáid<strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", + "Your full name" : "D'ainm iomlán", + "Primary email for password reset and notifications" : "Príomh-ríomhphost le haghaidh athshocrú pasfhocal agus fógraí", + "Email options" : "Roghanna ríomhphoist", + "Options for additional email address {index}" : "Roghanna le haghaidh seoladh ríomhphoist breise {index}", + "Remove primary email" : "Bain príomhsheoladh ríomhphoist", + "Delete email" : "Scrios ríomhphost", + "This address is not confirmed" : "Níl an seoladh seo deimhnithe", + "Unset as primary email" : "Díshuiteáil mar phríomhphost ríomhphoist", + "Set as primary email" : "Socraigh mar phríomh-ríomhphost", + "Additional email address {index}" : "Seoladh ríomhphoist breise {index}", + "Unable to delete primary email address" : "Ní féidir an príomhsheoladh ríomhphoist a scriosadh", + "Unable to update primary email address" : "Ní féidir an príomhsheoladh ríomhphoist a nuashonrú", + "Unable to add additional email address" : "Ní féidir seoladh ríomhphoist breise a chur leis", + "Unable to update additional email address" : "Ní féidir seoladh ríomhphoist breise a nuashonrú", + "Unable to delete additional email address" : "Ní féidir seoladh ríomhphoist breise a scriosadh", + "No email address set" : "Níl seoladh ríomhphoist socraithe", + "Your handle" : "Do láimhseáil", + "Your headline" : "Do cheannlíne", + "Languages" : "Teangacha", + "Help translate" : "Cabhraigh le haistriú", + "Unable to update language" : "Ní féidir an teanga a nuashonrú", + "No language set" : "Gan tacar teanga", + "Locales" : "Logánta", + "Week starts on {firstDayOfWeek}" : "Tosaíonn an tseachtain ar {firstDayOfWeek}", + "Unable to update locale" : "Ní féidir locale a nuashonrú", + "No locale set" : "Gan tacar locale", + "Your city" : "Do chathair", + "Your organisation" : "D'eagraíocht", + "Your phone number" : "D'uimhir theileafóin", + "Edit your Profile visibility" : "Cuir infheictheacht do Phróifíl in eagar", + "Enable profile" : "Cumasaigh próifíl", + "Unable to update profile enabled state" : "Ní féidir staid chumasaithe na próifíle a nuashonrú", + "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Tá meas ar do Phróifíl ar shocrú níos sriantaí infheictheachta nó scóip. Mar shampla, má tá an infheictheacht socraithe mar \"Taispeáin do chách\" agus go bhfuil an raon feidhme socraithe go \"Príobháideach\", meastar \"Príobháideach\".", + "Unable to update visibility of {displayId}" : "Ní féidir infheictheacht {displayId} a nuashonrú", + "Your role" : "Do ról", + "Your X (formerly Twitter) handle" : "Láimhseálann do X (Twitter roimhe seo).", + "Your website" : "Do láithreán gréasáin", + "No {property} set" : "Níl {property} socraithe", + "Invalid value" : "Luach neamhbhailí", + "Unable to update {property}" : "Ní féidir {property} a nuashonrú", + "Change scope level of {property}, current scope is {scope}" : "Athraigh leibhéal scóip {property}, is é {scope} an raon feidhme reatha", + "Unable to update federation scope of the primary {property}" : "Níorbh fhéidir scóip chónaidhme na príomh-{airí} a nuashonrú", + "Unable to update federation scope of additional {property}" : "Níorbh fhéidir scóip chónaidhme {maoin} bhreise a nuashonrú", + "Add additional email" : "Cuir ríomhphost breise leis", + "Add" : "Cuir", + "Create" : "Cruthaigh", + "Change" : "Athrú", + "Delete" : "Scrios", + "Reshare" : "Roinn arís", + "No accounts" : "Gan cuntais", + "Loading accounts …" : "Cuntais á lódáil…", + "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Liosta cuntas. Níl an liosta seo le fáil go hiomlán ar chúiseanna feidhmíochta. Déanfar na cuntais a rindreáil agus tú ag dul tríd an liosta.", + "Default language" : "Teanga réamhshocraithe", + "Common languages" : "Teangacha coitianta", + "Other languages" : "Teangacha eile", + "Password change is disabled because the master key is disabled" : "Tá athrú pasfhocal díchumasaithe toisc go bhfuil an máistir-eochair díchumasaithe", + "New account" : "Cuntas nua", + "Display name" : "Ainm taispeána", + "Either password or email is required" : "Tá pasfhocal nó ríomhphost ag teastáil", + "Password (required)" : "Pasfhocal (riachtanach)", + "Email (required)" : "Ríomhphost (riachtanach)", + "Email" : "Ríomhphost", + "Groups (required)" : "Grúpaí (riachtanach)", + "Administered groups" : "Grúpaí riartha", + "Quota" : "Cuóta", + "Language" : "Teanga", + "Set default language" : "Socraigh teanga réamhshocraithe", + "Manager" : "Bainisteoir", + "Total rows summary" : "Achoimre ar na sraitheanna iomlána", + "Scroll to load more rows" : "Scrollaigh chun tuilleadh sraitheanna a lódáil", + "Avatar" : "Avatar", + "Group admin for" : "Riarachán grúpa le haghaidh", + "Storage location" : "Suíomh stórála", + "Last login" : "Logáil isteach deiridh", + "Account actions" : "Gníomhartha cuntais", + "Password or insufficient permissions message" : "Pasfhocal nó teachtaireacht ceadanna neamhleor", + "Loading account …" : "Cuntas á lódáil…", + "Change display name" : "Athraigh an t-ainm taispeána", + "Set new password" : "Socraigh pasfhocal nua", + "You do not have permissions to see the details of this account" : "Níl cead agat sonraí an chuntais seo a fheiceáil", + "Set new email address" : "Socraigh seoladh ríomhphoist nua", + "Add account to group" : "Cuir cuntas leis an ngrúpa", + "Set account as admin for" : "Socraigh cuntas mar riarthóir do", + "Select account quota" : "Roghnaigh cuóta cuntais", + "Set the language" : "Socraigh an teanga", + "Set line manager" : "Socraigh bainisteoir líne", + "{size} used" : "{méid} in úsáid", + "Delete account" : "Scrios cuntas", + "Disconnect all devices and delete local data" : "Déan gach gléas a dhícheangal agus scrios sonraí áitiúla", + "Disable account" : "Díchumasaigh cuntas", + "Enable account" : "Cumasaigh cuntas", + "Resend welcome email" : "Seol ríomhphost fáilte arís", + "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Sa chás go gcailltear gléas nó go bhfágann sé an eagraíocht, is féidir leis seo sonraí Nextcloud a scriosadh go cianda ó gach gléas a bhaineann le {userid}. Ní oibríonn sé ach amháin má tá na gléasanna nasctha leis an Idirlíon.", + "Remote wipe of devices" : "Cianda wipe gléasanna", + "Wipe {userid}'s devices" : "Glan gléasanna {userid}", + "Wiped {userid}'s devices" : "Scriosadh gléasanna {userid}", + "Failed to update line manager" : "Theip ar an mbainisteoir líne a nuashonrú", + "Fully delete {userid}'s account including all their personal files, app data, etc." : "Scrios go hiomlán cuntas {userid} lena n-áirítear a chomhaid phearsanta go léir, sonraí aipe, etc.", + "Account deletion" : "Scriosadh cuntais", + "Delete {userid}'s account" : "Scrios cuntas {userid}", + "Display name was successfully changed" : "D'éirigh le hathrú an ainm taispeána", + "Password was successfully changed" : "Athraíodh an pasfhocal go rathúil", + "Email was successfully changed" : "D'éirigh le hathrú an ríomhphoist", + "Welcome mail sent!" : "Fáilte seolta!", + "Toggle account actions menu" : "Scoránaigh roghchlár gníomhartha cuntais", + "Done" : "Déanta", + "Edit" : "Cuir in eagar", + "Account management settings" : "Socruithe bainistíochta cuntais", + "Visibility" : "Infheictheacht", + "Show language" : "Taispeáin teanga", + "Show account backend" : "Taispeáin inneall an chuntais", + "Show storage path" : "Taispeáin cosán stórála", + "Show last login" : "Taispeáin logáil isteach deiridh", + "Sorting" : "Sórtáil", + "The system config enforces sorting the groups by name. This also disables showing the member count." : "Forfheidhmíonn cumraíocht an chórais na grúpaí a shórtáil de réir ainm. Díchumasaítear é seo freisin líon na mball a thaispeáint.", + "Group list sorting" : "Sórtáil liostaí grúpa", + "By member count" : "De réir líon na mball", + "By name" : "De réir ainm", + "Send email" : "Seol ríomhphost", + "Send welcome email to new accounts" : "Seol ríomhphost fáilte chuig cuntais nua", + "Defaults" : "Réamhshocruithe", + "Default quota" : "Cuóta réamhshocraithe", + "Select default quota" : "Roghnaigh cuóta réamhshocraithe", + "Passwordless authentication requires a secure connection." : "Teastaíonn nasc slán le fíordheimhniú gan pasfhocal.", + "Add WebAuthn device" : "Cuir gléas WebAuthn leis", + "Please authorize your WebAuthn device." : "Ceadaigh do ghléas WebAuthn le do thoil.", + "Adding your device …" : "Ag cur do ghléas leis…", + "Server error while trying to complete WebAuthn device registration" : "Earráid fhreastalaí agus iarracht á déanamh clárú gléis WebAuthn a chur i gcrích", + "Unnamed device" : "Gléas gan ainm", + "Passwordless Authentication" : "Fíordheimhniú gan Pasfhocal", + "Set up your account for passwordless authentication following the FIDO2 standard." : "Socraigh do chuntas le haghaidh fíordheimhnithe gan pasfhocal de réir chaighdeán FIDO2.", + "No devices configured." : "Níl aon ghléas cumraithe.", + "The following devices are configured for your account:" : "Tá na gléasanna seo a leanas cumraithe do do chuntas:", + "Your browser does not support WebAuthn." : "Ní thacaíonn do bhrabhsálaí le WebAuthn.", + "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Mar riarthóir is féidir leat an t-iompar comhroinnte a mhionchoigeartú. Féach ar na doiciméid le haghaidh tuilleadh eolais le do thoil.", + "You need to enable the File sharing App." : "Ní mór duit an App Roinnte Comhad a chumasú.", + "Loading app list" : "Liosta feidhmchlár á lódáil", + "App Store" : "Siopa aip", + "Loading categories" : "Catagóirí á lódáil", + "Developer documentation ↗" : "Doiciméadú forbróra ↗", + "Version {version}, {license}-licensed" : "Leagan {version}, {license}-cheadúnaithe", + "Active accounts" : "Cuntais ghníomhacha", + "Admins" : "Riarthóirí", + "Disabled accounts" : "Cuntais faoi mhíchumas", + "Account group: {group}" : "Grúpa cuntais: {group}", + "Account management" : "Bainistíocht cuntais", + "Creating group…" : "Grúpa á chruthú…", + "Create group" : "Cruthaigh grúpa", + "Group name" : "Ainm an ghrúpa", + "Please enter a valid group name" : "Cuir isteach ainm grúpa bailí le do thoil", + "Failed to create group" : "Theip ar chruthú grúpa", + "Sending…" : "Á sheoladh…", + "Email sent" : "Ríomhphost seolta", + "Location" : "Suíomh", + "Profile picture" : "Pictiúr próifíle", + "About" : "Faoi", + "Full name" : "Ainm iomlán", + "Additional email" : "Ríomhphost breise", + "Headline" : "Ceannlíne", + "Organisation" : "Eagraíocht", + "Phone number" : "Uimhir teileafón", + "Role" : "Ról", + "X (formerly Twitter)" : "X (Twitter roimhe seo)", + "Fediverse (e.g. Mastodon)" : "Fediverse (m.sh. Mastodon)", + "Website" : "Suíomh Gréasáin", + "Profile visibility" : "Infheictheacht próifíle", + "Locale" : "Logán", + "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Níl sé ar fáil toisc go bhfuil an t-airí seo ag teastáil le haghaidh feidhmiúlacht lárnach lena n-áirítear comhroinnt comhad agus cuirí féilire", + "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Níl sé ar fáil toisc go bhfuil an chónaidhm díchumasaithe do do chuntas, déan teagmháil le riarachán do chórais má tá aon cheist agat", + "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Níl sé ar fáil mar ní cheadaítear sonraí cuntais ar leith a fhoilsiú don fhreastalaí cuardaigh, déan teagmháil le riarachán do chórais má tá aon cheist agat", + "Discover" : "Faigh amach", + "Your apps" : "D'aipeanna", + "Active apps" : "Aipeanna gníomhacha", + "Disabled apps" : "Aipeanna díchumasaithe", + "Updates" : "Nuashonruithe", + "App bundles" : "Pacáistí aip", + "Featured apps" : "Aipeanna faoi thrácht", + "Supported apps" : "Aipeanna tacaithe", + "Show to everyone" : "Taispeáin do gach duine", + "Show to logged in accounts only" : "Taispeáin go cuntais logáilte isteach amháin", + "Hide" : "Folaigh", + "Download and enable" : "Íoslódáil agus a chumasú", + "Allow untested app" : "Ceadaigh aip neamhthástáilte", + "The app will be downloaded from the App Store" : "Déanfar an aip a íoslódáil ón Siopa Aip", + "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Níl an aip seo marcáilte mar chomhoiriúnach le do leagan Nextcloud. Má leanann tú ar aghaidh beidh tú fós in ann an aip a shuiteáil. Tabhair faoi deara go bhféadfadh sé nach n-oibreoidh an aip mar a bhíothas ag súil leis.", + "Never" : "Riamh", + "Could not register device: Network error" : "Níorbh fhéidir gléas a chlárú: Earráid líonra", + "Could not register device: Probably already registered" : "Níorbh fhéidir gléas a chlárú: cláraithe cheana féin is dócha", + "Could not register device" : "Níorbh fhéidir an gléas a chlárú", + "An error occurred during the request. Unable to proceed." : "Tharla earráid le linn an iarratais. Ní féidir dul ar aghaidh.", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Tá an aip cumasaithe ach ní mór é a nuashonrú. Déanfar tú a atreorú chuig an leathanach nuashonraithe i gceann 5 soicind.", + "Error: This app cannot be enabled because it makes the server unstable" : "Earráid: Ní féidir an aip seo a chumasú toisc go ndéanann sé an freastalaí éagobhsaí", + "Do you really want to wipe your data from this device?" : "An bhfuil tú cinnte gur mhaith leat do shonraí a scriosadh ón ngléas seo?", + "Confirm wipe" : "Deimhnigh scrios", + "Could not delete the app token" : "Níorbh fhéidir an comhartha aip a scriosadh", + "Error while wiping the device with the token" : "Earráid agus an gléas á ghlanadh leis an comhartha", + "Error while updating device token name" : "Earráid agus ainm comharthaí an ghléis á nuashonrú", + "Error while updating device token scope" : "Earráid agus scóip comharthaí an ghléis á nuashonrú", + "Could not set group sorting" : "Níorbh fhéidir sórtáil grúpa a shocrú", + "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Tháinig an iomarca iarratas ó do líonra. Bain triail eile as ar ball nó déan teagmháil le do riarthóir más earráid é seo.", + "Account documentation" : "Doiciméadú cuntais", + "Administration documentation" : "Doiciméid riaracháin", + "Forum" : "Fóram", + "Nextcloud help & privacy resources" : "Cabhair & acmhainní príobháideachais Nextcloud", + "General documentation" : "Doiciméadúchán ginearálta", + "Legal notice" : "Fógra dlíthiúil", + "Privacy policy" : "Beartas Príobháideachais", + "None/STARTTLS" : "Dada/STARTTLS", + "SSL" : "SSL", + "Open documentation" : "Doiciméadú oscailte", + "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Tá sé tábhachtach an freastalaí seo a shocrú le bheith in ann ríomhphoist a sheoladh, mar shampla le haghaidh athshocrú pasfhocail agus fógraí.", + "Send mode" : "Modh seolta", + "Encryption" : "Criptiú", + "Sendmail mode" : "Modh seolta ríomhphoist", + "From address" : "Ó seoladh", + "Server address" : "Seoladh an fhreastalaí", + "Port" : "Port", + "Authentication" : "Fíordheimhniú", + "Authentication required" : "Fíordheimhniú ag teastáil", + "Credentials" : "Dintiúir", + "SMTP Login" : "Logáil Isteach SMTP", + "SMTP Password" : "Pasfhocal SMTP", + "Save" : "Sábháil", + "Test and verify email settings" : "Tástáil agus fíoraigh socruithe ríomhphoist", + "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "Tá sé tábhachtach ar mhaithe le slándáil agus feidhmíocht do chás go bhfuil gach rud cumraithe i gceart. Chun cabhrú leat leis sin táimid ag déanamh roinnt seiceálacha uathoibríocha. Féach ar an doiciméadú nasctha le haghaidh tuilleadh eolais le do thoil.", + "All checks passed." : "Gach seic a rith.", + "There are some errors regarding your setup." : "Tá roinnt earráidí ann maidir le do shocrú.", + "There are some warnings regarding your setup." : "Tá roinnt rabhadh ann maidir le do shocrú.", + "Checking for system and security issues." : "Seiceáil le haghaidh saincheisteanna córais agus slándála.", + "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%2$s\">log</a>." : "Déan seiceáil faoi dhó ar na <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%1$s\"> treoracha suiteála ↗</a>, agus seiceáil le haghaidh aon earráidí nó rabhaidh sa<a href=\"%2$s\">log</a> le do thoil.", + "Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "Seiceáil slándáil do Nextcloud thar<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">ár scanadh slándála ↗</a>.", + "Reasons to use Nextcloud in your organization" : "Cúiseanna le Nextcloud a úsáid i d’eagraíocht", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Arna fhorbairt ag {communityopen}pobal Nextcloud{linkclose}, tá an {githubopen}cód foinseach{linkclose} ceadúnaithe faoin {licenseopen}AGPL{linkclose}.", + "Like our Facebook page" : "Cosúil lenár leathanach Facebook", + "Follow us on Twitter" : "Lean muid ar Twitter", + "Follow us on Mastodon" : "Follow us on Mastodon", + "Check out our blog" : "Amharc ar ár mblag", + "Subscribe to our newsletter" : "Liostáil lenár nuachtlitir", + "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Ní thacaítear leis an scaoileadh pobail seo de Nextcloud agus níl fógraí meandracha ar fáil.", + "Use a second factor besides your password to increase security for your account." : "Úsáid fachtóir eile seachas do phasfhocal chun slándáil do chuntais a mhéadú.", + "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Má úsáideann tú feidhmchláir tríú páirtí chun nascadh le Nextcloud, déan cinnte le do thoil pasfhocal aipe a chruthú agus a chumrú le haghaidh gach ceann acu sula gceadaítear fíordheimhniú dara fachtóir.", + "No user supplied" : "Níor soláthraíodh aon úsáideoir", + "Please provide an admin recovery password; otherwise, all user data will be lost." : "Tabhair pasfhocal riar athshlánaithe le do thoil; ar shlí eile, caillfear na sonraí úsáideora go léir.", + "Backend does not support password change, but the user's encryption key was updated." : "Ní thacaíonn Inneall le hathrú pasfhocail, ach nuashonraíodh eochair chriptiúcháin an úsáideora.", + "installing and updating apps via the App Store or Federated Cloud Sharing" : "aipeanna a shuiteáil agus a nuashonrú tríd an Siopa Aip nó Comhroinnte Néalríomhaireachta", + "Federated Cloud Sharing" : "Comhroinnt Scamall Cónaidhme", + "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "Tá leagan %1$s as dáta (%2$s) in úsáid ag cURL. Nuashonraigh do chóras oibriúcháin nó ní oibreoidh gnéithe ar nós %3$s go hiontaofa le do thoil.", + "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Níorbh fhéidir a chinneadh an bhfuil leagan TLS de cURL as dáta nó nach bhfuil toisc gur tharla earráid le linn iarratas HTTPS i gcoinne https://nextcloud.com. Seiceáil le do thoil an comhad loga Nextcloud le haghaidh tuilleadh sonraí le do thoil.", + "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "Tá OPcache díchumasaithe. Ar mhaithe le feidhmíocht níos fearr, moltar 1opcache.enable=11 a chur i bhfeidhm ar do chumraíocht PHP.", + "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "Tá OPcache cumraithe chun tuairimí cód a bhaint. Agus OPcache cumasaithe, ní mór 1opcache.save_comments=11 a shocrú le go bhfeidhmeoidh Nextcloud.", + "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Níl cead ag Nextcloud an API OPcache a úsáid. Le OPcache cumasaithe, moltar go mór na heolairí Nextcloud go léir a áireamh le 1opcache.restrict_api1 nó an socrú seo a dhíshuiteáil chun srianta OPcache API a dhíchumasú, chun earráidí a chosc le linn uasghráduithe croí nó app Nextcloud.", + "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Níl cead ag Nextcloud an API OPcache a úsáid. Moltar go mór na heolairí Nextcloud go léir a áireamh le 1opcache.restrict_api1 nó an socrú seo a dhíshuiteáil chun srianta OPcache API a dhíchumasú, chun earráidí a chosc le linn uasghráduithe croí nó app Nextcloud.", + "The shared memory based OPcache is disabled. For better performance, it is recommended to apply <code>opcache.file_cache_only=0</code> to your PHP configuration and use the file cache as second level cache only." : "Tá an OPcache cuimhne comhroinnte díchumasaithe. Ar mhaithe le feidhmíocht níos fearr, moltar 1opcache.file_cache_only=01 a chur i bhfeidhm ar do chumraíocht PHP agus an taisce comhad a úsáid mar thaisce dara leibhéal amháin.", + "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "Tá uaslíon na n-eochracha OPcache beagnach sáraithe. Chun a chinntiú gur féidir gach script a choinneáil sa taisce, moltar 1opcache.max_accelerated_files1 a chur i bhfeidhm ar do chumraíocht PHP le luach níos airde ná 2%s2.", + "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "Tá an maolán OPcache beagnach lán. Chun a chinntiú gur féidir gach script a choinneáil i dtaisce, moltar 1opcache.memory_consumption1 a chur i bhfeidhm ar do chumraíocht PHP le luach níos airde ná 2%s2.", + "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "Tá maolán teaghráin imtheorannaithe OPcache beagnach lán. Chun a chinntiú gur féidir teaghráin athfhillteacha a thaisceadh go héifeachtach, moltar 1opcache.interned_strings_buffer1 a chur i bhfeidhm ar do chumraíocht PHP le luach níos airde ná 2%s2.", + "You need to set your user email before being able to send test emails. Go to %s for that." : "Ní mór duit do r-phost úsáideora a shocrú sula mbeidh tú in ann ríomhphoist tástála a sheoladh. Téigh go %s chuige sin.", + "Invalid user" : "Úsáideoir neamhbhailí", + "Your username is: %s" : "Is é d'ainm úsáideora: %s", + "Logged in user must be a subadmin" : "Caithfidh úsáideoir logáilte isteach a bheith ina fho-riarachán", + "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Tá post cúlra ar feitheamh a sheiceálann le haghaidh deimhnithe SSL iompórtáilte ag úsáideoirí. Seiceáil ar ais ar ball le do thoil.", + "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Tá roinnt deimhnithe SSL iompórtáilte ag úsáideoirí i láthair, nach n-úsáidtear a thuilleadh le Nextcloud 21. Is féidir iad a iompórtáil ar an líne ordaithe trí ordú \"occ security:certificates:import\". Taispeántar thíos a gcuid cosáin taobh istigh den eolaire sonraí.", + "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Fuarthas UUIDanna neamhbhailí úsáideoirí nó grúpaí LDAP. Athbhreithnigh do shocruithe \"Sáraigh braite UUID\" sa chuid Saineolaithe de chumraíocht LDAP agus úsáid \"occ ldap:update-uuid\" chun iad a nuashonrú le do thoil.", + "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Níor rith sioncronú leabhar seoltaí an chórais DAV fós toisc go bhfuil níos mó ná 1000 úsáideoir ag do chás nó toisc gur tharla earráid. Rith de láimh é le do thoil trí ghlao a chur ar occ dav:sync-system-addressbook le do thoil.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Úsáidtear leagan MariaDB \"%s\". Ní thacaíonn Nextcloud 21 agus níos airde leis an leagan seo agus éilíonn siad MariaDB 10.2 nó níos airde.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Úsáidtear leagan MySQL \"%s\". Ní thacaíonn Nextcloud 21 agus níos airde leis an leagan seo agus éilíonn siad MySQL 8.0 nó MariaDB 10.2 nó níos airde.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Úsáidtear leagan PostgreSQL \"%s\". Ní thacaíonn Nextcloud 21 agus níos airde leis an leagan seo agus éilíonn siad PostgreSQL 9.6 nó níos airde.", + "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Is féidir fíordheimhniú dhá fhachtóir a fhorghníomhú do gach úsáideoir agus do ghrúpaí ar leith. Mura bhfuil soláthraí dhá fhachtóir cumraithe acu, ní bheidh siad in ann logáil isteach sa chóras.", + "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Nuair a roghnaítear/eisiatar grúpaí, úsáideann siad an loighic seo a leanas le fáil amach an bhfuil 2FA curtha i bhfeidhm ag úsáideoir: Mura roghnaítear grúpaí, tá 2FA cumasaithe do gach duine seachas baill de na grúpaí eisiata. Má roghnaítear grúpaí, tá 2FA cumasaithe do gach ball díobh seo. Má tá úsáideoir i ngrúpa roghnaithe agus eisiata araon, beidh tosaíocht ag an úsáideoir roghnaithe agus cuirtear 2FA i bhfeidhm.", + "Enable all" : "Cumasaigh go léir", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "iPhone" : "iPhone", + "iPad" : "iPad", + "Sync client - {os}" : "Sioncronaigh cliant - {os}", + "Error while deleting the token" : "Earráid agus an comhartha á scriosadh", + "Use the credentials below to configure your app or device." : "Úsáid na dintiúir thíos chun d’aip nó gléas a chumrú.", + "For security reasons this password will only be shown once." : "Ar chúiseanna slándála ní thaispeánfar an pasfhocal seo ach uair amháin.", + "Username" : "Ainm úsáideora", + "Copied!" : "Cóipeáladh!", + "Copy" : "Cóipeáil", + "Execute one task with each page loaded. Use case: Single user instance." : "Déan tasc amháin le gach leathanach luchtaithe. Cás úsáide: Sampla úsáideora aonair.", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "Tá cron.php cláraithe ag seirbhís webcron chun cron.php a ghlaoch gach 5 nóiméad thar HTTP. Cás úsáide: Sampla an-bheag (1–5 úsáideoir ag brath ar an úsáid).", + "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Teastaíonn an síneadh PHP POSIX uait chun é seo a rith. Féach ar {linkstart}doiciméadú PHP{linkend} le haghaidh tuilleadh sonraí.", + "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Bain úsáid as seirbhís cron an chórais chun an comhad cron.php a ghlaoch gach 5 nóiméad. Molta do gach cás.", + "The cron.php needs to be executed by the system user \"{user}\"." : "Ní mór don úsáideoir córais \"{user}\" an cron.php a rith.", + "Enable or disable profile by default for new users." : "Cumasaigh nó díchumasaigh próifíl de réir réamhshocraithe d'úsáideoirí nua.", + "You are about to remove the group {group}. The users will NOT be deleted." : "Tá tú ar tí an grúpa {group} a bhaint. NÍ scriosfar na húsáideoirí.", + "Please confirm the group removal " : "Deimhnigh baint an ghrúpa le do thoil", + "Your profile information" : "Do chuid faisnéise próifíle", + "Your email address" : "Do sheoladh ríomhphoist", + "Additional emails" : "Ríomhphoist bhreise", + "Enable Profile" : "Cumasaigh Próifíl", + "Your Twitter handle" : "Do láimhseáil Twitter", + "You do not have permissions to see the details of this user" : "Níl cead agat sonraí an úsáideora seo a fheiceáil", + "Edit display name" : "Cuir ainm taispeána in eagar", + "Add new password" : "Cuir pasfhocal nua leis", + "Add new email address" : "Cuir seoladh ríomhphoist nua leis", + "Add user to group" : "Cuir úsáideoir leis an ngrúpa", + "Set user as admin for" : "Socraigh an t-úsáideoir mar riarthóir do", + "Select user quota" : "Roghnaigh cuóta úsáideora", + "Select manager" : "Roghnaigh bainisteoir", + "Toggle user actions menu" : "Scoránaigh roghchlár gníomhartha úsáideora", + "Delete user" : "Scrios úsáideoir", + "Wipe all devices" : "Scrios gach feiste", + "Disable user" : "Díchumasaigh an t-úsáideoir", + "Enable user" : "Cumasaigh úsáideoir", + "Edit User" : "Cuir Úsáideoir in Eagar", + "User's table" : "Tábla úsáideora", + "New user" : "Úsáideoir nua", + "Will be autogenerated" : "Déanfar uathghinte", + "Select user manager" : "Roghnaigh bainisteoir úsáideora", + "Add a new user" : "Cuir úsáideoir nua leis", + "User backend" : "Inneall úsáideora", + "No users in here" : "Níl aon úsáideoirí anseo", + "Name your device" : "Ainmnigh do ghléas", + "Server error while trying to add WebAuthn device" : "Earráid fhreastalaí agus iarracht á déanamh gléas WebAuthn a chur leis", + "{license}-licensed" : "{license}-cheadúnaithe", + "by {author}\n{license}" : "le {author}\n{license}", + "Enter group name" : "Cuir isteach ainm an ghrúpa", + "Add group" : "Cuir grúpa leis", + "Active users" : "Úsáideoirí gníomhacha", + "Disabled users" : "Úsáideoirí faoi mhíchumas", + "Default quota:" : "Cuóta réamhshocraithe:", + "Show Languages" : "Taispeáin Teangacha", + "Show user backend" : "Taispeáin inneall úsáideora", + "Send email to new user" : "Seol ríomhphost chuig úsáideoir nua", + "Not saved" : "Gan shábháil", + "Twitter" : "Twitter", + "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Níl sé ar fáil toisc go bhfuil an chónaidhm díchumasaithe do do chuntas, déan teagmháil le riarthóir do chórais má tá aon cheist agat", + "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Níl sé ar fáil mar ní cheadaítear sonraí úsáideora sonracha a fhoilsiú don fhreastalaí cuardaigh, déan teagmháil le riarthóir do chórais má tá aon cheist agat", + "Show to logged in users only" : "Taispeáin d'úsáideoirí logáilte isteach amháin", + "Enable untested app" : "Cumasaigh aip neamhthástáilte", + "SMTP Username" : "Ainm Úsáideora SMTP", + "Expire after" : "In éag tar éis", + "day(s)" : "lá(ithanta) ", + "Exclude groups from password requirements:" : "Fág amach grúpaí ó riachtanais pasfhocail:", + "Set default expiration date" : "Socraigh an dáta éagtha réamhshocraithe", + "Exclude groups from creating link shares:" : "Fág grúpaí ó naisc a chruthú:", + "Exclude groups from sharing" : "Fág grúpaí as an áireamh", + "These groups will still be able to receive shares, but not to initiate them." : "Beidh na grúpaí seo fós in ann scaireanna a fháil, ach gan iad a thionscnamh.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Ceadaigh uathchríochnú ainm úsáideora sa dialóg scaireanna agus ceadaigh rochtain ar leabhar seoltaí an chóras", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Ceadaigh uathchríochnú ainm úsáideora d'úsáideoirí laistigh de na grúpaí céanna agus cuir leabhar seoltaí córas teorainn le húsáideoirí sna grúpaí céanna", + "Allow username autocompletion to users based on phone number integration" : "Ceadaigh uathchríochnú ainm úsáideora d'úsáideoirí bunaithe ar chomhtháthú uimhir theileafóin", + "Old user imported certificates" : "Sean-úsáideoir teastais iompórtáilte", + "Missing optional index \"%s\" in table \"%s\"." : "Innéacs roghnach \"%s\" ar iarraidh i dtábla \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Tá roinnt innéacsanna in easnamh ar an mbunachar sonraí. Toisc go bhféadfadh go dtógfadh roinnt ama innéacsanna a chur leis na táblaí móra níor cuireadh leis go huathoibríoch iad. Trí \"occ db:add-missing-indices\" a rith, d'fhéadfaí na hinnéacsanna sin atá in easnamh a chur leis de láimh agus an ásc ag feidhmiú i gcónaí. Nuair a chuirtear na hinnéacsanna isteach is iondúil go mbíonn fiosruithe ar na táblaí sin i bhfad níos tapúla.", + "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Níorbh fhéidir tacaíocht JavaScript a sheiceáil. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME le do thoil.", + "MySQL unicode support" : "Tacaíocht Unicode MySQL", + "Overwrite cli URL" : "Forscríobh cli URL", + "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Tá PHP %s á rith agat faoi láthair. Tá PHP 8.0 dímheasta anois i Nextcloud 27. D'fhéadfadh go mbeadh PHP 8.1 ar a laghad ag teastáil ó Nextcloud 28. Uasghrádaigh go dtí ceann de na leaganacha PHP a fhaigheann tacaíocht oifigiúil ón nGrúpa PHP chomh luath agus is féidir le do thoil.", + "Rating: {score}/10" : "Rátáil: {scór}/10", + "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Tá tú ar tí an grúpa \"{group}\" a bhaint. NÍ scriosfar na húsáideoirí.", + "No users" : "Uimh úsáideoirí", + "Loading users …" : "Úsáideoirí á lódáil…", + "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liosta na n-úsáideoirí. Níl an liosta seo le fáil go hiomlán ar chúiseanna feidhmíochta. Déanfar na húsáideoirí a rindreáil agus tú ag dul tríd an liosta.", + "Set user groups" : "Socraigh grúpaí úsáideoirí", + "Set user as admin for …" : "Socraigh úsáideoir mar riarthóir do…", + "Set user quota" : "Socraigh cuóta úsáideora", + "Add new user" : "Cuir úsáideoir nua leis", + "Set user manager" : "Socraigh bainisteoir úsáideora", + "Username will be autogenerated" : "Déanfar an t-ainm úsáideora a ghiniúint go huathoibríoch", + "Username (required)" : "Ainm úsáideora (riachtanach)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} úsáideoir…","{userCount} úsáideoirí…","{userCount} úsáideoirí…","{userCount} úsáideoirí…","{userCount} úsáideoirí…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} úsáideoir","{userCount} úsáideoirí","{userCount} úsáideoirí","{userCount} úsáideoirí","{userCount} úsáideoirí"], + "User actions" : "Gníomhartha úsáideora", + "Loading user …" : "Úsáideoir á lódáil…", + "Failed to update user manager" : "Theip ar an mbainisteoir úsáideora a nuashonrú", + "User management settings" : "Socruithe bainistíochta úsáideora", + "Send welcome email to new users" : "Seol ríomhphost fáilte chuig úsáideoirí nua", + "User management" : "Bainistíocht úsáideora", + "Creating group …" : "Grúpa á chruthú…", + "User group: {group}" : "Grúpa úsáideoirí: {group}", + "Nextcloud help resources" : "Acmhainní cabhrach Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Le gur féidir an tseiceáil seo a rith caithfidh tú a chinntiú gur féidir le do fhreastalaí gréasáin nascadh leis féin. Mar sin caithfidh sé a bheith in ann réiteach agus ceangal a dhéanamh le ceann amháin ar a laghad dá `fearainn_iontaofa` nó don `overwrite.cli.url`.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Níorbh fhéidir tacaíocht JavaScript a fháil trí aon cheann de na `fearainn_ iontaofa` ná `overwrite.cli.url`. D'fhéadfadh sé seo a bheith mar thoradh ar mhímheaitseáil DNS ar thaobh an fhreastalaí nó riail balla dóiteáin amach. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME." +},"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/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js index 411eab6c402..6accbcb20ef 100644 --- a/apps/settings/l10n/gl.js +++ b/apps/settings/l10n/gl.js @@ -56,12 +56,12 @@ OC.L10N.register( "Wrong password" : "Contrasinal erróneo", "Unable to change personal password" : "Non é posíbel cambiar o contrasinal persoal", "Saved" : "Gardado", - "No Login supplied" : "Non se proporcionou ningún Inicio de Sesión", + "No Login supplied" : "Non se forneceu ningún acceso", "Unable to change password. Password too long." : "Non é posíbel cambiar o contrasinal. O contrasinal é longo de máis.", "Authentication error" : "Produciuse un erro de autenticación", - "Please provide an admin recovery password; otherwise, all account data will be lost." : "Por favor, proporcione un contrasinal de recuperación de administrador; se non, perderanse todos os datos da conta.", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Forneza un contrasinal de recuperación de administración; senón perderanse todos os datos da conta.", "Wrong admin recovery password. Please check the password and try again." : "Contrasinal de recuperación do administrador erróneo. Comprobe o contrasinal e ténteo de novo.", - "Backend does not support password change, but the encryption of the account key was updated." : "O backend non admite o cambio de contrasinal, pero o cifrado da chave da conta actualizouse.", + "Backend does not support password change, but the encryption of the account key was updated." : "A infraestrutura non admite o cambio de contrasinal, mais a chave de cifrado da conta foi actualizada.", "Administrator documentation" : "Documentación da administración da instancia.", "User documentation" : "Documentación do usuario", "Nextcloud help overview" : "Vista xeral da axuda de Nextcloud", @@ -71,7 +71,7 @@ OC.L10N.register( "If you received this email, the email configuration seems to be correct." : "Se Vde. ten recibido este correo, a configuración do correo semella ser correcta. ", "Email could not be sent. Check your mail server log" : "Non foi posíbel enviar o correo. Comprobe o rexistro do servidor de correo", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Ocorreu un problema ao enviar o correo. Revise os seus axustes. (Erro: %s)", - "You need to set your account email before being able to send test emails. Go to %s for that." : "Debes configurar o correo electrónico da túa conta antes de poder enviar correos electrónicos de proba. Vaia a %s para iso.", + "You need to set your account email before being able to send test emails. Go to %s for that." : "É necesario configurar o correo da súa conta antes de poder enviar correos de proba. Vaia a %s para iso.", "Invalid account" : "Conta incorrecta", "Invalid mail address" : "Enderezo de correo incorrecto", "Settings saved" : "Axustes gardados", @@ -98,11 +98,11 @@ OC.L10N.register( "Welcome aboard" : "Dámoslle a benvida a bordo", "Welcome aboard %s" : "Dámoslle a benvida a bordo %s", "Welcome to your %s account, you can add, protect, and share your data." : "Benvido á súa conta %s , pode engadir, protexer e compartir os seus datos.", - "Your Login is: %s" : "O teu acceso é: %s", + "Your Login is: %s" : "O seu acceso é: %s", "Set your password" : "Defina o seu contrasinal", "Go to %s" : "Ira a %s", "Install Client" : "Instalar o cliente", - "Logged in account must be a subadmin" : "A conta iniciada debe ser un subadministrador", + "Logged in account must be a subadmin" : "A conta accedida debe ser de subadministración", "Apps" : "Aplicacións", "Personal" : "Persoal", "Administration" : "Administración", @@ -124,35 +124,32 @@ OC.L10N.register( "Unlimited" : "Sen límites", "Verifying" : "Verificando", "App directories owner" : "Propietario dos directorios da aplicación", - "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Algúns directorios de aplicacións pertencen a un usuario diferente ao do servidor web. Este pode ser o caso se as aplicacións se instalaron de forma manual. Verifique os permisos dos seguintes directorios de aplicacións:\n%s", - "App directories have the correct owner \"%s\"" : "Os directorios das aplicacións teñen o propietario correcto \"%s\"", + "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Algúns directorios de aplicacións son propiedade dun usuario diferente do usuario do servidor web. Este pode ser o caso se se instalaron aplicacións manualmente. Comprobe os permisos dos seguintes directorios de aplicacións:\n%s", + "App directories have the correct owner \"%s\"" : "Os directorios das aplicacións teñen o propietario correcto «%s»", "Brute-force Throttle" : "Estrangulamento por forza bruta", "Your remote address could not be determined." : "Non foi posíbel determinar o seu enderezo remoto.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "O seu enderezo remoto foi identificado como «%s» e neste momento está estrangulado por forza bruta, o que reduce o rendemento de varias solicitudes. Se o enderezo remoto non é o seu enderezo, isto pode ser unha indicación de que un proxy non está configurado correctamente.", "Your remote address \"%s\" is not brute-force throttled." : "O seu enderezo remoto «%s» non está estrangulado por forza bruta.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta comprobación se execute, debes asegurarte de que o teu servidor web se poida conectar a si mesmo. Polo tanto, debe ser capaz de resolver e conectarse a polo menos un dos seus `trusted_domains` ou o `overwrite.cli.url`.", - "Old administration imported certificates" : "Certificados importados da administración antiga", - "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Está pendente un traballo en segundo plano que comproba se hai certificados SSL importados por parte da administración. Por favor, volve comprobar máis tarde.", - "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hai algúns certificados SSL importados da administración presentes, que xa non se usan con Nextcloud 21. Pódense importar na liña de comandos mediante o comando \"occ security:certificates:import\". A continuación móstranse as súas rutas dentro do directorio de datos.", + "Old administration imported certificates" : "Certificados antigos importados pola administración", + "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Está pendente un traballo en segundo plano que comprobe os certificados SSL importados pola administración. Volva comprobalo máis adiante.", + "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hai algúns certificados SSL importados pola administración, que xa non se usan con Nextcloud 21. Pódense importar coa liña de ordes mediante a orde «occ security:certificates:import». As súas rutas dentro do directorio de datos amósanse deseguido.", "Code integrity" : "Integridade do código", - "Integrity checker has been disabled. Integrity cannot be verified." : "Desactivouse o verificador de integridade. A integridade non se pode verificar.", - "No altered files" : "Non se modificou ningún ficheiro", + "Integrity checker has been disabled. Integrity cannot be verified." : "Foi desactivado o comprobador de integridade. Non é posíbel verificar a integridade.", + "No altered files" : "Non foi modificado ningún ficheiro", "Some files have not passed the integrity check. {link1} {link2}" : "Algúns ficheiros non pasaron a comprobación de integridade. {link1} {link2}", "Cron errors" : "Erros de cron", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Non foi posible executar o traballo cron a través da CLI. Aparáronse os seguintes erros técnicos:\n%s", - "The last cron job ran without errors." : "O último traballo cron executouse sen erros.", - "Cron last run" : "Última execución do cron", - "Last background job execution ran %s. Something seems wrong. {link}." : "A última execución do traballo en segundo plano executouse %s. Parece que algo está mal. {ligazón}.", - "Last background job execution ran %s." : "A última execución do traballo en segundo plano executouse %s.", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Non foi posíbel executar a tarefa de cron programada dende a liña de ordes. Atopáronse os seguintes erros técnicos:\n%s", + "The last cron job ran without errors." : "O último traballo de cron executouse sen erros.", + "Cron last run" : "Última execución de cron", + "Last background job execution ran %s. Something seems wrong. {link}." : "Executouse o último do traballo %s en segundo plano. Semella que algo foi mal. {link}.", + "Last background job execution ran %s." : "Executouse o último do traballo %s en segundo plano.", "Data directory protected" : "Directorio de datos protexido", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "O seu directorio de datos e ficheiros son probabelmente accesíbeis dende Internet. O ficheiro .htaccess non funciona. Recoméndase encarecidamente que configure o seu servidor web para que o directorio de datos xa non sexa accesíbel ou que o mova fóra da raíz de documentos do servidor web.", - "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Non foi posíbel comprobar que o directorio de datos estea protexido. Verifique manualmente que o seu servidor non permite o acceso ao directorio de datos.", + "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Non foi posíbel comprobar que o directorio de datos estea protexido. Comprobe manualmente que o seu servidor non permite o acceso ao directorio de datos.", "Database missing columns" : "Faltan columnas na base de datos", "Missing optional column \"%s\" in table \"%s\"." : "Falta a columna opcional «%s» na táboa «%s».", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Á base de datos fáltanlle algunhas columnas opcionais. Por mor de que engadir columnas a grandes táboas podería levar moito tempo non foron engadidas automaticamente cando poden ser opcionais. Estas columnas poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-columns». Unha vez se teñan engadidas as columnas, algunhas características poden mellorar a resposta ou a usabilidade.", "Database missing indices" : "Faltan índices na base de datos", - "Missing optional index \"%s\" in table \"%s\"." : "Falta o índice opcional «%s» na táboa «%s».", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Á base de datos fáltanlle algúns índices. Por mor de que engadir os índices podería levar moito non foron engadidos automaticamente. Estes índices perdidos poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-indices». Una vez se teñan engadidos os índices, as consultas a esas táboas adoitan ser moito máis rápidas.", "Database missing primary keys" : "Faltan as chaves primarias na base de datos", "Missing primary key on table \"%s\"." : "Falta a chave primaria na táboa «%s».", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Faltan algunhas chave primarias na base de datos. Por mor do feito de que a adición de chave primarias en táboas grandes podería levar algún tempo, non se engadiron automaticamente. Ao executar «occ db:add-missing-primary-keys», esas chave primarias que faltan poderían engadirse manualmente mentres a instancia segue funcionando.", @@ -171,20 +168,18 @@ OC.L10N.register( "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "A base de datos úsase para o bloqueo de ficheiros transaccionais. Para mellorar o rendemento, configure Memcache, se está dispoñíbel.", "Forwarded for headers" : "Reenviado para cabeceiras", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "O axuste de «trusted_proxies» non está definido correctamente, debería ser unha matriz.", - "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "A túa configuración de \"trusted_proxies\" non está configurada correctamente, debería ser unha matriz de enderezos IP, opcionalmente con intervalo en notación CIDR.", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "O seu axuste de «trusted_proxies» non está definido correctamente, debería ser unha matriz de enderezos IP; opcionalmente co intervalo en notación CIDR.", "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "A configuración da cabeceira do proxy inverso é incorrecta. Este é un problema de seguridade e pode permitir que un atacante falsee o seu enderezo IP como visíbel para Nextcloud.", "Your IP address was resolved as %s" : "O seu enderezo IP resolveuse como %s", "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "A configuración de cabeceiras do proxy inverso é incorrecta, ou Vde. está accedendo a Nextcloud dende un proxy no que confía. Se non, isto é un incidente de seguranza que pode permitir a un atacante disfrazar o seu enderezo IP como visíbel para Nextcloud.", - "HTTPS access and URLs" : "Acceso HTTPS e URLs", - "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Acceso ao sitio de forma insegura a través de HTTP. Recoméndase encarecidamente que configure o seu servidor para requirir HTTPS. Sen el, algunhas funcións web importantes como \"copiar no portapapeis\" ou \"traballadores de servizos\" non funcionarán.", - "Accessing site insecurely via HTTP." : "Acceso ao sitio de forma insegura a través de HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Estás a acceder á túa instancia a través dunha conexión segura, pero a túa instancia está a xerar URL inseguros. Isto moi probablemente significa que está detrás dun proxy inverso e que as variables de configuración de sobreescritura non están configuradas correctamente.", - "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Estás a acceder á túa instancia a través dunha conexión segura e a túa instancia está a xerar URL seguros.", + "HTTPS access and URLs" : "Acceso HTTPS e URL", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Acceso inseguro ao sitio a través de HTTP. Recoméndase encarecidamente que axuste o seu servidor para requirir HTTPS. Sen el, algunhas funcións web importantes como «copiar no portapapeis» ou os «traballadores de servizos» non funcionarán!", + "Accessing site insecurely via HTTP." : "Acceso inseguro ao sitio a través de HTTP.", + "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Está a acceder á súa instancia a través dunha conexión segura e a súa instancia está a xerar URL seguros.", "Internet connectivity" : "Conectividade a Internet", "Internet connectivity is disabled in configuration file." : "A conectividade a Internet está desactivada no ficheiro de configuración.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Este servidor non ten unha conexión a Internet que funcione: non foi posíbel acceder a varios puntos finais. Isto significa que algunhas das funcións como a instalación de almacenamento externo, as notificacións sobre actualizacións ou a instalación de aplicacións de terceiros non funcionarán. O acceso aos ficheiros de forma remota e o envío de correos de notificación pode que tampouco funcionen. Estabeleza unha conexión a Internet dende este servidor para gozar de todas as funcións.", "JavaScript modules support" : "Compatibilidade con módulos JavaScript", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non se puido comprobar a compatibilidade de JavaScript a través de ningún dos teus `trusted_domains` nin `overwrite.cli.url`. Isto pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra de firewall de saída. Comprobe manualmente se o seu servidor web serve ficheiros `.mjs` usando o tipo MIME JavaScript.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "O teu servidor web non serve ficheiros `.mjs` usando o tipo MIME JavaScript. Isto romperá algunhas aplicacións ao impedir que os navegadores executen os ficheiros JavaScript. Debería configurar o seu servidor web para que sirva ficheiros `.mjs` co tipo MIME `text/javascript` ou `application/javascript`.", "JavaScript source map support" : "Compatibilidade con mapas fonte JavaScript", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "O teu servidor web non está configurado para servir ficheiros `.js.map`. Sen estes ficheiros, os mapas fonte de JavaScript non funcionarán correctamente, polo que resulta máis difícil solucionar e depurar os problemas que poidan xurdir.", @@ -195,8 +190,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "O servidor non ten configurada a hora de inicio da xanela de mantemento. Isto significa que tamén se executarán traballos diarios en segundo plano que requiren un uso intensivo de recursos durante o seu tempo de uso principal. Recomendamos configuralo nun momento de uso reducido, para que os usuarios se vexan menos afectados pola carga que provocan estas tarefas pesadas.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "A xanela de mantemento para executar traballos pesados en segundo plano está entre {start}:00 UTC e {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached está configurado como caché distribuída, pero está instalado o módulo PHP incorrecto \"memcache\". \\OC\\Memcache\\Memcached só soporta \"memcached\" e non \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached está configurado como caché distribuída, pero o módulo PHP \"memcached\" non está instalado.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Non se configurou ningunha caché de memoria. Para mellorar o rendemento, configure Memcache, se está dispoñíbel.", "Configured" : "Configurado", "MySQL Unicode support" : "Soporte MySQL Unicode", @@ -206,9 +199,9 @@ OC.L10N.register( "OCS provider resolving" : "Resolución do provedor OCS", "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Non se puido comprobar se o seu servidor web resolve correctamente os URLs do provedor OCM e OCS.", "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "O teu servidor web non está configurado correctamente para resolver %1$s.\nProbablemente estea relacionado cunha configuración de servidor web que non se actualizou para entregar directamente este cartafol.\nCompare a súa configuración coas regras de reescritura enviadas en \".htaccess\" para Apache ou coa proporcionada na documentación de Nginx.\nEn Nginx, estas son normalmente as liñas que comezan por \"localización ~\" que precisan unha actualización.", - "Overwrite CLI URL" : "Sobrescribir o CLI URL", - "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "A opción \"overwrite.cli.url\" no teu config.php está definida correctamente en \"%s\".", - "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "A opción \"overwrite.cli.url\" no teu config.php está definida como \"%s\", que é un URL correcto. O URL suxerido é \"%s\".", + "Overwrite CLI URL" : "Sobrescribir o URL da interface da liña de ordes", + "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "A opción «overwrite.cli.url» está definida correctamente no seu config.php como «%s».", + "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "A opción «overwrite.cli.url» está definida no seu config.php como «%s», que é un URL correcto. O URL suxerido é «%s».", "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Asegúrate de configurar a opción \"overwrite.cli.url\" no teu ficheiro config.php co URL que usan principalmente os teus usuarios para acceder a este Nextcloud. Suxestión: \"%s\". Se non, pode haber problemas coa xeración de URL a través de cron. (Non obstante, é posible que o URL suxerido non sexa o URL que usan principalmente os seus usuarios para acceder a este Nextcloud. O mellor é comprobar isto en calquera caso).", "PHP default charset" : "Conxunto de caracteres predeterminado de PHP", "PHP configuration option \"default_charset\" should be UTF-8" : "A opción de configuración de PHP «default_charset» debería ser UTF-8", @@ -266,13 +259,10 @@ OC.L10N.register( "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS." : "- A cabeceira HTTP `Strict-Transport-Security` ten un formato incorrecto: `%s`. Para mellorar a seguridade, recoméndase activar HSTS.", "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- A cabeceira HTTP `Strict-Transport-Security` non está definida (debe ser polo menos `%d` segundos). Para mellorar a seguridade, recoméndase activar HSTS.", "Some headers are not set correctly on your instance" : "Algunhas cabeceiras non están configuradas correctamente na túa instancia", - "Could not check that your web server serves security headers correctly. Please check manually." : "Non se puido comprobar que o seu servidor web ofrece as cabeceiras de seguranza correctamente. Comprobe manualmente.", - "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Non se puido comprobar que o seu servidor web atende correctamente as cabeceiras de seguranza e non se puido consultar `%s`", - "Your server is correctly configured to send security headers." : "O teu servidor está configurado correctamente para enviar cabeceiras de seguridade.", + "Could not check that your web server serves security headers correctly. Please check manually." : "Non foi posíbel comprobar que o seu servidor web serve as cabeceiras de seguranza correctamente. Compróbeo manualmente.", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Non foi posíbel comprobar que o seu servidor web serve correctamente as cabeceiras de seguranza, non foi posíbel consultar «%s»", + "Your server is correctly configured to send security headers." : "O seu servidor está configurado correctamente para enviar cabeceiras de seguranza.", "Database version" : "Versión da base de datos", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Utilízase a versión «%s» de MariaDB. Nextcloud 21 ou superior non admite esta versión e precisa MariaDB 10.2 ou superior.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Utilízase a versión «%s» de MySQL. Nextcloud 21 e superior non admite esta versión e precisan MySQL 8.0 ou MariaDB 10.2 ou superior.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Utilízase a versión «%s» de PostgreSQL. Nextcloud 21 ou superior non admite esta versión e precisa PostgreSQL 9.6 ou superior.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite está a ser usado actualmente como base de datos de fondo. Para instalacións máis grandes, recomendamos que cambie a unha infraestrutura de base de datos diferente. Isto recoméndase especialmente cando se usa o cliente de escritorio para a sincronización de ficheiros. Para migrar a outra base de datos use a ferramenta de liña de ordes: «occ db:convert-type».", "Unknown database platform" : "Plataforma de base de datos descoñecida", "Architecture" : "Arquitectura", @@ -291,12 +281,12 @@ OC.L10N.register( "Was not able to get transaction isolation level: %s" : "Non foi posíbel obter o nivel de illamento da transacción: %s", ".well-known URLs" : "URL .coñecidos", "`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "`check_for_working_wellknown_setup` está definido como falso na túa configuración, polo que se omitiu esta comprobación.", - "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Non se puido comprobar que o seu servidor web serve `.well-known` correctamente. Compróbeo manualmente.", - "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "O teu servidor web non está configurado correctamente para resolver os URLs `.well-known`, fallou en:\n`%s`", - "Your server is correctly configured to serve `.well-known` URLs." : "O teu servidor está configurado correctamente para servir URLs `.well-known`.", - "WOFF2 file loading" : "cargando ficheiro WOFF2", - "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Non se puido comprobar a compatibilidade de carga de WOFF2. Comprobe manualmente se o seu servidor web serve ficheiros `.woff2`.", - "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "O teu servidor web non está configurado correctamente para entregar ficheiros .woff2. Normalmente, isto é un problema coa configuración de Nginx. Para Nextcloud 15, necesita un axuste para ofrecer tamén ficheiros .woff2. Compare a configuración de Nginx coa configuración recomendada na nosa documentación.", + "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Non foi posíbel comprobar que o seu servidor web serve «.well-known» correctamente. Compróbeo manualmente.", + "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "O seu servidor web non está configurado correctamente para resolver os URL «.well-known», fallou en:\n«%s»", + "Your server is correctly configured to serve `.well-known` URLs." : "O seu servidor está configurado correctamente para servir os URL «.well-known».", + "WOFF2 file loading" : "Cargando o ficheiro WOFF2", + "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Non foi posíbel comprobar a compatibilidade de carga de WOFF2. Comprobe manualmente se o seu servidor web serve ficheiros «.woff2».", + "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "O servidor web non está configurado correctamente para fornecer ficheiros .woff2. Isto é un incidente frecuente en configuracións de Nginx. Para Nextcloud 15 necesita un axuste para fornecer ficheiros .woff2. Compare a súa configuración do Nginx coa configuración recomendada na nosa documentación.", "Profile information" : "Información do perfil", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Imaxe de perfil, nome completo, correo-e, número de teléfono, enderezo, sitio web, Twitter, organización, función, título, biografía e se o seu perfil está activado", "Nextcloud settings" : "Axustes de Nextcloud", @@ -344,10 +334,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Definir a data de caducidade predeterminada para as comparticións con outros servidores", "Default expiration time of shares in days" : "Tempo de caducidade predeterminado dos recursos compartidos en días", "Privacy settings for sharing" : "Axustes da privacidade para compartir", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir o autocompletado do nome de usuario no diálogo de compartir e permitir o acceso ao caderno de enderezos do sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Se está activado o autocompletado «mesmo grupo» e a «integración do número de teléfono», unha coincidencia en calquera é abondo para amosar o usuario.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir o autocompletado de nome de usuario aos usuarios dos mesmos grupos e limitar os cadernos de enderezos do sistema aos usuarios dos mesmos grupos", - "Allow username autocompletion to users based on phone number integration" : "Permitir o autocompletado do nome de usuario aos usuarios en función da integración do número de teléfono", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permitir o autocompletado ao introducir o nome completo ou o enderezo de correo-e (ignorando a falta de coincidencia na lista de teléfonos e estar no mesmo grupo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Amosar o texto de exención de responsabilidade na páxina de envío de ligazóns publicas (amosarase só cando a lista de ficheiros estea agochada)", "Disclaimer text" : "Texto de exención de responsabilidade", @@ -578,44 +565,32 @@ OC.L10N.register( "Common languages" : "Idiomas habituais", "Other languages" : "Outros idiomas", "Password change is disabled because the master key is disabled" : "O cambio de contrasinal está desactivado porque a chave principal está desactivada", - "New user" : "Novo usuario", + "New account" : "Conta nova", "Display name" : "Nome para amosar", "Either password or email is required" : "Precísase dun contrasinal ou un correo-e", "Password (required)" : "Contrasinal (necesario)", "Email (required)" : "Correo-e (necesario)", "Email" : "Correo", "Groups (required)" : "Grupos (necesario)", - "Set user groups" : "Definir grupos de usuarios", "Administered groups" : "Grupos administrados", - "Set user as admin for …" : "Definir o usuario como administrador para…", "Quota" : "Cota", - "Set user quota" : "Definir a cota de usuario", "Language" : "Idioma", "Set default language" : "Definir o idioma predeterminado", "Manager" : "Xestor/a", - "Add new user" : "Engadir un novo usuario", - "Set user manager" : "Definir o xestor de usuarios", - "Username will be autogenerated" : "O nome de usuario vai ser xerado automaticamente", - "Username (required)" : "Nome de usuario (necesario)", "Total rows summary" : "Resumo total de filas", - "Loading users …" : "Cargando usuarios…", "Scroll to load more rows" : "Desprácese para cargar máis filas", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario…","{userCount} usuarios…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios"], "Avatar" : "Avatar", - "Username" : "Nome de usuario", + "Account name" : "Nome da conta", "Group admin for" : "Administrador de grupo para", - "User backend" : "Infraestrutura do usuario", "Storage location" : "Localización do almacenamento", "Last login" : "Último acceso", - "User actions" : "Accións do usuario", + "Account actions" : "Accións da conta", "Password or insufficient permissions message" : "Mensaxe de contrasinal ou de permisos insuficientes", "Loading account …" : "Cargando a conta ...", "Change display name" : "Cambiar o nome para amosar", "Set new password" : "Definir un novo contrasinal", "You do not have permissions to see the details of this account" : "Non tes permisos para ver os detalles desta conta", "Set new email address" : "Definir un novo enderezo de correo", - "Add user to group" : "Engadir usuario ao grupo", "Add account to group" : "Engadir conta ao grupo", "Set account as admin for" : "Establecer a conta como administrador para", "Select account quota" : "Seleccione a cota da conta", @@ -681,7 +656,6 @@ OC.L10N.register( "Disabled accounts" : "Contas inhabilitadas", "Account group: {group}" : "Grupo de conta: {group}", "Account management" : "Xestión de contas", - "New account" : "Conta nova", "Creating group…" : "Creando grupo ...", "Create group" : "Creando o grupo", "Group name" : "Nome do grupo", @@ -739,6 +713,7 @@ OC.L10N.register( "Account documentation" : "Documentación da conta", "Administration documentation" : "Documentación da administración da instancia", "Forum" : "Foro", + "Nextcloud help & privacy resources" : "Recursos de axuda e privacidade de Nextcloud", "General documentation" : "Documentación xeral", "Legal notice" : "Aviso legal", "Privacy policy" : "Directiva de privacidade", @@ -777,7 +752,7 @@ OC.L10N.register( "Use a second factor besides your password to increase security for your account." : "Empregue un segundo factor ademais do seu contrasinal para aumentar a seguranza da súa conta.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : " Se usa aplicacións de terceiros para conectarse a Nextcloud, asegúrese de crear e configurar un contrasinal de aplicación para cada unha antes de activar a autenticación de segundo factor.", "No user supplied" : "Non subministrado polo usuario", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Forneza un contrasinal de recuperación de administrador; senón perderase toda a información do usuario.", + "Please provide an admin recovery password; otherwise, all user data will be lost." : "Forneza un contrasinal de recuperación de administración; senón perderanse todos os datos do usuario.", "Backend does not support password change, but the user's encryption key was updated." : "A infraestrutura non admite o cambio de contrasinal, mais a chave de cifrado do usuario foi actualizada.", "installing and updating apps via the App Store or Federated Cloud Sharing" : "instalar e actualizar aplicacións a través da tenda de aplicacións ou da nube federada compartida", "Federated Cloud Sharing" : "Nube federada compartida", @@ -791,7 +766,7 @@ OC.L10N.register( "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "O número máximo de chaves OPcache está case superado. Para garantir que todos os scripts poden manterse na caché, recoméndase aplicar <code>opcache.max_accelerated_files</code> á súa configuración de PHP cun valor superior a <code>%s</code>.", "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "O búfer OPcache está case cheo. Para garantir que todos os scripts se poidan gardar na caché, recoméndase aplicar <code>opcache.memory_consumption</code> á súa configuración de PHP cun valor superior a <code>%s</code>.", "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "O búfer de cadeas internas en OPcache está case cheo. Para asegurarse de que as cadeas que se repiten poidan almacenarse na caché de forma efectiva, recoméndase aplicar <code>opcache.interned_strings_buffer</code> á súa configuración de PHP cun valor superior a <code>%s</code>.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "É necesario definir o seu correo de usuario antes de poder enviar correos de proba. Vaia a %spara iso.", + "You need to set your user email before being able to send test emails. Go to %s for that." : "É necesario definir o seu correo de usuario antes de poder enviar correos de proba. Vaia a %s para iso.", "Invalid user" : "Usuario incorrecto", "Your username is: %s" : "O seu nome de usuario é: %s", "Logged in user must be a subadmin" : "O usuario autenticado debe ser un subadministrador", @@ -799,6 +774,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hai algúns certificados SSL importados polo usuario, que xa non se usan con Nextcloud 21. Pódense importar coa liña de ordes mediante a orde «occ security:certificates:import». As súas rutas dentro do directorio de datos amosanse deseguido.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Atopáronse UUID incorrectos de usuarios ou grupos LDAP. Revise a súa configuración de «Anular a detección de UUID» na parte Experto da configuración LDAP e utilice «occ ldap:update-uuid» para actualizalos.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "A sincronización do caderno de enderezos do sistema DAV aínda non foi executado porque a súa instancia ten máis de 1000 usuarios ou porque se produciu un erro. Execúteo manualmente con occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Utilízase a versión «%s» de MariaDB. Nextcloud 21 ou superior non admite esta versión e precisa MariaDB 10.2 ou superior.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Utilízase a versión «%s» de MySQL. Nextcloud 21 e superior non admite esta versión e precisan MySQL 8.0 ou MariaDB 10.2 ou superior.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Utilízase a versión «%s» de PostgreSQL. Nextcloud 21 ou superior non admite esta versión e precisa PostgreSQL 9.6 ou superior.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "A autenticación de dous factores pode ser imposta para todos os usuarios e grupos específicos. Se non tiveran configurado un provedor de dous factores, non podería acceder ao sistema.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Cando se seleccionan/exclúen os grupos, usase a seguinte lóxica para determinar se un usuario ten obrigada a A2F: Se non hai grupos seleccionados, a A2F está activa para todos agás os membros dos grupos excluídos. Se hai grupos seleccionados, a A2F está activa para todos os membros destes. Se un usuario está á vez nun grupo seleccionado e noutro excluído, o seleccionado ten preferencia e se lle obriga a A2F.", "Enable all" : "Activar todo", @@ -813,6 +791,7 @@ OC.L10N.register( "Error while deleting the token" : "Produciuse un erro ao eliminar o testemuño", "Use the credentials below to configure your app or device." : "Use as seguintes credenciais para configurar a súa aplicación ou dispositivo. ", "For security reasons this password will only be shown once." : "Por mor da seguranza ese contrasinal só se amosará unha vez. ", + "Username" : "Nome de usuario", "Copied!" : "Copiado!", "Copy" : "Copiar", "Execute one task with each page loaded. Use case: Single user instance." : "Executar unha tarefa con cada páxina cargada. Caso de uso: instancia de usuario único.", @@ -832,6 +811,7 @@ OC.L10N.register( "Edit display name" : "Editar o nome para amosar", "Add new password" : "Engadir un novo contrasinal", "Add new email address" : "Engadir un novo enderezo de correo", + "Add user to group" : "Engadir usuario ao grupo", "Set user as admin for" : "Definir o usuario como administrador para", "Select user quota" : "Seleccionar a cota de usuario", "Select manager" : "Seleccionar o xestor", @@ -842,9 +822,11 @@ OC.L10N.register( "Enable user" : "Activar usuario", "Edit User" : "Editar usuario", "User's table" : "Táboa de usuarios", + "New user" : "Novo usuario", "Will be autogenerated" : "Vai ser xerado automaticamente", "Select user manager" : "Seleccione o xestor de usuarios", "Add a new user" : "Engadir un novo usuario", + "User backend" : "Infraestrutura do usuario", "No users in here" : "Aquí non hai usuarios", "Name your device" : "Nome do seu dispositivo", "Server error while trying to add WebAuthn device" : "Produciuse un erro do servidor cando se tentaba engadir un dispositivo WebAuthn", @@ -872,15 +854,31 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Excluír grupos da creación de ligazóns para compartir:", "Exclude groups from sharing" : "Excluír grupos da compartición", "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos poderán recibir comparticións, mais non inicialas.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir o autocompletado do nome de usuario no diálogo de compartir e permitir o acceso ao caderno de enderezos do sistema", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir o autocompletado de nome de usuario aos usuarios dos mesmos grupos e limitar os cadernos de enderezos do sistema aos usuarios dos mesmos grupos", + "Allow username autocompletion to users based on phone number integration" : "Permitir o autocompletado do nome de usuario aos usuarios en función da integración do número de teléfono", "Old user imported certificates" : "Certificados antigos importados polo usuario", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non se puido comprobar a compatibilidade de JavaScript. Comprobe manualmente se o seu servidor web serve ficheiros `.mjs` utilizando o tipo MIME JavaScript.", + "Missing optional index \"%s\" in table \"%s\"." : "Falta o índice opcional «%s» na táboa «%s».", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Á base de datos fáltanlle algúns índices. Por mor de que engadir os índices podería levar moito non foron engadidos automaticamente. Estes índices perdidos poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-indices». Una vez se teñan engadidos os índices, as consultas a esas táboas adoitan ser moito máis rápidas.", + "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non foi posíbel comprobar a compatibilidade de JavaScript. Comprobe manualmente se o seu servidor web serve ficheiros «.mjs» utilizando o tipo MIME JavaScript.", "MySQL unicode support" : "Compatibilidade con MySQL Unicode", - "Overwrite cli URL" : "Sobrescribir a cli URL", + "Overwrite cli URL" : "Sobrescribir o URL da interface da liña de ordes", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualmente está a executar PHP %s. PHP 8.0 é obsoleto en Nextcloud 27. Nextcloud 28 pode precisar polo menos PHP 8.1. Actualice a unha das versións de PHP oficialmente compatíbeis fornecidas polo Grupo PHP o antes posíbel.", "Rating: {score}/10" : "Valoración: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Está a piques de retirar o grupo «{group}». Os usuarios NON van ser eliminados.", "No users" : "Non hai usuarios", + "Loading users …" : "Cargando usuarios…", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuarios. Esta lista non se representa de xeito completo por mor do rendemento. Os usuarios represéntanse mentres se despraza pola lista.", + "Set user groups" : "Definir grupos de usuarios", + "Set user as admin for …" : "Definir o usuario como administrador para…", + "Set user quota" : "Definir a cota de usuario", + "Add new user" : "Engadir un novo usuario", + "Set user manager" : "Definir o xestor de usuarios", + "Username will be autogenerated" : "O nome de usuario vai ser xerado automaticamente", + "Username (required)" : "Nome de usuario (necesario)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario…","{userCount} usuarios…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios"], + "User actions" : "Accións do usuario", "Loading user …" : "Cargando usuario…", "Failed to update user manager" : "Produciuse un erro ao actualizar o xestor de usuarios", "User management settings" : "Axustes da xestión de usuarios", @@ -888,6 +886,8 @@ OC.L10N.register( "User management" : "Xestión de usuarios", "Creating group …" : "Creando un grupo…", "User group: {group}" : "Grupo de usuarios: {group}", - "Nextcloud help resources" : "Recursos de axuda de Nextcloud" + "Nextcloud help resources" : "Recursos de axuda de Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Polo tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url».", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non se puido comprobar a compatibilidade de JavaScript a través de ningún dos teus `trusted_domains` nin `overwrite.cli.url`. Isto pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra de firewall de saída. Comprobe manualmente se o seu servidor web serve ficheiros `.mjs` usando o tipo MIME JavaScript." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json index e6f20ad2d74..fec7c39d79b 100644 --- a/apps/settings/l10n/gl.json +++ b/apps/settings/l10n/gl.json @@ -54,12 +54,12 @@ "Wrong password" : "Contrasinal erróneo", "Unable to change personal password" : "Non é posíbel cambiar o contrasinal persoal", "Saved" : "Gardado", - "No Login supplied" : "Non se proporcionou ningún Inicio de Sesión", + "No Login supplied" : "Non se forneceu ningún acceso", "Unable to change password. Password too long." : "Non é posíbel cambiar o contrasinal. O contrasinal é longo de máis.", "Authentication error" : "Produciuse un erro de autenticación", - "Please provide an admin recovery password; otherwise, all account data will be lost." : "Por favor, proporcione un contrasinal de recuperación de administrador; se non, perderanse todos os datos da conta.", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Forneza un contrasinal de recuperación de administración; senón perderanse todos os datos da conta.", "Wrong admin recovery password. Please check the password and try again." : "Contrasinal de recuperación do administrador erróneo. Comprobe o contrasinal e ténteo de novo.", - "Backend does not support password change, but the encryption of the account key was updated." : "O backend non admite o cambio de contrasinal, pero o cifrado da chave da conta actualizouse.", + "Backend does not support password change, but the encryption of the account key was updated." : "A infraestrutura non admite o cambio de contrasinal, mais a chave de cifrado da conta foi actualizada.", "Administrator documentation" : "Documentación da administración da instancia.", "User documentation" : "Documentación do usuario", "Nextcloud help overview" : "Vista xeral da axuda de Nextcloud", @@ -69,7 +69,7 @@ "If you received this email, the email configuration seems to be correct." : "Se Vde. ten recibido este correo, a configuración do correo semella ser correcta. ", "Email could not be sent. Check your mail server log" : "Non foi posíbel enviar o correo. Comprobe o rexistro do servidor de correo", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Ocorreu un problema ao enviar o correo. Revise os seus axustes. (Erro: %s)", - "You need to set your account email before being able to send test emails. Go to %s for that." : "Debes configurar o correo electrónico da túa conta antes de poder enviar correos electrónicos de proba. Vaia a %s para iso.", + "You need to set your account email before being able to send test emails. Go to %s for that." : "É necesario configurar o correo da súa conta antes de poder enviar correos de proba. Vaia a %s para iso.", "Invalid account" : "Conta incorrecta", "Invalid mail address" : "Enderezo de correo incorrecto", "Settings saved" : "Axustes gardados", @@ -96,11 +96,11 @@ "Welcome aboard" : "Dámoslle a benvida a bordo", "Welcome aboard %s" : "Dámoslle a benvida a bordo %s", "Welcome to your %s account, you can add, protect, and share your data." : "Benvido á súa conta %s , pode engadir, protexer e compartir os seus datos.", - "Your Login is: %s" : "O teu acceso é: %s", + "Your Login is: %s" : "O seu acceso é: %s", "Set your password" : "Defina o seu contrasinal", "Go to %s" : "Ira a %s", "Install Client" : "Instalar o cliente", - "Logged in account must be a subadmin" : "A conta iniciada debe ser un subadministrador", + "Logged in account must be a subadmin" : "A conta accedida debe ser de subadministración", "Apps" : "Aplicacións", "Personal" : "Persoal", "Administration" : "Administración", @@ -122,35 +122,32 @@ "Unlimited" : "Sen límites", "Verifying" : "Verificando", "App directories owner" : "Propietario dos directorios da aplicación", - "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Algúns directorios de aplicacións pertencen a un usuario diferente ao do servidor web. Este pode ser o caso se as aplicacións se instalaron de forma manual. Verifique os permisos dos seguintes directorios de aplicacións:\n%s", - "App directories have the correct owner \"%s\"" : "Os directorios das aplicacións teñen o propietario correcto \"%s\"", + "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Algúns directorios de aplicacións son propiedade dun usuario diferente do usuario do servidor web. Este pode ser o caso se se instalaron aplicacións manualmente. Comprobe os permisos dos seguintes directorios de aplicacións:\n%s", + "App directories have the correct owner \"%s\"" : "Os directorios das aplicacións teñen o propietario correcto «%s»", "Brute-force Throttle" : "Estrangulamento por forza bruta", "Your remote address could not be determined." : "Non foi posíbel determinar o seu enderezo remoto.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "O seu enderezo remoto foi identificado como «%s» e neste momento está estrangulado por forza bruta, o que reduce o rendemento de varias solicitudes. Se o enderezo remoto non é o seu enderezo, isto pode ser unha indicación de que un proxy non está configurado correctamente.", "Your remote address \"%s\" is not brute-force throttled." : "O seu enderezo remoto «%s» non está estrangulado por forza bruta.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta comprobación se execute, debes asegurarte de que o teu servidor web se poida conectar a si mesmo. Polo tanto, debe ser capaz de resolver e conectarse a polo menos un dos seus `trusted_domains` ou o `overwrite.cli.url`.", - "Old administration imported certificates" : "Certificados importados da administración antiga", - "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Está pendente un traballo en segundo plano que comproba se hai certificados SSL importados por parte da administración. Por favor, volve comprobar máis tarde.", - "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hai algúns certificados SSL importados da administración presentes, que xa non se usan con Nextcloud 21. Pódense importar na liña de comandos mediante o comando \"occ security:certificates:import\". A continuación móstranse as súas rutas dentro do directorio de datos.", + "Old administration imported certificates" : "Certificados antigos importados pola administración", + "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Está pendente un traballo en segundo plano que comprobe os certificados SSL importados pola administración. Volva comprobalo máis adiante.", + "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hai algúns certificados SSL importados pola administración, que xa non se usan con Nextcloud 21. Pódense importar coa liña de ordes mediante a orde «occ security:certificates:import». As súas rutas dentro do directorio de datos amósanse deseguido.", "Code integrity" : "Integridade do código", - "Integrity checker has been disabled. Integrity cannot be verified." : "Desactivouse o verificador de integridade. A integridade non se pode verificar.", - "No altered files" : "Non se modificou ningún ficheiro", + "Integrity checker has been disabled. Integrity cannot be verified." : "Foi desactivado o comprobador de integridade. Non é posíbel verificar a integridade.", + "No altered files" : "Non foi modificado ningún ficheiro", "Some files have not passed the integrity check. {link1} {link2}" : "Algúns ficheiros non pasaron a comprobación de integridade. {link1} {link2}", "Cron errors" : "Erros de cron", - "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Non foi posible executar o traballo cron a través da CLI. Aparáronse os seguintes erros técnicos:\n%s", - "The last cron job ran without errors." : "O último traballo cron executouse sen erros.", - "Cron last run" : "Última execución do cron", - "Last background job execution ran %s. Something seems wrong. {link}." : "A última execución do traballo en segundo plano executouse %s. Parece que algo está mal. {ligazón}.", - "Last background job execution ran %s." : "A última execución do traballo en segundo plano executouse %s.", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "Non foi posíbel executar a tarefa de cron programada dende a liña de ordes. Atopáronse os seguintes erros técnicos:\n%s", + "The last cron job ran without errors." : "O último traballo de cron executouse sen erros.", + "Cron last run" : "Última execución de cron", + "Last background job execution ran %s. Something seems wrong. {link}." : "Executouse o último do traballo %s en segundo plano. Semella que algo foi mal. {link}.", + "Last background job execution ran %s." : "Executouse o último do traballo %s en segundo plano.", "Data directory protected" : "Directorio de datos protexido", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "O seu directorio de datos e ficheiros son probabelmente accesíbeis dende Internet. O ficheiro .htaccess non funciona. Recoméndase encarecidamente que configure o seu servidor web para que o directorio de datos xa non sexa accesíbel ou que o mova fóra da raíz de documentos do servidor web.", - "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Non foi posíbel comprobar que o directorio de datos estea protexido. Verifique manualmente que o seu servidor non permite o acceso ao directorio de datos.", + "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "Non foi posíbel comprobar que o directorio de datos estea protexido. Comprobe manualmente que o seu servidor non permite o acceso ao directorio de datos.", "Database missing columns" : "Faltan columnas na base de datos", "Missing optional column \"%s\" in table \"%s\"." : "Falta a columna opcional «%s» na táboa «%s».", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Á base de datos fáltanlle algunhas columnas opcionais. Por mor de que engadir columnas a grandes táboas podería levar moito tempo non foron engadidas automaticamente cando poden ser opcionais. Estas columnas poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-columns». Unha vez se teñan engadidas as columnas, algunhas características poden mellorar a resposta ou a usabilidade.", "Database missing indices" : "Faltan índices na base de datos", - "Missing optional index \"%s\" in table \"%s\"." : "Falta o índice opcional «%s» na táboa «%s».", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Á base de datos fáltanlle algúns índices. Por mor de que engadir os índices podería levar moito non foron engadidos automaticamente. Estes índices perdidos poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-indices». Una vez se teñan engadidos os índices, as consultas a esas táboas adoitan ser moito máis rápidas.", "Database missing primary keys" : "Faltan as chaves primarias na base de datos", "Missing primary key on table \"%s\"." : "Falta a chave primaria na táboa «%s».", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Faltan algunhas chave primarias na base de datos. Por mor do feito de que a adición de chave primarias en táboas grandes podería levar algún tempo, non se engadiron automaticamente. Ao executar «occ db:add-missing-primary-keys», esas chave primarias que faltan poderían engadirse manualmente mentres a instancia segue funcionando.", @@ -169,20 +166,18 @@ "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "A base de datos úsase para o bloqueo de ficheiros transaccionais. Para mellorar o rendemento, configure Memcache, se está dispoñíbel.", "Forwarded for headers" : "Reenviado para cabeceiras", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "O axuste de «trusted_proxies» non está definido correctamente, debería ser unha matriz.", - "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "A túa configuración de \"trusted_proxies\" non está configurada correctamente, debería ser unha matriz de enderezos IP, opcionalmente con intervalo en notación CIDR.", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "O seu axuste de «trusted_proxies» non está definido correctamente, debería ser unha matriz de enderezos IP; opcionalmente co intervalo en notación CIDR.", "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "A configuración da cabeceira do proxy inverso é incorrecta. Este é un problema de seguridade e pode permitir que un atacante falsee o seu enderezo IP como visíbel para Nextcloud.", "Your IP address was resolved as %s" : "O seu enderezo IP resolveuse como %s", "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "A configuración de cabeceiras do proxy inverso é incorrecta, ou Vde. está accedendo a Nextcloud dende un proxy no que confía. Se non, isto é un incidente de seguranza que pode permitir a un atacante disfrazar o seu enderezo IP como visíbel para Nextcloud.", - "HTTPS access and URLs" : "Acceso HTTPS e URLs", - "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Acceso ao sitio de forma insegura a través de HTTP. Recoméndase encarecidamente que configure o seu servidor para requirir HTTPS. Sen el, algunhas funcións web importantes como \"copiar no portapapeis\" ou \"traballadores de servizos\" non funcionarán.", - "Accessing site insecurely via HTTP." : "Acceso ao sitio de forma insegura a través de HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Estás a acceder á túa instancia a través dunha conexión segura, pero a túa instancia está a xerar URL inseguros. Isto moi probablemente significa que está detrás dun proxy inverso e que as variables de configuración de sobreescritura non están configuradas correctamente.", - "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Estás a acceder á túa instancia a través dunha conexión segura e a túa instancia está a xerar URL seguros.", + "HTTPS access and URLs" : "Acceso HTTPS e URL", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Acceso inseguro ao sitio a través de HTTP. Recoméndase encarecidamente que axuste o seu servidor para requirir HTTPS. Sen el, algunhas funcións web importantes como «copiar no portapapeis» ou os «traballadores de servizos» non funcionarán!", + "Accessing site insecurely via HTTP." : "Acceso inseguro ao sitio a través de HTTP.", + "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Está a acceder á súa instancia a través dunha conexión segura e a súa instancia está a xerar URL seguros.", "Internet connectivity" : "Conectividade a Internet", "Internet connectivity is disabled in configuration file." : "A conectividade a Internet está desactivada no ficheiro de configuración.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Este servidor non ten unha conexión a Internet que funcione: non foi posíbel acceder a varios puntos finais. Isto significa que algunhas das funcións como a instalación de almacenamento externo, as notificacións sobre actualizacións ou a instalación de aplicacións de terceiros non funcionarán. O acceso aos ficheiros de forma remota e o envío de correos de notificación pode que tampouco funcionen. Estabeleza unha conexión a Internet dende este servidor para gozar de todas as funcións.", "JavaScript modules support" : "Compatibilidade con módulos JavaScript", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non se puido comprobar a compatibilidade de JavaScript a través de ningún dos teus `trusted_domains` nin `overwrite.cli.url`. Isto pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra de firewall de saída. Comprobe manualmente se o seu servidor web serve ficheiros `.mjs` usando o tipo MIME JavaScript.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "O teu servidor web non serve ficheiros `.mjs` usando o tipo MIME JavaScript. Isto romperá algunhas aplicacións ao impedir que os navegadores executen os ficheiros JavaScript. Debería configurar o seu servidor web para que sirva ficheiros `.mjs` co tipo MIME `text/javascript` ou `application/javascript`.", "JavaScript source map support" : "Compatibilidade con mapas fonte JavaScript", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "O teu servidor web non está configurado para servir ficheiros `.js.map`. Sen estes ficheiros, os mapas fonte de JavaScript non funcionarán correctamente, polo que resulta máis difícil solucionar e depurar os problemas que poidan xurdir.", @@ -193,8 +188,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "O servidor non ten configurada a hora de inicio da xanela de mantemento. Isto significa que tamén se executarán traballos diarios en segundo plano que requiren un uso intensivo de recursos durante o seu tempo de uso principal. Recomendamos configuralo nun momento de uso reducido, para que os usuarios se vexan menos afectados pola carga que provocan estas tarefas pesadas.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "A xanela de mantemento para executar traballos pesados en segundo plano está entre {start}:00 UTC e {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached está configurado como caché distribuída, pero está instalado o módulo PHP incorrecto \"memcache\". \\OC\\Memcache\\Memcached só soporta \"memcached\" e non \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached está configurado como caché distribuída, pero o módulo PHP \"memcached\" non está instalado.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Non se configurou ningunha caché de memoria. Para mellorar o rendemento, configure Memcache, se está dispoñíbel.", "Configured" : "Configurado", "MySQL Unicode support" : "Soporte MySQL Unicode", @@ -204,9 +197,9 @@ "OCS provider resolving" : "Resolución do provedor OCS", "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Non se puido comprobar se o seu servidor web resolve correctamente os URLs do provedor OCM e OCS.", "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "O teu servidor web non está configurado correctamente para resolver %1$s.\nProbablemente estea relacionado cunha configuración de servidor web que non se actualizou para entregar directamente este cartafol.\nCompare a súa configuración coas regras de reescritura enviadas en \".htaccess\" para Apache ou coa proporcionada na documentación de Nginx.\nEn Nginx, estas son normalmente as liñas que comezan por \"localización ~\" que precisan unha actualización.", - "Overwrite CLI URL" : "Sobrescribir o CLI URL", - "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "A opción \"overwrite.cli.url\" no teu config.php está definida correctamente en \"%s\".", - "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "A opción \"overwrite.cli.url\" no teu config.php está definida como \"%s\", que é un URL correcto. O URL suxerido é \"%s\".", + "Overwrite CLI URL" : "Sobrescribir o URL da interface da liña de ordes", + "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "A opción «overwrite.cli.url» está definida correctamente no seu config.php como «%s».", + "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "A opción «overwrite.cli.url» está definida no seu config.php como «%s», que é un URL correcto. O URL suxerido é «%s».", "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Asegúrate de configurar a opción \"overwrite.cli.url\" no teu ficheiro config.php co URL que usan principalmente os teus usuarios para acceder a este Nextcloud. Suxestión: \"%s\". Se non, pode haber problemas coa xeración de URL a través de cron. (Non obstante, é posible que o URL suxerido non sexa o URL que usan principalmente os seus usuarios para acceder a este Nextcloud. O mellor é comprobar isto en calquera caso).", "PHP default charset" : "Conxunto de caracteres predeterminado de PHP", "PHP configuration option \"default_charset\" should be UTF-8" : "A opción de configuración de PHP «default_charset» debería ser UTF-8", @@ -264,13 +257,10 @@ "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS." : "- A cabeceira HTTP `Strict-Transport-Security` ten un formato incorrecto: `%s`. Para mellorar a seguridade, recoméndase activar HSTS.", "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- A cabeceira HTTP `Strict-Transport-Security` non está definida (debe ser polo menos `%d` segundos). Para mellorar a seguridade, recoméndase activar HSTS.", "Some headers are not set correctly on your instance" : "Algunhas cabeceiras non están configuradas correctamente na túa instancia", - "Could not check that your web server serves security headers correctly. Please check manually." : "Non se puido comprobar que o seu servidor web ofrece as cabeceiras de seguranza correctamente. Comprobe manualmente.", - "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Non se puido comprobar que o seu servidor web atende correctamente as cabeceiras de seguranza e non se puido consultar `%s`", - "Your server is correctly configured to send security headers." : "O teu servidor está configurado correctamente para enviar cabeceiras de seguridade.", + "Could not check that your web server serves security headers correctly. Please check manually." : "Non foi posíbel comprobar que o seu servidor web serve as cabeceiras de seguranza correctamente. Compróbeo manualmente.", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Non foi posíbel comprobar que o seu servidor web serve correctamente as cabeceiras de seguranza, non foi posíbel consultar «%s»", + "Your server is correctly configured to send security headers." : "O seu servidor está configurado correctamente para enviar cabeceiras de seguranza.", "Database version" : "Versión da base de datos", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Utilízase a versión «%s» de MariaDB. Nextcloud 21 ou superior non admite esta versión e precisa MariaDB 10.2 ou superior.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Utilízase a versión «%s» de MySQL. Nextcloud 21 e superior non admite esta versión e precisan MySQL 8.0 ou MariaDB 10.2 ou superior.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Utilízase a versión «%s» de PostgreSQL. Nextcloud 21 ou superior non admite esta versión e precisa PostgreSQL 9.6 ou superior.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite está a ser usado actualmente como base de datos de fondo. Para instalacións máis grandes, recomendamos que cambie a unha infraestrutura de base de datos diferente. Isto recoméndase especialmente cando se usa o cliente de escritorio para a sincronización de ficheiros. Para migrar a outra base de datos use a ferramenta de liña de ordes: «occ db:convert-type».", "Unknown database platform" : "Plataforma de base de datos descoñecida", "Architecture" : "Arquitectura", @@ -289,12 +279,12 @@ "Was not able to get transaction isolation level: %s" : "Non foi posíbel obter o nivel de illamento da transacción: %s", ".well-known URLs" : "URL .coñecidos", "`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "`check_for_working_wellknown_setup` está definido como falso na túa configuración, polo que se omitiu esta comprobación.", - "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Non se puido comprobar que o seu servidor web serve `.well-known` correctamente. Compróbeo manualmente.", - "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "O teu servidor web non está configurado correctamente para resolver os URLs `.well-known`, fallou en:\n`%s`", - "Your server is correctly configured to serve `.well-known` URLs." : "O teu servidor está configurado correctamente para servir URLs `.well-known`.", - "WOFF2 file loading" : "cargando ficheiro WOFF2", - "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Non se puido comprobar a compatibilidade de carga de WOFF2. Comprobe manualmente se o seu servidor web serve ficheiros `.woff2`.", - "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "O teu servidor web non está configurado correctamente para entregar ficheiros .woff2. Normalmente, isto é un problema coa configuración de Nginx. Para Nextcloud 15, necesita un axuste para ofrecer tamén ficheiros .woff2. Compare a configuración de Nginx coa configuración recomendada na nosa documentación.", + "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Non foi posíbel comprobar que o seu servidor web serve «.well-known» correctamente. Compróbeo manualmente.", + "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "O seu servidor web non está configurado correctamente para resolver os URL «.well-known», fallou en:\n«%s»", + "Your server is correctly configured to serve `.well-known` URLs." : "O seu servidor está configurado correctamente para servir os URL «.well-known».", + "WOFF2 file loading" : "Cargando o ficheiro WOFF2", + "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Non foi posíbel comprobar a compatibilidade de carga de WOFF2. Comprobe manualmente se o seu servidor web serve ficheiros «.woff2».", + "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "O servidor web non está configurado correctamente para fornecer ficheiros .woff2. Isto é un incidente frecuente en configuracións de Nginx. Para Nextcloud 15 necesita un axuste para fornecer ficheiros .woff2. Compare a súa configuración do Nginx coa configuración recomendada na nosa documentación.", "Profile information" : "Información do perfil", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Imaxe de perfil, nome completo, correo-e, número de teléfono, enderezo, sitio web, Twitter, organización, función, título, biografía e se o seu perfil está activado", "Nextcloud settings" : "Axustes de Nextcloud", @@ -342,10 +332,7 @@ "Set default expiration date for shares via link or mail" : "Definir a data de caducidade predeterminada para as comparticións con outros servidores", "Default expiration time of shares in days" : "Tempo de caducidade predeterminado dos recursos compartidos en días", "Privacy settings for sharing" : "Axustes da privacidade para compartir", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir o autocompletado do nome de usuario no diálogo de compartir e permitir o acceso ao caderno de enderezos do sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Se está activado o autocompletado «mesmo grupo» e a «integración do número de teléfono», unha coincidencia en calquera é abondo para amosar o usuario.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir o autocompletado de nome de usuario aos usuarios dos mesmos grupos e limitar os cadernos de enderezos do sistema aos usuarios dos mesmos grupos", - "Allow username autocompletion to users based on phone number integration" : "Permitir o autocompletado do nome de usuario aos usuarios en función da integración do número de teléfono", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permitir o autocompletado ao introducir o nome completo ou o enderezo de correo-e (ignorando a falta de coincidencia na lista de teléfonos e estar no mesmo grupo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Amosar o texto de exención de responsabilidade na páxina de envío de ligazóns publicas (amosarase só cando a lista de ficheiros estea agochada)", "Disclaimer text" : "Texto de exención de responsabilidade", @@ -576,44 +563,32 @@ "Common languages" : "Idiomas habituais", "Other languages" : "Outros idiomas", "Password change is disabled because the master key is disabled" : "O cambio de contrasinal está desactivado porque a chave principal está desactivada", - "New user" : "Novo usuario", + "New account" : "Conta nova", "Display name" : "Nome para amosar", "Either password or email is required" : "Precísase dun contrasinal ou un correo-e", "Password (required)" : "Contrasinal (necesario)", "Email (required)" : "Correo-e (necesario)", "Email" : "Correo", "Groups (required)" : "Grupos (necesario)", - "Set user groups" : "Definir grupos de usuarios", "Administered groups" : "Grupos administrados", - "Set user as admin for …" : "Definir o usuario como administrador para…", "Quota" : "Cota", - "Set user quota" : "Definir a cota de usuario", "Language" : "Idioma", "Set default language" : "Definir o idioma predeterminado", "Manager" : "Xestor/a", - "Add new user" : "Engadir un novo usuario", - "Set user manager" : "Definir o xestor de usuarios", - "Username will be autogenerated" : "O nome de usuario vai ser xerado automaticamente", - "Username (required)" : "Nome de usuario (necesario)", "Total rows summary" : "Resumo total de filas", - "Loading users …" : "Cargando usuarios…", "Scroll to load more rows" : "Desprácese para cargar máis filas", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario…","{userCount} usuarios…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios"], "Avatar" : "Avatar", - "Username" : "Nome de usuario", + "Account name" : "Nome da conta", "Group admin for" : "Administrador de grupo para", - "User backend" : "Infraestrutura do usuario", "Storage location" : "Localización do almacenamento", "Last login" : "Último acceso", - "User actions" : "Accións do usuario", + "Account actions" : "Accións da conta", "Password or insufficient permissions message" : "Mensaxe de contrasinal ou de permisos insuficientes", "Loading account …" : "Cargando a conta ...", "Change display name" : "Cambiar o nome para amosar", "Set new password" : "Definir un novo contrasinal", "You do not have permissions to see the details of this account" : "Non tes permisos para ver os detalles desta conta", "Set new email address" : "Definir un novo enderezo de correo", - "Add user to group" : "Engadir usuario ao grupo", "Add account to group" : "Engadir conta ao grupo", "Set account as admin for" : "Establecer a conta como administrador para", "Select account quota" : "Seleccione a cota da conta", @@ -679,7 +654,6 @@ "Disabled accounts" : "Contas inhabilitadas", "Account group: {group}" : "Grupo de conta: {group}", "Account management" : "Xestión de contas", - "New account" : "Conta nova", "Creating group…" : "Creando grupo ...", "Create group" : "Creando o grupo", "Group name" : "Nome do grupo", @@ -737,6 +711,7 @@ "Account documentation" : "Documentación da conta", "Administration documentation" : "Documentación da administración da instancia", "Forum" : "Foro", + "Nextcloud help & privacy resources" : "Recursos de axuda e privacidade de Nextcloud", "General documentation" : "Documentación xeral", "Legal notice" : "Aviso legal", "Privacy policy" : "Directiva de privacidade", @@ -775,7 +750,7 @@ "Use a second factor besides your password to increase security for your account." : "Empregue un segundo factor ademais do seu contrasinal para aumentar a seguranza da súa conta.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : " Se usa aplicacións de terceiros para conectarse a Nextcloud, asegúrese de crear e configurar un contrasinal de aplicación para cada unha antes de activar a autenticación de segundo factor.", "No user supplied" : "Non subministrado polo usuario", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Forneza un contrasinal de recuperación de administrador; senón perderase toda a información do usuario.", + "Please provide an admin recovery password; otherwise, all user data will be lost." : "Forneza un contrasinal de recuperación de administración; senón perderanse todos os datos do usuario.", "Backend does not support password change, but the user's encryption key was updated." : "A infraestrutura non admite o cambio de contrasinal, mais a chave de cifrado do usuario foi actualizada.", "installing and updating apps via the App Store or Federated Cloud Sharing" : "instalar e actualizar aplicacións a través da tenda de aplicacións ou da nube federada compartida", "Federated Cloud Sharing" : "Nube federada compartida", @@ -789,7 +764,7 @@ "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "O número máximo de chaves OPcache está case superado. Para garantir que todos os scripts poden manterse na caché, recoméndase aplicar <code>opcache.max_accelerated_files</code> á súa configuración de PHP cun valor superior a <code>%s</code>.", "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "O búfer OPcache está case cheo. Para garantir que todos os scripts se poidan gardar na caché, recoméndase aplicar <code>opcache.memory_consumption</code> á súa configuración de PHP cun valor superior a <code>%s</code>.", "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "O búfer de cadeas internas en OPcache está case cheo. Para asegurarse de que as cadeas que se repiten poidan almacenarse na caché de forma efectiva, recoméndase aplicar <code>opcache.interned_strings_buffer</code> á súa configuración de PHP cun valor superior a <code>%s</code>.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "É necesario definir o seu correo de usuario antes de poder enviar correos de proba. Vaia a %spara iso.", + "You need to set your user email before being able to send test emails. Go to %s for that." : "É necesario definir o seu correo de usuario antes de poder enviar correos de proba. Vaia a %s para iso.", "Invalid user" : "Usuario incorrecto", "Your username is: %s" : "O seu nome de usuario é: %s", "Logged in user must be a subadmin" : "O usuario autenticado debe ser un subadministrador", @@ -797,6 +772,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hai algúns certificados SSL importados polo usuario, que xa non se usan con Nextcloud 21. Pódense importar coa liña de ordes mediante a orde «occ security:certificates:import». As súas rutas dentro do directorio de datos amosanse deseguido.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Atopáronse UUID incorrectos de usuarios ou grupos LDAP. Revise a súa configuración de «Anular a detección de UUID» na parte Experto da configuración LDAP e utilice «occ ldap:update-uuid» para actualizalos.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "A sincronización do caderno de enderezos do sistema DAV aínda non foi executado porque a súa instancia ten máis de 1000 usuarios ou porque se produciu un erro. Execúteo manualmente con occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Utilízase a versión «%s» de MariaDB. Nextcloud 21 ou superior non admite esta versión e precisa MariaDB 10.2 ou superior.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Utilízase a versión «%s» de MySQL. Nextcloud 21 e superior non admite esta versión e precisan MySQL 8.0 ou MariaDB 10.2 ou superior.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Utilízase a versión «%s» de PostgreSQL. Nextcloud 21 ou superior non admite esta versión e precisa PostgreSQL 9.6 ou superior.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "A autenticación de dous factores pode ser imposta para todos os usuarios e grupos específicos. Se non tiveran configurado un provedor de dous factores, non podería acceder ao sistema.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Cando se seleccionan/exclúen os grupos, usase a seguinte lóxica para determinar se un usuario ten obrigada a A2F: Se non hai grupos seleccionados, a A2F está activa para todos agás os membros dos grupos excluídos. Se hai grupos seleccionados, a A2F está activa para todos os membros destes. Se un usuario está á vez nun grupo seleccionado e noutro excluído, o seleccionado ten preferencia e se lle obriga a A2F.", "Enable all" : "Activar todo", @@ -811,6 +789,7 @@ "Error while deleting the token" : "Produciuse un erro ao eliminar o testemuño", "Use the credentials below to configure your app or device." : "Use as seguintes credenciais para configurar a súa aplicación ou dispositivo. ", "For security reasons this password will only be shown once." : "Por mor da seguranza ese contrasinal só se amosará unha vez. ", + "Username" : "Nome de usuario", "Copied!" : "Copiado!", "Copy" : "Copiar", "Execute one task with each page loaded. Use case: Single user instance." : "Executar unha tarefa con cada páxina cargada. Caso de uso: instancia de usuario único.", @@ -830,6 +809,7 @@ "Edit display name" : "Editar o nome para amosar", "Add new password" : "Engadir un novo contrasinal", "Add new email address" : "Engadir un novo enderezo de correo", + "Add user to group" : "Engadir usuario ao grupo", "Set user as admin for" : "Definir o usuario como administrador para", "Select user quota" : "Seleccionar a cota de usuario", "Select manager" : "Seleccionar o xestor", @@ -840,9 +820,11 @@ "Enable user" : "Activar usuario", "Edit User" : "Editar usuario", "User's table" : "Táboa de usuarios", + "New user" : "Novo usuario", "Will be autogenerated" : "Vai ser xerado automaticamente", "Select user manager" : "Seleccione o xestor de usuarios", "Add a new user" : "Engadir un novo usuario", + "User backend" : "Infraestrutura do usuario", "No users in here" : "Aquí non hai usuarios", "Name your device" : "Nome do seu dispositivo", "Server error while trying to add WebAuthn device" : "Produciuse un erro do servidor cando se tentaba engadir un dispositivo WebAuthn", @@ -870,15 +852,31 @@ "Exclude groups from creating link shares:" : "Excluír grupos da creación de ligazóns para compartir:", "Exclude groups from sharing" : "Excluír grupos da compartición", "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos poderán recibir comparticións, mais non inicialas.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir o autocompletado do nome de usuario no diálogo de compartir e permitir o acceso ao caderno de enderezos do sistema", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir o autocompletado de nome de usuario aos usuarios dos mesmos grupos e limitar os cadernos de enderezos do sistema aos usuarios dos mesmos grupos", + "Allow username autocompletion to users based on phone number integration" : "Permitir o autocompletado do nome de usuario aos usuarios en función da integración do número de teléfono", "Old user imported certificates" : "Certificados antigos importados polo usuario", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non se puido comprobar a compatibilidade de JavaScript. Comprobe manualmente se o seu servidor web serve ficheiros `.mjs` utilizando o tipo MIME JavaScript.", + "Missing optional index \"%s\" in table \"%s\"." : "Falta o índice opcional «%s» na táboa «%s».", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Á base de datos fáltanlle algúns índices. Por mor de que engadir os índices podería levar moito non foron engadidos automaticamente. Estes índices perdidos poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-indices». Una vez se teñan engadidos os índices, as consultas a esas táboas adoitan ser moito máis rápidas.", + "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non foi posíbel comprobar a compatibilidade de JavaScript. Comprobe manualmente se o seu servidor web serve ficheiros «.mjs» utilizando o tipo MIME JavaScript.", "MySQL unicode support" : "Compatibilidade con MySQL Unicode", - "Overwrite cli URL" : "Sobrescribir a cli URL", + "Overwrite cli URL" : "Sobrescribir o URL da interface da liña de ordes", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualmente está a executar PHP %s. PHP 8.0 é obsoleto en Nextcloud 27. Nextcloud 28 pode precisar polo menos PHP 8.1. Actualice a unha das versións de PHP oficialmente compatíbeis fornecidas polo Grupo PHP o antes posíbel.", "Rating: {score}/10" : "Valoración: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Está a piques de retirar o grupo «{group}». Os usuarios NON van ser eliminados.", "No users" : "Non hai usuarios", + "Loading users …" : "Cargando usuarios…", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuarios. Esta lista non se representa de xeito completo por mor do rendemento. Os usuarios represéntanse mentres se despraza pola lista.", + "Set user groups" : "Definir grupos de usuarios", + "Set user as admin for …" : "Definir o usuario como administrador para…", + "Set user quota" : "Definir a cota de usuario", + "Add new user" : "Engadir un novo usuario", + "Set user manager" : "Definir o xestor de usuarios", + "Username will be autogenerated" : "O nome de usuario vai ser xerado automaticamente", + "Username (required)" : "Nome de usuario (necesario)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuario…","{userCount} usuarios…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} usuario","{userCount} usuarios"], + "User actions" : "Accións do usuario", "Loading user …" : "Cargando usuario…", "Failed to update user manager" : "Produciuse un erro ao actualizar o xestor de usuarios", "User management settings" : "Axustes da xestión de usuarios", @@ -886,6 +884,8 @@ "User management" : "Xestión de usuarios", "Creating group …" : "Creando un grupo…", "User group: {group}" : "Grupo de usuarios: {group}", - "Nextcloud help resources" : "Recursos de axuda de Nextcloud" + "Nextcloud help resources" : "Recursos de axuda de Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Polo tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url».", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non se puido comprobar a compatibilidade de JavaScript a través de ningún dos teus `trusted_domains` nin `overwrite.cli.url`. Isto pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra de firewall de saída. Comprobe manualmente se o seu servidor web serve ficheiros `.mjs` usando o tipo MIME JavaScript." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/he.js b/apps/settings/l10n/he.js index b45db31c104..1b2fb0e9c99 100644 --- a/apps/settings/l10n/he.js +++ b/apps/settings/l10n/he.js @@ -104,7 +104,6 @@ OC.L10N.register( "Unlimited" : "ללא הגבלה", "Verifying" : "מתבצע אימות", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "במסד הנתונים חסרים כמה עמודות אופציונליות. בשל העובדה שהוספת עמודות בטבלאות גדולות עשויה להימשך זמן מה, הן לא נוספו אוטומטית כאשר הן יכולות להיות אופציונליות. על ידי הפעלת \"occ db: add-missing-column\", ניתן להוסיף את העמודות החסרות האלה באופן ידני בזמן שהמופע ממשיך לפעול. לאחר הוספת העמודות, חלק מהתכונות עשויות לשפר את ההיענות או את השימושיות.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "למסד הנתונים חסרים אינדקסים. כיוון שהוספת אינדקסים על טבלאות גדולות היא פעולה שגוזלת זמן רב הם לא נוספים אוטומטית. על ידי הרצת הפקודה „occ db:add-missing-indices” האינדקסים החסרים נוספים ידנית ללא עצירת פעולת העותק. לאחר הוספת האינדקסים השאילתות על הטבלאות האלה מהירות בהרבה.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "במסד הנתונים חסרים כמה מפתחות ראשיים. בשל העובדה שהוספת מפתחות ראשיים לטבלאות גדולות עשויה להימשך זמן מה, הם לא נוספו אוטומטית. על ידי הפעלת \"occ db: add-missing-primary-keys\", ניתן להוסיף מפתחות הראשיים החסרים האלה באופן ידני, בזמן שהמופע ממשיך לפעול.", "Disabled" : "מושבת", "The old server-side-encryption format is enabled. We recommend disabling this." : "תצורת ההצפנה מצד השרת המיושנת מופעלת. אנו ממליצים להשבית אותה.", @@ -228,17 +227,16 @@ OC.L10N.register( "Default language" : "שפת בררת מחדל", "Common languages" : "שפות נפוצות", "Password change is disabled because the master key is disabled" : "החלפת ססמה מושבתת כיוון שהמפתח הראשי מושבת", - "New user" : "משתמש חדש", + "New account" : "חשבון חדש", "Display name" : "שם תצוגה", "Email" : "דוא״ל", "Quota" : "מכיסה", "Language" : "שפה", "Avatar" : "תמונה מייצגת", - "Username" : "שם משתמש", "Group admin for" : "הנהלת הקבוצה", - "User backend" : "מנגנון משתמש", "Storage location" : "מיקום אחסון", "Last login" : "כניסה אחרונה", + "Account actions" : "פעולות חשבון", "{size} used" : "{size} בשימוש", "Delete account" : "מחיקת חשבון", "Resend welcome email" : "שליחת הודעת קבלת פנים בדוא״ל מחדש", @@ -270,7 +268,6 @@ OC.L10N.register( "Your browser does not support WebAuthn." : "הדפדפן שלך אינו תומך ב־WebAuthn.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "כמנהל יש לך אפשרות לכוונן את התנהגות השיתוף. נא לעיין בתיעוד לפרטים נוספים.", "Admins" : "מנהלים", - "New account" : "חשבון חדש", "Group name" : "שם קבוצה", "Sending…" : "בשליחה…", "Email sent" : "הודעת הדואר האלקטרוני נשלחה", @@ -354,6 +351,7 @@ OC.L10N.register( "Error while deleting the token" : "שגיאה בזמן מחיקת המחרוזת", "Use the credentials below to configure your app or device." : "יש להשתמש בפרטי הזיהוי שלהלן כדי להגדיר את היישומון או ההתקן שלך.", "For security reasons this password will only be shown once." : "מטעמי אבטחה הססמה תופיע פעם אחת בלבד.", + "Username" : "שם משתמש", "Copied!" : "הועתק!", "Copy" : "העתקה", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "כדי להריץ זאת יש צורך בהרחבת POSIX ל־PHP. נא לעיין ב{linkstart}תיעוד של PHP{linkend} לפרטים נוספים.", @@ -371,8 +369,10 @@ OC.L10N.register( "Disable user" : "השבתת משתמש", "Enable user" : "הפעלת משתמש", "Edit User" : "עריכת משתמש", + "New user" : "משתמש חדש", "Will be autogenerated" : "ייווצר אוטומטית", "Add a new user" : "הוספת משתמש חדש", + "User backend" : "מנגנון משתמש", "No users in here" : "אין כאן משתמשים", "Name your device" : "מתן שם להתקן שלך", "Server error while trying to add WebAuthn device" : "אירעה שגיאת שרת בעת הניסיון להוספת התקן WebAuthn", @@ -393,6 +393,7 @@ OC.L10N.register( "day(s)" : "ימים", "Set default expiration date" : "הגדרת תאריך תפוגה ברירת מחדל", "Exclude groups from sharing" : "מניעת קבוצות משיתוף", - "These groups will still be able to receive shares, but not to initiate them." : "קבוצות אלו עדיין יוכלו לקבל שיתופים, אך לא לשתף בעצמם." + "These groups will still be able to receive shares, but not to initiate them." : "קבוצות אלו עדיין יוכלו לקבל שיתופים, אך לא לשתף בעצמם.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "למסד הנתונים חסרים אינדקסים. כיוון שהוספת אינדקסים על טבלאות גדולות היא פעולה שגוזלת זמן רב הם לא נוספים אוטומטית. על ידי הרצת הפקודה „occ db:add-missing-indices” האינדקסים החסרים נוספים ידנית ללא עצירת פעולת העותק. לאחר הוספת האינדקסים השאילתות על הטבלאות האלה מהירות בהרבה." }, "nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"); diff --git a/apps/settings/l10n/he.json b/apps/settings/l10n/he.json index 68bcf8f1c13..3d4bad74493 100644 --- a/apps/settings/l10n/he.json +++ b/apps/settings/l10n/he.json @@ -102,7 +102,6 @@ "Unlimited" : "ללא הגבלה", "Verifying" : "מתבצע אימות", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "במסד הנתונים חסרים כמה עמודות אופציונליות. בשל העובדה שהוספת עמודות בטבלאות גדולות עשויה להימשך זמן מה, הן לא נוספו אוטומטית כאשר הן יכולות להיות אופציונליות. על ידי הפעלת \"occ db: add-missing-column\", ניתן להוסיף את העמודות החסרות האלה באופן ידני בזמן שהמופע ממשיך לפעול. לאחר הוספת העמודות, חלק מהתכונות עשויות לשפר את ההיענות או את השימושיות.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "למסד הנתונים חסרים אינדקסים. כיוון שהוספת אינדקסים על טבלאות גדולות היא פעולה שגוזלת זמן רב הם לא נוספים אוטומטית. על ידי הרצת הפקודה „occ db:add-missing-indices” האינדקסים החסרים נוספים ידנית ללא עצירת פעולת העותק. לאחר הוספת האינדקסים השאילתות על הטבלאות האלה מהירות בהרבה.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "במסד הנתונים חסרים כמה מפתחות ראשיים. בשל העובדה שהוספת מפתחות ראשיים לטבלאות גדולות עשויה להימשך זמן מה, הם לא נוספו אוטומטית. על ידי הפעלת \"occ db: add-missing-primary-keys\", ניתן להוסיף מפתחות הראשיים החסרים האלה באופן ידני, בזמן שהמופע ממשיך לפעול.", "Disabled" : "מושבת", "The old server-side-encryption format is enabled. We recommend disabling this." : "תצורת ההצפנה מצד השרת המיושנת מופעלת. אנו ממליצים להשבית אותה.", @@ -226,17 +225,16 @@ "Default language" : "שפת בררת מחדל", "Common languages" : "שפות נפוצות", "Password change is disabled because the master key is disabled" : "החלפת ססמה מושבתת כיוון שהמפתח הראשי מושבת", - "New user" : "משתמש חדש", + "New account" : "חשבון חדש", "Display name" : "שם תצוגה", "Email" : "דוא״ל", "Quota" : "מכיסה", "Language" : "שפה", "Avatar" : "תמונה מייצגת", - "Username" : "שם משתמש", "Group admin for" : "הנהלת הקבוצה", - "User backend" : "מנגנון משתמש", "Storage location" : "מיקום אחסון", "Last login" : "כניסה אחרונה", + "Account actions" : "פעולות חשבון", "{size} used" : "{size} בשימוש", "Delete account" : "מחיקת חשבון", "Resend welcome email" : "שליחת הודעת קבלת פנים בדוא״ל מחדש", @@ -268,7 +266,6 @@ "Your browser does not support WebAuthn." : "הדפדפן שלך אינו תומך ב־WebAuthn.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "כמנהל יש לך אפשרות לכוונן את התנהגות השיתוף. נא לעיין בתיעוד לפרטים נוספים.", "Admins" : "מנהלים", - "New account" : "חשבון חדש", "Group name" : "שם קבוצה", "Sending…" : "בשליחה…", "Email sent" : "הודעת הדואר האלקטרוני נשלחה", @@ -352,6 +349,7 @@ "Error while deleting the token" : "שגיאה בזמן מחיקת המחרוזת", "Use the credentials below to configure your app or device." : "יש להשתמש בפרטי הזיהוי שלהלן כדי להגדיר את היישומון או ההתקן שלך.", "For security reasons this password will only be shown once." : "מטעמי אבטחה הססמה תופיע פעם אחת בלבד.", + "Username" : "שם משתמש", "Copied!" : "הועתק!", "Copy" : "העתקה", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "כדי להריץ זאת יש צורך בהרחבת POSIX ל־PHP. נא לעיין ב{linkstart}תיעוד של PHP{linkend} לפרטים נוספים.", @@ -369,8 +367,10 @@ "Disable user" : "השבתת משתמש", "Enable user" : "הפעלת משתמש", "Edit User" : "עריכת משתמש", + "New user" : "משתמש חדש", "Will be autogenerated" : "ייווצר אוטומטית", "Add a new user" : "הוספת משתמש חדש", + "User backend" : "מנגנון משתמש", "No users in here" : "אין כאן משתמשים", "Name your device" : "מתן שם להתקן שלך", "Server error while trying to add WebAuthn device" : "אירעה שגיאת שרת בעת הניסיון להוספת התקן WebAuthn", @@ -391,6 +391,7 @@ "day(s)" : "ימים", "Set default expiration date" : "הגדרת תאריך תפוגה ברירת מחדל", "Exclude groups from sharing" : "מניעת קבוצות משיתוף", - "These groups will still be able to receive shares, but not to initiate them." : "קבוצות אלו עדיין יוכלו לקבל שיתופים, אך לא לשתף בעצמם." + "These groups will still be able to receive shares, but not to initiate them." : "קבוצות אלו עדיין יוכלו לקבל שיתופים, אך לא לשתף בעצמם.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "למסד הנתונים חסרים אינדקסים. כיוון שהוספת אינדקסים על טבלאות גדולות היא פעולה שגוזלת זמן רב הם לא נוספים אוטומטית. על ידי הרצת הפקודה „occ db:add-missing-indices” האינדקסים החסרים נוספים ידנית ללא עצירת פעולת העותק. לאחר הוספת האינדקסים השאילתות על הטבלאות האלה מהירות בהרבה." },"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/hr.js b/apps/settings/l10n/hr.js index 6736f8fdae1..3c475beb8c2 100644 --- a/apps/settings/l10n/hr.js +++ b/apps/settings/l10n/hr.js @@ -110,7 +110,6 @@ OC.L10N.register( "Unlimited" : "Neograničeno", "Verifying" : "Provjeravanje", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "U bazi podataka nedostaju određeni neobavezni stupci. Zbog činjenice da bi dodavanje stupaca u velikim tablicama moglo potrajati neko duže vrijeme, stupci se ne dodaju automatski, već je njihovo dodavanje neobavezno. Izvršenjem „occ db:add-missing-columns” ti se stupci mogu ručno dodati dok instanca radi. Nakon dodavanja stupaca može se poboljšati odaziv ili uporabljivost određenih značajki.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "U bazi podataka nedostaju određeni indeksi. Zbog činjenice da bi dodavanje indeksa u velikim tablicama moglo potrajati neko duže vrijeme, isti se ne dodaju automatski. Izvršenjem „occ db:add-missing-indices” se ti indeksi mogu ručno dodati dok instanca radi. Kada se indeksi dodaju, upiti u te tablice obično su mnogo brži.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "U bazi podataka nedostaju određeni primarni ključevi. Zbog činjenice da bi dodavanje primarnih ključeva moglo potrajati neko duže vrijeme u velikim tablicama, isti se ne dodaju automatski. Izvršenjem „occ db:add-missing-primary-keys” ti se primarni ključevi mogu ručno dodati dok instanca radi.", "Disabled" : "Onemogućeno", "The old server-side-encryption format is enabled. We recommend disabling this." : "Omogućen je stari format šifriranja na strani poslužitelja. Preporučujemo da ga onemogućite.", @@ -136,7 +135,6 @@ OC.L10N.register( "Enforce expiration date" : "Primijeni datum isteka", "Set default expiration date for shares to other servers" : "Postavi zadani datum isteka dijeljenja na druge poslužitelje", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Ako je omogućeno automatsko dovršavanje „ista grupa” i „integracija telefonskog broja”, bilo koje od tih podudaranja dovoljno je za prikaz korisnika.", - "Allow username autocompletion to users based on phone number integration" : "Omogući korisnicima automatsko dovršavanje korisničkog imena na temelju integracije telefonskog broja", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Prikaži tekst izjave o odricanju od odgovornosti na stranici za otpremanje javnih poveznica (prikazuje se samo kad je popis datoteka skriven)", "This text will be shown on the public link upload page when the file list is hidden." : "Ovaj će tekst biti prikazan na stranici za otpremanje javnih poveznica kad je popis datoteka skriven.", "Default share permissions" : "Zadana dopuštenja za dijeljenje", @@ -268,18 +266,16 @@ OC.L10N.register( "Common languages" : "Česti jezici", "Other languages" : "Drugi jezici", "Password change is disabled because the master key is disabled" : "Onemogućeno je mijenjanje zaporke jer je onemogućen glavni ključ", - "New user" : "Novi korisnik", + "New account" : "Novi račun", "Display name" : "Ime za prikaz", "Email" : "E-pošta", "Quota" : "Kvota", "Language" : "Jezik", "Avatar" : "Avatar", - "Username" : "Korisničko ime", "Group admin for" : "Administrator grupe za", - "User backend" : "Korisnički pozadinski sustav", "Storage location" : "Mjesto pohrane", "Last login" : "Posljednja prijava", - "Add user to group" : "Dodaj korisnika u grupu", + "Account actions" : "Radnje računa", "{size} used" : "Iskorišteno {size}", "Delete account" : "Izbriši račun", "Resend welcome email" : "Ponovno pošalji poruku dobrodošlice", @@ -312,7 +308,6 @@ OC.L10N.register( "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Administrator možete detaljnije podešavati dijeljenja. Pogledajte odgovarajuću dokumentaciju za više informacija.", "You need to enable the File sharing App." : "Morate omogućiti aplikaciju za dijeljenje datoteka.", "Admins" : "Administratori", - "New account" : "Novi račun", "Group name" : "Naziv grupe", "Sending…" : "Slanje…", "Email sent" : "E-pošta je poslana", @@ -407,6 +402,7 @@ OC.L10N.register( "Error while deleting the token" : "Pogreška pri brisanju tokena", "Use the credentials below to configure your app or device." : "Upotrijebite vjerodajnice navedene u nastavku za konfiguriranje aplikacije ili uređaja.", "For security reasons this password will only be shown once." : "Iz sigurnosnih razloga ta će se zaporka prikazati samo jednom.", + "Username" : "Korisničko ime", "Copied!" : "Kopirano!", "Copy" : "Kopiraj", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Za izvršavanje navedenog postupka potrebno je proširenje PHP POSIX. Pogledajte {linkstart}dokumentaciju PHP-a{linkend} za više informacija.", @@ -418,6 +414,7 @@ OC.L10N.register( "You do not have permissions to see the details of this user" : "Nemate dopuštenja za prikaz pojedinosti ovog korisnika", "Add new password" : "Dodaj novu zaporku", "Add new email address" : "Dodaj novu adresu e-pošte", + "Add user to group" : "Dodaj korisnika u grupu", "Set user as admin for" : "Postavi korisnika kao administratora za", "Select user quota" : "Odaberi kvotu korisnika", "Toggle user actions menu" : "Uklj./isklj. izbornik s radnjama korisnika", @@ -426,8 +423,10 @@ OC.L10N.register( "Disable user" : "Onemogući korisnika", "Enable user" : "Omogući korisnika", "Edit User" : "Uredi korisnika", + "New user" : "Novi korisnik", "Will be autogenerated" : "Automatski će se generirati", "Add a new user" : "Dodaj novog korisnika", + "User backend" : "Korisnički pozadinski sustav", "No users in here" : "Ovdje nema korisnika", "Name your device" : "Dodijelite naziv svom uređaju", "Server error while trying to add WebAuthn device" : "Pogreška poslužitelja pri dodavanju WebAuthn uređaja", @@ -452,6 +451,8 @@ OC.L10N.register( "Set default expiration date" : "Postavi zadani datum isteka", "Exclude groups from creating link shares:" : "Izuzmite grupe iz stvaranja dijeljenja poveznice:", "Exclude groups from sharing" : "Izuzmi grupe iz dijeljenja", - "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe još uvijek moći primati dijeljene sadržaje, ali ih neće moći pokrenuti." + "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe još uvijek moći primati dijeljene sadržaje, ali ih neće moći pokrenuti.", + "Allow username autocompletion to users based on phone number integration" : "Omogući korisnicima automatsko dovršavanje korisničkog imena na temelju integracije telefonskog broja", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "U bazi podataka nedostaju određeni indeksi. Zbog činjenice da bi dodavanje indeksa u velikim tablicama moglo potrajati neko duže vrijeme, isti se ne dodaju automatski. Izvršenjem „occ db:add-missing-indices” se ti indeksi mogu ručno dodati dok instanca radi. Kada se indeksi dodaju, upiti u te tablice obično su mnogo brži." }, "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/apps/settings/l10n/hr.json b/apps/settings/l10n/hr.json index 910e23acd1a..336ee7af560 100644 --- a/apps/settings/l10n/hr.json +++ b/apps/settings/l10n/hr.json @@ -108,7 +108,6 @@ "Unlimited" : "Neograničeno", "Verifying" : "Provjeravanje", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "U bazi podataka nedostaju određeni neobavezni stupci. Zbog činjenice da bi dodavanje stupaca u velikim tablicama moglo potrajati neko duže vrijeme, stupci se ne dodaju automatski, već je njihovo dodavanje neobavezno. Izvršenjem „occ db:add-missing-columns” ti se stupci mogu ručno dodati dok instanca radi. Nakon dodavanja stupaca može se poboljšati odaziv ili uporabljivost određenih značajki.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "U bazi podataka nedostaju određeni indeksi. Zbog činjenice da bi dodavanje indeksa u velikim tablicama moglo potrajati neko duže vrijeme, isti se ne dodaju automatski. Izvršenjem „occ db:add-missing-indices” se ti indeksi mogu ručno dodati dok instanca radi. Kada se indeksi dodaju, upiti u te tablice obično su mnogo brži.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "U bazi podataka nedostaju određeni primarni ključevi. Zbog činjenice da bi dodavanje primarnih ključeva moglo potrajati neko duže vrijeme u velikim tablicama, isti se ne dodaju automatski. Izvršenjem „occ db:add-missing-primary-keys” ti se primarni ključevi mogu ručno dodati dok instanca radi.", "Disabled" : "Onemogućeno", "The old server-side-encryption format is enabled. We recommend disabling this." : "Omogućen je stari format šifriranja na strani poslužitelja. Preporučujemo da ga onemogućite.", @@ -134,7 +133,6 @@ "Enforce expiration date" : "Primijeni datum isteka", "Set default expiration date for shares to other servers" : "Postavi zadani datum isteka dijeljenja na druge poslužitelje", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Ako je omogućeno automatsko dovršavanje „ista grupa” i „integracija telefonskog broja”, bilo koje od tih podudaranja dovoljno je za prikaz korisnika.", - "Allow username autocompletion to users based on phone number integration" : "Omogući korisnicima automatsko dovršavanje korisničkog imena na temelju integracije telefonskog broja", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Prikaži tekst izjave o odricanju od odgovornosti na stranici za otpremanje javnih poveznica (prikazuje se samo kad je popis datoteka skriven)", "This text will be shown on the public link upload page when the file list is hidden." : "Ovaj će tekst biti prikazan na stranici za otpremanje javnih poveznica kad je popis datoteka skriven.", "Default share permissions" : "Zadana dopuštenja za dijeljenje", @@ -266,18 +264,16 @@ "Common languages" : "Česti jezici", "Other languages" : "Drugi jezici", "Password change is disabled because the master key is disabled" : "Onemogućeno je mijenjanje zaporke jer je onemogućen glavni ključ", - "New user" : "Novi korisnik", + "New account" : "Novi račun", "Display name" : "Ime za prikaz", "Email" : "E-pošta", "Quota" : "Kvota", "Language" : "Jezik", "Avatar" : "Avatar", - "Username" : "Korisničko ime", "Group admin for" : "Administrator grupe za", - "User backend" : "Korisnički pozadinski sustav", "Storage location" : "Mjesto pohrane", "Last login" : "Posljednja prijava", - "Add user to group" : "Dodaj korisnika u grupu", + "Account actions" : "Radnje računa", "{size} used" : "Iskorišteno {size}", "Delete account" : "Izbriši račun", "Resend welcome email" : "Ponovno pošalji poruku dobrodošlice", @@ -310,7 +306,6 @@ "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Administrator možete detaljnije podešavati dijeljenja. Pogledajte odgovarajuću dokumentaciju za više informacija.", "You need to enable the File sharing App." : "Morate omogućiti aplikaciju za dijeljenje datoteka.", "Admins" : "Administratori", - "New account" : "Novi račun", "Group name" : "Naziv grupe", "Sending…" : "Slanje…", "Email sent" : "E-pošta je poslana", @@ -405,6 +400,7 @@ "Error while deleting the token" : "Pogreška pri brisanju tokena", "Use the credentials below to configure your app or device." : "Upotrijebite vjerodajnice navedene u nastavku za konfiguriranje aplikacije ili uređaja.", "For security reasons this password will only be shown once." : "Iz sigurnosnih razloga ta će se zaporka prikazati samo jednom.", + "Username" : "Korisničko ime", "Copied!" : "Kopirano!", "Copy" : "Kopiraj", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Za izvršavanje navedenog postupka potrebno je proširenje PHP POSIX. Pogledajte {linkstart}dokumentaciju PHP-a{linkend} za više informacija.", @@ -416,6 +412,7 @@ "You do not have permissions to see the details of this user" : "Nemate dopuštenja za prikaz pojedinosti ovog korisnika", "Add new password" : "Dodaj novu zaporku", "Add new email address" : "Dodaj novu adresu e-pošte", + "Add user to group" : "Dodaj korisnika u grupu", "Set user as admin for" : "Postavi korisnika kao administratora za", "Select user quota" : "Odaberi kvotu korisnika", "Toggle user actions menu" : "Uklj./isklj. izbornik s radnjama korisnika", @@ -424,8 +421,10 @@ "Disable user" : "Onemogući korisnika", "Enable user" : "Omogući korisnika", "Edit User" : "Uredi korisnika", + "New user" : "Novi korisnik", "Will be autogenerated" : "Automatski će se generirati", "Add a new user" : "Dodaj novog korisnika", + "User backend" : "Korisnički pozadinski sustav", "No users in here" : "Ovdje nema korisnika", "Name your device" : "Dodijelite naziv svom uređaju", "Server error while trying to add WebAuthn device" : "Pogreška poslužitelja pri dodavanju WebAuthn uređaja", @@ -450,6 +449,8 @@ "Set default expiration date" : "Postavi zadani datum isteka", "Exclude groups from creating link shares:" : "Izuzmite grupe iz stvaranja dijeljenja poveznice:", "Exclude groups from sharing" : "Izuzmi grupe iz dijeljenja", - "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe još uvijek moći primati dijeljene sadržaje, ali ih neće moći pokrenuti." + "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe još uvijek moći primati dijeljene sadržaje, ali ih neće moći pokrenuti.", + "Allow username autocompletion to users based on phone number integration" : "Omogući korisnicima automatsko dovršavanje korisničkog imena na temelju integracije telefonskog broja", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "U bazi podataka nedostaju određeni indeksi. Zbog činjenice da bi dodavanje indeksa u velikim tablicama moglo potrajati neko duže vrijeme, isti se ne dodaju automatski. Izvršenjem „occ db:add-missing-indices” se ti indeksi mogu ručno dodati dok instanca radi. Kada se indeksi dodaju, upiti u te tablice obično su mnogo brži." },"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/apps/settings/l10n/hu.js b/apps/settings/l10n/hu.js index 98a79914c32..3525dd57909 100644 --- a/apps/settings/l10n/hu.js +++ b/apps/settings/l10n/hu.js @@ -119,7 +119,6 @@ OC.L10N.register( "Verifying" : "Ellenőrzés", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Az adatkönyvtárai és a fájljai valószínűleg elérhetőek az internetről. A .htaccess fájl nem működik. Erősen javasolt, hogy a webkiszolgálót úgy állítsa be, hogy az adatkönyvtár tartalma ne legyen közvetlenül elérhető, vagy helyezze át a könyvtárat a kiszolgálási területen kívülre.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Az adatbázisból hiányzik néhány nem kötelező oszlop. Mivel az oszlopok hozzáadása sokáig tart a nagy tábláknál, ezért a nem kötelező oszlopok nem lettek automatikusan hozzáadva. A hiányzó oszlopokat az „occ db:add-missing-columns” paranccsal lehet kézileg hozzáadni a példány futása közben. Az oszlopok hozzáadása után bizonyos funkciók válaszideje és használhatósága javulni fog.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Az adatbázisból hiányzik néhány index. Mivel az indexek hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-indices” parancsot, hogy kézzel létrehozza a hiányzó indexeket, miközben a példány továbbra is fut. Amint az indexek létre lettek hozva, a lekérdezések gyorsabban fognak futni azokon a táblákon.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Az adatbázisból hiányzik néhány elsődleges kulcs. Mivel az elsődleges kulcsok hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-primary-keys” parancsot, hogy kézzel létrehozza a hiányzó elsődleges kulcsokat, miközben a példány továbbra is fut.", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Ez a példány hibakeresési módban fut. Csak helyi fejlesztéshez engedélyezze, éles környezetben ne.", "Default phone region" : "Alapértelmezett telefonkörzet", @@ -150,9 +149,6 @@ OC.L10N.register( "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Az írásvédett beállítófájl engedélyezve. Ez meggátolja a beállítások módosítását a webes felületről. Továbbá, a fájlt kézzel kell írhatóvá tenni minden módosításhoz.", "Nextcloud configuration file is writable" : "A Nextcloud beállítófájlja írható", "Database version" : "Adatbázis-verzió", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "A MariaDB következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a MariaDB 10.2-es verziója szükséges.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "A MySQL következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a MySQL 8.0-s vagy a MariaDB 10.2-es verziója szükséges.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "A PostgreSQL következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a PostgreSQL 9.6-os verziója szükséges.", "Architecture" : "Architektúra", "64-bit" : "64 bites", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Az adatbázis nem „READ COMMITTED” tranzakcióizolációs szinttel fut. Ez problémákat okozhat több egyidejű esemény végrehajtásakor.", @@ -183,10 +179,7 @@ OC.L10N.register( "Set default expiration date for shares" : "A megosztások alapértelmezett lejárati idejének beállítása", "Enforce expiration date" : "Lejárati idő betartatása", "Set default expiration date for shares to other servers" : "A megosztás alapértelmezett lejárati idejének beállítása a többi kiszolgáló számára", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Felhasználónév automatikus kiegészítésének bekapcsolása a megosztási párbeszédablakban, és hozzáférés engedélyezése a rendszer címjegyzékéhez", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Ha az „ugyanazon csoport” és a „telefonszám integráció” engedélyezett, akkor bármelyik egyezés elegendő a felhasználó megjelenítéséhez. ", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Felhasználónév automatikus kiegészítésének bekapcsolása az ugyanabban a csoportban lévő felhasználók számára, és a rendszer címjegyzékének ugyanezekre a felhasználókra korlátozása", - "Allow username autocompletion to users based on phone number integration" : "A felhasználónév automatikus kiegészítésének engedélyezése a felhasználók számára a telefonszám integráció alapján ", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Az automatikus kiegészítés engedélyezése a teljes név vagy e-mail-cím megadásakor (figyelmen kívül hagyva a hiányzó telefonkönyves egyezést és az ugyanabba a csoportba tartozást)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Nyilatkozat szövegének megjelenítése a nyilvános feltöltési oldalon (csak akkor jelenik meg, ha fájllista rejtett)", "This text will be shown on the public link upload page when the file list is hidden." : "Ez a szöveg jelenik meg a nyilvános feltöltési oldalon, ha a fájllista rejtett.", @@ -371,42 +364,30 @@ OC.L10N.register( "Common languages" : "Alapvető nyelvek", "Other languages" : "Más nyelvek", "Password change is disabled because the master key is disabled" : "A jelszó megváltoztatása tiltott, mert a mesterkulcs tiltott", - "New user" : "Új felhasználó", + "New account" : "Új fiók", "Display name" : "Megjelenítendő név", "Either password or email is required" : "Jelszó vagy e-mail szükséges", "Password (required)" : "Jelszó (kötelező)", "Email (required)" : "E-mail (kötelező)", "Email" : "E-mail", "Groups (required)" : "Csoportok (kötelező)", - "Set user groups" : "Felhasználói csoportok beállítása", "Administered groups" : "Felügyelt csoportok", - "Set user as admin for …" : "Felhasználó beállítása rendszergazdaként itt:", "Quota" : "Kvóta", - "Set user quota" : "Felhasználói kvóta beállítása", "Language" : "Nyelv", "Set default language" : "Alapértelmezett nyelv beállítása", "Manager" : "Kezelő", - "Add new user" : "Új felhasználó hozzáadása", - "Set user manager" : "Felhasználókezelő beállítása", - "Username will be autogenerated" : "A felhasználónév automatikusan keletkezik", - "Username (required)" : "Felhasználónév (kötelező)", "Total rows summary" : "Összes sor összegzése", - "Loading users …" : "Felhasználók betöltése…", "Scroll to load more rows" : "Görgessen a további sorok megjelenítéséhez", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} felhasználó…","{userCount} felhasználó…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} felhasználó","{userCount} felhasználó"], "Avatar" : "Profilkép", - "Username" : "Felhasználónév", + "Account name" : "Fiók neve", "Group admin for" : "Csoport rendszergazda itt:", - "User backend" : "Felhasználói háttérszolgáltatás", "Storage location" : "Háttértár helye", "Last login" : "Utolsó bejelentkezés", - "User actions" : "Felhasználói műveletek", + "Account actions" : "Fiókműveletek", "Password or insufficient permissions message" : "Jelszó vagy elégtelen jogosultságok üzenet", "Change display name" : "Megjelenítendő név megváltoztatása", "Set new password" : "Jelszó beállítása", "Set new email address" : "Új e-mail-cím beállítása", - "Add user to group" : "Felhasználó hozzáadása egy csoporthoz", "Set the language" : "Nyelv beállítása", "{size} used" : "{size} felhasználva", "Delete account" : "Fiók törlése", @@ -447,7 +428,6 @@ OC.L10N.register( "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Rendszergazdaként finomhangolhatja a megosztás viselkedését. A részletekért lásd a dokumentációt.", "You need to enable the File sharing App." : "Engedélyeznie kell a Fájlmegosztás alkalmazást.", "Admins" : "Rendszergazdák", - "New account" : "Új fiók", "Create group" : "Csoport létrehozása", "Group name" : "Csoport neve", "Please enter a valid group name" : "Adjon meg egy érvényes csoportnevet", @@ -553,6 +533,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Vannak olyan felhasználók által importált SSL-tanúsítványok, melyeket a Nextcloud 21 már nem használ. Importálhatók parancssorból az „occ security: certificate: import” paranccsal. Az adatkönyvtárban található elérési utak az alábbiakban láthatók.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Felhasználók vagy csoportok érvénytelen UUID azonosítói találhatók. Nézze át a „UUID észlelés felülbírálása” beállítást az LDAP beállítások Szakértő részében, majd a frissítésükhöz használja az „occ ldap:update-uuid” parancsot.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "A DAV rendszer címjegyzék-szinkronizációja még nem futott le, mert több, mint 1000 felhasználója van, vagy hiba történt. Futtassa kézileg a következő paranccsal: „occ dav:sync-system-addressbook”.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "A MariaDB következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a MariaDB 10.2-es verziója szükséges.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "A MySQL következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a MySQL 8.0-s vagy a MariaDB 10.2-es verziója szükséges.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "A PostgreSQL következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a PostgreSQL 9.6-os verziója szükséges.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "A kétfaktoros hitelesítés az összes felhasználó vagy adott csoport tagjai esetén követelhető meg. Ha nincs nekik kétfaktoros szolgáltató beállítva, akkor nem fognak tudni bejelentkezni a rendszerbe.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Amikor csoportok ki vannak választva/zárva, akkor az alábbi logika határozza meg, hogy egy felhasználó esetén kötelező-e a kétfaktoros hitelesítés: ha nincs csoport kiválasztva, akkor a kétfaktoros hitelesítés mindenkinél be van kapcsolva, kivéve a kizárt csoportok tagjainál. Ha van kiválasztva csoport, akkor a kétfaktoros hitelesítés számukra kötelező. Amennyiben egy felhasználó kiválasztott és kizárt csoportban is szerepel, akkor a kiválasztás lesz az erősebb, így a kétfaktoros hitelesítés neki is kötelező.", "Enable all" : "Összes engedélyezése", @@ -567,6 +550,7 @@ OC.L10N.register( "Error while deleting the token" : "Hiba az eszköztoken törlése során", "Use the credentials below to configure your app or device." : "Használja a lenti hitelesítő adatokat, hogy beállítsa az alkalmazását vagy eszközét.", "For security reasons this password will only be shown once." : "Biztonsági okokból ez a jelszó csak egyszer jelenik meg.", + "Username" : "Felhasználónév", "Copied!" : "Másolva!", "Copy" : "Másolás", "Execute one task with each page loaded. Use case: Single user instance." : "Egy feladat végrehajtása minden egyes oldalbetöltésnél. Használati eset: egyfelhasználós példány", @@ -586,6 +570,7 @@ OC.L10N.register( "Edit display name" : "Megjelenítendő név szerkesztése", "Add new password" : "Új jelszó hozzáadása", "Add new email address" : "Új e-mail-cím hozzáadása", + "Add user to group" : "Felhasználó hozzáadása egy csoporthoz", "Set user as admin for" : "Felhasználó beállítása rendszergazdaként itt:", "Select user quota" : "Válasszon felhasználói kvótát", "Select manager" : "Kezelő kiválasztása", @@ -596,9 +581,11 @@ OC.L10N.register( "Enable user" : "Felhasználó engedélyezése", "Edit User" : "Felhasználó szerkesztése", "User's table" : "A felhasználó táblázata", + "New user" : "Új felhasználó", "Will be autogenerated" : "Automatikusan lesz elkészítve", "Select user manager" : "Felhasználókezelő kiválasztása", "Add a new user" : "Új felhasználó felvétele", + "User backend" : "Felhasználói háttérszolgáltatás", "No users in here" : "Nincsenek felhasználók", "Name your device" : "Nevezze el az eszközét", "Server error while trying to add WebAuthn device" : "Kiszolgálóhiba a WebAuthn eszköz hozzáadása során", @@ -626,11 +613,26 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Csoportok kizárása a megosztási hivatkozások létrehozásából:", "Exclude groups from sharing" : "Csoportok megosztási jogának tiltása", "These groups will still be able to receive shares, but not to initiate them." : "E csoportok tagjaival meg lehet osztani anyagokat, de ők nem hozhatnak létre megosztást.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Felhasználónév automatikus kiegészítésének bekapcsolása a megosztási párbeszédablakban, és hozzáférés engedélyezése a rendszer címjegyzékéhez", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Felhasználónév automatikus kiegészítésének bekapcsolása az ugyanabban a csoportban lévő felhasználók számára, és a rendszer címjegyzékének ugyanezekre a felhasználókra korlátozása", + "Allow username autocompletion to users based on phone number integration" : "A felhasználónév automatikus kiegészítésének engedélyezése a felhasználók számára a telefonszám integráció alapján ", "Old user imported certificates" : "Régi, felhasználó által importált tanúsítvány", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Az adatbázisból hiányzik néhány index. Mivel az indexek hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-indices” parancsot, hogy kézzel létrehozza a hiányzó indexeket, miközben a példány továbbra is fut. Amint az indexek létre lettek hozva, a lekérdezések gyorsabban fognak futni azokon a táblákon.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "A jelenlegi PHP-verzió: %s. A PHP 8.0 már elavult a Nextcloud 27-ben. A Nextcloud 28-hoz legalább PHP 8.1 szükséges. Frissítsen az egyik hivatalosan támogatott PHP verzióra, melyet a PHP Group biztosít.", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "A(z) „{group}” csoport eltávolítására készül. A felhasználok NEM lesznek törölve.", "No users" : "Nincsenek felhasználók", + "Loading users …" : "Felhasználók betöltése…", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Felhasználók listája. Ez a lista teljesítménybeli okokból nincs teljes egészében megjelenítve. A felhasználók a listában navigálás során jelennek meg, ", + "Set user groups" : "Felhasználói csoportok beállítása", + "Set user as admin for …" : "Felhasználó beállítása rendszergazdaként itt:", + "Set user quota" : "Felhasználói kvóta beállítása", + "Add new user" : "Új felhasználó hozzáadása", + "Set user manager" : "Felhasználókezelő beállítása", + "Username will be autogenerated" : "A felhasználónév automatikusan keletkezik", + "Username (required)" : "Felhasználónév (kötelező)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} felhasználó…","{userCount} felhasználó…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} felhasználó","{userCount} felhasználó"], + "User actions" : "Felhasználói műveletek", "Loading user …" : "Felhasználó betöltése…", "Failed to update user manager" : "A felhasználókezelő frissítése sikertelen", "User management settings" : "Felhasználókezelő beállításai", diff --git a/apps/settings/l10n/hu.json b/apps/settings/l10n/hu.json index 085a3a68d2a..d087703eadc 100644 --- a/apps/settings/l10n/hu.json +++ b/apps/settings/l10n/hu.json @@ -117,7 +117,6 @@ "Verifying" : "Ellenőrzés", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Az adatkönyvtárai és a fájljai valószínűleg elérhetőek az internetről. A .htaccess fájl nem működik. Erősen javasolt, hogy a webkiszolgálót úgy állítsa be, hogy az adatkönyvtár tartalma ne legyen közvetlenül elérhető, vagy helyezze át a könyvtárat a kiszolgálási területen kívülre.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Az adatbázisból hiányzik néhány nem kötelező oszlop. Mivel az oszlopok hozzáadása sokáig tart a nagy tábláknál, ezért a nem kötelező oszlopok nem lettek automatikusan hozzáadva. A hiányzó oszlopokat az „occ db:add-missing-columns” paranccsal lehet kézileg hozzáadni a példány futása közben. Az oszlopok hozzáadása után bizonyos funkciók válaszideje és használhatósága javulni fog.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Az adatbázisból hiányzik néhány index. Mivel az indexek hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-indices” parancsot, hogy kézzel létrehozza a hiányzó indexeket, miközben a példány továbbra is fut. Amint az indexek létre lettek hozva, a lekérdezések gyorsabban fognak futni azokon a táblákon.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Az adatbázisból hiányzik néhány elsődleges kulcs. Mivel az elsődleges kulcsok hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-primary-keys” parancsot, hogy kézzel létrehozza a hiányzó elsődleges kulcsokat, miközben a példány továbbra is fut.", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Ez a példány hibakeresési módban fut. Csak helyi fejlesztéshez engedélyezze, éles környezetben ne.", "Default phone region" : "Alapértelmezett telefonkörzet", @@ -148,9 +147,6 @@ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Az írásvédett beállítófájl engedélyezve. Ez meggátolja a beállítások módosítását a webes felületről. Továbbá, a fájlt kézzel kell írhatóvá tenni minden módosításhoz.", "Nextcloud configuration file is writable" : "A Nextcloud beállítófájlja írható", "Database version" : "Adatbázis-verzió", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "A MariaDB következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a MariaDB 10.2-es verziója szükséges.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "A MySQL következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a MySQL 8.0-s vagy a MariaDB 10.2-es verziója szükséges.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "A PostgreSQL következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a PostgreSQL 9.6-os verziója szükséges.", "Architecture" : "Architektúra", "64-bit" : "64 bites", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Az adatbázis nem „READ COMMITTED” tranzakcióizolációs szinttel fut. Ez problémákat okozhat több egyidejű esemény végrehajtásakor.", @@ -181,10 +177,7 @@ "Set default expiration date for shares" : "A megosztások alapértelmezett lejárati idejének beállítása", "Enforce expiration date" : "Lejárati idő betartatása", "Set default expiration date for shares to other servers" : "A megosztás alapértelmezett lejárati idejének beállítása a többi kiszolgáló számára", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Felhasználónév automatikus kiegészítésének bekapcsolása a megosztási párbeszédablakban, és hozzáférés engedélyezése a rendszer címjegyzékéhez", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Ha az „ugyanazon csoport” és a „telefonszám integráció” engedélyezett, akkor bármelyik egyezés elegendő a felhasználó megjelenítéséhez. ", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Felhasználónév automatikus kiegészítésének bekapcsolása az ugyanabban a csoportban lévő felhasználók számára, és a rendszer címjegyzékének ugyanezekre a felhasználókra korlátozása", - "Allow username autocompletion to users based on phone number integration" : "A felhasználónév automatikus kiegészítésének engedélyezése a felhasználók számára a telefonszám integráció alapján ", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Az automatikus kiegészítés engedélyezése a teljes név vagy e-mail-cím megadásakor (figyelmen kívül hagyva a hiányzó telefonkönyves egyezést és az ugyanabba a csoportba tartozást)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Nyilatkozat szövegének megjelenítése a nyilvános feltöltési oldalon (csak akkor jelenik meg, ha fájllista rejtett)", "This text will be shown on the public link upload page when the file list is hidden." : "Ez a szöveg jelenik meg a nyilvános feltöltési oldalon, ha a fájllista rejtett.", @@ -369,42 +362,30 @@ "Common languages" : "Alapvető nyelvek", "Other languages" : "Más nyelvek", "Password change is disabled because the master key is disabled" : "A jelszó megváltoztatása tiltott, mert a mesterkulcs tiltott", - "New user" : "Új felhasználó", + "New account" : "Új fiók", "Display name" : "Megjelenítendő név", "Either password or email is required" : "Jelszó vagy e-mail szükséges", "Password (required)" : "Jelszó (kötelező)", "Email (required)" : "E-mail (kötelező)", "Email" : "E-mail", "Groups (required)" : "Csoportok (kötelező)", - "Set user groups" : "Felhasználói csoportok beállítása", "Administered groups" : "Felügyelt csoportok", - "Set user as admin for …" : "Felhasználó beállítása rendszergazdaként itt:", "Quota" : "Kvóta", - "Set user quota" : "Felhasználói kvóta beállítása", "Language" : "Nyelv", "Set default language" : "Alapértelmezett nyelv beállítása", "Manager" : "Kezelő", - "Add new user" : "Új felhasználó hozzáadása", - "Set user manager" : "Felhasználókezelő beállítása", - "Username will be autogenerated" : "A felhasználónév automatikusan keletkezik", - "Username (required)" : "Felhasználónév (kötelező)", "Total rows summary" : "Összes sor összegzése", - "Loading users …" : "Felhasználók betöltése…", "Scroll to load more rows" : "Görgessen a további sorok megjelenítéséhez", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} felhasználó…","{userCount} felhasználó…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} felhasználó","{userCount} felhasználó"], "Avatar" : "Profilkép", - "Username" : "Felhasználónév", + "Account name" : "Fiók neve", "Group admin for" : "Csoport rendszergazda itt:", - "User backend" : "Felhasználói háttérszolgáltatás", "Storage location" : "Háttértár helye", "Last login" : "Utolsó bejelentkezés", - "User actions" : "Felhasználói műveletek", + "Account actions" : "Fiókműveletek", "Password or insufficient permissions message" : "Jelszó vagy elégtelen jogosultságok üzenet", "Change display name" : "Megjelenítendő név megváltoztatása", "Set new password" : "Jelszó beállítása", "Set new email address" : "Új e-mail-cím beállítása", - "Add user to group" : "Felhasználó hozzáadása egy csoporthoz", "Set the language" : "Nyelv beállítása", "{size} used" : "{size} felhasználva", "Delete account" : "Fiók törlése", @@ -445,7 +426,6 @@ "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Rendszergazdaként finomhangolhatja a megosztás viselkedését. A részletekért lásd a dokumentációt.", "You need to enable the File sharing App." : "Engedélyeznie kell a Fájlmegosztás alkalmazást.", "Admins" : "Rendszergazdák", - "New account" : "Új fiók", "Create group" : "Csoport létrehozása", "Group name" : "Csoport neve", "Please enter a valid group name" : "Adjon meg egy érvényes csoportnevet", @@ -551,6 +531,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Vannak olyan felhasználók által importált SSL-tanúsítványok, melyeket a Nextcloud 21 már nem használ. Importálhatók parancssorból az „occ security: certificate: import” paranccsal. Az adatkönyvtárban található elérési utak az alábbiakban láthatók.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Felhasználók vagy csoportok érvénytelen UUID azonosítói találhatók. Nézze át a „UUID észlelés felülbírálása” beállítást az LDAP beállítások Szakértő részében, majd a frissítésükhöz használja az „occ ldap:update-uuid” parancsot.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "A DAV rendszer címjegyzék-szinkronizációja még nem futott le, mert több, mint 1000 felhasználója van, vagy hiba történt. Futtassa kézileg a következő paranccsal: „occ dav:sync-system-addressbook”.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "A MariaDB következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a MariaDB 10.2-es verziója szükséges.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "A MySQL következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a MySQL 8.0-s vagy a MariaDB 10.2-es verziója szükséges.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "A PostgreSQL következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a PostgreSQL 9.6-os verziója szükséges.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "A kétfaktoros hitelesítés az összes felhasználó vagy adott csoport tagjai esetén követelhető meg. Ha nincs nekik kétfaktoros szolgáltató beállítva, akkor nem fognak tudni bejelentkezni a rendszerbe.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Amikor csoportok ki vannak választva/zárva, akkor az alábbi logika határozza meg, hogy egy felhasználó esetén kötelező-e a kétfaktoros hitelesítés: ha nincs csoport kiválasztva, akkor a kétfaktoros hitelesítés mindenkinél be van kapcsolva, kivéve a kizárt csoportok tagjainál. Ha van kiválasztva csoport, akkor a kétfaktoros hitelesítés számukra kötelező. Amennyiben egy felhasználó kiválasztott és kizárt csoportban is szerepel, akkor a kiválasztás lesz az erősebb, így a kétfaktoros hitelesítés neki is kötelező.", "Enable all" : "Összes engedélyezése", @@ -565,6 +548,7 @@ "Error while deleting the token" : "Hiba az eszköztoken törlése során", "Use the credentials below to configure your app or device." : "Használja a lenti hitelesítő adatokat, hogy beállítsa az alkalmazását vagy eszközét.", "For security reasons this password will only be shown once." : "Biztonsági okokból ez a jelszó csak egyszer jelenik meg.", + "Username" : "Felhasználónév", "Copied!" : "Másolva!", "Copy" : "Másolás", "Execute one task with each page loaded. Use case: Single user instance." : "Egy feladat végrehajtása minden egyes oldalbetöltésnél. Használati eset: egyfelhasználós példány", @@ -584,6 +568,7 @@ "Edit display name" : "Megjelenítendő név szerkesztése", "Add new password" : "Új jelszó hozzáadása", "Add new email address" : "Új e-mail-cím hozzáadása", + "Add user to group" : "Felhasználó hozzáadása egy csoporthoz", "Set user as admin for" : "Felhasználó beállítása rendszergazdaként itt:", "Select user quota" : "Válasszon felhasználói kvótát", "Select manager" : "Kezelő kiválasztása", @@ -594,9 +579,11 @@ "Enable user" : "Felhasználó engedélyezése", "Edit User" : "Felhasználó szerkesztése", "User's table" : "A felhasználó táblázata", + "New user" : "Új felhasználó", "Will be autogenerated" : "Automatikusan lesz elkészítve", "Select user manager" : "Felhasználókezelő kiválasztása", "Add a new user" : "Új felhasználó felvétele", + "User backend" : "Felhasználói háttérszolgáltatás", "No users in here" : "Nincsenek felhasználók", "Name your device" : "Nevezze el az eszközét", "Server error while trying to add WebAuthn device" : "Kiszolgálóhiba a WebAuthn eszköz hozzáadása során", @@ -624,11 +611,26 @@ "Exclude groups from creating link shares:" : "Csoportok kizárása a megosztási hivatkozások létrehozásából:", "Exclude groups from sharing" : "Csoportok megosztási jogának tiltása", "These groups will still be able to receive shares, but not to initiate them." : "E csoportok tagjaival meg lehet osztani anyagokat, de ők nem hozhatnak létre megosztást.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Felhasználónév automatikus kiegészítésének bekapcsolása a megosztási párbeszédablakban, és hozzáférés engedélyezése a rendszer címjegyzékéhez", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Felhasználónév automatikus kiegészítésének bekapcsolása az ugyanabban a csoportban lévő felhasználók számára, és a rendszer címjegyzékének ugyanezekre a felhasználókra korlátozása", + "Allow username autocompletion to users based on phone number integration" : "A felhasználónév automatikus kiegészítésének engedélyezése a felhasználók számára a telefonszám integráció alapján ", "Old user imported certificates" : "Régi, felhasználó által importált tanúsítvány", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Az adatbázisból hiányzik néhány index. Mivel az indexek hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-indices” parancsot, hogy kézzel létrehozza a hiányzó indexeket, miközben a példány továbbra is fut. Amint az indexek létre lettek hozva, a lekérdezések gyorsabban fognak futni azokon a táblákon.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "A jelenlegi PHP-verzió: %s. A PHP 8.0 már elavult a Nextcloud 27-ben. A Nextcloud 28-hoz legalább PHP 8.1 szükséges. Frissítsen az egyik hivatalosan támogatott PHP verzióra, melyet a PHP Group biztosít.", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "A(z) „{group}” csoport eltávolítására készül. A felhasználok NEM lesznek törölve.", "No users" : "Nincsenek felhasználók", + "Loading users …" : "Felhasználók betöltése…", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Felhasználók listája. Ez a lista teljesítménybeli okokból nincs teljes egészében megjelenítve. A felhasználók a listában navigálás során jelennek meg, ", + "Set user groups" : "Felhasználói csoportok beállítása", + "Set user as admin for …" : "Felhasználó beállítása rendszergazdaként itt:", + "Set user quota" : "Felhasználói kvóta beállítása", + "Add new user" : "Új felhasználó hozzáadása", + "Set user manager" : "Felhasználókezelő beállítása", + "Username will be autogenerated" : "A felhasználónév automatikusan keletkezik", + "Username (required)" : "Felhasználónév (kötelező)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} felhasználó…","{userCount} felhasználó…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} felhasználó","{userCount} felhasználó"], + "User actions" : "Felhasználói műveletek", "Loading user …" : "Felhasználó betöltése…", "Failed to update user manager" : "A felhasználókezelő frissítése sikertelen", "User management settings" : "Felhasználókezelő beállításai", diff --git a/apps/settings/l10n/id.js b/apps/settings/l10n/id.js index 5347c50ab64..b82e646dfc4 100644 --- a/apps/settings/l10n/id.js +++ b/apps/settings/l10n/id.js @@ -108,7 +108,6 @@ OC.L10N.register( "Unlimited" : "Tak terbatas", "Verifying" : "Memverifikasi", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Pangkalan data kehilangan beberapa kolom opsional. Berdasarkan fakta bahwa menambahkannya pada tabel yang besar membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db: add-missing-columns\", untuk menambahkan kolom secara manual sementara instance tetap berjalan. Setelah itu dilakukan, maka beberapa fitur dapat meningkatkan daya tanggap atau kegunaan.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Pangkalan data kehilangan beberapa indeks. Berdasarkan fakta bahwa menambahkan indeks pada tabel yang besar membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db: add-missing-indexes\", untuk menambahkan indeks secara manual sementara instance tetap berjalan. Setelah itu dilakukan, maka kueri akan jauh lebih cepat.", "Disabled" : "Dinonaktifkan", "The old server-side-encryption format is enabled. We recommend disabling this." : "Format enkripsi sisi server lama diaktifkan. Kami menyarankan untuk menonaktifkan ini.", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Fungsi PHP \"set_time_limit\" tidak tersedia. Hal ini dapat menyebabkan instalasi Anda, akibat eksekusi skrip terhenti ditengah-tengah. Mengaktifkan fungsi ini sangat dianjurkan.", @@ -240,15 +239,12 @@ OC.L10N.register( "Default language" : "Bahasa bawaan", "Common languages" : "Bahasa umum", "Password change is disabled because the master key is disabled" : "Pengaturan kata sandi dinonaktifkan karena kunci master dinonaktifkan", - "New user" : "Pengguna baru", "Display name" : "Nama tampilan", "Email" : "Surel", "Quota" : "Kuota", "Language" : "Bahasa", "Avatar" : "Avatar", - "Username" : "Nama pengguna", "Group admin for" : "Grup admin untuk", - "User backend" : "Backend pengguna", "Storage location" : "Lokasi penyimpanan", "Last login" : "Log masuk terakhir", "{size} used" : "{size} digunakan", @@ -344,6 +340,7 @@ OC.L10N.register( "Error while deleting the token" : "Terjadi kesalahan saat menghapus token", "Use the credentials below to configure your app or device." : "Gunakan kredensial berikut untuk mengkonfigurasi aplikasi atau perangkat.", "For security reasons this password will only be shown once." : "Untuk alasan keamanan kata sandi ini akan ditunjukkan hanya sekali.", + "Username" : "Nama pengguna", "Copied!" : "Tersalin!", "Copy" : "Salin", "Enable or disable profile by default for new users." : "Aktifkan atau nonaktifkan profil secara default untuk pengguna baru.", @@ -356,7 +353,9 @@ OC.L10N.register( "Delete user" : "Hapus pengguna", "Disable user" : "Nonaktifkan pengguna", "Enable user" : "Aktifkan pengguna", + "New user" : "Pengguna baru", "Add a new user" : "Tambah pengguna baru", + "User backend" : "Backend pengguna", "No users in here" : "Tidak ada pengguna di sini", "{license}-licensed" : "{license}-dilisensikan", "Add group" : "Tambah grup", @@ -372,6 +371,7 @@ OC.L10N.register( "SMTP Username" : "Nama pengguna SMTP", "Set default expiration date" : "Atur tanggal kadaluarsa default", "Exclude groups from sharing" : "Tidak termasuk grup untuk berbagi", - "These groups will still be able to receive shares, but not to initiate them." : "Grup ini akan tetap dapat menerima berbagi, tatapi tidak dapat membagikan." + "These groups will still be able to receive shares, but not to initiate them." : "Grup ini akan tetap dapat menerima berbagi, tatapi tidak dapat membagikan.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Pangkalan data kehilangan beberapa indeks. Berdasarkan fakta bahwa menambahkan indeks pada tabel yang besar membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db: add-missing-indexes\", untuk menambahkan indeks secara manual sementara instance tetap berjalan. Setelah itu dilakukan, maka kueri akan jauh lebih cepat." }, "nplurals=1; plural=0;"); diff --git a/apps/settings/l10n/id.json b/apps/settings/l10n/id.json index e9b4bc3f828..40c89ca847a 100644 --- a/apps/settings/l10n/id.json +++ b/apps/settings/l10n/id.json @@ -106,7 +106,6 @@ "Unlimited" : "Tak terbatas", "Verifying" : "Memverifikasi", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Pangkalan data kehilangan beberapa kolom opsional. Berdasarkan fakta bahwa menambahkannya pada tabel yang besar membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db: add-missing-columns\", untuk menambahkan kolom secara manual sementara instance tetap berjalan. Setelah itu dilakukan, maka beberapa fitur dapat meningkatkan daya tanggap atau kegunaan.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Pangkalan data kehilangan beberapa indeks. Berdasarkan fakta bahwa menambahkan indeks pada tabel yang besar membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db: add-missing-indexes\", untuk menambahkan indeks secara manual sementara instance tetap berjalan. Setelah itu dilakukan, maka kueri akan jauh lebih cepat.", "Disabled" : "Dinonaktifkan", "The old server-side-encryption format is enabled. We recommend disabling this." : "Format enkripsi sisi server lama diaktifkan. Kami menyarankan untuk menonaktifkan ini.", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Fungsi PHP \"set_time_limit\" tidak tersedia. Hal ini dapat menyebabkan instalasi Anda, akibat eksekusi skrip terhenti ditengah-tengah. Mengaktifkan fungsi ini sangat dianjurkan.", @@ -238,15 +237,12 @@ "Default language" : "Bahasa bawaan", "Common languages" : "Bahasa umum", "Password change is disabled because the master key is disabled" : "Pengaturan kata sandi dinonaktifkan karena kunci master dinonaktifkan", - "New user" : "Pengguna baru", "Display name" : "Nama tampilan", "Email" : "Surel", "Quota" : "Kuota", "Language" : "Bahasa", "Avatar" : "Avatar", - "Username" : "Nama pengguna", "Group admin for" : "Grup admin untuk", - "User backend" : "Backend pengguna", "Storage location" : "Lokasi penyimpanan", "Last login" : "Log masuk terakhir", "{size} used" : "{size} digunakan", @@ -342,6 +338,7 @@ "Error while deleting the token" : "Terjadi kesalahan saat menghapus token", "Use the credentials below to configure your app or device." : "Gunakan kredensial berikut untuk mengkonfigurasi aplikasi atau perangkat.", "For security reasons this password will only be shown once." : "Untuk alasan keamanan kata sandi ini akan ditunjukkan hanya sekali.", + "Username" : "Nama pengguna", "Copied!" : "Tersalin!", "Copy" : "Salin", "Enable or disable profile by default for new users." : "Aktifkan atau nonaktifkan profil secara default untuk pengguna baru.", @@ -354,7 +351,9 @@ "Delete user" : "Hapus pengguna", "Disable user" : "Nonaktifkan pengguna", "Enable user" : "Aktifkan pengguna", + "New user" : "Pengguna baru", "Add a new user" : "Tambah pengguna baru", + "User backend" : "Backend pengguna", "No users in here" : "Tidak ada pengguna di sini", "{license}-licensed" : "{license}-dilisensikan", "Add group" : "Tambah grup", @@ -370,6 +369,7 @@ "SMTP Username" : "Nama pengguna SMTP", "Set default expiration date" : "Atur tanggal kadaluarsa default", "Exclude groups from sharing" : "Tidak termasuk grup untuk berbagi", - "These groups will still be able to receive shares, but not to initiate them." : "Grup ini akan tetap dapat menerima berbagi, tatapi tidak dapat membagikan." + "These groups will still be able to receive shares, but not to initiate them." : "Grup ini akan tetap dapat menerima berbagi, tatapi tidak dapat membagikan.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Pangkalan data kehilangan beberapa indeks. Berdasarkan fakta bahwa menambahkan indeks pada tabel yang besar membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db: add-missing-indexes\", untuk menambahkan indeks secara manual sementara instance tetap berjalan. Setelah itu dilakukan, maka kueri akan jauh lebih cepat." },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/settings/l10n/is.js b/apps/settings/l10n/is.js index 67549654ba6..70f7956bc24 100644 --- a/apps/settings/l10n/is.js +++ b/apps/settings/l10n/is.js @@ -120,8 +120,6 @@ OC.L10N.register( "Database missing columns" : "Gagnagrunn vantar dálka", "Missing optional column \"%s\" in table \"%s\"." : "Vantar valkvæða dálkinn \"%s\" í töflunni \"%s\".", "Database missing indices" : "Gagnagrunn vantar vísa", - "Missing optional index \"%s\" in table \"%s\"." : "Vantar valkvæða vísinn \"s\" í töflunni \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Gagnagrunninn vantar nokkra atriðavísa (indexes). Vegna þess að það að bæta atriðavísum við stórar töflur getur tekið töluverðan tíma, þá var þeim ekki bætt við sjálfvirkt. Með því að keyra \"occ db:add-missing-indices\" væri hægt að bæta inn þessum atriðavísum sem vantar, á meðan kerfið er í gangi. Um leið og búið er að bæta inn þessum atriðavísum, munu fyrirspurnir í þessar töflur verða miklu hraðvirkari.", "Database missing primary keys" : "Gagnagrunn vantar aðallykla", "Missing primary key on table \"%s\"." : "Vantar aðallykilinn í töflunni \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Gagnagrunninn vantar nokkra aðallykla (primary keys). Vegna þess að það að bæta aðallyklum við stórar töflur getur tekið töluverðan tíma, þá var þeim ekki bætt við sjálfvirkt. Með því að keyra \"occ db:add-missing-primary-keys\" væri hægt að bæta inn þessum aðallyklum sem vantar, á meðan kerfið er í gangi. Um leið og búið er að bæta inn þessum aðallyklum, munu fyrirspurnir í þessar töflur verða miklu hraðvirkari.", @@ -200,9 +198,6 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Setja sjálfgefinn gildistíma fyrir sameignir sem deilt er með tengli eða tölvupósti", "Default expiration time of shares in days" : "Sjálfgefinn gildistími fyrir sameignir í dögum", "Privacy settings for sharing" : "Stillingar á friðhelgi deilingar", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Leyfa sjálfklárun notandanafns í deilingarglugga og heimila aðgang að nafnaskrá kerfisins", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Leyfa sjálfklárun notandanafns á notendum innan sömu hópa og takmarka kerfisnafnaskrár við notendur innan sömu hópa", - "Allow username autocompletion to users based on phone number integration" : "Leyfa sjálfklárun notandanafns á notendum byggt á samþættingu símanúmera", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Birta fyrirvara á opinberu innsendingasíðunni (birtist einungis þegar listi yfir skrár er falinn)", "Disclaimer text" : "Texti fyrirvara", "This text will be shown on the public link upload page when the file list is hidden." : "Þessi texti birtist á opinberu upphleðslusíðunni þegar listi yfir skrár er falinn.", @@ -390,42 +385,28 @@ OC.L10N.register( "Common languages" : "Algeng tungumál", "Other languages" : "Önnur tungumál", "Password change is disabled because the master key is disabled" : "Lykilorðabreyting er óvirk vegna þess að aðallykill er óvirkur", - "New user" : "Nýr notandi", "Display name" : "Birtingarnafn", "Either password or email is required" : "Annað hvort lykilorð eða tölvupóstfang eru nauðsynleg", "Password (required)" : "Lykilorð (nauðsynlegt)", "Email (required)" : "Tölvupóstfang (nauðsynlegt)", "Email" : "Netfang", "Groups (required)" : "Hópar (nauðsynlegt)", - "Set user groups" : "Setja notendahópa", "Administered groups" : "Stýrðir hópar", - "Set user as admin for …" : "Setja notanda sem stjórnanda fyrir …", "Quota" : "Kvóti", - "Set user quota" : "Settu kvóta notandans", "Language" : "Tungumál", "Set default language" : "Settu sjálfgefið tungumál", "Manager" : "Stjórnandi", - "Add new user" : "Bæta við nýjum notanda", - "Set user manager" : "Settu stjórnanda notenda", - "Username will be autogenerated" : "Notandanafn verður útbúið sjálfvirkt", - "Username (required)" : "Notandanafn (nauðsynlegt)", "Total rows summary" : "Samantek á fjölda raða", - "Loading users …" : "Hleð inn notendum …", "Scroll to load more rows" : "Skrunaðu til að hlaða inn fleiri röðum", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} notandi …","{userCount} notendur …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} notandi","{userCount} notendur"], "Avatar" : "Auðkennismynd", - "Username" : "Notandanafn", "Group admin for" : "Hópstjóri fyrir", - "User backend" : "Bakendi notanda", "Storage location" : "Staðsetning gagnageymslu", "Last login" : "Síðasta innskráning", - "User actions" : "Aðgerðir notanda", + "Account actions" : "Aðgerðir fyrir aðgang", "Password or insufficient permissions message" : "Skilaboð um lykilorð eða ekki nægar heimildir", "Change display name" : "Breyta birtingarnafni", "Set new password" : "Stilla nýtt lykilorð", "Set new email address" : "Stilla nýtt tölvupóstfang", - "Add user to group" : "Bæta notanda í hóp", "Set the language" : "Settu tungumálið", "{size} used" : "{size} notað", "Resend welcome email" : "Endursenda kveðjupóst", @@ -575,6 +556,7 @@ OC.L10N.register( "Error while deleting the token" : "Villa kom upp við að eyða teikninu", "Use the credentials below to configure your app or device." : "Notaðu auðkennin hér fyrir neðan til að stilla forritið eða tækið.", "For security reasons this password will only be shown once." : "Af öryggisástæðum er þetta lykilorð einungis birt einu sinni.", + "Username" : "Notandanafn", "Copied!" : "Afritað!", "Copy" : "Afrita", "Execute one task with each page loaded. Use case: Single user instance." : "Framkvæma eitt verk með hverri innhlaðinni síðu. Dæmi um notkun: Tilvik fyrir einn notanda.", @@ -594,6 +576,7 @@ OC.L10N.register( "Edit display name" : "Breyta birtingarnafni", "Add new password" : "Bæta við nýju lykilorði", "Add new email address" : "Bæta við nýju tölvupóstfangi", + "Add user to group" : "Bæta notanda í hóp", "Set user as admin for" : "Setja notanda sem stjórnanda fyrir", "Select user quota" : "Veldu kvóta notandans", "Select manager" : "Veldu stýringu", @@ -604,9 +587,11 @@ OC.L10N.register( "Enable user" : "Virkja notanda", "Edit User" : "Breyta notanda", "User's table" : "Tafla notandans", + "New user" : "Nýr notandi", "Will be autogenerated" : "Verður útbúið sjálfvirkt", "Select user manager" : "Veldu notendastýringu", "Add a new user" : "Bæta við nýjum notanda", + "User backend" : "Bakendi notanda", "No users in here" : "Engir notendur hér", "Name your device" : "Gefðu tækinu þínu nafn", "Server error while trying to add WebAuthn device" : "Villa á þjóni við að bæta við WebAuthn-tæki", @@ -634,11 +619,27 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Undanskilja hópa frá því að búa til sameignartengla:", "Exclude groups from sharing" : "Undanskilja hópa frá því að deila", "These groups will still be able to receive shares, but not to initiate them." : "Þessir hópar munu samt geta tekið við deildum sameignum, en ekki geta útbúið þær.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Leyfa sjálfklárun notandanafns í deilingarglugga og heimila aðgang að nafnaskrá kerfisins", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Leyfa sjálfklárun notandanafns á notendum innan sömu hópa og takmarka kerfisnafnaskrár við notendur innan sömu hópa", + "Allow username autocompletion to users based on phone number integration" : "Leyfa sjálfklárun notandanafns á notendum byggt á samþættingu símanúmera", "Old user imported certificates" : "Gömul skilríki sem notandi hefur flutt inn", + "Missing optional index \"%s\" in table \"%s\"." : "Vantar valkvæða vísinn \"s\" í töflunni \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Gagnagrunninn vantar nokkra atriðavísa (indexes). Vegna þess að það að bæta atriðavísum við stórar töflur getur tekið töluverðan tíma, þá var þeim ekki bætt við sjálfvirkt. Með því að keyra \"occ db:add-missing-indices\" væri hægt að bæta inn þessum atriðavísum sem vantar, á meðan kerfið er í gangi. Um leið og búið er að bæta inn þessum atriðavísum, munu fyrirspurnir í þessar töflur verða miklu hraðvirkari.", "Rating: {score}/10" : "Einkunn: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Þú er í þann mund að fara að fjarlægja hópinn \"{group}\". Notendunum verður EKKI eytt.", "No users" : "Engir notendur", + "Loading users …" : "Hleð inn notendum …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Listi yfir notendur. Til að halda sem bestum afköstum er þessi listi ekki myndgerður að fullu. Notendur munu birtast eftir því sem farið er í gegnum listann.", + "Set user groups" : "Setja notendahópa", + "Set user as admin for …" : "Setja notanda sem stjórnanda fyrir …", + "Set user quota" : "Settu kvóta notandans", + "Add new user" : "Bæta við nýjum notanda", + "Set user manager" : "Settu stjórnanda notenda", + "Username will be autogenerated" : "Notandanafn verður útbúið sjálfvirkt", + "Username (required)" : "Notandanafn (nauðsynlegt)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} notandi …","{userCount} notendur …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} notandi","{userCount} notendur"], + "User actions" : "Aðgerðir notanda", "Loading user …" : "Hleð inn notanda...", "Failed to update user manager" : "Mistókst að uppfæra notendastýringu", "User management settings" : "Stillingar notendastýringar", diff --git a/apps/settings/l10n/is.json b/apps/settings/l10n/is.json index 007e9cbe1dc..5bdeee5e44b 100644 --- a/apps/settings/l10n/is.json +++ b/apps/settings/l10n/is.json @@ -118,8 +118,6 @@ "Database missing columns" : "Gagnagrunn vantar dálka", "Missing optional column \"%s\" in table \"%s\"." : "Vantar valkvæða dálkinn \"%s\" í töflunni \"%s\".", "Database missing indices" : "Gagnagrunn vantar vísa", - "Missing optional index \"%s\" in table \"%s\"." : "Vantar valkvæða vísinn \"s\" í töflunni \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Gagnagrunninn vantar nokkra atriðavísa (indexes). Vegna þess að það að bæta atriðavísum við stórar töflur getur tekið töluverðan tíma, þá var þeim ekki bætt við sjálfvirkt. Með því að keyra \"occ db:add-missing-indices\" væri hægt að bæta inn þessum atriðavísum sem vantar, á meðan kerfið er í gangi. Um leið og búið er að bæta inn þessum atriðavísum, munu fyrirspurnir í þessar töflur verða miklu hraðvirkari.", "Database missing primary keys" : "Gagnagrunn vantar aðallykla", "Missing primary key on table \"%s\"." : "Vantar aðallykilinn í töflunni \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Gagnagrunninn vantar nokkra aðallykla (primary keys). Vegna þess að það að bæta aðallyklum við stórar töflur getur tekið töluverðan tíma, þá var þeim ekki bætt við sjálfvirkt. Með því að keyra \"occ db:add-missing-primary-keys\" væri hægt að bæta inn þessum aðallyklum sem vantar, á meðan kerfið er í gangi. Um leið og búið er að bæta inn þessum aðallyklum, munu fyrirspurnir í þessar töflur verða miklu hraðvirkari.", @@ -198,9 +196,6 @@ "Set default expiration date for shares via link or mail" : "Setja sjálfgefinn gildistíma fyrir sameignir sem deilt er með tengli eða tölvupósti", "Default expiration time of shares in days" : "Sjálfgefinn gildistími fyrir sameignir í dögum", "Privacy settings for sharing" : "Stillingar á friðhelgi deilingar", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Leyfa sjálfklárun notandanafns í deilingarglugga og heimila aðgang að nafnaskrá kerfisins", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Leyfa sjálfklárun notandanafns á notendum innan sömu hópa og takmarka kerfisnafnaskrár við notendur innan sömu hópa", - "Allow username autocompletion to users based on phone number integration" : "Leyfa sjálfklárun notandanafns á notendum byggt á samþættingu símanúmera", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Birta fyrirvara á opinberu innsendingasíðunni (birtist einungis þegar listi yfir skrár er falinn)", "Disclaimer text" : "Texti fyrirvara", "This text will be shown on the public link upload page when the file list is hidden." : "Þessi texti birtist á opinberu upphleðslusíðunni þegar listi yfir skrár er falinn.", @@ -388,42 +383,28 @@ "Common languages" : "Algeng tungumál", "Other languages" : "Önnur tungumál", "Password change is disabled because the master key is disabled" : "Lykilorðabreyting er óvirk vegna þess að aðallykill er óvirkur", - "New user" : "Nýr notandi", "Display name" : "Birtingarnafn", "Either password or email is required" : "Annað hvort lykilorð eða tölvupóstfang eru nauðsynleg", "Password (required)" : "Lykilorð (nauðsynlegt)", "Email (required)" : "Tölvupóstfang (nauðsynlegt)", "Email" : "Netfang", "Groups (required)" : "Hópar (nauðsynlegt)", - "Set user groups" : "Setja notendahópa", "Administered groups" : "Stýrðir hópar", - "Set user as admin for …" : "Setja notanda sem stjórnanda fyrir …", "Quota" : "Kvóti", - "Set user quota" : "Settu kvóta notandans", "Language" : "Tungumál", "Set default language" : "Settu sjálfgefið tungumál", "Manager" : "Stjórnandi", - "Add new user" : "Bæta við nýjum notanda", - "Set user manager" : "Settu stjórnanda notenda", - "Username will be autogenerated" : "Notandanafn verður útbúið sjálfvirkt", - "Username (required)" : "Notandanafn (nauðsynlegt)", "Total rows summary" : "Samantek á fjölda raða", - "Loading users …" : "Hleð inn notendum …", "Scroll to load more rows" : "Skrunaðu til að hlaða inn fleiri röðum", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} notandi …","{userCount} notendur …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} notandi","{userCount} notendur"], "Avatar" : "Auðkennismynd", - "Username" : "Notandanafn", "Group admin for" : "Hópstjóri fyrir", - "User backend" : "Bakendi notanda", "Storage location" : "Staðsetning gagnageymslu", "Last login" : "Síðasta innskráning", - "User actions" : "Aðgerðir notanda", + "Account actions" : "Aðgerðir fyrir aðgang", "Password or insufficient permissions message" : "Skilaboð um lykilorð eða ekki nægar heimildir", "Change display name" : "Breyta birtingarnafni", "Set new password" : "Stilla nýtt lykilorð", "Set new email address" : "Stilla nýtt tölvupóstfang", - "Add user to group" : "Bæta notanda í hóp", "Set the language" : "Settu tungumálið", "{size} used" : "{size} notað", "Resend welcome email" : "Endursenda kveðjupóst", @@ -573,6 +554,7 @@ "Error while deleting the token" : "Villa kom upp við að eyða teikninu", "Use the credentials below to configure your app or device." : "Notaðu auðkennin hér fyrir neðan til að stilla forritið eða tækið.", "For security reasons this password will only be shown once." : "Af öryggisástæðum er þetta lykilorð einungis birt einu sinni.", + "Username" : "Notandanafn", "Copied!" : "Afritað!", "Copy" : "Afrita", "Execute one task with each page loaded. Use case: Single user instance." : "Framkvæma eitt verk með hverri innhlaðinni síðu. Dæmi um notkun: Tilvik fyrir einn notanda.", @@ -592,6 +574,7 @@ "Edit display name" : "Breyta birtingarnafni", "Add new password" : "Bæta við nýju lykilorði", "Add new email address" : "Bæta við nýju tölvupóstfangi", + "Add user to group" : "Bæta notanda í hóp", "Set user as admin for" : "Setja notanda sem stjórnanda fyrir", "Select user quota" : "Veldu kvóta notandans", "Select manager" : "Veldu stýringu", @@ -602,9 +585,11 @@ "Enable user" : "Virkja notanda", "Edit User" : "Breyta notanda", "User's table" : "Tafla notandans", + "New user" : "Nýr notandi", "Will be autogenerated" : "Verður útbúið sjálfvirkt", "Select user manager" : "Veldu notendastýringu", "Add a new user" : "Bæta við nýjum notanda", + "User backend" : "Bakendi notanda", "No users in here" : "Engir notendur hér", "Name your device" : "Gefðu tækinu þínu nafn", "Server error while trying to add WebAuthn device" : "Villa á þjóni við að bæta við WebAuthn-tæki", @@ -632,11 +617,27 @@ "Exclude groups from creating link shares:" : "Undanskilja hópa frá því að búa til sameignartengla:", "Exclude groups from sharing" : "Undanskilja hópa frá því að deila", "These groups will still be able to receive shares, but not to initiate them." : "Þessir hópar munu samt geta tekið við deildum sameignum, en ekki geta útbúið þær.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Leyfa sjálfklárun notandanafns í deilingarglugga og heimila aðgang að nafnaskrá kerfisins", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Leyfa sjálfklárun notandanafns á notendum innan sömu hópa og takmarka kerfisnafnaskrár við notendur innan sömu hópa", + "Allow username autocompletion to users based on phone number integration" : "Leyfa sjálfklárun notandanafns á notendum byggt á samþættingu símanúmera", "Old user imported certificates" : "Gömul skilríki sem notandi hefur flutt inn", + "Missing optional index \"%s\" in table \"%s\"." : "Vantar valkvæða vísinn \"s\" í töflunni \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Gagnagrunninn vantar nokkra atriðavísa (indexes). Vegna þess að það að bæta atriðavísum við stórar töflur getur tekið töluverðan tíma, þá var þeim ekki bætt við sjálfvirkt. Með því að keyra \"occ db:add-missing-indices\" væri hægt að bæta inn þessum atriðavísum sem vantar, á meðan kerfið er í gangi. Um leið og búið er að bæta inn þessum atriðavísum, munu fyrirspurnir í þessar töflur verða miklu hraðvirkari.", "Rating: {score}/10" : "Einkunn: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Þú er í þann mund að fara að fjarlægja hópinn \"{group}\". Notendunum verður EKKI eytt.", "No users" : "Engir notendur", + "Loading users …" : "Hleð inn notendum …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Listi yfir notendur. Til að halda sem bestum afköstum er þessi listi ekki myndgerður að fullu. Notendur munu birtast eftir því sem farið er í gegnum listann.", + "Set user groups" : "Setja notendahópa", + "Set user as admin for …" : "Setja notanda sem stjórnanda fyrir …", + "Set user quota" : "Settu kvóta notandans", + "Add new user" : "Bæta við nýjum notanda", + "Set user manager" : "Settu stjórnanda notenda", + "Username will be autogenerated" : "Notandanafn verður útbúið sjálfvirkt", + "Username (required)" : "Notandanafn (nauðsynlegt)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} notandi …","{userCount} notendur …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} notandi","{userCount} notendur"], + "User actions" : "Aðgerðir notanda", "Loading user …" : "Hleð inn notanda...", "Failed to update user manager" : "Mistókst að uppfæra notendastýringu", "User management settings" : "Stillingar notendastýringar", diff --git a/apps/settings/l10n/it.js b/apps/settings/l10n/it.js index c9eec95d9da..527777d47de 100644 --- a/apps/settings/l10n/it.js +++ b/apps/settings/l10n/it.js @@ -124,13 +124,12 @@ OC.L10N.register( "Code integrity" : "Integrità del codice", "No altered files" : "Nessun file modificato", "Cron errors" : "Errori di cron", + "Cron last run" : "Ultimo avvio di Cron", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet. Il file .htaccess non funziona. Ti consigliamo vivamente di configurare il server in modo che la cartella dei dati non sia più accessibile o di spostare la cartella fuori dalla radice del server web.", "Database missing columns" : "Colonne mancanti nel database", "Missing optional column \"%s\" in table \"%s\"." : "Manca la colonna facoltativa \"%s\" nella tabella \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Nel database mancano alcune colonne opzionali. Poiché l'aggiunta di colonne su tabelle grandi può richiedere del tempo, non sono state aggiunte automaticamente. Eseguendo \"occ db:add-missing-columns\", le colonne mancanti possono essere aggiunte manualmente mentre l'istanza è in esecuzione. Una volta che le colonne sono state aggiunte, alcune funzionalità potrebbero migliorare i tempi di risposta o l'usabilità.", "Database missing indices" : "Indici mancanti nel database", - "Missing optional index \"%s\" in table \"%s\"." : "Manca l'indice facoltativo \"%s\" nella tabella \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Nel database mancano alcuni indici. Poiché l'aggiunta di indici su tabelle grandi può richiedere del tempo, non sono stati aggiunti automaticamente. Eseguendo \"occ db:add-missing-indices\", gli indici mancanti possono essere aggiunti manualmente mentre l'istanza è in esecuzione. Una volta che gli indici sono stati aggiunti, le interrogazioni a tali tabelle sono solitamente più veloci.", "Database missing primary keys" : "Chiavi primarie mancanti nel database", "Missing primary key on table \"%s\"." : "Manca la chiave primaria sulla tabella \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Nel database mancano alcune chiavi primarie. Poiché l'aggiunta di chiavi primarie su tabelle grandi può richiedere del tempo, non sono state aggiunte automaticamente. Eseguendo \"occ db:add-missing-primary-keys\", quelle chiavi mancanti possono essere aggiunte manualmente mentre l'istanza è in esecuzione.", @@ -188,10 +187,8 @@ OC.L10N.register( "Configuration file access rights" : "Diritti di accesso al file di configurazione", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configurazione di sola lettura è stata abilitata. Ciò impedisce l'impostazione di alcune configurazioni tramite l'interfaccia web. Inoltre, i file devono essere resi scrivibili manualmente per ogni aggiornamento.", "Nextcloud configuration file is writable" : "Il file di configurazione di Nextcloud è scrivibile", + "HTTP headers" : "Intestazioni HTTP", "Database version" : "Versione del database", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MariaDB. Nextcloud 21 e successivi non supportano questa versione e richiedono MariaDB 10.2 o successivi.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MySQL. Nextcloud 21 e successivi non supportano questa versione e richiedono MySQL 8.0 o MariaDB 10.2 o successivi.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Stai usando la versione \"%s\" di PostgreSQL. Nextcloud 21 e successivi non supportano questa versione e richiedono PostgreSQL 9.6 o successivi.", "Unknown database platform" : "Piattaforma di database sconosciuta", "Architecture" : "Architettura", "64-bit" : "64-bit", @@ -239,10 +236,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Imposta la data di scadenza predefinita per le condivisioni tramite link o posta", "Default expiration time of shares in days" : "Scadenza predefinita delle condivisioni in giorni", "Privacy settings for sharing" : "Impostazioni sulla privacy per la condivisione", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Permetti l'autocompletamento dei nomi utente nella finestra di condivisione e l'accesso alla rubrica di sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Se completamento di \"stesso gruppo\" e \"integrazione numero di telefono\" sono attivi, una corrispondenza in uno dei due è sufficiente per mostrare l'utente.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permetti l'autocompletamento dei nomi utente agli utenti negli stessi gruppi e limita loro la rubrica di sistema ", - "Allow username autocompletion to users based on phone number integration" : "Consenti il completamento del nome utente agli utenti basati sull'integrazione del numero di telefono", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Consenti il completamento automatico quando inserisci il nome completo o l'indirizzo email (ignorando la corrispondenza della rubrica mancante e l'appartenenza allo stesso gruppo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mostra il testo della liberatoria sulla pagina di caricamento del collegamento pubblico (visualizzato solo quando l'elenco dei file è nascosto)", "Disclaimer text" : "Testo della clausola", @@ -281,6 +275,7 @@ OC.L10N.register( "_Update_::_Update all_" : ["Aggiorna","Aggiorna","Aggiorna tutto"], "Nothing to show" : "Niente da mostrare", "Loading" : "Caricamento", + "Carousel" : "Carosello", "Description" : "Descrizione", "Details" : "Dettagli", "All" : "Tutti", @@ -298,9 +293,11 @@ OC.L10N.register( "Report a bug" : "Segnala un bug", "Request feature" : "Richiedi funzionalità", "Ask questions or discuss" : "Domanda o discuti", + "Rate the app" : "Valuta l'applicazione", "Rate" : "Valuta", "View in store" : "Visualizza nell'archivio", "Visit website" : "Visita il sito web", + "Usage documentation" : "Manuale d'uso", "Admin documentation" : "Documentazione di amministrazione", "Developer documentation" : "Documentazione dello sviluppatore", "Changelog" : "Novità", @@ -428,6 +425,7 @@ OC.L10N.register( "Your X (formerly Twitter) handle" : "Il tuo handle di X (ex Twitter)", "Your website" : "Il tuo sito web", "No {property} set" : "Nessun {property} impostato", + "Invalid value" : "Valore non valido", "Unable to update {property}" : "Impossibile aggiornare {property}", "Change scope level of {property}, current scope is {scope}" : "Cambia libello di ambito di {property}, l'attuale ambito è {scope}", "Unable to update federation scope of the primary {property}" : "Impossibile aggiornare l'ambito federativo del {property} primario", @@ -443,44 +441,35 @@ OC.L10N.register( "Common languages" : "Lingue comuni", "Other languages" : "Altre lingue", "Password change is disabled because the master key is disabled" : "La modifica della password è disabilitata poiché la chiave principale è disabilitata", - "New user" : "Nuovo utente", + "New account" : "Nuovo account", "Display name" : "Nome visualizzato", "Either password or email is required" : "La password o l'email è necessaria", "Password (required)" : "Password (richiesta)", "Email (required)" : "Email (richiesta)", "Email" : "Posta elettronica", "Groups (required)" : "Gruppi (richiesto)", - "Set user groups" : "Imposta gruppi utente", "Administered groups" : "Gruppi amministrati", - "Set user as admin for …" : "Imposta utente come admin di …", "Quota" : "Quote", - "Set user quota" : "Imposta quota utente", "Language" : "Lingua", "Set default language" : "Imposta lingua predefinita", "Manager" : "Responsabile", - "Add new user" : "Aggiungi nuovo utente", - "Set user manager" : "Imposta responsabile utente", - "Username will be autogenerated" : "Il nome utente verrà autogenerato", - "Username (required)" : "Nome utente (richiesto)", "Total rows summary" : "Riepilogo totale delle righe", - "Loading users …" : "Caricamento utenti …", "Scroll to load more rows" : "Scorri per caricare più righe", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} utente …","{userCount} utenti …","{userCount} utenti …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} utente","{userCount} utenti","{userCount} utenti"], "Avatar" : "Avatar", - "Username" : "Nome utente", + "Account name" : "Nome account", "Group admin for" : "Amministratore per il gruppo", - "User backend" : "Motore utente", "Storage location" : "Posizione di archiviazione", "Last login" : "Ultimo accesso", - "User actions" : "Azioni utente", + "Account actions" : "Azioni account", "Password or insufficient permissions message" : "Messaggio password o permessi insufficienti", "Change display name" : "Cambia nome visualizzato", "Set new password" : "Imposta una nuova password", "Set new email address" : "Imposta un nuovo indirizzo email", - "Add user to group" : "Aggiungi utente al gruppo", "Set the language" : "Imposta la lingua", "{size} used" : "{size} utilizzati", + "Delete account" : "Elimina account", + "Disable account" : "Disabilita account", + "Enable account" : "Abilita account", "Resend welcome email" : "Invia nuovamente email di benvenuto", "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "In caso di smarrimento di un dispositivo o uscita dall'organizzazione, questa funzione può cancellare a distanza i dati di Nextcloud da tutti i dispositivi associati a {userid}. Funziona solo se i dispositivi sono connessi a Internet.", "Remote wipe of devices" : "Cancellazione remota dei dispositivi", @@ -500,7 +489,10 @@ OC.L10N.register( "Show storage path" : "Mostra percorso di archiviazione", "Show last login" : "Mostra ultimo accesso", "Sorting" : "Ordina", + "By member count" : "Per numero di partecipanti", + "By name" : "Per nome", "Send email" : "Invia email", + "Send welcome email to new accounts" : "Invia email di benvenuto ai nuovi utenti", "Defaults" : "Predefiniti", "Default quota" : "Quota predefinita", "Select default quota" : "Seleziona la quota predefinita", @@ -517,8 +509,10 @@ OC.L10N.register( "Your browser does not support WebAuthn." : "Il tuo browser non supporta WebAuthn.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "In qualità di amministratore puoi configurare in modo granulare il comportamento della condivisione. Vedi la documentazione per ulteriori informazioni.", "You need to enable the File sharing App." : "Devi attivare l'applicazione Condivisione file.", + "App Store" : "App Store", + "Active accounts" : "Account attivi", "Admins" : "Amministratori", - "New account" : "Nuovo account", + "Disabled accounts" : "Account disabilitati", "Create group" : "Crea gruppo", "Group name" : "Nome del gruppo", "Please enter a valid group name" : "Inserisci un nome di gruppo valido", @@ -627,6 +621,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Sono presenti alcuni certificati SSL importati dagli utenti, che non vengono più utilizzati con Nextcloud 21. Possono essere importati dalla riga di comando tramite il comando \"occ security:certificates:import\". I loro percorsi all'interno della cartella dei dati sono mostrati di seguito.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Trovati UUID di utenti o gruppi LDAP non validi. Controlla le tue impostazioni \"Sovrascrivi rilevazione UUID\" nella sezione Esperto della configurazione LDAP ed usa \"occ ldap:update-uuid\" per aggiornarle.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "La sincronizzazione della rubrica del sistema DAV non è ancora stata eseguita poiché la tua istanza ha più di 1000 utenti o perché si è verificato un errore. Eseguila a mano chiamando occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MariaDB. Nextcloud 21 e successivi non supportano questa versione e richiedono MariaDB 10.2 o successivi.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MySQL. Nextcloud 21 e successivi non supportano questa versione e richiedono MySQL 8.0 o MariaDB 10.2 o successivi.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Stai usando la versione \"%s\" di PostgreSQL. Nextcloud 21 e successivi non supportano questa versione e richiedono PostgreSQL 9.6 o successivi.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'autenticazione a due fattori può essere imposta per tutti gli utenti e gruppi specifici. Se non hanno un fornitore a due fattori configurato, non saranno in grado di accedere al sistema.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Quando si selezionano/escludono gruppi, viene utilizzata la logica seguente per determinare se un utente ha 2FA applicato: se non si seleziona alcun gruppo, 2FA è abilitato per chiunque eccetto per i membri dei gruppi esclusi. Se un utente è sia in un gruppo selezionato che in un escluso, il selezionato ha la precedenza e 2FA è applicato.", "Enable all" : "Abilita tutto", @@ -641,6 +638,7 @@ OC.L10N.register( "Error while deleting the token" : "Errore durante l'eliminazione del token", "Use the credentials below to configure your app or device." : "Utilizza le credenziali in basso per configurare la tua applicazione o dispositivo.", "For security reasons this password will only be shown once." : "Per motivi di sicurezza questa password sarà mostra solo una volta.", + "Username" : "Nome utente", "Copied!" : "Copiato!", "Copy" : "Copia", "Execute one task with each page loaded. Use case: Single user instance." : "Esegui un'attività con ogni pagina caricata. Caso d'uso: istanza per utente singolo.", @@ -660,6 +658,7 @@ OC.L10N.register( "Edit display name" : "Modifica nome visualizzato", "Add new password" : "Aggiungi nuova password", "Add new email address" : "Aggiungi nuovo indirizzo email", + "Add user to group" : "Aggiungi utente al gruppo", "Set user as admin for" : "Imposta utente come amministratore per", "Select user quota" : "Seleziona quota utente", "Select manager" : "Seleziona responsabile", @@ -670,9 +669,11 @@ OC.L10N.register( "Enable user" : "Abilita utente", "Edit User" : "Modifica utente", "User's table" : "Tabella dell'utente", + "New user" : "Nuovo utente", "Will be autogenerated" : "Sarà generata automaticamente", "Select user manager" : "Seleziona responsabile utente", "Add a new user" : "Aggiungi un nuovo utente", + "User backend" : "Motore utente", "No users in here" : "Non ci sono utenti qui", "Name your device" : "Nome del tuo dispositivo", "Server error while trying to add WebAuthn device" : "Errore del server durante il tentativo di aggiungere il dispositivo WebAuthn", @@ -700,13 +701,29 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Escludi gruppi dalla creazione dei collegamenti di condivisione:", "Exclude groups from sharing" : "Escludi gruppi dalla condivisione", "These groups will still be able to receive shares, but not to initiate them." : "Questi gruppi saranno in grado di ricevere condivisioni, ma non iniziarle.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Permetti l'autocompletamento dei nomi utente nella finestra di condivisione e l'accesso alla rubrica di sistema", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permetti l'autocompletamento dei nomi utente agli utenti negli stessi gruppi e limita loro la rubrica di sistema ", + "Allow username autocompletion to users based on phone number integration" : "Consenti il completamento del nome utente agli utenti basati sull'integrazione del numero di telefono", "Old user imported certificates" : "Certificati importati del vecchio utente.", + "Missing optional index \"%s\" in table \"%s\"." : "Manca l'indice facoltativo \"%s\" nella tabella \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Nel database mancano alcuni indici. Poiché l'aggiunta di indici su tabelle grandi può richiedere del tempo, non sono stati aggiunti automaticamente. Eseguendo \"occ db:add-missing-indices\", gli indici mancanti possono essere aggiunti manualmente mentre l'istanza è in esecuzione. Una volta che gli indici sono stati aggiunti, le interrogazioni a tali tabelle sono solitamente più veloci.", "Overwrite cli URL" : "Sovrascrivi URL della riga di comando", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Attualmente stai usando PHP %s. PHP 8.0 è deprecato in Nextcloud 27. Nextcloud 28 potrebbe richiedere almeno PHP 8.1. Aggiorna ad una delle versioni di PHP supportate ufficialmente fornite dal Gruppo PHP il prima possibile.", "Rating: {score}/10" : "Valutazione: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Stai per rimuovere il gruppo \"{group}\". Gli utenti NON verranno eliminati.", "No users" : "Nessun utente", + "Loading users …" : "Caricamento utenti …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Elenco di utenti. Questa lista non viene mostrata completamente per ragioni di prestazioni. Gli utenti verranno mostrati mentre scorri l'elenco.", + "Set user groups" : "Imposta gruppi utente", + "Set user as admin for …" : "Imposta utente come admin di …", + "Set user quota" : "Imposta quota utente", + "Add new user" : "Aggiungi nuovo utente", + "Set user manager" : "Imposta responsabile utente", + "Username will be autogenerated" : "Il nome utente verrà autogenerato", + "Username (required)" : "Nome utente (richiesto)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} utente …","{userCount} utenti …","{userCount} utenti …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} utente","{userCount} utenti","{userCount} utenti"], + "User actions" : "Azioni utente", "Loading user …" : "Caricamento utente …", "Failed to update user manager" : "Aggiornamento del gestore di utenti non riuscito", "User management settings" : "Impostazioni di gestione utenti", diff --git a/apps/settings/l10n/it.json b/apps/settings/l10n/it.json index c6b61617b27..aeab317a299 100644 --- a/apps/settings/l10n/it.json +++ b/apps/settings/l10n/it.json @@ -122,13 +122,12 @@ "Code integrity" : "Integrità del codice", "No altered files" : "Nessun file modificato", "Cron errors" : "Errori di cron", + "Cron last run" : "Ultimo avvio di Cron", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet. Il file .htaccess non funziona. Ti consigliamo vivamente di configurare il server in modo che la cartella dei dati non sia più accessibile o di spostare la cartella fuori dalla radice del server web.", "Database missing columns" : "Colonne mancanti nel database", "Missing optional column \"%s\" in table \"%s\"." : "Manca la colonna facoltativa \"%s\" nella tabella \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Nel database mancano alcune colonne opzionali. Poiché l'aggiunta di colonne su tabelle grandi può richiedere del tempo, non sono state aggiunte automaticamente. Eseguendo \"occ db:add-missing-columns\", le colonne mancanti possono essere aggiunte manualmente mentre l'istanza è in esecuzione. Una volta che le colonne sono state aggiunte, alcune funzionalità potrebbero migliorare i tempi di risposta o l'usabilità.", "Database missing indices" : "Indici mancanti nel database", - "Missing optional index \"%s\" in table \"%s\"." : "Manca l'indice facoltativo \"%s\" nella tabella \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Nel database mancano alcuni indici. Poiché l'aggiunta di indici su tabelle grandi può richiedere del tempo, non sono stati aggiunti automaticamente. Eseguendo \"occ db:add-missing-indices\", gli indici mancanti possono essere aggiunti manualmente mentre l'istanza è in esecuzione. Una volta che gli indici sono stati aggiunti, le interrogazioni a tali tabelle sono solitamente più veloci.", "Database missing primary keys" : "Chiavi primarie mancanti nel database", "Missing primary key on table \"%s\"." : "Manca la chiave primaria sulla tabella \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Nel database mancano alcune chiavi primarie. Poiché l'aggiunta di chiavi primarie su tabelle grandi può richiedere del tempo, non sono state aggiunte automaticamente. Eseguendo \"occ db:add-missing-primary-keys\", quelle chiavi mancanti possono essere aggiunte manualmente mentre l'istanza è in esecuzione.", @@ -186,10 +185,8 @@ "Configuration file access rights" : "Diritti di accesso al file di configurazione", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configurazione di sola lettura è stata abilitata. Ciò impedisce l'impostazione di alcune configurazioni tramite l'interfaccia web. Inoltre, i file devono essere resi scrivibili manualmente per ogni aggiornamento.", "Nextcloud configuration file is writable" : "Il file di configurazione di Nextcloud è scrivibile", + "HTTP headers" : "Intestazioni HTTP", "Database version" : "Versione del database", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MariaDB. Nextcloud 21 e successivi non supportano questa versione e richiedono MariaDB 10.2 o successivi.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MySQL. Nextcloud 21 e successivi non supportano questa versione e richiedono MySQL 8.0 o MariaDB 10.2 o successivi.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Stai usando la versione \"%s\" di PostgreSQL. Nextcloud 21 e successivi non supportano questa versione e richiedono PostgreSQL 9.6 o successivi.", "Unknown database platform" : "Piattaforma di database sconosciuta", "Architecture" : "Architettura", "64-bit" : "64-bit", @@ -237,10 +234,7 @@ "Set default expiration date for shares via link or mail" : "Imposta la data di scadenza predefinita per le condivisioni tramite link o posta", "Default expiration time of shares in days" : "Scadenza predefinita delle condivisioni in giorni", "Privacy settings for sharing" : "Impostazioni sulla privacy per la condivisione", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Permetti l'autocompletamento dei nomi utente nella finestra di condivisione e l'accesso alla rubrica di sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Se completamento di \"stesso gruppo\" e \"integrazione numero di telefono\" sono attivi, una corrispondenza in uno dei due è sufficiente per mostrare l'utente.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permetti l'autocompletamento dei nomi utente agli utenti negli stessi gruppi e limita loro la rubrica di sistema ", - "Allow username autocompletion to users based on phone number integration" : "Consenti il completamento del nome utente agli utenti basati sull'integrazione del numero di telefono", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Consenti il completamento automatico quando inserisci il nome completo o l'indirizzo email (ignorando la corrispondenza della rubrica mancante e l'appartenenza allo stesso gruppo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mostra il testo della liberatoria sulla pagina di caricamento del collegamento pubblico (visualizzato solo quando l'elenco dei file è nascosto)", "Disclaimer text" : "Testo della clausola", @@ -279,6 +273,7 @@ "_Update_::_Update all_" : ["Aggiorna","Aggiorna","Aggiorna tutto"], "Nothing to show" : "Niente da mostrare", "Loading" : "Caricamento", + "Carousel" : "Carosello", "Description" : "Descrizione", "Details" : "Dettagli", "All" : "Tutti", @@ -296,9 +291,11 @@ "Report a bug" : "Segnala un bug", "Request feature" : "Richiedi funzionalità", "Ask questions or discuss" : "Domanda o discuti", + "Rate the app" : "Valuta l'applicazione", "Rate" : "Valuta", "View in store" : "Visualizza nell'archivio", "Visit website" : "Visita il sito web", + "Usage documentation" : "Manuale d'uso", "Admin documentation" : "Documentazione di amministrazione", "Developer documentation" : "Documentazione dello sviluppatore", "Changelog" : "Novità", @@ -426,6 +423,7 @@ "Your X (formerly Twitter) handle" : "Il tuo handle di X (ex Twitter)", "Your website" : "Il tuo sito web", "No {property} set" : "Nessun {property} impostato", + "Invalid value" : "Valore non valido", "Unable to update {property}" : "Impossibile aggiornare {property}", "Change scope level of {property}, current scope is {scope}" : "Cambia libello di ambito di {property}, l'attuale ambito è {scope}", "Unable to update federation scope of the primary {property}" : "Impossibile aggiornare l'ambito federativo del {property} primario", @@ -441,44 +439,35 @@ "Common languages" : "Lingue comuni", "Other languages" : "Altre lingue", "Password change is disabled because the master key is disabled" : "La modifica della password è disabilitata poiché la chiave principale è disabilitata", - "New user" : "Nuovo utente", + "New account" : "Nuovo account", "Display name" : "Nome visualizzato", "Either password or email is required" : "La password o l'email è necessaria", "Password (required)" : "Password (richiesta)", "Email (required)" : "Email (richiesta)", "Email" : "Posta elettronica", "Groups (required)" : "Gruppi (richiesto)", - "Set user groups" : "Imposta gruppi utente", "Administered groups" : "Gruppi amministrati", - "Set user as admin for …" : "Imposta utente come admin di …", "Quota" : "Quote", - "Set user quota" : "Imposta quota utente", "Language" : "Lingua", "Set default language" : "Imposta lingua predefinita", "Manager" : "Responsabile", - "Add new user" : "Aggiungi nuovo utente", - "Set user manager" : "Imposta responsabile utente", - "Username will be autogenerated" : "Il nome utente verrà autogenerato", - "Username (required)" : "Nome utente (richiesto)", "Total rows summary" : "Riepilogo totale delle righe", - "Loading users …" : "Caricamento utenti …", "Scroll to load more rows" : "Scorri per caricare più righe", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} utente …","{userCount} utenti …","{userCount} utenti …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} utente","{userCount} utenti","{userCount} utenti"], "Avatar" : "Avatar", - "Username" : "Nome utente", + "Account name" : "Nome account", "Group admin for" : "Amministratore per il gruppo", - "User backend" : "Motore utente", "Storage location" : "Posizione di archiviazione", "Last login" : "Ultimo accesso", - "User actions" : "Azioni utente", + "Account actions" : "Azioni account", "Password or insufficient permissions message" : "Messaggio password o permessi insufficienti", "Change display name" : "Cambia nome visualizzato", "Set new password" : "Imposta una nuova password", "Set new email address" : "Imposta un nuovo indirizzo email", - "Add user to group" : "Aggiungi utente al gruppo", "Set the language" : "Imposta la lingua", "{size} used" : "{size} utilizzati", + "Delete account" : "Elimina account", + "Disable account" : "Disabilita account", + "Enable account" : "Abilita account", "Resend welcome email" : "Invia nuovamente email di benvenuto", "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "In caso di smarrimento di un dispositivo o uscita dall'organizzazione, questa funzione può cancellare a distanza i dati di Nextcloud da tutti i dispositivi associati a {userid}. Funziona solo se i dispositivi sono connessi a Internet.", "Remote wipe of devices" : "Cancellazione remota dei dispositivi", @@ -498,7 +487,10 @@ "Show storage path" : "Mostra percorso di archiviazione", "Show last login" : "Mostra ultimo accesso", "Sorting" : "Ordina", + "By member count" : "Per numero di partecipanti", + "By name" : "Per nome", "Send email" : "Invia email", + "Send welcome email to new accounts" : "Invia email di benvenuto ai nuovi utenti", "Defaults" : "Predefiniti", "Default quota" : "Quota predefinita", "Select default quota" : "Seleziona la quota predefinita", @@ -515,8 +507,10 @@ "Your browser does not support WebAuthn." : "Il tuo browser non supporta WebAuthn.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "In qualità di amministratore puoi configurare in modo granulare il comportamento della condivisione. Vedi la documentazione per ulteriori informazioni.", "You need to enable the File sharing App." : "Devi attivare l'applicazione Condivisione file.", + "App Store" : "App Store", + "Active accounts" : "Account attivi", "Admins" : "Amministratori", - "New account" : "Nuovo account", + "Disabled accounts" : "Account disabilitati", "Create group" : "Crea gruppo", "Group name" : "Nome del gruppo", "Please enter a valid group name" : "Inserisci un nome di gruppo valido", @@ -625,6 +619,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Sono presenti alcuni certificati SSL importati dagli utenti, che non vengono più utilizzati con Nextcloud 21. Possono essere importati dalla riga di comando tramite il comando \"occ security:certificates:import\". I loro percorsi all'interno della cartella dei dati sono mostrati di seguito.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Trovati UUID di utenti o gruppi LDAP non validi. Controlla le tue impostazioni \"Sovrascrivi rilevazione UUID\" nella sezione Esperto della configurazione LDAP ed usa \"occ ldap:update-uuid\" per aggiornarle.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "La sincronizzazione della rubrica del sistema DAV non è ancora stata eseguita poiché la tua istanza ha più di 1000 utenti o perché si è verificato un errore. Eseguila a mano chiamando occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MariaDB. Nextcloud 21 e successivi non supportano questa versione e richiedono MariaDB 10.2 o successivi.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MySQL. Nextcloud 21 e successivi non supportano questa versione e richiedono MySQL 8.0 o MariaDB 10.2 o successivi.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Stai usando la versione \"%s\" di PostgreSQL. Nextcloud 21 e successivi non supportano questa versione e richiedono PostgreSQL 9.6 o successivi.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'autenticazione a due fattori può essere imposta per tutti gli utenti e gruppi specifici. Se non hanno un fornitore a due fattori configurato, non saranno in grado di accedere al sistema.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Quando si selezionano/escludono gruppi, viene utilizzata la logica seguente per determinare se un utente ha 2FA applicato: se non si seleziona alcun gruppo, 2FA è abilitato per chiunque eccetto per i membri dei gruppi esclusi. Se un utente è sia in un gruppo selezionato che in un escluso, il selezionato ha la precedenza e 2FA è applicato.", "Enable all" : "Abilita tutto", @@ -639,6 +636,7 @@ "Error while deleting the token" : "Errore durante l'eliminazione del token", "Use the credentials below to configure your app or device." : "Utilizza le credenziali in basso per configurare la tua applicazione o dispositivo.", "For security reasons this password will only be shown once." : "Per motivi di sicurezza questa password sarà mostra solo una volta.", + "Username" : "Nome utente", "Copied!" : "Copiato!", "Copy" : "Copia", "Execute one task with each page loaded. Use case: Single user instance." : "Esegui un'attività con ogni pagina caricata. Caso d'uso: istanza per utente singolo.", @@ -658,6 +656,7 @@ "Edit display name" : "Modifica nome visualizzato", "Add new password" : "Aggiungi nuova password", "Add new email address" : "Aggiungi nuovo indirizzo email", + "Add user to group" : "Aggiungi utente al gruppo", "Set user as admin for" : "Imposta utente come amministratore per", "Select user quota" : "Seleziona quota utente", "Select manager" : "Seleziona responsabile", @@ -668,9 +667,11 @@ "Enable user" : "Abilita utente", "Edit User" : "Modifica utente", "User's table" : "Tabella dell'utente", + "New user" : "Nuovo utente", "Will be autogenerated" : "Sarà generata automaticamente", "Select user manager" : "Seleziona responsabile utente", "Add a new user" : "Aggiungi un nuovo utente", + "User backend" : "Motore utente", "No users in here" : "Non ci sono utenti qui", "Name your device" : "Nome del tuo dispositivo", "Server error while trying to add WebAuthn device" : "Errore del server durante il tentativo di aggiungere il dispositivo WebAuthn", @@ -698,13 +699,29 @@ "Exclude groups from creating link shares:" : "Escludi gruppi dalla creazione dei collegamenti di condivisione:", "Exclude groups from sharing" : "Escludi gruppi dalla condivisione", "These groups will still be able to receive shares, but not to initiate them." : "Questi gruppi saranno in grado di ricevere condivisioni, ma non iniziarle.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Permetti l'autocompletamento dei nomi utente nella finestra di condivisione e l'accesso alla rubrica di sistema", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permetti l'autocompletamento dei nomi utente agli utenti negli stessi gruppi e limita loro la rubrica di sistema ", + "Allow username autocompletion to users based on phone number integration" : "Consenti il completamento del nome utente agli utenti basati sull'integrazione del numero di telefono", "Old user imported certificates" : "Certificati importati del vecchio utente.", + "Missing optional index \"%s\" in table \"%s\"." : "Manca l'indice facoltativo \"%s\" nella tabella \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Nel database mancano alcuni indici. Poiché l'aggiunta di indici su tabelle grandi può richiedere del tempo, non sono stati aggiunti automaticamente. Eseguendo \"occ db:add-missing-indices\", gli indici mancanti possono essere aggiunti manualmente mentre l'istanza è in esecuzione. Una volta che gli indici sono stati aggiunti, le interrogazioni a tali tabelle sono solitamente più veloci.", "Overwrite cli URL" : "Sovrascrivi URL della riga di comando", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Attualmente stai usando PHP %s. PHP 8.0 è deprecato in Nextcloud 27. Nextcloud 28 potrebbe richiedere almeno PHP 8.1. Aggiorna ad una delle versioni di PHP supportate ufficialmente fornite dal Gruppo PHP il prima possibile.", "Rating: {score}/10" : "Valutazione: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Stai per rimuovere il gruppo \"{group}\". Gli utenti NON verranno eliminati.", "No users" : "Nessun utente", + "Loading users …" : "Caricamento utenti …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Elenco di utenti. Questa lista non viene mostrata completamente per ragioni di prestazioni. Gli utenti verranno mostrati mentre scorri l'elenco.", + "Set user groups" : "Imposta gruppi utente", + "Set user as admin for …" : "Imposta utente come admin di …", + "Set user quota" : "Imposta quota utente", + "Add new user" : "Aggiungi nuovo utente", + "Set user manager" : "Imposta responsabile utente", + "Username will be autogenerated" : "Il nome utente verrà autogenerato", + "Username (required)" : "Nome utente (richiesto)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} utente …","{userCount} utenti …","{userCount} utenti …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} utente","{userCount} utenti","{userCount} utenti"], + "User actions" : "Azioni utente", "Loading user …" : "Caricamento utente …", "Failed to update user manager" : "Aggiornamento del gestore di utenti non riuscito", "User management settings" : "Impostazioni di gestione utenti", diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js index 99d59b8ce43..756b3c2d127 100644 --- a/apps/settings/l10n/ja.js +++ b/apps/settings/l10n/ja.js @@ -143,14 +143,13 @@ OC.L10N.register( "Cron last run" : "Cron 最後の実行", "Last background job execution ran %s. Something seems wrong. {link}." : "最後のバックグラウンドジョブの実行は %s でした。何かがおかしいようです。{link}。", "Last background job execution ran %s." : "最後のバックグラウンドジョブの実行は %s でした。", + "Data directory protected" : "データディレクトリは保護されています", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "データディレクトリやファイルがインターネットからアクセスされている可能性があります。.htaccessファイルが機能していません。データディレクトリにアクセスできないようにWebサーバーを設定するか、データディレクトリをWebサーバーのドキュメントルートの外に移動することを強くお勧めします。", "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "データディレクトリが保護されているかどうかを確認できませんでした。あなたのサーバーがデータディレクトリへのアクセスを許可していないかどうか、手動で確認してください。", "Database missing columns" : "データベースに存在しないカラム", "Missing optional column \"%s\" in table \"%s\"." : "オプションのカラム \"%s\" がテーブル \"%s\" にありません。", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "データベースにはオプションのカラムがいくつかありません。大きなテーブルにカラムを追加するには時間がかかるため、オプションのカラムは自動的に追加されませんでした。\"occ db:add-missing-columns\"を実行することで、不足しているカラムはインスタンスの実行中に手動で追加することができます。カラムが追加されると、応答性や使い勝手が改善される可能性があります。", "Database missing indices" : "データベースに存在しないインデックス", - "Missing optional index \"%s\" in table \"%s\"." : "オプションのインデックス \"%s\" がテーブル \"%s\"にありません", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "データベースにいくつかのインデックスがありません。 大きなテーブルにインデックスを追加すると、自動的に追加されないまでに時間がかかる可能性があるためです。 \"occ db:add-missing-indices\"を実行することによって、インスタンスが実行し続けている間にそれらの欠けているインデックスを手動で追加することができます。 インデックスが追加されると、それらのテーブルへのクエリは通常はるかに速くなります。", "Database missing primary keys" : "データベースに存在しない主キー", "Missing primary key on table \"%s\"." : "主キーがテーブル \"%s\" にありません。", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "データベースにいくつかのプライマリーキーがありません。大きなテーブルにプライマリーキーを追加するには時間がかかる可能性があるため、自動的に追加されません。 \"occ db:add-missing-primary-keys\" を実行することにより、インスタンスを動かしたままで足りないプライマリーキーを手動で追加することができます。", @@ -169,15 +168,20 @@ OC.L10N.register( "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "データベースがトランザクションファイルロックに使われています。パフォーマンスをあげるには、可能であればメモリーのキャッシュを設定してください。", "Forwarded for headers" : "Forwarded for headers", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "あなたの「trusted_proxies」の設定が正しく設定されていません。配列である必要があります。", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "\"trusted_proxies\" の設定が正しくありません。IPアドレスの配列であるべきで、CIDR表記で範囲を指定することもできます。", "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "リバースプロキシヘッダの設定が正しくありません。これはセキュリティ上の問題で、攻撃者が自分のIPアドレスをNextcloudに見えるように偽装することができます。", "Your IP address was resolved as %s" : "あなたのIPアドレスは%sとして解決されました", "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "リバースプロキシヘッダの設定が正しくありません、または信頼できるプロキシからNextcloudにアクセスしています。そうでない場合、これはセキュリティ上の問題であり、攻撃者がNextcloudに表示されるIPアドレスを偽装することができます。", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "安全ではないHTTP経由でのサイトへのアクセス。代わりにHTTPSを要求するようにサーバーを設定することを強くお勧めします。そうしないと「クリップボードにコピー」や「service workers」のような重要なウェブ機能が動作しません!", + "Accessing site insecurely via HTTP." : "HTTP 経由での安全でないサイトへのアクセス。", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "あなたは安全な接続を介してインスタンスにアクセスしており、あなたのインスタンスは安全なURLを生成しています。", "Internet connectivity" : "インターネット接続", "Internet connectivity is disabled in configuration file." : "設定ファイルでインターネット接続が無効になっている。", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "このサーバーにはインターネット接続がありません。複数のエンドポイントに到達できませんでした。 つまり、外部ストレージのマウント、アップデートに関する通知、サードパーティ製アプリのインストールなどの機能の一部は機能しません。 リモートからファイルにアクセスしたり、通知メールを送信したりすることもできません。インターネットへの接続を確立できれば、すべての機能を利用することができます。", "JavaScript modules support" : "JavaScript モジュールのサポート", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "あなたのウェブサーバーは、JavaScript のMIMEタイプを使用して `.mjs` ファイルを提供していません。これにより、一部のアプリがブラウザーで JavaScript ファイルを実行できなくなります。ウェブサーバーを設定して、`.mjs` ファイルを `text/javascript` または `application/javascript` のMIMEタイプで提供するようにしてください。", + "JavaScript source map support" : "JavaScript ソースマップのサポート", + "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Web サーバが `.js.map` ファイルを提供するように設定されていません。これらのファイルがないと、JavaScriptソースマップは正しく機能せず、トラブルシューティングや問題が発生した場合のデバッグが難しくなります。", "Old server-side-encryption" : "古いサーバーサイド暗号化", "Disabled" : "無効", "The old server-side-encryption format is enabled. We recommend disabling this." : "古い方式のサーバーサイド暗号化が有効になっています。無効にすることをお勧めします。", @@ -185,14 +189,15 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "サーバーにはメンテナンスウィンドウの開始時間が設定されていません。これは、リソースを多く使用する日常のバックグラウンドジョブが、メインの利用時間中にも実行されることを意味します。利用者がこれらの重いタスクによる負荷の影響を受けにくくするために、低い利用時間に設定することをおすすめします。", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "メンテナンスウィンドウは、{start}:00 UTCから {end}:00 UTCまでの間に重いバックグラウンドジョブを実行します。", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached は分散キャッシュとして設定されていますが、誤ったPHPモジュール \"memcache\" がインストールされています。 \\OC\\Memcache\\Memcached は \"memcached\" のみをサポートしており、\"memcache\" はサポートされていません。", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached は分散キャッシュとして設定されていますが、PHPモジュール \"memcached\" がインストールされていません。", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "メモリキャッシュが設定されていません。パフォーマンスを向上させるため、利用可能であればメモリキャッシュを設定してください。", "Configured" : "設定済み", "MySQL Unicode support" : "MySQL Unicode サポート", "You are not using MySQL" : "あなたは MySQL を使用していません", "MySQL is used as database and does support 4-byte characters" : "MySQL はデータベースとして使用され、4バイト文字をサポートしています", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL はデータベースとして使用されていますが、4バイトの文字をサポートしていません。例えば、ファイル名やコメントなどで絵文字などの4バイトの文字を問題なく扱うためには、MySQL で4バイトのサポートを有効にすることをおすすめします。", + "OCS provider resolving" : "OCSプロバイダーの解決", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Webサーバが OCM および OCS プロバイダーのURLを正しく解決しているかどうかを確認できませんでした。", + "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Web サーバが %1$s を解決するように正しく設定されていません。\nこれは、このフォルダを直接配信するように更新されていないウェブサーバの設定に関連している可能性が高いです。\nApacheの場合は\".htaccess\"、Nginxの場合はドキュメントに記載されているリライトルールと比較してください。\nNginxの場合、これらは通常「location ~」で始まる行で、更新が必要です。", "Overwrite CLI URL" : "Overwrite CLI URL", "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "あなたの config.php の \"overwrite.cli.url\" オプションは正しく \"%s\" に設定されています。", "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "あなたの config.php の \"overwrite.cli.url\" オプションは、\"%s\" に設定されており、正しいURLです。提案されるURLは \"%s\" です。", @@ -230,6 +235,7 @@ OC.L10N.register( "The PHP OPcache module is not properly configured. %s." : "PHP OPcacheモジュールが正しく設定されていません。 %s.", "Correctly configured" : "設定が正しく行われています。", "PHP version" : "PHPバージョン", + "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "現在、あなたは PHP %s を実行しています。PHP 8.1 は Nextcloud 30 では非推奨となっています。Nextcloud 31 では少なくとも PHP 8.2 が必要になる可能性があります。できるだけ早く、PHP グループが提供する公式にサポートされている PHP のバージョンにアップグレードしてください。", "You are currently running PHP %s." : " 現在 PHP %s を実行しています。", "PHP \"output_buffering\" option" : "PHP \"output_buffering\" オプション", "PHP configuration option \"output_buffering\" must be disabled" : "PHP の設定オプション \"output_buffering\" を無効にする必要があります", @@ -243,10 +249,19 @@ OC.L10N.register( "Configuration file access rights" : "設定ファイルのアクセス権", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "\"config\"は読み取り専用になってます。そのためにWEBインターフェースで設定できません可能性があります。さらに、更新時に\"config\"ファイルを書き込み権限を与えることが必要", "Nextcloud configuration file is writable" : "Nextcloud の設定ファイルは書き込み可能", + "HTTP headers" : "HTTP ヘッダー", + "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP ヘッダーが `%2$s` に設定されていません。この設定を調整することが推奨されているため、一部の機能が正しく動作しない可能性があります。", + "- The `%1$s` HTTP header is not set to `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP ヘッダーが `%2$s` に設定されていません。これはセキュリティやプライバシーのリスクとなる可能性があるため、この設定を調整することが推奨されています。", + "- The `%1$s` HTTP header does not contain `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP ヘッダーに `%2$s` が含まれていません。これはセキュリティやプライバシーのリスクとなる可能性があるため、この設定を調整することが推奨されています。", + "- The `%1$s` HTTP header is not set to `%2$s`, `%3$s`, `%4$s`, `%5$s` or `%6$s`. This can leak referer information. See the {w3c-recommendation}." : "- `%1$s` HTTP ヘッダーが `%2$s`, `%3$s`, `%4$s`, `%5$s` または `%6$s`. に設定されていません。これにより、リファラー情報が漏れる可能性があります。詳しくは {w3c-recommendation} を参照してください。", + "- The `Strict-Transport-Security` HTTP header is not set to at least `%d` seconds (current value: `%d`). For enhanced security, it is recommended to use a long HSTS policy." : "- `Strict-Transport-Security` HTTPヘッダーが少なくとも `%d` 秒に設定されていません(現在の値:`%d`)。セキュリティを強化するために、長期間のHSTSポリシーを使用することを推奨します。", + "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS." : "- `Strict-Transport-Security` HTTPヘッダーが不正です: `%s`。セキュリティを強化するために、HSTSを有効にすることを推奨します。", + "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- `Strict-Transport-Security` HTTPヘッダーが設定されていません(少なくとも `%d` 秒に設定する必要があります)。セキュリティを強化するために、HSTSを有効にすることを推奨します。", + "Some headers are not set correctly on your instance" : "インスタンスの一部のヘッダーが正しく設定されていません", + "Could not check that your web server serves security headers correctly. Please check manually." : "ウェブサーバーがセキュリティヘッダーを正しく提供しているか確認できませんでした。手動で確認してください。", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "ウェブサーバーがセキュリティヘッダーを正しく提供しているか確認できませんでした。 `%s` をクエリできません。", + "Your server is correctly configured to send security headers." : "サーバーはセキュリティヘッダーを送信するよう正しく構成されています。", "Database version" : "データベースバージョン", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB のバージョン\"%s\" が使われています。Nextcloud 21以降ではこのバージョンのサポートは終了し、MariaDB 10.2 以降のバージョンが必要になります。", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQLのバージョン \"%s\" が使用されています。Nextcloud 21以降ではこのバージョンのサポートは終了し、MySQL 8.0またはMariaDB 10.2以上が必要となります。", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQLのバージョン \"%s\" を使用しています。Nextcloud 21以降ではこのバージョンのサポートは終了し、PostgreSQL 9.6以降が必要となります。", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLiteは現在、バックエンドデータベースとして使用されています。より大規模なインストールでは、別のデータベースバックエンドに切り替えることをおすすめします。特にファイル同期にデスクトップクライアントを使用する場合には、別のデータベースに移行することをおすすめします。別のデータベースに移行するには、コマンドラインツール「occ db:convert-type」を使用してください。", "Unknown database platform" : "不明なデータベース・プラフォーム", "Architecture" : "アーキテクチャ", @@ -263,6 +278,14 @@ OC.L10N.register( "Database transaction isolation level" : "データベースのトランザクション分離レベル", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "あなたのデータベースは \"READ COMMITED\" トランザクション分離レベルで動作していません。このことにより複数のアクションが平行して実行される場合に問題が起こる可能性があります。", "Was not able to get transaction isolation level: %s" : "トランザクション分離レベルを取得できませんでした: %s", + ".well-known URLs" : ".well-known URLs", + "`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "設定で `check_for_working_wellknown_setup` が false に設定されているため、このチェックはスキップされました。", + "Could not check that your web server serves `.well-known` correctly. Please check manually." : "ウェブサーバが `.well-known` を正しく提供しているか確認できませんでした。手動で確認してください。", + "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "ウェブサーバが `.well-known` URL を正しく解決できるように設定されていません。失敗箇所:\n`%s`", + "Your server is correctly configured to serve `.well-known` URLs." : "サーバーは `.well-known` URL を提供するように正しく構成されています。", + "WOFF2 file loading" : "WOFF2 ファイルの読み込み", + "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "WOFF2 の読み込みサポートを確認できませんでした。お使いのウェブサーバが .woff2 ファイルを提供しているかどうかを手動で確認してください。", + "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "お使いのウェブサーバは .woff2 ファイルを正しく配信するように設定されていません。これは通常Nginxの設定に問題があります。Nextcloud 15では、.woff2 ファイルも配信するように調整する必要があります。ドキュメント内の推奨されるNginx設定と比較してください。", "Profile information" : "プロフィール情報", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "プロフィール写真、氏名、メールアドレス、電話番号、住所、Webサイト、Twitter、組織、役職、ヘッドライン、自己紹介が有効かどうか", "Nextcloud settings" : "Nextcloud の設定", @@ -292,7 +315,13 @@ OC.L10N.register( "Enforce password protection" : "常にパスワード保護を有効にする", "Exclude groups from password requirements" : "パスワード要件から除外するグループ", "Exclude groups from creating link shares" : "リンク共有作成を除外するグループ", + "Limit sharing based on groups" : "グループに基づいて共有を制限する", + "Allow sharing for everyone (default)" : "全員に共有を許可する(デフォルト)", + "Exclude some groups from sharing" : "共有可能なグループから除外する", + "Limit sharing to some groups" : "一部のグループに共有を制限する", + "Groups allowed to share" : "共有を許可されたグループ", "Groups excluded from sharing" : "共有から除外されたグループ", + "Not allowed groups will still be able to receive shares, but not to initiate them." : "許可されていないグループでも共有を受け取ることはできますが、共有を開始することはできません。", "Set default expiration date for shares" : "共有のデフォルトの有効期限を設定する", "Enforce expiration date" : "有効期限を反映させる", "Default expiration time of new shares in days" : "新しい共有のデフォルトの有効期限(日単位)", @@ -304,10 +333,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "リンクまたはメールでの共有のデフォルトの期限を設定する", "Default expiration time of shares in days" : "共有のデフォルトの有効期限(日単位)", "Privacy settings for sharing" : "共有のプライバシー設定", - "Allow username autocompletion in share dialog and allow access to the system address book" : "共有ダイアログでユーザー名の自動補完を許可し、システムのアドレス帳へのアクセスを許可する", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "自動補完で「同じグループ」と「電話番号の連携」が有効になっている場合は、どちらかに一致するだけでユーザーに表示されます。", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "同じグループ内のユーザーにユーザー名の自動補完を許可し、システムのアドレス帳を同じグループ内のユーザーに制限する", - "Allow username autocompletion to users based on phone number integration" : "電話番号を連携しているユーザーのユーザー名を自動補完する", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "氏名または電子メールアドレスを入力するときにユーザー名を自動補完する(連絡先での不一致、同じグループへの所属かどうかを無視)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "公開リンクのアップロードページに免責事項のテキストを表示する。 (ファイルリストが非表示のときのみ表示します)", "Disclaimer text" : "免責事項 テキスト", @@ -334,6 +360,7 @@ OC.L10N.register( "Featured" : "注目", "This app is supported via your current Nextcloud subscription." : "このアプリは、現行のNextcloudサブスクリプションでサポートされています。", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "注目のアプリはコミュニティ内で開発されています。これらのアプリは主要な機能を提供しており、すぐに本番で使用することができます。", + "Community rating: {score}/5" : "コミュニティ評価: {score}/5", "All apps are up-to-date." : "全てのアプリが最新です", "Icon" : "アイコン", "Name" : "名前", @@ -347,7 +374,16 @@ OC.L10N.register( "_%n app has an update available_::_%n apps have an update available_" : ["%n 個のアプリに更新情報があります"], "_Update_::_Update all_" : ["全て更新"], "Nothing to show" : "表示するものがありません", + "Could not load section content from app store." : "アプリストアからセクションの内容を読み込めませんでした。", "Loading" : "読み込み中", + "Fetching the latest news…" : "最新のニュースを取得しています...", + "Could not load app discover section" : "アプリ検出セクションをロードできませんでした", + "Could not render element" : "要素を表示できませんでした", + "Carousel" : "カルーセル", + "Previous slide" : "前のスライド", + "Next slide" : "次のスライド", + "Choose slide to display" : "表示するスライドを選択", + "{index} of {total}" : "{total} のうち {index}", "Description" : "説明", "Details" : "詳細", "All" : "すべて", @@ -519,44 +555,31 @@ OC.L10N.register( "Common languages" : "共通言語", "Other languages" : "他の言語", "Password change is disabled because the master key is disabled" : "マスターキーが無効になっているため、パスワードの変更は無効です", - "New user" : "新しいユーザー", + "New account" : "新規アカウント", "Display name" : "表示名", "Either password or email is required" : "パスワードまたはEメールのいずれかが必要", "Password (required)" : "パスワード (必須)", "Email (required)" : "Eメール (必須)", "Email" : "メール", "Groups (required)" : "グループ (必須)", - "Set user groups" : "ユーザーグループの設定", "Administered groups" : "管理グループ", - "Set user as admin for …" : "ユーザーを管理者に設定 ...", "Quota" : "クオータ", - "Set user quota" : "ユーザークォータの設定", "Language" : "言語", "Set default language" : "デフォルト言語の設定", "Manager" : "Manager", - "Add new user" : "新規ユーザーの追加", - "Set user manager" : "ユーザーマネージャーを設定", - "Username will be autogenerated" : "ユーザー名は自動生成されます", - "Username (required)" : "ユーザー名 (必須)", "Total rows summary" : "総行数のサマリー", - "Loading users …" : "Loading users …", "Scroll to load more rows" : "スクロールしてより多くの行を読み込む", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} ユーザー…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} ユーザー"], "Avatar" : "アバター", - "Username" : "ユーザーID", "Group admin for" : "グループの管理者", - "User backend" : "ユーザーバックエンド", "Storage location" : "データの保存場所", "Last login" : "最終ログイン", - "User actions" : "ユーザーアクション", + "Account actions" : "アカウント操作", "Password or insufficient permissions message" : "パスワードまたは権限不足のメッセージ", "Loading account …" : "アカウントを読み込み中 ...", "Change display name" : "表示名の変更", "Set new password" : "新しいパスワードの設定", "You do not have permissions to see the details of this account" : "このアカウントの詳細を表示する権限がありません", "Set new email address" : "新しいメールアドレスを設定", - "Add user to group" : "ユーザーをグループに追加", "Add account to group" : "アカウントをグループに追加", "Set account as admin for" : "アカウントを管理者に設定", "Select account quota" : "アカウントのクォータを選択", @@ -612,7 +635,6 @@ OC.L10N.register( "Disabled accounts" : "無効なアカウント", "Account group: {group}" : "アカウントグループ: {group}", "Account management" : "アカウント管理", - "New account" : "新規アカウント", "Create group" : "グループを作成", "Group name" : "グループ名", "Please enter a valid group name" : "有効なグループ名を入力してください", @@ -724,6 +746,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "ユーザーがインポートしたSSL証明書がいくつか存在しますが、Nextcloud 21ではもう使用されていません。これらの証明書は、\"occ security:certificates:import\" コマンドにより、コマンドラインでインポートすることができます。これらの証明書のデータディレクトリ内のパスは以下のとおりです。", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "無効なLDAPユーザーまたはグループのUUIDが見つかりました。LDAP設定の詳細設定に存在する\"UUID検出の上書き\"設定を再度ご確認いただき、更新するには\"occ ldap:update-uuid\"をご使用ください。", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "あなたのインスタンスのユーザー数が1000人以上であるか、エラーが発生したため、DAVシステムアドレス帳の同期がまだ実行されていません。手動で occ dav:sync-system-addressbook を呼び出して実行してください。", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB のバージョン\"%s\" が使われています。Nextcloud 21以降ではこのバージョンのサポートは終了し、MariaDB 10.2 以降のバージョンが必要になります。", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQLのバージョン \"%s\" が使用されています。Nextcloud 21以降ではこのバージョンのサポートは終了し、MySQL 8.0またはMariaDB 10.2以上が必要となります。", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQLのバージョン \"%s\" を使用しています。Nextcloud 21以降ではこのバージョンのサポートは終了し、PostgreSQL 9.6以降が必要となります。", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "二要素認証はすべてのユーザーと特定のグループに強制することができます。設定済みの二要素プロバイダーがない場合は、システムにログインできません。", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "グループが選択または除外されている場合、ユーザーに対して二要素認証を強制するかを次のロジックで判断します: 強制するグループが未選択の場合、除外するグループのメンバーを除く全ユーザーに対して二要素認証を強制します。強制するグループが選択されている場合、強制するグループの全メンバーに対して二要素認証を強制します。両方のグループに所属するユーザーに対しては、強制するグループが優先され、二要素認証が強制されます。", "Enable all" : "すべて有効にする", @@ -738,6 +763,7 @@ OC.L10N.register( "Error while deleting the token" : "トークンの削除中にエラーが発生しました", "Use the credentials below to configure your app or device." : "アプリや端末を設定するのに以下の認証情報を使用する。", "For security reasons this password will only be shown once." : "セキュリティ上の理由から、このパスワードは一度しか表示されません。", + "Username" : "ユーザーID", "Copied!" : "コピーしました!", "Copy" : "コピー", "Execute one task with each page loaded. Use case: Single user instance." : "各ページが読み込まれる度に1つのタスクを実行します。使用例: シングルユーザーのインスタンスの場合。", @@ -757,6 +783,7 @@ OC.L10N.register( "Edit display name" : "表示名の編集", "Add new password" : "新しいパスワードを追加する", "Add new email address" : "新しいメールアドレスを追加する", + "Add user to group" : "ユーザーをグループに追加", "Set user as admin for" : "ユーザーを管理者に設定します", "Select user quota" : "ユーザークオータを選択", "Select manager" : "マネージャーを選択", @@ -767,9 +794,11 @@ OC.L10N.register( "Enable user" : "ユーザーを有効", "Edit User" : "ユーザーを編集する", "User's table" : "ユーザーテーブル", + "New user" : "新しいユーザー", "Will be autogenerated" : "自動生成されます", "Select user manager" : "ユーザーマネージャーを選択", "Add a new user" : "新しいユーザーを追加", + "User backend" : "ユーザーバックエンド", "No users in here" : "ここにはユーザーがありません", "Name your device" : "デバイスに名前をつける", "Server error while trying to add WebAuthn device" : "WebAuthn デバイスを追加しようとしたときのサーバーエラー", @@ -797,14 +826,30 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "リンク共有作成を除外するグループ: ", "Exclude groups from sharing" : "共有可能なグループから除外する", "These groups will still be able to receive shares, but not to initiate them." : "このグループでは、フォルダー共有を開始することはできませんが、共有されたフォルダーを参照することはできます。", + "Allow username autocompletion in share dialog and allow access to the system address book" : "共有ダイアログでユーザー名の自動補完を許可し、システムのアドレス帳へのアクセスを許可する", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "同じグループ内のユーザーにユーザー名の自動補完を許可し、システムのアドレス帳を同じグループ内のユーザーに制限する", + "Allow username autocompletion to users based on phone number integration" : "電話番号を連携しているユーザーのユーザー名を自動補完する", "Old user imported certificates" : "旧ユーザがインポートした証明書", + "Missing optional index \"%s\" in table \"%s\"." : "オプションのインデックス \"%s\" がテーブル \"%s\"にありません", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "データベースにいくつかのインデックスがありません。 大きなテーブルにインデックスを追加すると、自動的に追加されないまでに時間がかかる可能性があるためです。 \"occ db:add-missing-indices\"を実行することによって、インスタンスが実行し続けている間にそれらの欠けているインデックスを手動で追加することができます。 インデックスが追加されると、それらのテーブルへのクエリは通常はるかに速くなります。", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript サポートを確認できませんでした。あなたのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうか、手動で確認してください。", "Overwrite cli URL" : "Overwrite cli URL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "PHP %s を実行しています。PHP 8.0 は Nextcloud 27 では非推奨です。Nextcloud 28 では、少なくとも PHP 8.1 が必要になる可能性があります。PHP グループが公式にサポートする PHP のいずれかのバージョンにできるだけ早くアップグレードしてください。", "Rating: {score}/10" : "評価: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "グループ \"{group}\" を削除しようとしています。ユーザーは削除されません。", "No users" : "No users", + "Loading users …" : "Loading users …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "ユーザーのリスト。このリストはパフォーマンス上の理由から完全にはレンダリングされません。ユーザはリスト内を移動するにつれてレンダリングされます。", + "Set user groups" : "ユーザーグループの設定", + "Set user as admin for …" : "ユーザーを管理者に設定 ...", + "Set user quota" : "ユーザークォータの設定", + "Add new user" : "新規ユーザーの追加", + "Set user manager" : "ユーザーマネージャーを設定", + "Username will be autogenerated" : "ユーザー名は自動生成されます", + "Username (required)" : "ユーザー名 (必須)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} ユーザー…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} ユーザー"], + "User actions" : "ユーザーアクション", "Loading user …" : "ユーザーを読み込む ...", "Failed to update user manager" : "ユーザーマネージャの更新に失敗しました", "User management settings" : "ユーザー管理設定", @@ -812,6 +857,8 @@ OC.L10N.register( "User management" : "ユーザー管理", "Creating group …" : "グループを作成 ...", "User group: {group}" : "ユーザーグループ: {group}", - "Nextcloud help resources" : "Nextcloud ヘルプのリソース" + "Nextcloud help resources" : "Nextcloud ヘルプのリソース", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "このチェックを実行させるには、ウェブサーバが自分自身に接続できることを確認する必要があります。したがって、少なくとも `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` または `overwrite.cli.url` で JavaScript のサポートを確認できませんでした。これはサーバ側の DNS の不一致か、アウトバウンドファイアウォールルールの結果である可能性があります。お使いのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうかを手動で確認してください。" }, "nplurals=1; plural=0;"); diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json index 1fd4d10959a..a6098a38779 100644 --- a/apps/settings/l10n/ja.json +++ b/apps/settings/l10n/ja.json @@ -141,14 +141,13 @@ "Cron last run" : "Cron 最後の実行", "Last background job execution ran %s. Something seems wrong. {link}." : "最後のバックグラウンドジョブの実行は %s でした。何かがおかしいようです。{link}。", "Last background job execution ran %s." : "最後のバックグラウンドジョブの実行は %s でした。", + "Data directory protected" : "データディレクトリは保護されています", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "データディレクトリやファイルがインターネットからアクセスされている可能性があります。.htaccessファイルが機能していません。データディレクトリにアクセスできないようにWebサーバーを設定するか、データディレクトリをWebサーバーのドキュメントルートの外に移動することを強くお勧めします。", "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "データディレクトリが保護されているかどうかを確認できませんでした。あなたのサーバーがデータディレクトリへのアクセスを許可していないかどうか、手動で確認してください。", "Database missing columns" : "データベースに存在しないカラム", "Missing optional column \"%s\" in table \"%s\"." : "オプションのカラム \"%s\" がテーブル \"%s\" にありません。", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "データベースにはオプションのカラムがいくつかありません。大きなテーブルにカラムを追加するには時間がかかるため、オプションのカラムは自動的に追加されませんでした。\"occ db:add-missing-columns\"を実行することで、不足しているカラムはインスタンスの実行中に手動で追加することができます。カラムが追加されると、応答性や使い勝手が改善される可能性があります。", "Database missing indices" : "データベースに存在しないインデックス", - "Missing optional index \"%s\" in table \"%s\"." : "オプションのインデックス \"%s\" がテーブル \"%s\"にありません", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "データベースにいくつかのインデックスがありません。 大きなテーブルにインデックスを追加すると、自動的に追加されないまでに時間がかかる可能性があるためです。 \"occ db:add-missing-indices\"を実行することによって、インスタンスが実行し続けている間にそれらの欠けているインデックスを手動で追加することができます。 インデックスが追加されると、それらのテーブルへのクエリは通常はるかに速くなります。", "Database missing primary keys" : "データベースに存在しない主キー", "Missing primary key on table \"%s\"." : "主キーがテーブル \"%s\" にありません。", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "データベースにいくつかのプライマリーキーがありません。大きなテーブルにプライマリーキーを追加するには時間がかかる可能性があるため、自動的に追加されません。 \"occ db:add-missing-primary-keys\" を実行することにより、インスタンスを動かしたままで足りないプライマリーキーを手動で追加することができます。", @@ -167,15 +166,20 @@ "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "データベースがトランザクションファイルロックに使われています。パフォーマンスをあげるには、可能であればメモリーのキャッシュを設定してください。", "Forwarded for headers" : "Forwarded for headers", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "あなたの「trusted_proxies」の設定が正しく設定されていません。配列である必要があります。", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "\"trusted_proxies\" の設定が正しくありません。IPアドレスの配列であるべきで、CIDR表記で範囲を指定することもできます。", "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "リバースプロキシヘッダの設定が正しくありません。これはセキュリティ上の問題で、攻撃者が自分のIPアドレスをNextcloudに見えるように偽装することができます。", "Your IP address was resolved as %s" : "あなたのIPアドレスは%sとして解決されました", "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "リバースプロキシヘッダの設定が正しくありません、または信頼できるプロキシからNextcloudにアクセスしています。そうでない場合、これはセキュリティ上の問題であり、攻撃者がNextcloudに表示されるIPアドレスを偽装することができます。", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "安全ではないHTTP経由でのサイトへのアクセス。代わりにHTTPSを要求するようにサーバーを設定することを強くお勧めします。そうしないと「クリップボードにコピー」や「service workers」のような重要なウェブ機能が動作しません!", + "Accessing site insecurely via HTTP." : "HTTP 経由での安全でないサイトへのアクセス。", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "あなたは安全な接続を介してインスタンスにアクセスしており、あなたのインスタンスは安全なURLを生成しています。", "Internet connectivity" : "インターネット接続", "Internet connectivity is disabled in configuration file." : "設定ファイルでインターネット接続が無効になっている。", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "このサーバーにはインターネット接続がありません。複数のエンドポイントに到達できませんでした。 つまり、外部ストレージのマウント、アップデートに関する通知、サードパーティ製アプリのインストールなどの機能の一部は機能しません。 リモートからファイルにアクセスしたり、通知メールを送信したりすることもできません。インターネットへの接続を確立できれば、すべての機能を利用することができます。", "JavaScript modules support" : "JavaScript モジュールのサポート", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "あなたのウェブサーバーは、JavaScript のMIMEタイプを使用して `.mjs` ファイルを提供していません。これにより、一部のアプリがブラウザーで JavaScript ファイルを実行できなくなります。ウェブサーバーを設定して、`.mjs` ファイルを `text/javascript` または `application/javascript` のMIMEタイプで提供するようにしてください。", + "JavaScript source map support" : "JavaScript ソースマップのサポート", + "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Web サーバが `.js.map` ファイルを提供するように設定されていません。これらのファイルがないと、JavaScriptソースマップは正しく機能せず、トラブルシューティングや問題が発生した場合のデバッグが難しくなります。", "Old server-side-encryption" : "古いサーバーサイド暗号化", "Disabled" : "無効", "The old server-side-encryption format is enabled. We recommend disabling this." : "古い方式のサーバーサイド暗号化が有効になっています。無効にすることをお勧めします。", @@ -183,14 +187,15 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "サーバーにはメンテナンスウィンドウの開始時間が設定されていません。これは、リソースを多く使用する日常のバックグラウンドジョブが、メインの利用時間中にも実行されることを意味します。利用者がこれらの重いタスクによる負荷の影響を受けにくくするために、低い利用時間に設定することをおすすめします。", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "メンテナンスウィンドウは、{start}:00 UTCから {end}:00 UTCまでの間に重いバックグラウンドジョブを実行します。", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached は分散キャッシュとして設定されていますが、誤ったPHPモジュール \"memcache\" がインストールされています。 \\OC\\Memcache\\Memcached は \"memcached\" のみをサポートしており、\"memcache\" はサポートされていません。", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached は分散キャッシュとして設定されていますが、PHPモジュール \"memcached\" がインストールされていません。", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "メモリキャッシュが設定されていません。パフォーマンスを向上させるため、利用可能であればメモリキャッシュを設定してください。", "Configured" : "設定済み", "MySQL Unicode support" : "MySQL Unicode サポート", "You are not using MySQL" : "あなたは MySQL を使用していません", "MySQL is used as database and does support 4-byte characters" : "MySQL はデータベースとして使用され、4バイト文字をサポートしています", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL はデータベースとして使用されていますが、4バイトの文字をサポートしていません。例えば、ファイル名やコメントなどで絵文字などの4バイトの文字を問題なく扱うためには、MySQL で4バイトのサポートを有効にすることをおすすめします。", + "OCS provider resolving" : "OCSプロバイダーの解決", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "Webサーバが OCM および OCS プロバイダーのURLを正しく解決しているかどうかを確認できませんでした。", + "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "Web サーバが %1$s を解決するように正しく設定されていません。\nこれは、このフォルダを直接配信するように更新されていないウェブサーバの設定に関連している可能性が高いです。\nApacheの場合は\".htaccess\"、Nginxの場合はドキュメントに記載されているリライトルールと比較してください。\nNginxの場合、これらは通常「location ~」で始まる行で、更新が必要です。", "Overwrite CLI URL" : "Overwrite CLI URL", "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "あなたの config.php の \"overwrite.cli.url\" オプションは正しく \"%s\" に設定されています。", "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "あなたの config.php の \"overwrite.cli.url\" オプションは、\"%s\" に設定されており、正しいURLです。提案されるURLは \"%s\" です。", @@ -228,6 +233,7 @@ "The PHP OPcache module is not properly configured. %s." : "PHP OPcacheモジュールが正しく設定されていません。 %s.", "Correctly configured" : "設定が正しく行われています。", "PHP version" : "PHPバージョン", + "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "現在、あなたは PHP %s を実行しています。PHP 8.1 は Nextcloud 30 では非推奨となっています。Nextcloud 31 では少なくとも PHP 8.2 が必要になる可能性があります。できるだけ早く、PHP グループが提供する公式にサポートされている PHP のバージョンにアップグレードしてください。", "You are currently running PHP %s." : " 現在 PHP %s を実行しています。", "PHP \"output_buffering\" option" : "PHP \"output_buffering\" オプション", "PHP configuration option \"output_buffering\" must be disabled" : "PHP の設定オプション \"output_buffering\" を無効にする必要があります", @@ -241,10 +247,19 @@ "Configuration file access rights" : "設定ファイルのアクセス権", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "\"config\"は読み取り専用になってます。そのためにWEBインターフェースで設定できません可能性があります。さらに、更新時に\"config\"ファイルを書き込み権限を与えることが必要", "Nextcloud configuration file is writable" : "Nextcloud の設定ファイルは書き込み可能", + "HTTP headers" : "HTTP ヘッダー", + "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP ヘッダーが `%2$s` に設定されていません。この設定を調整することが推奨されているため、一部の機能が正しく動作しない可能性があります。", + "- The `%1$s` HTTP header is not set to `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP ヘッダーが `%2$s` に設定されていません。これはセキュリティやプライバシーのリスクとなる可能性があるため、この設定を調整することが推奨されています。", + "- The `%1$s` HTTP header does not contain `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP ヘッダーに `%2$s` が含まれていません。これはセキュリティやプライバシーのリスクとなる可能性があるため、この設定を調整することが推奨されています。", + "- The `%1$s` HTTP header is not set to `%2$s`, `%3$s`, `%4$s`, `%5$s` or `%6$s`. This can leak referer information. See the {w3c-recommendation}." : "- `%1$s` HTTP ヘッダーが `%2$s`, `%3$s`, `%4$s`, `%5$s` または `%6$s`. に設定されていません。これにより、リファラー情報が漏れる可能性があります。詳しくは {w3c-recommendation} を参照してください。", + "- The `Strict-Transport-Security` HTTP header is not set to at least `%d` seconds (current value: `%d`). For enhanced security, it is recommended to use a long HSTS policy." : "- `Strict-Transport-Security` HTTPヘッダーが少なくとも `%d` 秒に設定されていません(現在の値:`%d`)。セキュリティを強化するために、長期間のHSTSポリシーを使用することを推奨します。", + "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS." : "- `Strict-Transport-Security` HTTPヘッダーが不正です: `%s`。セキュリティを強化するために、HSTSを有効にすることを推奨します。", + "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- `Strict-Transport-Security` HTTPヘッダーが設定されていません(少なくとも `%d` 秒に設定する必要があります)。セキュリティを強化するために、HSTSを有効にすることを推奨します。", + "Some headers are not set correctly on your instance" : "インスタンスの一部のヘッダーが正しく設定されていません", + "Could not check that your web server serves security headers correctly. Please check manually." : "ウェブサーバーがセキュリティヘッダーを正しく提供しているか確認できませんでした。手動で確認してください。", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "ウェブサーバーがセキュリティヘッダーを正しく提供しているか確認できませんでした。 `%s` をクエリできません。", + "Your server is correctly configured to send security headers." : "サーバーはセキュリティヘッダーを送信するよう正しく構成されています。", "Database version" : "データベースバージョン", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB のバージョン\"%s\" が使われています。Nextcloud 21以降ではこのバージョンのサポートは終了し、MariaDB 10.2 以降のバージョンが必要になります。", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQLのバージョン \"%s\" が使用されています。Nextcloud 21以降ではこのバージョンのサポートは終了し、MySQL 8.0またはMariaDB 10.2以上が必要となります。", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQLのバージョン \"%s\" を使用しています。Nextcloud 21以降ではこのバージョンのサポートは終了し、PostgreSQL 9.6以降が必要となります。", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLiteは現在、バックエンドデータベースとして使用されています。より大規模なインストールでは、別のデータベースバックエンドに切り替えることをおすすめします。特にファイル同期にデスクトップクライアントを使用する場合には、別のデータベースに移行することをおすすめします。別のデータベースに移行するには、コマンドラインツール「occ db:convert-type」を使用してください。", "Unknown database platform" : "不明なデータベース・プラフォーム", "Architecture" : "アーキテクチャ", @@ -261,6 +276,14 @@ "Database transaction isolation level" : "データベースのトランザクション分離レベル", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "あなたのデータベースは \"READ COMMITED\" トランザクション分離レベルで動作していません。このことにより複数のアクションが平行して実行される場合に問題が起こる可能性があります。", "Was not able to get transaction isolation level: %s" : "トランザクション分離レベルを取得できませんでした: %s", + ".well-known URLs" : ".well-known URLs", + "`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "設定で `check_for_working_wellknown_setup` が false に設定されているため、このチェックはスキップされました。", + "Could not check that your web server serves `.well-known` correctly. Please check manually." : "ウェブサーバが `.well-known` を正しく提供しているか確認できませんでした。手動で確認してください。", + "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "ウェブサーバが `.well-known` URL を正しく解決できるように設定されていません。失敗箇所:\n`%s`", + "Your server is correctly configured to serve `.well-known` URLs." : "サーバーは `.well-known` URL を提供するように正しく構成されています。", + "WOFF2 file loading" : "WOFF2 ファイルの読み込み", + "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "WOFF2 の読み込みサポートを確認できませんでした。お使いのウェブサーバが .woff2 ファイルを提供しているかどうかを手動で確認してください。", + "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "お使いのウェブサーバは .woff2 ファイルを正しく配信するように設定されていません。これは通常Nginxの設定に問題があります。Nextcloud 15では、.woff2 ファイルも配信するように調整する必要があります。ドキュメント内の推奨されるNginx設定と比較してください。", "Profile information" : "プロフィール情報", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "プロフィール写真、氏名、メールアドレス、電話番号、住所、Webサイト、Twitter、組織、役職、ヘッドライン、自己紹介が有効かどうか", "Nextcloud settings" : "Nextcloud の設定", @@ -290,7 +313,13 @@ "Enforce password protection" : "常にパスワード保護を有効にする", "Exclude groups from password requirements" : "パスワード要件から除外するグループ", "Exclude groups from creating link shares" : "リンク共有作成を除外するグループ", + "Limit sharing based on groups" : "グループに基づいて共有を制限する", + "Allow sharing for everyone (default)" : "全員に共有を許可する(デフォルト)", + "Exclude some groups from sharing" : "共有可能なグループから除外する", + "Limit sharing to some groups" : "一部のグループに共有を制限する", + "Groups allowed to share" : "共有を許可されたグループ", "Groups excluded from sharing" : "共有から除外されたグループ", + "Not allowed groups will still be able to receive shares, but not to initiate them." : "許可されていないグループでも共有を受け取ることはできますが、共有を開始することはできません。", "Set default expiration date for shares" : "共有のデフォルトの有効期限を設定する", "Enforce expiration date" : "有効期限を反映させる", "Default expiration time of new shares in days" : "新しい共有のデフォルトの有効期限(日単位)", @@ -302,10 +331,7 @@ "Set default expiration date for shares via link or mail" : "リンクまたはメールでの共有のデフォルトの期限を設定する", "Default expiration time of shares in days" : "共有のデフォルトの有効期限(日単位)", "Privacy settings for sharing" : "共有のプライバシー設定", - "Allow username autocompletion in share dialog and allow access to the system address book" : "共有ダイアログでユーザー名の自動補完を許可し、システムのアドレス帳へのアクセスを許可する", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "自動補完で「同じグループ」と「電話番号の連携」が有効になっている場合は、どちらかに一致するだけでユーザーに表示されます。", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "同じグループ内のユーザーにユーザー名の自動補完を許可し、システムのアドレス帳を同じグループ内のユーザーに制限する", - "Allow username autocompletion to users based on phone number integration" : "電話番号を連携しているユーザーのユーザー名を自動補完する", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "氏名または電子メールアドレスを入力するときにユーザー名を自動補完する(連絡先での不一致、同じグループへの所属かどうかを無視)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "公開リンクのアップロードページに免責事項のテキストを表示する。 (ファイルリストが非表示のときのみ表示します)", "Disclaimer text" : "免責事項 テキスト", @@ -332,6 +358,7 @@ "Featured" : "注目", "This app is supported via your current Nextcloud subscription." : "このアプリは、現行のNextcloudサブスクリプションでサポートされています。", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "注目のアプリはコミュニティ内で開発されています。これらのアプリは主要な機能を提供しており、すぐに本番で使用することができます。", + "Community rating: {score}/5" : "コミュニティ評価: {score}/5", "All apps are up-to-date." : "全てのアプリが最新です", "Icon" : "アイコン", "Name" : "名前", @@ -345,7 +372,16 @@ "_%n app has an update available_::_%n apps have an update available_" : ["%n 個のアプリに更新情報があります"], "_Update_::_Update all_" : ["全て更新"], "Nothing to show" : "表示するものがありません", + "Could not load section content from app store." : "アプリストアからセクションの内容を読み込めませんでした。", "Loading" : "読み込み中", + "Fetching the latest news…" : "最新のニュースを取得しています...", + "Could not load app discover section" : "アプリ検出セクションをロードできませんでした", + "Could not render element" : "要素を表示できませんでした", + "Carousel" : "カルーセル", + "Previous slide" : "前のスライド", + "Next slide" : "次のスライド", + "Choose slide to display" : "表示するスライドを選択", + "{index} of {total}" : "{total} のうち {index}", "Description" : "説明", "Details" : "詳細", "All" : "すべて", @@ -517,44 +553,31 @@ "Common languages" : "共通言語", "Other languages" : "他の言語", "Password change is disabled because the master key is disabled" : "マスターキーが無効になっているため、パスワードの変更は無効です", - "New user" : "新しいユーザー", + "New account" : "新規アカウント", "Display name" : "表示名", "Either password or email is required" : "パスワードまたはEメールのいずれかが必要", "Password (required)" : "パスワード (必須)", "Email (required)" : "Eメール (必須)", "Email" : "メール", "Groups (required)" : "グループ (必須)", - "Set user groups" : "ユーザーグループの設定", "Administered groups" : "管理グループ", - "Set user as admin for …" : "ユーザーを管理者に設定 ...", "Quota" : "クオータ", - "Set user quota" : "ユーザークォータの設定", "Language" : "言語", "Set default language" : "デフォルト言語の設定", "Manager" : "Manager", - "Add new user" : "新規ユーザーの追加", - "Set user manager" : "ユーザーマネージャーを設定", - "Username will be autogenerated" : "ユーザー名は自動生成されます", - "Username (required)" : "ユーザー名 (必須)", "Total rows summary" : "総行数のサマリー", - "Loading users …" : "Loading users …", "Scroll to load more rows" : "スクロールしてより多くの行を読み込む", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} ユーザー…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} ユーザー"], "Avatar" : "アバター", - "Username" : "ユーザーID", "Group admin for" : "グループの管理者", - "User backend" : "ユーザーバックエンド", "Storage location" : "データの保存場所", "Last login" : "最終ログイン", - "User actions" : "ユーザーアクション", + "Account actions" : "アカウント操作", "Password or insufficient permissions message" : "パスワードまたは権限不足のメッセージ", "Loading account …" : "アカウントを読み込み中 ...", "Change display name" : "表示名の変更", "Set new password" : "新しいパスワードの設定", "You do not have permissions to see the details of this account" : "このアカウントの詳細を表示する権限がありません", "Set new email address" : "新しいメールアドレスを設定", - "Add user to group" : "ユーザーをグループに追加", "Add account to group" : "アカウントをグループに追加", "Set account as admin for" : "アカウントを管理者に設定", "Select account quota" : "アカウントのクォータを選択", @@ -610,7 +633,6 @@ "Disabled accounts" : "無効なアカウント", "Account group: {group}" : "アカウントグループ: {group}", "Account management" : "アカウント管理", - "New account" : "新規アカウント", "Create group" : "グループを作成", "Group name" : "グループ名", "Please enter a valid group name" : "有効なグループ名を入力してください", @@ -722,6 +744,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "ユーザーがインポートしたSSL証明書がいくつか存在しますが、Nextcloud 21ではもう使用されていません。これらの証明書は、\"occ security:certificates:import\" コマンドにより、コマンドラインでインポートすることができます。これらの証明書のデータディレクトリ内のパスは以下のとおりです。", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "無効なLDAPユーザーまたはグループのUUIDが見つかりました。LDAP設定の詳細設定に存在する\"UUID検出の上書き\"設定を再度ご確認いただき、更新するには\"occ ldap:update-uuid\"をご使用ください。", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "あなたのインスタンスのユーザー数が1000人以上であるか、エラーが発生したため、DAVシステムアドレス帳の同期がまだ実行されていません。手動で occ dav:sync-system-addressbook を呼び出して実行してください。", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB のバージョン\"%s\" が使われています。Nextcloud 21以降ではこのバージョンのサポートは終了し、MariaDB 10.2 以降のバージョンが必要になります。", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQLのバージョン \"%s\" が使用されています。Nextcloud 21以降ではこのバージョンのサポートは終了し、MySQL 8.0またはMariaDB 10.2以上が必要となります。", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQLのバージョン \"%s\" を使用しています。Nextcloud 21以降ではこのバージョンのサポートは終了し、PostgreSQL 9.6以降が必要となります。", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "二要素認証はすべてのユーザーと特定のグループに強制することができます。設定済みの二要素プロバイダーがない場合は、システムにログインできません。", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "グループが選択または除外されている場合、ユーザーに対して二要素認証を強制するかを次のロジックで判断します: 強制するグループが未選択の場合、除外するグループのメンバーを除く全ユーザーに対して二要素認証を強制します。強制するグループが選択されている場合、強制するグループの全メンバーに対して二要素認証を強制します。両方のグループに所属するユーザーに対しては、強制するグループが優先され、二要素認証が強制されます。", "Enable all" : "すべて有効にする", @@ -736,6 +761,7 @@ "Error while deleting the token" : "トークンの削除中にエラーが発生しました", "Use the credentials below to configure your app or device." : "アプリや端末を設定するのに以下の認証情報を使用する。", "For security reasons this password will only be shown once." : "セキュリティ上の理由から、このパスワードは一度しか表示されません。", + "Username" : "ユーザーID", "Copied!" : "コピーしました!", "Copy" : "コピー", "Execute one task with each page loaded. Use case: Single user instance." : "各ページが読み込まれる度に1つのタスクを実行します。使用例: シングルユーザーのインスタンスの場合。", @@ -755,6 +781,7 @@ "Edit display name" : "表示名の編集", "Add new password" : "新しいパスワードを追加する", "Add new email address" : "新しいメールアドレスを追加する", + "Add user to group" : "ユーザーをグループに追加", "Set user as admin for" : "ユーザーを管理者に設定します", "Select user quota" : "ユーザークオータを選択", "Select manager" : "マネージャーを選択", @@ -765,9 +792,11 @@ "Enable user" : "ユーザーを有効", "Edit User" : "ユーザーを編集する", "User's table" : "ユーザーテーブル", + "New user" : "新しいユーザー", "Will be autogenerated" : "自動生成されます", "Select user manager" : "ユーザーマネージャーを選択", "Add a new user" : "新しいユーザーを追加", + "User backend" : "ユーザーバックエンド", "No users in here" : "ここにはユーザーがありません", "Name your device" : "デバイスに名前をつける", "Server error while trying to add WebAuthn device" : "WebAuthn デバイスを追加しようとしたときのサーバーエラー", @@ -795,14 +824,30 @@ "Exclude groups from creating link shares:" : "リンク共有作成を除外するグループ: ", "Exclude groups from sharing" : "共有可能なグループから除外する", "These groups will still be able to receive shares, but not to initiate them." : "このグループでは、フォルダー共有を開始することはできませんが、共有されたフォルダーを参照することはできます。", + "Allow username autocompletion in share dialog and allow access to the system address book" : "共有ダイアログでユーザー名の自動補完を許可し、システムのアドレス帳へのアクセスを許可する", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "同じグループ内のユーザーにユーザー名の自動補完を許可し、システムのアドレス帳を同じグループ内のユーザーに制限する", + "Allow username autocompletion to users based on phone number integration" : "電話番号を連携しているユーザーのユーザー名を自動補完する", "Old user imported certificates" : "旧ユーザがインポートした証明書", + "Missing optional index \"%s\" in table \"%s\"." : "オプションのインデックス \"%s\" がテーブル \"%s\"にありません", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "データベースにいくつかのインデックスがありません。 大きなテーブルにインデックスを追加すると、自動的に追加されないまでに時間がかかる可能性があるためです。 \"occ db:add-missing-indices\"を実行することによって、インスタンスが実行し続けている間にそれらの欠けているインデックスを手動で追加することができます。 インデックスが追加されると、それらのテーブルへのクエリは通常はるかに速くなります。", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript サポートを確認できませんでした。あなたのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうか、手動で確認してください。", "Overwrite cli URL" : "Overwrite cli URL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "PHP %s を実行しています。PHP 8.0 は Nextcloud 27 では非推奨です。Nextcloud 28 では、少なくとも PHP 8.1 が必要になる可能性があります。PHP グループが公式にサポートする PHP のいずれかのバージョンにできるだけ早くアップグレードしてください。", "Rating: {score}/10" : "評価: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "グループ \"{group}\" を削除しようとしています。ユーザーは削除されません。", "No users" : "No users", + "Loading users …" : "Loading users …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "ユーザーのリスト。このリストはパフォーマンス上の理由から完全にはレンダリングされません。ユーザはリスト内を移動するにつれてレンダリングされます。", + "Set user groups" : "ユーザーグループの設定", + "Set user as admin for …" : "ユーザーを管理者に設定 ...", + "Set user quota" : "ユーザークォータの設定", + "Add new user" : "新規ユーザーの追加", + "Set user manager" : "ユーザーマネージャーを設定", + "Username will be autogenerated" : "ユーザー名は自動生成されます", + "Username (required)" : "ユーザー名 (必須)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} ユーザー…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} ユーザー"], + "User actions" : "ユーザーアクション", "Loading user …" : "ユーザーを読み込む ...", "Failed to update user manager" : "ユーザーマネージャの更新に失敗しました", "User management settings" : "ユーザー管理設定", @@ -810,6 +855,8 @@ "User management" : "ユーザー管理", "Creating group …" : "グループを作成 ...", "User group: {group}" : "ユーザーグループ: {group}", - "Nextcloud help resources" : "Nextcloud ヘルプのリソース" + "Nextcloud help resources" : "Nextcloud ヘルプのリソース", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "このチェックを実行させるには、ウェブサーバが自分自身に接続できることを確認する必要があります。したがって、少なくとも `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` または `overwrite.cli.url` で JavaScript のサポートを確認できませんでした。これはサーバ側の DNS の不一致か、アウトバウンドファイアウォールルールの結果である可能性があります。お使いのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうかを手動で確認してください。" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/settings/l10n/ka.js b/apps/settings/l10n/ka.js index 302a7913e6a..2f56720dea4 100644 --- a/apps/settings/l10n/ka.js +++ b/apps/settings/l10n/ka.js @@ -125,8 +125,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Missing optional column \"%s\" in table \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability.", "Database missing indices" : "Database missing indices", - "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "Database missing primary keys" : "Database missing primary keys", "Missing primary key on table \"%s\"." : "Missing primary key on table \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running.", @@ -182,9 +180,6 @@ OC.L10N.register( "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update.", "Nextcloud configuration file is writable" : "Nextcloud configuration file is writable", "Database version" : "Database version", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\".", "Unknown database platform" : "Unknown database platform", "Architecture" : "Architecture", @@ -233,10 +228,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Set default expiration date for shares via link or mail", "Default expiration time of shares in days" : "Default expiration time of shares in days", "Privacy settings for sharing" : "Privacy settings for sharing", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups", - "Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Show disclaimer text on the public link upload page (only shown when the file list is hidden)", "Disclaimer text" : "Disclaimer text", @@ -435,42 +427,28 @@ OC.L10N.register( "Common languages" : "Common languages", "Other languages" : "Other languages", "Password change is disabled because the master key is disabled" : "Password change is disabled because the master key is disabled", - "New user" : "New user", "Display name" : "Display name", "Either password or email is required" : "Either password or email is required", "Password (required)" : "Password (required)", "Email (required)" : "Email (required)", "Email" : "Email", "Groups (required)" : "Groups (required)", - "Set user groups" : "Set user groups", "Administered groups" : "Administered groups", - "Set user as admin for …" : "Set user as admin for …", "Quota" : "Quota", - "Set user quota" : "Set user quota", "Language" : "Language", "Set default language" : "Set default language", "Manager" : "Manager", - "Add new user" : "Add new user", - "Set user manager" : "Set user manager", - "Username will be autogenerated" : "Username will be autogenerated", - "Username (required)" : "Username (required)", "Total rows summary" : "Total rows summary", - "Loading users …" : "Loading users …", "Scroll to load more rows" : "Scroll to load more rows", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} user …","{userCount} users …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} user","{userCount} users"], "Avatar" : "Avatar", - "Username" : "Username", "Group admin for" : "Group admin for", - "User backend" : "User backend", "Storage location" : "Storage location", "Last login" : "Last login", - "User actions" : "User actions", + "Account actions" : "Account actions", "Password or insufficient permissions message" : "Password or insufficient permissions message", "Change display name" : "Change display name", "Set new password" : "Set new password", "Set new email address" : "Set new email address", - "Add user to group" : "Add user to group", "Set the language" : "Set the language", "{size} used" : "{size} used", "Delete account" : "Delete account", @@ -618,6 +596,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced.", "Enable all" : "Enable all", @@ -632,6 +613,7 @@ OC.L10N.register( "Error while deleting the token" : "Error while deleting the token", "Use the credentials below to configure your app or device." : "Use the credentials below to configure your app or device.", "For security reasons this password will only be shown once." : "For security reasons this password will only be shown once.", + "Username" : "Username", "Copied!" : "Copied!", "Copy" : "Copy", "Execute one task with each page loaded. Use case: Single user instance." : "Execute one task with each page loaded. Use case: Single user instance.", @@ -651,6 +633,7 @@ OC.L10N.register( "Edit display name" : "Edit display name", "Add new password" : "Add new password", "Add new email address" : "Add new email address", + "Add user to group" : "Add user to group", "Set user as admin for" : "Set user as admin for", "Select user quota" : "Select user quota", "Select manager" : "Select manager", @@ -661,9 +644,11 @@ OC.L10N.register( "Enable user" : "Enable user", "Edit User" : "Edit User", "User's table" : "User's table", + "New user" : "New user", "Will be autogenerated" : "Will be autogenerated", "Select user manager" : "Select user manager", "Add a new user" : "Add a new user", + "User backend" : "User backend", "No users in here" : "No users in here", "Name your device" : "Name your device", "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device", @@ -691,12 +676,28 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Exclude groups from creating link shares:", "Exclude groups from sharing" : "Exclude groups from sharing", "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups", + "Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration", "Old user imported certificates" : "Old user imported certificates", + "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.", "Rating: {score}/10" : "Rating: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "You are about to remove the group \"{group}\". The users will NOT be deleted.", "No users" : "No users", + "Loading users …" : "Loading users …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.", + "Set user groups" : "Set user groups", + "Set user as admin for …" : "Set user as admin for …", + "Set user quota" : "Set user quota", + "Add new user" : "Add new user", + "Set user manager" : "Set user manager", + "Username will be autogenerated" : "Username will be autogenerated", + "Username (required)" : "Username (required)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} user …","{userCount} users …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} user","{userCount} users"], + "User actions" : "User actions", "Loading user …" : "Loading user …", "Failed to update user manager" : "Failed to update user manager", "User management settings" : "User management settings", diff --git a/apps/settings/l10n/ka.json b/apps/settings/l10n/ka.json index 98fd4a5a18e..ded7bc7d2b2 100644 --- a/apps/settings/l10n/ka.json +++ b/apps/settings/l10n/ka.json @@ -123,8 +123,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "Missing optional column \"%s\" in table \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability.", "Database missing indices" : "Database missing indices", - "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "Database missing primary keys" : "Database missing primary keys", "Missing primary key on table \"%s\"." : "Missing primary key on table \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running.", @@ -180,9 +178,6 @@ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update.", "Nextcloud configuration file is writable" : "Nextcloud configuration file is writable", "Database version" : "Database version", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\".", "Unknown database platform" : "Unknown database platform", "Architecture" : "Architecture", @@ -231,10 +226,7 @@ "Set default expiration date for shares via link or mail" : "Set default expiration date for shares via link or mail", "Default expiration time of shares in days" : "Default expiration time of shares in days", "Privacy settings for sharing" : "Privacy settings for sharing", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups", - "Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Show disclaimer text on the public link upload page (only shown when the file list is hidden)", "Disclaimer text" : "Disclaimer text", @@ -433,42 +425,28 @@ "Common languages" : "Common languages", "Other languages" : "Other languages", "Password change is disabled because the master key is disabled" : "Password change is disabled because the master key is disabled", - "New user" : "New user", "Display name" : "Display name", "Either password or email is required" : "Either password or email is required", "Password (required)" : "Password (required)", "Email (required)" : "Email (required)", "Email" : "Email", "Groups (required)" : "Groups (required)", - "Set user groups" : "Set user groups", "Administered groups" : "Administered groups", - "Set user as admin for …" : "Set user as admin for …", "Quota" : "Quota", - "Set user quota" : "Set user quota", "Language" : "Language", "Set default language" : "Set default language", "Manager" : "Manager", - "Add new user" : "Add new user", - "Set user manager" : "Set user manager", - "Username will be autogenerated" : "Username will be autogenerated", - "Username (required)" : "Username (required)", "Total rows summary" : "Total rows summary", - "Loading users …" : "Loading users …", "Scroll to load more rows" : "Scroll to load more rows", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} user …","{userCount} users …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} user","{userCount} users"], "Avatar" : "Avatar", - "Username" : "Username", "Group admin for" : "Group admin for", - "User backend" : "User backend", "Storage location" : "Storage location", "Last login" : "Last login", - "User actions" : "User actions", + "Account actions" : "Account actions", "Password or insufficient permissions message" : "Password or insufficient permissions message", "Change display name" : "Change display name", "Set new password" : "Set new password", "Set new email address" : "Set new email address", - "Add user to group" : "Add user to group", "Set the language" : "Set the language", "{size} used" : "{size} used", "Delete account" : "Delete account", @@ -616,6 +594,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced.", "Enable all" : "Enable all", @@ -630,6 +611,7 @@ "Error while deleting the token" : "Error while deleting the token", "Use the credentials below to configure your app or device." : "Use the credentials below to configure your app or device.", "For security reasons this password will only be shown once." : "For security reasons this password will only be shown once.", + "Username" : "Username", "Copied!" : "Copied!", "Copy" : "Copy", "Execute one task with each page loaded. Use case: Single user instance." : "Execute one task with each page loaded. Use case: Single user instance.", @@ -649,6 +631,7 @@ "Edit display name" : "Edit display name", "Add new password" : "Add new password", "Add new email address" : "Add new email address", + "Add user to group" : "Add user to group", "Set user as admin for" : "Set user as admin for", "Select user quota" : "Select user quota", "Select manager" : "Select manager", @@ -659,9 +642,11 @@ "Enable user" : "Enable user", "Edit User" : "Edit User", "User's table" : "User's table", + "New user" : "New user", "Will be autogenerated" : "Will be autogenerated", "Select user manager" : "Select user manager", "Add a new user" : "Add a new user", + "User backend" : "User backend", "No users in here" : "No users in here", "Name your device" : "Name your device", "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device", @@ -689,12 +674,28 @@ "Exclude groups from creating link shares:" : "Exclude groups from creating link shares:", "Exclude groups from sharing" : "Exclude groups from sharing", "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups", + "Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration", "Old user imported certificates" : "Old user imported certificates", + "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.", "Rating: {score}/10" : "Rating: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "You are about to remove the group \"{group}\". The users will NOT be deleted.", "No users" : "No users", + "Loading users …" : "Loading users …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.", + "Set user groups" : "Set user groups", + "Set user as admin for …" : "Set user as admin for …", + "Set user quota" : "Set user quota", + "Add new user" : "Add new user", + "Set user manager" : "Set user manager", + "Username will be autogenerated" : "Username will be autogenerated", + "Username (required)" : "Username (required)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} user …","{userCount} users …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} user","{userCount} users"], + "User actions" : "User actions", "Loading user …" : "Loading user …", "Failed to update user manager" : "Failed to update user manager", "User management settings" : "User management settings", diff --git a/apps/settings/l10n/ka_GE.js b/apps/settings/l10n/ka_GE.js index 226aa0cbc66..9c2811b0fab 100644 --- a/apps/settings/l10n/ka_GE.js +++ b/apps/settings/l10n/ka_GE.js @@ -169,11 +169,10 @@ OC.L10N.register( "Quota" : "ქვოტა", "Language" : "ენა", "Avatar" : "ავატარი", - "Username" : "მომხმარებლის სახელი", "Group admin for" : "ადმინისტრატორის შეჯგუფება", - "User backend" : "მომხმარებელის ბექენდი", "Storage location" : "საცავის ადგილმდებარეობა", "Last login" : "ბოლო ავტორიზაცია", + "Account actions" : "ანგარიშის ქმედებები", "{size} used" : "მოხმარებულია {size}", "Delete account" : "ანგარიშის გაუქმება", "Done" : "დასრულებულია", @@ -236,11 +235,13 @@ OC.L10N.register( "Error while deleting the token" : "ტოკენის წაშლისას წარმოიქმნა შეცდომა", "Use the credentials below to configure your app or device." : "ქვემოთ მოცემული უფლებამოსილებანის გამოყენება აპლიკაციისა თუ მოწყობილობისთვის.", "For security reasons this password will only be shown once." : "უსაფრთხოების მიზნით ეს პაროლი გამოჩნდება მხოლოდ ერთხელ.", + "Username" : "მომხმარებლის სახელი", "Copied!" : "კოპირებულია", "Copy" : "კოპირება", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "ამის გასაშვებად საჭიროა გქონდეთ PHP POSIX გაფართოება. მეტი დეტალებისთვის იხილეთ {linkstart}PHP დოკუმენტაცია{linkend}. ", "Your email address" : "თქვენი ელ-ფოსტის მისამართი", "Your Twitter handle" : "თქვენი Twitter-is @…", + "User backend" : "მომხმარებელის ბექენდი", "Add group" : "ჯგუფის დამატება", "Active users" : "აქტიური მომხმარებლები", "Show user backend" : "მომხმარებლის ბექენდის ჩვენება", diff --git a/apps/settings/l10n/ka_GE.json b/apps/settings/l10n/ka_GE.json index f417662807a..d2020f72c43 100644 --- a/apps/settings/l10n/ka_GE.json +++ b/apps/settings/l10n/ka_GE.json @@ -167,11 +167,10 @@ "Quota" : "ქვოტა", "Language" : "ენა", "Avatar" : "ავატარი", - "Username" : "მომხმარებლის სახელი", "Group admin for" : "ადმინისტრატორის შეჯგუფება", - "User backend" : "მომხმარებელის ბექენდი", "Storage location" : "საცავის ადგილმდებარეობა", "Last login" : "ბოლო ავტორიზაცია", + "Account actions" : "ანგარიშის ქმედებები", "{size} used" : "მოხმარებულია {size}", "Delete account" : "ანგარიშის გაუქმება", "Done" : "დასრულებულია", @@ -234,11 +233,13 @@ "Error while deleting the token" : "ტოკენის წაშლისას წარმოიქმნა შეცდომა", "Use the credentials below to configure your app or device." : "ქვემოთ მოცემული უფლებამოსილებანის გამოყენება აპლიკაციისა თუ მოწყობილობისთვის.", "For security reasons this password will only be shown once." : "უსაფრთხოების მიზნით ეს პაროლი გამოჩნდება მხოლოდ ერთხელ.", + "Username" : "მომხმარებლის სახელი", "Copied!" : "კოპირებულია", "Copy" : "კოპირება", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "ამის გასაშვებად საჭიროა გქონდეთ PHP POSIX გაფართოება. მეტი დეტალებისთვის იხილეთ {linkstart}PHP დოკუმენტაცია{linkend}. ", "Your email address" : "თქვენი ელ-ფოსტის მისამართი", "Your Twitter handle" : "თქვენი Twitter-is @…", + "User backend" : "მომხმარებელის ბექენდი", "Add group" : "ჯგუფის დამატება", "Active users" : "აქტიური მომხმარებლები", "Show user backend" : "მომხმარებლის ბექენდის ჩვენება", diff --git a/apps/settings/l10n/ko.js b/apps/settings/l10n/ko.js index 6f3a9da9cdb..59240342da1 100644 --- a/apps/settings/l10n/ko.js +++ b/apps/settings/l10n/ko.js @@ -148,8 +148,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "표 \"%s\"의 optional column \"%s\"이(가) 사라졌습니다", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "데이터베이스에 일부 선택적 열이 누락되었습니다. 큰 테이블에 열을 추가하는 데 시간이 걸릴 수 있기 때문에 선택 사항일 수 있는 열이 자동으로 추가되지 않았습니다. 명령행에서 \"occ db:add-missing-columns\"를 실행하면 누락된 열을 인스턴스를 실행되는 동안 수동으로 추가할 수 있습니다. 열이 추가되면 일부 기능의 응답성이나 사용성이 향상될 수 있습니다.", "Database missing indices" : "데이터베이스의 색인이 사라졌습니다", - "Missing optional index \"%s\" in table \"%s\"." : "표 \"%s\"의 optional index \"%s\"이(가) 사라졌습니다", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "데이터베이스에 일부 인덱스가 없습니다. 큰 테이블에 인덱스를 추가하는 데 시간이 걸리기 때문에 자동으로 추가하지 않았습니다. 명령행에서 \"occ db:add-missing-indices\" 명령을 실행하여 인스턴스를 실행하는 동안 수동으로 인덱스를 추가할 수 있습니다. 해당 테이블에 인덱스를 추가하면 질의 속도가 다시 빨라집니다.", "Database missing primary keys" : "데이터베이스의 기본 키가 사라졌습니다", "Missing primary key on table \"%s\"." : "표 \"%s\"의 기본키가 사라졌습니다", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "데이터베이스에 일부 기본 키가 누락되었습니다. 큰 테이블에 기본 키를 추가하는 데 시간이 걸릴 수 있기 때문에 자동으로 추가되지 않았습니다. 명령행에서 \"occ db:add-missing-primary-keys\"를 실행하면 인스턴스가 계속 실행되는 동안 누락된 기본 키를 수동으로 추가할 수 있습니다.", @@ -184,8 +182,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "서버 유지관리 창의 시작 시간이 설정되지 않았습니다. 많은 사용자가 접속하는 시간대에 자원 집약적인 작업이 실행될 수 있습니다. 부하가 큰 작업에 의해 사용자가 불편을 겪지 않도록, 유지관리 창의 시작 시간을 사용량이 적은 시간대로 설정하십시오.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "유지 보수 창이 부하가 큰 백그라운드 작업을 수행하기 위해 {start}:00 UTC에서 {end}:00 UTC에 동작합니다", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached가 분산 캐시로 구성되어 있지만 잘못된 PHP 모듈 \"memcache\"가 설치되어 있습니다. \\OC\\Memcache\\Memcached는 \"memcached\"만 지원하고 \"memcache\"는 지원하지 않습니다.", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached가 분산 캐시로 구성되어 있지만 PHP 모듈 \"memcached\"가 설치되지 않았습니다.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "메모리 캐시가 설정되지 않았습니다. 성능 향상을 위해, 가능한 경우 memcache를 설정하십시오.", "Configured" : "설정됨", "MySQL Unicode support" : "MySQL 유니코드 지원", @@ -241,9 +237,6 @@ OC.L10N.register( "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "읽기 전용 설정이 활성화되었습니다. 이 상태에서는 웹 인터페이스를 통하여 일부 설정을 변경할 수 없습니다. 또한 매 업데이트마다 파일을 쓸 수 있는 상태로 변경해야 합니다.", "Nextcloud configuration file is writable" : "Nextcloud 설정 파일이 쓰기가능한 상태입니다", "Database version" : "데이터베이스 버전", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "현재 MariaDB \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. MariaDB 10.2 이상을 사용하십시오.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "현재 MySQL \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. MySQL 8.0 혹은 MariaDB 10.2 이상을 사용하십시오.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "현재 PostgreSQL \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. PostgreSQL 9.6 이상을 사용하십시오.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite가 현재 백엔드 데이터베이스로 사용중입니다. 더 큰 규모의 인스턴스에는 다른 데이터베이스 백엔드를 사용하는 것이 좋습니다. 이는 특히 데스크탑 클라이언트를 통한 파일 동기화를 사용할 때 권장됩니다. 다른 데이터베이스로 이전할 때에는 명령행 도구 \"occ db:convert-type\"을 사용하십시오.", "Unknown database platform" : "알 수 없는 데이터베이스 플랫폼", "Architecture" : "건축", @@ -287,7 +280,13 @@ OC.L10N.register( "Enforce password protection" : "암호 보호 강제", "Exclude groups from password requirements" : "특정 그룹을 암호 요구조건에서 예외로 설정", "Exclude groups from creating link shares" : "특정 그룹에 대해 링크 공유 생성을 금지하도록 설정", + "Limit sharing based on groups" : "그룹별로 공유 제한하기", + "Allow sharing for everyone (default)" : "그룹별 공유 기능 제한 없음 (기본값)", + "Exclude some groups from sharing" : "공유 기능을 제한할 그룹 지정", + "Limit sharing to some groups" : "공유 기능을 허용할 그룹 지정", + "Groups allowed to share" : "공유가 허용된 그룹", "Groups excluded from sharing" : "공유에서 제외된 그룹", + "Not allowed groups will still be able to receive shares, but not to initiate them." : "공유가 제한된 그룹은 다른 사람의 데이터를 공유 받을 수는 있지만, 다른 사람에게 자신의 데이터를 공유할 수는 없습니다.", "Set default expiration date for shares" : "공유에 대한 기본 만료 날짜 설정", "Enforce expiration date" : "만료 날짜 강제", "Default expiration time of new shares in days" : "공유에 대한 기본 유효기간 (일 단위)", @@ -299,10 +298,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "링크 및 메일 공유에 대한 기본 만료 날짜 설정", "Default expiration time of shares in days" : "공유에 대한 기본 유효기간 (일 단위)", "Privacy settings for sharing" : "공유에 대한 개인정보 보호 설정", - "Allow username autocompletion in share dialog and allow access to the system address book" : "공유 대화창에서 시스템 주소록에 있는 사용자 이름을 자동으로 채울 수 있도록 허용", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "\"같은 그룹\" 또는 \"전화번호 기반\" 자동 채우기가 활성화되었을 경우 각 항목에 일치하는 사용자가 자동으로 표시됩니다.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "사용자 이름 자동 채우기를 같은 그룹에 소속된 사용자로 한정", - "Allow username autocompletion to users based on phone number integration" : "전화번호를 기반으로 사용자 이름 자동 채우기를 허용", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "전체 이름 또는 이메일 주소를 입력했을 때 사용자 이름 자동 채우기를 허용 (전화번호 일치/소속 그룹 일치 여부에 대한 설정값을 무시)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "공개 링크 업로드 페이지에 고지 사항 문구를 표시 (파일 목록이 숨겨져 있는 경우에만 표시)", "Disclaimer text" : "고지 사항 문구", @@ -514,42 +510,30 @@ OC.L10N.register( "Common languages" : "공통 언어", "Other languages" : "다른 언어", "Password change is disabled because the master key is disabled" : "마스터 키가 비활성화 되어 암호 변경이 비활성화 됨", - "New user" : "새 사용자", + "New account" : "새로운 계정", "Display name" : "표시 이름", "Either password or email is required" : "암호 또는 이메일이 필요합니다", "Password (required)" : "암호 (필수)", "Email (required)" : "이메일 (필수)", "Email" : "이메일", "Groups (required)" : "그룹 (필수)", - "Set user groups" : "사용자 그룹 설정", - "Set user as admin for …" : "사용자를 다음에 대한 관리자로 설정 ...", "Quota" : "할당량", - "Set user quota" : "사용자 할당량 지정", "Language" : "언어", "Set default language" : "기본 언어 지정", "Manager" : "담당 관리자", - "Add new user" : "새 사용자 추가", - "Set user manager" : "사용자 담당 관리자 지정", - "Username will be autogenerated" : "사용자 이름이 자동으로 생성됩니다", - "Username (required)" : "사용자 이름 (필수)", "Total rows summary" : "총 행 요약", - "Loading users …" : "사용자 불러오는 중 ...", "Scroll to load more rows" : "스크롤 하여 더 불러오기", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount}명의 사용자 ..."], - "_{userCount} user_::_{userCount} users_" : ["{userCount}명의 사용자"], "Avatar" : "아바타", - "Username" : "사용자 이름", + "Account name" : "계정 아이디", "Group admin for" : "다음 그룹의 관리자:", - "User backend" : "사용자 백엔드", "Storage location" : "저장소 위치", "Last login" : "마지막 로그인", - "User actions" : "사용자 동작", + "Account actions" : "계정 동작", "Loading account …" : "계정 불러오는 중 ...", "Change display name" : "표시 이름 변경", "Set new password" : "새 암호 설정", "You do not have permissions to see the details of this account" : "이 계정의 상세정보를 볼 권한이 없습니다.", "Set new email address" : "새 이메일 주소 설정", - "Add user to group" : "사용자를 그룹에 추가", "Add account to group" : "계정을 그룹에 추가", "Set account as admin for" : "계정을 다음에 대한 관리자로 설정: ", "Select account quota" : "계정 할당량 설정", @@ -598,12 +582,13 @@ OC.L10N.register( "Your browser does not support WebAuthn." : "WebAuthn이 현재 브라우저를 지원하지 않습니다.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "관리자로 공유 행동을 미세 조정할 수 있습니다. 더 많은 정보를 보려면 문서를 참조하십시오.", "You need to enable the File sharing App." : "파일 공유 앱을 활성화해야 합니다.", + "Developer documentation ↗" : "개발자 문서 ↗", "Active accounts" : "활성화된 계정", "Admins" : "관리자", "Disabled accounts" : "비활성화된 계정", "Account group: {group}" : "계정 그룹: {group}", "Account management" : "계정 관리", - "New account" : "새로운 계정", + "Creating group…" : "그룹 생성 ...", "Create group" : "그룹 생성", "Group name" : "그룹 이름", "Please enter a valid group name" : "올바른 그룹 이름을 입력하세요", @@ -641,6 +626,9 @@ OC.L10N.register( "The app will be downloaded from the App Store" : "이 앱이 앱 스토어에서 다운로드됩니다.", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "이 앱은 현재 Nextcloud 버젼과 호환되지 않습니다. 이 앱을 설치하면, 제대로 작동하지 않을 수 있습니다.", "Never" : "하지 않음", + "Could not register device: Network error" : "기기를 등록할 수 없음: 네트워크 오류", + "Could not register device: Probably already registered" : "기기를 등록할 수 없음: 이미 등록된 기기인 것 같습니다", + "Could not register device" : "기기를 등록할 수 없음", "An error occurred during the request. Unable to proceed." : "요청을 보내는 도중 에러가 발생하였습니다. 더 이상 진행할 수 없습니다.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "앱이 활성화되었지만, 앱을 업데이트해야 합니다. 5초 후 앱 업데이트 페이지로 넘어갑니다.", "Error: This app cannot be enabled because it makes the server unstable" : "오류: 이 앱은 서버를 불안정하게 만들 수 있어서 활성화할 수 없습니다.", @@ -669,6 +657,7 @@ OC.L10N.register( "Authentication" : "인증", "Authentication required" : "인증 필요함", "Credentials" : "인증 정보", + "SMTP Login" : "SMTP 로그인", "SMTP Password" : "SMTP 암호", "Save" : "저장", "Test and verify email settings" : "이메일 설정 테스트 및 검증", @@ -712,6 +701,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "현재 사용자가 불러온 SSL 인증서 중 Nextcloud 21과 함께 사용할 수 없는 것이 있습니다. 이러한 인증서는 커맨드라인 명령어 \"occ security:certificates:import\"로 불러올 수 있습니다. 데이터 디렉토리 내부에 있는 해당 인증서의 경로가 아래에 표시됩니다.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "잘못된 LDAP 사용자 또는 그룹 UUID를 발견했습니다. LDAP 설정의 '전문가' 부분에서 \"Override UUID detection\"을 재확인하시고, \"occ ldap:update-uuid\" 명령어를 통해 이를 갱신하십시오.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV 시스템 주소록 동기화가 아직 작동하지 않았습니다. 이는 인스턴스의 사용자가 1000명을 초과하거나 오류가 발생했기 때문입니다. occ dav:sync-system-addressbook 명령어를 통해 수동으로 이를 수행하십시오.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "현재 MariaDB \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. MariaDB 10.2 이상을 사용하십시오.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "현재 MySQL \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. MySQL 8.0 혹은 MariaDB 10.2 이상을 사용하십시오.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "현재 PostgreSQL \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. PostgreSQL 9.6 이상을 사용하십시오.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "2단계 인증을 모든 사용자 또는 특정 그룹에 강제할 수 있습니다. 만약 대상자가 2단계 인증 공급자를 설정하지 않았다면, 대상자는 시스템에 접근할 수 없게 될 것입니다.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "그룹을 선택 또는 제외할 때, 이들의 2단계 인증 강제 여부는 다음과 같은 로직을 따릅니다: 만약 2단계 인증이 강제되었고, 아무런 그룹이 선택되지 않았다면 제외된 그룹의 멤버를 제외하고 모든 사용자에게 2단계 인증이 강제됩니다. 만약 그룹이 선택되었다면 그룹 안의 모든 멤버에게 2단계 인증이 강제됩니다. 만약 사용자가 선택된 그룹과 제외된 그룹에 동시에 속해 있다면, 선택된 그룹이 우선되며 2단계 인증이 강제됩니다.", "Enable all" : "모두 활성화", @@ -726,6 +718,7 @@ OC.L10N.register( "Error while deleting the token" : "토큰을 삭제하는 중 오류가 발생했습니다", "Use the credentials below to configure your app or device." : "앱 또는 장치를 구성하는 아래의 자격 증명을 사용합니다.", "For security reasons this password will only be shown once." : "보안상의 이유로 이 암호는 한 번만 표시됩니다.", + "Username" : "사용자 이름", "Copied!" : "복사 성공!", "Copy" : "복사", "Execute one task with each page loaded. Use case: Single user instance." : "페이지를 로드할 때마다 작업을 실행합니다. 사용자가 한 명인 인스턴스에 적합합니다.", @@ -745,6 +738,7 @@ OC.L10N.register( "Edit display name" : "표시 이름 수정", "Add new password" : "새로운 암호 입력", "Add new email address" : "새로운 이메일 추가하기", + "Add user to group" : "사용자를 그룹에 추가", "Set user as admin for" : "사용자를 다음에 대한 관리자로 설정", "Select user quota" : "사용자 할당량 선택", "Select manager" : "담당 관리자 지정", @@ -754,9 +748,11 @@ OC.L10N.register( "Disable user" : "사용자 비활성화하기", "Enable user" : "사용자 활성화하기", "Edit User" : "사용자 편집", + "New user" : "새 사용자", "Will be autogenerated" : "자동으로 생성될 것임", "Select user manager" : "사용자 담당 관리자 지정", "Add a new user" : "새 사용자 추가", + "User backend" : "사용자 백엔드", "No users in here" : "사용자가 이곳에 없습니다.", "Name your device" : "장치 이름 설정", "Server error while trying to add WebAuthn device" : "WebAuthn 기기 추가 시도 중 서버 오류 발생", @@ -783,7 +779,12 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "이 그룹에 대해 링크 공유 생성을 금지하도록 설정:", "Exclude groups from sharing" : "공유에서 그룹 제외", "These groups will still be able to receive shares, but not to initiate them." : "이 그룹의 사용자들은 다른 사용자가 공유한 파일을 받을 수는 있지만, 자기 파일을 공유할 수는 없습니다.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "공유 대화창에서 시스템 주소록에 있는 사용자 이름을 자동으로 채울 수 있도록 허용", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "사용자 이름 자동 채우기를 같은 그룹에 소속된 사용자로 한정", + "Allow username autocompletion to users based on phone number integration" : "전화번호를 기반으로 사용자 이름 자동 채우기를 허용", "Old user imported certificates" : "과거 사용자가 인증서를 가져왔습니다", + "Missing optional index \"%s\" in table \"%s\"." : "표 \"%s\"의 optional index \"%s\"이(가) 사라졌습니다", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "데이터베이스에 일부 인덱스가 없습니다. 큰 테이블에 인덱스를 추가하는 데 시간이 걸리기 때문에 자동으로 추가하지 않았습니다. 명령행에서 \"occ db:add-missing-indices\" 명령을 실행하여 인스턴스를 실행하는 동안 수동으로 인덱스를 추가할 수 있습니다. 해당 테이블에 인덱스를 추가하면 질의 속도가 다시 빨라집니다.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript 지원 여부를 확인할 수 없습니다. 이 웹 서버가 JacaScript MIME 타입을 통해 `.mjs` 파일을 제공할 경우 수동으로 이를 확인하십시오.", "MySQL unicode support" : "MySQL 유니코드 지원", "Overwrite cli URL" : "CLI URL 덮어쓰기", @@ -791,7 +792,18 @@ OC.L10N.register( "Rating: {score}/10" : "점수: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "그룹 \"{group}\"을(를) 지우려고 합니다. 그룹의 사용자는 삭제되지 않습니다.", "No users" : "사용자 없음", + "Loading users …" : "사용자 불러오는 중 ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "사용자 목록입니다. 이 목록은 성능을 위해 완전히 처리되지 않았습니다. 목록을 계속 탐색하면 남은 목록이 자동으로 처리됩니다.", + "Set user groups" : "사용자 그룹 설정", + "Set user as admin for …" : "사용자를 다음에 대한 관리자로 설정 ...", + "Set user quota" : "사용자 할당량 지정", + "Add new user" : "새 사용자 추가", + "Set user manager" : "사용자 담당 관리자 지정", + "Username will be autogenerated" : "사용자 이름이 자동으로 생성됩니다", + "Username (required)" : "사용자 이름 (필수)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount}명의 사용자 ..."], + "_{userCount} user_::_{userCount} users_" : ["{userCount}명의 사용자"], + "User actions" : "사용자 동작", "Loading user …" : "사용자 불러오는 중 ...", "Failed to update user manager" : "사용자 담당 관리자를 지정할 수 없음", "User management settings" : "사용자 관리 설정", diff --git a/apps/settings/l10n/ko.json b/apps/settings/l10n/ko.json index 452a8955457..e966002ba94 100644 --- a/apps/settings/l10n/ko.json +++ b/apps/settings/l10n/ko.json @@ -146,8 +146,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "표 \"%s\"의 optional column \"%s\"이(가) 사라졌습니다", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "데이터베이스에 일부 선택적 열이 누락되었습니다. 큰 테이블에 열을 추가하는 데 시간이 걸릴 수 있기 때문에 선택 사항일 수 있는 열이 자동으로 추가되지 않았습니다. 명령행에서 \"occ db:add-missing-columns\"를 실행하면 누락된 열을 인스턴스를 실행되는 동안 수동으로 추가할 수 있습니다. 열이 추가되면 일부 기능의 응답성이나 사용성이 향상될 수 있습니다.", "Database missing indices" : "데이터베이스의 색인이 사라졌습니다", - "Missing optional index \"%s\" in table \"%s\"." : "표 \"%s\"의 optional index \"%s\"이(가) 사라졌습니다", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "데이터베이스에 일부 인덱스가 없습니다. 큰 테이블에 인덱스를 추가하는 데 시간이 걸리기 때문에 자동으로 추가하지 않았습니다. 명령행에서 \"occ db:add-missing-indices\" 명령을 실행하여 인스턴스를 실행하는 동안 수동으로 인덱스를 추가할 수 있습니다. 해당 테이블에 인덱스를 추가하면 질의 속도가 다시 빨라집니다.", "Database missing primary keys" : "데이터베이스의 기본 키가 사라졌습니다", "Missing primary key on table \"%s\"." : "표 \"%s\"의 기본키가 사라졌습니다", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "데이터베이스에 일부 기본 키가 누락되었습니다. 큰 테이블에 기본 키를 추가하는 데 시간이 걸릴 수 있기 때문에 자동으로 추가되지 않았습니다. 명령행에서 \"occ db:add-missing-primary-keys\"를 실행하면 인스턴스가 계속 실행되는 동안 누락된 기본 키를 수동으로 추가할 수 있습니다.", @@ -182,8 +180,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "서버 유지관리 창의 시작 시간이 설정되지 않았습니다. 많은 사용자가 접속하는 시간대에 자원 집약적인 작업이 실행될 수 있습니다. 부하가 큰 작업에 의해 사용자가 불편을 겪지 않도록, 유지관리 창의 시작 시간을 사용량이 적은 시간대로 설정하십시오.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "유지 보수 창이 부하가 큰 백그라운드 작업을 수행하기 위해 {start}:00 UTC에서 {end}:00 UTC에 동작합니다", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached가 분산 캐시로 구성되어 있지만 잘못된 PHP 모듈 \"memcache\"가 설치되어 있습니다. \\OC\\Memcache\\Memcached는 \"memcached\"만 지원하고 \"memcache\"는 지원하지 않습니다.", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached가 분산 캐시로 구성되어 있지만 PHP 모듈 \"memcached\"가 설치되지 않았습니다.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "메모리 캐시가 설정되지 않았습니다. 성능 향상을 위해, 가능한 경우 memcache를 설정하십시오.", "Configured" : "설정됨", "MySQL Unicode support" : "MySQL 유니코드 지원", @@ -239,9 +235,6 @@ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "읽기 전용 설정이 활성화되었습니다. 이 상태에서는 웹 인터페이스를 통하여 일부 설정을 변경할 수 없습니다. 또한 매 업데이트마다 파일을 쓸 수 있는 상태로 변경해야 합니다.", "Nextcloud configuration file is writable" : "Nextcloud 설정 파일이 쓰기가능한 상태입니다", "Database version" : "데이터베이스 버전", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "현재 MariaDB \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. MariaDB 10.2 이상을 사용하십시오.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "현재 MySQL \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. MySQL 8.0 혹은 MariaDB 10.2 이상을 사용하십시오.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "현재 PostgreSQL \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. PostgreSQL 9.6 이상을 사용하십시오.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite가 현재 백엔드 데이터베이스로 사용중입니다. 더 큰 규모의 인스턴스에는 다른 데이터베이스 백엔드를 사용하는 것이 좋습니다. 이는 특히 데스크탑 클라이언트를 통한 파일 동기화를 사용할 때 권장됩니다. 다른 데이터베이스로 이전할 때에는 명령행 도구 \"occ db:convert-type\"을 사용하십시오.", "Unknown database platform" : "알 수 없는 데이터베이스 플랫폼", "Architecture" : "건축", @@ -285,7 +278,13 @@ "Enforce password protection" : "암호 보호 강제", "Exclude groups from password requirements" : "특정 그룹을 암호 요구조건에서 예외로 설정", "Exclude groups from creating link shares" : "특정 그룹에 대해 링크 공유 생성을 금지하도록 설정", + "Limit sharing based on groups" : "그룹별로 공유 제한하기", + "Allow sharing for everyone (default)" : "그룹별 공유 기능 제한 없음 (기본값)", + "Exclude some groups from sharing" : "공유 기능을 제한할 그룹 지정", + "Limit sharing to some groups" : "공유 기능을 허용할 그룹 지정", + "Groups allowed to share" : "공유가 허용된 그룹", "Groups excluded from sharing" : "공유에서 제외된 그룹", + "Not allowed groups will still be able to receive shares, but not to initiate them." : "공유가 제한된 그룹은 다른 사람의 데이터를 공유 받을 수는 있지만, 다른 사람에게 자신의 데이터를 공유할 수는 없습니다.", "Set default expiration date for shares" : "공유에 대한 기본 만료 날짜 설정", "Enforce expiration date" : "만료 날짜 강제", "Default expiration time of new shares in days" : "공유에 대한 기본 유효기간 (일 단위)", @@ -297,10 +296,7 @@ "Set default expiration date for shares via link or mail" : "링크 및 메일 공유에 대한 기본 만료 날짜 설정", "Default expiration time of shares in days" : "공유에 대한 기본 유효기간 (일 단위)", "Privacy settings for sharing" : "공유에 대한 개인정보 보호 설정", - "Allow username autocompletion in share dialog and allow access to the system address book" : "공유 대화창에서 시스템 주소록에 있는 사용자 이름을 자동으로 채울 수 있도록 허용", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "\"같은 그룹\" 또는 \"전화번호 기반\" 자동 채우기가 활성화되었을 경우 각 항목에 일치하는 사용자가 자동으로 표시됩니다.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "사용자 이름 자동 채우기를 같은 그룹에 소속된 사용자로 한정", - "Allow username autocompletion to users based on phone number integration" : "전화번호를 기반으로 사용자 이름 자동 채우기를 허용", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "전체 이름 또는 이메일 주소를 입력했을 때 사용자 이름 자동 채우기를 허용 (전화번호 일치/소속 그룹 일치 여부에 대한 설정값을 무시)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "공개 링크 업로드 페이지에 고지 사항 문구를 표시 (파일 목록이 숨겨져 있는 경우에만 표시)", "Disclaimer text" : "고지 사항 문구", @@ -512,42 +508,30 @@ "Common languages" : "공통 언어", "Other languages" : "다른 언어", "Password change is disabled because the master key is disabled" : "마스터 키가 비활성화 되어 암호 변경이 비활성화 됨", - "New user" : "새 사용자", + "New account" : "새로운 계정", "Display name" : "표시 이름", "Either password or email is required" : "암호 또는 이메일이 필요합니다", "Password (required)" : "암호 (필수)", "Email (required)" : "이메일 (필수)", "Email" : "이메일", "Groups (required)" : "그룹 (필수)", - "Set user groups" : "사용자 그룹 설정", - "Set user as admin for …" : "사용자를 다음에 대한 관리자로 설정 ...", "Quota" : "할당량", - "Set user quota" : "사용자 할당량 지정", "Language" : "언어", "Set default language" : "기본 언어 지정", "Manager" : "담당 관리자", - "Add new user" : "새 사용자 추가", - "Set user manager" : "사용자 담당 관리자 지정", - "Username will be autogenerated" : "사용자 이름이 자동으로 생성됩니다", - "Username (required)" : "사용자 이름 (필수)", "Total rows summary" : "총 행 요약", - "Loading users …" : "사용자 불러오는 중 ...", "Scroll to load more rows" : "스크롤 하여 더 불러오기", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount}명의 사용자 ..."], - "_{userCount} user_::_{userCount} users_" : ["{userCount}명의 사용자"], "Avatar" : "아바타", - "Username" : "사용자 이름", + "Account name" : "계정 아이디", "Group admin for" : "다음 그룹의 관리자:", - "User backend" : "사용자 백엔드", "Storage location" : "저장소 위치", "Last login" : "마지막 로그인", - "User actions" : "사용자 동작", + "Account actions" : "계정 동작", "Loading account …" : "계정 불러오는 중 ...", "Change display name" : "표시 이름 변경", "Set new password" : "새 암호 설정", "You do not have permissions to see the details of this account" : "이 계정의 상세정보를 볼 권한이 없습니다.", "Set new email address" : "새 이메일 주소 설정", - "Add user to group" : "사용자를 그룹에 추가", "Add account to group" : "계정을 그룹에 추가", "Set account as admin for" : "계정을 다음에 대한 관리자로 설정: ", "Select account quota" : "계정 할당량 설정", @@ -596,12 +580,13 @@ "Your browser does not support WebAuthn." : "WebAuthn이 현재 브라우저를 지원하지 않습니다.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "관리자로 공유 행동을 미세 조정할 수 있습니다. 더 많은 정보를 보려면 문서를 참조하십시오.", "You need to enable the File sharing App." : "파일 공유 앱을 활성화해야 합니다.", + "Developer documentation ↗" : "개발자 문서 ↗", "Active accounts" : "활성화된 계정", "Admins" : "관리자", "Disabled accounts" : "비활성화된 계정", "Account group: {group}" : "계정 그룹: {group}", "Account management" : "계정 관리", - "New account" : "새로운 계정", + "Creating group…" : "그룹 생성 ...", "Create group" : "그룹 생성", "Group name" : "그룹 이름", "Please enter a valid group name" : "올바른 그룹 이름을 입력하세요", @@ -639,6 +624,9 @@ "The app will be downloaded from the App Store" : "이 앱이 앱 스토어에서 다운로드됩니다.", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "이 앱은 현재 Nextcloud 버젼과 호환되지 않습니다. 이 앱을 설치하면, 제대로 작동하지 않을 수 있습니다.", "Never" : "하지 않음", + "Could not register device: Network error" : "기기를 등록할 수 없음: 네트워크 오류", + "Could not register device: Probably already registered" : "기기를 등록할 수 없음: 이미 등록된 기기인 것 같습니다", + "Could not register device" : "기기를 등록할 수 없음", "An error occurred during the request. Unable to proceed." : "요청을 보내는 도중 에러가 발생하였습니다. 더 이상 진행할 수 없습니다.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "앱이 활성화되었지만, 앱을 업데이트해야 합니다. 5초 후 앱 업데이트 페이지로 넘어갑니다.", "Error: This app cannot be enabled because it makes the server unstable" : "오류: 이 앱은 서버를 불안정하게 만들 수 있어서 활성화할 수 없습니다.", @@ -667,6 +655,7 @@ "Authentication" : "인증", "Authentication required" : "인증 필요함", "Credentials" : "인증 정보", + "SMTP Login" : "SMTP 로그인", "SMTP Password" : "SMTP 암호", "Save" : "저장", "Test and verify email settings" : "이메일 설정 테스트 및 검증", @@ -710,6 +699,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "현재 사용자가 불러온 SSL 인증서 중 Nextcloud 21과 함께 사용할 수 없는 것이 있습니다. 이러한 인증서는 커맨드라인 명령어 \"occ security:certificates:import\"로 불러올 수 있습니다. 데이터 디렉토리 내부에 있는 해당 인증서의 경로가 아래에 표시됩니다.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "잘못된 LDAP 사용자 또는 그룹 UUID를 발견했습니다. LDAP 설정의 '전문가' 부분에서 \"Override UUID detection\"을 재확인하시고, \"occ ldap:update-uuid\" 명령어를 통해 이를 갱신하십시오.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV 시스템 주소록 동기화가 아직 작동하지 않았습니다. 이는 인스턴스의 사용자가 1000명을 초과하거나 오류가 발생했기 때문입니다. occ dav:sync-system-addressbook 명령어를 통해 수동으로 이를 수행하십시오.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "현재 MariaDB \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. MariaDB 10.2 이상을 사용하십시오.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "현재 MySQL \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. MySQL 8.0 혹은 MariaDB 10.2 이상을 사용하십시오.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "현재 PostgreSQL \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. PostgreSQL 9.6 이상을 사용하십시오.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "2단계 인증을 모든 사용자 또는 특정 그룹에 강제할 수 있습니다. 만약 대상자가 2단계 인증 공급자를 설정하지 않았다면, 대상자는 시스템에 접근할 수 없게 될 것입니다.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "그룹을 선택 또는 제외할 때, 이들의 2단계 인증 강제 여부는 다음과 같은 로직을 따릅니다: 만약 2단계 인증이 강제되었고, 아무런 그룹이 선택되지 않았다면 제외된 그룹의 멤버를 제외하고 모든 사용자에게 2단계 인증이 강제됩니다. 만약 그룹이 선택되었다면 그룹 안의 모든 멤버에게 2단계 인증이 강제됩니다. 만약 사용자가 선택된 그룹과 제외된 그룹에 동시에 속해 있다면, 선택된 그룹이 우선되며 2단계 인증이 강제됩니다.", "Enable all" : "모두 활성화", @@ -724,6 +716,7 @@ "Error while deleting the token" : "토큰을 삭제하는 중 오류가 발생했습니다", "Use the credentials below to configure your app or device." : "앱 또는 장치를 구성하는 아래의 자격 증명을 사용합니다.", "For security reasons this password will only be shown once." : "보안상의 이유로 이 암호는 한 번만 표시됩니다.", + "Username" : "사용자 이름", "Copied!" : "복사 성공!", "Copy" : "복사", "Execute one task with each page loaded. Use case: Single user instance." : "페이지를 로드할 때마다 작업을 실행합니다. 사용자가 한 명인 인스턴스에 적합합니다.", @@ -743,6 +736,7 @@ "Edit display name" : "표시 이름 수정", "Add new password" : "새로운 암호 입력", "Add new email address" : "새로운 이메일 추가하기", + "Add user to group" : "사용자를 그룹에 추가", "Set user as admin for" : "사용자를 다음에 대한 관리자로 설정", "Select user quota" : "사용자 할당량 선택", "Select manager" : "담당 관리자 지정", @@ -752,9 +746,11 @@ "Disable user" : "사용자 비활성화하기", "Enable user" : "사용자 활성화하기", "Edit User" : "사용자 편집", + "New user" : "새 사용자", "Will be autogenerated" : "자동으로 생성될 것임", "Select user manager" : "사용자 담당 관리자 지정", "Add a new user" : "새 사용자 추가", + "User backend" : "사용자 백엔드", "No users in here" : "사용자가 이곳에 없습니다.", "Name your device" : "장치 이름 설정", "Server error while trying to add WebAuthn device" : "WebAuthn 기기 추가 시도 중 서버 오류 발생", @@ -781,7 +777,12 @@ "Exclude groups from creating link shares:" : "이 그룹에 대해 링크 공유 생성을 금지하도록 설정:", "Exclude groups from sharing" : "공유에서 그룹 제외", "These groups will still be able to receive shares, but not to initiate them." : "이 그룹의 사용자들은 다른 사용자가 공유한 파일을 받을 수는 있지만, 자기 파일을 공유할 수는 없습니다.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "공유 대화창에서 시스템 주소록에 있는 사용자 이름을 자동으로 채울 수 있도록 허용", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "사용자 이름 자동 채우기를 같은 그룹에 소속된 사용자로 한정", + "Allow username autocompletion to users based on phone number integration" : "전화번호를 기반으로 사용자 이름 자동 채우기를 허용", "Old user imported certificates" : "과거 사용자가 인증서를 가져왔습니다", + "Missing optional index \"%s\" in table \"%s\"." : "표 \"%s\"의 optional index \"%s\"이(가) 사라졌습니다", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "데이터베이스에 일부 인덱스가 없습니다. 큰 테이블에 인덱스를 추가하는 데 시간이 걸리기 때문에 자동으로 추가하지 않았습니다. 명령행에서 \"occ db:add-missing-indices\" 명령을 실행하여 인스턴스를 실행하는 동안 수동으로 인덱스를 추가할 수 있습니다. 해당 테이블에 인덱스를 추가하면 질의 속도가 다시 빨라집니다.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript 지원 여부를 확인할 수 없습니다. 이 웹 서버가 JacaScript MIME 타입을 통해 `.mjs` 파일을 제공할 경우 수동으로 이를 확인하십시오.", "MySQL unicode support" : "MySQL 유니코드 지원", "Overwrite cli URL" : "CLI URL 덮어쓰기", @@ -789,7 +790,18 @@ "Rating: {score}/10" : "점수: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "그룹 \"{group}\"을(를) 지우려고 합니다. 그룹의 사용자는 삭제되지 않습니다.", "No users" : "사용자 없음", + "Loading users …" : "사용자 불러오는 중 ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "사용자 목록입니다. 이 목록은 성능을 위해 완전히 처리되지 않았습니다. 목록을 계속 탐색하면 남은 목록이 자동으로 처리됩니다.", + "Set user groups" : "사용자 그룹 설정", + "Set user as admin for …" : "사용자를 다음에 대한 관리자로 설정 ...", + "Set user quota" : "사용자 할당량 지정", + "Add new user" : "새 사용자 추가", + "Set user manager" : "사용자 담당 관리자 지정", + "Username will be autogenerated" : "사용자 이름이 자동으로 생성됩니다", + "Username (required)" : "사용자 이름 (필수)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount}명의 사용자 ..."], + "_{userCount} user_::_{userCount} users_" : ["{userCount}명의 사용자"], + "User actions" : "사용자 동작", "Loading user …" : "사용자 불러오는 중 ...", "Failed to update user manager" : "사용자 담당 관리자를 지정할 수 없음", "User management settings" : "사용자 관리 설정", diff --git a/apps/settings/l10n/lt_LT.js b/apps/settings/l10n/lt_LT.js index ef9ba738381..5e749dda805 100644 --- a/apps/settings/l10n/lt_LT.js +++ b/apps/settings/l10n/lt_LT.js @@ -115,9 +115,6 @@ OC.L10N.register( "Supported" : "Palaikoma", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Jūsų PHP neturi FreeType palaikymo, kas savo ruožtu sąlygoja profilio paveikslėlių ir nustatymų sąsajos neteisingą atvaizdavimą.", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP OPcache modulis nėra įkeltas. Geresniam našumui rekomenduojame įkelti šį modulį į savo PHP diegimą.", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Yra naudojama MariaDB versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios MariaDB versijos ir reikalauja 10.2 ar naujesnės versijos.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Yra naudojama MySQL versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios MySQL versijos ir reikalauja MySQL 8.0 arba MariaDB 10.2, ar naujesnės versijos.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Yra naudojama PostgreSQL versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios PostgreSQL versijos ir reikalauja PostgreSQL 9.6 ar naujesnės versijos.", "Architecture" : "Architektūra", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profilio paveikslėlis, vardas, pavardė, el. paštas, telefono numeris, adresas, svetainė, „Twitter“, organizacija, vaidmuo, santrauka apie jus, biografija bei tai, ar jūsų profilis yra įjungtas, ar ne", "Nextcloud settings" : "Nextcloud nustatymai", @@ -284,18 +281,17 @@ OC.L10N.register( "Common languages" : "Bendrosios kalbos", "Other languages" : "Kitos kalbos", "Password change is disabled because the master key is disabled" : "Slaptažodžių keitimas išjungtas, nes yra išjungtas pagrindinis raktas", - "New user" : "Naujas naudotojas", + "New account" : "Nauja paskyra", "Display name" : "Rodomas vardas", "Email" : "El. paštas", "Quota" : "Limitas", "Language" : "Kalba", "Avatar" : "Avataras", - "Username" : "Naudotojo vardas", + "Account name" : "Paskyros pavadinimas", "Group admin for" : "Grupės administratorius", - "User backend" : "Naudotojo vidinė pusė", "Storage location" : "Saugyklos vieta", "Last login" : "Paskutinis prisijungimas", - "Add user to group" : "Pridėti naudotoją į grupę", + "Account actions" : "Veiksmai su paskyra", "{size} used" : "{size} naudojama", "Delete account" : "Ištrinti paskyrą", "Resend welcome email" : "Siųsti dar kartą pasveikinimo el. laišką", @@ -328,7 +324,6 @@ OC.L10N.register( "Your browser does not support WebAuthn." : "Jūsų naršyklė nepalaiko WebAuthn.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Būdami administratoriumi, galite reguliuoti bendrinimo elgseną. Išsamesnei informacijai, žiūrėkite dokumentaciją.", "Admins" : "Administratoriai", - "New account" : "Nauja paskyra", "Group name" : "Grupės pavadinimas", "Sending…" : "Siunčiama…", "Email sent" : "El. paštas išsiųstas", @@ -409,6 +404,9 @@ OC.L10N.register( "Invalid user" : "Neteisingas naudotojas", "Your username is: %s" : "Jūsų naudotojo vardas yra: %s", "Logged in user must be a subadmin" : "Prisijungęs naudotojas privalo būti administratoriaus pavaduotojas", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Yra naudojama MariaDB versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios MariaDB versijos ir reikalauja 10.2 ar naujesnės versijos.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Yra naudojama MySQL versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios MySQL versijos ir reikalauja MySQL 8.0 arba MariaDB 10.2, ar naujesnės versijos.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Yra naudojama PostgreSQL versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios PostgreSQL versijos ir reikalauja PostgreSQL 9.6 ar naujesnės versijos.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dviejų faktorių tapatybės nustatymas gali būti priverstinis visiems naudotojams ir tam tikroms grupėms. Jeigu naudotojai ar grupės neturės sukonfigūruoto dviejų faktorių teikėjo, tuomet jie negalės prisijungti prie sistemos.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Jei nepasirinkta nė viena grupė, 2FA įjungiama visiems, išskyrus pašalintų grupių narius. Jei pasirenkamos grupės, visiems jų nariams įjungiama 2FA. Jei vartotojas yra ir pasirinktoje, ir pašalintoje grupėje, 2FA yra įjungiamas. ", "Enable all" : "Įjungti visas", @@ -423,6 +421,7 @@ OC.L10N.register( "Error while deleting the token" : "Klaida, ištrinant prieigos raktą", "Use the credentials below to configure your app or device." : "Naudokite žemiau esančius prisijungimo duomenis, kad galėtumėte konfigūruoti programėlę ar įrenginį.", "For security reasons this password will only be shown once." : "Saugumo sumetimais šis slaptažodis bus parodytas tik vieną kartą.", + "Username" : "Naudotojo vardas", "Copied!" : "Nukopijuota!", "Copy" : "Kopijuoti", "Execute one task with each page loaded. Use case: Single user instance." : "Su kiekvienu įkeltu puslapiu vykdyti po vieną užduotį. Naudojimo atvejis: Egzempliorius su vienu naudotoju.", @@ -439,6 +438,7 @@ OC.L10N.register( "You do not have permissions to see the details of this user" : "Jūs neturite leidimų matyti išsamesnę informaciją apie šį naudotoją", "Add new password" : "Pridėti naują slaptažodį", "Add new email address" : "Pridėti naują el. pašto adresą", + "Add user to group" : "Pridėti naudotoją į grupę", "Set user as admin for" : "Nustatyti vartotoją kaip administratorių ", "Select user quota" : "Pasirinkite leidžiamą duomenų kiekį naudotojui", "Toggle user actions menu" : "Perjungti vartotojo veiksmų meniu ", @@ -447,8 +447,10 @@ OC.L10N.register( "Disable user" : "Išjungti naudotoją", "Enable user" : "Įjungti naudotoją", "Edit User" : "Taisyti naudotoją", + "New user" : "Naujas naudotojas", "Will be autogenerated" : "Bus automatiškai sugeneruotas ", "Add a new user" : "Pridėti naują naudotoją", + "User backend" : "Naudotojo vidinė pusė", "No users in here" : "Čia naudotojų nėra", "Name your device" : "Pavadinkite savo įrenginį", "Server error while trying to add WebAuthn device" : "Serverio klaida, bandant pridėti WbAuthn įrenginį", diff --git a/apps/settings/l10n/lt_LT.json b/apps/settings/l10n/lt_LT.json index eed9152cd0d..8e30db6b17f 100644 --- a/apps/settings/l10n/lt_LT.json +++ b/apps/settings/l10n/lt_LT.json @@ -113,9 +113,6 @@ "Supported" : "Palaikoma", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Jūsų PHP neturi FreeType palaikymo, kas savo ruožtu sąlygoja profilio paveikslėlių ir nustatymų sąsajos neteisingą atvaizdavimą.", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP OPcache modulis nėra įkeltas. Geresniam našumui rekomenduojame įkelti šį modulį į savo PHP diegimą.", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Yra naudojama MariaDB versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios MariaDB versijos ir reikalauja 10.2 ar naujesnės versijos.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Yra naudojama MySQL versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios MySQL versijos ir reikalauja MySQL 8.0 arba MariaDB 10.2, ar naujesnės versijos.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Yra naudojama PostgreSQL versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios PostgreSQL versijos ir reikalauja PostgreSQL 9.6 ar naujesnės versijos.", "Architecture" : "Architektūra", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profilio paveikslėlis, vardas, pavardė, el. paštas, telefono numeris, adresas, svetainė, „Twitter“, organizacija, vaidmuo, santrauka apie jus, biografija bei tai, ar jūsų profilis yra įjungtas, ar ne", "Nextcloud settings" : "Nextcloud nustatymai", @@ -282,18 +279,17 @@ "Common languages" : "Bendrosios kalbos", "Other languages" : "Kitos kalbos", "Password change is disabled because the master key is disabled" : "Slaptažodžių keitimas išjungtas, nes yra išjungtas pagrindinis raktas", - "New user" : "Naujas naudotojas", + "New account" : "Nauja paskyra", "Display name" : "Rodomas vardas", "Email" : "El. paštas", "Quota" : "Limitas", "Language" : "Kalba", "Avatar" : "Avataras", - "Username" : "Naudotojo vardas", + "Account name" : "Paskyros pavadinimas", "Group admin for" : "Grupės administratorius", - "User backend" : "Naudotojo vidinė pusė", "Storage location" : "Saugyklos vieta", "Last login" : "Paskutinis prisijungimas", - "Add user to group" : "Pridėti naudotoją į grupę", + "Account actions" : "Veiksmai su paskyra", "{size} used" : "{size} naudojama", "Delete account" : "Ištrinti paskyrą", "Resend welcome email" : "Siųsti dar kartą pasveikinimo el. laišką", @@ -326,7 +322,6 @@ "Your browser does not support WebAuthn." : "Jūsų naršyklė nepalaiko WebAuthn.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Būdami administratoriumi, galite reguliuoti bendrinimo elgseną. Išsamesnei informacijai, žiūrėkite dokumentaciją.", "Admins" : "Administratoriai", - "New account" : "Nauja paskyra", "Group name" : "Grupės pavadinimas", "Sending…" : "Siunčiama…", "Email sent" : "El. paštas išsiųstas", @@ -407,6 +402,9 @@ "Invalid user" : "Neteisingas naudotojas", "Your username is: %s" : "Jūsų naudotojo vardas yra: %s", "Logged in user must be a subadmin" : "Prisijungęs naudotojas privalo būti administratoriaus pavaduotojas", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Yra naudojama MariaDB versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios MariaDB versijos ir reikalauja 10.2 ar naujesnės versijos.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Yra naudojama MySQL versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios MySQL versijos ir reikalauja MySQL 8.0 arba MariaDB 10.2, ar naujesnės versijos.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Yra naudojama PostgreSQL versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios PostgreSQL versijos ir reikalauja PostgreSQL 9.6 ar naujesnės versijos.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dviejų faktorių tapatybės nustatymas gali būti priverstinis visiems naudotojams ir tam tikroms grupėms. Jeigu naudotojai ar grupės neturės sukonfigūruoto dviejų faktorių teikėjo, tuomet jie negalės prisijungti prie sistemos.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Jei nepasirinkta nė viena grupė, 2FA įjungiama visiems, išskyrus pašalintų grupių narius. Jei pasirenkamos grupės, visiems jų nariams įjungiama 2FA. Jei vartotojas yra ir pasirinktoje, ir pašalintoje grupėje, 2FA yra įjungiamas. ", "Enable all" : "Įjungti visas", @@ -421,6 +419,7 @@ "Error while deleting the token" : "Klaida, ištrinant prieigos raktą", "Use the credentials below to configure your app or device." : "Naudokite žemiau esančius prisijungimo duomenis, kad galėtumėte konfigūruoti programėlę ar įrenginį.", "For security reasons this password will only be shown once." : "Saugumo sumetimais šis slaptažodis bus parodytas tik vieną kartą.", + "Username" : "Naudotojo vardas", "Copied!" : "Nukopijuota!", "Copy" : "Kopijuoti", "Execute one task with each page loaded. Use case: Single user instance." : "Su kiekvienu įkeltu puslapiu vykdyti po vieną užduotį. Naudojimo atvejis: Egzempliorius su vienu naudotoju.", @@ -437,6 +436,7 @@ "You do not have permissions to see the details of this user" : "Jūs neturite leidimų matyti išsamesnę informaciją apie šį naudotoją", "Add new password" : "Pridėti naują slaptažodį", "Add new email address" : "Pridėti naują el. pašto adresą", + "Add user to group" : "Pridėti naudotoją į grupę", "Set user as admin for" : "Nustatyti vartotoją kaip administratorių ", "Select user quota" : "Pasirinkite leidžiamą duomenų kiekį naudotojui", "Toggle user actions menu" : "Perjungti vartotojo veiksmų meniu ", @@ -445,8 +445,10 @@ "Disable user" : "Išjungti naudotoją", "Enable user" : "Įjungti naudotoją", "Edit User" : "Taisyti naudotoją", + "New user" : "Naujas naudotojas", "Will be autogenerated" : "Bus automatiškai sugeneruotas ", "Add a new user" : "Pridėti naują naudotoją", + "User backend" : "Naudotojo vidinė pusė", "No users in here" : "Čia naudotojų nėra", "Name your device" : "Pavadinkite savo įrenginį", "Server error while trying to add WebAuthn device" : "Serverio klaida, bandant pridėti WbAuthn įrenginį", diff --git a/apps/settings/l10n/lv.js b/apps/settings/l10n/lv.js index a315e560c5c..7e3a94e56b9 100644 --- a/apps/settings/l10n/lv.js +++ b/apps/settings/l10n/lv.js @@ -8,14 +8,18 @@ OC.L10N.register( "Unable to change password" : "Nav iespējams nomainīt paroli", "Very weak password" : "Ļoti vāja parole", "Weak password" : "Vāja parole", - "So-so password" : "Normāla parole", + "So-so password" : "Viduvēja parole", "Good password" : "Laba parole", - "Strong password" : "Lieliska parole", + "Strong password" : "Spēcīga parole", "Groups" : "Grupas", "Group list is empty" : "Grupu saraksts ir tukšš", "Unable to retrieve the group list" : "Nevarēja saņemt grupu sarakstu", + "{actor} changed your password" : "{actor] nomainīja Tavu paroli", + "You changed your password" : "Tu nomainīji savu paroli", + "You renamed app password \"{token}\" to \"{newToken}\"" : "Tu pārdēvēji lietotnes paroli \"{token}\" uz \"{newToken}\"", + "Security" : "Drošība", "You successfully logged in using two-factor authentication (%1$s)" : "Esat veiksmīgi pieteicies, izmantojot divpakāpju autentifikācija (%1$s)", - "A login attempt using two-factor authentication failed (%1$s)" : "Pieteikšanās mēģinājums, izmantojot divpakāpju autentifikāciju neizdevās (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Pieteikšanās mēģinājums ar divpakāpju autentifikāciju neizdevās (%1$s)", "Settings" : "Iestatījumi", "Wrong password" : "Nepareiza parole", "Saved" : "Saglabāts", @@ -23,6 +27,7 @@ OC.L10N.register( "Wrong admin recovery password. Please check the password and try again." : "Nepareiza administratora atjaunošanas parole. Lūdzu pārbaudiet paroli un mēģiniet vēlreiz.", "Administrator documentation" : "Administratora dokumentācija", "User documentation" : "Lietotāja dokumentācija", + "Invalid SMTP password." : "Nederīga SMTP parole", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Radās kļūda, nosūtot e-pastu. Lūdzu, pārskatiet savus iestatījumus. (Kļūda: %s)", "Invalid account" : "Nederīgs konts", "Invalid mail address" : "Nepareiza e-pasta adrese", @@ -40,6 +45,7 @@ OC.L10N.register( "Availability" : "Pieejamība", "Calendar" : "Kalendārs", "Personal info" : "Personiskā informācija", + "Mobile & desktop" : "Tālrunis un darbvirsma", "Email server" : "E-pasta serveris", "Security & setup warnings" : "Drošības un iestatījumu brīdinājumi", "Unlimited" : "Neierobežota", @@ -56,7 +62,8 @@ OC.L10N.register( "Allow public uploads" : "Atļaut publisko augšupielādi", "Enforce password protection" : "Ieviest paroles aizsardzību", "Enforce expiration date" : "Uzspiest beigu termiņu", - "Limit to groups" : "Grupu ierobežojums", + "Privacy settings for sharing" : "Kopīgošanas privātuma iestatījumi", + "Limit to groups" : "Ierobežot kopām", "Save changes" : "Saglabāt izmaiņas", "Remove" : "Izņemt", "Disable" : "Deaktivēt", @@ -86,10 +93,14 @@ OC.L10N.register( "This session" : "Šajā sesijā", "Device" : "Ierīce", "Last activity" : "Pēdējās darbības", + "Devices & sessions" : "Ierīces un sesijas", "App name" : "Lietotnes nosaukums", "Create new app password" : "Izveidot jaunu lietotnes paroli", + "New app password" : "Jauna lietotnes parole", + "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Zemāk esošie piekļuves dati jāizmanto, lai konfigurētu lietotni vai ierīci. Drošības iemeslu dēļ šī parole tiks parādīta tikai vienu reizi.", "Login" : "Autorizēties", "Password" : "Parole", + "Show QR code for mobile apps" : "Parādīt kvadrātkodu tālruņa lietotnēm", "Profile" : "Profils", "Enable" : "Aktivēt", "Server-side encryption" : "Servera šifrēšana", @@ -97,7 +108,7 @@ OC.L10N.register( "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Šifrēšana vien negarantē sistēmas drošību. Skatiet dokumentāciju, lai iegūtu papildinformāciju par šifrēšanas lietotnes izmantošanu un atbalstītajiem izmantošanas veidiem.", "Be aware that encryption always increases the file size." : "Jāapzinās, ka šifrēšanas vienmēr palielina datnes lielumu.", "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Vienmēr ir ieteicams regulāri veidot dublējumkopijas datu šifrēšanas gadījumam, pārliecinieties, lai dublētu, šifrēšanas atslēgas ir kopā ar jūsu datiem.", - "This is the final warning: Do you really want to enable encryption?" : "Šis ir pēdējais brīdinājums: vai tiešām vēlaties iespējot šifrēšanu?", + "This is the final warning: Do you really want to enable encryption?" : "Šis ir pēdējais brīdinājums: vai tiešām iespējot šifrēšanu?", "No encryption module loaded, please enable an encryption module in the app menu." : "Nav ielādēts šifrēšanas moduļis, lūdzu, aktivizējiet šifrēšanas moduli lietotņu izvēlnē.", "Select default encryption module:" : "Atlasiet noklusēto šifrēšanas moduli:", "Cancel" : "Atcelt", @@ -119,14 +130,15 @@ OC.L10N.register( "Email" : "E-pasts", "Quota" : "Apjoms", "Language" : "Valoda", + "Scroll to load more rows" : "Ritināt, lai ielādētu vairāk rindu", "Avatar" : "Profila attēls", - "Username" : "Lietotājvārds", "Group admin for" : "Admin grupa", "Storage location" : "Krātuves atrašanās vieta", "Last login" : "Pēdējā pieteikšanās", + "Account actions" : "Konta darbības", "Delete account" : "Dzēst kontu", "Done" : "Pabeigts", - "Edit" : "Rediģēt", + "Edit" : "Labot", "Visibility" : "Redzamība", "Show last login" : "Rādīt pēdējo autorizāciju", "Send email" : "Sūtīt e-pastu", @@ -145,9 +157,11 @@ OC.L10N.register( "Hide" : "Slēpt", "Never" : "Nekad", "Forum" : "Forums", + "Nextcloud help & privacy resources" : "Nextcloud palīdzība un privātuma līdzekļi", "Privacy policy" : "Privātuma politika", "SSL" : "SSL", "Open documentation" : "Atvērt dokumentāciju", + "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Ir svarīgi iestatīt šo serveri, lai varētu nosūtīt e-pasta ziņojumus, piemēram, paroles atiestatīšanai un paziņojumus.", "Send mode" : "Sūtīšanas metode", "Encryption" : "Šifrēšana", "From address" : "No adreses", @@ -172,6 +186,7 @@ OC.L10N.register( "Sync client - {os}" : "Sync klients - {os}", "Use the credentials below to configure your app or device." : "Izmantot akreditācijas datus, lai konfigurētu savu lietotni vai ierīci.", "For security reasons this password will only be shown once." : "Drošības apsvērumu dēļ šī parole, tiks parādīta tikai vienreiz.", + "Username" : "Lietotājvārds", "Copied!" : "Nokopēts!", "Copy" : "Kopēt", "Your email address" : "Jūsu e-pasta adrese", diff --git a/apps/settings/l10n/lv.json b/apps/settings/l10n/lv.json index ed1b89334a8..f676b8f4629 100644 --- a/apps/settings/l10n/lv.json +++ b/apps/settings/l10n/lv.json @@ -6,14 +6,18 @@ "Unable to change password" : "Nav iespējams nomainīt paroli", "Very weak password" : "Ļoti vāja parole", "Weak password" : "Vāja parole", - "So-so password" : "Normāla parole", + "So-so password" : "Viduvēja parole", "Good password" : "Laba parole", - "Strong password" : "Lieliska parole", + "Strong password" : "Spēcīga parole", "Groups" : "Grupas", "Group list is empty" : "Grupu saraksts ir tukšš", "Unable to retrieve the group list" : "Nevarēja saņemt grupu sarakstu", + "{actor} changed your password" : "{actor] nomainīja Tavu paroli", + "You changed your password" : "Tu nomainīji savu paroli", + "You renamed app password \"{token}\" to \"{newToken}\"" : "Tu pārdēvēji lietotnes paroli \"{token}\" uz \"{newToken}\"", + "Security" : "Drošība", "You successfully logged in using two-factor authentication (%1$s)" : "Esat veiksmīgi pieteicies, izmantojot divpakāpju autentifikācija (%1$s)", - "A login attempt using two-factor authentication failed (%1$s)" : "Pieteikšanās mēģinājums, izmantojot divpakāpju autentifikāciju neizdevās (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Pieteikšanās mēģinājums ar divpakāpju autentifikāciju neizdevās (%1$s)", "Settings" : "Iestatījumi", "Wrong password" : "Nepareiza parole", "Saved" : "Saglabāts", @@ -21,6 +25,7 @@ "Wrong admin recovery password. Please check the password and try again." : "Nepareiza administratora atjaunošanas parole. Lūdzu pārbaudiet paroli un mēģiniet vēlreiz.", "Administrator documentation" : "Administratora dokumentācija", "User documentation" : "Lietotāja dokumentācija", + "Invalid SMTP password." : "Nederīga SMTP parole", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Radās kļūda, nosūtot e-pastu. Lūdzu, pārskatiet savus iestatījumus. (Kļūda: %s)", "Invalid account" : "Nederīgs konts", "Invalid mail address" : "Nepareiza e-pasta adrese", @@ -38,6 +43,7 @@ "Availability" : "Pieejamība", "Calendar" : "Kalendārs", "Personal info" : "Personiskā informācija", + "Mobile & desktop" : "Tālrunis un darbvirsma", "Email server" : "E-pasta serveris", "Security & setup warnings" : "Drošības un iestatījumu brīdinājumi", "Unlimited" : "Neierobežota", @@ -54,7 +60,8 @@ "Allow public uploads" : "Atļaut publisko augšupielādi", "Enforce password protection" : "Ieviest paroles aizsardzību", "Enforce expiration date" : "Uzspiest beigu termiņu", - "Limit to groups" : "Grupu ierobežojums", + "Privacy settings for sharing" : "Kopīgošanas privātuma iestatījumi", + "Limit to groups" : "Ierobežot kopām", "Save changes" : "Saglabāt izmaiņas", "Remove" : "Izņemt", "Disable" : "Deaktivēt", @@ -84,10 +91,14 @@ "This session" : "Šajā sesijā", "Device" : "Ierīce", "Last activity" : "Pēdējās darbības", + "Devices & sessions" : "Ierīces un sesijas", "App name" : "Lietotnes nosaukums", "Create new app password" : "Izveidot jaunu lietotnes paroli", + "New app password" : "Jauna lietotnes parole", + "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Zemāk esošie piekļuves dati jāizmanto, lai konfigurētu lietotni vai ierīci. Drošības iemeslu dēļ šī parole tiks parādīta tikai vienu reizi.", "Login" : "Autorizēties", "Password" : "Parole", + "Show QR code for mobile apps" : "Parādīt kvadrātkodu tālruņa lietotnēm", "Profile" : "Profils", "Enable" : "Aktivēt", "Server-side encryption" : "Servera šifrēšana", @@ -95,7 +106,7 @@ "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Šifrēšana vien negarantē sistēmas drošību. Skatiet dokumentāciju, lai iegūtu papildinformāciju par šifrēšanas lietotnes izmantošanu un atbalstītajiem izmantošanas veidiem.", "Be aware that encryption always increases the file size." : "Jāapzinās, ka šifrēšanas vienmēr palielina datnes lielumu.", "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Vienmēr ir ieteicams regulāri veidot dublējumkopijas datu šifrēšanas gadījumam, pārliecinieties, lai dublētu, šifrēšanas atslēgas ir kopā ar jūsu datiem.", - "This is the final warning: Do you really want to enable encryption?" : "Šis ir pēdējais brīdinājums: vai tiešām vēlaties iespējot šifrēšanu?", + "This is the final warning: Do you really want to enable encryption?" : "Šis ir pēdējais brīdinājums: vai tiešām iespējot šifrēšanu?", "No encryption module loaded, please enable an encryption module in the app menu." : "Nav ielādēts šifrēšanas moduļis, lūdzu, aktivizējiet šifrēšanas moduli lietotņu izvēlnē.", "Select default encryption module:" : "Atlasiet noklusēto šifrēšanas moduli:", "Cancel" : "Atcelt", @@ -117,14 +128,15 @@ "Email" : "E-pasts", "Quota" : "Apjoms", "Language" : "Valoda", + "Scroll to load more rows" : "Ritināt, lai ielādētu vairāk rindu", "Avatar" : "Profila attēls", - "Username" : "Lietotājvārds", "Group admin for" : "Admin grupa", "Storage location" : "Krātuves atrašanās vieta", "Last login" : "Pēdējā pieteikšanās", + "Account actions" : "Konta darbības", "Delete account" : "Dzēst kontu", "Done" : "Pabeigts", - "Edit" : "Rediģēt", + "Edit" : "Labot", "Visibility" : "Redzamība", "Show last login" : "Rādīt pēdējo autorizāciju", "Send email" : "Sūtīt e-pastu", @@ -143,9 +155,11 @@ "Hide" : "Slēpt", "Never" : "Nekad", "Forum" : "Forums", + "Nextcloud help & privacy resources" : "Nextcloud palīdzība un privātuma līdzekļi", "Privacy policy" : "Privātuma politika", "SSL" : "SSL", "Open documentation" : "Atvērt dokumentāciju", + "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Ir svarīgi iestatīt šo serveri, lai varētu nosūtīt e-pasta ziņojumus, piemēram, paroles atiestatīšanai un paziņojumus.", "Send mode" : "Sūtīšanas metode", "Encryption" : "Šifrēšana", "From address" : "No adreses", @@ -170,6 +184,7 @@ "Sync client - {os}" : "Sync klients - {os}", "Use the credentials below to configure your app or device." : "Izmantot akreditācijas datus, lai konfigurētu savu lietotni vai ierīci.", "For security reasons this password will only be shown once." : "Drošības apsvērumu dēļ šī parole, tiks parādīta tikai vienreiz.", + "Username" : "Lietotājvārds", "Copied!" : "Nokopēts!", "Copy" : "Kopēt", "Your email address" : "Jūsu e-pasta adrese", diff --git a/apps/settings/l10n/mk.js b/apps/settings/l10n/mk.js index 2dd5e0bcb42..3cef072b2a2 100644 --- a/apps/settings/l10n/mk.js +++ b/apps/settings/l10n/mk.js @@ -117,7 +117,6 @@ OC.L10N.register( "Verifying" : "Потврдување", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Вашата папка за податоци и вашите датотеки се најверојатно достапни од интернет. Датотеката .htaccess не работи. Строго ви препорачуваме да го подесите вашиот веб опслужувач на начин на кој вашата папка за податоци не е веќе достапна од интернет или да ја преместите папката за податоци надвор од коренот на веб опслужувачот.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Во базата недостасуваат некој опционални колони. Поради фактот што додавањето колони во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-columns\" ќе бидат додадени оние колони што недостасуваат и инстанцата непречено ќе работи. Еднаш кога ќе бидат додадени колоните, некој карактеристики ќе се подобрат и можат да ја подобрат употребата и безбедноста.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Во базата недостасуваат некој индекси. Поради фактот што додавањето индекси во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-indices\" ќе бидат додадени оние индекси што недостасуваат и инстанцата непречено ќе работи. Еднаш кога ќе бидат додадени индексите, барањата во табелите ќе биде многу побрзо.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Во базата недостасуваат некој примарни клучеви. Поради фактот што додавањето на примарни клучеви во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-primary-keys\" ќе бидат додадени оние примарни клучеви што недостасуваат и инстанцата непречено ќе работи.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Овој опслужувач нема работна Интернет врска. Ова значи дека некои опции како што е монтирање на надворешни складишта, известувања за ажурирање или инсталации на апликации од 3-ти лица нема да работат. Пристапот на датотеки од далечина и праќање на пораки за известувања може исто така да не работат. Ви советуваме да овозможите Интернет врска за овој опслужувач ако сакате да ги имате сите опции. ", "Disabled" : "Оневозможено", @@ -127,9 +126,6 @@ OC.L10N.register( "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP се чини дека не е правилно поставена за да испраќа барања до променливите на околината на системот. Тестот со getenv(\"PATH\") враќа само празен одговор.", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP модулот OPcache не е вчитан. За да имате подобри перформанси е препорачливо да го вчитате во вашата PHP инсталација.", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Антивирана е конфигурација која е само за чирање. Ова спречува поставување на некои конфигурации преку веб-интерфејсот. Понатаму, датотеката треба да се пребрише рачно за секое ажурирање.", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Се користи MariaDB верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 10.2 или понова.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Се користи MySQL верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 8.0 или MariaDB 10.2 или понова.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Се користи PostgreSQL верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 9.6 или понова.", "Architecture" : "Архитектура", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Вашата база на податоци не работи со нивото на изолација со \"READ COMMITTED\". Ова може да предизвика проблеми кога повеќе дејства се извршуваат паралелно.", "Profile information" : "Информации за профилот", @@ -159,7 +155,6 @@ OC.L10N.register( "Enforce expiration date" : "Наметни датум на траење", "Set default expiration date for shares to other servers" : "Постави основен рок на траење за споделувањата со други сервери", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Ако се овозможени автоматско пополнување \"иста група\" и \"интеграција на телефонски број\", доволно е да се совпадне или да се прикаже на корисникот.", - "Allow username autocompletion to users based on phone number integration" : "Овозможи автоматско комплетирање на корисниците од интеграцијата со телефонски број", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "озволете автоматско пополнување кога го внесувате целосното име или адресата на е-пошта (игнорирање што недостасува совпаѓање со именикот и сте во иста група)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Покажете го текстот за одрекување од одговорност на страницата за поставување јавен линк. (Се прикажува само кога листата со датотеки е скриена)", "This text will be shown on the public link upload page when the file list is hidden." : "Овој текст ќе биде прикажан на страната со јавниот линк кога листата на датотеки е сокриена.", @@ -333,39 +328,25 @@ OC.L10N.register( "Common languages" : "Заеднички јазици", "Other languages" : "Други јазици", "Password change is disabled because the master key is disabled" : "Ресетирање на лозинка е оневозможено бидејќи главниот клуч е оневозможен", - "New user" : "Нов корисник", "Display name" : "Име и презиме", "Either password or email is required" : "Внесување на лозинка или Е-пошта е задолжително", "Password (required)" : "Лозинка (задолжително)", "Email (required)" : "Е-пошта (задолжително)", "Email" : "Е-пошта", "Groups (required)" : "Групи (задолжително)", - "Set user groups" : "Постави корисничка група", "Administered groups" : "Администрирани групи", - "Set user as admin for …" : "Назначи го корисникот како администратор за ...", "Quota" : "Квота", - "Set user quota" : "Постави квота за корисник", "Language" : "Јазик", "Set default language" : "Постави стандарден јазик", "Manager" : "Менаџер", - "Add new user" : "Додади нов корисник", - "Set user manager" : "Постави корисник за менаџер", - "Username will be autogenerated" : "Корисничкото име ќе биде автоматски генерирано", - "Username (required)" : "Корисничко име (задолжително)", "Total rows summary" : "Резиме на вкупно редови", - "Loading users …" : "Вчитување корисници ...", "Scroll to load more rows" : "Одете надолу за да се вчитаат повеќе редови", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} корисник …","{userCount} корисници …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} корисник","{userCount} корисници"], "Avatar" : "Аватар", - "Username" : "Корисничко име", "Group admin for" : "Администратор на група", - "User backend" : "Задна страна на корисник", "Storage location" : "Локација на складиште", "Last login" : "Последно најавување", "Password or insufficient permissions message" : "Порака за лозинка или недоволна дозвола", "Change display name" : "Промена на името", - "Add user to group" : "Додади корисник во група", "Set the language" : "Постави јазик", "{size} used" : "искористено {size}", "Delete account" : "Избриши сметка", @@ -490,6 +471,9 @@ OC.L10N.register( "Logged in user must be a subadmin" : "Најавениот корисник мора да биде подадминистратор", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Позадинското извршување на процедурите се на чекање бидејќи се проверуваат некој SSL сертификати што се увезени од корисник. Вратете се подоцна.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Постојат некој увезени SSL сертификати, во наредната верзија на Nextcloud 21 нема да се користи. Истите можат да се увезат преку командната линија со внесување на командата \"occ security:certificates:import\". Нивните патеки во директориумот со податоци се прикажани подолу. ", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Се користи MariaDB верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 10.2 или понова.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Се користи MySQL верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 8.0 или MariaDB 10.2 или понова.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Се користи PostgreSQL верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 9.6 или понова.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторна автентикација може да биде задолжителна за сите корисници и одредени групи. Доколку корисниците немаат поставено провајдер за двофакторна автентикација, нема да можат да се најават на системот.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Кога се избираат/исклучуваат групи, се користи следната постапка за утврдување дали корисникот задолжително ќе користи двофакторна автентификација: Ако нема избрано групи, двофакторна автентификација е овозможена за секој освен за членовите во исклучените групи. Ако еден корисник е член во две групи избрана и исклучена, тогаш тој корисник задолжително мора да користи двофакторна автентификација.", "Enable all" : "Овозможи ги сите", @@ -504,6 +488,7 @@ OC.L10N.register( "Error while deleting the token" : "Грешка при бришење на токен", "Use the credentials below to configure your app or device." : "Користи ги следните акредитиви за конфигурирање на апликацијата или уредот.", "For security reasons this password will only be shown once." : "Поради безбедносни причини лозинката ќе биде прикажана само еднаш.", + "Username" : "Корисничко име", "Copied!" : "Копирано!", "Copy" : "Копирај", "Execute one task with each page loaded. Use case: Single user instance." : "Извршува по една задача со секоја вчитана страница. Се користи за инстанца со еден корисник.", @@ -522,6 +507,7 @@ OC.L10N.register( "Edit display name" : "Иреди име", "Add new password" : "Додади нова лозинка", "Add new email address" : "Додади нова е-пошта адреса", + "Add user to group" : "Додади корисник во група", "Set user as admin for" : "Назначи го корисникот како администратор за", "Select user quota" : "Избери квота за корисник", "Select manager" : "Избери менаџер", @@ -532,9 +518,11 @@ OC.L10N.register( "Enable user" : "Овозможи корисник", "Edit User" : "Уреди корисник", "User's table" : "Табела со корисници", + "New user" : "Нов корисник", "Will be autogenerated" : "Ќе бидат автоматски генерирани", "Select user manager" : "Избери менаџер на корисници", "Add a new user" : "Додади нов корисник", + "User backend" : "Задна страна на корисник", "No users in here" : "Тука нема корисници", "Name your device" : "Име на вашиот уред", "Server error while trying to add WebAuthn device" : "Грешка на серверот при обид за додавање на WEBAuthn уред", @@ -561,8 +549,20 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Исклучи групи од креирање линк за споделување:", "Exclude groups from sharing" : "Исклучи групи од споделување", "These groups will still be able to receive shares, but not to initiate them." : "Овие групи сеуште ќе можат да добиваат споделувања, но не и да ги иницираат.", + "Allow username autocompletion to users based on phone number integration" : "Овозможи автоматско комплетирање на корисниците од интеграцијата со телефонски број", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Во базата недостасуваат некој индекси. Поради фактот што додавањето индекси во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-indices\" ќе бидат додадени оние индекси што недостасуваат и инстанцата непречено ќе работи. Еднаш кога ќе бидат додадени индексите, барањата во табелите ќе биде многу побрзо.", "No users" : "Нема корисници", + "Loading users …" : "Вчитување корисници ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Листа на корисници. Оваа листа не е целосно прикажана поради заштеда на перформанси. Корисниците ќе се прикажуваат додека се движите низ листата.", + "Set user groups" : "Постави корисничка група", + "Set user as admin for …" : "Назначи го корисникот како администратор за ...", + "Set user quota" : "Постави квота за корисник", + "Add new user" : "Додади нов корисник", + "Set user manager" : "Постави корисник за менаџер", + "Username will be autogenerated" : "Корисничкото име ќе биде автоматски генерирано", + "Username (required)" : "Корисничко име (задолжително)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} корисник …","{userCount} корисници …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} корисник","{userCount} корисници"], "Loading user …" : "Вчитување корисник ...", "Send welcome email to new users" : "Испрати е-пошта за добредојде до новите корисници" }, diff --git a/apps/settings/l10n/mk.json b/apps/settings/l10n/mk.json index bec573cc9b9..079cb89a90b 100644 --- a/apps/settings/l10n/mk.json +++ b/apps/settings/l10n/mk.json @@ -115,7 +115,6 @@ "Verifying" : "Потврдување", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Вашата папка за податоци и вашите датотеки се најверојатно достапни од интернет. Датотеката .htaccess не работи. Строго ви препорачуваме да го подесите вашиот веб опслужувач на начин на кој вашата папка за податоци не е веќе достапна од интернет или да ја преместите папката за податоци надвор од коренот на веб опслужувачот.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Во базата недостасуваат некој опционални колони. Поради фактот што додавањето колони во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-columns\" ќе бидат додадени оние колони што недостасуваат и инстанцата непречено ќе работи. Еднаш кога ќе бидат додадени колоните, некој карактеристики ќе се подобрат и можат да ја подобрат употребата и безбедноста.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Во базата недостасуваат некој индекси. Поради фактот што додавањето индекси во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-indices\" ќе бидат додадени оние индекси што недостасуваат и инстанцата непречено ќе работи. Еднаш кога ќе бидат додадени индексите, барањата во табелите ќе биде многу побрзо.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Во базата недостасуваат некој примарни клучеви. Поради фактот што додавањето на примарни клучеви во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-primary-keys\" ќе бидат додадени оние примарни клучеви што недостасуваат и инстанцата непречено ќе работи.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Овој опслужувач нема работна Интернет врска. Ова значи дека некои опции како што е монтирање на надворешни складишта, известувања за ажурирање или инсталации на апликации од 3-ти лица нема да работат. Пристапот на датотеки од далечина и праќање на пораки за известувања може исто така да не работат. Ви советуваме да овозможите Интернет врска за овој опслужувач ако сакате да ги имате сите опции. ", "Disabled" : "Оневозможено", @@ -125,9 +124,6 @@ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP се чини дека не е правилно поставена за да испраќа барања до променливите на околината на системот. Тестот со getenv(\"PATH\") враќа само празен одговор.", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP модулот OPcache не е вчитан. За да имате подобри перформанси е препорачливо да го вчитате во вашата PHP инсталација.", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Антивирана е конфигурација која е само за чирање. Ова спречува поставување на некои конфигурации преку веб-интерфејсот. Понатаму, датотеката треба да се пребрише рачно за секое ажурирање.", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Се користи MariaDB верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 10.2 или понова.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Се користи MySQL верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 8.0 или MariaDB 10.2 или понова.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Се користи PostgreSQL верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 9.6 или понова.", "Architecture" : "Архитектура", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Вашата база на податоци не работи со нивото на изолација со \"READ COMMITTED\". Ова може да предизвика проблеми кога повеќе дејства се извршуваат паралелно.", "Profile information" : "Информации за профилот", @@ -157,7 +153,6 @@ "Enforce expiration date" : "Наметни датум на траење", "Set default expiration date for shares to other servers" : "Постави основен рок на траење за споделувањата со други сервери", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Ако се овозможени автоматско пополнување \"иста група\" и \"интеграција на телефонски број\", доволно е да се совпадне или да се прикаже на корисникот.", - "Allow username autocompletion to users based on phone number integration" : "Овозможи автоматско комплетирање на корисниците од интеграцијата со телефонски број", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "озволете автоматско пополнување кога го внесувате целосното име или адресата на е-пошта (игнорирање што недостасува совпаѓање со именикот и сте во иста група)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Покажете го текстот за одрекување од одговорност на страницата за поставување јавен линк. (Се прикажува само кога листата со датотеки е скриена)", "This text will be shown on the public link upload page when the file list is hidden." : "Овој текст ќе биде прикажан на страната со јавниот линк кога листата на датотеки е сокриена.", @@ -331,39 +326,25 @@ "Common languages" : "Заеднички јазици", "Other languages" : "Други јазици", "Password change is disabled because the master key is disabled" : "Ресетирање на лозинка е оневозможено бидејќи главниот клуч е оневозможен", - "New user" : "Нов корисник", "Display name" : "Име и презиме", "Either password or email is required" : "Внесување на лозинка или Е-пошта е задолжително", "Password (required)" : "Лозинка (задолжително)", "Email (required)" : "Е-пошта (задолжително)", "Email" : "Е-пошта", "Groups (required)" : "Групи (задолжително)", - "Set user groups" : "Постави корисничка група", "Administered groups" : "Администрирани групи", - "Set user as admin for …" : "Назначи го корисникот како администратор за ...", "Quota" : "Квота", - "Set user quota" : "Постави квота за корисник", "Language" : "Јазик", "Set default language" : "Постави стандарден јазик", "Manager" : "Менаџер", - "Add new user" : "Додади нов корисник", - "Set user manager" : "Постави корисник за менаџер", - "Username will be autogenerated" : "Корисничкото име ќе биде автоматски генерирано", - "Username (required)" : "Корисничко име (задолжително)", "Total rows summary" : "Резиме на вкупно редови", - "Loading users …" : "Вчитување корисници ...", "Scroll to load more rows" : "Одете надолу за да се вчитаат повеќе редови", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} корисник …","{userCount} корисници …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} корисник","{userCount} корисници"], "Avatar" : "Аватар", - "Username" : "Корисничко име", "Group admin for" : "Администратор на група", - "User backend" : "Задна страна на корисник", "Storage location" : "Локација на складиште", "Last login" : "Последно најавување", "Password or insufficient permissions message" : "Порака за лозинка или недоволна дозвола", "Change display name" : "Промена на името", - "Add user to group" : "Додади корисник во група", "Set the language" : "Постави јазик", "{size} used" : "искористено {size}", "Delete account" : "Избриши сметка", @@ -488,6 +469,9 @@ "Logged in user must be a subadmin" : "Најавениот корисник мора да биде подадминистратор", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Позадинското извршување на процедурите се на чекање бидејќи се проверуваат некој SSL сертификати што се увезени од корисник. Вратете се подоцна.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Постојат некој увезени SSL сертификати, во наредната верзија на Nextcloud 21 нема да се користи. Истите можат да се увезат преку командната линија со внесување на командата \"occ security:certificates:import\". Нивните патеки во директориумот со податоци се прикажани подолу. ", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Се користи MariaDB верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 10.2 или понова.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Се користи MySQL верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 8.0 или MariaDB 10.2 или понова.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Се користи PostgreSQL верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 9.6 или понова.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторна автентикација може да биде задолжителна за сите корисници и одредени групи. Доколку корисниците немаат поставено провајдер за двофакторна автентикација, нема да можат да се најават на системот.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Кога се избираат/исклучуваат групи, се користи следната постапка за утврдување дали корисникот задолжително ќе користи двофакторна автентификација: Ако нема избрано групи, двофакторна автентификација е овозможена за секој освен за членовите во исклучените групи. Ако еден корисник е член во две групи избрана и исклучена, тогаш тој корисник задолжително мора да користи двофакторна автентификација.", "Enable all" : "Овозможи ги сите", @@ -502,6 +486,7 @@ "Error while deleting the token" : "Грешка при бришење на токен", "Use the credentials below to configure your app or device." : "Користи ги следните акредитиви за конфигурирање на апликацијата или уредот.", "For security reasons this password will only be shown once." : "Поради безбедносни причини лозинката ќе биде прикажана само еднаш.", + "Username" : "Корисничко име", "Copied!" : "Копирано!", "Copy" : "Копирај", "Execute one task with each page loaded. Use case: Single user instance." : "Извршува по една задача со секоја вчитана страница. Се користи за инстанца со еден корисник.", @@ -520,6 +505,7 @@ "Edit display name" : "Иреди име", "Add new password" : "Додади нова лозинка", "Add new email address" : "Додади нова е-пошта адреса", + "Add user to group" : "Додади корисник во група", "Set user as admin for" : "Назначи го корисникот како администратор за", "Select user quota" : "Избери квота за корисник", "Select manager" : "Избери менаџер", @@ -530,9 +516,11 @@ "Enable user" : "Овозможи корисник", "Edit User" : "Уреди корисник", "User's table" : "Табела со корисници", + "New user" : "Нов корисник", "Will be autogenerated" : "Ќе бидат автоматски генерирани", "Select user manager" : "Избери менаџер на корисници", "Add a new user" : "Додади нов корисник", + "User backend" : "Задна страна на корисник", "No users in here" : "Тука нема корисници", "Name your device" : "Име на вашиот уред", "Server error while trying to add WebAuthn device" : "Грешка на серверот при обид за додавање на WEBAuthn уред", @@ -559,8 +547,20 @@ "Exclude groups from creating link shares:" : "Исклучи групи од креирање линк за споделување:", "Exclude groups from sharing" : "Исклучи групи од споделување", "These groups will still be able to receive shares, but not to initiate them." : "Овие групи сеуште ќе можат да добиваат споделувања, но не и да ги иницираат.", + "Allow username autocompletion to users based on phone number integration" : "Овозможи автоматско комплетирање на корисниците од интеграцијата со телефонски број", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Во базата недостасуваат некој индекси. Поради фактот што додавањето индекси во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-indices\" ќе бидат додадени оние индекси што недостасуваат и инстанцата непречено ќе работи. Еднаш кога ќе бидат додадени индексите, барањата во табелите ќе биде многу побрзо.", "No users" : "Нема корисници", + "Loading users …" : "Вчитување корисници ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Листа на корисници. Оваа листа не е целосно прикажана поради заштеда на перформанси. Корисниците ќе се прикажуваат додека се движите низ листата.", + "Set user groups" : "Постави корисничка група", + "Set user as admin for …" : "Назначи го корисникот како администратор за ...", + "Set user quota" : "Постави квота за корисник", + "Add new user" : "Додади нов корисник", + "Set user manager" : "Постави корисник за менаџер", + "Username will be autogenerated" : "Корисничкото име ќе биде автоматски генерирано", + "Username (required)" : "Корисничко име (задолжително)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} корисник …","{userCount} корисници …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} корисник","{userCount} корисници"], "Loading user …" : "Вчитување корисник ...", "Send welcome email to new users" : "Испрати е-пошта за добредојде до новите корисници" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" diff --git a/apps/settings/l10n/nb.js b/apps/settings/l10n/nb.js index 3fa45b1c156..31101e4c64f 100644 --- a/apps/settings/l10n/nb.js +++ b/apps/settings/l10n/nb.js @@ -130,7 +130,6 @@ OC.L10N.register( "Your remote address could not be determined." : "Den eksterne adressen din kunne ikke fastslås.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Din eksterne adresse ble identifisert som \"%s\" og er rå makt-strupet for øyeblikket, noe som reduserer ytelsen til forskjellige forespørsler. Hvis den eksterne adressen ikke er adressen din, kan dette være en indikasjon på at en proxy ikke er riktig konfigurert.", "Your remote address \"%s\" is not brute-force throttled." : "Din eksterne adresse \"%s\" er ikke rå makt-strupet.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "For å la denne kontrollen kjøre, må du sørge for at webserveren din kan koble til seg selv. Derfor må den kunne løse og koble til minst en sin 'trusted_domains' eller 'overwrite.cli.url'.", "Old administration imported certificates" : "Gamle administrasjonsimporterte sertifikater", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Det venter en bakgrunnsjobb som ser etter administrasjonsimporterte SSL-sertifikater. Kom tilbake senere.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Det er noen administrasjonsimporterte SSL-sertifikater til stede, som ikke brukes lenger med Nextcloud 21. De kan importeres på kommandolinjen via kommandoen \"occ security:certificates:import\". Stiene deres i datakatalogen vises nedenfor.", @@ -151,8 +150,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Mangler valgfri kolonne \"%s\" i tabell \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Databasen mangler noen valgfrie kolonner. Å legge til kolonner på store tabeller kan ta lang tid, så de ble ikke lagt til automatisk, ettersom de er valgfrie. Ved å kjøre \"occ db:add-missing-columns\" legges de manglende kolonnene til mens tjenesten fortsatt er tilgjengelig. Noen funksjoner kan få økt respons eller brukervennlighet når kolonnene er lagt til.", "Database missing indices" : "Database mangler indekser", - "Missing optional index \"%s\" in table \"%s\"." : "Mangler valgfri indkeks \"%s\" i tabell \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler noen indekser. Å legge til indekser på store tabeller kan ta lang tid så de ble ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-indices\" legges de manglende indeksene til mens tjenesten fortsatt er tilgjengelig. Når indeksene er lagt til, er spørringer til tabellene raskere.", "Database missing primary keys" : "Database mangler primærnøkler", "Missing primary key on table \"%s\"." : "Mangler primærnøkkel på tabellen \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Databasen mangler noen primærnøkler. På grunn av det faktum at det kan ta litt tid å legge til primærnøkler på store bord, ble de ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-primary-keys\" kan de manglende primærnøklene legges til manuelt mens forekomsten fortsetter å kjøre.", @@ -178,13 +175,11 @@ OC.L10N.register( "HTTPS access and URLs" : "HTTPS-tilgang og URL-er", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Du får tilgang til nettstedet usikkert via HTTP. Du anbefales på det sterkeste å konfigurere serveren din til å kreve HTTPS i stedet. Uten det vil noen viktige webfunksjoner som \"kopier til utklippstavlen\" eller \"tjenestearbeidere\" ikke fungere!", "Accessing site insecurely via HTTP." : "Får tilgang til nettstedet på en usikker måte via HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Du får tilgang til forekomsten via en sikker tilkobling, men forekomsten genererer usikre nettadresser. Dette betyr mest sannsynlig at du er bak en omvendt mellomtjener og at overskrivingskonfigurasjonsvariablene ikke er riktig angitt.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Du får tilgang til forekomsten via en sikker tilkobling, og forekomsten genererer sikre nettadresser.", "Internet connectivity" : "Internett-tilkobling", "Internet connectivity is disabled in configuration file." : "Internett-tilkobling er deaktivert i konfigurasjonsfilen.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Denne serveren har ingen fungerende internettforbindelse: Flere endepunkter kunne ikke nås. Dette betyr at noen av funksjonene som montering av ekstern lagring, varsler om oppdateringer eller installasjon av tredjepartsapper ikke vil fungere. Tilgang til filer eksternt og sending av e-postvarsler fungerer kanskje heller ikke. Etabler en tilkobling fra denne serveren til internett for å nyte alle funksjonene.", "JavaScript modules support" : "Støtte for JavaScript-moduler", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke se etter JavaScript-støtte via noen av dine 'trusted_domains' eller 'overwrite.cli.url'. Dette kan være et resultat av DNS-avvik på serversiden eller en regel for utgående brannmur. Kontroller manuelt om webserveren din tjener .mjs-filer ved hjelp av JavaScript MIME-typen.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Webserveren din serverer ikke '.mjs'-filer ved hjelp av JavaScript MIME-typen. Dette vil ødelegge noen apper ved å hindre nettlesere i å kjøre JavaScript-filene. Du bør konfigurere webserveren din til å betjene '.mjs' filer med enten 'text/javascript' eller 'application/javascript' MIME-type.", "JavaScript source map support" : "Støtte for JavaScript source map", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Webserveren din er ikke konfigurert til å betjene '.js.map'-filer. Uten disse filene fungerer ikke JavaScript-kildekart som de skal, noe som gjør det mer utfordrende å feilsøke og feilsøke eventuelle problemer som kan oppstå.", @@ -195,8 +190,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Serveren har ikke konfigurert noe vedlikeholdsvindu starttid. Dette betyr at ressurskrevende daglige bakgrunnsjobber også vil bli utført i løpet av hovedbrukstiden. Vi anbefaler at du setter den til en tid med lite bruk, slik at brukerne blir mindre påvirket av belastningen forårsaket av disse tunge oppgavene.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Vedlikeholdsvindu for å utføre tunge bakgrunnsjobber er mellom {start}:00 UTC og {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached er konfigurert som distribuert hurtigbuffer, men feil PHP-modul \"memcache\" er installert. \\OCMemcache\\Memcached støtter bare \"memcached\" og ikke \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached er konfigurert som distribuert hurtigbuffer, men PHP-modulen \"memcached\" er ikke installert.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Ingen minnebuffer er konfigurert. For å forbedre ytelsen, vennligst konfigurer en memcache, hvis tilgjengelig.", "Configured" : "Konfigurert", "MySQL Unicode support" : "MySQL unicode-støtte", @@ -270,9 +263,6 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Kunne ikke sjekke at webserveren din betjener 'security headers' riktig, ikke i stand til å spørre '%s'.", "Your server is correctly configured to send security headers." : "Serveren er riktig konfigurert til å sende sikkerhetshoder.", "Database version" : "Databaseversjon", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB versjon\"%s\" blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever MariaDB 10.2 eller høyere.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL versjon \"%s\"blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever MySQL 8.0 eller MariaDB 10.2 eller høyere.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL versjon \"%s\" blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever PostgreSQL 9.6 eller høyere.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite brukes for tiden som backend-database. For større installasjoner anbefaler vi at du bytter til en annen database-backend. Dette anbefales spesielt når du bruker skrivebordsklienten til filsynkronisering. For å migrere til en annen database, bruk kommandolinjeverktøyet: \"occ db:convert-type\".", "Unknown database platform" : "Ukjent databaseplattform", "Architecture" : "Arkitektur", @@ -344,10 +334,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Angi standard utløpsdato for delinger via lenke eller e-post", "Default expiration time of shares in days" : "Standard utløpstid for delinger i dager", "Privacy settings for sharing" : "Personverninnstillinger for deling", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillat automatisk fullføring av brukernavn i delingsdialogen og gi tilgang til systemets adressebok", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Hvis autofullføring \"samme gruppe\" og \"telefonnummerintegrasjon\" er aktivert, er en match i begge nok til å vise brukeren.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Tillat autofullføring av brukernavn for brukere i de samme gruppene, og begrens systemadressebøkene til brukere i de samme gruppene", - "Allow username autocompletion to users based on phone number integration" : "Tillat automatisk fullføring av brukernavn til brukere basert på telefonnummerintegrering", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Tillat autofullføring når du skriver inn fullt navn eller e-postadresse (ignorerer manglende telefonbok-treff og er i samme gruppe)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Vis ansvarsfraskrivelse på den offentlige lenkeopplastingssiden (vises bare når fillisten er skjult)", "Disclaimer text" : "Ansvarsfraskrivelse tekst", @@ -578,44 +565,32 @@ OC.L10N.register( "Common languages" : "Vanlige språk", "Other languages" : "Andre språk", "Password change is disabled because the master key is disabled" : "Passordendring er deaktivert fordi hoved-nøkkelen er deaktivert", - "New user" : "Ny bruker", + "New account" : "Ny konto", "Display name" : "Visningsnavn", "Either password or email is required" : "Enten passord eller e-post kreves", "Password (required)" : "Passord (kreves)", "Email (required)" : "E-post (kreves)", "Email" : "E-post", "Groups (required)" : "Grupper (kreves)", - "Set user groups" : "Angi brukergrupper", "Administered groups" : "Administrerte grupper", - "Set user as admin for …" : "Angi bruker som administrator for...", "Quota" : "Kvote", - "Set user quota" : "Angi brukerkvote", "Language" : "Språk", "Set default language" : "Angi standard språk", "Manager" : "Sjef", - "Add new user" : "Legg til ny bruker", - "Set user manager" : "Angi brukersjef", - "Username will be autogenerated" : "Brukernavn blir generert automatisk", - "Username (required)" : "Brukernavn (kreves)", "Total rows summary" : "Sammendrag av totalrader", - "Loading users …" : "Laster brukere...", "Scroll to load more rows" : "Rull for å laste inn flere rader", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} bruker...","{userCount} brukere..."], - "_{userCount} user_::_{userCount} users_" : ["{userCount} bruker","{userCount} brukere"], "Avatar" : "Avatar", - "Username" : "Brukernavn", + "Account name" : "Kontonavn", "Group admin for" : "Gruppeadministrator for", - "User backend" : "Bruker-server", "Storage location" : "Lagringsplassering", "Last login" : "Siste innlogging", - "User actions" : "Brukerhandlinger", + "Account actions" : "Kontoaktiviteter", "Password or insufficient permissions message" : "Melding om passord eller utilstrekkelige rettigheter", "Loading account …" : "Laster konto…", "Change display name" : "Endre visningsnavn", "Set new password" : "Angi nytt passord", "You do not have permissions to see the details of this account" : "Du har ikke tillatelser til å se detaljer om denne kontoen", "Set new email address" : "Angi ny e-postadresse", - "Add user to group" : "Legg bruker til gruppe", "Add account to group" : "Legg konto til gruppe", "Set account as admin for" : "Angi konto som administrator for", "Select account quota" : "Velg kontokvote", @@ -681,7 +656,6 @@ OC.L10N.register( "Disabled accounts" : "Deaktiverte kontoer", "Account group: {group}" : "Kontogruppe: {group}", "Account management" : "Kontoadministrasjon", - "New account" : "Ny konto", "Creating group…" : "Oppretter gruppe...", "Create group" : "Opprett gruppe", "Group name" : "Gruppenavn", @@ -799,6 +773,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Det er noen brukerimporterte SSL-sertifikater til stede, som ikke brukes lenger med Nextcloud 21. De kan importeres på kommandolinjen via kommandoen \"occ security:certificates:import\". Stiene deres i datakatalogen vises nedenfor.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Det er funnet ugyldige UUID-er for LDAP-brukere eller -grupper. Gå gjennom innstillingene for «Overstyr UUID-deteksjon» i Ekspert-delen av LDAP-konfigurasjonen, og bruk «occ ldap:update-uuid» for å oppdatere dem.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV-systemadresseboksynkroniseringen har ikke kjørt enda fordi forekomsten har mer enn 1000 brukere, eller fordi det oppstod en feil. Kjør den manuelt ved å kalle occ dav: sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB versjon\"%s\" blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever MariaDB 10.2 eller høyere.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL versjon \"%s\"blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever MySQL 8.0 eller MariaDB 10.2 eller høyere.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL versjon \"%s\" blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever PostgreSQL 9.6 eller høyere.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tofaktor-autentisering kan være påkrevd for alle brukere eller spesifikke grupper. Dersom de ikke har en tilbyder av tofaktor konfigurert, vil de ikke ha mulighet til å logge inn i systemet.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Når grupper velges/velges bort, bruker de følgende logikk for å avgjøre om en bruker har 2FA håndhevet: Hvis ingen grupper er valgt, er 2FA aktivert for alle unntatt medlemmer av de utelukkede gruppene. Hvis grupper er valgt, er 2FA aktivert for alle medlemmer av disse. Hvis en bruker er både i en valgt og utelukket gruppe, har den valgte forrang og 2FA håndheves.", "Enable all" : "Aktiver alle", @@ -813,6 +790,7 @@ OC.L10N.register( "Error while deleting the token" : "Feil under sletting av nøkkel", "Use the credentials below to configure your app or device." : "Bruk påloggingsinformasjonen under for å sette opp appen på din mobile enhet.", "For security reasons this password will only be shown once." : "For sikkerhetens skyld vil dette passordet kun vises en gang.", + "Username" : "Brukernavn", "Copied!" : "Kopiert!", "Copy" : "Kopier", "Execute one task with each page loaded. Use case: Single user instance." : "Utfør én oppgave med hver side lastet inn. Brukertilfelle: enkeltbrukerforekomst.", @@ -832,6 +810,7 @@ OC.L10N.register( "Edit display name" : "Rediger visningsnavn", "Add new password" : "Legg til nytt passord", "Add new email address" : "Legg til ny e-postadresse", + "Add user to group" : "Legg bruker til gruppe", "Set user as admin for" : "Sett bruker som administrator for", "Select user quota" : "Velg brukerkvote", "Select manager" : "Velg sjef", @@ -842,9 +821,11 @@ OC.L10N.register( "Enable user" : "Aktiver bruker", "Edit User" : "Rediger bruker", "User's table" : "Brukerens tabell", + "New user" : "Ny bruker", "Will be autogenerated" : "Blir generert automatisk", "Select user manager" : "Velg brukersjef", "Add a new user" : "Legg til en ny bruker", + "User backend" : "Bruker-server", "No users in here" : "Ingen brukere her", "Name your device" : "Gi navn til enhet", "Server error while trying to add WebAuthn device" : "Serverfeil under forsøk på å legge til WebAuthn-enhet", @@ -872,7 +853,12 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Ekskluder grupper fra å opprette delte koblingsressurser:", "Exclude groups from sharing" : "Utelukk grupper fra deling", "These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillat automatisk fullføring av brukernavn i delingsdialogen og gi tilgang til systemets adressebok", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Tillat autofullføring av brukernavn for brukere i de samme gruppene, og begrens systemadressebøkene til brukere i de samme gruppene", + "Allow username autocompletion to users based on phone number integration" : "Tillat automatisk fullføring av brukernavn til brukere basert på telefonnummerintegrering", "Old user imported certificates" : "Gamle brukerimporterte sertifikater", + "Missing optional index \"%s\" in table \"%s\"." : "Mangler valgfri indkeks \"%s\" i tabell \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler noen indekser. Å legge til indekser på store tabeller kan ta lang tid så de ble ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-indices\" legges de manglende indeksene til mens tjenesten fortsatt er tilgjengelig. Når indeksene er lagt til, er spørringer til tabellene raskere.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke se etter JavaScript-støtte. Kontroller manuelt om webserveren din serverer .mjs-filer ved hjelp av JavaScript MIME-typen.", "MySQL unicode support" : "MySQL unicode-støtte", "Overwrite cli URL" : "Overwrite cli URL", @@ -880,7 +866,18 @@ OC.L10N.register( "Rating: {score}/10" : "Vurdering: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du er i ferd med å fjerne gruppen \"{group}\". Brukerne vil IKKE bli slettet.", "No users" : "Ingen brukere", + "Loading users …" : "Laster brukere...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liste over brukere. Denne listen er ikke fullstendig gjengitt av ytelsesgrunner. Brukerne blir gjengitt når du navigerer gjennom listen.", + "Set user groups" : "Angi brukergrupper", + "Set user as admin for …" : "Angi bruker som administrator for...", + "Set user quota" : "Angi brukerkvote", + "Add new user" : "Legg til ny bruker", + "Set user manager" : "Angi brukersjef", + "Username will be autogenerated" : "Brukernavn blir generert automatisk", + "Username (required)" : "Brukernavn (kreves)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} bruker...","{userCount} brukere..."], + "_{userCount} user_::_{userCount} users_" : ["{userCount} bruker","{userCount} brukere"], + "User actions" : "Brukerhandlinger", "Loading user …" : "Laster bruker...", "Failed to update user manager" : "Kunne ikke oppdatere brukersjef", "User management settings" : "Innstillinger for brukeradministrasjon", @@ -888,6 +885,8 @@ OC.L10N.register( "User management" : "Brukeradministrasjon", "Creating group …" : "Oppretter gruppe...", "User group: {group}" : "Brukergruppe: {group}", - "Nextcloud help resources" : "Hjelperessurser for Nextcloud" + "Nextcloud help resources" : "Hjelperessurser for Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "For å la denne kontrollen kjøre, må du sørge for at webserveren din kan koble til seg selv. Derfor må den kunne løse og koble til minst en sin 'trusted_domains' eller 'overwrite.cli.url'.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke se etter JavaScript-støtte via noen av dine 'trusted_domains' eller 'overwrite.cli.url'. Dette kan være et resultat av DNS-avvik på serversiden eller en regel for utgående brannmur. Kontroller manuelt om webserveren din tjener .mjs-filer ved hjelp av JavaScript MIME-typen." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/nb.json b/apps/settings/l10n/nb.json index 0cac66ca419..ac3cd9c6114 100644 --- a/apps/settings/l10n/nb.json +++ b/apps/settings/l10n/nb.json @@ -128,7 +128,6 @@ "Your remote address could not be determined." : "Den eksterne adressen din kunne ikke fastslås.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Din eksterne adresse ble identifisert som \"%s\" og er rå makt-strupet for øyeblikket, noe som reduserer ytelsen til forskjellige forespørsler. Hvis den eksterne adressen ikke er adressen din, kan dette være en indikasjon på at en proxy ikke er riktig konfigurert.", "Your remote address \"%s\" is not brute-force throttled." : "Din eksterne adresse \"%s\" er ikke rå makt-strupet.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "For å la denne kontrollen kjøre, må du sørge for at webserveren din kan koble til seg selv. Derfor må den kunne løse og koble til minst en sin 'trusted_domains' eller 'overwrite.cli.url'.", "Old administration imported certificates" : "Gamle administrasjonsimporterte sertifikater", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Det venter en bakgrunnsjobb som ser etter administrasjonsimporterte SSL-sertifikater. Kom tilbake senere.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Det er noen administrasjonsimporterte SSL-sertifikater til stede, som ikke brukes lenger med Nextcloud 21. De kan importeres på kommandolinjen via kommandoen \"occ security:certificates:import\". Stiene deres i datakatalogen vises nedenfor.", @@ -149,8 +148,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "Mangler valgfri kolonne \"%s\" i tabell \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Databasen mangler noen valgfrie kolonner. Å legge til kolonner på store tabeller kan ta lang tid, så de ble ikke lagt til automatisk, ettersom de er valgfrie. Ved å kjøre \"occ db:add-missing-columns\" legges de manglende kolonnene til mens tjenesten fortsatt er tilgjengelig. Noen funksjoner kan få økt respons eller brukervennlighet når kolonnene er lagt til.", "Database missing indices" : "Database mangler indekser", - "Missing optional index \"%s\" in table \"%s\"." : "Mangler valgfri indkeks \"%s\" i tabell \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler noen indekser. Å legge til indekser på store tabeller kan ta lang tid så de ble ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-indices\" legges de manglende indeksene til mens tjenesten fortsatt er tilgjengelig. Når indeksene er lagt til, er spørringer til tabellene raskere.", "Database missing primary keys" : "Database mangler primærnøkler", "Missing primary key on table \"%s\"." : "Mangler primærnøkkel på tabellen \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Databasen mangler noen primærnøkler. På grunn av det faktum at det kan ta litt tid å legge til primærnøkler på store bord, ble de ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-primary-keys\" kan de manglende primærnøklene legges til manuelt mens forekomsten fortsetter å kjøre.", @@ -176,13 +173,11 @@ "HTTPS access and URLs" : "HTTPS-tilgang og URL-er", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Du får tilgang til nettstedet usikkert via HTTP. Du anbefales på det sterkeste å konfigurere serveren din til å kreve HTTPS i stedet. Uten det vil noen viktige webfunksjoner som \"kopier til utklippstavlen\" eller \"tjenestearbeidere\" ikke fungere!", "Accessing site insecurely via HTTP." : "Får tilgang til nettstedet på en usikker måte via HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Du får tilgang til forekomsten via en sikker tilkobling, men forekomsten genererer usikre nettadresser. Dette betyr mest sannsynlig at du er bak en omvendt mellomtjener og at overskrivingskonfigurasjonsvariablene ikke er riktig angitt.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Du får tilgang til forekomsten via en sikker tilkobling, og forekomsten genererer sikre nettadresser.", "Internet connectivity" : "Internett-tilkobling", "Internet connectivity is disabled in configuration file." : "Internett-tilkobling er deaktivert i konfigurasjonsfilen.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Denne serveren har ingen fungerende internettforbindelse: Flere endepunkter kunne ikke nås. Dette betyr at noen av funksjonene som montering av ekstern lagring, varsler om oppdateringer eller installasjon av tredjepartsapper ikke vil fungere. Tilgang til filer eksternt og sending av e-postvarsler fungerer kanskje heller ikke. Etabler en tilkobling fra denne serveren til internett for å nyte alle funksjonene.", "JavaScript modules support" : "Støtte for JavaScript-moduler", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke se etter JavaScript-støtte via noen av dine 'trusted_domains' eller 'overwrite.cli.url'. Dette kan være et resultat av DNS-avvik på serversiden eller en regel for utgående brannmur. Kontroller manuelt om webserveren din tjener .mjs-filer ved hjelp av JavaScript MIME-typen.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Webserveren din serverer ikke '.mjs'-filer ved hjelp av JavaScript MIME-typen. Dette vil ødelegge noen apper ved å hindre nettlesere i å kjøre JavaScript-filene. Du bør konfigurere webserveren din til å betjene '.mjs' filer med enten 'text/javascript' eller 'application/javascript' MIME-type.", "JavaScript source map support" : "Støtte for JavaScript source map", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Webserveren din er ikke konfigurert til å betjene '.js.map'-filer. Uten disse filene fungerer ikke JavaScript-kildekart som de skal, noe som gjør det mer utfordrende å feilsøke og feilsøke eventuelle problemer som kan oppstå.", @@ -193,8 +188,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Serveren har ikke konfigurert noe vedlikeholdsvindu starttid. Dette betyr at ressurskrevende daglige bakgrunnsjobber også vil bli utført i løpet av hovedbrukstiden. Vi anbefaler at du setter den til en tid med lite bruk, slik at brukerne blir mindre påvirket av belastningen forårsaket av disse tunge oppgavene.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Vedlikeholdsvindu for å utføre tunge bakgrunnsjobber er mellom {start}:00 UTC og {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached er konfigurert som distribuert hurtigbuffer, men feil PHP-modul \"memcache\" er installert. \\OCMemcache\\Memcached støtter bare \"memcached\" og ikke \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached er konfigurert som distribuert hurtigbuffer, men PHP-modulen \"memcached\" er ikke installert.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Ingen minnebuffer er konfigurert. For å forbedre ytelsen, vennligst konfigurer en memcache, hvis tilgjengelig.", "Configured" : "Konfigurert", "MySQL Unicode support" : "MySQL unicode-støtte", @@ -268,9 +261,6 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Kunne ikke sjekke at webserveren din betjener 'security headers' riktig, ikke i stand til å spørre '%s'.", "Your server is correctly configured to send security headers." : "Serveren er riktig konfigurert til å sende sikkerhetshoder.", "Database version" : "Databaseversjon", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB versjon\"%s\" blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever MariaDB 10.2 eller høyere.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL versjon \"%s\"blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever MySQL 8.0 eller MariaDB 10.2 eller høyere.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL versjon \"%s\" blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever PostgreSQL 9.6 eller høyere.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite brukes for tiden som backend-database. For større installasjoner anbefaler vi at du bytter til en annen database-backend. Dette anbefales spesielt når du bruker skrivebordsklienten til filsynkronisering. For å migrere til en annen database, bruk kommandolinjeverktøyet: \"occ db:convert-type\".", "Unknown database platform" : "Ukjent databaseplattform", "Architecture" : "Arkitektur", @@ -342,10 +332,7 @@ "Set default expiration date for shares via link or mail" : "Angi standard utløpsdato for delinger via lenke eller e-post", "Default expiration time of shares in days" : "Standard utløpstid for delinger i dager", "Privacy settings for sharing" : "Personverninnstillinger for deling", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillat automatisk fullføring av brukernavn i delingsdialogen og gi tilgang til systemets adressebok", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Hvis autofullføring \"samme gruppe\" og \"telefonnummerintegrasjon\" er aktivert, er en match i begge nok til å vise brukeren.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Tillat autofullføring av brukernavn for brukere i de samme gruppene, og begrens systemadressebøkene til brukere i de samme gruppene", - "Allow username autocompletion to users based on phone number integration" : "Tillat automatisk fullføring av brukernavn til brukere basert på telefonnummerintegrering", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Tillat autofullføring når du skriver inn fullt navn eller e-postadresse (ignorerer manglende telefonbok-treff og er i samme gruppe)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Vis ansvarsfraskrivelse på den offentlige lenkeopplastingssiden (vises bare når fillisten er skjult)", "Disclaimer text" : "Ansvarsfraskrivelse tekst", @@ -576,44 +563,32 @@ "Common languages" : "Vanlige språk", "Other languages" : "Andre språk", "Password change is disabled because the master key is disabled" : "Passordendring er deaktivert fordi hoved-nøkkelen er deaktivert", - "New user" : "Ny bruker", + "New account" : "Ny konto", "Display name" : "Visningsnavn", "Either password or email is required" : "Enten passord eller e-post kreves", "Password (required)" : "Passord (kreves)", "Email (required)" : "E-post (kreves)", "Email" : "E-post", "Groups (required)" : "Grupper (kreves)", - "Set user groups" : "Angi brukergrupper", "Administered groups" : "Administrerte grupper", - "Set user as admin for …" : "Angi bruker som administrator for...", "Quota" : "Kvote", - "Set user quota" : "Angi brukerkvote", "Language" : "Språk", "Set default language" : "Angi standard språk", "Manager" : "Sjef", - "Add new user" : "Legg til ny bruker", - "Set user manager" : "Angi brukersjef", - "Username will be autogenerated" : "Brukernavn blir generert automatisk", - "Username (required)" : "Brukernavn (kreves)", "Total rows summary" : "Sammendrag av totalrader", - "Loading users …" : "Laster brukere...", "Scroll to load more rows" : "Rull for å laste inn flere rader", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} bruker...","{userCount} brukere..."], - "_{userCount} user_::_{userCount} users_" : ["{userCount} bruker","{userCount} brukere"], "Avatar" : "Avatar", - "Username" : "Brukernavn", + "Account name" : "Kontonavn", "Group admin for" : "Gruppeadministrator for", - "User backend" : "Bruker-server", "Storage location" : "Lagringsplassering", "Last login" : "Siste innlogging", - "User actions" : "Brukerhandlinger", + "Account actions" : "Kontoaktiviteter", "Password or insufficient permissions message" : "Melding om passord eller utilstrekkelige rettigheter", "Loading account …" : "Laster konto…", "Change display name" : "Endre visningsnavn", "Set new password" : "Angi nytt passord", "You do not have permissions to see the details of this account" : "Du har ikke tillatelser til å se detaljer om denne kontoen", "Set new email address" : "Angi ny e-postadresse", - "Add user to group" : "Legg bruker til gruppe", "Add account to group" : "Legg konto til gruppe", "Set account as admin for" : "Angi konto som administrator for", "Select account quota" : "Velg kontokvote", @@ -679,7 +654,6 @@ "Disabled accounts" : "Deaktiverte kontoer", "Account group: {group}" : "Kontogruppe: {group}", "Account management" : "Kontoadministrasjon", - "New account" : "Ny konto", "Creating group…" : "Oppretter gruppe...", "Create group" : "Opprett gruppe", "Group name" : "Gruppenavn", @@ -797,6 +771,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Det er noen brukerimporterte SSL-sertifikater til stede, som ikke brukes lenger med Nextcloud 21. De kan importeres på kommandolinjen via kommandoen \"occ security:certificates:import\". Stiene deres i datakatalogen vises nedenfor.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Det er funnet ugyldige UUID-er for LDAP-brukere eller -grupper. Gå gjennom innstillingene for «Overstyr UUID-deteksjon» i Ekspert-delen av LDAP-konfigurasjonen, og bruk «occ ldap:update-uuid» for å oppdatere dem.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV-systemadresseboksynkroniseringen har ikke kjørt enda fordi forekomsten har mer enn 1000 brukere, eller fordi det oppstod en feil. Kjør den manuelt ved å kalle occ dav: sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB versjon\"%s\" blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever MariaDB 10.2 eller høyere.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL versjon \"%s\"blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever MySQL 8.0 eller MariaDB 10.2 eller høyere.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL versjon \"%s\" blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever PostgreSQL 9.6 eller høyere.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tofaktor-autentisering kan være påkrevd for alle brukere eller spesifikke grupper. Dersom de ikke har en tilbyder av tofaktor konfigurert, vil de ikke ha mulighet til å logge inn i systemet.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Når grupper velges/velges bort, bruker de følgende logikk for å avgjøre om en bruker har 2FA håndhevet: Hvis ingen grupper er valgt, er 2FA aktivert for alle unntatt medlemmer av de utelukkede gruppene. Hvis grupper er valgt, er 2FA aktivert for alle medlemmer av disse. Hvis en bruker er både i en valgt og utelukket gruppe, har den valgte forrang og 2FA håndheves.", "Enable all" : "Aktiver alle", @@ -811,6 +788,7 @@ "Error while deleting the token" : "Feil under sletting av nøkkel", "Use the credentials below to configure your app or device." : "Bruk påloggingsinformasjonen under for å sette opp appen på din mobile enhet.", "For security reasons this password will only be shown once." : "For sikkerhetens skyld vil dette passordet kun vises en gang.", + "Username" : "Brukernavn", "Copied!" : "Kopiert!", "Copy" : "Kopier", "Execute one task with each page loaded. Use case: Single user instance." : "Utfør én oppgave med hver side lastet inn. Brukertilfelle: enkeltbrukerforekomst.", @@ -830,6 +808,7 @@ "Edit display name" : "Rediger visningsnavn", "Add new password" : "Legg til nytt passord", "Add new email address" : "Legg til ny e-postadresse", + "Add user to group" : "Legg bruker til gruppe", "Set user as admin for" : "Sett bruker som administrator for", "Select user quota" : "Velg brukerkvote", "Select manager" : "Velg sjef", @@ -840,9 +819,11 @@ "Enable user" : "Aktiver bruker", "Edit User" : "Rediger bruker", "User's table" : "Brukerens tabell", + "New user" : "Ny bruker", "Will be autogenerated" : "Blir generert automatisk", "Select user manager" : "Velg brukersjef", "Add a new user" : "Legg til en ny bruker", + "User backend" : "Bruker-server", "No users in here" : "Ingen brukere her", "Name your device" : "Gi navn til enhet", "Server error while trying to add WebAuthn device" : "Serverfeil under forsøk på å legge til WebAuthn-enhet", @@ -870,7 +851,12 @@ "Exclude groups from creating link shares:" : "Ekskluder grupper fra å opprette delte koblingsressurser:", "Exclude groups from sharing" : "Utelukk grupper fra deling", "These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillat automatisk fullføring av brukernavn i delingsdialogen og gi tilgang til systemets adressebok", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Tillat autofullføring av brukernavn for brukere i de samme gruppene, og begrens systemadressebøkene til brukere i de samme gruppene", + "Allow username autocompletion to users based on phone number integration" : "Tillat automatisk fullføring av brukernavn til brukere basert på telefonnummerintegrering", "Old user imported certificates" : "Gamle brukerimporterte sertifikater", + "Missing optional index \"%s\" in table \"%s\"." : "Mangler valgfri indkeks \"%s\" i tabell \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler noen indekser. Å legge til indekser på store tabeller kan ta lang tid så de ble ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-indices\" legges de manglende indeksene til mens tjenesten fortsatt er tilgjengelig. Når indeksene er lagt til, er spørringer til tabellene raskere.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke se etter JavaScript-støtte. Kontroller manuelt om webserveren din serverer .mjs-filer ved hjelp av JavaScript MIME-typen.", "MySQL unicode support" : "MySQL unicode-støtte", "Overwrite cli URL" : "Overwrite cli URL", @@ -878,7 +864,18 @@ "Rating: {score}/10" : "Vurdering: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du er i ferd med å fjerne gruppen \"{group}\". Brukerne vil IKKE bli slettet.", "No users" : "Ingen brukere", + "Loading users …" : "Laster brukere...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liste over brukere. Denne listen er ikke fullstendig gjengitt av ytelsesgrunner. Brukerne blir gjengitt når du navigerer gjennom listen.", + "Set user groups" : "Angi brukergrupper", + "Set user as admin for …" : "Angi bruker som administrator for...", + "Set user quota" : "Angi brukerkvote", + "Add new user" : "Legg til ny bruker", + "Set user manager" : "Angi brukersjef", + "Username will be autogenerated" : "Brukernavn blir generert automatisk", + "Username (required)" : "Brukernavn (kreves)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} bruker...","{userCount} brukere..."], + "_{userCount} user_::_{userCount} users_" : ["{userCount} bruker","{userCount} brukere"], + "User actions" : "Brukerhandlinger", "Loading user …" : "Laster bruker...", "Failed to update user manager" : "Kunne ikke oppdatere brukersjef", "User management settings" : "Innstillinger for brukeradministrasjon", @@ -886,6 +883,8 @@ "User management" : "Brukeradministrasjon", "Creating group …" : "Oppretter gruppe...", "User group: {group}" : "Brukergruppe: {group}", - "Nextcloud help resources" : "Hjelperessurser for Nextcloud" + "Nextcloud help resources" : "Hjelperessurser for Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "For å la denne kontrollen kjøre, må du sørge for at webserveren din kan koble til seg selv. Derfor må den kunne løse og koble til minst en sin 'trusted_domains' eller 'overwrite.cli.url'.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke se etter JavaScript-støtte via noen av dine 'trusted_domains' eller 'overwrite.cli.url'. Dette kan være et resultat av DNS-avvik på serversiden eller en regel for utgående brannmur. Kontroller manuelt om webserveren din tjener .mjs-filer ved hjelp av JavaScript MIME-typen." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/nl.js b/apps/settings/l10n/nl.js index d37c1421624..d27ba2eeb66 100644 --- a/apps/settings/l10n/nl.js +++ b/apps/settings/l10n/nl.js @@ -113,7 +113,6 @@ OC.L10N.register( "Verifying" : "Controleer", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Je datamap en je bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om je webserver zodanig te configureren, dat de datadirectory niet bereikbaar is vanaf het internet of om je datadirectory te verplaatsen naar een locatie buiten de document-root van de webserver.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "De database mist een paar optionele kolommen. Omdat het toevoegen van kolommen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd, omdat dat optioneel kan. Door het draaien van \"occ db:add-missing-columns\" kunnen deze kolommen handmatig worden toegevoegd terwijl de server blijft draaien. Als de kolommen zijn toegevoegd, zullen bepaalde functionaliteiten veel sneller of gemakkelijker plaatsvinden.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexen zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "De database mist enkele primaire sleutels. Omdat het toevoegen van primaire sleutels aan grote tabellen enige tijd kan duren, werden ze niet automatisch toegevoegd. Door \"occ db:add-missing-primary-keys\" uit te voeren, kunnen die ontbrekende primaire sleutels handmatig worden toegevoegd terwijl de server blijft draaien.", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Deze instantie draait in debug modus. Gelieve deze modus enkel te gebruiken voor lokale ontwikkeling, en niet in productie omgevingen.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Deze server heeft geen werkende internetverbinding: meerdere endpoints kunnen niet worden bereikt. Dat betekent dat sommige functies, zoals het gebruik van externe opslag, notificaties over updates of installatie van apps van derde partijen niet werken. Ook het benaderen van bestanden vanaf een remote locatie en het versturen van notificatie emails kan mislukken. We adviseren om de internetverbinding voor deze server in te schakelen als je alle functies wilt gebruiken.", @@ -144,7 +143,6 @@ OC.L10N.register( "Enforce expiration date" : "Het kiezen van een vervaldatum verplichten", "Set default expiration date for shares to other servers" : "Instellen standaard vervaldatum voor deellink naar andere servers", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Als automatisch aanvullen \"dezelfde groep\" en \"telefoonnummer integratie\" zijn ingeschakeld, is een overeenkomst in een van beide voldoende om de gebruiker te tonen.", - "Allow username autocompletion to users based on phone number integration" : "Toestaan automatisch aanvullen van gebruikersnamen gebaseerd op telefoonnummer integratie", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Automatisch aanvullen toestaan bij het invoeren van de volledige naam of het e-mailadres (ontbrekende overeenkomst in het telefoonboek negeren en deel uitmaken van dezelfde groep)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Toon disclaimer tekst op de publieke link upload pagina (alleen getoond wanneer de bestandslijst verborgen is)", "This text will be shown on the public link upload page when the file list is hidden." : "Deze tekst wordt getoond op de openbare link uploadpagina als het bestandsoverzicht is verborgen.", @@ -289,18 +287,16 @@ OC.L10N.register( "Common languages" : "Gebruikelijke talen", "Other languages" : "Andere talen", "Password change is disabled because the master key is disabled" : "Wachtwoordwijziging is uitgeschakeld omdat de hoofdsleutel is uitgeschakeld", - "New user" : "Nieuwe gebruiker", + "New account" : "Nieuw account", "Display name" : "Weergavenaam", "Email" : "E-mailadres", "Quota" : "Limieten", "Language" : "Taal", "Avatar" : "Avatar", - "Username" : "Gebruikersnaam", "Group admin for" : "Groepsbeheerder voor", - "User backend" : "Backend gebruiker", "Storage location" : "Opslag locatie", "Last login" : "Laatste login", - "Add user to group" : "Toevoegen gebruiker aan groep", + "Account actions" : "Accountacties", "{size} used" : "{size} gebruikt", "Delete account" : "Account verwijderen", "Resend welcome email" : "Verstuur welkomst-e-mail opnieuw", @@ -335,7 +331,6 @@ OC.L10N.register( "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Als beheerder kun je gedetailleerde regels voor delen instellen. Bekijk de documentatie voor meer informatie.", "You need to enable the File sharing App." : "Je dient de File sharing App in te schakelen", "Admins" : "Beheerders", - "New account" : "Nieuw account", "Group name" : "Groepsnaam", "Sending…" : "Versturen...", "Email sent" : "E-mail verzonden", @@ -439,6 +434,7 @@ OC.L10N.register( "Error while deleting the token" : "Fout bij verwijderen token", "Use the credentials below to configure your app or device." : "Gebruik onderstaande inloggegevens om je app of apparaat te configureren.", "For security reasons this password will only be shown once." : "Vanwege beveiligingsredenen wordt dit wachtwoord maar één keer getoond.", + "Username" : "Gebruikersnaam", "Copied!" : "Gekopieerd!", "Copy" : "Kopiëren", "Execute one task with each page loaded. Use case: Single user instance." : "Een taak uitvoeren bij het laden van iedere pagina. Use case: voor een enkele gebruiker.", @@ -453,6 +449,7 @@ OC.L10N.register( "You do not have permissions to see the details of this user" : "Je hebt niet de machtigingen om de details van deze gebruiekr te zien", "Add new password" : "Nieuw wachtwoord toevoegen", "Add new email address" : "Toevoegen nieuw e-mailadres", + "Add user to group" : "Toevoegen gebruiker aan groep", "Set user as admin for" : "Maak gebruiker beheerder voor", "Select user quota" : "Selecteer gebruikersquotum", "Toggle user actions menu" : "Omschakelen gebruikersactiemenu", @@ -461,8 +458,10 @@ OC.L10N.register( "Disable user" : "Gebruiker uitschakelen", "Enable user" : "Inschakelen gebruiker", "Edit User" : "Bewerk gebruiker", + "New user" : "Nieuwe gebruiker", "Will be autogenerated" : "Wordt automatisch gegenereerd", "Add a new user" : "Nieuwe gebruiker toevoegen", + "User backend" : "Backend gebruiker", "No users in here" : "Hier zijn geen gebruikers", "Name your device" : "Geef je apparaat een naam", "Server error while trying to add WebAuthn device" : "Serverfout tijdens het toevoegen van WebAuthn apparaat", @@ -487,6 +486,8 @@ OC.L10N.register( "Set default expiration date" : "Stel standaard vervaldatum in", "Exclude groups from creating link shares:" : "Sta deze groepen niet toe om deellinks te maken:", "Exclude groups from sharing" : "Sta bepaalde groepen niet toe om te delen", - "These groups will still be able to receive shares, but not to initiate them." : "Deze groepen kunnen gedeelde mappen en bestanden ontvangen, maar kunnen zelf niks delen." + "These groups will still be able to receive shares, but not to initiate them." : "Deze groepen kunnen gedeelde mappen en bestanden ontvangen, maar kunnen zelf niks delen.", + "Allow username autocompletion to users based on phone number integration" : "Toestaan automatisch aanvullen van gebruikersnamen gebaseerd op telefoonnummer integratie", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexen zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/nl.json b/apps/settings/l10n/nl.json index 9d691b740e7..e9caa50ce3e 100644 --- a/apps/settings/l10n/nl.json +++ b/apps/settings/l10n/nl.json @@ -111,7 +111,6 @@ "Verifying" : "Controleer", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Je datamap en je bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om je webserver zodanig te configureren, dat de datadirectory niet bereikbaar is vanaf het internet of om je datadirectory te verplaatsen naar een locatie buiten de document-root van de webserver.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "De database mist een paar optionele kolommen. Omdat het toevoegen van kolommen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd, omdat dat optioneel kan. Door het draaien van \"occ db:add-missing-columns\" kunnen deze kolommen handmatig worden toegevoegd terwijl de server blijft draaien. Als de kolommen zijn toegevoegd, zullen bepaalde functionaliteiten veel sneller of gemakkelijker plaatsvinden.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexen zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "De database mist enkele primaire sleutels. Omdat het toevoegen van primaire sleutels aan grote tabellen enige tijd kan duren, werden ze niet automatisch toegevoegd. Door \"occ db:add-missing-primary-keys\" uit te voeren, kunnen die ontbrekende primaire sleutels handmatig worden toegevoegd terwijl de server blijft draaien.", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Deze instantie draait in debug modus. Gelieve deze modus enkel te gebruiken voor lokale ontwikkeling, en niet in productie omgevingen.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Deze server heeft geen werkende internetverbinding: meerdere endpoints kunnen niet worden bereikt. Dat betekent dat sommige functies, zoals het gebruik van externe opslag, notificaties over updates of installatie van apps van derde partijen niet werken. Ook het benaderen van bestanden vanaf een remote locatie en het versturen van notificatie emails kan mislukken. We adviseren om de internetverbinding voor deze server in te schakelen als je alle functies wilt gebruiken.", @@ -142,7 +141,6 @@ "Enforce expiration date" : "Het kiezen van een vervaldatum verplichten", "Set default expiration date for shares to other servers" : "Instellen standaard vervaldatum voor deellink naar andere servers", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Als automatisch aanvullen \"dezelfde groep\" en \"telefoonnummer integratie\" zijn ingeschakeld, is een overeenkomst in een van beide voldoende om de gebruiker te tonen.", - "Allow username autocompletion to users based on phone number integration" : "Toestaan automatisch aanvullen van gebruikersnamen gebaseerd op telefoonnummer integratie", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Automatisch aanvullen toestaan bij het invoeren van de volledige naam of het e-mailadres (ontbrekende overeenkomst in het telefoonboek negeren en deel uitmaken van dezelfde groep)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Toon disclaimer tekst op de publieke link upload pagina (alleen getoond wanneer de bestandslijst verborgen is)", "This text will be shown on the public link upload page when the file list is hidden." : "Deze tekst wordt getoond op de openbare link uploadpagina als het bestandsoverzicht is verborgen.", @@ -287,18 +285,16 @@ "Common languages" : "Gebruikelijke talen", "Other languages" : "Andere talen", "Password change is disabled because the master key is disabled" : "Wachtwoordwijziging is uitgeschakeld omdat de hoofdsleutel is uitgeschakeld", - "New user" : "Nieuwe gebruiker", + "New account" : "Nieuw account", "Display name" : "Weergavenaam", "Email" : "E-mailadres", "Quota" : "Limieten", "Language" : "Taal", "Avatar" : "Avatar", - "Username" : "Gebruikersnaam", "Group admin for" : "Groepsbeheerder voor", - "User backend" : "Backend gebruiker", "Storage location" : "Opslag locatie", "Last login" : "Laatste login", - "Add user to group" : "Toevoegen gebruiker aan groep", + "Account actions" : "Accountacties", "{size} used" : "{size} gebruikt", "Delete account" : "Account verwijderen", "Resend welcome email" : "Verstuur welkomst-e-mail opnieuw", @@ -333,7 +329,6 @@ "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Als beheerder kun je gedetailleerde regels voor delen instellen. Bekijk de documentatie voor meer informatie.", "You need to enable the File sharing App." : "Je dient de File sharing App in te schakelen", "Admins" : "Beheerders", - "New account" : "Nieuw account", "Group name" : "Groepsnaam", "Sending…" : "Versturen...", "Email sent" : "E-mail verzonden", @@ -437,6 +432,7 @@ "Error while deleting the token" : "Fout bij verwijderen token", "Use the credentials below to configure your app or device." : "Gebruik onderstaande inloggegevens om je app of apparaat te configureren.", "For security reasons this password will only be shown once." : "Vanwege beveiligingsredenen wordt dit wachtwoord maar één keer getoond.", + "Username" : "Gebruikersnaam", "Copied!" : "Gekopieerd!", "Copy" : "Kopiëren", "Execute one task with each page loaded. Use case: Single user instance." : "Een taak uitvoeren bij het laden van iedere pagina. Use case: voor een enkele gebruiker.", @@ -451,6 +447,7 @@ "You do not have permissions to see the details of this user" : "Je hebt niet de machtigingen om de details van deze gebruiekr te zien", "Add new password" : "Nieuw wachtwoord toevoegen", "Add new email address" : "Toevoegen nieuw e-mailadres", + "Add user to group" : "Toevoegen gebruiker aan groep", "Set user as admin for" : "Maak gebruiker beheerder voor", "Select user quota" : "Selecteer gebruikersquotum", "Toggle user actions menu" : "Omschakelen gebruikersactiemenu", @@ -459,8 +456,10 @@ "Disable user" : "Gebruiker uitschakelen", "Enable user" : "Inschakelen gebruiker", "Edit User" : "Bewerk gebruiker", + "New user" : "Nieuwe gebruiker", "Will be autogenerated" : "Wordt automatisch gegenereerd", "Add a new user" : "Nieuwe gebruiker toevoegen", + "User backend" : "Backend gebruiker", "No users in here" : "Hier zijn geen gebruikers", "Name your device" : "Geef je apparaat een naam", "Server error while trying to add WebAuthn device" : "Serverfout tijdens het toevoegen van WebAuthn apparaat", @@ -485,6 +484,8 @@ "Set default expiration date" : "Stel standaard vervaldatum in", "Exclude groups from creating link shares:" : "Sta deze groepen niet toe om deellinks te maken:", "Exclude groups from sharing" : "Sta bepaalde groepen niet toe om te delen", - "These groups will still be able to receive shares, but not to initiate them." : "Deze groepen kunnen gedeelde mappen en bestanden ontvangen, maar kunnen zelf niks delen." + "These groups will still be able to receive shares, but not to initiate them." : "Deze groepen kunnen gedeelde mappen en bestanden ontvangen, maar kunnen zelf niks delen.", + "Allow username autocompletion to users based on phone number integration" : "Toestaan automatisch aanvullen van gebruikersnamen gebaseerd op telefoonnummer integratie", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexen zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/oc.js b/apps/settings/l10n/oc.js index 5ea461f123d..7652b83becd 100644 --- a/apps/settings/l10n/oc.js +++ b/apps/settings/l10n/oc.js @@ -158,15 +158,12 @@ OC.L10N.register( "Default language" : "Lenga per defaut", "Common languages" : "Lengas comunas", "Other languages" : "Autras lengas", - "New user" : "Utilizaire novèl", "Display name" : "Nom afichat", "Email" : "Adreça corrièl", "Quota" : "Quota", "Language" : "Lenga", "Avatar" : "Avatar", - "Username" : "Nom d'utilizaire", "Last login" : "Darrièra connexion", - "Add user to group" : "Apondre utilizaire al grop", "{size} used" : "{size} utilizat", "Resend welcome email" : "Tornar enviar l’email de benvenguda", "Account deletion" : "Supression de compte", @@ -234,6 +231,7 @@ OC.L10N.register( "Safari" : "Safari", "iPhone" : "iPhone", "iPad" : "iPad", + "Username" : "Nom d'utilizaire", "Copied!" : "Copiat !", "Copy" : "Copiar", "Your email address" : "Vòstra adreça electronica", @@ -241,6 +239,7 @@ OC.L10N.register( "Enable Profile" : "Activar Perfil", "Add new password" : "Apondre senhal novèl", "Add new email address" : "Apondre adreça electronica", + "Add user to group" : "Apondre utilizaire al grop", "Set user as admin for" : "Definir l’utilizaire coma admin per", "Select user quota" : "Seleccionar lo quota utilizaire", "Delete user" : "Suprimir l’utilizaire", @@ -248,6 +247,7 @@ OC.L10N.register( "Disable user" : "Desactivar l’utilizaire", "Enable user" : "Activar l’utilizaire", "Edit User" : "Modificar l’utilizaire", + "New user" : "Utilizaire novèl", "Add a new user" : "Apondre un utilizaire novè", "No users in here" : "Cap d’utilizaire aquí", "Name your device" : "Nommatz vòstre periferic", diff --git a/apps/settings/l10n/oc.json b/apps/settings/l10n/oc.json index 61c7239499b..b4643284592 100644 --- a/apps/settings/l10n/oc.json +++ b/apps/settings/l10n/oc.json @@ -156,15 +156,12 @@ "Default language" : "Lenga per defaut", "Common languages" : "Lengas comunas", "Other languages" : "Autras lengas", - "New user" : "Utilizaire novèl", "Display name" : "Nom afichat", "Email" : "Adreça corrièl", "Quota" : "Quota", "Language" : "Lenga", "Avatar" : "Avatar", - "Username" : "Nom d'utilizaire", "Last login" : "Darrièra connexion", - "Add user to group" : "Apondre utilizaire al grop", "{size} used" : "{size} utilizat", "Resend welcome email" : "Tornar enviar l’email de benvenguda", "Account deletion" : "Supression de compte", @@ -232,6 +229,7 @@ "Safari" : "Safari", "iPhone" : "iPhone", "iPad" : "iPad", + "Username" : "Nom d'utilizaire", "Copied!" : "Copiat !", "Copy" : "Copiar", "Your email address" : "Vòstra adreça electronica", @@ -239,6 +237,7 @@ "Enable Profile" : "Activar Perfil", "Add new password" : "Apondre senhal novèl", "Add new email address" : "Apondre adreça electronica", + "Add user to group" : "Apondre utilizaire al grop", "Set user as admin for" : "Definir l’utilizaire coma admin per", "Select user quota" : "Seleccionar lo quota utilizaire", "Delete user" : "Suprimir l’utilizaire", @@ -246,6 +245,7 @@ "Disable user" : "Desactivar l’utilizaire", "Enable user" : "Activar l’utilizaire", "Edit User" : "Modificar l’utilizaire", + "New user" : "Utilizaire novèl", "Add a new user" : "Apondre un utilizaire novè", "No users in here" : "Cap d’utilizaire aquí", "Name your device" : "Nommatz vòstre periferic", diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js index 3442abbf361..119cc5922df 100644 --- a/apps/settings/l10n/pl.js +++ b/apps/settings/l10n/pl.js @@ -125,13 +125,15 @@ OC.L10N.register( "Your remote address could not be determined." : "Nie można określić Twojego adresu zdalnego.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Twój zdalny adres został zidentyfikowany jako \"%s\" i obecnie jest ograniczany metodą brute-force, co spowalnia wykonywanie różnych żądań. Jeśli adres zdalny nie jest Twoim adresem, może to oznaczać, że serwer proxy nie jest poprawnie skonfigurowany.", "Your remote address \"%s\" is not brute-force throttled." : "Twój zdalny adres \"%s\" nie jest ograniczany metodą brute-force.", + "Code integrity" : "Integralność kodu", "Integrity checker has been disabled. Integrity cannot be verified." : "Sprawdzanie integralności zostało wyłączone. Nie można zweryfikować integralności.", + "Some files have not passed the integrity check. {link1} {link2}" : "Niektóre pliki nie przeszły kontroli integralności. {link1} {link2}", "Cron errors" : "Błędy Crona", "Cron last run" : "Ostatnie działanie Crona", + "Data directory protected" : "Katalog danych chroniony", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Twój katalog danych i pliki są prawdopodobnie dostępne przez Internet. Plik .htaccess nie działa. Zdecydowanie zaleca się skonfigurowanie serwera WWW w taki sposób, aby katalog danych nie był już dostępny, albo przenieś katalog danych poza główny katalog serwera WWW.", "Database missing columns" : "Brakujące kolumny bazy danych", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "W bazie danych brakuje niektórych opcjonalnych kolumn. Ze względu na fakt, że dodawanie kolumn do dużych tabel może zająć trochę czasu oraz mogą one być opcjonalne, nie zostały dodane automatycznie. Brakujące kolumny można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-columns\". Po dodaniu kolumn niektóre funkcje mogą poprawić czas reakcji lub użyteczność.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "W bazie danych brakuje niektórych indeksów. Ze względu na fakt, że dodanie indeksów do dużych tabel może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące indeksy można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-indices\". Po dopisaniu indeksów zapytania do tabel będą one znacznie szybsze.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "W bazie danych brakuje niektórych kluczy podstawowych. Ze względu na fakt, że dodanie kluczy głównych może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące klucze podstawowe można dodać ręcznie, w trakcie pracy instancji uruchamiając \"occ db:add-missing-primary-keys\".", "Debug mode" : "Tryb debugowania", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Instancja działa w trybie debugowania. Włącz to tylko dla wersji lokalnej, a nie w środowiskach produkcyjnych.", @@ -156,6 +158,7 @@ OC.L10N.register( "Old server-side-encryption" : "Stare szyfrowanie po stronie serwera", "Disabled" : "Wyłączone", "The old server-side-encryption format is enabled. We recommend disabling this." : "Stary format szyfrowania po stronie serwera jest włączony. Zalecamy wyłączenie jego.", + "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Serwer nie ma skonfigurowanego czasu rozpoczęcia okna konserwacji. Oznacza to, że codzienne zadania w tle wymagające dużych zasobów będą również wykonywane w głównym czasie użytkowania. Zalecamy ustawienie czasu niskiego użycia, aby użytkownicy byli mniej obciążeni obciążeniem wynikającym z tych ciężkich zadań.", "Memcache" : "Pamięć podręczna", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Nie skonfigurowano pamięci podręcznej. Aby zwiększyć wydajność, skonfiguruj memcache, jeśli jest dostępne.", "Configured" : "Skonfigurowano", @@ -174,7 +177,9 @@ OC.L10N.register( "The PHP memory limit is below the recommended value of %s." : "Limit pamięci PHP jest poniżej zalecanej wartości %s", "PHP modules" : "Moduły PHP", "increases language translation performance and fixes sorting of non-ASCII characters" : "zwiększa wydajność tłumaczenia języka i naprawia sortowanie znaków innych niż ASCII", + "for picture rotation in server and metadata extraction in the Photos app" : "do obracania zdjęć na serwerze i ekstrakcji metadanych w aplikacji Zdjęcia", "This instance is missing some required PHP modules. It is required to install them: %s." : "Ta instancja ma brakujące moduły PHP. Należy zainstalować następujące moduły: %s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "W tej instancji brakuje niektórych zalecanych modułów PHP. W celu poprawy wydajności i lepszej kompatybilności zdecydowanie zaleca się ich zainstalowanie:\n%s", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Moduł PHP OPcache nie jest wczytany. Aby uzyskać lepszą wydajność, zaleca się wczytanie go do instalacji PHP.", "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache jest wyłączone. Aby uzyskać lepszą wydajność, zaleca się zastosowanie „opcache.enable=1” w konfiguracji PHP.", "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "Oparta na pamięci współdzielonej pamięć OPcache jest wyłączona. Aby uzyskać lepszą wydajność, zaleca się zastosowanie „opcache.file_cache_only=0” do konfiguracji PHP i używanie pamięci podręcznej plików tylko jako pamięci podręcznej drugiego poziomu.", @@ -192,11 +197,9 @@ OC.L10N.register( "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Włączono konfigurację tylko do odczytu. Zapobiega to ustawianiu niektórych konfiguracji przez interfejs internetowy. Ponadto plik musi być zapisany ręcznie przy każdej aktualizacji.", "Nextcloud configuration file is writable" : "Plik konfiguracyjny Nextcloud jest \"do zapisu\"", "HTTP headers" : "Nagłówki HTTP", + "Some headers are not set correctly on your instance" : "Niektóre nagłówki nie są poprawnie ustawione w Twojej instancji", "Your server is correctly configured to send security headers." : "Twój serwer jest poprawnie skonfigurowany do wysyłania nagłówków zabezpieczeń.", "Database version" : "Wersja bazy danych", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Używana jest wersja MariaDB \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MariaDB 10.2 lub nowszej.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Używana jest wersja MySQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MySQL 8.0 lub MariaDB 10.2, albo nowszej.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Używana jest wersja PostgreSQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają PostgreSQL 9.6 lub nowszej.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite jest obecnie używany jako baza danych zaplecza. W przypadku większych instalacji zalecamy przejście na inną bazę danych. Jest to szczególnie zalecane w przypadku korzystania z klienta stacjonarnego do synchronizacji plików. Aby przeprowadzić migrację do innej bazy danych, użyj narzędzia wiersza poleceń: „occ db:convert-type”.", "Unknown database platform" : "Nieznana platforma baz danych", "Architecture" : "Architektura", @@ -206,6 +209,9 @@ OC.L10N.register( "Database transaction isolation level" : "Poziom izolacji transakcji bazy danych", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Baza danych nie działa z poziomem izolacji transakcji \"READ COMMITTED\". Może to powodować problemy, gdy wiele akcji jest wykonywanych równolegle.", "Was not able to get transaction isolation level: %s" : "Nie udało się uzyskać poziomu izolacji transakcji: %s", + "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Nie można sprawdzić, czy Twój serwer WWW poprawnie obsługuje `.well-known`. Sprawdź ręcznie.", + "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Nie można sprawdzić obsługi wczytywania WOFF2. Sprawdź ręcznie, czy Twój serwer WWW obsługuje pliki `.woff2`.", + "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "Twój serwer WWW nie został poprawnie skonfigurowany do dostarczania plików .woff2. Zazwyczaj jest to problem z konfiguracją Nginx. Dla Nextcloud 15 wymagane jest dostosowanie jej, aby dostarczać pliki .woff2. Porównaj swoją konfigurację Nginx z zalecaną konfiguracją w naszej dokumentacji.", "Profile information" : "Informacje o profilu", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Zdjęcie profilowe, imię i nazwisko, adres e-mail, numer telefonu, adres, witryna internetowa, Twitter, organizacja, rola, nagłówek, biografia i czy Twój profil jest włączony", "Nextcloud settings" : "Ustawienia Nextcloud", @@ -252,10 +258,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Ustaw domyślną datę wygaśnięcia udostępnień za pośrednictwem linku lub poczty", "Default expiration time of shares in days" : "Domyślny czas wygaśnięcia udostępnień w dniach", "Privacy settings for sharing" : "Ustawienia prywatności dotyczące udostępniania", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Zezwalaj na automatyczne uzupełnianie nazwy użytkownika w oknie udostępniania i zezwalaj na dostęp do systemowej książki adresowej", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Jeśli automatyczne uzupełnianie \"ta sama grupa\" i \"integracja numeru telefonu\" są włączone, wystarczy dopasowanie w jednej z nich, aby pokazać użytkownikowi.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Zezwalaj na automatyczne uzupełnianie nazw użytkowników użytkownikom w tych samych grupach i ograniczaj systemowej książki adresowej do użytkowników w tych samych grupach", - "Allow username autocompletion to users based on phone number integration" : "Zezwalaj na automatyczne uzupełnianie nazw użytkowników na podstawie integracji numeru telefonu", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Zezwalaj na autouzupełnianie podczas wpisywania pełnej nazwy lub adresu e-mail (ignorując brak dopasowania książki telefonicznej i bycie w tej samej grupie)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Pokaż tekst zastrzeżenia na stronie przesyłania linków publicznych (wyświetlane tylko wtedy, gdy lista plików jest ukryta)", "Disclaimer text" : "Tekst zastrzeżenia", @@ -294,7 +297,10 @@ OC.L10N.register( "_%n app has an update available_::_%n apps have an update available_" : ["%n aplikacja ma dostępną aktualizację","%n aplikacje mają dostępną aktualizację","%n aplikacji mają dostępną aktualizację","%n aplikacji mają dostępną aktualizację"], "_Update_::_Update all_" : ["Zaktualizuj","Zaktualizuj","Zaktualizuj","Zaktualizuj wszystko"], "Nothing to show" : "Nie ma nic do pokazania", + "Could not load section content from app store." : "Nie można wczytać zawartości sekcji ze sklepu z aplikacjami.", "Loading" : "Wczytywanie", + "Fetching the latest news…" : "Pobieram najnowsze wiadomości…", + "Could not load app discover section" : "Nie można wczytać sekcji odkrywania aplikacji", "Carousel" : "Karuzela", "Previous slide" : "Poprzedni slajd", "Next slide" : "Następny slajd", @@ -347,6 +353,7 @@ OC.L10N.register( "App name" : "Nazwa aplikacji", "Create new app password" : "Utwórz nowe hasło aplikacji", "Error while creating device token" : "Błąd podczas tworzenia tokena urządzenia", + "New app password" : "Nowe hasło do aplikacji", "Login" : "Login", "Password" : "Hasło", "Show QR code for mobile apps" : "Pokaż kod QR dla aplikacji mobilnych", @@ -364,6 +371,7 @@ OC.L10N.register( "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php jest zarejestrowany w usłudze webcron i wywołuje cron.php co 5 minut przez HTTP. Przypadek użycia: Bardzo mała instancja (1–5 kont w zależności od zastosowania).", "Cron (Recommended)" : "Cron (zalecane)", "Use system cron service to call the cron.php file every 5 minutes." : "Użyj usługi systemowej cron, aby wywoływać plik cron.php co 5 minut.", + "The cron.php needs to be executed by the system account \"{user}\"." : "Plik cron.php musi zostać wykonany przez konto systemowe „{user}”.", "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Wymagane jest rozszerzenie PHP POSIX. Więcej informacji można znaleźć w {linkstart}dokumentacji PHP{linkend}.", "Unable to update background job mode" : "Nie można zaktualizować trybu zadania w tle", "Profile" : "Profil", @@ -371,6 +379,7 @@ OC.L10N.register( "Enable" : "Włącz", "Unable to update profile default setting" : "Nie można zaktualizować domyślnych ustawień profilu", "{app}'s declarative setting field: {name}" : "Pole ustawień deklaratywnych aplikacji {app}: {name}", + "Failed to save setting" : "Nie udało się zapisać ustawienia", "Server-side encryption" : "Szyfrowanie po stronie serwera", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Szyfrowanie po stronie serwera umożliwia szyfrowanie plików przesyłanych na ten serwer. Wiąże się to z ograniczeniami, takimi jak spadkiem wydajności, więc włącz to tylko w razie potrzeby.", "Enable server-side encryption" : "Włącz szyfrowanie po stronie serwera", @@ -466,44 +475,31 @@ OC.L10N.register( "Common languages" : "Popularne języki", "Other languages" : "Inne języki", "Password change is disabled because the master key is disabled" : "Zmiana hasła jest zablokowana z powodu włączenia klucza głównego.", - "New user" : "Nowy użytkownik", + "New account" : "Nowe konto", "Display name" : "Nazwa wyświetlana", "Either password or email is required" : "Wymagane jest hasło lub adres e-mail", "Password (required)" : "Hasło (wymagane)", "Email (required)" : "E-mail (wymagany)", "Email" : "E-mail", "Groups (required)" : "Grupy (wymagane)", - "Set user groups" : "Ustaw grupy użytkownika", "Administered groups" : "Administrowane grupy", - "Set user as admin for …" : "Ustaw użytkownika administratorem dla...", "Quota" : "Limit", - "Set user quota" : "Ustaw limit użytkownika", "Language" : "Język", "Set default language" : "Ustaw domyślny język", "Manager" : "Menedżer", - "Add new user" : "Dodaj nowego użytkownika", - "Set user manager" : "Ustaw menedżera użytkowników", - "Username will be autogenerated" : "Nazwa użytkownika zostanie wygenerowana automatycznie", - "Username (required)" : "Nazwa użytkownika (wymagane)", "Total rows summary" : "Podsumowanie wszystkich wierszy", - "Loading users …" : "Ładowanie użytkowników ...", "Scroll to load more rows" : "Przewiń, aby załadować więcej wierszy", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} użytkownik…","{userCount} użytkowników…","{userCount} użytkowników…","{userCount} użytkowników…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} użytkownik","{userCount} użytkowników","{userCount} użytkowników","{userCount} użytkowników"], "Avatar" : "Awatar", - "Username" : "Nazwa użytkownika", "Group admin for" : "Administrator grupy", - "User backend" : "Moduł użytkownika", "Storage location" : "Lokalizacja magazynu", "Last login" : "Ostatnio zalogowany", - "User actions" : "Działania użytkownika", + "Account actions" : "Czynności na koncie", "Password or insufficient permissions message" : "Komunikat o haśle lub niewystarczających uprawnieniach", "Loading account …" : "Wczytywanie konta...", "Change display name" : "Zmiana wyświetlanej nazwy", "Set new password" : "Ustaw nowe hasło", "You do not have permissions to see the details of this account" : "Nie masz uprawnień, aby zobaczyć szczegóły tego konta", "Set new email address" : "Ustaw nowy adres e-mail", - "Add user to group" : "Dodaj użytkownika do grupy", "Add account to group" : "Dodaj konto do grupy", "Set account as admin for" : "Ustaw konto jako administrator dla", "Select account quota" : "Wybierz limit konta", @@ -557,6 +553,7 @@ OC.L10N.register( "Your browser does not support WebAuthn." : "Twoja przeglądarka nie obsługuje WebAuthn.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Jako administrator możesz zoptymalizować ustawienia udostępniania. Szczegółowe informacje znajdziesz w dokumentacji.", "You need to enable the File sharing App." : "Musisz włączyć aplikację do udostępniania plików.", + "Loading app list" : "Wczytywanie listy aplikacji", "Loading categories" : "Wczytywanie kategorii", "Developer documentation ↗" : "Dokumentacja deweloperska ↗", "Active accounts" : "Aktywne konta", @@ -564,7 +561,6 @@ OC.L10N.register( "Disabled accounts" : "Wyłączone konta", "Account group: {group}" : "Grupa kont: {group}", "Account management" : "Zarządzanie kontem", - "New account" : "Nowe konto", "Creating group…" : "Tworzenie grupy", "Create group" : "Utwórz grupę", "Group name" : "Nazwa grupy", @@ -683,6 +679,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Istnieją pewne certyfikaty SSL zaimportowane przez użytkownika, które nie są już używane z Nextcloud 21. Można je zaimportować z wiersza poleceń za pomocą polecenia \"occ security:certificates:import\". Ich ścieżki w katalogu danych są pokazane poniżej.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Znaleziono nieprawidłowe identyfikatory UUID użytkowników lub grup LDAP. Sprawdź ustawienia \"Zastąp wykrywanie UUID\" w części eksperckiej konfiguracji LDAP i użyj \"occ ldap:update-uuid\", aby je zaktualizować.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Synchronizacja książki adresowej systemu DAV nie została jeszcze uruchomiona, ponieważ Twoja instancja ma ponad 1000 użytkowników lub wystąpił błąd. Uruchom ją ręcznie, wywołując \"occ dav:sync-system-addressbook\".", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Używana jest wersja MariaDB \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MariaDB 10.2 lub nowszej.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Używana jest wersja MySQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MySQL 8.0 lub MariaDB 10.2, albo nowszej.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Używana jest wersja PostgreSQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają PostgreSQL 9.6 lub nowszej.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Uwierzytelnianie dwuskładnikowe może być wymuszane dla wszystkich użytkowników i określonych grup. Jeśli nie mają skonfigurowanego dostawcy logowania dwuskładnikowego, nie będą mogli zalogować się do systemu.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Gdy grupy są wybierane/wykluczane, używają następującej logiki do określenia, czy użytkownik ma wymuszone 2FA: Jeśli nie wybrano żadnych grup, 2FA jest włączone dla wszystkich, z wyjątkiem członków grup wykluczonych. Jeśli wybrane są grupy, opcja 2FA jest włączona dla wszystkich członków. Jeśli użytkownik znajduje się zarówno w grupie wybranej, jak i wykluczonej, wybrane ma pierwszeństwo, a 2FA jest wymuszone.", "Enable all" : "Włącz wszystkie", @@ -697,9 +696,10 @@ OC.L10N.register( "Error while deleting the token" : "Błąd podczas usuwania tokena", "Use the credentials below to configure your app or device." : "Użyj poniższych poświadczeń, aby skonfigurować aplikację lub urządzenie.", "For security reasons this password will only be shown once." : "Ze względów bezpieczeństwa hasło zostanie pokazane tylko raz.", + "Username" : "Nazwa użytkownika", "Copied!" : "Skopiowano!", "Copy" : "Kopiuj", - "Execute one task with each page loaded. Use case: Single user instance." : "Wykonaj jedno zadanie z każdą załadowaną stroną. Przypadek użycia: Wystąpienie pojedynczego użytkownika.", + "Execute one task with each page loaded. Use case: Single user instance." : "Wykonaj jedno zadanie z każdą wczytaną stroną. Przypadek użycia: instancja pojedynczego użytkownika.", "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php jest zarejestrowany w usłudze webcron i wywołuje cron.php co 5 minut przez HTTP. Przypadek użycia: Bardzo mała instancja (1–5 użytkowników w zależności od zastosowania).", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Dla uruchomienia tego potrzebujesz rozszerzenia PHP POSIX. Zobacz {linkstart}dokumentację PHP{linkend}, aby uzyskać więcej szczegółów.", "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Użyj usługi systemowej crona, aby co 5 minut wywoływać plik cron.php. Zalecane dla wszystkich instancji.", @@ -716,6 +716,7 @@ OC.L10N.register( "Edit display name" : "Edytuj wyświetlaną nazwę", "Add new password" : "Dodaj nowe hasło", "Add new email address" : "Dodaj nowy adres e-mail", + "Add user to group" : "Dodaj użytkownika do grupy", "Set user as admin for" : "Ustaw administratora dla", "Select user quota" : "Wybierz limit dla użytkownika", "Select manager" : "Wybierz menedżera", @@ -726,9 +727,11 @@ OC.L10N.register( "Enable user" : "Odblokuj użytkownika", "Edit User" : "Edytuj użytkownika", "User's table" : "Tabela użytkownika", + "New user" : "Nowy użytkownik", "Will be autogenerated" : "Zostanie automatycznie wygenerowany", "Select user manager" : "Wybierz menedżera użytkowników", "Add a new user" : "Dodaj użytkownika", + "User backend" : "Moduł użytkownika", "No users in here" : "Brak użytkowników", "Name your device" : "Nazwa twojego urządzenia", "Server error while trying to add WebAuthn device" : "Błąd serwera podczas próby dodania urządzenia WebAuthn", @@ -756,12 +759,27 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Wyklucz grupy z tworzenia udostępnionych linków:", "Exclude groups from sharing" : "Wyklucz grupy z udostępniania", "These groups will still be able to receive shares, but not to initiate them." : "Grupy te nadal będą mogły otrzymywać udostępnienia, ale nie będą mogły ich tworzyć.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Zezwalaj na automatyczne uzupełnianie nazwy użytkownika w oknie udostępniania i zezwalaj na dostęp do systemowej książki adresowej", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Zezwalaj na automatyczne uzupełnianie nazw użytkowników użytkownikom w tych samych grupach i ograniczaj systemowej książki adresowej do użytkowników w tych samych grupach", + "Allow username autocompletion to users based on phone number integration" : "Zezwalaj na automatyczne uzupełnianie nazw użytkowników na podstawie integracji numeru telefonu", "Old user imported certificates" : "Stare certyfikaty zaimportowane przez użytkownika", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "W bazie danych brakuje niektórych indeksów. Ze względu na fakt, że dodanie indeksów do dużych tabel może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące indeksy można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-indices\". Po dopisaniu indeksów zapytania do tabel będą one znacznie szybsze.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Aktualnie używasz PHP w wersji %s. PHP 8.0 jest teraz przestarzałe w Nextcloud 27. Nextcloud 28 może wymagać co najmniej PHP 8.1. Jak najszybciej zaktualizuj do jednej z oficjalnie obsługiwanych wersji PHP dostarczonych przez PHP Group", "Rating: {score}/10" : "Ocena: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Zamierzasz usunąć grupę \"{group}\". Użytkownicy NIE zostaną usunięci.", "No users" : "Brak użytkowników", + "Loading users …" : "Ładowanie użytkowników ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista użytkowników. Ta lista nie jest w pełni renderowana ze względu na wydajność. Użytkownicy będą wyświetlani w miarę nawigowania po liście.", + "Set user groups" : "Ustaw grupy użytkownika", + "Set user as admin for …" : "Ustaw użytkownika administratorem dla...", + "Set user quota" : "Ustaw limit użytkownika", + "Add new user" : "Dodaj nowego użytkownika", + "Set user manager" : "Ustaw menedżera użytkowników", + "Username will be autogenerated" : "Nazwa użytkownika zostanie wygenerowana automatycznie", + "Username (required)" : "Nazwa użytkownika (wymagane)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} użytkownik…","{userCount} użytkowników…","{userCount} użytkowników…","{userCount} użytkowników…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} użytkownik","{userCount} użytkowników","{userCount} użytkowników","{userCount} użytkowników"], + "User actions" : "Działania użytkownika", "Loading user …" : "Ładowanie użytkownika…", "Failed to update user manager" : "Nie udało się zaktualizować menedżera użytkowników", "User management settings" : "Ustawienia zarządzania użytkownikiem", diff --git a/apps/settings/l10n/pl.json b/apps/settings/l10n/pl.json index fc796be725d..a63de2597c7 100644 --- a/apps/settings/l10n/pl.json +++ b/apps/settings/l10n/pl.json @@ -123,13 +123,15 @@ "Your remote address could not be determined." : "Nie można określić Twojego adresu zdalnego.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Twój zdalny adres został zidentyfikowany jako \"%s\" i obecnie jest ograniczany metodą brute-force, co spowalnia wykonywanie różnych żądań. Jeśli adres zdalny nie jest Twoim adresem, może to oznaczać, że serwer proxy nie jest poprawnie skonfigurowany.", "Your remote address \"%s\" is not brute-force throttled." : "Twój zdalny adres \"%s\" nie jest ograniczany metodą brute-force.", + "Code integrity" : "Integralność kodu", "Integrity checker has been disabled. Integrity cannot be verified." : "Sprawdzanie integralności zostało wyłączone. Nie można zweryfikować integralności.", + "Some files have not passed the integrity check. {link1} {link2}" : "Niektóre pliki nie przeszły kontroli integralności. {link1} {link2}", "Cron errors" : "Błędy Crona", "Cron last run" : "Ostatnie działanie Crona", + "Data directory protected" : "Katalog danych chroniony", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Twój katalog danych i pliki są prawdopodobnie dostępne przez Internet. Plik .htaccess nie działa. Zdecydowanie zaleca się skonfigurowanie serwera WWW w taki sposób, aby katalog danych nie był już dostępny, albo przenieś katalog danych poza główny katalog serwera WWW.", "Database missing columns" : "Brakujące kolumny bazy danych", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "W bazie danych brakuje niektórych opcjonalnych kolumn. Ze względu na fakt, że dodawanie kolumn do dużych tabel może zająć trochę czasu oraz mogą one być opcjonalne, nie zostały dodane automatycznie. Brakujące kolumny można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-columns\". Po dodaniu kolumn niektóre funkcje mogą poprawić czas reakcji lub użyteczność.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "W bazie danych brakuje niektórych indeksów. Ze względu na fakt, że dodanie indeksów do dużych tabel może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące indeksy można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-indices\". Po dopisaniu indeksów zapytania do tabel będą one znacznie szybsze.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "W bazie danych brakuje niektórych kluczy podstawowych. Ze względu na fakt, że dodanie kluczy głównych może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące klucze podstawowe można dodać ręcznie, w trakcie pracy instancji uruchamiając \"occ db:add-missing-primary-keys\".", "Debug mode" : "Tryb debugowania", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Instancja działa w trybie debugowania. Włącz to tylko dla wersji lokalnej, a nie w środowiskach produkcyjnych.", @@ -154,6 +156,7 @@ "Old server-side-encryption" : "Stare szyfrowanie po stronie serwera", "Disabled" : "Wyłączone", "The old server-side-encryption format is enabled. We recommend disabling this." : "Stary format szyfrowania po stronie serwera jest włączony. Zalecamy wyłączenie jego.", + "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Serwer nie ma skonfigurowanego czasu rozpoczęcia okna konserwacji. Oznacza to, że codzienne zadania w tle wymagające dużych zasobów będą również wykonywane w głównym czasie użytkowania. Zalecamy ustawienie czasu niskiego użycia, aby użytkownicy byli mniej obciążeni obciążeniem wynikającym z tych ciężkich zadań.", "Memcache" : "Pamięć podręczna", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Nie skonfigurowano pamięci podręcznej. Aby zwiększyć wydajność, skonfiguruj memcache, jeśli jest dostępne.", "Configured" : "Skonfigurowano", @@ -172,7 +175,9 @@ "The PHP memory limit is below the recommended value of %s." : "Limit pamięci PHP jest poniżej zalecanej wartości %s", "PHP modules" : "Moduły PHP", "increases language translation performance and fixes sorting of non-ASCII characters" : "zwiększa wydajność tłumaczenia języka i naprawia sortowanie znaków innych niż ASCII", + "for picture rotation in server and metadata extraction in the Photos app" : "do obracania zdjęć na serwerze i ekstrakcji metadanych w aplikacji Zdjęcia", "This instance is missing some required PHP modules. It is required to install them: %s." : "Ta instancja ma brakujące moduły PHP. Należy zainstalować następujące moduły: %s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "W tej instancji brakuje niektórych zalecanych modułów PHP. W celu poprawy wydajności i lepszej kompatybilności zdecydowanie zaleca się ich zainstalowanie:\n%s", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Moduł PHP OPcache nie jest wczytany. Aby uzyskać lepszą wydajność, zaleca się wczytanie go do instalacji PHP.", "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache jest wyłączone. Aby uzyskać lepszą wydajność, zaleca się zastosowanie „opcache.enable=1” w konfiguracji PHP.", "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "Oparta na pamięci współdzielonej pamięć OPcache jest wyłączona. Aby uzyskać lepszą wydajność, zaleca się zastosowanie „opcache.file_cache_only=0” do konfiguracji PHP i używanie pamięci podręcznej plików tylko jako pamięci podręcznej drugiego poziomu.", @@ -190,11 +195,9 @@ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Włączono konfigurację tylko do odczytu. Zapobiega to ustawianiu niektórych konfiguracji przez interfejs internetowy. Ponadto plik musi być zapisany ręcznie przy każdej aktualizacji.", "Nextcloud configuration file is writable" : "Plik konfiguracyjny Nextcloud jest \"do zapisu\"", "HTTP headers" : "Nagłówki HTTP", + "Some headers are not set correctly on your instance" : "Niektóre nagłówki nie są poprawnie ustawione w Twojej instancji", "Your server is correctly configured to send security headers." : "Twój serwer jest poprawnie skonfigurowany do wysyłania nagłówków zabezpieczeń.", "Database version" : "Wersja bazy danych", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Używana jest wersja MariaDB \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MariaDB 10.2 lub nowszej.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Używana jest wersja MySQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MySQL 8.0 lub MariaDB 10.2, albo nowszej.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Używana jest wersja PostgreSQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają PostgreSQL 9.6 lub nowszej.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite jest obecnie używany jako baza danych zaplecza. W przypadku większych instalacji zalecamy przejście na inną bazę danych. Jest to szczególnie zalecane w przypadku korzystania z klienta stacjonarnego do synchronizacji plików. Aby przeprowadzić migrację do innej bazy danych, użyj narzędzia wiersza poleceń: „occ db:convert-type”.", "Unknown database platform" : "Nieznana platforma baz danych", "Architecture" : "Architektura", @@ -204,6 +207,9 @@ "Database transaction isolation level" : "Poziom izolacji transakcji bazy danych", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Baza danych nie działa z poziomem izolacji transakcji \"READ COMMITTED\". Może to powodować problemy, gdy wiele akcji jest wykonywanych równolegle.", "Was not able to get transaction isolation level: %s" : "Nie udało się uzyskać poziomu izolacji transakcji: %s", + "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Nie można sprawdzić, czy Twój serwer WWW poprawnie obsługuje `.well-known`. Sprawdź ręcznie.", + "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Nie można sprawdzić obsługi wczytywania WOFF2. Sprawdź ręcznie, czy Twój serwer WWW obsługuje pliki `.woff2`.", + "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "Twój serwer WWW nie został poprawnie skonfigurowany do dostarczania plików .woff2. Zazwyczaj jest to problem z konfiguracją Nginx. Dla Nextcloud 15 wymagane jest dostosowanie jej, aby dostarczać pliki .woff2. Porównaj swoją konfigurację Nginx z zalecaną konfiguracją w naszej dokumentacji.", "Profile information" : "Informacje o profilu", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Zdjęcie profilowe, imię i nazwisko, adres e-mail, numer telefonu, adres, witryna internetowa, Twitter, organizacja, rola, nagłówek, biografia i czy Twój profil jest włączony", "Nextcloud settings" : "Ustawienia Nextcloud", @@ -250,10 +256,7 @@ "Set default expiration date for shares via link or mail" : "Ustaw domyślną datę wygaśnięcia udostępnień za pośrednictwem linku lub poczty", "Default expiration time of shares in days" : "Domyślny czas wygaśnięcia udostępnień w dniach", "Privacy settings for sharing" : "Ustawienia prywatności dotyczące udostępniania", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Zezwalaj na automatyczne uzupełnianie nazwy użytkownika w oknie udostępniania i zezwalaj na dostęp do systemowej książki adresowej", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Jeśli automatyczne uzupełnianie \"ta sama grupa\" i \"integracja numeru telefonu\" są włączone, wystarczy dopasowanie w jednej z nich, aby pokazać użytkownikowi.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Zezwalaj na automatyczne uzupełnianie nazw użytkowników użytkownikom w tych samych grupach i ograniczaj systemowej książki adresowej do użytkowników w tych samych grupach", - "Allow username autocompletion to users based on phone number integration" : "Zezwalaj na automatyczne uzupełnianie nazw użytkowników na podstawie integracji numeru telefonu", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Zezwalaj na autouzupełnianie podczas wpisywania pełnej nazwy lub adresu e-mail (ignorując brak dopasowania książki telefonicznej i bycie w tej samej grupie)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Pokaż tekst zastrzeżenia na stronie przesyłania linków publicznych (wyświetlane tylko wtedy, gdy lista plików jest ukryta)", "Disclaimer text" : "Tekst zastrzeżenia", @@ -292,7 +295,10 @@ "_%n app has an update available_::_%n apps have an update available_" : ["%n aplikacja ma dostępną aktualizację","%n aplikacje mają dostępną aktualizację","%n aplikacji mają dostępną aktualizację","%n aplikacji mają dostępną aktualizację"], "_Update_::_Update all_" : ["Zaktualizuj","Zaktualizuj","Zaktualizuj","Zaktualizuj wszystko"], "Nothing to show" : "Nie ma nic do pokazania", + "Could not load section content from app store." : "Nie można wczytać zawartości sekcji ze sklepu z aplikacjami.", "Loading" : "Wczytywanie", + "Fetching the latest news…" : "Pobieram najnowsze wiadomości…", + "Could not load app discover section" : "Nie można wczytać sekcji odkrywania aplikacji", "Carousel" : "Karuzela", "Previous slide" : "Poprzedni slajd", "Next slide" : "Następny slajd", @@ -345,6 +351,7 @@ "App name" : "Nazwa aplikacji", "Create new app password" : "Utwórz nowe hasło aplikacji", "Error while creating device token" : "Błąd podczas tworzenia tokena urządzenia", + "New app password" : "Nowe hasło do aplikacji", "Login" : "Login", "Password" : "Hasło", "Show QR code for mobile apps" : "Pokaż kod QR dla aplikacji mobilnych", @@ -362,6 +369,7 @@ "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php jest zarejestrowany w usłudze webcron i wywołuje cron.php co 5 minut przez HTTP. Przypadek użycia: Bardzo mała instancja (1–5 kont w zależności od zastosowania).", "Cron (Recommended)" : "Cron (zalecane)", "Use system cron service to call the cron.php file every 5 minutes." : "Użyj usługi systemowej cron, aby wywoływać plik cron.php co 5 minut.", + "The cron.php needs to be executed by the system account \"{user}\"." : "Plik cron.php musi zostać wykonany przez konto systemowe „{user}”.", "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Wymagane jest rozszerzenie PHP POSIX. Więcej informacji można znaleźć w {linkstart}dokumentacji PHP{linkend}.", "Unable to update background job mode" : "Nie można zaktualizować trybu zadania w tle", "Profile" : "Profil", @@ -369,6 +377,7 @@ "Enable" : "Włącz", "Unable to update profile default setting" : "Nie można zaktualizować domyślnych ustawień profilu", "{app}'s declarative setting field: {name}" : "Pole ustawień deklaratywnych aplikacji {app}: {name}", + "Failed to save setting" : "Nie udało się zapisać ustawienia", "Server-side encryption" : "Szyfrowanie po stronie serwera", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Szyfrowanie po stronie serwera umożliwia szyfrowanie plików przesyłanych na ten serwer. Wiąże się to z ograniczeniami, takimi jak spadkiem wydajności, więc włącz to tylko w razie potrzeby.", "Enable server-side encryption" : "Włącz szyfrowanie po stronie serwera", @@ -464,44 +473,31 @@ "Common languages" : "Popularne języki", "Other languages" : "Inne języki", "Password change is disabled because the master key is disabled" : "Zmiana hasła jest zablokowana z powodu włączenia klucza głównego.", - "New user" : "Nowy użytkownik", + "New account" : "Nowe konto", "Display name" : "Nazwa wyświetlana", "Either password or email is required" : "Wymagane jest hasło lub adres e-mail", "Password (required)" : "Hasło (wymagane)", "Email (required)" : "E-mail (wymagany)", "Email" : "E-mail", "Groups (required)" : "Grupy (wymagane)", - "Set user groups" : "Ustaw grupy użytkownika", "Administered groups" : "Administrowane grupy", - "Set user as admin for …" : "Ustaw użytkownika administratorem dla...", "Quota" : "Limit", - "Set user quota" : "Ustaw limit użytkownika", "Language" : "Język", "Set default language" : "Ustaw domyślny język", "Manager" : "Menedżer", - "Add new user" : "Dodaj nowego użytkownika", - "Set user manager" : "Ustaw menedżera użytkowników", - "Username will be autogenerated" : "Nazwa użytkownika zostanie wygenerowana automatycznie", - "Username (required)" : "Nazwa użytkownika (wymagane)", "Total rows summary" : "Podsumowanie wszystkich wierszy", - "Loading users …" : "Ładowanie użytkowników ...", "Scroll to load more rows" : "Przewiń, aby załadować więcej wierszy", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} użytkownik…","{userCount} użytkowników…","{userCount} użytkowników…","{userCount} użytkowników…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} użytkownik","{userCount} użytkowników","{userCount} użytkowników","{userCount} użytkowników"], "Avatar" : "Awatar", - "Username" : "Nazwa użytkownika", "Group admin for" : "Administrator grupy", - "User backend" : "Moduł użytkownika", "Storage location" : "Lokalizacja magazynu", "Last login" : "Ostatnio zalogowany", - "User actions" : "Działania użytkownika", + "Account actions" : "Czynności na koncie", "Password or insufficient permissions message" : "Komunikat o haśle lub niewystarczających uprawnieniach", "Loading account …" : "Wczytywanie konta...", "Change display name" : "Zmiana wyświetlanej nazwy", "Set new password" : "Ustaw nowe hasło", "You do not have permissions to see the details of this account" : "Nie masz uprawnień, aby zobaczyć szczegóły tego konta", "Set new email address" : "Ustaw nowy adres e-mail", - "Add user to group" : "Dodaj użytkownika do grupy", "Add account to group" : "Dodaj konto do grupy", "Set account as admin for" : "Ustaw konto jako administrator dla", "Select account quota" : "Wybierz limit konta", @@ -555,6 +551,7 @@ "Your browser does not support WebAuthn." : "Twoja przeglądarka nie obsługuje WebAuthn.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Jako administrator możesz zoptymalizować ustawienia udostępniania. Szczegółowe informacje znajdziesz w dokumentacji.", "You need to enable the File sharing App." : "Musisz włączyć aplikację do udostępniania plików.", + "Loading app list" : "Wczytywanie listy aplikacji", "Loading categories" : "Wczytywanie kategorii", "Developer documentation ↗" : "Dokumentacja deweloperska ↗", "Active accounts" : "Aktywne konta", @@ -562,7 +559,6 @@ "Disabled accounts" : "Wyłączone konta", "Account group: {group}" : "Grupa kont: {group}", "Account management" : "Zarządzanie kontem", - "New account" : "Nowe konto", "Creating group…" : "Tworzenie grupy", "Create group" : "Utwórz grupę", "Group name" : "Nazwa grupy", @@ -681,6 +677,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Istnieją pewne certyfikaty SSL zaimportowane przez użytkownika, które nie są już używane z Nextcloud 21. Można je zaimportować z wiersza poleceń za pomocą polecenia \"occ security:certificates:import\". Ich ścieżki w katalogu danych są pokazane poniżej.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Znaleziono nieprawidłowe identyfikatory UUID użytkowników lub grup LDAP. Sprawdź ustawienia \"Zastąp wykrywanie UUID\" w części eksperckiej konfiguracji LDAP i użyj \"occ ldap:update-uuid\", aby je zaktualizować.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Synchronizacja książki adresowej systemu DAV nie została jeszcze uruchomiona, ponieważ Twoja instancja ma ponad 1000 użytkowników lub wystąpił błąd. Uruchom ją ręcznie, wywołując \"occ dav:sync-system-addressbook\".", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Używana jest wersja MariaDB \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MariaDB 10.2 lub nowszej.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Używana jest wersja MySQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MySQL 8.0 lub MariaDB 10.2, albo nowszej.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Używana jest wersja PostgreSQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają PostgreSQL 9.6 lub nowszej.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Uwierzytelnianie dwuskładnikowe może być wymuszane dla wszystkich użytkowników i określonych grup. Jeśli nie mają skonfigurowanego dostawcy logowania dwuskładnikowego, nie będą mogli zalogować się do systemu.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Gdy grupy są wybierane/wykluczane, używają następującej logiki do określenia, czy użytkownik ma wymuszone 2FA: Jeśli nie wybrano żadnych grup, 2FA jest włączone dla wszystkich, z wyjątkiem członków grup wykluczonych. Jeśli wybrane są grupy, opcja 2FA jest włączona dla wszystkich członków. Jeśli użytkownik znajduje się zarówno w grupie wybranej, jak i wykluczonej, wybrane ma pierwszeństwo, a 2FA jest wymuszone.", "Enable all" : "Włącz wszystkie", @@ -695,9 +694,10 @@ "Error while deleting the token" : "Błąd podczas usuwania tokena", "Use the credentials below to configure your app or device." : "Użyj poniższych poświadczeń, aby skonfigurować aplikację lub urządzenie.", "For security reasons this password will only be shown once." : "Ze względów bezpieczeństwa hasło zostanie pokazane tylko raz.", + "Username" : "Nazwa użytkownika", "Copied!" : "Skopiowano!", "Copy" : "Kopiuj", - "Execute one task with each page loaded. Use case: Single user instance." : "Wykonaj jedno zadanie z każdą załadowaną stroną. Przypadek użycia: Wystąpienie pojedynczego użytkownika.", + "Execute one task with each page loaded. Use case: Single user instance." : "Wykonaj jedno zadanie z każdą wczytaną stroną. Przypadek użycia: instancja pojedynczego użytkownika.", "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php jest zarejestrowany w usłudze webcron i wywołuje cron.php co 5 minut przez HTTP. Przypadek użycia: Bardzo mała instancja (1–5 użytkowników w zależności od zastosowania).", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Dla uruchomienia tego potrzebujesz rozszerzenia PHP POSIX. Zobacz {linkstart}dokumentację PHP{linkend}, aby uzyskać więcej szczegółów.", "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Użyj usługi systemowej crona, aby co 5 minut wywoływać plik cron.php. Zalecane dla wszystkich instancji.", @@ -714,6 +714,7 @@ "Edit display name" : "Edytuj wyświetlaną nazwę", "Add new password" : "Dodaj nowe hasło", "Add new email address" : "Dodaj nowy adres e-mail", + "Add user to group" : "Dodaj użytkownika do grupy", "Set user as admin for" : "Ustaw administratora dla", "Select user quota" : "Wybierz limit dla użytkownika", "Select manager" : "Wybierz menedżera", @@ -724,9 +725,11 @@ "Enable user" : "Odblokuj użytkownika", "Edit User" : "Edytuj użytkownika", "User's table" : "Tabela użytkownika", + "New user" : "Nowy użytkownik", "Will be autogenerated" : "Zostanie automatycznie wygenerowany", "Select user manager" : "Wybierz menedżera użytkowników", "Add a new user" : "Dodaj użytkownika", + "User backend" : "Moduł użytkownika", "No users in here" : "Brak użytkowników", "Name your device" : "Nazwa twojego urządzenia", "Server error while trying to add WebAuthn device" : "Błąd serwera podczas próby dodania urządzenia WebAuthn", @@ -754,12 +757,27 @@ "Exclude groups from creating link shares:" : "Wyklucz grupy z tworzenia udostępnionych linków:", "Exclude groups from sharing" : "Wyklucz grupy z udostępniania", "These groups will still be able to receive shares, but not to initiate them." : "Grupy te nadal będą mogły otrzymywać udostępnienia, ale nie będą mogły ich tworzyć.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Zezwalaj na automatyczne uzupełnianie nazwy użytkownika w oknie udostępniania i zezwalaj na dostęp do systemowej książki adresowej", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Zezwalaj na automatyczne uzupełnianie nazw użytkowników użytkownikom w tych samych grupach i ograniczaj systemowej książki adresowej do użytkowników w tych samych grupach", + "Allow username autocompletion to users based on phone number integration" : "Zezwalaj na automatyczne uzupełnianie nazw użytkowników na podstawie integracji numeru telefonu", "Old user imported certificates" : "Stare certyfikaty zaimportowane przez użytkownika", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "W bazie danych brakuje niektórych indeksów. Ze względu na fakt, że dodanie indeksów do dużych tabel może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące indeksy można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-indices\". Po dopisaniu indeksów zapytania do tabel będą one znacznie szybsze.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Aktualnie używasz PHP w wersji %s. PHP 8.0 jest teraz przestarzałe w Nextcloud 27. Nextcloud 28 może wymagać co najmniej PHP 8.1. Jak najszybciej zaktualizuj do jednej z oficjalnie obsługiwanych wersji PHP dostarczonych przez PHP Group", "Rating: {score}/10" : "Ocena: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Zamierzasz usunąć grupę \"{group}\". Użytkownicy NIE zostaną usunięci.", "No users" : "Brak użytkowników", + "Loading users …" : "Ładowanie użytkowników ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista użytkowników. Ta lista nie jest w pełni renderowana ze względu na wydajność. Użytkownicy będą wyświetlani w miarę nawigowania po liście.", + "Set user groups" : "Ustaw grupy użytkownika", + "Set user as admin for …" : "Ustaw użytkownika administratorem dla...", + "Set user quota" : "Ustaw limit użytkownika", + "Add new user" : "Dodaj nowego użytkownika", + "Set user manager" : "Ustaw menedżera użytkowników", + "Username will be autogenerated" : "Nazwa użytkownika zostanie wygenerowana automatycznie", + "Username (required)" : "Nazwa użytkownika (wymagane)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} użytkownik…","{userCount} użytkowników…","{userCount} użytkowników…","{userCount} użytkowników…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} użytkownik","{userCount} użytkowników","{userCount} użytkowników","{userCount} użytkowników"], + "User actions" : "Działania użytkownika", "Loading user …" : "Ładowanie użytkownika…", "Failed to update user manager" : "Nie udało się zaktualizować menedżera użytkowników", "User management settings" : "Ustawienia zarządzania użytkownikiem", diff --git a/apps/settings/l10n/pt_BR.js b/apps/settings/l10n/pt_BR.js index ebefec4c4b9..4b0cf24b289 100644 --- a/apps/settings/l10n/pt_BR.js +++ b/apps/settings/l10n/pt_BR.js @@ -130,7 +130,6 @@ OC.L10N.register( "Your remote address could not be determined." : "Seu endereço remoto não pode ser determinado.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Seu endereço remoto foi identificado como \"%s\" e está sendo limitado por força bruta no momento, diminuindo o desempenho de diversas solicitações. Se o endereço remoto não for o seu, isso pode ser uma indicação de que um proxy não está configurado corretamente.", "Your remote address \"%s\" is not brute-force throttled." : "Seu endereço remoto \"%s\" não é limitado por força bruta.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificação seja executada, você deve garantir que seu servidor web possa se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e se conectar a pelo menos um de seus `trusted_domains` ou ao `overwrite.cli.url`.", "Old administration imported certificates" : "Certificados importados da administração antiga", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Há um trabalho em segundo plano pendente que verifica os certificados SSL importados para administração. Por favor, verifique novamente mais tarde.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Existem alguns certificados SSL importados de administração presentes, que não são mais usados no Nextcloud 21. Eles podem ser importados na linha de comando via comando \"occ security:certificates:import\". Seus caminhos dentro do diretório de dados são mostrados abaixo.", @@ -151,8 +150,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Coluna opcional \"%s\" ausente na tabela \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Estão faltando algumas colunas opcionais no banco de dados. Devido ao fato de que adicionar colunas em grandes tabelas pode levar algum tempo, elas não foram adicionadas automaticamente por serem opcionais. Ao executar \"occ db: add-missing-columns\", elas podem ser adicionadas manualmente enquanto a instância continua em execução. Depois que as colunas são adicionadas, alguns recursos podem melhorar a capacidade de resposta ou a usabilidade.", "Database missing indices" : "Índices ausentes no banco de dados", - "Missing optional index \"%s\" in table \"%s\"." : "Faltando índice opcional \"%s\" na tabela \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Estão faltando alguns índices no banco de dados. Devido ao fato de que adicionar índices em tabelas grandes pode levar algum tempo, eles não foram adicionados automaticamente. Ao executar \"occ db:add-missing-indices\", os índices ausentes podem ser adicionados manualmente enquanto o Nextcloud continua em execução. Depois que os índices são adicionados, as consultas a essas tabelas geralmente são muito mais rápidas.", "Database missing primary keys" : "Banco de dados sem chaves primárias", "Missing primary key on table \"%s\"." : "Faltando chave primária na tabela \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "O banco de dados está sem algumas chaves primárias. Devido ao fato de que adicionar chaves primárias em tabelas grandes pode levar algum tempo, elas não foram adicionadas automaticamente. Ao executar \"occ db: add-missing-primary-keys\" essas chaves primárias ausentes podem ser adicionadas manualmente enquanto a instância continua em execução.", @@ -178,13 +175,11 @@ OC.L10N.register( "HTTPS access and URLs" : "Acesso HTTPS e URLs", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Acessando o site de forma insegura via HTTP. É altamente recomendável configurar seu servidor para exigir HTTPS. Sem ele, algumas funcionalidades importantes da web, como \"copiar para a área de transferência\" ou \"service workers\" não funcionarão!", "Accessing site insecurely via HTTP." : "Acessando o site de forma insegura via HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Você está acessando sua instância por meio de uma conexão segura, mas sua instância está gerando URLs inseguros. Isso provavelmente significa que você está atrás de um proxy reverso e as variáveis de configuração de substituição não estão definidas corretamente.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Você está acessando sua instância por meio de uma conexão segura e sua instância está gerando URLs seguros.", "Internet connectivity" : "Conectividade com a Internet", "Internet connectivity is disabled in configuration file." : "A conectividade com a Internet está desabilitada no arquivo de configuração.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Este servidor não tem conexão com a Internet: vários pontos alvo não puderam ser alcançados. Isso significa que alguns dos recursos, como montagem de armazenamento externo, notificações sobre atualizações ou instalação de aplicativos de terceiros, não funcionarão. Acessar arquivos remotamente e enviar e-mails de notificação também pode não funcionar. Estabeleça uma conexão deste servidor com a Internet para desfrutar de todos os recursos. ", "JavaScript modules support" : "Suporte a módulos JavaScript", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível verificar o suporte a JavaScript por meio de nenhum dos seus `trusted_domains` nem `overwrite.cli.url`. Isso pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída. Verifique manualmente se o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Seu servidor web não serve arquivos `.mjs` usando o tipo JavaScript MIME. Isso interromperá alguns aplicativos, impedindo que os navegadores executem os arquivos JavaScript. Você deve configurar seu servidor web para servir arquivos `.mjs` com o tipo MIME `text/javascript` ou `application/javascript`.", "JavaScript source map support" : "Suporte ao mapa de origem JavaScript", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Seu servidor web não está configurado para servir arquivos `.js.map`. Sem esses arquivos, os mapas de origem JavaScript não funcionarão corretamente, tornando mais difícil solucionar e depurar quaisquer problemas que possam surgir.", @@ -195,8 +190,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "O servidor não tem horário de início da janela de manutenção configurado. Isso significa que trabalhos diários em segundo plano com uso intensivo de recursos também serão executados durante o tempo de uso principal. Recomendamos configurá-lo para um horário de baixo uso, para que os usuários sejam menos impactados pela carga causada por essas tarefas pesadas.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "A janela de manutenção para executar trabalhos pesados em segundo plano ocorre entre {start}:00 UTC e {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "O Memcached está configurado como cache distribuído, mas o módulo PHP \"memcache\" errado está instalado. \\OC\\Memcache\\Memcached suporta apenas \"memcached\" e não \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "O Memcached está configurado como cache distribuído, mas o módulo PHP \"memcached\" não está instalado.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Nenhum cache de memória foi configurado. Para melhorar o desempenho, configure um memcache, se disponível.", "Configured" : "Configurado", "MySQL Unicode support" : "Suporte MySQL Unicode", @@ -270,9 +263,6 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Não foi possível verificar se o seu servidor web fornece cabeçalhos de segurança corretamente, não foi possível consultar `%s`", "Your server is correctly configured to send security headers." : "Seu servidor está configurado corretamente para enviar cabeçalhos de segurança.", "Database version" : "Versão do banco de dados", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "A versão do MariaDB \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem MariaDB 10.2 ou superior.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "A versão do MySQL \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem MySQL 8.0 ou MariaDB 10.2 ou superior.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "A versão do PostgreSQL \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem o PostgreSQL 9.6 ou superior.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite está sendo usado atualmente como banco de dados backend. Para instalações maiores, recomendamos que você mude para um back-end de banco de dados diferente. Isto é particularmente recomendado ao usar o cliente de desktop para sincronização de arquivos. Para migrar para outro banco de dados utilize a ferramenta de linha de comando: \"occ db:convert-type\".", "Unknown database platform" : "Plataforma de banco de dados desconhecida", "Architecture" : "Arquitetura", @@ -344,10 +334,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Defina a data de expiração padrão para compartilhamentos via link ou e-mail", "Default expiration time of shares in days" : "Tempo de expiração padrão das ações em dias", "Privacy settings for sharing" : "Configurações de privacidade para compartilhamento", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir preenchimento automático de nome de usuário na caixa de diálogo de compartilhamento e permitir acesso ao catálogo de endereços do sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Se autocompletar \"mesmo grupo\" e \"integração do número de telefone\" estiverem habilitadas, uma correspondência em qualquer um dos dois é suficiente para mostrar o usuário.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permita o preenchimento automático de nome de usuário para usuários dentro dos mesmos grupos e limite os catálogos de endereços do sistema para usuários nos mesmos grupos", - "Allow username autocompletion to users based on phone number integration" : "Permitir autocompletar o nome do usuário com base na integração do número de telefone", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permitir preenchimento automático ao inserir o nome completo ou o endereço de e-mail (ignorando a correspondência ausente da agenda telefônica e estando no mesmo grupo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Exibir o texto de aviso na página de envio do link público (somente mostrado quando a lista de arquivos está oculta).", "Disclaimer text" : "Texto de isenção de responsabilidade", @@ -578,44 +565,32 @@ OC.L10N.register( "Common languages" : "Idiomas comuns", "Other languages" : "Outros Idiomas", "Password change is disabled because the master key is disabled" : "A alteração de senha está desativada porque a chave mestra está desativada", - "New user" : "Novo usuário", + "New account" : "Nova conta", "Display name" : "Nome de exibição", "Either password or email is required" : "Either password or email is required", "Password (required)" : "Password (required)", "Email (required)" : "Email (required)", "Email" : "E-mail", "Groups (required)" : "Groups (required)", - "Set user groups" : "Set user groups", "Administered groups" : "Administered groups", - "Set user as admin for …" : "Set user as admin for …", "Quota" : "Cota", - "Set user quota" : "Set user quota", "Language" : "Idioma", "Set default language" : "Set default language", "Manager" : "Gerente", - "Add new user" : "Add new user", - "Set user manager" : "Set user manager", - "Username will be autogenerated" : "Username will be autogenerated", - "Username (required)" : "Username (required)", "Total rows summary" : "Resumo total de linhas", - "Loading users …" : "Carregando usuários…", "Scroll to load more rows" : "Role para carregar mais linhas", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuários…","{userCount} usuários…","{userCount} usuários…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} usuários","{userCount} usuário","{userCount} usuários"], "Avatar" : "Avatar", - "Username" : "Nome de Usuário", + "Account name" : "Nome da conta", "Group admin for" : "Admin. de grupo", - "User backend" : "Plataforma de serviço de usuário", "Storage location" : "Local do armazenamento", "Last login" : "Último acesso", - "User actions" : "Ações do usuário", + "Account actions" : "Ações da conta", "Password or insufficient permissions message" : "Mensagem de senha ou permissões insuficientes", "Loading account …" : "Carregando conta…", "Change display name" : "Alterar nome de exibição", "Set new password" : "Definir nova senha", "You do not have permissions to see the details of this account" : "Você não tem permissão para ver os detalhes desta conta", "Set new email address" : "Definir novo endereço de e-mail", - "Add user to group" : "Adicionar usuário ao grupo", "Add account to group" : "Adicionar conta ao grupo", "Set account as admin for" : "Definir conta como administrador para", "Select account quota" : "Selecione a cota da conta", @@ -681,7 +656,6 @@ OC.L10N.register( "Disabled accounts" : "Contas desativadas", "Account group: {group}" : "Grupo de contas: {group}", "Account management" : "Gerenciamento de contas", - "New account" : "Nova conta", "Creating group…" : "Criando grupo…", "Create group" : "Criar grupo", "Group name" : "Nome do grupo", @@ -722,6 +696,9 @@ OC.L10N.register( "The app will be downloaded from the App Store" : "O aplicativo será baixado da App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Este aplicativo não está marcado como compatível com sua versão do Nextcloud. Se você continuar, ainda poderá instalar o aplicativo mas poderá não funcionar como esperado.", "Never" : "Nunca", + "Could not register device: Network error" : "Não foi possível registrar o dispositivo: Erro de rede", + "Could not register device: Probably already registered" : "Não foi possível registrar o dispositivo: Provavelmente já registrado", + "Could not register device" : "Não foi possível registrar o dispositivo", "An error occurred during the request. Unable to proceed." : "Ocorreu um erro durante a solicitação. Não foi possível prosseguir.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "O aplicativo foi ativado, mas precisa ser atualizado. Você será redirecionado para a página de atualização em 5 segundos.", "Error: This app cannot be enabled because it makes the server unstable" : "Erro: Este aplicativo não pode ser habilitado pois torna o servidor instável.", @@ -736,6 +713,7 @@ OC.L10N.register( "Account documentation" : "Documentação da conta", "Administration documentation" : "Documentação de administração", "Forum" : "Fórum", + "Nextcloud help & privacy resources" : "Ajuda do Nextcloud & recursos de privacidade", "General documentation" : "Documentação geral", "Legal notice" : "Aviso legal", "Privacy policy" : "Política de privacidade", @@ -796,6 +774,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Existem alguns certificados SSL importados pelo usuário presentes, que não são mais usados com o Nextcloud 21. Eles podem ser importados na linha de comando através do comando \"occ security:certificates:import\". Seus caminhos dentro do diretório de dados são mostrados abaixo.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "UUIDs inválidos de usuários ou grupos LDAP foram encontrados. Revise suas configurações de \"Substituir detecção de UUID\" na parte Expert da configuração LDAP e use \"occ ldap:update-uuid\" para atualizá-las.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "A sincronização do catálogo de endereços do sistema DAV ainda não foi executada porque sua instância tem mais de 1000 usuários ou porque ocorreu um erro. Execute-o manualmente chamando occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "A versão do MariaDB \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem MariaDB 10.2 ou superior.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "A versão do MySQL \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem MySQL 8.0 ou MariaDB 10.2 ou superior.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "A versão do PostgreSQL \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem o PostgreSQL 9.6 ou superior.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "A autenticação de dois fatores pode ser imposta a todos os usuários e grupos específicos. Se eles não tiverem um provedor de dois fatores configurado, não poderão fazer login no sistema.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Quando grupos são selecionados/excluídos, eles usam a seguinte lógica para determinar se um usuário tem 2FA forçado: Se nenhum grupo for selecionado, 2FA será habilitado para todos, exceto membros dos grupos excluídos. Se grupos são selecionados, 2FA é ativado para todos os membros deles. Se um usuário estiver em um grupo selecionado e excluído, o selecionado terá precedência e o 2FA será forçado.", "Enable all" : "Ativar tudo", @@ -810,6 +791,7 @@ OC.L10N.register( "Error while deleting the token" : "Erro ao excluir o token", "Use the credentials below to configure your app or device." : "Use as credenciais abaixo para configurar seu aplicativo ou dispositivo.", "For security reasons this password will only be shown once." : "Por motivo de segurança, esta senha só será exibida uma vez.", + "Username" : "Nome de Usuário", "Copied!" : "Copiado!", "Copy" : "Copiar", "Execute one task with each page loaded. Use case: Single user instance." : "Execute uma tarefa com cada página carregada. Caso de uso: instância de usuário único.", @@ -829,6 +811,7 @@ OC.L10N.register( "Edit display name" : "Editar nome de exibição", "Add new password" : "Adicionar nova senha", "Add new email address" : "Adicionar novo endereço de e-mail", + "Add user to group" : "Adicionar usuário ao grupo", "Set user as admin for" : "Definir como admin. para", "Select user quota" : "Selecionar a cota de usuário", "Select manager" : "Selecione o gerente", @@ -839,9 +822,11 @@ OC.L10N.register( "Enable user" : "Ativar usuário", "Edit User" : "Editar Usuário", "User's table" : "Selecione o gerente", + "New user" : "Novo usuário", "Will be autogenerated" : "Será autogerado", "Select user manager" : "Selecione o gerenciador de usuários", "Add a new user" : "Adicionar o novo usuário", + "User backend" : "Plataforma de serviço de usuário", "No users in here" : "Nenhum usuário aqui", "Name your device" : "Nomeie seu dispositivo", "Server error while trying to add WebAuthn device" : "Erro no servidor ao adicionar o dispositivo WebAuthn", @@ -869,14 +854,31 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Impedir os seguintes grupos de criar compartilhamentos via link:", "Exclude groups from sharing" : "Impedir que alguns grupos compartilhem", "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos ainda serão capazes de receber compartilhamentos, mas não iniciá-los.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir preenchimento automático de nome de usuário na caixa de diálogo de compartilhamento e permitir acesso ao catálogo de endereços do sistema", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permita o preenchimento automático de nome de usuário para usuários dentro dos mesmos grupos e limite os catálogos de endereços do sistema para usuários nos mesmos grupos", + "Allow username autocompletion to users based on phone number integration" : "Permitir autocompletar o nome do usuário com base na integração do número de telefone", "Old user imported certificates" : "Certificados importados de usuários antigos", + "Missing optional index \"%s\" in table \"%s\"." : "Faltando índice opcional \"%s\" na tabela \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Estão faltando alguns índices no banco de dados. Devido ao fato de que adicionar índices em tabelas grandes pode levar algum tempo, eles não foram adicionados automaticamente. Ao executar \"occ db:add-missing-indices\", os índices ausentes podem ser adicionados manualmente enquanto o Nextcloud continua em execução. Depois que os índices são adicionados, as consultas a essas tabelas geralmente são muito mais rápidas.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível verificar o suporte a JavaScript. Verifique manualmente o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME.", + "MySQL unicode support" : "Suporte Unicode MySQL", "Overwrite cli URL" : "Sobrescrever URL cli", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Você está executando PHP no momento %s.PHP 8.0 agora está obsoleto no Nextcloud 27. Nextcloud 28 pode exigir pelo menos PHP 8.1. Atualize para uma das versões PHP com suporte oficial fornecidas pelo PHP Group o mais rápido possível.", "Rating: {score}/10" : "Avaliação: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Você está prestes a remover o grupo \"{group}\". Os usuários NÃO serão excluídos.", "No users" : "Nenhum usuário", + "Loading users …" : "Carregando usuários…", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuários. Essa lista não é totalmente renderizada por motivos de desempenho. Os usuários serão renderizados conforme você navega pela lista.", + "Set user groups" : "Set user groups", + "Set user as admin for …" : "Set user as admin for …", + "Set user quota" : "Set user quota", + "Add new user" : "Add new user", + "Set user manager" : "Set user manager", + "Username will be autogenerated" : "Username will be autogenerated", + "Username (required)" : "Username (required)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuários…","{userCount} usuários…","{userCount} usuários…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} usuários","{userCount} usuário","{userCount} usuários"], + "User actions" : "Ações do usuário", "Loading user …" : "Carregando usuário…", "Failed to update user manager" : "Falha ao atualizar o gerenciador de usuários", "User management settings" : "Configurações de gerenciamento de usuários", @@ -884,6 +886,8 @@ OC.L10N.register( "User management" : "Gerenciamento de usuários", "Creating group …" : "Criando grupo…", "User group: {group}" : "Grupo de usuários: {grupo}", - "Nextcloud help resources" : "Recursos de ajuda Nextcloud" + "Nextcloud help resources" : "Recursos de ajuda Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificação seja executada, você deve garantir que seu servidor web possa se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e se conectar a pelo menos um de seus `trusted_domains` ou ao `overwrite.cli.url`.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível verificar o suporte a JavaScript por meio de nenhum dos seus `trusted_domains` nem `overwrite.cli.url`. Isso pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída. Verifique manualmente se o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/pt_BR.json b/apps/settings/l10n/pt_BR.json index f25278c3dea..cf09208d70d 100644 --- a/apps/settings/l10n/pt_BR.json +++ b/apps/settings/l10n/pt_BR.json @@ -128,7 +128,6 @@ "Your remote address could not be determined." : "Seu endereço remoto não pode ser determinado.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Seu endereço remoto foi identificado como \"%s\" e está sendo limitado por força bruta no momento, diminuindo o desempenho de diversas solicitações. Se o endereço remoto não for o seu, isso pode ser uma indicação de que um proxy não está configurado corretamente.", "Your remote address \"%s\" is not brute-force throttled." : "Seu endereço remoto \"%s\" não é limitado por força bruta.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificação seja executada, você deve garantir que seu servidor web possa se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e se conectar a pelo menos um de seus `trusted_domains` ou ao `overwrite.cli.url`.", "Old administration imported certificates" : "Certificados importados da administração antiga", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Há um trabalho em segundo plano pendente que verifica os certificados SSL importados para administração. Por favor, verifique novamente mais tarde.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Existem alguns certificados SSL importados de administração presentes, que não são mais usados no Nextcloud 21. Eles podem ser importados na linha de comando via comando \"occ security:certificates:import\". Seus caminhos dentro do diretório de dados são mostrados abaixo.", @@ -149,8 +148,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "Coluna opcional \"%s\" ausente na tabela \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Estão faltando algumas colunas opcionais no banco de dados. Devido ao fato de que adicionar colunas em grandes tabelas pode levar algum tempo, elas não foram adicionadas automaticamente por serem opcionais. Ao executar \"occ db: add-missing-columns\", elas podem ser adicionadas manualmente enquanto a instância continua em execução. Depois que as colunas são adicionadas, alguns recursos podem melhorar a capacidade de resposta ou a usabilidade.", "Database missing indices" : "Índices ausentes no banco de dados", - "Missing optional index \"%s\" in table \"%s\"." : "Faltando índice opcional \"%s\" na tabela \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Estão faltando alguns índices no banco de dados. Devido ao fato de que adicionar índices em tabelas grandes pode levar algum tempo, eles não foram adicionados automaticamente. Ao executar \"occ db:add-missing-indices\", os índices ausentes podem ser adicionados manualmente enquanto o Nextcloud continua em execução. Depois que os índices são adicionados, as consultas a essas tabelas geralmente são muito mais rápidas.", "Database missing primary keys" : "Banco de dados sem chaves primárias", "Missing primary key on table \"%s\"." : "Faltando chave primária na tabela \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "O banco de dados está sem algumas chaves primárias. Devido ao fato de que adicionar chaves primárias em tabelas grandes pode levar algum tempo, elas não foram adicionadas automaticamente. Ao executar \"occ db: add-missing-primary-keys\" essas chaves primárias ausentes podem ser adicionadas manualmente enquanto a instância continua em execução.", @@ -176,13 +173,11 @@ "HTTPS access and URLs" : "Acesso HTTPS e URLs", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Acessando o site de forma insegura via HTTP. É altamente recomendável configurar seu servidor para exigir HTTPS. Sem ele, algumas funcionalidades importantes da web, como \"copiar para a área de transferência\" ou \"service workers\" não funcionarão!", "Accessing site insecurely via HTTP." : "Acessando o site de forma insegura via HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Você está acessando sua instância por meio de uma conexão segura, mas sua instância está gerando URLs inseguros. Isso provavelmente significa que você está atrás de um proxy reverso e as variáveis de configuração de substituição não estão definidas corretamente.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Você está acessando sua instância por meio de uma conexão segura e sua instância está gerando URLs seguros.", "Internet connectivity" : "Conectividade com a Internet", "Internet connectivity is disabled in configuration file." : "A conectividade com a Internet está desabilitada no arquivo de configuração.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Este servidor não tem conexão com a Internet: vários pontos alvo não puderam ser alcançados. Isso significa que alguns dos recursos, como montagem de armazenamento externo, notificações sobre atualizações ou instalação de aplicativos de terceiros, não funcionarão. Acessar arquivos remotamente e enviar e-mails de notificação também pode não funcionar. Estabeleça uma conexão deste servidor com a Internet para desfrutar de todos os recursos. ", "JavaScript modules support" : "Suporte a módulos JavaScript", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível verificar o suporte a JavaScript por meio de nenhum dos seus `trusted_domains` nem `overwrite.cli.url`. Isso pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída. Verifique manualmente se o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Seu servidor web não serve arquivos `.mjs` usando o tipo JavaScript MIME. Isso interromperá alguns aplicativos, impedindo que os navegadores executem os arquivos JavaScript. Você deve configurar seu servidor web para servir arquivos `.mjs` com o tipo MIME `text/javascript` ou `application/javascript`.", "JavaScript source map support" : "Suporte ao mapa de origem JavaScript", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Seu servidor web não está configurado para servir arquivos `.js.map`. Sem esses arquivos, os mapas de origem JavaScript não funcionarão corretamente, tornando mais difícil solucionar e depurar quaisquer problemas que possam surgir.", @@ -193,8 +188,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "O servidor não tem horário de início da janela de manutenção configurado. Isso significa que trabalhos diários em segundo plano com uso intensivo de recursos também serão executados durante o tempo de uso principal. Recomendamos configurá-lo para um horário de baixo uso, para que os usuários sejam menos impactados pela carga causada por essas tarefas pesadas.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "A janela de manutenção para executar trabalhos pesados em segundo plano ocorre entre {start}:00 UTC e {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "O Memcached está configurado como cache distribuído, mas o módulo PHP \"memcache\" errado está instalado. \\OC\\Memcache\\Memcached suporta apenas \"memcached\" e não \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "O Memcached está configurado como cache distribuído, mas o módulo PHP \"memcached\" não está instalado.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Nenhum cache de memória foi configurado. Para melhorar o desempenho, configure um memcache, se disponível.", "Configured" : "Configurado", "MySQL Unicode support" : "Suporte MySQL Unicode", @@ -268,9 +261,6 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Não foi possível verificar se o seu servidor web fornece cabeçalhos de segurança corretamente, não foi possível consultar `%s`", "Your server is correctly configured to send security headers." : "Seu servidor está configurado corretamente para enviar cabeçalhos de segurança.", "Database version" : "Versão do banco de dados", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "A versão do MariaDB \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem MariaDB 10.2 ou superior.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "A versão do MySQL \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem MySQL 8.0 ou MariaDB 10.2 ou superior.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "A versão do PostgreSQL \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem o PostgreSQL 9.6 ou superior.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite está sendo usado atualmente como banco de dados backend. Para instalações maiores, recomendamos que você mude para um back-end de banco de dados diferente. Isto é particularmente recomendado ao usar o cliente de desktop para sincronização de arquivos. Para migrar para outro banco de dados utilize a ferramenta de linha de comando: \"occ db:convert-type\".", "Unknown database platform" : "Plataforma de banco de dados desconhecida", "Architecture" : "Arquitetura", @@ -342,10 +332,7 @@ "Set default expiration date for shares via link or mail" : "Defina a data de expiração padrão para compartilhamentos via link ou e-mail", "Default expiration time of shares in days" : "Tempo de expiração padrão das ações em dias", "Privacy settings for sharing" : "Configurações de privacidade para compartilhamento", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir preenchimento automático de nome de usuário na caixa de diálogo de compartilhamento e permitir acesso ao catálogo de endereços do sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Se autocompletar \"mesmo grupo\" e \"integração do número de telefone\" estiverem habilitadas, uma correspondência em qualquer um dos dois é suficiente para mostrar o usuário.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permita o preenchimento automático de nome de usuário para usuários dentro dos mesmos grupos e limite os catálogos de endereços do sistema para usuários nos mesmos grupos", - "Allow username autocompletion to users based on phone number integration" : "Permitir autocompletar o nome do usuário com base na integração do número de telefone", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permitir preenchimento automático ao inserir o nome completo ou o endereço de e-mail (ignorando a correspondência ausente da agenda telefônica e estando no mesmo grupo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Exibir o texto de aviso na página de envio do link público (somente mostrado quando a lista de arquivos está oculta).", "Disclaimer text" : "Texto de isenção de responsabilidade", @@ -576,44 +563,32 @@ "Common languages" : "Idiomas comuns", "Other languages" : "Outros Idiomas", "Password change is disabled because the master key is disabled" : "A alteração de senha está desativada porque a chave mestra está desativada", - "New user" : "Novo usuário", + "New account" : "Nova conta", "Display name" : "Nome de exibição", "Either password or email is required" : "Either password or email is required", "Password (required)" : "Password (required)", "Email (required)" : "Email (required)", "Email" : "E-mail", "Groups (required)" : "Groups (required)", - "Set user groups" : "Set user groups", "Administered groups" : "Administered groups", - "Set user as admin for …" : "Set user as admin for …", "Quota" : "Cota", - "Set user quota" : "Set user quota", "Language" : "Idioma", "Set default language" : "Set default language", "Manager" : "Gerente", - "Add new user" : "Add new user", - "Set user manager" : "Set user manager", - "Username will be autogenerated" : "Username will be autogenerated", - "Username (required)" : "Username (required)", "Total rows summary" : "Resumo total de linhas", - "Loading users …" : "Carregando usuários…", "Scroll to load more rows" : "Role para carregar mais linhas", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuários…","{userCount} usuários…","{userCount} usuários…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} usuários","{userCount} usuário","{userCount} usuários"], "Avatar" : "Avatar", - "Username" : "Nome de Usuário", + "Account name" : "Nome da conta", "Group admin for" : "Admin. de grupo", - "User backend" : "Plataforma de serviço de usuário", "Storage location" : "Local do armazenamento", "Last login" : "Último acesso", - "User actions" : "Ações do usuário", + "Account actions" : "Ações da conta", "Password or insufficient permissions message" : "Mensagem de senha ou permissões insuficientes", "Loading account …" : "Carregando conta…", "Change display name" : "Alterar nome de exibição", "Set new password" : "Definir nova senha", "You do not have permissions to see the details of this account" : "Você não tem permissão para ver os detalhes desta conta", "Set new email address" : "Definir novo endereço de e-mail", - "Add user to group" : "Adicionar usuário ao grupo", "Add account to group" : "Adicionar conta ao grupo", "Set account as admin for" : "Definir conta como administrador para", "Select account quota" : "Selecione a cota da conta", @@ -679,7 +654,6 @@ "Disabled accounts" : "Contas desativadas", "Account group: {group}" : "Grupo de contas: {group}", "Account management" : "Gerenciamento de contas", - "New account" : "Nova conta", "Creating group…" : "Criando grupo…", "Create group" : "Criar grupo", "Group name" : "Nome do grupo", @@ -720,6 +694,9 @@ "The app will be downloaded from the App Store" : "O aplicativo será baixado da App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Este aplicativo não está marcado como compatível com sua versão do Nextcloud. Se você continuar, ainda poderá instalar o aplicativo mas poderá não funcionar como esperado.", "Never" : "Nunca", + "Could not register device: Network error" : "Não foi possível registrar o dispositivo: Erro de rede", + "Could not register device: Probably already registered" : "Não foi possível registrar o dispositivo: Provavelmente já registrado", + "Could not register device" : "Não foi possível registrar o dispositivo", "An error occurred during the request. Unable to proceed." : "Ocorreu um erro durante a solicitação. Não foi possível prosseguir.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "O aplicativo foi ativado, mas precisa ser atualizado. Você será redirecionado para a página de atualização em 5 segundos.", "Error: This app cannot be enabled because it makes the server unstable" : "Erro: Este aplicativo não pode ser habilitado pois torna o servidor instável.", @@ -734,6 +711,7 @@ "Account documentation" : "Documentação da conta", "Administration documentation" : "Documentação de administração", "Forum" : "Fórum", + "Nextcloud help & privacy resources" : "Ajuda do Nextcloud & recursos de privacidade", "General documentation" : "Documentação geral", "Legal notice" : "Aviso legal", "Privacy policy" : "Política de privacidade", @@ -794,6 +772,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Existem alguns certificados SSL importados pelo usuário presentes, que não são mais usados com o Nextcloud 21. Eles podem ser importados na linha de comando através do comando \"occ security:certificates:import\". Seus caminhos dentro do diretório de dados são mostrados abaixo.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "UUIDs inválidos de usuários ou grupos LDAP foram encontrados. Revise suas configurações de \"Substituir detecção de UUID\" na parte Expert da configuração LDAP e use \"occ ldap:update-uuid\" para atualizá-las.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "A sincronização do catálogo de endereços do sistema DAV ainda não foi executada porque sua instância tem mais de 1000 usuários ou porque ocorreu um erro. Execute-o manualmente chamando occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "A versão do MariaDB \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem MariaDB 10.2 ou superior.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "A versão do MySQL \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem MySQL 8.0 ou MariaDB 10.2 ou superior.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "A versão do PostgreSQL \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem o PostgreSQL 9.6 ou superior.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "A autenticação de dois fatores pode ser imposta a todos os usuários e grupos específicos. Se eles não tiverem um provedor de dois fatores configurado, não poderão fazer login no sistema.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Quando grupos são selecionados/excluídos, eles usam a seguinte lógica para determinar se um usuário tem 2FA forçado: Se nenhum grupo for selecionado, 2FA será habilitado para todos, exceto membros dos grupos excluídos. Se grupos são selecionados, 2FA é ativado para todos os membros deles. Se um usuário estiver em um grupo selecionado e excluído, o selecionado terá precedência e o 2FA será forçado.", "Enable all" : "Ativar tudo", @@ -808,6 +789,7 @@ "Error while deleting the token" : "Erro ao excluir o token", "Use the credentials below to configure your app or device." : "Use as credenciais abaixo para configurar seu aplicativo ou dispositivo.", "For security reasons this password will only be shown once." : "Por motivo de segurança, esta senha só será exibida uma vez.", + "Username" : "Nome de Usuário", "Copied!" : "Copiado!", "Copy" : "Copiar", "Execute one task with each page loaded. Use case: Single user instance." : "Execute uma tarefa com cada página carregada. Caso de uso: instância de usuário único.", @@ -827,6 +809,7 @@ "Edit display name" : "Editar nome de exibição", "Add new password" : "Adicionar nova senha", "Add new email address" : "Adicionar novo endereço de e-mail", + "Add user to group" : "Adicionar usuário ao grupo", "Set user as admin for" : "Definir como admin. para", "Select user quota" : "Selecionar a cota de usuário", "Select manager" : "Selecione o gerente", @@ -837,9 +820,11 @@ "Enable user" : "Ativar usuário", "Edit User" : "Editar Usuário", "User's table" : "Selecione o gerente", + "New user" : "Novo usuário", "Will be autogenerated" : "Será autogerado", "Select user manager" : "Selecione o gerenciador de usuários", "Add a new user" : "Adicionar o novo usuário", + "User backend" : "Plataforma de serviço de usuário", "No users in here" : "Nenhum usuário aqui", "Name your device" : "Nomeie seu dispositivo", "Server error while trying to add WebAuthn device" : "Erro no servidor ao adicionar o dispositivo WebAuthn", @@ -867,14 +852,31 @@ "Exclude groups from creating link shares:" : "Impedir os seguintes grupos de criar compartilhamentos via link:", "Exclude groups from sharing" : "Impedir que alguns grupos compartilhem", "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos ainda serão capazes de receber compartilhamentos, mas não iniciá-los.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir preenchimento automático de nome de usuário na caixa de diálogo de compartilhamento e permitir acesso ao catálogo de endereços do sistema", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permita o preenchimento automático de nome de usuário para usuários dentro dos mesmos grupos e limite os catálogos de endereços do sistema para usuários nos mesmos grupos", + "Allow username autocompletion to users based on phone number integration" : "Permitir autocompletar o nome do usuário com base na integração do número de telefone", "Old user imported certificates" : "Certificados importados de usuários antigos", + "Missing optional index \"%s\" in table \"%s\"." : "Faltando índice opcional \"%s\" na tabela \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Estão faltando alguns índices no banco de dados. Devido ao fato de que adicionar índices em tabelas grandes pode levar algum tempo, eles não foram adicionados automaticamente. Ao executar \"occ db:add-missing-indices\", os índices ausentes podem ser adicionados manualmente enquanto o Nextcloud continua em execução. Depois que os índices são adicionados, as consultas a essas tabelas geralmente são muito mais rápidas.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível verificar o suporte a JavaScript. Verifique manualmente o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME.", + "MySQL unicode support" : "Suporte Unicode MySQL", "Overwrite cli URL" : "Sobrescrever URL cli", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Você está executando PHP no momento %s.PHP 8.0 agora está obsoleto no Nextcloud 27. Nextcloud 28 pode exigir pelo menos PHP 8.1. Atualize para uma das versões PHP com suporte oficial fornecidas pelo PHP Group o mais rápido possível.", "Rating: {score}/10" : "Avaliação: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Você está prestes a remover o grupo \"{group}\". Os usuários NÃO serão excluídos.", "No users" : "Nenhum usuário", + "Loading users …" : "Carregando usuários…", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuários. Essa lista não é totalmente renderizada por motivos de desempenho. Os usuários serão renderizados conforme você navega pela lista.", + "Set user groups" : "Set user groups", + "Set user as admin for …" : "Set user as admin for …", + "Set user quota" : "Set user quota", + "Add new user" : "Add new user", + "Set user manager" : "Set user manager", + "Username will be autogenerated" : "Username will be autogenerated", + "Username (required)" : "Username (required)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} usuários…","{userCount} usuários…","{userCount} usuários…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} usuários","{userCount} usuário","{userCount} usuários"], + "User actions" : "Ações do usuário", "Loading user …" : "Carregando usuário…", "Failed to update user manager" : "Falha ao atualizar o gerenciador de usuários", "User management settings" : "Configurações de gerenciamento de usuários", @@ -882,6 +884,8 @@ "User management" : "Gerenciamento de usuários", "Creating group …" : "Criando grupo…", "User group: {group}" : "Grupo de usuários: {grupo}", - "Nextcloud help resources" : "Recursos de ajuda Nextcloud" + "Nextcloud help resources" : "Recursos de ajuda Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificação seja executada, você deve garantir que seu servidor web possa se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e se conectar a pelo menos um de seus `trusted_domains` ou ao `overwrite.cli.url`.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível verificar o suporte a JavaScript por meio de nenhum dos seus `trusted_domains` nem `overwrite.cli.url`. Isso pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída. Verifique manualmente se o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME." },"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/apps/settings/l10n/pt_PT.js b/apps/settings/l10n/pt_PT.js index 4ccfee1856c..643f413904a 100644 --- a/apps/settings/l10n/pt_PT.js +++ b/apps/settings/l10n/pt_PT.js @@ -215,9 +215,7 @@ OC.L10N.register( "Quota" : "Quota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Nome de utilizador", "Group admin for" : "Administrador de grupo para", - "User backend" : "Backend do utilizador", "Storage location" : "Localização do armazenamento", "Last login" : "Último início de sessão", "{size} used" : "{size} utilizado", @@ -289,11 +287,13 @@ OC.L10N.register( "Error while deleting the token" : "Erro durante a eliminação do token", "Use the credentials below to configure your app or device." : "Use as credenciais abaixo para configurar a sua app ou dispositivo.", "For security reasons this password will only be shown once." : "Por motivos de segurança a sua password só será mostrada uma vez.", + "Username" : "Nome de utilizador", "Copied!" : "Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para esta execução precisa da extensão PHP POSIX. Veja {iniciodaligação}documentação PHP{fimdaligação} para mais mais detalhes.", "Your profile information" : "Informação de perfil", "Your email address" : "O seu endereço de email", + "User backend" : "Backend do utilizador", "Add group" : "Adicionar grupo", "Active users" : "Utilizadores activos", "Show user backend" : "Mostrar interface do utilizador", diff --git a/apps/settings/l10n/pt_PT.json b/apps/settings/l10n/pt_PT.json index 291aa3e95f1..84967957244 100644 --- a/apps/settings/l10n/pt_PT.json +++ b/apps/settings/l10n/pt_PT.json @@ -213,9 +213,7 @@ "Quota" : "Quota", "Language" : "Idioma", "Avatar" : "Avatar", - "Username" : "Nome de utilizador", "Group admin for" : "Administrador de grupo para", - "User backend" : "Backend do utilizador", "Storage location" : "Localização do armazenamento", "Last login" : "Último início de sessão", "{size} used" : "{size} utilizado", @@ -287,11 +285,13 @@ "Error while deleting the token" : "Erro durante a eliminação do token", "Use the credentials below to configure your app or device." : "Use as credenciais abaixo para configurar a sua app ou dispositivo.", "For security reasons this password will only be shown once." : "Por motivos de segurança a sua password só será mostrada uma vez.", + "Username" : "Nome de utilizador", "Copied!" : "Copiado!", "Copy" : "Copiar", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Para esta execução precisa da extensão PHP POSIX. Veja {iniciodaligação}documentação PHP{fimdaligação} para mais mais detalhes.", "Your profile information" : "Informação de perfil", "Your email address" : "O seu endereço de email", + "User backend" : "Backend do utilizador", "Add group" : "Adicionar grupo", "Active users" : "Utilizadores activos", "Show user backend" : "Mostrar interface do utilizador", diff --git a/apps/settings/l10n/ro.js b/apps/settings/l10n/ro.js index df34db053d2..8b1aca22ae4 100644 --- a/apps/settings/l10n/ro.js +++ b/apps/settings/l10n/ro.js @@ -105,7 +105,6 @@ OC.L10N.register( "Verifying" : "Se verifică", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Directorul de date și fișierele sunt probabil accesibile din Internet. Fișierul .htaccess nu este funcțional. Se recomandă puternic configurarea serverului web astfel încât directorul de date să nu mai fie accesibil astfel, sau mutați-l în afara rădăcinii documentelor a serverului web.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Lipsesc coloane opționale din baza de date. Datorită faptului că adăugarea de coloane tabelelor mari durează mult, acestea nu au fost adăugate automat atunci când pot fi opționale. Rulând \"occ db:add-missing-columns\", aceste coloane lipsă pot fi adăugate manual în timp ce instanța este online. Odată ce aceste coloane opționale au fost adăugate, unele funcționalități pot îmbunătăți timpul de răspuns sau uzabilitatea. ", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Lipsesc indecși din baza de date. Datorită faptului că adăugarea indecșilor la tabelele mari durează mult, aceștia nu au fost adăugați automat. Rulând \"occ db:add-missing-indices\", indecși lipsă pot fi adăugați manual în timp ce instanța rulează în continuare. Odată ce indecșii au fost adăugați, interogările acelor tabele vor fi de obicei mai rapide.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Bazei de date îi lipsesc câteva chei primare. Datorită faptului că adăugarea cheilor primare la tabelele mari durează mult, acestea nu au fost adăugate automat. Rulând \"occ db:add-missing-primary-keys\", aceste chei primare lipsă pot fi adăugate manual în timp ce instanța rulează. ", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Instanța este în modul debug. Folosiți aceasta doar pentru dezvoltare și nu în producție.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Acest server nu are o conexiune funcțională la Internet. Mai multe puncte finale nu pot fi contactate. Aceasta înseamnă că unele funcționalități precum montarea unui spațiu extern de stocare, notificări despre actualizări sau instalarea aplicațiilor din sursă terță nu vor fi accesibile. De asemenea, ar putea să nu funcționeze nici accesarea fișierelor la distanță și transmiterea emailurilor de notificare .", @@ -208,7 +207,6 @@ OC.L10N.register( "Language" : "Limba", "Total rows summary" : "Rezumat total rânduri", "Avatar" : "Avatar", - "Username" : "Nume utilizator", "Last login" : "Ultima autentificare", "{size} used" : "{size} folosită", "Done" : "Realizat", @@ -284,6 +282,7 @@ OC.L10N.register( "Error while deleting the token" : "Eroare de ștergere token", "Use the credentials below to configure your app or device." : "Utilizați acreditările de mai jos pentru a vă configura aplicația sau dispozitivul.", "For security reasons this password will only be shown once." : "Din motive de securitate, această parolă va fi afișată doar o singură dată.", + "Username" : "Nume utilizator", "Copied!" : "S-a copiat!", "Copy" : "Copiază", "Your email address" : "Adresa ta de email", @@ -298,6 +297,7 @@ OC.L10N.register( "SMTP Username" : "Nume utilizator SMTP", "Set default expiration date" : "Setează data implicită de expirare", "Exclude groups from sharing" : "Exclude grupuri de la partajare", - "These groups will still be able to receive shares, but not to initiate them." : "Aceste grupuri vor putea în continuare să primească partajări, dar nu să le inițieze." + "These groups will still be able to receive shares, but not to initiate them." : "Aceste grupuri vor putea în continuare să primească partajări, dar nu să le inițieze.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Lipsesc indecși din baza de date. Datorită faptului că adăugarea indecșilor la tabelele mari durează mult, aceștia nu au fost adăugați automat. Rulând \"occ db:add-missing-indices\", indecși lipsă pot fi adăugați manual în timp ce instanța rulează în continuare. Odată ce indecșii au fost adăugați, interogările acelor tabele vor fi de obicei mai rapide." }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/settings/l10n/ro.json b/apps/settings/l10n/ro.json index 2a13af3bd9c..054e3b10984 100644 --- a/apps/settings/l10n/ro.json +++ b/apps/settings/l10n/ro.json @@ -103,7 +103,6 @@ "Verifying" : "Se verifică", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Directorul de date și fișierele sunt probabil accesibile din Internet. Fișierul .htaccess nu este funcțional. Se recomandă puternic configurarea serverului web astfel încât directorul de date să nu mai fie accesibil astfel, sau mutați-l în afara rădăcinii documentelor a serverului web.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Lipsesc coloane opționale din baza de date. Datorită faptului că adăugarea de coloane tabelelor mari durează mult, acestea nu au fost adăugate automat atunci când pot fi opționale. Rulând \"occ db:add-missing-columns\", aceste coloane lipsă pot fi adăugate manual în timp ce instanța este online. Odată ce aceste coloane opționale au fost adăugate, unele funcționalități pot îmbunătăți timpul de răspuns sau uzabilitatea. ", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Lipsesc indecși din baza de date. Datorită faptului că adăugarea indecșilor la tabelele mari durează mult, aceștia nu au fost adăugați automat. Rulând \"occ db:add-missing-indices\", indecși lipsă pot fi adăugați manual în timp ce instanța rulează în continuare. Odată ce indecșii au fost adăugați, interogările acelor tabele vor fi de obicei mai rapide.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Bazei de date îi lipsesc câteva chei primare. Datorită faptului că adăugarea cheilor primare la tabelele mari durează mult, acestea nu au fost adăugate automat. Rulând \"occ db:add-missing-primary-keys\", aceste chei primare lipsă pot fi adăugate manual în timp ce instanța rulează. ", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Instanța este în modul debug. Folosiți aceasta doar pentru dezvoltare și nu în producție.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Acest server nu are o conexiune funcțională la Internet. Mai multe puncte finale nu pot fi contactate. Aceasta înseamnă că unele funcționalități precum montarea unui spațiu extern de stocare, notificări despre actualizări sau instalarea aplicațiilor din sursă terță nu vor fi accesibile. De asemenea, ar putea să nu funcționeze nici accesarea fișierelor la distanță și transmiterea emailurilor de notificare .", @@ -206,7 +205,6 @@ "Language" : "Limba", "Total rows summary" : "Rezumat total rânduri", "Avatar" : "Avatar", - "Username" : "Nume utilizator", "Last login" : "Ultima autentificare", "{size} used" : "{size} folosită", "Done" : "Realizat", @@ -282,6 +280,7 @@ "Error while deleting the token" : "Eroare de ștergere token", "Use the credentials below to configure your app or device." : "Utilizați acreditările de mai jos pentru a vă configura aplicația sau dispozitivul.", "For security reasons this password will only be shown once." : "Din motive de securitate, această parolă va fi afișată doar o singură dată.", + "Username" : "Nume utilizator", "Copied!" : "S-a copiat!", "Copy" : "Copiază", "Your email address" : "Adresa ta de email", @@ -296,6 +295,7 @@ "SMTP Username" : "Nume utilizator SMTP", "Set default expiration date" : "Setează data implicită de expirare", "Exclude groups from sharing" : "Exclude grupuri de la partajare", - "These groups will still be able to receive shares, but not to initiate them." : "Aceste grupuri vor putea în continuare să primească partajări, dar nu să le inițieze." + "These groups will still be able to receive shares, but not to initiate them." : "Aceste grupuri vor putea în continuare să primească partajări, dar nu să le inițieze.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Lipsesc indecși din baza de date. Datorită faptului că adăugarea indecșilor la tabelele mari durează mult, aceștia nu au fost adăugați automat. Rulând \"occ db:add-missing-indices\", indecși lipsă pot fi adăugați manual în timp ce instanța rulează în continuare. Odată ce indecșii au fost adăugați, interogările acelor tabele vor fi de obicei mai rapide." },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" }
\ No newline at end of file diff --git a/apps/settings/l10n/ru.js b/apps/settings/l10n/ru.js index 1341ce51855..3a5109b2c42 100644 --- a/apps/settings/l10n/ru.js +++ b/apps/settings/l10n/ru.js @@ -56,9 +56,12 @@ OC.L10N.register( "Wrong password" : "Неверный пароль", "Unable to change personal password" : "Невозможно изменить личный пароль", "Saved" : "Сохранено", + "No Login supplied" : "Логин не указан", "Unable to change password. Password too long." : "Не удалось изменить пароль: очень длинный пароль", "Authentication error" : "Ошибка аутентификации", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Пожалуйста, укажите пароль администратора для восстановления; в противном случае все данные учетной записи будут утеряны.", "Wrong admin recovery password. Please check the password and try again." : "Неправильный пароль восстановления администратора. Проверьте пароль и попробуйте еще раз.", + "Backend does not support password change, but the encryption of the account key was updated." : "Серверная часть не поддерживает смену пароля, но шифрование ключа учетной записи было обновлено.", "Administrator documentation" : "Документация администратора", "User documentation" : "Пользовательская документация", "Nextcloud help overview" : "Обзор справки Nextcloud", @@ -68,6 +71,7 @@ OC.L10N.register( "If you received this email, the email configuration seems to be correct." : "Если вы получили это сообщение, значит электронная почта настроена правильно.", "Email could not be sent. Check your mail server log" : "Не удалось отправить сообщение электронной почты. Проверьте журнал ошибок почтового сервера", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Во время отправки письма произошла ошибка. Пожалуйста проверьте настройки. (Ошибка: %s)", + "You need to set your account email before being able to send test emails. Go to %s for that." : "Необходимо указать адрес электронной почты в своей учетной записи, прежде чем вы сможете отправлять тестовые электронные письма. Перейдите %s для этого.", "Invalid account" : "Неверная учётная запись", "Invalid mail address" : "Недопустимый адрес электронной почты", "Settings saved" : "Настройки сохранены", @@ -98,6 +102,7 @@ OC.L10N.register( "Set your password" : "Задайте свой пароль", "Go to %s" : "Перейти к %s", "Install Client" : "Установить программу-клиент", + "Logged in account must be a subadmin" : "Вошедший в аккаунт должен быть субадминистратором", "Apps" : "Приложения", "Personal" : "Параметры пользователя", "Administration" : "Параметры сервера", @@ -119,7 +124,12 @@ OC.L10N.register( "Unlimited" : "Неограничено", "Verifying" : "Проверка", "App directories owner" : "Владелец каталога приложений", + "App directories have the correct owner \"%s\"" : "У каталогов приложений есть правильный владелец \"%s\"", + "Brute-force Throttle" : "Брутфорс троттлинг", "Your remote address could not be determined." : "Ваш удаленный адрес определить не удалось.", + "Your remote address \"%s\" is not brute-force throttled." : "Ваш удаленный адрес \"%s\" не регулируется методом перебора.", + "Old administration imported certificates" : "Сертификаты, импортированные старым пользователем", + "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Запланировано фоновое задание проверки пользовательских SSL-сертификатов. Пожалуйста, проверьте позже.", "Code integrity" : "Целостность кода", "Integrity checker has been disabled. Integrity cannot be verified." : "Проверка целостности кода была отключена, целостность не может быть проверена.", "No altered files" : "Изменённые файлы отсуствуют", @@ -137,13 +147,12 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "В таблице «%s» отсутствует необязательный столбец «%s».", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "В базе данных отсутствуют некоторые необязательные столбцы. Из-за того, что добавление столбцов в больших таблицах может занять некоторое время, они не добавляются автоматически, если они могут быть необязательными. Запустив «occ db:add-missing-columns», эти недостающие столбцы можно добавить вручную, пока экземпляр продолжает работать. После добавления столбцов некоторые функции могут улучшить отзывчивость или удобство использования.", "Database missing indices" : "В базе данных отсутствуют некоторые индексы", - "Missing optional index \"%s\" in table \"%s\"." : "В таблице «%s» отсутствует необязательный индекс «%s».", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "В базе данных отсутствуют некоторые индексы. Так как создание таких индексов может занять достаточно продолжительное время, оно должно быть запущено вручную. Для создания индексов необходимо запустить команду «occ db:add-missing-indices» во время работы сервера Nextcloud. При созданных индексах, как правило, запросы к базе данных выполняются значительно быстрее.", "Database missing primary keys" : "В базе данных отсутствуют первичные ключи", "Missing primary key on table \"%s\"." : "В таблице «%s» отсутствует первичный ключ.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "В базе данных отсутствуют некоторые первичные ключи. Поскольку добавление первичных ключей в большие таблицы могло занять некоторое время, они не добавлялись автоматически. Запустив команду «occ db: add-missing-primary-keys», эти недостающие первичные ключи можно добавить вручную, пока экземпляр продолжает работать.", "Database pending bigint migrations" : "В базе данных ожидается преобразование значений с типом двойное длинное целое", "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "Некоторые столбцы таблиц базы данных не прообразованы в тип «двойное длинное целое». Для таблиц значительного размера такое преобразование может занять продолжительное время и поэтому не было выполнено автоматически. Чтобы запустить операцию преобразования вручную, запустите в консоли команду «occ db:convert-filecache-bigint» во время режима обслуживания.", + "Debug mode" : "Журнал отладки", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Этот экземпляр запущен в режиме отладки. Включайте его только для локальной разработки, а не в производственных средах.", "Debug mode is disabled." : "Включён режим отладки.", "Default phone region" : "Телефонный регион по умолчанию", @@ -163,19 +172,17 @@ OC.L10N.register( "HTTPS access and URLs" : "HTTPS и адреса", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Доступ к сайту осуществляется с использованием небезопасного протокола HTTP. Настоятельно рекомендуется вместо этого настроить использование протокола HTTPS, т.к. без него не будут работать некоторые важные веб-функции, такие, как копирование в буфер обмена и обработчики служб.", "Accessing site insecurely via HTTP." : "Используется небезопасное подключение по протоколу HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Сервер создаёт небезопасные ссылки, несмотря на то, что к нему осуществлено безопасное подключение. Скорее всего, причиной являются неверно настроенные параметры обратного прокси и значения переменных перезаписи исходного адреса.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Используется безопасное подключение по протоколу HTTPS и сервер создаёт безопасные ссылки.", "Internet connectivity" : "Подключение к интернету", "Internet connectivity is disabled in configuration file." : "Подключение к интернету отключено к файле конфигурации", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Этот сервер не подключён к интернету: множество конечных устройств не могут быть доступны. Это означает, что не будут работать некоторые функции, такие как подключение внешнего хранилища, уведомления об обновлениях или установка сторонних приложений. Так же могут не работать удалённый доступ к файлам и отправка уведомлений по электронной почте. Для использования всех возможностей рекомендуется разрешить серверу доступ в Интернет.", "JavaScript modules support" : "Поддержка модулей JavaScript", + "JavaScript source map support" : "Поддержка модулей JavaScript", "Old server-side-encryption" : "Устаревший режим шифрования на стороне сервера", "Disabled" : "Отключено", "The old server-side-encryption format is enabled. We recommend disabling this." : "Задействован устаревший режим шифрования файлов на стороне сервера. Рекомендуется отключить такое шифрование.", "Maintenance window start" : "Начало окна обслуживания", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached настроен как распределенный кэш, но установлен неподдерживаемый модуль PHP «memcache». \\OC\\Memcache\\Memcached поддерживает только модуль «memcached», но не «memcache».", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached настроен как распределенный кэш, но модуль PHP «memcached» не установлен.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Не настроен механизм кэширования. Для повышения производительности рекомендуется настроить memcache.", "Configured" : "Настроен", "MySQL Unicode support" : "Поддержка Unicode в MySQL", @@ -212,9 +219,6 @@ OC.L10N.register( "Nextcloud configuration file is writable" : "Файл конфигурации Nextcloud доступен для записи", "HTTP headers" : "Заголовки HTTP", "Database version" : "Версия базы данных", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Используется MariaDB версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется MariaDB версии 10.2 или старше.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Используется mySQL версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется MySQL версии 8 или MariaDB 10.2 или старше.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Используется PostgreSQL версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется PostgreSQL версии 9.6 или старше.", "Architecture" : "Архитектура", "64-bit" : "64-бита", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Похоже, вы используете 32-битную версию PHP. Для нормальной работы Nextcloud требуется 64-битная версия. Пожалуйста, обновите свою ОС и PHP до 64-битной версии!", @@ -243,14 +247,16 @@ OC.L10N.register( "Always ask for a password" : "Предлагать задать пароль", "Enforce password protection" : "Требовать защиту паролем", "Exclude groups from creating link shares" : "Группы с запретом создания ссылок для публикации", + "Limit sharing based on groups" : "Ограничьте общий доступ в зависимости от групп", + "Allow sharing for everyone (default)" : "Разрешить общий доступ для всех (по умолчанию)", + "Exclude some groups from sharing" : "Исключить некоторые группы из общего доступа", + "Limit sharing to some groups" : "Ограничить доступ к некоторым группам", "Set default expiration date for shares" : "Установить срок действия общего доступа по умолчанию", "Enforce expiration date" : "Срок действия обязателен", "Set default expiration date for shares to other servers" : "Установить дату истечения по умолчанию для общих ресурсов на других серверах", "Set default expiration date for shares via link or mail" : "Установить срок действия общего доступа через ссылки или почту", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Разрешить автозаполнение имени пользователя в диалоговом окне общего доступа и разрешить доступ к системной адресной книге", + "Privacy settings for sharing" : "Настройки приватности для совместного использования", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Если автозаполнение «одна группа» и «интеграция телефонного номера» включены, совпадения в любом из них достаточно, чтобы отобразить пользователя.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Разрешить автозаполнение имени пользователя пользователям из одних и тех же групп и ограничить доступ к системным адресным книгам пользователями из одних и тех же групп", - "Allow username autocompletion to users based on phone number integration" : "Разрешить пользователям автозаполнение имени пользователя на основе интеграции номера телефона", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Разрешить автозаполнение при вводе полного имени или адреса электронной почты (игнорируя отсутствие совпадений в телефонной книге и нахождение в одной группе)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Показывать текст отказа от ответственности на странице публичной ссылки (показывается только когда скрыт список файлов)", "This text will be shown on the public link upload page when the file list is hidden." : "Этот текст будет показан при переходе по открытой ссылке на страницу передачи файлов на сервер и только при скрытом списке файлов.", @@ -337,12 +343,16 @@ OC.L10N.register( "Last job ran {relativeTime}." : "Последнее задание было запущено {relativeTime}.", "Background job did not run yet!" : "Фоновые задания ещё не выполнялись.", "AJAX" : "AJAX", + "Execute one task with each page loaded. Use case: Single account instance." : "Выполняется по одной задаче с каждой загруженной страницей. Пример использования: Один экземпляр учетной записи.", "Webcron" : "Webcron", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php зарегистрирован в службе webcron для вызова cron.php каждые 5 минут по протоколу HTTP. Пример использования: Очень маленький экземпляр (1-5 учетных записей в зависимости от использования).", "Cron (Recommended)" : "Cron (рекомендуется)", "Use system cron service to call the cron.php file every 5 minutes." : "Использовать системный cron для вызова файла cron.php каждые 5 минут.", + "The cron.php needs to be executed by the system account \"{user}\"." : "Операция cron.php должна выполняться с помощью системной учетной записи \"{user}\".", "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Требуется расширение PHP POSIX. Смотрите {linkstart}документацию по PHP{linkend} для получения более подробной информации.", "Unable to update background job mode" : "Не удалось изменить режим запуска фоновых задач", "Profile" : "Профиль", + "Enable or disable profile by default for new accounts." : "Включите или отключите профиль по умолчанию для новых учетных записей.", "Enable" : "Включить", "Unable to update profile default setting" : "Не удалось обновить состояние использования профилей по умолчанию", "Failed to save setting" : "Не удалось сохранить параметры", @@ -434,53 +444,43 @@ OC.L10N.register( "Change" : "Изменить", "Delete" : "Удалить", "Reshare" : "Публиковать", - "No accounts" : "Нет ни одного счёта", + "No accounts" : "Не найдено ни одной учётной записи", "Loading accounts …" : "Загрузка учётных записей", "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Список учётных записей. Этот список отображен не полностью по соображениям производительности. Учётные записи будут отображаться по мере того, как Вы будете перемещаться по списку.", "Default language" : "Язык по умолчанию", "Common languages" : "Основные языки", "Other languages" : "Другие языки", "Password change is disabled because the master key is disabled" : "Смена пароля невозможна при отключённом мастер-ключе", - "New user" : "Новый пользователь", + "New account" : "Новая учётная запись", "Display name" : "Отображаемое имя", "Either password or email is required" : "Также обязательны к заполнению пароль или эл.почта", "Password (required)" : "Пароль (обязательно)", "Email (required)" : "Эл. почта (обязательно)", "Email" : "Адрес эл. почты", "Groups (required)" : "Группы (обязательно)", - "Set user groups" : "Задать группы пользователя", "Administered groups" : "Администрируемые группы", - "Set user as admin for …" : "Назначить пользователя администратором для ...", "Quota" : "Квота", - "Set user quota" : "Установить квоту пользователя", "Language" : "Язык", "Set default language" : "Выбрать язык по умолчанию", "Manager" : "Руководитель", - "Add new user" : "Добавить нового пользователя", - "Set user manager" : "Выбрать менеджер пользователей", - "Username will be autogenerated" : "Имя пользователя будет сгенерировано автоматически", - "Username (required)" : "Имя пользователя (обязательно)", "Total rows summary" : "Количество строк в общем", - "Loading users …" : "Загрузка пользователей …", "Scroll to load more rows" : "Прокрутите, чтобы загрузить больше строк", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} пользователь …","{userCount} пользователя …","{userCount} пользователей …","{userCount} пользователей …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} пользователь","{userCount} пользователя","{userCount} пользователей","{userCount} пользователей"], "Avatar" : "Аватар", - "Username" : "Имя пользователя", "Group admin for" : "Администратор групп", - "User backend" : "Механизм учёта", "Storage location" : "Расположение хранилища", "Last login" : "Последний вход", - "User actions" : "Действия пользователя", + "Account actions" : "Действия над аккаунтом", "Password or insufficient permissions message" : "Сообщение о пароле или недостаточных разрешениях", "Change display name" : "Изменить отображаемое имя", "Set new password" : "Установить новый пароль", + "You do not have permissions to see the details of this account" : "У вас нет прав на просмотр данных этой учётной записи", "Set new email address" : "Установить новый адрес эл. почты", - "Add user to group" : "Добавить пользователя в группу", "Add account to group" : "Добавить учётную запись в группу", + "Set account as admin for" : "Назначить администратором", "Set the language" : "Выбрать язык", "{size} used" : "использовано {size}", "Delete account" : "Удалить учётную запись", + "Disconnect all devices and delete local data" : "Отключить все устройства и удалить локальные данные", "Disable account" : "Отключить учётную запись", "Enable account" : "Включить учётную запись", "Resend welcome email" : "Отправить приглашение ещё раз", @@ -533,7 +533,6 @@ OC.L10N.register( "Disabled accounts" : "Отключённые учётные записи", "Account group: {group}" : "Группа учётных записей: {group}", "Account management" : "Управление учётными записями", - "New account" : "Новая учётная запись", "Creating group…" : "Создание группы…", "Create group" : "Создать группу", "Group name" : "Название группы", @@ -639,6 +638,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Обнаружены пользовательские сертификаты SSL, которые более не используются с Nextcloud 21. Их можно импортировать командой \"occ security:certificates:import\". Их расположение в папке с данными показаны ниже.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Обнаружены некорректные идентификаторы UUID пользователей или групп LDAP. Для их обновления обратите внимание на параметр «Переопределять определение UUID» в разделе экспертных настроек протокола LDAP и запустите в консоли команду «occ ldap:update-uuid».", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Синхронизация системной адресной книги DAV еще не запущена, поскольку в вашем экземпляре более 1000 пользователей или произошла ошибка. Пожалуйста, запустите его вручную, вызвав occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Используется MariaDB версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется MariaDB версии 10.2 или старше.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Используется mySQL версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется MySQL версии 8 или MariaDB 10.2 или старше.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Используется PostgreSQL версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется PostgreSQL версии 9.6 или старше.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двухфаторная аутентификация может быть принудительна включена для всех пользователей и выбранных групп. В случае, если у пользователя не настроен механизм подтверждения подлинности вторым фактором, он не сможет войти в систему.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Если выбрано включение или отключение использования двух-факторной проверки подлинности для групп, то для определения, требуется ли от пользователя использовать её, применяются следующие правила: \\n\n - если группы не включены в список, то двух-факторная проверка включена для всех их участников, кроме тех, кто также состоит в группах, проверка для которых отключена;\n - если группы включены в список, то двух-факторная проверка включена для всех участников таких групп;\n- если пользователь состоит одновременно и в группе, проверка для которой включена и группе, проверка для которой отключена, то приоритет получает использование двухфакторной проверки.", "Enable all" : "Включить все", @@ -653,6 +655,7 @@ OC.L10N.register( "Error while deleting the token" : "Ошибка при удалении токена устройства", "Use the credentials below to configure your app or device." : "Используйте учётные данные ниже для настройки вашего приложения или устройства.", "For security reasons this password will only be shown once." : "По соображениям безопасности этот пароль будет показан лишь один раз.", + "Username" : "Имя пользователя", "Copied!" : "Скопировано!", "Copy" : "Копировать", "Execute one task with each page loaded. Use case: Single user instance." : "Запуск одного задания при загрузке каждой страницы. Вариант использования: сервер для одного пользователя.", @@ -672,6 +675,7 @@ OC.L10N.register( "Edit display name" : "Редактировать отображаемое имя", "Add new password" : "Добавить пароль", "Add new email address" : "Добавить адрес электронной почты", + "Add user to group" : "Добавить пользователя в группу", "Set user as admin for" : "Назначить администратором", "Select user quota" : "Квота пользователя", "Select manager" : "Выбрать руководителя", @@ -682,9 +686,11 @@ OC.L10N.register( "Enable user" : "Включить пользователя", "Edit User" : "Редактировать уч. запись", "User's table" : "Таблица пользователя", + "New user" : "Новый пользователь", "Will be autogenerated" : "Будет сгенерирован автоматически", "Select user manager" : "Выбрать руководителя", "Add a new user" : "Создать пользователя", + "User backend" : "Механизм учёта", "No users in here" : "Здесь нет ни одного пользователя", "Name your device" : "Назовите устройство", "Server error while trying to add WebAuthn device" : "Ошибка сервера при попытке добавить устройство WebAuthn", @@ -712,11 +718,27 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Запретить публикацию созданием ссылок для следующих групп:", "Exclude groups from sharing" : "Запретить публикацию указанным группам:", "These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не смогут их создавать.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Разрешить автозаполнение имени пользователя в диалоговом окне общего доступа и разрешить доступ к системной адресной книге", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Разрешить автозаполнение имени пользователя пользователям из одних и тех же групп и ограничить доступ к системным адресным книгам пользователями из одних и тех же групп", + "Allow username autocompletion to users based on phone number integration" : "Разрешить пользователям автозаполнение имени пользователя на основе интеграции номера телефона", "Old user imported certificates" : "Сертификаты, импортированные старым пользователем", + "Missing optional index \"%s\" in table \"%s\"." : "В таблице «%s» отсутствует необязательный индекс «%s».", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "В базе данных отсутствуют некоторые индексы. Так как создание таких индексов может занять достаточно продолжительное время, оно должно быть запущено вручную. Для создания индексов необходимо запустить команду «occ db:add-missing-indices» во время работы сервера Nextcloud. При созданных индексах, как правило, запросы к базе данных выполняются значительно быстрее.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "В настоящее время вы используете PHP %s. PHP 8.0 больше не поддерживается в Nextcloud 27. Для Nextcloud 28 может потребоваться как минимум PHP 8.1. Пожалуйста, как можно скорее обновитесь до одной из официально поддерживаемых версий PHP, предоставленных PHP Group.", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Группа \"{group}\" будет удалена. Пользователи НЕ будут удалены.", "No users" : "Нет пользователей", + "Loading users …" : "Загрузка пользователей …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Список пользователей. Этот список отображен не полностью по соображениям производительности. Пользователи будут отображаться по мере того, как Вы будете перемещаться по списку.", + "Set user groups" : "Задать группы пользователя", + "Set user as admin for …" : "Назначить пользователя администратором для ...", + "Set user quota" : "Установить квоту пользователя", + "Add new user" : "Добавить нового пользователя", + "Set user manager" : "Выбрать менеджер пользователей", + "Username will be autogenerated" : "Имя пользователя будет сгенерировано автоматически", + "Username (required)" : "Имя пользователя (обязательно)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} пользователь …","{userCount} пользователя …","{userCount} пользователей …","{userCount} пользователей …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} пользователь","{userCount} пользователя","{userCount} пользователей","{userCount} пользователей"], + "User actions" : "Действия пользователя", "Loading user …" : "Загрузка пользователя ...", "Failed to update user manager" : "Не удалось обновить диспетчер пользователей", "User management settings" : "Настройки управления пользователями", diff --git a/apps/settings/l10n/ru.json b/apps/settings/l10n/ru.json index 58cdf6237ee..78d737622c1 100644 --- a/apps/settings/l10n/ru.json +++ b/apps/settings/l10n/ru.json @@ -54,9 +54,12 @@ "Wrong password" : "Неверный пароль", "Unable to change personal password" : "Невозможно изменить личный пароль", "Saved" : "Сохранено", + "No Login supplied" : "Логин не указан", "Unable to change password. Password too long." : "Не удалось изменить пароль: очень длинный пароль", "Authentication error" : "Ошибка аутентификации", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Пожалуйста, укажите пароль администратора для восстановления; в противном случае все данные учетной записи будут утеряны.", "Wrong admin recovery password. Please check the password and try again." : "Неправильный пароль восстановления администратора. Проверьте пароль и попробуйте еще раз.", + "Backend does not support password change, but the encryption of the account key was updated." : "Серверная часть не поддерживает смену пароля, но шифрование ключа учетной записи было обновлено.", "Administrator documentation" : "Документация администратора", "User documentation" : "Пользовательская документация", "Nextcloud help overview" : "Обзор справки Nextcloud", @@ -66,6 +69,7 @@ "If you received this email, the email configuration seems to be correct." : "Если вы получили это сообщение, значит электронная почта настроена правильно.", "Email could not be sent. Check your mail server log" : "Не удалось отправить сообщение электронной почты. Проверьте журнал ошибок почтового сервера", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Во время отправки письма произошла ошибка. Пожалуйста проверьте настройки. (Ошибка: %s)", + "You need to set your account email before being able to send test emails. Go to %s for that." : "Необходимо указать адрес электронной почты в своей учетной записи, прежде чем вы сможете отправлять тестовые электронные письма. Перейдите %s для этого.", "Invalid account" : "Неверная учётная запись", "Invalid mail address" : "Недопустимый адрес электронной почты", "Settings saved" : "Настройки сохранены", @@ -96,6 +100,7 @@ "Set your password" : "Задайте свой пароль", "Go to %s" : "Перейти к %s", "Install Client" : "Установить программу-клиент", + "Logged in account must be a subadmin" : "Вошедший в аккаунт должен быть субадминистратором", "Apps" : "Приложения", "Personal" : "Параметры пользователя", "Administration" : "Параметры сервера", @@ -117,7 +122,12 @@ "Unlimited" : "Неограничено", "Verifying" : "Проверка", "App directories owner" : "Владелец каталога приложений", + "App directories have the correct owner \"%s\"" : "У каталогов приложений есть правильный владелец \"%s\"", + "Brute-force Throttle" : "Брутфорс троттлинг", "Your remote address could not be determined." : "Ваш удаленный адрес определить не удалось.", + "Your remote address \"%s\" is not brute-force throttled." : "Ваш удаленный адрес \"%s\" не регулируется методом перебора.", + "Old administration imported certificates" : "Сертификаты, импортированные старым пользователем", + "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Запланировано фоновое задание проверки пользовательских SSL-сертификатов. Пожалуйста, проверьте позже.", "Code integrity" : "Целостность кода", "Integrity checker has been disabled. Integrity cannot be verified." : "Проверка целостности кода была отключена, целостность не может быть проверена.", "No altered files" : "Изменённые файлы отсуствуют", @@ -135,13 +145,12 @@ "Missing optional column \"%s\" in table \"%s\"." : "В таблице «%s» отсутствует необязательный столбец «%s».", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "В базе данных отсутствуют некоторые необязательные столбцы. Из-за того, что добавление столбцов в больших таблицах может занять некоторое время, они не добавляются автоматически, если они могут быть необязательными. Запустив «occ db:add-missing-columns», эти недостающие столбцы можно добавить вручную, пока экземпляр продолжает работать. После добавления столбцов некоторые функции могут улучшить отзывчивость или удобство использования.", "Database missing indices" : "В базе данных отсутствуют некоторые индексы", - "Missing optional index \"%s\" in table \"%s\"." : "В таблице «%s» отсутствует необязательный индекс «%s».", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "В базе данных отсутствуют некоторые индексы. Так как создание таких индексов может занять достаточно продолжительное время, оно должно быть запущено вручную. Для создания индексов необходимо запустить команду «occ db:add-missing-indices» во время работы сервера Nextcloud. При созданных индексах, как правило, запросы к базе данных выполняются значительно быстрее.", "Database missing primary keys" : "В базе данных отсутствуют первичные ключи", "Missing primary key on table \"%s\"." : "В таблице «%s» отсутствует первичный ключ.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "В базе данных отсутствуют некоторые первичные ключи. Поскольку добавление первичных ключей в большие таблицы могло занять некоторое время, они не добавлялись автоматически. Запустив команду «occ db: add-missing-primary-keys», эти недостающие первичные ключи можно добавить вручную, пока экземпляр продолжает работать.", "Database pending bigint migrations" : "В базе данных ожидается преобразование значений с типом двойное длинное целое", "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "Некоторые столбцы таблиц базы данных не прообразованы в тип «двойное длинное целое». Для таблиц значительного размера такое преобразование может занять продолжительное время и поэтому не было выполнено автоматически. Чтобы запустить операцию преобразования вручную, запустите в консоли команду «occ db:convert-filecache-bigint» во время режима обслуживания.", + "Debug mode" : "Журнал отладки", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Этот экземпляр запущен в режиме отладки. Включайте его только для локальной разработки, а не в производственных средах.", "Debug mode is disabled." : "Включён режим отладки.", "Default phone region" : "Телефонный регион по умолчанию", @@ -161,19 +170,17 @@ "HTTPS access and URLs" : "HTTPS и адреса", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Доступ к сайту осуществляется с использованием небезопасного протокола HTTP. Настоятельно рекомендуется вместо этого настроить использование протокола HTTPS, т.к. без него не будут работать некоторые важные веб-функции, такие, как копирование в буфер обмена и обработчики служб.", "Accessing site insecurely via HTTP." : "Используется небезопасное подключение по протоколу HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Сервер создаёт небезопасные ссылки, несмотря на то, что к нему осуществлено безопасное подключение. Скорее всего, причиной являются неверно настроенные параметры обратного прокси и значения переменных перезаписи исходного адреса.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Используется безопасное подключение по протоколу HTTPS и сервер создаёт безопасные ссылки.", "Internet connectivity" : "Подключение к интернету", "Internet connectivity is disabled in configuration file." : "Подключение к интернету отключено к файле конфигурации", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Этот сервер не подключён к интернету: множество конечных устройств не могут быть доступны. Это означает, что не будут работать некоторые функции, такие как подключение внешнего хранилища, уведомления об обновлениях или установка сторонних приложений. Так же могут не работать удалённый доступ к файлам и отправка уведомлений по электронной почте. Для использования всех возможностей рекомендуется разрешить серверу доступ в Интернет.", "JavaScript modules support" : "Поддержка модулей JavaScript", + "JavaScript source map support" : "Поддержка модулей JavaScript", "Old server-side-encryption" : "Устаревший режим шифрования на стороне сервера", "Disabled" : "Отключено", "The old server-side-encryption format is enabled. We recommend disabling this." : "Задействован устаревший режим шифрования файлов на стороне сервера. Рекомендуется отключить такое шифрование.", "Maintenance window start" : "Начало окна обслуживания", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached настроен как распределенный кэш, но установлен неподдерживаемый модуль PHP «memcache». \\OC\\Memcache\\Memcached поддерживает только модуль «memcached», но не «memcache».", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached настроен как распределенный кэш, но модуль PHP «memcached» не установлен.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Не настроен механизм кэширования. Для повышения производительности рекомендуется настроить memcache.", "Configured" : "Настроен", "MySQL Unicode support" : "Поддержка Unicode в MySQL", @@ -210,9 +217,6 @@ "Nextcloud configuration file is writable" : "Файл конфигурации Nextcloud доступен для записи", "HTTP headers" : "Заголовки HTTP", "Database version" : "Версия базы данных", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Используется MariaDB версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется MariaDB версии 10.2 или старше.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Используется mySQL версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется MySQL версии 8 или MariaDB 10.2 или старше.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Используется PostgreSQL версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется PostgreSQL версии 9.6 или старше.", "Architecture" : "Архитектура", "64-bit" : "64-бита", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "Похоже, вы используете 32-битную версию PHP. Для нормальной работы Nextcloud требуется 64-битная версия. Пожалуйста, обновите свою ОС и PHP до 64-битной версии!", @@ -241,14 +245,16 @@ "Always ask for a password" : "Предлагать задать пароль", "Enforce password protection" : "Требовать защиту паролем", "Exclude groups from creating link shares" : "Группы с запретом создания ссылок для публикации", + "Limit sharing based on groups" : "Ограничьте общий доступ в зависимости от групп", + "Allow sharing for everyone (default)" : "Разрешить общий доступ для всех (по умолчанию)", + "Exclude some groups from sharing" : "Исключить некоторые группы из общего доступа", + "Limit sharing to some groups" : "Ограничить доступ к некоторым группам", "Set default expiration date for shares" : "Установить срок действия общего доступа по умолчанию", "Enforce expiration date" : "Срок действия обязателен", "Set default expiration date for shares to other servers" : "Установить дату истечения по умолчанию для общих ресурсов на других серверах", "Set default expiration date for shares via link or mail" : "Установить срок действия общего доступа через ссылки или почту", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Разрешить автозаполнение имени пользователя в диалоговом окне общего доступа и разрешить доступ к системной адресной книге", + "Privacy settings for sharing" : "Настройки приватности для совместного использования", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Если автозаполнение «одна группа» и «интеграция телефонного номера» включены, совпадения в любом из них достаточно, чтобы отобразить пользователя.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Разрешить автозаполнение имени пользователя пользователям из одних и тех же групп и ограничить доступ к системным адресным книгам пользователями из одних и тех же групп", - "Allow username autocompletion to users based on phone number integration" : "Разрешить пользователям автозаполнение имени пользователя на основе интеграции номера телефона", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Разрешить автозаполнение при вводе полного имени или адреса электронной почты (игнорируя отсутствие совпадений в телефонной книге и нахождение в одной группе)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Показывать текст отказа от ответственности на странице публичной ссылки (показывается только когда скрыт список файлов)", "This text will be shown on the public link upload page when the file list is hidden." : "Этот текст будет показан при переходе по открытой ссылке на страницу передачи файлов на сервер и только при скрытом списке файлов.", @@ -335,12 +341,16 @@ "Last job ran {relativeTime}." : "Последнее задание было запущено {relativeTime}.", "Background job did not run yet!" : "Фоновые задания ещё не выполнялись.", "AJAX" : "AJAX", + "Execute one task with each page loaded. Use case: Single account instance." : "Выполняется по одной задаче с каждой загруженной страницей. Пример использования: Один экземпляр учетной записи.", "Webcron" : "Webcron", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php зарегистрирован в службе webcron для вызова cron.php каждые 5 минут по протоколу HTTP. Пример использования: Очень маленький экземпляр (1-5 учетных записей в зависимости от использования).", "Cron (Recommended)" : "Cron (рекомендуется)", "Use system cron service to call the cron.php file every 5 minutes." : "Использовать системный cron для вызова файла cron.php каждые 5 минут.", + "The cron.php needs to be executed by the system account \"{user}\"." : "Операция cron.php должна выполняться с помощью системной учетной записи \"{user}\".", "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Требуется расширение PHP POSIX. Смотрите {linkstart}документацию по PHP{linkend} для получения более подробной информации.", "Unable to update background job mode" : "Не удалось изменить режим запуска фоновых задач", "Profile" : "Профиль", + "Enable or disable profile by default for new accounts." : "Включите или отключите профиль по умолчанию для новых учетных записей.", "Enable" : "Включить", "Unable to update profile default setting" : "Не удалось обновить состояние использования профилей по умолчанию", "Failed to save setting" : "Не удалось сохранить параметры", @@ -432,53 +442,43 @@ "Change" : "Изменить", "Delete" : "Удалить", "Reshare" : "Публиковать", - "No accounts" : "Нет ни одного счёта", + "No accounts" : "Не найдено ни одной учётной записи", "Loading accounts …" : "Загрузка учётных записей", "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Список учётных записей. Этот список отображен не полностью по соображениям производительности. Учётные записи будут отображаться по мере того, как Вы будете перемещаться по списку.", "Default language" : "Язык по умолчанию", "Common languages" : "Основные языки", "Other languages" : "Другие языки", "Password change is disabled because the master key is disabled" : "Смена пароля невозможна при отключённом мастер-ключе", - "New user" : "Новый пользователь", + "New account" : "Новая учётная запись", "Display name" : "Отображаемое имя", "Either password or email is required" : "Также обязательны к заполнению пароль или эл.почта", "Password (required)" : "Пароль (обязательно)", "Email (required)" : "Эл. почта (обязательно)", "Email" : "Адрес эл. почты", "Groups (required)" : "Группы (обязательно)", - "Set user groups" : "Задать группы пользователя", "Administered groups" : "Администрируемые группы", - "Set user as admin for …" : "Назначить пользователя администратором для ...", "Quota" : "Квота", - "Set user quota" : "Установить квоту пользователя", "Language" : "Язык", "Set default language" : "Выбрать язык по умолчанию", "Manager" : "Руководитель", - "Add new user" : "Добавить нового пользователя", - "Set user manager" : "Выбрать менеджер пользователей", - "Username will be autogenerated" : "Имя пользователя будет сгенерировано автоматически", - "Username (required)" : "Имя пользователя (обязательно)", "Total rows summary" : "Количество строк в общем", - "Loading users …" : "Загрузка пользователей …", "Scroll to load more rows" : "Прокрутите, чтобы загрузить больше строк", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} пользователь …","{userCount} пользователя …","{userCount} пользователей …","{userCount} пользователей …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} пользователь","{userCount} пользователя","{userCount} пользователей","{userCount} пользователей"], "Avatar" : "Аватар", - "Username" : "Имя пользователя", "Group admin for" : "Администратор групп", - "User backend" : "Механизм учёта", "Storage location" : "Расположение хранилища", "Last login" : "Последний вход", - "User actions" : "Действия пользователя", + "Account actions" : "Действия над аккаунтом", "Password or insufficient permissions message" : "Сообщение о пароле или недостаточных разрешениях", "Change display name" : "Изменить отображаемое имя", "Set new password" : "Установить новый пароль", + "You do not have permissions to see the details of this account" : "У вас нет прав на просмотр данных этой учётной записи", "Set new email address" : "Установить новый адрес эл. почты", - "Add user to group" : "Добавить пользователя в группу", "Add account to group" : "Добавить учётную запись в группу", + "Set account as admin for" : "Назначить администратором", "Set the language" : "Выбрать язык", "{size} used" : "использовано {size}", "Delete account" : "Удалить учётную запись", + "Disconnect all devices and delete local data" : "Отключить все устройства и удалить локальные данные", "Disable account" : "Отключить учётную запись", "Enable account" : "Включить учётную запись", "Resend welcome email" : "Отправить приглашение ещё раз", @@ -531,7 +531,6 @@ "Disabled accounts" : "Отключённые учётные записи", "Account group: {group}" : "Группа учётных записей: {group}", "Account management" : "Управление учётными записями", - "New account" : "Новая учётная запись", "Creating group…" : "Создание группы…", "Create group" : "Создать группу", "Group name" : "Название группы", @@ -637,6 +636,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Обнаружены пользовательские сертификаты SSL, которые более не используются с Nextcloud 21. Их можно импортировать командой \"occ security:certificates:import\". Их расположение в папке с данными показаны ниже.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Обнаружены некорректные идентификаторы UUID пользователей или групп LDAP. Для их обновления обратите внимание на параметр «Переопределять определение UUID» в разделе экспертных настроек протокола LDAP и запустите в консоли команду «occ ldap:update-uuid».", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Синхронизация системной адресной книги DAV еще не запущена, поскольку в вашем экземпляре более 1000 пользователей или произошла ошибка. Пожалуйста, запустите его вручную, вызвав occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Используется MariaDB версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется MariaDB версии 10.2 или старше.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Используется mySQL версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется MySQL версии 8 или MariaDB 10.2 или старше.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Используется PostgreSQL версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется PostgreSQL версии 9.6 или старше.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двухфаторная аутентификация может быть принудительна включена для всех пользователей и выбранных групп. В случае, если у пользователя не настроен механизм подтверждения подлинности вторым фактором, он не сможет войти в систему.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Если выбрано включение или отключение использования двух-факторной проверки подлинности для групп, то для определения, требуется ли от пользователя использовать её, применяются следующие правила: \\n\n - если группы не включены в список, то двух-факторная проверка включена для всех их участников, кроме тех, кто также состоит в группах, проверка для которых отключена;\n - если группы включены в список, то двух-факторная проверка включена для всех участников таких групп;\n- если пользователь состоит одновременно и в группе, проверка для которой включена и группе, проверка для которой отключена, то приоритет получает использование двухфакторной проверки.", "Enable all" : "Включить все", @@ -651,6 +653,7 @@ "Error while deleting the token" : "Ошибка при удалении токена устройства", "Use the credentials below to configure your app or device." : "Используйте учётные данные ниже для настройки вашего приложения или устройства.", "For security reasons this password will only be shown once." : "По соображениям безопасности этот пароль будет показан лишь один раз.", + "Username" : "Имя пользователя", "Copied!" : "Скопировано!", "Copy" : "Копировать", "Execute one task with each page loaded. Use case: Single user instance." : "Запуск одного задания при загрузке каждой страницы. Вариант использования: сервер для одного пользователя.", @@ -670,6 +673,7 @@ "Edit display name" : "Редактировать отображаемое имя", "Add new password" : "Добавить пароль", "Add new email address" : "Добавить адрес электронной почты", + "Add user to group" : "Добавить пользователя в группу", "Set user as admin for" : "Назначить администратором", "Select user quota" : "Квота пользователя", "Select manager" : "Выбрать руководителя", @@ -680,9 +684,11 @@ "Enable user" : "Включить пользователя", "Edit User" : "Редактировать уч. запись", "User's table" : "Таблица пользователя", + "New user" : "Новый пользователь", "Will be autogenerated" : "Будет сгенерирован автоматически", "Select user manager" : "Выбрать руководителя", "Add a new user" : "Создать пользователя", + "User backend" : "Механизм учёта", "No users in here" : "Здесь нет ни одного пользователя", "Name your device" : "Назовите устройство", "Server error while trying to add WebAuthn device" : "Ошибка сервера при попытке добавить устройство WebAuthn", @@ -710,11 +716,27 @@ "Exclude groups from creating link shares:" : "Запретить публикацию созданием ссылок для следующих групп:", "Exclude groups from sharing" : "Запретить публикацию указанным группам:", "These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не смогут их создавать.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Разрешить автозаполнение имени пользователя в диалоговом окне общего доступа и разрешить доступ к системной адресной книге", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Разрешить автозаполнение имени пользователя пользователям из одних и тех же групп и ограничить доступ к системным адресным книгам пользователями из одних и тех же групп", + "Allow username autocompletion to users based on phone number integration" : "Разрешить пользователям автозаполнение имени пользователя на основе интеграции номера телефона", "Old user imported certificates" : "Сертификаты, импортированные старым пользователем", + "Missing optional index \"%s\" in table \"%s\"." : "В таблице «%s» отсутствует необязательный индекс «%s».", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "В базе данных отсутствуют некоторые индексы. Так как создание таких индексов может занять достаточно продолжительное время, оно должно быть запущено вручную. Для создания индексов необходимо запустить команду «occ db:add-missing-indices» во время работы сервера Nextcloud. При созданных индексах, как правило, запросы к базе данных выполняются значительно быстрее.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "В настоящее время вы используете PHP %s. PHP 8.0 больше не поддерживается в Nextcloud 27. Для Nextcloud 28 может потребоваться как минимум PHP 8.1. Пожалуйста, как можно скорее обновитесь до одной из официально поддерживаемых версий PHP, предоставленных PHP Group.", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Группа \"{group}\" будет удалена. Пользователи НЕ будут удалены.", "No users" : "Нет пользователей", + "Loading users …" : "Загрузка пользователей …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Список пользователей. Этот список отображен не полностью по соображениям производительности. Пользователи будут отображаться по мере того, как Вы будете перемещаться по списку.", + "Set user groups" : "Задать группы пользователя", + "Set user as admin for …" : "Назначить пользователя администратором для ...", + "Set user quota" : "Установить квоту пользователя", + "Add new user" : "Добавить нового пользователя", + "Set user manager" : "Выбрать менеджер пользователей", + "Username will be autogenerated" : "Имя пользователя будет сгенерировано автоматически", + "Username (required)" : "Имя пользователя (обязательно)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} пользователь …","{userCount} пользователя …","{userCount} пользователей …","{userCount} пользователей …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} пользователь","{userCount} пользователя","{userCount} пользователей","{userCount} пользователей"], + "User actions" : "Действия пользователя", "Loading user …" : "Загрузка пользователя ...", "Failed to update user manager" : "Не удалось обновить диспетчер пользователей", "User management settings" : "Настройки управления пользователями", diff --git a/apps/settings/l10n/sc.js b/apps/settings/l10n/sc.js index b8dd07a673c..b783b52d573 100644 --- a/apps/settings/l10n/sc.js +++ b/apps/settings/l10n/sc.js @@ -107,7 +107,6 @@ OC.L10N.register( "Unlimited" : "Chene lìmites", "Verifying" : "Averguende", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In sa base de datos mancat calicuna colunna optzionale. Agiùnghere is colunnas optzionale a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-columns\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is colunnas sunt agiuntas unas cantas funtzionalidades diant pòdere resurtare prus reativos o prus bellu a impreare. ", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In sa base de datos mancat calicunu ìnditze. Agiùnghere is ìnditzes a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-indices\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is ìnditzes sunt agiuntos is rechestas a custas tàulas andant giai semper prus a lestru meda.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "In sa base de datos mancat calicuna crae primària. Agiùnghere is craes primàrias a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-primary-keys\". Si podent agiùnghere a manu is craes primàrias chi mancant in s'interis chi s'istàntzia est in funtzione.", "Disabled" : "Disativadu", "The old server-side-encryption format is enabled. We recommend disabling this." : "Su formadu betzu de tzifradura ladu serbidore est ativu. Racumandamus de ddu disativare. ", @@ -132,7 +131,6 @@ OC.L10N.register( "Enforce expiration date" : "Impone data de iscadèntzia", "Set default expiration date for shares to other servers" : "Imposta sa data de iscadèntzia predefinida pro is cumpartziduras a àteros serbidores", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Si sa cumponidura automàtica \"matessi grupu\" e \"integratzione de nùmeru de telèfonu\" sunt ativadas, una currispondèntzia in unu de is duas bastat a mustrare s'utente.", - "Allow username autocompletion to users based on phone number integration" : "Permite sa cumponidura automàtica de su nùmene de utente a is utentes segundu s'integratzione de su nùmeru de telèfonu", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mustra sa liberatòria in sa pàgina de carrigamentu de su ligòngiu pùblicu (mustradu isceti cando s'archìviu de sa lista est cuadu)", "This text will be shown on the public link upload page when the file list is hidden." : "Custu testu s'at a mustrare in sa pàgina de carrigamentu de su ligòngiu pùblicu cando s'archìviu de sa lista est cuadu.", "Default share permissions" : "Permissos de cumpartzidura predefinidos", @@ -245,18 +243,15 @@ OC.L10N.register( "Default language" : "Limba predefinida", "Common languages" : "Limbas comunes", "Password change is disabled because the master key is disabled" : "Su càmbiu de sa crae est disativadu ca sa crae printzipale est disativada", - "New user" : "Utèntzia noa", "Display name" : "Ammustra nùmene", "Email" : "Posta eletrònica", "Quota" : "Cuota", "Language" : "Limba", "Avatar" : "Avatar", - "Username" : "Nùmene utente", "Group admin for" : "In amministratzione pro su grupu", - "User backend" : "Motore utente", "Storage location" : "Positzione de s'archiviatzione", "Last login" : "Ùrtimu atzessu", - "Add user to group" : "Agiunghe un'utente a unu grupu", + "Account actions" : "Atziones de su contu", "{size} used" : "{size} impreadu", "Delete account" : "Cantzella contu", "Resend welcome email" : "Torra a imbiare su messàgiu de benebènnida", @@ -374,6 +369,7 @@ OC.L10N.register( "Error while deleting the token" : "Errore in sa cantzelladura de su token", "Use the credentials below to configure your app or device." : "Imprea is credentziales in suta pro cunfigurare s'aplicatzione o su dispositivu.", "For security reasons this password will only be shown once." : "Pro resones de seguresa, custa crae s'at a mustrare una borta isceti.", + "Username" : "Nùmene utente", "Copied!" : "Copiadu!", "Copy" : "Còpia", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Pro esecutare custu, serbit s'estensione PHP POSIX. Càstia {linkstart}documentatzione PHP{linkend} pro àteros detàllios.", @@ -383,6 +379,7 @@ OC.L10N.register( "You do not have permissions to see the details of this user" : "Non tenes is permissos pro bìdere is detàllios de s'utente", "Add new password" : "Agiunghe una crae noa", "Add new email address" : "Agiunghe un'indiritzu nou de posta eletrònica", + "Add user to group" : "Agiunghe un'utente a unu grupu", "Set user as admin for" : "Include a un'utente in s'amministratzione pro", "Select user quota" : "Seletziona cuota utente", "Toggle user actions menu" : "Càmbia su menu de is atziones de s'utente", @@ -391,8 +388,10 @@ OC.L10N.register( "Disable user" : "Disativa utente", "Enable user" : "Ativa utente", "Edit User" : "Modìfica utente", + "New user" : "Utèntzia noa", "Will be autogenerated" : "At a èssere auto-generadu", "Add a new user" : "Agiunghe un'utèntzia noa", + "User backend" : "Motore utente", "No users in here" : "Peruna utèntzia inoghe", "Name your device" : "Nùmena su dispositivu", "Server error while trying to add WebAuthn device" : "Errore de su serbidore chirchende de agiùnghere su dispositivu WebAuthn", @@ -415,6 +414,8 @@ OC.L10N.register( "Set default expiration date" : "Imposta sa data de iscadèntzia predefinida ", "Exclude groups from creating link shares:" : "Esclude grupos dae sa creatzione de ligòngios de cumpartzidura:", "Exclude groups from sharing" : "Esclude grupos dae sa cumpartzidura", - "These groups will still be able to receive shares, but not to initiate them." : "Custos grupos ant a pòdere retzire cumpartziduras, ma no ddas ant a pòdere cumintzare." + "These groups will still be able to receive shares, but not to initiate them." : "Custos grupos ant a pòdere retzire cumpartziduras, ma no ddas ant a pòdere cumintzare.", + "Allow username autocompletion to users based on phone number integration" : "Permite sa cumponidura automàtica de su nùmene de utente a is utentes segundu s'integratzione de su nùmeru de telèfonu", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In sa base de datos mancat calicunu ìnditze. Agiùnghere is ìnditzes a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-indices\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is ìnditzes sunt agiuntos is rechestas a custas tàulas andant giai semper prus a lestru meda." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/sc.json b/apps/settings/l10n/sc.json index bfff907a2d5..15232b95c6a 100644 --- a/apps/settings/l10n/sc.json +++ b/apps/settings/l10n/sc.json @@ -105,7 +105,6 @@ "Unlimited" : "Chene lìmites", "Verifying" : "Averguende", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In sa base de datos mancat calicuna colunna optzionale. Agiùnghere is colunnas optzionale a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-columns\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is colunnas sunt agiuntas unas cantas funtzionalidades diant pòdere resurtare prus reativos o prus bellu a impreare. ", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In sa base de datos mancat calicunu ìnditze. Agiùnghere is ìnditzes a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-indices\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is ìnditzes sunt agiuntos is rechestas a custas tàulas andant giai semper prus a lestru meda.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "In sa base de datos mancat calicuna crae primària. Agiùnghere is craes primàrias a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-primary-keys\". Si podent agiùnghere a manu is craes primàrias chi mancant in s'interis chi s'istàntzia est in funtzione.", "Disabled" : "Disativadu", "The old server-side-encryption format is enabled. We recommend disabling this." : "Su formadu betzu de tzifradura ladu serbidore est ativu. Racumandamus de ddu disativare. ", @@ -130,7 +129,6 @@ "Enforce expiration date" : "Impone data de iscadèntzia", "Set default expiration date for shares to other servers" : "Imposta sa data de iscadèntzia predefinida pro is cumpartziduras a àteros serbidores", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Si sa cumponidura automàtica \"matessi grupu\" e \"integratzione de nùmeru de telèfonu\" sunt ativadas, una currispondèntzia in unu de is duas bastat a mustrare s'utente.", - "Allow username autocompletion to users based on phone number integration" : "Permite sa cumponidura automàtica de su nùmene de utente a is utentes segundu s'integratzione de su nùmeru de telèfonu", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mustra sa liberatòria in sa pàgina de carrigamentu de su ligòngiu pùblicu (mustradu isceti cando s'archìviu de sa lista est cuadu)", "This text will be shown on the public link upload page when the file list is hidden." : "Custu testu s'at a mustrare in sa pàgina de carrigamentu de su ligòngiu pùblicu cando s'archìviu de sa lista est cuadu.", "Default share permissions" : "Permissos de cumpartzidura predefinidos", @@ -243,18 +241,15 @@ "Default language" : "Limba predefinida", "Common languages" : "Limbas comunes", "Password change is disabled because the master key is disabled" : "Su càmbiu de sa crae est disativadu ca sa crae printzipale est disativada", - "New user" : "Utèntzia noa", "Display name" : "Ammustra nùmene", "Email" : "Posta eletrònica", "Quota" : "Cuota", "Language" : "Limba", "Avatar" : "Avatar", - "Username" : "Nùmene utente", "Group admin for" : "In amministratzione pro su grupu", - "User backend" : "Motore utente", "Storage location" : "Positzione de s'archiviatzione", "Last login" : "Ùrtimu atzessu", - "Add user to group" : "Agiunghe un'utente a unu grupu", + "Account actions" : "Atziones de su contu", "{size} used" : "{size} impreadu", "Delete account" : "Cantzella contu", "Resend welcome email" : "Torra a imbiare su messàgiu de benebènnida", @@ -372,6 +367,7 @@ "Error while deleting the token" : "Errore in sa cantzelladura de su token", "Use the credentials below to configure your app or device." : "Imprea is credentziales in suta pro cunfigurare s'aplicatzione o su dispositivu.", "For security reasons this password will only be shown once." : "Pro resones de seguresa, custa crae s'at a mustrare una borta isceti.", + "Username" : "Nùmene utente", "Copied!" : "Copiadu!", "Copy" : "Còpia", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Pro esecutare custu, serbit s'estensione PHP POSIX. Càstia {linkstart}documentatzione PHP{linkend} pro àteros detàllios.", @@ -381,6 +377,7 @@ "You do not have permissions to see the details of this user" : "Non tenes is permissos pro bìdere is detàllios de s'utente", "Add new password" : "Agiunghe una crae noa", "Add new email address" : "Agiunghe un'indiritzu nou de posta eletrònica", + "Add user to group" : "Agiunghe un'utente a unu grupu", "Set user as admin for" : "Include a un'utente in s'amministratzione pro", "Select user quota" : "Seletziona cuota utente", "Toggle user actions menu" : "Càmbia su menu de is atziones de s'utente", @@ -389,8 +386,10 @@ "Disable user" : "Disativa utente", "Enable user" : "Ativa utente", "Edit User" : "Modìfica utente", + "New user" : "Utèntzia noa", "Will be autogenerated" : "At a èssere auto-generadu", "Add a new user" : "Agiunghe un'utèntzia noa", + "User backend" : "Motore utente", "No users in here" : "Peruna utèntzia inoghe", "Name your device" : "Nùmena su dispositivu", "Server error while trying to add WebAuthn device" : "Errore de su serbidore chirchende de agiùnghere su dispositivu WebAuthn", @@ -413,6 +412,8 @@ "Set default expiration date" : "Imposta sa data de iscadèntzia predefinida ", "Exclude groups from creating link shares:" : "Esclude grupos dae sa creatzione de ligòngios de cumpartzidura:", "Exclude groups from sharing" : "Esclude grupos dae sa cumpartzidura", - "These groups will still be able to receive shares, but not to initiate them." : "Custos grupos ant a pòdere retzire cumpartziduras, ma no ddas ant a pòdere cumintzare." + "These groups will still be able to receive shares, but not to initiate them." : "Custos grupos ant a pòdere retzire cumpartziduras, ma no ddas ant a pòdere cumintzare.", + "Allow username autocompletion to users based on phone number integration" : "Permite sa cumponidura automàtica de su nùmene de utente a is utentes segundu s'integratzione de su nùmeru de telèfonu", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In sa base de datos mancat calicunu ìnditze. Agiùnghere is ìnditzes a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-indices\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is ìnditzes sunt agiuntos is rechestas a custas tàulas andant giai semper prus a lestru meda." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js index 20aa5ba3dec..8d37c2705d8 100644 --- a/apps/settings/l10n/sk.js +++ b/apps/settings/l10n/sk.js @@ -130,7 +130,6 @@ OC.L10N.register( "Your remote address could not be determined." : "Váša vzdialená adresa sa nedala určiť.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Váš vzdialený adresár bol identifikovaný ako \"%s\" a momentálne súčasťou potlačovania útoku hrubou silou, čo spomaľuje výkon rôznych požiadaviek. Ak vzdialená adresa nie je vaša adresa, môže to naznačovať, že proxy nie je správne nakonfigurovaná.", "Your remote address \"%s\" is not brute-force throttled." : "Váš vzdialený adresár \"%s\" nie je obmedzený pre útok hrubou silou.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pre povolenie tejto kontroly musíte zabezpečiť, aby sa váš webový server mohol pripojiť sám k sebe. Preto musí byť schopný rozpoznať a pripojiť sa aspoň k jednému z jeho \"trusted_domains\" alebo \"overwrite.cli.url\".", "Old administration imported certificates" : "Importované certifikáty starej administrácie", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Úloha na pozadí čaká na kontrolu administrácie importovaných SSL certifikátov. Skúste to znova neskôr.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Našlo sa niekoľko administratívnych importovaných SSL certifikátov, ktoré sa už v NextCloud 21 nepoužívajú. Môžu byť importované z príkazového riadku pomocou \"occ security:certificates:import\". Ich cesty vo vnútri dátového adresára sú uvedené nižšie.", @@ -151,8 +150,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Chýba voliteľný stĺpec \"%s\" v tabuľke \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "V databáze chýbajú niektoré voliteľné stĺpce. Vzhľadom na skutočnosť, že pridanie stĺpcov na veľké tabuľky by mohlo nejaký čas trvať, neboli pridané automaticky, keď môžu byť voliteľné. Spustením príkazu „occ db:add-missing-columns“ sa tieto chýbajúce stĺpce môžu pridať ručne, zatiaľ čo inštancia zostáva v prevádzke. Po pridaní stĺpcov môžu niektoré funkcie zlepšiť odozvu alebo použiteľnosť.", "Database missing indices" : "Chýbajúce indexy databázy", - "Missing optional index \"%s\" in table \"%s\"." : "Chýba voliteľný index \"%s\" v tabuľke \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databáze chýbajú nejaké indexy. Keďže pridávanie indexov voči veľkým tabuľkám môže trvať dlho, tak neboli pridané automaticky. Spustením príkazu \"occ db:add-missing-indices\" môžete tieto chýbajúce indexy pridať ručne počas behu. Akonáhle budú indexy aktívne, tak požiadavky voči databáze budú podstatne rýchlejšie.", "Database missing primary keys" : "Chýbajúce primárne kľúče v databáze.", "Missing primary key on table \"%s\"." : "Chýbajúci primárny kľúč na tabuľke \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "V databáze chýbajú niektoré primárne kľúče. Vzhľadom na to, že pridávanie primárnych kľúčov do veľkých tabuliek by mohlo chvíľu trvať, neboli pridané automaticky. Spustením príkazu „occ db:add-missing-primary-keys“ je možné tieto chýbajúce primárne kľúče pridať ručne, zatiaľ čo inštancia beží.", @@ -178,13 +175,11 @@ OC.L10N.register( "HTTPS access and URLs" : "Prístup HTTPS a URL adresy", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Prístup na stránku nie je nezabezpečený cez HTTP. Dôrazne sa odporúča nastaviť server tak, aby namiesto toho vyžadoval HTTPS. Bez neho niektoré dôležité webové funkcie ako \"kopírovanie do schránky\" alebo \"procesy služieb\" nebudú fungovať!", "Accessing site insecurely via HTTP." : "Prístup na stránku nezabezpečeným spôsobom cez HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Pristupujete k svojej inštancii cez zabezpečené pripojenie, avšak vaša inštancia generuje nezabezpečené URL adresy. To pravdepodobne znamená, že ste za reverzným proxy a prepisovanie konfiguračných premenných nie sú správne nastavené.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Prístup k vašej inštancii prebieha cez zabezpečené pripojenie a vaša inštancia generuje zabezpečené URL adresy.", "Internet connectivity" : "Internetové pripojenie", "Internet connectivity is disabled in configuration file." : "Internetové pripojenie je zakázané v konfiguračnom súbore.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Tento server nemá funkčné internetové pripojenie: Nie je možné dosiahnuť viacero koncových bodov. To znamená, že niektoré funkcie, ako je pripojenie externého úložiska, upozornenia na aktualizácie alebo inštalácia aplikácií tretích strán, nebudú fungovať. Tiež nemusí fungovať vzdialený prístup k súborom a odosielanie e -mailov s upozorneniami. Ak chcete využívať všetky funkcie, vytvorte z tohto servera pripojenie na internet.", "JavaScript modules support" : "Podpora JavaScript modulov", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodarilo sa skontrolovať podporu JavaScriptu prostredníctvom žiadnej z vašich domén `trusted_domains` ani `overwrite.cli.url`. Môže to byť výsledkom nesúladu DNS na strane servera alebo pravidla brány firewall pre výstup. Skontrolujte prosím manuálne, či váš webový server poskytuje súbory `.mjs` pomocou typu JavaScript MIME.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Váš webový server neobsluhuje súbory `.mjs` pomocou MIME typu JavaScript. Týmto sa niektoré aplikácie pokazia, pretože prehliadače nebudú môcť vykonávať JavaScriptové súbory. Mali by ste nakonfigurovať váš webový server tak, aby obsluhoval súbory `.mjs` s MIME typom `text/javascript` alebo `application/javascript`.", "JavaScript source map support" : "Podpora pre mapy zdrojov JavaScript ", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Váš webový server nie je nastavený na poskytovanie súborov `.js.map`. Bez týchto súborov nebude JavaScript Source Maps správne fungovať, čo zťažuje riešenie a ladenie akýchkoľvek problémov, ktoré sa môžu vyskytnúť.", @@ -195,8 +190,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Server nemá nastavený časový úsek údržby. To znamená, že náročné denné úlohy na pozadí budú vykonávané aj počas hlavného užívacieho času. Odporúčame nastaviť čas na obdobie s nízkym využitím, aby boli užívatelia menej ovplyvnení záťažou spôsobenou týmito náročnými úlohami.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Údržbové okno na vykonávanie náročných úloh na pozadí je medzi {start}:00 UTC a {end}:00 UTC.", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached je konfigurovaný ako distribuovaná cache, ale je nainštalovaný nesprávny PHP modul \"memcache\". \\OC\\Memcache\\Memcached podporuje iba \"memcached\" a nie \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached je konfigurovaný ako distribuovaná cache, ale PHP modul \"memcached\" nie je nainštalovaný.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Žiadna pamäťová cache nebola nakonfigurovaná. Ak je k dispozícii, prosím nakonfigurujte memcache, aby ste zvýšili výkon.", "Configured" : "Nastavené", "MySQL Unicode support" : "Podpora Unicode v MySQL", @@ -270,9 +263,6 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Nepodarilo sa skontrolovať, či váš webový server správne poskytuje bezpečnostné hlavičky, nepodarilo sa požiadať o `%s`", "Your server is correctly configured to send security headers." : "Váš server je správne nakonfigurovaný pre poskytovanie bezpečnostných hlavičiek.", "Database version" : "Verzia databázy", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Používa sa verzia MariaDB \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje MariaDB 10.2 alebo novšiu.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Používa sa verzia MySQL \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje MySQL 8.0 alebo MariaDB 10.2 alebo novšia.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Používa sa verzia PostgreSQL \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje PostgreSQL 9.6 alebo novší.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite sa v súčasnosti používa ako databáza na pozadí. Pre väčšie inštalácie odporúčame prepnúť na inú databázovú platformu. Toto sa odporúča najmä pri používaní desktopového klienta pre synchronizáciu súborov. Pre migráciu na inú databázu použite príkazový riadok: \"occ db:convert-type\".", "Unknown database platform" : "Neznáma databázová platforma", "Architecture" : "Architektúra", @@ -344,10 +334,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Nastavte predvolený dátum vypršania pre zdiľanie cez odkaz alebo e-mail.", "Default expiration time of shares in days" : "Predvolený čas vypršania zdieľaní v dňoch", "Privacy settings for sharing" : "Nastavenia súkromia pre zdieľanie", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Povoliť dopĺňanie mena používateľa v dialógovom okne zdieľania a umožniť prístup do systémového adresára kontaktov", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Ak je povolené automatické dopĺňanie „pre rovnakú skupinu“ a „integrácia telefónneho čísla“, na zobrazenie používateľa stačí zhoda v ktorejkoľvek z nich.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Povoliť automatické dopĺňanie užívateľského mena pre užívateľov v rovnakých skupinách a obmedziť systémové adresáre na užívateľov v rovnakých skupinách.", - "Allow username autocompletion to users based on phone number integration" : "Povoliť automatické dopĺňanie mien užívateľom založené na integrácii s telefónnym číslom", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Pri zadávaní celého mena alebo e-mailovej adresy povoliť automatické dopĺňanie (ignoruje sa chýbajúca zhoda v telefónnom zozname a príslušnosť k rovnakej skupine)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Zobraziť text upozornenia na stránke pre nahrávanie verejného odkazu (zobraziť len ak je zoznam súborov skrytý)", "Disclaimer text" : "Text odmietnutia zodpovednosti", @@ -578,44 +565,31 @@ OC.L10N.register( "Common languages" : "Spoločné jazyky", "Other languages" : "Iné jazyky", "Password change is disabled because the master key is disabled" : "Zmena hesla je zablokovaná pretože hlavný kľúč je vypnutý", - "New user" : "Nový používateľ", + "New account" : "Nový účet", "Display name" : "Zobrazované meno", "Either password or email is required" : "Buď je potrebné zadať heslo alebo e-mail", "Password (required)" : "Heslo (povinné)", "Email (required)" : "E-mail (povinné)", "Email" : "Email", "Groups (required)" : "Skupiny (povinné)", - "Set user groups" : "Nastaviť skupiny užívateľa", "Administered groups" : "Administrované skupiny", - "Set user as admin for …" : "Nastaviť užívateľa ako správcu pre ...", "Quota" : "Kvóta", - "Set user quota" : "Nastaviť kvótu užívateľa", "Language" : "Jazyk", "Set default language" : "Nastaviť predvolený jazyk", "Manager" : "Manažér", - "Add new user" : "Pridať nového používateľa", - "Set user manager" : "Nastaviť manažéra pre užívateľa", - "Username will be autogenerated" : " Meno užívateľa bude automaticky generované.", - "Username (required)" : "Meno užívateľa (povinné)", "Total rows summary" : "Súčet všetkých riadkov", - "Loading users …" : "Načítavanie užívateľov ...", "Scroll to load more rows" : "Posúvajte pre načítanie ďalších riadkov", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} užívateľ ...","{userCount} užívatelia ...","{userCount} užívateľov ...","{userCount} užívateľov ..."], - "_{userCount} user_::_{userCount} users_" : ["{userCount} užívateľ","{userCount} užívatelia","{userCount} užívateľov","{userCount} užívateľov"], "Avatar" : "Avatar", - "Username" : "Používateľské meno", "Group admin for" : "Administrátor skupiny pre", - "User backend" : "Backend používateľa", "Storage location" : "Umiestnenie úložiska", "Last login" : "Posledné prihlásenie", - "User actions" : "Akcie užívateľa", + "Account actions" : "Možnosti účtu", "Password or insufficient permissions message" : "Heslo alebo správa o nedostatočných oprávneniach", "Loading account …" : "Nahrávam účet ...", "Change display name" : "Zmeniť zobrazované meno", "Set new password" : "Vytvoriť nové heslo", "You do not have permissions to see the details of this account" : "Nemáte oprávnenie vidieť detaily tohto účtu", "Set new email address" : "Nastavte novú e-mailovú adresu", - "Add user to group" : "Pridať užívateľa do skupiny", "Add account to group" : "Pridať účet do skupiny", "Set account as admin for" : "Nastavte účet ako správcu pre", "Select account quota" : "Vyberte kvótu účtu", @@ -681,7 +655,6 @@ OC.L10N.register( "Disabled accounts" : "Zakázané účty", "Account group: {group}" : "Skupina účtu: {group}", "Account management" : "Správa účtu", - "New account" : "Nový účet", "Creating group…" : "Vytváram skupinu...", "Create group" : "Vytvoriť skupinu", "Group name" : "Názov skupiny", @@ -800,6 +773,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Je niekoľko SSL certifikátov importovaných používateľmi, ktoré sa už v NextCloud 21 nepoužívajú. Môžu byť importované z príkazového riadku pomocou \"occ security:certificates:import\". Ich cesty vo vnútri dátového priečinka sú uvedené nižšie.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Boli nájdené neplatné UUID užívateľov alebo skupín LDAP. Skontrolujte svoje nastavenia „Prepísať detekciu UUID“ v expertnej časti konfigurácie LDAP a použite „occ ldap:update-uuid“ na ich aktualizáciu.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV synchronizácia systémového adresára ešte nebola spustená, pretože vaša inštancia má viac ako 1000 užívateľov alebo sa vyskytla chyba. Prosím, spustite ju manuálne volaním occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Používa sa verzia MariaDB \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje MariaDB 10.2 alebo novšiu.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Používa sa verzia MySQL \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje MySQL 8.0 alebo MariaDB 10.2 alebo novšia.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Používa sa verzia PostgreSQL \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje PostgreSQL 9.6 alebo novší.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvojfázové overenie je možné vynútiť pre všetkých používateľov a konkrétne skupiny. Ak nemajú nastaveného poskytovateľa dvojfázového overovania nebudú sa môcť prihlásiť do systému.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Pokiaľ sú skupiny vybraté/vynechané, je pre zisťovanie či je používateľovi vynútené dvojfázové (2FA) overovanie použitá nasledovná logika: Ak nie sú vybraté žiadne skupiny, je 2FA zapnuté pre všetkých okrem členov vynechaných skupín. Ak sú nejaké skupiny vybraté, je 2FA zapnuté pre všetkých jej členov. Ak je používateľ členom ako vybratej, tak aj vynechanej skupiny, potom má vybratá skupina prednosť a 2FA je vynútené.", "Enable all" : "Povoliť všetko", @@ -814,6 +790,7 @@ OC.L10N.register( "Error while deleting the token" : "Chyba pri mazaní tokenu", "Use the credentials below to configure your app or device." : "Pre konfiguráciu vašej aplikácie, alebo zariadenia použite nižšie uvedené prihlasovacie údaje.", "For security reasons this password will only be shown once." : "Z dôvodu bezpečnosti toto heslo bude zobrazené iba jedenkrát.", + "Username" : "Používateľské meno", "Copied!" : "Skopírované!", "Copy" : "Kopírovať", "Execute one task with each page loaded. Use case: Single user instance." : "S každou načítanou stránkou spustiť jednu úlohu. Prípad použitia: Inštancia jedného používateľa.", @@ -833,6 +810,7 @@ OC.L10N.register( "Edit display name" : "Upraviť zobrazované meno", "Add new password" : "Pridať nové heslo", "Add new email address" : "Pridať novú emailovú adresu", + "Add user to group" : "Pridať užívateľa do skupiny", "Set user as admin for" : "Nastaviť používateľa ako správcu pre", "Select user quota" : "Zvoliť kvótu používateľa", "Select manager" : "Vybrať nástroj pre správu", @@ -843,9 +821,11 @@ OC.L10N.register( "Enable user" : "Odblokovať používateľa", "Edit User" : "Upraviť používateľa", "User's table" : "Užívateľská tabuľka", + "New user" : "Nový používateľ", "Will be autogenerated" : "Bude automaticky vytvorené", "Select user manager" : "Vyberte nástroj pre správu používateľov", "Add a new user" : "Pridať nového používateľa", + "User backend" : "Backend používateľa", "No users in here" : "Nie sú tu žiadni používatelia", "Name your device" : "Pomenujte svoje zariadenie", "Server error while trying to add WebAuthn device" : "Chyba servera pri pokuse o pridanie zariadenia WebAuthn", @@ -873,7 +853,12 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Nepovoliť skupinám vytvárať odkazy k zdieľaniu:", "Exclude groups from sharing" : "Nesprístupniť obsah skupinám", "These groups will still be able to receive shares, but not to initiate them." : "Tieto skupiny nebudú mocť sprístupňovať obsah, môžu však stále čítať sprístupnené súbory.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Povoliť dopĺňanie mena používateľa v dialógovom okne zdieľania a umožniť prístup do systémového adresára kontaktov", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Povoliť automatické dopĺňanie užívateľského mena pre užívateľov v rovnakých skupinách a obmedziť systémové adresáre na užívateľov v rovnakých skupinách.", + "Allow username autocompletion to users based on phone number integration" : "Povoliť automatické dopĺňanie mien užívateľom založené na integrácii s telefónnym číslom", "Old user imported certificates" : "Staré užívateľom importované certifikáty", + "Missing optional index \"%s\" in table \"%s\"." : "Chýba voliteľný index \"%s\" v tabuľke \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databáze chýbajú nejaké indexy. Keďže pridávanie indexov voči veľkým tabuľkám môže trvať dlho, tak neboli pridané automaticky. Spustením príkazu \"occ db:add-missing-indices\" môžete tieto chýbajúce indexy pridať ručne počas behu. Akonáhle budú indexy aktívne, tak požiadavky voči databáze budú podstatne rýchlejšie.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodarilo sa skontrolovať podporu pre JavaScript. Prosím, skontrolujte manuálne, či váš webserver poskytuje súbory `.mjs` pomocou MIME typu JavaScript.", "MySQL unicode support" : "Podpora unicode v MySQL", "Overwrite cli URL" : "Prepísať CLI URL", @@ -881,7 +866,18 @@ OC.L10N.register( "Rating: {score}/10" : "Hodnotenie: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Chystáte sa odstrániť skupinu \"{group}\". Používatelia NEBUDÚ vymazaní.", "No users" : "Žiadni užívatelia", + "Loading users …" : "Načítavanie užívateľov ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Zoznam užívateľov. Tento zoznam nie je úplne vykreslený z dôvodov výkonu. Užívatelia budú vykreslení, keď budete prechádzať zoznamom.", + "Set user groups" : "Nastaviť skupiny užívateľa", + "Set user as admin for …" : "Nastaviť užívateľa ako správcu pre ...", + "Set user quota" : "Nastaviť kvótu užívateľa", + "Add new user" : "Pridať nového používateľa", + "Set user manager" : "Nastaviť manažéra pre užívateľa", + "Username will be autogenerated" : " Meno užívateľa bude automaticky generované.", + "Username (required)" : "Meno užívateľa (povinné)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} užívateľ ...","{userCount} užívatelia ...","{userCount} užívateľov ...","{userCount} užívateľov ..."], + "_{userCount} user_::_{userCount} users_" : ["{userCount} užívateľ","{userCount} užívatelia","{userCount} užívateľov","{userCount} užívateľov"], + "User actions" : "Akcie užívateľa", "Loading user …" : "Načítavanie užívateľov ...", "Failed to update user manager" : "Nepodarilo sa aktualizovať správcu používateľov", "User management settings" : "Nastavenia správy užívateľov", @@ -889,6 +885,8 @@ OC.L10N.register( "User management" : "Správa užívateľov", "Creating group …" : "Vytváram skupinu ...", "User group: {group}" : "Skupina užívateľa: {group}", - "Nextcloud help resources" : "Pomoc pre Nextcloud" + "Nextcloud help resources" : "Pomoc pre Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pre povolenie tejto kontroly musíte zabezpečiť, aby sa váš webový server mohol pripojiť sám k sebe. Preto musí byť schopný rozpoznať a pripojiť sa aspoň k jednému z jeho \"trusted_domains\" alebo \"overwrite.cli.url\".", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodarilo sa skontrolovať podporu JavaScriptu prostredníctvom žiadnej z vašich domén `trusted_domains` ani `overwrite.cli.url`. Môže to byť výsledkom nesúladu DNS na strane servera alebo pravidla brány firewall pre výstup. Skontrolujte prosím manuálne, či váš webový server poskytuje súbory `.mjs` pomocou typu JavaScript MIME." }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/settings/l10n/sk.json b/apps/settings/l10n/sk.json index 5603621dd79..d6f118208dc 100644 --- a/apps/settings/l10n/sk.json +++ b/apps/settings/l10n/sk.json @@ -128,7 +128,6 @@ "Your remote address could not be determined." : "Váša vzdialená adresa sa nedala určiť.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Váš vzdialený adresár bol identifikovaný ako \"%s\" a momentálne súčasťou potlačovania útoku hrubou silou, čo spomaľuje výkon rôznych požiadaviek. Ak vzdialená adresa nie je vaša adresa, môže to naznačovať, že proxy nie je správne nakonfigurovaná.", "Your remote address \"%s\" is not brute-force throttled." : "Váš vzdialený adresár \"%s\" nie je obmedzený pre útok hrubou silou.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pre povolenie tejto kontroly musíte zabezpečiť, aby sa váš webový server mohol pripojiť sám k sebe. Preto musí byť schopný rozpoznať a pripojiť sa aspoň k jednému z jeho \"trusted_domains\" alebo \"overwrite.cli.url\".", "Old administration imported certificates" : "Importované certifikáty starej administrácie", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Úloha na pozadí čaká na kontrolu administrácie importovaných SSL certifikátov. Skúste to znova neskôr.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Našlo sa niekoľko administratívnych importovaných SSL certifikátov, ktoré sa už v NextCloud 21 nepoužívajú. Môžu byť importované z príkazového riadku pomocou \"occ security:certificates:import\". Ich cesty vo vnútri dátového adresára sú uvedené nižšie.", @@ -149,8 +148,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "Chýba voliteľný stĺpec \"%s\" v tabuľke \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "V databáze chýbajú niektoré voliteľné stĺpce. Vzhľadom na skutočnosť, že pridanie stĺpcov na veľké tabuľky by mohlo nejaký čas trvať, neboli pridané automaticky, keď môžu byť voliteľné. Spustením príkazu „occ db:add-missing-columns“ sa tieto chýbajúce stĺpce môžu pridať ručne, zatiaľ čo inštancia zostáva v prevádzke. Po pridaní stĺpcov môžu niektoré funkcie zlepšiť odozvu alebo použiteľnosť.", "Database missing indices" : "Chýbajúce indexy databázy", - "Missing optional index \"%s\" in table \"%s\"." : "Chýba voliteľný index \"%s\" v tabuľke \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databáze chýbajú nejaké indexy. Keďže pridávanie indexov voči veľkým tabuľkám môže trvať dlho, tak neboli pridané automaticky. Spustením príkazu \"occ db:add-missing-indices\" môžete tieto chýbajúce indexy pridať ručne počas behu. Akonáhle budú indexy aktívne, tak požiadavky voči databáze budú podstatne rýchlejšie.", "Database missing primary keys" : "Chýbajúce primárne kľúče v databáze.", "Missing primary key on table \"%s\"." : "Chýbajúci primárny kľúč na tabuľke \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "V databáze chýbajú niektoré primárne kľúče. Vzhľadom na to, že pridávanie primárnych kľúčov do veľkých tabuliek by mohlo chvíľu trvať, neboli pridané automaticky. Spustením príkazu „occ db:add-missing-primary-keys“ je možné tieto chýbajúce primárne kľúče pridať ručne, zatiaľ čo inštancia beží.", @@ -176,13 +173,11 @@ "HTTPS access and URLs" : "Prístup HTTPS a URL adresy", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Prístup na stránku nie je nezabezpečený cez HTTP. Dôrazne sa odporúča nastaviť server tak, aby namiesto toho vyžadoval HTTPS. Bez neho niektoré dôležité webové funkcie ako \"kopírovanie do schránky\" alebo \"procesy služieb\" nebudú fungovať!", "Accessing site insecurely via HTTP." : "Prístup na stránku nezabezpečeným spôsobom cez HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Pristupujete k svojej inštancii cez zabezpečené pripojenie, avšak vaša inštancia generuje nezabezpečené URL adresy. To pravdepodobne znamená, že ste za reverzným proxy a prepisovanie konfiguračných premenných nie sú správne nastavené.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Prístup k vašej inštancii prebieha cez zabezpečené pripojenie a vaša inštancia generuje zabezpečené URL adresy.", "Internet connectivity" : "Internetové pripojenie", "Internet connectivity is disabled in configuration file." : "Internetové pripojenie je zakázané v konfiguračnom súbore.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Tento server nemá funkčné internetové pripojenie: Nie je možné dosiahnuť viacero koncových bodov. To znamená, že niektoré funkcie, ako je pripojenie externého úložiska, upozornenia na aktualizácie alebo inštalácia aplikácií tretích strán, nebudú fungovať. Tiež nemusí fungovať vzdialený prístup k súborom a odosielanie e -mailov s upozorneniami. Ak chcete využívať všetky funkcie, vytvorte z tohto servera pripojenie na internet.", "JavaScript modules support" : "Podpora JavaScript modulov", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodarilo sa skontrolovať podporu JavaScriptu prostredníctvom žiadnej z vašich domén `trusted_domains` ani `overwrite.cli.url`. Môže to byť výsledkom nesúladu DNS na strane servera alebo pravidla brány firewall pre výstup. Skontrolujte prosím manuálne, či váš webový server poskytuje súbory `.mjs` pomocou typu JavaScript MIME.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Váš webový server neobsluhuje súbory `.mjs` pomocou MIME typu JavaScript. Týmto sa niektoré aplikácie pokazia, pretože prehliadače nebudú môcť vykonávať JavaScriptové súbory. Mali by ste nakonfigurovať váš webový server tak, aby obsluhoval súbory `.mjs` s MIME typom `text/javascript` alebo `application/javascript`.", "JavaScript source map support" : "Podpora pre mapy zdrojov JavaScript ", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Váš webový server nie je nastavený na poskytovanie súborov `.js.map`. Bez týchto súborov nebude JavaScript Source Maps správne fungovať, čo zťažuje riešenie a ladenie akýchkoľvek problémov, ktoré sa môžu vyskytnúť.", @@ -193,8 +188,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Server nemá nastavený časový úsek údržby. To znamená, že náročné denné úlohy na pozadí budú vykonávané aj počas hlavného užívacieho času. Odporúčame nastaviť čas na obdobie s nízkym využitím, aby boli užívatelia menej ovplyvnení záťažou spôsobenou týmito náročnými úlohami.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Údržbové okno na vykonávanie náročných úloh na pozadí je medzi {start}:00 UTC a {end}:00 UTC.", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached je konfigurovaný ako distribuovaná cache, ale je nainštalovaný nesprávny PHP modul \"memcache\". \\OC\\Memcache\\Memcached podporuje iba \"memcached\" a nie \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached je konfigurovaný ako distribuovaná cache, ale PHP modul \"memcached\" nie je nainštalovaný.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Žiadna pamäťová cache nebola nakonfigurovaná. Ak je k dispozícii, prosím nakonfigurujte memcache, aby ste zvýšili výkon.", "Configured" : "Nastavené", "MySQL Unicode support" : "Podpora Unicode v MySQL", @@ -268,9 +261,6 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Nepodarilo sa skontrolovať, či váš webový server správne poskytuje bezpečnostné hlavičky, nepodarilo sa požiadať o `%s`", "Your server is correctly configured to send security headers." : "Váš server je správne nakonfigurovaný pre poskytovanie bezpečnostných hlavičiek.", "Database version" : "Verzia databázy", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Používa sa verzia MariaDB \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje MariaDB 10.2 alebo novšiu.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Používa sa verzia MySQL \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje MySQL 8.0 alebo MariaDB 10.2 alebo novšia.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Používa sa verzia PostgreSQL \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje PostgreSQL 9.6 alebo novší.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite sa v súčasnosti používa ako databáza na pozadí. Pre väčšie inštalácie odporúčame prepnúť na inú databázovú platformu. Toto sa odporúča najmä pri používaní desktopového klienta pre synchronizáciu súborov. Pre migráciu na inú databázu použite príkazový riadok: \"occ db:convert-type\".", "Unknown database platform" : "Neznáma databázová platforma", "Architecture" : "Architektúra", @@ -342,10 +332,7 @@ "Set default expiration date for shares via link or mail" : "Nastavte predvolený dátum vypršania pre zdiľanie cez odkaz alebo e-mail.", "Default expiration time of shares in days" : "Predvolený čas vypršania zdieľaní v dňoch", "Privacy settings for sharing" : "Nastavenia súkromia pre zdieľanie", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Povoliť dopĺňanie mena používateľa v dialógovom okne zdieľania a umožniť prístup do systémového adresára kontaktov", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Ak je povolené automatické dopĺňanie „pre rovnakú skupinu“ a „integrácia telefónneho čísla“, na zobrazenie používateľa stačí zhoda v ktorejkoľvek z nich.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Povoliť automatické dopĺňanie užívateľského mena pre užívateľov v rovnakých skupinách a obmedziť systémové adresáre na užívateľov v rovnakých skupinách.", - "Allow username autocompletion to users based on phone number integration" : "Povoliť automatické dopĺňanie mien užívateľom založené na integrácii s telefónnym číslom", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Pri zadávaní celého mena alebo e-mailovej adresy povoliť automatické dopĺňanie (ignoruje sa chýbajúca zhoda v telefónnom zozname a príslušnosť k rovnakej skupine)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Zobraziť text upozornenia na stránke pre nahrávanie verejného odkazu (zobraziť len ak je zoznam súborov skrytý)", "Disclaimer text" : "Text odmietnutia zodpovednosti", @@ -576,44 +563,31 @@ "Common languages" : "Spoločné jazyky", "Other languages" : "Iné jazyky", "Password change is disabled because the master key is disabled" : "Zmena hesla je zablokovaná pretože hlavný kľúč je vypnutý", - "New user" : "Nový používateľ", + "New account" : "Nový účet", "Display name" : "Zobrazované meno", "Either password or email is required" : "Buď je potrebné zadať heslo alebo e-mail", "Password (required)" : "Heslo (povinné)", "Email (required)" : "E-mail (povinné)", "Email" : "Email", "Groups (required)" : "Skupiny (povinné)", - "Set user groups" : "Nastaviť skupiny užívateľa", "Administered groups" : "Administrované skupiny", - "Set user as admin for …" : "Nastaviť užívateľa ako správcu pre ...", "Quota" : "Kvóta", - "Set user quota" : "Nastaviť kvótu užívateľa", "Language" : "Jazyk", "Set default language" : "Nastaviť predvolený jazyk", "Manager" : "Manažér", - "Add new user" : "Pridať nového používateľa", - "Set user manager" : "Nastaviť manažéra pre užívateľa", - "Username will be autogenerated" : " Meno užívateľa bude automaticky generované.", - "Username (required)" : "Meno užívateľa (povinné)", "Total rows summary" : "Súčet všetkých riadkov", - "Loading users …" : "Načítavanie užívateľov ...", "Scroll to load more rows" : "Posúvajte pre načítanie ďalších riadkov", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} užívateľ ...","{userCount} užívatelia ...","{userCount} užívateľov ...","{userCount} užívateľov ..."], - "_{userCount} user_::_{userCount} users_" : ["{userCount} užívateľ","{userCount} užívatelia","{userCount} užívateľov","{userCount} užívateľov"], "Avatar" : "Avatar", - "Username" : "Používateľské meno", "Group admin for" : "Administrátor skupiny pre", - "User backend" : "Backend používateľa", "Storage location" : "Umiestnenie úložiska", "Last login" : "Posledné prihlásenie", - "User actions" : "Akcie užívateľa", + "Account actions" : "Možnosti účtu", "Password or insufficient permissions message" : "Heslo alebo správa o nedostatočných oprávneniach", "Loading account …" : "Nahrávam účet ...", "Change display name" : "Zmeniť zobrazované meno", "Set new password" : "Vytvoriť nové heslo", "You do not have permissions to see the details of this account" : "Nemáte oprávnenie vidieť detaily tohto účtu", "Set new email address" : "Nastavte novú e-mailovú adresu", - "Add user to group" : "Pridať užívateľa do skupiny", "Add account to group" : "Pridať účet do skupiny", "Set account as admin for" : "Nastavte účet ako správcu pre", "Select account quota" : "Vyberte kvótu účtu", @@ -679,7 +653,6 @@ "Disabled accounts" : "Zakázané účty", "Account group: {group}" : "Skupina účtu: {group}", "Account management" : "Správa účtu", - "New account" : "Nový účet", "Creating group…" : "Vytváram skupinu...", "Create group" : "Vytvoriť skupinu", "Group name" : "Názov skupiny", @@ -798,6 +771,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Je niekoľko SSL certifikátov importovaných používateľmi, ktoré sa už v NextCloud 21 nepoužívajú. Môžu byť importované z príkazového riadku pomocou \"occ security:certificates:import\". Ich cesty vo vnútri dátového priečinka sú uvedené nižšie.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Boli nájdené neplatné UUID užívateľov alebo skupín LDAP. Skontrolujte svoje nastavenia „Prepísať detekciu UUID“ v expertnej časti konfigurácie LDAP a použite „occ ldap:update-uuid“ na ich aktualizáciu.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV synchronizácia systémového adresára ešte nebola spustená, pretože vaša inštancia má viac ako 1000 užívateľov alebo sa vyskytla chyba. Prosím, spustite ju manuálne volaním occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Používa sa verzia MariaDB \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje MariaDB 10.2 alebo novšiu.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Používa sa verzia MySQL \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje MySQL 8.0 alebo MariaDB 10.2 alebo novšia.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Používa sa verzia PostgreSQL \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje PostgreSQL 9.6 alebo novší.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvojfázové overenie je možné vynútiť pre všetkých používateľov a konkrétne skupiny. Ak nemajú nastaveného poskytovateľa dvojfázového overovania nebudú sa môcť prihlásiť do systému.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Pokiaľ sú skupiny vybraté/vynechané, je pre zisťovanie či je používateľovi vynútené dvojfázové (2FA) overovanie použitá nasledovná logika: Ak nie sú vybraté žiadne skupiny, je 2FA zapnuté pre všetkých okrem členov vynechaných skupín. Ak sú nejaké skupiny vybraté, je 2FA zapnuté pre všetkých jej členov. Ak je používateľ členom ako vybratej, tak aj vynechanej skupiny, potom má vybratá skupina prednosť a 2FA je vynútené.", "Enable all" : "Povoliť všetko", @@ -812,6 +788,7 @@ "Error while deleting the token" : "Chyba pri mazaní tokenu", "Use the credentials below to configure your app or device." : "Pre konfiguráciu vašej aplikácie, alebo zariadenia použite nižšie uvedené prihlasovacie údaje.", "For security reasons this password will only be shown once." : "Z dôvodu bezpečnosti toto heslo bude zobrazené iba jedenkrát.", + "Username" : "Používateľské meno", "Copied!" : "Skopírované!", "Copy" : "Kopírovať", "Execute one task with each page loaded. Use case: Single user instance." : "S každou načítanou stránkou spustiť jednu úlohu. Prípad použitia: Inštancia jedného používateľa.", @@ -831,6 +808,7 @@ "Edit display name" : "Upraviť zobrazované meno", "Add new password" : "Pridať nové heslo", "Add new email address" : "Pridať novú emailovú adresu", + "Add user to group" : "Pridať užívateľa do skupiny", "Set user as admin for" : "Nastaviť používateľa ako správcu pre", "Select user quota" : "Zvoliť kvótu používateľa", "Select manager" : "Vybrať nástroj pre správu", @@ -841,9 +819,11 @@ "Enable user" : "Odblokovať používateľa", "Edit User" : "Upraviť používateľa", "User's table" : "Užívateľská tabuľka", + "New user" : "Nový používateľ", "Will be autogenerated" : "Bude automaticky vytvorené", "Select user manager" : "Vyberte nástroj pre správu používateľov", "Add a new user" : "Pridať nového používateľa", + "User backend" : "Backend používateľa", "No users in here" : "Nie sú tu žiadni používatelia", "Name your device" : "Pomenujte svoje zariadenie", "Server error while trying to add WebAuthn device" : "Chyba servera pri pokuse o pridanie zariadenia WebAuthn", @@ -871,7 +851,12 @@ "Exclude groups from creating link shares:" : "Nepovoliť skupinám vytvárať odkazy k zdieľaniu:", "Exclude groups from sharing" : "Nesprístupniť obsah skupinám", "These groups will still be able to receive shares, but not to initiate them." : "Tieto skupiny nebudú mocť sprístupňovať obsah, môžu však stále čítať sprístupnené súbory.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Povoliť dopĺňanie mena používateľa v dialógovom okne zdieľania a umožniť prístup do systémového adresára kontaktov", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Povoliť automatické dopĺňanie užívateľského mena pre užívateľov v rovnakých skupinách a obmedziť systémové adresáre na užívateľov v rovnakých skupinách.", + "Allow username autocompletion to users based on phone number integration" : "Povoliť automatické dopĺňanie mien užívateľom založené na integrácii s telefónnym číslom", "Old user imported certificates" : "Staré užívateľom importované certifikáty", + "Missing optional index \"%s\" in table \"%s\"." : "Chýba voliteľný index \"%s\" v tabuľke \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databáze chýbajú nejaké indexy. Keďže pridávanie indexov voči veľkým tabuľkám môže trvať dlho, tak neboli pridané automaticky. Spustením príkazu \"occ db:add-missing-indices\" môžete tieto chýbajúce indexy pridať ručne počas behu. Akonáhle budú indexy aktívne, tak požiadavky voči databáze budú podstatne rýchlejšie.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodarilo sa skontrolovať podporu pre JavaScript. Prosím, skontrolujte manuálne, či váš webserver poskytuje súbory `.mjs` pomocou MIME typu JavaScript.", "MySQL unicode support" : "Podpora unicode v MySQL", "Overwrite cli URL" : "Prepísať CLI URL", @@ -879,7 +864,18 @@ "Rating: {score}/10" : "Hodnotenie: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Chystáte sa odstrániť skupinu \"{group}\". Používatelia NEBUDÚ vymazaní.", "No users" : "Žiadni užívatelia", + "Loading users …" : "Načítavanie užívateľov ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Zoznam užívateľov. Tento zoznam nie je úplne vykreslený z dôvodov výkonu. Užívatelia budú vykreslení, keď budete prechádzať zoznamom.", + "Set user groups" : "Nastaviť skupiny užívateľa", + "Set user as admin for …" : "Nastaviť užívateľa ako správcu pre ...", + "Set user quota" : "Nastaviť kvótu užívateľa", + "Add new user" : "Pridať nového používateľa", + "Set user manager" : "Nastaviť manažéra pre užívateľa", + "Username will be autogenerated" : " Meno užívateľa bude automaticky generované.", + "Username (required)" : "Meno užívateľa (povinné)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} užívateľ ...","{userCount} užívatelia ...","{userCount} užívateľov ...","{userCount} užívateľov ..."], + "_{userCount} user_::_{userCount} users_" : ["{userCount} užívateľ","{userCount} užívatelia","{userCount} užívateľov","{userCount} užívateľov"], + "User actions" : "Akcie užívateľa", "Loading user …" : "Načítavanie užívateľov ...", "Failed to update user manager" : "Nepodarilo sa aktualizovať správcu používateľov", "User management settings" : "Nastavenia správy užívateľov", @@ -887,6 +883,8 @@ "User management" : "Správa užívateľov", "Creating group …" : "Vytváram skupinu ...", "User group: {group}" : "Skupina užívateľa: {group}", - "Nextcloud help resources" : "Pomoc pre Nextcloud" + "Nextcloud help resources" : "Pomoc pre Nextcloud", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pre povolenie tejto kontroly musíte zabezpečiť, aby sa váš webový server mohol pripojiť sám k sebe. Preto musí byť schopný rozpoznať a pripojiť sa aspoň k jednému z jeho \"trusted_domains\" alebo \"overwrite.cli.url\".", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodarilo sa skontrolovať podporu JavaScriptu prostredníctvom žiadnej z vašich domén `trusted_domains` ani `overwrite.cli.url`. Môže to byť výsledkom nesúladu DNS na strane servera alebo pravidla brány firewall pre výstup. Skontrolujte prosím manuálne, či váš webový server poskytuje súbory `.mjs` pomocou typu JavaScript MIME." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" }
\ No newline at end of file diff --git a/apps/settings/l10n/sl.js b/apps/settings/l10n/sl.js index 1e8f2410f36..aad15a6966c 100644 --- a/apps/settings/l10n/sl.js +++ b/apps/settings/l10n/sl.js @@ -130,8 +130,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Manjka izbirni stolpec »%s« v razpredelnici »%s«.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "V podatkovni zbirki manjka nekaj izbirnih stolpcev. Ker je dodajanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno, ker so v osnovi izbirna. Z ukazom »occ db:add-missing-columns« je stolpce mogoče varno dodati ročno med delovanjem sistema. Po dodajanju bo odzivnost in uporabnost nekaterih zmožnosti občutna izboljšana.", "Database missing indices" : "Podatkovni zbirki manjkajo kazala", - "Missing optional index \"%s\" in table \"%s\"." : "Manjka izbirno kazalo »%s« v razpredelnici »%s«.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V podatkovni zbirki ni določenih nekaterih določil. Ker je dodajanje določil na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno. Z ukazom »occ db: add-missing-indices« je določila mogoče varno dodati ročno, medtem ko je sistem v delovanju. Po dodajanju bo izvajanje poizvedb teh razpredelnic neprimerno hitrejše.", "Database missing primary keys" : "Podatkovni zbirki manjkajo osnovni ključi", "Missing primary key on table \"%s\"." : "Manjka osnovni ključ v razpredelnici »%s«.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "V podatkovni zbirki ni določenih nekaterih osnovnih ključev. Ker je dodajanje ključev na velikih razpredelnicah časovno izredno zahtevno opravilo, ti niso dodani samodejno. Z ukazom »occ db:add-missing-primary-keys« je ključe mogoče varno dodati ročno, medtem ko je sistem v delovanju.", @@ -198,9 +196,6 @@ OC.L10N.register( "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "– Glava HTTP za varen prenos podatkov »Strict-Transport-Security« ni nastavljena (biti bi morala na vsaj »%d« sekund). Za večjo varnost je priporočljivo omogočiti pravila HSTS.", "Some headers are not set correctly on your instance" : "Nekatere glave niso nastavljene na pravilen način.", "Database version" : "Različica podatkovne zbirke", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MariaDB »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MariaDB 10.2 ali višjo.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MySQL »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MySQL 8.0, MariaDB 10.2 ali višje.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "V uporabi je različica podatkovne zbirke PostgreSQL »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico PostgreSQL 9.6 ali višjo.", "Unknown database platform" : "Neznano okolje podatkovne zbirke", "Architecture" : "Arhitektura", "64-bit" : "64-bitni", @@ -239,10 +234,7 @@ OC.L10N.register( "Set default expiration date for shares to other servers" : "Nastavi privzeti datuma poteka za mesta souporabe na drugih strežnikih", "Default expiration time of shares in days" : "Privzeti čas poteka za mesta souporabe v dnevih", "Privacy settings for sharing" : "Nastavitve zasebnosti za souporabo", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Omogočite samodejno dokončanje uporabniškega imena v pogovornih oknih za souporabo in omogočite dostop do sistemskega imenika.", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Če je omogočeno samodejno dopolnjevanje »v isti skupini«, ali pa »po telefonskem imeniku«, se zadetek pokaže, če je uporabnik v katerikoli od teh zbirk.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Dovolite samodejno dokončanje uporabniškega imena uporabnikom v istih skupinah in omejite sistemske imenike na uporabnike teh istih skupin.", - "Allow username autocompletion to users based on phone number integration" : "Dovoli samodejno dopolnjevanje uporabniških imen po telefonskih številkah", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Dovoli samodejno dokončanje pri vnosu polnega imena ali elektronskega naslova (brez upoštevanja manjkajočega ujemanja s telefonskim imenikom in pripadnosti isti skupini)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Pokaži izjavo o omejitvi odgovornosti pri uporabi javnih povezav za pošiljanje (če je onemogočen prikaz seznama datotek)", "Disclaimer text" : "Besedilo o omejitvi odgovornosti", @@ -430,42 +422,30 @@ OC.L10N.register( "Common languages" : "Splošni jeziki", "Other languages" : "Drugi jeziki", "Password change is disabled because the master key is disabled" : "Spreminjanje gesla je onemogočeno, ker je onemogočen tudi glavni šifrirni ključ", - "New user" : "Nov uporabnik", + "New account" : "Nov račun", "Display name" : "Prikazno ime", "Either password or email is required" : "Zahtevano je ali geslo ali elektronski naslov", "Password (required)" : "Geslo (zahtevano)", "Email (required)" : "Elektronski naslov (zahtevano)", "Email" : "Elektronski naslov", "Groups (required)" : "Skupine (zahtevano)", - "Set user groups" : "Nastavi uporabniške skupine", "Administered groups" : "Upravljane skupine", - "Set user as admin for …" : "Nastavi uporabnika kot skrbnika za ...", "Quota" : "Količinska omejitev", - "Set user quota" : "Določi količinsko omejitev", "Language" : "Jezik", "Set default language" : "Nastavi privzeti jezik", "Manager" : "Upravljalnik", - "Add new user" : "Dodaj uporabnika", - "Set user manager" : "Nastavi upravljalnik uporabnikov", - "Username will be autogenerated" : "Uporabniško ime bo samodejno ustvarjeno", - "Username (required)" : "Uporabniško ime (zahtevano)", "Total rows summary" : "Skupni povzetek vrstic", - "Loading users …" : "Poteka nalaganje uporabnikov ...", "Scroll to load more rows" : "Podrsajte za nalaganje več vrstic", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} uporabnik …","{userCount} uporabnika …","{userCount} uporabniki …","{userCount} uporabnikov …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} uporabnik","{userCount} uporabnika","{userCount} uporabniki","{userCount} uporabnikov"], "Avatar" : "Podoba", - "Username" : "Uporabniško ime", + "Account name" : "Ime računa", "Group admin for" : "Skrbnik skupine za", - "User backend" : "Uporabniški ozadnji program", "Storage location" : "Mesto shrambe", "Last login" : "Zadnja prijava", - "User actions" : "Dejanja uporabnika", + "Account actions" : "Dejanja računa", "Password or insufficient permissions message" : "Sporočilo gesla oziroma neustreznih dovoljenj", "Change display name" : "Spremeni prikazno ime", "Set new password" : "Nastavi novo geslo", "Set new email address" : "Nastavi nov elektronski naslov", - "Add user to group" : "Dodaj uporabnika v skupino", "Set the language" : "Nastavi jezik", "{size} used" : "V uporabi {size}·", "Resend welcome email" : "Ponovno pošlji potrditveno sporočilo", @@ -505,7 +485,6 @@ OC.L10N.register( "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Skrbnik lahko prilagodi možnosti souporabe. Več podrobnosti je zapisanih v dokumentaciji.", "You need to enable the File sharing App." : "Omogočiti je treba program Souporabe datotek.", "Admins" : "Skrbniki", - "New account" : "Nov račun", "Create group" : "Ustvari skupino", "Group name" : "Ime skupine", "Please enter a valid group name" : "Vpisati je treba veljavno ime skupine", @@ -611,6 +590,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Shranjenih je nekaj potrdil SSL, ki z različico Nextcloud 21 ne bodo več v uporabi. Potrdila je mogoče uvoziti z ukazom \"occ security:certificates:import\". Zabeležene poti v podatkovnem imeniku so izpisane spodaj.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Zaznani so bili nepravilne vrednosti UUID uporabnikov ali skupin LDAP. Preveriti je treba nastavitve »Prepisovanje zaznavanja UUID« v skrbniškem delu nastavitev LDAP in jih posodobiti z ukazom »occ ldap:update-uuid«.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Usklajevanje imenika sistema DAV še ni bila izvedena, ker je v sistemu več kot 1000 uporabnikov, ali pa je prišlo do napake. Usklajevanje je treba zagnati ročno z ukazom: occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MariaDB »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MariaDB 10.2 ali višjo.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MySQL »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MySQL 8.0, MariaDB 10.2 ali višje.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "V uporabi je različica podatkovne zbirke PostgreSQL »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico PostgreSQL 9.6 ali višjo.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvostopenjsko overjanje je mogoče vsiliti za vse uporabnike in določene skupine. Če za tovrstno prijavo nimajo nastavljenega ustreznega ponudnika, se v sistem ne bodo uspeli povezati.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Ko so skupine izbrane/izključene, je v uporabi protokol za ugotavljanje, ali ima uporabnik vsiljeno uporabo dvostopenjskega overjanja 2FA. Če ni izbrane skupine, je 2FA omogočeno za vse, razen za člane izključenih skupin. Če skupine so izbrane, je 2FA omogočeno za vse člane teh skupin, če pa je uporabnik v izbrani in tudi v izključeni skupini, ima izbrana skupina prednost in 2FA se izvaja.", "Enable all" : "Omogoči vse", @@ -625,6 +607,7 @@ OC.L10N.register( "Error while deleting the token" : " Napaka med brisanjem žetona", "Use the credentials below to configure your app or device." : "Uporabi shranjena poverila za nastavitev programa ali naprave.", "For security reasons this password will only be shown once." : "Iz varnostnih razlogov bo to geslo pokazano zgolj enkrat.", + "Username" : "Uporabniško ime", "Copied!" : "Kopirano!", "Copy" : "Kopiraj", "Execute one task with each page loaded. Use case: Single user instance." : "izvede eno nalogo z vsako naloženo stranjo. Možnost uporabe: okolje enega uporabnika.", @@ -644,6 +627,7 @@ OC.L10N.register( "Edit display name" : "Uredi prikazno ime", "Add new password" : "Vpis gesla", "Add new email address" : "Vpis elektronskega naslova", + "Add user to group" : "Dodaj uporabnika v skupino", "Set user as admin for" : "Nastavi uporabnika kot skrbnika za", "Select user quota" : "Količinska omejitev prostora", "Select manager" : "Izbor upravljalnika", @@ -654,9 +638,11 @@ OC.L10N.register( "Enable user" : "Omogoči uporabnika", "Edit User" : "Uredi podatke uporabnika", "User's table" : "Uporabniška razpredelnica", + "New user" : "Nov uporabnik", "Will be autogenerated" : "Samodejno ustvarjeno", "Select user manager" : "Izbor upravljalnika uporabnikov", "Add a new user" : "Dodaj uporabnika", + "User backend" : "Uporabniški ozadnji program", "No users in here" : "Ni še vključenih uporabnikov", "Name your device" : "Naziv naprave", "Server error while trying to add WebAuthn device" : "Prišlo je do strežniške napake med dodajanjem naprave WebAuthn", @@ -683,11 +669,27 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Onemogoči navedenim skupinam ustvarjanje povezav do mest uporabe:", "Exclude groups from sharing" : "Izbranim skupinam onemogoči omogočanje souporabe", "These groups will still be able to receive shares, but not to initiate them." : "Te skupine lahko sprejemajo mape v souporabo, nimajo pa dovoljenja za omogočanje souporabe.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Omogočite samodejno dokončanje uporabniškega imena v pogovornih oknih za souporabo in omogočite dostop do sistemskega imenika.", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Dovolite samodejno dokončanje uporabniškega imena uporabnikom v istih skupinah in omejite sistemske imenike na uporabnike teh istih skupin.", + "Allow username autocompletion to users based on phone number integration" : "Dovoli samodejno dopolnjevanje uporabniških imen po telefonskih številkah", "Old user imported certificates" : "Stara uporabniška potrdila", + "Missing optional index \"%s\" in table \"%s\"." : "Manjka izbirno kazalo »%s« v razpredelnici »%s«.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V podatkovni zbirki ni določenih nekaterih določil. Ker je dodajanje določil na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno. Z ukazom »occ db: add-missing-indices« je določila mogoče varno dodati ročno, medtem ko je sistem v delovanju. Po dodajanju bo izvajanje poizvedb teh razpredelnic neprimerno hitrejše.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Trenutno je nameščena različica PHP %s. Podpora PHP 8.0 je z različico programa Nextcloud 27 opuščena. Za okolje Nextcloud 28 je zahtevana vsaj podpora PHP 8.1. Priporočena je nadgradnja na uradno podprte različice PHP, ki jih zagotavlja skupnost.", "Rating: {score}/10" : "Ocena: {score}/10", "No users" : "Ni uporabnikov", + "Loading users …" : "Poteka nalaganje uporabnikov ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Seznam uporabnikov zaradi zmogljivosti ni v celoti prikazan. Podatki uporabnikov se nalagajo med pomikanjem po seznamu.", + "Set user groups" : "Nastavi uporabniške skupine", + "Set user as admin for …" : "Nastavi uporabnika kot skrbnika za ...", + "Set user quota" : "Določi količinsko omejitev", + "Add new user" : "Dodaj uporabnika", + "Set user manager" : "Nastavi upravljalnik uporabnikov", + "Username will be autogenerated" : "Uporabniško ime bo samodejno ustvarjeno", + "Username (required)" : "Uporabniško ime (zahtevano)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} uporabnik …","{userCount} uporabnika …","{userCount} uporabniki …","{userCount} uporabnikov …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} uporabnik","{userCount} uporabnika","{userCount} uporabniki","{userCount} uporabnikov"], + "User actions" : "Dejanja uporabnika", "Loading user …" : "Poteka nalaganje uporabnika ...", "Failed to update user manager" : "Posodabljanje upravljalnika uporabnikov je spodletelo", "User management settings" : "Nastavitve upravljanja z računi uporabnikov", diff --git a/apps/settings/l10n/sl.json b/apps/settings/l10n/sl.json index daebe7deda0..3b041cffb65 100644 --- a/apps/settings/l10n/sl.json +++ b/apps/settings/l10n/sl.json @@ -128,8 +128,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "Manjka izbirni stolpec »%s« v razpredelnici »%s«.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "V podatkovni zbirki manjka nekaj izbirnih stolpcev. Ker je dodajanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno, ker so v osnovi izbirna. Z ukazom »occ db:add-missing-columns« je stolpce mogoče varno dodati ročno med delovanjem sistema. Po dodajanju bo odzivnost in uporabnost nekaterih zmožnosti občutna izboljšana.", "Database missing indices" : "Podatkovni zbirki manjkajo kazala", - "Missing optional index \"%s\" in table \"%s\"." : "Manjka izbirno kazalo »%s« v razpredelnici »%s«.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V podatkovni zbirki ni določenih nekaterih določil. Ker je dodajanje določil na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno. Z ukazom »occ db: add-missing-indices« je določila mogoče varno dodati ročno, medtem ko je sistem v delovanju. Po dodajanju bo izvajanje poizvedb teh razpredelnic neprimerno hitrejše.", "Database missing primary keys" : "Podatkovni zbirki manjkajo osnovni ključi", "Missing primary key on table \"%s\"." : "Manjka osnovni ključ v razpredelnici »%s«.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "V podatkovni zbirki ni določenih nekaterih osnovnih ključev. Ker je dodajanje ključev na velikih razpredelnicah časovno izredno zahtevno opravilo, ti niso dodani samodejno. Z ukazom »occ db:add-missing-primary-keys« je ključe mogoče varno dodati ročno, medtem ko je sistem v delovanju.", @@ -196,9 +194,6 @@ "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "– Glava HTTP za varen prenos podatkov »Strict-Transport-Security« ni nastavljena (biti bi morala na vsaj »%d« sekund). Za večjo varnost je priporočljivo omogočiti pravila HSTS.", "Some headers are not set correctly on your instance" : "Nekatere glave niso nastavljene na pravilen način.", "Database version" : "Različica podatkovne zbirke", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MariaDB »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MariaDB 10.2 ali višjo.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MySQL »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MySQL 8.0, MariaDB 10.2 ali višje.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "V uporabi je različica podatkovne zbirke PostgreSQL »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico PostgreSQL 9.6 ali višjo.", "Unknown database platform" : "Neznano okolje podatkovne zbirke", "Architecture" : "Arhitektura", "64-bit" : "64-bitni", @@ -237,10 +232,7 @@ "Set default expiration date for shares to other servers" : "Nastavi privzeti datuma poteka za mesta souporabe na drugih strežnikih", "Default expiration time of shares in days" : "Privzeti čas poteka za mesta souporabe v dnevih", "Privacy settings for sharing" : "Nastavitve zasebnosti za souporabo", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Omogočite samodejno dokončanje uporabniškega imena v pogovornih oknih za souporabo in omogočite dostop do sistemskega imenika.", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Če je omogočeno samodejno dopolnjevanje »v isti skupini«, ali pa »po telefonskem imeniku«, se zadetek pokaže, če je uporabnik v katerikoli od teh zbirk.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Dovolite samodejno dokončanje uporabniškega imena uporabnikom v istih skupinah in omejite sistemske imenike na uporabnike teh istih skupin.", - "Allow username autocompletion to users based on phone number integration" : "Dovoli samodejno dopolnjevanje uporabniških imen po telefonskih številkah", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Dovoli samodejno dokončanje pri vnosu polnega imena ali elektronskega naslova (brez upoštevanja manjkajočega ujemanja s telefonskim imenikom in pripadnosti isti skupini)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Pokaži izjavo o omejitvi odgovornosti pri uporabi javnih povezav za pošiljanje (če je onemogočen prikaz seznama datotek)", "Disclaimer text" : "Besedilo o omejitvi odgovornosti", @@ -428,42 +420,30 @@ "Common languages" : "Splošni jeziki", "Other languages" : "Drugi jeziki", "Password change is disabled because the master key is disabled" : "Spreminjanje gesla je onemogočeno, ker je onemogočen tudi glavni šifrirni ključ", - "New user" : "Nov uporabnik", + "New account" : "Nov račun", "Display name" : "Prikazno ime", "Either password or email is required" : "Zahtevano je ali geslo ali elektronski naslov", "Password (required)" : "Geslo (zahtevano)", "Email (required)" : "Elektronski naslov (zahtevano)", "Email" : "Elektronski naslov", "Groups (required)" : "Skupine (zahtevano)", - "Set user groups" : "Nastavi uporabniške skupine", "Administered groups" : "Upravljane skupine", - "Set user as admin for …" : "Nastavi uporabnika kot skrbnika za ...", "Quota" : "Količinska omejitev", - "Set user quota" : "Določi količinsko omejitev", "Language" : "Jezik", "Set default language" : "Nastavi privzeti jezik", "Manager" : "Upravljalnik", - "Add new user" : "Dodaj uporabnika", - "Set user manager" : "Nastavi upravljalnik uporabnikov", - "Username will be autogenerated" : "Uporabniško ime bo samodejno ustvarjeno", - "Username (required)" : "Uporabniško ime (zahtevano)", "Total rows summary" : "Skupni povzetek vrstic", - "Loading users …" : "Poteka nalaganje uporabnikov ...", "Scroll to load more rows" : "Podrsajte za nalaganje več vrstic", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} uporabnik …","{userCount} uporabnika …","{userCount} uporabniki …","{userCount} uporabnikov …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} uporabnik","{userCount} uporabnika","{userCount} uporabniki","{userCount} uporabnikov"], "Avatar" : "Podoba", - "Username" : "Uporabniško ime", + "Account name" : "Ime računa", "Group admin for" : "Skrbnik skupine za", - "User backend" : "Uporabniški ozadnji program", "Storage location" : "Mesto shrambe", "Last login" : "Zadnja prijava", - "User actions" : "Dejanja uporabnika", + "Account actions" : "Dejanja računa", "Password or insufficient permissions message" : "Sporočilo gesla oziroma neustreznih dovoljenj", "Change display name" : "Spremeni prikazno ime", "Set new password" : "Nastavi novo geslo", "Set new email address" : "Nastavi nov elektronski naslov", - "Add user to group" : "Dodaj uporabnika v skupino", "Set the language" : "Nastavi jezik", "{size} used" : "V uporabi {size}·", "Resend welcome email" : "Ponovno pošlji potrditveno sporočilo", @@ -503,7 +483,6 @@ "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Skrbnik lahko prilagodi možnosti souporabe. Več podrobnosti je zapisanih v dokumentaciji.", "You need to enable the File sharing App." : "Omogočiti je treba program Souporabe datotek.", "Admins" : "Skrbniki", - "New account" : "Nov račun", "Create group" : "Ustvari skupino", "Group name" : "Ime skupine", "Please enter a valid group name" : "Vpisati je treba veljavno ime skupine", @@ -609,6 +588,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Shranjenih je nekaj potrdil SSL, ki z različico Nextcloud 21 ne bodo več v uporabi. Potrdila je mogoče uvoziti z ukazom \"occ security:certificates:import\". Zabeležene poti v podatkovnem imeniku so izpisane spodaj.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Zaznani so bili nepravilne vrednosti UUID uporabnikov ali skupin LDAP. Preveriti je treba nastavitve »Prepisovanje zaznavanja UUID« v skrbniškem delu nastavitev LDAP in jih posodobiti z ukazom »occ ldap:update-uuid«.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Usklajevanje imenika sistema DAV še ni bila izvedena, ker je v sistemu več kot 1000 uporabnikov, ali pa je prišlo do napake. Usklajevanje je treba zagnati ročno z ukazom: occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MariaDB »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MariaDB 10.2 ali višjo.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MySQL »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MySQL 8.0, MariaDB 10.2 ali višje.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "V uporabi je različica podatkovne zbirke PostgreSQL »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico PostgreSQL 9.6 ali višjo.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvostopenjsko overjanje je mogoče vsiliti za vse uporabnike in določene skupine. Če za tovrstno prijavo nimajo nastavljenega ustreznega ponudnika, se v sistem ne bodo uspeli povezati.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Ko so skupine izbrane/izključene, je v uporabi protokol za ugotavljanje, ali ima uporabnik vsiljeno uporabo dvostopenjskega overjanja 2FA. Če ni izbrane skupine, je 2FA omogočeno za vse, razen za člane izključenih skupin. Če skupine so izbrane, je 2FA omogočeno za vse člane teh skupin, če pa je uporabnik v izbrani in tudi v izključeni skupini, ima izbrana skupina prednost in 2FA se izvaja.", "Enable all" : "Omogoči vse", @@ -623,6 +605,7 @@ "Error while deleting the token" : " Napaka med brisanjem žetona", "Use the credentials below to configure your app or device." : "Uporabi shranjena poverila za nastavitev programa ali naprave.", "For security reasons this password will only be shown once." : "Iz varnostnih razlogov bo to geslo pokazano zgolj enkrat.", + "Username" : "Uporabniško ime", "Copied!" : "Kopirano!", "Copy" : "Kopiraj", "Execute one task with each page loaded. Use case: Single user instance." : "izvede eno nalogo z vsako naloženo stranjo. Možnost uporabe: okolje enega uporabnika.", @@ -642,6 +625,7 @@ "Edit display name" : "Uredi prikazno ime", "Add new password" : "Vpis gesla", "Add new email address" : "Vpis elektronskega naslova", + "Add user to group" : "Dodaj uporabnika v skupino", "Set user as admin for" : "Nastavi uporabnika kot skrbnika za", "Select user quota" : "Količinska omejitev prostora", "Select manager" : "Izbor upravljalnika", @@ -652,9 +636,11 @@ "Enable user" : "Omogoči uporabnika", "Edit User" : "Uredi podatke uporabnika", "User's table" : "Uporabniška razpredelnica", + "New user" : "Nov uporabnik", "Will be autogenerated" : "Samodejno ustvarjeno", "Select user manager" : "Izbor upravljalnika uporabnikov", "Add a new user" : "Dodaj uporabnika", + "User backend" : "Uporabniški ozadnji program", "No users in here" : "Ni še vključenih uporabnikov", "Name your device" : "Naziv naprave", "Server error while trying to add WebAuthn device" : "Prišlo je do strežniške napake med dodajanjem naprave WebAuthn", @@ -681,11 +667,27 @@ "Exclude groups from creating link shares:" : "Onemogoči navedenim skupinam ustvarjanje povezav do mest uporabe:", "Exclude groups from sharing" : "Izbranim skupinam onemogoči omogočanje souporabe", "These groups will still be able to receive shares, but not to initiate them." : "Te skupine lahko sprejemajo mape v souporabo, nimajo pa dovoljenja za omogočanje souporabe.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Omogočite samodejno dokončanje uporabniškega imena v pogovornih oknih za souporabo in omogočite dostop do sistemskega imenika.", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Dovolite samodejno dokončanje uporabniškega imena uporabnikom v istih skupinah in omejite sistemske imenike na uporabnike teh istih skupin.", + "Allow username autocompletion to users based on phone number integration" : "Dovoli samodejno dopolnjevanje uporabniških imen po telefonskih številkah", "Old user imported certificates" : "Stara uporabniška potrdila", + "Missing optional index \"%s\" in table \"%s\"." : "Manjka izbirno kazalo »%s« v razpredelnici »%s«.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V podatkovni zbirki ni določenih nekaterih določil. Ker je dodajanje določil na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno. Z ukazom »occ db: add-missing-indices« je določila mogoče varno dodati ročno, medtem ko je sistem v delovanju. Po dodajanju bo izvajanje poizvedb teh razpredelnic neprimerno hitrejše.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Trenutno je nameščena različica PHP %s. Podpora PHP 8.0 je z različico programa Nextcloud 27 opuščena. Za okolje Nextcloud 28 je zahtevana vsaj podpora PHP 8.1. Priporočena je nadgradnja na uradno podprte različice PHP, ki jih zagotavlja skupnost.", "Rating: {score}/10" : "Ocena: {score}/10", "No users" : "Ni uporabnikov", + "Loading users …" : "Poteka nalaganje uporabnikov ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Seznam uporabnikov zaradi zmogljivosti ni v celoti prikazan. Podatki uporabnikov se nalagajo med pomikanjem po seznamu.", + "Set user groups" : "Nastavi uporabniške skupine", + "Set user as admin for …" : "Nastavi uporabnika kot skrbnika za ...", + "Set user quota" : "Določi količinsko omejitev", + "Add new user" : "Dodaj uporabnika", + "Set user manager" : "Nastavi upravljalnik uporabnikov", + "Username will be autogenerated" : "Uporabniško ime bo samodejno ustvarjeno", + "Username (required)" : "Uporabniško ime (zahtevano)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} uporabnik …","{userCount} uporabnika …","{userCount} uporabniki …","{userCount} uporabnikov …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} uporabnik","{userCount} uporabnika","{userCount} uporabniki","{userCount} uporabnikov"], + "User actions" : "Dejanja uporabnika", "Loading user …" : "Poteka nalaganje uporabnika ...", "Failed to update user manager" : "Posodabljanje upravljalnika uporabnikov je spodletelo", "User management settings" : "Nastavitve upravljanja z računi uporabnikov", diff --git a/apps/settings/l10n/sq.js b/apps/settings/l10n/sq.js index b29f140e1f5..05f04169216 100644 --- a/apps/settings/l10n/sq.js +++ b/apps/settings/l10n/sq.js @@ -157,17 +157,15 @@ OC.L10N.register( "Create" : "Krijo", "Change" : "Ndrysho", "Delete" : "Fshij", - "New user" : "Përdorues i ri", "Display name" : "Shfaq emrin", "Email" : "Email", "Quota" : "Kuota", "Language" : "Gjuhë", "Avatar" : "Avatari", - "Username" : "Emër përdoruesi", "Group admin for" : "Administratori i grupit për", - "User backend" : "Program klient i përdoruesit", "Storage location" : "Vendndodhje Depozite", "Last login" : "Hyrja e fundit", + "Account actions" : "Veprimet e llogarisë", "{size} used" : "{madhësia} e përdorur", "Delete account" : "Fshij llogarinë", "Done" : "U bë", @@ -232,11 +230,14 @@ OC.L10N.register( "Error while deleting the token" : "Gabim gjatë fshirjes së token-it", "Use the credentials below to configure your app or device." : "Përdorni kredencialet e mëposhtme për të konfiguruar aplikacionin apo pajisjen tuaj.", "For security reasons this password will only be shown once." : "Për arsye siguri ky fjalëkalim do të shofaqet vetëm një herv.", + "Username" : "Emër përdoruesi", "Copied!" : "U kopjua!", "Copy" : "Kopjo", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Për të bërë këtë ekzekutim ju duhet shtesa PHP POSIX. Shikoni {linkstart} dokumentacionin e PHP {linkend} pë më shumë detaje.", "Your email address" : "Adresa juaj email", "Your Twitter handle" : "Emri i përdoruesit tuaj në Twitter", + "New user" : "Përdorues i ri", + "User backend" : "Program klient i përdoruesit", "Name your device" : "Emërtoni pajisjen tuaj", "Add group" : "Shto grup", "Active users" : "Përdoruesit aktivë", diff --git a/apps/settings/l10n/sq.json b/apps/settings/l10n/sq.json index dd302a01dd0..64f83d52bd4 100644 --- a/apps/settings/l10n/sq.json +++ b/apps/settings/l10n/sq.json @@ -155,17 +155,15 @@ "Create" : "Krijo", "Change" : "Ndrysho", "Delete" : "Fshij", - "New user" : "Përdorues i ri", "Display name" : "Shfaq emrin", "Email" : "Email", "Quota" : "Kuota", "Language" : "Gjuhë", "Avatar" : "Avatari", - "Username" : "Emër përdoruesi", "Group admin for" : "Administratori i grupit për", - "User backend" : "Program klient i përdoruesit", "Storage location" : "Vendndodhje Depozite", "Last login" : "Hyrja e fundit", + "Account actions" : "Veprimet e llogarisë", "{size} used" : "{madhësia} e përdorur", "Delete account" : "Fshij llogarinë", "Done" : "U bë", @@ -230,11 +228,14 @@ "Error while deleting the token" : "Gabim gjatë fshirjes së token-it", "Use the credentials below to configure your app or device." : "Përdorni kredencialet e mëposhtme për të konfiguruar aplikacionin apo pajisjen tuaj.", "For security reasons this password will only be shown once." : "Për arsye siguri ky fjalëkalim do të shofaqet vetëm një herv.", + "Username" : "Emër përdoruesi", "Copied!" : "U kopjua!", "Copy" : "Kopjo", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Për të bërë këtë ekzekutim ju duhet shtesa PHP POSIX. Shikoni {linkstart} dokumentacionin e PHP {linkend} pë më shumë detaje.", "Your email address" : "Adresa juaj email", "Your Twitter handle" : "Emri i përdoruesit tuaj në Twitter", + "New user" : "Përdorues i ri", + "User backend" : "Program klient i përdoruesit", "Name your device" : "Emërtoni pajisjen tuaj", "Add group" : "Shto grup", "Active users" : "Përdoruesit aktivë", diff --git a/apps/settings/l10n/sr.js b/apps/settings/l10n/sr.js index f686ef0de58..afde1a8154e 100644 --- a/apps/settings/l10n/sr.js +++ b/apps/settings/l10n/sr.js @@ -130,7 +130,6 @@ OC.L10N.register( "Your remote address could not be determined." : "Не може да се одреди ваша удаљена адреса.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Ваша удаљена адреса је идентификована као „%s” и тренутно је пригушена због напада грубом силом чиме се успоравају перформансе разних захтева. Ако удаљена адреса није ваша, ово може бити знак да прокси није исправно подешен. ", "Your remote address \"%s\" is not brute-force throttled." : "Ваша удаљена адреса „%s” није пригушена због напада грубом силом.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стаању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`.", "Old administration imported certificates" : "Стари сертификати које је увезла администрација", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Позадински посао за проверу SSL сертификата које је увезла администрација је на чекању. Молимо вас да проверите касније.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Присутни су неки SSL сертификати које је увезла администрација и који се више не користе у Nextcloud 21. Могу да се увезу из командне линије извршавањем команде „occ security:certificates:import”. Њихове путање унутар директоријума са подацима су приказане испод.", @@ -151,8 +150,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "У табели „%s” недостаје необавезна колона „%s”.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "У бази недостају неке опционе колоне. Пошто додавање колона на великим табелама може да потраје, нису додате аутоматски, а пошто су и опционе. Покретањем „occ db:add-missing-columns“ , додаћете ове колоне за време рада инстанце. Када се ове колоне додају, неке функционалности можда буду брже или употребљивије.", "Database missing indices" : "У бази података недостају индекси", - "Missing optional index \"%s\" in table \"%s\"." : "У табели „%s” недостаје необавезни индекс „%s”.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У бази недостају поједини индекси. Због тога што додавање индекса на великим табелама може доста да потраје, индекси се не додају аутоматски. Покретањем „occ db:add-missing-indices“, индекси који недостају ће бити додати ручно док је инстанца покренута. Једном када су индекси додати, упити над тим табелама ће обично бити много бржи.", "Database missing primary keys" : "У бази података недостају примарни кључеви", "Missing primary key on table \"%s\"." : "У табели „%s” недостаје примарни кључ.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "У бази података недостају неки примарни кључеви. Услед тога што операција додавања примарних кључева у велике табеле може да потраје, они нису додати аутоматски. Извршавањем команде „occ db:add-missing-primary-keys” би се ти примарни кључеви ручно додали док инстанца несментано ради.", @@ -178,13 +175,11 @@ OC.L10N.register( "HTTPS access and URLs" : "HTTPS приступ и URL адресе", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Сајту се небезбедно приступа преко HTTP протокола. Снажно се препоручује да свој сервер подесите тако да уместо њега захтева HTTPS протокол. Без њега неке битне веб функције, као што је „копирај у клипборд” или „сервисни радници” неће радити!", "Accessing site insecurely via HTTP." : "Сајту се приступа небезбедно преко HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Вашој инстанци приступате преко безбедне везе, међутим, ова инстанца генерише небезбедне URL адресе. Ово највероватније значи да се налазите иза реверсног проксија и да променљиве подешавања преписивања нису исправно постављене.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Вашој инстанци приступате преко безбедне везе и она генерише безбедне URL адресе. ", "Internet connectivity" : "Веза са интернетом", "Internet connectivity is disabled in configuration file." : "Веза са интернетом је искључена у конфигурационом фајлу.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Овај сервер нема функционалну интернет конекцију: више крајњих тачака није доступно. Ово значи да неће радити неке могућности као што су качење спољних складишта, обавештења о ажурирањима или инсталација апликација треће стране. Приступање фајловима споља и слање обавештења е-поштом исто тако може да не ради. Ако желите да уживате у свим могућностима, обезбедите везу овог сервера са интернетом.", "JavaScript modules support" : "Подршка за JavaScript модуле", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Није могла да се провери JavaScript подршка преко било ког од ваших `trusted_domains` нити преко `overwrite.cli.url`. То је можда услед DNS неслагања са стране сервера или одлазно правило заштитног зида. Молимо вас да ручно проверите да ли ваш сервер служи `.mjs` фајлове користећи JavaScript MIME тип.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Ваш веб сервер не служи `.mjs` фајлове користећи JavaScript MIME тип. Због тога неке апликације неће радитити јер ће веб прегледачи одбити да изврше JavaScript фајлове. Требало би да ваш веб сервер подесите тако да `.mjs` фајлове служи било са `text/javascript` или са `application/javascript` MIME типом.", "JavaScript source map support" : "Подршка за JavaScript мапе извора", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Ваш веб сервер није подешен да сервира `.js.map` фајлове. Без ових фајлова, JavaScript Мапе Извора неће функционисати како треба, па ће бити теже пронаћи грешке и исправити било какве проблеме који могу да се јаве.", @@ -195,8 +190,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Није подешено време почетка периода за одржавање сервера. То значи да ће се током времена уобичајене употребе такође извршавати и дневни позадински послови који захтевају доста ресурса. Препоручујемо вам да га подесите у време када се систем не користи интензивно, тако да оптерећење које изазивају ови обимни задаци има мањи утицај на кориснике.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Период одржавања за извршавање захтевних позадинских послова је између {start}:00 UTC и {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Као дистрибуирани кеш је подешен memcached, али је инсталиран погрешан PHP модул „memcache”. \\OC\\Memcache\\Memcached подржава само \"memcached\" а не и \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached је подешен као дистрибуирани кеш, али није инсталиран PHP модул „memcached”.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Није подешено никакво кеширање у меморији. Да бисте побољшали перформансе, молимо вас да конфигуришете memcache, ако је то могуће.", "Configured" : "подешено", "MySQL Unicode support" : "MySQL Уникод подршка", @@ -270,9 +263,6 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Није могло да се провери да ли ваш веб сервер исправно сервира безбедносна заглавља, није успео упит `%s`", "Your server is correctly configured to send security headers." : "Ваш сервер је исправно подешен за слање безбедносних заглавља.", "Database version" : "Верзија базе података", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Користи се MariaDB верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају MariaDB 10.2 или новију.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Користи се MySQL верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају MySQL 8.0 или MariaDB 10.2 или новију.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Користи се PostgreSQL верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају PostgreSQL 9.6 или новији.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Тренутно се као база података позадинског механизма користи SQLite. У случају већих инсталација, препоручујемо вам да пређете на неки други позадински механизам базе података. Ово се посебно препоручује када се за синхронизацију фајлова користи десктоп клијент. За миграцију на другу базу података, употребите алат из командне линије: „occ db:convert-type”.", "Unknown database platform" : "Непозната платформа базе података", "Architecture" : "Архитектура", @@ -344,10 +334,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Постави подразумевано време истека за дељења путем линка или мејла", "Default expiration time of shares in days" : "Подразумевано време трајања дељења у данима", "Privacy settings for sharing" : "Поставке приватности за дељење", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Омогући аутоматско довршавање корисничког имена у дијалогу дељења и дозволи приступ системском адресару", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Ако су укључени „иста група” и „интеграција броја телефона”. подударање у било којој од њих ће приказати корисника.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Омогући аутоматско довршавање корисничког имена корисника у истим групама и ограничи системске адресаре само на кориснике истих група", - "Allow username autocompletion to users based on phone number integration" : "Дозволи аутоматско довршавање корисничког имена корисницима на основу интеграције броја телефона", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Дозволи аутоматско довршавање када се уноси пуно име или и-мејл адреса (уз игнорисање подударања у телефонском именику и припадања истој групи)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Прикажи текст о ограђивању на јавној страни за отпремање (приказан је само када је сакривена листа фајлова)", "Disclaimer text" : "Текст ограђивања", @@ -578,44 +565,32 @@ OC.L10N.register( "Common languages" : "Најкоришћенији језици", "Other languages" : "Остали језици", "Password change is disabled because the master key is disabled" : "Промена лозинке је искључена пошто је главни кључ искључен", - "New user" : "Нови корисник", + "New account" : "Нови налог", "Display name" : "Име за приказ", "Either password or email is required" : "Неопходна је или лозинка или и-мејл", "Password (required)" : "Лозинка (обавезно)", "Email (required)" : "И-мејл (обавезно)", "Email" : "Е-пошта", "Groups (required)" : "Групе (обавезно)", - "Set user groups" : "Постављање група корисника", "Administered groups" : "Администриране групе", - "Set user as admin for …" : "Постави корисника као администратора за...", "Quota" : "Квота", - "Set user quota" : "Постави квоту корисника", "Language" : "Језик", "Set default language" : "Постави подразумевани језик", "Manager" : "Менаџер", - "Add new user" : "Додај новог корисника", - "Set user manager" : "Постави менаџера корисника", - "Username will be autogenerated" : "Корисничко име ће бити генерисано аутоматски", - "Username (required)" : "Корисничко име (обавезно)", "Total rows summary" : "Резиме укупног броја редова", - "Loading users …" : "Учитавају се корисници...", "Scroll to load more rows" : "Скролујте да се учита још редова", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} корисник…","{userCount} корисника…","{userCount} корисника…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} корисник","{userCount} корисника","{userCount} корисника"], "Avatar" : "Аватар", - "Username" : "Корисничко име", + "Account name" : "Име рачуна", "Group admin for" : "Администратор групе за", - "User backend" : "Позадина за кориснике", "Storage location" : "Локација складишта", "Last login" : "Последња пријава", - "User actions" : "Корисникове акције", + "Account actions" : "Акције налога", "Password or insufficient permissions message" : "Порука о лозинки или недовољним дозволама", "Loading account …" : "Налог се учитава…", "Change display name" : "Промени име за приказ", "Set new password" : "Постави нову лозинку", "You do not have permissions to see the details of this account" : "Немате дозволе да видите детаље о овом налогу", "Set new email address" : "Постави нову адресу е-поште", - "Add user to group" : "Додај корисника у групу", "Add account to group" : "Додај налог у групу", "Set account as admin for" : "Постави налог као администратора за", "Select account quota" : "Одаберите квоту за налог", @@ -681,7 +656,6 @@ OC.L10N.register( "Disabled accounts" : "Искључени налози", "Account group: {group}" : "Група налога: {group}", "Account management" : "Управљање налозима", - "New account" : "Нови налог", "Creating group…" : "Креира се група…", "Create group" : "Креирај групу", "Group name" : "Назив групе", @@ -800,6 +774,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Присутни су неки увезени кориснички SSL сертификати који се више не користе у Nextcloud 21. Могу да се увезу из командне линије извршавањем команде „occ security:certificates:import”. Њихове путање унутар директоријума са подацима су приказане испод.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Пронађени су неисправни UUID бројеви LDAP корисника или група. Молимо вас да ревидирате своја „Премости UUID детекцију\" подешавања у Експерт делу LDAP конфигурације и употребите „occ ldap:update-uuid” да их ажурирате.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV синхронизација системског адресара се још увек није покренула јер ваша инстанца има више од 1000 корисника или јер је дошло до грешке. Молимо вас да га ручно покренете командом occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Користи се MariaDB верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају MariaDB 10.2 или новију.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Користи се MySQL верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају MySQL 8.0 или MariaDB 10.2 или новију.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Користи се PostgreSQL верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају PostgreSQL 9.6 или новији.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторска провера идентитета се може захтевати свим корисницима и и одређеним групама. Ако немају већ подешеног провајдера другог фактора, неће моћи да се пријаве на систем.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Када се групе означе/искључе, користи се следећа логика да се закључи да ли се захтева 2FA: ако није одабрана ниједна група, 2FA је укључен свима осим члановима искључених група. Ако има одабраних група, 2FA је укључен само њиховим члановима. Ако је корисник у исто време у одабраној и у искљученој групи, одабрана група има предност и 2FA се захтева.", "Enable all" : "Укључи све", @@ -814,6 +791,7 @@ OC.L10N.register( "Error while deleting the token" : "Грешка при брисању токена", "Use the credentials below to configure your app or device." : "Употребите акредитиве наведене испод да подесите своју апликацију или уређај.", "For security reasons this password will only be shown once." : "Из безбедносних разлога, ова лозинка ће бити приказана само једном.", + "Username" : "Корисничко име", "Copied!" : "Копирано!", "Copy" : "Копирај", "Execute one task with each page loaded. Use case: Single user instance." : "Извршава један задатак за сваку учитану страницу. Случај употребе: инстанца са једним корисником.", @@ -833,6 +811,7 @@ OC.L10N.register( "Edit display name" : "Уреди име за приказ", "Add new password" : "Додај нову лозинку", "Add new email address" : "Додај нову адресу е-поште", + "Add user to group" : "Додај корисника у групу", "Set user as admin for" : "Додај корисника као администратора за", "Select user quota" : "Одаберите корисничку квоту", "Select manager" : "Избор менаџера", @@ -843,9 +822,11 @@ OC.L10N.register( "Enable user" : "Укључи корисника", "Edit User" : "Измени корисника", "User's table" : "Корисникова табела", + "New user" : "Нови корисник", "Will be autogenerated" : "Биће генерисано аутоматски", "Select user manager" : "Избор менаџера корисника", "Add a new user" : "Додај новог корисника", + "User backend" : "Позадина за кориснике", "No users in here" : "Овде нема корисника", "Name your device" : "Име Вашег уређаја", "Server error while trying to add WebAuthn device" : "Серверска грешка при додавању WebAuthn уређаја", @@ -873,7 +854,12 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Изузми групе из креирања дељења путем линка:", "Exclude groups from sharing" : "Изузми групе из дељења", "These groups will still be able to receive shares, but not to initiate them." : "Ове групе ће моћи да примају дељења, али не и да их праве.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Омогући аутоматско довршавање корисничког имена у дијалогу дељења и дозволи приступ системском адресару", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Омогући аутоматско довршавање корисничког имена корисника у истим групама и ограничи системске адресаре само на кориснике истих група", + "Allow username autocompletion to users based on phone number integration" : "Дозволи аутоматско довршавање корисничког имена корисницима на основу интеграције броја телефона", "Old user imported certificates" : "Стари сертификати које је увезао корисник", + "Missing optional index \"%s\" in table \"%s\"." : "У табели „%s” недостаје необавезни индекс „%s”.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У бази недостају поједини индекси. Због тога што додавање индекса на великим табелама може доста да потраје, индекси се не додају аутоматски. Покретањем „occ db:add-missing-indices“, индекси који недостају ће бити додати ручно док је инстанца покренута. Једном када су индекси додати, упити над тим табелама ће обично бити много бржи.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Није могла да се провери JavaScript подршка. Молимо вас да ручно проверите да ли ваш веб сервер сервира `.mjs` фајлове користећи JavaScript MIME тип.", "MySQL unicode support" : "MySQL уникод подршка", "Overwrite cli URL" : "Overwrite cli URL", @@ -881,7 +867,18 @@ OC.L10N.register( "Rating: {score}/10" : "Оцена: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Управо ћете уклонити групу „{group}”. Корисници НЕЋЕ бити избрисани.", "No users" : "Нема корисника", + "Loading users …" : "Учитавају се корисници...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Листа корисника. Услед разлога везаних за перформансе, ова листа се не приказује у потпуности. Корисници ће се приказивати како се будете кретали кроз листу.", + "Set user groups" : "Постављање група корисника", + "Set user as admin for …" : "Постави корисника као администратора за...", + "Set user quota" : "Постави квоту корисника", + "Add new user" : "Додај новог корисника", + "Set user manager" : "Постави менаџера корисника", + "Username will be autogenerated" : "Корисничко име ће бити генерисано аутоматски", + "Username (required)" : "Корисничко име (обавезно)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} корисник…","{userCount} корисника…","{userCount} корисника…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} корисник","{userCount} корисника","{userCount} корисника"], + "User actions" : "Корисникове акције", "Loading user …" : "Учитава се корисник...", "Failed to update user manager" : "Није успело ажурирање управљача корисницима", "User management settings" : "Подешавања управљања корисницима", @@ -889,6 +886,8 @@ OC.L10N.register( "User management" : "Управљање корисницима", "Creating group …" : "Креира се група", "User group: {group}" : "Група корисника: {group}", - "Nextcloud help resources" : "Ресурси Nextcloud помоћи" + "Nextcloud help resources" : "Ресурси Nextcloud помоћи", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стаању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Није могла да се провери JavaScript подршка преко било ког од ваших `trusted_domains` нити преко `overwrite.cli.url`. То је можда услед DNS неслагања са стране сервера или одлазно правило заштитног зида. Молимо вас да ручно проверите да ли ваш сервер служи `.mjs` фајлове користећи JavaScript MIME тип." }, "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/apps/settings/l10n/sr.json b/apps/settings/l10n/sr.json index f552dd3402a..8d6284c9f4f 100644 --- a/apps/settings/l10n/sr.json +++ b/apps/settings/l10n/sr.json @@ -128,7 +128,6 @@ "Your remote address could not be determined." : "Не може да се одреди ваша удаљена адреса.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Ваша удаљена адреса је идентификована као „%s” и тренутно је пригушена због напада грубом силом чиме се успоравају перформансе разних захтева. Ако удаљена адреса није ваша, ово може бити знак да прокси није исправно подешен. ", "Your remote address \"%s\" is not brute-force throttled." : "Ваша удаљена адреса „%s” није пригушена због напада грубом силом.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стаању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`.", "Old administration imported certificates" : "Стари сертификати које је увезла администрација", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Позадински посао за проверу SSL сертификата које је увезла администрација је на чекању. Молимо вас да проверите касније.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Присутни су неки SSL сертификати које је увезла администрација и који се више не користе у Nextcloud 21. Могу да се увезу из командне линије извршавањем команде „occ security:certificates:import”. Њихове путање унутар директоријума са подацима су приказане испод.", @@ -149,8 +148,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "У табели „%s” недостаје необавезна колона „%s”.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "У бази недостају неке опционе колоне. Пошто додавање колона на великим табелама може да потраје, нису додате аутоматски, а пошто су и опционе. Покретањем „occ db:add-missing-columns“ , додаћете ове колоне за време рада инстанце. Када се ове колоне додају, неке функционалности можда буду брже или употребљивије.", "Database missing indices" : "У бази података недостају индекси", - "Missing optional index \"%s\" in table \"%s\"." : "У табели „%s” недостаје необавезни индекс „%s”.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У бази недостају поједини индекси. Због тога што додавање индекса на великим табелама може доста да потраје, индекси се не додају аутоматски. Покретањем „occ db:add-missing-indices“, индекси који недостају ће бити додати ручно док је инстанца покренута. Једном када су индекси додати, упити над тим табелама ће обично бити много бржи.", "Database missing primary keys" : "У бази података недостају примарни кључеви", "Missing primary key on table \"%s\"." : "У табели „%s” недостаје примарни кључ.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "У бази података недостају неки примарни кључеви. Услед тога што операција додавања примарних кључева у велике табеле може да потраје, они нису додати аутоматски. Извршавањем команде „occ db:add-missing-primary-keys” би се ти примарни кључеви ручно додали док инстанца несментано ради.", @@ -176,13 +173,11 @@ "HTTPS access and URLs" : "HTTPS приступ и URL адресе", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Сајту се небезбедно приступа преко HTTP протокола. Снажно се препоручује да свој сервер подесите тако да уместо њега захтева HTTPS протокол. Без њега неке битне веб функције, као што је „копирај у клипборд” или „сервисни радници” неће радити!", "Accessing site insecurely via HTTP." : "Сајту се приступа небезбедно преко HTTP.", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Вашој инстанци приступате преко безбедне везе, међутим, ова инстанца генерише небезбедне URL адресе. Ово највероватније значи да се налазите иза реверсног проксија и да променљиве подешавања преписивања нису исправно постављене.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Вашој инстанци приступате преко безбедне везе и она генерише безбедне URL адресе. ", "Internet connectivity" : "Веза са интернетом", "Internet connectivity is disabled in configuration file." : "Веза са интернетом је искључена у конфигурационом фајлу.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Овај сервер нема функционалну интернет конекцију: више крајњих тачака није доступно. Ово значи да неће радити неке могућности као што су качење спољних складишта, обавештења о ажурирањима или инсталација апликација треће стране. Приступање фајловима споља и слање обавештења е-поштом исто тако може да не ради. Ако желите да уживате у свим могућностима, обезбедите везу овог сервера са интернетом.", "JavaScript modules support" : "Подршка за JavaScript модуле", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Није могла да се провери JavaScript подршка преко било ког од ваших `trusted_domains` нити преко `overwrite.cli.url`. То је можда услед DNS неслагања са стране сервера или одлазно правило заштитног зида. Молимо вас да ручно проверите да ли ваш сервер служи `.mjs` фајлове користећи JavaScript MIME тип.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Ваш веб сервер не служи `.mjs` фајлове користећи JavaScript MIME тип. Због тога неке апликације неће радитити јер ће веб прегледачи одбити да изврше JavaScript фајлове. Требало би да ваш веб сервер подесите тако да `.mjs` фајлове служи било са `text/javascript` или са `application/javascript` MIME типом.", "JavaScript source map support" : "Подршка за JavaScript мапе извора", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Ваш веб сервер није подешен да сервира `.js.map` фајлове. Без ових фајлова, JavaScript Мапе Извора неће функционисати како треба, па ће бити теже пронаћи грешке и исправити било какве проблеме који могу да се јаве.", @@ -193,8 +188,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Није подешено време почетка периода за одржавање сервера. То значи да ће се током времена уобичајене употребе такође извршавати и дневни позадински послови који захтевају доста ресурса. Препоручујемо вам да га подесите у време када се систем не користи интензивно, тако да оптерећење које изазивају ови обимни задаци има мањи утицај на кориснике.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Период одржавања за извршавање захтевних позадинских послова је између {start}:00 UTC и {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Као дистрибуирани кеш је подешен memcached, али је инсталиран погрешан PHP модул „memcache”. \\OC\\Memcache\\Memcached подржава само \"memcached\" а не и \"memcache\".", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached је подешен као дистрибуирани кеш, али није инсталиран PHP модул „memcached”.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Није подешено никакво кеширање у меморији. Да бисте побољшали перформансе, молимо вас да конфигуришете memcache, ако је то могуће.", "Configured" : "подешено", "MySQL Unicode support" : "MySQL Уникод подршка", @@ -268,9 +261,6 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Није могло да се провери да ли ваш веб сервер исправно сервира безбедносна заглавља, није успео упит `%s`", "Your server is correctly configured to send security headers." : "Ваш сервер је исправно подешен за слање безбедносних заглавља.", "Database version" : "Верзија базе података", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Користи се MariaDB верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају MariaDB 10.2 или новију.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Користи се MySQL верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају MySQL 8.0 или MariaDB 10.2 или новију.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Користи се PostgreSQL верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају PostgreSQL 9.6 или новији.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Тренутно се као база података позадинског механизма користи SQLite. У случају већих инсталација, препоручујемо вам да пређете на неки други позадински механизам базе података. Ово се посебно препоручује када се за синхронизацију фајлова користи десктоп клијент. За миграцију на другу базу података, употребите алат из командне линије: „occ db:convert-type”.", "Unknown database platform" : "Непозната платформа базе података", "Architecture" : "Архитектура", @@ -342,10 +332,7 @@ "Set default expiration date for shares via link or mail" : "Постави подразумевано време истека за дељења путем линка или мејла", "Default expiration time of shares in days" : "Подразумевано време трајања дељења у данима", "Privacy settings for sharing" : "Поставке приватности за дељење", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Омогући аутоматско довршавање корисничког имена у дијалогу дељења и дозволи приступ системском адресару", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Ако су укључени „иста група” и „интеграција броја телефона”. подударање у било којој од њих ће приказати корисника.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Омогући аутоматско довршавање корисничког имена корисника у истим групама и ограничи системске адресаре само на кориснике истих група", - "Allow username autocompletion to users based on phone number integration" : "Дозволи аутоматско довршавање корисничког имена корисницима на основу интеграције броја телефона", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Дозволи аутоматско довршавање када се уноси пуно име или и-мејл адреса (уз игнорисање подударања у телефонском именику и припадања истој групи)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Прикажи текст о ограђивању на јавној страни за отпремање (приказан је само када је сакривена листа фајлова)", "Disclaimer text" : "Текст ограђивања", @@ -576,44 +563,32 @@ "Common languages" : "Најкоришћенији језици", "Other languages" : "Остали језици", "Password change is disabled because the master key is disabled" : "Промена лозинке је искључена пошто је главни кључ искључен", - "New user" : "Нови корисник", + "New account" : "Нови налог", "Display name" : "Име за приказ", "Either password or email is required" : "Неопходна је или лозинка или и-мејл", "Password (required)" : "Лозинка (обавезно)", "Email (required)" : "И-мејл (обавезно)", "Email" : "Е-пошта", "Groups (required)" : "Групе (обавезно)", - "Set user groups" : "Постављање група корисника", "Administered groups" : "Администриране групе", - "Set user as admin for …" : "Постави корисника као администратора за...", "Quota" : "Квота", - "Set user quota" : "Постави квоту корисника", "Language" : "Језик", "Set default language" : "Постави подразумевани језик", "Manager" : "Менаџер", - "Add new user" : "Додај новог корисника", - "Set user manager" : "Постави менаџера корисника", - "Username will be autogenerated" : "Корисничко име ће бити генерисано аутоматски", - "Username (required)" : "Корисничко име (обавезно)", "Total rows summary" : "Резиме укупног броја редова", - "Loading users …" : "Учитавају се корисници...", "Scroll to load more rows" : "Скролујте да се учита још редова", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} корисник…","{userCount} корисника…","{userCount} корисника…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} корисник","{userCount} корисника","{userCount} корисника"], "Avatar" : "Аватар", - "Username" : "Корисничко име", + "Account name" : "Име рачуна", "Group admin for" : "Администратор групе за", - "User backend" : "Позадина за кориснике", "Storage location" : "Локација складишта", "Last login" : "Последња пријава", - "User actions" : "Корисникове акције", + "Account actions" : "Акције налога", "Password or insufficient permissions message" : "Порука о лозинки или недовољним дозволама", "Loading account …" : "Налог се учитава…", "Change display name" : "Промени име за приказ", "Set new password" : "Постави нову лозинку", "You do not have permissions to see the details of this account" : "Немате дозволе да видите детаље о овом налогу", "Set new email address" : "Постави нову адресу е-поште", - "Add user to group" : "Додај корисника у групу", "Add account to group" : "Додај налог у групу", "Set account as admin for" : "Постави налог као администратора за", "Select account quota" : "Одаберите квоту за налог", @@ -679,7 +654,6 @@ "Disabled accounts" : "Искључени налози", "Account group: {group}" : "Група налога: {group}", "Account management" : "Управљање налозима", - "New account" : "Нови налог", "Creating group…" : "Креира се група…", "Create group" : "Креирај групу", "Group name" : "Назив групе", @@ -798,6 +772,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Присутни су неки увезени кориснички SSL сертификати који се више не користе у Nextcloud 21. Могу да се увезу из командне линије извршавањем команде „occ security:certificates:import”. Њихове путање унутар директоријума са подацима су приказане испод.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Пронађени су неисправни UUID бројеви LDAP корисника или група. Молимо вас да ревидирате своја „Премости UUID детекцију\" подешавања у Експерт делу LDAP конфигурације и употребите „occ ldap:update-uuid” да их ажурирате.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV синхронизација системског адресара се још увек није покренула јер ваша инстанца има више од 1000 корисника или јер је дошло до грешке. Молимо вас да га ручно покренете командом occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Користи се MariaDB верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају MariaDB 10.2 или новију.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Користи се MySQL верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају MySQL 8.0 или MariaDB 10.2 или новију.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Користи се PostgreSQL верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају PostgreSQL 9.6 или новији.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторска провера идентитета се може захтевати свим корисницима и и одређеним групама. Ако немају већ подешеног провајдера другог фактора, неће моћи да се пријаве на систем.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Када се групе означе/искључе, користи се следећа логика да се закључи да ли се захтева 2FA: ако није одабрана ниједна група, 2FA је укључен свима осим члановима искључених група. Ако има одабраних група, 2FA је укључен само њиховим члановима. Ако је корисник у исто време у одабраној и у искљученој групи, одабрана група има предност и 2FA се захтева.", "Enable all" : "Укључи све", @@ -812,6 +789,7 @@ "Error while deleting the token" : "Грешка при брисању токена", "Use the credentials below to configure your app or device." : "Употребите акредитиве наведене испод да подесите своју апликацију или уређај.", "For security reasons this password will only be shown once." : "Из безбедносних разлога, ова лозинка ће бити приказана само једном.", + "Username" : "Корисничко име", "Copied!" : "Копирано!", "Copy" : "Копирај", "Execute one task with each page loaded. Use case: Single user instance." : "Извршава један задатак за сваку учитану страницу. Случај употребе: инстанца са једним корисником.", @@ -831,6 +809,7 @@ "Edit display name" : "Уреди име за приказ", "Add new password" : "Додај нову лозинку", "Add new email address" : "Додај нову адресу е-поште", + "Add user to group" : "Додај корисника у групу", "Set user as admin for" : "Додај корисника као администратора за", "Select user quota" : "Одаберите корисничку квоту", "Select manager" : "Избор менаџера", @@ -841,9 +820,11 @@ "Enable user" : "Укључи корисника", "Edit User" : "Измени корисника", "User's table" : "Корисникова табела", + "New user" : "Нови корисник", "Will be autogenerated" : "Биће генерисано аутоматски", "Select user manager" : "Избор менаџера корисника", "Add a new user" : "Додај новог корисника", + "User backend" : "Позадина за кориснике", "No users in here" : "Овде нема корисника", "Name your device" : "Име Вашег уређаја", "Server error while trying to add WebAuthn device" : "Серверска грешка при додавању WebAuthn уређаја", @@ -871,7 +852,12 @@ "Exclude groups from creating link shares:" : "Изузми групе из креирања дељења путем линка:", "Exclude groups from sharing" : "Изузми групе из дељења", "These groups will still be able to receive shares, but not to initiate them." : "Ове групе ће моћи да примају дељења, али не и да их праве.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Омогући аутоматско довршавање корисничког имена у дијалогу дељења и дозволи приступ системском адресару", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Омогући аутоматско довршавање корисничког имена корисника у истим групама и ограничи системске адресаре само на кориснике истих група", + "Allow username autocompletion to users based on phone number integration" : "Дозволи аутоматско довршавање корисничког имена корисницима на основу интеграције броја телефона", "Old user imported certificates" : "Стари сертификати које је увезао корисник", + "Missing optional index \"%s\" in table \"%s\"." : "У табели „%s” недостаје необавезни индекс „%s”.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У бази недостају поједини индекси. Због тога што додавање индекса на великим табелама може доста да потраје, индекси се не додају аутоматски. Покретањем „occ db:add-missing-indices“, индекси који недостају ће бити додати ручно док је инстанца покренута. Једном када су индекси додати, упити над тим табелама ће обично бити много бржи.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Није могла да се провери JavaScript подршка. Молимо вас да ручно проверите да ли ваш веб сервер сервира `.mjs` фајлове користећи JavaScript MIME тип.", "MySQL unicode support" : "MySQL уникод подршка", "Overwrite cli URL" : "Overwrite cli URL", @@ -879,7 +865,18 @@ "Rating: {score}/10" : "Оцена: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Управо ћете уклонити групу „{group}”. Корисници НЕЋЕ бити избрисани.", "No users" : "Нема корисника", + "Loading users …" : "Учитавају се корисници...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Листа корисника. Услед разлога везаних за перформансе, ова листа се не приказује у потпуности. Корисници ће се приказивати како се будете кретали кроз листу.", + "Set user groups" : "Постављање група корисника", + "Set user as admin for …" : "Постави корисника као администратора за...", + "Set user quota" : "Постави квоту корисника", + "Add new user" : "Додај новог корисника", + "Set user manager" : "Постави менаџера корисника", + "Username will be autogenerated" : "Корисничко име ће бити генерисано аутоматски", + "Username (required)" : "Корисничко име (обавезно)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} корисник…","{userCount} корисника…","{userCount} корисника…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} корисник","{userCount} корисника","{userCount} корисника"], + "User actions" : "Корисникове акције", "Loading user …" : "Учитава се корисник...", "Failed to update user manager" : "Није успело ажурирање управљача корисницима", "User management settings" : "Подешавања управљања корисницима", @@ -887,6 +884,8 @@ "User management" : "Управљање корисницима", "Creating group …" : "Креира се група", "User group: {group}" : "Група корисника: {group}", - "Nextcloud help resources" : "Ресурси Nextcloud помоћи" + "Nextcloud help resources" : "Ресурси Nextcloud помоћи", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стаању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Није могла да се провери JavaScript подршка преко било ког од ваших `trusted_domains` нити преко `overwrite.cli.url`. То је можда услед DNS неслагања са стране сервера или одлазно правило заштитног зида. Молимо вас да ручно проверите да ли ваш сервер служи `.mjs` фајлове користећи JavaScript MIME тип." },"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/apps/settings/l10n/sv.js b/apps/settings/l10n/sv.js index 01cbdedee9f..7387e3ac501 100644 --- a/apps/settings/l10n/sv.js +++ b/apps/settings/l10n/sv.js @@ -142,8 +142,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Saknar valfri kolumn \"%s\" i tabellen \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Databasen saknar några valfria kolumner. Eftersom att lägga till sådana i stora tabeller kan ta en del tid, har det inte gjorts automatiskt. Genom att köra kommandot \"occ db:add-missing-columns\" läggs de saknade kolumnerna till utan att instansen behöver stoppas. Att lägga till de valfria kolumnerna kan förbättra svarstid eller användbarhet.", "Database missing indices" : "Databasen saknar index", - "Missing optional index \"%s\" in table \"%s\"." : "Saknar valfri index \"%s\" i tabellen \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen saknar några index. Dessa adderas inte automatsikt då indexering av stora tabeller kan ta tid. Med kommandot \"occ db:add-missing-indices\" kan de saknade indices läggas till manuellt utan att instansen behöver stoppas. Indexerade tabeller ger oftast mycket snabbare svar.", "Database missing primary keys" : "Databasen saknar primärnycklar", "Missing primary key on table \"%s\"." : "Saknar primärnyckel på tabellen \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Databasen saknar några primärnycklar. Eftersom att lägga till sådana i stora tabeller kan ta en del tid, har det inte gjorts automatiskt. Genom att köra kommandot \"occ db:add-missing-primary-keys\" läggs de saknade primärnycklarna till utan att instansen behöver stoppas.", @@ -205,9 +203,6 @@ OC.L10N.register( "HTTP headers" : "HTTP headers", "- The `%1$s` HTTP header is not set to `%2$s`, `%3$s`, `%4$s`, `%5$s` or `%6$s`. This can leak referer information. See the {w3c-recommendation}." : "- HTTP header `%1$s` är inte inställd till `%2$s`, `%3$s`, `%4$s`, `%5$s` eller `%6$s`. Detta kan leda till att din server läcker referer-information. Läs {w3c-recommendation}.", "Database version" : "Databasversion", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MariaDB 10.2 eller högre.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL-versionen \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MySQL 8.0 eller MariaDB 10.2 eller högre.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL-versionen \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver PostgreSQL 9.6 eller högre.", "Unknown database platform" : "Okänd databasplattform", "Architecture" : "Arkitektur", "64-bit" : "64-bit", @@ -262,10 +257,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Ställ in standardutgångsdatum för delningar via länk eller e-post", "Default expiration time of shares in days" : "Standardutgångstid för delningar i dagar", "Privacy settings for sharing" : "Sekretessinställningar för delning", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillåt autokomplettering av användarnamn i delningsdialogen och tillåt åtkomst till systemets adressbok", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Om komplettering för \"samma grupp\" och \"telefonnummerintegration\" är aktiverade räcker det med en matchning i en av dem för att visa användaren.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Tillåt autokomplettering av användarnamn för användare inom samma grupper och begränsa systemadressböcker till användare i samma grupper", - "Allow username autocompletion to users based on phone number integration" : "Tillåt autokomplettering av användarnamn till användare baserad på telefonnummerintegration", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Tillåt autokomplettering när du anger hela namnet eller e-postadressen (ignorera saknad telefonboksmatchning och att vara i samma grupp)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Visa friskrivningstext på offentliga uppladdningssidan (visas endast när fil-listan är gömd)", "Disclaimer text" : "Friskrivningstext", @@ -487,44 +479,32 @@ OC.L10N.register( "Common languages" : "Vanliga språk", "Other languages" : "Andra språk", "Password change is disabled because the master key is disabled" : "Lösenordsbyte är inaktiverat eftersom huvudnyckeln är inaktiverad", - "New user" : "Ny användare", + "New account" : "Nytt konto", "Display name" : "Visningsnamn", "Either password or email is required" : "Antingen lösenord eller e-post krävs", "Password (required)" : "Lösenord (obligatoriskt)", "Email (required)" : "E-post (obligatoriskt)", "Email" : "E-post", "Groups (required)" : "Grupper (obligatoriskt)", - "Set user groups" : "Ställ in användargrupper", "Administered groups" : "Administrerade grupper", - "Set user as admin for …" : "Ange användare som administratör för...", "Quota" : "Lagringsutrymme", - "Set user quota" : "Ställ in användarkvot", "Language" : "Språk", "Set default language" : "Ställ in standardspråk", "Manager" : "Chef", - "Add new user" : "Lägg till ny användare", - "Set user manager" : "Ställ in användarhanterare", - "Username will be autogenerated" : "Användarnamn kommer att autogenereras", - "Username (required)" : "Användarnamn (obligatoriskt)", "Total rows summary" : "Sammanfattning antal rader", - "Loading users …" : "Laddar användare …", "Scroll to load more rows" : "Bläddra för att ladda fler rader", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} användare …","{userCount} användare …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} användare","{userCount} användare"], "Avatar" : "Avatar", - "Username" : "Användarnamn", + "Account name" : "Kontonamn", "Group admin for" : "Gruppadministratör för", - "User backend" : "Användarbackend", "Storage location" : "Lagringsplats", "Last login" : "Senaste inloggning", - "User actions" : "Användaråtgärder", + "Account actions" : "Kontoåtgärder", "Password or insufficient permissions message" : "Lösenord eller meddelande om otillräckliga behörigheter", "Loading account …" : "Laddar konto ...", "Change display name" : "Ändra visningsnamn", "Set new password" : "Ange nytt lösenord", "You do not have permissions to see the details of this account" : "Du har inte behörighet att se detaljerna för detta konto.", "Set new email address" : "Ange ny e-postadress", - "Add user to group" : "Lägg till användare i grupp", "Add account to group" : "Lägg till konto till grupp", "Set account as admin for" : "Ange konto som administratör för", "Select account quota" : "Välj kvot för konto", @@ -586,7 +566,6 @@ OC.L10N.register( "Disabled accounts" : "Inaktiverade konton", "Account group: {group}" : "Kontogrupp: {group}", "Account management" : "Kontohantering", - "New account" : "Nytt konto", "Creating group…" : "Skapar grupp...", "Create group" : "Skapa grupp", "Group name" : "Gruppnamn", @@ -700,6 +679,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Det finns några användarimporterade SSL-certifikat närvarande som inte längre används med Nextcloud 21. De kan importeras i kommandoraden via \"occ security:certificates:import\". Deras sökvägar inuti data-mappen visas nedanför.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Ogiltiga UUID för LDAP-användare eller -grupper har hittats. Granska dina \"Åsidosätt UUID-detektering\"-inställningar i expertdelen av LDAP-konfigurationen och använd \"occ ldap:update-uuid\" för att uppdatera dem.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV-systemets adressbokssynkronisering har inte körts ännu eftersom din instans har fler än 1000 användare eller för att ett fel uppstod. Kör det manuellt genom att anropa occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MariaDB 10.2 eller högre.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL-versionen \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MySQL 8.0 eller MariaDB 10.2 eller högre.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL-versionen \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver PostgreSQL 9.6 eller högre.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tvåfaktorsautentisering kan påtvingas för alla användare och specifika grupper. Om de inte har en tvåfaktorsleverantör konfigurerad kommer de inte att kunna logga in i systemet.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "När grupper väljs/exkluderas används följande logik för att avgöra om en användare har 2FA påtvingad: Om inga grupper väljs är 2FA aktiverat för alla förutom medlemmar i exkluderade grupper. Om grupper väljs är 2FA aktiverat för alla medlemmar i dessa grupper. Om en användare är medlem i både en vald och exkluderad grupp, har den valda företräde och 2FA påtvingas.", "Enable all" : "Aktivera alla", @@ -714,6 +696,7 @@ OC.L10N.register( "Error while deleting the token" : "Fel vid borttagning av token", "Use the credentials below to configure your app or device." : "Använd följande autentiseringsuppgifter för att konfigurera din app eller enhet", "For security reasons this password will only be shown once." : "Av säkerhetsskäl kommer lösenordet endast att visas en gång", + "Username" : "Användarnamn", "Copied!" : "Kopierad!", "Copy" : "Kopiera", "Execute one task with each page loaded. Use case: Single user instance." : "Utför en uppgift med varje sidladdning. Användningsfall: instans med en användare.", @@ -733,6 +716,7 @@ OC.L10N.register( "Edit display name" : "Ändra visningsnamn", "Add new password" : "Lägg till nytt lösenord", "Add new email address" : "Lägg till ny e-postadress", + "Add user to group" : "Lägg till användare i grupp", "Set user as admin for" : "Gör användare till admin för", "Select user quota" : "Välj användarens quota", "Select manager" : "Välj chef", @@ -743,9 +727,11 @@ OC.L10N.register( "Enable user" : "Aktivera användare", "Edit User" : "Redigera användare", "User's table" : "Användartabell", + "New user" : "Ny användare", "Will be autogenerated" : "Kommer att autogenereras", "Select user manager" : "Välj användaradministratör", "Add a new user" : "Lägg till ny användare", + "User backend" : "Användarbackend", "No users in here" : "Inga användare här", "Name your device" : "Namnge din enhet", "Server error while trying to add WebAuthn device" : "Serverfel när du försökte lägga till en WebAuthn-enhet", @@ -773,13 +759,29 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Exkludera grupper från att skapa länkdelningar:", "Exclude groups from sharing" : "Exkludera grupp från att dela", "These groups will still be able to receive shares, but not to initiate them." : "Dessa grupper kommer fortfarande kunna ta emot delningar, men inte skapa delningar.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillåt autokomplettering av användarnamn i delningsdialogen och tillåt åtkomst till systemets adressbok", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Tillåt autokomplettering av användarnamn för användare inom samma grupper och begränsa systemadressböcker till användare i samma grupper", + "Allow username autocompletion to users based on phone number integration" : "Tillåt autokomplettering av användarnamn till användare baserad på telefonnummerintegration", "Old user imported certificates" : "Gamla användarimporterade certifikat", + "Missing optional index \"%s\" in table \"%s\"." : "Saknar valfri index \"%s\" i tabellen \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen saknar några index. Dessa adderas inte automatsikt då indexering av stora tabeller kan ta tid. Med kommandot \"occ db:add-missing-indices\" kan de saknade indices läggas till manuellt utan att instansen behöver stoppas. Indexerade tabeller ger oftast mycket snabbare svar.", "Overwrite cli URL" : "Skriv över cli-URL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du kör för närvarande PHP %s. PHP 8.0 är nu föråldrat i Nextcloud 27. Nextcloud 28 kan kräva minst PHP 8.1. Vänligen uppgradera till en av de officiellt stödda PHP-versionerna som tillhandahålls av PHP Group så snart som möjligt.", "Rating: {score}/10" : "Betyg: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du håller på att ta bort gruppen \"{group}\". Användarna kommer INTE att raderas.", "No users" : "Inga användare", + "Loading users …" : "Laddar användare …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista över användare. Denna lista är inte helt återgiven av prestationsskäl. Användarna kommer att renderas när du navigerar genom listan.", + "Set user groups" : "Ställ in användargrupper", + "Set user as admin for …" : "Ange användare som administratör för...", + "Set user quota" : "Ställ in användarkvot", + "Add new user" : "Lägg till ny användare", + "Set user manager" : "Ställ in användarhanterare", + "Username will be autogenerated" : "Användarnamn kommer att autogenereras", + "Username (required)" : "Användarnamn (obligatoriskt)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} användare …","{userCount} användare …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} användare","{userCount} användare"], + "User actions" : "Användaråtgärder", "Loading user …" : "Laddar användare …", "Failed to update user manager" : "Kunde inte uppdatera användarhanterare", "User management settings" : "Användarhanteringsinställningar", diff --git a/apps/settings/l10n/sv.json b/apps/settings/l10n/sv.json index 09bd9aa1f2c..1f9a709dfbe 100644 --- a/apps/settings/l10n/sv.json +++ b/apps/settings/l10n/sv.json @@ -140,8 +140,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "Saknar valfri kolumn \"%s\" i tabellen \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Databasen saknar några valfria kolumner. Eftersom att lägga till sådana i stora tabeller kan ta en del tid, har det inte gjorts automatiskt. Genom att köra kommandot \"occ db:add-missing-columns\" läggs de saknade kolumnerna till utan att instansen behöver stoppas. Att lägga till de valfria kolumnerna kan förbättra svarstid eller användbarhet.", "Database missing indices" : "Databasen saknar index", - "Missing optional index \"%s\" in table \"%s\"." : "Saknar valfri index \"%s\" i tabellen \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen saknar några index. Dessa adderas inte automatsikt då indexering av stora tabeller kan ta tid. Med kommandot \"occ db:add-missing-indices\" kan de saknade indices läggas till manuellt utan att instansen behöver stoppas. Indexerade tabeller ger oftast mycket snabbare svar.", "Database missing primary keys" : "Databasen saknar primärnycklar", "Missing primary key on table \"%s\"." : "Saknar primärnyckel på tabellen \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Databasen saknar några primärnycklar. Eftersom att lägga till sådana i stora tabeller kan ta en del tid, har det inte gjorts automatiskt. Genom att köra kommandot \"occ db:add-missing-primary-keys\" läggs de saknade primärnycklarna till utan att instansen behöver stoppas.", @@ -203,9 +201,6 @@ "HTTP headers" : "HTTP headers", "- The `%1$s` HTTP header is not set to `%2$s`, `%3$s`, `%4$s`, `%5$s` or `%6$s`. This can leak referer information. See the {w3c-recommendation}." : "- HTTP header `%1$s` är inte inställd till `%2$s`, `%3$s`, `%4$s`, `%5$s` eller `%6$s`. Detta kan leda till att din server läcker referer-information. Läs {w3c-recommendation}.", "Database version" : "Databasversion", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MariaDB 10.2 eller högre.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL-versionen \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MySQL 8.0 eller MariaDB 10.2 eller högre.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL-versionen \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver PostgreSQL 9.6 eller högre.", "Unknown database platform" : "Okänd databasplattform", "Architecture" : "Arkitektur", "64-bit" : "64-bit", @@ -260,10 +255,7 @@ "Set default expiration date for shares via link or mail" : "Ställ in standardutgångsdatum för delningar via länk eller e-post", "Default expiration time of shares in days" : "Standardutgångstid för delningar i dagar", "Privacy settings for sharing" : "Sekretessinställningar för delning", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillåt autokomplettering av användarnamn i delningsdialogen och tillåt åtkomst till systemets adressbok", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Om komplettering för \"samma grupp\" och \"telefonnummerintegration\" är aktiverade räcker det med en matchning i en av dem för att visa användaren.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Tillåt autokomplettering av användarnamn för användare inom samma grupper och begränsa systemadressböcker till användare i samma grupper", - "Allow username autocompletion to users based on phone number integration" : "Tillåt autokomplettering av användarnamn till användare baserad på telefonnummerintegration", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Tillåt autokomplettering när du anger hela namnet eller e-postadressen (ignorera saknad telefonboksmatchning och att vara i samma grupp)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Visa friskrivningstext på offentliga uppladdningssidan (visas endast när fil-listan är gömd)", "Disclaimer text" : "Friskrivningstext", @@ -485,44 +477,32 @@ "Common languages" : "Vanliga språk", "Other languages" : "Andra språk", "Password change is disabled because the master key is disabled" : "Lösenordsbyte är inaktiverat eftersom huvudnyckeln är inaktiverad", - "New user" : "Ny användare", + "New account" : "Nytt konto", "Display name" : "Visningsnamn", "Either password or email is required" : "Antingen lösenord eller e-post krävs", "Password (required)" : "Lösenord (obligatoriskt)", "Email (required)" : "E-post (obligatoriskt)", "Email" : "E-post", "Groups (required)" : "Grupper (obligatoriskt)", - "Set user groups" : "Ställ in användargrupper", "Administered groups" : "Administrerade grupper", - "Set user as admin for …" : "Ange användare som administratör för...", "Quota" : "Lagringsutrymme", - "Set user quota" : "Ställ in användarkvot", "Language" : "Språk", "Set default language" : "Ställ in standardspråk", "Manager" : "Chef", - "Add new user" : "Lägg till ny användare", - "Set user manager" : "Ställ in användarhanterare", - "Username will be autogenerated" : "Användarnamn kommer att autogenereras", - "Username (required)" : "Användarnamn (obligatoriskt)", "Total rows summary" : "Sammanfattning antal rader", - "Loading users …" : "Laddar användare …", "Scroll to load more rows" : "Bläddra för att ladda fler rader", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} användare …","{userCount} användare …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} användare","{userCount} användare"], "Avatar" : "Avatar", - "Username" : "Användarnamn", + "Account name" : "Kontonamn", "Group admin for" : "Gruppadministratör för", - "User backend" : "Användarbackend", "Storage location" : "Lagringsplats", "Last login" : "Senaste inloggning", - "User actions" : "Användaråtgärder", + "Account actions" : "Kontoåtgärder", "Password or insufficient permissions message" : "Lösenord eller meddelande om otillräckliga behörigheter", "Loading account …" : "Laddar konto ...", "Change display name" : "Ändra visningsnamn", "Set new password" : "Ange nytt lösenord", "You do not have permissions to see the details of this account" : "Du har inte behörighet att se detaljerna för detta konto.", "Set new email address" : "Ange ny e-postadress", - "Add user to group" : "Lägg till användare i grupp", "Add account to group" : "Lägg till konto till grupp", "Set account as admin for" : "Ange konto som administratör för", "Select account quota" : "Välj kvot för konto", @@ -584,7 +564,6 @@ "Disabled accounts" : "Inaktiverade konton", "Account group: {group}" : "Kontogrupp: {group}", "Account management" : "Kontohantering", - "New account" : "Nytt konto", "Creating group…" : "Skapar grupp...", "Create group" : "Skapa grupp", "Group name" : "Gruppnamn", @@ -698,6 +677,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Det finns några användarimporterade SSL-certifikat närvarande som inte längre används med Nextcloud 21. De kan importeras i kommandoraden via \"occ security:certificates:import\". Deras sökvägar inuti data-mappen visas nedanför.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Ogiltiga UUID för LDAP-användare eller -grupper har hittats. Granska dina \"Åsidosätt UUID-detektering\"-inställningar i expertdelen av LDAP-konfigurationen och använd \"occ ldap:update-uuid\" för att uppdatera dem.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV-systemets adressbokssynkronisering har inte körts ännu eftersom din instans har fler än 1000 användare eller för att ett fel uppstod. Kör det manuellt genom att anropa occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MariaDB 10.2 eller högre.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL-versionen \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MySQL 8.0 eller MariaDB 10.2 eller högre.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL-versionen \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver PostgreSQL 9.6 eller högre.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tvåfaktorsautentisering kan påtvingas för alla användare och specifika grupper. Om de inte har en tvåfaktorsleverantör konfigurerad kommer de inte att kunna logga in i systemet.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "När grupper väljs/exkluderas används följande logik för att avgöra om en användare har 2FA påtvingad: Om inga grupper väljs är 2FA aktiverat för alla förutom medlemmar i exkluderade grupper. Om grupper väljs är 2FA aktiverat för alla medlemmar i dessa grupper. Om en användare är medlem i både en vald och exkluderad grupp, har den valda företräde och 2FA påtvingas.", "Enable all" : "Aktivera alla", @@ -712,6 +694,7 @@ "Error while deleting the token" : "Fel vid borttagning av token", "Use the credentials below to configure your app or device." : "Använd följande autentiseringsuppgifter för att konfigurera din app eller enhet", "For security reasons this password will only be shown once." : "Av säkerhetsskäl kommer lösenordet endast att visas en gång", + "Username" : "Användarnamn", "Copied!" : "Kopierad!", "Copy" : "Kopiera", "Execute one task with each page loaded. Use case: Single user instance." : "Utför en uppgift med varje sidladdning. Användningsfall: instans med en användare.", @@ -731,6 +714,7 @@ "Edit display name" : "Ändra visningsnamn", "Add new password" : "Lägg till nytt lösenord", "Add new email address" : "Lägg till ny e-postadress", + "Add user to group" : "Lägg till användare i grupp", "Set user as admin for" : "Gör användare till admin för", "Select user quota" : "Välj användarens quota", "Select manager" : "Välj chef", @@ -741,9 +725,11 @@ "Enable user" : "Aktivera användare", "Edit User" : "Redigera användare", "User's table" : "Användartabell", + "New user" : "Ny användare", "Will be autogenerated" : "Kommer att autogenereras", "Select user manager" : "Välj användaradministratör", "Add a new user" : "Lägg till ny användare", + "User backend" : "Användarbackend", "No users in here" : "Inga användare här", "Name your device" : "Namnge din enhet", "Server error while trying to add WebAuthn device" : "Serverfel när du försökte lägga till en WebAuthn-enhet", @@ -771,13 +757,29 @@ "Exclude groups from creating link shares:" : "Exkludera grupper från att skapa länkdelningar:", "Exclude groups from sharing" : "Exkludera grupp från att dela", "These groups will still be able to receive shares, but not to initiate them." : "Dessa grupper kommer fortfarande kunna ta emot delningar, men inte skapa delningar.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillåt autokomplettering av användarnamn i delningsdialogen och tillåt åtkomst till systemets adressbok", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Tillåt autokomplettering av användarnamn för användare inom samma grupper och begränsa systemadressböcker till användare i samma grupper", + "Allow username autocompletion to users based on phone number integration" : "Tillåt autokomplettering av användarnamn till användare baserad på telefonnummerintegration", "Old user imported certificates" : "Gamla användarimporterade certifikat", + "Missing optional index \"%s\" in table \"%s\"." : "Saknar valfri index \"%s\" i tabellen \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen saknar några index. Dessa adderas inte automatsikt då indexering av stora tabeller kan ta tid. Med kommandot \"occ db:add-missing-indices\" kan de saknade indices läggas till manuellt utan att instansen behöver stoppas. Indexerade tabeller ger oftast mycket snabbare svar.", "Overwrite cli URL" : "Skriv över cli-URL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du kör för närvarande PHP %s. PHP 8.0 är nu föråldrat i Nextcloud 27. Nextcloud 28 kan kräva minst PHP 8.1. Vänligen uppgradera till en av de officiellt stödda PHP-versionerna som tillhandahålls av PHP Group så snart som möjligt.", "Rating: {score}/10" : "Betyg: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du håller på att ta bort gruppen \"{group}\". Användarna kommer INTE att raderas.", "No users" : "Inga användare", + "Loading users …" : "Laddar användare …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista över användare. Denna lista är inte helt återgiven av prestationsskäl. Användarna kommer att renderas när du navigerar genom listan.", + "Set user groups" : "Ställ in användargrupper", + "Set user as admin for …" : "Ange användare som administratör för...", + "Set user quota" : "Ställ in användarkvot", + "Add new user" : "Lägg till ny användare", + "Set user manager" : "Ställ in användarhanterare", + "Username will be autogenerated" : "Användarnamn kommer att autogenereras", + "Username (required)" : "Användarnamn (obligatoriskt)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} användare …","{userCount} användare …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} användare","{userCount} användare"], + "User actions" : "Användaråtgärder", "Loading user …" : "Laddar användare …", "Failed to update user manager" : "Kunde inte uppdatera användarhanterare", "User management settings" : "Användarhanteringsinställningar", diff --git a/apps/settings/l10n/th.js b/apps/settings/l10n/th.js index 3e1b4d936a8..14ab0870201 100644 --- a/apps/settings/l10n/th.js +++ b/apps/settings/l10n/th.js @@ -176,18 +176,14 @@ OC.L10N.register( "Default language" : "ภาษาค่าเริ่มต้น", "Common languages" : "ภาษาที่นิยม", "Password change is disabled because the master key is disabled" : "การเปลี่ยนรหัสผ่านถูกปิดการใช้งาน เนื่องจากคีย์หลักถูกปิดการใช้งาน", - "New user" : "ผู้ใช้ใหม่", "Display name" : "ชื่อที่แสดง", "Email" : "อีเมล", "Quota" : "โควต้า", "Language" : "ภาษา", "Avatar" : "ภาพแทนตัว", - "Username" : "ชื่อผู้ใช้", "Group admin for" : "ผู้ดูแลกลุ่มสำหรับ", - "User backend" : "แบ็กเอนด์ของผู้ใช้", "Storage location" : "สถานที่จัดเก็บข้อมูล", "Last login" : "เข้าสู่ระบบล่าสุด", - "Add user to group" : "เพิ่มผู้ใช้เข้ากลุ่ม", "{size} used" : "ใช้ไป {size}", "Delete account" : "ลบบัญชี", "Resend welcome email" : "ส่งอีเมลยินดีต้อนรับซ้ำ", @@ -288,6 +284,7 @@ OC.L10N.register( "Error while deleting the token" : "ข้อผิดพลาดขณะลบโทเค็น", "Use the credentials below to configure your app or device." : "ใช้ข้อมูลประจำตัวด้านล่างเพื่อกำหนดค่าแอปหรืออุปกรณ์ของคุณ", "For security reasons this password will only be shown once." : "เนื่องด้วยเหตุผลด้านความปลอดภัย รหัสผ่านนี้จะแสดงครั้งเดียว", + "Username" : "ชื่อผู้ใช้", "Copied!" : "คัดลอกแล้ว!", "Copy" : "คัดลอก", "You are about to remove the group {group}. The users will NOT be deleted." : "คุณกำลังจะลบกลุ่ม {group} ผู้ใช้ที่อยู่ในกลุ่มจะไม่ถูกลบไปด้วย", @@ -296,6 +293,7 @@ OC.L10N.register( "You do not have permissions to see the details of this user" : "คุณไม่มีสิทธิ์ที่จะดูรายละเอียดของผู้ใช้นี้", "Add new password" : "เพิ่มรหัสผ่านใหม่", "Add new email address" : "เพิ่มที่อยู่อีเมลใหม่", + "Add user to group" : "เพิ่มผู้ใช้เข้ากลุ่ม", "Set user as admin for" : "ตั้งผู้ใช้เป็นผู้ดูแลระบบสำหรับ", "Select user quota" : "เลือกโควต้าผู้ใช้", "Toggle user actions menu" : "เปิด-ปิด เมนูการกระทำผู้ใช้", @@ -304,8 +302,10 @@ OC.L10N.register( "Disable user" : "ปิดใช้งานผู้ใช้", "Enable user" : "เปิดใช้งานผู้ใช้", "Edit User" : "แก้ไขผู้ใช้", + "New user" : "ผู้ใช้ใหม่", "Will be autogenerated" : "จะถูกสร้างขึ้นโดยอัตโนมัติ", "Add a new user" : "เพิ่มผู้ใช้ใหม่", + "User backend" : "แบ็กเอนด์ของผู้ใช้", "No users in here" : "ไม่มีผู้ใช้ที่นี่", "Name your device" : "ตั้งชื่ออุปกรณ์ของคุณ", "Server error while trying to add WebAuthn device" : "เกิดข้อผิดพลาดเซิร์ฟเวอร์ขณะกำลังพยายามเพิ่มอุปกรณ์ WebAuthn", diff --git a/apps/settings/l10n/th.json b/apps/settings/l10n/th.json index 35e567c9605..8f5d0f63213 100644 --- a/apps/settings/l10n/th.json +++ b/apps/settings/l10n/th.json @@ -174,18 +174,14 @@ "Default language" : "ภาษาค่าเริ่มต้น", "Common languages" : "ภาษาที่นิยม", "Password change is disabled because the master key is disabled" : "การเปลี่ยนรหัสผ่านถูกปิดการใช้งาน เนื่องจากคีย์หลักถูกปิดการใช้งาน", - "New user" : "ผู้ใช้ใหม่", "Display name" : "ชื่อที่แสดง", "Email" : "อีเมล", "Quota" : "โควต้า", "Language" : "ภาษา", "Avatar" : "ภาพแทนตัว", - "Username" : "ชื่อผู้ใช้", "Group admin for" : "ผู้ดูแลกลุ่มสำหรับ", - "User backend" : "แบ็กเอนด์ของผู้ใช้", "Storage location" : "สถานที่จัดเก็บข้อมูล", "Last login" : "เข้าสู่ระบบล่าสุด", - "Add user to group" : "เพิ่มผู้ใช้เข้ากลุ่ม", "{size} used" : "ใช้ไป {size}", "Delete account" : "ลบบัญชี", "Resend welcome email" : "ส่งอีเมลยินดีต้อนรับซ้ำ", @@ -286,6 +282,7 @@ "Error while deleting the token" : "ข้อผิดพลาดขณะลบโทเค็น", "Use the credentials below to configure your app or device." : "ใช้ข้อมูลประจำตัวด้านล่างเพื่อกำหนดค่าแอปหรืออุปกรณ์ของคุณ", "For security reasons this password will only be shown once." : "เนื่องด้วยเหตุผลด้านความปลอดภัย รหัสผ่านนี้จะแสดงครั้งเดียว", + "Username" : "ชื่อผู้ใช้", "Copied!" : "คัดลอกแล้ว!", "Copy" : "คัดลอก", "You are about to remove the group {group}. The users will NOT be deleted." : "คุณกำลังจะลบกลุ่ม {group} ผู้ใช้ที่อยู่ในกลุ่มจะไม่ถูกลบไปด้วย", @@ -294,6 +291,7 @@ "You do not have permissions to see the details of this user" : "คุณไม่มีสิทธิ์ที่จะดูรายละเอียดของผู้ใช้นี้", "Add new password" : "เพิ่มรหัสผ่านใหม่", "Add new email address" : "เพิ่มที่อยู่อีเมลใหม่", + "Add user to group" : "เพิ่มผู้ใช้เข้ากลุ่ม", "Set user as admin for" : "ตั้งผู้ใช้เป็นผู้ดูแลระบบสำหรับ", "Select user quota" : "เลือกโควต้าผู้ใช้", "Toggle user actions menu" : "เปิด-ปิด เมนูการกระทำผู้ใช้", @@ -302,8 +300,10 @@ "Disable user" : "ปิดใช้งานผู้ใช้", "Enable user" : "เปิดใช้งานผู้ใช้", "Edit User" : "แก้ไขผู้ใช้", + "New user" : "ผู้ใช้ใหม่", "Will be autogenerated" : "จะถูกสร้างขึ้นโดยอัตโนมัติ", "Add a new user" : "เพิ่มผู้ใช้ใหม่", + "User backend" : "แบ็กเอนด์ของผู้ใช้", "No users in here" : "ไม่มีผู้ใช้ที่นี่", "Name your device" : "ตั้งชื่ออุปกรณ์ของคุณ", "Server error while trying to add WebAuthn device" : "เกิดข้อผิดพลาดเซิร์ฟเวอร์ขณะกำลังพยายามเพิ่มอุปกรณ์ WebAuthn", diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index b73e1d7f13e..d1e658fb201 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -130,7 +130,6 @@ OC.L10N.register( "Your remote address could not be determined." : "Uzak adresiniz belirlenemedi.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Uzak adresiniz \"%s\" olarak belirlendi ve şu anda çeşitli isteklerin yerine getirilmesini yavaşlatacak şekilde kaba kuvvet saldırısı nedeniyle kısıtlanıyor. Uzak adres sizin adresiniz değilse bu, vekil sunucusunun doğru şekilde yapılandırılmadığını gösteriyor olabilir.", "Your remote address \"%s\" is not brute-force throttled." : "\"%s\" uzak adresinize kaba kuvvet sınırlaması uygulanmıyor.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir.", "Old administration imported certificates" : "Eski yönetimin içe aktarılmış sertifikaları", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Yönetim tarafından içe aktarılmış SSL sertifikalarını denetleyen bir arka plan görevi bekliyor. Lütfen bir süre sonra yeniden denetleyin.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Yönetim tarafından içe aktarılmış ancak artık Nextcloud 21 ile kullanılmayan bazı SSL sertifikaları var. Bunlar, komut satırından \"occ security:certificates:import\" komutu ile içe aktarılabilir. Veri klasörü içindeki yollarını aşağıda görebilirsiniz.", @@ -151,8 +150,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "İsteğe bağlı \"%s\" sütunu \"%s\" tablosunda eksik.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Veri tabanında bazı isteğe bağlı sütunlar eksik. Büyük tablolara sütunların eklenmesi uzun sürebildiğinden, sütunlar isteğe bağlı olduğunda bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik sütunları el ile eklemek için \"occ db:add-missing-columns\" komutunu yürütün. Sütunlar eklendikten sonra bazı özelliklerin yanıtı ya da kullanımı daha iyileşebilir.", "Database missing indices" : "Veri tabanında dizinler eksik", - "Missing optional index \"%s\" in table \"%s\"." : "İsteğe bağlı \"%s\" dizini \"%s\" tablosunda eksik.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Veri tabanında bazı dizinler eksik. Büyük tablolara dizinlerin eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik dizinleri el ile eklemek için \"occ db:add-missing-indices\" komutunu yürütün. Dizinler eklendikten sonra bu tablolar üzerindeki sorgular çok daha hızlı yürütülür.", "Database missing primary keys" : "Veri tabanında birincil anahtarlar eksik", "Missing primary key on table \"%s\"." : "\"%s\" tablosunda birincil dizin anahtarı eksik.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Veri tabanında bazı birincil dizin anahtarları eksik. Büyük tablolara birincil anahtarların eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik birincil anahtarları el ile eklemek için \"occ db:add-missing-primary-keys\" komutunu yürütün.", @@ -178,13 +175,11 @@ OC.L10N.register( "HTTPS access and URLs" : "HTTPS erişimi ve adresleri", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Siteye HTTP üzerinden güvenli olmayan bağlantı ile erişiliyor. Sunucunuzu HTTPS kullanacak şekilde yapılandırmanız önemle önerilir. HTTPS olmadan \"panoya kopyala\" ya da \"hizmet işlemleri\" gibi bazı önemli internet işlevleri çalışmaz.", "Accessing site insecurely via HTTP." : "Siteye güvenli olmayan HTTP ile erişiyorsunuz", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Kopyanıza güvenli bir bağlantı üzerinden erişiyorsunuz. Bununla birlikte kopyanız güvenli olmayan adresler üretiyor. Bu durum genellikle bir ters vekil sunucunun arkasında bulunmanız nedeniyle düzgün ayarlanmamış yapılandırma değişkenlerinin değiştirilmesinden kaynaklanır.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Kopyanıza güvenli bir bağlantı üzerinden erişiyorsunuz ve kopyanız güvenli adresler oluşturuyor.", "Internet connectivity" : "İnternet bağlantısı", "Internet connectivity is disabled in configuration file." : "İnternet bağlantısı yapılandırma dosyasından devre dışı bırakılmış.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Bu sunucunun çalışan bir İnternet bağlantısı yok. Birden çok uç noktaya erişilemez. Bu durumda dış depolama alanı bağlama, güncelleme bildirimleri ya da üçüncü taraf uygulamalarını kurmak gibi bazı özellikler çalışmaz. Dosyalara uzaktan erişim ve bildirim e-postalarının gönderilmesi işlemleri de yapılamaz. Tüm bu özelliklerin kullanılabilmesi için sunucuyu İnternet üzerine bağlamanız önerilir.", "JavaScript modules support" : "JavaScript modülleri desteği", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` ya da `overwrite.cli.url` değerlerinden biri ile JavaScript desteği olup olmadığ denetlenemedi. Bu durum, sunucu tarafı DNS uyuşmazlığından ya da giden güvenlik duvarı kuralından kaynaklanıyor olabilir. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Site sunucunuz, JavaScript MIME türünü kullanan `.mjs` dosyaları sunmuyor. Bu durum, tarayıcıların JavaScript dosyalarını yürütmesini engelleyerek bazı uygulamaların bozulmasına neden olur. Site sunucunuzu, 'text/javascript' veya 'application/javascript' MIME türüyle '.mjs' dosyalarını sunacak şekilde yapılandırmanız gerekir.", "JavaScript source map support" : "JavaScript kaynak haritası desteği", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Site sunucunuz `.js.map` dosyalarını sunacak şekilde ayarlanmamış. Bu dosyalar olmadan, JavaScript kaynak haritaları düzgün çalışmaz. Bu durum ortaya çıkabilecek sorunların giderilmesini ve hata ayıklamasını zorlaştırır.", @@ -195,8 +190,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Sunucuda yapılandırılmış bir bakım aralığı başlangıç zamanı yok. Bu durum, yoğun kaynak kullanan günlük arka plan işlerinin de asıl kullanım süreniz boyunca yapılacağı anlamına gelir. Kullanıcıların bu ağır görevlerin neden olduğu yükten daha az etkilenmesi için bu zamanı düşük kaynak kullanılan zamana ayarlamanızı öneririz.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Ağır arka plan işlerini yapmak için bakım aralığı {start}:00 UTC ile {end}:00 UTC arasındadır", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached dağıtık bellek olarak yapılandırılmış ancak kurulmuş PHP \"memcache\" modülü yanlış. \\OC\\Memcache\\Memcached yalnızca \"memcache\" modülünü değil \"memcached\" mdoülünü destekler.", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached, dağıtılmış ön bellek olarak yapılandırılmış ancak \"memcached\" PHP modülü kurulu değil.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Herhangi bir bellek ön belleği yapılandırılmamış. Başarımı artırmak için varsa lütfen bir memcache yapılandırın.", "Configured" : "Yapılandırılmış", "MySQL Unicode support" : "MySQL Unikod desteği", @@ -270,9 +263,6 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Site sunucunuzun güvenlik üst bilgilerini doğru şekilde sunup sunmadığı denetlenemedi. `%s` sorgulanamadı.", "Your server is correctly configured to send security headers." : "Sunucunuz, güvenlik üst bilgilerini göndermek üzere doğru şekilde yapılandırılmış.", "Database version" : "Veri tabanı sürümü", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" sürümü kullanılıyor. Nextcloud 21 ve üzerinde bu sürüm desteklenmiyor. MariaDB 10.2 ve üzerindeki bir sürüm kullanılmalıdır.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. MySQL 8.0 ya da MariaDB 10.2 ve üzerindeki bir sürüm kullanılmalıdır.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. PostgreSQL 9.6 ve üzerindeki bir sürüm kullanılmalıdır.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Şu anda arka uç veri tabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için farklı bir veri tabanı arka ucuna geçmenizi öneririz. Bu özellikle dosya eşitlemesi için masaüstü istemcisini kullanırken önerilir. Başka bir veri tabanına geçmek için komut satırı aracını kullanın: \"occ db:convert-type\".", "Unknown database platform" : "Veri tabanı platformu bilinmiyor", "Architecture" : "Mimari", @@ -344,10 +334,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Bağlantı ya da e-posta ile yapılan paylaşımlar için varsayılan geçerlilik sonu tarihini ayarlansın", "Default expiration time of shares in days" : "Paylaşımların gün olarak varsayılan geçerlilik süresi", "Privacy settings for sharing" : "Paylaşım için gizlilik ayarı", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Paylaşım penceresinde kullanıcı adının otomatik tamamlanmasına ve sistem adres defterine erişilmesine izin verilsin", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "\"Aynı grup\" ve \"telefon numarası bütünleştirmesi\" etkinleştirilmiş ise. Kullanıcının görüntülenmesi için ikisinden birinde eşleşme olması yeterlidir.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Aynı gruplarda kullanıcı adının otomatik olarak tamamlanmasına izin verilsın ve sistem adres defterleri aynı gruplardaki kullanıcılarla sınırlansın", - "Allow username autocompletion to users based on phone number integration" : "Telefon numarası bütünleştirmesi eşleşmelerine göre kullanıcı adları otomatik olarak tamamlanabilsin", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Tam ad ya da e-posta adresi yazılırken otomatik olarak tamamlanabilsin (aynı grupta olma ya da telefon defteri eşleşmesi yok sayılarak)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Herkese açık bağlantı yükleme sayfasında sorumluluk reddi bildirimi görüntülensin (yalnızca dosya listesi gizli iken görüntülenir)", "Disclaimer text" : "Sorumluluk reddi metni", @@ -578,44 +565,32 @@ OC.L10N.register( "Common languages" : "Sık kullanılan diller", "Other languages" : "Diğer diller", "Password change is disabled because the master key is disabled" : "Ana anahtar devre dışı bırakıldığından parola değişikliği devre dışı bırakıldı.", - "New user" : "Yeni kullanıcı", + "New account" : "Hesap ekle", "Display name" : "Görüntülenecek ad", "Either password or email is required" : "Parola ya da e-posta adresi zorunludur", "Password (required)" : "Parola (zorunlu)", "Email (required)" : "E-posta adresi (zorunlu)", "Email" : "E-posta", "Groups (required)" : "Gruplar (zorunlu)", - "Set user groups" : "Kullanıcı gruplarını ayarla", "Administered groups" : "Yönetilen gruplar", - "Set user as admin for …" : "Kullanıcıyı şunun yöneticisi yap…", "Quota" : "Kota", - "Set user quota" : "Kullanıcı kotasını ayarla", "Language" : "Dil", "Set default language" : "Varsayılan dili ayarla", "Manager" : "Yönetici", - "Add new user" : "Yeni kullanıcı ekle", - "Set user manager" : "Kullanıcı yöneticisi ayarla", - "Username will be autogenerated" : "Kullanıcı adı otomatik olarak oluşturulacak", - "Username (required)" : "Kullanıcı adı (zorunlu)", "Total rows summary" : "Toplam satır özeti", - "Loading users …" : "Kullanıcılar yükleniyor…", "Scroll to load more rows" : "Diğer satırları görüntülemek için aşağı kaydırın", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} kullanıcı…","{userCount} kullanıcı…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} kullanıcı","{userCount} kullanıcı"], "Avatar" : "Avatar", - "Username" : "Kullanıcı adı", + "Account name" : "Hesap adı", "Group admin for" : "Şunun grup yöneticisi", - "User backend" : "Kullanıcı arka ucu", "Storage location" : "Depolama konumu", "Last login" : "Son oturum açma", - "User actions" : "Kullanıcı işlemleri", + "Account actions" : "Hesap işlemleri", "Password or insufficient permissions message" : "Parola ya da izinler yetersiz iletisi", "Loading account …" : "Hesap yükleniyor…", "Change display name" : "Görüntülenecek adı değiştir", "Set new password" : "Yeni parola ayarla", "You do not have permissions to see the details of this account" : "Bu hesabın ayrıntılarını görüntüleme izniniz yok", "Set new email address" : "Yeni e-posta adresi ayarla", - "Add user to group" : "Gruba kullanıcı ekle", "Add account to group" : "Hesabı gruba ekle", "Set account as admin for" : "Hesabı şurada yönetici yap", "Select account quota" : "Hesap kotasını seçin", @@ -681,7 +656,6 @@ OC.L10N.register( "Disabled accounts" : "Devre dışı hesaplar", "Account group: {group}" : "Hesap grubu: {group}", "Account management" : "Hesap yönetimi", - "New account" : "Hesap ekle", "Creating group…" : "Grup oluşturuluyor…", "Create group" : "Grup ekle", "Group name" : "Grup adı", @@ -800,6 +774,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Kullanıcı tarafından içe aktarılmış ancak artık Nextcloud 21 ile kullanılmayan bazı SSL sertifikaları var. Bunlar, komut satırından \"occ security:certificates:import\" komutu ile içe aktarılabilir. Veri klasörü içindeki yollarını aşağıda görebilirsiniz.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "LDAP kullanıcıları ya da grupları için geçersiz UUID değerleri bulundu. Lütfen LDAP yapılandırmasının Uzman bölümündeki \"UUID algılaması değiştirilsin\" seçeneğini gözden geçirin ve bunları güncellemek için \"occ ldap:update-uuid\" komutunu kullanın.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Kopyanızda 1000 üzerinde kullanıcı olduğundan ya da bir sorun çıktığından DAV sistemi adres defteri eşitlemesi henüz yapılmamış. Lütfen occ dav:sync-system-addressbook komutunu yürüterek el ile eşitleyin.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" sürümü kullanılıyor. Nextcloud 21 ve üzerinde bu sürüm desteklenmiyor. MariaDB 10.2 ve üzerindeki bir sürüm kullanılmalıdır.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. MySQL 8.0 ya da MariaDB 10.2 ve üzerindeki bir sürüm kullanılmalıdır.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. PostgreSQL 9.6 ve üzerindeki bir sürüm kullanılmalıdır.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tüm kullanıcılar ve belirli gruplar için iki adımlı doğrulama kullanılır. İki adımlı doğrulama hizmeti sağlayıcısını yapılandırmayan kullanıcılar oturum açamaz.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Uygulanan ya da uygulanmayan gruplar belirtildiğinde, bir kullanıcının iki adımlı doğrulama kullanıp kullanmayacağına şu şekilde karar verilir. Herhangi bir grup belirtilmemiş ise, uygulanmayan grupların üyeleri dışındaki tüm üyeler için iki adımlı doğrulama kullanılır. Belirtilmiş gruplar varsa, uygulanan bu grupların üyeleri için iki adımlı doğrulama kullanılır. Bir kullanıcının hem uygulanan hem de uygulanmayan gruplarda üyeliği varsa, uygulanan grupların önceliği vardır ve iki adımlı doğrulama kullanılır.", "Enable all" : "Tümünü etkinleştir", @@ -814,6 +791,7 @@ OC.L10N.register( "Error while deleting the token" : "Kod silinirken sorun çıktı", "Use the credentials below to configure your app or device." : "Uygulama ya da aygıtınızı yapılandırmak için aşağıdaki kimlik doğrulama bilgileri kullanılır.", "For security reasons this password will only be shown once." : "Güvenlik nedenleriyle bu parola yalnızca bir kez görüntülenir.", + "Username" : "Kullanıcı adı", "Copied!" : "Kopyalandı!", "Copy" : "Kopyala", "Execute one task with each page loaded. Use case: Single user instance." : "Her sayfa yüklendiğinde bir görev yürütülür. Kullanım şekli: Tek kullanıcılı kopya.", @@ -833,6 +811,7 @@ OC.L10N.register( "Edit display name" : "Görüntülenecek adı düzenle", "Add new password" : "Yeni parola ekle", "Add new email address" : "Yeni e-posta adresi ekle", + "Add user to group" : "Gruba kullanıcı ekle", "Set user as admin for" : "Kullanıcıyı şurada yönetici yap", "Select user quota" : "Kullanıcı kotasını seçin", "Select manager" : "Yönetici seçin", @@ -843,9 +822,11 @@ OC.L10N.register( "Enable user" : "Kullanıcıyı etkinleştir", "Edit User" : "Kullanıcıyı düzenle", "User's table" : "Kullanıcının tablosu", + "New user" : "Yeni kullanıcı", "Will be autogenerated" : "Otomatik olarak oluşturulacak", "Select user manager" : "Kullanıcı yöneticisini seçin", "Add a new user" : "Kullanıcı ekle", + "User backend" : "Kullanıcı arka ucu", "No users in here" : "Henüz herhangi bir kullanıcı eklenmemiş", "Name your device" : "Aygıtınıza bir ad verin", "Server error while trying to add WebAuthn device" : "WebAuthn aygıtı eklenirken sunucu sorunu çıktı", @@ -873,7 +854,12 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Şu gruplar bağlantı paylaşımı oluşturamasın:", "Exclude groups from sharing" : "Gruplar paylaşıma katılmasın", "These groups will still be able to receive shares, but not to initiate them." : "Bu gruplar paylaşımları alabilir ancak başlatamaz.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Paylaşım penceresinde kullanıcı adının otomatik tamamlanmasına ve sistem adres defterine erişilmesine izin verilsin", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Aynı gruplarda kullanıcı adının otomatik olarak tamamlanmasına izin verilsın ve sistem adres defterleri aynı gruplardaki kullanıcılarla sınırlansın", + "Allow username autocompletion to users based on phone number integration" : "Telefon numarası bütünleştirmesi eşleşmelerine göre kullanıcı adları otomatik olarak tamamlanabilsin", "Old user imported certificates" : "Kullanıcının içe aktardığı eski sertifikalar", + "Missing optional index \"%s\" in table \"%s\"." : "İsteğe bağlı \"%s\" dizini \"%s\" tablosunda eksik.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Veri tabanında bazı dizinler eksik. Büyük tablolara dizinlerin eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik dizinleri el ile eklemek için \"occ db:add-missing-indices\" komutunu yürütün. Dizinler eklendikten sonra bu tablolar üzerindeki sorgular çok daha hızlı yürütülür.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript desteği kontrol edilemedi. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin.", "MySQL unicode support" : "MySQL unikod desteği", "Overwrite cli URL" : "CLI adresi değişikliği", @@ -881,7 +867,18 @@ OC.L10N.register( "Rating: {score}/10" : "Değerlendirme: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "\"{group}\" grubunu silmek üzeresiniz. Kullanıcılar SİLİNMEYECEK.", "No users" : "Herhangi bir kullanıcı yok", + "Loading users …" : "Kullanıcılar yükleniyor…", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Kullanıcı listesi. Başarımı olumsuz etkilememek için listenin tümü görüntülenmiyor. Listede ilerledikçe dosyalar görüntülenecek.", + "Set user groups" : "Kullanıcı gruplarını ayarla", + "Set user as admin for …" : "Kullanıcıyı şunun yöneticisi yap…", + "Set user quota" : "Kullanıcı kotasını ayarla", + "Add new user" : "Yeni kullanıcı ekle", + "Set user manager" : "Kullanıcı yöneticisi ayarla", + "Username will be autogenerated" : "Kullanıcı adı otomatik olarak oluşturulacak", + "Username (required)" : "Kullanıcı adı (zorunlu)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} kullanıcı…","{userCount} kullanıcı…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} kullanıcı","{userCount} kullanıcı"], + "User actions" : "Kullanıcı işlemleri", "Loading user …" : "Kullanıcı yükleniyor…", "Failed to update user manager" : "Kullanıcı yöneticisi güncellenemedi", "User management settings" : "Kullanıcı yönetimi ayarları", @@ -889,6 +886,8 @@ OC.L10N.register( "User management" : "Kullanıcı yönetimi", "Creating group …" : "Grup ekleniyor…", "User group: {group}" : "Kullanıcı grubu: {group}", - "Nextcloud help resources" : "Nextcloud yardım kaynakları" + "Nextcloud help resources" : "Nextcloud yardım kaynakları", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` ya da `overwrite.cli.url` değerlerinden biri ile JavaScript desteği olup olmadığ denetlenemedi. Bu durum, sunucu tarafı DNS uyuşmazlığından ya da giden güvenlik duvarı kuralından kaynaklanıyor olabilir. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin." }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json index aac0ae05410..fa913177ac4 100644 --- a/apps/settings/l10n/tr.json +++ b/apps/settings/l10n/tr.json @@ -128,7 +128,6 @@ "Your remote address could not be determined." : "Uzak adresiniz belirlenemedi.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Uzak adresiniz \"%s\" olarak belirlendi ve şu anda çeşitli isteklerin yerine getirilmesini yavaşlatacak şekilde kaba kuvvet saldırısı nedeniyle kısıtlanıyor. Uzak adres sizin adresiniz değilse bu, vekil sunucusunun doğru şekilde yapılandırılmadığını gösteriyor olabilir.", "Your remote address \"%s\" is not brute-force throttled." : "\"%s\" uzak adresinize kaba kuvvet sınırlaması uygulanmıyor.", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir.", "Old administration imported certificates" : "Eski yönetimin içe aktarılmış sertifikaları", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Yönetim tarafından içe aktarılmış SSL sertifikalarını denetleyen bir arka plan görevi bekliyor. Lütfen bir süre sonra yeniden denetleyin.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Yönetim tarafından içe aktarılmış ancak artık Nextcloud 21 ile kullanılmayan bazı SSL sertifikaları var. Bunlar, komut satırından \"occ security:certificates:import\" komutu ile içe aktarılabilir. Veri klasörü içindeki yollarını aşağıda görebilirsiniz.", @@ -149,8 +148,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "İsteğe bağlı \"%s\" sütunu \"%s\" tablosunda eksik.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Veri tabanında bazı isteğe bağlı sütunlar eksik. Büyük tablolara sütunların eklenmesi uzun sürebildiğinden, sütunlar isteğe bağlı olduğunda bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik sütunları el ile eklemek için \"occ db:add-missing-columns\" komutunu yürütün. Sütunlar eklendikten sonra bazı özelliklerin yanıtı ya da kullanımı daha iyileşebilir.", "Database missing indices" : "Veri tabanında dizinler eksik", - "Missing optional index \"%s\" in table \"%s\"." : "İsteğe bağlı \"%s\" dizini \"%s\" tablosunda eksik.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Veri tabanında bazı dizinler eksik. Büyük tablolara dizinlerin eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik dizinleri el ile eklemek için \"occ db:add-missing-indices\" komutunu yürütün. Dizinler eklendikten sonra bu tablolar üzerindeki sorgular çok daha hızlı yürütülür.", "Database missing primary keys" : "Veri tabanında birincil anahtarlar eksik", "Missing primary key on table \"%s\"." : "\"%s\" tablosunda birincil dizin anahtarı eksik.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Veri tabanında bazı birincil dizin anahtarları eksik. Büyük tablolara birincil anahtarların eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik birincil anahtarları el ile eklemek için \"occ db:add-missing-primary-keys\" komutunu yürütün.", @@ -176,13 +173,11 @@ "HTTPS access and URLs" : "HTTPS erişimi ve adresleri", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Siteye HTTP üzerinden güvenli olmayan bağlantı ile erişiliyor. Sunucunuzu HTTPS kullanacak şekilde yapılandırmanız önemle önerilir. HTTPS olmadan \"panoya kopyala\" ya da \"hizmet işlemleri\" gibi bazı önemli internet işlevleri çalışmaz.", "Accessing site insecurely via HTTP." : "Siteye güvenli olmayan HTTP ile erişiyorsunuz", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "Kopyanıza güvenli bir bağlantı üzerinden erişiyorsunuz. Bununla birlikte kopyanız güvenli olmayan adresler üretiyor. Bu durum genellikle bir ters vekil sunucunun arkasında bulunmanız nedeniyle düzgün ayarlanmamış yapılandırma değişkenlerinin değiştirilmesinden kaynaklanır.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Kopyanıza güvenli bir bağlantı üzerinden erişiyorsunuz ve kopyanız güvenli adresler oluşturuyor.", "Internet connectivity" : "İnternet bağlantısı", "Internet connectivity is disabled in configuration file." : "İnternet bağlantısı yapılandırma dosyasından devre dışı bırakılmış.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Bu sunucunun çalışan bir İnternet bağlantısı yok. Birden çok uç noktaya erişilemez. Bu durumda dış depolama alanı bağlama, güncelleme bildirimleri ya da üçüncü taraf uygulamalarını kurmak gibi bazı özellikler çalışmaz. Dosyalara uzaktan erişim ve bildirim e-postalarının gönderilmesi işlemleri de yapılamaz. Tüm bu özelliklerin kullanılabilmesi için sunucuyu İnternet üzerine bağlamanız önerilir.", "JavaScript modules support" : "JavaScript modülleri desteği", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` ya da `overwrite.cli.url` değerlerinden biri ile JavaScript desteği olup olmadığ denetlenemedi. Bu durum, sunucu tarafı DNS uyuşmazlığından ya da giden güvenlik duvarı kuralından kaynaklanıyor olabilir. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Site sunucunuz, JavaScript MIME türünü kullanan `.mjs` dosyaları sunmuyor. Bu durum, tarayıcıların JavaScript dosyalarını yürütmesini engelleyerek bazı uygulamaların bozulmasına neden olur. Site sunucunuzu, 'text/javascript' veya 'application/javascript' MIME türüyle '.mjs' dosyalarını sunacak şekilde yapılandırmanız gerekir.", "JavaScript source map support" : "JavaScript kaynak haritası desteği", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "Site sunucunuz `.js.map` dosyalarını sunacak şekilde ayarlanmamış. Bu dosyalar olmadan, JavaScript kaynak haritaları düzgün çalışmaz. Bu durum ortaya çıkabilecek sorunların giderilmesini ve hata ayıklamasını zorlaştırır.", @@ -193,8 +188,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Sunucuda yapılandırılmış bir bakım aralığı başlangıç zamanı yok. Bu durum, yoğun kaynak kullanan günlük arka plan işlerinin de asıl kullanım süreniz boyunca yapılacağı anlamına gelir. Kullanıcıların bu ağır görevlerin neden olduğu yükten daha az etkilenmesi için bu zamanı düşük kaynak kullanılan zamana ayarlamanızı öneririz.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Ağır arka plan işlerini yapmak için bakım aralığı {start}:00 UTC ile {end}:00 UTC arasındadır", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached dağıtık bellek olarak yapılandırılmış ancak kurulmuş PHP \"memcache\" modülü yanlış. \\OC\\Memcache\\Memcached yalnızca \"memcache\" modülünü değil \"memcached\" mdoülünü destekler.", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached, dağıtılmış ön bellek olarak yapılandırılmış ancak \"memcached\" PHP modülü kurulu değil.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Herhangi bir bellek ön belleği yapılandırılmamış. Başarımı artırmak için varsa lütfen bir memcache yapılandırın.", "Configured" : "Yapılandırılmış", "MySQL Unicode support" : "MySQL Unikod desteği", @@ -268,9 +261,6 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Site sunucunuzun güvenlik üst bilgilerini doğru şekilde sunup sunmadığı denetlenemedi. `%s` sorgulanamadı.", "Your server is correctly configured to send security headers." : "Sunucunuz, güvenlik üst bilgilerini göndermek üzere doğru şekilde yapılandırılmış.", "Database version" : "Veri tabanı sürümü", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" sürümü kullanılıyor. Nextcloud 21 ve üzerinde bu sürüm desteklenmiyor. MariaDB 10.2 ve üzerindeki bir sürüm kullanılmalıdır.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. MySQL 8.0 ya da MariaDB 10.2 ve üzerindeki bir sürüm kullanılmalıdır.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. PostgreSQL 9.6 ve üzerindeki bir sürüm kullanılmalıdır.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Şu anda arka uç veri tabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için farklı bir veri tabanı arka ucuna geçmenizi öneririz. Bu özellikle dosya eşitlemesi için masaüstü istemcisini kullanırken önerilir. Başka bir veri tabanına geçmek için komut satırı aracını kullanın: \"occ db:convert-type\".", "Unknown database platform" : "Veri tabanı platformu bilinmiyor", "Architecture" : "Mimari", @@ -342,10 +332,7 @@ "Set default expiration date for shares via link or mail" : "Bağlantı ya da e-posta ile yapılan paylaşımlar için varsayılan geçerlilik sonu tarihini ayarlansın", "Default expiration time of shares in days" : "Paylaşımların gün olarak varsayılan geçerlilik süresi", "Privacy settings for sharing" : "Paylaşım için gizlilik ayarı", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Paylaşım penceresinde kullanıcı adının otomatik tamamlanmasına ve sistem adres defterine erişilmesine izin verilsin", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "\"Aynı grup\" ve \"telefon numarası bütünleştirmesi\" etkinleştirilmiş ise. Kullanıcının görüntülenmesi için ikisinden birinde eşleşme olması yeterlidir.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Aynı gruplarda kullanıcı adının otomatik olarak tamamlanmasına izin verilsın ve sistem adres defterleri aynı gruplardaki kullanıcılarla sınırlansın", - "Allow username autocompletion to users based on phone number integration" : "Telefon numarası bütünleştirmesi eşleşmelerine göre kullanıcı adları otomatik olarak tamamlanabilsin", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Tam ad ya da e-posta adresi yazılırken otomatik olarak tamamlanabilsin (aynı grupta olma ya da telefon defteri eşleşmesi yok sayılarak)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Herkese açık bağlantı yükleme sayfasında sorumluluk reddi bildirimi görüntülensin (yalnızca dosya listesi gizli iken görüntülenir)", "Disclaimer text" : "Sorumluluk reddi metni", @@ -576,44 +563,32 @@ "Common languages" : "Sık kullanılan diller", "Other languages" : "Diğer diller", "Password change is disabled because the master key is disabled" : "Ana anahtar devre dışı bırakıldığından parola değişikliği devre dışı bırakıldı.", - "New user" : "Yeni kullanıcı", + "New account" : "Hesap ekle", "Display name" : "Görüntülenecek ad", "Either password or email is required" : "Parola ya da e-posta adresi zorunludur", "Password (required)" : "Parola (zorunlu)", "Email (required)" : "E-posta adresi (zorunlu)", "Email" : "E-posta", "Groups (required)" : "Gruplar (zorunlu)", - "Set user groups" : "Kullanıcı gruplarını ayarla", "Administered groups" : "Yönetilen gruplar", - "Set user as admin for …" : "Kullanıcıyı şunun yöneticisi yap…", "Quota" : "Kota", - "Set user quota" : "Kullanıcı kotasını ayarla", "Language" : "Dil", "Set default language" : "Varsayılan dili ayarla", "Manager" : "Yönetici", - "Add new user" : "Yeni kullanıcı ekle", - "Set user manager" : "Kullanıcı yöneticisi ayarla", - "Username will be autogenerated" : "Kullanıcı adı otomatik olarak oluşturulacak", - "Username (required)" : "Kullanıcı adı (zorunlu)", "Total rows summary" : "Toplam satır özeti", - "Loading users …" : "Kullanıcılar yükleniyor…", "Scroll to load more rows" : "Diğer satırları görüntülemek için aşağı kaydırın", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} kullanıcı…","{userCount} kullanıcı…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} kullanıcı","{userCount} kullanıcı"], "Avatar" : "Avatar", - "Username" : "Kullanıcı adı", + "Account name" : "Hesap adı", "Group admin for" : "Şunun grup yöneticisi", - "User backend" : "Kullanıcı arka ucu", "Storage location" : "Depolama konumu", "Last login" : "Son oturum açma", - "User actions" : "Kullanıcı işlemleri", + "Account actions" : "Hesap işlemleri", "Password or insufficient permissions message" : "Parola ya da izinler yetersiz iletisi", "Loading account …" : "Hesap yükleniyor…", "Change display name" : "Görüntülenecek adı değiştir", "Set new password" : "Yeni parola ayarla", "You do not have permissions to see the details of this account" : "Bu hesabın ayrıntılarını görüntüleme izniniz yok", "Set new email address" : "Yeni e-posta adresi ayarla", - "Add user to group" : "Gruba kullanıcı ekle", "Add account to group" : "Hesabı gruba ekle", "Set account as admin for" : "Hesabı şurada yönetici yap", "Select account quota" : "Hesap kotasını seçin", @@ -679,7 +654,6 @@ "Disabled accounts" : "Devre dışı hesaplar", "Account group: {group}" : "Hesap grubu: {group}", "Account management" : "Hesap yönetimi", - "New account" : "Hesap ekle", "Creating group…" : "Grup oluşturuluyor…", "Create group" : "Grup ekle", "Group name" : "Grup adı", @@ -798,6 +772,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Kullanıcı tarafından içe aktarılmış ancak artık Nextcloud 21 ile kullanılmayan bazı SSL sertifikaları var. Bunlar, komut satırından \"occ security:certificates:import\" komutu ile içe aktarılabilir. Veri klasörü içindeki yollarını aşağıda görebilirsiniz.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "LDAP kullanıcıları ya da grupları için geçersiz UUID değerleri bulundu. Lütfen LDAP yapılandırmasının Uzman bölümündeki \"UUID algılaması değiştirilsin\" seçeneğini gözden geçirin ve bunları güncellemek için \"occ ldap:update-uuid\" komutunu kullanın.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Kopyanızda 1000 üzerinde kullanıcı olduğundan ya da bir sorun çıktığından DAV sistemi adres defteri eşitlemesi henüz yapılmamış. Lütfen occ dav:sync-system-addressbook komutunu yürüterek el ile eşitleyin.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" sürümü kullanılıyor. Nextcloud 21 ve üzerinde bu sürüm desteklenmiyor. MariaDB 10.2 ve üzerindeki bir sürüm kullanılmalıdır.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. MySQL 8.0 ya da MariaDB 10.2 ve üzerindeki bir sürüm kullanılmalıdır.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. PostgreSQL 9.6 ve üzerindeki bir sürüm kullanılmalıdır.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tüm kullanıcılar ve belirli gruplar için iki adımlı doğrulama kullanılır. İki adımlı doğrulama hizmeti sağlayıcısını yapılandırmayan kullanıcılar oturum açamaz.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Uygulanan ya da uygulanmayan gruplar belirtildiğinde, bir kullanıcının iki adımlı doğrulama kullanıp kullanmayacağına şu şekilde karar verilir. Herhangi bir grup belirtilmemiş ise, uygulanmayan grupların üyeleri dışındaki tüm üyeler için iki adımlı doğrulama kullanılır. Belirtilmiş gruplar varsa, uygulanan bu grupların üyeleri için iki adımlı doğrulama kullanılır. Bir kullanıcının hem uygulanan hem de uygulanmayan gruplarda üyeliği varsa, uygulanan grupların önceliği vardır ve iki adımlı doğrulama kullanılır.", "Enable all" : "Tümünü etkinleştir", @@ -812,6 +789,7 @@ "Error while deleting the token" : "Kod silinirken sorun çıktı", "Use the credentials below to configure your app or device." : "Uygulama ya da aygıtınızı yapılandırmak için aşağıdaki kimlik doğrulama bilgileri kullanılır.", "For security reasons this password will only be shown once." : "Güvenlik nedenleriyle bu parola yalnızca bir kez görüntülenir.", + "Username" : "Kullanıcı adı", "Copied!" : "Kopyalandı!", "Copy" : "Kopyala", "Execute one task with each page loaded. Use case: Single user instance." : "Her sayfa yüklendiğinde bir görev yürütülür. Kullanım şekli: Tek kullanıcılı kopya.", @@ -831,6 +809,7 @@ "Edit display name" : "Görüntülenecek adı düzenle", "Add new password" : "Yeni parola ekle", "Add new email address" : "Yeni e-posta adresi ekle", + "Add user to group" : "Gruba kullanıcı ekle", "Set user as admin for" : "Kullanıcıyı şurada yönetici yap", "Select user quota" : "Kullanıcı kotasını seçin", "Select manager" : "Yönetici seçin", @@ -841,9 +820,11 @@ "Enable user" : "Kullanıcıyı etkinleştir", "Edit User" : "Kullanıcıyı düzenle", "User's table" : "Kullanıcının tablosu", + "New user" : "Yeni kullanıcı", "Will be autogenerated" : "Otomatik olarak oluşturulacak", "Select user manager" : "Kullanıcı yöneticisini seçin", "Add a new user" : "Kullanıcı ekle", + "User backend" : "Kullanıcı arka ucu", "No users in here" : "Henüz herhangi bir kullanıcı eklenmemiş", "Name your device" : "Aygıtınıza bir ad verin", "Server error while trying to add WebAuthn device" : "WebAuthn aygıtı eklenirken sunucu sorunu çıktı", @@ -871,7 +852,12 @@ "Exclude groups from creating link shares:" : "Şu gruplar bağlantı paylaşımı oluşturamasın:", "Exclude groups from sharing" : "Gruplar paylaşıma katılmasın", "These groups will still be able to receive shares, but not to initiate them." : "Bu gruplar paylaşımları alabilir ancak başlatamaz.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Paylaşım penceresinde kullanıcı adının otomatik tamamlanmasına ve sistem adres defterine erişilmesine izin verilsin", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Aynı gruplarda kullanıcı adının otomatik olarak tamamlanmasına izin verilsın ve sistem adres defterleri aynı gruplardaki kullanıcılarla sınırlansın", + "Allow username autocompletion to users based on phone number integration" : "Telefon numarası bütünleştirmesi eşleşmelerine göre kullanıcı adları otomatik olarak tamamlanabilsin", "Old user imported certificates" : "Kullanıcının içe aktardığı eski sertifikalar", + "Missing optional index \"%s\" in table \"%s\"." : "İsteğe bağlı \"%s\" dizini \"%s\" tablosunda eksik.", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Veri tabanında bazı dizinler eksik. Büyük tablolara dizinlerin eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik dizinleri el ile eklemek için \"occ db:add-missing-indices\" komutunu yürütün. Dizinler eklendikten sonra bu tablolar üzerindeki sorgular çok daha hızlı yürütülür.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript desteği kontrol edilemedi. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin.", "MySQL unicode support" : "MySQL unikod desteği", "Overwrite cli URL" : "CLI adresi değişikliği", @@ -879,7 +865,18 @@ "Rating: {score}/10" : "Değerlendirme: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "\"{group}\" grubunu silmek üzeresiniz. Kullanıcılar SİLİNMEYECEK.", "No users" : "Herhangi bir kullanıcı yok", + "Loading users …" : "Kullanıcılar yükleniyor…", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Kullanıcı listesi. Başarımı olumsuz etkilememek için listenin tümü görüntülenmiyor. Listede ilerledikçe dosyalar görüntülenecek.", + "Set user groups" : "Kullanıcı gruplarını ayarla", + "Set user as admin for …" : "Kullanıcıyı şunun yöneticisi yap…", + "Set user quota" : "Kullanıcı kotasını ayarla", + "Add new user" : "Yeni kullanıcı ekle", + "Set user manager" : "Kullanıcı yöneticisi ayarla", + "Username will be autogenerated" : "Kullanıcı adı otomatik olarak oluşturulacak", + "Username (required)" : "Kullanıcı adı (zorunlu)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} kullanıcı…","{userCount} kullanıcı…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} kullanıcı","{userCount} kullanıcı"], + "User actions" : "Kullanıcı işlemleri", "Loading user …" : "Kullanıcı yükleniyor…", "Failed to update user manager" : "Kullanıcı yöneticisi güncellenemedi", "User management settings" : "Kullanıcı yönetimi ayarları", @@ -887,6 +884,8 @@ "User management" : "Kullanıcı yönetimi", "Creating group …" : "Grup ekleniyor…", "User group: {group}" : "Kullanıcı grubu: {group}", - "Nextcloud help resources" : "Nextcloud yardım kaynakları" + "Nextcloud help resources" : "Nextcloud yardım kaynakları", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir.", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` ya da `overwrite.cli.url` değerlerinden biri ile JavaScript desteği olup olmadığ denetlenemedi. Bu durum, sunucu tarafı DNS uyuşmazlığından ya da giden güvenlik duvarı kuralından kaynaklanıyor olabilir. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin." },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js index 0894d06c8d8..f8cf924180e 100644 --- a/apps/settings/l10n/uk.js +++ b/apps/settings/l10n/uk.js @@ -143,8 +143,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Відсутні необов'язкові стовпці \"%s\" у таблиці \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "У базі даних відсутні деякі необов’язкові стовпці. Через те, що додавання стовпців у великі таблиці може зайняти деякий час, вони не додаються автоматично, коли вони можуть бути необов’язковими. Для створення відсутніх стовпців, будь ласка, виконайте команду \"occ db:add-missing-columns\". Після додавання стовпців деякі функції можуть покращити реагування та зручність використання.", "Database missing indices" : "Відсутні індекси у базі даних", - "Missing optional index \"%s\" in table \"%s\"." : "Відсутній необов'язковий індекс\"%s\" у таблиці \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У базі даних відсутні деякі індекси. Через те, що додавання індексів у великі таблиці могло зайняти деякий час, їх не було створено автоматично. Для створення індексів вручну, будь ласка, виконайте команду \"occ db:add-missing-indices\". Після додавання індексів запити до цих таблиць зазвичай виконуються набагато швидше.", "Database missing primary keys" : "Відсутні первинні ключі у базі даних", "Missing primary key on table \"%s\"." : "Відсутній первинний ключ у таблиці \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "У базі даних відсутні деякі первинні ключі. Через те, що додавання первинних ключів у великі таблиці може зайняти деякий час, вони не додаються автоматично. Для створення первинних ключей, будь ласка, виконайте команду \"occ db:add-missing-primary-keys\".", @@ -179,8 +177,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Сервер не має налаштованого часу початку завдань з обслуговування. Це означає, що ресурсомісткі щоденні фонові роботи також будуть виконуватися протягом основного часу використання. Рекомендуємо встановити його у час найнижчого користування хмарою, щоб користувачі менше відчували зменшення продуктивності, яке може спостерігатися у зв'язку із завданнями з обслуговування.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Часовий проміжок для виконання ресурсомістких завдань встановлено від {start}:00 UTC до {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached налаштовано як розподілений кеш, але встановлено неправильний модуль PHP \"memcache\". \\OC\\Memcache\\Memcached підтримує лише «memcached», а не «memcache».", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached налаштований як розподілений кеш, але модуль PHP \"memcached\" не встановлено.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Відсутні налаштування кешування пам'яти. Для кращої продуктивности рекомендуємо налаштувати memcache, якщо доступний.", "Configured" : "Налаштовано", "MySQL Unicode support" : "Підтримка юнікоду в MySQL", @@ -235,10 +231,8 @@ OC.L10N.register( "Configuration file access rights" : "Дозволи доступу до конфігураційного файлу", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Увімкнена конфігурація тільки для читання. Це запобігає встановленню деяких опцій через вебінтерфейс. Крім того, для кожного оновлення файл повинен бути зроблений з доступом на запис.", "Nextcloud configuration file is writable" : "Файл конфігурації Nextcloud доступний для запису", + "HTTP headers" : "Заголовки HTTP", "Database version" : "Версія бази даних", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Використовується версія MariaDB \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MariaDB 10.2 або вище.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Використовується версія MySQL \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MySQL 8.0 або MariaDB 10.2 або вище.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Використовується версія PostgreSQL \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують PostgreSQL 9.6 або вище.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Наразі SQLite використовується як база даних. Для більш продуктивних примірників рекомендується переключитися на іншу базу даних. Зокрема це рекомендується у разі використання клієнтів синхронізації файлів для робочих станцій. Щоб мігрувати до іншої бази даних, використовуйте інструмент командного рядка: \"occ db:convert-type\".", "Unknown database platform" : "Невідома платформа бази даних", "Architecture" : "Архітектура", @@ -302,10 +296,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Встановіть типовий термін дії спільних ресурсів за посиланням або електронною поштою", "Default expiration time of shares in days" : "Типовий термін дії спільних ресурсів у днях", "Privacy settings for sharing" : "Налаштування конфіденційності для спільного доступу", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Дозволити автозаповнення імени користувача в діалоговому вікні спільного доступу, дозволити доступ до системної адресної книги", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Якщо увімкнуто автозавершення у \"тій самій групі\" та \"на основі інтеграції номеру телефону\", збігу в одному з таких критеріїв буде достатньо для показу користувача.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Дозволити автозаповнення імени користувача в групах користувачів, обмежити доступ до системних адресних книг лише для цих груп", - "Allow username autocompletion to users based on phone number integration" : "Дозволити користувачам автозаповнення імени користувача на основі інтеграції номера телефону", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Дозволити автозаповнення під час введення повного імені або адреси електронної пошти (ігнорування відсутніх збігів телефонної книги та перебування в одній групі)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Показувати текст застереження на сторінці завантаження загальнодоступного посилання (відображається, лише якщо список файлів приховано)", "Disclaimer text" : "Текст відмови від відповідальності", @@ -348,6 +339,9 @@ OC.L10N.register( "Loading" : "Завантаження", "Could not render element" : "Не вдалося показати елемент", "Carousel" : "Карусель", + "Previous slide" : "Попередній слайд", + "Next slide" : "Наступний слайд", + "Choose slide to display" : "Виберіть слайд для показу", "Description" : "Опис", "Details" : "Деталі", "All" : "Всі", @@ -366,9 +360,11 @@ OC.L10N.register( "Report a bug" : "Повідомити про помилку", "Request feature" : "Запит на удосконалення", "Ask questions or discuss" : "Ставте запитання або обговорюйте", + "Rate the app" : "Оцініть додаток", "Rate" : "Рейтинг", "View in store" : "Переглянути у крамниці застосунків", "Visit website" : "Перейти на вебсайт", + "Usage documentation" : "Документація користувача", "Admin documentation" : "Документація адміністратора", "Developer documentation" : "Документація для розробника", "Changelog" : "Зміни", @@ -418,6 +414,7 @@ OC.L10N.register( "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Потрібне розширення PHP POSIX. Перегляньте {linkstart}документацію PHP{linkend} для уточнення деталей.", "Unable to update background job mode" : "Не вдалося оновити фоновий режим завдання", "Profile" : "Профіль", + "Enable or disable profile by default for new accounts." : "Увімкнути або вимкнути стандартний профіль для нових акаунтів.", "Enable" : "Увімкнути", "Unable to update profile default setting" : "Не вдалося оновити стандартні налаштування профілю", "Failed to save setting" : "Не вдалося зберегти налаштування", @@ -516,43 +513,29 @@ OC.L10N.register( "Common languages" : "Основні мови", "Other languages" : "Інші мови", "Password change is disabled because the master key is disabled" : "Зміну пароля вимкнено, оскільки майстер-ключ відключений", - "New user" : "Новий користувач", + "New account" : "Новий обліковий запис", "Display name" : "Ім'я для показу", "Either password or email is required" : "Потрібно зазначити або пароль, або адресу ел.пошти", "Password (required)" : "Пароль (обов'язково)", "Email (required)" : "Ел. пошта (обов'язково)", "Email" : "E-mail", "Groups (required)" : "Групи (обов'язково)", - "Set user groups" : "Створити групи користувачів", "Administered groups" : "Адміністровані групи", - "Set user as admin for …" : "Встановити користувача адміністратором для ...", "Quota" : "Квота", - "Set user quota" : "Встановити квоту для користувача", "Language" : "Мова", "Set default language" : "Встановити типову мову", "Manager" : "Менеджер", - "Add new user" : "Додати нового користувача", - "Set user manager" : "Встановити менеджера користувача", - "Username will be autogenerated" : "Ім'я користувача буде автоматично створено", - "Username (required)" : "Ім'я користувача (обов'язково)", "Total rows summary" : "Загалом рядків", - "Loading users …" : "Завантаження користувачів ...", "Scroll to load more rows" : "Прокрутіть для завантаження наступних записів", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} користувач …","{userCount} користувача …","{userCount} користувачів …","{userCount} користувачів …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} користувач","{userCount} користувача","{userCount} користувачів","{userCount} користувачів"], "Avatar" : "Світлина", - "Username" : "Ім'я користувача", "Group admin for" : "Адміністратор групи", - "User backend" : "Сервер користувача", "Storage location" : "Місце розташування сховища", "Last login" : "Останній вхід", - "User actions" : "Дії користувачів", "Password or insufficient permissions message" : "Повідомлення про потребу ввести пароль або недостатній рівень доступу", "Loading account …" : "Завантаження облікового запису ...", "Change display name" : "Зміни ім'я для показу", "Set new password" : "Встановіть новий пароль", "Set new email address" : "Встановіть нову адресу електронної пошти", - "Add user to group" : "Додати користувача до групи", "Add account to group" : "Додати обліковий запис до групи", "Set account as admin for" : "Встановити адміністратором для", "Select account quota" : "Встановити квоту", @@ -560,6 +543,7 @@ OC.L10N.register( "Set line manager" : "Встановити безпосереднього начальника", "{size} used" : "{size} використано", "Delete account" : "Вилучити обліковий запис", + "Disconnect all devices and delete local data" : "Від'єднайте всі пристрої та видаліть локальні дані", "Disable account" : "Вимкнути обліковий запис", "Enable account" : "Увімкнути обліковий запис", "Resend welcome email" : "Надіслати запрошення ще раз", @@ -574,6 +558,7 @@ OC.L10N.register( "Password was successfully changed" : "Ім'я для показу успішно змінено", "Email was successfully changed" : "Адресу електронної пошти успішно змінено", "Welcome mail sent!" : "Запрошення надіслано!", + "Toggle account actions menu" : "Переключити меню дій облікового запису", "Done" : "Готово", "Edit" : "Редагувати", "Visibility" : "Видимість", @@ -610,7 +595,6 @@ OC.L10N.register( "Disabled accounts" : "Вимкнені облікові записи", "Account group: {group}" : "Група облікового запису: {group}", "Account management" : "Керування обліковими записами", - "New account" : "Новий обліковий запис", "Creating group…" : "Створення групи...", "Create group" : "Створити групу", "Group name" : "Назва групи", @@ -725,6 +709,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Є деякі сертифікати SSL, імпортовані користувачем, які більше не використовуються з Nextcloud 21. Їх можна імпортувати в командному рядку за допомогою команди «occ security:certificates:import». Їхні шляхи всередині каталогу даних показано нижче.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Знайдено недійсні UUID користувачів або груп LDAP. Будь ласка, перегляньте свої параметри «Перевизначити виявлення UUID» у експертній частині конфігурації LDAP і використовуйте «occ ldap:update-uuid», щоб оновити їх.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Синхронізація системної адресної книги DAV ще не запускалася, оскільки, або ваша система вже має понад 1000 користувачів, або сталася помилка. Будь ласка, запустіть синхронізацію вручну за допомогою команди \"occ dav:sync-system-addressbook\".", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Використовується версія MariaDB \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MariaDB 10.2 або вище.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Використовується версія MySQL \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MySQL 8.0 або MariaDB 10.2 або вище.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Використовується версія PostgreSQL \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують PostgreSQL 9.6 або вище.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторну авторизацію можна примусово визначити як для всіх користувачів, так й для окремих груп. Якщо такі користувачі не визначили постачальника двофакторної авторизації, то вони не зможуть увійти до хмари.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Коли групи вибрано/виключено, вони використовують таку логіку, щоб визначити, чи застосовано для користувача 2FA: якщо не вибрано жодної групи, 2FA ввімкнено для всіх, крім членів виключених груп. Якщо вибрано групи, для всіх учасників увімкнено 2FA. Якщо користувач одночасно входить до вибраної та виключеної групи, вибраний має пріоритет і застосовується 2FA.", "Enable all" : "Увімкнути все", @@ -739,6 +726,7 @@ OC.L10N.register( "Error while deleting the token" : "Помилка при вилученні токену", "Use the credentials below to configure your app or device." : "Використовуйте наведені нижче облікові дані, щоб налаштувати ваш застосунок або пристрій.", "For security reasons this password will only be shown once." : "З міркувань безпеки цей пароль буде показано лише один раз.", + "Username" : "Ім'я користувача", "Copied!" : "Скопійовано!", "Copy" : "Копіювати", "Execute one task with each page loaded. Use case: Single user instance." : "Виконуватиметься лише одне завдання під час завантаження сторінки. Приклад використання: сервер з лише одним користувачем.", @@ -758,6 +746,7 @@ OC.L10N.register( "Edit display name" : "Редагувати ім'я для показу", "Add new password" : "Встановити новий пароль", "Add new email address" : "Додати нову адресу електронної пошти", + "Add user to group" : "Додати користувача до групи", "Set user as admin for" : "Встановити користувача як адміністратора для", "Select user quota" : "Виберіть квоту користувача", "Select manager" : "Виберіть менеджера", @@ -768,9 +757,11 @@ OC.L10N.register( "Enable user" : "Увімкнути користувача", "Edit User" : "Редагувати користувача", "User's table" : "Таблиця користувача", + "New user" : "Новий користувач", "Will be autogenerated" : "Буде створено автоматично", "Select user manager" : "Виберіть менеджера користувача", "Add a new user" : "Додати нового користувача", + "User backend" : "Сервер користувача", "No users in here" : "Немає користувачів", "Name your device" : "Дайте назву вашому пристрою", "Server error while trying to add WebAuthn device" : "Помилка сервера під час спроби додати пристрій WebAuthn", @@ -798,14 +789,30 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Виключити такі групи зі створення посилань спільного доступу:", "Exclude groups from sharing" : "Виключити групи зі спільного доступу", "These groups will still be able to receive shares, but not to initiate them." : "Ці групи зможуть отримувати спільні файли, але не зможуть створювати їх.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Дозволити автозаповнення імени користувача в діалоговому вікні спільного доступу, дозволити доступ до системної адресної книги", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Дозволити автозаповнення імени користувача в групах користувачів, обмежити доступ до системних адресних книг лише для цих груп", + "Allow username autocompletion to users based on phone number integration" : "Дозволити користувачам автозаповнення імени користувача на основі інтеграції номера телефону", "Old user imported certificates" : "Старі сертифікати, які було імпортовано користувачами", + "Missing optional index \"%s\" in table \"%s\"." : "Відсутній необов'язковий індекс\"%s\" у таблиці \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У базі даних відсутні деякі індекси. Через те, що додавання індексів у великі таблиці могло зайняти деякий час, їх не було створено автоматично. Для створення індексів вручну, будь ласка, виконайте команду \"occ db:add-missing-indices\". Після додавання індексів запити до цих таблиць зазвичай виконуються набагато швидше.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Неможливо перевірити наявність підтримки JavaScript. Будь ласка, перевірте вручну, чи ваш вебсервер обслуговує файли `.mjs` за допомогою типу MIME для JavaScript.", "Overwrite cli URL" : "Перезаписати CLI URL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "У вас встановлено PHP версії %s. Починаючи з версії Nextcloud 27, PHP 8.0 вже вважається застарілим. Версія Nextcloud 28 може вимагати версію PHP 8.1 та вище. Просимо якнайшвидше оновити версію PHP від PHP Group до офіційно підтримуваної.", "Rating: {score}/10" : "Рейтинг: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Ви намагаєтеся вилучити групу \"{group}\". Користувачів такої групи не буде вилучено.", "No users" : "Відсутні користувачі", + "Loading users …" : "Завантаження користувачів ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Список користувачів. З міркувань обмеження обчислювальних потужностей список не буде повністю подаватися, але відображатиметься під час прокручування.", + "Set user groups" : "Створити групи користувачів", + "Set user as admin for …" : "Встановити користувача адміністратором для ...", + "Set user quota" : "Встановити квоту для користувача", + "Add new user" : "Додати нового користувача", + "Set user manager" : "Встановити менеджера користувача", + "Username will be autogenerated" : "Ім'я користувача буде автоматично створено", + "Username (required)" : "Ім'я користувача (обов'язково)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} користувач …","{userCount} користувача …","{userCount} користувачів …","{userCount} користувачів …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} користувач","{userCount} користувача","{userCount} користувачів","{userCount} користувачів"], + "User actions" : "Дії користувачів", "Loading user …" : "Завантаження користувачів ...", "Failed to update user manager" : "Неможливо оновити менеджера користувача", "User management settings" : "Налаштування", diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json index 7f654420457..66ecf052442 100644 --- a/apps/settings/l10n/uk.json +++ b/apps/settings/l10n/uk.json @@ -141,8 +141,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "Відсутні необов'язкові стовпці \"%s\" у таблиці \"%s\".", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "У базі даних відсутні деякі необов’язкові стовпці. Через те, що додавання стовпців у великі таблиці може зайняти деякий час, вони не додаються автоматично, коли вони можуть бути необов’язковими. Для створення відсутніх стовпців, будь ласка, виконайте команду \"occ db:add-missing-columns\". Після додавання стовпців деякі функції можуть покращити реагування та зручність використання.", "Database missing indices" : "Відсутні індекси у базі даних", - "Missing optional index \"%s\" in table \"%s\"." : "Відсутній необов'язковий індекс\"%s\" у таблиці \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У базі даних відсутні деякі індекси. Через те, що додавання індексів у великі таблиці могло зайняти деякий час, їх не було створено автоматично. Для створення індексів вручну, будь ласка, виконайте команду \"occ db:add-missing-indices\". Після додавання індексів запити до цих таблиць зазвичай виконуються набагато швидше.", "Database missing primary keys" : "Відсутні первинні ключі у базі даних", "Missing primary key on table \"%s\"." : "Відсутній первинний ключ у таблиці \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "У базі даних відсутні деякі первинні ключі. Через те, що додавання первинних ключів у великі таблиці може зайняти деякий час, вони не додаються автоматично. Для створення первинних ключей, будь ласка, виконайте команду \"occ db:add-missing-primary-keys\".", @@ -177,8 +175,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "Сервер не має налаштованого часу початку завдань з обслуговування. Це означає, що ресурсомісткі щоденні фонові роботи також будуть виконуватися протягом основного часу використання. Рекомендуємо встановити його у час найнижчого користування хмарою, щоб користувачі менше відчували зменшення продуктивності, яке може спостерігатися у зв'язку із завданнями з обслуговування.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Часовий проміжок для виконання ресурсомістких завдань встановлено від {start}:00 UTC до {end}:00 UTC", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached налаштовано як розподілений кеш, але встановлено неправильний модуль PHP \"memcache\". \\OC\\Memcache\\Memcached підтримує лише «memcached», а не «memcache».", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "Memcached налаштований як розподілений кеш, але модуль PHP \"memcached\" не встановлено.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Відсутні налаштування кешування пам'яти. Для кращої продуктивности рекомендуємо налаштувати memcache, якщо доступний.", "Configured" : "Налаштовано", "MySQL Unicode support" : "Підтримка юнікоду в MySQL", @@ -233,10 +229,8 @@ "Configuration file access rights" : "Дозволи доступу до конфігураційного файлу", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Увімкнена конфігурація тільки для читання. Це запобігає встановленню деяких опцій через вебінтерфейс. Крім того, для кожного оновлення файл повинен бути зроблений з доступом на запис.", "Nextcloud configuration file is writable" : "Файл конфігурації Nextcloud доступний для запису", + "HTTP headers" : "Заголовки HTTP", "Database version" : "Версія бази даних", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Використовується версія MariaDB \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MariaDB 10.2 або вище.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Використовується версія MySQL \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MySQL 8.0 або MariaDB 10.2 або вище.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Використовується версія PostgreSQL \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують PostgreSQL 9.6 або вище.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "Наразі SQLite використовується як база даних. Для більш продуктивних примірників рекомендується переключитися на іншу базу даних. Зокрема це рекомендується у разі використання клієнтів синхронізації файлів для робочих станцій. Щоб мігрувати до іншої бази даних, використовуйте інструмент командного рядка: \"occ db:convert-type\".", "Unknown database platform" : "Невідома платформа бази даних", "Architecture" : "Архітектура", @@ -300,10 +294,7 @@ "Set default expiration date for shares via link or mail" : "Встановіть типовий термін дії спільних ресурсів за посиланням або електронною поштою", "Default expiration time of shares in days" : "Типовий термін дії спільних ресурсів у днях", "Privacy settings for sharing" : "Налаштування конфіденційності для спільного доступу", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Дозволити автозаповнення імени користувача в діалоговому вікні спільного доступу, дозволити доступ до системної адресної книги", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Якщо увімкнуто автозавершення у \"тій самій групі\" та \"на основі інтеграції номеру телефону\", збігу в одному з таких критеріїв буде достатньо для показу користувача.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Дозволити автозаповнення імени користувача в групах користувачів, обмежити доступ до системних адресних книг лише для цих груп", - "Allow username autocompletion to users based on phone number integration" : "Дозволити користувачам автозаповнення імени користувача на основі інтеграції номера телефону", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Дозволити автозаповнення під час введення повного імені або адреси електронної пошти (ігнорування відсутніх збігів телефонної книги та перебування в одній групі)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Показувати текст застереження на сторінці завантаження загальнодоступного посилання (відображається, лише якщо список файлів приховано)", "Disclaimer text" : "Текст відмови від відповідальності", @@ -346,6 +337,9 @@ "Loading" : "Завантаження", "Could not render element" : "Не вдалося показати елемент", "Carousel" : "Карусель", + "Previous slide" : "Попередній слайд", + "Next slide" : "Наступний слайд", + "Choose slide to display" : "Виберіть слайд для показу", "Description" : "Опис", "Details" : "Деталі", "All" : "Всі", @@ -364,9 +358,11 @@ "Report a bug" : "Повідомити про помилку", "Request feature" : "Запит на удосконалення", "Ask questions or discuss" : "Ставте запитання або обговорюйте", + "Rate the app" : "Оцініть додаток", "Rate" : "Рейтинг", "View in store" : "Переглянути у крамниці застосунків", "Visit website" : "Перейти на вебсайт", + "Usage documentation" : "Документація користувача", "Admin documentation" : "Документація адміністратора", "Developer documentation" : "Документація для розробника", "Changelog" : "Зміни", @@ -416,6 +412,7 @@ "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Потрібне розширення PHP POSIX. Перегляньте {linkstart}документацію PHP{linkend} для уточнення деталей.", "Unable to update background job mode" : "Не вдалося оновити фоновий режим завдання", "Profile" : "Профіль", + "Enable or disable profile by default for new accounts." : "Увімкнути або вимкнути стандартний профіль для нових акаунтів.", "Enable" : "Увімкнути", "Unable to update profile default setting" : "Не вдалося оновити стандартні налаштування профілю", "Failed to save setting" : "Не вдалося зберегти налаштування", @@ -514,43 +511,29 @@ "Common languages" : "Основні мови", "Other languages" : "Інші мови", "Password change is disabled because the master key is disabled" : "Зміну пароля вимкнено, оскільки майстер-ключ відключений", - "New user" : "Новий користувач", + "New account" : "Новий обліковий запис", "Display name" : "Ім'я для показу", "Either password or email is required" : "Потрібно зазначити або пароль, або адресу ел.пошти", "Password (required)" : "Пароль (обов'язково)", "Email (required)" : "Ел. пошта (обов'язково)", "Email" : "E-mail", "Groups (required)" : "Групи (обов'язково)", - "Set user groups" : "Створити групи користувачів", "Administered groups" : "Адміністровані групи", - "Set user as admin for …" : "Встановити користувача адміністратором для ...", "Quota" : "Квота", - "Set user quota" : "Встановити квоту для користувача", "Language" : "Мова", "Set default language" : "Встановити типову мову", "Manager" : "Менеджер", - "Add new user" : "Додати нового користувача", - "Set user manager" : "Встановити менеджера користувача", - "Username will be autogenerated" : "Ім'я користувача буде автоматично створено", - "Username (required)" : "Ім'я користувача (обов'язково)", "Total rows summary" : "Загалом рядків", - "Loading users …" : "Завантаження користувачів ...", "Scroll to load more rows" : "Прокрутіть для завантаження наступних записів", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} користувач …","{userCount} користувача …","{userCount} користувачів …","{userCount} користувачів …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} користувач","{userCount} користувача","{userCount} користувачів","{userCount} користувачів"], "Avatar" : "Світлина", - "Username" : "Ім'я користувача", "Group admin for" : "Адміністратор групи", - "User backend" : "Сервер користувача", "Storage location" : "Місце розташування сховища", "Last login" : "Останній вхід", - "User actions" : "Дії користувачів", "Password or insufficient permissions message" : "Повідомлення про потребу ввести пароль або недостатній рівень доступу", "Loading account …" : "Завантаження облікового запису ...", "Change display name" : "Зміни ім'я для показу", "Set new password" : "Встановіть новий пароль", "Set new email address" : "Встановіть нову адресу електронної пошти", - "Add user to group" : "Додати користувача до групи", "Add account to group" : "Додати обліковий запис до групи", "Set account as admin for" : "Встановити адміністратором для", "Select account quota" : "Встановити квоту", @@ -558,6 +541,7 @@ "Set line manager" : "Встановити безпосереднього начальника", "{size} used" : "{size} використано", "Delete account" : "Вилучити обліковий запис", + "Disconnect all devices and delete local data" : "Від'єднайте всі пристрої та видаліть локальні дані", "Disable account" : "Вимкнути обліковий запис", "Enable account" : "Увімкнути обліковий запис", "Resend welcome email" : "Надіслати запрошення ще раз", @@ -572,6 +556,7 @@ "Password was successfully changed" : "Ім'я для показу успішно змінено", "Email was successfully changed" : "Адресу електронної пошти успішно змінено", "Welcome mail sent!" : "Запрошення надіслано!", + "Toggle account actions menu" : "Переключити меню дій облікового запису", "Done" : "Готово", "Edit" : "Редагувати", "Visibility" : "Видимість", @@ -608,7 +593,6 @@ "Disabled accounts" : "Вимкнені облікові записи", "Account group: {group}" : "Група облікового запису: {group}", "Account management" : "Керування обліковими записами", - "New account" : "Новий обліковий запис", "Creating group…" : "Створення групи...", "Create group" : "Створити групу", "Group name" : "Назва групи", @@ -723,6 +707,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Є деякі сертифікати SSL, імпортовані користувачем, які більше не використовуються з Nextcloud 21. Їх можна імпортувати в командному рядку за допомогою команди «occ security:certificates:import». Їхні шляхи всередині каталогу даних показано нижче.", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Знайдено недійсні UUID користувачів або груп LDAP. Будь ласка, перегляньте свої параметри «Перевизначити виявлення UUID» у експертній частині конфігурації LDAP і використовуйте «occ ldap:update-uuid», щоб оновити їх.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Синхронізація системної адресної книги DAV ще не запускалася, оскільки, або ваша система вже має понад 1000 користувачів, або сталася помилка. Будь ласка, запустіть синхронізацію вручну за допомогою команди \"occ dav:sync-system-addressbook\".", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Використовується версія MariaDB \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MariaDB 10.2 або вище.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Використовується версія MySQL \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MySQL 8.0 або MariaDB 10.2 або вище.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Використовується версія PostgreSQL \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують PostgreSQL 9.6 або вище.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторну авторизацію можна примусово визначити як для всіх користувачів, так й для окремих груп. Якщо такі користувачі не визначили постачальника двофакторної авторизації, то вони не зможуть увійти до хмари.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Коли групи вибрано/виключено, вони використовують таку логіку, щоб визначити, чи застосовано для користувача 2FA: якщо не вибрано жодної групи, 2FA ввімкнено для всіх, крім членів виключених груп. Якщо вибрано групи, для всіх учасників увімкнено 2FA. Якщо користувач одночасно входить до вибраної та виключеної групи, вибраний має пріоритет і застосовується 2FA.", "Enable all" : "Увімкнути все", @@ -737,6 +724,7 @@ "Error while deleting the token" : "Помилка при вилученні токену", "Use the credentials below to configure your app or device." : "Використовуйте наведені нижче облікові дані, щоб налаштувати ваш застосунок або пристрій.", "For security reasons this password will only be shown once." : "З міркувань безпеки цей пароль буде показано лише один раз.", + "Username" : "Ім'я користувача", "Copied!" : "Скопійовано!", "Copy" : "Копіювати", "Execute one task with each page loaded. Use case: Single user instance." : "Виконуватиметься лише одне завдання під час завантаження сторінки. Приклад використання: сервер з лише одним користувачем.", @@ -756,6 +744,7 @@ "Edit display name" : "Редагувати ім'я для показу", "Add new password" : "Встановити новий пароль", "Add new email address" : "Додати нову адресу електронної пошти", + "Add user to group" : "Додати користувача до групи", "Set user as admin for" : "Встановити користувача як адміністратора для", "Select user quota" : "Виберіть квоту користувача", "Select manager" : "Виберіть менеджера", @@ -766,9 +755,11 @@ "Enable user" : "Увімкнути користувача", "Edit User" : "Редагувати користувача", "User's table" : "Таблиця користувача", + "New user" : "Новий користувач", "Will be autogenerated" : "Буде створено автоматично", "Select user manager" : "Виберіть менеджера користувача", "Add a new user" : "Додати нового користувача", + "User backend" : "Сервер користувача", "No users in here" : "Немає користувачів", "Name your device" : "Дайте назву вашому пристрою", "Server error while trying to add WebAuthn device" : "Помилка сервера під час спроби додати пристрій WebAuthn", @@ -796,14 +787,30 @@ "Exclude groups from creating link shares:" : "Виключити такі групи зі створення посилань спільного доступу:", "Exclude groups from sharing" : "Виключити групи зі спільного доступу", "These groups will still be able to receive shares, but not to initiate them." : "Ці групи зможуть отримувати спільні файли, але не зможуть створювати їх.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Дозволити автозаповнення імени користувача в діалоговому вікні спільного доступу, дозволити доступ до системної адресної книги", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Дозволити автозаповнення імени користувача в групах користувачів, обмежити доступ до системних адресних книг лише для цих груп", + "Allow username autocompletion to users based on phone number integration" : "Дозволити користувачам автозаповнення імени користувача на основі інтеграції номера телефону", "Old user imported certificates" : "Старі сертифікати, які було імпортовано користувачами", + "Missing optional index \"%s\" in table \"%s\"." : "Відсутній необов'язковий індекс\"%s\" у таблиці \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У базі даних відсутні деякі індекси. Через те, що додавання індексів у великі таблиці могло зайняти деякий час, їх не було створено автоматично. Для створення індексів вручну, будь ласка, виконайте команду \"occ db:add-missing-indices\". Після додавання індексів запити до цих таблиць зазвичай виконуються набагато швидше.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Неможливо перевірити наявність підтримки JavaScript. Будь ласка, перевірте вручну, чи ваш вебсервер обслуговує файли `.mjs` за допомогою типу MIME для JavaScript.", "Overwrite cli URL" : "Перезаписати CLI URL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "У вас встановлено PHP версії %s. Починаючи з версії Nextcloud 27, PHP 8.0 вже вважається застарілим. Версія Nextcloud 28 може вимагати версію PHP 8.1 та вище. Просимо якнайшвидше оновити версію PHP від PHP Group до офіційно підтримуваної.", "Rating: {score}/10" : "Рейтинг: {score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Ви намагаєтеся вилучити групу \"{group}\". Користувачів такої групи не буде вилучено.", "No users" : "Відсутні користувачі", + "Loading users …" : "Завантаження користувачів ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Список користувачів. З міркувань обмеження обчислювальних потужностей список не буде повністю подаватися, але відображатиметься під час прокручування.", + "Set user groups" : "Створити групи користувачів", + "Set user as admin for …" : "Встановити користувача адміністратором для ...", + "Set user quota" : "Встановити квоту для користувача", + "Add new user" : "Додати нового користувача", + "Set user manager" : "Встановити менеджера користувача", + "Username will be autogenerated" : "Ім'я користувача буде автоматично створено", + "Username (required)" : "Ім'я користувача (обов'язково)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} користувач …","{userCount} користувача …","{userCount} користувачів …","{userCount} користувачів …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} користувач","{userCount} користувача","{userCount} користувачів","{userCount} користувачів"], + "User actions" : "Дії користувачів", "Loading user …" : "Завантаження користувачів ...", "Failed to update user manager" : "Неможливо оновити менеджера користувача", "User management settings" : "Налаштування", diff --git a/apps/settings/l10n/vi.js b/apps/settings/l10n/vi.js index 012e7a4f817..364bf75df93 100644 --- a/apps/settings/l10n/vi.js +++ b/apps/settings/l10n/vi.js @@ -118,7 +118,6 @@ OC.L10N.register( "Verifying" : "Đang xác minh", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Thư mục dữ liệu và tệp của bạn có thể truy cập được từ internet. Tệp .htaccess không hoạt động. Chúng tôi khuyên bạn nên cấu hình máy chủ web của mình để thư mục dữ liệu không thể truy cập được nữa hoặc di chuyển thư mục dữ liệu ra ngoài thư mục gốc tài liệu máy chủ web.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Cơ sở dữ liệu thiếu một số cột tùy chọn. Do thực tế là việc thêm cột trên các bảng lớn có thể mất một chút thời gian, chúng không được thêm tự động khi chúng có thể là tùy chọn. Bằng cách chạy \"occ db:add-missing-columns\", các cột bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy. Sau khi các cột được thêm vào, một số tính năng có thể cải thiện khả năng phản hồi hoặc khả năng sử dụng.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Cơ sở dữ liệu thiếu một số mục. Do thực tế là việc thêm mục trên các bảng lớn có thể mất một chút thời gian, chúng không được thêm tự động. Bằng cách chạy \"occ db:add-missing-indices\", các mục bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy. Sau khi các mục được thêm vào, các truy vấn vào các bảng đó thường nhanh hơn nhiều.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Cơ sở dữ liệu thiếu một số khóa chính. Do thực tế là việc thêm các khóa chính trên các bảng lớn có thể mất một thời gian, chúng không được thêm tự động. Bằng cách chạy \"occ db:add-missing-primary-keys\", các khóa chính bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy.", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Phiên bản này đang chạy ở chế độ gỡ lỗi. Chỉ kích hoạt điều này cho sự phát triển của địa phương chứ không phải trong môi trường sản xuất.", "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "Cài đặt của bạn chưa đặt vùng điện thoại mặc định. Điều này là bắt buộc để xác thực số điện thoại trong cài đặt hồ sơ mà không cần mã quốc gia. Để cho phép các số không có mã quốc gia, vui lòng thêm 'default_phone_khu vực' với mã ISO 3166-1 tương ứng của khu vực vào tệp cấu hình của bạn.", @@ -136,9 +135,6 @@ OC.L10N.register( "You are currently running PHP %s." : "Bạn hiện đang chạy PHP %s.", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Cấu hình chỉ đọc đã được bật. Điều này ngăn thiết lập một số cấu hình thông qua giao diện web. Hơn nữa, tệp cần được ghi theo cách thủ công cho mỗi lần cập nhật.", "Nextcloud configuration file is writable" : "Tệp cấu hình Nextcloud có thể ghi được", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Phiên bản MariaDB \"%s\" được sử dụng. Nextcloud 21 trở lên không hỗ trợ phiên bản này và yêu cầu MariaDB 10.2 trở lên.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Phiên bản MySQL \"%s\" được sử dụng. Nextcloud 21 trở lên không hỗ trợ phiên bản này và yêu cầu MySQL 8.0 hoặc MariaDB 10.2 trở lên.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Phiên bản PostgreSQL \"%s\" được sử dụng. Nextcloud 21 trở lên không hỗ trợ phiên bản này và yêu cầu PostgreSQL 9.6 trở lên.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Cơ sở dữ liệu của bạn không chạy với mức cô lập giao dịch \"READ COMMITTED\". Điều này có thể gây ra sự cố khi nhiều hành động được thực thi song song.", "Profile information" : "Thông tin cá nhân", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Ảnh hồ sơ, tên đầy đủ, email, số điện thoại, địa chỉ, trang web, Twitter, tổ chức, vai trò, tiêu đề, tiểu sử và liệu hồ sơ của bạn có được bật hay không", @@ -169,10 +165,7 @@ OC.L10N.register( "Set default expiration date for shares" : "Đặt ngày hết hạn mặc định cho cổ phiếu", "Enforce expiration date" : "Buộc có ngày hết hạn", "Set default expiration date for shares to other servers" : "Đặt ngày hết hạn mặc định cho việc chia sẻ sang các máy chủ khác", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Cho phép tự động hoàn thành tên người dùng trong hộp thoại chia sẻ và cho phép truy cập vào sổ địa chỉ hệ thống", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Nếu tính năng tự động hoàn thành \"cùng nhóm\" và \"tích hợp số điện thoại\" được bật thì kết quả khớp trong cả hai đều đủ để hiển thị cho người dùng.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Cho phép tự động hoàn thành tên người dùng đối với người dùng trong cùng nhóm và giới hạn sổ địa chỉ hệ thống đối với người dùng trong cùng nhóm", - "Allow username autocompletion to users based on phone number integration" : "Cho phép tự động hoàn thành tên người dùng cho người dùng dựa trên tích hợp số điện thoại", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Cho phép tự động điền khi nhập họ tên hoặc địa chỉ email (bỏ qua trùng danh bạ bị thiếu và thuộc cùng một nhóm)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Hiển thị văn bản từ chối trách nhiệm trên trang tải lên liên kết công khai (chỉ hiển thị khi danh sách tệp bị ẩn)", "This text will be shown on the public link upload page when the file list is hidden." : "Văn bản này sẽ được hiển thị trên trang tải lên liên kết công khai khi danh sách tệp bị ẩn.", @@ -347,42 +340,28 @@ OC.L10N.register( "Common languages" : "Ngôn ngữ thông dụng", "Other languages" : "Những ngôn ngữ khác", "Password change is disabled because the master key is disabled" : "Thay đổi mật khẩu bị vô hiệu hóa vì khóa chính bị vô hiệu hóa", - "New user" : "Người dùng mới", "Display name" : "Tên hiển thị", "Either password or email is required" : "Cần có mật khẩu hoặc email", "Password (required)" : "Mật khẩu (được yêu câu)", "Email (required)" : "Email (bắt buộc)", "Email" : "Email", "Groups (required)" : "Nhóm (bắt buộc)", - "Set user groups" : "Đặt nhóm người dùng", "Administered groups" : "Nhóm được quản lý", - "Set user as admin for …" : "Đặt người dùng làm quản trị viên cho…", "Quota" : "Hạn ngạch", - "Set user quota" : "Đặt hạn ngạch người dùng", "Language" : "Ngôn ngữ", "Set default language" : "Đặt ngôn ngữ mặc định", "Manager" : "Giám đốc", - "Add new user" : "Thêm người dùng mới", - "Set user manager" : "Đặt trình quản lý người dùng", - "Username will be autogenerated" : "Tên người dùng sẽ được tạo tự động", - "Username (required)" : "Tên người dùng (bắt buộc)", "Total rows summary" : "Tóm tắt tổng số hàng", - "Loading users …" : "Đang tải người dùng…", "Scroll to load more rows" : "Cuộn để tải thêm hàng", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} người dùng…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} người dùng"], "Avatar" : "Hình đại diện", - "Username" : "Tên đăng nhập", "Group admin for" : "Quản trị viên nhóm", - "User backend" : "Trang cài đặt người dùng", "Storage location" : "Khu vực lưu trữ", "Last login" : "Lần đăng nhập cuối", - "User actions" : "Hành động của người dùng", + "Account actions" : "Hành động với tài khoản", "Password or insufficient permissions message" : "Mật khẩu hoặc thông báo không đủ quyền", "Change display name" : "Thay đổi tên hiển thị", "Set new password" : "Đặt mật khẩu mới", "Set new email address" : "Đặt địa chỉ email mới", - "Add user to group" : "Thêm người dùng vào nhóm", "Set the language" : "Đặt ngôn ngữ", "{size} used" : "{size} đã sử dụng", "Delete account" : "Xóa tài khoản", @@ -512,6 +491,9 @@ OC.L10N.register( "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Một công việc nền đang chờ xử lý để kiểm tra chứng chỉ SSL đã nhập của người dùng. Vui lòng kiểm tra lại sau.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Có một số chứng chỉ SSL do người dùng nhập hiện không còn được sử dụng với Nextcloud 21. Chúng có thể được nhập trên dòng lệnh thông qua lệnh \"occ security:certificates:import\". Đường dẫn của chúng bên trong thư mục dữ liệu được hiển thị bên dưới.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Đồng bộ sổ địa chỉ hệ thống DAV chưa chạy vì phiên bản của bạn có hơn 1000 người dùng hoặc do đã xảy ra lỗi. Vui lòng chạy thủ công bằng cách gọi occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Phiên bản MariaDB \"%s\" được sử dụng. Nextcloud 21 trở lên không hỗ trợ phiên bản này và yêu cầu MariaDB 10.2 trở lên.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Phiên bản MySQL \"%s\" được sử dụng. Nextcloud 21 trở lên không hỗ trợ phiên bản này và yêu cầu MySQL 8.0 hoặc MariaDB 10.2 trở lên.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Phiên bản PostgreSQL \"%s\" được sử dụng. Nextcloud 21 trở lên không hỗ trợ phiên bản này và yêu cầu PostgreSQL 9.6 trở lên.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Xác thực hai yếu tố có thể được thực thi cho tất cả người dùng và các nhóm cụ thể. Nếu họ không cấu hình nhà cung cấp hai yếu tố, họ sẽ không thể đăng nhập vào hệ thống.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Khi các nhóm được chọn / loại trừ, họ sử dụng logic sau để xác định xem người dùng có thực thi 2FA hay không: Nếu không có nhóm nào được chọn, 2FA được bật cho mọi người trừ các thành viên của các nhóm bị loại trừ. Nếu các nhóm được chọn, 2FA được bật cho tất cả các thành viên trong số này. Nếu người dùng ở cả hai nhóm được chọn và bị loại trừ, quyền được chọn sẽ được ưu tiên và 2FA được thi hành.", "Enable all" : "Kích hoạt tất cả", @@ -524,6 +506,7 @@ OC.L10N.register( "Error while deleting the token" : "Lỗi trong khi xóa mã thông báo", "Use the credentials below to configure your app or device." : "Sử dụng thông tin đăng nhập dưới đây để định cấu hình ứng dụng hoặc thiết bị của bạn.", "For security reasons this password will only be shown once." : "Vì lý do bảo mật, mật khẩu này sẽ chỉ được hiển thị một lần.", + "Username" : "Tên đăng nhập", "Copied!" : "Đã sao chép!", "Copy" : "Sao chép", "Execute one task with each page loaded. Use case: Single user instance." : "Thực hiện một tác vụ với mỗi trang được tải. Trường hợp sử dụng: Phiên bản người dùng duy nhất.", @@ -542,6 +525,7 @@ OC.L10N.register( "Edit display name" : "Chỉnh sửa tên hiển thị", "Add new password" : "Thêm mật khẩu mới", "Add new email address" : "Thêm địa chỉ email mới", + "Add user to group" : "Thêm người dùng vào nhóm", "Set user as admin for" : "Đặt người dùng làm quản trị viên cho", "Select user quota" : "Chọn hạn ngạch người dùng", "Select manager" : "Chọn người quản lý", @@ -552,9 +536,11 @@ OC.L10N.register( "Enable user" : "Kích hoạt người dùng", "Edit User" : "Chỉnh sửa người dùng", "User's table" : "Bảng của người dùng", + "New user" : "Người dùng mới", "Will be autogenerated" : "Sẽ được tạo tự động", "Select user manager" : "Chọn người quản lý người dùng", "Add a new user" : "Thêm người dùng mới", + "User backend" : "Trang cài đặt người dùng", "No users in here" : "Không có người dùng nào tại đây", "Name your device" : "Đặt tên cho thiết bị của bạn", "Server error while trying to add WebAuthn device" : "Lỗi máy chủ khi cố gắng thêm thiết bị WebAuthn", @@ -582,10 +568,25 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "Loại trừ các nhóm tạo chia sẻ liên kết:", "Exclude groups from sharing" : "Loại trừ các nhóm khỏi việc chia sẻ", "These groups will still be able to receive shares, but not to initiate them." : "Các nhóm này vẫn có thể nhận được lượt chia sẻ nhưng không thể bắt đầu chia sẻ.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Cho phép tự động hoàn thành tên người dùng trong hộp thoại chia sẻ và cho phép truy cập vào sổ địa chỉ hệ thống", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Cho phép tự động hoàn thành tên người dùng đối với người dùng trong cùng nhóm và giới hạn sổ địa chỉ hệ thống đối với người dùng trong cùng nhóm", + "Allow username autocompletion to users based on phone number integration" : "Cho phép tự động hoàn thành tên người dùng cho người dùng dựa trên tích hợp số điện thoại", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Cơ sở dữ liệu thiếu một số mục. Do thực tế là việc thêm mục trên các bảng lớn có thể mất một chút thời gian, chúng không được thêm tự động. Bằng cách chạy \"occ db:add-missing-indices\", các mục bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy. Sau khi các mục được thêm vào, các truy vấn vào các bảng đó thường nhanh hơn nhiều.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Bạn hiện đang chạy PHP %s. PHP 8.0 hiện không được dùng nữa trong Nextcloud 27. Nextcloud 28 có thể yêu cầu ít nhất PHP 8.1. Vui lòng nâng cấp lên một trong các phiên bản PHP được hỗ trợ chính thức do Nhóm PHP cung cấp càng sớm càng tốt.", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Bạn sắp xóa nhóm \"{group}\". Người dùng sẽ KHÔNG bị xóa.", "No users" : "Không có người dùng", + "Loading users …" : "Đang tải người dùng…", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Danh sách người dùng. Danh sách này không được hiển thị đầy đủ vì lý do hiệu suất. Người dùng sẽ được hiển thị khi bạn điều hướng qua danh sách.", + "Set user groups" : "Đặt nhóm người dùng", + "Set user as admin for …" : "Đặt người dùng làm quản trị viên cho…", + "Set user quota" : "Đặt hạn ngạch người dùng", + "Add new user" : "Thêm người dùng mới", + "Set user manager" : "Đặt trình quản lý người dùng", + "Username will be autogenerated" : "Tên người dùng sẽ được tạo tự động", + "Username (required)" : "Tên người dùng (bắt buộc)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} người dùng…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} người dùng"], + "User actions" : "Hành động của người dùng", "Loading user …" : "Đang tải người dùng…", "Failed to update user manager" : "Không cập nhật được trình quản lý người dùng", "User management settings" : "Cài đặt quản lý người dùng", diff --git a/apps/settings/l10n/vi.json b/apps/settings/l10n/vi.json index e1fdeedeb38..e5494e800b5 100644 --- a/apps/settings/l10n/vi.json +++ b/apps/settings/l10n/vi.json @@ -116,7 +116,6 @@ "Verifying" : "Đang xác minh", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Thư mục dữ liệu và tệp của bạn có thể truy cập được từ internet. Tệp .htaccess không hoạt động. Chúng tôi khuyên bạn nên cấu hình máy chủ web của mình để thư mục dữ liệu không thể truy cập được nữa hoặc di chuyển thư mục dữ liệu ra ngoài thư mục gốc tài liệu máy chủ web.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Cơ sở dữ liệu thiếu một số cột tùy chọn. Do thực tế là việc thêm cột trên các bảng lớn có thể mất một chút thời gian, chúng không được thêm tự động khi chúng có thể là tùy chọn. Bằng cách chạy \"occ db:add-missing-columns\", các cột bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy. Sau khi các cột được thêm vào, một số tính năng có thể cải thiện khả năng phản hồi hoặc khả năng sử dụng.", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Cơ sở dữ liệu thiếu một số mục. Do thực tế là việc thêm mục trên các bảng lớn có thể mất một chút thời gian, chúng không được thêm tự động. Bằng cách chạy \"occ db:add-missing-indices\", các mục bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy. Sau khi các mục được thêm vào, các truy vấn vào các bảng đó thường nhanh hơn nhiều.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Cơ sở dữ liệu thiếu một số khóa chính. Do thực tế là việc thêm các khóa chính trên các bảng lớn có thể mất một thời gian, chúng không được thêm tự động. Bằng cách chạy \"occ db:add-missing-primary-keys\", các khóa chính bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy.", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Phiên bản này đang chạy ở chế độ gỡ lỗi. Chỉ kích hoạt điều này cho sự phát triển của địa phương chứ không phải trong môi trường sản xuất.", "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "Cài đặt của bạn chưa đặt vùng điện thoại mặc định. Điều này là bắt buộc để xác thực số điện thoại trong cài đặt hồ sơ mà không cần mã quốc gia. Để cho phép các số không có mã quốc gia, vui lòng thêm 'default_phone_khu vực' với mã ISO 3166-1 tương ứng của khu vực vào tệp cấu hình của bạn.", @@ -134,9 +133,6 @@ "You are currently running PHP %s." : "Bạn hiện đang chạy PHP %s.", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Cấu hình chỉ đọc đã được bật. Điều này ngăn thiết lập một số cấu hình thông qua giao diện web. Hơn nữa, tệp cần được ghi theo cách thủ công cho mỗi lần cập nhật.", "Nextcloud configuration file is writable" : "Tệp cấu hình Nextcloud có thể ghi được", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Phiên bản MariaDB \"%s\" được sử dụng. Nextcloud 21 trở lên không hỗ trợ phiên bản này và yêu cầu MariaDB 10.2 trở lên.", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Phiên bản MySQL \"%s\" được sử dụng. Nextcloud 21 trở lên không hỗ trợ phiên bản này và yêu cầu MySQL 8.0 hoặc MariaDB 10.2 trở lên.", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Phiên bản PostgreSQL \"%s\" được sử dụng. Nextcloud 21 trở lên không hỗ trợ phiên bản này và yêu cầu PostgreSQL 9.6 trở lên.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Cơ sở dữ liệu của bạn không chạy với mức cô lập giao dịch \"READ COMMITTED\". Điều này có thể gây ra sự cố khi nhiều hành động được thực thi song song.", "Profile information" : "Thông tin cá nhân", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Ảnh hồ sơ, tên đầy đủ, email, số điện thoại, địa chỉ, trang web, Twitter, tổ chức, vai trò, tiêu đề, tiểu sử và liệu hồ sơ của bạn có được bật hay không", @@ -167,10 +163,7 @@ "Set default expiration date for shares" : "Đặt ngày hết hạn mặc định cho cổ phiếu", "Enforce expiration date" : "Buộc có ngày hết hạn", "Set default expiration date for shares to other servers" : "Đặt ngày hết hạn mặc định cho việc chia sẻ sang các máy chủ khác", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Cho phép tự động hoàn thành tên người dùng trong hộp thoại chia sẻ và cho phép truy cập vào sổ địa chỉ hệ thống", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Nếu tính năng tự động hoàn thành \"cùng nhóm\" và \"tích hợp số điện thoại\" được bật thì kết quả khớp trong cả hai đều đủ để hiển thị cho người dùng.", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Cho phép tự động hoàn thành tên người dùng đối với người dùng trong cùng nhóm và giới hạn sổ địa chỉ hệ thống đối với người dùng trong cùng nhóm", - "Allow username autocompletion to users based on phone number integration" : "Cho phép tự động hoàn thành tên người dùng cho người dùng dựa trên tích hợp số điện thoại", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Cho phép tự động điền khi nhập họ tên hoặc địa chỉ email (bỏ qua trùng danh bạ bị thiếu và thuộc cùng một nhóm)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Hiển thị văn bản từ chối trách nhiệm trên trang tải lên liên kết công khai (chỉ hiển thị khi danh sách tệp bị ẩn)", "This text will be shown on the public link upload page when the file list is hidden." : "Văn bản này sẽ được hiển thị trên trang tải lên liên kết công khai khi danh sách tệp bị ẩn.", @@ -345,42 +338,28 @@ "Common languages" : "Ngôn ngữ thông dụng", "Other languages" : "Những ngôn ngữ khác", "Password change is disabled because the master key is disabled" : "Thay đổi mật khẩu bị vô hiệu hóa vì khóa chính bị vô hiệu hóa", - "New user" : "Người dùng mới", "Display name" : "Tên hiển thị", "Either password or email is required" : "Cần có mật khẩu hoặc email", "Password (required)" : "Mật khẩu (được yêu câu)", "Email (required)" : "Email (bắt buộc)", "Email" : "Email", "Groups (required)" : "Nhóm (bắt buộc)", - "Set user groups" : "Đặt nhóm người dùng", "Administered groups" : "Nhóm được quản lý", - "Set user as admin for …" : "Đặt người dùng làm quản trị viên cho…", "Quota" : "Hạn ngạch", - "Set user quota" : "Đặt hạn ngạch người dùng", "Language" : "Ngôn ngữ", "Set default language" : "Đặt ngôn ngữ mặc định", "Manager" : "Giám đốc", - "Add new user" : "Thêm người dùng mới", - "Set user manager" : "Đặt trình quản lý người dùng", - "Username will be autogenerated" : "Tên người dùng sẽ được tạo tự động", - "Username (required)" : "Tên người dùng (bắt buộc)", "Total rows summary" : "Tóm tắt tổng số hàng", - "Loading users …" : "Đang tải người dùng…", "Scroll to load more rows" : "Cuộn để tải thêm hàng", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} người dùng…"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} người dùng"], "Avatar" : "Hình đại diện", - "Username" : "Tên đăng nhập", "Group admin for" : "Quản trị viên nhóm", - "User backend" : "Trang cài đặt người dùng", "Storage location" : "Khu vực lưu trữ", "Last login" : "Lần đăng nhập cuối", - "User actions" : "Hành động của người dùng", + "Account actions" : "Hành động với tài khoản", "Password or insufficient permissions message" : "Mật khẩu hoặc thông báo không đủ quyền", "Change display name" : "Thay đổi tên hiển thị", "Set new password" : "Đặt mật khẩu mới", "Set new email address" : "Đặt địa chỉ email mới", - "Add user to group" : "Thêm người dùng vào nhóm", "Set the language" : "Đặt ngôn ngữ", "{size} used" : "{size} đã sử dụng", "Delete account" : "Xóa tài khoản", @@ -510,6 +489,9 @@ "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Một công việc nền đang chờ xử lý để kiểm tra chứng chỉ SSL đã nhập của người dùng. Vui lòng kiểm tra lại sau.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Có một số chứng chỉ SSL do người dùng nhập hiện không còn được sử dụng với Nextcloud 21. Chúng có thể được nhập trên dòng lệnh thông qua lệnh \"occ security:certificates:import\". Đường dẫn của chúng bên trong thư mục dữ liệu được hiển thị bên dưới.", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "Đồng bộ sổ địa chỉ hệ thống DAV chưa chạy vì phiên bản của bạn có hơn 1000 người dùng hoặc do đã xảy ra lỗi. Vui lòng chạy thủ công bằng cách gọi occ dav:sync-system-addressbook.", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Phiên bản MariaDB \"%s\" được sử dụng. Nextcloud 21 trở lên không hỗ trợ phiên bản này và yêu cầu MariaDB 10.2 trở lên.", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Phiên bản MySQL \"%s\" được sử dụng. Nextcloud 21 trở lên không hỗ trợ phiên bản này và yêu cầu MySQL 8.0 hoặc MariaDB 10.2 trở lên.", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Phiên bản PostgreSQL \"%s\" được sử dụng. Nextcloud 21 trở lên không hỗ trợ phiên bản này và yêu cầu PostgreSQL 9.6 trở lên.", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Xác thực hai yếu tố có thể được thực thi cho tất cả người dùng và các nhóm cụ thể. Nếu họ không cấu hình nhà cung cấp hai yếu tố, họ sẽ không thể đăng nhập vào hệ thống.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Khi các nhóm được chọn / loại trừ, họ sử dụng logic sau để xác định xem người dùng có thực thi 2FA hay không: Nếu không có nhóm nào được chọn, 2FA được bật cho mọi người trừ các thành viên của các nhóm bị loại trừ. Nếu các nhóm được chọn, 2FA được bật cho tất cả các thành viên trong số này. Nếu người dùng ở cả hai nhóm được chọn và bị loại trừ, quyền được chọn sẽ được ưu tiên và 2FA được thi hành.", "Enable all" : "Kích hoạt tất cả", @@ -522,6 +504,7 @@ "Error while deleting the token" : "Lỗi trong khi xóa mã thông báo", "Use the credentials below to configure your app or device." : "Sử dụng thông tin đăng nhập dưới đây để định cấu hình ứng dụng hoặc thiết bị của bạn.", "For security reasons this password will only be shown once." : "Vì lý do bảo mật, mật khẩu này sẽ chỉ được hiển thị một lần.", + "Username" : "Tên đăng nhập", "Copied!" : "Đã sao chép!", "Copy" : "Sao chép", "Execute one task with each page loaded. Use case: Single user instance." : "Thực hiện một tác vụ với mỗi trang được tải. Trường hợp sử dụng: Phiên bản người dùng duy nhất.", @@ -540,6 +523,7 @@ "Edit display name" : "Chỉnh sửa tên hiển thị", "Add new password" : "Thêm mật khẩu mới", "Add new email address" : "Thêm địa chỉ email mới", + "Add user to group" : "Thêm người dùng vào nhóm", "Set user as admin for" : "Đặt người dùng làm quản trị viên cho", "Select user quota" : "Chọn hạn ngạch người dùng", "Select manager" : "Chọn người quản lý", @@ -550,9 +534,11 @@ "Enable user" : "Kích hoạt người dùng", "Edit User" : "Chỉnh sửa người dùng", "User's table" : "Bảng của người dùng", + "New user" : "Người dùng mới", "Will be autogenerated" : "Sẽ được tạo tự động", "Select user manager" : "Chọn người quản lý người dùng", "Add a new user" : "Thêm người dùng mới", + "User backend" : "Trang cài đặt người dùng", "No users in here" : "Không có người dùng nào tại đây", "Name your device" : "Đặt tên cho thiết bị của bạn", "Server error while trying to add WebAuthn device" : "Lỗi máy chủ khi cố gắng thêm thiết bị WebAuthn", @@ -580,10 +566,25 @@ "Exclude groups from creating link shares:" : "Loại trừ các nhóm tạo chia sẻ liên kết:", "Exclude groups from sharing" : "Loại trừ các nhóm khỏi việc chia sẻ", "These groups will still be able to receive shares, but not to initiate them." : "Các nhóm này vẫn có thể nhận được lượt chia sẻ nhưng không thể bắt đầu chia sẻ.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Cho phép tự động hoàn thành tên người dùng trong hộp thoại chia sẻ và cho phép truy cập vào sổ địa chỉ hệ thống", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Cho phép tự động hoàn thành tên người dùng đối với người dùng trong cùng nhóm và giới hạn sổ địa chỉ hệ thống đối với người dùng trong cùng nhóm", + "Allow username autocompletion to users based on phone number integration" : "Cho phép tự động hoàn thành tên người dùng cho người dùng dựa trên tích hợp số điện thoại", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Cơ sở dữ liệu thiếu một số mục. Do thực tế là việc thêm mục trên các bảng lớn có thể mất một chút thời gian, chúng không được thêm tự động. Bằng cách chạy \"occ db:add-missing-indices\", các mục bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy. Sau khi các mục được thêm vào, các truy vấn vào các bảng đó thường nhanh hơn nhiều.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Bạn hiện đang chạy PHP %s. PHP 8.0 hiện không được dùng nữa trong Nextcloud 27. Nextcloud 28 có thể yêu cầu ít nhất PHP 8.1. Vui lòng nâng cấp lên một trong các phiên bản PHP được hỗ trợ chính thức do Nhóm PHP cung cấp càng sớm càng tốt.", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Bạn sắp xóa nhóm \"{group}\". Người dùng sẽ KHÔNG bị xóa.", "No users" : "Không có người dùng", + "Loading users …" : "Đang tải người dùng…", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Danh sách người dùng. Danh sách này không được hiển thị đầy đủ vì lý do hiệu suất. Người dùng sẽ được hiển thị khi bạn điều hướng qua danh sách.", + "Set user groups" : "Đặt nhóm người dùng", + "Set user as admin for …" : "Đặt người dùng làm quản trị viên cho…", + "Set user quota" : "Đặt hạn ngạch người dùng", + "Add new user" : "Thêm người dùng mới", + "Set user manager" : "Đặt trình quản lý người dùng", + "Username will be autogenerated" : "Tên người dùng sẽ được tạo tự động", + "Username (required)" : "Tên người dùng (bắt buộc)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} người dùng…"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} người dùng"], + "User actions" : "Hành động của người dùng", "Loading user …" : "Đang tải người dùng…", "Failed to update user manager" : "Không cập nhật được trình quản lý người dùng", "User management settings" : "Cài đặt quản lý người dùng", diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 852644c6653..b90dce1777f 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -56,9 +56,12 @@ OC.L10N.register( "Wrong password" : "密码错误", "Unable to change personal password" : "无法更改个人密码", "Saved" : "已保存", + "No Login supplied" : "未提供登录信息", "Unable to change password. Password too long." : "无法更改密码。密码太长。", "Authentication error" : "认证错误", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "请提供管理员恢复密码; 否则,所有帐户数据都将丢失。", "Wrong admin recovery password. Please check the password and try again." : "错误的管理员恢复密码。请检查密码并重试。", + "Backend does not support password change, but the encryption of the account key was updated." : "后端不支持修改密码,但更新了账户密钥的加密方式。", "Administrator documentation" : "管理员文档", "User documentation" : "用户文档", "Nextcloud help overview" : "Nextcloud 帮助文件预览", @@ -68,6 +71,7 @@ OC.L10N.register( "If you received this email, the email configuration seems to be correct." : "如果您收到了这封邮件,电子邮件配置应该就是正确的。", "Email could not be sent. Check your mail server log" : "邮件无法发送。检查您的邮件服务器日志", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "在发送电子邮件时出现问题。请修正您的设置。(错误:%s)", + "You need to set your account email before being able to send test emails. Go to %s for that." : "您需要先设置您的帐户电子邮件,然后才能发送测试电子邮件。去 %s 看看吧。", "Invalid account" : "无效的账户。", "Invalid mail address" : "无效的电子邮件地址", "Settings saved" : "设置已保存", @@ -94,6 +98,7 @@ OC.L10N.register( "Welcome aboard" : "欢迎使用", "Welcome aboard %s" : "%s,欢迎使用", "Welcome to your %s account, you can add, protect, and share your data." : "欢迎使用您的账号 %s ,您可以添加、保护和共享您的数据。", + "Your Login is: %s" : "您的登录名是: %s", "Set your password" : "设置您的密码", "Go to %s" : "访问 %s", "Install Client" : "安装客户端", @@ -118,15 +123,39 @@ OC.L10N.register( "Background jobs" : "后台任务", "Unlimited" : "无限", "Verifying" : "正在验证", + "App directories owner" : "应用程序目录所有者", + "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "某些应用程序目录由与 Web 服务器不同的用户拥有。 如果手动安装应用程序,可能会出现这种情况。 检查以下应用程序目录的权限:\n%s", + "App directories have the correct owner \"%s\"" : "应用程序目录具有正确的所有者 \"%s\"", "Brute-force Throttle" : "暴力破解限制", "Your remote address could not be determined." : "无法确定您的远程地址", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "您的地址 %s 因疑似暴力攻击已被限制,您可能在各种请求中遇到性能缓慢的问题。若前述地址与您的实际地址存在出入,则您可能错误配置了代理服务器。", "Your remote address \"%s\" is not brute-force throttled." : "您的地址 %s 未受暴力攻击限制", + "Old administration imported certificates" : "旧政府导入证书", + "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "后台作业正在等待检查管理导入的 SSL 证书。 请稍后再回来查看。", + "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "存在一些管理导入的 SSL 证书,Nextcloud 21 不再使用这些证书。可以通过 \"occ security:certificates:import\" 命令在命令行上导入它们。 它们在数据目录中的路径如下所示。", + "Code integrity" : "代码完整性", + "Integrity checker has been disabled. Integrity cannot be verified." : "完整性检查器已被禁用。 完整性无法验证。", + "No altered files" : "没有更改过的文件", + "Some files have not passed the integrity check. {link1} {link2}" : "某些文件未通过完整性检查。 {link1} {link2}", + "Cron errors" : "计划任务错误", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "无法通过 CLI 执行 cron 作业。 出现了以下技术错误:\n%s", + "The last cron job ran without errors." : "最后一个 cron 作业运行没有错误。", + "Cron last run" : "上次运行的 Cron", + "Last background job execution ran %s. Something seems wrong. {link}." : "上次后台作业执行运行了 %s。 似乎有些不对劲。 {link}.", + "Last background job execution ran %s." : ".上次后台作业执行运行了 %s。", + "Data directory protected" : "数据目录受保护", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "您的数据目录和文件似乎可以从互联网访问。这是因为 .htaccess 文件无效。强烈建议您配置您的 web 服务器,使数据目录不再可访问,或将数据目录移到 web 服务器文档根目录之外。", + "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "无法检查数据目录是否受到保护。 请手动检查您的服务器是否不允许访问数据目录。", + "Database missing columns" : "数据库缺失列", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "数据库缺少一些可选列。 由于在大表上添加列可能会花费一些时间,因此在可以选择时不会自动添加列。 通过运行“occ db:add-missing-columns”,可以在实例继续运行时手动添加那些缺少的列。 添加列后,某些功能可能会提高响应速度或可用性。", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行“occ db:add-missing-indices”命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。", + "Database missing indices" : "数据库缺失索引", + "Database missing primary keys" : "数据库缺少主键", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "数据库缺少一些主键。由于在大型数据表上添加主键可能需要一些时间,因此程序没有自动添加。通过运行“occ db:add-missing-primary-keys”,这些缺失的主键可以在实例持续运行时手动添加。", + "Database pending bigint migrations" : "数据库待处理的 bigint 迁移", + "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "数据库中的某些列缺少到大整型的转换。 由于更改大表上的列类型可能需要一些时间,因此它们不会自动更改。 通过运行 \"occ db:convert-filecache-bigint\",可以手动应用这些挂起的更改。 该操作需要在实例离线时进行。", + "Debug mode" : "调试模式", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "此实例正在调试模式下运行。仅在本地开发而非生产环境时启用该模式。", + "Debug mode is disabled." : "调试模式已禁用。", "Default phone region" : "默认电话区域", "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "您在安装过程中未设置默认的国际区号。缺失国际区号的电话号码时将使用默认的国际区号进行验证。要允许无国际区号的电话,请在您的配置文件中添加 “default_phone_region” 设置选项并依照 ISO 3166-1 进行设置。", "Email test" : "电子邮件测试", @@ -137,20 +166,37 @@ OC.L10N.register( "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "当前正在使用数据库处理事务性文件锁定。若有内存缓存可用,请进行配置以提升性能。", "Forwarded for headers" : "转发标头", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "您的 trusted_proxy 设置存在错误,应为一个列表。", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "您的 \"trusted_proxies\" 设置未正确设置,它应该是一个 IP 地址数组 - 可以选择使用 CIDR 表示法的范围。", "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "反向代理标头设置不正确。这会允许攻击者对 Nextcloud 假冒其IP地址并引发安全问题。", "Your IP address was resolved as %s" : "您的IP地址为%s", "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "反向代理标头设置不正确,或您正在通过受信任的代理访问 Nextcloud。若您并未使用受信任的代理,这表示存在安全问题,攻击者可以对 Nextcloud 假冒其IP地址。", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "通过 HTTP 不安全地访问网站。 强烈建议您将服务器设置为需要 HTTPS。 如果没有它,一些重要的网络功能(例如 \"复制到剪贴板\" 或 \"服务人员\" )将无法工作!", + "Accessing site insecurely via HTTP." : "通过 HTTP 不安全地访问网站。", + "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "您正在通过安全连接访问您的实例,并且您的实例正在生成安全 URL。", "Internet connectivity" : "网络连接", "Internet connectivity is disabled in configuration file." : "配置文件中网络连接已禁用。", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "此服务器没有工作的互联网连接:无法访问多个端点。这意味着一些功能,如挂载外部存储、更新或安装第三方应用程序的通知将无法工作。远程访问文件和发送通知邮件也可能无法工作。建立从这个服务器到互联网的连接,以享受所有功能。", + "JavaScript modules support" : "JavaScript 模块支持", + "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "您的网络服务器不使用 JavaScript MIME 类型提供 \".mjs\" 文件。 这会阻止浏览器执行 JavaScript 文件,从而破坏某些应用程序。 您应该配置您的网络服务器以使用 \"text/javascript\" 或 \"application/javascript\" MIME 类型提供 \".mjs\" 文件。", + "JavaScript source map support" : "JavaScript 源映射支持", + "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "您的网络服务器未设置为提供 \".js.map\" 文件。 如果没有这些文件,JavaScript Source Maps 将无法正常运行,从而使排除和调试可能出现的任何问题变得更加困难。", "Old server-side-encryption" : "旧的服务器端加密", "Disabled" : "已禁用", "The old server-side-encryption format is enabled. We recommend disabling this." : "旧的服务器端加密格式已启用。我们建议禁用此功能。", + "Maintenance window start" : "维护窗口启动", + "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "服务器没有配置维护时段开始时间。 这意味着资源密集型日常后台作业也将在您的主要使用时间执行。 我们建议将其设置为低使用率的时间,这样用户就不会受到这些繁重任务造成的负载的影响。", + "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "执行繁重后台作业的维护窗口位于 {start}:00 UTC 和 {end}:00 UTC 之间", "Memcache" : "内存缓存", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "未配置内存缓存。若有内存缓存可用,请进行配置以提升性能。", "Configured" : "已配置", + "MySQL Unicode support" : "MySQL Unicode 支持", + "You are not using MySQL" : "您没有使用MySQL", + "MySQL is used as database and does support 4-byte characters" : "MySQL用作数据库并且支持4字节字符", + "OCS provider resolving" : "OCS提供商解析", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "无法检查您的 Web 服务器是否正确解析 OCM 和 OCS 提供商 URL。", "PHP default charset" : "PHP默认字符集", "PHP configuration option \"default_charset\" should be UTF-8" : "PHP 设置选项 default_chatset 应该为 UTF-8", + "The function is available." : "该功能可用。", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP函数“set_time_limit”不可用。 这可能会导致脚本在执行过程中暂停,从而导致安装中断。 我们强烈建议启用此功能。", "Freetype" : "Freetype字体", "Supported" : "受支持", @@ -160,29 +206,67 @@ OC.L10N.register( "PHP memory limit" : "PHP内存限制", "The PHP memory limit is below the recommended value of %s." : "PHP 内存限制低于建议值 %s。", "PHP modules" : "PHP模块", + "increases language translation performance and fixes sorting of non-ASCII characters" : "提高语言翻译性能并修复非 ASCII 字符的排序", + "for Argon2 for password hashing" : "用于 Argon2 进行密码哈希处理", + "for WebAuthn passwordless login" : "用于 WebAuthn 无密码登录", + "for WebAuthn passwordless login, and SFTP storage" : "用于 WebAuthn 无密码登录和 SFTP 存储", + "for picture rotation in server and metadata extraction in the Photos app" : "用于服务器中的图片旋转和照片应用程序中的元数据提取", "This instance is missing some required PHP modules. It is required to install them: %s." : "该实例缺少一些必须的PHP模块。必须安装以下模块:%s", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "未加载 PHP OPcache 模块。为了更好的性能,建议将其加载到您的 PHP 安装中。", + "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache 已禁用。 为了获得更好的性能,建议在 PHP 配置中应用 \"opcache.enable=1\" 。", + "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "基于共享内存的 OPcache 被禁用。 为了获得更好的性能,建议在 PHP 配置中应用 \"opcache.file_cache_only=0\",并将文件缓存仅用作二级缓存。", + "OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "OPcache 未正常工作,opcache_get_status() 返回 false,请检查配置。", + "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply \"opcache.max_accelerated_files\" to your PHP configuration with a value higher than \"%s\"." : "几乎超出了 OPcache 键的最大数量。 为了确保所有脚本都可以保留在缓存中,建议将 \"opcache.max_accelerated_files\" 应用到您的 PHP 配置,其值高于 \"%s\".", + "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\"." : "OPcache 缓冲区几乎已满。 为了确保所有脚本都可以保存在缓存中,建议将“opcache.memory_conclusion”应用到您的 PHP 配置,其值高于 \"%s\".", + "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "OPcache 驻留字符串缓冲区几乎已满。 为了确保可以有效地缓存重复字符串,建议将 \"opcache.interned_strings_buffer\" 应用到您的 PHP 配置,其值高于 \"%s\".", + "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache 配置为删除代码注释。 启用 OPcache 后,必须设置 \"opcache.save_comments=1\",Nextcloud 才能正常运行。", + "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud 不允许使用 OPcache API。 启用 OPcache 后,强烈建议将所有 Nextcloud 目录包含在 \"opcache.restrict_api\" 中,或取消设置此设置以禁用 OPcache API 限制,以防止 Nextcloud 核心或应用程序升级期间出现错误。", + "The PHP OPcache module is not properly configured. %s." : "PHP OPcache 模块配置不正确。%s.", + "Correctly configured" : "正确配置", "PHP version" : "PHP版本", "You are currently running PHP %s." : "您当前正在使用 PHP %s。", "PHP \"output_buffering\" option" : "PHP output_buffering 选项", "PHP configuration option \"output_buffering\" must be disabled" : "PHP 设置选项 output_buffering 必须被禁用", + "Push service" : "推送服务", + "Valid enterprise license" : "有效的企业许可证", + "Free push service" : "免费推送服务", + "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}." : "这是 Nextcloud 不受支持的社区版本。 鉴于此实例的大小,无法保证性能、可靠性和可扩展性。 推送通知受到限制,以避免我们的免费服务超载。 如需了解有关 Nextcloud Enterprise 优势的更多信息,请访问 {link}。", "Random generator" : "随机数生成器", "No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "PHP找不到合适的随机数来源,出于安全性考量强烈不推荐这样做。", "Secure" : "安全", "Configuration file access rights" : "配置文件访问权限", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "只读配置已启用。这可以在浏览器界面保护配置。另外,每次更新时需手动赋予该文件写权限。", "Nextcloud configuration file is writable" : "Nextcloud 配置文件可写", + "HTTP headers" : "HTTP标头", + "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP 标头未设置为 `%2$s`。 某些功能可能无法正常工作,建议相应地调整此设置。", + "- The `%1$s` HTTP header is not set to `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP标头未设置为 `%2$s`。这可能是潜在的安全或隐私风险,建议调整此设置。", + "Some headers are not set correctly on your instance" : "您的实例上的某些标头设置不正确", + "Could not check that your web server serves security headers correctly. Please check manually." : "无法检查您的 Web 服务器是否正确提供安全标头。 请手动检查。", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "无法检查您的 Web 服务器是否正确提供安全标头,无法查询 `%s`", + "Your server is correctly configured to send security headers." : "您的服务器已正确配置为发送安全标头。", "Database version" : "数据库版本", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MariaDB 10.2 或更高版本。", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MySQL 8.0 或 MariaDB 10.2 或更高版本。", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 PostgreSQL 9.6 或更高版本。", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "目前使用 SQLite 作为后端数据库。 对于大型安装,我们建议您切换到不同的数据库后端。 当使用桌面客户端进行文件同步时,特别建议这样做。 要迁移到另一个数据库,请使用命令行工具:\"occ db:convert-type\"。", "Unknown database platform" : "未知的数据库软件", "Architecture" : "建筑风格", "64-bit" : "64位", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "您似乎正在使用32位的PHP版本。Nextcloud需要64位的PHP版本以便良好运行。请升级您的系统和PHP版本至64位!", + "Temporary space available" : "可用临时空间", + "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "检查临时 PHP 路径时出错 - 未正确设置为目录。 返回值: %s", + "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "检查临时 PHP 路径的可用磁盘空间时出错或未返回可用磁盘空间。 临时路径: %s", + "- %.1f GiB available in %s (PHP temporary directory)" : "- %.1f GiB 在 %s 中可用(PHP 临时目录)", + "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f GiB 在 %s 中可用(Nextcloud 临时目录)", + "Temporary directory is correctly configured:\n%s" : "临时目录配置正确:\n%s", + "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "该实例使用基于S3的对象存储作为主存储,并且临时目录中有足够的空间。\n%s", "Database transaction isolation level" : "数据库事务隔离等级", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "数据库没有运行在“READ COMMITTED”事务隔离级别。当多项操作同时执行时将产生问题。", "Was not able to get transaction isolation level: %s" : "未能获取事务隔离等级:%s", + "`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "您的配置中的 `check_for_working_wellknown_setup` 设置为 false,因此跳过了此检查。", + "Could not check that your web server serves `.well-known` correctly. Please check manually." : "无法检查您的网络服务器是否正确服务 `.well-known`。 请手动检查。", + "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "您的网络服务器未正确设置来解析 `.wellknown` URL,失败于:\n`%s`", + "Your server is correctly configured to serve `.well-known` URLs." : "您的服务器已正确配置为提供 `.well-known` URL。", + "WOFF2 file loading" : "WOFF2 文件加载", + "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "无法检查 WOFF2 加载支持。 请手动检查您的网络服务器是否提供 `.woff2` 文件。", + "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "您的 Web 服务器未正确设置以传送 .woff2 文件。 这通常是 Nginx 配置的问题。 对于 Nextcloud 15,它需要进行调整才能提供 .woff2 文件。 将您的 Nginx 配置与我们文档中推荐的配置进行比较。", "Profile information" : "个人信息", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "个人资料图片、全名、电子邮件、电话号码、地址、网站、Twitter、组织、角色、标题、个人简介以及您的个人资料是否启用", "Nextcloud settings" : "Nextcloud 设置", @@ -205,13 +289,20 @@ OC.L10N.register( "Allow resharing" : "允许二次共享", "Allow sharing with groups" : "允许群组共享", "Restrict users to only share with users in their groups" : "限制用户只与他们组中的用户共享", + "Ignore the following groups when checking group membership" : "检查组成员身份时忽略以下组", "Allow users to share via link and emails" : "允许用户通过链接和电子邮件分享 ", "Allow public uploads" : "允许公开上传", "Always ask for a password" : "一直要求输入密码", "Enforce password protection" : "强制密码保护", "Exclude groups from password requirements" : "不对指定的组执行密码要求", "Exclude groups from creating link shares" : "禁止指定的组创建分享链接", + "Limit sharing based on groups" : "基于组限制共享", + "Allow sharing for everyone (default)" : "允许所有人共享(默认)", + "Exclude some groups from sharing" : "从共享中排除某些群组", + "Limit sharing to some groups" : "限制共享给某些组", + "Groups allowed to share" : "允许共享的组", "Groups excluded from sharing" : "排除共享的群组", + "Not allowed groups will still be able to receive shares, but not to initiate them." : "不允许的组仍然可以接收共享,但不能发起共享。", "Set default expiration date for shares" : "设置共享的默认截止日期", "Enforce expiration date" : "强制过期日期", "Default expiration time of new shares in days" : "新建共享的默认过期时间(天)", @@ -223,10 +314,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "设置通过链接或电子邮件分享的默认过期时间", "Default expiration time of shares in days" : "默认的共享过期时间(天)", "Privacy settings for sharing" : "共享的隐私设置", - "Allow username autocompletion in share dialog and allow access to the system address book" : "允许在分享对话框中自动补全用户名并访问系统通讯录", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "如果启用了“同组”自动完成和“手机号码集成”,则匹配两者中的任何一个都足以显示用户", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "允许群组内部的用户名自动补全,并将系统通讯录限制为同一群组用户", - "Allow username autocompletion to users based on phone number integration" : "允许基于手机号码集成自动完成用户的用户名", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "输入全名或电子邮箱地址时,允许自动完成(忽略缺少的通讯录匹配及同组要求)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "在公开链接上传页中显示免责声明(仅当文件列表隐藏时显示)", "Disclaimer text" : "免责声明文本", @@ -236,6 +324,7 @@ OC.L10N.register( "Deleted disclaimer text" : "免责声明文本已删除", "Could not set disclaimer text" : "未能设置免责声明文本", "Two-Factor Authentication" : "两步验证", + "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "可以对所有帐户和特定组强制执行两因素身份验证。 如果他们没有配置双因素提供商,他们将无法登录系统。", "Enforce two-factor authentication" : "强制启用两步验证", "Limit to groups" : "限制于组", "Enforcement of two-factor authentication can be set for certain groups only." : "可以仅为某些组设置两步验证的强制执行。", @@ -243,6 +332,7 @@ OC.L10N.register( "Enforced groups" : "强制群组", "Two-factor authentication is not enforced for members of the following groups." : "两步验证不对以下分组的成员强制启用。", "Excluded groups" : "排除群组", + "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "选择/排除 组时,它们使用以下逻辑来确定帐户是否强制执行 2FA:如果未选择任何组,则将为除排除组的成员之外的所有人启用 2FA。 如果选择组,则会为其中的所有成员启用 2FA。 如果账户同时位于选定组和排除组中,则选定组优先并强制执行 2FA。", "Save changes" : "保存修改", "Show details for {appName} app" : "显示应用 {appName} 的详细信息", "Update to {update}" : "更新至 {update}", @@ -263,7 +353,16 @@ OC.L10N.register( "Download and enable all" : "下载并启用全部", "_%n app has an update available_::_%n apps have an update available_" : ["%n 应用有可用的更新"], "_Update_::_Update all_" : ["全部更新"], + "Nothing to show" : "没有什么可显示的", + "Could not load section content from app store." : "无法从应用商店加载部分内容。", "Loading" : "加载中", + "Fetching the latest news…" : "正在获取最新消息...", + "Could not load app discover section" : "无法加载应用程序发现部分", + "Could not render element" : "无法渲染元素", + "Carousel" : "轮播", + "Previous slide" : "上一张幻灯片", + "Next slide" : "下一张幻灯片", + "Choose slide to display" : "选择要显示的幻灯片", "Description" : "描述", "Details" : "详情", "All" : "全部", @@ -273,6 +372,7 @@ OC.L10N.register( "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "该应用没有指定支持的 Nextcloud 最低版本。可能会在将来出现问题。", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "该应用没有指定支持的 Nextcloud 最高版本。可能会在将来出现问题。", "This app cannot be installed because the following dependencies are not fulfilled:" : "无法安装应用,因为无法满足下列依赖:", + "Latest updated" : "最近更新", "Author" : "作者", "Categories" : "分类", "Resources" : "资源", @@ -281,13 +381,17 @@ OC.L10N.register( "Report a bug" : "报告问题", "Request feature" : "请求功能", "Ask questions or discuss" : "提问或讨论", + "Rate the app" : "对应用进行评分", "Rate" : "评价", "View in store" : "在商店中查看", "Visit website" : "访问网站", + "Usage documentation" : "使用手册", "Admin documentation" : "管理员文档", "Developer documentation" : "开发者文档", "Changelog" : "更改日志", "Device name" : "设备名称", + "Cancel renaming" : "取消重命名", + "Save new name" : "保存新名称", "Marked for remote wipe" : "标记为远程擦除", "Device settings" : "设备设置", "Allow filesystem access" : "允许访问文件系统", @@ -300,6 +404,7 @@ OC.L10N.register( "{productName} Android app" : "{productName} 安卓应用", "{productName} Talk for iOS" : "{productName} iOS 版通话应用", "{productName} Talk for Android" : "{productName} Android 版通话应用", + "Sync client" : "同步客户端", "This session" : "当前会话", "Device" : "设备", "Last activity" : "最后活跃", @@ -308,23 +413,36 @@ OC.L10N.register( "App name" : "应用名", "Create new app password" : "创建新应用密码", "Error while creating device token" : "创建设备令牌时出错", + "New app password" : "新应用程序密码", + "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "使用下面的凭据来配置您的应用程序或设备。 出于安全原因,该密码只会显示一次。", "Login" : "登录", "Password" : "密码", "Show QR code for mobile apps" : "为移动应用展示二维码", + "App password copied!" : "应用程序密码已复制!", + "Copy app password" : "复制应用程序密码", + "Login name copied!" : "登录名称已复制!", + "Copy login name" : "复制登录名称", "Could not copy app password. Please copy it manually." : "无法复制应用密码。请手动复制。", + "Could not copy login name. Please copy it manually." : "无法复制登录名。 请手动复制。", "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "为了使服务器正常工作,正确配置后台作业是很重要的。Cron 是推荐的设置。更多信息请参见文档。", "Last job execution ran {time}. Something seems wrong." : "上次任务执行于 {time}。但似乎有些问题。", "Last job ran {relativeTime}." : "上次任务执行于 {relativeTime}。", "Background job did not run yet!" : "后台任务从未执行!", "AJAX" : "AJAX", + "Execute one task with each page loaded. Use case: Single account instance." : "每加载一个页面就执行一个任务。使用场景:单一账号实例。", "Webcron" : "Webcron", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php 注册一个 webcron 服务,使用 HTTP 每 5 分钟执行一次 cron.php 文件。使用场景:非常小的实例(1-5 个账号,具体取决于使用用量)", "Cron (Recommended)" : "Cron(推荐)", "Use system cron service to call the cron.php file every 5 minutes." : "使用系统定时任务服务每 5 分钟执行一次 cron.php 文件。", + "The cron.php needs to be executed by the system account \"{user}\"." : "cron.php 需要由系统账号\"{user}\" 执行。", "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "您需要安装 PHP POSIX 拓展,详情请见 {linkstart}PHP 文档{linkend}。", "Unable to update background job mode" : "无法更新后台任务模式", "Profile" : "个人资料", + "Enable or disable profile by default for new accounts." : "默认情况下为新账号启用或禁用配置文件。", "Enable" : "启用", "Unable to update profile default setting" : "无法更新个人资料默认设置", + "{app}'s declarative setting field: {name}" : "{app} 的声明性设置字段:{name}", + "Failed to save setting" : "保存设置失败", "Server-side encryption" : "服务器端加密", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "服务器端加密可以加密上传到此服务器的文件。这带来了诸如性能损失的限制,因此仅在需要时启用此功能。", "Enable server-side encryption" : "启用服务器端加密", @@ -339,6 +457,7 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "您需要从旧版本(ownCloud <= 8.0)迁移您的加密密钥。请在应用中启用“Default encryption module”并运行 {command}", "Unable to update server side encryption config" : "无法更新服务端加密设置", "Please confirm the group removal" : "请确认移除该群组", + "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "您即将删除组 \"{group}\" 。 这些帐户不会被删除。", "Cancel" : "取消", "Confirm" : "确认", "Submit" : "提交", @@ -369,6 +488,7 @@ OC.L10N.register( "Your full name" : "您的全名", "Primary email for password reset and notifications" : "用于重设密码和通知的主邮件", "Email options" : "电子邮件选项", + "Options for additional email address {index}" : "其他电子邮件地址 {index} 的选项", "Remove primary email" : "删除主邮件地址", "Delete email" : "删除电子邮件", "This address is not confirmed" : "此地址未经确认", @@ -383,9 +503,11 @@ OC.L10N.register( "No email address set" : "尚未设置 Email 地址", "Your handle" : "您的别名", "Your headline" : "您的标题", + "Languages" : "语言", "Help translate" : "帮助翻译", "Unable to update language" : "无法更新语言", "No language set" : "没有设置语言", + "Locales" : "地区语系", "Week starts on {firstDayOfWeek}" : "每周开始于 {firstDayOfWeek}", "Unable to update locale" : "无法更新语系", "No locale set" : "没有设置语系", @@ -393,6 +515,7 @@ OC.L10N.register( "Your organisation" : "您的组织", "Your phone number" : "您的电话号码", "Edit your Profile visibility" : "编辑个人资料可见性", + "Enable profile" : "启用简介", "Unable to update profile enabled state" : "无法更新个人资料启用状态", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "系统将遵循个人资料的 “可见性” 和 “范围” 设置中限制更严格那个。例如,当 “可见性” 设置为 “显示给所有人”,而 “范围” 设置为 “私密” 时,系统将按照 “私密” 来设置您个人资料", "Unable to update visibility of {displayId}" : "无法更新 {displayId} 的可见性", @@ -400,6 +523,7 @@ OC.L10N.register( "Your X (formerly Twitter) handle" : "您的X(原Twitter)用户名", "Your website" : "您的网站", "No {property} set" : "没有设置 {property}", + "Invalid value" : "无效的值", "Unable to update {property}" : "无法更新 {property}", "Change scope level of {property}, current scope is {scope}" : "更改 {property} 的范围级别,当前范围为 {scope}", "Unable to update federation scope of the primary {property}" : "无法更新主要 {property} 的联盟范围", @@ -412,49 +536,45 @@ OC.L10N.register( "Reshare" : "重新共享", "No accounts" : "没有账目", "Loading accounts …" : "正在加载账户...", + "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "帐户列表。 出于性能原因,此列表未完全呈现。 当您浏览列表时,将呈现帐户。", "Default language" : "默认语言", "Common languages" : "常用语言", "Other languages" : "其他语言", "Password change is disabled because the master key is disabled" : "密码修改被禁用,因为主密码被禁用", - "New user" : "新建用户", + "New account" : "新建帐号", "Display name" : "显示名称", "Either password or email is required" : "需要密码或者电子邮件地址", "Password (required)" : "密码(必填)", "Email (required)" : "电子邮件(必填)", "Email" : "电子邮件", "Groups (required)" : "群组(必填)", - "Set user groups" : "设置用户群组", "Administered groups" : "被管理的群组", - "Set user as admin for …" : "将用户设置为以下群组的管理员 ...", "Quota" : "配额", - "Set user quota" : "设置用户配额", "Language" : "语言", "Set default language" : "设置默认语言", "Manager" : "管理者", - "Add new user" : "添加新用户", - "Set user manager" : "设置用户管理者", - "Username will be autogenerated" : "用户名将自动生成", - "Username (required)" : "用户名(必填)", "Total rows summary" : "总行摘要", - "Loading users …" : "正在加载用户 ...", "Scroll to load more rows" : "滚动以加载更多列。", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} 个用户 ..."], - "_{userCount} user_::_{userCount} users_" : ["{userCount} 个用户"], "Avatar" : "头像", - "Username" : "用户名", "Group admin for" : "分组管理员", - "User backend" : "用户来源", "Storage location" : "存储位置", "Last login" : "最后登录", - "User actions" : "用户操作", + "Account actions" : "账号操作", "Password or insufficient permissions message" : "密码错误或权限不足的提示消息", + "Loading account …" : "正在加载帐户...", "Change display name" : "修改显示名称", "Set new password" : "设置新密码", + "You do not have permissions to see the details of this account" : "您无权查看此帐号的详细信息", "Set new email address" : "设置新邮箱地址", - "Add user to group" : "添加用户到组", + "Add account to group" : "将帐户添加到组", + "Set account as admin for" : "将帐号设置为管理员", + "Select account quota" : "选择账号限额", "Set the language" : "设置语言", "{size} used" : "已使用 {size}", "Delete account" : "删除账号", + "Disconnect all devices and delete local data" : "断开所有设备并删除本地数据", + "Disable account" : "禁用账号", + "Enable account" : "启用账号", "Resend welcome email" : "重新发送欢迎邮件", "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "如果设备丢失或退出组织,这可以从与 {userid} 关联的所有设备中远程擦除 Nextcloud 数据。 仅当设备连接到互联网时才有效。", "Remote wipe of devices" : "远程擦除设备", @@ -467,14 +587,20 @@ OC.L10N.register( "Password was successfully changed" : "密码更改成功", "Email was successfully changed" : "邮箱更改成功", "Welcome mail sent!" : "欢迎邮件已经发送!", + "Toggle account actions menu" : "切换帐号操作菜单", "Done" : "完成", "Edit" : "编辑", + "Account management settings" : "账号管理设置", "Visibility" : "可见性", "Show language" : "显示语言", + "Show account backend" : "显示账号后台", "Show storage path" : "显示存储路径", "Show last login" : "显示最后登录", "Sorting" : "正在排序", + "The system config enforces sorting the groups by name. This also disables showing the member count." : "系统配置强制按名称对组进行排序。 这也会禁用显示成员计数。", + "Group list sorting" : "群组列表排序", "Send email" : "发送电子邮件", + "Send welcome email to new accounts" : "向新帐号发送欢迎邮件", "Defaults" : "默认", "Default quota" : "默认配额", "Select default quota" : "选择默认存储限额", @@ -491,8 +617,12 @@ OC.L10N.register( "Your browser does not support WebAuthn." : "您的浏览器不支持 WebAuthn。", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "作为管理员,您可以调整共享行为。 有关详细信息,请参阅文档。", "You need to enable the File sharing App." : "您需要启用文件共享应用", + "Loading app list" : "正在加载应用程序列表", + "App Store" : "应用商店", + "Loading categories" : "正在加载分类", + "Active accounts" : "活跃账号", "Admins" : "管理员", - "New account" : "新建帐号", + "Disabled accounts" : "禁用账号", "Create group" : "创建群组", "Group name" : "分组名称", "Please enter a valid group name" : "请处输入一个有效的群组名称", @@ -514,6 +644,8 @@ OC.L10N.register( "Profile visibility" : "个人资料可见性", "Locale" : "地区语系", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "不可用,因为包括文件共享和日历邀请在内的核心功能需要此属性", + "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "不可用,因为您的帐号已禁用联合,如果您有任何疑问,请联系您的系统管理员", + "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "不可用,因为不允许将帐户特定数据发布到查找服务器,如果您有任何疑问,请联系您的系统管理员", "Your apps" : "您的应用", "Active apps" : "已启用的应用", "Disabled apps" : "已禁用的应用", @@ -528,11 +660,13 @@ OC.L10N.register( "The app will be downloaded from the App Store" : "将从应用商店下载应用", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "此应用被标记为与您的 Nextcloud 版本不兼容。如果您要继续,您仍可安装此应用。请注意此应用可能不会正常工作。", "Never" : "从不", + "Could not register device: Probably already registered" : "无法注册设备:可能已经注册", "An error occurred during the request. Unable to proceed." : "请求期间发生错误。无法继续。", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "该应用已启用,但是需要更新。将在 5 秒后跳转到更新页面。", "Error: This app cannot be enabled because it makes the server unstable" : "错误:这个应用程序不能被启用,因为它使服务器不稳定 ", "Do you really want to wipe your data from this device?" : "您真的要从此设备擦除您的数据吗?", "Confirm wipe" : "确认擦除", + "Could not delete the app token" : "无法删除应用令牌", "Error while wiping the device with the token" : "使用令牌擦除设备时出错", "Error while updating device token name" : "更新设备令牌名称时出错", "Error while updating device token scope" : "更新设备令牌范围时出错", @@ -599,6 +733,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "目前存在一些用户导入的 SSL 证书,这在 Nextcloud 21 中已经不使用了。它们可以通过“occ security:certificates:import”命令在命令行导入。它们在数据目录下的路径如下所示。", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "LDAP 用户或组的 UUID 无效。请审查你在 LDAP 配置的专家部分的 \"覆盖 UUID 检测 \"设置,并使用 \"occ ldap:update-uuid\" 来更新它们。", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV 系统通讯录同步失败,这可能是因为你的服务器实例有超过1000名用户,或是因为出现了错误。请手动通过指令 occ dav:sync-system-addressbook 继续该操作。", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MariaDB 10.2 或更高版本。", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MySQL 8.0 或 MariaDB 10.2 或更高版本。", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 PostgreSQL 9.6 或更高版本。", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "两步验证可以对于所有用户和特定分组启用。如果没有设置两步验证提供者,他们则不能登录到系统。", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "当分组被选择/排除时,将使用以下逻辑来确定一个用户是否强制启用两步验证:如果没有选择分组,两步验证将对被排除分组成员外的所有用户启用。如果选择了分组,两步验证将对被选择分组的成员启用。如果一个用户同时属于被选择和被排除分组,被选择分组将拥有优先权,两步验证将对该用户强制启用。", "Enable all" : "启用所有", @@ -613,6 +750,7 @@ OC.L10N.register( "Error while deleting the token" : "删除令牌时出错", "Use the credentials below to configure your app or device." : "使用下述证书配置您的应用或设备。", "For security reasons this password will only be shown once." : "由于安全原因,密码仅会显示一次。", + "Username" : "用户名", "Copied!" : "已复制!", "Copy" : "复制", "Execute one task with each page loaded. Use case: Single user instance." : "每加载一个页面就执行一个任务。使用场景:单一用户实例。", @@ -626,12 +764,13 @@ OC.L10N.register( "Your profile information" : "您的个人资料", "Your email address" : "您的电子邮件", "Additional emails" : "附加邮箱地址", - "Enable Profile" : "编辑个人资料", + "Enable Profile" : "启用简介", "Your Twitter handle" : "您的 Twitter 账号", "You do not have permissions to see the details of this user" : "您没有权限查看该用户的详细信息", "Edit display name" : "编辑显示名称", "Add new password" : "添加新的密码", "Add new email address" : "添加新的电子邮件地址", + "Add user to group" : "添加用户到组", "Set user as admin for" : "设置用户为管理员", "Select user quota" : "选择用户容量限额", "Select manager" : "选择管理者", @@ -642,9 +781,11 @@ OC.L10N.register( "Enable user" : "启用用户", "Edit User" : "编辑用户", "User's table" : "用户的表格", + "New user" : "新建用户", "Will be autogenerated" : "将自动生成", "Select user manager" : "选择用户管理者", "Add a new user" : "添加新用户", + "User backend" : "用户来源", "No users in here" : "这里没有用户", "Name your device" : "为您的设备命名", "Server error while trying to add WebAuthn device" : "尝试添加 WebAuthn 设备时出现服务器错误", @@ -672,17 +813,35 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "禁止指定组创建链接分享:", "Exclude groups from sharing" : "在共享中排除组", "These groups will still be able to receive shares, but not to initiate them." : "这些组将仍可以获取共享,但无法向他人共享。", + "Allow username autocompletion in share dialog and allow access to the system address book" : "允许在分享对话框中自动补全用户名并访问系统通讯录", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "允许群组内部的用户名自动补全,并将系统通讯录限制为同一群组用户", + "Allow username autocompletion to users based on phone number integration" : "允许基于手机号码集成自动完成用户的用户名", "Old user imported certificates" : "旧用户导入的证书", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行“occ db:add-missing-indices”命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。", + "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法检查 JavaScript 支持。 请手动检查您的网络服务器是否使用 JavaScript MIME 类型提供 \".mjs\" 文件。", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您当前正在使用 PHP %s。在 Nextcloud 27 中 PHP 8.0 已过时,而在 Nextcloud 28 中可能最低需要 PHP 8.1。请尽快升级 PHP 至官方支持的最新版本。", "Rating: {score}/10" : "评分:{score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "你将移除群组 “{group}”。群组内的用户不会被删除。", "No users" : "无用户", + "Loading users …" : "正在加载用户 ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "列出所有用户。考虑性能原因该列表可能不会全部显示,而是在你浏览列表时按需显示。", + "Set user groups" : "设置用户群组", + "Set user as admin for …" : "将用户设置为以下群组的管理员 ...", + "Set user quota" : "设置用户配额", + "Add new user" : "添加新用户", + "Set user manager" : "设置用户管理者", + "Username will be autogenerated" : "用户名将自动生成", + "Username (required)" : "用户名(必填)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} 个用户 ..."], + "_{userCount} user_::_{userCount} users_" : ["{userCount} 个用户"], + "User actions" : "用户操作", "Loading user …" : "正在加载用户 ...", "Failed to update user manager" : "更新用户管理员失败", "User management settings" : "用户管理设置", "Send welcome email to new users" : "向新用户发送欢迎邮件", "Creating group …" : "正在创建群组 ...", - "Nextcloud help resources" : "Nextcloud 帮助资源" + "Nextcloud help resources" : "Nextcloud 帮助资源", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要允许此检查运行,您必须确保您的网络服务器可以连接到自身。 因此,它必须能够解析并连接到至少一个 `trusted_domains` 或 `overwrite.cli.url`。", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法通过您的任何 “trusted_domains\" 或 \"overwrite.cli.url\" 检查 JavaScript 支持。 这可能是服务器端 DNS 不匹配或出站防火墙规则造成的。 请手动检查您的网络服务器是否使用 JavaScript MIME 类型提供 \".mjs\" 文件。" }, "nplurals=1; plural=0;"); diff --git a/apps/settings/l10n/zh_CN.json b/apps/settings/l10n/zh_CN.json index 89f25ff7ffe..80a90de16df 100644 --- a/apps/settings/l10n/zh_CN.json +++ b/apps/settings/l10n/zh_CN.json @@ -54,9 +54,12 @@ "Wrong password" : "密码错误", "Unable to change personal password" : "无法更改个人密码", "Saved" : "已保存", + "No Login supplied" : "未提供登录信息", "Unable to change password. Password too long." : "无法更改密码。密码太长。", "Authentication error" : "认证错误", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "请提供管理员恢复密码; 否则,所有帐户数据都将丢失。", "Wrong admin recovery password. Please check the password and try again." : "错误的管理员恢复密码。请检查密码并重试。", + "Backend does not support password change, but the encryption of the account key was updated." : "后端不支持修改密码,但更新了账户密钥的加密方式。", "Administrator documentation" : "管理员文档", "User documentation" : "用户文档", "Nextcloud help overview" : "Nextcloud 帮助文件预览", @@ -66,6 +69,7 @@ "If you received this email, the email configuration seems to be correct." : "如果您收到了这封邮件,电子邮件配置应该就是正确的。", "Email could not be sent. Check your mail server log" : "邮件无法发送。检查您的邮件服务器日志", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "在发送电子邮件时出现问题。请修正您的设置。(错误:%s)", + "You need to set your account email before being able to send test emails. Go to %s for that." : "您需要先设置您的帐户电子邮件,然后才能发送测试电子邮件。去 %s 看看吧。", "Invalid account" : "无效的账户。", "Invalid mail address" : "无效的电子邮件地址", "Settings saved" : "设置已保存", @@ -92,6 +96,7 @@ "Welcome aboard" : "欢迎使用", "Welcome aboard %s" : "%s,欢迎使用", "Welcome to your %s account, you can add, protect, and share your data." : "欢迎使用您的账号 %s ,您可以添加、保护和共享您的数据。", + "Your Login is: %s" : "您的登录名是: %s", "Set your password" : "设置您的密码", "Go to %s" : "访问 %s", "Install Client" : "安装客户端", @@ -116,15 +121,39 @@ "Background jobs" : "后台任务", "Unlimited" : "无限", "Verifying" : "正在验证", + "App directories owner" : "应用程序目录所有者", + "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "某些应用程序目录由与 Web 服务器不同的用户拥有。 如果手动安装应用程序,可能会出现这种情况。 检查以下应用程序目录的权限:\n%s", + "App directories have the correct owner \"%s\"" : "应用程序目录具有正确的所有者 \"%s\"", "Brute-force Throttle" : "暴力破解限制", "Your remote address could not be determined." : "无法确定您的远程地址", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "您的地址 %s 因疑似暴力攻击已被限制,您可能在各种请求中遇到性能缓慢的问题。若前述地址与您的实际地址存在出入,则您可能错误配置了代理服务器。", "Your remote address \"%s\" is not brute-force throttled." : "您的地址 %s 未受暴力攻击限制", + "Old administration imported certificates" : "旧政府导入证书", + "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "后台作业正在等待检查管理导入的 SSL 证书。 请稍后再回来查看。", + "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "存在一些管理导入的 SSL 证书,Nextcloud 21 不再使用这些证书。可以通过 \"occ security:certificates:import\" 命令在命令行上导入它们。 它们在数据目录中的路径如下所示。", + "Code integrity" : "代码完整性", + "Integrity checker has been disabled. Integrity cannot be verified." : "完整性检查器已被禁用。 完整性无法验证。", + "No altered files" : "没有更改过的文件", + "Some files have not passed the integrity check. {link1} {link2}" : "某些文件未通过完整性检查。 {link1} {link2}", + "Cron errors" : "计划任务错误", + "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "无法通过 CLI 执行 cron 作业。 出现了以下技术错误:\n%s", + "The last cron job ran without errors." : "最后一个 cron 作业运行没有错误。", + "Cron last run" : "上次运行的 Cron", + "Last background job execution ran %s. Something seems wrong. {link}." : "上次后台作业执行运行了 %s。 似乎有些不对劲。 {link}.", + "Last background job execution ran %s." : ".上次后台作业执行运行了 %s。", + "Data directory protected" : "数据目录受保护", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "您的数据目录和文件似乎可以从互联网访问。这是因为 .htaccess 文件无效。强烈建议您配置您的 web 服务器,使数据目录不再可访问,或将数据目录移到 web 服务器文档根目录之外。", + "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "无法检查数据目录是否受到保护。 请手动检查您的服务器是否不允许访问数据目录。", + "Database missing columns" : "数据库缺失列", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "数据库缺少一些可选列。 由于在大表上添加列可能会花费一些时间,因此在可以选择时不会自动添加列。 通过运行“occ db:add-missing-columns”,可以在实例继续运行时手动添加那些缺少的列。 添加列后,某些功能可能会提高响应速度或可用性。", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行“occ db:add-missing-indices”命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。", + "Database missing indices" : "数据库缺失索引", + "Database missing primary keys" : "数据库缺少主键", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "数据库缺少一些主键。由于在大型数据表上添加主键可能需要一些时间,因此程序没有自动添加。通过运行“occ db:add-missing-primary-keys”,这些缺失的主键可以在实例持续运行时手动添加。", + "Database pending bigint migrations" : "数据库待处理的 bigint 迁移", + "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "数据库中的某些列缺少到大整型的转换。 由于更改大表上的列类型可能需要一些时间,因此它们不会自动更改。 通过运行 \"occ db:convert-filecache-bigint\",可以手动应用这些挂起的更改。 该操作需要在实例离线时进行。", + "Debug mode" : "调试模式", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "此实例正在调试模式下运行。仅在本地开发而非生产环境时启用该模式。", + "Debug mode is disabled." : "调试模式已禁用。", "Default phone region" : "默认电话区域", "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "您在安装过程中未设置默认的国际区号。缺失国际区号的电话号码时将使用默认的国际区号进行验证。要允许无国际区号的电话,请在您的配置文件中添加 “default_phone_region” 设置选项并依照 ISO 3166-1 进行设置。", "Email test" : "电子邮件测试", @@ -135,20 +164,37 @@ "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "当前正在使用数据库处理事务性文件锁定。若有内存缓存可用,请进行配置以提升性能。", "Forwarded for headers" : "转发标头", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "您的 trusted_proxy 设置存在错误,应为一个列表。", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "您的 \"trusted_proxies\" 设置未正确设置,它应该是一个 IP 地址数组 - 可以选择使用 CIDR 表示法的范围。", "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "反向代理标头设置不正确。这会允许攻击者对 Nextcloud 假冒其IP地址并引发安全问题。", "Your IP address was resolved as %s" : "您的IP地址为%s", "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "反向代理标头设置不正确,或您正在通过受信任的代理访问 Nextcloud。若您并未使用受信任的代理,这表示存在安全问题,攻击者可以对 Nextcloud 假冒其IP地址。", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "通过 HTTP 不安全地访问网站。 强烈建议您将服务器设置为需要 HTTPS。 如果没有它,一些重要的网络功能(例如 \"复制到剪贴板\" 或 \"服务人员\" )将无法工作!", + "Accessing site insecurely via HTTP." : "通过 HTTP 不安全地访问网站。", + "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "您正在通过安全连接访问您的实例,并且您的实例正在生成安全 URL。", "Internet connectivity" : "网络连接", "Internet connectivity is disabled in configuration file." : "配置文件中网络连接已禁用。", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "此服务器没有工作的互联网连接:无法访问多个端点。这意味着一些功能,如挂载外部存储、更新或安装第三方应用程序的通知将无法工作。远程访问文件和发送通知邮件也可能无法工作。建立从这个服务器到互联网的连接,以享受所有功能。", + "JavaScript modules support" : "JavaScript 模块支持", + "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "您的网络服务器不使用 JavaScript MIME 类型提供 \".mjs\" 文件。 这会阻止浏览器执行 JavaScript 文件,从而破坏某些应用程序。 您应该配置您的网络服务器以使用 \"text/javascript\" 或 \"application/javascript\" MIME 类型提供 \".mjs\" 文件。", + "JavaScript source map support" : "JavaScript 源映射支持", + "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "您的网络服务器未设置为提供 \".js.map\" 文件。 如果没有这些文件,JavaScript Source Maps 将无法正常运行,从而使排除和调试可能出现的任何问题变得更加困难。", "Old server-side-encryption" : "旧的服务器端加密", "Disabled" : "已禁用", "The old server-side-encryption format is enabled. We recommend disabling this." : "旧的服务器端加密格式已启用。我们建议禁用此功能。", + "Maintenance window start" : "维护窗口启动", + "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "服务器没有配置维护时段开始时间。 这意味着资源密集型日常后台作业也将在您的主要使用时间执行。 我们建议将其设置为低使用率的时间,这样用户就不会受到这些繁重任务造成的负载的影响。", + "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "执行繁重后台作业的维护窗口位于 {start}:00 UTC 和 {end}:00 UTC 之间", "Memcache" : "内存缓存", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "未配置内存缓存。若有内存缓存可用,请进行配置以提升性能。", "Configured" : "已配置", + "MySQL Unicode support" : "MySQL Unicode 支持", + "You are not using MySQL" : "您没有使用MySQL", + "MySQL is used as database and does support 4-byte characters" : "MySQL用作数据库并且支持4字节字符", + "OCS provider resolving" : "OCS提供商解析", + "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "无法检查您的 Web 服务器是否正确解析 OCM 和 OCS 提供商 URL。", "PHP default charset" : "PHP默认字符集", "PHP configuration option \"default_charset\" should be UTF-8" : "PHP 设置选项 default_chatset 应该为 UTF-8", + "The function is available." : "该功能可用。", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP函数“set_time_limit”不可用。 这可能会导致脚本在执行过程中暂停,从而导致安装中断。 我们强烈建议启用此功能。", "Freetype" : "Freetype字体", "Supported" : "受支持", @@ -158,29 +204,67 @@ "PHP memory limit" : "PHP内存限制", "The PHP memory limit is below the recommended value of %s." : "PHP 内存限制低于建议值 %s。", "PHP modules" : "PHP模块", + "increases language translation performance and fixes sorting of non-ASCII characters" : "提高语言翻译性能并修复非 ASCII 字符的排序", + "for Argon2 for password hashing" : "用于 Argon2 进行密码哈希处理", + "for WebAuthn passwordless login" : "用于 WebAuthn 无密码登录", + "for WebAuthn passwordless login, and SFTP storage" : "用于 WebAuthn 无密码登录和 SFTP 存储", + "for picture rotation in server and metadata extraction in the Photos app" : "用于服务器中的图片旋转和照片应用程序中的元数据提取", "This instance is missing some required PHP modules. It is required to install them: %s." : "该实例缺少一些必须的PHP模块。必须安装以下模块:%s", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "未加载 PHP OPcache 模块。为了更好的性能,建议将其加载到您的 PHP 安装中。", + "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache 已禁用。 为了获得更好的性能,建议在 PHP 配置中应用 \"opcache.enable=1\" 。", + "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "基于共享内存的 OPcache 被禁用。 为了获得更好的性能,建议在 PHP 配置中应用 \"opcache.file_cache_only=0\",并将文件缓存仅用作二级缓存。", + "OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "OPcache 未正常工作,opcache_get_status() 返回 false,请检查配置。", + "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply \"opcache.max_accelerated_files\" to your PHP configuration with a value higher than \"%s\"." : "几乎超出了 OPcache 键的最大数量。 为了确保所有脚本都可以保留在缓存中,建议将 \"opcache.max_accelerated_files\" 应用到您的 PHP 配置,其值高于 \"%s\".", + "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\"." : "OPcache 缓冲区几乎已满。 为了确保所有脚本都可以保存在缓存中,建议将“opcache.memory_conclusion”应用到您的 PHP 配置,其值高于 \"%s\".", + "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "OPcache 驻留字符串缓冲区几乎已满。 为了确保可以有效地缓存重复字符串,建议将 \"opcache.interned_strings_buffer\" 应用到您的 PHP 配置,其值高于 \"%s\".", + "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache 配置为删除代码注释。 启用 OPcache 后,必须设置 \"opcache.save_comments=1\",Nextcloud 才能正常运行。", + "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud 不允许使用 OPcache API。 启用 OPcache 后,强烈建议将所有 Nextcloud 目录包含在 \"opcache.restrict_api\" 中,或取消设置此设置以禁用 OPcache API 限制,以防止 Nextcloud 核心或应用程序升级期间出现错误。", + "The PHP OPcache module is not properly configured. %s." : "PHP OPcache 模块配置不正确。%s.", + "Correctly configured" : "正确配置", "PHP version" : "PHP版本", "You are currently running PHP %s." : "您当前正在使用 PHP %s。", "PHP \"output_buffering\" option" : "PHP output_buffering 选项", "PHP configuration option \"output_buffering\" must be disabled" : "PHP 设置选项 output_buffering 必须被禁用", + "Push service" : "推送服务", + "Valid enterprise license" : "有效的企业许可证", + "Free push service" : "免费推送服务", + "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}." : "这是 Nextcloud 不受支持的社区版本。 鉴于此实例的大小,无法保证性能、可靠性和可扩展性。 推送通知受到限制,以避免我们的免费服务超载。 如需了解有关 Nextcloud Enterprise 优势的更多信息,请访问 {link}。", "Random generator" : "随机数生成器", "No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "PHP找不到合适的随机数来源,出于安全性考量强烈不推荐这样做。", "Secure" : "安全", "Configuration file access rights" : "配置文件访问权限", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "只读配置已启用。这可以在浏览器界面保护配置。另外,每次更新时需手动赋予该文件写权限。", "Nextcloud configuration file is writable" : "Nextcloud 配置文件可写", + "HTTP headers" : "HTTP标头", + "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP 标头未设置为 `%2$s`。 某些功能可能无法正常工作,建议相应地调整此设置。", + "- The `%1$s` HTTP header is not set to `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP标头未设置为 `%2$s`。这可能是潜在的安全或隐私风险,建议调整此设置。", + "Some headers are not set correctly on your instance" : "您的实例上的某些标头设置不正确", + "Could not check that your web server serves security headers correctly. Please check manually." : "无法检查您的 Web 服务器是否正确提供安全标头。 请手动检查。", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "无法检查您的 Web 服务器是否正确提供安全标头,无法查询 `%s`", + "Your server is correctly configured to send security headers." : "您的服务器已正确配置为发送安全标头。", "Database version" : "数据库版本", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MariaDB 10.2 或更高版本。", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MySQL 8.0 或 MariaDB 10.2 或更高版本。", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 PostgreSQL 9.6 或更高版本。", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "目前使用 SQLite 作为后端数据库。 对于大型安装,我们建议您切换到不同的数据库后端。 当使用桌面客户端进行文件同步时,特别建议这样做。 要迁移到另一个数据库,请使用命令行工具:\"occ db:convert-type\"。", "Unknown database platform" : "未知的数据库软件", "Architecture" : "建筑风格", "64-bit" : "64位", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "您似乎正在使用32位的PHP版本。Nextcloud需要64位的PHP版本以便良好运行。请升级您的系统和PHP版本至64位!", + "Temporary space available" : "可用临时空间", + "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "检查临时 PHP 路径时出错 - 未正确设置为目录。 返回值: %s", + "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "检查临时 PHP 路径的可用磁盘空间时出错或未返回可用磁盘空间。 临时路径: %s", + "- %.1f GiB available in %s (PHP temporary directory)" : "- %.1f GiB 在 %s 中可用(PHP 临时目录)", + "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f GiB 在 %s 中可用(Nextcloud 临时目录)", + "Temporary directory is correctly configured:\n%s" : "临时目录配置正确:\n%s", + "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "该实例使用基于S3的对象存储作为主存储,并且临时目录中有足够的空间。\n%s", "Database transaction isolation level" : "数据库事务隔离等级", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "数据库没有运行在“READ COMMITTED”事务隔离级别。当多项操作同时执行时将产生问题。", "Was not able to get transaction isolation level: %s" : "未能获取事务隔离等级:%s", + "`check_for_working_wellknown_setup` is set to false in your configuration, so this check was skipped." : "您的配置中的 `check_for_working_wellknown_setup` 设置为 false,因此跳过了此检查。", + "Could not check that your web server serves `.well-known` correctly. Please check manually." : "无法检查您的网络服务器是否正确服务 `.well-known`。 请手动检查。", + "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "您的网络服务器未正确设置来解析 `.wellknown` URL,失败于:\n`%s`", + "Your server is correctly configured to serve `.well-known` URLs." : "您的服务器已正确配置为提供 `.well-known` URL。", + "WOFF2 file loading" : "WOFF2 文件加载", + "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "无法检查 WOFF2 加载支持。 请手动检查您的网络服务器是否提供 `.woff2` 文件。", + "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "您的 Web 服务器未正确设置以传送 .woff2 文件。 这通常是 Nginx 配置的问题。 对于 Nextcloud 15,它需要进行调整才能提供 .woff2 文件。 将您的 Nginx 配置与我们文档中推荐的配置进行比较。", "Profile information" : "个人信息", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "个人资料图片、全名、电子邮件、电话号码、地址、网站、Twitter、组织、角色、标题、个人简介以及您的个人资料是否启用", "Nextcloud settings" : "Nextcloud 设置", @@ -203,13 +287,20 @@ "Allow resharing" : "允许二次共享", "Allow sharing with groups" : "允许群组共享", "Restrict users to only share with users in their groups" : "限制用户只与他们组中的用户共享", + "Ignore the following groups when checking group membership" : "检查组成员身份时忽略以下组", "Allow users to share via link and emails" : "允许用户通过链接和电子邮件分享 ", "Allow public uploads" : "允许公开上传", "Always ask for a password" : "一直要求输入密码", "Enforce password protection" : "强制密码保护", "Exclude groups from password requirements" : "不对指定的组执行密码要求", "Exclude groups from creating link shares" : "禁止指定的组创建分享链接", + "Limit sharing based on groups" : "基于组限制共享", + "Allow sharing for everyone (default)" : "允许所有人共享(默认)", + "Exclude some groups from sharing" : "从共享中排除某些群组", + "Limit sharing to some groups" : "限制共享给某些组", + "Groups allowed to share" : "允许共享的组", "Groups excluded from sharing" : "排除共享的群组", + "Not allowed groups will still be able to receive shares, but not to initiate them." : "不允许的组仍然可以接收共享,但不能发起共享。", "Set default expiration date for shares" : "设置共享的默认截止日期", "Enforce expiration date" : "强制过期日期", "Default expiration time of new shares in days" : "新建共享的默认过期时间(天)", @@ -221,10 +312,7 @@ "Set default expiration date for shares via link or mail" : "设置通过链接或电子邮件分享的默认过期时间", "Default expiration time of shares in days" : "默认的共享过期时间(天)", "Privacy settings for sharing" : "共享的隐私设置", - "Allow username autocompletion in share dialog and allow access to the system address book" : "允许在分享对话框中自动补全用户名并访问系统通讯录", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "如果启用了“同组”自动完成和“手机号码集成”,则匹配两者中的任何一个都足以显示用户", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "允许群组内部的用户名自动补全,并将系统通讯录限制为同一群组用户", - "Allow username autocompletion to users based on phone number integration" : "允许基于手机号码集成自动完成用户的用户名", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "输入全名或电子邮箱地址时,允许自动完成(忽略缺少的通讯录匹配及同组要求)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "在公开链接上传页中显示免责声明(仅当文件列表隐藏时显示)", "Disclaimer text" : "免责声明文本", @@ -234,6 +322,7 @@ "Deleted disclaimer text" : "免责声明文本已删除", "Could not set disclaimer text" : "未能设置免责声明文本", "Two-Factor Authentication" : "两步验证", + "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "可以对所有帐户和特定组强制执行两因素身份验证。 如果他们没有配置双因素提供商,他们将无法登录系统。", "Enforce two-factor authentication" : "强制启用两步验证", "Limit to groups" : "限制于组", "Enforcement of two-factor authentication can be set for certain groups only." : "可以仅为某些组设置两步验证的强制执行。", @@ -241,6 +330,7 @@ "Enforced groups" : "强制群组", "Two-factor authentication is not enforced for members of the following groups." : "两步验证不对以下分组的成员强制启用。", "Excluded groups" : "排除群组", + "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "选择/排除 组时,它们使用以下逻辑来确定帐户是否强制执行 2FA:如果未选择任何组,则将为除排除组的成员之外的所有人启用 2FA。 如果选择组,则会为其中的所有成员启用 2FA。 如果账户同时位于选定组和排除组中,则选定组优先并强制执行 2FA。", "Save changes" : "保存修改", "Show details for {appName} app" : "显示应用 {appName} 的详细信息", "Update to {update}" : "更新至 {update}", @@ -261,7 +351,16 @@ "Download and enable all" : "下载并启用全部", "_%n app has an update available_::_%n apps have an update available_" : ["%n 应用有可用的更新"], "_Update_::_Update all_" : ["全部更新"], + "Nothing to show" : "没有什么可显示的", + "Could not load section content from app store." : "无法从应用商店加载部分内容。", "Loading" : "加载中", + "Fetching the latest news…" : "正在获取最新消息...", + "Could not load app discover section" : "无法加载应用程序发现部分", + "Could not render element" : "无法渲染元素", + "Carousel" : "轮播", + "Previous slide" : "上一张幻灯片", + "Next slide" : "下一张幻灯片", + "Choose slide to display" : "选择要显示的幻灯片", "Description" : "描述", "Details" : "详情", "All" : "全部", @@ -271,6 +370,7 @@ "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "该应用没有指定支持的 Nextcloud 最低版本。可能会在将来出现问题。", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "该应用没有指定支持的 Nextcloud 最高版本。可能会在将来出现问题。", "This app cannot be installed because the following dependencies are not fulfilled:" : "无法安装应用,因为无法满足下列依赖:", + "Latest updated" : "最近更新", "Author" : "作者", "Categories" : "分类", "Resources" : "资源", @@ -279,13 +379,17 @@ "Report a bug" : "报告问题", "Request feature" : "请求功能", "Ask questions or discuss" : "提问或讨论", + "Rate the app" : "对应用进行评分", "Rate" : "评价", "View in store" : "在商店中查看", "Visit website" : "访问网站", + "Usage documentation" : "使用手册", "Admin documentation" : "管理员文档", "Developer documentation" : "开发者文档", "Changelog" : "更改日志", "Device name" : "设备名称", + "Cancel renaming" : "取消重命名", + "Save new name" : "保存新名称", "Marked for remote wipe" : "标记为远程擦除", "Device settings" : "设备设置", "Allow filesystem access" : "允许访问文件系统", @@ -298,6 +402,7 @@ "{productName} Android app" : "{productName} 安卓应用", "{productName} Talk for iOS" : "{productName} iOS 版通话应用", "{productName} Talk for Android" : "{productName} Android 版通话应用", + "Sync client" : "同步客户端", "This session" : "当前会话", "Device" : "设备", "Last activity" : "最后活跃", @@ -306,23 +411,36 @@ "App name" : "应用名", "Create new app password" : "创建新应用密码", "Error while creating device token" : "创建设备令牌时出错", + "New app password" : "新应用程序密码", + "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "使用下面的凭据来配置您的应用程序或设备。 出于安全原因,该密码只会显示一次。", "Login" : "登录", "Password" : "密码", "Show QR code for mobile apps" : "为移动应用展示二维码", + "App password copied!" : "应用程序密码已复制!", + "Copy app password" : "复制应用程序密码", + "Login name copied!" : "登录名称已复制!", + "Copy login name" : "复制登录名称", "Could not copy app password. Please copy it manually." : "无法复制应用密码。请手动复制。", + "Could not copy login name. Please copy it manually." : "无法复制登录名。 请手动复制。", "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "为了使服务器正常工作,正确配置后台作业是很重要的。Cron 是推荐的设置。更多信息请参见文档。", "Last job execution ran {time}. Something seems wrong." : "上次任务执行于 {time}。但似乎有些问题。", "Last job ran {relativeTime}." : "上次任务执行于 {relativeTime}。", "Background job did not run yet!" : "后台任务从未执行!", "AJAX" : "AJAX", + "Execute one task with each page loaded. Use case: Single account instance." : "每加载一个页面就执行一个任务。使用场景:单一账号实例。", "Webcron" : "Webcron", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php 注册一个 webcron 服务,使用 HTTP 每 5 分钟执行一次 cron.php 文件。使用场景:非常小的实例(1-5 个账号,具体取决于使用用量)", "Cron (Recommended)" : "Cron(推荐)", "Use system cron service to call the cron.php file every 5 minutes." : "使用系统定时任务服务每 5 分钟执行一次 cron.php 文件。", + "The cron.php needs to be executed by the system account \"{user}\"." : "cron.php 需要由系统账号\"{user}\" 执行。", "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "您需要安装 PHP POSIX 拓展,详情请见 {linkstart}PHP 文档{linkend}。", "Unable to update background job mode" : "无法更新后台任务模式", "Profile" : "个人资料", + "Enable or disable profile by default for new accounts." : "默认情况下为新账号启用或禁用配置文件。", "Enable" : "启用", "Unable to update profile default setting" : "无法更新个人资料默认设置", + "{app}'s declarative setting field: {name}" : "{app} 的声明性设置字段:{name}", + "Failed to save setting" : "保存设置失败", "Server-side encryption" : "服务器端加密", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "服务器端加密可以加密上传到此服务器的文件。这带来了诸如性能损失的限制,因此仅在需要时启用此功能。", "Enable server-side encryption" : "启用服务器端加密", @@ -337,6 +455,7 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "您需要从旧版本(ownCloud <= 8.0)迁移您的加密密钥。请在应用中启用“Default encryption module”并运行 {command}", "Unable to update server side encryption config" : "无法更新服务端加密设置", "Please confirm the group removal" : "请确认移除该群组", + "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "您即将删除组 \"{group}\" 。 这些帐户不会被删除。", "Cancel" : "取消", "Confirm" : "确认", "Submit" : "提交", @@ -367,6 +486,7 @@ "Your full name" : "您的全名", "Primary email for password reset and notifications" : "用于重设密码和通知的主邮件", "Email options" : "电子邮件选项", + "Options for additional email address {index}" : "其他电子邮件地址 {index} 的选项", "Remove primary email" : "删除主邮件地址", "Delete email" : "删除电子邮件", "This address is not confirmed" : "此地址未经确认", @@ -381,9 +501,11 @@ "No email address set" : "尚未设置 Email 地址", "Your handle" : "您的别名", "Your headline" : "您的标题", + "Languages" : "语言", "Help translate" : "帮助翻译", "Unable to update language" : "无法更新语言", "No language set" : "没有设置语言", + "Locales" : "地区语系", "Week starts on {firstDayOfWeek}" : "每周开始于 {firstDayOfWeek}", "Unable to update locale" : "无法更新语系", "No locale set" : "没有设置语系", @@ -391,6 +513,7 @@ "Your organisation" : "您的组织", "Your phone number" : "您的电话号码", "Edit your Profile visibility" : "编辑个人资料可见性", + "Enable profile" : "启用简介", "Unable to update profile enabled state" : "无法更新个人资料启用状态", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "系统将遵循个人资料的 “可见性” 和 “范围” 设置中限制更严格那个。例如,当 “可见性” 设置为 “显示给所有人”,而 “范围” 设置为 “私密” 时,系统将按照 “私密” 来设置您个人资料", "Unable to update visibility of {displayId}" : "无法更新 {displayId} 的可见性", @@ -398,6 +521,7 @@ "Your X (formerly Twitter) handle" : "您的X(原Twitter)用户名", "Your website" : "您的网站", "No {property} set" : "没有设置 {property}", + "Invalid value" : "无效的值", "Unable to update {property}" : "无法更新 {property}", "Change scope level of {property}, current scope is {scope}" : "更改 {property} 的范围级别,当前范围为 {scope}", "Unable to update federation scope of the primary {property}" : "无法更新主要 {property} 的联盟范围", @@ -410,49 +534,45 @@ "Reshare" : "重新共享", "No accounts" : "没有账目", "Loading accounts …" : "正在加载账户...", + "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "帐户列表。 出于性能原因,此列表未完全呈现。 当您浏览列表时,将呈现帐户。", "Default language" : "默认语言", "Common languages" : "常用语言", "Other languages" : "其他语言", "Password change is disabled because the master key is disabled" : "密码修改被禁用,因为主密码被禁用", - "New user" : "新建用户", + "New account" : "新建帐号", "Display name" : "显示名称", "Either password or email is required" : "需要密码或者电子邮件地址", "Password (required)" : "密码(必填)", "Email (required)" : "电子邮件(必填)", "Email" : "电子邮件", "Groups (required)" : "群组(必填)", - "Set user groups" : "设置用户群组", "Administered groups" : "被管理的群组", - "Set user as admin for …" : "将用户设置为以下群组的管理员 ...", "Quota" : "配额", - "Set user quota" : "设置用户配额", "Language" : "语言", "Set default language" : "设置默认语言", "Manager" : "管理者", - "Add new user" : "添加新用户", - "Set user manager" : "设置用户管理者", - "Username will be autogenerated" : "用户名将自动生成", - "Username (required)" : "用户名(必填)", "Total rows summary" : "总行摘要", - "Loading users …" : "正在加载用户 ...", "Scroll to load more rows" : "滚动以加载更多列。", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} 个用户 ..."], - "_{userCount} user_::_{userCount} users_" : ["{userCount} 个用户"], "Avatar" : "头像", - "Username" : "用户名", "Group admin for" : "分组管理员", - "User backend" : "用户来源", "Storage location" : "存储位置", "Last login" : "最后登录", - "User actions" : "用户操作", + "Account actions" : "账号操作", "Password or insufficient permissions message" : "密码错误或权限不足的提示消息", + "Loading account …" : "正在加载帐户...", "Change display name" : "修改显示名称", "Set new password" : "设置新密码", + "You do not have permissions to see the details of this account" : "您无权查看此帐号的详细信息", "Set new email address" : "设置新邮箱地址", - "Add user to group" : "添加用户到组", + "Add account to group" : "将帐户添加到组", + "Set account as admin for" : "将帐号设置为管理员", + "Select account quota" : "选择账号限额", "Set the language" : "设置语言", "{size} used" : "已使用 {size}", "Delete account" : "删除账号", + "Disconnect all devices and delete local data" : "断开所有设备并删除本地数据", + "Disable account" : "禁用账号", + "Enable account" : "启用账号", "Resend welcome email" : "重新发送欢迎邮件", "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "如果设备丢失或退出组织,这可以从与 {userid} 关联的所有设备中远程擦除 Nextcloud 数据。 仅当设备连接到互联网时才有效。", "Remote wipe of devices" : "远程擦除设备", @@ -465,14 +585,20 @@ "Password was successfully changed" : "密码更改成功", "Email was successfully changed" : "邮箱更改成功", "Welcome mail sent!" : "欢迎邮件已经发送!", + "Toggle account actions menu" : "切换帐号操作菜单", "Done" : "完成", "Edit" : "编辑", + "Account management settings" : "账号管理设置", "Visibility" : "可见性", "Show language" : "显示语言", + "Show account backend" : "显示账号后台", "Show storage path" : "显示存储路径", "Show last login" : "显示最后登录", "Sorting" : "正在排序", + "The system config enforces sorting the groups by name. This also disables showing the member count." : "系统配置强制按名称对组进行排序。 这也会禁用显示成员计数。", + "Group list sorting" : "群组列表排序", "Send email" : "发送电子邮件", + "Send welcome email to new accounts" : "向新帐号发送欢迎邮件", "Defaults" : "默认", "Default quota" : "默认配额", "Select default quota" : "选择默认存储限额", @@ -489,8 +615,12 @@ "Your browser does not support WebAuthn." : "您的浏览器不支持 WebAuthn。", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "作为管理员,您可以调整共享行为。 有关详细信息,请参阅文档。", "You need to enable the File sharing App." : "您需要启用文件共享应用", + "Loading app list" : "正在加载应用程序列表", + "App Store" : "应用商店", + "Loading categories" : "正在加载分类", + "Active accounts" : "活跃账号", "Admins" : "管理员", - "New account" : "新建帐号", + "Disabled accounts" : "禁用账号", "Create group" : "创建群组", "Group name" : "分组名称", "Please enter a valid group name" : "请处输入一个有效的群组名称", @@ -512,6 +642,8 @@ "Profile visibility" : "个人资料可见性", "Locale" : "地区语系", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "不可用,因为包括文件共享和日历邀请在内的核心功能需要此属性", + "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "不可用,因为您的帐号已禁用联合,如果您有任何疑问,请联系您的系统管理员", + "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "不可用,因为不允许将帐户特定数据发布到查找服务器,如果您有任何疑问,请联系您的系统管理员", "Your apps" : "您的应用", "Active apps" : "已启用的应用", "Disabled apps" : "已禁用的应用", @@ -526,11 +658,13 @@ "The app will be downloaded from the App Store" : "将从应用商店下载应用", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "此应用被标记为与您的 Nextcloud 版本不兼容。如果您要继续,您仍可安装此应用。请注意此应用可能不会正常工作。", "Never" : "从不", + "Could not register device: Probably already registered" : "无法注册设备:可能已经注册", "An error occurred during the request. Unable to proceed." : "请求期间发生错误。无法继续。", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "该应用已启用,但是需要更新。将在 5 秒后跳转到更新页面。", "Error: This app cannot be enabled because it makes the server unstable" : "错误:这个应用程序不能被启用,因为它使服务器不稳定 ", "Do you really want to wipe your data from this device?" : "您真的要从此设备擦除您的数据吗?", "Confirm wipe" : "确认擦除", + "Could not delete the app token" : "无法删除应用令牌", "Error while wiping the device with the token" : "使用令牌擦除设备时出错", "Error while updating device token name" : "更新设备令牌名称时出错", "Error while updating device token scope" : "更新设备令牌范围时出错", @@ -597,6 +731,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "目前存在一些用户导入的 SSL 证书,这在 Nextcloud 21 中已经不使用了。它们可以通过“occ security:certificates:import”命令在命令行导入。它们在数据目录下的路径如下所示。", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "LDAP 用户或组的 UUID 无效。请审查你在 LDAP 配置的专家部分的 \"覆盖 UUID 检测 \"设置,并使用 \"occ ldap:update-uuid\" 来更新它们。", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV 系统通讯录同步失败,这可能是因为你的服务器实例有超过1000名用户,或是因为出现了错误。请手动通过指令 occ dav:sync-system-addressbook 继续该操作。", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MariaDB 10.2 或更高版本。", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MySQL 8.0 或 MariaDB 10.2 或更高版本。", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 PostgreSQL 9.6 或更高版本。", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "两步验证可以对于所有用户和特定分组启用。如果没有设置两步验证提供者,他们则不能登录到系统。", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "当分组被选择/排除时,将使用以下逻辑来确定一个用户是否强制启用两步验证:如果没有选择分组,两步验证将对被排除分组成员外的所有用户启用。如果选择了分组,两步验证将对被选择分组的成员启用。如果一个用户同时属于被选择和被排除分组,被选择分组将拥有优先权,两步验证将对该用户强制启用。", "Enable all" : "启用所有", @@ -611,6 +748,7 @@ "Error while deleting the token" : "删除令牌时出错", "Use the credentials below to configure your app or device." : "使用下述证书配置您的应用或设备。", "For security reasons this password will only be shown once." : "由于安全原因,密码仅会显示一次。", + "Username" : "用户名", "Copied!" : "已复制!", "Copy" : "复制", "Execute one task with each page loaded. Use case: Single user instance." : "每加载一个页面就执行一个任务。使用场景:单一用户实例。", @@ -624,12 +762,13 @@ "Your profile information" : "您的个人资料", "Your email address" : "您的电子邮件", "Additional emails" : "附加邮箱地址", - "Enable Profile" : "编辑个人资料", + "Enable Profile" : "启用简介", "Your Twitter handle" : "您的 Twitter 账号", "You do not have permissions to see the details of this user" : "您没有权限查看该用户的详细信息", "Edit display name" : "编辑显示名称", "Add new password" : "添加新的密码", "Add new email address" : "添加新的电子邮件地址", + "Add user to group" : "添加用户到组", "Set user as admin for" : "设置用户为管理员", "Select user quota" : "选择用户容量限额", "Select manager" : "选择管理者", @@ -640,9 +779,11 @@ "Enable user" : "启用用户", "Edit User" : "编辑用户", "User's table" : "用户的表格", + "New user" : "新建用户", "Will be autogenerated" : "将自动生成", "Select user manager" : "选择用户管理者", "Add a new user" : "添加新用户", + "User backend" : "用户来源", "No users in here" : "这里没有用户", "Name your device" : "为您的设备命名", "Server error while trying to add WebAuthn device" : "尝试添加 WebAuthn 设备时出现服务器错误", @@ -670,17 +811,35 @@ "Exclude groups from creating link shares:" : "禁止指定组创建链接分享:", "Exclude groups from sharing" : "在共享中排除组", "These groups will still be able to receive shares, but not to initiate them." : "这些组将仍可以获取共享,但无法向他人共享。", + "Allow username autocompletion in share dialog and allow access to the system address book" : "允许在分享对话框中自动补全用户名并访问系统通讯录", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "允许群组内部的用户名自动补全,并将系统通讯录限制为同一群组用户", + "Allow username autocompletion to users based on phone number integration" : "允许基于手机号码集成自动完成用户的用户名", "Old user imported certificates" : "旧用户导入的证书", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行“occ db:add-missing-indices”命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。", + "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法检查 JavaScript 支持。 请手动检查您的网络服务器是否使用 JavaScript MIME 类型提供 \".mjs\" 文件。", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您当前正在使用 PHP %s。在 Nextcloud 27 中 PHP 8.0 已过时,而在 Nextcloud 28 中可能最低需要 PHP 8.1。请尽快升级 PHP 至官方支持的最新版本。", "Rating: {score}/10" : "评分:{score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "你将移除群组 “{group}”。群组内的用户不会被删除。", "No users" : "无用户", + "Loading users …" : "正在加载用户 ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "列出所有用户。考虑性能原因该列表可能不会全部显示,而是在你浏览列表时按需显示。", + "Set user groups" : "设置用户群组", + "Set user as admin for …" : "将用户设置为以下群组的管理员 ...", + "Set user quota" : "设置用户配额", + "Add new user" : "添加新用户", + "Set user manager" : "设置用户管理者", + "Username will be autogenerated" : "用户名将自动生成", + "Username (required)" : "用户名(必填)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} 个用户 ..."], + "_{userCount} user_::_{userCount} users_" : ["{userCount} 个用户"], + "User actions" : "用户操作", "Loading user …" : "正在加载用户 ...", "Failed to update user manager" : "更新用户管理员失败", "User management settings" : "用户管理设置", "Send welcome email to new users" : "向新用户发送欢迎邮件", "Creating group …" : "正在创建群组 ...", - "Nextcloud help resources" : "Nextcloud 帮助资源" + "Nextcloud help resources" : "Nextcloud 帮助资源", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要允许此检查运行,您必须确保您的网络服务器可以连接到自身。 因此,它必须能够解析并连接到至少一个 `trusted_domains` 或 `overwrite.cli.url`。", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法通过您的任何 “trusted_domains\" 或 \"overwrite.cli.url\" 检查 JavaScript 支持。 这可能是服务器端 DNS 不匹配或出站防火墙规则造成的。 请手动检查您的网络服务器是否使用 JavaScript MIME 类型提供 \".mjs\" 文件。" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index e022efcc7cc..fbfea2f5cf6 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -130,7 +130,6 @@ OC.L10N.register( "Your remote address could not be determined." : "無法確定您的遠端位址。", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "您的遠端地址被識別為「%s」,且目前正受到強力限制,導致降低了各種請求的效能。若遠端地址不是您的地址,可能代表代理伺服器設定不正確。", "Your remote address \"%s\" is not brute-force throttled." : "您的遠端位址「%s」並未受到暴力攻擊限制。", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", "Old administration imported certificates" : "舊的管理員匯入憑證", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "背景作業正在檢查管理員匯入的 SSL 憑證。請稍後再檢查。", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些管理員匯入的 SSL 憑證,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行「occ security:certificates:import」命令來匯入。它們在資料目錄中的路徑如下所示。", @@ -151,8 +150,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "未找到非強制的縱列 “%s” 在數據庫表 “%s” 中。", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "數據庫遺失了一些欄位,然而添加主鍵這個動作將在肥大的數據庫花費許多時間,故我們將不會自動處理這項問題。藉由執行「occ db:add-missing-columns」手動添加這些欄位將能在系統持續運作時修復這個問題。添加可選欄位將提高系統回應速度和可用性。", "Database missing indices" : "資料庫缺少索引", - "Missing optional index \"%s\" in table \"%s\"." : "非強制的索引 \"%s\" 缺少於數據庫表 \"%s\" 中。", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "數據庫缺少某些索引值。由於將索引添加到大型數據庫表可能需要一段時間,安裝程序因此不會自動添加索引。您可執行 “occ db:add-missing-indices” 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多。", "Database missing primary keys" : "資料庫缺少主密鑰", "Missing primary key on table \"%s\"." : "數據表 \"%s\" 缺少主密鑰。", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "數據庫缺少一些主鍵。由於在大表上添加主鍵可能會花費一些時間,因此我們不會自動添加主鍵。通過運行 “occ db:add-missing-primary-keys”,可以在實例繼續運行的同時手動添加那些缺少的主鍵。", @@ -178,13 +175,11 @@ OC.L10N.register( "HTTPS access and URLs" : "HTTPS 存取與 URL", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "您正在透過不安全的 HTTP 存取網站,強烈建議您設定您的伺服器啟用 HTTPS。若不將伺服器設定為以 HTTPS 運作,部份重要的網站功能,如「複製到剪貼簿」或「service workers」將無法運作!", "Accessing site insecurely via HTTP." : "透過 HTTP 不安全地存取網站。", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "您正在透過安全連線存取您的站台,但您的實例卻產生了不安全的 URL。這很有可能是因為您使用了反向代理伺服器,但其覆寫設定變數並未正確設定。", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "您正在透過安全連線存取您的實例,且您的實例正在產生安全的 URL。", "Internet connectivity" : "互聯網連線", "Internet connectivity is disabled in configuration file." : "已在配置檔案中停用互聯網連線。", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "此伺服器沒有可用的互聯網連接(無法訪問多個端點)。 這意味著某些功能(例如掛載外部存儲、有關更新或安裝第三方應用程式的通知)將無法使用。 遠端存取檔案和發送通知電子郵件也可能不起作用。 請建立從此伺服器到互聯網的連接以享受所有功能。", "JavaScript modules support" : "JavaScript 模組支援", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "您的伺服器不使用 JavaScript MIME 類型來提供 `.mjs` 檔案。這將阻止瀏覽器執行 JavaScript 檔案,從而破壞某些應用程式。您應該配置您的伺服器,以使用 `text/javascript` 或`application/javascript` MIME類型來提供 `.mjs` 檔案。", "JavaScript source map support" : "JavaScript source map 支援", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "您的網路伺服器未設定好提供 `.js.map` 檔案。沒已這些檔案,JavaScript Source Map 將無法正常運作,從而使排除與除錯任何可能出現的問題變得較為困難。", @@ -195,8 +190,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "伺服器未設定維修視窗的開始時間。這意味著每天耗費大量資源的後台作業也會在您主要使用的時間內執行。我們建議將其設定為低使用率的時間,以減少用戶受到這些繁重任務帶來的負載影響。", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "維修視窗以執行繁重的後台作業是在 {start}:00 UTC 和 {end}:00 UTC 之間。", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached 配置為分布式緩存,但是安裝了錯誤的PHP模塊 “memcache”。\\OC\\Memcache\\Memcached 僅支持 “memcached”,不支持 “memcache”。", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "您已經設定 Memcached 為分散式快取,但 PHP 模組「memcached」未安裝。", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "未設定記憶體快取。要強化效能,請設定記憶體快取(若可用)。", "Configured" : "已配置", "MySQL Unicode support" : "MySQL Unicode 支援", @@ -265,14 +258,11 @@ OC.L10N.register( "- The `Strict-Transport-Security` HTTP header is not set to at least `%d` seconds (current value: `%d`). For enhanced security, it is recommended to use a long HSTS policy." : "- `Strict-Transport-Security` HTTP 標頭並未設定為至少 `%d` 秒(目前值:`%d`)。為了強化安全性,建議使用較長的 HSTS 政策。", "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS." : "- `Strict-Transport-Security` HTTP 標頭格式錯誤:`%s`。為了強化安全性,建議啟用 HSTS。", "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- 並未設定 `Strict-Transport-Security`(應至少 `%d` 秒)。為了強化安全性,建議啟用 HSTS。", - "Some headers are not set correctly on your instance" : "您的實例上有某些標頭設定不正確", + "Some headers are not set correctly on your instance" : "在您的 Nextcloud 實例上,某些標題的設置不正確。", "Could not check that your web server serves security headers correctly. Please check manually." : "無法檢查您的網路伺服器是否正確提供安全性標頭。請手動檢查。", "Could not check that your web server serves security headers correctly, unable to query `%s`" : "無法檢查您的網路伺服器是否正確提供安全性標頭,無法查詢 `%s`", "Your server is correctly configured to send security headers." : "您的伺服器正確設定了傳送安全性標頭。", "Database version" : "數據庫版本", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 MariaDB 10.2 或更新版本。", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更新版本。", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 PostgreSQL 9.6 或更新版本。", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "目前使用 SQLite 作為後端資料庫。對於較大型的站台,我們建議您切換到其他資料庫後端。當使用桌面客戶端進行檔案同步時,我們更強烈建議您這麼做。若要遷移到其他資料庫,請使用命令列工具:「occ db:convert-type」。", "Unknown database platform" : "數據庫平台不詳", "Architecture" : "建築學", @@ -344,10 +334,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "設定透過連結或郵件分享的預設過期日", "Default expiration time of shares in days" : "分享默認到期時間(天)", "Privacy settings for sharing" : "分享的隱私設定", - "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊用戶名並允許存取系統通訊錄", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "如果啟用了自動完成功能“相同的群組”和“電話號碼整合”,則任何一個匹配都足以向用戶顯示。", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "允許同一個群組內的用戶自動補齊用戶名稱,並將系統通訊錄限制為同一個群組內的用戶", - "Allow username autocompletion to users based on phone number integration" : "允許基於電話號碼整合的用戶自動完成用戶名", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "輸入全名或電郵地址時,允許自動完成(忽略缺少的電話簿匹配項,並且位於同一群組中)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "在公開的檔案連結和上傳頁面顯示免責聲明(僅在檔案列表隱藏的時候才會顯示)", "Disclaimer text" : "免責聲明文字", @@ -578,44 +565,32 @@ OC.L10N.register( "Common languages" : "常用語言", "Other languages" : "其他語言", "Password change is disabled because the master key is disabled" : "已停用密碼變更,因為主控密鑰已停用", - "New user" : "新用戶", + "New account" : "新帳戶", "Display name" : "顯示名稱", "Either password or email is required" : "需要密碼或電郵地址", "Password (required)" : "密碼(必填)", "Email (required)" : "電郵地址(必填)", "Email" : "電郵地址", "Groups (required)" : "群組(必填)", - "Set user groups" : "設置用戶群組", "Administered groups" : "被管理的群組", - "Set user as admin for …" : "將用戶設置為以下群組的管理員...", "Quota" : "容量限制", - "Set user quota" : "設置用戶配額", "Language" : "語言", "Set default language" : "設置默認語言", "Manager" : "管理者", - "Add new user" : "添加新用戶", - "Set user manager" : "設置用戶管理者", - "Username will be autogenerated" : "用戶名將自動生成", - "Username (required)" : "用戶名(必填)", "Total rows summary" : "總列摘要", - "Loading users …" : "用戶加載中 ...", "Scroll to load more rows" : "捲動以載入更多列", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} 個用戶 …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} 個用戶"], "Avatar" : "虛擬化身大頭照", - "Username" : "用戶名稱", + "Account name" : "帳戶名稱", "Group admin for" : "群組管理員", - "User backend" : "用戶後端系統", "Storage location" : "儲存位置", "Last login" : "最後登入", - "User actions" : "用戶操作", + "Account actions" : "帳戶操作", "Password or insufficient permissions message" : "密碼或權限不足訊息", "Loading account …" : "正在加载帳戶 ...", "Change display name" : "更改顯示名稱", "Set new password" : "設置新密碼", "You do not have permissions to see the details of this account" : "您沒有檢視此帳戶詳細資料的權限", "Set new email address" : "設置新電郵地址", - "Add user to group" : "在群組中新增用戶", "Add account to group" : "在群組中新增帳戶", "Set account as admin for" : "將帳戶設定為管理員", "Select account quota" : "選擇帳戶容量限制", @@ -681,7 +656,6 @@ OC.L10N.register( "Disabled accounts" : "已停用帳戶", "Account group: {group}" : "帳戶群組:{group}", "Account management" : "帳戶管理", - "New account" : "新帳戶", "Creating group…" : "正在創建群組 ...", "Create group" : "創建群組", "Group name" : "群組名稱", @@ -800,6 +774,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "存在一些用戶匯入的SSL證書,這些在Nextcloud 21中不再使用。可以通過“ occ security:certificates:import”命令在命令行上將其導入。它們在數據目錄中的路徑如下所示。", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "LDAP 用戶或群組的 UUID 無效。請查看 LDAP 配置專家部分中的“覆蓋 UUID 檢測”設置,並使用“occ ldap:update-uuid”更新它們。", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV 系統通訊錄同步尚未執行,因為您的實例有超過 1000 個用戶,或是因為遇到錯誤。請透過 occ dav:sync-system-addressbook 手動執行。", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 MariaDB 10.2 或更新版本。", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更新版本。", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 PostgreSQL 9.6 或更新版本。", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "可對所有用戶與特定群組實施雙重認證。如果他們沒有設定雙重認證提供者,那麼他們就會無法登入系統。", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "選擇/排除群組時,其使用以下邏輯來確定用戶是否強制啟用雙因素驗證:如果沒有選擇群組,雙因素驗證對所有除了排除群組以外的成員啟用。若選擇了群組,則雙因素驗證會對所有該群組的成員啟用。如果某個用戶同時位在選擇與排除的群組,則被選擇的群組優先程度較高,因此會強制啟用雙因素驗證。", "Enable all" : "全部啟用", @@ -814,6 +791,7 @@ OC.L10N.register( "Error while deleting the token" : "刪除權杖時發生錯誤", "Use the credentials below to configure your app or device." : "請使用下方的登入資訊來設定您的應用程式或是裝置", "For security reasons this password will only be shown once." : "基於安全性考量,這個密碼只會顯示一次", + "Username" : "用戶名稱", "Copied!" : "已複製!", "Copy" : "複製", "Execute one task with each page loaded. Use case: Single user instance." : "每個頁面載入時執行一次任務。使用情境:單用戶站台。", @@ -833,6 +811,7 @@ OC.L10N.register( "Edit display name" : "編輯顯示名稱", "Add new password" : "新增密碼", "Add new email address" : "新增電郵地址", + "Add user to group" : "在群組中新增用戶", "Set user as admin for" : "將用戶設定為管理員", "Select user quota" : "選擇用戶配額", "Select manager" : "選擇管理者", @@ -843,9 +822,11 @@ OC.L10N.register( "Enable user" : "啟用用戶", "Edit User" : "編輯用戶", "User's table" : "用戶的表格", + "New user" : "新用戶", "Will be autogenerated" : "將自動生成", "Select user manager" : "選擇用戶管理者", "Add a new user" : "新增用戶", + "User backend" : "用戶後端系統", "No users in here" : "這裡沒有用戶", "Name your device" : "請為您的裝置命名", "Server error while trying to add WebAuthn device" : "嘗試新增 WebAuthn 裝置時發生伺服器錯誤", @@ -873,7 +854,12 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "禁止以下群組創建連結分享:", "Exclude groups from sharing" : "禁止特定群組分享檔案", "These groups will still be able to receive shares, but not to initiate them." : "這些群組仍然能接受其他人的分享,但是沒有辦法發起分享。", + "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊用戶名並允許存取系統通訊錄", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "允許同一個群組內的用戶自動補齊用戶名稱,並將系統通訊錄限制為同一個群組內的用戶", + "Allow username autocompletion to users based on phone number integration" : "允許基於電話號碼整合的用戶自動完成用戶名", "Old user imported certificates" : "舊用戶匯入的憑證", + "Missing optional index \"%s\" in table \"%s\"." : "非強制的索引 \"%s\" 缺少於數據庫表 \"%s\" 中。", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "數據庫缺少某些索引值。由於將索引添加到大型數據庫表可能需要一段時間,安裝程序因此不會自動添加索引。您可執行 “occ db:add-missing-indices” 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多。", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法檢查 JavaScript 支援。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供 \".mjs\" 檔案。", "MySQL unicode support" : "MySQL Unicode 支援", "Overwrite cli URL" : "覆寫 CLI URL", @@ -881,7 +867,18 @@ OC.L10N.register( "Rating: {score}/10" : "評分:{score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "您將要移除群組「{group}」。用戶將不會被刪除。", "No users" : "沒有用戶", + "Loading users …" : "用戶加載中 ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "用戶清單。出於性能考量,此清單未完全呈現。用戶將在您瀏覽清單時呈現。", + "Set user groups" : "設置用戶群組", + "Set user as admin for …" : "將用戶設置為以下群組的管理員...", + "Set user quota" : "設置用戶配額", + "Add new user" : "添加新用戶", + "Set user manager" : "設置用戶管理者", + "Username will be autogenerated" : "用戶名將自動生成", + "Username (required)" : "用戶名(必填)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} 個用戶 …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} 個用戶"], + "User actions" : "用戶操作", "Loading user …" : "用戶加載中 …", "Failed to update user manager" : "更新用戶經理失敗", "User management settings" : "用戶管理設定", @@ -889,6 +886,8 @@ OC.L10N.register( "User management" : "用戶管理", "Creating group …" : "正在創建群組 ...", "User group: {group}" : "用戶群組:{group}", - "Nextcloud help resources" : "Nextcloud 幫助資源" + "Nextcloud help resources" : "Nextcloud 幫助資源", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。" }, "nplurals=1; plural=0;"); diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index 0434cd9ef09..2a89f7c9662 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -128,7 +128,6 @@ "Your remote address could not be determined." : "無法確定您的遠端位址。", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "您的遠端地址被識別為「%s」,且目前正受到強力限制,導致降低了各種請求的效能。若遠端地址不是您的地址,可能代表代理伺服器設定不正確。", "Your remote address \"%s\" is not brute-force throttled." : "您的遠端位址「%s」並未受到暴力攻擊限制。", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", "Old administration imported certificates" : "舊的管理員匯入憑證", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "背景作業正在檢查管理員匯入的 SSL 憑證。請稍後再檢查。", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些管理員匯入的 SSL 憑證,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行「occ security:certificates:import」命令來匯入。它們在資料目錄中的路徑如下所示。", @@ -149,8 +148,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "未找到非強制的縱列 “%s” 在數據庫表 “%s” 中。", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "數據庫遺失了一些欄位,然而添加主鍵這個動作將在肥大的數據庫花費許多時間,故我們將不會自動處理這項問題。藉由執行「occ db:add-missing-columns」手動添加這些欄位將能在系統持續運作時修復這個問題。添加可選欄位將提高系統回應速度和可用性。", "Database missing indices" : "資料庫缺少索引", - "Missing optional index \"%s\" in table \"%s\"." : "非強制的索引 \"%s\" 缺少於數據庫表 \"%s\" 中。", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "數據庫缺少某些索引值。由於將索引添加到大型數據庫表可能需要一段時間,安裝程序因此不會自動添加索引。您可執行 “occ db:add-missing-indices” 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多。", "Database missing primary keys" : "資料庫缺少主密鑰", "Missing primary key on table \"%s\"." : "數據表 \"%s\" 缺少主密鑰。", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "數據庫缺少一些主鍵。由於在大表上添加主鍵可能會花費一些時間,因此我們不會自動添加主鍵。通過運行 “occ db:add-missing-primary-keys”,可以在實例繼續運行的同時手動添加那些缺少的主鍵。", @@ -176,13 +173,11 @@ "HTTPS access and URLs" : "HTTPS 存取與 URL", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "您正在透過不安全的 HTTP 存取網站,強烈建議您設定您的伺服器啟用 HTTPS。若不將伺服器設定為以 HTTPS 運作,部份重要的網站功能,如「複製到剪貼簿」或「service workers」將無法運作!", "Accessing site insecurely via HTTP." : "透過 HTTP 不安全地存取網站。", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "您正在透過安全連線存取您的站台,但您的實例卻產生了不安全的 URL。這很有可能是因為您使用了反向代理伺服器,但其覆寫設定變數並未正確設定。", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "您正在透過安全連線存取您的實例,且您的實例正在產生安全的 URL。", "Internet connectivity" : "互聯網連線", "Internet connectivity is disabled in configuration file." : "已在配置檔案中停用互聯網連線。", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "此伺服器沒有可用的互聯網連接(無法訪問多個端點)。 這意味著某些功能(例如掛載外部存儲、有關更新或安裝第三方應用程式的通知)將無法使用。 遠端存取檔案和發送通知電子郵件也可能不起作用。 請建立從此伺服器到互聯網的連接以享受所有功能。", "JavaScript modules support" : "JavaScript 模組支援", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "您的伺服器不使用 JavaScript MIME 類型來提供 `.mjs` 檔案。這將阻止瀏覽器執行 JavaScript 檔案,從而破壞某些應用程式。您應該配置您的伺服器,以使用 `text/javascript` 或`application/javascript` MIME類型來提供 `.mjs` 檔案。", "JavaScript source map support" : "JavaScript source map 支援", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "您的網路伺服器未設定好提供 `.js.map` 檔案。沒已這些檔案,JavaScript Source Map 將無法正常運作,從而使排除與除錯任何可能出現的問題變得較為困難。", @@ -193,8 +188,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "伺服器未設定維修視窗的開始時間。這意味著每天耗費大量資源的後台作業也會在您主要使用的時間內執行。我們建議將其設定為低使用率的時間,以減少用戶受到這些繁重任務帶來的負載影響。", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "維修視窗以執行繁重的後台作業是在 {start}:00 UTC 和 {end}:00 UTC 之間。", "Memcache" : "Memcache", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "Memcached 配置為分布式緩存,但是安裝了錯誤的PHP模塊 “memcache”。\\OC\\Memcache\\Memcached 僅支持 “memcached”,不支持 “memcache”。", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "您已經設定 Memcached 為分散式快取,但 PHP 模組「memcached」未安裝。", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "未設定記憶體快取。要強化效能,請設定記憶體快取(若可用)。", "Configured" : "已配置", "MySQL Unicode support" : "MySQL Unicode 支援", @@ -263,14 +256,11 @@ "- The `Strict-Transport-Security` HTTP header is not set to at least `%d` seconds (current value: `%d`). For enhanced security, it is recommended to use a long HSTS policy." : "- `Strict-Transport-Security` HTTP 標頭並未設定為至少 `%d` 秒(目前值:`%d`)。為了強化安全性,建議使用較長的 HSTS 政策。", "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS." : "- `Strict-Transport-Security` HTTP 標頭格式錯誤:`%s`。為了強化安全性,建議啟用 HSTS。", "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- 並未設定 `Strict-Transport-Security`(應至少 `%d` 秒)。為了強化安全性,建議啟用 HSTS。", - "Some headers are not set correctly on your instance" : "您的實例上有某些標頭設定不正確", + "Some headers are not set correctly on your instance" : "在您的 Nextcloud 實例上,某些標題的設置不正確。", "Could not check that your web server serves security headers correctly. Please check manually." : "無法檢查您的網路伺服器是否正確提供安全性標頭。請手動檢查。", "Could not check that your web server serves security headers correctly, unable to query `%s`" : "無法檢查您的網路伺服器是否正確提供安全性標頭,無法查詢 `%s`", "Your server is correctly configured to send security headers." : "您的伺服器正確設定了傳送安全性標頭。", "Database version" : "數據庫版本", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 MariaDB 10.2 或更新版本。", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更新版本。", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 PostgreSQL 9.6 或更新版本。", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "目前使用 SQLite 作為後端資料庫。對於較大型的站台,我們建議您切換到其他資料庫後端。當使用桌面客戶端進行檔案同步時,我們更強烈建議您這麼做。若要遷移到其他資料庫,請使用命令列工具:「occ db:convert-type」。", "Unknown database platform" : "數據庫平台不詳", "Architecture" : "建築學", @@ -342,10 +332,7 @@ "Set default expiration date for shares via link or mail" : "設定透過連結或郵件分享的預設過期日", "Default expiration time of shares in days" : "分享默認到期時間(天)", "Privacy settings for sharing" : "分享的隱私設定", - "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊用戶名並允許存取系統通訊錄", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "如果啟用了自動完成功能“相同的群組”和“電話號碼整合”,則任何一個匹配都足以向用戶顯示。", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "允許同一個群組內的用戶自動補齊用戶名稱,並將系統通訊錄限制為同一個群組內的用戶", - "Allow username autocompletion to users based on phone number integration" : "允許基於電話號碼整合的用戶自動完成用戶名", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "輸入全名或電郵地址時,允許自動完成(忽略缺少的電話簿匹配項,並且位於同一群組中)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "在公開的檔案連結和上傳頁面顯示免責聲明(僅在檔案列表隱藏的時候才會顯示)", "Disclaimer text" : "免責聲明文字", @@ -576,44 +563,32 @@ "Common languages" : "常用語言", "Other languages" : "其他語言", "Password change is disabled because the master key is disabled" : "已停用密碼變更,因為主控密鑰已停用", - "New user" : "新用戶", + "New account" : "新帳戶", "Display name" : "顯示名稱", "Either password or email is required" : "需要密碼或電郵地址", "Password (required)" : "密碼(必填)", "Email (required)" : "電郵地址(必填)", "Email" : "電郵地址", "Groups (required)" : "群組(必填)", - "Set user groups" : "設置用戶群組", "Administered groups" : "被管理的群組", - "Set user as admin for …" : "將用戶設置為以下群組的管理員...", "Quota" : "容量限制", - "Set user quota" : "設置用戶配額", "Language" : "語言", "Set default language" : "設置默認語言", "Manager" : "管理者", - "Add new user" : "添加新用戶", - "Set user manager" : "設置用戶管理者", - "Username will be autogenerated" : "用戶名將自動生成", - "Username (required)" : "用戶名(必填)", "Total rows summary" : "總列摘要", - "Loading users …" : "用戶加載中 ...", "Scroll to load more rows" : "捲動以載入更多列", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} 個用戶 …"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} 個用戶"], "Avatar" : "虛擬化身大頭照", - "Username" : "用戶名稱", + "Account name" : "帳戶名稱", "Group admin for" : "群組管理員", - "User backend" : "用戶後端系統", "Storage location" : "儲存位置", "Last login" : "最後登入", - "User actions" : "用戶操作", + "Account actions" : "帳戶操作", "Password or insufficient permissions message" : "密碼或權限不足訊息", "Loading account …" : "正在加载帳戶 ...", "Change display name" : "更改顯示名稱", "Set new password" : "設置新密碼", "You do not have permissions to see the details of this account" : "您沒有檢視此帳戶詳細資料的權限", "Set new email address" : "設置新電郵地址", - "Add user to group" : "在群組中新增用戶", "Add account to group" : "在群組中新增帳戶", "Set account as admin for" : "將帳戶設定為管理員", "Select account quota" : "選擇帳戶容量限制", @@ -679,7 +654,6 @@ "Disabled accounts" : "已停用帳戶", "Account group: {group}" : "帳戶群組:{group}", "Account management" : "帳戶管理", - "New account" : "新帳戶", "Creating group…" : "正在創建群組 ...", "Create group" : "創建群組", "Group name" : "群組名稱", @@ -798,6 +772,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "存在一些用戶匯入的SSL證書,這些在Nextcloud 21中不再使用。可以通過“ occ security:certificates:import”命令在命令行上將其導入。它們在數據目錄中的路徑如下所示。", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "LDAP 用戶或群組的 UUID 無效。請查看 LDAP 配置專家部分中的“覆蓋 UUID 檢測”設置,並使用“occ ldap:update-uuid”更新它們。", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV 系統通訊錄同步尚未執行,因為您的實例有超過 1000 個用戶,或是因為遇到錯誤。請透過 occ dav:sync-system-addressbook 手動執行。", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 MariaDB 10.2 或更新版本。", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更新版本。", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 PostgreSQL 9.6 或更新版本。", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "可對所有用戶與特定群組實施雙重認證。如果他們沒有設定雙重認證提供者,那麼他們就會無法登入系統。", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "選擇/排除群組時,其使用以下邏輯來確定用戶是否強制啟用雙因素驗證:如果沒有選擇群組,雙因素驗證對所有除了排除群組以外的成員啟用。若選擇了群組,則雙因素驗證會對所有該群組的成員啟用。如果某個用戶同時位在選擇與排除的群組,則被選擇的群組優先程度較高,因此會強制啟用雙因素驗證。", "Enable all" : "全部啟用", @@ -812,6 +789,7 @@ "Error while deleting the token" : "刪除權杖時發生錯誤", "Use the credentials below to configure your app or device." : "請使用下方的登入資訊來設定您的應用程式或是裝置", "For security reasons this password will only be shown once." : "基於安全性考量,這個密碼只會顯示一次", + "Username" : "用戶名稱", "Copied!" : "已複製!", "Copy" : "複製", "Execute one task with each page loaded. Use case: Single user instance." : "每個頁面載入時執行一次任務。使用情境:單用戶站台。", @@ -831,6 +809,7 @@ "Edit display name" : "編輯顯示名稱", "Add new password" : "新增密碼", "Add new email address" : "新增電郵地址", + "Add user to group" : "在群組中新增用戶", "Set user as admin for" : "將用戶設定為管理員", "Select user quota" : "選擇用戶配額", "Select manager" : "選擇管理者", @@ -841,9 +820,11 @@ "Enable user" : "啟用用戶", "Edit User" : "編輯用戶", "User's table" : "用戶的表格", + "New user" : "新用戶", "Will be autogenerated" : "將自動生成", "Select user manager" : "選擇用戶管理者", "Add a new user" : "新增用戶", + "User backend" : "用戶後端系統", "No users in here" : "這裡沒有用戶", "Name your device" : "請為您的裝置命名", "Server error while trying to add WebAuthn device" : "嘗試新增 WebAuthn 裝置時發生伺服器錯誤", @@ -871,7 +852,12 @@ "Exclude groups from creating link shares:" : "禁止以下群組創建連結分享:", "Exclude groups from sharing" : "禁止特定群組分享檔案", "These groups will still be able to receive shares, but not to initiate them." : "這些群組仍然能接受其他人的分享,但是沒有辦法發起分享。", + "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊用戶名並允許存取系統通訊錄", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "允許同一個群組內的用戶自動補齊用戶名稱,並將系統通訊錄限制為同一個群組內的用戶", + "Allow username autocompletion to users based on phone number integration" : "允許基於電話號碼整合的用戶自動完成用戶名", "Old user imported certificates" : "舊用戶匯入的憑證", + "Missing optional index \"%s\" in table \"%s\"." : "非強制的索引 \"%s\" 缺少於數據庫表 \"%s\" 中。", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "數據庫缺少某些索引值。由於將索引添加到大型數據庫表可能需要一段時間,安裝程序因此不會自動添加索引。您可執行 “occ db:add-missing-indices” 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多。", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法檢查 JavaScript 支援。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供 \".mjs\" 檔案。", "MySQL unicode support" : "MySQL Unicode 支援", "Overwrite cli URL" : "覆寫 CLI URL", @@ -879,7 +865,18 @@ "Rating: {score}/10" : "評分:{score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "您將要移除群組「{group}」。用戶將不會被刪除。", "No users" : "沒有用戶", + "Loading users …" : "用戶加載中 ...", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "用戶清單。出於性能考量,此清單未完全呈現。用戶將在您瀏覽清單時呈現。", + "Set user groups" : "設置用戶群組", + "Set user as admin for …" : "將用戶設置為以下群組的管理員...", + "Set user quota" : "設置用戶配額", + "Add new user" : "添加新用戶", + "Set user manager" : "設置用戶管理者", + "Username will be autogenerated" : "用戶名將自動生成", + "Username (required)" : "用戶名(必填)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} 個用戶 …"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} 個用戶"], + "User actions" : "用戶操作", "Loading user …" : "用戶加載中 …", "Failed to update user manager" : "更新用戶經理失敗", "User management settings" : "用戶管理設定", @@ -887,6 +884,8 @@ "User management" : "用戶管理", "Creating group …" : "正在創建群組 ...", "User group: {group}" : "用戶群組:{group}", - "Nextcloud help resources" : "Nextcloud 幫助資源" + "Nextcloud help resources" : "Nextcloud 幫助資源", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index 727e158385c..d2130b1875f 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -130,7 +130,6 @@ OC.L10N.register( "Your remote address could not be determined." : "無法確定您的遠端位址。", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "您的遠端地址被識別為「%s」,且目前正受到強力限制,導致降低了各種請求的效能。若遠端地址不是您的地址,可能代表代理伺服器設定不正確。", "Your remote address \"%s\" is not brute-force throttled." : "您的遠端位址「%s」並未受到暴力攻擊限制。", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", "Old administration imported certificates" : "舊的管理員匯入憑證", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "背景作業正在檢查管理員匯入的 SSL 憑證。請稍後再檢查。", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些管理員匯入的 SSL 憑證,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行「occ security:certificates:import」命令來匯入。它們在資料目錄中的路徑如下所示。", @@ -151,8 +150,6 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "缺少選擇性欄位「%s」於資料表「%s」中。", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "資料庫遺失了一些欄位,然而新增欄位這個動作將在龐大的表中花費許多時間,因此它們並不會被自動新增。藉由執行 \"occ db:add-missing-columns\" 手動新增欄位將能在系統持續運作時修復這個問題。新增這些欄位將提高系統回應速度和可用性。", "Database missing indices" : "資料庫缺少索引", - "Missing optional index \"%s\" in table \"%s\"." : "缺少選擇性索引「%s」於資料表「%s」中。", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "資料庫缺少了某些索引值。由於在一個龐大的表中新增索引需要一些時間,因此它們並不會被自動新增。您可執行 \"occ db:add-missing-indices\" 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多", "Database missing primary keys" : "資料庫缺少主鍵", "Missing primary key on table \"%s\"." : "資料表「%s」缺少主鍵。", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "資料庫缺少了一些主鍵,然而新增主鍵這個動作將在龐大的表中花費許多時間,因此它們並不會被自動新增。藉由執行 \"occ db:add-missing-primary-keys\" 手動新增主鍵將能在系統持續運作時修復這個問題。", @@ -178,13 +175,11 @@ OC.L10N.register( "HTTPS access and URLs" : "HTTPS 存取與 URL", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "您正在透過不安全的 HTTP 存取網站,強烈建議您設定您的伺服器啟用 HTTPS。若不將伺服器設定為以 HTTPS 運作,部份重要的網站功能,如「複製到剪貼簿」或「Service Worker」將無法運作!", "Accessing site insecurely via HTTP." : "透過 HTTP 不安全地存取網站。", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "您正在透過安全連線存取您的站台,但您的站台卻產生了不安全的 URL。這很有可能是因為您使用了反向代理伺服器,但其覆寫設定變數並未正確設定。", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "您正在透過安全連線存取您的站台,且您的站台正在產生安全的 URL。", "Internet connectivity" : "網際網路連線", "Internet connectivity is disabled in configuration file." : "已在設定檔中停用網際網路連線。", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "此伺服器沒有網際網路連線(無法與多個端點取得聯繫),有些功能,像是外部儲存、應用程式更新版通知將無法運作。從遠端存取資料或是寄送電子郵件通知可能也無法運作。建議您設定好網際網路連線以使用所有功能。", "JavaScript modules support" : "JavaScript 模組支援", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "您的網頁伺服器並未使用 JavaScript MIME 類型來提供 `.mjs` 檔案。這將會阻止瀏覽器執行 JavaScript 檔案,因而破壞某些應用程式。您應該設定您的網頁伺服器,以使用 `text/javascript` 或 `application/javascript` 來提供 `.mjs` 檔案。", "JavaScript source map support" : "JavaScript source map 支援", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "您的網路伺服器未設定好提供 `.js.map` 檔案。沒已這些檔案,JavaScript Source Map 將無法正常運作,從而使排除與除錯任何可能出現的問題變得較為困難。", @@ -195,8 +190,6 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "伺服器未設定維護時段的開始時間。這代表了每天耗費大量資源的背景作業也會在您主要使用的時間內執行。我們建議將其設定為低使用率的時間,以減少使用者受到這些繁重任務帶來的負載影響。", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "維護時段以執行繁重的背景作業是在 {start}:00 UTC 至 {end}:00 UTC 間", "Memcache" : "記憶體快取", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "您已經設定 Memcached 為分散式快取,但是您安裝了錯誤的 PHP 模組「memcache」,Nextcloud 的 \\OC\\Memcache\\Memcached 元件不支援「memcache」模組,僅支援「memcached」模組。", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "您已經設定 Memcached 為分散式快取,但 PHP 模組「memcached」未安裝。", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "未設定記憶體快取。要強化效能,請設定記憶體快取(若可用)。", "Configured" : "已設定", "MySQL Unicode support" : "MySQL Unicode 支援", @@ -270,9 +263,6 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "無法檢查您的網路伺服器是否正確提供安全性標頭,無法查詢 `%s`", "Your server is correctly configured to send security headers." : "您的伺服器正確設定了傳送安全性標頭。", "Database version" : "資料庫版本", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本「%s」。Nextcloud 21 或更新版本不支援此版本,並需要 MariaDB 10.2 或更新版本。", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 或更新版本不支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更新版本。", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本「%s」。Nextcloud 21 或更新版本不支援此版本,並需要 PostgreSQL 9.6 或更新版本。", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "目前使用 SQLite 作為後端資料庫。對於較大型的站台,我們建議您切換到其他資料庫後端。當使用桌面客戶端進行檔案同步時,我們更強烈建議您這麼做。若要遷移到其他資料庫,請使用命令列工具:「occ db:convert-type」。", "Unknown database platform" : "未知資料庫平台", "Architecture" : "架構", @@ -344,10 +334,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "設定透過連結或郵件分享的預設過期日", "Default expiration time of shares in days" : "分享預設到期時間(天)", "Privacy settings for sharing" : "分享的隱私設定", - "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊使用者名稱並允許存取系統通訊錄", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "若同時啟用「同一個群組」與「電話號碼整合」的自動完成,則符合其中一項條件就會顯示使用者。", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "允許同一個群組內的使用者自動完成使用者名稱,並將系統通訊錄限制為同一個群組內的使用者", - "Allow username autocompletion to users based on phone number integration" : "允許以電話號碼整合為基礎的使用者名稱自動完成", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "輸入全名或電子郵件地址時,允許自動完成(忽略缺少的通訊錄相符,以及在同一個群組中的)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "在公開的檔案連結和上傳頁面顯示免責聲明(僅在檔案列表隱藏的時候才會顯示)", "Disclaimer text" : "免責聲明文字", @@ -578,44 +565,32 @@ OC.L10N.register( "Common languages" : "常用語言", "Other languages" : "其他語言", "Password change is disabled because the master key is disabled" : "已停用密碼變更,因為主控金鑰已停用", - "New user" : "新使用者", + "New account" : "新帳號", "Display name" : "顯示名稱", "Either password or email is required" : "需要密碼或電子郵件地址", "Password (required)" : "密碼(必填)", "Email (required)" : "電子郵件(必填)", "Email" : "信箱", "Groups (required)" : "群組(必填)", - "Set user groups" : "設定使用者群組", "Administered groups" : "管理群組", - "Set user as admin for …" : "將使用者設定為以下群組的管理員……", "Quota" : "容量限制", - "Set user quota" : "設定使用者配額", "Language" : "語言", "Set default language" : "設定預設語言", "Manager" : "管理者", - "Add new user" : "新增使用者", - "Set user manager" : "設定使用者管理者", - "Username will be autogenerated" : "使用者名稱將會自動產生", - "Username (required)" : "使用者名稱(必填)", "Total rows summary" : "總列摘要", - "Loading users …" : "正在載入使用者……", "Scroll to load more rows" : "捲動以載入更多列", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} 個使用者……"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} 個使用者"], "Avatar" : "大頭照", - "Username" : "使用者名稱", + "Account name" : "帳號名稱", "Group admin for" : "群組管理員", - "User backend" : "使用者資料後端", "Storage location" : "儲存位址", "Last login" : "最後登入", - "User actions" : "使用者動作", + "Account actions" : "帳戶動作", "Password or insufficient permissions message" : "密碼或權限不足訊息", "Loading account …" : "正在載入帳號……", "Change display name" : "變更顯示名稱", "Set new password" : "設定新密碼", "You do not have permissions to see the details of this account" : "您沒有檢視此帳號詳細資料的權限", "Set new email address" : "設定新電子郵件地址", - "Add user to group" : "新增使用者到群組", "Add account to group" : "新增帳號至群組", "Set account as admin for" : "將帳號設定為管理員", "Select account quota" : "選取帳號容量限制", @@ -681,7 +656,6 @@ OC.L10N.register( "Disabled accounts" : "已停用帳號", "Account group: {group}" : "帳號群組:{group}", "Account management" : "帳號管理", - "New account" : "新帳號", "Creating group…" : "正在建立群組……", "Create group" : "建立群組", "Group name" : "群組名稱", @@ -800,6 +774,9 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些使用者匯入的 SSL 證書,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行 \"occ security:certificates:import\" 指令來匯入。它們在資料目錄中的路徑如下所示。", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "找到無效的 LDAP 使用者或群組 UUID。請審閱您在 LDAP 專家設定中的「覆寫 UUID 偵測」設定,並使用「occ ldap:update-uuid」來更新它們。", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV 系統通訊錄同步尚未執行,因為您的站台有超過 1000 個使用者,或是因為遇到錯誤。請透過呼叫 occ dav:sync-system-addressbook 手動執行。", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本「%s」。Nextcloud 21 或更新版本不支援此版本,並需要 MariaDB 10.2 或更新版本。", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 或更新版本不支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更新版本。", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本「%s」。Nextcloud 21 或更新版本不支援此版本,並需要 PostgreSQL 9.6 或更新版本。", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "可對所有使用者與特定群組強制啟用雙因素驗證。如果他們沒有設定雙因素驗證提供者,那麼他們就會無法登入系統。", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "選取/排除群組時,其使用以下邏輯來確定使用者是否強制啟用雙因素驗證:如果沒有選取群組,雙因素驗證對所有除了排除群組以外的成員啟用。若選取了群組,則雙因素驗證會對所有該群組的成員啟用。如果某個使用者同時位在選取與排除的群組,則被選取的群組優先程度較高,因此會強制啟用雙因素驗證。", "Enable all" : "全部啟用", @@ -814,6 +791,7 @@ OC.L10N.register( "Error while deleting the token" : "刪除權杖時發生錯誤", "Use the credentials below to configure your app or device." : "請使用下方的登入資訊來設定您的應用程式或是裝置", "For security reasons this password will only be shown once." : "基於安全性考量,這個密碼只會顯示一次", + "Username" : "使用者名稱", "Copied!" : "已複製!", "Copy" : "複製", "Execute one task with each page loaded. Use case: Single user instance." : "每個頁面載入時執行一次任務。使用情境:單使用者站台。", @@ -833,6 +811,7 @@ OC.L10N.register( "Edit display name" : "編輯顯示名稱", "Add new password" : "新增密碼", "Add new email address" : "新增電子郵件", + "Add user to group" : "新增使用者到群組", "Set user as admin for" : "將使用者設定為管理員", "Select user quota" : "選取使用者配額", "Select manager" : "選取管理者", @@ -843,9 +822,11 @@ OC.L10N.register( "Enable user" : "啟用使用者", "Edit User" : "編輯使用者", "User's table" : "使用者的表格", + "New user" : "新使用者", "Will be autogenerated" : "將自動生成", "Select user manager" : "選取使用者管理者", "Add a new user" : "新增使用者", + "User backend" : "使用者資料後端", "No users in here" : "這裡沒有使用者", "Name your device" : "請為您的裝置命名", "Server error while trying to add WebAuthn device" : "嘗試新增 WebAuthn 裝置時發生伺服器錯誤", @@ -873,7 +854,12 @@ OC.L10N.register( "Exclude groups from creating link shares:" : "禁止特定群組建立分享連結:", "Exclude groups from sharing" : "禁止特定群組分享檔案", "These groups will still be able to receive shares, but not to initiate them." : "這些群組仍然能接受其他人的分享,但是沒有辦法發起分享。", + "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊使用者名稱並允許存取系統通訊錄", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "允許同一個群組內的使用者自動完成使用者名稱,並將系統通訊錄限制為同一個群組內的使用者", + "Allow username autocompletion to users based on phone number integration" : "允許以電話號碼整合為基礎的使用者名稱自動完成", "Old user imported certificates" : "舊的使用者匯入憑證", + "Missing optional index \"%s\" in table \"%s\"." : "缺少選擇性索引「%s」於資料表「%s」中。", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "資料庫缺少了某些索引值。由於在一個龐大的表中新增索引需要一些時間,因此它們並不會被自動新增。您可執行 \"occ db:add-missing-indices\" 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法檢查 JavaScript 支援。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "MySQL unicode support" : "MySQL Unicode 支援", "Overwrite cli URL" : "覆寫 CLI URL", @@ -881,7 +867,18 @@ OC.L10N.register( "Rating: {score}/10" : "評分:{score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "您將要移除群組「{group}」。使用者將不會被刪除。", "No users" : "無使用者", + "Loading users …" : "正在載入使用者……", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "使用者清單。出於效能考量,此清單未完全呈現。使用者將在您瀏覽清單時呈現。", + "Set user groups" : "設定使用者群組", + "Set user as admin for …" : "將使用者設定為以下群組的管理員……", + "Set user quota" : "設定使用者配額", + "Add new user" : "新增使用者", + "Set user manager" : "設定使用者管理者", + "Username will be autogenerated" : "使用者名稱將會自動產生", + "Username (required)" : "使用者名稱(必填)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} 個使用者……"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} 個使用者"], + "User actions" : "使用者動作", "Loading user …" : "正在載入使用者……", "Failed to update user manager" : "更新使用者管理員失敗", "User management settings" : "使用者管理設定", @@ -889,6 +886,8 @@ OC.L10N.register( "User management" : "使用者管理", "Creating group …" : "正在建立群組……", "User group: {group}" : "使用者群組:{group}", - "Nextcloud help resources" : "Nextcloud 說明資源" + "Nextcloud help resources" : "Nextcloud 說明資源", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。" }, "nplurals=1; plural=0;"); diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index 76057d81a20..87afad84abb 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -128,7 +128,6 @@ "Your remote address could not be determined." : "無法確定您的遠端位址。", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "您的遠端地址被識別為「%s」,且目前正受到強力限制,導致降低了各種請求的效能。若遠端地址不是您的地址,可能代表代理伺服器設定不正確。", "Your remote address \"%s\" is not brute-force throttled." : "您的遠端位址「%s」並未受到暴力攻擊限制。", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", "Old administration imported certificates" : "舊的管理員匯入憑證", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "背景作業正在檢查管理員匯入的 SSL 憑證。請稍後再檢查。", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些管理員匯入的 SSL 憑證,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行「occ security:certificates:import」命令來匯入。它們在資料目錄中的路徑如下所示。", @@ -149,8 +148,6 @@ "Missing optional column \"%s\" in table \"%s\"." : "缺少選擇性欄位「%s」於資料表「%s」中。", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "資料庫遺失了一些欄位,然而新增欄位這個動作將在龐大的表中花費許多時間,因此它們並不會被自動新增。藉由執行 \"occ db:add-missing-columns\" 手動新增欄位將能在系統持續運作時修復這個問題。新增這些欄位將提高系統回應速度和可用性。", "Database missing indices" : "資料庫缺少索引", - "Missing optional index \"%s\" in table \"%s\"." : "缺少選擇性索引「%s」於資料表「%s」中。", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "資料庫缺少了某些索引值。由於在一個龐大的表中新增索引需要一些時間,因此它們並不會被自動新增。您可執行 \"occ db:add-missing-indices\" 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多", "Database missing primary keys" : "資料庫缺少主鍵", "Missing primary key on table \"%s\"." : "資料表「%s」缺少主鍵。", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "資料庫缺少了一些主鍵,然而新增主鍵這個動作將在龐大的表中花費許多時間,因此它們並不會被自動新增。藉由執行 \"occ db:add-missing-primary-keys\" 手動新增主鍵將能在系統持續運作時修復這個問題。", @@ -176,13 +173,11 @@ "HTTPS access and URLs" : "HTTPS 存取與 URL", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "您正在透過不安全的 HTTP 存取網站,強烈建議您設定您的伺服器啟用 HTTPS。若不將伺服器設定為以 HTTPS 運作,部份重要的網站功能,如「複製到剪貼簿」或「Service Worker」將無法運作!", "Accessing site insecurely via HTTP." : "透過 HTTP 不安全地存取網站。", - "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly." : "您正在透過安全連線存取您的站台,但您的站台卻產生了不安全的 URL。這很有可能是因為您使用了反向代理伺服器,但其覆寫設定變數並未正確設定。", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "您正在透過安全連線存取您的站台,且您的站台正在產生安全的 URL。", "Internet connectivity" : "網際網路連線", "Internet connectivity is disabled in configuration file." : "已在設定檔中停用網際網路連線。", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "此伺服器沒有網際網路連線(無法與多個端點取得聯繫),有些功能,像是外部儲存、應用程式更新版通知將無法運作。從遠端存取資料或是寄送電子郵件通知可能也無法運作。建議您設定好網際網路連線以使用所有功能。", "JavaScript modules support" : "JavaScript 模組支援", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "您的網頁伺服器並未使用 JavaScript MIME 類型來提供 `.mjs` 檔案。這將會阻止瀏覽器執行 JavaScript 檔案,因而破壞某些應用程式。您應該設定您的網頁伺服器,以使用 `text/javascript` 或 `application/javascript` 來提供 `.mjs` 檔案。", "JavaScript source map support" : "JavaScript source map 支援", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "您的網路伺服器未設定好提供 `.js.map` 檔案。沒已這些檔案,JavaScript Source Map 將無法正常運作,從而使排除與除錯任何可能出現的問題變得較為困難。", @@ -193,8 +188,6 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "伺服器未設定維護時段的開始時間。這代表了每天耗費大量資源的背景作業也會在您主要使用的時間內執行。我們建議將其設定為低使用率的時間,以減少使用者受到這些繁重任務帶來的負載影響。", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "維護時段以執行繁重的背景作業是在 {start}:00 UTC 至 {end}:00 UTC 間", "Memcache" : "記憶體快取", - "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\"." : "您已經設定 Memcached 為分散式快取,但是您安裝了錯誤的 PHP 模組「memcache」,Nextcloud 的 \\OC\\Memcache\\Memcached 元件不支援「memcache」模組,僅支援「memcached」模組。", - "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed." : "您已經設定 Memcached 為分散式快取,但 PHP 模組「memcached」未安裝。", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "未設定記憶體快取。要強化效能,請設定記憶體快取(若可用)。", "Configured" : "已設定", "MySQL Unicode support" : "MySQL Unicode 支援", @@ -268,9 +261,6 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "無法檢查您的網路伺服器是否正確提供安全性標頭,無法查詢 `%s`", "Your server is correctly configured to send security headers." : "您的伺服器正確設定了傳送安全性標頭。", "Database version" : "資料庫版本", - "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本「%s」。Nextcloud 21 或更新版本不支援此版本,並需要 MariaDB 10.2 或更新版本。", - "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 或更新版本不支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更新版本。", - "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本「%s」。Nextcloud 21 或更新版本不支援此版本,並需要 PostgreSQL 9.6 或更新版本。", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "目前使用 SQLite 作為後端資料庫。對於較大型的站台,我們建議您切換到其他資料庫後端。當使用桌面客戶端進行檔案同步時,我們更強烈建議您這麼做。若要遷移到其他資料庫,請使用命令列工具:「occ db:convert-type」。", "Unknown database platform" : "未知資料庫平台", "Architecture" : "架構", @@ -342,10 +332,7 @@ "Set default expiration date for shares via link or mail" : "設定透過連結或郵件分享的預設過期日", "Default expiration time of shares in days" : "分享預設到期時間(天)", "Privacy settings for sharing" : "分享的隱私設定", - "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊使用者名稱並允許存取系統通訊錄", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "若同時啟用「同一個群組」與「電話號碼整合」的自動完成,則符合其中一項條件就會顯示使用者。", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "允許同一個群組內的使用者自動完成使用者名稱,並將系統通訊錄限制為同一個群組內的使用者", - "Allow username autocompletion to users based on phone number integration" : "允許以電話號碼整合為基礎的使用者名稱自動完成", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "輸入全名或電子郵件地址時,允許自動完成(忽略缺少的通訊錄相符,以及在同一個群組中的)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "在公開的檔案連結和上傳頁面顯示免責聲明(僅在檔案列表隱藏的時候才會顯示)", "Disclaimer text" : "免責聲明文字", @@ -576,44 +563,32 @@ "Common languages" : "常用語言", "Other languages" : "其他語言", "Password change is disabled because the master key is disabled" : "已停用密碼變更,因為主控金鑰已停用", - "New user" : "新使用者", + "New account" : "新帳號", "Display name" : "顯示名稱", "Either password or email is required" : "需要密碼或電子郵件地址", "Password (required)" : "密碼(必填)", "Email (required)" : "電子郵件(必填)", "Email" : "信箱", "Groups (required)" : "群組(必填)", - "Set user groups" : "設定使用者群組", "Administered groups" : "管理群組", - "Set user as admin for …" : "將使用者設定為以下群組的管理員……", "Quota" : "容量限制", - "Set user quota" : "設定使用者配額", "Language" : "語言", "Set default language" : "設定預設語言", "Manager" : "管理者", - "Add new user" : "新增使用者", - "Set user manager" : "設定使用者管理者", - "Username will be autogenerated" : "使用者名稱將會自動產生", - "Username (required)" : "使用者名稱(必填)", "Total rows summary" : "總列摘要", - "Loading users …" : "正在載入使用者……", "Scroll to load more rows" : "捲動以載入更多列", - "_{userCount} user …_::_{userCount} users …_" : ["{userCount} 個使用者……"], - "_{userCount} user_::_{userCount} users_" : ["{userCount} 個使用者"], "Avatar" : "大頭照", - "Username" : "使用者名稱", + "Account name" : "帳號名稱", "Group admin for" : "群組管理員", - "User backend" : "使用者資料後端", "Storage location" : "儲存位址", "Last login" : "最後登入", - "User actions" : "使用者動作", + "Account actions" : "帳戶動作", "Password or insufficient permissions message" : "密碼或權限不足訊息", "Loading account …" : "正在載入帳號……", "Change display name" : "變更顯示名稱", "Set new password" : "設定新密碼", "You do not have permissions to see the details of this account" : "您沒有檢視此帳號詳細資料的權限", "Set new email address" : "設定新電子郵件地址", - "Add user to group" : "新增使用者到群組", "Add account to group" : "新增帳號至群組", "Set account as admin for" : "將帳號設定為管理員", "Select account quota" : "選取帳號容量限制", @@ -679,7 +654,6 @@ "Disabled accounts" : "已停用帳號", "Account group: {group}" : "帳號群組:{group}", "Account management" : "帳號管理", - "New account" : "新帳號", "Creating group…" : "正在建立群組……", "Create group" : "建立群組", "Group name" : "群組名稱", @@ -798,6 +772,9 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些使用者匯入的 SSL 證書,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行 \"occ security:certificates:import\" 指令來匯入。它們在資料目錄中的路徑如下所示。", "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "找到無效的 LDAP 使用者或群組 UUID。請審閱您在 LDAP 專家設定中的「覆寫 UUID 偵測」設定,並使用「occ ldap:update-uuid」來更新它們。", "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV 系統通訊錄同步尚未執行,因為您的站台有超過 1000 個使用者,或是因為遇到錯誤。請透過呼叫 occ dav:sync-system-addressbook 手動執行。", + "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本「%s」。Nextcloud 21 或更新版本不支援此版本,並需要 MariaDB 10.2 或更新版本。", + "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 或更新版本不支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更新版本。", + "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本「%s」。Nextcloud 21 或更新版本不支援此版本,並需要 PostgreSQL 9.6 或更新版本。", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "可對所有使用者與特定群組強制啟用雙因素驗證。如果他們沒有設定雙因素驗證提供者,那麼他們就會無法登入系統。", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "選取/排除群組時,其使用以下邏輯來確定使用者是否強制啟用雙因素驗證:如果沒有選取群組,雙因素驗證對所有除了排除群組以外的成員啟用。若選取了群組,則雙因素驗證會對所有該群組的成員啟用。如果某個使用者同時位在選取與排除的群組,則被選取的群組優先程度較高,因此會強制啟用雙因素驗證。", "Enable all" : "全部啟用", @@ -812,6 +789,7 @@ "Error while deleting the token" : "刪除權杖時發生錯誤", "Use the credentials below to configure your app or device." : "請使用下方的登入資訊來設定您的應用程式或是裝置", "For security reasons this password will only be shown once." : "基於安全性考量,這個密碼只會顯示一次", + "Username" : "使用者名稱", "Copied!" : "已複製!", "Copy" : "複製", "Execute one task with each page loaded. Use case: Single user instance." : "每個頁面載入時執行一次任務。使用情境:單使用者站台。", @@ -831,6 +809,7 @@ "Edit display name" : "編輯顯示名稱", "Add new password" : "新增密碼", "Add new email address" : "新增電子郵件", + "Add user to group" : "新增使用者到群組", "Set user as admin for" : "將使用者設定為管理員", "Select user quota" : "選取使用者配額", "Select manager" : "選取管理者", @@ -841,9 +820,11 @@ "Enable user" : "啟用使用者", "Edit User" : "編輯使用者", "User's table" : "使用者的表格", + "New user" : "新使用者", "Will be autogenerated" : "將自動生成", "Select user manager" : "選取使用者管理者", "Add a new user" : "新增使用者", + "User backend" : "使用者資料後端", "No users in here" : "這裡沒有使用者", "Name your device" : "請為您的裝置命名", "Server error while trying to add WebAuthn device" : "嘗試新增 WebAuthn 裝置時發生伺服器錯誤", @@ -871,7 +852,12 @@ "Exclude groups from creating link shares:" : "禁止特定群組建立分享連結:", "Exclude groups from sharing" : "禁止特定群組分享檔案", "These groups will still be able to receive shares, but not to initiate them." : "這些群組仍然能接受其他人的分享,但是沒有辦法發起分享。", + "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊使用者名稱並允許存取系統通訊錄", + "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "允許同一個群組內的使用者自動完成使用者名稱,並將系統通訊錄限制為同一個群組內的使用者", + "Allow username autocompletion to users based on phone number integration" : "允許以電話號碼整合為基礎的使用者名稱自動完成", "Old user imported certificates" : "舊的使用者匯入憑證", + "Missing optional index \"%s\" in table \"%s\"." : "缺少選擇性索引「%s」於資料表「%s」中。", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "資料庫缺少了某些索引值。由於在一個龐大的表中新增索引需要一些時間,因此它們並不會被自動新增。您可執行 \"occ db:add-missing-indices\" 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法檢查 JavaScript 支援。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "MySQL unicode support" : "MySQL Unicode 支援", "Overwrite cli URL" : "覆寫 CLI URL", @@ -879,7 +865,18 @@ "Rating: {score}/10" : "評分:{score}/10", "You are about to remove the group \"{group}\". The users will NOT be deleted." : "您將要移除群組「{group}」。使用者將不會被刪除。", "No users" : "無使用者", + "Loading users …" : "正在載入使用者……", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "使用者清單。出於效能考量,此清單未完全呈現。使用者將在您瀏覽清單時呈現。", + "Set user groups" : "設定使用者群組", + "Set user as admin for …" : "將使用者設定為以下群組的管理員……", + "Set user quota" : "設定使用者配額", + "Add new user" : "新增使用者", + "Set user manager" : "設定使用者管理者", + "Username will be autogenerated" : "使用者名稱將會自動產生", + "Username (required)" : "使用者名稱(必填)", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} 個使用者……"], + "_{userCount} user_::_{userCount} users_" : ["{userCount} 個使用者"], + "User actions" : "使用者動作", "Loading user …" : "正在載入使用者……", "Failed to update user manager" : "更新使用者管理員失敗", "User management settings" : "使用者管理設定", @@ -887,6 +884,8 @@ "User management" : "使用者管理", "Creating group …" : "正在建立群組……", "User group: {group}" : "使用者群組:{group}", - "Nextcloud help resources" : "Nextcloud 說明資源" + "Nextcloud help resources" : "Nextcloud 說明資源", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |