diff options
Diffstat (limited to 'settings')
32 files changed, 591 insertions, 38 deletions
diff --git a/settings/Controller/CheckSetupController.php b/settings/Controller/CheckSetupController.php index 06b9e80294b..0e7e881645d 100644 --- a/settings/Controller/CheckSetupController.php +++ b/settings/Controller/CheckSetupController.php @@ -43,7 +43,6 @@ use OCP\IConfig; use OCP\IL10N; use OCP\ILogger; use OCP\IRequest; -use OC_Util; use OCP\IURLGenerator; /** @@ -96,7 +95,7 @@ class CheckSetupController extends Controller { } /** - * Checks if the ownCloud server can connect to the internet using HTTPS and HTTP + * Checks if the server can connect to the internet using HTTPS and HTTP * @return bool */ private function isInternetConnectionWorking() { diff --git a/settings/Controller/LogSettingsController.php b/settings/Controller/LogSettingsController.php index ae9e7f4072f..6405ff9ec73 100644 --- a/settings/Controller/LogSettingsController.php +++ b/settings/Controller/LogSettingsController.php @@ -27,12 +27,7 @@ namespace OC\Settings\Controller; use OCP\AppFramework\Controller; -use OCP\AppFramework\Http; -use OCP\AppFramework\Http\JSONResponse; use OCP\AppFramework\Http\StreamResponse; -use OCP\IL10N; -use OCP\IRequest; -use OCP\IConfig; /** * Class LogSettingsController diff --git a/settings/ajax/enableapp.php b/settings/ajax/enableapp.php index 4014664481a..edcccf9b0b9 100644 --- a/settings/ajax/enableapp.php +++ b/settings/ajax/enableapp.php @@ -34,7 +34,7 @@ if ($lastConfirm < (time() - 30 * 60 + 15)) { // allow 15 seconds delay exit(); } -$groups = isset($_POST['groups']) ? (array)$_POST['groups'] : null; +$groups = isset($_POST['groups']) ? (array)$_POST['groups'] : []; $appIds = isset($_POST['appIds']) ? (array)$_POST['appIds'] : []; try { diff --git a/settings/ajax/navigationdetect.php b/settings/ajax/navigationdetect.php index 167f819f91e..043e10da559 100644 --- a/settings/ajax/navigationdetect.php +++ b/settings/ajax/navigationdetect.php @@ -23,6 +23,6 @@ OC_Util::checkAdminUser(); OCP\JSON::callCheck(); -$navigation = \OC_App::getNavigation(); +$navigation = \OC::$server->getNavigationManager()->getAll(); OCP\JSON::success(['nav_entries' => $navigation]); diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 59f32cc7131..05d62423d17 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -329,11 +329,23 @@ table.nostyle { } } .token-list td { - &.more { + &%icon { overflow: visible; position: relative; width: 16px; } + &.more { + @extend %icon; + } + &.client { + @extend %icon; + + div { + opacity: 0.57; + width: inherit; + padding-top: 5px; + } + } border-top: 1px solid #DDD; text-overflow: ellipsis; max-width: 200px; @@ -342,7 +354,7 @@ table.nostyle { vertical-align: top; position: relative; } - tr > *:nth-child(2) { + tr > *:nth-child(3) { text-align: right; } .token-list { diff --git a/settings/js/authtoken_view.js b/settings/js/authtoken_view.js index a20434be872..b8645e4cc85 100644 --- a/settings/js/authtoken_view.js +++ b/settings/js/authtoken_view.js @@ -27,6 +27,9 @@ var TEMPLATE_TOKEN = '<tr data-id="{{id}}">' + + '<td class="client">' + + '<div class="{{icon}}" />' + + '</td>' + '<td class="has-tooltip" title="{{title}}">' + '<span class="token-name">{{name}}</span>' + '</td>' @@ -146,6 +149,22 @@ sailfishBrowser: 'SailfishBrowser' }; + var iconMap = { + ie: 'icon-desktop', + edge: 'icon-desktop', + firefox: 'icon-desktop', + chrome: 'icon-desktop', + safari: 'icon-desktop', + androidChrome: 'icon-phone', + iphone: 'icon-phone', + ipad: 'icon-tablet', + iosClient: 'icon-phone', + androidClient: 'icon-phone', + davDroid: 'icon-phone', + webPirate: 'icon-link', + sailfishBrowser: 'icon-link' + }; + if (matches) { viewData.name = t('settings', 'Sync client - {os}', { os: matches[1], @@ -161,6 +180,11 @@ } else { viewData.name = nameMap[client]; } + + // update title - for easier view + viewData.title = viewData.name; + + viewData.icon = iconMap[client]; } } if (viewData.current) { diff --git a/settings/l10n/ar.js b/settings/l10n/ar.js index 9534130ed6a..81b6c4a490f 100644 --- a/settings/l10n/ar.js +++ b/settings/l10n/ar.js @@ -1,28 +1,101 @@ OC.L10N.register( "settings", { + "{actor} changed your password" : "{actor} قام بتغيير كلمتك السرية", + "You changed your password" : "لقد قمت بتعديل كلمة مرورك", + "Your password was reset by an administrator" : "قام أحد المدراء بإعادة تعيين كلمة مرورك", + "{actor} changed your email address" : "{actor} قام بتغيير عنوان بريدك الإلكتروني", + "You changed your email address" : "لقد قمت بتعديل عنوان بريدك الإلكتروني", + "Your email address was changed by an administrator" : "قام أحد المدراء بتغيير عنوان بريدك الإلكتروني", + "Security" : "الأمان", "Your apps" : "تطبيقاتك", "Updates" : "التحديثات", + "Enabled apps" : "التطبيقات المفعّلة", + "Disabled apps" : "التطبيقات المعطلة", + "App bundles" : "حُزَم التطبيقات", "Wrong password" : "كلمة مرور خاطئة", "Saved" : "حفظ", "No user supplied" : "لم يتم توفير مستخدم ", "Unable to change password" : "لا يمكن تغيير كلمة المرور", "Authentication error" : "لم يتم التأكد من الشخصية بنجاح", "Wrong admin recovery password. Please check the password and try again." : "خطا في كلمة مرور المسؤول المستردة, يرجى التاكد من كلمة المرور والمحاولة مرة اخرى.", + "Federated Cloud Sharing" : "المشاركة السحابية الموحّدة", + "Migration Completed" : "إكتملت عملية الترحيل", + "Invalid SMTP password." : "كلمة مرور SMTP خاطئة.", + "Email setting test" : "تجريب إعدادات البريد الإلكتروني", + "Well done, %s!" : "حسنًا فعلت، %s !", + "Invalid mail address" : "عنوان البريد الإلكتروني خاطئ", + "Unable to create user." : "لا يمكن إنشاء المستخدم", + "Unable to delete user." : "لا يمكن حذف المستخدم.", + "Error while enabling user." : "طرأ خطأ أثناء تنشيط المستخدم.", + "Error while disabling user." : "طرأ خطأ أثناء تعطيل المستخدم.", + "Settings saved" : "تم حفظ الإعدادات", "Unable to change full name" : "لم يتم التمكن من تغيير اسمك الكامل", "Your full name has been changed." : "اسمك الكامل تم تغييره.", + "Forbidden" : "ممنوعع", + "Invalid user" : "مستخدم غير صالح", + "Unable to change mail address" : "لم نتمكّن مِن تغيير عنوان بريدك الإلكتروني", "Email saved" : "تم حفظ البريد الإلكتروني", + "Password changed for %s" : "تم تعديل كلمة سر %s", + "Welcome aboard" : "مرحبًا بكم على متن ناكست كلاود", + "Welcome aboard %s" : "مرحبًا بكم على متن ناكست كلاود يا %s", + "Your username is: %s" : "إسم المستخدم الخاص بك هو : %s", + "Set your password" : "قم بإدخال كلمتك السرية", + "Go to %s" : "الإنتقال إلى %s", + "Install Client" : "تنصيب العميل", + "Password confirmation is required" : "مِن الواجب تأكيد كلمة السر", + "Couldn't remove app." : "لم نتمكّن مِن حذف التطبيق.", "Couldn't update app." : "تعذر تحديث التطبيق.", "Add trusted domain" : "أضافة نطاق موثوق فيه", + "Migration in progress. Please wait until the migration is finished" : "عملية الترحيل جارية. الرجاء الإنتظار حتى تكتمل العملية", + "Migration started …" : "بدأت عملية الترحيل …", + "Not saved" : "لم يتم حفظه", + "Sending…" : "جارٍ الإرسال …", "Email sent" : "تم ارسال البريد الالكتروني", + "Official" : "الرسمي", "All" : "الكل", + "Update to %s" : "التحديث إلى %s", + "Disabling app …" : "جارٍ تعطيل التطبيق …", "Error while disabling app" : "خطا عند تعطيل البرنامج", "Disable" : "إيقاف", "Enable" : "تفعيل", + "Enabling app …" : "جارٍ تنشيط التطبيق …", "Error while enabling app" : "خطا عند تفعيل البرنامج ", + "App up to date" : "التطبيق مُحدّث", + "Upgrading …" : "الترقية جارية …", + "Could not upgrade app" : "لم نتمكّن مِن ترقية التطبيق", "Updated" : "تم التحديث بنجاح", + "Removing …" : "عملية الحذف جارية …", + "Could not remove app" : "لم نتمكّن مِن حذف التطبيق", + "Remove" : "حذف", + "App upgrade" : "ترقية التطبيق", + "Approved" : "تم قبوله", + "Experimental" : "تجريبي", + "Enable all" : "تنشيط الكل", + "Allow filesystem access" : "السماح بالنفاذ إلى نظام الملفات", + "Disconnect" : "قطع الإتصال", + "Revoke" : "إلغاء", + "Internet Explorer" : "إنترنت إكسبلورر", + "Edge" : "آدج", + "Firefox" : "فايرفوكس", + "Google Chrome" : "غوغل كروم", + "Safari" : "سفاري", + "Google Chrome for Android" : "غوغل كروم لنظام الأندرويد", + "iPhone iOS" : "نظام الآيفون iOS", + "iOS Client" : "عميل iOS", + "Android Client" : "عميل أندرويد", + "This session" : "هذه الجلسة", "Copy" : "نسخ", + "Copied!" : "تم نسخه !", + "Not supported!" : "غير مدعوم !", + "Press ⌘-C to copy." : "إضغط ⌘-C للنسخ", + "Press Ctrl-C to copy." : "إضغط Ctrl-C للنسخ.", "Delete" : "إلغاء", + "Local" : "المحلي", + "Contacts" : "جهات الإتصال", + "Public" : "عمومي", + "Verify" : "تحقق", + "Verifying …" : "عملية التحقق جارية …", "Select a profile picture" : "اختر صورة الملف الشخصي ", "Very weak password" : "كلمة السر ضعيفة جدا", "Weak password" : "كلمة السر ضعيفة", @@ -31,54 +104,128 @@ OC.L10N.register( "Groups" : "مجموعات", "undo" : "تراجع", "never" : "بتاتا", + "Add group" : "إضافة فريق", + "Password successfully changed" : "تم تغيير كلمة السر بنجاح", "A valid username must be provided" : "يجب ادخال اسم مستخدم صحيح", "A valid password must be provided" : "يجب ادخال كلمة مرور صحيحة", + "A valid email must be provided" : "مِن اللازم إدخال عنوان بريد إلكتروني صحيح", + "Developer documentation" : "دليل المُطوّر", + "View in store" : "العرض على المتجر", + "by %s" : "مِن %s", "Documentation:" : "التوثيق", + "User documentation" : "دليل المستخدم", + "Admin documentation" : "دليل المدير", + "Visit website" : "زر الموقع", + "Report a bug" : "الإبلاغ عن عِلّة", + "Show description …" : "إظهار الوصف …", + "Hide description …" : "إخفاء الوصف …", + "SSL Root Certificates" : "شهادات أمان الـ SSL الجذرية", + "Common Name" : "الإسم الشائع", "Valid until" : "صالح حتى", + "Issued By" : "سُلّمت مِن طرف", + "Valid until %s" : "صالحة إلى غاية %s", + "Import root certificate" : "إستيراد شهادة جذرية", + "Administrator documentation" : "دليل المدير", + "Online documentation" : "التعليمات على الإنترنت", "Forum" : "منتدى", + "Getting help" : "طلب المساعدة", + "Commercial support" : "الدعم التجاري", "None" : "لا شيء", "Login" : "تسجيل الدخول", + "NT LAN Manager" : "مدير الشبكة المحلية LAN NT", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Email server" : "خادوم البريد", "Send mode" : "وضعية الإرسال", "Encryption" : "التشفير", + "mail" : "البريد", "Authentication method" : "أسلوب التطابق", + "Authentication required" : "المصادقة لازمة", "Server address" : "عنوان الخادم", "Port" : "المنفذ", + "SMTP Username" : "إسم مستخدم الـ SMTP", + "SMTP Password" : "كلمة مرور الـ SMTP", "Test email settings" : "فحص إعدادات البريد الإلكتروني", + "Send email" : "إرسال بريد إلكتروني", + "Enable encryption" : "تنشيط التعمية", + "Start migration" : "إبدأ الترحيل", + "Security & setup warnings" : "تحذيرات الإعداد و الأمان", "System locale can not be set to a one which supports UTF-8." : "لا يمكن تعيين لغة النظام الى احد اللغات التي تدعم UTF-8.", + "Background jobs" : "الأنشطة في الخلفية", "Execute one task with each page loaded" : "قم بتنفيذ مهمة واحدة مع كل صفحة تم تحميلها", "Version" : "إصدار", "Sharing" : "مشاركة", "Allow apps to use the Share API" : "السماح للتطبيقات بالمشاركة عن طريق الAPI", "Allow users to share via link" : "السماح للمستخدم بمشاركة الملف عن طريق رابط", "Allow public uploads" : "السماح بالرفع للعامة ", + "Always ask for a password" : "أطلب دائما كلمة السر", + "Set default expiration date" : "تعيين تاريخ إنتهاء الصلاحية الإفتراضية", "Expire after " : "ينتهي بعد", "days" : "أيام", "Allow resharing" : "السماح بإعادة المشاركة ", + "Tips & tricks" : "نصائح و تلميحات", + "How to do backups" : "كيف يمكنكم إنشاء نسخ إحتياطية", + "Theming" : "المظهر", + "Personal" : "شخصي", + "Administration" : "الإدارة", "Profile picture" : "صورة الملف الشخصي", "Upload new" : "رفع الان", + "Select from Files" : "إختر مِن بين الملفات", "Remove image" : "إزالة الصورة", "Cancel" : "الغاء", + "Choose as profile picture" : "اختر صورة للملف الشخصي ", + "Full name" : "الإسم الكامل", + "No display name set" : "لم يتم إدخال أي إسم", "Email" : "البريد الإلكترونى", "Your email address" : "عنوانك البريدي", + "No email address set" : "لم يتم إدخال أي عنوان للبريد الإلكتروني", + "For password reset and notifications" : "لإعادة تعيين كلمة السر و تلقي الإشعارات", + "Phone number" : "رقم الهاتف", + "Your phone number" : "رقم هاتفك", + "Address" : "العنوان", + "Your postal address" : "عنوان البريد العادي", + "Website" : "موقع الويب", + "Link https://…" : "الرابط https://…", + "Twitter" : "تويتر", "Language" : "اللغة", "Help translate" : "ساعد في الترجمه", "Password" : "كلمة المرور", "Current password" : "كلمات السر الحالية", "New password" : "كلمات سر جديدة", "Change password" : "عدل كلمة السر", + "Device" : "الجهاز", + "Last activity" : "آخر نشاط", + "App name" : "إسم التطبيق", + "Create new app password" : "إنشاء كلمة سرية جديدة للتطبيق", "Username" : "إسم المستخدم", + "Done" : "تم", + "Follow us on Google+" : "تابعنا على Google+", + "Like our Facebook page" : "قم بالإعجاب بصفحتنا على الفايسبوك", "Settings" : "الإعدادات", "E-Mail" : "بريد إلكتروني", "Create" : "انشئ", "Admin Recovery Password" : "استعادة كلمة المرور للمسؤول", "Enter the recovery password in order to recover the users files during password change" : "ادخل كلمة المرور المستعادة من اجل استرداد ملفات المستخدمين اثناء تغيير كلمة المرور", "Everyone" : "الجميع", + "Admins" : "المدراء", + "Disabled" : "معطّل", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "يرجى ادخال تخزين quota (مثل:\"512 MB\" او \"12 GB\")", "Unlimited" : "غير محدود", "Other" : "شيء آخر", "Quota" : "حصه", "change full name" : "تغيير اسمك الكامل", "set new password" : "اعداد كلمة مرور جديدة", - "Default" : "افتراضي" + "Default" : "افتراضي", + "Updating...." : "جاري التحديث ...", + "__language_name__" : "__language_name__", + "Verifying" : "التحقق", + "Personal info" : "المعلومات الشخصية", + "Sync clients" : "مزامنة العملاء", + "Android app" : "تطبيق الأندرويد", + "Follow us on Google+!" : "تابعنا على Google+ !", + "Like our facebook page!" : "قم بالإعجاب بصفحتنا على الفايسبوك !", + "Follow us on Twitter!" : "تابعنا على تويتر !", + "Check out our blog!" : "إلقي نظرة على مدوّنتنا !", + "Group name" : "إسم الفريق" }, "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/settings/l10n/ar.json b/settings/l10n/ar.json index c0bac3abd49..92d7a10e887 100644 --- a/settings/l10n/ar.json +++ b/settings/l10n/ar.json @@ -1,26 +1,99 @@ { "translations": { + "{actor} changed your password" : "{actor} قام بتغيير كلمتك السرية", + "You changed your password" : "لقد قمت بتعديل كلمة مرورك", + "Your password was reset by an administrator" : "قام أحد المدراء بإعادة تعيين كلمة مرورك", + "{actor} changed your email address" : "{actor} قام بتغيير عنوان بريدك الإلكتروني", + "You changed your email address" : "لقد قمت بتعديل عنوان بريدك الإلكتروني", + "Your email address was changed by an administrator" : "قام أحد المدراء بتغيير عنوان بريدك الإلكتروني", + "Security" : "الأمان", "Your apps" : "تطبيقاتك", "Updates" : "التحديثات", + "Enabled apps" : "التطبيقات المفعّلة", + "Disabled apps" : "التطبيقات المعطلة", + "App bundles" : "حُزَم التطبيقات", "Wrong password" : "كلمة مرور خاطئة", "Saved" : "حفظ", "No user supplied" : "لم يتم توفير مستخدم ", "Unable to change password" : "لا يمكن تغيير كلمة المرور", "Authentication error" : "لم يتم التأكد من الشخصية بنجاح", "Wrong admin recovery password. Please check the password and try again." : "خطا في كلمة مرور المسؤول المستردة, يرجى التاكد من كلمة المرور والمحاولة مرة اخرى.", + "Federated Cloud Sharing" : "المشاركة السحابية الموحّدة", + "Migration Completed" : "إكتملت عملية الترحيل", + "Invalid SMTP password." : "كلمة مرور SMTP خاطئة.", + "Email setting test" : "تجريب إعدادات البريد الإلكتروني", + "Well done, %s!" : "حسنًا فعلت، %s !", + "Invalid mail address" : "عنوان البريد الإلكتروني خاطئ", + "Unable to create user." : "لا يمكن إنشاء المستخدم", + "Unable to delete user." : "لا يمكن حذف المستخدم.", + "Error while enabling user." : "طرأ خطأ أثناء تنشيط المستخدم.", + "Error while disabling user." : "طرأ خطأ أثناء تعطيل المستخدم.", + "Settings saved" : "تم حفظ الإعدادات", "Unable to change full name" : "لم يتم التمكن من تغيير اسمك الكامل", "Your full name has been changed." : "اسمك الكامل تم تغييره.", + "Forbidden" : "ممنوعع", + "Invalid user" : "مستخدم غير صالح", + "Unable to change mail address" : "لم نتمكّن مِن تغيير عنوان بريدك الإلكتروني", "Email saved" : "تم حفظ البريد الإلكتروني", + "Password changed for %s" : "تم تعديل كلمة سر %s", + "Welcome aboard" : "مرحبًا بكم على متن ناكست كلاود", + "Welcome aboard %s" : "مرحبًا بكم على متن ناكست كلاود يا %s", + "Your username is: %s" : "إسم المستخدم الخاص بك هو : %s", + "Set your password" : "قم بإدخال كلمتك السرية", + "Go to %s" : "الإنتقال إلى %s", + "Install Client" : "تنصيب العميل", + "Password confirmation is required" : "مِن الواجب تأكيد كلمة السر", + "Couldn't remove app." : "لم نتمكّن مِن حذف التطبيق.", "Couldn't update app." : "تعذر تحديث التطبيق.", "Add trusted domain" : "أضافة نطاق موثوق فيه", + "Migration in progress. Please wait until the migration is finished" : "عملية الترحيل جارية. الرجاء الإنتظار حتى تكتمل العملية", + "Migration started …" : "بدأت عملية الترحيل …", + "Not saved" : "لم يتم حفظه", + "Sending…" : "جارٍ الإرسال …", "Email sent" : "تم ارسال البريد الالكتروني", + "Official" : "الرسمي", "All" : "الكل", + "Update to %s" : "التحديث إلى %s", + "Disabling app …" : "جارٍ تعطيل التطبيق …", "Error while disabling app" : "خطا عند تعطيل البرنامج", "Disable" : "إيقاف", "Enable" : "تفعيل", + "Enabling app …" : "جارٍ تنشيط التطبيق …", "Error while enabling app" : "خطا عند تفعيل البرنامج ", + "App up to date" : "التطبيق مُحدّث", + "Upgrading …" : "الترقية جارية …", + "Could not upgrade app" : "لم نتمكّن مِن ترقية التطبيق", "Updated" : "تم التحديث بنجاح", + "Removing …" : "عملية الحذف جارية …", + "Could not remove app" : "لم نتمكّن مِن حذف التطبيق", + "Remove" : "حذف", + "App upgrade" : "ترقية التطبيق", + "Approved" : "تم قبوله", + "Experimental" : "تجريبي", + "Enable all" : "تنشيط الكل", + "Allow filesystem access" : "السماح بالنفاذ إلى نظام الملفات", + "Disconnect" : "قطع الإتصال", + "Revoke" : "إلغاء", + "Internet Explorer" : "إنترنت إكسبلورر", + "Edge" : "آدج", + "Firefox" : "فايرفوكس", + "Google Chrome" : "غوغل كروم", + "Safari" : "سفاري", + "Google Chrome for Android" : "غوغل كروم لنظام الأندرويد", + "iPhone iOS" : "نظام الآيفون iOS", + "iOS Client" : "عميل iOS", + "Android Client" : "عميل أندرويد", + "This session" : "هذه الجلسة", "Copy" : "نسخ", + "Copied!" : "تم نسخه !", + "Not supported!" : "غير مدعوم !", + "Press ⌘-C to copy." : "إضغط ⌘-C للنسخ", + "Press Ctrl-C to copy." : "إضغط Ctrl-C للنسخ.", "Delete" : "إلغاء", + "Local" : "المحلي", + "Contacts" : "جهات الإتصال", + "Public" : "عمومي", + "Verify" : "تحقق", + "Verifying …" : "عملية التحقق جارية …", "Select a profile picture" : "اختر صورة الملف الشخصي ", "Very weak password" : "كلمة السر ضعيفة جدا", "Weak password" : "كلمة السر ضعيفة", @@ -29,54 +102,128 @@ "Groups" : "مجموعات", "undo" : "تراجع", "never" : "بتاتا", + "Add group" : "إضافة فريق", + "Password successfully changed" : "تم تغيير كلمة السر بنجاح", "A valid username must be provided" : "يجب ادخال اسم مستخدم صحيح", "A valid password must be provided" : "يجب ادخال كلمة مرور صحيحة", + "A valid email must be provided" : "مِن اللازم إدخال عنوان بريد إلكتروني صحيح", + "Developer documentation" : "دليل المُطوّر", + "View in store" : "العرض على المتجر", + "by %s" : "مِن %s", "Documentation:" : "التوثيق", + "User documentation" : "دليل المستخدم", + "Admin documentation" : "دليل المدير", + "Visit website" : "زر الموقع", + "Report a bug" : "الإبلاغ عن عِلّة", + "Show description …" : "إظهار الوصف …", + "Hide description …" : "إخفاء الوصف …", + "SSL Root Certificates" : "شهادات أمان الـ SSL الجذرية", + "Common Name" : "الإسم الشائع", "Valid until" : "صالح حتى", + "Issued By" : "سُلّمت مِن طرف", + "Valid until %s" : "صالحة إلى غاية %s", + "Import root certificate" : "إستيراد شهادة جذرية", + "Administrator documentation" : "دليل المدير", + "Online documentation" : "التعليمات على الإنترنت", "Forum" : "منتدى", + "Getting help" : "طلب المساعدة", + "Commercial support" : "الدعم التجاري", "None" : "لا شيء", "Login" : "تسجيل الدخول", + "NT LAN Manager" : "مدير الشبكة المحلية LAN NT", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", + "Email server" : "خادوم البريد", "Send mode" : "وضعية الإرسال", "Encryption" : "التشفير", + "mail" : "البريد", "Authentication method" : "أسلوب التطابق", + "Authentication required" : "المصادقة لازمة", "Server address" : "عنوان الخادم", "Port" : "المنفذ", + "SMTP Username" : "إسم مستخدم الـ SMTP", + "SMTP Password" : "كلمة مرور الـ SMTP", "Test email settings" : "فحص إعدادات البريد الإلكتروني", + "Send email" : "إرسال بريد إلكتروني", + "Enable encryption" : "تنشيط التعمية", + "Start migration" : "إبدأ الترحيل", + "Security & setup warnings" : "تحذيرات الإعداد و الأمان", "System locale can not be set to a one which supports UTF-8." : "لا يمكن تعيين لغة النظام الى احد اللغات التي تدعم UTF-8.", + "Background jobs" : "الأنشطة في الخلفية", "Execute one task with each page loaded" : "قم بتنفيذ مهمة واحدة مع كل صفحة تم تحميلها", "Version" : "إصدار", "Sharing" : "مشاركة", "Allow apps to use the Share API" : "السماح للتطبيقات بالمشاركة عن طريق الAPI", "Allow users to share via link" : "السماح للمستخدم بمشاركة الملف عن طريق رابط", "Allow public uploads" : "السماح بالرفع للعامة ", + "Always ask for a password" : "أطلب دائما كلمة السر", + "Set default expiration date" : "تعيين تاريخ إنتهاء الصلاحية الإفتراضية", "Expire after " : "ينتهي بعد", "days" : "أيام", "Allow resharing" : "السماح بإعادة المشاركة ", + "Tips & tricks" : "نصائح و تلميحات", + "How to do backups" : "كيف يمكنكم إنشاء نسخ إحتياطية", + "Theming" : "المظهر", + "Personal" : "شخصي", + "Administration" : "الإدارة", "Profile picture" : "صورة الملف الشخصي", "Upload new" : "رفع الان", + "Select from Files" : "إختر مِن بين الملفات", "Remove image" : "إزالة الصورة", "Cancel" : "الغاء", + "Choose as profile picture" : "اختر صورة للملف الشخصي ", + "Full name" : "الإسم الكامل", + "No display name set" : "لم يتم إدخال أي إسم", "Email" : "البريد الإلكترونى", "Your email address" : "عنوانك البريدي", + "No email address set" : "لم يتم إدخال أي عنوان للبريد الإلكتروني", + "For password reset and notifications" : "لإعادة تعيين كلمة السر و تلقي الإشعارات", + "Phone number" : "رقم الهاتف", + "Your phone number" : "رقم هاتفك", + "Address" : "العنوان", + "Your postal address" : "عنوان البريد العادي", + "Website" : "موقع الويب", + "Link https://…" : "الرابط https://…", + "Twitter" : "تويتر", "Language" : "اللغة", "Help translate" : "ساعد في الترجمه", "Password" : "كلمة المرور", "Current password" : "كلمات السر الحالية", "New password" : "كلمات سر جديدة", "Change password" : "عدل كلمة السر", + "Device" : "الجهاز", + "Last activity" : "آخر نشاط", + "App name" : "إسم التطبيق", + "Create new app password" : "إنشاء كلمة سرية جديدة للتطبيق", "Username" : "إسم المستخدم", + "Done" : "تم", + "Follow us on Google+" : "تابعنا على Google+", + "Like our Facebook page" : "قم بالإعجاب بصفحتنا على الفايسبوك", "Settings" : "الإعدادات", "E-Mail" : "بريد إلكتروني", "Create" : "انشئ", "Admin Recovery Password" : "استعادة كلمة المرور للمسؤول", "Enter the recovery password in order to recover the users files during password change" : "ادخل كلمة المرور المستعادة من اجل استرداد ملفات المستخدمين اثناء تغيير كلمة المرور", "Everyone" : "الجميع", + "Admins" : "المدراء", + "Disabled" : "معطّل", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "يرجى ادخال تخزين quota (مثل:\"512 MB\" او \"12 GB\")", "Unlimited" : "غير محدود", "Other" : "شيء آخر", "Quota" : "حصه", "change full name" : "تغيير اسمك الكامل", "set new password" : "اعداد كلمة مرور جديدة", - "Default" : "افتراضي" + "Default" : "افتراضي", + "Updating...." : "جاري التحديث ...", + "__language_name__" : "__language_name__", + "Verifying" : "التحقق", + "Personal info" : "المعلومات الشخصية", + "Sync clients" : "مزامنة العملاء", + "Android app" : "تطبيق الأندرويد", + "Follow us on Google+!" : "تابعنا على Google+ !", + "Like our facebook page!" : "قم بالإعجاب بصفحتنا على الفايسبوك !", + "Follow us on Twitter!" : "تابعنا على تويتر !", + "Check out our blog!" : "إلقي نظرة على مدوّنتنا !", + "Group name" : "إسم الفريق" },"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/settings/l10n/ast.js b/settings/l10n/ast.js index 47eabf58c09..8c8dfd7545b 100644 --- a/settings/l10n/ast.js +++ b/settings/l10n/ast.js @@ -12,6 +12,7 @@ OC.L10N.register( "A login attempt using two-factor authentication failed (%1$s)" : "Falló un intentu d'aniciu de sesión usando l'autenticación en dos pasos (%1$s)", "Your <strong>password</strong> or <strong>email</strong> was modified" : "Modificóse la to <strong>contraseña</strong> o <strong>corréu</strong>", "Your apps" : "Les tos aplicaciones", + "Updates" : "Anovamientos", "Enabled apps" : "Aplicaciones habilitaes", "Disabled apps" : "Aplicaciones deshabilitaes", "App bundles" : "Llotes d'aplicaciones", diff --git a/settings/l10n/ast.json b/settings/l10n/ast.json index b04bb5a8053..618c05bb193 100644 --- a/settings/l10n/ast.json +++ b/settings/l10n/ast.json @@ -10,6 +10,7 @@ "A login attempt using two-factor authentication failed (%1$s)" : "Falló un intentu d'aniciu de sesión usando l'autenticación en dos pasos (%1$s)", "Your <strong>password</strong> or <strong>email</strong> was modified" : "Modificóse la to <strong>contraseña</strong> o <strong>corréu</strong>", "Your apps" : "Les tos aplicaciones", + "Updates" : "Anovamientos", "Enabled apps" : "Aplicaciones habilitaes", "Disabled apps" : "Aplicaciones deshabilitaes", "App bundles" : "Llotes d'aplicaciones", diff --git a/settings/l10n/de.js b/settings/l10n/de.js index 6b3947395b8..88e9ac3b63a 100644 --- a/settings/l10n/de.js +++ b/settings/l10n/de.js @@ -74,7 +74,7 @@ OC.L10N.register( "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 username is: %s" : "Dein Benutzername lautet: %s", - "Set your password" : "Vergebe Dein Passwort", + "Set your password" : "Setze Dein Kennwort", "Go to %s" : "Gehe zu %s", "Install Client" : "Installiere den Client", "Password confirmation is required" : "Passwortbestätigung erforderlich", diff --git a/settings/l10n/de.json b/settings/l10n/de.json index 5210bfa4261..d57fc88815e 100644 --- a/settings/l10n/de.json +++ b/settings/l10n/de.json @@ -72,7 +72,7 @@ "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 username is: %s" : "Dein Benutzername lautet: %s", - "Set your password" : "Vergebe Dein Passwort", + "Set your password" : "Setze Dein Kennwort", "Go to %s" : "Gehe zu %s", "Install Client" : "Installiere den Client", "Password confirmation is required" : "Passwortbestätigung erforderlich", diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js index 860797a10ec..00b99873e25 100644 --- a/settings/l10n/de_DE.js +++ b/settings/l10n/de_DE.js @@ -74,7 +74,7 @@ OC.L10N.register( "Welcome aboard %s" : "Willkommen an Bord %s", "Welcome to your %s account, you can add, protect, and share your data." : "Willkommen zu Ihrem %s-Konto. Sie können Ihre Daten hinzufügen, schützen und teilen.", "Your username is: %s" : "Ihr Benutzername lautet: %s", - "Set your password" : "Vergeben Sie Ihr Passwort", + "Set your password" : "Setzen Sie Ihr Passwort", "Go to %s" : "Gehe zu %s", "Install Client" : "Installiere den Client", "Password confirmation is required" : "Passwortbestätigung erforderlich", diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json index 28a6d98437a..0435e13404f 100644 --- a/settings/l10n/de_DE.json +++ b/settings/l10n/de_DE.json @@ -72,7 +72,7 @@ "Welcome aboard %s" : "Willkommen an Bord %s", "Welcome to your %s account, you can add, protect, and share your data." : "Willkommen zu Ihrem %s-Konto. Sie können Ihre Daten hinzufügen, schützen und teilen.", "Your username is: %s" : "Ihr Benutzername lautet: %s", - "Set your password" : "Vergeben Sie Ihr Passwort", + "Set your password" : "Setzen Sie Ihr Passwort", "Go to %s" : "Gehe zu %s", "Install Client" : "Installiere den Client", "Password confirmation is required" : "Passwortbestätigung erforderlich", diff --git a/settings/l10n/es_MX.js b/settings/l10n/es_MX.js index de56935d938..fefa8c69bce 100644 --- a/settings/l10n/es_MX.js +++ b/settings/l10n/es_MX.js @@ -66,7 +66,7 @@ OC.L10N.register( "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Your email address on %s was changed." : "Tu dirección de correo electrónico en %s fue cambiada. ", "Your email address on %s was changed by an administrator." : "Tu dirección de correo electrónico en %s fue cambiada por un adminsitrador. ", - "Email address for %1$s changed on %2$s" : "La dirección de correo electrónico para %1$s fue cambiada el %2$s", + "Email address for %1$s changed on %2$s" : "La dirección de correo %1$s en %2$s ha cambiado", "Email address changed for %s" : "La dirección de correo electrónico fue cambiada para %s", "The new email address is %s" : "La nueva dirección de correo electrónico es %s", "Your %s account was created" : "Tu cuenta %s ha sido creada", diff --git a/settings/l10n/es_MX.json b/settings/l10n/es_MX.json index ab2bbbb556b..987b6ca5e71 100644 --- a/settings/l10n/es_MX.json +++ b/settings/l10n/es_MX.json @@ -64,7 +64,7 @@ "%1$s changed your email address on %2$s." : "%1$s cambió tu dirección de correo electrónico el %2$s.", "Your email address on %s was changed." : "Tu dirección de correo electrónico en %s fue cambiada. ", "Your email address on %s was changed by an administrator." : "Tu dirección de correo electrónico en %s fue cambiada por un adminsitrador. ", - "Email address for %1$s changed on %2$s" : "La dirección de correo electrónico para %1$s fue cambiada el %2$s", + "Email address for %1$s changed on %2$s" : "La dirección de correo %1$s en %2$s ha cambiado", "Email address changed for %s" : "La dirección de correo electrónico fue cambiada para %s", "The new email address is %s" : "La nueva dirección de correo electrónico es %s", "Your %s account was created" : "Tu cuenta %s ha sido creada", diff --git a/settings/l10n/fi.js b/settings/l10n/fi.js index ceaca538bba..a5573819556 100644 --- a/settings/l10n/fi.js +++ b/settings/l10n/fi.js @@ -109,6 +109,8 @@ OC.L10N.register( "Removing …" : "Poistetaan…", "Could not remove app" : "Sovellusta ei voitu poistaa", "Remove" : "Poista", + "The app has been enabled but needs to be upgraded. You will be redirected to the upgrade page in 5 seconds." : "Sovellus on käytössä, mutta se tulee päivittää. Sinut ohjataan sovelluksen versiopäivityssivulle viiden sekunnin kuluttua.", + "App upgrade" : "Sovelluksen versiopäivitys", "Approved" : "Hyväksytty", "Experimental" : "Kokeellinen", "No apps found for {query}" : "Haulla {query} ei löytynyt sovelluksia", @@ -276,6 +278,7 @@ OC.L10N.register( "Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Näytä vastuuvapauslauseke julkisen linkin lähetyssivulla. (Näytetään vain, kun tiedostolista on piilotettu.)", "This text will be shown on the public link upload page when the file list is hidden." : "Tämä teksti näytetään julkisen linkin lähetyssivulla, kun tiedostolista on piilotettu.", "Tips & tricks" : "Vinkit", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLitea käytetään tällä hetkellä taustaosan tietokantana. Laajoja asennuksia varten on suositeltavaa käyttää jotain muuta tietokantaa.", "This is particularly recommended when using the desktop client for file synchronisation." : "Tämä on suositeltavaa erityisesti silloin, kun työpöytäsovellusta käytetään tiedostojen synkronointiin.", "How to do backups" : "Kuinka tehdä varmuuskopioita", "Performance tuning" : "Suorituskyvyn hienosäätö", @@ -359,11 +362,25 @@ OC.L10N.register( "set new password" : "aseta uusi salasana", "change email address" : "vaihda sähköpostiosoite", "Default" : "Oletus", + "_You have %n app update pending_::_You have %n app updates pending_" : ["%n odottava sovelluspäivitys","%n odottavaa sovelluspäivitystä"], "Updating...." : "Päivitetään....", + "Error while updating app" : "Virhe sovellusta päivittäessä", + "Error while removing app" : "Virhe sovellusta poistaessa", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Sovellus on käytössä, mutta se tulee päivittää. Sinut ohjataan sovelluksen päivityssivulle viiden sekunnin kuluttua.", + "App update" : "Sovelluspäivitys", + "Verifying" : "Vahvistetaan", + "Personal info" : "Henkilökohtaiset tiedot", + "Sync clients" : "Synkronointiasiakkaat", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP-moduuli 'fileinfo' puuttuu. Suosittelemme sen ottamista käyttöön, jotta MIME-tyypit on mahdollista havaita parhain tuloksin.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Siirtyäksesi toiseen tietokantaan, käytä komentorivityökalua: 'occ db:convert-type', tai lue <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentaatio ↗</a>.", + "Get the apps to sync your files" : "Laita sovellukset synkronoimaan tiedostosi", "Desktop client" : "Työpöytäsovellus", "Android app" : "Android-sovellus", "iOS app" : "iOS-sovellus", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Jos haluat tukea projektia, {contributeopen}liity mukaan kehitystoimintaan{linkclose} tai {contributeopen}levitä sanaa{linkclose}!", + "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Verkko-, työpöytä-, mobiilisovellukset ja sovellusten yksittäiset salasanat, joilla on käyttöoikeus tiliisi.", "App passwords" : "Sovellussalasanat", + "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Täällä voit luoda yksittäisiä salasanoja sovelluksille, jolloin sinun ei tarvitse antaa varsinaista salasanaa niille. Voit kumota yksittäisten sovellusten salasanoja.", "Follow us on Google+!" : "Seuraa meitä Google+:ssa!", "Like our facebook page!" : "Tykkää Facebook-sivustamme!", "Follow us on Twitter!" : "Seuraa meitä Twitterissä!", diff --git a/settings/l10n/fi.json b/settings/l10n/fi.json index f7e2e1497fe..63d3b4ae2f8 100644 --- a/settings/l10n/fi.json +++ b/settings/l10n/fi.json @@ -107,6 +107,8 @@ "Removing …" : "Poistetaan…", "Could not remove app" : "Sovellusta ei voitu poistaa", "Remove" : "Poista", + "The app has been enabled but needs to be upgraded. You will be redirected to the upgrade page in 5 seconds." : "Sovellus on käytössä, mutta se tulee päivittää. Sinut ohjataan sovelluksen versiopäivityssivulle viiden sekunnin kuluttua.", + "App upgrade" : "Sovelluksen versiopäivitys", "Approved" : "Hyväksytty", "Experimental" : "Kokeellinen", "No apps found for {query}" : "Haulla {query} ei löytynyt sovelluksia", @@ -274,6 +276,7 @@ "Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Näytä vastuuvapauslauseke julkisen linkin lähetyssivulla. (Näytetään vain, kun tiedostolista on piilotettu.)", "This text will be shown on the public link upload page when the file list is hidden." : "Tämä teksti näytetään julkisen linkin lähetyssivulla, kun tiedostolista on piilotettu.", "Tips & tricks" : "Vinkit", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLitea käytetään tällä hetkellä taustaosan tietokantana. Laajoja asennuksia varten on suositeltavaa käyttää jotain muuta tietokantaa.", "This is particularly recommended when using the desktop client for file synchronisation." : "Tämä on suositeltavaa erityisesti silloin, kun työpöytäsovellusta käytetään tiedostojen synkronointiin.", "How to do backups" : "Kuinka tehdä varmuuskopioita", "Performance tuning" : "Suorituskyvyn hienosäätö", @@ -357,11 +360,25 @@ "set new password" : "aseta uusi salasana", "change email address" : "vaihda sähköpostiosoite", "Default" : "Oletus", + "_You have %n app update pending_::_You have %n app updates pending_" : ["%n odottava sovelluspäivitys","%n odottavaa sovelluspäivitystä"], "Updating...." : "Päivitetään....", + "Error while updating app" : "Virhe sovellusta päivittäessä", + "Error while removing app" : "Virhe sovellusta poistaessa", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Sovellus on käytössä, mutta se tulee päivittää. Sinut ohjataan sovelluksen päivityssivulle viiden sekunnin kuluttua.", + "App update" : "Sovelluspäivitys", + "Verifying" : "Vahvistetaan", + "Personal info" : "Henkilökohtaiset tiedot", + "Sync clients" : "Synkronointiasiakkaat", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP-moduuli 'fileinfo' puuttuu. Suosittelemme sen ottamista käyttöön, jotta MIME-tyypit on mahdollista havaita parhain tuloksin.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Siirtyäksesi toiseen tietokantaan, käytä komentorivityökalua: 'occ db:convert-type', tai lue <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentaatio ↗</a>.", + "Get the apps to sync your files" : "Laita sovellukset synkronoimaan tiedostosi", "Desktop client" : "Työpöytäsovellus", "Android app" : "Android-sovellus", "iOS app" : "iOS-sovellus", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Jos haluat tukea projektia, {contributeopen}liity mukaan kehitystoimintaan{linkclose} tai {contributeopen}levitä sanaa{linkclose}!", + "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Verkko-, työpöytä-, mobiilisovellukset ja sovellusten yksittäiset salasanat, joilla on käyttöoikeus tiliisi.", "App passwords" : "Sovellussalasanat", + "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Täällä voit luoda yksittäisiä salasanoja sovelluksille, jolloin sinun ei tarvitse antaa varsinaista salasanaa niille. Voit kumota yksittäisten sovellusten salasanoja.", "Follow us on Google+!" : "Seuraa meitä Google+:ssa!", "Like our facebook page!" : "Tykkää Facebook-sivustamme!", "Follow us on Twitter!" : "Seuraa meitä Twitterissä!", diff --git a/settings/l10n/is.js b/settings/l10n/is.js index b14b7f17536..a592cd12104 100644 --- a/settings/l10n/is.js +++ b/settings/l10n/is.js @@ -104,9 +104,15 @@ OC.L10N.register( "Error: This app can not be enabled because it makes the server unstable" : "Villa: ekki er hægt að virkja þetta forrit því það gerir þjóninn óstöðugan.", "Error: Could not disable broken app" : "Villa: gat ekki gert bilaða forritið óvirkt", "Error while disabling broken app" : "Villa við að gera bilaða forritið óvirkt", + "App up to date" : "Forrit er af nýjustu gerð", + "Upgrading …" : "Uppfæri …", + "Could not upgrade app" : "Gat ekki uppfært forrit", "Updated" : "Uppfært", "Removing …" : "Fjarlægi ...", + "Could not remove app" : "Gat ekki fjarlægt forrit", "Remove" : "Fjarlægja", + "The app has been enabled but needs to be upgraded. You will be redirected to the upgrade page in 5 seconds." : "Forritið hefur verið virkjað, en það þarf að endurnýja það. Þú verður áframsendur á uppfærslusíðuna eftir 5 sekúndur.", + "App upgrade" : "Uppfærsla forrits", "Approved" : "Samþykkt", "Experimental" : "Á tilraunastigi", "No apps found for {query}" : "Engin forrit fundust fyrir \"{query}", @@ -377,6 +383,45 @@ OC.L10N.register( "change full name" : "breyta fullu nafni", "set new password" : "setja nýtt lykilorð", "change email address" : "breyta tölvupóstfangi", - "Default" : "Sjálfgefið" + "Default" : "Sjálfgefið", + "_You have %n app update pending_::_You have %n app updates pending_" : ["Það er %n forritsuppfærsla í bið","Það eru %n forritauppfærslur í bið"], + "Updating...." : "Uppfæri....", + "Error while updating app" : "Villa við að uppfæra forrit", + "Error while removing app" : "Villa við að fjarlægja forrit", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Forritið hefur verið virkjað, en það þarf að uppfæra það. Þú verður áframsendur á uppfærslusíðuna eftir 5 sekúndur.", + "App update" : "Endurnýjun forrits", + "__language_name__" : "Íslenska", + "Verifying" : "Yfirfer", + "Personal info" : "Persónuupplýsingar", + "Sync clients" : "Samstilla biðlara", + "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 Tips & Ticks section and the documentation for more information." : "Það er mikilvægt fyrir öryggi og afköst uppsetningarinnar þinnar að allt sé rétt stillt. Til að hjálpa við að svo sé, eru gerðar ýmsar sjálfvirkar prófanir. Skoðaðu 'Ábendingar og góð ráð' (Tips & Tricks) og hjálparskjölin til að sjá ítarlegar upplýsingar.", + "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Það lítur út eins og að PHP sé ekki rétt sett upp varðandi fyrirspurnir um umhverfisbreytur. Prófun með getenv(\"PATH\") skilar auðu svari.", + "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Endilega skoðaðu <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjöl uppsetningarinnar ↗</a> varðandi athugasemdir vegna uppsetningar PHP og sjálfa uppsetningu PHP-þjónsins, Sérstaklega ef þú notar php-fpm.", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP virðist vera sett upp to fjarlægja innantextablokkir (inline doc blocks). Þetta mun gera ýmis kjarnaforrit óaðgengileg.", + "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s eldra en útgáfa %2$s er uppsett, en vegna stöðugleika og afkasta mælum við með að útgáfa %1$s verði sett upp.", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP-eininguna 'fileinfo' vantar. Við mælum eindregið með notkun þessarar einingar til að fá bestu útkomu við greiningu á MIME-skráagerðum.", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál. Skoðaðu <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjölin ↗</a> til að sjá nánari upplýsingar.", + "This means that there might be problems with certain characters in file names." : "Þetta þýðir að það geta komið upp vandamál við að birta ákveðna stafi í skráaheitum.", + "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Við mælum eindregið með því að þessir nauðsynlegu pakkar séu á kerfinu til stuðnings einnar af eftirfarandi staðfærslum: %s", + "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Ef uppsetningin þín er ekki á rót lénsins og þú notar cron stýrikerfisins, þá geta komið upp vandamál við gerð URL-slóða. Til að forðast slík vandamál, skaltu stilla \"overwrite.cli.url\" valkostinn í config.php skránni þinni á slóð vefrótarinnar (webroot) í uppsetningunni (tillaga: \"%s\")", + "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Ekki var hægt að keyra cron-verkið á skipanalínu. Eftirfarandi tæknilegar villur komu upp:", + "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Yfirfarðu vandlega <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">uppsetningarleiðbeiningarnar ↗</a>, og athugaðu hvort nokkrar villumeldingar eða aðvaranir séu í <a href=\"%s\">annálnum</a>.", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er skráð á webcron-þjónustu til að kalla á cron.php á 15 mínútna fresti yfir http.", + "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Til að keyra þetta þarftu að hafa PHP posix viðvótina (extension). Skoðaðu {linkstart}PHP hjálparskjölin{linkend} fyrir nánari útlistun.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjölin ↗</a>.", + "Get the apps to sync your files" : "Náðu í forrit til að samstilla skrárnar þínar", + "Desktop client" : "Skjáborðsforrit", + "Android app" : "Android-forrit", + "iOS app" : "iOS-forrit", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Ef þú vilt styðja við verkefnið {contributeopen}taktu þátt í þróuninni {linkclose} eða {contributeopen}láttu orð út ganga{linkclose}!", + "Show First Run Wizard again" : "Birta Fyrsta-skiptis-leiðarvísinn aftur", + "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Veftól, tölvur og símar sem núna eru með aðgang inn á aðganginn þinn.", + "App passwords" : "Lykilorð forrits", + "Follow us on Google+!" : "Fylgstu með okkur á Google+!", + "Like our facebook page!" : "Líkaðu við Facebook-síðuna okkar!", + "Follow us on Twitter!" : "Fylgstu með okkur á Twitter!", + "Check out our blog!" : "Kíktu á bloggið okkar!", + "Subscribe to our newsletter!" : "Gerstu áskrifandi að fréttabréfinu okkar!", + "Group name" : "Heiti hóps" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/settings/l10n/is.json b/settings/l10n/is.json index e59d3b114fe..37d78aff3a3 100644 --- a/settings/l10n/is.json +++ b/settings/l10n/is.json @@ -102,9 +102,15 @@ "Error: This app can not be enabled because it makes the server unstable" : "Villa: ekki er hægt að virkja þetta forrit því það gerir þjóninn óstöðugan.", "Error: Could not disable broken app" : "Villa: gat ekki gert bilaða forritið óvirkt", "Error while disabling broken app" : "Villa við að gera bilaða forritið óvirkt", + "App up to date" : "Forrit er af nýjustu gerð", + "Upgrading …" : "Uppfæri …", + "Could not upgrade app" : "Gat ekki uppfært forrit", "Updated" : "Uppfært", "Removing …" : "Fjarlægi ...", + "Could not remove app" : "Gat ekki fjarlægt forrit", "Remove" : "Fjarlægja", + "The app has been enabled but needs to be upgraded. You will be redirected to the upgrade page in 5 seconds." : "Forritið hefur verið virkjað, en það þarf að endurnýja það. Þú verður áframsendur á uppfærslusíðuna eftir 5 sekúndur.", + "App upgrade" : "Uppfærsla forrits", "Approved" : "Samþykkt", "Experimental" : "Á tilraunastigi", "No apps found for {query}" : "Engin forrit fundust fyrir \"{query}", @@ -375,6 +381,45 @@ "change full name" : "breyta fullu nafni", "set new password" : "setja nýtt lykilorð", "change email address" : "breyta tölvupóstfangi", - "Default" : "Sjálfgefið" + "Default" : "Sjálfgefið", + "_You have %n app update pending_::_You have %n app updates pending_" : ["Það er %n forritsuppfærsla í bið","Það eru %n forritauppfærslur í bið"], + "Updating...." : "Uppfæri....", + "Error while updating app" : "Villa við að uppfæra forrit", + "Error while removing app" : "Villa við að fjarlægja forrit", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Forritið hefur verið virkjað, en það þarf að uppfæra það. Þú verður áframsendur á uppfærslusíðuna eftir 5 sekúndur.", + "App update" : "Endurnýjun forrits", + "__language_name__" : "Íslenska", + "Verifying" : "Yfirfer", + "Personal info" : "Persónuupplýsingar", + "Sync clients" : "Samstilla biðlara", + "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 Tips & Ticks section and the documentation for more information." : "Það er mikilvægt fyrir öryggi og afköst uppsetningarinnar þinnar að allt sé rétt stillt. Til að hjálpa við að svo sé, eru gerðar ýmsar sjálfvirkar prófanir. Skoðaðu 'Ábendingar og góð ráð' (Tips & Tricks) og hjálparskjölin til að sjá ítarlegar upplýsingar.", + "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "Það lítur út eins og að PHP sé ekki rétt sett upp varðandi fyrirspurnir um umhverfisbreytur. Prófun með getenv(\"PATH\") skilar auðu svari.", + "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Endilega skoðaðu <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjöl uppsetningarinnar ↗</a> varðandi athugasemdir vegna uppsetningar PHP og sjálfa uppsetningu PHP-þjónsins, Sérstaklega ef þú notar php-fpm.", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP virðist vera sett upp to fjarlægja innantextablokkir (inline doc blocks). Þetta mun gera ýmis kjarnaforrit óaðgengileg.", + "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s eldra en útgáfa %2$s er uppsett, en vegna stöðugleika og afkasta mælum við með að útgáfa %1$s verði sett upp.", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP-eininguna 'fileinfo' vantar. Við mælum eindregið með notkun þessarar einingar til að fá bestu útkomu við greiningu á MIME-skráagerðum.", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál. Skoðaðu <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjölin ↗</a> til að sjá nánari upplýsingar.", + "This means that there might be problems with certain characters in file names." : "Þetta þýðir að það geta komið upp vandamál við að birta ákveðna stafi í skráaheitum.", + "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Við mælum eindregið með því að þessir nauðsynlegu pakkar séu á kerfinu til stuðnings einnar af eftirfarandi staðfærslum: %s", + "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Ef uppsetningin þín er ekki á rót lénsins og þú notar cron stýrikerfisins, þá geta komið upp vandamál við gerð URL-slóða. Til að forðast slík vandamál, skaltu stilla \"overwrite.cli.url\" valkostinn í config.php skránni þinni á slóð vefrótarinnar (webroot) í uppsetningunni (tillaga: \"%s\")", + "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Ekki var hægt að keyra cron-verkið á skipanalínu. Eftirfarandi tæknilegar villur komu upp:", + "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Yfirfarðu vandlega <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">uppsetningarleiðbeiningarnar ↗</a>, og athugaðu hvort nokkrar villumeldingar eða aðvaranir séu í <a href=\"%s\">annálnum</a>.", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php er skráð á webcron-þjónustu til að kalla á cron.php á 15 mínútna fresti yfir http.", + "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Til að keyra þetta þarftu að hafa PHP posix viðvótina (extension). Skoðaðu {linkstart}PHP hjálparskjölin{linkend} fyrir nánari útlistun.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Til að yfirfæra í annan gagnagrunn skaltu nota skipanalínutólið: 'occ db:convert-type', eða lesa <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">hjálparskjölin ↗</a>.", + "Get the apps to sync your files" : "Náðu í forrit til að samstilla skrárnar þínar", + "Desktop client" : "Skjáborðsforrit", + "Android app" : "Android-forrit", + "iOS app" : "iOS-forrit", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Ef þú vilt styðja við verkefnið {contributeopen}taktu þátt í þróuninni {linkclose} eða {contributeopen}láttu orð út ganga{linkclose}!", + "Show First Run Wizard again" : "Birta Fyrsta-skiptis-leiðarvísinn aftur", + "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Veftól, tölvur og símar sem núna eru með aðgang inn á aðganginn þinn.", + "App passwords" : "Lykilorð forrits", + "Follow us on Google+!" : "Fylgstu með okkur á Google+!", + "Like our facebook page!" : "Líkaðu við Facebook-síðuna okkar!", + "Follow us on Twitter!" : "Fylgstu með okkur á Twitter!", + "Check out our blog!" : "Kíktu á bloggið okkar!", + "Subscribe to our newsletter!" : "Gerstu áskrifandi að fréttabréfinu okkar!", + "Group name" : "Heiti hóps" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file diff --git a/settings/l10n/lt_LT.js b/settings/l10n/lt_LT.js index 3c7d6dbf093..3ace0da7e48 100644 --- a/settings/l10n/lt_LT.js +++ b/settings/l10n/lt_LT.js @@ -71,12 +71,14 @@ OC.L10N.register( "Enable" : "Įjungti", "Enabling app …" : "Programėlė įjungiama", "Error while enabling app" : "Klaida, įjungiant programėlę", + "Upgrading …" : "Naujinama …", "Updated" : "Atnaujinta", "Removing …" : "Šalinama …", "Remove" : "Šalinti", "Approved" : "Patvirtinta", "Experimental" : "Eksperimentinė", "Disconnect" : "Atjungti", + "Revoke" : "Panaikinti", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", "Firefox" : "Firefox", @@ -112,9 +114,11 @@ OC.L10N.register( "undo" : "anuliuoti", "never" : "niekada", "Add group" : "Pridėti grupę", + "Invalid quota value \"{val}\"" : "Neteisinga leidžiamo duomenų kiekio reikšmė \"{val}\"", "Password successfully changed" : "Slaptažodis sėkmingai pakeistas", "Changing the password will result in data loss, because data recovery is not available for this user" : "Slaptažodžio pakeitimas sąlygos duomenų praradimą, kadangi šiam naudotojui nėra prieinamas duomenų atkūrimas", "A valid username must be provided" : "Privalo būti pateiktas tinkamas naudotojo vardas", + "Error creating user: {message}" : "Klaida kuriant naudotoją: {message}", "A valid password must be provided" : "Slaptažodis turi būti tinkamas", "Documentation:" : "Dokumentacija:", "User documentation" : "Naudotojo dokumentacija", @@ -146,6 +150,10 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Jūs turite perkelti savo šifravimo raktus iš senojo šifravimo (ownCloud <= 8.0) į naująjį.", "Start migration" : "Pradėti perkėlimą", "Security & setup warnings" : "Saugos ir diegimo perspėjimai", + "Background jobs" : "Foninės užduotys", + "Last job ran %s." : "Paskutinė užduotis buvo vykdyta %s.", + "Last job execution ran %s. Something seems wrong." : "Paskutinės užduoties vykdymas vyko %s. Atrodo, kad kažkas nutiko.", + "Background job didn’t run yet!" : "Foninės užduotys kol kas nebuvo vykdomos!", "Execute one task with each page loaded" : "Įvykdyti vieną užduotį su kiekvieno puslapio įkėlimu", "Version" : "Versija", "Sharing" : "Dalijimasis", @@ -155,6 +163,7 @@ OC.L10N.register( "Allow resharing" : "Leisti dalintis", "Tips & tricks" : "Patarimai ir gudrybės", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation ↗</a>." : "Norėdami persikelti į kitą duomenų bazę, naudokite komandų eilutės įrankį: \"occ db:convert-type\" arba žiūrėkite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentaciją ↗</a>.", + "How to do backups" : "Kaip daryti atsargines kopijas", "You are using <strong>%s</strong> of <strong>%s</strong>" : "Jūs naudojate <strong>%s</strong> iš <strong>%s</strong>", "Profile picture" : "Profilio paveikslas", "Upload new" : "Įkelti naują", @@ -186,15 +195,27 @@ OC.L10N.register( "Done" : "Atlikta", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Sukurta {communityopen}Nextcloud bendruomenės{linkclose}, {githubopen}pirminis kodas{linkclose} yra licencijuotas pagal {licenseopen}AGPL{linkclose}.", "Settings" : "Nustatymai", + "Show last login" : "Rodyti paskutinį prisijungimą", + "Show email address" : "Rodyti el. pašto adresą", "Create" : "Sukurti", "Admin Recovery Password" : "Administracinis atkūrimo slaptažodis", "Enter the recovery password in order to recover the users files during password change" : "Įveskite atkūrimo slaptažodį, kad atkurtumėte naudotojo failus keičiant slaptažodį", + "Disabled" : "Išjungta", + "Default quota" : "Numatytasis leidžiamas duomenų kiekis", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Įveskite saugyklos leidžiamą duomenų kiekį (pvz.: \"512 MB\" ar \"12 GB\")", "Unlimited" : "Neribotai", "Other" : "Kita", "Quota" : "Limitas", "change full name" : "keisti pilną vardą", "set new password" : "nustatyti naują slaptažodį", "Default" : "Numatytasis", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Norėdami persikelti į kitą duomenų bazę, naudokite komandų eilutės įrankį: \"occ db:convert-type\" arba žiūrėkite <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentaciją ↗</a>." + "Updating...." : "Atnaujinama...", + "__language_name__" : "Lietuvių", + "Personal info" : "Asmeninė informacija", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Norėdami persikelti į kitą duomenų bazę, naudokite komandų eilutės įrankį: \"occ db:convert-type\" arba žiūrėkite <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentaciją ↗</a>.", + "Show First Run Wizard again" : "Dar kartą rodyti pirmojo paleidimo vediklį", + "Follow us on Google+!" : "Sekite mus Google+!", + "Follow us on Twitter!" : "Sekite mus Twitter!", + "Subscribe to our newsletter!" : "Prenumeruokite mūsų naujienlaiškį!" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/settings/l10n/lt_LT.json b/settings/l10n/lt_LT.json index e070ff944a9..59dd7489608 100644 --- a/settings/l10n/lt_LT.json +++ b/settings/l10n/lt_LT.json @@ -69,12 +69,14 @@ "Enable" : "Įjungti", "Enabling app …" : "Programėlė įjungiama", "Error while enabling app" : "Klaida, įjungiant programėlę", + "Upgrading …" : "Naujinama …", "Updated" : "Atnaujinta", "Removing …" : "Šalinama …", "Remove" : "Šalinti", "Approved" : "Patvirtinta", "Experimental" : "Eksperimentinė", "Disconnect" : "Atjungti", + "Revoke" : "Panaikinti", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", "Firefox" : "Firefox", @@ -110,9 +112,11 @@ "undo" : "anuliuoti", "never" : "niekada", "Add group" : "Pridėti grupę", + "Invalid quota value \"{val}\"" : "Neteisinga leidžiamo duomenų kiekio reikšmė \"{val}\"", "Password successfully changed" : "Slaptažodis sėkmingai pakeistas", "Changing the password will result in data loss, because data recovery is not available for this user" : "Slaptažodžio pakeitimas sąlygos duomenų praradimą, kadangi šiam naudotojui nėra prieinamas duomenų atkūrimas", "A valid username must be provided" : "Privalo būti pateiktas tinkamas naudotojo vardas", + "Error creating user: {message}" : "Klaida kuriant naudotoją: {message}", "A valid password must be provided" : "Slaptažodis turi būti tinkamas", "Documentation:" : "Dokumentacija:", "User documentation" : "Naudotojo dokumentacija", @@ -144,6 +148,10 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Jūs turite perkelti savo šifravimo raktus iš senojo šifravimo (ownCloud <= 8.0) į naująjį.", "Start migration" : "Pradėti perkėlimą", "Security & setup warnings" : "Saugos ir diegimo perspėjimai", + "Background jobs" : "Foninės užduotys", + "Last job ran %s." : "Paskutinė užduotis buvo vykdyta %s.", + "Last job execution ran %s. Something seems wrong." : "Paskutinės užduoties vykdymas vyko %s. Atrodo, kad kažkas nutiko.", + "Background job didn’t run yet!" : "Foninės užduotys kol kas nebuvo vykdomos!", "Execute one task with each page loaded" : "Įvykdyti vieną užduotį su kiekvieno puslapio įkėlimu", "Version" : "Versija", "Sharing" : "Dalijimasis", @@ -153,6 +161,7 @@ "Allow resharing" : "Leisti dalintis", "Tips & tricks" : "Patarimai ir gudrybės", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation ↗</a>." : "Norėdami persikelti į kitą duomenų bazę, naudokite komandų eilutės įrankį: \"occ db:convert-type\" arba žiūrėkite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentaciją ↗</a>.", + "How to do backups" : "Kaip daryti atsargines kopijas", "You are using <strong>%s</strong> of <strong>%s</strong>" : "Jūs naudojate <strong>%s</strong> iš <strong>%s</strong>", "Profile picture" : "Profilio paveikslas", "Upload new" : "Įkelti naują", @@ -184,15 +193,27 @@ "Done" : "Atlikta", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Sukurta {communityopen}Nextcloud bendruomenės{linkclose}, {githubopen}pirminis kodas{linkclose} yra licencijuotas pagal {licenseopen}AGPL{linkclose}.", "Settings" : "Nustatymai", + "Show last login" : "Rodyti paskutinį prisijungimą", + "Show email address" : "Rodyti el. pašto adresą", "Create" : "Sukurti", "Admin Recovery Password" : "Administracinis atkūrimo slaptažodis", "Enter the recovery password in order to recover the users files during password change" : "Įveskite atkūrimo slaptažodį, kad atkurtumėte naudotojo failus keičiant slaptažodį", + "Disabled" : "Išjungta", + "Default quota" : "Numatytasis leidžiamas duomenų kiekis", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Įveskite saugyklos leidžiamą duomenų kiekį (pvz.: \"512 MB\" ar \"12 GB\")", "Unlimited" : "Neribotai", "Other" : "Kita", "Quota" : "Limitas", "change full name" : "keisti pilną vardą", "set new password" : "nustatyti naują slaptažodį", "Default" : "Numatytasis", - "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Norėdami persikelti į kitą duomenų bazę, naudokite komandų eilutės įrankį: \"occ db:convert-type\" arba žiūrėkite <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentaciją ↗</a>." + "Updating...." : "Atnaujinama...", + "__language_name__" : "Lietuvių", + "Personal info" : "Asmeninė informacija", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Norėdami persikelti į kitą duomenų bazę, naudokite komandų eilutės įrankį: \"occ db:convert-type\" arba žiūrėkite <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentaciją ↗</a>.", + "Show First Run Wizard again" : "Dar kartą rodyti pirmojo paleidimo vediklį", + "Follow us on Google+!" : "Sekite mus Google+!", + "Follow us on Twitter!" : "Sekite mus Twitter!", + "Subscribe to our newsletter!" : "Prenumeruokite mūsų naujienlaiškį!" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file diff --git a/settings/l10n/nb.js b/settings/l10n/nb.js index 89b4d913793..3cc20187166 100644 --- a/settings/l10n/nb.js +++ b/settings/l10n/nb.js @@ -384,14 +384,38 @@ OC.L10N.register( "set new password" : "sett nytt passord", "change email address" : "endre e-postadresse", "Default" : "Forvalg", + "_You have %n app update pending_::_You have %n app updates pending_" : ["Du har %n programoppgradering som venter","Du har %n programoppgraderinger som venter"], + "Updating...." : "Oppdaterer…", + "Error while updating app" : "Feil ved oppdatering av program", "Error while removing app" : "Feil under fjerning av program", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Programmet er aktivert men må oppdateres. Du vil bli videresendt til oppdateringssiden om 5 sekunder.", + "App update" : "Programoppdatering", "__language_name__" : "Norsk bokmål", "Verifying" : "Bekrefter", "Personal info" : "Personlig informasjon", + "Sync clients" : "Synkroniser klienter", + "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 Tips & Ticks section and the documentation for more information." : "Det er viktig for sikkerheten og ytelsen på din installasjon at alt er satt opp rett. For å hjelpe deg er det satt i verk noen automatiske sjekker. Se \"Tips og triks\"-delen og i dokumentasjonen for mer informasjon", + "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ser ikke ut til å være satt opp riktig for å lese systemets miljøvariabler. Testen med getenv(\"PATH\") returnerer bare et tomt svar.", + "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Sjekk <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installasjonsdokumentasjonen ↗</a> etter php-oppsettssnotater og oppsett av PHP på tjeneren din, særlig om du bruker php-fpm.", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut for at PHP er satt opp til å fjerne innebygde doc-blokker. Dette gjør at flere av kjerneprogrammene blir utilgjengelige.", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP-modulen 'fileinfo' mangler. Vi anbefaler at du aktiverer denne modulen for å kunne detektere MIME-typen korrekt.", + "This means that there might be problems with certain characters in file names." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.", + "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "For å kjøre denne trenger du «PHP posix extension». Se {linkstart}PHP dokumentasjonen{linkend} for flere detaljer.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db:convert-type', eller les i <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentasjonen ↗</a>.", + "Get the apps to sync your files" : "Hent programmer som synkroniserer filene dine", "Desktop client" : "Skrivebordsklient", "Android app" : "Android-program", "iOS app" : "iOS-program", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Hvis du vil støtte prosjektet {contributeopen} delta i utviklingen {linkclose} eller {contributeopen}spre budskapet{linkclose}!", + "Show First Run Wizard again" : "Vis førstegangsveiviseren på nytt", + "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Vev, skrivebord og mobil -klienter og programspesifikke passord som har tilgang til kontoen din nå.", "App passwords" : "Programpassord", + "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Her kan du opprette egne passord for programmer slik at du ikke trenger å gi dem ditt passord. Du kan tilbakekalle dem individuelt også.", + "Follow us on Google+!" : "Følg oss på Google+", + "Like our facebook page!" : "Lik vår Facebook-side!", + "Follow us on Twitter!" : "Følg oss på Twitter", + "Check out our blog!" : "Sjekk ut bloggen vår", + "Subscribe to our newsletter!" : "Abonner på vårt nyhetsbrev!", "Group name" : "Gruppenavn" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/nb.json b/settings/l10n/nb.json index 7ecad5199ac..24af47be501 100644 --- a/settings/l10n/nb.json +++ b/settings/l10n/nb.json @@ -382,14 +382,38 @@ "set new password" : "sett nytt passord", "change email address" : "endre e-postadresse", "Default" : "Forvalg", + "_You have %n app update pending_::_You have %n app updates pending_" : ["Du har %n programoppgradering som venter","Du har %n programoppgraderinger som venter"], + "Updating...." : "Oppdaterer…", + "Error while updating app" : "Feil ved oppdatering av program", "Error while removing app" : "Feil under fjerning av program", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Programmet er aktivert men må oppdateres. Du vil bli videresendt til oppdateringssiden om 5 sekunder.", + "App update" : "Programoppdatering", "__language_name__" : "Norsk bokmål", "Verifying" : "Bekrefter", "Personal info" : "Personlig informasjon", + "Sync clients" : "Synkroniser klienter", + "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 Tips & Ticks section and the documentation for more information." : "Det er viktig for sikkerheten og ytelsen på din installasjon at alt er satt opp rett. For å hjelpe deg er det satt i verk noen automatiske sjekker. Se \"Tips og triks\"-delen og i dokumentasjonen for mer informasjon", + "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ser ikke ut til å være satt opp riktig for å lese systemets miljøvariabler. Testen med getenv(\"PATH\") returnerer bare et tomt svar.", + "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Sjekk <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installasjonsdokumentasjonen ↗</a> etter php-oppsettssnotater og oppsett av PHP på tjeneren din, særlig om du bruker php-fpm.", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Det ser ut for at PHP er satt opp til å fjerne innebygde doc-blokker. Dette gjør at flere av kjerneprogrammene blir utilgjengelige.", + "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "PHP-modulen 'fileinfo' mangler. Vi anbefaler at du aktiverer denne modulen for å kunne detektere MIME-typen korrekt.", + "This means that there might be problems with certain characters in file names." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.", + "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "For å kjøre denne trenger du «PHP posix extension». Se {linkstart}PHP dokumentasjonen{linkend} for flere detaljer.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db:convert-type', eller les i <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentasjonen ↗</a>.", + "Get the apps to sync your files" : "Hent programmer som synkroniserer filene dine", "Desktop client" : "Skrivebordsklient", "Android app" : "Android-program", "iOS app" : "iOS-program", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Hvis du vil støtte prosjektet {contributeopen} delta i utviklingen {linkclose} eller {contributeopen}spre budskapet{linkclose}!", + "Show First Run Wizard again" : "Vis førstegangsveiviseren på nytt", + "Web, desktop, mobile clients and app specific passwords that currently have access to your account." : "Vev, skrivebord og mobil -klienter og programspesifikke passord som har tilgang til kontoen din nå.", "App passwords" : "Programpassord", + "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Her kan du opprette egne passord for programmer slik at du ikke trenger å gi dem ditt passord. Du kan tilbakekalle dem individuelt også.", + "Follow us on Google+!" : "Følg oss på Google+", + "Like our facebook page!" : "Lik vår Facebook-side!", + "Follow us on Twitter!" : "Følg oss på Twitter", + "Check out our blog!" : "Sjekk ut bloggen vår", + "Subscribe to our newsletter!" : "Abonner på vårt nyhetsbrev!", "Group name" : "Gruppenavn" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index 8489a9112ec..c1ef15004a3 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -89,7 +89,7 @@ OC.L10N.register( "Email sent" : "E-mail verzonden", "Official" : "Officieel", "All" : "Alle", - "Update to %s" : "Werk bij naar %s", + "Update to %s" : "Updaten naar %s", "No apps found for your version" : "Geen apps gevonden voor jouw versie", "The app will be downloaded from the app store" : "De app zal worden gedownload van de app store", "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Officiële apps worden ontwikkeld door en binnen de community. Ze bieden centrale functionaliteit en zijn klaar voor productie.", @@ -267,10 +267,10 @@ OC.L10N.register( "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Het was niet mogelijk om de systeem cron via CLI uit te voeren. De volgende technische problemen traden op:", "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Lees de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installatie-handleiding ↗</a> goed door en controleer <a href=\"%s\">de logs</a> op fouten en waarschuwingen.", "All checks passed." : "Alle checks geslaagd", - "Background jobs" : "Achtergrond jobs", - "Last job ran %s." : "Laatste job liep %s.", + "Background jobs" : "Achtergrondtaken", + "Last job ran %s." : "Laatste taak %s uitgevoerd.", "Last job execution ran %s. Something seems wrong." : "Laatst uitgevoerde job: %s. Er lijkt iets fout gegaan.", - "Background job didn’t run yet!" : "Achtergrondjob nog niet gelopen!", + "Background job didn’t run yet!" : "Achtergrondtaak nog niet uitgevoerd!", "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Voor optimale prestaties is het belangrijk om de achtergrondtaken goed te configureren. Voor grotere installaties is \"Cron' de aanbevolen instelling. Bekijk de documentatie voor meer informatie.", "Execute one task with each page loaded" : "Bij laden van elke pagina één taak uitvoeren", "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php is geregistreerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen.", @@ -305,7 +305,7 @@ OC.L10N.register( "How to do backups" : "Hoe maak je back-ups", "Performance tuning" : "Prestatie afstelling", "Improving the config.php" : "config.php verbeteren", - "Theming" : "Thema's", + "Theming" : "Uiterlijk", "Check the security of your Nextcloud over our security scan" : "Controleer de beveiliging van je Nextcloud met onze securityscan", "Hardening and security guidance" : "Hardening en security advies", "Personal" : "Persoonlijk", @@ -388,7 +388,7 @@ OC.L10N.register( "Updating...." : "Bijwerken....", "Error while updating app" : "Fout bij het bijwerken van de app", "Error while removing app" : "Fout tijdens het verwijderen van de app", - "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "De app is ingeschakeld maar moet worden bijgewerkt. Je wordt over 5 seconden doorgeleid naar de bijwerkpagina.", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "De app is ingeschakeld maar moet worden geüpdate. Je wordt over 5 seconden doorgeleid naar de updatepagina.", "App update" : "App update", "__language_name__" : "Nederlands", "Verifying" : "Verifiëren", diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json index f4b431c5aee..f9be2248e4c 100644 --- a/settings/l10n/nl.json +++ b/settings/l10n/nl.json @@ -87,7 +87,7 @@ "Email sent" : "E-mail verzonden", "Official" : "Officieel", "All" : "Alle", - "Update to %s" : "Werk bij naar %s", + "Update to %s" : "Updaten naar %s", "No apps found for your version" : "Geen apps gevonden voor jouw versie", "The app will be downloaded from the app store" : "De app zal worden gedownload van de app store", "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Officiële apps worden ontwikkeld door en binnen de community. Ze bieden centrale functionaliteit en zijn klaar voor productie.", @@ -265,10 +265,10 @@ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Het was niet mogelijk om de systeem cron via CLI uit te voeren. De volgende technische problemen traden op:", "Please double check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Lees de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installatie-handleiding ↗</a> goed door en controleer <a href=\"%s\">de logs</a> op fouten en waarschuwingen.", "All checks passed." : "Alle checks geslaagd", - "Background jobs" : "Achtergrond jobs", - "Last job ran %s." : "Laatste job liep %s.", + "Background jobs" : "Achtergrondtaken", + "Last job ran %s." : "Laatste taak %s uitgevoerd.", "Last job execution ran %s. Something seems wrong." : "Laatst uitgevoerde job: %s. Er lijkt iets fout gegaan.", - "Background job didn’t run yet!" : "Achtergrondjob nog niet gelopen!", + "Background job didn’t run yet!" : "Achtergrondtaak nog niet uitgevoerd!", "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Voor optimale prestaties is het belangrijk om de achtergrondtaken goed te configureren. Voor grotere installaties is \"Cron' de aanbevolen instelling. Bekijk de documentatie voor meer informatie.", "Execute one task with each page loaded" : "Bij laden van elke pagina één taak uitvoeren", "cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php is geregistreerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen.", @@ -303,7 +303,7 @@ "How to do backups" : "Hoe maak je back-ups", "Performance tuning" : "Prestatie afstelling", "Improving the config.php" : "config.php verbeteren", - "Theming" : "Thema's", + "Theming" : "Uiterlijk", "Check the security of your Nextcloud over our security scan" : "Controleer de beveiliging van je Nextcloud met onze securityscan", "Hardening and security guidance" : "Hardening en security advies", "Personal" : "Persoonlijk", @@ -386,7 +386,7 @@ "Updating...." : "Bijwerken....", "Error while updating app" : "Fout bij het bijwerken van de app", "Error while removing app" : "Fout tijdens het verwijderen van de app", - "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "De app is ingeschakeld maar moet worden bijgewerkt. Je wordt over 5 seconden doorgeleid naar de bijwerkpagina.", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "De app is ingeschakeld maar moet worden geüpdate. Je wordt over 5 seconden doorgeleid naar de updatepagina.", "App update" : "App update", "__language_name__" : "Nederlands", "Verifying" : "Verifiëren", diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js index 8c63f5385e7..904ad7b950d 100644 --- a/settings/l10n/ru.js +++ b/settings/l10n/ru.js @@ -389,17 +389,23 @@ OC.L10N.register( "Error while updating app" : "Ошибка обновления приложения", "Error while removing app" : "Ошибка удаления приложения", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Приложение было включено, но нуждается в обновлении. В течении 5 секунд будет выполнено перенаправление на страницу обновления.", + "App update" : "Обновить приложение", "__language_name__" : "Русский язык", "Verifying" : "Проверка", "Personal info" : "Личная информация", "Sync clients" : "Приложения для синхронизации", "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 Tips & Ticks section and the documentation for more information." : "Для обеспечения безопасности и производительности важно, чтобы всё было настроено правильно. Чтобы убедиться в этом, мы выполняем некоторые автоматические проверки. Дополнительная информация содержится в разделе «Советы и рекомендации» и в документации.", + "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\") возвращает пустые результаты, вероятно, PHP настроен неверно.", + "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Обратитесь к <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">документации по установке ↗</a> для получения информации по правильной настройке PHP, что особенно важно в случае использования php-fpm.", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP настроен на вычищение блоков встроенной документации, что приведёт к невозможности использовать несколько основных приложений.", + "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Установленная версия %1$s меньше чем %2$s. По причинам стабильности и производительности рекомендуется обновить используемую версию %1$s.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Отсутствует модуль PHP «fileinfo». Настоятельно рекомендуется включить этот модуль для улучшения определения типов (MIME-type) файлов.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Отключена блокировка передаваемых файлов, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле «config.php». Обратитесь к <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">документации ↗ </a> для получения дополнительной информации.", "This means that there might be problems with certain characters in file names." : "Это означает, что возможны проблемы с некоторыми символами в именах файлов.", "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Настоятельно рекомендуется установить требуемые системные пакеты для поддержки одного из следующих региональных стандартов: %s.", "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "При установке сервера не в корневой каталог домена и использовании системного планировщика сron возможны проблемы, связанные с формированием неверных URL. Решением является присвоение параметру «overwrite.cli.url» в файле «config.php» значения, равного полному интернет-адресу установки сервера (Предположительно: «%s».)", "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Ошибка запуска задачи планировщика с использованием интерфейса командной строки. Подробное сообщение об ошибке:", + "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Ещё раз внимательно прочитайте <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">руководство по установке ↗</a> и проверьте <a href=\"%s\">журнал</a> на наличие ошибок.", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "«cron.php» зарегистрирован в службе webcron и будет вызываться каждые 15 минут по HTTP.", "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Для запуска требуется расширение POSIX для PHP. Дополнительные сведения содержатся в {linkstart}документации по PHP{linkend}.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Для перехода на другую базу данных используйте команду: «occ db:convert-type» или обратитесь к <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">документации ↗</a>. ", diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json index 6399dbaacca..c1c4ff6fcfa 100644 --- a/settings/l10n/ru.json +++ b/settings/l10n/ru.json @@ -387,17 +387,23 @@ "Error while updating app" : "Ошибка обновления приложения", "Error while removing app" : "Ошибка удаления приложения", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Приложение было включено, но нуждается в обновлении. В течении 5 секунд будет выполнено перенаправление на страницу обновления.", + "App update" : "Обновить приложение", "__language_name__" : "Русский язык", "Verifying" : "Проверка", "Personal info" : "Личная информация", "Sync clients" : "Приложения для синхронизации", "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 Tips & Ticks section and the documentation for more information." : "Для обеспечения безопасности и производительности важно, чтобы всё было настроено правильно. Чтобы убедиться в этом, мы выполняем некоторые автоматические проверки. Дополнительная информация содержится в разделе «Советы и рекомендации» и в документации.", + "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\") возвращает пустые результаты, вероятно, PHP настроен неверно.", + "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Обратитесь к <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">документации по установке ↗</a> для получения информации по правильной настройке PHP, что особенно важно в случае использования php-fpm.", + "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP настроен на вычищение блоков встроенной документации, что приведёт к невозможности использовать несколько основных приложений.", + "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Установленная версия %1$s меньше чем %2$s. По причинам стабильности и производительности рекомендуется обновить используемую версию %1$s.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with MIME type detection." : "Отсутствует модуль PHP «fileinfo». Настоятельно рекомендуется включить этот модуль для улучшения определения типов (MIME-type) файлов.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "Отключена блокировка передаваемых файлов, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле «config.php». Обратитесь к <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">документации ↗ </a> для получения дополнительной информации.", "This means that there might be problems with certain characters in file names." : "Это означает, что возможны проблемы с некоторыми символами в именах файлов.", "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Настоятельно рекомендуется установить требуемые системные пакеты для поддержки одного из следующих региональных стандартов: %s.", "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "При установке сервера не в корневой каталог домена и использовании системного планировщика сron возможны проблемы, связанные с формированием неверных URL. Решением является присвоение параметру «overwrite.cli.url» в файле «config.php» значения, равного полному интернет-адресу установки сервера (Предположительно: «%s».)", "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Ошибка запуска задачи планировщика с использованием интерфейса командной строки. Подробное сообщение об ошибке:", + "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Ещё раз внимательно прочитайте <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">руководство по установке ↗</a> и проверьте <a href=\"%s\">журнал</a> на наличие ошибок.", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "«cron.php» зарегистрирован в службе webcron и будет вызываться каждые 15 минут по HTTP.", "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Для запуска требуется расширение POSIX для PHP. Дополнительные сведения содержатся в {linkstart}документации по PHP{linkend}.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Для перехода на другую базу данных используйте команду: «occ db:convert-type» или обратитесь к <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">документации ↗</a>. ", diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 436a5bc756a..83f6b9a02f9 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -104,7 +104,7 @@ OC.L10N.register( "Error: Could not disable broken app" : "错误: 无法禁用损坏的应用", "Error while disabling broken app" : "禁用损坏的应用时出错", "App up to date" : "已是最新应用", - "Upgrading …" : "正在更新。。。", + "Upgrading …" : "正在更新...", "Could not upgrade app" : "无法更新应用", "Updated" : "已更新", "Removing …" : "正在移除...", diff --git a/settings/l10n/zh_CN.json b/settings/l10n/zh_CN.json index 8537d8bc46c..d077ef1f715 100644 --- a/settings/l10n/zh_CN.json +++ b/settings/l10n/zh_CN.json @@ -102,7 +102,7 @@ "Error: Could not disable broken app" : "错误: 无法禁用损坏的应用", "Error while disabling broken app" : "禁用损坏的应用时出错", "App up to date" : "已是最新应用", - "Upgrading …" : "正在更新。。。", + "Upgrading …" : "正在更新...", "Could not upgrade app" : "无法更新应用", "Updated" : "已更新", "Removing …" : "正在移除...", diff --git a/settings/templates/settings/personal/security.php b/settings/templates/settings/personal/security.php index 3a324bf8d21..cf52315ff04 100644 --- a/settings/templates/settings/personal/security.php +++ b/settings/templates/settings/personal/security.php @@ -37,6 +37,7 @@ script('settings', [ <table class="icon-loading"> <thead class="token-list-header"> <tr> + <th></th> <th><?php p($l->t('Device'));?></th> <th><?php p($l->t('Last activity'));?></th> <th></th> diff --git a/settings/templates/users/part.createuser.php b/settings/templates/users/part.createuser.php index ca36b196ea8..6a388fc0d88 100644 --- a/settings/templates/users/part.createuser.php +++ b/settings/templates/users/part.createuser.php @@ -7,7 +7,7 @@ type="password" id="newuserpassword" placeholder="<?php p($l->t('Password'))?>" autocomplete="off" autocapitalize="none" autocorrect="off" /> - <input id="newemail" type="text" style="display:none" + <input id="newemail" type="email" style="display:none" placeholder="<?php p($l->t('E-Mail'))?>" autocomplete="off" autocapitalize="none" autocorrect="off" /> <div class="groups"><div class="groupsListContainer multiselect button" data-placeholder="<?php p($l->t('Groups'))?>"><span class="title groupsList"></span><span class="icon-triangle-s"></span></div></div> |