mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Updated translations with latest Crowdin changes (#4658)
This commit is contained in:
parent
5b1929a39a
commit
c017f5bed1
@ -15,7 +15,7 @@ return [
|
||||
'page_restore' => 'تمت استعادة الصفحة',
|
||||
'page_restore_notification' => 'تمت استعادة الصفحة بنجاح',
|
||||
'page_move' => 'تم نقل الصفحة',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
'page_move_notification' => 'تم نقل الصفحة بنجاح',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'تم إنشاء فصل',
|
||||
@ -25,7 +25,7 @@ return [
|
||||
'chapter_delete' => 'تم حذف الفصل',
|
||||
'chapter_delete_notification' => 'تم حذف الفصل بنجاح',
|
||||
'chapter_move' => 'تم نقل الفصل',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
'chapter_move_notification' => 'تم نقل الفصل بنجاح',
|
||||
|
||||
// Books
|
||||
'book_create' => 'تم إنشاء كتاب',
|
||||
@ -50,31 +50,31 @@ return [
|
||||
'bookshelf_delete_notification' => 'تم حذف الرف بنجاح',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'restored revision',
|
||||
'revision_delete' => 'deleted revision',
|
||||
'revision_delete_notification' => 'Revision successfully deleted',
|
||||
'revision_restore' => 'استعادة مراجعة',
|
||||
'revision_delete' => 'مراجعة محذوفة',
|
||||
'revision_delete_notification' => 'تم حذف المراجعة بنجاح',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => 'تم إضافة ":name" إلى المفضلة لديك',
|
||||
'favourite_remove_notification' => 'تم إزالة ":name" من المفضلة لديك',
|
||||
|
||||
// Watching
|
||||
'watch_update_level_notification' => 'Watch preferences successfully updated',
|
||||
'watch_update_level_notification' => 'تم تحديث الإعدادات المشاهدة بنجاح',
|
||||
|
||||
// Auth
|
||||
'auth_login' => 'logged in',
|
||||
'auth_register' => 'registered as new user',
|
||||
'auth_password_reset_request' => 'requested user password reset',
|
||||
'auth_password_reset_update' => 'reset user password',
|
||||
'mfa_setup_method' => 'configured MFA method',
|
||||
'auth_login' => 'تم تسجيل الدخول',
|
||||
'auth_register' => 'سجل كمستخدم جديد',
|
||||
'auth_password_reset_request' => 'طلب رابط جديد لإعادة تعيين كلمة المرور',
|
||||
'auth_password_reset_update' => 'إعادة تعيين كلمة مرور المستخدم',
|
||||
'mfa_setup_method' => 'طريقة MFA المكونة',
|
||||
'mfa_setup_method_notification' => 'تم تكوين طريقة متعددة العوامل بنجاح',
|
||||
'mfa_remove_method' => 'removed MFA method',
|
||||
'mfa_remove_method' => 'إزالة طريقة MFA',
|
||||
'mfa_remove_method_notification' => 'تمت إزالة طريقة متعددة العوامل بنجاح',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'updated settings',
|
||||
'settings_update_notification' => 'Settings successfully updated',
|
||||
'maintenance_action_run' => 'ran maintenance action',
|
||||
'settings_update' => 'تحديث الإعدادات',
|
||||
'settings_update_notification' => 'تم تحديث الإعدادات',
|
||||
'maintenance_action_run' => 'إجراء الصيانة',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'تم إنشاء webhook',
|
||||
@ -85,39 +85,39 @@ return [
|
||||
'webhook_delete_notification' => 'تم حذف Webhook بنجاح',
|
||||
|
||||
// Users
|
||||
'user_create' => 'created user',
|
||||
'user_create_notification' => 'User successfully created',
|
||||
'user_update' => 'updated user',
|
||||
'user_create' => 'إنشاء مستخدم',
|
||||
'user_create_notification' => 'تم انشاء الحساب',
|
||||
'user_update' => 'المستخدم المحدث',
|
||||
'user_update_notification' => 'تم تحديث المستخدم بنجاح',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete' => 'المستخدم المحذوف',
|
||||
'user_delete_notification' => 'تم إزالة المستخدم بنجاح',
|
||||
|
||||
// API Tokens
|
||||
'api_token_create' => 'created api token',
|
||||
'api_token_create_notification' => 'API token successfully created',
|
||||
'api_token_update' => 'updated api token',
|
||||
'api_token_update_notification' => 'API token successfully updated',
|
||||
'api_token_delete' => 'deleted api token',
|
||||
'api_token_delete_notification' => 'API token successfully deleted',
|
||||
'api_token_create' => 'تم إنشاء رمز api',
|
||||
'api_token_create_notification' => 'تم إنشاء رمز الـ API بنجاح',
|
||||
'api_token_update' => 'تم تحديث رمز api',
|
||||
'api_token_update_notification' => 'تم تحديث رمز الـ API بنجاح',
|
||||
'api_token_delete' => 'رمز api المحذوف',
|
||||
'api_token_delete_notification' => 'تم حذف رمز الـ API بنجاح',
|
||||
|
||||
// Roles
|
||||
'role_create' => 'created role',
|
||||
'role_create_notification' => 'Role successfully created',
|
||||
'role_update' => 'updated role',
|
||||
'role_update_notification' => 'Role successfully updated',
|
||||
'role_delete' => 'deleted role',
|
||||
'role_delete_notification' => 'Role successfully deleted',
|
||||
'role_create' => 'إنشاء صَلاحِيَة',
|
||||
'role_create_notification' => 'تم إنشاء الدور بنجاح',
|
||||
'role_update' => 'حدّث الدور',
|
||||
'role_update_notification' => 'تم تحديث الدور بنجاح',
|
||||
'role_delete' => 'حذف الدور',
|
||||
'role_delete_notification' => 'تم حذف الدور بنجاح',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'emptied recycle bin',
|
||||
'recycle_bin_restore' => 'restored from recycle bin',
|
||||
'recycle_bin_destroy' => 'removed from recycle bin',
|
||||
'recycle_bin_empty' => 'سلة إعادة التدوير المفرغة',
|
||||
'recycle_bin_restore' => 'استعادة من سلة المحذوفات',
|
||||
'recycle_bin_destroy' => 'إزالة من سلة المحذوفات',
|
||||
|
||||
// Comments
|
||||
'commented_on' => 'تم التعليق',
|
||||
'comment_create' => 'added comment',
|
||||
'comment_update' => 'updated comment',
|
||||
'comment_delete' => 'deleted comment',
|
||||
'comment_create' => 'تعليق مضاف',
|
||||
'comment_update' => 'تعليق محدث',
|
||||
'comment_delete' => 'تعليق محذوف',
|
||||
|
||||
// Other
|
||||
'permissions_update' => 'تحديث الأذونات',
|
||||
|
@ -39,8 +39,8 @@ return [
|
||||
'register_success' => 'شكراً لإنشاء حسابكم! تم تسجيلكم ودخولكم للحساب الخاص بكم.',
|
||||
|
||||
// Login auto-initiation
|
||||
'auto_init_starting' => 'Attempting Login',
|
||||
'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
|
||||
'auto_init_starting' => 'محاولة تسجيل الدخول',
|
||||
'auto_init_starting_desc' => 'نحن نتصل بنظام المصادقة الخاص بك لبدء عملية تسجيل الدخول. إذا لم يحدث أي تقدم بعد 5 ثوان يمكنك محاولة النقر على الرابط أدناه.',
|
||||
'auto_init_start_link' => 'المتابعة مع المصادقة',
|
||||
|
||||
// Password Reset
|
||||
@ -59,10 +59,10 @@ return [
|
||||
'email_confirm_text' => 'الرجاء تأكيد بريدكم الإلكتروني بالضغط على الزر أدناه:',
|
||||
'email_confirm_action' => 'تأكيد البريد الإلكتروني',
|
||||
'email_confirm_send_error' => 'تأكيد البريد الإلكتروني مطلوب ولكن النظام لم يستطع إرسال الرسالة. تواصل مع مشرف النظام للتأكد من إعدادات البريد.',
|
||||
'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.',
|
||||
'email_confirm_success' => 'تم تأكيد بريدك الإلكتروني! يمكنك الآن تسجيل الدخول باستخدام عنوان البريد الإلكتروني هذا.',
|
||||
'email_confirm_resent' => 'تمت إعادة إرسال رسالة التأكيد. الرجاء مراجعة صندوق الوارد',
|
||||
'email_confirm_thanks' => 'Thanks for confirming!',
|
||||
'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.',
|
||||
'email_confirm_thanks' => 'شكرا للتأكيد!',
|
||||
'email_confirm_thanks_desc' => 'الرجاء الانتظار لحظة بينما يتم التعامل مع التأكيد الخاص بك. إذا لم يتم إعادة توجيهك بعد 3 ثوان اضغط على الرابط "المتابعة" أدناه للمتابعة.',
|
||||
|
||||
'email_not_confirmed' => 'لم يتم تأكيد البريد الإلكتروني',
|
||||
'email_not_confirmed_text' => 'لم يتم بعد تأكيد عنوان البريد الإلكتروني.',
|
||||
@ -78,14 +78,14 @@ return [
|
||||
'user_invite_page_welcome' => 'مرحبا بكم في :appName!',
|
||||
'user_invite_page_text' => 'لإكمال حسابك والحصول على حق الوصول تحتاج إلى تعيين كلمة مرور سيتم استخدامها لتسجيل الدخول إلى :appName في الزيارات المستقبلية.',
|
||||
'user_invite_page_confirm_button' => 'تأكيد كلمة المرور',
|
||||
'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!',
|
||||
'user_invite_success_login' => 'تم تأكيد كلمة المرور. يمكنك الآن تسجيل الدخول باستخدام كلمة المرور المحددة للوصول إلى :appName!',
|
||||
|
||||
// Multi-factor Authentication
|
||||
'mfa_setup' => 'Setup Multi-Factor Authentication',
|
||||
'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
|
||||
'mfa_setup_configured' => 'Already configured',
|
||||
'mfa_setup_reconfigure' => 'Reconfigure',
|
||||
'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?',
|
||||
'mfa_setup' => 'إعداد المصادقة متعددة العوامل',
|
||||
'mfa_setup_desc' => 'إعداد المصادقة متعددة العوامل كطبقة إضافية من الأمان لحساب المستخدم الخاص بك.',
|
||||
'mfa_setup_configured' => 'تم إعداده مسبقاً',
|
||||
'mfa_setup_reconfigure' => 'إعادة التكوين',
|
||||
'mfa_setup_remove_confirmation' => 'هل أنت متأكد من أنك تريد إزالة طريقة المصادقة متعددة العناصر هذه؟',
|
||||
'mfa_setup_action' => 'إعداد (تنصيب)',
|
||||
'mfa_backup_codes_usage_limit_warning' => 'You have less than 5 backup codes remaining, Please generate and store a new set before you run out of codes to prevent being locked out of your account.',
|
||||
'mfa_option_totp_title' => 'تطبيق الجوال',
|
||||
|
@ -6,7 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'إلغاء',
|
||||
'close' => 'Close',
|
||||
'close' => 'إغلاق',
|
||||
'confirm' => 'تأكيد',
|
||||
'back' => 'رجوع',
|
||||
'save' => 'حفظ',
|
||||
@ -26,7 +26,7 @@ return [
|
||||
'actions' => 'إجراءات',
|
||||
'view' => 'عرض',
|
||||
'view_all' => 'عرض الكل',
|
||||
'new' => 'New',
|
||||
'new' => 'جديد',
|
||||
'create' => 'إنشاء',
|
||||
'update' => 'تحديث',
|
||||
'edit' => 'تعديل',
|
||||
@ -41,18 +41,18 @@ return [
|
||||
'reset' => 'إعادة تعيين',
|
||||
'remove' => 'إزالة',
|
||||
'add' => 'إضافة',
|
||||
'configure' => 'Configure',
|
||||
'manage' => 'Manage',
|
||||
'configure' => 'ضبط',
|
||||
'manage' => 'إدارة',
|
||||
'fullscreen' => 'شاشة كاملة',
|
||||
'favourite' => 'Favourite',
|
||||
'unfavourite' => 'Unfavourite',
|
||||
'next' => 'Next',
|
||||
'previous' => 'Previous',
|
||||
'filter_active' => 'Active Filter:',
|
||||
'filter_clear' => 'Clear Filter',
|
||||
'download' => 'Download',
|
||||
'open_in_tab' => 'Open in Tab',
|
||||
'open' => 'Open',
|
||||
'favourite' => 'أضف إلى المفضلة',
|
||||
'unfavourite' => 'إزالة من المفضلة',
|
||||
'next' => 'التالي',
|
||||
'previous' => 'السابق',
|
||||
'filter_active' => 'الفلاتر المفعلة:',
|
||||
'filter_clear' => 'مسح الفلاتر',
|
||||
'download' => 'تنزيل',
|
||||
'open_in_tab' => 'فتح في علامة تبويب',
|
||||
'open' => 'فتح',
|
||||
|
||||
// Sort Options
|
||||
'sort_options' => 'خيارات الفرز',
|
||||
@ -69,7 +69,7 @@ return [
|
||||
'no_activity' => 'لا يوجد نشاط لعرضه',
|
||||
'no_items' => 'لا توجد عناصر متوفرة',
|
||||
'back_to_top' => 'العودة إلى الأعلى',
|
||||
'skip_to_main_content' => 'Skip to main content',
|
||||
'skip_to_main_content' => 'تخطى إلى المحتوى الرئيسي',
|
||||
'toggle_details' => 'عرض / إخفاء التفاصيل',
|
||||
'toggle_thumbnails' => 'عرض / إخفاء الصور المصغرة',
|
||||
'details' => 'التفاصيل',
|
||||
@ -77,21 +77,21 @@ return [
|
||||
'list_view' => 'عرض منسدل',
|
||||
'default' => 'افتراضي',
|
||||
'breadcrumb' => 'شريط التنقل',
|
||||
'status' => 'Status',
|
||||
'status_active' => 'Active',
|
||||
'status_inactive' => 'Inactive',
|
||||
'never' => 'Never',
|
||||
'none' => 'None',
|
||||
'status' => 'الحالة',
|
||||
'status_active' => 'نشط',
|
||||
'status_inactive' => 'غير نشط',
|
||||
'never' => 'مطلقاً',
|
||||
'none' => 'لا شَيْء',
|
||||
|
||||
// Header
|
||||
'homepage' => 'Homepage',
|
||||
'homepage' => 'الصفحة الرئيسية',
|
||||
'header_menu_expand' => 'عرض القائمة',
|
||||
'profile_menu' => 'قائمة ملف التعريف',
|
||||
'view_profile' => 'عرض الملف الشخصي',
|
||||
'edit_profile' => 'تعديل الملف الشخصي',
|
||||
'dark_mode' => 'الوضع المظلم',
|
||||
'light_mode' => 'الوضع المضيء',
|
||||
'global_search' => 'Global Search',
|
||||
'global_search' => 'البحث العام',
|
||||
|
||||
// Layout tabs
|
||||
'tab_info' => 'معلومات',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'مُحدث :timeLength',
|
||||
'meta_updated_name' => 'مُحدث :timeLength بواسطة :user',
|
||||
'meta_owned_name' => 'Owned by :user',
|
||||
'meta_reference_page_count' => 'Referenced on :count page|Referenced on :count pages',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'اختيار الكيان',
|
||||
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
|
||||
'images' => 'صور',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'تعديل كتاب :bookName',
|
||||
'books_form_book_name' => 'اسم الكتاب',
|
||||
'books_save' => 'حفظ الكتاب',
|
||||
'books_default_template' => 'Default Page Template',
|
||||
'books_default_template_explain' => 'Assign a page template that will be used as the default content for all new pages in this book. Keep in mind this will only be used if the page creator has view access to those chosen template page.',
|
||||
'books_default_template_select' => 'Select a template page',
|
||||
'books_permissions' => 'أذونات الكتاب',
|
||||
'books_permissions_updated' => 'تم تحديث أذونات الكتاب',
|
||||
'books_empty_contents' => 'لم يتم إنشاء أي صفحات أو فصول لهذا الكتاب.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'حذف المسودة',
|
||||
'pages_delete_success' => 'تم حذف الصفحة',
|
||||
'pages_delete_draft_success' => 'تم حذف المسودة',
|
||||
'pages_delete_warning_template' => 'This page is in active use as a book default page template. These books will no longer have a default page template assigned after this page is deleted.',
|
||||
'pages_delete_confirm' => 'تأكيد حذف الصفحة؟',
|
||||
'pages_delete_draft_confirm' => 'تأكيد حذف المسودة؟',
|
||||
'pages_editing_named' => ':pageName قيد التعديل',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'References',
|
||||
'references_none' => 'There are no tracked references to this item.',
|
||||
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Watch',
|
||||
|
@ -19,14 +19,13 @@ return [
|
||||
'ldap_extension_not_installed' => 'لم يتم تثبيت إضافة LDAP PHP',
|
||||
'ldap_cannot_connect' => 'لا يمكن الاتصال بخادم ldap, فشل الاتصال المبدئي',
|
||||
'saml_already_logged_in' => 'تم تسجيل الدخول بالفعل',
|
||||
'saml_user_not_registered' => 'المستخدم :name غير مسجل ويتم تعطيل التسجيل التلقائي',
|
||||
'saml_no_email_address' => 'تعذر العثور على عنوان بريد إلكتروني، لهذا المستخدم، في البيانات المقدمة من نظام المصادقة الخارجي',
|
||||
'saml_invalid_response_id' => 'لم يتم التعرف على الطلب من نظام التوثيق الخارجي من خلال عملية تبدأ بهذا التطبيق. العودة بعد تسجيل الدخول يمكن أن يسبب هذه المشكلة.',
|
||||
'saml_fail_authed' => 'تسجيل الدخول باستخدام :system فشل، النظام لم يوفر التفويض الناجح',
|
||||
'oidc_already_logged_in' => 'Already logged in',
|
||||
'oidc_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
|
||||
'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
|
||||
'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
|
||||
'oidc_already_logged_in' => 'تم تسجيل الدخول مسبقاً',
|
||||
'oidc_user_not_registered' => 'المستخدم :name غير مسجل و لايمكن التسجيل بشكل اتوماتيكي',
|
||||
'oidc_no_email_address' => 'تعذر العثور على عنوان بريد إلكتروني، لهذا المستخدم، في البيانات المقدمة من نظام المصادقة الخارجي',
|
||||
'oidc_fail_authed' => 'تسجيل الدخول باستخدام :system فشل، النظام لم يوفر التفويض الناجح',
|
||||
'social_no_action_defined' => 'لم يتم تعريف أي إجراء',
|
||||
'social_login_bad_response' => "حصل خطأ خلال تسجيل الدخول باستخدام :socialAccount \n:error",
|
||||
'social_account_in_use' => 'حساب :socialAccount قيد الاستخدام حالياً, الرجاء محاولة الدخول باستخدام خيار :socialAccount.',
|
||||
@ -44,30 +43,30 @@ return [
|
||||
'cannot_get_image_from_url' => 'لا يمكن الحصول على الصورة من :url',
|
||||
'cannot_create_thumbs' => 'لا يمكن للخادم إنشاء صور مصغرة. الرجاء التأكد من تثبيت إضافة GD PHP.',
|
||||
'server_upload_limit' => 'الخادم لا يسمح برفع ملفات بهذا الحجم. الرجاء محاولة الرفع بحجم أصغر.',
|
||||
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
|
||||
'server_post_limit' => 'لا يمكن للخادم تلقي كمية البيانات المتاحة. حاول مرة أخرى باستخدام بيانات أقل أو ملف أصغر.',
|
||||
'uploaded' => 'الخادم لا يسمح برفع ملفات بهذا الحجم. الرجاء محاولة الرفع بحجم أصغر.',
|
||||
|
||||
// Drawing & Images
|
||||
'image_upload_error' => 'حدث خطأ خلال رفع الصورة',
|
||||
'image_upload_type_error' => 'صيغة الصورة المرفوعة غير صالحة',
|
||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
|
||||
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
|
||||
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
|
||||
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
||||
'image_upload_replace_type' => 'يجب أن يكون استبدال ملف الصورة من نفس النوع',
|
||||
'image_upload_memory_limit' => 'فشل في التعامل مع تحميل الصورة و/أو إنشاء الصور المصغرة بسبب حدود موارد النظام.',
|
||||
'image_thumbnail_memory_limit' => 'فشل في إنشاء تغيرات حجم الصورة بسبب حدود موارد النظام.',
|
||||
'image_gallery_thumbnail_memory_limit' => 'فشل في إنشاء الصور المصغرة للمعرض بسبب حدود موارد النظام.',
|
||||
'drawing_data_not_found' => 'تعذر تحميل بيانات الرسم. قد لا يكون ملف الرسم موجودا أو قد لا يكون لديك إذن للوصول إليه.',
|
||||
|
||||
// Attachments
|
||||
'attachment_not_found' => 'لم يتم العثور على المرفق',
|
||||
'attachment_upload_error' => 'An error occurred uploading the attachment file',
|
||||
'attachment_upload_error' => 'حدث خطأ أثناء تحميل الملف المرفق',
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'فشل حفظ المسودة. الرجاء التأكد من وجود اتصال بالإنترنت قبل حفظ الصفحة',
|
||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
||||
'page_draft_delete_fail' => 'فشل في حذف مسودة الصفحة وجلب محتوى الصفحة الحالية المحفوظة',
|
||||
'page_custom_home_deletion' => 'لا يمكن حذف الصفحة إذا كانت محددة كصفحة رئيسية',
|
||||
|
||||
// Entities
|
||||
'entity_not_found' => 'الكيان غير موجود',
|
||||
'bookshelf_not_found' => 'Shelf not found',
|
||||
'bookshelf_not_found' => 'رف الكتب غير موجود',
|
||||
'book_not_found' => 'لم يتم العثور على الكتاب',
|
||||
'page_not_found' => 'لم يتم العثور على الصفحة',
|
||||
'chapter_not_found' => 'لم يتم العثور على الفصل',
|
||||
@ -96,9 +95,9 @@ return [
|
||||
'404_page_not_found' => 'لم يتم العثور على الصفحة',
|
||||
'sorry_page_not_found' => 'عفواً, لا يمكن العثور على الصفحة التي تبحث عنها.',
|
||||
'sorry_page_not_found_permission_warning' => 'إذا كنت تتوقع أن تكون هذه الصفحة موجودة، قد لا يكون لديك تصريح بمشاهدتها.',
|
||||
'image_not_found' => 'Image Not Found',
|
||||
'image_not_found_subtitle' => 'Sorry, The image file you were looking for could not be found.',
|
||||
'image_not_found_details' => 'If you expected this image to exist it might have been deleted.',
|
||||
'image_not_found' => 'لم يتم العثور على الصورة',
|
||||
'image_not_found_subtitle' => 'عذراً، لم يتم العثور على ملف الصورة الذي كنت تبحث عنه.',
|
||||
'image_not_found_details' => 'إذا كنت تتوقع وجود هذه الصورة ربما تم حذفها.',
|
||||
'return_home' => 'العودة للصفحة الرئيسية',
|
||||
'error_occurred' => 'حدث خطأ',
|
||||
'app_down' => ':appName لا يعمل حالياً',
|
||||
@ -116,5 +115,5 @@ return [
|
||||
'maintenance_test_email_failure' => 'حدث خطأ عند إرسال بريد إلكتروني تجريبي:',
|
||||
|
||||
// HTTP errors
|
||||
'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts',
|
||||
'http_ssr_url_no_match' => 'الرابط لا يتطابق مع الاعدادات المسموح بها لاستضافة SSR',
|
||||
];
|
||||
|
@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
|
||||
|
||||
'detail_page_name' => 'Page Name:',
|
||||
'detail_page_path' => 'Page Path:',
|
||||
'detail_commenter' => 'Commenter:',
|
||||
'detail_comment' => 'Comment:',
|
||||
'detail_created_by' => 'Created By:',
|
||||
|
@ -9,8 +9,8 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'الإعدادات',
|
||||
'settings_save' => 'حفظ الإعدادات',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
'system_version' => 'إصدار النظام',
|
||||
'categories' => 'التصنيفات',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'تخصيص',
|
||||
@ -26,23 +26,23 @@ return [
|
||||
'app_secure_images' => 'تفعيل حماية أكبر لرفع الصور؟',
|
||||
'app_secure_images_toggle' => 'لمزيد من الحماية',
|
||||
'app_secure_images_desc' => 'لتحسين أداء النظام, ستكون جميع الصور متاحة للعامة. هذا الخيار يضيف سلسلة من الحروف والأرقام العشوائية صعبة التخمين إلى رابط الصورة. الرجاء التأكد من تعطيل فهرسة المسارات لمنع الوصول السهل.',
|
||||
'app_default_editor' => 'Default Page Editor',
|
||||
'app_default_editor_desc' => 'Select which editor will be used by default when editing new pages. This can be overridden at a page level where permissions allow.',
|
||||
'app_default_editor' => 'محرر الصفحة الافتراضي',
|
||||
'app_default_editor_desc' => 'حدد أي محرر سيتم استخدامه بشكل افتراضي عند تحرير صفحات جديدة. يمكن تجاوز هذا على مستوى الصفحة حيث تسمح الأذونات.',
|
||||
'app_custom_html' => 'Custom HTML head content',
|
||||
'app_custom_html_desc' => 'سيتم إدراج أي محتوى مضاف هنا في الجزء السفلي من قسم <head> من كل صفحة. هذا أمر مفيد لتجاوز الأنماط أو إضافة رمز التحليل.',
|
||||
'app_custom_html_disabled_notice' => 'تم تعطيل محتوى HTML الرئيسي المخصص في صفحة الإعدادات هذه لضمان عكس أي تغييرات متتالية.',
|
||||
'app_logo' => 'شعار التطبيق',
|
||||
'app_logo_desc' => 'This is used in the application header bar, among other areas. This image should be 86px in height. Large images will be scaled down.',
|
||||
'app_icon' => 'Application Icon',
|
||||
'app_icon_desc' => 'This icon is used for browser tabs and shortcut icons. This should be a 256px square PNG image.',
|
||||
'app_logo_desc' => 'يستخدم هذا في شريط رأس التطبيق، ضمن مجالات أخرى. يجب أن تكون هذه الصورة 86 بكسل في الطول. سيتم تقليص الصور الكبيرة.',
|
||||
'app_icon' => 'أيقونة التطبيق',
|
||||
'app_icon_desc' => 'يستخدم هذا الرمز لعلامات تبويب المتصفح والرموز المختصرة. يجب أن تكون هذه صورة PNG مربعة 256px.',
|
||||
'app_homepage' => 'الصفحة الرئيسية للتطبيق',
|
||||
'app_homepage_desc' => 'الرجاء اختيار صفحة لتصبح الصفحة الرئيسية بدل من الافتراضية. سيتم تجاهل جميع الأذونات الخاصة بالصفحة المختارة.',
|
||||
'app_homepage_select' => 'اختر صفحة',
|
||||
'app_footer_links' => 'Footer Links',
|
||||
'app_footer_links_desc' => 'Add links to show within the site footer. These will be displayed at the bottom of most pages, including those that do not require login. You can use a label of "trans::<key>" to use system-defined translations. For example: Using "trans::common.privacy_policy" will provide the translated text "Privacy Policy" and "trans::common.terms_of_service" will provide the translated text "Terms of Service".',
|
||||
'app_footer_links_label' => 'Link Label',
|
||||
'app_footer_links_url' => 'Link URL',
|
||||
'app_footer_links_add' => 'Add Footer Link',
|
||||
'app_footer_links' => 'روابط تذييل الصفحة',
|
||||
'app_footer_links_desc' => 'إضافة روابط لعرضها داخل تذييل الموقع. سيتم عرضها في أسفل معظم الصفحات، بما في ذلك تلك التي لا تتطلب تسجيل الدخول. يمكنك استخدام تسمية "trans::<key>لاستخدام الترجمات المحددة في النظام. على سبيل المثال: باستخدام "trans::common.privacy_policy" سيوفر النص المترجم "Privacy Policy" و "trans::common.terms_of_service" سيوفر النص المترجم "شروط الخدمة".',
|
||||
'app_footer_links_label' => 'تسمية الرابط',
|
||||
'app_footer_links_url' => 'عنوان الرابط',
|
||||
'app_footer_links_add' => 'إضافة رابط تذييل الصفحة',
|
||||
'app_disable_comments' => 'تعطيل التعليقات',
|
||||
'app_disable_comments_toggle' => 'تعطيل التعليقات',
|
||||
'app_disable_comments_desc' => 'تعطيل التعليقات على جميع الصفحات داخل التطبيق. التعليقات الموجودة من الأصل لن تكون ظاهرة.',
|
||||
@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Français',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Hrvatski',
|
||||
|
@ -15,7 +15,7 @@ return [
|
||||
'alpha_dash' => 'يجب أن يقتصر :attribute على حروف أو أرقام أو شرطات فقط.',
|
||||
'alpha_num' => 'يجب أن يقتصر :attribute على الحروف والأرقام فقط.',
|
||||
'array' => 'يجب أن تكون السمة مصفوفة.',
|
||||
'backup_codes' => 'The provided code is not valid or has already been used.',
|
||||
'backup_codes' => 'الرمز المقدم غير صالح أو تم استخدامه بالفعل.',
|
||||
'before' => 'يجب أن يكون التاريخ :attribute قبل :date.',
|
||||
'between' => [
|
||||
'numeric' => 'يجب أن يكون :attribute بين :min و :max.',
|
||||
@ -32,7 +32,7 @@ return [
|
||||
'digits_between' => 'يجب أن يكون :attribute بعدد خانات بين :min و :max.',
|
||||
'email' => 'يجب أن يكون :attribute عنوان بريد إلكتروني صالح.',
|
||||
'ends_with' => 'يجب أن تنتهي السمة بأحد القيم التالية',
|
||||
'file' => 'The :attribute must be provided as a valid file.',
|
||||
'file' => 'يجب توفير :attribute كملف صالح.',
|
||||
'filled' => 'حقل :attribute مطلوب.',
|
||||
'gt' => [
|
||||
'numeric' => 'يجب أن تكون السمة أكبر من: القيمة.',
|
||||
@ -100,7 +100,7 @@ return [
|
||||
],
|
||||
'string' => 'يجب أن تكون السمة: سلسلة.',
|
||||
'timezone' => 'يجب أن تكون :attribute منطقة صالحة.',
|
||||
'totp' => 'The provided code is not valid or has expired.',
|
||||
'totp' => 'الرمز المقدم غير صالح أو انتهت صلاحيته.',
|
||||
'unique' => 'تم حجز :attribute من قبل.',
|
||||
'url' => 'صيغة :attribute غير صالحة.',
|
||||
'uploaded' => 'تعذر تحميل الملف. قد لا يقبل الخادم ملفات بهذا الحجم.',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'Актуализирано :timeLength',
|
||||
'meta_updated_name' => 'Актуализирано преди :timeLength от :user',
|
||||
'meta_owned_name' => 'Притежавано от :user',
|
||||
'meta_reference_page_count' => 'Referenced on :count page|Referenced on :count pages',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'Избор на обект',
|
||||
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
|
||||
'images' => 'Изображения',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'Редактирай книга :bookName',
|
||||
'books_form_book_name' => 'Име на книга',
|
||||
'books_save' => 'Запази книга',
|
||||
'books_default_template' => 'Default Page Template',
|
||||
'books_default_template_explain' => 'Assign a page template that will be used as the default content for all new pages in this book. Keep in mind this will only be used if the page creator has view access to those chosen template page.',
|
||||
'books_default_template_select' => 'Select a template page',
|
||||
'books_permissions' => 'Настройки за достъп до книгата',
|
||||
'books_permissions_updated' => 'Настройките за достъп до книгата бяха обновени',
|
||||
'books_empty_contents' => 'Няма създадени страници или глави към тази книга.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'Изтрий чернова',
|
||||
'pages_delete_success' => 'Страницата е изтрита',
|
||||
'pages_delete_draft_success' => 'Черновата на страницата бе изтрита',
|
||||
'pages_delete_warning_template' => 'This page is in active use as a book default page template. These books will no longer have a default page template assigned after this page is deleted.',
|
||||
'pages_delete_confirm' => 'Сигурни ли сте, че искате да изтриете тази страница?',
|
||||
'pages_delete_draft_confirm' => 'Сигурни ли сте, че искате да изтриете тази чернова?',
|
||||
'pages_editing_named' => 'Редактиране на страница :pageName',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'References',
|
||||
'references_none' => 'There are no tracked references to this item.',
|
||||
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Watch',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'LDAP PHP не беше инсталирана',
|
||||
'ldap_cannot_connect' => 'Не може да се свържете с Ldap сървъра, първоначалната връзка се разпадна',
|
||||
'saml_already_logged_in' => 'Вече сте влезли',
|
||||
'saml_user_not_registered' => 'Потребителят :name не е регистриран и автоматичната регистрация не е достъпна',
|
||||
'saml_no_email_address' => 'Не успяхме да намерим емейл адрес, за този потребител, от информацията предоставена от външната система',
|
||||
'saml_invalid_response_id' => 'Заявката от външната система не е разпознат от процеса започнат от това приложение. Връщането назад след влизане може да породи този проблем.',
|
||||
'saml_fail_authed' => 'Влизането чрез :system не беше успешно, системата не успя да удостовери потребителя',
|
||||
|
@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
|
||||
|
||||
'detail_page_name' => 'Page Name:',
|
||||
'detail_page_path' => 'Page Path:',
|
||||
'detail_commenter' => 'Commenter:',
|
||||
'detail_comment' => 'Comment:',
|
||||
'detail_created_by' => 'Created By:',
|
||||
|
@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Français',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Hrvatski',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'Ažurirana :timeLength',
|
||||
'meta_updated_name' => 'Ažurirana :timeLength od :user',
|
||||
'meta_owned_name' => 'Vlasnik je :user',
|
||||
'meta_reference_page_count' => 'Referenced on :count page|Referenced on :count pages',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'Odaberi entitet',
|
||||
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
|
||||
'images' => 'Slike',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'Uredi knjigu :bookName',
|
||||
'books_form_book_name' => 'Naziv knjige',
|
||||
'books_save' => 'Spremi knjigu',
|
||||
'books_default_template' => 'Default Page Template',
|
||||
'books_default_template_explain' => 'Assign a page template that will be used as the default content for all new pages in this book. Keep in mind this will only be used if the page creator has view access to those chosen template page.',
|
||||
'books_default_template_select' => 'Select a template page',
|
||||
'books_permissions' => 'Dozvole knjige',
|
||||
'books_permissions_updated' => 'Dozvole knjige su ažurirane',
|
||||
'books_empty_contents' => 'Za ovu knjigu nisu napravljene ni stranice ni poglavlja.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'Delete Draft Page',
|
||||
'pages_delete_success' => 'Page deleted',
|
||||
'pages_delete_draft_success' => 'Draft page deleted',
|
||||
'pages_delete_warning_template' => 'This page is in active use as a book default page template. These books will no longer have a default page template assigned after this page is deleted.',
|
||||
'pages_delete_confirm' => 'Are you sure you want to delete this page?',
|
||||
'pages_delete_draft_confirm' => 'Are you sure you want to delete this draft page?',
|
||||
'pages_editing_named' => 'Editing Page :pageName',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'References',
|
||||
'references_none' => 'There are no tracked references to this item.',
|
||||
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Watch',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'LDAP PHP ekstenzija nije instalirana',
|
||||
'ldap_cannot_connect' => 'Nije se moguće povezati sa ldap serverom, incijalna konekcija nije uspjela',
|
||||
'saml_already_logged_in' => 'Već prijavljeni',
|
||||
'saml_user_not_registered' => 'Korisnik :user nije registrovan i automatska registracija je onemogućena',
|
||||
'saml_no_email_address' => 'E-mail adresa za ovog korisnika nije nađena u podacima dobijenim od eksternog autentifikacijskog sistema',
|
||||
'saml_invalid_response_id' => 'Proces, koji je pokrenula ova aplikacija, nije prepoznao zahtjev od eksternog sistema za autentifikaciju. Navigacija nazad nakon prijave može uzrokovati ovaj problem.',
|
||||
'saml_fail_authed' => 'Prijava koristeći :system nije uspjela, sistem nije obezbijedio uspješnu autorizaciju',
|
||||
|
@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
|
||||
|
||||
'detail_page_name' => 'Page Name:',
|
||||
'detail_page_path' => 'Page Path:',
|
||||
'detail_commenter' => 'Commenter:',
|
||||
'detail_comment' => 'Comment:',
|
||||
'detail_created_by' => 'Created By:',
|
||||
|
@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Français',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Hrvatski',
|
||||
|
@ -11,11 +11,11 @@ return [
|
||||
'page_update' => 'ha actualitzat la pàgina',
|
||||
'page_update_notification' => 'Pàgina actualitzada correctament',
|
||||
'page_delete' => 'ha suprimit una pàgina',
|
||||
'page_delete_notification' => 'Imatge esborrada correctament',
|
||||
'page_delete_notification' => 'Pàgina suprimida correctament',
|
||||
'page_restore' => 'ha restaurat la pàgina',
|
||||
'page_restore_notification' => 'Pàgina restaurada correctament',
|
||||
'page_move' => 'ha mogut la pàgina',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
'page_move_notification' => 'Pàgina moguda correctament',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'ha creat el capítol',
|
||||
@ -23,101 +23,101 @@ return [
|
||||
'chapter_update' => 'ha actualitzat el capítol',
|
||||
'chapter_update_notification' => 'Capítol actualitzat correctament',
|
||||
'chapter_delete' => 'ha suprimit un capítol',
|
||||
'chapter_delete_notification' => 'Capítol esborrat correctament',
|
||||
'chapter_delete_notification' => 'Capítol suprimit correctament',
|
||||
'chapter_move' => 'ha mogut el capítol',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
'chapter_move_notification' => 'Capítol mogut correctament',
|
||||
|
||||
// Books
|
||||
'book_create' => 'ha creat el llibre',
|
||||
'book_create_notification' => 'Llibre creat correctament',
|
||||
'book_create_from_chapter' => 'converted chapter to book',
|
||||
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
|
||||
'book_create_from_chapter' => 'ha convertit un capítol en el llibre',
|
||||
'book_create_from_chapter_notification' => 'Capítol convertit en llibre correctament',
|
||||
'book_update' => 'ha actualitzat el llibre',
|
||||
'book_update_notification' => 'Book successfully updated',
|
||||
'book_update_notification' => 'Llibre actualitzat correctament',
|
||||
'book_delete' => 'ha suprimit un llibre',
|
||||
'book_delete_notification' => 'Book successfully deleted',
|
||||
'book_delete_notification' => 'Llibre suprimit correctament',
|
||||
'book_sort' => 'ha ordenat el llibre',
|
||||
'book_sort_notification' => 'Book successfully re-sorted',
|
||||
'book_sort_notification' => 'Llibre reordenat correctament',
|
||||
|
||||
// Bookshelves
|
||||
'bookshelf_create' => 'created shelf',
|
||||
'bookshelf_create_notification' => 'Shelf successfully created',
|
||||
'bookshelf_create_from_book' => 'converted book to shelf',
|
||||
'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
|
||||
'bookshelf_update' => 'updated shelf',
|
||||
'bookshelf_update_notification' => 'Shelf successfully updated',
|
||||
'bookshelf_delete' => 'deleted shelf',
|
||||
'bookshelf_delete_notification' => 'Shelf successfully deleted',
|
||||
'bookshelf_create' => 'ha creat el prestatge',
|
||||
'bookshelf_create_notification' => 'Prestatge creat correctament',
|
||||
'bookshelf_create_from_book' => 'ha convertit un llibre en el prestatge',
|
||||
'bookshelf_create_from_book_notification' => 'Llibre convertit en prestatge correctament',
|
||||
'bookshelf_update' => 'ha actualitzat el prestatge',
|
||||
'bookshelf_update_notification' => 'Prestatge actualitzat correctament',
|
||||
'bookshelf_delete' => 'ha suprimit un prestatge',
|
||||
'bookshelf_delete_notification' => 'Prestatge suprimit correctament',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'restored revision',
|
||||
'revision_delete' => 'deleted revision',
|
||||
'revision_delete_notification' => 'Revision successfully deleted',
|
||||
'revision_restore' => 'ha restaurat la revisió',
|
||||
'revision_delete' => 'ha suprimit una revisió',
|
||||
'revision_delete_notification' => 'Revisió suprimida correctament',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" has been added to your favourites',
|
||||
'favourite_remove_notification' => '":name" has been removed from your favourites',
|
||||
'favourite_add_notification' => 'S’ha afegit «:name» als vostres preferits',
|
||||
'favourite_remove_notification' => 'S’ha suprimit «:name» dels vostres preferits',
|
||||
|
||||
// Watching
|
||||
'watch_update_level_notification' => 'Watch preferences successfully updated',
|
||||
'watch_update_level_notification' => 'Preferències de seguiment actualitzades correctament',
|
||||
|
||||
// Auth
|
||||
'auth_login' => 'logged in',
|
||||
'auth_register' => 'registered as new user',
|
||||
'auth_password_reset_request' => 'requested user password reset',
|
||||
'auth_password_reset_update' => 'reset user password',
|
||||
'mfa_setup_method' => 'configured MFA method',
|
||||
'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
|
||||
'mfa_remove_method' => 'removed MFA method',
|
||||
'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
|
||||
'auth_login' => 'ha iniciat la sessió',
|
||||
'auth_register' => 's’ha registrat com a usuari nou',
|
||||
'auth_password_reset_request' => 'ha sol·licitat un restabliment de la contrasenya',
|
||||
'auth_password_reset_update' => 'ha restablert la contrasenya de l’usuari',
|
||||
'mfa_setup_method' => 'ha configurat un mètode d’autenticació de múltiple factor',
|
||||
'mfa_setup_method_notification' => 'Mètode d’autenticació de múltiple factor configurat correctament',
|
||||
'mfa_remove_method' => 'ha suprimit un mètode d’autenticació de múltiple factor',
|
||||
'mfa_remove_method_notification' => 'Mètode d’autenticació de múltiple factor suprimit correctament',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'updated settings',
|
||||
'settings_update_notification' => 'Settings successfully updated',
|
||||
'maintenance_action_run' => 'ran maintenance action',
|
||||
'settings_update' => 'ha actualitzat la configuració',
|
||||
'settings_update_notification' => 'Configuració actualitzada correctament',
|
||||
'maintenance_action_run' => 'ha executat una acció de manteniment',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'created webhook',
|
||||
'webhook_create_notification' => 'Webhook successfully created',
|
||||
'webhook_update' => 'updated webhook',
|
||||
'webhook_update_notification' => 'Webhook successfully updated',
|
||||
'webhook_delete' => 'deleted webhook',
|
||||
'webhook_delete_notification' => 'Webhook successfully deleted',
|
||||
'webhook_create' => 'ha creat un webhook',
|
||||
'webhook_create_notification' => 'Webhook creat correctament',
|
||||
'webhook_update' => 'ha actualitzat un webhook',
|
||||
'webhook_update_notification' => 'Webhook actualitzat correctament',
|
||||
'webhook_delete' => 'ha suprimit un webhook',
|
||||
'webhook_delete_notification' => 'Webhook suprimit correctament',
|
||||
|
||||
// Users
|
||||
'user_create' => 'created user',
|
||||
'user_create_notification' => 'User successfully created',
|
||||
'user_update' => 'updated user',
|
||||
'user_update_notification' => 'User successfully updated',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete_notification' => 'User successfully removed',
|
||||
'user_create' => 'ha creat l’usuari',
|
||||
'user_create_notification' => 'Usuari creat correctament',
|
||||
'user_update' => 'ha actualitzat l’usuari',
|
||||
'user_update_notification' => 'Usuari actualitzat correctament',
|
||||
'user_delete' => 'ha suprimit un usuari',
|
||||
'user_delete_notification' => 'Usuari suprimit correctament',
|
||||
|
||||
// API Tokens
|
||||
'api_token_create' => 'created api token',
|
||||
'api_token_create_notification' => 'API token successfully created',
|
||||
'api_token_update' => 'updated api token',
|
||||
'api_token_update_notification' => 'API token successfully updated',
|
||||
'api_token_delete' => 'deleted api token',
|
||||
'api_token_delete_notification' => 'API token successfully deleted',
|
||||
'api_token_create' => 'ha creat un testimoni d’API',
|
||||
'api_token_create_notification' => 'Testimoni d’API creat correctament',
|
||||
'api_token_update' => 'ha actualitzat un testimoni d’API',
|
||||
'api_token_update_notification' => 'Testimoni d’API actualitzat correctament',
|
||||
'api_token_delete' => 'ha suprimit un testumoni d’API',
|
||||
'api_token_delete_notification' => 'Testimoni d’API suprimit correctament',
|
||||
|
||||
// Roles
|
||||
'role_create' => 'created role',
|
||||
'role_create_notification' => 'Role successfully created',
|
||||
'role_update' => 'updated role',
|
||||
'role_update_notification' => 'Role successfully updated',
|
||||
'role_delete' => 'deleted role',
|
||||
'role_delete_notification' => 'Role successfully deleted',
|
||||
'role_create' => 'ha creat el rol',
|
||||
'role_create_notification' => 'Rol creat correctament',
|
||||
'role_update' => 'ha actualitzat el rol',
|
||||
'role_update_notification' => 'Rol actualitzat correctament',
|
||||
'role_delete' => 'ha suprimit un rol',
|
||||
'role_delete_notification' => 'Rol suprimit correctament',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'emptied recycle bin',
|
||||
'recycle_bin_restore' => 'restored from recycle bin',
|
||||
'recycle_bin_destroy' => 'removed from recycle bin',
|
||||
'recycle_bin_empty' => 'ha buidat la paperera de reciclatge',
|
||||
'recycle_bin_restore' => 'ha restaurat de la paperera de reciclatge',
|
||||
'recycle_bin_destroy' => 'ha suprimit de la paperera de reciclatge',
|
||||
|
||||
// Comments
|
||||
'commented_on' => 'ha comentat a',
|
||||
'comment_create' => 'added comment',
|
||||
'comment_update' => 'updated comment',
|
||||
'comment_delete' => 'deleted comment',
|
||||
'comment_create' => 'ha afegit el comentari',
|
||||
'comment_update' => 'ha actualitzat el comentari',
|
||||
'comment_delete' => 'ha suprimit un comentari',
|
||||
|
||||
// Other
|
||||
'permissions_update' => 'ha actualitzat els permisos',
|
||||
|
116
lang/ca/auth.php
116
lang/ca/auth.php
@ -7,29 +7,29 @@
|
||||
return [
|
||||
|
||||
'failed' => 'Les credencials no coincideixen amb les que hi ha emmagatzemades.',
|
||||
'throttle' => 'Massa intents d\'inici de sessió. Torna-ho a provar d\'aquí a :seconds segons.',
|
||||
'throttle' => 'Massa intents d’inici de sessió. Torneu-ho a provar d’aquí a :seconds segons.',
|
||||
|
||||
// Login & Register
|
||||
'sign_up' => 'Registra-m\'hi',
|
||||
'sign_up' => 'Registra-m’hi',
|
||||
'log_in' => 'Inicia la sessió',
|
||||
'log_in_with' => 'Inicia la sessió amb :socialDriver',
|
||||
'sign_up_with' => 'Registra-m\'hi amb :socialDriver',
|
||||
'sign_up_with' => 'Registra-m’hi amb :socialDriver',
|
||||
'logout' => 'Tanca la sessió',
|
||||
|
||||
'name' => 'Nom',
|
||||
'username' => 'Nom d\'usuari',
|
||||
'username' => 'Nom d’usuari',
|
||||
'email' => 'Adreça electrònica',
|
||||
'password' => 'Contrasenya',
|
||||
'password_confirm' => 'Confirmeu la contrasenya',
|
||||
'password_hint' => 'Must be at least 8 characters',
|
||||
'password_hint' => 'Cal que tingui un mínim de 8 caràcters',
|
||||
'forgot_password' => 'Heu oblidat la contrasenya?',
|
||||
'remember_me' => 'Recorda\'m',
|
||||
'remember_me' => 'Recorda’m',
|
||||
'ldap_email_hint' => 'Introduïu una adreça electrònica per a aquest compte.',
|
||||
'create_account' => 'Crea el compte',
|
||||
'already_have_account' => 'Ja teniu un compte?',
|
||||
'dont_have_account' => 'No teniu cap compte?',
|
||||
'social_login' => 'Inici de sessió amb xarxes social',
|
||||
'social_registration' => 'Registre social',
|
||||
'social_login' => 'Inici de sessió amb xarxes socials',
|
||||
'social_registration' => 'Registre amb xarxes socials',
|
||||
'social_registration_text' => 'Registreu-vos i inicieu la sessió fent servir un altre servei.',
|
||||
|
||||
'register_thanks' => 'Gràcies per registrar-vos!',
|
||||
@ -39,79 +39,79 @@ return [
|
||||
'register_success' => 'Gràcies per registrar-vos! Ja us hi heu registrat i heu iniciat la sessió.',
|
||||
|
||||
// Login auto-initiation
|
||||
'auto_init_starting' => 'Attempting Login',
|
||||
'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
|
||||
'auto_init_start_link' => 'Proceed with authentication',
|
||||
'auto_init_starting' => 'S’està provant d’iniciar la sessió',
|
||||
'auto_init_starting_desc' => 'Estem contactant amb el vostre sistema d’autenticació per a començar el procés d’inici de sessió. Si no hi ha cap progrés d’aquí a 5 segons, proveu de fer clic a l’enllaç de sota.',
|
||||
'auto_init_start_link' => 'Continua amb l’autenticació',
|
||||
|
||||
// Password Reset
|
||||
'reset_password' => 'Restableix la contrasenya',
|
||||
'reset_password_send_instructions' => 'Introduïu la vostra adreça electrònica a continuació i us enviarem un correu electrònic amb un enllaç per a restablir la contrasenya.',
|
||||
'reset_password_send_button' => 'Envia l\'enllaç de restabliment',
|
||||
'reset_password_sent' => 'S\'enviarà un enllaç per a restablir la contrasenya a :email, si es troba aquesta adreça al sistema.',
|
||||
'reset_password_success' => 'La vostra contrasenya s\'ha restablert correctament.',
|
||||
'reset_password_send_button' => 'Envia l’enllaç de restabliment',
|
||||
'reset_password_sent' => 'S’enviarà un enllaç per a restablir la contrasenya a :email, si es troba aquesta adreça al sistema.',
|
||||
'reset_password_success' => 'La contrasenya s’ha restablert correctament.',
|
||||
'email_reset_subject' => 'Restabliu la contrasenya a :appName',
|
||||
'email_reset_text' => 'Rebeu aquest correu electrònic perquè heu rebut una petició de restabliment de contrasenya per al vostre compte.',
|
||||
'email_reset_not_requested' => 'Si no heu demanat restablir la contrasenya, no cal que prengueu cap acció.',
|
||||
'email_reset_text' => 'Rebeu aquest correu electrònic perquè s’ha fet una petició de restabliment de contrasenya per al vostre compte.',
|
||||
'email_reset_not_requested' => 'Si no heu demanat restablir la contrasenya, no cal que emprengueu cap acció.',
|
||||
|
||||
// Email Confirmation
|
||||
'email_confirm_subject' => 'Confirmeu la vostra adreça electrònica a :appName',
|
||||
'email_confirm_greeting' => 'Gràcies per unir-vos a :appName!',
|
||||
'email_confirm_text' => 'Confirmeu la vostra adreça electrònica fent clic al botó a continuació:',
|
||||
'email_confirm_action' => 'Confirma el correu',
|
||||
'email_confirm_send_error' => 'Cal confirmar l\'adreça electrònica, però el sistema no ha pogut enviar el correu electrònic. Poseu-vos en contacte amb l\'administrador perquè s\'asseguri que el correu electrònic està ben configurat.',
|
||||
'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.',
|
||||
'email_confirm_resent' => 'S\'ha tornat a enviar el correu electrònic de confirmació. Reviseu la vostra safata d\'entrada.',
|
||||
'email_confirm_thanks' => 'Thanks for confirming!',
|
||||
'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.',
|
||||
'email_confirm_send_error' => 'Cal confirmar l’adreça electrònica, però el sistema no ha pogut enviar el correu electrònic. Poseu-vos en contacte amb l’administrador perquè s’asseguri que el correu electrònic està ben configurat.',
|
||||
'email_confirm_success' => 'Heu confirmat el vostre correu electrònic! Ara hauríeu de poder iniciar la sessió fent servir aquesta adreça electrònica.',
|
||||
'email_confirm_resent' => 'S’ha tornat a enviar el correu electrònic de confirmació. Reviseu la vostra safata d’entrada.',
|
||||
'email_confirm_thanks' => 'Gràcies per la confirmació!',
|
||||
'email_confirm_thanks_desc' => 'Espereu uns instants mentre gestionem la confirmació. Si no se us redirigeix d’aquí a 3 segons, premeu l’enllaç «Continua» de sota per a continuar.',
|
||||
|
||||
'email_not_confirmed' => 'Adreça electrònica no confirmada',
|
||||
'email_not_confirmed_text' => 'La vostra adreça electrònica encara no està confirmada.',
|
||||
'email_not_confirmed_click_link' => 'Feu clic a l\'enllaç del correu electrònic que us vam enviar poc després que us registréssiu.',
|
||||
'email_not_confirmed_resend' => 'Si no podeu trobar el correu, podeu tornar a enviar el correu electrònic de confirmació enviant el formulari a continuació.',
|
||||
'email_not_confirmed_click_link' => 'Feu clic a l’enllaç del correu electrònic que us vam enviar poc després que us registréssiu.',
|
||||
'email_not_confirmed_resend' => 'Si no el trobeu, podeu tornar a enviar el correu electrònic de confirmació enviant el formulari a continuació.',
|
||||
'email_not_confirmed_resend_button' => 'Torna a enviar el correu de confirmació',
|
||||
|
||||
// User Invite
|
||||
'user_invite_email_subject' => 'Us han convidat a unir-vos a :appName!',
|
||||
'user_invite_email_greeting' => 'Us hem creat un compte en el vostre nom a :appName.',
|
||||
'user_invite_email_greeting' => 'S’ha creat un compte en el vostre nom a :appName.',
|
||||
'user_invite_email_text' => 'Feu clic al botó a continuació per a definir una contrasenya per al compte i obtenir-hi accés:',
|
||||
'user_invite_email_action' => 'Defineix una contrasenya per al compte',
|
||||
'user_invite_page_welcome' => 'Us donem la benvinguda a :appName!',
|
||||
'user_invite_page_text' => 'Per a enllestir el vostre compte i obtenir-hi accés, cal que definiu una contrasenya, que es farà servir per a iniciar la sessió a :appName en futures visites.',
|
||||
'user_invite_page_confirm_button' => 'Confirma la contrasenya',
|
||||
'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!',
|
||||
'user_invite_success_login' => 'S’ha definit la contrasenya. Ara hauríeu de poder iniciar la sessió fent servir la contrasenya que heu definit per a accedir a :appName!',
|
||||
|
||||
// Multi-factor Authentication
|
||||
'mfa_setup' => 'Setup Multi-Factor Authentication',
|
||||
'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
|
||||
'mfa_setup_configured' => 'Already configured',
|
||||
'mfa_setup_reconfigure' => 'Reconfigure',
|
||||
'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?',
|
||||
'mfa_setup_action' => 'Setup',
|
||||
'mfa_backup_codes_usage_limit_warning' => 'You have less than 5 backup codes remaining, Please generate and store a new set before you run out of codes to prevent being locked out of your account.',
|
||||
'mfa_option_totp_title' => 'Mobile App',
|
||||
'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
|
||||
'mfa_option_backup_codes_title' => 'Backup Codes',
|
||||
'mfa_option_backup_codes_desc' => 'Securely store a set of one-time-use backup codes which you can enter to verify your identity.',
|
||||
'mfa_gen_confirm_and_enable' => 'Confirm and Enable',
|
||||
'mfa_gen_backup_codes_title' => 'Backup Codes Setup',
|
||||
'mfa_gen_backup_codes_desc' => 'Store the below list of codes in a safe place. When accessing the system you\'ll be able to use one of the codes as a second authentication mechanism.',
|
||||
'mfa_gen_backup_codes_download' => 'Download Codes',
|
||||
'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once',
|
||||
'mfa_gen_totp_title' => 'Mobile App Setup',
|
||||
'mfa_gen_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
|
||||
'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.',
|
||||
'mfa_gen_totp_verify_setup' => 'Verify Setup',
|
||||
'mfa_gen_totp_verify_setup_desc' => 'Verify that all is working by entering a code, generated within your authentication app, in the input box below:',
|
||||
'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here',
|
||||
'mfa_verify_access' => 'Verify Access',
|
||||
'mfa_verify_access_desc' => 'Your user account requires you to confirm your identity via an additional level of verification before you\'re granted access. Verify using one of your configured methods to continue.',
|
||||
'mfa_verify_no_methods' => 'No Methods Configured',
|
||||
'mfa_verify_no_methods_desc' => 'No multi-factor authentication methods could be found for your account. You\'ll need to set up at least one method before you gain access.',
|
||||
'mfa_verify_use_totp' => 'Verify using a mobile app',
|
||||
'mfa_verify_use_backup_codes' => 'Verify using a backup code',
|
||||
'mfa_verify_backup_code' => 'Backup Code',
|
||||
'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:',
|
||||
'mfa_verify_backup_code_enter_here' => 'Enter backup code here',
|
||||
'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:',
|
||||
'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.',
|
||||
'mfa_setup' => 'Configura l’autenticació de múltiple factor',
|
||||
'mfa_setup_desc' => 'Configureu l’autenticació de múltiple factor com a capa extra de seguretat en el vostre compte d’usuari.',
|
||||
'mfa_setup_configured' => 'Ja està configurada',
|
||||
'mfa_setup_reconfigure' => 'Torna-la a configurar',
|
||||
'mfa_setup_remove_confirmation' => 'Segur que voleu suprimir aquest mètode d’autenticació de múltiple factor?',
|
||||
'mfa_setup_action' => 'Configura',
|
||||
'mfa_backup_codes_usage_limit_warning' => 'Teniu menys de 5 codis de seguretat restants. Genereu-ne i emmagatzemeu-ne un nou conjunt abans que se us acabin perquè no perdeu l’accés al vostre compte.',
|
||||
'mfa_option_totp_title' => 'Aplicació mòbil',
|
||||
'mfa_option_totp_desc' => 'Per a fer servir l’autenticació de múltiple factor us caldrà una aplicació mòbil que suporti TOTP, com ara Google Authenticador, Authy o Microsoft Authenticator.',
|
||||
'mfa_option_backup_codes_title' => 'Codis de seguretat',
|
||||
'mfa_option_backup_codes_desc' => 'Deseu de manera segura codis de seguretat d’un sol ús que podeu introduir per a verificar la vostra identitat.',
|
||||
'mfa_gen_confirm_and_enable' => 'Confirma i activa',
|
||||
'mfa_gen_backup_codes_title' => 'Configuració de codis de seguretat',
|
||||
'mfa_gen_backup_codes_desc' => 'Deseu la següent llista de codis en un lloc segur. Quan accediu al sistema, podeu fer servir un dels codis com a segon mètode d’autenticació.',
|
||||
'mfa_gen_backup_codes_download' => 'Baixa els codis',
|
||||
'mfa_gen_backup_codes_usage_warning' => 'Cada codi es pot fer servir només una vegada',
|
||||
'mfa_gen_totp_title' => 'Configuració de l’aplicació mòbil',
|
||||
'mfa_gen_totp_desc' => 'Per a fer servir l’autenticació de múltiple factor us caldrà una aplicació mòbil que suporti TOTP, com ara Google Authenticador, Authy o Microsoft Authenticator.',
|
||||
'mfa_gen_totp_scan' => 'Per a començar, escanegeu el codi QR següent fent servir la vostre aplicació d’autenticació preferida.',
|
||||
'mfa_gen_totp_verify_setup' => 'Verifica la configuració',
|
||||
'mfa_gen_totp_verify_setup_desc' => 'Verifiqueu que tot funciona introduint un codi, generat amb l’aplicació d’autenticació, a la capsa de text següent:',
|
||||
'mfa_gen_totp_provide_code_here' => 'Proporcioneu aquí el codi generat per l’aplicació',
|
||||
'mfa_verify_access' => 'Verifica l’accés',
|
||||
'mfa_verify_access_desc' => 'El vostre compte d’usuari requereix que confirmeu la vostra identitat amb un nivell addicional de verificació abans que pugueu obtenir-hi accés. Verifiqueu-la fent servir un dels vostres mètodes configurats per a continuar.',
|
||||
'mfa_verify_no_methods' => 'No hi ha cap mètode configurat',
|
||||
'mfa_verify_no_methods_desc' => 'No s’ha trobat cap mètode d’autenticació de múltiple factor al vostre compte. Cal que configureu almenys un mètode abans d’obtenir-hi accés.',
|
||||
'mfa_verify_use_totp' => 'Verifica fent servir una aplicació mòbil',
|
||||
'mfa_verify_use_backup_codes' => 'Verifica fent servir un codi de seguretat',
|
||||
'mfa_verify_backup_code' => 'Codi de seguretat',
|
||||
'mfa_verify_backup_code_desc' => 'Introduïu un dels vostres codis de seguretat restants a continuació:',
|
||||
'mfa_verify_backup_code_enter_here' => 'Introduïu aquí el codi de seguretat',
|
||||
'mfa_verify_totp_desc' => 'Introduïu el codi generat amb la vostra aplicació mòbil a continuació:',
|
||||
'mfa_setup_login_notification' => 'S’ha configurat el mètode d’autenticació de múltiple factor. Torneu a iniciar la sessió fent servir el mètode que heu configurat.',
|
||||
];
|
||||
|
@ -6,8 +6,8 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Cancel·la',
|
||||
'close' => 'Close',
|
||||
'confirm' => 'D\'acord',
|
||||
'close' => 'Tanca',
|
||||
'confirm' => 'D’acord',
|
||||
'back' => 'Enrere',
|
||||
'save' => 'Desa',
|
||||
'continue' => 'Continua',
|
||||
@ -26,7 +26,7 @@ return [
|
||||
'actions' => 'Accions',
|
||||
'view' => 'Visualitza',
|
||||
'view_all' => 'Visualitza-ho tot',
|
||||
'new' => 'New',
|
||||
'new' => 'Nou',
|
||||
'create' => 'Crea',
|
||||
'update' => 'Actualitza',
|
||||
'edit' => 'Edita',
|
||||
@ -41,35 +41,35 @@ return [
|
||||
'reset' => 'Reinicialitza',
|
||||
'remove' => 'Elimina',
|
||||
'add' => 'Afegeix',
|
||||
'configure' => 'Configure',
|
||||
'manage' => 'Manage',
|
||||
'configure' => 'Configura',
|
||||
'manage' => 'Gestiona',
|
||||
'fullscreen' => 'Pantalla completa',
|
||||
'favourite' => 'Favourite',
|
||||
'unfavourite' => 'Unfavourite',
|
||||
'next' => 'Next',
|
||||
'previous' => 'Previous',
|
||||
'filter_active' => 'Active Filter:',
|
||||
'filter_clear' => 'Clear Filter',
|
||||
'download' => 'Download',
|
||||
'open_in_tab' => 'Open in Tab',
|
||||
'open' => 'Open',
|
||||
'favourite' => 'Afegeix a preferits',
|
||||
'unfavourite' => 'Suprimeix de preferits',
|
||||
'next' => 'Següent',
|
||||
'previous' => 'Anterior',
|
||||
'filter_active' => 'Filtre actiu:',
|
||||
'filter_clear' => 'Esborra el filtre',
|
||||
'download' => 'Baixa',
|
||||
'open_in_tab' => 'Obre en una pestanya',
|
||||
'open' => 'Obre',
|
||||
|
||||
// Sort Options
|
||||
'sort_options' => 'Opcions d\'ordenació',
|
||||
'sort_direction_toggle' => 'Commuta la direcció de l\'ordenació',
|
||||
'sort_options' => 'Opcions d’ordenació',
|
||||
'sort_direction_toggle' => 'Commuta la direcció de l’ordenació',
|
||||
'sort_ascending' => 'Ordre ascendent',
|
||||
'sort_descending' => 'Ordre descendent',
|
||||
'sort_name' => 'Nom',
|
||||
'sort_default' => 'Per defecte',
|
||||
'sort_created_at' => 'Data de creació',
|
||||
'sort_updated_at' => 'Data d\'actualització',
|
||||
'sort_updated_at' => 'Data d’actualització',
|
||||
|
||||
// Misc
|
||||
'deleted_user' => 'Usuari eliminat',
|
||||
'deleted_user' => 'Usuari suprimit',
|
||||
'no_activity' => 'No hi ha activitat',
|
||||
'no_items' => 'No hi ha cap element',
|
||||
'back_to_top' => 'Torna a dalt',
|
||||
'skip_to_main_content' => 'Skip to main content',
|
||||
'skip_to_main_content' => 'Vés al contingut',
|
||||
'toggle_details' => 'Commuta els detalls',
|
||||
'toggle_thumbnails' => 'Commuta les miniatures',
|
||||
'details' => 'Detalls',
|
||||
@ -77,30 +77,30 @@ return [
|
||||
'list_view' => 'Visualització en llista',
|
||||
'default' => 'Per defecte',
|
||||
'breadcrumb' => 'Ruta de navegació',
|
||||
'status' => 'Status',
|
||||
'status_active' => 'Active',
|
||||
'status_inactive' => 'Inactive',
|
||||
'never' => 'Never',
|
||||
'none' => 'None',
|
||||
'status' => 'Estat',
|
||||
'status_active' => 'Actiu',
|
||||
'status_inactive' => 'Inactiu',
|
||||
'never' => 'Mai',
|
||||
'none' => 'Cap',
|
||||
|
||||
// Header
|
||||
'homepage' => 'Homepage',
|
||||
'header_menu_expand' => 'Expand Header Menu',
|
||||
'homepage' => 'Pàgina principal',
|
||||
'header_menu_expand' => 'Expandeix el menú de la capçalera',
|
||||
'profile_menu' => 'Menú del perfil',
|
||||
'view_profile' => 'Mostra el perfil',
|
||||
'edit_profile' => 'Edita el perfil',
|
||||
'dark_mode' => 'Mode fosc',
|
||||
'light_mode' => 'Mode clar',
|
||||
'global_search' => 'Global Search',
|
||||
'global_search' => 'Cerca global',
|
||||
|
||||
// Layout tabs
|
||||
'tab_info' => 'Informació',
|
||||
'tab_info_label' => 'Tab: Show Secondary Information',
|
||||
'tab_info_label' => 'Pestanya: Mostra la informació secundària',
|
||||
'tab_content' => 'Contingut',
|
||||
'tab_content_label' => 'Tab: Show Primary Content',
|
||||
'tab_content_label' => 'Pestanya: Mostra el contingut principal',
|
||||
|
||||
// Email Content
|
||||
'email_action_help' => 'Si teniu problemes per fer clic al botó ":actionText", copieu i enganxeu l\'URL següent al vostre navegador web:',
|
||||
'email_action_help' => 'Si teniu problemes per a fer clic al botó «:actionText», copieu i enganxeu l’URL següent al vostre navegador web:',
|
||||
'email_rights' => 'Tots els drets reservats',
|
||||
|
||||
// Footer Link Options
|
||||
|
@ -6,36 +6,36 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Selecciona una imatge',
|
||||
'image_list' => 'Image List',
|
||||
'image_details' => 'Image Details',
|
||||
'image_upload' => 'Upload Image',
|
||||
'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
|
||||
'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
|
||||
'image_list' => 'Llista d’imatges',
|
||||
'image_details' => 'Detalls de la imatge',
|
||||
'image_upload' => 'Puja una imatge',
|
||||
'image_intro' => 'Aquí podeu seleccionar i gestionar imatges que s’hagin pujat anteriorment al sistema.',
|
||||
'image_intro_upload' => 'Pugeu una imatge nova arrossegant un fitxer d’imatge a aquesta finestra o fent servir el botó de «Puja una imatge».',
|
||||
'image_all' => 'Totes',
|
||||
'image_all_title' => 'Mostra totes les imatges',
|
||||
'image_book_title' => 'Mostra les imatges pujades a aquest llibre',
|
||||
'image_page_title' => 'Mostra les imatges pujades a aquesta pàgina',
|
||||
'image_search_hint' => 'Cerca per nom d\'imatge',
|
||||
'image_search_hint' => 'Cerca per nom d’imatge',
|
||||
'image_uploaded' => 'Pujada :uploadedDate',
|
||||
'image_uploaded_by' => 'Uploaded by :userName',
|
||||
'image_uploaded_to' => 'Uploaded to :pageLink',
|
||||
'image_updated' => 'Updated :updateDate',
|
||||
'image_load_more' => 'Carrega\'n més',
|
||||
'image_uploaded_by' => 'Pujada per :userName',
|
||||
'image_uploaded_to' => 'Pujada a :pageLink',
|
||||
'image_updated' => 'Actualitzada :updateDate',
|
||||
'image_load_more' => 'Carrega’n més',
|
||||
'image_image_name' => 'Nom de la imatge',
|
||||
'image_delete_used' => 'Aquesta imatge s\'utilitza a les pàgines següents.',
|
||||
'image_delete_used' => 'Aquesta imatge s’utilitza a les pàgines següents.',
|
||||
'image_delete_confirm_text' => 'Segur que voleu suprimir aquesta imatge?',
|
||||
'image_select_image' => 'Selecciona una imatge',
|
||||
'image_dropzone' => 'Arrossegueu imatges o feu clic aquí per a pujar-les',
|
||||
'image_dropzone_drop' => 'Drop images here to upload',
|
||||
'image_dropzone_drop' => 'Arrossegueu imatges aquí per a pujar-les',
|
||||
'images_deleted' => 'Imatges suprimides',
|
||||
'image_preview' => 'Previsualització de la imatge',
|
||||
'image_upload_success' => 'Imatge pujada correctament',
|
||||
'image_update_success' => 'Detalls de la imatge actualitzats correctament',
|
||||
'image_delete_success' => 'Imatge suprimida correctament',
|
||||
'image_replace' => 'Replace Image',
|
||||
'image_replace_success' => 'Image file successfully updated',
|
||||
'image_rebuild_thumbs' => 'Regenerate Size Variations',
|
||||
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
|
||||
'image_replace' => 'Substitueix la imatge',
|
||||
'image_replace_success' => 'Fitxer de la imatge actualitzat correctament',
|
||||
'image_rebuild_thumbs' => 'Regenera les variacions de mida',
|
||||
'image_rebuild_thumbs_success' => 'Variacions de mida de la imatge regenerades correctament!',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Edita el codi',
|
||||
|
@ -8,167 +8,167 @@
|
||||
return [
|
||||
// General editor terms
|
||||
'general' => 'General',
|
||||
'advanced' => 'Advanced',
|
||||
'none' => 'None',
|
||||
'cancel' => 'Cancel',
|
||||
'save' => 'Save',
|
||||
'close' => 'Close',
|
||||
'undo' => 'Undo',
|
||||
'redo' => 'Redo',
|
||||
'left' => 'Left',
|
||||
'center' => 'Center',
|
||||
'right' => 'Right',
|
||||
'top' => 'Top',
|
||||
'middle' => 'Middle',
|
||||
'bottom' => 'Bottom',
|
||||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
'advanced' => 'Avançat',
|
||||
'none' => 'Cap',
|
||||
'cancel' => 'Cancel·la',
|
||||
'save' => 'Desa',
|
||||
'close' => 'Tanca',
|
||||
'undo' => 'Desfés',
|
||||
'redo' => 'Refés',
|
||||
'left' => 'Esquerra',
|
||||
'center' => 'Centre',
|
||||
'right' => 'Dreta',
|
||||
'top' => 'Superior',
|
||||
'middle' => 'Centre',
|
||||
'bottom' => 'Inferior',
|
||||
'width' => 'Amplada',
|
||||
'height' => 'Alçada',
|
||||
'More' => 'Més',
|
||||
'select' => 'Selecciona...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
'header_large' => 'Large Header',
|
||||
'header_medium' => 'Medium Header',
|
||||
'header_small' => 'Small Header',
|
||||
'header_tiny' => 'Tiny Header',
|
||||
'paragraph' => 'Paragraph',
|
||||
'blockquote' => 'Blockquote',
|
||||
'inline_code' => 'Inline code',
|
||||
'callouts' => 'Callouts',
|
||||
'callout_information' => 'Information',
|
||||
'callout_success' => 'Success',
|
||||
'callout_warning' => 'Warning',
|
||||
'callout_danger' => 'Danger',
|
||||
'bold' => 'Bold',
|
||||
'italic' => 'Italic',
|
||||
'underline' => 'Underline',
|
||||
'strikethrough' => 'Strikethrough',
|
||||
'superscript' => 'Superscript',
|
||||
'subscript' => 'Subscript',
|
||||
'text_color' => 'Text color',
|
||||
'custom_color' => 'Custom color',
|
||||
'remove_color' => 'Remove color',
|
||||
'background_color' => 'Background color',
|
||||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
'insert_image' => 'Insert image',
|
||||
'insert_image_title' => 'Insert/Edit Image',
|
||||
'insert_link' => 'Insert/edit link',
|
||||
'insert_link_title' => 'Insert/Edit Link',
|
||||
'insert_horizontal_line' => 'Insert horizontal line',
|
||||
'insert_code_block' => 'Insert code block',
|
||||
'edit_code_block' => 'Edit code block',
|
||||
'insert_drawing' => 'Insert/edit drawing',
|
||||
'drawing_manager' => 'Drawing manager',
|
||||
'insert_media' => 'Insert/edit media',
|
||||
'insert_media_title' => 'Insert/Edit Media',
|
||||
'clear_formatting' => 'Clear formatting',
|
||||
'source_code' => 'Source code',
|
||||
'source_code_title' => 'Source Code',
|
||||
'fullscreen' => 'Fullscreen',
|
||||
'image_options' => 'Image options',
|
||||
'header_large' => 'Capçalera grossa',
|
||||
'header_medium' => 'Capçalera mitjana',
|
||||
'header_small' => 'Capçalera petita',
|
||||
'header_tiny' => 'Capçalera minúscula',
|
||||
'paragraph' => 'Paràgraf',
|
||||
'blockquote' => 'Citació',
|
||||
'inline_code' => 'Codi en línia',
|
||||
'callouts' => 'Llegendes',
|
||||
'callout_information' => 'Informació',
|
||||
'callout_success' => 'Èxit',
|
||||
'callout_warning' => 'Advertència',
|
||||
'callout_danger' => 'Perill',
|
||||
'bold' => 'Negreta',
|
||||
'italic' => 'Cursiva',
|
||||
'underline' => 'Subratllat',
|
||||
'strikethrough' => 'Ratllat',
|
||||
'superscript' => 'Superíndex',
|
||||
'subscript' => 'Subíndex',
|
||||
'text_color' => 'Color del text',
|
||||
'custom_color' => 'Color personalitzat',
|
||||
'remove_color' => 'Suprimeix el color',
|
||||
'background_color' => 'Color de fons',
|
||||
'align_left' => 'Alinea a l’esquerra',
|
||||
'align_center' => 'Alinea al centre',
|
||||
'align_right' => 'Alinea a la dreta',
|
||||
'align_justify' => 'Justifica',
|
||||
'list_bullet' => 'Llista amb pics',
|
||||
'list_numbered' => 'Llista numerada',
|
||||
'list_task' => 'Llista de tasques',
|
||||
'indent_increase' => 'Augmenta el sagnat',
|
||||
'indent_decrease' => 'Redueix el sagnat',
|
||||
'table' => 'Taula',
|
||||
'insert_image' => 'Insereix una imatge',
|
||||
'insert_image_title' => 'Insereix/edita una imatge',
|
||||
'insert_link' => 'Insereix/edita un enllaç',
|
||||
'insert_link_title' => 'Insereix/edita un enllaç',
|
||||
'insert_horizontal_line' => 'Insereix una línia horitzontal',
|
||||
'insert_code_block' => 'Insereix un bloc de codi',
|
||||
'edit_code_block' => 'Edita un bloc de codi',
|
||||
'insert_drawing' => 'Insereix/edita un dibuix',
|
||||
'drawing_manager' => 'Gestor de dibuixos',
|
||||
'insert_media' => 'Insereix/edita un mitjà',
|
||||
'insert_media_title' => 'Insereix/edita un mitjà',
|
||||
'clear_formatting' => 'Neteja el format',
|
||||
'source_code' => 'Codi font',
|
||||
'source_code_title' => 'Codi font',
|
||||
'fullscreen' => 'Pantalla completa',
|
||||
'image_options' => 'Opcions d’imatge',
|
||||
|
||||
// Tables
|
||||
'table_properties' => 'Table properties',
|
||||
'table_properties_title' => 'Table Properties',
|
||||
'delete_table' => 'Delete table',
|
||||
'insert_row_before' => 'Insert row before',
|
||||
'insert_row_after' => 'Insert row after',
|
||||
'delete_row' => 'Delete row',
|
||||
'insert_column_before' => 'Insert column before',
|
||||
'insert_column_after' => 'Insert column after',
|
||||
'delete_column' => 'Delete column',
|
||||
'table_cell' => 'Cell',
|
||||
'table_row' => 'Row',
|
||||
'table_column' => 'Column',
|
||||
'cell_properties' => 'Cell properties',
|
||||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
'vertical_align' => 'Vertical align',
|
||||
'border_width' => 'Border width',
|
||||
'border_style' => 'Border style',
|
||||
'border_color' => 'Border color',
|
||||
'row_properties' => 'Row properties',
|
||||
'row_properties_title' => 'Row Properties',
|
||||
'cut_row' => 'Cut row',
|
||||
'copy_row' => 'Copy row',
|
||||
'paste_row_before' => 'Paste row before',
|
||||
'paste_row_after' => 'Paste row after',
|
||||
'row_type' => 'Row type',
|
||||
'row_type_header' => 'Header',
|
||||
'row_type_body' => 'Body',
|
||||
'row_type_footer' => 'Footer',
|
||||
'alignment' => 'Alignment',
|
||||
'cut_column' => 'Cut column',
|
||||
'copy_column' => 'Copy column',
|
||||
'paste_column_before' => 'Paste column before',
|
||||
'paste_column_after' => 'Paste column after',
|
||||
'cell_padding' => 'Cell padding',
|
||||
'cell_spacing' => 'Cell spacing',
|
||||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
'table_properties' => 'Propietats de la taula',
|
||||
'table_properties_title' => 'Propietats de la taula',
|
||||
'delete_table' => 'Suprimeix la taula',
|
||||
'insert_row_before' => 'Insereix una fila abans',
|
||||
'insert_row_after' => 'Insereix una fila després',
|
||||
'delete_row' => 'Suprimeix la fila',
|
||||
'insert_column_before' => 'Insereix una columna abans',
|
||||
'insert_column_after' => 'Insereix una columna després',
|
||||
'delete_column' => 'Suprimeix la columna',
|
||||
'table_cell' => 'Cel·la',
|
||||
'table_row' => 'Fila',
|
||||
'table_column' => 'Columna',
|
||||
'cell_properties' => 'Propietats de la cel·la',
|
||||
'cell_properties_title' => 'Propietats de la cel·la',
|
||||
'cell_type' => 'Tipus de cel·la',
|
||||
'cell_type_cell' => 'Cel·la',
|
||||
'cell_scope' => 'Àmbit',
|
||||
'cell_type_header' => 'Cel·la de capçalera',
|
||||
'merge_cells' => 'Fusiona les cel·les',
|
||||
'split_cell' => 'Divideix les cel·les',
|
||||
'table_row_group' => 'Grup de files',
|
||||
'table_column_group' => 'Grup de columnes',
|
||||
'horizontal_align' => 'Alineació horitzontal',
|
||||
'vertical_align' => 'Alineació vertical',
|
||||
'border_width' => 'Amplada de la vora',
|
||||
'border_style' => 'Estil de la vora',
|
||||
'border_color' => 'Color de la vora',
|
||||
'row_properties' => 'Propietats de la fila',
|
||||
'row_properties_title' => 'Propietats de la fila',
|
||||
'cut_row' => 'Retalla la fila',
|
||||
'copy_row' => 'Copia la fila',
|
||||
'paste_row_before' => 'Enganxa la fila abans',
|
||||
'paste_row_after' => 'Enganxa la fila després',
|
||||
'row_type' => 'Tipus de fila',
|
||||
'row_type_header' => 'Capçalera',
|
||||
'row_type_body' => 'Cos',
|
||||
'row_type_footer' => 'Peu de pàgina',
|
||||
'alignment' => 'Alineació',
|
||||
'cut_column' => 'Retalla la columna',
|
||||
'copy_column' => 'Copia la columna',
|
||||
'paste_column_before' => 'Enganxa la columna abans',
|
||||
'paste_column_after' => 'Enganxa la columna després',
|
||||
'cell_padding' => 'Separació de la cel·la',
|
||||
'cell_spacing' => 'Espaiat de la cel·la',
|
||||
'caption' => 'Títol',
|
||||
'show_caption' => 'Mostra el títol',
|
||||
'constrain' => 'Mantén les proporcions',
|
||||
'cell_border_solid' => 'Sòlida',
|
||||
'cell_border_dotted' => 'Puntejada',
|
||||
'cell_border_dashed' => 'Discontínua',
|
||||
'cell_border_double' => 'Doble',
|
||||
'cell_border_groove' => 'Bisellada',
|
||||
'cell_border_ridge' => 'Emmarcada',
|
||||
'cell_border_inset' => 'Enfonsada',
|
||||
'cell_border_outset' => 'Ressaltada',
|
||||
'cell_border_none' => 'Cap',
|
||||
'cell_border_hidden' => 'Oculta',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
'alt_desc' => 'Alternative description',
|
||||
'embed' => 'Embed',
|
||||
'paste_embed' => 'Paste your embed code below:',
|
||||
'source' => 'Origen',
|
||||
'alt_desc' => 'Descripció alternativa',
|
||||
'embed' => 'Incrustació',
|
||||
'paste_embed' => 'Enganxeu el codi d’incrustació a continuació:',
|
||||
'url' => 'URL',
|
||||
'text_to_display' => 'Text to display',
|
||||
'title' => 'Title',
|
||||
'open_link' => 'Open link',
|
||||
'open_link_in' => 'Open link in...',
|
||||
'open_link_current' => 'Current window',
|
||||
'open_link_new' => 'New window',
|
||||
'remove_link' => 'Remove link',
|
||||
'insert_collapsible' => 'Insert collapsible block',
|
||||
'collapsible_unwrap' => 'Unwrap',
|
||||
'edit_label' => 'Edit label',
|
||||
'toggle_open_closed' => 'Toggle open/closed',
|
||||
'collapsible_edit' => 'Edit collapsible block',
|
||||
'toggle_label' => 'Toggle label',
|
||||
'text_to_display' => 'Text a mostrar',
|
||||
'title' => 'Títol',
|
||||
'open_link' => 'Obre l’enllaç',
|
||||
'open_link_in' => 'Obre l’enllaç a...',
|
||||
'open_link_current' => 'Finestra actual',
|
||||
'open_link_new' => 'Finestra nova',
|
||||
'remove_link' => 'Suprimeix l’enllaç',
|
||||
'insert_collapsible' => 'Insereix un bloc contraïble',
|
||||
'collapsible_unwrap' => 'Deixa de contraure',
|
||||
'edit_label' => 'Edita l’etiqueta',
|
||||
'toggle_open_closed' => 'Obre/tanca',
|
||||
'collapsible_edit' => 'Edita el bloc contraïble',
|
||||
'toggle_label' => 'Commuta l’etiqueta',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
'about' => 'Quant a l’editor',
|
||||
'about_title' => 'Quant a l’editor WYSIWYG',
|
||||
'editor_license' => 'Llicència i copyright de l’editor',
|
||||
'editor_tiny_license' => 'Aquest editor s’ha construït amb :tinyLink, que es proporciona sota la llicència MIT.',
|
||||
'editor_tiny_license_link' => 'Podeu trobar els detalls de la llicència i el copyright del TinyMCE aquí.',
|
||||
'save_continue' => 'Desa la pàgina i continua',
|
||||
'callouts_cycle' => '(Continueu prement per a commutar els diferents tipus)',
|
||||
'link_selector' => 'Enllaç al contingut',
|
||||
'shortcuts' => 'Dreceres',
|
||||
'shortcut' => 'Drecera',
|
||||
'shortcuts_intro' => 'Hi ha les següents dreceres disponibles a l’editor:',
|
||||
'windows_linux' => '(Windows/Linux)',
|
||||
'mac' => '(Mac)',
|
||||
'description' => 'Description',
|
||||
'description' => 'Descripció',
|
||||
];
|
||||
|
@ -15,7 +15,7 @@ return [
|
||||
'recently_update' => 'Actualitzat fa poc',
|
||||
'recently_viewed' => 'Vist fa poc',
|
||||
'recent_activity' => 'Activitat recent',
|
||||
'create_now' => 'Crea\'n ara',
|
||||
'create_now' => 'Crea’n ara',
|
||||
'revisions' => 'Revisions',
|
||||
'meta_revision' => 'Revisió núm. :revisionCount',
|
||||
'meta_created' => 'Creat :timeLength',
|
||||
@ -23,38 +23,38 @@ return [
|
||||
'meta_updated' => 'Actualitzat :timeLength',
|
||||
'meta_updated_name' => 'Actualitzat :timeLength per :user',
|
||||
'meta_owned_name' => 'Propietat de :user',
|
||||
'meta_reference_page_count' => 'Referenced on :count page|Referenced on :count pages',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'Selecciona una entitat',
|
||||
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
|
||||
'entity_select_lack_permission' => 'No teniu els permisos necessaris per a seleccionar aquest element',
|
||||
'images' => 'Imatges',
|
||||
'my_recent_drafts' => 'Els vostres esborranys recents',
|
||||
'my_recently_viewed' => 'Les vostres visualitzacions recents',
|
||||
'my_most_viewed_favourites' => 'My Most Viewed Favourites',
|
||||
'my_favourites' => 'My Favourites',
|
||||
'my_most_viewed_favourites' => 'Els vostres preferits més vistos',
|
||||
'my_favourites' => 'Els vostres preferits',
|
||||
'no_pages_viewed' => 'No heu vist cap pàgina',
|
||||
'no_pages_recently_created' => 'No s\'ha creat cap pàgina fa poc',
|
||||
'no_pages_recently_updated' => 'No s\'ha actualitzat cap pàgina fa poc',
|
||||
'no_pages_recently_created' => 'No s’ha creat cap pàgina fa poc',
|
||||
'no_pages_recently_updated' => 'No s’ha actualitzat cap pàgina fa poc',
|
||||
'export' => 'Exporta',
|
||||
'export_html' => 'Fitxer web independent',
|
||||
'export_pdf' => 'Fitxer PDF',
|
||||
'export_text' => 'Fitxer de text sense format',
|
||||
'export_md' => 'Markdown File',
|
||||
'export_md' => 'Fitxer Markdown',
|
||||
|
||||
// Permissions and restrictions
|
||||
'permissions' => 'Permisos',
|
||||
'permissions_desc' => 'Set permissions here to override the default permissions provided by user roles.',
|
||||
'permissions_book_cascade' => 'Permissions set on books will automatically cascade to child chapters and pages, unless they have their own permissions defined.',
|
||||
'permissions_chapter_cascade' => 'Permissions set on chapters will automatically cascade to child pages, unless they have their own permissions defined.',
|
||||
'permissions_desc' => 'Definiu aquí permisos que tindran preferència sobre les permisos per defecte proporcionats pels rols d’usuari.',
|
||||
'permissions_book_cascade' => 'Els permisos definits en llibres s’hereten automàticament en pàgines i capítols inferiors, llevat que tinguin permisos propis definits.',
|
||||
'permissions_chapter_cascade' => 'Els permisos definits en capítols s’hereten automàticament en pàgines inferiors, llevat que tinguin permisos propis definits.',
|
||||
'permissions_save' => 'Desa els permisos',
|
||||
'permissions_owner' => 'Propietari',
|
||||
'permissions_role_everyone_else' => 'Everyone Else',
|
||||
'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.',
|
||||
'permissions_role_override' => 'Override permissions for role',
|
||||
'permissions_inherit_defaults' => 'Inherit defaults',
|
||||
'permissions_role_everyone_else' => 'Tota la resta',
|
||||
'permissions_role_everyone_else_desc' => 'Definiu permisos per a tots els rols no definits específicament.',
|
||||
'permissions_role_override' => 'Força els permisos per al rol',
|
||||
'permissions_inherit_defaults' => 'Hereta els permisos per defecte',
|
||||
|
||||
// Search
|
||||
'search_results' => 'Resultats de la cerca',
|
||||
'search_total_results_found' => 'S\'ha trobat :count resultat en total|S\'han trobat :count resultats en total',
|
||||
'search_total_results_found' => 'S’ha trobat :count resultat|S’han trobat :count resultats en total',
|
||||
'search_clear' => 'Esborra la cerca',
|
||||
'search_no_pages' => 'La cerca no coincideix amb cap pàgina',
|
||||
'search_for_term' => 'Cerca :term',
|
||||
@ -63,14 +63,14 @@ return [
|
||||
'search_terms' => 'Termes de la cerca',
|
||||
'search_content_type' => 'Tipus de contingut',
|
||||
'search_exact_matches' => 'Coincidències exactes',
|
||||
'search_tags' => 'Cerca d\'etiquetes',
|
||||
'search_tags' => 'Cerca d’etiquetes',
|
||||
'search_options' => 'Opcions',
|
||||
'search_viewed_by_me' => 'Visualitzat per mi',
|
||||
'search_not_viewed_by_me' => 'No visualitzat per mi',
|
||||
'search_permissions_set' => 'Amb permisos definits',
|
||||
'search_created_by_me' => 'Creat per mi',
|
||||
'search_updated_by_me' => 'Actualitzat per mi',
|
||||
'search_owned_by_me' => 'Owned by me',
|
||||
'search_owned_by_me' => 'En sóc propietari',
|
||||
'search_date_options' => 'Opcions de dates',
|
||||
'search_updated_before' => 'Actualitzat abans de',
|
||||
'search_updated_after' => 'Actualitzat després de',
|
||||
@ -93,24 +93,24 @@ return [
|
||||
'shelves_save' => 'Desa el prestatge',
|
||||
'shelves_books' => 'Llibres en aquest prestatge',
|
||||
'shelves_add_books' => 'Afegeix llibres a aquest prestatge',
|
||||
'shelves_drag_books' => 'Drag books below to add them to this shelf',
|
||||
'shelves_drag_books' => 'Arrossegueu llibres a sota per a afegir-los a aquest prestatge',
|
||||
'shelves_empty_contents' => 'Aquest prestatge no té cap llibre assignat',
|
||||
'shelves_edit_and_assign' => 'Editeu el prestatge per a assignar-hi llibres',
|
||||
'shelves_edit_named' => 'Edit Shelf :name',
|
||||
'shelves_edit' => 'Edit Shelf',
|
||||
'shelves_delete' => 'Delete Shelf',
|
||||
'shelves_delete_named' => 'Delete Shelf :name',
|
||||
'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.",
|
||||
'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?',
|
||||
'shelves_permissions' => 'Shelf Permissions',
|
||||
'shelves_permissions_updated' => 'Shelf Permissions Updated',
|
||||
'shelves_permissions_active' => 'Shelf Permissions Active',
|
||||
'shelves_permissions_cascade_warning' => 'Permissions on shelves do not automatically cascade to contained books. This is because a book can exist on multiple shelves. Permissions can however be copied down to child books using the option found below.',
|
||||
'shelves_permissions_create' => 'Shelf create permissions are only used for copying permissions to child books using the action below. They do not control the ability to create books.',
|
||||
'shelves_edit_named' => 'Edita el prestatge :name',
|
||||
'shelves_edit' => 'Edita el prestatge',
|
||||
'shelves_delete' => 'Suprimeix el prestatge',
|
||||
'shelves_delete_named' => 'Suprimeix el prestatge :name',
|
||||
'shelves_delete_explain' => "Se suprimirà el prestatge amb el nom «:name». Els llibres que contingui no se suprimiran.",
|
||||
'shelves_delete_confirmation' => 'Segur que voleu suprimir aquest prestatge?',
|
||||
'shelves_permissions' => 'Permisos del prestatge',
|
||||
'shelves_permissions_updated' => 'S’han actualitzat els permisos del prestatge',
|
||||
'shelves_permissions_active' => 'Permisos del prestatge actius',
|
||||
'shelves_permissions_cascade_warning' => 'Els permisos dels prestatges no s’hereten automàticament en els llibres que contenen. És així perquè un llibre pot estar en múltiples prestatges. Es poden copiar, però, els permisos als llibres continguts fent servir l’opció a continuació.',
|
||||
'shelves_permissions_create' => 'Els permisos de crear prestatges només es fan servir per a copiar permisos a llibres continguts fent servir l’acció següent. No controlen la capacitat de crear llibres.',
|
||||
'shelves_copy_permissions_to_books' => 'Copia els permisos als llibres',
|
||||
'shelves_copy_permissions' => 'Copia els permisos',
|
||||
'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.',
|
||||
'shelves_copy_permission_success' => 'Shelf permissions copied to :count books',
|
||||
'shelves_copy_permissions_explain' => 'S’aplicarà la configuració de permisos actual a tots els llibres continguts. Abans d’activar-la, assegureu-vos que hàgiu desat qualsevol canvi en els permisos d’aquest prestatge.',
|
||||
'shelves_copy_permission_success' => 'S’han copiat els permisos del prestatge a :count llibres',
|
||||
|
||||
// Books
|
||||
'book' => 'Llibre',
|
||||
@ -126,44 +126,47 @@ return [
|
||||
'books_create' => 'Crea un llibre nou',
|
||||
'books_delete' => 'Suprimeix el llibre',
|
||||
'books_delete_named' => 'Suprimeix el llibre :bookName',
|
||||
'books_delete_explain' => 'Se suprimirà el llibre amb el nom \':bookName\'. Se\'n suprimiran les pàgines i els capítols.',
|
||||
'books_delete_explain' => 'Se suprimirà el llibre amb el nom «:bookName». Se’n suprimiran totes les pàgines i tots els capítols.',
|
||||
'books_delete_confirmation' => 'Segur que voleu suprimir aquest llibre?',
|
||||
'books_edit' => 'Edita el llibre',
|
||||
'books_edit_named' => 'Edita el llibre :bookName',
|
||||
'books_form_book_name' => 'Nom del llibre',
|
||||
'books_save' => 'Desa el llibre',
|
||||
'books_default_template' => 'Plantilla de pàgina per defecte',
|
||||
'books_default_template_explain' => 'Assigneu una plantilla de pàgina que s’utilitzarà com a contingut per defecte de totes les pàgines noves d’aquest llibre. Tingueu en compte que només es farà servir si qui crea la pàgina té accés de visualització a la plantilla de pàgina elegida.',
|
||||
'books_default_template_select' => 'Seleccioneu una plantilla de pàgina',
|
||||
'books_permissions' => 'Permisos del llibre',
|
||||
'books_permissions_updated' => 'S\'han actualitzat els permisos del llibre',
|
||||
'books_permissions_updated' => 'S’han actualitzat els permisos del llibre',
|
||||
'books_empty_contents' => 'No hi ha cap pàgina ni cap capítol creat en aquest llibre.',
|
||||
'books_empty_create_page' => 'Crea una pàgina nova',
|
||||
'books_empty_sort_current_book' => 'Ordena el llibre actual',
|
||||
'books_empty_add_chapter' => 'Afegeix un capítol',
|
||||
'books_permissions_active' => 'S\'han activat els permisos del llibre',
|
||||
'books_permissions_active' => 'S’han activat els permisos del llibre',
|
||||
'books_search_this' => 'Cerca en aquest llibre',
|
||||
'books_navigation' => 'Navegació pel llibre',
|
||||
'books_sort' => 'Ordena el contingut del llibre',
|
||||
'books_sort_desc' => 'Move chapters and pages within a book to reorganise its contents. Other books can be added which allows easy moving of chapters and pages between books.',
|
||||
'books_sort_desc' => 'Moveu capítols i pàgines dins d’un llibre per a reorganitzar-ne el contingut. Podeu afegir altres llibres, la qual cosa permet moure fàcilment capítols i pàgines entre llibres.',
|
||||
'books_sort_named' => 'Ordena el llibre :bookName',
|
||||
'books_sort_name' => 'Ordena per nom',
|
||||
'books_sort_created' => 'Ordena per data de creació',
|
||||
'books_sort_updated' => 'Ordena per data d\'actualització',
|
||||
'books_sort_updated' => 'Ordena per data d’actualització',
|
||||
'books_sort_chapters_first' => 'Els capítols al principi',
|
||||
'books_sort_chapters_last' => 'Els capítols al final',
|
||||
'books_sort_show_other' => 'Mostra altres llibres',
|
||||
'books_sort_save' => 'Desa l\'ordre nou',
|
||||
'books_sort_show_other_desc' => 'Add other books here to include them in the sort operation, and allow easy cross-book reorganisation.',
|
||||
'books_sort_move_up' => 'Move Up',
|
||||
'books_sort_move_down' => 'Move Down',
|
||||
'books_sort_move_prev_book' => 'Move to Previous Book',
|
||||
'books_sort_move_next_book' => 'Move to Next Book',
|
||||
'books_sort_move_prev_chapter' => 'Move Into Previous Chapter',
|
||||
'books_sort_move_next_chapter' => 'Move Into Next Chapter',
|
||||
'books_sort_move_book_start' => 'Move to Start of Book',
|
||||
'books_sort_move_book_end' => 'Move to End of Book',
|
||||
'books_sort_move_before_chapter' => 'Move to Before Chapter',
|
||||
'books_sort_move_after_chapter' => 'Move to After Chapter',
|
||||
'books_copy' => 'Copy Book',
|
||||
'books_copy_success' => 'Book successfully copied',
|
||||
'books_sort_save' => 'Desa l’ordre nou',
|
||||
'books_sort_show_other_desc' => 'Afegiu aquí altres llibres per a incloure’ls a l’operació d’ordenació i permetre la reorganització entre llibres de manera fàcil.',
|
||||
'books_sort_move_up' => 'Mou amunt',
|
||||
'books_sort_move_down' => 'Mou avall',
|
||||
'books_sort_move_prev_book' => 'Mou al llibre anterior',
|
||||
'books_sort_move_next_book' => 'Mou al llibre següent',
|
||||
'books_sort_move_prev_chapter' => 'Mou al capítol anterior',
|
||||
'books_sort_move_next_chapter' => 'Mou al capítol següent',
|
||||
'books_sort_move_book_start' => 'Mou a l’inici del llibre',
|
||||
'books_sort_move_book_end' => 'Mou al final del llibre',
|
||||
'books_sort_move_before_chapter' => 'Mou al capítol anterior',
|
||||
'books_sort_move_after_chapter' => 'Mou al capítol següent',
|
||||
'books_copy' => 'Copia el llibre',
|
||||
'books_copy_success' => 'Llibre copiat correctament',
|
||||
|
||||
// Chapters
|
||||
'chapter' => 'Capítol',
|
||||
@ -174,21 +177,21 @@ return [
|
||||
'chapters_create' => 'Crea un capítol nou',
|
||||
'chapters_delete' => 'Suprimeix el capítol',
|
||||
'chapters_delete_named' => 'Suprimeix el capítol :chapterName',
|
||||
'chapters_delete_explain' => 'Se suprimirà el capítol amb el nom \':chapterName\'. Totes les pàgines que contingui també se suprimiran.',
|
||||
'chapters_delete_explain' => 'Se suprimirà el capítol amb el nom «:chapterName». Totes les pàgines que contingui també se suprimiran.',
|
||||
'chapters_delete_confirm' => 'Segur que voleu suprimir aquest capítol?',
|
||||
'chapters_edit' => 'Edita el capítol',
|
||||
'chapters_edit_named' => 'Edita el capítol :chapterName',
|
||||
'chapters_save' => 'Desa el capítol',
|
||||
'chapters_move' => 'Mou el capítol',
|
||||
'chapters_move_named' => 'Mou el capítol :chapterName',
|
||||
'chapters_copy' => 'Copy Chapter',
|
||||
'chapters_copy_success' => 'Chapter successfully copied',
|
||||
'chapters_copy' => 'Copia el capítol',
|
||||
'chapters_copy_success' => 'Capítol copiat correctament',
|
||||
'chapters_permissions' => 'Permisos del capítol',
|
||||
'chapters_empty' => 'De moment, aquest capítol no conté cap pàgina.',
|
||||
'chapters_permissions_active' => 'S\'han activat els permisos del capítol',
|
||||
'chapters_permissions_success' => 'S\'han actualitzat els permisos del capítol',
|
||||
'chapters_permissions_active' => 'S’han activat els permisos del capítol',
|
||||
'chapters_permissions_success' => 'S’han actualitzat els permisos del capítol',
|
||||
'chapters_search_this' => 'Cerca en aquest capítol',
|
||||
'chapter_sort_book' => 'Sort Book',
|
||||
'chapter_sort_book' => 'Ordena el llibre',
|
||||
|
||||
// Pages
|
||||
'page' => 'Pàgina',
|
||||
@ -200,35 +203,36 @@ return [
|
||||
'pages_navigation' => 'Navegació per la pàgina',
|
||||
'pages_delete' => 'Suprimeix la pàgina',
|
||||
'pages_delete_named' => 'Suprimeix la pàgina :pageName',
|
||||
'pages_delete_draft_named' => 'Suprimeix l\'esborrany de pàgina :pageName',
|
||||
'pages_delete_draft' => 'Suprimeix l\'esborrany de pàgina',
|
||||
'pages_delete_success' => 'S\'ha suprimit la pàgina',
|
||||
'pages_delete_draft_success' => 'S\'ha suprimit l\'esborrany de pàgina',
|
||||
'pages_delete_draft_named' => 'Suprimeix l’esborrany de pàgina :pageName',
|
||||
'pages_delete_draft' => 'Suprimeix l’esborrany de pàgina',
|
||||
'pages_delete_success' => 'S’ha suprimit la pàgina',
|
||||
'pages_delete_draft_success' => 'S’ha suprimit l’esborrany de pàgina',
|
||||
'pages_delete_warning_template' => 'Aquesta pàgina es fa servir com a plantilla de pàgina per defecte en algun llibre. Quan l’hàgiu suprimida, aquests llibres ja no tindran assignada cap plantilla de pàgina per defecte.',
|
||||
'pages_delete_confirm' => 'Segur que voleu suprimir aquesta pàgina?',
|
||||
'pages_delete_draft_confirm' => 'Segur que voleu suprimir aquest esborrany de pàgina?',
|
||||
'pages_editing_named' => 'Esteu editant :pageName',
|
||||
'pages_edit_draft_options' => 'Opcions d\'esborrany',
|
||||
'pages_edit_save_draft' => 'Desa l\'esborrany',
|
||||
'pages_edit_draft' => 'Edita l\'esborrany de pàgina',
|
||||
'pages_editing_draft' => 'Esteu editant l\'esborrany',
|
||||
'pages_edit_draft_options' => 'Opcions d’esborrany',
|
||||
'pages_edit_save_draft' => 'Desa l’esborrany',
|
||||
'pages_edit_draft' => 'Edita l’esborrany de pàgina',
|
||||
'pages_editing_draft' => 'Esteu editant l’esborrany',
|
||||
'pages_editing_page' => 'Esteu editant la pàgina',
|
||||
'pages_edit_draft_save_at' => 'Esborrany desat ',
|
||||
'pages_edit_delete_draft' => 'Suprimeix l\'esborrany',
|
||||
'pages_edit_delete_draft_confirm' => 'Are you sure you want to delete your draft page changes? All of your changes, since the last full save, will be lost and the editor will be updated with the latest page non-draft save state.',
|
||||
'pages_edit_discard_draft' => 'Descarta l\'esborrany',
|
||||
'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Clean Content)',
|
||||
'pages_edit_switch_to_markdown_stable' => '(Stable Content)',
|
||||
'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG Editor',
|
||||
'pages_edit_delete_draft' => 'Suprimeix l’esborrany',
|
||||
'pages_edit_delete_draft_confirm' => 'Segur que voleu suprimir els canvis a l’esborrany de pàgina? Es perdran tots els vostres canvis d’ençà de la darrera vegada que heu desat i s’actualitzarà l’editor amb l’estat de la darrera pàgina desada sense ser un esborrany.',
|
||||
'pages_edit_discard_draft' => 'Descarta l’esborrany',
|
||||
'pages_edit_switch_to_markdown' => 'Canvia a l’editor Markdown',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Contingut net)',
|
||||
'pages_edit_switch_to_markdown_stable' => '(Contingut estable)',
|
||||
'pages_edit_switch_to_wysiwyg' => 'Canvia a l’editor WYSIWYG',
|
||||
'pages_edit_set_changelog' => 'Defineix el registre de canvis',
|
||||
'pages_edit_enter_changelog_desc' => 'Introduïu una breu descripció dels canvis que heu fet',
|
||||
'pages_edit_enter_changelog' => 'Introduïu un registre de canvis',
|
||||
'pages_editor_switch_title' => 'Switch Editor',
|
||||
'pages_editor_switch_are_you_sure' => 'Are you sure you want to change the editor for this page?',
|
||||
'pages_editor_switch_consider_following' => 'Consider the following when changing editors:',
|
||||
'pages_editor_switch_consideration_a' => 'Once saved, the new editor option will be used by any future editors, including those that may not be able to change editor type themselves.',
|
||||
'pages_editor_switch_consideration_b' => 'This can potentially lead to a loss of detail and syntax in certain circumstances.',
|
||||
'pages_editor_switch_consideration_c' => 'Tag or changelog changes, made since last save, won\'t persist across this change.',
|
||||
'pages_editor_switch_title' => 'Canvia d’editor',
|
||||
'pages_editor_switch_are_you_sure' => 'Segur que voleu canviar l’editor d’aquesta pàgina?',
|
||||
'pages_editor_switch_consider_following' => 'Considereu el següent en canviar d’editor:',
|
||||
'pages_editor_switch_consideration_a' => 'Quan hàgiu desat, l’opció del nou editor serà la que utilitzaran tots els futurs editors, incloent-hi els que no poden canviar de tipus d’editor amb el seu usuari.',
|
||||
'pages_editor_switch_consideration_b' => 'En algunes circumstàncies, això pot comportar una pèrdua de detalls i de sintaxi.',
|
||||
'pages_editor_switch_consideration_c' => 'Els canvis al registre de canvis o a les etiquetes fets d’ençà de la darrera vegada que s’ha desat no es mantindran en aquest canvi.',
|
||||
'pages_save' => 'Desa la pàgina',
|
||||
'pages_title' => 'Títol de la pàgina',
|
||||
'pages_name' => 'Nom de la pàgina',
|
||||
@ -237,110 +241,110 @@ return [
|
||||
'pages_md_insert_image' => 'Insereix una imatge',
|
||||
'pages_md_insert_link' => 'Insereix un enllaç a una entitat',
|
||||
'pages_md_insert_drawing' => 'Insereix un diagrama',
|
||||
'pages_md_show_preview' => 'Show preview',
|
||||
'pages_md_sync_scroll' => 'Sync preview scroll',
|
||||
'pages_drawing_unsaved' => 'Unsaved Drawing Found',
|
||||
'pages_drawing_unsaved_confirm' => 'Unsaved drawing data was found from a previous failed drawing save attempt. Would you like to restore and continue editing this unsaved drawing?',
|
||||
'pages_md_show_preview' => 'Mostra la previsualització',
|
||||
'pages_md_sync_scroll' => 'Sincronitza el desplaçament de la previsualització',
|
||||
'pages_drawing_unsaved' => 'S’ha trobat un diagrama no desat',
|
||||
'pages_drawing_unsaved_confirm' => 'S’han trobat dades d’un diagrama d’un intent de desat fallit anterior. Voleu restaurar-les i continuar editant aquest diagrama no desat?',
|
||||
'pages_not_in_chapter' => 'La pàgina no pertany a cap capítol',
|
||||
'pages_move' => 'Mou la pàgina',
|
||||
'pages_copy' => 'Copia la pàgina',
|
||||
'pages_copy_desination' => 'Destinació de la còpia',
|
||||
'pages_copy_success' => 'Pàgina copiada correctament',
|
||||
'pages_permissions' => 'Permisos de la pàgina',
|
||||
'pages_permissions_success' => 'S\'han actualitzat els permisos de la pàgina',
|
||||
'pages_permissions_success' => 'S’han actualitzat els permisos de la pàgina',
|
||||
'pages_revision' => 'Revisió',
|
||||
'pages_revisions' => 'Revisions de la pàgina',
|
||||
'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.',
|
||||
'pages_revisions_desc' => 'A continuació hi ha les revisions anteriors de la pàgina. Podeu mirar-les, comparar-les i restaurar-ne versions antigues si us ho permeten els permisos. És possible que l’historial complet de la pàgina no s’hi vegi reflectit perquè, depenent de la configuració del sistema, es poden haver esborrat automàticament revisions antigues.',
|
||||
'pages_revisions_named' => 'Revisions de la pàgina :pageName',
|
||||
'pages_revision_named' => 'Revisió de la pàgina :pageName',
|
||||
'pages_revision_restored_from' => 'Restaurada de núm. :id; :summary',
|
||||
'pages_revisions_created_by' => 'Creada per',
|
||||
'pages_revisions_date' => 'Data de la revisió',
|
||||
'pages_revisions_number' => 'Núm. ',
|
||||
'pages_revisions_sort_number' => 'Revision Number',
|
||||
'pages_revisions_sort_number' => 'Número de revisió',
|
||||
'pages_revisions_numbered' => 'Revisió núm. :id',
|
||||
'pages_revisions_numbered_changes' => 'Canvis de la revisió núm. :id',
|
||||
'pages_revisions_editor' => 'Editor Type',
|
||||
'pages_revisions_editor' => 'Tipus d’editor',
|
||||
'pages_revisions_changelog' => 'Registre de canvis',
|
||||
'pages_revisions_changes' => 'Canvis',
|
||||
'pages_revisions_current' => 'Versió actual',
|
||||
'pages_revisions_preview' => 'Previsualitza',
|
||||
'pages_revisions_restore' => 'Restaura',
|
||||
'pages_revisions_none' => 'Aquesta pàgina no té cap revisió',
|
||||
'pages_copy_link' => 'Copia l\'enllaç',
|
||||
'pages_edit_content_link' => 'Jump to section in editor',
|
||||
'pages_pointer_enter_mode' => 'Enter section select mode',
|
||||
'pages_pointer_label' => 'Page Section Options',
|
||||
'pages_pointer_permalink' => 'Page Section Permalink',
|
||||
'pages_pointer_include_tag' => 'Page Section Include Tag',
|
||||
'pages_pointer_toggle_link' => 'Permalink mode, Press to show include tag',
|
||||
'pages_pointer_toggle_include' => 'Include tag mode, Press to show permalink',
|
||||
'pages_permissions_active' => 'S\'han activat els permisos de la pàgina',
|
||||
'pages_copy_link' => 'Copia l’enllaç',
|
||||
'pages_edit_content_link' => 'Vés a la secció a l’editor',
|
||||
'pages_pointer_enter_mode' => 'Activa el mode de selecció de secció',
|
||||
'pages_pointer_label' => 'Opcions de la secció de la pàgina',
|
||||
'pages_pointer_permalink' => 'Enllaç permanent de la secció de la pàgina',
|
||||
'pages_pointer_include_tag' => 'Etiqueta d’inclusió de la secció de la pàgina',
|
||||
'pages_pointer_toggle_link' => 'Mode d’enllaç permanent, premeu per a mostrar l’etiqueta d‘inclusió',
|
||||
'pages_pointer_toggle_include' => 'Mode d’etiqueta d’inclusió, premeu per a mostrar l’enllaç permanent',
|
||||
'pages_permissions_active' => 'S’han activat els permisos de la pàgina',
|
||||
'pages_initial_revision' => 'Publicació inicial',
|
||||
'pages_references_update_revision' => 'System auto-update of internal links',
|
||||
'pages_references_update_revision' => 'Actualització automàtica dels enllaços interns del sistema',
|
||||
'pages_initial_name' => 'Pàgina nova',
|
||||
'pages_editing_draft_notification' => 'Esteu editant un esborrany que es va desar per darrer cop :timeDiff.',
|
||||
'pages_draft_edited_notification' => 'Aquesta pàgina s\'ha actualitzat d\'ençà d\'aleshores. Us recomanem que descarteu aquest esborrany.',
|
||||
'pages_draft_page_changed_since_creation' => 'This page has been updated since this draft was created. It is recommended that you discard this draft or take care not to overwrite any page changes.',
|
||||
'pages_draft_edited_notification' => 'Aquesta pàgina s’ha actualitzat d’ençà d’aleshores. Us recomanem que descarteu aquest esborrany.',
|
||||
'pages_draft_page_changed_since_creation' => 'Aquesta pàgina s’ha actualitzat d‘ençà que es va crear l’esborrany. Us recomanem que descarteu aquest esborrany i que aneu amb compte de no sobreescriure els canvis de la pàgina.',
|
||||
'pages_draft_edit_active' => [
|
||||
'start_a' => ':count usuaris han començat a editar aquesta pàgina',
|
||||
'start_b' => ':userName ha començat a editar aquesta pàgina',
|
||||
'time_a' => 'd\'ençà que la pàgina es va actualitzar per darrer cop',
|
||||
'time_a' => 'd’ençà que la pàgina es va actualitzar per darrer cop',
|
||||
'time_b' => 'en els darrers :minCount minuts',
|
||||
'message' => ':start :time. Aneu amb compte de no trepitjar-vos les actualitzacions entre vosaltres!',
|
||||
],
|
||||
'pages_draft_discarded' => 'Draft discarded! The editor has been updated with the current page content',
|
||||
'pages_draft_deleted' => 'Draft deleted! The editor has been updated with the current page content',
|
||||
'pages_draft_discarded' => 'S’ha descartat l’esborrany! S’ha actualitzat l’editor amb el contingut actual de la pàgina',
|
||||
'pages_draft_deleted' => 'S’ha suprimit l’esborrany! S’ha actualitzat l’editor amb el contingut actual de la pàgina',
|
||||
'pages_specific' => 'Una pàgina específica',
|
||||
'pages_is_template' => 'Plantilla de pàgina',
|
||||
|
||||
// Editor Sidebar
|
||||
'toggle_sidebar' => 'Toggle Sidebar',
|
||||
'toggle_sidebar' => 'Commuta la barra lateral',
|
||||
'page_tags' => 'Etiquetes de la pàgina',
|
||||
'chapter_tags' => 'Etiquetes del capítol',
|
||||
'book_tags' => 'Etiquetes del llibre',
|
||||
'shelf_tags' => 'Etiquetes del prestatge',
|
||||
'tag' => 'Etiqueta',
|
||||
'tags' => 'Etiquetes',
|
||||
'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.',
|
||||
'tag_name' => 'Nom de l\'etiqueta',
|
||||
'tag_value' => 'Valor de l\'etiqueta (opcional)',
|
||||
'tags_index_desc' => 'Es poden aplicar etiquetes al contingut dins del sistema per a aplicar un mode de categorització flexible. Les etiquetes poden tenir una clau i un valor, però el valor és opcional. Quan s’han aplican, el contingut es pot cercar fent servir el nom o el valor de l’etiqueta.',
|
||||
'tag_name' => 'Nom de l’etiqueta',
|
||||
'tag_value' => 'Valor de l’etiqueta (opcional)',
|
||||
'tags_explain' => "Afegiu etiquetes per a categoritzar millor el contingut. \n Podeu assignar un valor a cada etiqueta per a una organització més detallada.",
|
||||
'tags_add' => 'Afegeix una altra etiqueta',
|
||||
'tags_remove' => 'Elimina aquesta etiqueta',
|
||||
'tags_usages' => 'Total tag usages',
|
||||
'tags_assigned_pages' => 'Assigned to Pages',
|
||||
'tags_assigned_chapters' => 'Assigned to Chapters',
|
||||
'tags_assigned_books' => 'Assigned to Books',
|
||||
'tags_assigned_shelves' => 'Assigned to Shelves',
|
||||
'tags_x_unique_values' => ':count unique values',
|
||||
'tags_all_values' => 'All values',
|
||||
'tags_view_tags' => 'View Tags',
|
||||
'tags_view_existing_tags' => 'View existing tags',
|
||||
'tags_list_empty_hint' => 'Tags can be assigned via the page editor sidebar or while editing the details of a book, chapter or shelf.',
|
||||
'tags_usages' => 'Usos totals de l’etiqueta',
|
||||
'tags_assigned_pages' => 'Assignada a pàgines',
|
||||
'tags_assigned_chapters' => 'Assignada a capítols',
|
||||
'tags_assigned_books' => 'Assignada a llibres',
|
||||
'tags_assigned_shelves' => 'Assignada a prestatges',
|
||||
'tags_x_unique_values' => ':count valors únics',
|
||||
'tags_all_values' => 'Tots els valors',
|
||||
'tags_view_tags' => 'Mostra les etiquetes',
|
||||
'tags_view_existing_tags' => 'Mostra les etiquetes existents',
|
||||
'tags_list_empty_hint' => 'Es poden assignar etiquetes mitjançant la barra lateral de l’editor de la pàgina o quan s’editen els detalls d’un llibre, capítol o prestatge.',
|
||||
'attachments' => 'Adjuncions',
|
||||
'attachments_explain' => 'Pugeu fitxers o adjunteu enllaços per a mostrar-los a la pàgina. Són visibles a la barra lateral de la pàgina.',
|
||||
'attachments_explain_instant_save' => 'Els canvis fets aquí es desen instantàniament.',
|
||||
'attachments_upload' => 'Puja un fitxer',
|
||||
'attachments_link' => 'Adjunta un enllaç',
|
||||
'attachments_upload_drop' => 'Alternatively you can drag and drop a file here to upload it as an attachment.',
|
||||
'attachments_set_link' => 'Defineix l\'enllaç',
|
||||
'attachments_delete' => 'Seguir que voleu suprimir aquesta adjunció?',
|
||||
'attachments_dropzone' => 'Drop files here to upload',
|
||||
'attachments_no_files' => 'No s\'ha pujat cap fitxer',
|
||||
'attachments_upload_drop' => 'De manera alternativa, podeu arrossegar i deixar anar un fitxer aquí per a pujar-lo com a adjunció.',
|
||||
'attachments_set_link' => 'Defineix l’enllaç',
|
||||
'attachments_delete' => 'Segur que voleu suprimir aquesta adjunció?',
|
||||
'attachments_dropzone' => 'Deixeu anar fitxers aquí per a pujar-los',
|
||||
'attachments_no_files' => 'No s’ha pujat cap fitxer',
|
||||
'attachments_explain_link' => 'Podeu adjuntar un enllaç si preferiu no pujar un fitxer. Pot ser un enllaç a una altra pàgina o un enllaç a un fitxer al núvol.',
|
||||
'attachments_link_name' => 'Nom de l\'enllaç',
|
||||
'attachment_link' => 'Enllaç de l\'adjunció',
|
||||
'attachments_link_name' => 'Nom de l’enllaç',
|
||||
'attachment_link' => 'Enllaç de l’adjunció',
|
||||
'attachments_link_url' => 'Enllaç al fitxer',
|
||||
'attachments_link_url_hint' => 'URL del lloc o fitxer',
|
||||
'attach' => 'Adjunta',
|
||||
'attachments_insert_link' => 'Afegeix un enllaç de l\'adjunció a la pàgina',
|
||||
'attachments_insert_link' => 'Afegeix un enllaç de l’adjunció a la pàgina',
|
||||
'attachments_edit_file' => 'Edita el fitxer',
|
||||
'attachments_edit_file_name' => 'Nom del fitxer',
|
||||
'attachments_edit_drop_upload' => 'Arrossegueu fitxers o feu clic aquí per a pujar-los i sobreescriure\'ls',
|
||||
'attachments_order_updated' => 'S\'ha actualitzat l\'ordre de les adjuncions',
|
||||
'attachments_updated_success' => 'S\'han actualitzat els detalls de les adjuncions',
|
||||
'attachments_deleted' => 'S\'ha suprimit l\'adjunció',
|
||||
'attachments_edit_drop_upload' => 'Arrossegueu fitxers o feu clic aquí per a pujar-los i sobreescriure’ls',
|
||||
'attachments_order_updated' => 'S’ha actualitzat l’ordre de les adjuncions',
|
||||
'attachments_updated_success' => 'S’han actualitzat els detalls de les adjuncions',
|
||||
'attachments_deleted' => 'S’ha suprimit l’adjunció',
|
||||
'attachments_file_uploaded' => 'Fitxer pujat correctament',
|
||||
'attachments_file_updated' => 'Fitxer actualitzat correctament',
|
||||
'attachments_link_attached' => 'Enllaç adjuntat a la pàgina correctament',
|
||||
@ -369,13 +373,13 @@ return [
|
||||
'comment_new' => 'Comentari nou',
|
||||
'comment_created' => 'ha comentat :createDiff',
|
||||
'comment_updated' => 'Actualitzat :updateDiff per :username',
|
||||
'comment_updated_indicator' => 'Updated',
|
||||
'comment_updated_indicator' => 'Actualitzat',
|
||||
'comment_deleted_success' => 'Comentari suprimit',
|
||||
'comment_created_success' => 'Comentari afegit',
|
||||
'comment_updated_success' => 'Comentari actualitzat',
|
||||
'comment_delete_confirm' => 'Segur que voleu suprimir aquest comentari?',
|
||||
'comment_in_reply_to' => 'En resposta a :commentId',
|
||||
'comment_editor_explain' => 'Here are the comments that have been left on this page. Comments can be added & managed when viewing the saved page.',
|
||||
'comment_editor_explain' => 'Aquí hi ha els comentaris que s’han deixat en aquesta pàgina. Els comentaris es poden afegir i gestionar en veure una pàgina desada.',
|
||||
|
||||
// Revision
|
||||
'revision_delete_confirm' => 'Segur que voleu suprimir aquesta revisió?',
|
||||
@ -383,51 +387,51 @@ return [
|
||||
'revision_cannot_delete_latest' => 'No es pot suprimir la darrera revisió.',
|
||||
|
||||
// Copy view
|
||||
'copy_consider' => 'Please consider the below when copying content.',
|
||||
'copy_consider_permissions' => 'Custom permission settings will not be copied.',
|
||||
'copy_consider_owner' => 'You will become the owner of all copied content.',
|
||||
'copy_consider_images' => 'Page image files will not be duplicated & the original images will retain their relation to the page they were originally uploaded to.',
|
||||
'copy_consider_attachments' => 'Page attachments will not be copied.',
|
||||
'copy_consider_access' => 'A change of location, owner or permissions may result in this content being accessible to those previously without access.',
|
||||
'copy_consider' => 'Tingueu en compte el següent quan copieu contingut.',
|
||||
'copy_consider_permissions' => 'No es copiarà la configuració personalitzada de permisos.',
|
||||
'copy_consider_owner' => 'Esdevindreu el nou propietari de qualsevol contingut copiat.',
|
||||
'copy_consider_images' => 'Els fitxers d’imatge de les pàgines no es duplicaran i les imatges originals mantindran la relació amb la pàgina a la qual es van pujar originalment.',
|
||||
'copy_consider_attachments' => 'No es copiaran les adjuncions de la pàgina.',
|
||||
'copy_consider_access' => 'Un canvi d’ubicació, propietari o permisos pot provocar que aquest contingut esdevingui accessible a públic que abans no n’hi tenia.',
|
||||
|
||||
// Conversions
|
||||
'convert_to_shelf' => 'Convert to Shelf',
|
||||
'convert_to_shelf_contents_desc' => 'You can convert this book to a new shelf with the same contents. Chapters contained within this book will be converted to new books. If this book contains any pages, that are not in a chapter, this book will be renamed and contain such pages, and this book will become part of the new shelf.',
|
||||
'convert_to_shelf_permissions_desc' => 'Any permissions set on this book will be copied to the new shelf and to all new child books that don\'t have their own permissions enforced. Note that permissions on shelves do not auto-cascade to content within, as they do for books.',
|
||||
'convert_book' => 'Convert Book',
|
||||
'convert_book_confirm' => 'Are you sure you want to convert this book?',
|
||||
'convert_undo_warning' => 'This cannot be as easily undone.',
|
||||
'convert_to_book' => 'Convert to Book',
|
||||
'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.',
|
||||
'convert_chapter' => 'Convert Chapter',
|
||||
'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?',
|
||||
'convert_to_shelf' => 'Converteix en prestatge',
|
||||
'convert_to_shelf_contents_desc' => 'Podeu convertir aquest llibre en un prestatge nou amb el mateix contingut. Els capítols continguts en aquest llibre es convertiran en nous lliures. Si aquest llibre conté pàgines que no pertanyin a cap capítol, aquest llibre canviarà de nom i les contindrà, i aquest llibre esdevindrà part del nou prestatge.',
|
||||
'convert_to_shelf_permissions_desc' => 'Qualsevol permís definit en aquest llibre es copiarà al nou prestatge i a tots els nous llibres fills que no tinguin permisos explícits. Tingueu en compte que els permisos dels prestatges no s’hereten automàticament al contingut que continguin de la mateixa manera que passa amb els llibres.',
|
||||
'convert_book' => 'Converteix el llibre',
|
||||
'convert_book_confirm' => 'Segur que voleu convertir aquest llibre?',
|
||||
'convert_undo_warning' => 'No es podrà desfer de manera fàcil.',
|
||||
'convert_to_book' => 'Converteix en llibre',
|
||||
'convert_to_book_desc' => 'Podeu convertir aquest capítol en un llibre nou amb el mateix contingut. Qualsevol permís definit en aquest capítol es copiarà al nou llibre, però qualsevol permís heretat del llibre pare no es copiarà, la qual cosa podria implicar canvis en el control d’accés.',
|
||||
'convert_chapter' => 'Converteix el capítol',
|
||||
'convert_chapter_confirm' => 'Segur que voleu convertir aquest capítol?',
|
||||
|
||||
// References
|
||||
'references' => 'References',
|
||||
'references_none' => 'There are no tracked references to this item.',
|
||||
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.',
|
||||
'references' => 'Referències',
|
||||
'references_none' => 'Ni hi ha cap referència detectada a aquest element.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Watch',
|
||||
'watch_title_default' => 'Default Preferences',
|
||||
'watch_desc_default' => 'Revert watching to just your default notification preferences.',
|
||||
'watch_title_ignore' => 'Ignore',
|
||||
'watch_desc_ignore' => 'Ignore all notifications, including those from user-level preferences.',
|
||||
'watch_title_new' => 'New Pages',
|
||||
'watch_desc_new' => 'Notify when any new page is created within this item.',
|
||||
'watch_title_updates' => 'All Page Updates',
|
||||
'watch_desc_updates' => 'Notify upon all new pages and page changes.',
|
||||
'watch_desc_updates_page' => 'Notify upon all page changes.',
|
||||
'watch_title_comments' => 'All Page Updates & Comments',
|
||||
'watch_desc_comments' => 'Notify upon all new pages, page changes and new comments.',
|
||||
'watch_desc_comments_page' => 'Notify upon page changes and new comments.',
|
||||
'watch_change_default' => 'Change default notification preferences',
|
||||
'watch_detail_ignore' => 'Ignoring notifications',
|
||||
'watch_detail_new' => 'Watching for new pages',
|
||||
'watch_detail_updates' => 'Watching new pages and updates',
|
||||
'watch_detail_comments' => 'Watching new pages, updates & comments',
|
||||
'watch_detail_parent_book' => 'Watching via parent book',
|
||||
'watch_detail_parent_book_ignore' => 'Ignoring via parent book',
|
||||
'watch_detail_parent_chapter' => 'Watching via parent chapter',
|
||||
'watch_detail_parent_chapter_ignore' => 'Ignoring via parent chapter',
|
||||
'watch' => 'Segueix',
|
||||
'watch_title_default' => 'Preferències per defecte',
|
||||
'watch_desc_default' => 'Restableix el seguiment a només les preferències de notificació per defecte.',
|
||||
'watch_title_ignore' => 'Ignora',
|
||||
'watch_desc_ignore' => 'Ignora totes les notificacions, incloent-hi les preferències a nivell d’usuari.',
|
||||
'watch_title_new' => 'Pàgines noves',
|
||||
'watch_desc_new' => 'Notifica’m quan es creï qualsevol pàgina nova dins d’aquest element.',
|
||||
'watch_title_updates' => 'Totes les actualitzacions de pàgines',
|
||||
'watch_desc_updates' => 'Notifica’m totes les pàgines noves i qualsevol canvi de pàgina.',
|
||||
'watch_desc_updates_page' => 'Notifica’m tots els canvis de pàgina.',
|
||||
'watch_title_comments' => 'Totes les actualitzacions de pàgines i comentaris',
|
||||
'watch_desc_comments' => 'Notifica’m totes les pàgines noves, qualsevol canvi de pàgina i comentaris nous.',
|
||||
'watch_desc_comments_page' => 'Notifica’m qualsevol canvi de pàgina i comentaris nous.',
|
||||
'watch_change_default' => 'Canvieu les preferències de notificació per deecte',
|
||||
'watch_detail_ignore' => 'S’ignoren les notificacions',
|
||||
'watch_detail_new' => 'Se segueixen pàgines noves',
|
||||
'watch_detail_updates' => 'Se segueixen pàgines noves i actualitzacions',
|
||||
'watch_detail_comments' => 'Se segueixen pàgines noves, actualitzacions i comentaris',
|
||||
'watch_detail_parent_book' => 'Se segueix mitjançant el llibre pare',
|
||||
'watch_detail_parent_book_ignore' => 'S’ignora mitjançant el llibre pare',
|
||||
'watch_detail_parent_chapter' => 'Se segueix mitjançant el capítol pare',
|
||||
'watch_detail_parent_chapter_ignore' => 'S’ignora mitjançant el capítol pare',
|
||||
];
|
||||
|
@ -6,115 +6,114 @@ return [
|
||||
|
||||
// Permissions
|
||||
'permission' => 'No teniu permís per a accedir a la pàgina sol·licitada.',
|
||||
'permissionJson' => 'No teniu permís per a executar l\'acció sol·licitada.',
|
||||
'permissionJson' => 'No teniu permís per a executar l’acció sol·licitada.',
|
||||
|
||||
// Auth
|
||||
'error_user_exists_different_creds' => 'Ja hi ha un usuari amb l\'adreça electrònica :email però amb credencials diferents.',
|
||||
'email_already_confirmed' => 'L\'adreça electrònica ja està confirmada. Proveu d\'iniciar la sessió.',
|
||||
'email_confirmation_invalid' => 'Aquest testimoni de confirmació no és vàlid o ja ha estat utilitzat. Proveu de tornar-vos a registrar.',
|
||||
'email_confirmation_expired' => 'El testimoni de confirmació ha caducat. S\'ha enviat un nou correu electrònic de confirmació.',
|
||||
'email_confirmation_awaiting' => 'Cal confirmar l\'adreça electrònica del compte que utilitzeu',
|
||||
'ldap_fail_anonymous' => 'L\'accés a l\'LDAP ha fallat fent servir un lligam anònim',
|
||||
'ldap_fail_authed' => 'L\'accés a l\'LDAP ha fallat fent servir els detalls de DN i contrasenya proporcionats',
|
||||
'ldap_extension_not_installed' => 'L\'extensió de l\'LDAP de PHP no està instal·lada',
|
||||
'ldap_cannot_connect' => 'No s\'ha pogut connectar amb el servidor de l\'LDAP, la connexió inicial ha fallat',
|
||||
'error_user_exists_different_creds' => 'Ja hi ha un usuari amb l’adreça electrònica :email però amb credencials diferents.',
|
||||
'email_already_confirmed' => 'L’adreça electrònica ja està confirmada. Proveu d’iniciar la sessió.',
|
||||
'email_confirmation_invalid' => 'Aquest testimoni de confirmació no és vàlid o ja s’ha utilitzat. Proveu de tornar-vos a registrar.',
|
||||
'email_confirmation_expired' => 'El testimoni de confirmació ha caducat. S’ha enviat un nou correu electrònic de confirmació.',
|
||||
'email_confirmation_awaiting' => 'Cal confirmar l’adreça electrònica del compte que utilitzeu',
|
||||
'ldap_fail_anonymous' => 'L’accés a l’LDAP ha fallat fent servir un lligam anònim',
|
||||
'ldap_fail_authed' => 'L’accés a l’LDAP ha fallat fent servir els detalls de DN i contrasenya proporcionats',
|
||||
'ldap_extension_not_installed' => 'L’extensió de l’LDAP del PHP no està instal·lada',
|
||||
'ldap_cannot_connect' => 'No s’ha pogut connectar amb el servidor de l’LDAP, la connexió inicial ha fallat',
|
||||
'saml_already_logged_in' => 'Ja heu iniciat la sessió',
|
||||
'saml_user_not_registered' => 'L\'usuari :name no està registrat i els registres automàtics estan desactivats',
|
||||
'saml_no_email_address' => 'No s\'ha pogut trobar cap adreça electrònica, per a aquest usuari, en les dades proporcionades pel sistema d\'autenticació extern',
|
||||
'saml_invalid_response_id' => 'La petició del sistema d\'autenticació extern no és reconeguda per un procés iniciat per aquesta aplicació. Aquest problema podria ser causat per navegar endarrere després d\'iniciar la sessió.',
|
||||
'saml_fail_authed' => 'L\'inici de sessió fent servir :system ha fallat, el sistema no ha proporcionat una autorització satisfactòria',
|
||||
'oidc_already_logged_in' => 'Already logged in',
|
||||
'oidc_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
|
||||
'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
|
||||
'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
|
||||
'saml_no_email_address' => 'No s’ha pogut trobar cap adreça electrònica per a aquest usuari en les dades proporcionades pel sistema d’autenticació extern',
|
||||
'saml_invalid_response_id' => 'La petició del sistema d’autenticació extern no és reconeguda per un procés iniciat per aquesta aplicació. Aquest problema podria ser causat per navegar endarrere després d’iniciar la sessió.',
|
||||
'saml_fail_authed' => 'L’inici de sessió fent servir :system ha fallat, el sistema no ha proporcionat una autorització satisfactòria',
|
||||
'oidc_already_logged_in' => 'Ja teniu una sessió iniciada',
|
||||
'oidc_user_not_registered' => 'L’usuari :name no està registrat i els registres automàtics estan desactivats',
|
||||
'oidc_no_email_address' => 'No s’ha pogut trobar cap adreça electrònica per a aquest usuari en les dades proporcionades pel sistema d’autenticació extern',
|
||||
'oidc_fail_authed' => 'L’inici de sessió fent servir :system ha fallat, el sistema no ha proporcionat una autorització satisfactòria',
|
||||
'social_no_action_defined' => 'No hi ha cap acció definida',
|
||||
'social_login_bad_response' => "S'ha rebut un error mentre s'iniciava la sessió amb :socialAccount: \n:error",
|
||||
'social_account_in_use' => 'Aquest compte de :socialAccount ja està en ús, proveu d\'iniciar la sessió mitjançant l\'opció de :socialAccount.',
|
||||
'social_account_email_in_use' => 'L\'adreça electrònica :email ja està en ús. Si ja teniu un compte, podeu connectar-hi el vostre compte de :socialAccount a la configuració del vostre perfil.',
|
||||
'social_login_bad_response' => "S’ha rebut un error mentre s’iniciava la sessió amb :socialAccount: \n:error",
|
||||
'social_account_in_use' => 'Aquest compte de :socialAccount ja està en ús, proveu d’iniciar la sessió mitjançant l’opció de :socialAccount.',
|
||||
'social_account_email_in_use' => 'L’adreça electrònica :email ja està en ús. Si ja teniu un compte, podeu connectar-hi el vostre compte de :socialAccount a la configuració del vostre perfil.',
|
||||
'social_account_existing' => 'Aquest compte de :socialAccount ja està associat al vostre perfil.',
|
||||
'social_account_already_used_existing' => 'Aquest compte de :socialAccount ja el fa servir un altre usuari.',
|
||||
'social_account_not_used' => 'Aquest compte de :socialAccount no està associat a cap usuari. Associeu-lo a la configuració del vostre perfil. ',
|
||||
'social_account_register_instructions' => 'Si encara no teniu cap compte, podeu registrar-vos fent servir l\'opció de :socialAccount.',
|
||||
'social_driver_not_found' => 'No s\'ha trobat el controlador social',
|
||||
'social_account_register_instructions' => 'Si encara no teniu cap compte, podeu registrar-vos fent servir l’opció de :socialAccount.',
|
||||
'social_driver_not_found' => 'No s’ha trobat el controlador social',
|
||||
'social_driver_not_configured' => 'La configuració social de :socialAccount no és correcta.',
|
||||
'invite_token_expired' => 'Aquest enllaç d\'invitació ha caducat. Podeu provar de restablir la contrasenya del vostre compte.',
|
||||
'invite_token_expired' => 'Aquest enllaç d’invitació ha caducat. Podeu provar de restablir la contrasenya del vostre compte.',
|
||||
|
||||
// System
|
||||
'path_not_writable' => 'No s\'ha pogut pujar al camí del fitxer :filePath. Assegureu-vos que el servidor hi té permisos d\'escriptura.',
|
||||
'cannot_get_image_from_url' => 'No s\'ha pogut obtenir la imatge de :url',
|
||||
'cannot_create_thumbs' => 'El servidor no pot crear miniatures. Reviseu que tingueu instal·lada l\'extensió GD del PHP.',
|
||||
'server_upload_limit' => 'El servidor no permet pujades d\'aquesta mida. Proveu-ho amb una mida de fitxer més petita.',
|
||||
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
|
||||
'uploaded' => 'El servidor no permet pujades d\'aquesta mida. Proveu-ho amb una mida de fitxer més petita.',
|
||||
'path_not_writable' => 'No s’ha pogut pujar al camí del fitxer :filePath. Assegureu-vos que el servidor hi té permisos d’escriptura.',
|
||||
'cannot_get_image_from_url' => 'No s’ha pogut obtenir la imatge de :url',
|
||||
'cannot_create_thumbs' => 'El servidor no pot crear miniatures. Reviseu que tingueu instal·lada l’extensió GD del PHP.',
|
||||
'server_upload_limit' => 'El servidor no permet pujades d’aquesta mida. Proveu-ho amb una mida de fitxer més petita.',
|
||||
'server_post_limit' => 'El servidor no pot rebre la quantitat de dades que heu proporcionat. Torneu-ho a provar amb menys dades o un fitxer més petit.',
|
||||
'uploaded' => 'El servidor no permet pujades d’aquesta mida. Proveu-ho amb una mida de fitxer més petita.',
|
||||
|
||||
// Drawing & Images
|
||||
'image_upload_error' => 'S\'ha produït un error en pujar la imatge',
|
||||
'image_upload_type_error' => 'El tipus d\'imatge que heu pujat no és vàlid',
|
||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
|
||||
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
|
||||
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
|
||||
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
||||
'image_upload_error' => 'S’ha produït un error en pujar la imatge',
|
||||
'image_upload_type_error' => 'El tipus d’imatge que heu pujat no és vàlid',
|
||||
'image_upload_replace_type' => 'Les substitucions de fitxers d’imatge han de ser el mateix tipus',
|
||||
'image_upload_memory_limit' => 'No s’ha pogut gestionar la pujada de la imatge i/o crear-ne miniatures a causa dels límits dels recursos del sistema.',
|
||||
'image_thumbnail_memory_limit' => 'No s’ha pogut crear les variacions de mida de la imatge a causa dels límits dels recursos del sistema.',
|
||||
'image_gallery_thumbnail_memory_limit' => 'No s’han pogut crear les miniatures de la galeria a causa dels límits dels recursos del sistema.',
|
||||
'drawing_data_not_found' => 'No s’han pogut carregar les dades de dibuix. És possible que el fitxer de dibuix ja no existeixi o que no tingueu permisos per a accedir-hi.',
|
||||
|
||||
// Attachments
|
||||
'attachment_not_found' => 'No s\'ha trobat l\'adjunció',
|
||||
'attachment_upload_error' => 'An error occurred uploading the attachment file',
|
||||
'attachment_not_found' => 'No s’ha trobat l’adjunció',
|
||||
'attachment_upload_error' => 'S’ha produït un error en pujar el fitxer de l’adjunció',
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'No s\'ha pogut desar l\'esborrany. Assegureu-vos que tingueu connexió a Internet abans de desar la pàgina',
|
||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
||||
'page_custom_home_deletion' => 'No es pot suprimir una pàgina mentre estigui definida com a pàgina d\'inici',
|
||||
'page_draft_autosave_fail' => 'No s’ha pogut desar l’esborrany. Assegureu-vos que teniu connexió a Internet abans de desar la pàgina',
|
||||
'page_draft_delete_fail' => 'No s’ha pogut suprimir l’esborrany de la pàgina i obtenir el contingut desat actual de la pàgina',
|
||||
'page_custom_home_deletion' => 'No es pot suprimir una pàgina mentre estigui definida com a pàgina d’inici',
|
||||
|
||||
// Entities
|
||||
'entity_not_found' => 'No s\'ha trobat l\'entitat',
|
||||
'bookshelf_not_found' => 'Shelf not found',
|
||||
'book_not_found' => 'No s\'ha trobat el llibre',
|
||||
'page_not_found' => 'No s\'ha trobat la pàgina',
|
||||
'chapter_not_found' => 'No s\'ha trobat el capítol',
|
||||
'selected_book_not_found' => 'No s\'ha trobat el llibre seleccionat',
|
||||
'selected_book_chapter_not_found' => 'No s\'ha trobat el llibre o el capítol seleccionat',
|
||||
'entity_not_found' => 'No s’ha trobat l’entitat',
|
||||
'bookshelf_not_found' => 'No s’ha trobat el prestatge',
|
||||
'book_not_found' => 'No s’ha trobat el llibre',
|
||||
'page_not_found' => 'No s’ha trobat la pàgina',
|
||||
'chapter_not_found' => 'No s’ha trobat el capítol',
|
||||
'selected_book_not_found' => 'No s’ha trobat el llibre seleccionat',
|
||||
'selected_book_chapter_not_found' => 'No s’ha trobat el llibre o el capítol seleccionat',
|
||||
'guests_cannot_save_drafts' => 'Els convidats no poden desar esborranys',
|
||||
|
||||
// Users
|
||||
'users_cannot_delete_only_admin' => 'No podeu suprimir l\'únic administrador',
|
||||
'users_cannot_delete_guest' => 'No podeu suprimir l\'usuari convidat',
|
||||
'users_cannot_delete_only_admin' => 'No podeu suprimir l’únic administrador',
|
||||
'users_cannot_delete_guest' => 'No podeu suprimir l’usuari convidat',
|
||||
|
||||
// Roles
|
||||
'role_cannot_be_edited' => 'Aquest rol no es pot editar',
|
||||
'role_system_cannot_be_deleted' => 'Aquest rol és un rol del sistema i no es pot suprimir',
|
||||
'role_registration_default_cannot_delete' => 'No es pot suprimir aquest rol mentre estigui definit com a rol per defecte dels registres',
|
||||
'role_cannot_remove_only_admin' => 'Aquest usuari és l\'únic usuari assignat al rol d\'administrador. Assigneu el rol d\'administrador a un altre usuari abans de provar de suprimir aquest.',
|
||||
'role_cannot_remove_only_admin' => 'Aquest usuari és l’únic usuari assignat al rol d’administrador. Assigneu el rol d’administrador a un altre usuari abans de provar de suprimir aquest.',
|
||||
|
||||
// Comments
|
||||
'comment_list' => 'S\'ha produït un error en obtenir els comentaris.',
|
||||
'comment_list' => 'S’ha produït un error en obtenir els comentaris.',
|
||||
'cannot_add_comment_to_draft' => 'No podeu afegir comentaris a un esborrany.',
|
||||
'comment_add' => 'S\'ha produït un error en afegir o actualitzar el comentari.',
|
||||
'comment_delete' => 'S\'ha produït un error en suprimir el comentari.',
|
||||
'comment_add' => 'S’ha produït un error en afegir o actualitzar el comentari.',
|
||||
'comment_delete' => 'S’ha produït un error en suprimir el comentari.',
|
||||
'empty_comment' => 'No podeu afegir un comentari buit.',
|
||||
|
||||
// Error pages
|
||||
'404_page_not_found' => 'No s\'ha trobat la pàgina',
|
||||
'404_page_not_found' => 'No s’ha trobat la pàgina',
|
||||
'sorry_page_not_found' => 'No hem pogut trobar la pàgina que cerqueu.',
|
||||
'sorry_page_not_found_permission_warning' => 'Si esperàveu que existís, és possible que no tingueu permisos per a veure-la.',
|
||||
'image_not_found' => 'Image Not Found',
|
||||
'image_not_found_subtitle' => 'Sorry, The image file you were looking for could not be found.',
|
||||
'image_not_found_details' => 'If you expected this image to exist it might have been deleted.',
|
||||
'return_home' => 'Torna a l\'inici',
|
||||
'error_occurred' => 'S\'ha produït un error',
|
||||
'image_not_found' => 'No s’ha trobat la imatge',
|
||||
'image_not_found_subtitle' => 'No ha estat possible trobar el fitxer de la imatge que cerqueu.',
|
||||
'image_not_found_details' => 'Si esperàveu que existís, és possible que s’hagi suprimit.',
|
||||
'return_home' => 'Torna a l’inici',
|
||||
'error_occurred' => 'S’ha produït un error',
|
||||
'app_down' => ':appName està fora de servei en aquests moments',
|
||||
'back_soon' => 'Tornarà a estar disponible aviat.',
|
||||
|
||||
// API errors
|
||||
'api_no_authorization_found' => 'No s\'ha trobat cap testimoni d\'autorització a la petició',
|
||||
'api_bad_authorization_format' => 'S\'ha trobat un testimoni d\'autorització a la petició però el format sembla erroni',
|
||||
'api_user_token_not_found' => 'No s\'ha trobat cap testimoni d\'API per al testimoni d\'autorització proporcionat',
|
||||
'api_incorrect_token_secret' => 'El secret proporcionat per al testimoni d\'API proporcionat és incorrecte',
|
||||
'api_user_no_api_permission' => 'El propietari del testimoni d\'API utilitzat no té permís per a fer crides a l\'API',
|
||||
'api_user_token_expired' => 'El testimoni d\'autorització utilitzat ha caducat',
|
||||
'api_no_authorization_found' => 'No s’ha trobat cap testimoni d’autorització a la petició',
|
||||
'api_bad_authorization_format' => 'S’ha trobat un testimoni d’autorització a la petició, però el format sembla erroni',
|
||||
'api_user_token_not_found' => 'No s’ha trobat cap testimoni de l’API per al testimoni d’autorització proporcionat',
|
||||
'api_incorrect_token_secret' => 'El secret proporcionat per al testimoni de l’API proporcionat és incorrecte',
|
||||
'api_user_no_api_permission' => 'El propietari del testimoni de l’API utilitzat no té permís per a fer crides a l’API',
|
||||
'api_user_token_expired' => 'El testimoni d’autorització utilitzat ha caducat',
|
||||
|
||||
// Settings & Maintenance
|
||||
'maintenance_test_email_failure' => 'S\'ha produït un error en enviar un correu electrònic de prova:',
|
||||
'maintenance_test_email_failure' => 'S’ha produït un error en enviar un correu electrònic de prova:',
|
||||
|
||||
// HTTP errors
|
||||
'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts',
|
||||
'http_ssr_url_no_match' => 'L’URL no coincideix amb els amfitrions SSR permesos segons la configuració',
|
||||
];
|
||||
|
@ -4,23 +4,24 @@
|
||||
*/
|
||||
return [
|
||||
|
||||
'new_comment_subject' => 'New comment on page: :pageName',
|
||||
'new_comment_intro' => 'A user has commented on a page in :appName:',
|
||||
'new_page_subject' => 'New page: :pageName',
|
||||
'new_page_intro' => 'A new page has been created in :appName:',
|
||||
'updated_page_subject' => 'Updated page: :pageName',
|
||||
'updated_page_intro' => 'A page has been updated in :appName:',
|
||||
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
|
||||
'new_comment_subject' => 'Comentari nou a la pàgina :pageName',
|
||||
'new_comment_intro' => 'Un usuari ha comentat en una pàgina de :appName:',
|
||||
'new_page_subject' => 'Pàgina nova: :pageName',
|
||||
'new_page_intro' => 'S’ha creat una pàgina nova a :appName:',
|
||||
'updated_page_subject' => 'Pàgina actualitzada: :pageName',
|
||||
'updated_page_intro' => 'S’ha actualitzat una pàgina a :appName:',
|
||||
'updated_page_debounce' => 'Per a evitar les notificacions massives, no us enviarem notificacions si hi ha més edicions en aquesta pàgina fetes pel mateix editor.',
|
||||
|
||||
'detail_page_name' => 'Page Name:',
|
||||
'detail_commenter' => 'Commenter:',
|
||||
'detail_comment' => 'Comment:',
|
||||
'detail_created_by' => 'Created By:',
|
||||
'detail_updated_by' => 'Updated By:',
|
||||
'detail_page_name' => 'Nom de la pàgina:',
|
||||
'detail_page_path' => 'Camí de la pàgina:',
|
||||
'detail_commenter' => 'Autor del comentari:',
|
||||
'detail_comment' => 'Comentari:',
|
||||
'detail_created_by' => 'Creat per:',
|
||||
'detail_updated_by' => 'Actualitzat per:',
|
||||
|
||||
'action_view_comment' => 'View Comment',
|
||||
'action_view_page' => 'View Page',
|
||||
'action_view_comment' => 'Mostra el comentari',
|
||||
'action_view_page' => 'Mostra la pàgina',
|
||||
|
||||
'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.',
|
||||
'footer_reason_link' => 'your notification preferences',
|
||||
'footer_reason' => 'Rebeu aquesta notificació perquè :link cobreixen aquest tipus d’activitat en aquest element.',
|
||||
'footer_reason_link' => 'les vostres preferències de notificacions',
|
||||
];
|
||||
|
@ -6,10 +6,10 @@
|
||||
*/
|
||||
return [
|
||||
|
||||
'password' => 'Les contrasenyes han de tenir com a mínim vuit caràcters i la confirmació ha de coincidir.',
|
||||
'user' => "No s'ha trobat cap usuari amb aquest correu electrònic.",
|
||||
'token' => 'El token de restabliment de contrasenya no és vàlid per aquest correu electrònic.',
|
||||
'sent' => 'T\'hem enviat un enllaç per a restablir la contrasenya!',
|
||||
'reset' => 'S\'ha restablert la teva contrasenya!',
|
||||
'password' => 'Les contrasenyes han de tenir almenys vuit caràcters i coincidir amb la confirmació.',
|
||||
'user' => "No s’ha trobat cap usuari amb aquesta adreça electrònica.",
|
||||
'token' => 'El testimoni de restabliment de la contrasenya no és vàlid per a aquesta adreça electrònica.',
|
||||
'sent' => 'Us hem enviat un enllaç per a restablir la contrasenya!',
|
||||
'reset' => 'S’ha restablert la contrasenya!',
|
||||
|
||||
];
|
||||
|
@ -5,47 +5,47 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'my_account' => 'My Account',
|
||||
'my_account' => 'El meu compte',
|
||||
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcuts_interface' => 'UI Shortcut Preferences',
|
||||
'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.',
|
||||
'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.',
|
||||
'shortcuts_toggle_label' => 'Keyboard shortcuts enabled',
|
||||
'shortcuts_section_navigation' => 'Navigation',
|
||||
'shortcuts_section_actions' => 'Common Actions',
|
||||
'shortcuts_save' => 'Save Shortcuts',
|
||||
'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.',
|
||||
'shortcuts_update_success' => 'Shortcut preferences have been updated!',
|
||||
'shortcuts_overview_desc' => 'Manage keyboard shortcuts you can use to navigate the system user interface.',
|
||||
'shortcuts' => 'Dreceres',
|
||||
'shortcuts_interface' => 'Preferències de les dreceres de la interfície d’usuari',
|
||||
'shortcuts_toggle_desc' => 'Aquí podeu activar o desactivar les dreceres de teclat de la interfície del sistema, que s’utilitzen per a la navegació i les accions.',
|
||||
'shortcuts_customize_desc' => 'Podeu personalitzar cadascuna de les dreceres següents. Premeu la combinació de tecles desitjada després de seleccionar la casella d’una drecera.',
|
||||
'shortcuts_toggle_label' => 'Dreceres de teclat activades',
|
||||
'shortcuts_section_navigation' => 'Navegació',
|
||||
'shortcuts_section_actions' => 'Accions habituals',
|
||||
'shortcuts_save' => 'Desa les dreceres',
|
||||
'shortcuts_overlay_desc' => 'Nota: Quan s’activen les dreceres, hi ha una interfície d’ajuda disponible en prémer «?» que destaca les dreceres disponibles per a accions visibles actualment a la pantalla.',
|
||||
'shortcuts_update_success' => 'S’han actualitzat les preferències de les dreceres!',
|
||||
'shortcuts_overview_desc' => 'Gestioneu les dreceres de teclat que podeu utilitzar per a navegar per la interfície d’usuari del sistema.',
|
||||
|
||||
'notifications' => 'Notification Preferences',
|
||||
'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.',
|
||||
'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own',
|
||||
'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own',
|
||||
'notifications_opt_comment_replies' => 'Notify upon replies to my comments',
|
||||
'notifications_save' => 'Save Preferences',
|
||||
'notifications_update_success' => 'Notification preferences have been updated!',
|
||||
'notifications_watched' => 'Watched & Ignored Items',
|
||||
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
||||
'notifications' => 'Preferències de notificació',
|
||||
'notifications_desc' => 'Controleu les notificacions per correu electrònic que rebeu quan es fan certes activitats dins del sistema.',
|
||||
'notifications_opt_own_page_changes' => 'Notifica’m quan hi hagi canvis a pàgines de les quals sóc propietari',
|
||||
'notifications_opt_own_page_comments' => 'Notifica’m quan hi hagi comentaris a pàgines de les quals sóc propietari',
|
||||
'notifications_opt_comment_replies' => 'Notifica’m quan hi hagi respostes als meus comentaris',
|
||||
'notifications_save' => 'Desa les preferències',
|
||||
'notifications_update_success' => 'S’han actualitzat les preferències de notificacions!',
|
||||
'notifications_watched' => 'Elements seguits i ignorats',
|
||||
'notifications_watched_desc' => ' A continuació hi ha els elements que tenen aplicades preferències de seguiment personalitzades. Per a actualitzar-ne les preferències, consulteu l’element i seleccioneu les opcions de seguiment a la barra lateral.',
|
||||
|
||||
'auth' => 'Access & Security',
|
||||
'auth_change_password' => 'Change Password',
|
||||
'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.',
|
||||
'auth_change_password_success' => 'Password has been updated!',
|
||||
'auth' => 'Accés i seguretat',
|
||||
'auth_change_password' => 'Canvia la contrasenya',
|
||||
'auth_change_password_desc' => 'Canvieu la contrasenya que feu servir per a iniciar la sessió a l’aplicació. Cal que tingui un mínim de 8 caràcters.',
|
||||
'auth_change_password_success' => 'S’ha actualitzat la contrasenya!',
|
||||
|
||||
'profile' => 'Profile Details',
|
||||
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
||||
'profile_view_public' => 'View Public Profile',
|
||||
'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.',
|
||||
'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.',
|
||||
'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.',
|
||||
'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.',
|
||||
'profile_admin_options' => 'Administrator Options',
|
||||
'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.',
|
||||
'profile' => 'Detalls del perfil',
|
||||
'profile_desc' => 'Gestioneu els detalls del vostre compte, que us representa davant d’altres usuaris, i també els detalls que s’utilitzen per a la comunicació i la personalització del sistema.',
|
||||
'profile_view_public' => 'Mostra el perfil públic',
|
||||
'profile_name_desc' => 'Configureu el vostre nom públic, que és visible als altres usuaris del sistema a través de les activitats que realitzeu i del contingut del qual sou propietari.',
|
||||
'profile_email_desc' => 'Aquest correu s’utilitza per a notificacions i, depenent de l’autenticació activa del sistema, per a l’accés al sistema.',
|
||||
'profile_email_no_permission' => 'Malauradament, no teniu permisos per a canviar l’adreça electrònica. Si voleu canviar-la, caldrà que demaneu a un administrador que us faci el canvi.',
|
||||
'profile_avatar_desc' => 'Seleccioneu una imatge que us representarà davant d’altres usuaris del sistema. Idealment, aquesta imatge hauria de ser un quadrat de 256 px d’alçada i d’amplada.',
|
||||
'profile_admin_options' => 'Opcions d’administració',
|
||||
'profile_admin_options_desc' => 'Podeu trobar opcions de nivell d’administració addicionals del vostre compte, com ara les que permeten gestionar les assignacions de rols, a l’àrea de l’aplicació «Configuració > Usuaris».',
|
||||
|
||||
'delete_account' => 'Delete Account',
|
||||
'delete_my_account' => 'Delete My Account',
|
||||
'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.',
|
||||
'delete_my_account_warning' => 'Are you sure you want to delete your account?',
|
||||
'delete_account' => 'Suprimeix el compte',
|
||||
'delete_my_account' => 'Suprimeix el meu compte',
|
||||
'delete_my_account_desc' => 'Se suprimirà completament el vostre compte d’usuari del sistema. No podreu recuperar aquest compte ni revertir aquesta acció. El contingut que hàgiu creat, com ara les pàgines creades o les imatges pujades, es mantindrà.',
|
||||
'delete_my_account_warning' => 'Segur que voleu suprimir el vostre compte?',
|
||||
];
|
||||
|
@ -9,51 +9,51 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Configuració',
|
||||
'settings_save' => 'Desa la configuració',
|
||||
'system_version' => 'System Version',
|
||||
'system_version' => 'Versió del sistema',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Personalització',
|
||||
'app_features_security' => 'Funcionalitats i seguretat',
|
||||
'app_name' => 'Nom de l\'aplicació',
|
||||
'app_name' => 'Nom de l’aplicació',
|
||||
'app_name_desc' => 'Aquest nom es mostra a la capçalera i en tots els correus electrònics enviats pel sistema.',
|
||||
'app_name_header' => 'Mostra el nom a la capçalera',
|
||||
'app_public_access' => 'Accés públic',
|
||||
'app_public_access_desc' => 'Si activeu aquesta opció, es permetrà que els visitants que no hagin iniciat la sessió accedeixin al contingut de la vostra instància del BookStack.',
|
||||
'app_public_access_desc_guest' => 'Podeu controlar l\'accés dels visitants públics amb l\'usuari "Convidat".',
|
||||
'app_public_access_toggle' => 'Permet l\'accés públic',
|
||||
'app_public_access_desc_guest' => 'Podeu controlar l’accés dels visitants públics amb l’usuari «Convidat».',
|
||||
'app_public_access_toggle' => 'Permet l’accés públic',
|
||||
'app_public_viewing' => 'Voleu permetre la visualització pública?',
|
||||
'app_secure_images' => 'Pujades d\'imatges amb més seguretat',
|
||||
'app_secure_images_toggle' => 'Activa les pujades d\'imatges amb més seguretat',
|
||||
'app_secure_images_desc' => 'Per motius de rendiment, totes les imatges són públiques. Aquesta opció afegeix una cadena aleatòria i difícil d\'endevinar al davant dels URL d\'imatges. Assegureu-vos que els índexs de directoris no estiguin activats per a evitar-hi l\'accés de manera fàcil.',
|
||||
'app_default_editor' => 'Default Page Editor',
|
||||
'app_default_editor_desc' => 'Select which editor will be used by default when editing new pages. This can be overridden at a page level where permissions allow.',
|
||||
'app_secure_images' => 'Pujades d’imatges amb més seguretat',
|
||||
'app_secure_images_toggle' => 'Activa les pujades d’imatges amb més seguretat',
|
||||
'app_secure_images_desc' => 'Per motius de rendiment, totes les imatges són públiques. Aquesta opció afegeix una cadena aleatòria i difícil d’endevinar al davant dels URL d’imatges. Assegureu-vos que els índexs de directoris no estiguin activats per a evitar-hi l’accés de manera fàcil.',
|
||||
'app_default_editor' => 'Editor de pàgines per defecte',
|
||||
'app_default_editor_desc' => 'Seleccioneu quin editor es farà servir per defecte en editar pàgines noves. Es pot canviar a nivell de pàgina si els permisos ho permeten.',
|
||||
'app_custom_html' => 'Contingut personalitzat a la capçalera HTML',
|
||||
'app_custom_html_desc' => 'Aquí podeu afegir contingut que s\'inserirà a la part final de la secció <head> de cada pàgina. És útil per a sobreescriure estils o afegir-hi codi d\'analítiques.',
|
||||
'app_custom_html_desc' => 'Aquí podeu afegir contingut que s’inserirà a la part final de la secció <head> de cada pàgina. És útil per a sobreescriure estils o afegir-hi codi d’analítiques.',
|
||||
'app_custom_html_disabled_notice' => 'El contingut personalitzat a la capçalera HTML es desactiva en aquesta pàgina de la configuració per a assegurar que qualsevol canvi que trenqui el web es pugui desfer.',
|
||||
'app_logo' => 'Logo de l\'aplicació',
|
||||
'app_logo_desc' => 'This is used in the application header bar, among other areas. This image should be 86px in height. Large images will be scaled down.',
|
||||
'app_icon' => 'Application Icon',
|
||||
'app_icon_desc' => 'This icon is used for browser tabs and shortcut icons. This should be a 256px square PNG image.',
|
||||
'app_homepage' => 'Pàgina d\'inici de l\'aplicació',
|
||||
'app_homepage_desc' => 'Seleccioneu la visualització que es mostrarà a la pàgina d\'inici en lloc de la visualització per defecte. Els permisos de pàgines s\'ignoraran per a les pàgines seleccionades.',
|
||||
'app_logo' => 'Logo de l’aplicació',
|
||||
'app_logo_desc' => 'Es fa servir a la barra de la capçalera de l’aplicació, a banda d’altres zones. Aquesta imatge ha de fer 86 px d’alçada. Les imatges massa grosses es reduiran.',
|
||||
'app_icon' => 'Icona de l’aplicació',
|
||||
'app_icon_desc' => 'Aquesta icona es fa servir a la pestanya del navegador i a les icones de les dreceres. Hauria de ser una imatge PNG quadrada de 256 px.',
|
||||
'app_homepage' => 'Pàgina d’inici de l’aplicació',
|
||||
'app_homepage_desc' => 'Seleccioneu la visualització que es mostrarà a la pàgina d’inici en lloc de la visualització per defecte. Els permisos de pàgines s’ignoraran per a les pàgines seleccionades.',
|
||||
'app_homepage_select' => 'Selecciona una pàgina',
|
||||
'app_footer_links' => 'Enllaços al peu de pàgina',
|
||||
'app_footer_links_desc' => 'Afegiu enllaços que es mostraran al peu de pàgina del lloc. Es mostraran a la part inferior de la majoria de pàgines, incloent-hi les que no requereixen iniciar la sessió. Podeu utilitzar l\'etiqueta "trans::<clau>" per a fer servir traduccions definides pel sistema. Per exemple, si feu servir "trans::common.privacy_policy", es mostrarà el text traduït "Política de privadesa", i amb "trans::common.terms_of_service" es mostrarà el text traduït "Condicions del servei".',
|
||||
'app_footer_links_label' => 'Etiqueta de l\'enllaç',
|
||||
'app_footer_links_url' => 'URL de l\'enllaç',
|
||||
'app_footer_links_desc' => 'Afegiu enllaços que es mostraran al peu de pàgina del lloc. Es mostraran a la part inferior de la majoria de pàgines, incloent-hi les que no requereixen iniciar la sessió. Podeu utilitzar l’etiqueta «trans::<clau>» per a fer servir traduccions definides pel sistema. Per exemple, si feu servir «trans::common.privacy_policy», es mostrarà el text traduït «Política de privadesa», i amb «trans::common.terms_of_service» es mostrarà el text traduït «Condicions del servei».',
|
||||
'app_footer_links_label' => 'Etiqueta de l’enllaç',
|
||||
'app_footer_links_url' => 'URL de l’enllaç',
|
||||
'app_footer_links_add' => 'Afegeix un enllaç al peu de pàgina',
|
||||
'app_disable_comments' => 'Desactiva els comentaris',
|
||||
'app_disable_comments_toggle' => 'Desactiva els comentaris',
|
||||
'app_disable_comments_desc' => 'Desactiva els comentaris a totes les pàgines de l\'aplicació. <br> Els comentaris existents no es mostraran.',
|
||||
'app_disable_comments_desc' => 'Desactiva els comentaris a totes les pàgines de l’aplicació. <br> Els comentaris existents no es mostraran.',
|
||||
|
||||
// Color settings
|
||||
'color_scheme' => 'Application Color Scheme',
|
||||
'color_scheme_desc' => 'Set the colors to use in the application user interface. Colors can be configured separately for dark and light modes to best fit the theme and ensure legibility.',
|
||||
'ui_colors_desc' => 'Set the application primary color and default link color. The primary color is mainly used for the header banner, buttons and interface decorations. The default link color is used for text-based links and actions, both within written content and in the application interface.',
|
||||
'app_color' => 'Primary Color',
|
||||
'link_color' => 'Default Link Color',
|
||||
'content_colors_desc' => 'Set colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
|
||||
'color_scheme' => 'Esquema de colors de l’aplicació',
|
||||
'color_scheme_desc' => 'Definiu els colors que s’utilitzaran a la interfície d’usuari de l’aplicació. Els colors es poden configurar de manera separada per als modes fosc i clar perquè encaixin millor amb el tema i n’assegurin la llegibilitat.',
|
||||
'ui_colors_desc' => 'Definiu el color primari de l’aplicació i el color per defecte dels enllaços. El color primari es fa servir sobretot per a la capçalera, els botons i la decoració de la interfície. El color per defecte dels enllaços s’utilitza per als enllaços de text i les accions, tant al contingut escrit com a la interfície de l’aplicació.',
|
||||
'app_color' => 'Color primari',
|
||||
'link_color' => 'Color per defecte dels enllaços',
|
||||
'content_colors_desc' => 'Definiu els colors per a tots els elements de la jerarquia d’organització de pàgines. És recomanable triar colors amb una brillantor similar a la dels colors per defecte per a millorar la llegibilitat.',
|
||||
'bookshelf_color' => 'Color dels prestatges',
|
||||
'book_color' => 'Color dels llibres',
|
||||
'chapter_color' => 'Color dels capítols',
|
||||
@ -62,46 +62,46 @@ return [
|
||||
|
||||
// Registration Settings
|
||||
'reg_settings' => 'Registre',
|
||||
'reg_enable' => 'Activa el registre d\'usuaris',
|
||||
'reg_enable_toggle' => 'Activa el registre d\'usuaris',
|
||||
'reg_enable_desc' => 'Si els registres estan activats, els usuaris podran registrar-se ells mateixos com a usuaris de l\'aplicació. Un cop registrats, se\'ls assigna un únic rol d\'usuari per defecte.',
|
||||
'reg_default_role' => 'Rol d\'usuari per defecte en registrar-se',
|
||||
'reg_enable_external_warning' => 'L\'opció anterior s\'ignora quan hi ha activada l\'autenticació SAML o LDAP externa. Els comptes d\'usuari de membres inexistents es creada automàticament si l\'autenticació contra el sistema extern és satisfactòria.',
|
||||
'reg_enable' => 'Activa el registre d’usuaris',
|
||||
'reg_enable_toggle' => 'Activa el registre d’usuaris',
|
||||
'reg_enable_desc' => 'Si els registres estan activats, els usuaris podran registrar-se ells mateixos com a usuaris de l’aplicació. Un cop registrats, se’ls assigna un únic rol d’usuari per defecte.',
|
||||
'reg_default_role' => 'Rol d’usuari per defecte en registrar-se',
|
||||
'reg_enable_external_warning' => 'L’opció anterior s’ignora quan hi ha activada l’autenticació SAML o LDAP externa. Els comptes d’usuari de membres inexistents es crearan automàticament si l’autenticació contra el sistema extern és satisfactòria.',
|
||||
'reg_email_confirmation' => 'Confirmació de correu electrònic',
|
||||
'reg_email_confirmation_toggle' => 'Requereix la confirmació per correu electrònic',
|
||||
'reg_confirm_email_desc' => 'Si s\'utilitza la restricció de dominis, serà obligatòria la confirmació per correu electrònic, i s\'ignorarà aquesta opció.',
|
||||
'reg_confirm_email_desc' => 'Si s’utilitza la restricció de dominis, serà obligatòria la confirmació per correu electrònic, i s’ignorarà aquesta opció.',
|
||||
'reg_confirm_restrict_domain' => 'Restricció de dominis',
|
||||
'reg_confirm_restrict_domain_desc' => 'Introduïu una llista separada per comes de dominis de correu electrònic als quals voleu restringir els registres. S\'enviarà un correu electrònic als usuaris perquè confirmin la seva adreça abans de permetre\'ls interactuar amb l\'aplicació. <br> Tingueu en compte que els usuaris podran canviar les seves adreces electròniques després de registrar-se correctament.',
|
||||
'reg_confirm_restrict_domain_desc' => 'Introduïu una llista separada per comes de dominis de correu electrònic als quals voleu restringir els registres. S’enviarà un correu electrònic als usuaris perquè confirmin la seva adreça abans de permetre’ls interactuar amb l’aplicació. <br> Tingueu en compte que els usuaris podran canviar les seves adreces electròniques després de registrar-se correctament.',
|
||||
'reg_confirm_restrict_domain_placeholder' => 'No hi ha cap restricció',
|
||||
|
||||
// Maintenance settings
|
||||
'maint' => 'Manteniment',
|
||||
'maint_image_cleanup' => 'Neteja les imatges',
|
||||
'maint_image_cleanup_desc' => 'Escaneja el contingut de les pàgines i les revisions per a comprovar quines imatges i diagrames estan en ús actualment i quines imatges són redundants. Assegureu-vos de crear una còpia de seguretat completa de la base de dades i de les imatges abans d\'executar això.',
|
||||
'maint_image_cleanup_desc' => 'Escaneja el contingut de les pàgines i les revisions per a comprovar quines imatges i diagrames estan en ús actualment i quines imatges són redundants. Assegureu-vos de crear una còpia de seguretat completa de la base de dades i de les imatges abans d’executar això.',
|
||||
'maint_delete_images_only_in_revisions' => 'Suprimeix també les imatges que només existeixin en revisions antigues de pàgines',
|
||||
'maint_image_cleanup_run' => 'Executa la neteja',
|
||||
'maint_image_cleanup_warning' => 'S\'han trobat :count imatges potencialment no utilitzades. Segur que voleu suprimir aquestes imatges?',
|
||||
'maint_image_cleanup_success' => 'S\'han trobat i suprimit :count imatges potencialment no utilitzades!',
|
||||
'maint_image_cleanup_nothing_found' => 'No s\'ha trobat cap imatge no utilitzada, i no s\'ha suprimit res!',
|
||||
'maint_image_cleanup_warning' => 'S’han trobat :count imatges potencialment no utilitzades. Segur que voleu suprimir aquestes imatges?',
|
||||
'maint_image_cleanup_success' => 'S’han trobat i suprimit :count imatges potencialment no utilitzades!',
|
||||
'maint_image_cleanup_nothing_found' => 'No s’ha trobat cap imatge no utilitzada, així que no s’ha suprimit res!',
|
||||
'maint_send_test_email' => 'Envia un correu electrònic de prova',
|
||||
'maint_send_test_email_desc' => 'Envia un correu electrònic de prova a l\'adreça electrònica que hàgiu especificat al perfil.',
|
||||
'maint_send_test_email_desc' => 'Envia un correu electrònic de prova a l’adreça electrònica que hàgiu especificat al perfil.',
|
||||
'maint_send_test_email_run' => 'Envia el correu electrònic de prova',
|
||||
'maint_send_test_email_success' => 'S\'ha enviat el correu electrònic a :address',
|
||||
'maint_send_test_email_success' => 'S’ha enviat el correu electrònic a :address',
|
||||
'maint_send_test_email_mail_subject' => 'Correu electrònic de prova',
|
||||
'maint_send_test_email_mail_greeting' => 'El lliurament de correus electrònics sembla que funciona!',
|
||||
'maint_send_test_email_mail_text' => 'Enhorabona! Com que heu rebut aquesta notificació per correu electrònic, la vostra configuració del correu electrònic sembla que està ben configurada.',
|
||||
'maint_recycle_bin_desc' => 'Els prestatges, llibres, capítols i pàgines eliminats s\'envien a la paperera de reciclatge perquè es puguin restaurar o suprimir de manera permanent. Pot ser que els elements més antics de la paperera de reciclatge se suprimeixin automàticament després d\'un temps, depenent de la configuració del sistema.',
|
||||
'maint_recycle_bin_desc' => 'Els prestatges, llibres, capítols i pàgines suprimits s’envien a la paperera de reciclatge perquè es puguin restaurar o suprimir de manera permanent. Pot ser que els elements més antics de la paperera de reciclatge se suprimeixin automàticament després d’un temps, depenent de la configuració del sistema.',
|
||||
'maint_recycle_bin_open' => 'Obre la paperera de reciclatge',
|
||||
'maint_regen_references' => 'Regenerate References',
|
||||
'maint_regen_references_desc' => 'This action will rebuild the cross-item reference index within the database. This is usually handled automatically but this action can be useful to index old content or content added via unofficial methods.',
|
||||
'maint_regen_references_success' => 'Reference index has been regenerated!',
|
||||
'maint_timeout_command_note' => 'Note: This action can take time to run, which can lead to timeout issues in some web environments. As an alternative, this action be performed using a terminal command.',
|
||||
'maint_regen_references' => 'Regenera les referències',
|
||||
'maint_regen_references_desc' => 'Aquesta acció reconstruirà l’índex de referències entre elements de la base de dades. Normalment es gestiona automàticament, però aquesta acció pot ser útil per a indexar contingut antic o contingut afegit mitjançant mètodes no oficials.',
|
||||
'maint_regen_references_success' => 'L’índex de referències s’ha regenerat!',
|
||||
'maint_timeout_command_note' => 'Nota: Aquesta acció pot trigar estona a executar-se, la qual cosa pot provocar errors de temps d’expera excedits en alguns entorns web. Com a alternativa, podeu executar aquesta acció en una ordre al terminal.',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin' => 'Paperera de reciclatge',
|
||||
'recycle_bin_desc' => 'Aquí podeu restaurar els elements que hàgiu suprimit o triar suprimir-los del sistema de manera permanent. Aquesta llista no té cap filtre, al contrari que altres llistes d\'activitat similars en què es tenen en compte els filtres de permisos.',
|
||||
'recycle_bin_desc' => 'Aquí podeu restaurar els elements que hàgiu suprimit o triar suprimir-los del sistema de manera permanent. Aquesta llista no té cap filtre, al contrari que altres llistes d’activitat similars en què es tenen en compte els filtres de permisos.',
|
||||
'recycle_bin_deleted_item' => 'Element suprimit',
|
||||
'recycle_bin_deleted_parent' => 'Parent',
|
||||
'recycle_bin_deleted_parent' => 'Pare',
|
||||
'recycle_bin_deleted_by' => 'Suprimit per',
|
||||
'recycle_bin_deleted_at' => 'Moment de la supressió',
|
||||
'recycle_bin_permanently_delete' => 'Suprimeix permanentment',
|
||||
@ -112,63 +112,63 @@ return [
|
||||
'recycle_bin_destroy_confirm' => 'Aquesta acció suprimirà del sistema de manera permanent aquest element, juntament amb tots els elements fills que es llisten a sota, i no podreu restaurar aquest contingut. Segur que voleu suprimir de manera permanent aquest element?',
|
||||
'recycle_bin_destroy_list' => 'Elements que es destruiran',
|
||||
'recycle_bin_restore_list' => 'Elements que es restauraran',
|
||||
'recycle_bin_restore_confirm' => 'Aquesta acció restaurarà l\'element suprimit, incloent-hi tots els elements fills, a la seva ubicació original. Si la ubicació original ha estat suprimida, i ara és a la paperera de reciclatge, caldrà que també en restaureu l\'element pare.',
|
||||
'recycle_bin_restore_deleted_parent' => 'El pare d\'aquest element també ha estat suprimit. L\'element es mantindrà suprimit fins que el pare també es restauri.',
|
||||
'recycle_bin_restore_parent' => 'Restore Parent',
|
||||
'recycle_bin_destroy_notification' => 'S\'han suprimit :count elements en total de la paperera de reciclatge.',
|
||||
'recycle_bin_restore_notification' => 'S\'han restaurat :count elements en total de la paperera de reciclatge.',
|
||||
'recycle_bin_restore_confirm' => 'Aquesta acció restaurarà l’element suprimit, incloent-hi tots els elements fills, a la seva ubicació original. Si la ubicació original ha estat suprimida, i ara és a la paperera de reciclatge, caldrà que també en restaureu l’element pare.',
|
||||
'recycle_bin_restore_deleted_parent' => 'El pare d’aquest element també ha estat suprimit. L’element es mantindrà suprimit fins que el pare també es restauri.',
|
||||
'recycle_bin_restore_parent' => 'Restaura’n el pare',
|
||||
'recycle_bin_destroy_notification' => 'S’han suprimit :count elements en total de la paperera de reciclatge.',
|
||||
'recycle_bin_restore_notification' => 'S’han restaurat :count elements en total de la paperera de reciclatge.',
|
||||
|
||||
// Audit Log
|
||||
'audit' => 'Registre d\'auditoria',
|
||||
'audit_desc' => 'Aquest registre d\'auditoria mostra una llista d\'activitats registrades al sistema. Aquesta llista no té cap filtre, al contrari que altres llistes d\'activitat similars en què es tenen en compte els filtres de permisos.',
|
||||
'audit_event_filter' => 'Filtre d\'esdeveniments',
|
||||
'audit' => 'Registre d’auditoria',
|
||||
'audit_desc' => 'Aquest registre d’auditoria mostra una llista d’activitats registrades al sistema. Aquesta llista no té cap filtre, al contrari que altres llistes d’activitat similars en què es tenen en compte els filtres de permisos.',
|
||||
'audit_event_filter' => 'Filtre d’esdeveniments',
|
||||
'audit_event_filter_no_filter' => 'Sense filtre',
|
||||
'audit_deleted_item' => 'Element suprimit',
|
||||
'audit_deleted_item_name' => 'Nom: :name',
|
||||
'audit_table_user' => 'Usuari',
|
||||
'audit_table_event' => 'Esdeveniment',
|
||||
'audit_table_related' => 'Element relacionat o detall',
|
||||
'audit_table_ip' => 'IP Address',
|
||||
'audit_table_date' => 'Data de l\'activitat',
|
||||
'audit_table_ip' => 'Adreça IP',
|
||||
'audit_table_date' => 'Data de l’activitat',
|
||||
'audit_date_from' => 'Rang de dates a partir de',
|
||||
'audit_date_to' => 'Rang de rates fins a',
|
||||
|
||||
// Role Settings
|
||||
'roles' => 'Rols',
|
||||
'role_user_roles' => 'Rols d\'usuari',
|
||||
'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.',
|
||||
'roles_x_users_assigned' => ':count user assigned|:count users assigned',
|
||||
'roles_x_permissions_provided' => ':count permission|:count permissions',
|
||||
'roles_assigned_users' => 'Assigned Users',
|
||||
'roles_permissions_provided' => 'Provided Permissions',
|
||||
'role_user_roles' => 'Rols d’usuari',
|
||||
'roles_index_desc' => 'Els rols s’utilitzen per a agrupar usuaris i proporcionar permisos del sistema a llurs membres. Quan un usuari és membre de múltiples rols, els privilegis que li concedeixin s’acumularan i l’usuari heretarà totes les habilitats.',
|
||||
'roles_x_users_assigned' => ':count usuari assignat|:count usuaris assignats',
|
||||
'roles_x_permissions_provided' => ':count permís|:count permisos',
|
||||
'roles_assigned_users' => 'Usuaris assignats',
|
||||
'roles_permissions_provided' => 'Permisos proporcionats',
|
||||
'role_create' => 'Crea un rol nou',
|
||||
'role_delete' => 'Suprimeix el rol',
|
||||
'role_delete_confirm' => 'Se suprimirà el rol amb el nom \':roleName\'.',
|
||||
'role_delete_users_assigned' => 'Aquest rol té :userCount usuaris assignats. Si voleu migrar els usuaris d\'aquest rol, seleccioneu un rol nou a continuació.',
|
||||
'role_delete_confirm' => 'Se suprimirà el rol amb el nom «:roleName».',
|
||||
'role_delete_users_assigned' => 'Aquest rol té :userCount usuaris assignats. Si voleu migrar els usuaris d’aquest rol, seleccioneu un rol nou a continuació.',
|
||||
'role_delete_no_migration' => "No migris els usuaris",
|
||||
'role_delete_sure' => 'Segur que voleu suprimir aquest rol?',
|
||||
'role_edit' => 'Edita el rol',
|
||||
'role_details' => 'Detalls del rol',
|
||||
'role_name' => 'Nom del rol',
|
||||
'role_desc' => 'Descripció curta del rol',
|
||||
'role_mfa_enforced' => 'Requires Multi-Factor Authentication',
|
||||
'role_external_auth_id' => 'Identificadors d\'autenticació externa',
|
||||
'role_mfa_enforced' => 'Requereix autenticació de múltiple factor',
|
||||
'role_external_auth_id' => 'Identificadors d’autenticació externa',
|
||||
'role_system' => 'Permisos del sistema',
|
||||
'role_manage_users' => 'Gestiona usuaris',
|
||||
'role_manage_roles' => 'Gestiona rols i permisos de rols',
|
||||
'role_manage_entity_permissions' => 'Gestiona els permisos de tots els llibres, capítols i pàgines',
|
||||
'role_manage_own_entity_permissions' => 'Gestiona els permisos dels llibres, capítols i pàgines propis',
|
||||
'role_manage_page_templates' => 'Gestiona les plantilles de pàgines',
|
||||
'role_access_api' => 'Accedeix a l\'API del sistema',
|
||||
'role_manage_settings' => 'Gestiona la configuració de l\'aplicació',
|
||||
'role_export_content' => 'Export content',
|
||||
'role_editor_change' => 'Change page editor',
|
||||
'role_notifications' => 'Receive & manage notifications',
|
||||
'role_access_api' => 'Accedeix a l’API del sistema',
|
||||
'role_manage_settings' => 'Gestiona la configuració de l’aplicació',
|
||||
'role_export_content' => 'Exporta el contingut',
|
||||
'role_editor_change' => 'Canvia l’editor de pàgines',
|
||||
'role_notifications' => 'Rep i gestiona les notificacions',
|
||||
'role_asset' => 'Permisos de recursos',
|
||||
'roles_system_warning' => 'Tingueu en compte que l\'accés a qualsevol dels tres permisos de dalt pot permetre que un usuari alteri els seus propis permisos o els privilegis d\'altres usuaris del sistema. Assigneu rols amb aquests permisos només a usuaris de confiança.',
|
||||
'role_asset_desc' => 'Aquests permisos controlen l\'accés per defecte als recursos del sistema. Els permisos de llibres, capítols i pàgines tindran més importància que aquests permisos.',
|
||||
'role_asset_admins' => 'Els administradors tenen accés automàticament a tot el contingut, però aquestes opcions poden mostrar o amagar opcions de la interfície d\'usuari.',
|
||||
'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.',
|
||||
'roles_system_warning' => 'Tingueu en compte que l’accés a qualsevol dels tres permisos de dalt pot permetre que un usuari alteri els seus propis permisos o els privilegis d’altres usuaris del sistema. Assigneu rols amb aquests permisos només a usuaris de confiança.',
|
||||
'role_asset_desc' => 'Aquests permisos controlen l’accés per defecte als recursos del sistema. Els permisos de llibres, capítols i pàgines tindran més importància que aquests permisos.',
|
||||
'role_asset_admins' => 'Els administradors tenen accés automàticament a tot el contingut, però aquestes opcions poden mostrar o amagar opcions de la interfície d’usuari.',
|
||||
'role_asset_image_view_note' => 'Això és relatiu a la visibilitat dins del gestor d’imatges. L’accés real als fitxers d’imatge pujats dependrà de l’opció d’emmagatzematge d’imatges del sistema.',
|
||||
'role_all' => 'Tot',
|
||||
'role_own' => 'Propi',
|
||||
'role_controlled_by_asset' => 'Controlat pel recurs en què es pugen',
|
||||
@ -178,103 +178,103 @@ return [
|
||||
|
||||
// Users
|
||||
'users' => 'Usuaris',
|
||||
'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.',
|
||||
'user_profile' => 'Perfil de l\'usuari',
|
||||
'users_index_desc' => 'Creeu i gestioneu comptes d’usuari individuals dins del sistema. Els comptes d’usuari s’utilitzen per a iniciar la sessió i atribuir el contingut i les activitats. Els permisos d’accés són principalment basats en rols, però si un usuari és propietari o no d’un contingut, entre altres factors, també pot afectar-ne els permisos i l’accés.',
|
||||
'user_profile' => 'Perfil de l’usuari',
|
||||
'users_add_new' => 'Afegeix un usuari nou',
|
||||
'users_search' => 'Cerca usuaris',
|
||||
'users_latest_activity' => 'Darrera activitat',
|
||||
'users_details' => 'Detalls de l\'usuari',
|
||||
'users_details_desc' => 'Definiu un nom públic i una adreça electrònica per a aquest usuari. L\'adreça electrònica es farà servir per a iniciar la sessió a l\'aplicació.',
|
||||
'users_details' => 'Detalls de l’usuari',
|
||||
'users_details_desc' => 'Definiu un nom públic i una adreça electrònica per a aquest usuari. L’adreça electrònica es farà servir per a iniciar la sessió a l’aplicació.',
|
||||
'users_details_desc_no_email' => 'Definiu un nom públic per a aquest usuari perquè els altres el puguin reconèixer.',
|
||||
'users_role' => 'Rols de l\'usuari',
|
||||
'users_role_desc' => 'Seleccioneu a quins rols s\'assignarà l\'usuari. Si un usuari s\'assigna a múltiples rols, els permisos dels rols s\'acumularan i l\'usuari rebrà tots els permisos dels rols assignats.',
|
||||
'users_password' => 'Contrasenya de l\'usuari',
|
||||
'users_password_desc' => 'Set a password used to log-in to the application. This must be at least 8 characters long.',
|
||||
'users_send_invite_text' => 'Podeu elegir enviar un correu d\'invitació a aquest usuari, la qual cosa li permetrà definir la seva contrasenya, o podeu definir-li una contrasenya vós.',
|
||||
'users_send_invite_option' => 'Envia un correu d\'invitació a l\'usuari',
|
||||
'users_external_auth_id' => 'Identificador d\'autenticació extern',
|
||||
'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.',
|
||||
'users_password_warning' => 'Only fill the below if you would like to change the password for this user.',
|
||||
'users_system_public' => 'Aquest usuari representa qualsevol usuari convidat que visita la vostra instància. No es pot fer servir per a iniciar la sessió però s\'assigna automàticament.',
|
||||
'users_delete' => 'Suprimeix l\'usuari',
|
||||
'users_delete_named' => 'Suprimeix l\'usuari :userName',
|
||||
'users_delete_warning' => 'Se suprimirà completament del sistema l\'usuari amb el nom \':userName\'.',
|
||||
'users_role' => 'Rols de l’usuari',
|
||||
'users_role_desc' => 'Seleccioneu a quins rols s’assignarà l’usuari. Si un usuari s’assigna a múltiples rols, els permisos dels rols s’acumularan i l’usuari rebrà totes les habilitats dels rols assignats.',
|
||||
'users_password' => 'Contrasenya de l’usuari',
|
||||
'users_password_desc' => 'Definiu una contrasenya que s’utilitzarà per a iniciar la sessió a l’aplicació. Cal que tingui un mínim de 8 caràcters.',
|
||||
'users_send_invite_text' => 'Podeu elegir enviar un correu d’invitació a aquest usuari, la qual cosa li permetrà definir la seva contrasenya, o podeu definir-li una contrasenya vós.',
|
||||
'users_send_invite_option' => 'Envia un correu d’invitació a l’usuari',
|
||||
'users_external_auth_id' => 'Identificador d’autenticació extern',
|
||||
'users_external_auth_id_desc' => 'Quan es fa servir un sistema d’autenticació extern (com ara SAML2, OIDC o LDAP), aquest és l’identificador que enllaça aquest usuari del BookStack amb el compte del sistema d’autenticació. Podeu ignorar aquest camp si feu servir l’autenticació basada en correu electrònic per defecte.',
|
||||
'users_password_warning' => 'Ompliu-ho només si voleu canviar la contrasenya d’aquest usuari.',
|
||||
'users_system_public' => 'Aquest usuari representa qualsevol usuari convidat que visita la vostra instància. No es pot fer servir per a iniciar la sessió, però s’assigna automàticament.',
|
||||
'users_delete' => 'Suprimeix l’usuari',
|
||||
'users_delete_named' => 'Suprimeix l’usuari :userName',
|
||||
'users_delete_warning' => 'Se suprimirà completament del sistema l’usuari amb el nom «:userName».',
|
||||
'users_delete_confirm' => 'Segur que voleu suprimir aquest usuari?',
|
||||
'users_migrate_ownership' => 'Migra l\'autoria',
|
||||
'users_migrate_ownership_desc' => 'Seleccioneu un usuari si voleu que un altre usuari esdevingui el propietari de tots els elements que ara són propietat d\'aquest usuari.',
|
||||
'users_migrate_ownership' => 'Migra l’autoria',
|
||||
'users_migrate_ownership_desc' => 'Seleccioneu un usuari si voleu que un altre usuari esdevingui el propietari de tots els elements que ara són propietat d’aquest usuari.',
|
||||
'users_none_selected' => 'No hi ha cap usuari seleccionat',
|
||||
'users_edit' => 'Edita l\'usuari',
|
||||
'users_edit' => 'Edita l’usuari',
|
||||
'users_edit_profile' => 'Edita el perfil',
|
||||
'users_avatar' => 'Avatar de l\'usuari',
|
||||
'users_avatar_desc' => 'Seleccioneu una imatge que representi aquest usuari. Hauria de ser un quadrat d\'aproximadament 256 px.',
|
||||
'users_avatar' => 'Avatar de l’usuari',
|
||||
'users_avatar_desc' => 'Seleccioneu una imatge que representi aquest usuari. Hauria de ser un quadrat d’aproximadament 256 px.',
|
||||
'users_preferred_language' => 'Llengua preferida',
|
||||
'users_preferred_language_desc' => 'Aquesta opció canviarà la llengua utilitzada a la interfície d\'usuari de l\'aplicació. No afectarà el contingut creat pels usuaris.',
|
||||
'users_preferred_language_desc' => 'Aquesta opció canviarà la llengua utilitzada a la interfície d’usuari de l’aplicació. No afectarà el contingut creat pels usuaris.',
|
||||
'users_social_accounts' => 'Comptes socials',
|
||||
'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.',
|
||||
'users_social_accounts_info' => 'Aquí podeu connectar altres comptes per a un inici de sessió més ràpid i còmode. Si desconnecteu un compte aquí, no en revoqueu l\'accés d\'autorització donat amb anterioritat. Revoqueu-hi l\'accés a la configuració del perfil del compte social que hàgiu connectat.',
|
||||
'users_social_accounts_desc' => 'Vegeu l’estat dels comptes socials connectats d’aquest usuari. Els comptes socials es poden fer servir per a accedir al sistema de manera addicional al sistema d’autenticació principal.',
|
||||
'users_social_accounts_info' => 'Aquí podeu connectar altres comptes per a un inici de sessió més ràpid i còmode. Si desconnecteu un compte aquí, no en revoqueu l’accés d’autorització donat amb anterioritat. Revoqueu-hi l’accés a la configuració del perfil del compte social que hàgiu connectat.',
|
||||
'users_social_connect' => 'Connecta un compte',
|
||||
'users_social_disconnect' => 'Desconnecta el compte',
|
||||
'users_social_status_connected' => 'Connected',
|
||||
'users_social_status_disconnected' => 'Disconnected',
|
||||
'users_social_connected' => 'El compte de :socialAccount s\'ha associat correctament al vostre perfil.',
|
||||
'users_social_disconnected' => 'El compte de :socialAccount s\'ha desassociat correctament del vostre perfil.',
|
||||
'users_api_tokens' => 'Testimonis d\'API',
|
||||
'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.',
|
||||
'users_api_tokens_none' => 'No s\'ha creat cap testimoni d\'API per a aquest usuari',
|
||||
'users_social_status_connected' => 'Connectat',
|
||||
'users_social_status_disconnected' => 'Desconnectat',
|
||||
'users_social_connected' => 'El compte de :socialAccount s’ha associat correctament al vostre perfil.',
|
||||
'users_social_disconnected' => 'El compte de :socialAccount ’ha desassociat correctament del vostre perfil.',
|
||||
'users_api_tokens' => 'Testimonis de l’API',
|
||||
'users_api_tokens_desc' => 'Creeu i gestioneu els testimonis d’accés que s’utilitzen per a autenticar-vos a l’API REST del BookStack. Els permisos de l’API es gestionen fent servir l’usuari al qual pertany el testimoni.',
|
||||
'users_api_tokens_none' => 'No s’ha creat cap testimoni de l’API per a aquest usuari',
|
||||
'users_api_tokens_create' => 'Crea un testimoni',
|
||||
'users_api_tokens_expires' => 'Caducitat',
|
||||
'users_api_tokens_docs' => 'Documentació de l\'API',
|
||||
'users_mfa' => 'Multi-Factor Authentication',
|
||||
'users_mfa_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
|
||||
'users_mfa_x_methods' => ':count method configured|:count methods configured',
|
||||
'users_mfa_configure' => 'Configure Methods',
|
||||
'users_api_tokens_docs' => 'Documentació de l’API',
|
||||
'users_mfa' => 'Autenticació de múltiple factor',
|
||||
'users_mfa_desc' => 'Configureu l’autenticació de múltiple factor com a capa extra de seguretat en el vostre compte d’usuari.',
|
||||
'users_mfa_x_methods' => ':count mètode configurat|:count mètodes configurats',
|
||||
'users_mfa_configure' => 'Configura els mètodes',
|
||||
|
||||
// API Tokens
|
||||
'user_api_token_create' => 'Crea un testimoni d\'API',
|
||||
'user_api_token_create' => 'Crea un testimoni de l’API',
|
||||
'user_api_token_name' => 'Nom',
|
||||
'user_api_token_name_desc' => 'Poseu un nom llegible al vostre testimoni com a recordatori futur del propòsit al qual el voleu destinar.',
|
||||
'user_api_token_expiry' => 'Data de caducitat',
|
||||
'user_api_token_expiry_desc' => 'Definiu una data en què aquest testimoni caducarà. Després d\'aquesta data, les peticions fetes amb aquest testimoni deixaran de funcionar. Si deixeu aquest camp en blanc, es definirà una caducitat d\'aquí a 100 anys..',
|
||||
'user_api_token_create_secret_message' => 'Just després de crear aquest testimoni, es generaran i es mostraran un "Identificador del testimoni" i un "Secret del testimoni". El secret només es mostrarà una única vegada, assegureu-vos de copiar-lo a un lloc segur abans de continuar.',
|
||||
'user_api_token' => 'Testimoni d\'API',
|
||||
'user_api_token_expiry_desc' => 'Definiu una data en què aquest testimoni caducarà. Després d’aquesta data, les peticions fetes amb aquest testimoni deixaran de funcionar. Si deixeu aquest camp en blanc, es definirà una caducitat d’aquí a 100 anys.',
|
||||
'user_api_token_create_secret_message' => 'Just després de crear aquest testimoni, es generaran i es mostraran un «Identificador del testimoni» i un «Secret del testimoni». El secret només es mostrarà una única vegada: assegureu-vos de copiar-lo a un lloc segur abans de continuar.',
|
||||
'user_api_token' => 'Testimoni de l’API',
|
||||
'user_api_token_id' => 'Identificador del testimoni',
|
||||
'user_api_token_id_desc' => 'Aquest identificador és generat pel sistema per a aquest testimoni i no és editable, caldrà que el proporcioneu a les peticions a l\'API.',
|
||||
'user_api_token_id_desc' => 'Aquest identificador és generat pel sistema per a aquest testimoni i no és editable i caldrà que el proporcioneu a les peticions a l’API.',
|
||||
'user_api_token_secret' => 'Secret del testimoni',
|
||||
'user_api_token_secret_desc' => 'Aquest secret és generat pel sistema per a aquest testimoni, caldrà que el proporcioneu a les peticions a l\'API. Només es mostrarà aquesta única vegada, assegureu-vos de copiar-lo a un lloc segur.',
|
||||
'user_api_token_secret_desc' => 'Aquest secret és generat pel sistema per a aquest testimoni i caldrà que el proporcioneu a les peticions a l’API. Només es mostrarà aquesta única vegada, assegureu-vos de copiar-lo a un lloc segur.',
|
||||
'user_api_token_created' => 'Testimoni creat :timeAgo',
|
||||
'user_api_token_updated' => 'Testimoni actualitzat :timeAgo',
|
||||
'user_api_token_delete' => 'Suprimeix el testimoni',
|
||||
'user_api_token_delete_warning' => 'Se suprimirà completament del sistema aquest testimoni d\'API amb el nom \':tokenName\'.',
|
||||
'user_api_token_delete_confirm' => 'Segur que voleu suprimir aquest testimoni d\'API?',
|
||||
'user_api_token_delete_warning' => 'Se suprimirà completament del sistema aquest testimoni de l’API amb el nom «:tokenName».',
|
||||
'user_api_token_delete_confirm' => 'Segur que voleu suprimir aquest testimoni de l’API?',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.',
|
||||
'webhooks_x_trigger_events' => ':count trigger event|:count trigger events',
|
||||
'webhooks_create' => 'Create New Webhook',
|
||||
'webhooks_none_created' => 'No webhooks have yet been created.',
|
||||
'webhooks_edit' => 'Edit Webhook',
|
||||
'webhooks_save' => 'Save Webhook',
|
||||
'webhooks_details' => 'Webhook Details',
|
||||
'webhooks_details_desc' => 'Provide a user friendly name and a POST endpoint as a location for the webhook data to be sent to.',
|
||||
'webhooks_events' => 'Webhook Events',
|
||||
'webhooks_events_desc' => 'Select all the events that should trigger this webhook to be called.',
|
||||
'webhooks_events_warning' => 'Keep in mind that these events will be triggered for all selected events, even if custom permissions are applied. Ensure that use of this webhook won\'t expose confidential content.',
|
||||
'webhooks_events_all' => 'All system events',
|
||||
'webhooks_name' => 'Webhook Name',
|
||||
'webhooks_timeout' => 'Webhook Request Timeout (Seconds)',
|
||||
'webhooks_endpoint' => 'Webhook Endpoint',
|
||||
'webhooks_active' => 'Webhook Active',
|
||||
'webhook_events_table_header' => 'Events',
|
||||
'webhooks_delete' => 'Delete Webhook',
|
||||
'webhooks_delete_warning' => 'This will fully delete this webhook, with the name \':webhookName\', from the system.',
|
||||
'webhooks_delete_confirm' => 'Are you sure you want to delete this webhook?',
|
||||
'webhooks_format_example' => 'Webhook Format Example',
|
||||
'webhooks_format_example_desc' => 'Webhook data is sent as a POST request to the configured endpoint as JSON following the format below. The "related_item" and "url" properties are optional and will depend on the type of event triggered.',
|
||||
'webhooks_status' => 'Webhook Status',
|
||||
'webhooks_last_called' => 'Last Called:',
|
||||
'webhooks_last_errored' => 'Last Errored:',
|
||||
'webhooks_last_error_message' => 'Last Error Message:',
|
||||
'webhooks_index_desc' => 'Els webhooks són una manera d’enviar dades a URL externs quan es produeixen certes accions i esdeveniments al sistema, la qual cosa permet una integració basada en esdeveniments amb plataformes externs, com ara sistemes de missatgeria o de notificacions.',
|
||||
'webhooks_x_trigger_events' => ':count esdeveniment disparador|:count elements disparadors',
|
||||
'webhooks_create' => 'Crea un webhook nou',
|
||||
'webhooks_none_created' => 'Encara no s’ha creat cap webhook.',
|
||||
'webhooks_edit' => 'Edita el webhook',
|
||||
'webhooks_save' => 'Desa el webhook',
|
||||
'webhooks_details' => 'Detalls del webhook',
|
||||
'webhooks_details_desc' => 'Proporcioneu un nom amigable i un endpoint POST com a ubicació on s’enviaran les dades del webhook.',
|
||||
'webhooks_events' => 'Esdeveniments del webhook',
|
||||
'webhooks_events_desc' => 'Seleccioneu tots els esdeveniments que haurien de fer que es cridés aquest webhook.',
|
||||
'webhooks_events_warning' => 'Tingueu en compte que aquests esdeveniments es produiran per a tots els esdeveniments seleccionats, fins i tot si s’hi apliquen permisos personalitzats. Assegureu-vos que aquest webhook no exposarà contingut confidencial.',
|
||||
'webhooks_events_all' => 'Tots els esdeveniments del sistema',
|
||||
'webhooks_name' => 'Nom del webhook',
|
||||
'webhooks_timeout' => 'Temps d’espera de les peticions al webhook (en segons)',
|
||||
'webhooks_endpoint' => 'Endpoint del webhook',
|
||||
'webhooks_active' => 'Webhook actiu',
|
||||
'webhook_events_table_header' => 'Esdeveniments',
|
||||
'webhooks_delete' => 'Suprimeix el webhook',
|
||||
'webhooks_delete_warning' => 'Se suprimirà completament del sistema el webhook amb el nom «:webhookName».',
|
||||
'webhooks_delete_confirm' => 'Segur que voleu suprimir aquest webhook?',
|
||||
'webhooks_format_example' => 'Exemple del format del webhook',
|
||||
'webhooks_format_example_desc' => 'Les dades del webhook s’envien com una petició POST a l’endpoint configurat amb un JSON que segueix el següent format. Les propietats «related_item» i «url» són opcionals i dependran del tipus d’esdeveniment produït.',
|
||||
'webhooks_status' => 'Estat del webhook',
|
||||
'webhooks_last_called' => 'Cridat per darrera vegada:',
|
||||
'webhooks_last_errored' => 'Error per darrera vegada:',
|
||||
'webhooks_last_error_message' => 'Darrer missatge d’error:',
|
||||
|
||||
|
||||
//! If editing translations files directly please ignore this in all
|
||||
@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Français',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Hrvatski',
|
||||
|
@ -8,17 +8,17 @@
|
||||
return [
|
||||
|
||||
// Standard laravel validation lines
|
||||
'accepted' => 'Cal que acceptis :attribute.',
|
||||
'active_url' => 'L\':attribute no és un URL vàlid.',
|
||||
'accepted' => 'Cal que accepteu el camp :attribute.',
|
||||
'active_url' => 'El camp :attribute no és un URL vàlid.',
|
||||
'after' => 'El camp :attribute ha de ser una data posterior a :date.',
|
||||
'alpha' => 'El camp :attribute només pot contenir lletres.',
|
||||
'alpha_dash' => 'El camp :attribute només pot contenir lletres, números, guions i guions baixos.',
|
||||
'alpha_num' => 'El camp :attribute només pot contenir lletres i números.',
|
||||
'array' => 'El camp :attribute ha de ser un vector.',
|
||||
'backup_codes' => 'The provided code is not valid or has already been used.',
|
||||
'backup_codes' => 'El codi que heu proporcionat no és vàlid o ja s’ha fet servir.',
|
||||
'before' => 'El camp :attribute ha de ser una data anterior a :date.',
|
||||
'between' => [
|
||||
'numeric' => 'El camp :attribute ha d\'estar entre :min i :max.',
|
||||
'numeric' => 'El camp :attribute ha d’estar entre :min i :max.',
|
||||
'file' => 'El camp :attribute ha de tenir entre :min i :max kilobytes.',
|
||||
'string' => 'El camp :attribute ha de tenir entre :min i :max caràcters.',
|
||||
'array' => 'El camp :attribute ha de tenir entre :min i :max elements.',
|
||||
@ -31,8 +31,8 @@ return [
|
||||
'digits' => 'El camp :attribute ha de tenir :digits dígits.',
|
||||
'digits_between' => 'El camp :attribute ha de tenir entre :min i :max dígits.',
|
||||
'email' => 'El camp :attribute ha de ser una adreça electrònica vàlida.',
|
||||
'ends_with' => 'El camp :attribute ha d\'acabar amb un dels següents valors: :values',
|
||||
'file' => 'The :attribute must be provided as a valid file.',
|
||||
'ends_with' => 'El camp :attribute ha d’acabar amb un dels següents valors: :values',
|
||||
'file' => 'El camp :attribute ha de ser un fitxer vàlid.',
|
||||
'filled' => 'El camp :attribute és obligatori.',
|
||||
'gt' => [
|
||||
'numeric' => 'El camp :attribute ha de ser més gran que :value.',
|
||||
@ -46,9 +46,9 @@ return [
|
||||
'string' => 'El camp :attribute ha de tenir :value caràcters o més.',
|
||||
'array' => 'El camp :attribute ha de tenir :value elements o més.',
|
||||
],
|
||||
'exists' => 'El camp :attribute no és vàlid.',
|
||||
'exists' => 'El camp :attribute seleccionat no és vàlid.',
|
||||
'image' => 'El camp :attribute ha de ser una imatge.',
|
||||
'image_extension' => 'El camp :attribute ha de tenir una extensió d\'imatge vàlida i suportada.',
|
||||
'image_extension' => 'El camp :attribute ha de tenir una extensió d’imatge vàlida i suportada.',
|
||||
'in' => 'El camp :attribute seleccionat no és vàlid.',
|
||||
'integer' => 'El camp :attribute ha de ser un enter.',
|
||||
'ip' => 'El camp :attribute ha de ser una adreça IP vàlida.',
|
||||
@ -87,11 +87,11 @@ return [
|
||||
'required' => 'El camp :attribute és obligatori.',
|
||||
'required_if' => 'El camp :attribute és obligatori quan :other és :value.',
|
||||
'required_with' => 'El camp :attribute és obligatori quan hi ha aquest valor: :values.',
|
||||
'required_with_all' => 'El camp :attribute és obligatori quan hi ha algun d\'aquests valors: :values.',
|
||||
'required_with_all' => 'El camp :attribute és obligatori quan hi ha algun d’aquests valors: :values.',
|
||||
'required_without' => 'El camp :attribute és obligatori quan no hi ha aquest valor: :values.',
|
||||
'required_without_all' => 'El camp :attribute és obligatori quan no hi ha cap d\'aquests valors: :values.',
|
||||
'required_without_all' => 'El camp :attribute és obligatori quan no hi ha cap d’aquests valors: :values.',
|
||||
'same' => 'Els camps :attribute i :other han de coincidir.',
|
||||
'safe_url' => 'L\'enllaç proporcionat podria no ser segur.',
|
||||
'safe_url' => 'L’enllaç proporcionat podria no ser segur.',
|
||||
'size' => [
|
||||
'numeric' => 'El camp :attribute ha de ser :size.',
|
||||
'file' => 'El camp :attribute ha de tenir :size kilobytes.',
|
||||
@ -100,10 +100,10 @@ return [
|
||||
],
|
||||
'string' => 'El camp :attribute ha de ser una cadena.',
|
||||
'timezone' => 'El camp :attribute ha de ser una zona vàlida.',
|
||||
'totp' => 'The provided code is not valid or has expired.',
|
||||
'unique' => 'El camp :attribute ja està ocupat.',
|
||||
'totp' => 'El codi que heu proporcionat no és vàlid o ha caducat.',
|
||||
'unique' => 'El camp :attribute ja es fa servir.',
|
||||
'url' => 'El format del camp :attribute no és vàlid.',
|
||||
'uploaded' => 'No s\'ha pogut pujar el fitxer. És possible que el servidor no accepti fitxers d\'aquesta mida.',
|
||||
'uploaded' => 'No s’ha pogut pujar el fitxer. És possible que el servidor no accepti fitxers d’aquesta mida.',
|
||||
|
||||
// Custom validation lines
|
||||
'custom' => [
|
||||
|
@ -52,7 +52,7 @@ return [
|
||||
'filter_clear' => 'Zrušit filtr',
|
||||
'download' => 'Stáhnout',
|
||||
'open_in_tab' => 'Otevřít v nové záložce',
|
||||
'open' => 'Open',
|
||||
'open' => 'Otevřít',
|
||||
|
||||
// Sort Options
|
||||
'sort_options' => 'Možnosti řazení',
|
||||
|
@ -34,8 +34,8 @@ return [
|
||||
'image_delete_success' => 'Obrázek byl odstraněn',
|
||||
'image_replace' => 'Nahradit obrázek',
|
||||
'image_replace_success' => 'Obrázek úspěšně vytvořen',
|
||||
'image_rebuild_thumbs' => 'Regenerate Size Variations',
|
||||
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
|
||||
'image_rebuild_thumbs' => 'Přegenerovat všechny velikosti',
|
||||
'image_rebuild_thumbs_success' => 'Všechny velikostní varianty obrázku byly úspěšně znovu vytvořeny!',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Upravit kód',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'Aktualizováno :timeLength',
|
||||
'meta_updated_name' => 'Aktualizováno :timeLength uživatelem :user',
|
||||
'meta_owned_name' => 'Vlastník :user',
|
||||
'meta_reference_page_count' => 'Odkazováno na 1 stránce|Odkazováno na :count stranách',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'Výběr entity',
|
||||
'entity_select_lack_permission' => 'Nemáte dostatečná oprávnění k výběru této položky',
|
||||
'images' => 'Obrázky',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'Upravit knihu :bookName',
|
||||
'books_form_book_name' => 'Název knihy',
|
||||
'books_save' => 'Uložit knihu',
|
||||
'books_default_template' => 'Výchozí šablona stránky',
|
||||
'books_default_template_explain' => 'Přiřadit šablonu stránky, která bude použita jako výchozí obsah pro všechny nové stránky v této knize. Mějte na paměti, že šablona bude použita pouze v případě, že tvůrce stránek bude mít přístup k těmto vybraným stránkám šablony.',
|
||||
'books_default_template_select' => 'Vyberte šablonu stránky',
|
||||
'books_permissions' => 'Oprávnění knihy',
|
||||
'books_permissions_updated' => 'Oprávnění knihy byla aktualizována',
|
||||
'books_empty_contents' => 'Pro tuto knihu nebyly vytvořeny žádné stránky ani kapitoly.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'Odstranit koncept stránky',
|
||||
'pages_delete_success' => 'Stránka odstraněna',
|
||||
'pages_delete_draft_success' => 'Koncept stránky odstraněn',
|
||||
'pages_delete_warning_template' => 'Tato stránka je aktivní výchozí šablona. Tyto knihy již nebudou mít výchozí šablonu stránky přiřazenou po odstranění této stránky.',
|
||||
'pages_delete_confirm' => 'Opravdu chcete odstranit tuto stránku?',
|
||||
'pages_delete_draft_confirm' => 'Opravdu chcete odstranit tento koncept stránky?',
|
||||
'pages_editing_named' => 'Úpravy stránky :pageName',
|
||||
@ -295,7 +299,7 @@ return [
|
||||
'pages_is_template' => 'Šablona stránky',
|
||||
|
||||
// Editor Sidebar
|
||||
'toggle_sidebar' => 'Toggle Sidebar',
|
||||
'toggle_sidebar' => 'Skrýt/Zobrazit postranní panel',
|
||||
'page_tags' => 'Štítky stránky',
|
||||
'chapter_tags' => 'Štítky kapitoly',
|
||||
'book_tags' => 'Štítky knihy',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'Odkazy',
|
||||
'references_none' => 'Nebyly nalezeny žádné odkazy na tuto položku.',
|
||||
'references_to_desc' => 'Níže jsou uvedeny všechny známé stránky systému, které odkazují na tuto položku.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Sledovat',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'Není nainstalováno rozšíření LDAP pro PHP',
|
||||
'ldap_cannot_connect' => 'Nelze se připojit k adresáři LDAP. Prvotní připojení selhalo.',
|
||||
'saml_already_logged_in' => 'Již jste přihlášeni',
|
||||
'saml_user_not_registered' => 'Uživatel :name není registrován a automatická registrace je zakázána',
|
||||
'saml_no_email_address' => 'Nelze najít e-mailovou adresu pro tohoto uživatele v datech poskytnutých externím přihlašovacím systémem',
|
||||
'saml_invalid_response_id' => 'Požadavek z externího ověřovacího systému nebyl rozpoznám procesem, který tato aplikace spustila. Tento problém může způsobit stisknutí tlačítka Zpět po přihlášení.',
|
||||
'saml_fail_authed' => 'Přihlášení pomocí :system selhalo, systém neposkytl úspěšnou autorizaci',
|
||||
@ -44,16 +43,16 @@ return [
|
||||
'cannot_get_image_from_url' => 'Nelze získat obrázek z adresy :url',
|
||||
'cannot_create_thumbs' => 'Server nedokáže udělat náhledy. Zkontrolujte, že rozšíření GD pro PHP je nainstalováno.',
|
||||
'server_upload_limit' => 'Server nepovoluje nahrávat tak veliké soubory. Zkuste prosím menší soubor.',
|
||||
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
|
||||
'server_post_limit' => 'Server nemůže přijmout takové množství dat. Zkuste to znovu s méně daty nebo menším souborem.',
|
||||
'uploaded' => 'Server nepovoluje nahrávat tak veliké soubory. Zkuste prosím menší soubor.',
|
||||
|
||||
// Drawing & Images
|
||||
'image_upload_error' => 'Nastala chyba během nahrávání souboru',
|
||||
'image_upload_type_error' => 'Typ nahrávaného obrázku je neplatný.',
|
||||
'image_upload_replace_type' => 'Náhrady souboru obrázku musí být stejného typu',
|
||||
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
|
||||
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
|
||||
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
|
||||
'image_upload_memory_limit' => 'Nepodařilo se zpracovat nahrávaný obrázek anebo vytvořit náhledy z důvodu omezených systémových prostředků.',
|
||||
'image_thumbnail_memory_limit' => 'Nepodařilo se vytvořit všechny velikostní varianty obrázku z důvodu omezených systémových prostředků.',
|
||||
'image_gallery_thumbnail_memory_limit' => 'Nepodařilo se vytvořit náhledy alba z důvodu omezených systémových prostředků.',
|
||||
'drawing_data_not_found' => 'Data výkresu nelze načíst. Výkresový soubor již nemusí existovat nebo nemusí mít oprávnění k němu přistupovat.',
|
||||
|
||||
// Attachments
|
||||
|
@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'Aby se zabránilo hromadnému zasílání upozornění, na nějakou dobu nebudete posílat oznámení o dalších úpravách této stránky stejným editorem.',
|
||||
|
||||
'detail_page_name' => 'Název stránky:',
|
||||
'detail_page_path' => 'Cesta ke stránce:',
|
||||
'detail_commenter' => 'Komentoval:',
|
||||
'detail_comment' => 'Komentář:',
|
||||
'detail_created_by' => 'Vytvořil:',
|
||||
|
@ -5,10 +5,10 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'my_account' => 'My Account',
|
||||
'my_account' => 'Můj účet',
|
||||
|
||||
'shortcuts' => 'Zkratky',
|
||||
'shortcuts_interface' => 'UI Shortcut Preferences',
|
||||
'shortcuts_interface' => 'Nastavení klávesových zkratek',
|
||||
'shortcuts_toggle_desc' => 'Zde můžete povolit nebo zakázat klávesové zkratky systémového rozhraní používané pro navigaci a akce.',
|
||||
'shortcuts_customize_desc' => 'Po výběru vstupu pro zástupce si můžete přizpůsobit všechny klávesové zkratky.',
|
||||
'shortcuts_toggle_label' => 'Klávesové zkratky povoleny',
|
||||
@ -29,23 +29,23 @@ return [
|
||||
'notifications_watched' => 'Sledované a ignorované položky',
|
||||
'notifications_watched_desc' => ' Níže jsou položky, které mají vlastní nastavení hodinek. Chcete-li aktualizovat vaše předvolby, podívejte se na položku a pak najděte možnosti hodinek v postranním panelu.',
|
||||
|
||||
'auth' => 'Access & Security',
|
||||
'auth_change_password' => 'Change Password',
|
||||
'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.',
|
||||
'auth_change_password_success' => 'Password has been updated!',
|
||||
'auth' => 'Přístup a zabezpečení',
|
||||
'auth_change_password' => 'Změnit heslo',
|
||||
'auth_change_password_desc' => 'Změňte heslo, které používáte pro přihlášení do aplikace. Musí být minimálně 8 znaků dlouhé.',
|
||||
'auth_change_password_success' => 'Heslo bylo aktualizováno!',
|
||||
|
||||
'profile' => 'Profile Details',
|
||||
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
||||
'profile_view_public' => 'View Public Profile',
|
||||
'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.',
|
||||
'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.',
|
||||
'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.',
|
||||
'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.',
|
||||
'profile_admin_options' => 'Administrator Options',
|
||||
'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.',
|
||||
'profile' => 'Podrobnosti profilu',
|
||||
'profile_desc' => 'Spravujte údaje k vašemu účtu, které vás reprezentují před ostatními uživateli, kromě údajů, které se používají pro komunikaci a přizpůsobení systému.',
|
||||
'profile_view_public' => 'Zobrazit veřejný profil',
|
||||
'profile_name_desc' => 'Nastavte vaše zobrazované jméno, které bude viditelné ostatním uživatelům v systému prostřednictvím provedených aktivit a vlastního obsahu.',
|
||||
'profile_email_desc' => 'Tento e-mail bude použit pro oznámení a přístup do systému v závislosti na systémové autentizaci.',
|
||||
'profile_email_no_permission' => 'Bohužel nemáte oprávnění ke změně své e-mailové adresy. Pokud ji chcete změnit, musíte požádat správce, aby provedl tuto změnu za vás.',
|
||||
'profile_avatar_desc' => 'Vyberte obrázek, který bude použit k vaší prezentaci pro ostatní v systému. Ideálně by tento obrázek měl být čtverec o velikosti 256px na šířku a výšku.',
|
||||
'profile_admin_options' => 'Možnosti správce',
|
||||
'profile_admin_options_desc' => 'Další možnosti na úrovni administrátora. Například ty, které spravují přiřazení rolí lze najít pro váš účet v sekci "Nastavení > Uživatelé".',
|
||||
|
||||
'delete_account' => 'Delete Account',
|
||||
'delete_my_account' => 'Delete My Account',
|
||||
'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.',
|
||||
'delete_my_account_warning' => 'Are you sure you want to delete your account?',
|
||||
'delete_account' => 'Smazat účet',
|
||||
'delete_my_account' => 'Smazat můj účet',
|
||||
'delete_my_account_desc' => 'Tímto zcela smažete váš účet ze systému. Nebudete moci tento účet obnovit nebo tuto akci vrátit. Obsah, který jste vytvořili, jako jsou vytvořené stránky a nahrané obrázky, zůstanou zachovány.',
|
||||
'delete_my_account_warning' => 'Opravdu si přejete smazat váš účet?',
|
||||
];
|
||||
|
@ -9,7 +9,7 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Nastavení',
|
||||
'settings_save' => 'Uložit nastavení',
|
||||
'system_version' => 'Verze systému: ',
|
||||
'system_version' => 'Verze systému',
|
||||
'categories' => 'Kategorie',
|
||||
|
||||
// App Settings
|
||||
@ -193,8 +193,8 @@ return [
|
||||
'users_send_invite_text' => 'Uživateli můžete poslat pozvánku e-mailem, která umožní uživateli, aby si zvolil sám svoje heslo do aplikace a nebo můžete zadat heslo sami.',
|
||||
'users_send_invite_option' => 'Poslat uživateli pozvánku e-mailem',
|
||||
'users_external_auth_id' => 'Přihlašovací identifikátor třetích stran',
|
||||
'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.',
|
||||
'users_password_warning' => 'Only fill the below if you would like to change the password for this user.',
|
||||
'users_external_auth_id_desc' => 'Při použití externího autentizačního systému (např. SAML2, OIDC nebo LDAP) toto je ID, které spojuje tohoto BookStack uživatele s ověřovacím systémem. Toto pole můžete ignorovat, pokud používáte ověření pomocí e-mailu.',
|
||||
'users_password_warning' => 'Vyplňte pouze v případě, že chcete změnit heslo pro tohoto uživatele.',
|
||||
'users_system_public' => 'Symbolizuje každého nepřihlášeného návštěvníka, který navštívil aplikaci. Nelze ho použít k přihlášení ale je přiřazen automaticky nepřihlášeným.',
|
||||
'users_delete' => 'Odstranit uživatele',
|
||||
'users_delete_named' => 'Odstranit uživatele :userName',
|
||||
@ -210,16 +210,16 @@ return [
|
||||
'users_preferred_language' => 'Preferovaný jazyk',
|
||||
'users_preferred_language_desc' => 'Tato volba ovlivní pouze jazyk používaný v uživatelském rozhraní aplikace. Volba nemá vliv na žádný uživateli vytvářený obsah.',
|
||||
'users_social_accounts' => 'Sociální účty',
|
||||
'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.',
|
||||
'users_social_accounts_desc' => 'Zobrazit stav připojených sociálních účtů tohoto uživatele. Sociální účty mohou být použity pro přístup do systému vedle hlavního systému ověřování.',
|
||||
'users_social_accounts_info' => 'Zde můžete přidat vaše účty ze sociálních sítí pro pohodlnější přihlašování. Odpojení účtů neznamená, že tato aplikace ztratí práva číst detaily z vašeho účtu. Zakázat této aplikaci přístup k detailům vašeho účtu musíte přímo ve svém profilu na dané sociální síti.',
|
||||
'users_social_connect' => 'Připojit účet',
|
||||
'users_social_disconnect' => 'Odpojit účet',
|
||||
'users_social_status_connected' => 'Connected',
|
||||
'users_social_status_disconnected' => 'Disconnected',
|
||||
'users_social_status_connected' => 'Připojeno',
|
||||
'users_social_status_disconnected' => 'Odpojeno',
|
||||
'users_social_connected' => 'Účet :socialAccount byl připojen k vašemu profilu.',
|
||||
'users_social_disconnected' => 'Účet :socialAccount byl odpojen od vašeho profilu.',
|
||||
'users_api_tokens' => 'API Tokeny',
|
||||
'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.',
|
||||
'users_api_tokens_desc' => 'Vytvořte a spravujte přístupové tokeny používané pro ověření k REST API aplikace BookStack. Oprávnění pro API jsou spravována prostřednictvím uživatele, kterému token patří.',
|
||||
'users_api_tokens_none' => 'Tento uživatel nemá vytvořené žádné API Tokeny',
|
||||
'users_api_tokens_create' => 'Vytvořit Token',
|
||||
'users_api_tokens_expires' => 'Vyprší',
|
||||
@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Français',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Hrvatski',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'Updated :timeLength',
|
||||
'meta_updated_name' => 'Updated :timeLength by :user',
|
||||
'meta_owned_name' => 'Owned by :user',
|
||||
'meta_reference_page_count' => 'Referenced on :count page|Referenced on :count pages',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'Entity Select',
|
||||
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
|
||||
'images' => 'Images',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'Edit Book :bookName',
|
||||
'books_form_book_name' => 'Book Name',
|
||||
'books_save' => 'Save Book',
|
||||
'books_default_template' => 'Default Page Template',
|
||||
'books_default_template_explain' => 'Assign a page template that will be used as the default content for all new pages in this book. Keep in mind this will only be used if the page creator has view access to those chosen template page.',
|
||||
'books_default_template_select' => 'Select a template page',
|
||||
'books_permissions' => 'Book Permissions',
|
||||
'books_permissions_updated' => 'Book Permissions Updated',
|
||||
'books_empty_contents' => 'No pages or chapters have been created for this book.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'Delete Draft Page',
|
||||
'pages_delete_success' => 'Page deleted',
|
||||
'pages_delete_draft_success' => 'Draft page deleted',
|
||||
'pages_delete_warning_template' => 'This page is in active use as a book default page template. These books will no longer have a default page template assigned after this page is deleted.',
|
||||
'pages_delete_confirm' => 'Are you sure you want to delete this page?',
|
||||
'pages_delete_draft_confirm' => 'Are you sure you want to delete this draft page?',
|
||||
'pages_editing_named' => 'Editing Page :pageName',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'References',
|
||||
'references_none' => 'There are no tracked references to this item.',
|
||||
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Watch',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'Estyniad PHP LDAP heb ei osod',
|
||||
'ldap_cannot_connect' => 'Methu cysylltu i weinydd ldap, cysylltiad cychwynnol wedi methu',
|
||||
'saml_already_logged_in' => 'Wedi mewngofnodi yn barod',
|
||||
'saml_user_not_registered' => 'Nid yw\'r defnyddiwr :name wedi\'i gofrestru ac mae cofrestriad awtomatig wedi\'i analluogi',
|
||||
'saml_no_email_address' => 'Methu dod o hyd i gyfeiriad e-bost, ar gyfer y defnyddiwr hwn, yn y data a ddarparwyd gan y system ddilysu allanol',
|
||||
'saml_invalid_response_id' => 'Nid yw\'r cais o\'r system ddilysu allanol yn cael ei gydnabod gan broses a ddechreuwyd gan y cais hwn. Gallai llywio yn ôl ar ôl mewngofnodi achosi\'r broblem hon.',
|
||||
'saml_fail_authed' => 'Wedi methu mewngofnodi gan ddefnyddio :system, ni roddodd y system awdurdodiad llwyddiannus',
|
||||
|
@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
|
||||
|
||||
'detail_page_name' => 'Page Name:',
|
||||
'detail_page_path' => 'Page Path:',
|
||||
'detail_commenter' => 'Commenter:',
|
||||
'detail_comment' => 'Comment:',
|
||||
'detail_created_by' => 'Created By:',
|
||||
|
@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Français',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Hrvatski',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'Opdateret :timeLength',
|
||||
'meta_updated_name' => 'Opdateret :timeLength af :user',
|
||||
'meta_owned_name' => 'Ejet af :user',
|
||||
'meta_reference_page_count' => 'Referenced on :count page|Referenced on :count pages',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'Vælg emne',
|
||||
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
|
||||
'images' => 'Billeder',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'Rediger bog :bookName',
|
||||
'books_form_book_name' => 'Bognavn',
|
||||
'books_save' => 'Gem bog',
|
||||
'books_default_template' => 'Default Page Template',
|
||||
'books_default_template_explain' => 'Assign a page template that will be used as the default content for all new pages in this book. Keep in mind this will only be used if the page creator has view access to those chosen template page.',
|
||||
'books_default_template_select' => 'Select a template page',
|
||||
'books_permissions' => 'Bogtilladelser',
|
||||
'books_permissions_updated' => 'Bogtilladelser opdateret',
|
||||
'books_empty_contents' => 'Ingen sider eller kapitler er blevet oprettet i denne bog.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'Slet kladdeside',
|
||||
'pages_delete_success' => 'Side slettet',
|
||||
'pages_delete_draft_success' => 'Kladdeside slettet',
|
||||
'pages_delete_warning_template' => 'This page is in active use as a book default page template. These books will no longer have a default page template assigned after this page is deleted.',
|
||||
'pages_delete_confirm' => 'Er du sikker på, du vil slette denne side?',
|
||||
'pages_delete_draft_confirm' => 'Er du sikker på at du vil slette denne kladdesidde?',
|
||||
'pages_editing_named' => 'Redigerer :pageName',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'References',
|
||||
'references_none' => 'There are no tracked references to this item.',
|
||||
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Watch',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'LDAP PHP udvidelse er ikke installeret',
|
||||
'ldap_cannot_connect' => 'Kan ikke forbinde til ldap server. Indledende forbindelse mislykkedes',
|
||||
'saml_already_logged_in' => 'Allerede logget ind',
|
||||
'saml_user_not_registered' => 'Brugeren :name er ikke registreret, og automatisk registrering er slået fra',
|
||||
'saml_no_email_address' => 'Kunne ikke finde en e-mail-adresse for denne bruger i de data, der leveres af det eksterne godkendelsessystem',
|
||||
'saml_invalid_response_id' => 'Anmodningen fra det eksterne godkendelsessystem genkendes ikke af en proces, der er startet af denne applikation. Navigering tilbage efter et login kan forårsage dette problem.',
|
||||
'saml_fail_authed' => 'Login ved hjælp af :system failed, systemet har ikke givet tilladelse',
|
||||
|
@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
|
||||
|
||||
'detail_page_name' => 'Page Name:',
|
||||
'detail_page_path' => 'Page Path:',
|
||||
'detail_commenter' => 'Commenter:',
|
||||
'detail_comment' => 'Comment:',
|
||||
'detail_created_by' => 'Created By:',
|
||||
|
@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Français',
|
||||
'he' => 'Hebraisk',
|
||||
'hr' => 'Hrvatski',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'Zuletzt aktualisiert: :timeLength',
|
||||
'meta_updated_name' => 'Zuletzt aktualisiert: :timeLength von :user',
|
||||
'meta_owned_name' => 'Im Besitz von :user',
|
||||
'meta_reference_page_count' => 'Verwiesen auf 1 Seite|Verwiesen auf :count Seiten',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'Eintrag auswählen',
|
||||
'entity_select_lack_permission' => 'Sie haben nicht die benötigte Berechtigung, um dieses Element auszuwählen',
|
||||
'images' => 'Bilder',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'Buch ":bookName" bearbeiten',
|
||||
'books_form_book_name' => 'Name des Buches',
|
||||
'books_save' => 'Buch speichern',
|
||||
'books_default_template' => 'Standard Seitentemplate',
|
||||
'books_default_template_explain' => 'Zuweisen einer Seitenvorlage, die als Standardinhalt für alle neuen Seiten in diesem Buch verwendet wird. Beachten Sie, dass dies nur dann verwendet wird, wenn der Ersteller einer Seite Zugriff auf die ausgewählte Template-Seite hat.',
|
||||
'books_default_template_select' => 'Template-Seite auswählen',
|
||||
'books_permissions' => 'Buch-Berechtigungen',
|
||||
'books_permissions_updated' => 'Buch-Berechtigungen aktualisiert',
|
||||
'books_empty_contents' => 'Es sind noch keine Seiten oder Kapitel zu diesem Buch hinzugefügt worden.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'Seitenentwurf löschen',
|
||||
'pages_delete_success' => 'Seite gelöscht',
|
||||
'pages_delete_draft_success' => 'Seitenentwurf gelöscht',
|
||||
'pages_delete_warning_template' => 'Diese Seite wird aktiv als Standardvorlage für Seiten in diesem Buch verwendet. Diese Bücher haben nach dem Löschen dieser Seite keine Standardvorlage mehr zugewiesen.',
|
||||
'pages_delete_confirm' => 'Sind Sie sicher, dass Sie diese Seite löschen möchen?',
|
||||
'pages_delete_draft_confirm' => 'Sind Sie sicher, dass Sie diesen Seitenentwurf löschen möchten?',
|
||||
'pages_editing_named' => 'Seite ":pageName" bearbeiten',
|
||||
@ -212,7 +216,7 @@ return [
|
||||
'pages_edit_draft' => 'Seitenentwurf bearbeiten',
|
||||
'pages_editing_draft' => 'Seitenentwurf bearbeiten',
|
||||
'pages_editing_page' => 'Seite bearbeiten',
|
||||
'pages_edit_draft_save_at' => 'Entwurf gespeichert um ',
|
||||
'pages_edit_draft_save_at' => 'Entwurf gesichert um ',
|
||||
'pages_edit_delete_draft' => 'Entwurf löschen',
|
||||
'pages_edit_delete_draft_confirm' => 'Sind Sie sicher, dass Sie Ihren Entwurf löschen möchten? Alle Ihre Änderungen seit dem letzten vollständigen Speichern gehen verloren und der Editor wird mit dem letzten Speicherzustand aktualisiert, der kein Entwurf ist.',
|
||||
'pages_edit_discard_draft' => 'Entwurf verwerfen',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'Verweise',
|
||||
'references_none' => 'Es gibt keine nachverfolgten Referenzen zu diesem Element.',
|
||||
'references_to_desc' => 'Nachfolgend sind alle bekannten Seiten im System aufgeführt, die auf diesen Artikel verweisen.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Beobachten',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'LDAP-PHP-Erweiterung ist nicht installiert.',
|
||||
'ldap_cannot_connect' => 'Die Verbindung zum LDAP-Server ist fehlgeschlagen. Beim initialen Verbindungsaufbau trat ein Fehler auf.',
|
||||
'saml_already_logged_in' => 'Sie sind bereits angemeldet',
|
||||
'saml_user_not_registered' => 'Es ist kein Benutzer mit ID :name registriert und die automatische Registrierung ist deaktiviert',
|
||||
'saml_no_email_address' => 'Es konnte keine E-Mail-Adresse für diesen Benutzer in den vom externen Authentifizierungssystem zur Verfügung gestellten Daten gefunden werden',
|
||||
'saml_invalid_response_id' => 'Die Anfrage vom externen Authentifizierungssystem wird von einem von dieser Anwendung gestarteten Prozess nicht erkannt. Das Zurückgehen nach einer Anmeldung könnte dieses Problem verursachen.',
|
||||
'saml_fail_authed' => 'Anmeldung mit :system fehlgeschlagen, System konnte keine erfolgreiche Autorisierung bereitstellen',
|
||||
|
@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'Um eine Flut von Benachrichtigungen zu vermeiden, werden Sie für eine gewisse Zeit keine Benachrichtigungen für weitere Bearbeitungen dieser Seite durch denselben Bearbeiter erhalten.',
|
||||
|
||||
'detail_page_name' => 'Name der Seite:',
|
||||
'detail_page_path' => 'Seitenpfad:',
|
||||
'detail_commenter' => 'Kommentator:',
|
||||
'detail_comment' => 'Kommentar:',
|
||||
'detail_created_by' => 'Erstellt von:',
|
||||
|
@ -297,6 +297,7 @@ Hinweis: Benutzer können ihre E-Mail-Adresse nach erfolgreicher Registrierung
|
||||
'et' => 'Estnisch',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Französisch',
|
||||
'he' => 'Hebräisch',
|
||||
'hr' => 'Kroatisch',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'Zuletzt aktualisiert: :timeLength',
|
||||
'meta_updated_name' => 'Zuletzt aktualisiert: :timeLength von :user',
|
||||
'meta_owned_name' => 'Im Besitz von :user',
|
||||
'meta_reference_page_count' => 'Verwiesen auf 1 Seite|Verwiesen auf :count Seiten',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'Eintrag auswählen',
|
||||
'entity_select_lack_permission' => 'Du hast nicht die benötigte Berechtigung, um dieses Element auszuwählen',
|
||||
'images' => 'Bilder',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'Buch ":bookName" bearbeiten',
|
||||
'books_form_book_name' => 'Name des Buches',
|
||||
'books_save' => 'Buch speichern',
|
||||
'books_default_template' => 'Standard Seitentemplate',
|
||||
'books_default_template_explain' => 'Zuweisen einer Seitenvorlage, die als Standardinhalt für alle neuen Seiten in diesem Buch verwendet wird. Beachte, dass dies nur dann verwendet wird, wenn der Ersteller einer Seite Zugriff auf die ausgewählte Template-Seite hat.',
|
||||
'books_default_template_select' => 'Template-Seite auswählen',
|
||||
'books_permissions' => 'Buch-Berechtigungen',
|
||||
'books_permissions_updated' => 'Buch-Berechtigungen aktualisiert',
|
||||
'books_empty_contents' => 'Es sind noch keine Seiten oder Kapitel zu diesem Buch hinzugefügt worden.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'Seitenentwurf löschen',
|
||||
'pages_delete_success' => 'Seite gelöscht',
|
||||
'pages_delete_draft_success' => 'Seitenentwurf gelöscht',
|
||||
'pages_delete_warning_template' => 'Diese Seite wird aktiv als Standardvorlage für Seiten in diesem Buch verwendet. Diese Bücher haben nach dem Löschen dieser Seite keine Standardvorlage mehr zugewiesen.',
|
||||
'pages_delete_confirm' => 'Bist du sicher, dass du diese Seite löschen möchtest?',
|
||||
'pages_delete_draft_confirm' => 'Bist du sicher, dass du diesen Seitenentwurf löschen möchtest?',
|
||||
'pages_editing_named' => 'Seite ":pageName" bearbeiten',
|
||||
@ -212,7 +216,7 @@ return [
|
||||
'pages_edit_draft' => 'Seitenentwurf bearbeiten',
|
||||
'pages_editing_draft' => 'Seitenentwurf bearbeiten',
|
||||
'pages_editing_page' => 'Seite bearbeiten',
|
||||
'pages_edit_draft_save_at' => 'Entwurf gespeichert um ',
|
||||
'pages_edit_draft_save_at' => 'Entwurf gesichert um ',
|
||||
'pages_edit_delete_draft' => 'Entwurf löschen',
|
||||
'pages_edit_delete_draft_confirm' => 'Bist du sicher, dass du deinen Entwurf löschen möchtest? Alle deine Änderungen seit dem letzten vollständigen Speichern gehen verloren und der Editor wird mit dem letzten Speicherzustand aktualisiert, der kein Entwurf ist.',
|
||||
'pages_edit_discard_draft' => 'Entwurf verwerfen',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'Verweise',
|
||||
'references_none' => 'Es gibt keine nachverfolgten Referenzen zu diesem Element.',
|
||||
'references_to_desc' => 'Nachfolgend sind alle bekannten Seiten im System aufgeführt, die auf diesen Artikel verweisen.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Beobachten',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'LDAP-PHP-Erweiterung ist nicht installiert',
|
||||
'ldap_cannot_connect' => 'Die Verbindung zum LDAP-Server ist fehlgeschlagen. Beim initialen Verbindungsaufbau trat ein Fehler auf',
|
||||
'saml_already_logged_in' => 'Du bist bereits angemeldet',
|
||||
'saml_user_not_registered' => 'Kein Benutzer mit ID :name registriert und die automatische Registrierung ist deaktiviert',
|
||||
'saml_no_email_address' => 'Es konnte keine E-Mail-Adresse für diesen Benutzer in den vom externen Authentifizierungssystem zur Verfügung gestellten Daten gefunden werden',
|
||||
'saml_invalid_response_id' => 'Die Anfrage vom externen Authentifizierungssystem wird von einem von dieser Anwendung gestarteten Prozess nicht erkannt. Das Zurückblättern nach einem Login könnte dieses Problem verursachen.',
|
||||
'saml_fail_authed' => 'Anmeldung mit :system fehlgeschlagen, System konnte keine erfolgreiche Autorisierung bereitstellen',
|
||||
|
@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'Um eine Flut von Benachrichtigungen zu vermeiden, wirst du für eine gewisse Zeit keine Benachrichtigungen für weitere Bearbeitungen dieser Seite durch denselben Bearbeiter erhalten.',
|
||||
|
||||
'detail_page_name' => 'Seitenname:',
|
||||
'detail_page_path' => 'Seitenpfad:',
|
||||
'detail_commenter' => 'Kommentator:',
|
||||
'detail_comment' => 'Kommentar:',
|
||||
'detail_created_by' => 'Erstellt von:',
|
||||
|
@ -297,6 +297,7 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
|
||||
'et' => 'Estnisch',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Französisch',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Kroatisch',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'Ενημερώθηκε :timeLength',
|
||||
'meta_updated_name' => 'Ενημερώθηκε :timeLength από :user',
|
||||
'meta_owned_name' => 'Ανήκει στον :user',
|
||||
'meta_reference_page_count' => 'Αναφορά σε :count σελίδας|Αναφορά στο :count σελίδες',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'Επιλογή Οντότητας',
|
||||
'entity_select_lack_permission' => 'Δεν έχετε τα απαιτούμενα δικαιώματα για να επιλέξετε αυτό το στοιχείο',
|
||||
'images' => 'Εικόνες',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'Επεξεργασία Βιβλίου :bookname',
|
||||
'books_form_book_name' => 'Όνομα Βιβλίου',
|
||||
'books_save' => 'Αποθήκευση Βιβλίου',
|
||||
'books_default_template' => 'Default Page Template',
|
||||
'books_default_template_explain' => 'Assign a page template that will be used as the default content for all new pages in this book. Keep in mind this will only be used if the page creator has view access to those chosen template page.',
|
||||
'books_default_template_select' => 'Select a template page',
|
||||
'books_permissions' => 'Άδειες Βιβλίου',
|
||||
'books_permissions_updated' => 'Τα Δικαιώματα Βιβλίου Ενημερώθηκαν',
|
||||
'books_empty_contents' => 'Δεν έχουν δημιουργηθεί σελίδες ή κεφάλαια για αυτό το βιβλίο.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'Διαγραφή Προσχέδιας Σελίδας',
|
||||
'pages_delete_success' => 'Η σελίδα διαγράφηκε',
|
||||
'pages_delete_draft_success' => 'Η προσχέδια (πρόχειρη) σελίδα διαγράφηκε',
|
||||
'pages_delete_warning_template' => 'This page is in active use as a book default page template. These books will no longer have a default page template assigned after this page is deleted.',
|
||||
'pages_delete_confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτή τη σελίδα;',
|
||||
'pages_delete_draft_confirm' => 'Θέλετε σίγουρα να διαγράψετε την προσχέδια σελίδα;',
|
||||
'pages_editing_named' => 'Επεξεργασία Σελίδας :pageName',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'Αναφορές',
|
||||
'references_none' => 'Δεν υπάρχουν αναφορές παρακολούθησης σε αυτό το στοιχείο.',
|
||||
'references_to_desc' => 'Παρακάτω εμφανίζονται όλες οι γνωστές σελίδες του συστήματος που συνδέονται με αυτό το στοιχείο.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Watch',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'Η επέκταση LDAP PHP δεν εγκαταστάθηκε',
|
||||
'ldap_cannot_connect' => 'Αδυναμία σύνδεσης στο διακομιστή ldap, η αρχική σύνδεση απέτυχε',
|
||||
'saml_already_logged_in' => 'Ήδη συνδεδεμένος',
|
||||
'saml_user_not_registered' => 'Ο χρήστης :name δεν είναι εγγεγραμμένος και η αυτόματη εγγραφή είναι απενεργοποιημένη',
|
||||
'saml_no_email_address' => 'Δεν ήταν δυνατή η εύρεση μιας διεύθυνσης ηλεκτρονικού ταχυδρομείου, για αυτόν τον χρήστη, στα δεδομένα που παρέχονται από το εξωτερικό σύστημα ελέγχου ταυτότητας',
|
||||
'saml_invalid_response_id' => 'Το αίτημα από το εξωτερικό σύστημα ελέγχου ταυτότητας δεν αναγνωρίζεται από μια διαδικασία που ξεκίνησε από αυτή την εφαρμογή. Η πλοήγηση πίσω μετά από μια σύνδεση θα μπορούσε να προκαλέσει αυτό το ζήτημα.',
|
||||
'saml_fail_authed' => 'Η σύνδεση με τη χρήση :system απέτυχε, το σύστημα δεν παρείχε επιτυχή εξουσιοδότηση',
|
||||
|
@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
|
||||
|
||||
'detail_page_name' => 'Page Name:',
|
||||
'detail_page_path' => 'Page Path:',
|
||||
'detail_commenter' => 'Commenter:',
|
||||
'detail_comment' => 'Comment:',
|
||||
'detail_created_by' => 'Created By:',
|
||||
|
@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Français',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Hrvatski',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'Actualizado :timeLength',
|
||||
'meta_updated_name' => 'Actualizado :timeLength por :user',
|
||||
'meta_owned_name' => 'Propiedad de :user',
|
||||
'meta_reference_page_count' => 'Referido en :count página | Referido en :count paginas',
|
||||
'meta_reference_count' => 'Referido en :count página | Referido en :count paginas',
|
||||
'entity_select' => 'Seleccione entidad',
|
||||
'entity_select_lack_permission' => 'No tiene los permisos necesarios para seleccionar este elemento',
|
||||
'images' => 'Imágenes',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'Editar Libro :bookName',
|
||||
'books_form_book_name' => 'Nombre de libro',
|
||||
'books_save' => 'Guardar libro',
|
||||
'books_default_template' => 'Plantilla de página por defecto',
|
||||
'books_default_template_explain' => 'Asigne una plantilla de página que se utilizará como contenido predeterminado para todas las páginas nuevas de este libro. Tenga en cuenta que esto sólo se utilizará si el creador de páginas tiene acceso a la página elegida.',
|
||||
'books_default_template_select' => 'Seleccione una página de plantilla',
|
||||
'books_permissions' => 'Permisos del libro',
|
||||
'books_permissions_updated' => 'Permisos del libro actualizados',
|
||||
'books_empty_contents' => 'Ninguna página o capítulo ha sido creada para este libro.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'Borrar borrador de página',
|
||||
'pages_delete_success' => 'Página borrada',
|
||||
'pages_delete_draft_success' => 'Borrador de página borrado',
|
||||
'pages_delete_warning_template' => 'Esta página está en uso como plantilla de página predeterminada del libro. Estos libros ya no tendrán una plantilla de página predeterminada asignada después de eliminar esta página.',
|
||||
'pages_delete_confirm' => '¿Está seguro de borrar esta página?',
|
||||
'pages_delete_draft_confirm' => '¿Está seguro de que desea borrar este borrador de página?',
|
||||
'pages_editing_named' => 'Editando página :pageName',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'La extensión LDAP PHP no se encuentra instalada',
|
||||
'ldap_cannot_connect' => 'No se puede conectar con el servidor ldap, la conexión inicial ha fallado',
|
||||
'saml_already_logged_in' => 'Ya estás conectado',
|
||||
'saml_user_not_registered' => 'El usuario :name no está registrado y el registro automático está deshabilitado',
|
||||
'saml_no_email_address' => 'No se pudo encontrar una dirección de correo electrónico, para este usuario, en los datos proporcionados por el sistema de autenticación externo',
|
||||
'saml_invalid_response_id' => 'La solicitud del sistema de autenticación externo no está reconocida por un proceso iniciado por esta aplicación. Navegar hacia atrás después de un inicio de sesión podría causar este problema.',
|
||||
'saml_fail_authed' => 'El inicio de sesión con :system falló, el sistema no proporcionó una autorización correcta',
|
||||
|
@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'Para prevenir notificaciones en masa, durante un tiempo no se enviarán notificaciones para futuras ediciones de esta página por el mismo editor.',
|
||||
|
||||
'detail_page_name' => 'Nombre de página:',
|
||||
'detail_page_path' => 'Ruta de la página:',
|
||||
'detail_commenter' => 'Autor del comentario:',
|
||||
'detail_comment' => 'Comentario:',
|
||||
'detail_created_by' => 'Creado por:',
|
||||
|
@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Francés',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Croata',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'Actualizado el :timeLength',
|
||||
'meta_updated_name' => 'Actualizado el :timeLength por :user',
|
||||
'meta_owned_name' => 'Propiedad de :user',
|
||||
'meta_reference_page_count' => 'Referido en :count página | Referido en :count paginas',
|
||||
'meta_reference_count' => 'Referido en :count página | Referido en :count paginas',
|
||||
'entity_select' => 'Seleccione entidad',
|
||||
'entity_select_lack_permission' => 'No tiene los permisos necesarios para seleccionar este elemento',
|
||||
'images' => 'Imágenes',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'Editar Libro :bookName',
|
||||
'books_form_book_name' => 'Nombre de libro',
|
||||
'books_save' => 'Guardar libro',
|
||||
'books_default_template' => 'Plantilla de página por defecto',
|
||||
'books_default_template_explain' => 'Asigne una plantilla de página que se utilizará como contenido predeterminado para todas las páginas nuevas de este libro. Tenga en cuenta que esto sólo se utilizará si el creador de páginas tiene acceso a la página elegida.',
|
||||
'books_default_template_select' => 'Seleccione una página de plantilla',
|
||||
'books_permissions' => 'permisos de libro',
|
||||
'books_permissions_updated' => 'Permisos de libro actualizados',
|
||||
'books_empty_contents' => 'Ninguna página o capítulo ha sido creada para este libro.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'Borrar borrador de página',
|
||||
'pages_delete_success' => 'Página borrada',
|
||||
'pages_delete_draft_success' => 'Borrador de página borrado',
|
||||
'pages_delete_warning_template' => 'Esta página está en uso como plantilla de página predeterminada del libro. Estos libros ya no tendrán una plantilla de página predeterminada asignada después de eliminar esta página.',
|
||||
'pages_delete_confirm' => '¿Está seguro de borrar esta página?',
|
||||
'pages_delete_draft_confirm' => 'Está seguro de que desea borrar este borrador de página?',
|
||||
'pages_editing_named' => 'Editando página :pageName',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'Referencias',
|
||||
'references_none' => 'No hay referencias a este elemento.',
|
||||
'references_to_desc' => 'A continuación se muestran todas las páginas en el sistema que tienen un enlace a este elemento.',
|
||||
'references_to_desc' => 'A continuación se muestran todas las páginas en el sistema que enlazan a este elemento.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Suscribirme',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'La extensión LDAP PHP no se encuentra instalada',
|
||||
'ldap_cannot_connect' => 'No se puede conectar con el servidor ldap, la conexión inicial ha fallado',
|
||||
'saml_already_logged_in' => 'Ya estás conectado',
|
||||
'saml_user_not_registered' => 'El usuario :name no está registrado y el registro automático está deshabilitado',
|
||||
'saml_no_email_address' => 'No se pudo encontrar una dirección de correo electrónico, para este usuario, en los datos proporcionados por el sistema de autenticación externo',
|
||||
'saml_invalid_response_id' => 'La solicitud del sistema de autenticación externo no está reconocida por un proceso iniciado por esta aplicación. Navegar hacia atrás después de un inicio de sesión podría causar este problema.',
|
||||
'saml_fail_authed' => 'El inicio de sesión con :system falló, el sistema no proporcionó una autorización correcta',
|
||||
|
@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'Para prevenir notificaciones en masa, durante un tiempo no se enviarán notificaciones para futuras ediciones de esta página por el mismo editor.',
|
||||
|
||||
'detail_page_name' => 'Nombre de página:',
|
||||
'detail_page_path' => 'Ruta de la página:',
|
||||
'detail_commenter' => 'Autor del comentario:',
|
||||
'detail_comment' => 'Comentario:',
|
||||
'detail_created_by' => 'Creado por:',
|
||||
|
@ -297,6 +297,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Francés',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Croata',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'Muudetud :timeLength',
|
||||
'meta_updated_name' => 'Muudetud :timeLength kasutaja :user poolt',
|
||||
'meta_owned_name' => 'Kuulub kasutajale :user',
|
||||
'meta_reference_page_count' => 'Viidatud :count lehel|Viidatud :count lehel',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'Objekti valik',
|
||||
'entity_select_lack_permission' => 'Sul pole õiguseid selle objekti valimiseks',
|
||||
'images' => 'Pildid',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'Muuda raamatut :bookName',
|
||||
'books_form_book_name' => 'Raamatu pealkiri',
|
||||
'books_save' => 'Salvesta raamat',
|
||||
'books_default_template' => 'Default Page Template',
|
||||
'books_default_template_explain' => 'Assign a page template that will be used as the default content for all new pages in this book. Keep in mind this will only be used if the page creator has view access to those chosen template page.',
|
||||
'books_default_template_select' => 'Select a template page',
|
||||
'books_permissions' => 'Raamatu õigused',
|
||||
'books_permissions_updated' => 'Raamatu õigused muudetud',
|
||||
'books_empty_contents' => 'Ühtegi lehte ega peatükki pole lisatud.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'Kustuta mustand',
|
||||
'pages_delete_success' => 'Leht kustutatud',
|
||||
'pages_delete_draft_success' => 'Mustand kustutatud',
|
||||
'pages_delete_warning_template' => 'This page is in active use as a book default page template. These books will no longer have a default page template assigned after this page is deleted.',
|
||||
'pages_delete_confirm' => 'Kas oled kindel, et soovid selle lehe kustutada?',
|
||||
'pages_delete_draft_confirm' => 'Kas oled kindel, et soovid selle mustandi kustutada?',
|
||||
'pages_editing_named' => 'Lehe :pageName muutmine',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'Viited',
|
||||
'references_none' => 'Sellele objektile ei ole viiteid.',
|
||||
'references_to_desc' => 'Allpool on kõik teadaolevad lehed, mis sellele objektile viitavad.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Jälgi',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'PHP LDAP laiendus ei ole paigaldatud',
|
||||
'ldap_cannot_connect' => 'Ühendus LDAP serveriga ebaõnnestus',
|
||||
'saml_already_logged_in' => 'Juba sisse logitud',
|
||||
'saml_user_not_registered' => 'Kasutaja :name ei ole registreeritud ning automaatne registreerimine on keelatud',
|
||||
'saml_no_email_address' => 'Selle kasutaja e-posti aadressi ei õnnestunud välisest autentimissüsteemist leida',
|
||||
'saml_invalid_response_id' => 'Välisest autentimissüsteemist tulnud päringut ei algatatud sellest rakendusest. Seda viga võib põhjustada pärast sisselogimist tagasi liikumine.',
|
||||
'saml_fail_authed' => 'Sisenemine :system kaudu ebaõnnestus, süsteem ei andnud volitust',
|
||||
|
@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'Et vältida liigseid teavitusi, ei saadeta sulle mõnda aega teavitusi selle lehe muutmiste kohta sama kasutaja poolt.',
|
||||
|
||||
'detail_page_name' => 'Lehe nimetus:',
|
||||
'detail_page_path' => 'Lehe asukoht:',
|
||||
'detail_commenter' => 'Kommenteerija:',
|
||||
'detail_comment' => 'Kommentaar:',
|
||||
'detail_created_by' => 'Autor:',
|
||||
|
@ -35,7 +35,7 @@ return [
|
||||
'auth_change_password_success' => 'Parool on muudetud!',
|
||||
|
||||
'profile' => 'Profiili detailid',
|
||||
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
||||
'profile_desc' => 'Halda oma konto andmeid, mis sind teistele kasutajatele esindab, lisaks andmetele, mida kasutatakse suhtluseks ja süsteemi kohaldamiseks.',
|
||||
'profile_view_public' => 'Vaata avalikku profiili',
|
||||
'profile_name_desc' => 'Seadista oma avalik nimi, mis on nähtav teistele kasutajatele sinu tehtud tegevuste ja sulle kuuluva sisu kaudu.',
|
||||
'profile_email_desc' => 'Seda e-posti aadressi kasutatakse teavituste saatmiseks ning, sõltuvalt aktiivsest autentimismeetodist, süsteemile ligipääsemiseks.',
|
||||
|
@ -193,8 +193,8 @@ return [
|
||||
'users_send_invite_text' => 'Sa võid kasutajale saata e-postiga kutse, mis võimaldab neil ise parooli seada. Vastasel juhul määra parool ise.',
|
||||
'users_send_invite_option' => 'Saada e-postiga kutse',
|
||||
'users_external_auth_id' => 'Välise autentimise ID',
|
||||
'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.',
|
||||
'users_password_warning' => 'Only fill the below if you would like to change the password for this user.',
|
||||
'users_external_auth_id_desc' => 'Kui kasutusel on väline autentimissüsteem (nagu SAML2, OIDC või LDAP), siis see ID ühendab selle BookStack kasutaja autentimissüsteemi kasutajakontoga. Kui kasutad vaikimisi e-posti põhist autentimist, võid seda välja ignoreerida.',
|
||||
'users_password_warning' => 'Täida allolevad väljad ainult siis, kui soovid selle kasutaja parooli muuta.',
|
||||
'users_system_public' => 'See kasutaja tähistab kõiki külalisi, kes su rakendust vaatavad. Selle kontoga ei saa sisse logida, see määratakse automaatselt.',
|
||||
'users_delete' => 'Kustuta kasutaja',
|
||||
'users_delete_named' => 'Kustuta kasutaja :userName',
|
||||
@ -210,16 +210,16 @@ return [
|
||||
'users_preferred_language' => 'Eelistatud keel',
|
||||
'users_preferred_language_desc' => 'See valik muudab rakenduse kasutajaliidese keelt. Kasutajate loodud sisu see ei mõjuta.',
|
||||
'users_social_accounts' => 'Sotsiaalmeedia kontod',
|
||||
'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.',
|
||||
'users_social_accounts_desc' => 'Vaata selle kasutaja ühendatud sotsiaalmeedia kontode seisundit. Sotsiaalmeedia kontosid saab kasutada süsteemile ligipääsemiseks, lisaks primaarsele autentimissüsteemile.',
|
||||
'users_social_accounts_info' => 'Siin saad seostada teised kontod, millega kiiremini ja lihtsamini sisse logida. Siit konto eemaldamine ei tühista varem lubatud ligipääsu. Ligipääsu saad tühistada ühendatud konto profiili seadetest.',
|
||||
'users_social_connect' => 'Lisa konto',
|
||||
'users_social_disconnect' => 'Eemalda konto',
|
||||
'users_social_status_connected' => 'Connected',
|
||||
'users_social_status_disconnected' => 'Disconnected',
|
||||
'users_social_status_connected' => 'Ühendatud',
|
||||
'users_social_status_disconnected' => 'Ühendus katkestatud',
|
||||
'users_social_connected' => ':socialAccount konto lisati su profiilile.',
|
||||
'users_social_disconnected' => ':socialAccount konto eemaldati su profiililt.',
|
||||
'users_api_tokens' => 'API tunnused',
|
||||
'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.',
|
||||
'users_api_tokens_desc' => 'Lisa ja halda BookStack REST API-ga autentimiseks mõeldud ligipääsutunnuseid. API kasutamise õigused on määratud ksautaja kaudu, kellele ligipääsutunnus kuulub.',
|
||||
'users_api_tokens_none' => 'Sellel kasutajal pole API tunnuseid',
|
||||
'users_api_tokens_create' => 'Lisa tunnus',
|
||||
'users_api_tokens_expires' => 'Aegub',
|
||||
@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Français (prantsuse keel)',
|
||||
'he' => 'עברית (heebrea keel)',
|
||||
'hr' => 'Hrvatski (horvaadi keel)',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'Aldatua :timeLength',
|
||||
'meta_updated_name' => ':timeLength aldatuta. Erabiltzailea :user',
|
||||
'meta_owned_name' => ':user da jabea',
|
||||
'meta_reference_page_count' => 'Referenced on :count page|Referenced on :count pages',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'Aukeratutako entitatea',
|
||||
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
|
||||
'images' => 'Irudiak',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'Editatu :bookName liburua',
|
||||
'books_form_book_name' => 'Liburu izena',
|
||||
'books_save' => 'Gorde Liburua',
|
||||
'books_default_template' => 'Default Page Template',
|
||||
'books_default_template_explain' => 'Assign a page template that will be used as the default content for all new pages in this book. Keep in mind this will only be used if the page creator has view access to those chosen template page.',
|
||||
'books_default_template_select' => 'Select a template page',
|
||||
'books_permissions' => 'Liburu baimenak',
|
||||
'books_permissions_updated' => 'Liburu baimenak eguneratuta',
|
||||
'books_empty_contents' => 'Ez da orri edo kapitulurik sortu liburu honentzat.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'Delete Draft Page',
|
||||
'pages_delete_success' => 'Orria ezabatua',
|
||||
'pages_delete_draft_success' => 'Draft page deleted',
|
||||
'pages_delete_warning_template' => 'This page is in active use as a book default page template. These books will no longer have a default page template assigned after this page is deleted.',
|
||||
'pages_delete_confirm' => 'Ziur al zaude orri hau ezabatu nahi duzula?',
|
||||
'pages_delete_draft_confirm' => 'Are you sure you want to delete this draft page?',
|
||||
'pages_editing_named' => 'Editing Page :pageName',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'References',
|
||||
'references_none' => 'There are no tracked references to this item.',
|
||||
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Watch',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'PHP LDAP extentsioa ez dago instalatuta',
|
||||
'ldap_cannot_connect' => 'Ezin izan da ldap zerbitzarira konektatu, hasierako konexioak huts egin du',
|
||||
'saml_already_logged_in' => 'Saioa aurretik hasita dago',
|
||||
'saml_user_not_registered' => ':name erabiltzailea ez dago erregistratua eta erregistro automatikoa ezgaituta dago',
|
||||
'saml_no_email_address' => 'Ezin izan dugu posta helbiderik aurkitu erabiltzaile honentzat, kanpoko autentifikazio zerbitzuak bidalitako datuetan',
|
||||
'saml_invalid_response_id' => 'Kanpoko egiazkotasun-sistemaren eskaria ez du onartzen aplikazio honek abiarazitako prozesu batek. Loginean atzera egitea izan daiteke arrazoia.',
|
||||
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
|
||||
|
@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
|
||||
|
||||
'detail_page_name' => 'Page Name:',
|
||||
'detail_page_path' => 'Page Path:',
|
||||
'detail_commenter' => 'Commenter:',
|
||||
'detail_comment' => 'Comment:',
|
||||
'detail_created_by' => 'Created By:',
|
||||
|
@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Français',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Hrvatski',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'به روزرسانی شده :timeLength',
|
||||
'meta_updated_name' => 'به روزرسانی شده :timeLength توسط :user',
|
||||
'meta_owned_name' => 'متعلق به :user',
|
||||
'meta_reference_page_count' => 'در 1 صفحه به آن ارجاع داده شده|در :count صفحه به آن ارجاع داده شده',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'انتخاب موجودیت',
|
||||
'entity_select_lack_permission' => 'شما مجوزهای لازم برای انتخاب این مورد را ندارید',
|
||||
'images' => 'عکسها',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'ویرایش کتاب:bookName',
|
||||
'books_form_book_name' => 'نام کتاب',
|
||||
'books_save' => 'ذخیره کتاب',
|
||||
'books_default_template' => 'Default Page Template',
|
||||
'books_default_template_explain' => 'Assign a page template that will be used as the default content for all new pages in this book. Keep in mind this will only be used if the page creator has view access to those chosen template page.',
|
||||
'books_default_template_select' => 'Select a template page',
|
||||
'books_permissions' => 'مجوزهای کتاب',
|
||||
'books_permissions_updated' => 'مجوزهای کتاب به روز شد',
|
||||
'books_empty_contents' => 'هیچ صفحه یا فصلی برای این کتاب ایجاد نشده است.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'حذف صفحه پیش نویس',
|
||||
'pages_delete_success' => 'صفحه حذف شد',
|
||||
'pages_delete_draft_success' => 'صفحه پیش نویس حذف شد',
|
||||
'pages_delete_warning_template' => 'This page is in active use as a book default page template. These books will no longer have a default page template assigned after this page is deleted.',
|
||||
'pages_delete_confirm' => 'آیا مطمئن هستید که می خواهید این صفحه را حذف کنید؟',
|
||||
'pages_delete_draft_confirm' => 'آیا مطمئن هستید که می خواهید این صفحه پیش نویس را حذف کنید؟',
|
||||
'pages_editing_named' => 'ویرایش صفحه :pageName',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'مراجع',
|
||||
'references_none' => 'هیچ رفرنسی برای این قلم یافت نشد.',
|
||||
'references_to_desc' => 'در زیر تمام صفحات شناخته شده در سیستم که به این مورد پیوند دارند، نشان داده شده است.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'نظارت',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'افزونه PHP LDAP نصب نشده است',
|
||||
'ldap_cannot_connect' => 'اتصال به سرور LDAP امکان پذیر نیست، اتصال اولیه برقرار نشد',
|
||||
'saml_already_logged_in' => 'قبلا وارد سیستم شده اید',
|
||||
'saml_user_not_registered' => 'کاربر :name ثبت نشده است و ثبت نام خودکار غیرفعال است',
|
||||
'saml_no_email_address' => 'آدرس داده ای برای این کاربر در داده های ارائه شده توسط سیستم احراز هویت خارجی یافت نشد',
|
||||
'saml_invalid_response_id' => 'درخواست از سیستم احراز هویت خارجی توسط فرایندی که توسط این نرم افزار آغاز شده است شناخته نمی شود. بازگشت به سیستم پس از ورود به سیستم می تواند باعث این مسئله شود.',
|
||||
'saml_fail_authed' => 'ورود به سیستم :system انجام نشد، سیستم مجوز موفقیت آمیز ارائه نکرد',
|
||||
|
@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'برای جلوگیری از انبوه اعلانها، برای مدتی اعلان ویرایشهایی که توسط همان ویرایشگر در این صفحه انجام میشود، ارسال نخواهد شد.',
|
||||
|
||||
'detail_page_name' => 'نام صفحه:',
|
||||
'detail_page_path' => 'Page Path:',
|
||||
'detail_commenter' => 'نظر دهنده:',
|
||||
'detail_comment' => 'نظر:',
|
||||
'detail_created_by' => 'ایجاد شده توسط:',
|
||||
|
@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Français',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Hrvatski',
|
||||
|
@ -6,119 +6,119 @@
|
||||
return [
|
||||
|
||||
// Pages
|
||||
'page_create' => 'created page',
|
||||
'page_create_notification' => 'Page successfully created',
|
||||
'page_update' => 'updated page',
|
||||
'page_update_notification' => 'Page successfully updated',
|
||||
'page_delete' => 'deleted page',
|
||||
'page_delete_notification' => 'Page successfully deleted',
|
||||
'page_restore' => 'restored page',
|
||||
'page_restore_notification' => 'Page successfully restored',
|
||||
'page_move' => 'moved page',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
'page_create' => 'loi sivun',
|
||||
'page_create_notification' => 'Sivu luotiin onnistuneesti',
|
||||
'page_update' => 'päivitti sivun',
|
||||
'page_update_notification' => 'Sivu päivitettiin onnistuneesti',
|
||||
'page_delete' => 'poisti sivun',
|
||||
'page_delete_notification' => 'Sivu poistettiin onnistuneesti',
|
||||
'page_restore' => 'palautti sivun',
|
||||
'page_restore_notification' => 'Sivu palautettiin onnistuneesti',
|
||||
'page_move' => 'siirsi sivun',
|
||||
'page_move_notification' => 'Sivu siirrettiin onnistuneesti',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'created chapter',
|
||||
'chapter_create_notification' => 'Chapter successfully created',
|
||||
'chapter_update' => 'updated chapter',
|
||||
'chapter_update_notification' => 'Chapter successfully updated',
|
||||
'chapter_delete' => 'deleted chapter',
|
||||
'chapter_delete_notification' => 'Chapter successfully deleted',
|
||||
'chapter_move' => 'moved chapter',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
'chapter_create' => 'loi luvun',
|
||||
'chapter_create_notification' => 'Luku luotiin onnistuneesti',
|
||||
'chapter_update' => 'päivitti luvun',
|
||||
'chapter_update_notification' => 'Luku päivitettiin onnistuneesti',
|
||||
'chapter_delete' => 'poisti luvun',
|
||||
'chapter_delete_notification' => 'Sivu poistettiin onnistuneesti',
|
||||
'chapter_move' => 'siirsi luvun',
|
||||
'chapter_move_notification' => 'Sivu siirrettiin onnistuneesti',
|
||||
|
||||
// Books
|
||||
'book_create' => 'created book',
|
||||
'book_create_notification' => 'Book successfully created',
|
||||
'book_create_from_chapter' => 'converted chapter to book',
|
||||
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
|
||||
'book_update' => 'updated book',
|
||||
'book_update_notification' => 'Book successfully updated',
|
||||
'book_delete' => 'deleted book',
|
||||
'book_delete_notification' => 'Book successfully deleted',
|
||||
'book_sort' => 'sorted book',
|
||||
'book_sort_notification' => 'Book successfully re-sorted',
|
||||
'book_create' => 'loi kirjan',
|
||||
'book_create_notification' => 'Kirja luotiin onnistuneesti',
|
||||
'book_create_from_chapter' => 'muunsi luvun kirjaksi',
|
||||
'book_create_from_chapter_notification' => 'Luku muunnettiin onnistuneesti kirjaksi',
|
||||
'book_update' => 'päivitti kirjan',
|
||||
'book_update_notification' => 'Kirja päivitettiin onnistuneesti',
|
||||
'book_delete' => 'poisti kirjan',
|
||||
'book_delete_notification' => 'Kirja poistettiin onnistuneesti',
|
||||
'book_sort' => 'järjesti kirjan',
|
||||
'book_sort_notification' => 'Kirja järjestettiin uudelleen onnistuneesti',
|
||||
|
||||
// Bookshelves
|
||||
'bookshelf_create' => 'created shelf',
|
||||
'bookshelf_create_notification' => 'Shelf successfully created',
|
||||
'bookshelf_create_from_book' => 'converted book to shelf',
|
||||
'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
|
||||
'bookshelf_update' => 'updated shelf',
|
||||
'bookshelf_update_notification' => 'Shelf successfully updated',
|
||||
'bookshelf_delete' => 'deleted shelf',
|
||||
'bookshelf_delete_notification' => 'Shelf successfully deleted',
|
||||
'bookshelf_create' => 'loi hyllyn',
|
||||
'bookshelf_create_notification' => 'Hylly luotiin onnistuneesti',
|
||||
'bookshelf_create_from_book' => 'muunsi kirjan hyllyksi',
|
||||
'bookshelf_create_from_book_notification' => 'Kirja muunnettiin onnistuneesti hyllyksi',
|
||||
'bookshelf_update' => 'päivitti hyllyn',
|
||||
'bookshelf_update_notification' => 'Hylly päivitettiin onnistuneesti',
|
||||
'bookshelf_delete' => 'poisti hyllyn',
|
||||
'bookshelf_delete_notification' => 'Hylly poistettiin onnistuneesti',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'restored revision',
|
||||
'revision_delete' => 'deleted revision',
|
||||
'revision_delete_notification' => 'Revision successfully deleted',
|
||||
'revision_restore' => 'palautti version',
|
||||
'revision_delete' => 'poisti version',
|
||||
'revision_delete_notification' => 'Versio poistettiin onnistuneesti',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" has been added to your favourites',
|
||||
'favourite_remove_notification' => '":name" has been removed from your favourites',
|
||||
'favourite_add_notification' => '":name" on lisätty suosikkeihisi',
|
||||
'favourite_remove_notification' => '":name" on poistettu suosikeistasi',
|
||||
|
||||
// Watching
|
||||
'watch_update_level_notification' => 'Watch preferences successfully updated',
|
||||
'watch_update_level_notification' => 'Seurannan asetukset päivitetty onnistuneesti',
|
||||
|
||||
// Auth
|
||||
'auth_login' => 'logged in',
|
||||
'auth_register' => 'registered as new user',
|
||||
'auth_password_reset_request' => 'requested user password reset',
|
||||
'auth_password_reset_update' => 'reset user password',
|
||||
'mfa_setup_method' => 'configured MFA method',
|
||||
'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
|
||||
'mfa_remove_method' => 'removed MFA method',
|
||||
'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
|
||||
'auth_login' => 'kirjautui sisään',
|
||||
'auth_register' => 'rekisteröityi uudeksi käyttäjäksi',
|
||||
'auth_password_reset_request' => 'pyysi käyttäjän salasanan palautusta',
|
||||
'auth_password_reset_update' => 'palautti käyttäjän salasana',
|
||||
'mfa_setup_method' => 'määritti monivaiheisen tunnistaumisen menetelmän',
|
||||
'mfa_setup_method_notification' => 'Monivaiheisen tunnistautumisen menetelmän määrittäminen onnistui',
|
||||
'mfa_remove_method' => 'poisti monivaiheisen tunnistautumisen menetelmän',
|
||||
'mfa_remove_method_notification' => 'Monivaiheisen tunnistautumisen menetelmä poistettiin onnistuneesti',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'updated settings',
|
||||
'settings_update_notification' => 'Settings successfully updated',
|
||||
'maintenance_action_run' => 'ran maintenance action',
|
||||
'settings_update' => 'päivitti asetukset',
|
||||
'settings_update_notification' => 'Asetukset päivitettiin onnistuneesti',
|
||||
'maintenance_action_run' => 'suoritti huoltotoimenpiteen',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'created webhook',
|
||||
'webhook_create_notification' => 'Webhook successfully created',
|
||||
'webhook_update' => 'updated webhook',
|
||||
'webhook_update_notification' => 'Webhook successfully updated',
|
||||
'webhook_delete' => 'deleted webhook',
|
||||
'webhook_delete_notification' => 'Webhook successfully deleted',
|
||||
'webhook_create' => 'loi toimintokutsun',
|
||||
'webhook_create_notification' => 'Toimintokutsu luotiin onnistuneesti',
|
||||
'webhook_update' => 'päivitti toimintokutsun',
|
||||
'webhook_update_notification' => 'Toimintokutsu päivitettiin onnistuneesti',
|
||||
'webhook_delete' => 'poisti toimintokutsun',
|
||||
'webhook_delete_notification' => 'Toimintokutsu poistettiin onnistuneesti',
|
||||
|
||||
// Users
|
||||
'user_create' => 'created user',
|
||||
'user_create_notification' => 'User successfully created',
|
||||
'user_update' => 'updated user',
|
||||
'user_update_notification' => 'User successfully updated',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete_notification' => 'User successfully removed',
|
||||
'user_create' => 'loi käyttäjän',
|
||||
'user_create_notification' => 'Käyttäjä luotiin onnistuneesti',
|
||||
'user_update' => 'päivitti käyttäjän',
|
||||
'user_update_notification' => 'Käyttäjä päivitettiin onnistuneesti',
|
||||
'user_delete' => 'poisti käyttäjän',
|
||||
'user_delete_notification' => 'Käyttäjä poistettiin onnistuneesti',
|
||||
|
||||
// API Tokens
|
||||
'api_token_create' => 'created api token',
|
||||
'api_token_create_notification' => 'API token successfully created',
|
||||
'api_token_update' => 'updated api token',
|
||||
'api_token_update_notification' => 'API token successfully updated',
|
||||
'api_token_delete' => 'deleted api token',
|
||||
'api_token_delete_notification' => 'API token successfully deleted',
|
||||
'api_token_create' => 'loi API-tunnisteen',
|
||||
'api_token_create_notification' => 'API-tunniste luotiin onnistuneesti',
|
||||
'api_token_update' => 'päivitti API-tunnisteen',
|
||||
'api_token_update_notification' => 'API-tunniste päivitettiin onnistuneesti',
|
||||
'api_token_delete' => 'poisti API-tunnisteen',
|
||||
'api_token_delete_notification' => 'API-tunniste poistettiin onnistuneesti',
|
||||
|
||||
// Roles
|
||||
'role_create' => 'created role',
|
||||
'role_create_notification' => 'Role successfully created',
|
||||
'role_update' => 'updated role',
|
||||
'role_update_notification' => 'Role successfully updated',
|
||||
'role_delete' => 'deleted role',
|
||||
'role_delete_notification' => 'Role successfully deleted',
|
||||
'role_create' => 'loi roolin',
|
||||
'role_create_notification' => 'Rooli luotiin onnistuneesti',
|
||||
'role_update' => 'päivitti roolin',
|
||||
'role_update_notification' => 'Rooli päivitettiin onnistuneesti',
|
||||
'role_delete' => 'poisti roolin',
|
||||
'role_delete_notification' => 'Rooli poistettiin onnistuneesti',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'emptied recycle bin',
|
||||
'recycle_bin_restore' => 'restored from recycle bin',
|
||||
'recycle_bin_destroy' => 'removed from recycle bin',
|
||||
'recycle_bin_empty' => 'tyhjensi roskakorin',
|
||||
'recycle_bin_restore' => 'palautti roskakorista',
|
||||
'recycle_bin_destroy' => 'poisti roskakorista',
|
||||
|
||||
// Comments
|
||||
'commented_on' => 'commented on',
|
||||
'comment_create' => 'added comment',
|
||||
'comment_update' => 'updated comment',
|
||||
'comment_delete' => 'deleted comment',
|
||||
'commented_on' => 'kommentoi',
|
||||
'comment_create' => 'lisäsi kommentin',
|
||||
'comment_update' => 'päivitti kommentin',
|
||||
'comment_delete' => 'poisti kommentin',
|
||||
|
||||
// Other
|
||||
'permissions_update' => 'updated permissions',
|
||||
'permissions_update' => 'päivitti käyttöoikeudet',
|
||||
];
|
||||
|
186
lang/fi/auth.php
186
lang/fi/auth.php
@ -6,112 +6,112 @@
|
||||
*/
|
||||
return [
|
||||
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
'failed' => 'Annettuja käyttäjätietoja ei löydy.',
|
||||
'throttle' => 'Liikaa kirjautumisyrityksiä. Yritä uudelleen :seconds sekunnin päästä.',
|
||||
|
||||
// Login & Register
|
||||
'sign_up' => 'Sign up',
|
||||
'log_in' => 'Log in',
|
||||
'log_in_with' => 'Login with :socialDriver',
|
||||
'sign_up_with' => 'Sign up with :socialDriver',
|
||||
'logout' => 'Logout',
|
||||
'sign_up' => 'Rekisteröidy',
|
||||
'log_in' => 'Kirjaudu sisään',
|
||||
'log_in_with' => 'Kirjaudu sisään palvelulla :socialDriver',
|
||||
'sign_up_with' => 'Rekisteröidy palvelulla :socialDriver',
|
||||
'logout' => 'Kirjaudu ulos',
|
||||
|
||||
'name' => 'Name',
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'password_confirm' => 'Confirm Password',
|
||||
'password_hint' => 'Must be at least 8 characters',
|
||||
'forgot_password' => 'Forgot Password?',
|
||||
'remember_me' => 'Remember Me',
|
||||
'ldap_email_hint' => 'Please enter an email to use for this account.',
|
||||
'create_account' => 'Create Account',
|
||||
'already_have_account' => 'Already have an account?',
|
||||
'dont_have_account' => 'Don\'t have an account?',
|
||||
'social_login' => 'Social Login',
|
||||
'social_registration' => 'Social Registration',
|
||||
'social_registration_text' => 'Register and sign in using another service.',
|
||||
'name' => 'Nimi',
|
||||
'username' => 'Käyttäjätunnus',
|
||||
'email' => 'Sähköposti',
|
||||
'password' => 'Salasana',
|
||||
'password_confirm' => 'Vahvista salasana',
|
||||
'password_hint' => 'Tulee olla vähintään 8 merkkiä',
|
||||
'forgot_password' => 'Unohditko salasanan?',
|
||||
'remember_me' => 'Muista minut',
|
||||
'ldap_email_hint' => 'Ole hyvä ja anna käyttäjätilin sähköpostiosoite.',
|
||||
'create_account' => 'Luo käyttäjätili',
|
||||
'already_have_account' => 'Onko sinulla jo käyttäjätili?',
|
||||
'dont_have_account' => 'Eikö sinulla ole käyttäjätiliä?',
|
||||
'social_login' => 'Kirjaudu sosiaalisen median käyttäjätilillä',
|
||||
'social_registration' => 'Rekisteröidy sosiaalisen median käyttäjätilillä',
|
||||
'social_registration_text' => 'Rekisteröidy ja kirjaudu sisään käyttämällä toista palvelua.',
|
||||
|
||||
'register_thanks' => 'Thanks for registering!',
|
||||
'register_confirm' => 'Please check your email and click the confirmation button to access :appName.',
|
||||
'registrations_disabled' => 'Registrations are currently disabled',
|
||||
'registration_email_domain_invalid' => 'That email domain does not have access to this application',
|
||||
'register_success' => 'Thanks for signing up! You are now registered and signed in.',
|
||||
'register_thanks' => 'Kiitos rekisteröitymisestä!',
|
||||
'register_confirm' => 'Tarkista sähköpostisi ja paina vahvistuspainiketta päästäksesi sovellukseen :appName.',
|
||||
'registrations_disabled' => 'Rekisteröityminen on tällä hetkellä pois käytöstä',
|
||||
'registration_email_domain_invalid' => 'Tämän sähköpostiosoitteen verkkotunnuksella ei ole pääsyä tähän sovellukseen',
|
||||
'register_success' => 'Kiitos liittymisestä! Olet nyt rekisteröitynyt ja kirjautunut sisään.',
|
||||
|
||||
// Login auto-initiation
|
||||
'auto_init_starting' => 'Attempting Login',
|
||||
'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
|
||||
'auto_init_start_link' => 'Proceed with authentication',
|
||||
'auto_init_starting' => 'Kirjautumisyritys',
|
||||
'auto_init_starting_desc' => 'Otamme yhteyttä tunnistautumisjärjestelmääsi aloittaaksemme kirjautumisprosessin. Jos 5 sekunnin jälkeen ei tapahdu mitään, voit yrittää klikata alla olevaa linkkiä.',
|
||||
'auto_init_start_link' => 'Jatka tunnistautumisen avulla',
|
||||
|
||||
// Password Reset
|
||||
'reset_password' => 'Reset Password',
|
||||
'reset_password_send_instructions' => 'Enter your email below and you will be sent an email with a password reset link.',
|
||||
'reset_password_send_button' => 'Send Reset Link',
|
||||
'reset_password_sent' => 'A password reset link will be sent to :email if that email address is found in the system.',
|
||||
'reset_password_success' => 'Your password has been successfully reset.',
|
||||
'email_reset_subject' => 'Reset your :appName password',
|
||||
'email_reset_text' => 'You are receiving this email because we received a password reset request for your account.',
|
||||
'email_reset_not_requested' => 'If you did not request a password reset, no further action is required.',
|
||||
'reset_password' => 'Palauta salasana',
|
||||
'reset_password_send_instructions' => 'Syötä sähköpostiosoitteesi alla olevaan kenttään, niin sinulle lähetetään sähköpostiviesti, jossa on salasanan palautuslinkki.',
|
||||
'reset_password_send_button' => 'Lähetä palautuslinkki',
|
||||
'reset_password_sent' => 'Salasanan palautuslinkki lähetetään osoitteeseen :email, jos kyseinen sähköpostiosoite löytyy järjestelmästä.',
|
||||
'reset_password_success' => 'Salasanasi on onnistuneesti palautettu.',
|
||||
'email_reset_subject' => 'Palauta salasanasi sivustolle :appName',
|
||||
'email_reset_text' => 'Saat tämän sähköpostiviestin, koska saimme käyttäjätiliäsi koskevan salasanan palautuspyynnön.',
|
||||
'email_reset_not_requested' => 'Jos et ole pyytänyt salasanan palauttamista, mitään toimenpiteitä ei tarvita.',
|
||||
|
||||
// Email Confirmation
|
||||
'email_confirm_subject' => 'Confirm your email on :appName',
|
||||
'email_confirm_greeting' => 'Thanks for joining :appName!',
|
||||
'email_confirm_text' => 'Please confirm your email address by clicking the button below:',
|
||||
'email_confirm_action' => 'Confirm Email',
|
||||
'email_confirm_send_error' => 'Email confirmation required but the system could not send the email. Contact the admin to ensure email is set up correctly.',
|
||||
'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.',
|
||||
'email_confirm_resent' => 'Confirmation email resent, Please check your inbox.',
|
||||
'email_confirm_thanks' => 'Thanks for confirming!',
|
||||
'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.',
|
||||
'email_confirm_subject' => 'Vahvista sähköpostisi sovelluksessa :appName',
|
||||
'email_confirm_greeting' => 'Kiitos liittymisestä sovellukseen :appName!',
|
||||
'email_confirm_text' => 'Vahvista sähköpostiosoitteesi klikkaamalla alla olevaa painiketta:',
|
||||
'email_confirm_action' => 'Vahvista sähköpostiosoite',
|
||||
'email_confirm_send_error' => 'Sähköpostivahvistusta vaaditaan, mutta järjestelmä ei pystynyt lähettämään sähköpostia. Ota yhteyttä ylläpitäjään varmistaaksesi, että sähköpostiasetukset on määritetty oikein.',
|
||||
'email_confirm_success' => 'Sähköpostisi on vahvistettu! Sinun pitäisi nyt pystyä kirjautumaan sisään tällä sähköpostiosoitteella.',
|
||||
'email_confirm_resent' => 'Vahvistussähköposti on lähetetty uudelleen, tarkista saapuneet sähköpostisi.',
|
||||
'email_confirm_thanks' => 'Kiitos vahvistuksesta!',
|
||||
'email_confirm_thanks_desc' => 'Odota hetki, kun vahvistuksesi käsitellään. Jos sinua ei ohjata uudelleen 3 sekunnin kuluttua, paina alla olevaa "Jatka"-linkkiä.',
|
||||
|
||||
'email_not_confirmed' => 'Email Address Not Confirmed',
|
||||
'email_not_confirmed_text' => 'Your email address has not yet been confirmed.',
|
||||
'email_not_confirmed_click_link' => 'Please click the link in the email that was sent shortly after you registered.',
|
||||
'email_not_confirmed_resend' => 'If you cannot find the email you can re-send the confirmation email by submitting the form below.',
|
||||
'email_not_confirmed_resend_button' => 'Resend Confirmation Email',
|
||||
'email_not_confirmed' => 'Sähköpostiosoitetta ei ole vahvistettu',
|
||||
'email_not_confirmed_text' => 'Sähköpostiosoitettasi ei ole vielä vahvistettu.',
|
||||
'email_not_confirmed_click_link' => 'Klikkaa rekisteröitymisen jälkeen saapuneessa sähköpostissa olevaa vahvistuslinkkiä.',
|
||||
'email_not_confirmed_resend' => 'Jos et löydä sähköpostia, voit lähettää sen uudelleen alla olevalla lomakkeella.',
|
||||
'email_not_confirmed_resend_button' => 'Lähetä vahvistusviesti uudelleen',
|
||||
|
||||
// User Invite
|
||||
'user_invite_email_subject' => 'You have been invited to join :appName!',
|
||||
'user_invite_email_greeting' => 'An account has been created for you on :appName.',
|
||||
'user_invite_email_text' => 'Click the button below to set an account password and gain access:',
|
||||
'user_invite_email_action' => 'Set Account Password',
|
||||
'user_invite_page_welcome' => 'Welcome to :appName!',
|
||||
'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.',
|
||||
'user_invite_page_confirm_button' => 'Confirm Password',
|
||||
'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!',
|
||||
'user_invite_email_subject' => 'Sinut on kutsuttu liittymään sivustoon :appName!',
|
||||
'user_invite_email_greeting' => 'Sinulle on luotu käyttäjätili sivustolla :appName.',
|
||||
'user_invite_email_text' => 'Klikkaa alla olevaa painiketta asettaaksesi tilin salasanan ja saadaksesi pääsyn:',
|
||||
'user_invite_email_action' => 'Aseta käyttäjätilin salasana',
|
||||
'user_invite_page_welcome' => 'Tervetuloa sivustolle :appName!',
|
||||
'user_invite_page_text' => 'Viimeistelläksesi käyttäjätilisi ja saadaksesi pääsyn sinun on asetettava salasana, jolla kirjaudut jatkossa sivustolle :appName.',
|
||||
'user_invite_page_confirm_button' => 'Vahvista salasana',
|
||||
'user_invite_success_login' => 'Salasana asetettu, sinun pitäisi nyt pystyä kirjautumaan sivustolle :appName käyttämällä antamaasi salasanaa!',
|
||||
|
||||
// Multi-factor Authentication
|
||||
'mfa_setup' => 'Setup Multi-Factor Authentication',
|
||||
'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
|
||||
'mfa_setup_configured' => 'Already configured',
|
||||
'mfa_setup_reconfigure' => 'Reconfigure',
|
||||
'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?',
|
||||
'mfa_setup_action' => 'Setup',
|
||||
'mfa_backup_codes_usage_limit_warning' => 'You have less than 5 backup codes remaining, Please generate and store a new set before you run out of codes to prevent being locked out of your account.',
|
||||
'mfa_option_totp_title' => 'Mobile App',
|
||||
'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
|
||||
'mfa_option_backup_codes_title' => 'Backup Codes',
|
||||
'mfa_option_backup_codes_desc' => 'Securely store a set of one-time-use backup codes which you can enter to verify your identity.',
|
||||
'mfa_gen_confirm_and_enable' => 'Confirm and Enable',
|
||||
'mfa_gen_backup_codes_title' => 'Backup Codes Setup',
|
||||
'mfa_gen_backup_codes_desc' => 'Store the below list of codes in a safe place. When accessing the system you\'ll be able to use one of the codes as a second authentication mechanism.',
|
||||
'mfa_gen_backup_codes_download' => 'Download Codes',
|
||||
'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once',
|
||||
'mfa_gen_totp_title' => 'Mobile App Setup',
|
||||
'mfa_gen_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
|
||||
'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.',
|
||||
'mfa_gen_totp_verify_setup' => 'Verify Setup',
|
||||
'mfa_gen_totp_verify_setup_desc' => 'Verify that all is working by entering a code, generated within your authentication app, in the input box below:',
|
||||
'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here',
|
||||
'mfa_verify_access' => 'Verify Access',
|
||||
'mfa_verify_access_desc' => 'Your user account requires you to confirm your identity via an additional level of verification before you\'re granted access. Verify using one of your configured methods to continue.',
|
||||
'mfa_verify_no_methods' => 'No Methods Configured',
|
||||
'mfa_verify_no_methods_desc' => 'No multi-factor authentication methods could be found for your account. You\'ll need to set up at least one method before you gain access.',
|
||||
'mfa_verify_use_totp' => 'Verify using a mobile app',
|
||||
'mfa_verify_use_backup_codes' => 'Verify using a backup code',
|
||||
'mfa_verify_backup_code' => 'Backup Code',
|
||||
'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:',
|
||||
'mfa_verify_backup_code_enter_here' => 'Enter backup code here',
|
||||
'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:',
|
||||
'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.',
|
||||
'mfa_setup' => 'Määritä monivaiheinen tunnistautuminen',
|
||||
'mfa_setup_desc' => 'Määritä monivaiheinen tunnistautuminen käyttäjätilisi turvallisuuden parantamiseksi.',
|
||||
'mfa_setup_configured' => 'Määritetty',
|
||||
'mfa_setup_reconfigure' => 'Uudelleenmäärittele',
|
||||
'mfa_setup_remove_confirmation' => 'Oletko varma, että haluat poistaa tämän monivaiheisen tunnistautumisen menetelmän?',
|
||||
'mfa_setup_action' => 'Asetukset',
|
||||
'mfa_backup_codes_usage_limit_warning' => 'Sinulla on alle 5 varmistuskoodia jäljellä. Luo ja tallenna uusi sarja ennen kuin koodit loppuvat, jotta käyttäjätilisi ei lukitu.',
|
||||
'mfa_option_totp_title' => 'Mobiilisovellus',
|
||||
'mfa_option_totp_desc' => 'Jos haluat käyttää monivaiheista tunnistautumista, tarvitset mobiilisovelluksen, joka tukee TOTP:tä, kuten Google Authenticator, Authy tai Microsoft Authenticator.',
|
||||
'mfa_option_backup_codes_title' => 'Varmistuskoodit',
|
||||
'mfa_option_backup_codes_desc' => 'Tallenna turvallisesti joukko kertakäyttöisiä varmistuskoodeja, jotka voit syöttää henkilöllisyytesi varmentamiseksi.',
|
||||
'mfa_gen_confirm_and_enable' => 'Vahvista ja ota käyttöön',
|
||||
'mfa_gen_backup_codes_title' => 'Varmistuskoodien asetukset',
|
||||
'mfa_gen_backup_codes_desc' => 'Säilytä alla oleva luettelo koodeista turvallisessa paikassa. Kun käytät järjestelmää, voit käyttää yhtä koodeista toisena tunnistautumistapana.',
|
||||
'mfa_gen_backup_codes_download' => 'Lataa koodit',
|
||||
'mfa_gen_backup_codes_usage_warning' => 'Jokainen koodi voidaan käyttää vain kerran',
|
||||
'mfa_gen_totp_title' => 'Mobiilisovelluksen asetukset',
|
||||
'mfa_gen_totp_desc' => 'Jos haluat käyttää monivaiheista tunnistautumista, tarvitset mobiilisovelluksen, joka tukee TOTP: tä, kuten Google Authenticator, Authy tai Microsoft Authenticator.',
|
||||
'mfa_gen_totp_scan' => 'Skannaa alla oleva QR-koodi haluamallasi todennussovelluksella päästäksesi alkuun.',
|
||||
'mfa_gen_totp_verify_setup' => 'Vahvista asetukset',
|
||||
'mfa_gen_totp_verify_setup_desc' => 'Vahvista, että kaikki toimii syöttämällä tunnistautumissovelluksessa luotu koodi alla olevaan kenttään:',
|
||||
'mfa_gen_totp_provide_code_here' => 'Anna sovelluksen luoma koodi',
|
||||
'mfa_verify_access' => 'Vahvista pääsy',
|
||||
'mfa_verify_access_desc' => 'Käyttäjätilisi vaatii kirjautumiseen monivaiheisen tunnistautumisen. Vahvista kirjautuminen jollakin määrittelemälläsi menetelmällä jatkaaksesi.',
|
||||
'mfa_verify_no_methods' => 'Ei määriteltyjä Menetelmiä',
|
||||
'mfa_verify_no_methods_desc' => 'Käyttäjätilillesi ei löytynyt monivaiheisen tunnistautumisen menetelmiä. Kirjautumiseen vaaditaan vähintään yksi menetelmä.',
|
||||
'mfa_verify_use_totp' => 'Vahvista käyttämällä mobiilisovellusta',
|
||||
'mfa_verify_use_backup_codes' => 'Vahvista käyttämällä varmistuskoodia',
|
||||
'mfa_verify_backup_code' => 'Varmistuskoodi',
|
||||
'mfa_verify_backup_code_desc' => 'Syötä yksi jäljellä olevista varmistukoodeistasi:',
|
||||
'mfa_verify_backup_code_enter_here' => 'Syötä varmistuskoodi',
|
||||
'mfa_verify_totp_desc' => 'Anna mobiilisovelluksella luotu koodi alle:',
|
||||
'mfa_setup_login_notification' => 'Monivaiheisen tunnistautumisen menetelmä määritetty. Kirjaudu nyt uudelleen käyttämällä määritettyä menetelmää.',
|
||||
];
|
||||
|
@ -5,106 +5,106 @@
|
||||
return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Cancel',
|
||||
'close' => 'Close',
|
||||
'confirm' => 'Confirm',
|
||||
'back' => 'Back',
|
||||
'save' => 'Save',
|
||||
'continue' => 'Continue',
|
||||
'select' => 'Select',
|
||||
'toggle_all' => 'Toggle All',
|
||||
'more' => 'More',
|
||||
'cancel' => 'Peruuta',
|
||||
'close' => 'Sulje',
|
||||
'confirm' => 'Vahvista',
|
||||
'back' => 'Takaisin',
|
||||
'save' => 'Tallenna',
|
||||
'continue' => 'Jatka',
|
||||
'select' => 'Valitse',
|
||||
'toggle_all' => 'Vaihda kaikki',
|
||||
'more' => 'Lisää',
|
||||
|
||||
// Form Labels
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
'role' => 'Role',
|
||||
'cover_image' => 'Cover image',
|
||||
'cover_image_description' => 'This image should be approx 440x250px.',
|
||||
'name' => 'Nimi',
|
||||
'description' => 'Kuvaus',
|
||||
'role' => 'Rooli',
|
||||
'cover_image' => 'Kansikuva',
|
||||
'cover_image_description' => 'Kuvan tulee olla noin 440x250px.',
|
||||
|
||||
// Actions
|
||||
'actions' => 'Actions',
|
||||
'view' => 'View',
|
||||
'view_all' => 'View All',
|
||||
'new' => 'New',
|
||||
'create' => 'Create',
|
||||
'update' => 'Update',
|
||||
'edit' => 'Edit',
|
||||
'sort' => 'Sort',
|
||||
'move' => 'Move',
|
||||
'copy' => 'Copy',
|
||||
'reply' => 'Reply',
|
||||
'delete' => 'Delete',
|
||||
'delete_confirm' => 'Confirm Deletion',
|
||||
'search' => 'Search',
|
||||
'search_clear' => 'Clear Search',
|
||||
'reset' => 'Reset',
|
||||
'remove' => 'Remove',
|
||||
'add' => 'Add',
|
||||
'configure' => 'Configure',
|
||||
'manage' => 'Manage',
|
||||
'fullscreen' => 'Fullscreen',
|
||||
'favourite' => 'Favourite',
|
||||
'unfavourite' => 'Unfavourite',
|
||||
'next' => 'Next',
|
||||
'previous' => 'Previous',
|
||||
'filter_active' => 'Active Filter:',
|
||||
'filter_clear' => 'Clear Filter',
|
||||
'download' => 'Download',
|
||||
'open_in_tab' => 'Open in Tab',
|
||||
'open' => 'Open',
|
||||
'actions' => 'Toiminnot',
|
||||
'view' => 'Näytä',
|
||||
'view_all' => 'Näytä kaikki',
|
||||
'new' => 'Uusi',
|
||||
'create' => 'Luo',
|
||||
'update' => 'Päivitä',
|
||||
'edit' => 'Muokkaa',
|
||||
'sort' => 'Järjestä',
|
||||
'move' => 'Siirrä',
|
||||
'copy' => 'Kopioi',
|
||||
'reply' => 'Vastaa',
|
||||
'delete' => 'Poista',
|
||||
'delete_confirm' => 'Vahvista poistaminen',
|
||||
'search' => 'Hae',
|
||||
'search_clear' => 'Tyhjennä haku',
|
||||
'reset' => 'Palauta',
|
||||
'remove' => 'Poista',
|
||||
'add' => 'Lisää',
|
||||
'configure' => 'Määritä',
|
||||
'manage' => 'Hallinnoi',
|
||||
'fullscreen' => 'Koko näyttö',
|
||||
'favourite' => 'Suosikki',
|
||||
'unfavourite' => 'Poista suosikki',
|
||||
'next' => 'Seuraava',
|
||||
'previous' => 'Edellinen',
|
||||
'filter_active' => 'Aktiivinen suodatin:',
|
||||
'filter_clear' => 'Tyhjennä suodatin',
|
||||
'download' => 'Lataa',
|
||||
'open_in_tab' => 'Avaa välilehdessä',
|
||||
'open' => 'Avaa',
|
||||
|
||||
// Sort Options
|
||||
'sort_options' => 'Sort Options',
|
||||
'sort_direction_toggle' => 'Sort Direction Toggle',
|
||||
'sort_ascending' => 'Sort Ascending',
|
||||
'sort_descending' => 'Sort Descending',
|
||||
'sort_name' => 'Name',
|
||||
'sort_default' => 'Default',
|
||||
'sort_created_at' => 'Created Date',
|
||||
'sort_updated_at' => 'Updated Date',
|
||||
'sort_options' => 'Järjestyksen asetukset',
|
||||
'sort_direction_toggle' => 'Järjestyssuunnan vaihto',
|
||||
'sort_ascending' => 'Järjestä nousevasti',
|
||||
'sort_descending' => 'Järjestä laskevasti',
|
||||
'sort_name' => 'Nimi',
|
||||
'sort_default' => 'Oletus',
|
||||
'sort_created_at' => 'Luontipäiväys',
|
||||
'sort_updated_at' => 'Päivityksen päiväys',
|
||||
|
||||
// Misc
|
||||
'deleted_user' => 'Deleted User',
|
||||
'no_activity' => 'No activity to show',
|
||||
'no_items' => 'No items available',
|
||||
'back_to_top' => 'Back to top',
|
||||
'skip_to_main_content' => 'Skip to main content',
|
||||
'toggle_details' => 'Toggle Details',
|
||||
'toggle_thumbnails' => 'Toggle Thumbnails',
|
||||
'details' => 'Details',
|
||||
'grid_view' => 'Grid View',
|
||||
'list_view' => 'List View',
|
||||
'default' => 'Default',
|
||||
'breadcrumb' => 'Breadcrumb',
|
||||
'status' => 'Status',
|
||||
'status_active' => 'Active',
|
||||
'status_inactive' => 'Inactive',
|
||||
'never' => 'Never',
|
||||
'none' => 'None',
|
||||
'deleted_user' => 'Poistettu käyttäjä',
|
||||
'no_activity' => 'Ei näytettävää toimintaa',
|
||||
'no_items' => 'Ei kohteita saatavilla',
|
||||
'back_to_top' => 'Palaa alkuun',
|
||||
'skip_to_main_content' => 'Siirry pääsisältöön',
|
||||
'toggle_details' => 'Näytä tiedot',
|
||||
'toggle_thumbnails' => 'Näytä pienoiskuvat',
|
||||
'details' => 'Tiedot',
|
||||
'grid_view' => 'Ruudukkonäkymä',
|
||||
'list_view' => 'Luettelonäkymä',
|
||||
'default' => 'Oletus',
|
||||
'breadcrumb' => 'Navigointipolku',
|
||||
'status' => 'Tila',
|
||||
'status_active' => 'Aktiivinen',
|
||||
'status_inactive' => 'Ei aktiivinen',
|
||||
'never' => 'Ei koskaan',
|
||||
'none' => 'Ei mitään',
|
||||
|
||||
// Header
|
||||
'homepage' => 'Homepage',
|
||||
'header_menu_expand' => 'Expand Header Menu',
|
||||
'profile_menu' => 'Profile Menu',
|
||||
'view_profile' => 'View Profile',
|
||||
'edit_profile' => 'Edit Profile',
|
||||
'dark_mode' => 'Dark Mode',
|
||||
'light_mode' => 'Light Mode',
|
||||
'global_search' => 'Global Search',
|
||||
'homepage' => 'Kotisivu',
|
||||
'header_menu_expand' => 'Laajenna päävalikko',
|
||||
'profile_menu' => 'Profiilivalikko',
|
||||
'view_profile' => 'Näytä profiili',
|
||||
'edit_profile' => 'Muokkaa profiilia',
|
||||
'dark_mode' => 'Tumma tila',
|
||||
'light_mode' => 'Vaalea tila',
|
||||
'global_search' => 'Yleishaku',
|
||||
|
||||
// Layout tabs
|
||||
'tab_info' => 'Info',
|
||||
'tab_info_label' => 'Tab: Show Secondary Information',
|
||||
'tab_content' => 'Content',
|
||||
'tab_content_label' => 'Tab: Show Primary Content',
|
||||
'tab_info_label' => 'Välilehti: Näytä toissijaiset tiedot',
|
||||
'tab_content' => 'Sisältö',
|
||||
'tab_content_label' => 'Välilehti: Näytä ensisijainen sisältö',
|
||||
|
||||
// Email Content
|
||||
'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
|
||||
'email_rights' => 'All rights reserved',
|
||||
'email_action_help' => 'Jos sinulla on ongelmia ":actionText"-painikkeen klikkaamisessa, kopioi ja liitä alla oleva URL-osoite selaimeesi:',
|
||||
'email_rights' => 'Kaikki oikeudet pidätetään',
|
||||
|
||||
// Footer Link Options
|
||||
// Not directly used but available for convenience to users.
|
||||
'privacy_policy' => 'Privacy Policy',
|
||||
'terms_of_service' => 'Terms of Service',
|
||||
'privacy_policy' => 'Tietosuojaseloste',
|
||||
'terms_of_service' => 'Palvelun käyttöehdot',
|
||||
];
|
||||
|
@ -5,42 +5,42 @@
|
||||
return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Image Select',
|
||||
'image_list' => 'Image List',
|
||||
'image_details' => 'Image Details',
|
||||
'image_upload' => 'Upload Image',
|
||||
'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
|
||||
'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
|
||||
'image_all' => 'All',
|
||||
'image_all_title' => 'View all images',
|
||||
'image_book_title' => 'View images uploaded to this book',
|
||||
'image_page_title' => 'View images uploaded to this page',
|
||||
'image_search_hint' => 'Search by image name',
|
||||
'image_uploaded' => 'Uploaded :uploadedDate',
|
||||
'image_uploaded_by' => 'Uploaded by :userName',
|
||||
'image_uploaded_to' => 'Uploaded to :pageLink',
|
||||
'image_updated' => 'Updated :updateDate',
|
||||
'image_load_more' => 'Load More',
|
||||
'image_image_name' => 'Image Name',
|
||||
'image_delete_used' => 'This image is used in the pages below.',
|
||||
'image_delete_confirm_text' => 'Are you sure you want to delete this image?',
|
||||
'image_select_image' => 'Select Image',
|
||||
'image_dropzone' => 'Drop images or click here to upload',
|
||||
'image_dropzone_drop' => 'Drop images here to upload',
|
||||
'images_deleted' => 'Images Deleted',
|
||||
'image_preview' => 'Image Preview',
|
||||
'image_upload_success' => 'Image uploaded successfully',
|
||||
'image_update_success' => 'Image details successfully updated',
|
||||
'image_delete_success' => 'Image successfully deleted',
|
||||
'image_replace' => 'Replace Image',
|
||||
'image_replace_success' => 'Image file successfully updated',
|
||||
'image_rebuild_thumbs' => 'Regenerate Size Variations',
|
||||
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
|
||||
'image_select' => 'Kuvan valinta',
|
||||
'image_list' => 'Kuvalista',
|
||||
'image_details' => 'Kuvan tiedot',
|
||||
'image_upload' => 'Lataa kuva',
|
||||
'image_intro' => 'Täällä voit valita ja hallita kuvia, jotka on aiemmin ladattu järjestelmään.',
|
||||
'image_intro_upload' => 'Lataa uusi kuva vetämällä kuvatiedosto tähän ikkunaan tai käyttämällä yllä olevaa "Lataa kuva" -painiketta.',
|
||||
'image_all' => 'Kaikki',
|
||||
'image_all_title' => 'Näytä kaikki kuvat',
|
||||
'image_book_title' => 'Näytä tähän kirjaan ladatut kuvat',
|
||||
'image_page_title' => 'Näytä tähän sivuun ladatut kuvat',
|
||||
'image_search_hint' => 'Hae kuvan nimellä',
|
||||
'image_uploaded' => 'Ladattu :uploadedDate',
|
||||
'image_uploaded_by' => 'Lataaja :userName',
|
||||
'image_uploaded_to' => 'Ladattu sivulle :pageLink',
|
||||
'image_updated' => 'Päivitetty :updateDate',
|
||||
'image_load_more' => 'Lataa lisää',
|
||||
'image_image_name' => 'Kuvan nimi',
|
||||
'image_delete_used' => 'Tätä kuvaa käytetään alla mainituilla sivuilla.',
|
||||
'image_delete_confirm_text' => 'Haluatko varmasti poistaa tämän kuvan?',
|
||||
'image_select_image' => 'Valitse kuva',
|
||||
'image_dropzone' => 'Pudota kuvat tai lataa ne klikkaamalla tästä',
|
||||
'image_dropzone_drop' => 'Pudota kuvat tähän ladattavaksi',
|
||||
'images_deleted' => 'Kuvat poistettu',
|
||||
'image_preview' => 'Kuvan esikatselu',
|
||||
'image_upload_success' => 'Kuva ladattiin onnistuneesti',
|
||||
'image_update_success' => 'Kuvan tiedot päivitettiin onnistuneesti',
|
||||
'image_delete_success' => 'Kuva poistettiin onnistuneesti',
|
||||
'image_replace' => 'Vaihda kuva',
|
||||
'image_replace_success' => 'Kuvatiedosto päivitettiin onnistuneesti',
|
||||
'image_rebuild_thumbs' => 'Luo kokovaihtoehdot uudelleen',
|
||||
'image_rebuild_thumbs_success' => 'Kuvan kokovaihtoehdot luotiin onnistuneesti uudelleen!',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Edit Code',
|
||||
'code_language' => 'Code Language',
|
||||
'code_content' => 'Code Content',
|
||||
'code_session_history' => 'Session History',
|
||||
'code_save' => 'Save Code',
|
||||
'code_editor' => 'Muokkaa koodia',
|
||||
'code_language' => 'Koodin kieli',
|
||||
'code_content' => 'Koodin sisältö',
|
||||
'code_session_history' => 'Istuntohistoria',
|
||||
'code_save' => 'Tallenna koodi',
|
||||
];
|
||||
|
@ -7,168 +7,168 @@
|
||||
*/
|
||||
return [
|
||||
// General editor terms
|
||||
'general' => 'General',
|
||||
'advanced' => 'Advanced',
|
||||
'none' => 'None',
|
||||
'cancel' => 'Cancel',
|
||||
'save' => 'Save',
|
||||
'close' => 'Close',
|
||||
'undo' => 'Undo',
|
||||
'redo' => 'Redo',
|
||||
'left' => 'Left',
|
||||
'center' => 'Center',
|
||||
'right' => 'Right',
|
||||
'top' => 'Top',
|
||||
'middle' => 'Middle',
|
||||
'bottom' => 'Bottom',
|
||||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
'general' => 'Yleinen',
|
||||
'advanced' => 'Lisäasetukset',
|
||||
'none' => 'Ei mitään',
|
||||
'cancel' => 'Peruuta',
|
||||
'save' => 'Tallenna',
|
||||
'close' => 'Sulje',
|
||||
'undo' => 'Kumoa',
|
||||
'redo' => 'Tee uudelleen',
|
||||
'left' => 'Vasen',
|
||||
'center' => 'Keskellä',
|
||||
'right' => 'Oikea',
|
||||
'top' => 'Ylhäällä',
|
||||
'middle' => 'Keskellä',
|
||||
'bottom' => 'Alhaalla',
|
||||
'width' => 'Leveys',
|
||||
'height' => 'Korkeus',
|
||||
'More' => 'Enemmän',
|
||||
'select' => 'Valitse...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
'header_large' => 'Large Header',
|
||||
'header_medium' => 'Medium Header',
|
||||
'header_small' => 'Small Header',
|
||||
'header_tiny' => 'Tiny Header',
|
||||
'paragraph' => 'Paragraph',
|
||||
'blockquote' => 'Blockquote',
|
||||
'inline_code' => 'Inline code',
|
||||
'callouts' => 'Callouts',
|
||||
'callout_information' => 'Information',
|
||||
'callout_success' => 'Success',
|
||||
'callout_warning' => 'Warning',
|
||||
'callout_danger' => 'Danger',
|
||||
'bold' => 'Bold',
|
||||
'italic' => 'Italic',
|
||||
'underline' => 'Underline',
|
||||
'strikethrough' => 'Strikethrough',
|
||||
'superscript' => 'Superscript',
|
||||
'subscript' => 'Subscript',
|
||||
'text_color' => 'Text color',
|
||||
'custom_color' => 'Custom color',
|
||||
'remove_color' => 'Remove color',
|
||||
'background_color' => 'Background color',
|
||||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
'insert_image' => 'Insert image',
|
||||
'insert_image_title' => 'Insert/Edit Image',
|
||||
'insert_link' => 'Insert/edit link',
|
||||
'insert_link_title' => 'Insert/Edit Link',
|
||||
'insert_horizontal_line' => 'Insert horizontal line',
|
||||
'insert_code_block' => 'Insert code block',
|
||||
'edit_code_block' => 'Edit code block',
|
||||
'insert_drawing' => 'Insert/edit drawing',
|
||||
'drawing_manager' => 'Drawing manager',
|
||||
'insert_media' => 'Insert/edit media',
|
||||
'insert_media_title' => 'Insert/Edit Media',
|
||||
'clear_formatting' => 'Clear formatting',
|
||||
'source_code' => 'Source code',
|
||||
'source_code_title' => 'Source Code',
|
||||
'fullscreen' => 'Fullscreen',
|
||||
'image_options' => 'Image options',
|
||||
'formats' => 'Formaatit',
|
||||
'header_large' => 'Iso otsikko',
|
||||
'header_medium' => 'Keskikokoinen otsikko',
|
||||
'header_small' => 'Pieni otsikko',
|
||||
'header_tiny' => 'Hyvin pieni otsikko',
|
||||
'paragraph' => 'Kappale',
|
||||
'blockquote' => 'Sitaatti',
|
||||
'inline_code' => 'Koodi',
|
||||
'callouts' => 'Huomautukset',
|
||||
'callout_information' => 'Tietoja',
|
||||
'callout_success' => 'Onnistuminen',
|
||||
'callout_warning' => 'Varoitus',
|
||||
'callout_danger' => 'Vaara',
|
||||
'bold' => 'Lihavointi',
|
||||
'italic' => 'Kursivointi',
|
||||
'underline' => 'Alleviivaus',
|
||||
'strikethrough' => 'Yliviivaus',
|
||||
'superscript' => 'Yläindeksi',
|
||||
'subscript' => 'Alaindeksi',
|
||||
'text_color' => 'Tekstin väri',
|
||||
'custom_color' => 'Mukautettu väri',
|
||||
'remove_color' => 'Poista väri',
|
||||
'background_color' => 'Taustaväri',
|
||||
'align_left' => 'Tasaa vasemmalle',
|
||||
'align_center' => 'Tasaa keskelle',
|
||||
'align_right' => 'Tasaa oikealle',
|
||||
'align_justify' => 'Tasaa molemmat reunat',
|
||||
'list_bullet' => 'Lajittelematon lista',
|
||||
'list_numbered' => 'Numeroitu lista',
|
||||
'list_task' => 'Tehtävälista',
|
||||
'indent_increase' => 'Lisää sisennystä',
|
||||
'indent_decrease' => 'Vähennä sisennystä',
|
||||
'table' => 'Taulukko',
|
||||
'insert_image' => 'Lisää kuva',
|
||||
'insert_image_title' => 'Lisää/muokkaa kuvaa',
|
||||
'insert_link' => 'Lisää/muokkaa linkkiä',
|
||||
'insert_link_title' => 'Lisää/muokkaa linkkiä',
|
||||
'insert_horizontal_line' => 'Lisää vaakaviiva',
|
||||
'insert_code_block' => 'Lisää koodilohko',
|
||||
'edit_code_block' => 'Muokkaa koodilohkoa',
|
||||
'insert_drawing' => 'Lisää/muokkaa piirrosta',
|
||||
'drawing_manager' => 'Piirroksen hallinta',
|
||||
'insert_media' => 'Lisää/muokkaa mediaa',
|
||||
'insert_media_title' => 'Lisää/muokkaa mediaa',
|
||||
'clear_formatting' => 'Poista muotoilu',
|
||||
'source_code' => 'Lähdekoodi',
|
||||
'source_code_title' => 'Lähdekoodi',
|
||||
'fullscreen' => 'Koko näyttö',
|
||||
'image_options' => 'Kuvan asetukset',
|
||||
|
||||
// Tables
|
||||
'table_properties' => 'Table properties',
|
||||
'table_properties_title' => 'Table Properties',
|
||||
'delete_table' => 'Delete table',
|
||||
'insert_row_before' => 'Insert row before',
|
||||
'insert_row_after' => 'Insert row after',
|
||||
'delete_row' => 'Delete row',
|
||||
'insert_column_before' => 'Insert column before',
|
||||
'insert_column_after' => 'Insert column after',
|
||||
'delete_column' => 'Delete column',
|
||||
'table_cell' => 'Cell',
|
||||
'table_row' => 'Row',
|
||||
'table_column' => 'Column',
|
||||
'cell_properties' => 'Cell properties',
|
||||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
'vertical_align' => 'Vertical align',
|
||||
'border_width' => 'Border width',
|
||||
'border_style' => 'Border style',
|
||||
'border_color' => 'Border color',
|
||||
'row_properties' => 'Row properties',
|
||||
'row_properties_title' => 'Row Properties',
|
||||
'cut_row' => 'Cut row',
|
||||
'copy_row' => 'Copy row',
|
||||
'paste_row_before' => 'Paste row before',
|
||||
'paste_row_after' => 'Paste row after',
|
||||
'row_type' => 'Row type',
|
||||
'row_type_header' => 'Header',
|
||||
'row_type_body' => 'Body',
|
||||
'row_type_footer' => 'Footer',
|
||||
'alignment' => 'Alignment',
|
||||
'cut_column' => 'Cut column',
|
||||
'copy_column' => 'Copy column',
|
||||
'paste_column_before' => 'Paste column before',
|
||||
'paste_column_after' => 'Paste column after',
|
||||
'cell_padding' => 'Cell padding',
|
||||
'cell_spacing' => 'Cell spacing',
|
||||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
'table_properties' => 'Taulukon ominaisuudet',
|
||||
'table_properties_title' => 'Taulukon ominaisuudet',
|
||||
'delete_table' => 'Poista taulukko',
|
||||
'insert_row_before' => 'Lisää rivi ennen',
|
||||
'insert_row_after' => 'Lisää rivi jälkeen',
|
||||
'delete_row' => 'Poista rivi',
|
||||
'insert_column_before' => 'Liitä sarake ennen',
|
||||
'insert_column_after' => 'Lisää sarake jälkeen',
|
||||
'delete_column' => 'Poista sarake',
|
||||
'table_cell' => 'Solu',
|
||||
'table_row' => 'Rivi',
|
||||
'table_column' => 'Sarake',
|
||||
'cell_properties' => 'Solun ominaisuudet',
|
||||
'cell_properties_title' => 'Solun ominaisuudet',
|
||||
'cell_type' => 'Solun tyyppi',
|
||||
'cell_type_cell' => 'Solu',
|
||||
'cell_scope' => 'Laajuus',
|
||||
'cell_type_header' => 'Otsikkosolu',
|
||||
'merge_cells' => 'Yhdistä solut',
|
||||
'split_cell' => 'Jaa solu',
|
||||
'table_row_group' => 'Riviryhmä',
|
||||
'table_column_group' => 'Sarakeryhmä',
|
||||
'horizontal_align' => 'Vaaka-asettelu',
|
||||
'vertical_align' => 'Pystyasettelu',
|
||||
'border_width' => 'Reunuksen leveys',
|
||||
'border_style' => 'Reunuksen tyyli',
|
||||
'border_color' => 'Reunuksen väri',
|
||||
'row_properties' => 'Rivin ominaisuudet',
|
||||
'row_properties_title' => 'Rivin ominaisuudet',
|
||||
'cut_row' => 'Leikkaa rivi',
|
||||
'copy_row' => 'Kopioi rivi',
|
||||
'paste_row_before' => 'Liitä rivi ennen',
|
||||
'paste_row_after' => 'Liitä rivi jälkeen',
|
||||
'row_type' => 'Rivin tyyppi',
|
||||
'row_type_header' => 'Ylätunniste',
|
||||
'row_type_body' => 'Sisältö',
|
||||
'row_type_footer' => 'Alatunniste',
|
||||
'alignment' => 'Tasaus',
|
||||
'cut_column' => 'Leikkaa sarake',
|
||||
'copy_column' => 'Kopioi sarake',
|
||||
'paste_column_before' => 'Liitä sarake ennen',
|
||||
'paste_column_after' => 'Liitä sarake jälkeen',
|
||||
'cell_padding' => 'Solun reunus',
|
||||
'cell_spacing' => 'Solun välistys',
|
||||
'caption' => 'Otsikko',
|
||||
'show_caption' => 'Näytä otsikko',
|
||||
'constrain' => 'Rajaa mittasuhteet',
|
||||
'cell_border_solid' => 'Kiinteä',
|
||||
'cell_border_dotted' => 'Pisteviiva',
|
||||
'cell_border_dashed' => 'Katkoviiva',
|
||||
'cell_border_double' => 'Kaksinkertainen viiva',
|
||||
'cell_border_groove' => 'Ura',
|
||||
'cell_border_ridge' => 'Harjanne',
|
||||
'cell_border_inset' => 'Sisenevä',
|
||||
'cell_border_outset' => 'Ulkoneva',
|
||||
'cell_border_none' => 'Ei mitään',
|
||||
'cell_border_hidden' => 'Piilotettu',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
'alt_desc' => 'Alternative description',
|
||||
'embed' => 'Embed',
|
||||
'paste_embed' => 'Paste your embed code below:',
|
||||
'url' => 'URL',
|
||||
'text_to_display' => 'Text to display',
|
||||
'title' => 'Title',
|
||||
'open_link' => 'Open link',
|
||||
'open_link_in' => 'Open link in...',
|
||||
'open_link_current' => 'Current window',
|
||||
'open_link_new' => 'New window',
|
||||
'remove_link' => 'Remove link',
|
||||
'insert_collapsible' => 'Insert collapsible block',
|
||||
'collapsible_unwrap' => 'Unwrap',
|
||||
'edit_label' => 'Edit label',
|
||||
'toggle_open_closed' => 'Toggle open/closed',
|
||||
'collapsible_edit' => 'Edit collapsible block',
|
||||
'toggle_label' => 'Toggle label',
|
||||
'source' => 'Lähde',
|
||||
'alt_desc' => 'Vaihtoehtoinen kuvaus',
|
||||
'embed' => 'Upota',
|
||||
'paste_embed' => 'Liitä upotuskoodisi alle:',
|
||||
'url' => 'URL-osoite',
|
||||
'text_to_display' => 'Näytettävä teksti',
|
||||
'title' => 'Otsikko',
|
||||
'open_link' => 'Avaa linkki',
|
||||
'open_link_in' => 'Avaa linkki...',
|
||||
'open_link_current' => 'Nykyinen ikkuna',
|
||||
'open_link_new' => 'Uusi ikkuna',
|
||||
'remove_link' => 'Poista linkki',
|
||||
'insert_collapsible' => 'Lisää kokoontaitettava lohko',
|
||||
'collapsible_unwrap' => 'Poista ympäröivä lohko',
|
||||
'edit_label' => 'Muokkaa nimikettä',
|
||||
'toggle_open_closed' => 'Auki/kiinni',
|
||||
'collapsible_edit' => 'Muokkaa kokoontaitettavaa lohkoa',
|
||||
'toggle_label' => 'Näytä nimike',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
'about' => 'Tietoja editorista',
|
||||
'about_title' => 'Tietoja WYSIWYG-editorista',
|
||||
'editor_license' => 'Editorin lisenssi ja tekijänoikeus',
|
||||
'editor_tiny_license' => 'Tämä editori on rakennettu käyttäen sovellusta :tinyLink, joka on MIT-lisenssin alainen.',
|
||||
'editor_tiny_license_link' => 'TinyMCE-editorin tekijänoikeus- ja lisenssitiedot löytyvät täältä.',
|
||||
'save_continue' => 'Tallenna sivu ja jatka',
|
||||
'callouts_cycle' => '(Pidä painettuna valitaksesi tyyppien välillä)',
|
||||
'link_selector' => 'Linkki sisältöön',
|
||||
'shortcuts' => 'Pikanäppäimet',
|
||||
'shortcut' => 'Pikanäppäin',
|
||||
'shortcuts_intro' => 'Editorissa on saatavilla seuraavat pikanäppäimet:',
|
||||
'windows_linux' => '(Windows/Linux)',
|
||||
'mac' => '(Mac)',
|
||||
'description' => 'Description',
|
||||
'description' => 'Kuvaus',
|
||||
];
|
||||
|
@ -6,428 +6,432 @@
|
||||
return [
|
||||
|
||||
// Shared
|
||||
'recently_created' => 'Recently Created',
|
||||
'recently_created_pages' => 'Recently Created Pages',
|
||||
'recently_updated_pages' => 'Recently Updated Pages',
|
||||
'recently_created_chapters' => 'Recently Created Chapters',
|
||||
'recently_created_books' => 'Recently Created Books',
|
||||
'recently_created_shelves' => 'Recently Created Shelves',
|
||||
'recently_update' => 'Recently Updated',
|
||||
'recently_viewed' => 'Recently Viewed',
|
||||
'recent_activity' => 'Recent Activity',
|
||||
'create_now' => 'Create one now',
|
||||
'revisions' => 'Revisions',
|
||||
'meta_revision' => 'Revision #:revisionCount',
|
||||
'meta_created' => 'Created :timeLength',
|
||||
'meta_created_name' => 'Created :timeLength by :user',
|
||||
'meta_updated' => 'Updated :timeLength',
|
||||
'meta_updated_name' => 'Updated :timeLength by :user',
|
||||
'meta_owned_name' => 'Owned by :user',
|
||||
'meta_reference_page_count' => 'Referenced on :count page|Referenced on :count pages',
|
||||
'entity_select' => 'Entity Select',
|
||||
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
|
||||
'images' => 'Images',
|
||||
'my_recent_drafts' => 'My Recent Drafts',
|
||||
'my_recently_viewed' => 'My Recently Viewed',
|
||||
'my_most_viewed_favourites' => 'My Most Viewed Favourites',
|
||||
'my_favourites' => 'My Favourites',
|
||||
'no_pages_viewed' => 'You have not viewed any pages',
|
||||
'no_pages_recently_created' => 'No pages have been recently created',
|
||||
'no_pages_recently_updated' => 'No pages have been recently updated',
|
||||
'export' => 'Export',
|
||||
'export_html' => 'Contained Web File',
|
||||
'export_pdf' => 'PDF File',
|
||||
'export_text' => 'Plain Text File',
|
||||
'export_md' => 'Markdown File',
|
||||
'recently_created' => 'Viimeksi luodut',
|
||||
'recently_created_pages' => 'Viimeksi luodut sivut',
|
||||
'recently_updated_pages' => 'Viimeksi päivitetyt sivut',
|
||||
'recently_created_chapters' => 'Viimeksi luodut luvut',
|
||||
'recently_created_books' => 'Viimeksi luodut kirjat',
|
||||
'recently_created_shelves' => 'Viimeksi luodut hyllyt',
|
||||
'recently_update' => 'Viimeksi päivitetyt',
|
||||
'recently_viewed' => 'Viimeksi katsotut',
|
||||
'recent_activity' => 'Viimeaikainen toiminta',
|
||||
'create_now' => 'Luo uusi',
|
||||
'revisions' => 'Versiot',
|
||||
'meta_revision' => 'Versio #:revisionCount',
|
||||
'meta_created' => 'Luotu :timeLength',
|
||||
'meta_created_name' => 'Luotu :timeLength käyttäjän :user toimesta',
|
||||
'meta_updated' => 'Päivitetty :timeLength',
|
||||
'meta_updated_name' => 'Päivitetty :timeLength käyttäjän :user toimesta',
|
||||
'meta_owned_name' => 'Omistaja :user',
|
||||
'meta_reference_count' => 'Viittaa :count kohteeseen|Viittaa :count kohteeseen',
|
||||
'entity_select' => 'Kohteen valinta',
|
||||
'entity_select_lack_permission' => 'Sinulla ei ole tarvittavia oikeuksia tämän kohteen valitsemiseen',
|
||||
'images' => 'Kuvat',
|
||||
'my_recent_drafts' => 'Viimeisimmät luonnokseni',
|
||||
'my_recently_viewed' => 'Omat viimeksi katsotut',
|
||||
'my_most_viewed_favourites' => 'Omat katsotuimmat suosikit',
|
||||
'my_favourites' => 'Omat suosikit',
|
||||
'no_pages_viewed' => 'Et ole katsonut yhtään sivua',
|
||||
'no_pages_recently_created' => 'Yhtään sivua ei ole luotu äskettäin',
|
||||
'no_pages_recently_updated' => 'Yhtään sivua ei ole päivitetty äskettäin',
|
||||
'export' => 'Vie',
|
||||
'export_html' => 'HTML-tiedosto',
|
||||
'export_pdf' => 'PDF-tiedosto',
|
||||
'export_text' => 'Tekstitiedosto',
|
||||
'export_md' => 'Markdown-tiedosto',
|
||||
|
||||
// Permissions and restrictions
|
||||
'permissions' => 'Permissions',
|
||||
'permissions_desc' => 'Set permissions here to override the default permissions provided by user roles.',
|
||||
'permissions_book_cascade' => 'Permissions set on books will automatically cascade to child chapters and pages, unless they have their own permissions defined.',
|
||||
'permissions_chapter_cascade' => 'Permissions set on chapters will automatically cascade to child pages, unless they have their own permissions defined.',
|
||||
'permissions_save' => 'Save Permissions',
|
||||
'permissions_owner' => 'Owner',
|
||||
'permissions_role_everyone_else' => 'Everyone Else',
|
||||
'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.',
|
||||
'permissions_role_override' => 'Override permissions for role',
|
||||
'permissions_inherit_defaults' => 'Inherit defaults',
|
||||
'permissions' => 'Käyttöoikeudet',
|
||||
'permissions_desc' => 'Määritä tässä käyttöoikeudet ohittaaksesi käyttäjäroolien antamat oletusoikeudet.',
|
||||
'permissions_book_cascade' => 'Kirjoille määritetyt käyttöoikeudet siirtyvät automaattisesti lukuihin ja -sivuihin, ellei niille ole määritelty omia käyttöoikeuksia.',
|
||||
'permissions_chapter_cascade' => 'Luvuille määritetyt käyttöoikeudet siirtyvät automaattisesti sivuille, ellei niille ole määritelty omia käyttöoikeuksia.',
|
||||
'permissions_save' => 'Tallenna käyttöoikeudet',
|
||||
'permissions_owner' => 'Omistaja',
|
||||
'permissions_role_everyone_else' => 'Kaikki muut',
|
||||
'permissions_role_everyone_else_desc' => 'Aseta käyttöoikeudet kaikille rooleille, joita ei ole erikseen ohitettu.',
|
||||
'permissions_role_override' => 'Ohita roolin käyttöoikeudet',
|
||||
'permissions_inherit_defaults' => 'Peritään oletusarvot',
|
||||
|
||||
// Search
|
||||
'search_results' => 'Search Results',
|
||||
'search_total_results_found' => ':count result found|:count total results found',
|
||||
'search_clear' => 'Clear Search',
|
||||
'search_no_pages' => 'No pages matched this search',
|
||||
'search_for_term' => 'Search for :term',
|
||||
'search_more' => 'More Results',
|
||||
'search_advanced' => 'Advanced Search',
|
||||
'search_terms' => 'Search Terms',
|
||||
'search_content_type' => 'Content Type',
|
||||
'search_exact_matches' => 'Exact Matches',
|
||||
'search_tags' => 'Tag Searches',
|
||||
'search_options' => 'Options',
|
||||
'search_viewed_by_me' => 'Viewed by me',
|
||||
'search_not_viewed_by_me' => 'Not viewed by me',
|
||||
'search_permissions_set' => 'Permissions set',
|
||||
'search_created_by_me' => 'Created by me',
|
||||
'search_updated_by_me' => 'Updated by me',
|
||||
'search_owned_by_me' => 'Owned by me',
|
||||
'search_date_options' => 'Date Options',
|
||||
'search_updated_before' => 'Updated before',
|
||||
'search_updated_after' => 'Updated after',
|
||||
'search_created_before' => 'Created before',
|
||||
'search_created_after' => 'Created after',
|
||||
'search_set_date' => 'Set Date',
|
||||
'search_update' => 'Update Search',
|
||||
'search_results' => 'Hakutulokset',
|
||||
'search_total_results_found' => 'löytyi :count osuma|löytyi :count osumaa',
|
||||
'search_clear' => 'Tyhjennä haku',
|
||||
'search_no_pages' => 'Haulla ei löytynyt yhtään sivua',
|
||||
'search_for_term' => 'Hae sanaa :term',
|
||||
'search_more' => 'Lisää tuloksia',
|
||||
'search_advanced' => 'Tarkennettu haku',
|
||||
'search_terms' => 'Hakusanat',
|
||||
'search_content_type' => 'Sisältötyyppi',
|
||||
'search_exact_matches' => 'Täsmälliset vastineet',
|
||||
'search_tags' => 'Tunnisteen haut',
|
||||
'search_options' => 'Valinnat',
|
||||
'search_viewed_by_me' => 'Olen katsonut',
|
||||
'search_not_viewed_by_me' => 'En ole katsonut',
|
||||
'search_permissions_set' => 'Käyttöoikeudet asetettu',
|
||||
'search_created_by_me' => 'Minun luomani',
|
||||
'search_updated_by_me' => 'Minun päivittämäni',
|
||||
'search_owned_by_me' => 'Minun omistamani',
|
||||
'search_date_options' => 'Päiväyksen valinnat',
|
||||
'search_updated_before' => 'Päivitetty ennen',
|
||||
'search_updated_after' => 'Päivitetty jälkeen',
|
||||
'search_created_before' => 'Luotu ennen',
|
||||
'search_created_after' => 'Luotu jälkeen',
|
||||
'search_set_date' => 'Aseta päiväys',
|
||||
'search_update' => 'Päivitä haku',
|
||||
|
||||
// Shelves
|
||||
'shelf' => 'Shelf',
|
||||
'shelves' => 'Shelves',
|
||||
'x_shelves' => ':count Shelf|:count Shelves',
|
||||
'shelves_empty' => 'No shelves have been created',
|
||||
'shelves_create' => 'Create New Shelf',
|
||||
'shelves_popular' => 'Popular Shelves',
|
||||
'shelves_new' => 'New Shelves',
|
||||
'shelves_new_action' => 'New Shelf',
|
||||
'shelves_popular_empty' => 'The most popular shelves will appear here.',
|
||||
'shelves_new_empty' => 'The most recently created shelves will appear here.',
|
||||
'shelves_save' => 'Save Shelf',
|
||||
'shelves_books' => 'Books on this shelf',
|
||||
'shelves_add_books' => 'Add books to this shelf',
|
||||
'shelves_drag_books' => 'Drag books below to add them to this shelf',
|
||||
'shelves_empty_contents' => 'This shelf has no books assigned to it',
|
||||
'shelves_edit_and_assign' => 'Edit shelf to assign books',
|
||||
'shelves_edit_named' => 'Edit Shelf :name',
|
||||
'shelves_edit' => 'Edit Shelf',
|
||||
'shelves_delete' => 'Delete Shelf',
|
||||
'shelves_delete_named' => 'Delete Shelf :name',
|
||||
'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.",
|
||||
'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?',
|
||||
'shelves_permissions' => 'Shelf Permissions',
|
||||
'shelves_permissions_updated' => 'Shelf Permissions Updated',
|
||||
'shelves_permissions_active' => 'Shelf Permissions Active',
|
||||
'shelves_permissions_cascade_warning' => 'Permissions on shelves do not automatically cascade to contained books. This is because a book can exist on multiple shelves. Permissions can however be copied down to child books using the option found below.',
|
||||
'shelves_permissions_create' => 'Shelf create permissions are only used for copying permissions to child books using the action below. They do not control the ability to create books.',
|
||||
'shelves_copy_permissions_to_books' => 'Copy Permissions to Books',
|
||||
'shelves_copy_permissions' => 'Copy Permissions',
|
||||
'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.',
|
||||
'shelves_copy_permission_success' => 'Shelf permissions copied to :count books',
|
||||
'shelf' => 'Hylly',
|
||||
'shelves' => 'Hyllyt',
|
||||
'x_shelves' => ':count hylly|:count hyllyä',
|
||||
'shelves_empty' => 'Hyllyjä ei ole luotu',
|
||||
'shelves_create' => 'Luo uusi hylly',
|
||||
'shelves_popular' => 'Suositut hyllyt',
|
||||
'shelves_new' => 'Uudet hyllyt',
|
||||
'shelves_new_action' => 'Uusi hylly',
|
||||
'shelves_popular_empty' => 'Suosituimmat hyllyt näkyvät tässä.',
|
||||
'shelves_new_empty' => 'Viimeksi luodut hyllyt näkyvät tässä.',
|
||||
'shelves_save' => 'Tallenna hylly',
|
||||
'shelves_books' => 'Tässä hyllyssä olevat kirjat',
|
||||
'shelves_add_books' => 'Lisää kirjoja tähän hyllyyn',
|
||||
'shelves_drag_books' => 'Vedä alla olevia kirjoja lisätäksesi ne tähän hyllyyn',
|
||||
'shelves_empty_contents' => 'Tälle hyllylle ei ole lisätty kirjoja',
|
||||
'shelves_edit_and_assign' => 'Muokkaa hyllyä lisätäksesi kirjoja',
|
||||
'shelves_edit_named' => 'Muokkaa hyllyä :name',
|
||||
'shelves_edit' => 'Muokkaa hyllyä',
|
||||
'shelves_delete' => 'Poista hylly',
|
||||
'shelves_delete_named' => 'Poista hylly :name',
|
||||
'shelves_delete_explain' => "Tämä poistaa hyllyn, jonka nimi on ':nimi'. Sisältyviä kirjoja ei poisteta.",
|
||||
'shelves_delete_confirmation' => 'Haluatko varmasti poistaa tämän hyllyn?',
|
||||
'shelves_permissions' => 'Hyllyn käyttöoikeudet',
|
||||
'shelves_permissions_updated' => 'Hyllyn käyttöoikeudet päivitetty',
|
||||
'shelves_permissions_active' => 'Hyllyn käyttöoikeudet käytössä',
|
||||
'shelves_permissions_cascade_warning' => 'Hyllyjen käyttöoikeudet eivät siirry automaattisesti kirjoihin. Tämä johtuu siitä, että kirja voi olla useammassa hyllyssä. Käyttöoikeudet voidaan kuitenkin kopioida kaikkiin hyllyn kirjoihin käyttämällä alla olevaa valintaa.',
|
||||
'shelves_permissions_create' => 'Hyllyjen luontioikeuksia käytetään vain kopioidessa oikeuksia hyllyn kirjoihin alla olevan toiminnon avulla. Ne eivät vaikuta mahdollisuuteen luoda kirjoja.',
|
||||
'shelves_copy_permissions_to_books' => 'Kopioi käyttöoikeudet kirjoihin',
|
||||
'shelves_copy_permissions' => 'Kopioi käyttöoikeudet',
|
||||
'shelves_copy_permissions_explain' => 'Tämä valinta siirtää hyllyn nykyiset käyttöoikeusasetukset kaikkiin hyllyssä oleviin kirjoihin. Varmista ennen aktivointia, että kaikki tämän hyllyn käyttöoikeuksiin tehdyt muutokset on tallennettu.',
|
||||
'shelves_copy_permission_success' => 'Hyllyn käyttöoikeudet kopioitu :count kirjaan',
|
||||
|
||||
// Books
|
||||
'book' => 'Book',
|
||||
'books' => 'Books',
|
||||
'x_books' => ':count Book|:count Books',
|
||||
'books_empty' => 'No books have been created',
|
||||
'books_popular' => 'Popular Books',
|
||||
'books_recent' => 'Recent Books',
|
||||
'books_new' => 'New Books',
|
||||
'books_new_action' => 'New Book',
|
||||
'books_popular_empty' => 'The most popular books will appear here.',
|
||||
'books_new_empty' => 'The most recently created books will appear here.',
|
||||
'books_create' => 'Create New Book',
|
||||
'books_delete' => 'Delete Book',
|
||||
'books_delete_named' => 'Delete Book :bookName',
|
||||
'books_delete_explain' => 'This will delete the book with the name \':bookName\'. All pages and chapters will be removed.',
|
||||
'books_delete_confirmation' => 'Are you sure you want to delete this book?',
|
||||
'books_edit' => 'Edit Book',
|
||||
'books_edit_named' => 'Edit Book :bookName',
|
||||
'books_form_book_name' => 'Book Name',
|
||||
'books_save' => 'Save Book',
|
||||
'books_permissions' => 'Book Permissions',
|
||||
'books_permissions_updated' => 'Book Permissions Updated',
|
||||
'books_empty_contents' => 'No pages or chapters have been created for this book.',
|
||||
'books_empty_create_page' => 'Create a new page',
|
||||
'books_empty_sort_current_book' => 'Sort the current book',
|
||||
'books_empty_add_chapter' => 'Add a chapter',
|
||||
'books_permissions_active' => 'Book Permissions Active',
|
||||
'books_search_this' => 'Search this book',
|
||||
'books_navigation' => 'Book Navigation',
|
||||
'books_sort' => 'Sort Book Contents',
|
||||
'books_sort_desc' => 'Move chapters and pages within a book to reorganise its contents. Other books can be added which allows easy moving of chapters and pages between books.',
|
||||
'books_sort_named' => 'Sort Book :bookName',
|
||||
'books_sort_name' => 'Sort by Name',
|
||||
'books_sort_created' => 'Sort by Created Date',
|
||||
'books_sort_updated' => 'Sort by Updated Date',
|
||||
'books_sort_chapters_first' => 'Chapters First',
|
||||
'books_sort_chapters_last' => 'Chapters Last',
|
||||
'books_sort_show_other' => 'Show Other Books',
|
||||
'books_sort_save' => 'Save New Order',
|
||||
'books_sort_show_other_desc' => 'Add other books here to include them in the sort operation, and allow easy cross-book reorganisation.',
|
||||
'books_sort_move_up' => 'Move Up',
|
||||
'books_sort_move_down' => 'Move Down',
|
||||
'books_sort_move_prev_book' => 'Move to Previous Book',
|
||||
'books_sort_move_next_book' => 'Move to Next Book',
|
||||
'books_sort_move_prev_chapter' => 'Move Into Previous Chapter',
|
||||
'books_sort_move_next_chapter' => 'Move Into Next Chapter',
|
||||
'books_sort_move_book_start' => 'Move to Start of Book',
|
||||
'books_sort_move_book_end' => 'Move to End of Book',
|
||||
'books_sort_move_before_chapter' => 'Move to Before Chapter',
|
||||
'books_sort_move_after_chapter' => 'Move to After Chapter',
|
||||
'books_copy' => 'Copy Book',
|
||||
'books_copy_success' => 'Book successfully copied',
|
||||
'book' => 'Kirja',
|
||||
'books' => 'Kirjat',
|
||||
'x_books' => ':count kirja|:count kirjaa',
|
||||
'books_empty' => 'Kirjoja ei ole luotu',
|
||||
'books_popular' => 'Suositut kirjat',
|
||||
'books_recent' => 'Viimeisimmät kirjat',
|
||||
'books_new' => 'Uudet kirjat',
|
||||
'books_new_action' => 'Uusi kirja',
|
||||
'books_popular_empty' => 'Suosituimmat kirjat näkyvät tässä.',
|
||||
'books_new_empty' => 'Viimeksi luodut kirjat näkyvät tässä.',
|
||||
'books_create' => 'Luo uusi kirja',
|
||||
'books_delete' => 'Poista kirja',
|
||||
'books_delete_named' => 'Poista kirja :bookName',
|
||||
'books_delete_explain' => 'Tämä poistaa kirjan, jonka nimi on \':bookName\'. Kaikki sivut ja luvut poistetaan.',
|
||||
'books_delete_confirmation' => 'Haluatko varmasti poistaa tämän kirjan?',
|
||||
'books_edit' => 'Muokkaa kirjaa',
|
||||
'books_edit_named' => 'Muokkaa kirjaa :bookName',
|
||||
'books_form_book_name' => 'Kirjan nimi',
|
||||
'books_save' => 'Tallenna kirja',
|
||||
'books_default_template' => 'Oletusmallipohja',
|
||||
'books_default_template_explain' => 'Määritä mallipohja, jota käytetään oletuksena kaikille tämän kirjan uusille sivuille. Muista, että mallipohjaa käytetään vain, jos sivun luojalla on katseluoikeudet valittuun mallipohjaan.',
|
||||
'books_default_template_select' => 'Valitse mallipohja',
|
||||
'books_permissions' => 'Kirjan käyttöoikeudet',
|
||||
'books_permissions_updated' => 'Kirjan käyttöoikeudet päivitetty',
|
||||
'books_empty_contents' => 'Tähän kirjaan ei ole luotu sivuja tai lukuja.',
|
||||
'books_empty_create_page' => 'Luo uusi sivu',
|
||||
'books_empty_sort_current_book' => 'Järjestä nykyistä kirjaa',
|
||||
'books_empty_add_chapter' => 'Lisää luku',
|
||||
'books_permissions_active' => 'Kirjan käyttöoikeudet käytössä',
|
||||
'books_search_this' => 'Hae tästä kirjasta',
|
||||
'books_navigation' => 'Kirjan navigaatio',
|
||||
'books_sort' => 'Järjestä kirjan sisältö',
|
||||
'books_sort_desc' => 'Siirrä lukuja ja sivuja kirjan sisällä järjestelläksesi sen sisältöä uudelleen. Voit lisätä muita kirjoja, jolloin lukujen ja sivujen siirtäminen kirjojen välillä on helppoa.',
|
||||
'books_sort_named' => 'Järjestä kirja :bookName',
|
||||
'books_sort_name' => 'Järjestä nimen mukaan',
|
||||
'books_sort_created' => 'Järjestä luontipäiväyksen mukaan',
|
||||
'books_sort_updated' => 'Järjestä päivityksen päiväyksen mukaan',
|
||||
'books_sort_chapters_first' => 'Luvut ensin',
|
||||
'books_sort_chapters_last' => 'Luvut viimeisenä',
|
||||
'books_sort_show_other' => 'Näytä muita kirjoja',
|
||||
'books_sort_save' => 'Tallenna uusi järjestys',
|
||||
'books_sort_show_other_desc' => 'Voit lisätä tähän muita kirjoja järjestämistä varten ja mahdollistaa sujuvan kirjojen välisen uudelleenjärjestelyn.',
|
||||
'books_sort_move_up' => 'Siirrä ylös',
|
||||
'books_sort_move_down' => 'Siirrä alas',
|
||||
'books_sort_move_prev_book' => 'Siirrä edelliseen kirjaan',
|
||||
'books_sort_move_next_book' => 'Siirrä seuraavaan kirjaan',
|
||||
'books_sort_move_prev_chapter' => 'Siirrä edelliseen lukuun',
|
||||
'books_sort_move_next_chapter' => 'Siirrä seuraavaan lukuun',
|
||||
'books_sort_move_book_start' => 'Siirrä kirjan alkuun',
|
||||
'books_sort_move_book_end' => 'Siirrä kirjan loppuun',
|
||||
'books_sort_move_before_chapter' => 'Siirrä luvun edelle',
|
||||
'books_sort_move_after_chapter' => 'Siirrä luvun jälkeen',
|
||||
'books_copy' => 'Kopioi kirja',
|
||||
'books_copy_success' => 'Kirja kopioitiin onnistuneesti',
|
||||
|
||||
// Chapters
|
||||
'chapter' => 'Chapter',
|
||||
'chapters' => 'Chapters',
|
||||
'x_chapters' => ':count Chapter|:count Chapters',
|
||||
'chapters_popular' => 'Popular Chapters',
|
||||
'chapters_new' => 'New Chapter',
|
||||
'chapters_create' => 'Create New Chapter',
|
||||
'chapters_delete' => 'Delete Chapter',
|
||||
'chapters_delete_named' => 'Delete Chapter :chapterName',
|
||||
'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages that exist within this chapter will also be deleted.',
|
||||
'chapters_delete_confirm' => 'Are you sure you want to delete this chapter?',
|
||||
'chapters_edit' => 'Edit Chapter',
|
||||
'chapters_edit_named' => 'Edit Chapter :chapterName',
|
||||
'chapters_save' => 'Save Chapter',
|
||||
'chapters_move' => 'Move Chapter',
|
||||
'chapters_move_named' => 'Move Chapter :chapterName',
|
||||
'chapters_copy' => 'Copy Chapter',
|
||||
'chapters_copy_success' => 'Chapter successfully copied',
|
||||
'chapters_permissions' => 'Chapter Permissions',
|
||||
'chapters_empty' => 'No pages are currently in this chapter.',
|
||||
'chapters_permissions_active' => 'Chapter Permissions Active',
|
||||
'chapters_permissions_success' => 'Chapter Permissions Updated',
|
||||
'chapters_search_this' => 'Search this chapter',
|
||||
'chapter_sort_book' => 'Sort Book',
|
||||
'chapter' => 'Luku',
|
||||
'chapters' => 'Luvut',
|
||||
'x_chapters' => ':count luku|:count lukua',
|
||||
'chapters_popular' => 'Suositut luvut',
|
||||
'chapters_new' => 'Uusi luku',
|
||||
'chapters_create' => 'Luo uusi luku',
|
||||
'chapters_delete' => 'Poista luku',
|
||||
'chapters_delete_named' => 'Poista luku :chapterName',
|
||||
'chapters_delete_explain' => 'Tämä poistaa luvun nimeltä \':chapterName\'. Myös kaikki luvun sisällä olevat sivut poistetaan.',
|
||||
'chapters_delete_confirm' => 'Haluatko varmasti poistaa tämän luvun?',
|
||||
'chapters_edit' => 'Muokkaa lukua',
|
||||
'chapters_edit_named' => 'Muokkaa lukua :chapterName',
|
||||
'chapters_save' => 'Tallenna luku',
|
||||
'chapters_move' => 'Siirrä luku',
|
||||
'chapters_move_named' => 'Siirrä lukua :chapterName',
|
||||
'chapters_copy' => 'Kopioi luku',
|
||||
'chapters_copy_success' => 'Luku kopioitiin onnistuneesti',
|
||||
'chapters_permissions' => 'Luvun käyttöoikeudet',
|
||||
'chapters_empty' => 'Tässä luvussa ei ole tällä hetkellä sivuja.',
|
||||
'chapters_permissions_active' => 'Luvun käyttöoikeudet käytössä',
|
||||
'chapters_permissions_success' => 'Luvun käyttöoikeudet päivitetty',
|
||||
'chapters_search_this' => 'Hae tästä luvusta',
|
||||
'chapter_sort_book' => 'Järjestä kirja',
|
||||
|
||||
// Pages
|
||||
'page' => 'Page',
|
||||
'pages' => 'Pages',
|
||||
'x_pages' => ':count Page|:count Pages',
|
||||
'pages_popular' => 'Popular Pages',
|
||||
'pages_new' => 'New Page',
|
||||
'pages_attachments' => 'Attachments',
|
||||
'pages_navigation' => 'Page Navigation',
|
||||
'pages_delete' => 'Delete Page',
|
||||
'pages_delete_named' => 'Delete Page :pageName',
|
||||
'pages_delete_draft_named' => 'Delete Draft Page :pageName',
|
||||
'pages_delete_draft' => 'Delete Draft Page',
|
||||
'pages_delete_success' => 'Page deleted',
|
||||
'pages_delete_draft_success' => 'Draft page deleted',
|
||||
'pages_delete_confirm' => 'Are you sure you want to delete this page?',
|
||||
'pages_delete_draft_confirm' => 'Are you sure you want to delete this draft page?',
|
||||
'pages_editing_named' => 'Editing Page :pageName',
|
||||
'pages_edit_draft_options' => 'Draft Options',
|
||||
'pages_edit_save_draft' => 'Save Draft',
|
||||
'pages_edit_draft' => 'Edit Page Draft',
|
||||
'pages_editing_draft' => 'Editing Draft',
|
||||
'pages_editing_page' => 'Editing Page',
|
||||
'pages_edit_draft_save_at' => 'Draft saved at ',
|
||||
'pages_edit_delete_draft' => 'Delete Draft',
|
||||
'pages_edit_delete_draft_confirm' => 'Are you sure you want to delete your draft page changes? All of your changes, since the last full save, will be lost and the editor will be updated with the latest page non-draft save state.',
|
||||
'pages_edit_discard_draft' => 'Discard Draft',
|
||||
'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Clean Content)',
|
||||
'pages_edit_switch_to_markdown_stable' => '(Stable Content)',
|
||||
'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG Editor',
|
||||
'pages_edit_set_changelog' => 'Set Changelog',
|
||||
'pages_edit_enter_changelog_desc' => 'Enter a brief description of the changes you\'ve made',
|
||||
'pages_edit_enter_changelog' => 'Enter Changelog',
|
||||
'pages_editor_switch_title' => 'Switch Editor',
|
||||
'pages_editor_switch_are_you_sure' => 'Are you sure you want to change the editor for this page?',
|
||||
'pages_editor_switch_consider_following' => 'Consider the following when changing editors:',
|
||||
'pages_editor_switch_consideration_a' => 'Once saved, the new editor option will be used by any future editors, including those that may not be able to change editor type themselves.',
|
||||
'pages_editor_switch_consideration_b' => 'This can potentially lead to a loss of detail and syntax in certain circumstances.',
|
||||
'pages_editor_switch_consideration_c' => 'Tag or changelog changes, made since last save, won\'t persist across this change.',
|
||||
'pages_save' => 'Save Page',
|
||||
'pages_title' => 'Page Title',
|
||||
'pages_name' => 'Page Name',
|
||||
'pages_md_editor' => 'Editor',
|
||||
'pages_md_preview' => 'Preview',
|
||||
'pages_md_insert_image' => 'Insert Image',
|
||||
'pages_md_insert_link' => 'Insert Entity Link',
|
||||
'pages_md_insert_drawing' => 'Insert Drawing',
|
||||
'pages_md_show_preview' => 'Show preview',
|
||||
'pages_md_sync_scroll' => 'Sync preview scroll',
|
||||
'pages_drawing_unsaved' => 'Unsaved Drawing Found',
|
||||
'pages_drawing_unsaved_confirm' => 'Unsaved drawing data was found from a previous failed drawing save attempt. Would you like to restore and continue editing this unsaved drawing?',
|
||||
'pages_not_in_chapter' => 'Page is not in a chapter',
|
||||
'pages_move' => 'Move Page',
|
||||
'pages_copy' => 'Copy Page',
|
||||
'pages_copy_desination' => 'Copy Destination',
|
||||
'pages_copy_success' => 'Page successfully copied',
|
||||
'pages_permissions' => 'Page Permissions',
|
||||
'pages_permissions_success' => 'Page permissions updated',
|
||||
'pages_revision' => 'Revision',
|
||||
'pages_revisions' => 'Page Revisions',
|
||||
'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.',
|
||||
'pages_revisions_named' => 'Page Revisions for :pageName',
|
||||
'pages_revision_named' => 'Page Revision for :pageName',
|
||||
'pages_revision_restored_from' => 'Restored from #:id; :summary',
|
||||
'pages_revisions_created_by' => 'Created By',
|
||||
'pages_revisions_date' => 'Revision Date',
|
||||
'page' => 'Sivu',
|
||||
'pages' => 'Sivut',
|
||||
'x_pages' => ':count sivu|:count sivua',
|
||||
'pages_popular' => 'Suositut sivut',
|
||||
'pages_new' => 'Uusi sivu',
|
||||
'pages_attachments' => 'Liitteet',
|
||||
'pages_navigation' => 'Sivun navigaatio',
|
||||
'pages_delete' => 'Poista sivu',
|
||||
'pages_delete_named' => 'Poista sivu :pageName',
|
||||
'pages_delete_draft_named' => 'Poista luonnos :pageName',
|
||||
'pages_delete_draft' => 'Poista luonnos',
|
||||
'pages_delete_success' => 'Sivu poistettu',
|
||||
'pages_delete_draft_success' => 'Luonnos poistettu',
|
||||
'pages_delete_warning_template' => 'Tätä sivua käytetään oletusmallipohjana. Näillä kirjoilla ei ole enää oletusmallipohjaa, jos tämä sivu poistetaan.',
|
||||
'pages_delete_confirm' => 'Oletko varma, että haluat poistaa tämän sivun?',
|
||||
'pages_delete_draft_confirm' => 'Haluatko varmasti poistaa tämän luonnoksen?',
|
||||
'pages_editing_named' => 'Muokataan sivua :pageName',
|
||||
'pages_edit_draft_options' => 'Luonnoksen asetukset',
|
||||
'pages_edit_save_draft' => 'Tallenna luonnos',
|
||||
'pages_edit_draft' => 'Muokkaa luonnosta',
|
||||
'pages_editing_draft' => 'Muokataan luonnosta',
|
||||
'pages_editing_page' => 'Muokataan sivua',
|
||||
'pages_edit_draft_save_at' => 'Luonnos tallennettu ',
|
||||
'pages_edit_delete_draft' => 'Poista luonnos',
|
||||
'pages_edit_delete_draft_confirm' => 'Oletko varma, että haluat poistaa luonnoksen muutokset? Kaikki muutokset viimeisimmästä tallennuksesta lähtien häviävät, ja editori päivitetään viimeisimpään tallennettuun sivun versioon.',
|
||||
'pages_edit_discard_draft' => 'Hylkää luonnos',
|
||||
'pages_edit_switch_to_markdown' => 'Vaihda Markdown-editoriin',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Puhdas sisältö)',
|
||||
'pages_edit_switch_to_markdown_stable' => '(Vakaa sisältö)',
|
||||
'pages_edit_switch_to_wysiwyg' => 'Vaihda WYSIWYG-editoriin',
|
||||
'pages_edit_set_changelog' => 'Aseta muutosloki',
|
||||
'pages_edit_enter_changelog_desc' => 'Kirjoita lyhyt kuvaus tekemistäsi muutoksista',
|
||||
'pages_edit_enter_changelog' => 'Syötä muutosloki',
|
||||
'pages_editor_switch_title' => 'Vaihda editoria',
|
||||
'pages_editor_switch_are_you_sure' => 'Haluatko varmasti vaihtaa tämän sivun editorin?',
|
||||
'pages_editor_switch_consider_following' => 'Ota huomioon seuraavat asiat, kun vaihdat editoria:',
|
||||
'pages_editor_switch_consideration_a' => 'Tallennuksen jälkeen kaikki tulevat muokkaajat käyttävät uutta editorivaihtoehtoa, myös käyttäjät, jotka eivät ehkä pysty itse vaihtamaan editoria.',
|
||||
'pages_editor_switch_consideration_b' => 'Tämä voi joissain tapauksissa johtaa yksityiskohtien ja muotoilujen häviämiseen.',
|
||||
'pages_editor_switch_consideration_c' => 'Viimeisimmän tallennuksen jälkeen tehdyt tunniste- tai muutoslokimuutokset eivät säily.',
|
||||
'pages_save' => 'Tallenna sivu',
|
||||
'pages_title' => 'Sivun otsikko',
|
||||
'pages_name' => 'Sivun nimi',
|
||||
'pages_md_editor' => 'Editori',
|
||||
'pages_md_preview' => 'Esikatselu',
|
||||
'pages_md_insert_image' => 'Lisää kuva',
|
||||
'pages_md_insert_link' => 'Lisää linkki',
|
||||
'pages_md_insert_drawing' => 'Lisää piirustus',
|
||||
'pages_md_show_preview' => 'Näytä esikatselu',
|
||||
'pages_md_sync_scroll' => 'Vieritä esikatselua koodin vierityksen mukaan',
|
||||
'pages_drawing_unsaved' => 'Tallentamaton piirustus löytyi',
|
||||
'pages_drawing_unsaved_confirm' => 'Järjestelmä löysi tallentamattoman piirustuksen. Haluatko palauttaa piirustuksen ja jatkaa sen muokkaamista?',
|
||||
'pages_not_in_chapter' => 'Sivu ei kuulu mihinkään lukuun',
|
||||
'pages_move' => 'Siirrä sivu',
|
||||
'pages_copy' => 'Kopioi sivu',
|
||||
'pages_copy_desination' => 'Kopioinnin kohde',
|
||||
'pages_copy_success' => 'Sivu kopioitiin onnistuneesti',
|
||||
'pages_permissions' => 'Sivun käyttöoikeudet',
|
||||
'pages_permissions_success' => 'Sivun käyttöoikeudet päivitetty',
|
||||
'pages_revision' => 'Versio',
|
||||
'pages_revisions' => 'Sivun versiot',
|
||||
'pages_revisions_desc' => 'Alla on kaikki tämän sivun aiemmat versiot. Voit tarkastella, vertailla ja palauttaa vanhoja versioita, jos käyttöoikeudet sallivat. Sivun koko historia ei välttämättä näy kokonaan, sillä järjestelmän asetuksista riippuen vanhat versiot saatetaan poistaa automaattisesti.',
|
||||
'pages_revisions_named' => 'Sivun :pageName versiot',
|
||||
'pages_revision_named' => 'Sivun :pageName versio',
|
||||
'pages_revision_restored_from' => 'Palautettu versiosta #:id; :summary',
|
||||
'pages_revisions_created_by' => 'Luonut',
|
||||
'pages_revisions_date' => 'Version päiväys',
|
||||
'pages_revisions_number' => '#',
|
||||
'pages_revisions_sort_number' => 'Revision Number',
|
||||
'pages_revisions_numbered' => 'Revision #:id',
|
||||
'pages_revisions_numbered_changes' => 'Revision #:id Changes',
|
||||
'pages_revisions_editor' => 'Editor Type',
|
||||
'pages_revisions_changelog' => 'Changelog',
|
||||
'pages_revisions_changes' => 'Changes',
|
||||
'pages_revisions_current' => 'Current Version',
|
||||
'pages_revisions_preview' => 'Preview',
|
||||
'pages_revisions_restore' => 'Restore',
|
||||
'pages_revisions_none' => 'This page has no revisions',
|
||||
'pages_copy_link' => 'Copy Link',
|
||||
'pages_edit_content_link' => 'Jump to section in editor',
|
||||
'pages_pointer_enter_mode' => 'Enter section select mode',
|
||||
'pages_pointer_label' => 'Page Section Options',
|
||||
'pages_pointer_permalink' => 'Page Section Permalink',
|
||||
'pages_pointer_include_tag' => 'Page Section Include Tag',
|
||||
'pages_pointer_toggle_link' => 'Permalink mode, Press to show include tag',
|
||||
'pages_pointer_toggle_include' => 'Include tag mode, Press to show permalink',
|
||||
'pages_permissions_active' => 'Page Permissions Active',
|
||||
'pages_initial_revision' => 'Initial publish',
|
||||
'pages_references_update_revision' => 'System auto-update of internal links',
|
||||
'pages_initial_name' => 'New Page',
|
||||
'pages_editing_draft_notification' => 'You are currently editing a draft that was last saved :timeDiff.',
|
||||
'pages_draft_edited_notification' => 'This page has been updated by since that time. It is recommended that you discard this draft.',
|
||||
'pages_draft_page_changed_since_creation' => 'This page has been updated since this draft was created. It is recommended that you discard this draft or take care not to overwrite any page changes.',
|
||||
'pages_revisions_sort_number' => 'Versionumero',
|
||||
'pages_revisions_numbered' => 'Versio #:id',
|
||||
'pages_revisions_numbered_changes' => 'Version #:id muutokset',
|
||||
'pages_revisions_editor' => 'Editorin tyyppi',
|
||||
'pages_revisions_changelog' => 'Muutoshistoria',
|
||||
'pages_revisions_changes' => 'Muutokset',
|
||||
'pages_revisions_current' => 'Nykyinen versio',
|
||||
'pages_revisions_preview' => 'Esikatselu',
|
||||
'pages_revisions_restore' => 'Palauta',
|
||||
'pages_revisions_none' => 'Tällä sivulla ei ole versioita',
|
||||
'pages_copy_link' => 'Kopioi linkki',
|
||||
'pages_edit_content_link' => 'Siirry osioon editorissa',
|
||||
'pages_pointer_enter_mode' => 'Siirry osion valintatilaan',
|
||||
'pages_pointer_label' => 'Sivun osion valinnat',
|
||||
'pages_pointer_permalink' => 'Sivun osion pysyvä linkki',
|
||||
'pages_pointer_include_tag' => 'Sivun osion viitetunniste',
|
||||
'pages_pointer_toggle_link' => 'Pysyvä linkki, valitse viitetunniste painamalla',
|
||||
'pages_pointer_toggle_include' => 'Viitetunniste, valitse pysyvä linkki painamalla',
|
||||
'pages_permissions_active' => 'Sivun käyttöoikeudet käytössä',
|
||||
'pages_initial_revision' => 'Alkuperäinen julkaisu',
|
||||
'pages_references_update_revision' => 'Sisäisten linkkien automaattinen päivitys',
|
||||
'pages_initial_name' => 'Uusi sivu',
|
||||
'pages_editing_draft_notification' => 'Muokkaat luonnosta, joka on viimeksi tallennettu :timeDiff.',
|
||||
'pages_draft_edited_notification' => 'Tätä sivua on päivitetty myöhemmin. Tämä luonnos suositellaan poistettavaksi.',
|
||||
'pages_draft_page_changed_since_creation' => 'Sivua on päivitetty tämän luonnoksen luomisen jälkeen. On suositeltavaa, että poistat tämän luonnoksen tai huolehdit siitä, ettet korvaa uusia sivun muutoksia.',
|
||||
'pages_draft_edit_active' => [
|
||||
'start_a' => ':count users have started editing this page',
|
||||
'start_b' => ':userName has started editing this page',
|
||||
'time_a' => 'since the page was last updated',
|
||||
'time_b' => 'in the last :minCount minutes',
|
||||
'message' => ':start :time. Take care not to overwrite each other\'s updates!',
|
||||
'start_a' => ':count käyttäjää muokkaa tätä sivua',
|
||||
'start_b' => ':userName muokkaa tätä sivua',
|
||||
'time_a' => 'sivun viimeisimmän päivityksen jälkeen',
|
||||
'time_b' => 'viimeisen :minCount minuutin aikana',
|
||||
'message' => ':start :time. Huolehdi siitä, että ette ylikirjoita toistenne päivityksiä!',
|
||||
],
|
||||
'pages_draft_discarded' => 'Draft discarded! The editor has been updated with the current page content',
|
||||
'pages_draft_deleted' => 'Draft deleted! The editor has been updated with the current page content',
|
||||
'pages_specific' => 'Specific Page',
|
||||
'pages_is_template' => 'Page Template',
|
||||
'pages_draft_discarded' => 'Luonnos on hylätty! Editoriin on päivitetty sivun nykyinen sisältö',
|
||||
'pages_draft_deleted' => 'Luonnos on poistettu! Editoriin on päivitetty sivun nykyinen sisältö',
|
||||
'pages_specific' => 'Tietty sivu',
|
||||
'pages_is_template' => 'Mallipohja',
|
||||
|
||||
// Editor Sidebar
|
||||
'toggle_sidebar' => 'Toggle Sidebar',
|
||||
'page_tags' => 'Page Tags',
|
||||
'chapter_tags' => 'Chapter Tags',
|
||||
'book_tags' => 'Book Tags',
|
||||
'shelf_tags' => 'Shelf Tags',
|
||||
'tag' => 'Tag',
|
||||
'tags' => 'Tags',
|
||||
'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.',
|
||||
'tag_name' => 'Tag Name',
|
||||
'tag_value' => 'Tag Value (Optional)',
|
||||
'tags_explain' => "Add some tags to better categorise your content. \n You can assign a value to a tag for more in-depth organisation.",
|
||||
'tags_add' => 'Add another tag',
|
||||
'tags_remove' => 'Remove this tag',
|
||||
'tags_usages' => 'Total tag usages',
|
||||
'tags_assigned_pages' => 'Assigned to Pages',
|
||||
'tags_assigned_chapters' => 'Assigned to Chapters',
|
||||
'tags_assigned_books' => 'Assigned to Books',
|
||||
'tags_assigned_shelves' => 'Assigned to Shelves',
|
||||
'tags_x_unique_values' => ':count unique values',
|
||||
'tags_all_values' => 'All values',
|
||||
'tags_view_tags' => 'View Tags',
|
||||
'tags_view_existing_tags' => 'View existing tags',
|
||||
'tags_list_empty_hint' => 'Tags can be assigned via the page editor sidebar or while editing the details of a book, chapter or shelf.',
|
||||
'attachments' => 'Attachments',
|
||||
'attachments_explain' => 'Upload some files or attach some links to display on your page. These are visible in the page sidebar.',
|
||||
'attachments_explain_instant_save' => 'Changes here are saved instantly.',
|
||||
'attachments_upload' => 'Upload File',
|
||||
'attachments_link' => 'Attach Link',
|
||||
'attachments_upload_drop' => 'Alternatively you can drag and drop a file here to upload it as an attachment.',
|
||||
'attachments_set_link' => 'Set Link',
|
||||
'attachments_delete' => 'Are you sure you want to delete this attachment?',
|
||||
'attachments_dropzone' => 'Drop files here to upload',
|
||||
'attachments_no_files' => 'No files have been uploaded',
|
||||
'attachments_explain_link' => 'You can attach a link if you\'d prefer not to upload a file. This can be a link to another page or a link to a file in the cloud.',
|
||||
'attachments_link_name' => 'Link Name',
|
||||
'attachment_link' => 'Attachment link',
|
||||
'attachments_link_url' => 'Link to file',
|
||||
'attachments_link_url_hint' => 'Url of site or file',
|
||||
'attach' => 'Attach',
|
||||
'attachments_insert_link' => 'Add Attachment Link to Page',
|
||||
'attachments_edit_file' => 'Edit File',
|
||||
'attachments_edit_file_name' => 'File Name',
|
||||
'attachments_edit_drop_upload' => 'Drop files or click here to upload and overwrite',
|
||||
'attachments_order_updated' => 'Attachment order updated',
|
||||
'attachments_updated_success' => 'Attachment details updated',
|
||||
'attachments_deleted' => 'Attachment deleted',
|
||||
'attachments_file_uploaded' => 'File successfully uploaded',
|
||||
'attachments_file_updated' => 'File successfully updated',
|
||||
'attachments_link_attached' => 'Link successfully attached to page',
|
||||
'templates' => 'Templates',
|
||||
'templates_set_as_template' => 'Page is a template',
|
||||
'templates_explain_set_as_template' => 'You can set this page as a template so its contents be utilized when creating other pages. Other users will be able to use this template if they have view permissions for this page.',
|
||||
'templates_replace_content' => 'Replace page content',
|
||||
'templates_append_content' => 'Append to page content',
|
||||
'templates_prepend_content' => 'Prepend to page content',
|
||||
'toggle_sidebar' => 'Näytä/piilota sivupalkki',
|
||||
'page_tags' => 'Sivun tunnisteet',
|
||||
'chapter_tags' => 'Lukujen tunnisteet',
|
||||
'book_tags' => 'Kirjojen tunnisteet',
|
||||
'shelf_tags' => 'Hyllyjen tunnisteet',
|
||||
'tag' => 'Tunniste',
|
||||
'tags' => 'Tunnisteet',
|
||||
'tags_index_desc' => 'Järjestelmässä oleva sisältöä voidaan luokitella joustavasti tunnisteiden avulla. Tunnisteilla voi olla sekä avain että arvo. Arvo on valinnainen. Tunnisteella merkittyjä sisältöjä voidaan hakea käyttämällä tunnisteen nimeä ja arvoa.',
|
||||
'tag_name' => 'Tunnisteen nimi',
|
||||
'tag_value' => 'Tunnisteen arvo (valinnainen)',
|
||||
'tags_explain' => "Lisää tunnisteita sisällön luokittelua varten. \n Tunnisteiden arvojen avulla luokittelua voi edelleen tarkentaa.",
|
||||
'tags_add' => 'Lisää uusi tunniste',
|
||||
'tags_remove' => 'Poista tämä tunniste',
|
||||
'tags_usages' => 'Tunnisteen käyttökerrat',
|
||||
'tags_assigned_pages' => 'Lisätty sivuille',
|
||||
'tags_assigned_chapters' => 'Lisätty lukuihin',
|
||||
'tags_assigned_books' => 'Lisätty kirjoihin',
|
||||
'tags_assigned_shelves' => 'Lisätty hyllyihin',
|
||||
'tags_x_unique_values' => ':count yksilöllistä arvoa',
|
||||
'tags_all_values' => 'Kaikki arvot',
|
||||
'tags_view_tags' => 'Näytä tunnisteita',
|
||||
'tags_view_existing_tags' => 'Näytä käytetyt tunnisteet',
|
||||
'tags_list_empty_hint' => 'Tunnisteet voidaan määrittää editorin sivupalkissa tai kirjan, luvun tai hyllyn tietoja muokattaessa.',
|
||||
'attachments' => 'Liitteet',
|
||||
'attachments_explain' => 'Lataa tiedostoja tai liitä linkkejä, jotka näytetään sivulla. Nämä näkyvät sivun sivupalkissa.',
|
||||
'attachments_explain_instant_save' => 'Tässä tehdyt muutokset tallentuvat välittömästi.',
|
||||
'attachments_upload' => 'Lataa tiedosto',
|
||||
'attachments_link' => 'Liitä linkki',
|
||||
'attachments_upload_drop' => 'Vaihtoehtoisesti voit raahata ja pudottaa tiedoston tähän ladataksesi sen liitetiedostoksi.',
|
||||
'attachments_set_link' => 'Aseta linkki',
|
||||
'attachments_delete' => 'Haluatko varmasti poistaa tämän liitteen?',
|
||||
'attachments_dropzone' => 'Pudota siirrettävät tiedostot tähän',
|
||||
'attachments_no_files' => 'Yhtään tiedostoa ei ole ladattu',
|
||||
'attachments_explain_link' => 'Voit antaa linkin, jos et halua ladata tiedostoa. Se voi olla linkki toiselle sivulle tai linkki pilvipalvelussa olevaan tiedostoon.',
|
||||
'attachments_link_name' => 'Linkin nimi',
|
||||
'attachment_link' => 'Liitteen linkki',
|
||||
'attachments_link_url' => 'Linkki tiedostoon',
|
||||
'attachments_link_url_hint' => 'Sivuston tai tiedoston osoite',
|
||||
'attach' => 'Liitä',
|
||||
'attachments_insert_link' => 'Lisää liitteen linkki sivulle',
|
||||
'attachments_edit_file' => 'Muokkaa tiedostoa',
|
||||
'attachments_edit_file_name' => 'Tiedoston nimi',
|
||||
'attachments_edit_drop_upload' => 'Pudota tiedostoja tai klikkaa tästä ladataksesi ja korvataksesi',
|
||||
'attachments_order_updated' => 'Liitteiden järjestys päivitetty',
|
||||
'attachments_updated_success' => 'Liitteen tiedot päivitetty',
|
||||
'attachments_deleted' => 'Liite poistettu',
|
||||
'attachments_file_uploaded' => 'Tiedosto ladattiin onnistuneesti',
|
||||
'attachments_file_updated' => 'Tiedosto päivitettiin onnistuneesti',
|
||||
'attachments_link_attached' => 'Linkki liitettiin onnistuneesti sivulle',
|
||||
'templates' => 'Mallipohjat',
|
||||
'templates_set_as_template' => 'Sivu on mallipohja',
|
||||
'templates_explain_set_as_template' => 'Voit tehdä tästä sivusta mallipohjan, jolloin sen sisältöä voidaan käyttää muiden sivujen luomisessa. Muut käyttäjät voivat käyttää tätä mallipohjaa, jos heillä on pääsyoikeus sivuun.',
|
||||
'templates_replace_content' => 'Korvaa sivun sisältö',
|
||||
'templates_append_content' => 'Liitä sivun sisällön jatkoksi',
|
||||
'templates_prepend_content' => 'Liitä sivun sisällön alkuun',
|
||||
|
||||
// Profile View
|
||||
'profile_user_for_x' => 'User for :time',
|
||||
'profile_created_content' => 'Created Content',
|
||||
'profile_not_created_pages' => ':userName has not created any pages',
|
||||
'profile_not_created_chapters' => ':userName has not created any chapters',
|
||||
'profile_not_created_books' => ':userName has not created any books',
|
||||
'profile_not_created_shelves' => ':userName has not created any shelves',
|
||||
'profile_user_for_x' => 'Ollut käyttäjä :time',
|
||||
'profile_created_content' => 'Luotu sisältö',
|
||||
'profile_not_created_pages' => ':userName ei ole luonut sivuja',
|
||||
'profile_not_created_chapters' => ':userName ei ole luonut lukuja',
|
||||
'profile_not_created_books' => ':userName ei ole luonut kirjoja',
|
||||
'profile_not_created_shelves' => ':userName ei ole luonut hyllyjä',
|
||||
|
||||
// Comments
|
||||
'comment' => 'Comment',
|
||||
'comments' => 'Comments',
|
||||
'comment_add' => 'Add Comment',
|
||||
'comment_placeholder' => 'Leave a comment here',
|
||||
'comment_count' => '{0} No Comments|{1} 1 Comment|[2,*] :count Comments',
|
||||
'comment_save' => 'Save Comment',
|
||||
'comment_new' => 'New Comment',
|
||||
'comment_created' => 'commented :createDiff',
|
||||
'comment_updated' => 'Updated :updateDiff by :username',
|
||||
'comment_updated_indicator' => 'Updated',
|
||||
'comment_deleted_success' => 'Comment deleted',
|
||||
'comment_created_success' => 'Comment added',
|
||||
'comment_updated_success' => 'Comment updated',
|
||||
'comment_delete_confirm' => 'Are you sure you want to delete this comment?',
|
||||
'comment_in_reply_to' => 'In reply to :commentId',
|
||||
'comment_editor_explain' => 'Here are the comments that have been left on this page. Comments can be added & managed when viewing the saved page.',
|
||||
'comment' => 'Kommentti',
|
||||
'comments' => 'Kommentit',
|
||||
'comment_add' => 'Lisää kommentti',
|
||||
'comment_placeholder' => 'Jätä kommentti tähän',
|
||||
'comment_count' => '{0} Ei kommentteja|{1} 1 kommentti|[2,*] :count kommenttia',
|
||||
'comment_save' => 'Tallenna kommentti',
|
||||
'comment_new' => 'Uusi kommentti',
|
||||
'comment_created' => 'kommentoi :createDiff',
|
||||
'comment_updated' => 'Päivitetty :updateDiff :username toimesta',
|
||||
'comment_updated_indicator' => 'Päivitetty',
|
||||
'comment_deleted_success' => 'Kommentti poistettu',
|
||||
'comment_created_success' => 'Kommentti lisätty',
|
||||
'comment_updated_success' => 'Kommentti päivitetty',
|
||||
'comment_delete_confirm' => 'Haluatko varmasti poistaa tämän kommentin?',
|
||||
'comment_in_reply_to' => 'Vastaus kommenttiin :commentId',
|
||||
'comment_editor_explain' => 'Tässä ovat sivulle jätetyt komentit. Kommentteja voi lisätä ja hallita, kun tarkastelet tallennettua sivua.',
|
||||
|
||||
// Revision
|
||||
'revision_delete_confirm' => 'Are you sure you want to delete this revision?',
|
||||
'revision_restore_confirm' => 'Are you sure you want to restore this revision? The current page contents will be replaced.',
|
||||
'revision_cannot_delete_latest' => 'Cannot delete the latest revision.',
|
||||
'revision_delete_confirm' => 'Haluatko varmasti poistaa tämän version?',
|
||||
'revision_restore_confirm' => 'Oletko varma, että haluat palauttaa tämän version? Sivun nykyinen sisältö korvataan.',
|
||||
'revision_cannot_delete_latest' => 'Uusinta versiota ei voi poistaa.',
|
||||
|
||||
// Copy view
|
||||
'copy_consider' => 'Please consider the below when copying content.',
|
||||
'copy_consider_permissions' => 'Custom permission settings will not be copied.',
|
||||
'copy_consider_owner' => 'You will become the owner of all copied content.',
|
||||
'copy_consider_images' => 'Page image files will not be duplicated & the original images will retain their relation to the page they were originally uploaded to.',
|
||||
'copy_consider_attachments' => 'Page attachments will not be copied.',
|
||||
'copy_consider_access' => 'A change of location, owner or permissions may result in this content being accessible to those previously without access.',
|
||||
'copy_consider' => 'Ota huomioon seuraavat asiat sisältöä kopioidessasi.',
|
||||
'copy_consider_permissions' => 'Mukautettuja käyttöoikeusasetuksia ei kopioida.',
|
||||
'copy_consider_owner' => 'Sinusta tulee kaiken kopioidun sisällön omistaja.',
|
||||
'copy_consider_images' => 'Sivun kuvatiedostoja ei kopioida, ja alkuperäiset kuvat säilyttävät suhteensa siihen sivuun, jolle ne alun perin ladattiin.',
|
||||
'copy_consider_attachments' => 'Sivun liitteitä ei kopioida.',
|
||||
'copy_consider_access' => 'Sijainnin, omistajan tai käyttöoikeuksien vaihtuminen voi johtaa siihen, että tämä sisältö on sellaisten käyttäjien saatavilla, joilla ei ole aiemmin ollut siihen pääsyä.',
|
||||
|
||||
// Conversions
|
||||
'convert_to_shelf' => 'Convert to Shelf',
|
||||
'convert_to_shelf_contents_desc' => 'You can convert this book to a new shelf with the same contents. Chapters contained within this book will be converted to new books. If this book contains any pages, that are not in a chapter, this book will be renamed and contain such pages, and this book will become part of the new shelf.',
|
||||
'convert_to_shelf_permissions_desc' => 'Any permissions set on this book will be copied to the new shelf and to all new child books that don\'t have their own permissions enforced. Note that permissions on shelves do not auto-cascade to content within, as they do for books.',
|
||||
'convert_book' => 'Convert Book',
|
||||
'convert_book_confirm' => 'Are you sure you want to convert this book?',
|
||||
'convert_undo_warning' => 'This cannot be as easily undone.',
|
||||
'convert_to_book' => 'Convert to Book',
|
||||
'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.',
|
||||
'convert_chapter' => 'Convert Chapter',
|
||||
'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?',
|
||||
'convert_to_shelf' => 'Muunna hyllyksi',
|
||||
'convert_to_shelf_contents_desc' => 'Voit muuntaa tämän kirjan uudeksi hyllyksi, jossa on sama sisältö. Kirjan sisältämät luvut muunnetaan uusiksi kirjoiksi. Jos kirja sisältää sivuja, jotka eivät kuulu mihinkään lukuun, kirja nimetään uudelleen ja siitä tulee osa uutta hyllyä, joka sisältää kyseiset sivut.',
|
||||
'convert_to_shelf_permissions_desc' => 'Kaikki tälle kirjalle asetetut käyttöoikeudet kopioidaan uuteen hyllyyn ja kaikkiin uusiin hyllyn kirjoihin, joilla ei ole omia käyttöoikeuksia. Huomaa, että hyllyjen käyttöoikeudet eivät siirry automaattisesti hyllyssä olevaan sisältöön, kuten kirjoissa.',
|
||||
'convert_book' => 'Muunna kirja',
|
||||
'convert_book_confirm' => 'Haluatko varmasti muuntaa tämän kirjan?',
|
||||
'convert_undo_warning' => 'Tätä ei voi yhtä helposti perua.',
|
||||
'convert_to_book' => 'Muunna kirjaksi',
|
||||
'convert_to_book_desc' => 'Voit muuntaa tämän luvun uudeksi kirjaksi, jonka sisältö on sama. Kaikki tälle luvulle asetetut käyttöoikeudet kopioidaan uuteen kirjaan, mutta alkuperäisestä kirjasta perittyjä käyttöoikeuksia ei kopioida, mikä voi johtaa käyttöoikeuksien muuttumiseen.',
|
||||
'convert_chapter' => 'Muunna luku',
|
||||
'convert_chapter_confirm' => 'Haluatko varmasti muuntaa tämän luvun?',
|
||||
|
||||
// References
|
||||
'references' => 'References',
|
||||
'references_none' => 'There are no tracked references to this item.',
|
||||
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.',
|
||||
'references' => 'Viitteet',
|
||||
'references_none' => 'Tähän kohteeseen ei ole viittauksia.',
|
||||
'references_to_desc' => 'Lista kohteeseen viittaavasta sisällöstä.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Watch',
|
||||
'watch_title_default' => 'Default Preferences',
|
||||
'watch_desc_default' => 'Revert watching to just your default notification preferences.',
|
||||
'watch_title_ignore' => 'Ignore',
|
||||
'watch_desc_ignore' => 'Ignore all notifications, including those from user-level preferences.',
|
||||
'watch_title_new' => 'New Pages',
|
||||
'watch_desc_new' => 'Notify when any new page is created within this item.',
|
||||
'watch_title_updates' => 'All Page Updates',
|
||||
'watch_desc_updates' => 'Notify upon all new pages and page changes.',
|
||||
'watch_desc_updates_page' => 'Notify upon all page changes.',
|
||||
'watch_title_comments' => 'All Page Updates & Comments',
|
||||
'watch_desc_comments' => 'Notify upon all new pages, page changes and new comments.',
|
||||
'watch_desc_comments_page' => 'Notify upon page changes and new comments.',
|
||||
'watch_change_default' => 'Change default notification preferences',
|
||||
'watch_detail_ignore' => 'Ignoring notifications',
|
||||
'watch_detail_new' => 'Watching for new pages',
|
||||
'watch_detail_updates' => 'Watching new pages and updates',
|
||||
'watch_detail_comments' => 'Watching new pages, updates & comments',
|
||||
'watch_detail_parent_book' => 'Watching via parent book',
|
||||
'watch_detail_parent_book_ignore' => 'Ignoring via parent book',
|
||||
'watch_detail_parent_chapter' => 'Watching via parent chapter',
|
||||
'watch_detail_parent_chapter_ignore' => 'Ignoring via parent chapter',
|
||||
'watch' => 'Seuraa',
|
||||
'watch_title_default' => 'Oletusasetukset',
|
||||
'watch_desc_default' => 'Palauta seuranta omiin oletusasetuksiin.',
|
||||
'watch_title_ignore' => 'Ohita',
|
||||
'watch_desc_ignore' => 'Ohita kaikki ilmoitukset, myös käyttäjäasetuksissa määritellyt ilmoitukset.',
|
||||
'watch_title_new' => 'Uudet sivut',
|
||||
'watch_desc_new' => 'Ilmoita, kun tähän kohteeseen luodaan uusi sivu.',
|
||||
'watch_title_updates' => 'Kaikki sivupäivitykset',
|
||||
'watch_desc_updates' => 'Ilmoita kaikista uusista sivuista ja sivujen muutoksista.',
|
||||
'watch_desc_updates_page' => 'Ilmoita kaikista sivujen muutoksista.',
|
||||
'watch_title_comments' => 'Kaikki sivupäivitykset ja kommentit',
|
||||
'watch_desc_comments' => 'Ilmoita kaikista uusista sivuista, sivujen muutoksista ja uusista kommenteista.',
|
||||
'watch_desc_comments_page' => 'Ilmoita sivujen muutoksista ja uusista kommenteista.',
|
||||
'watch_change_default' => 'Muuta oletusilmoitusasetuksia',
|
||||
'watch_detail_ignore' => 'Ilmoitusten ohittaminen',
|
||||
'watch_detail_new' => 'Uusien sivujen seuraaminen',
|
||||
'watch_detail_updates' => 'Uusien sivujen ja päivitysten seuraaminen',
|
||||
'watch_detail_comments' => 'Uusien sivujen, päivitysten ja kommenttien seuraaminen',
|
||||
'watch_detail_parent_book' => 'Seuraaminen kirjan perusteella',
|
||||
'watch_detail_parent_book_ignore' => 'Huomioimatta jättäminen kirjan perusteella',
|
||||
'watch_detail_parent_chapter' => 'Seuraaminen luvun perusteella',
|
||||
'watch_detail_parent_chapter_ignore' => 'Huomioimatta jättäminen luvun perusteella',
|
||||
];
|
||||
|
@ -5,116 +5,116 @@
|
||||
return [
|
||||
|
||||
// Permissions
|
||||
'permission' => 'You do not have permission to access the requested page.',
|
||||
'permissionJson' => 'You do not have permission to perform the requested action.',
|
||||
'permission' => 'Sinulla ei ole pääsyoikeutta pyydettyyn sivuun.',
|
||||
'permissionJson' => 'Sinulla ei ole oikeutta suorittaa pyydettyä toimintoa.',
|
||||
|
||||
// Auth
|
||||
'error_user_exists_different_creds' => 'A user with the email :email already exists but with different credentials.',
|
||||
'email_already_confirmed' => 'Email has already been confirmed, Try logging in.',
|
||||
'email_confirmation_invalid' => 'This confirmation token is not valid or has already been used, Please try registering again.',
|
||||
'email_confirmation_expired' => 'The confirmation token has expired, A new confirmation email has been sent.',
|
||||
'email_confirmation_awaiting' => 'The email address for the account in use needs to be confirmed',
|
||||
'ldap_fail_anonymous' => 'LDAP access failed using anonymous bind',
|
||||
'ldap_fail_authed' => 'LDAP access failed using given dn & password details',
|
||||
'ldap_extension_not_installed' => 'LDAP PHP extension not installed',
|
||||
'ldap_cannot_connect' => 'Cannot connect to ldap server, Initial connection failed',
|
||||
'saml_already_logged_in' => 'Already logged in',
|
||||
'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
|
||||
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
|
||||
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
|
||||
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
|
||||
'oidc_already_logged_in' => 'Already logged in',
|
||||
'oidc_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
|
||||
'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
|
||||
'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
|
||||
'social_no_action_defined' => 'No action defined',
|
||||
'social_login_bad_response' => "Error received during :socialAccount login: \n:error",
|
||||
'social_account_in_use' => 'This :socialAccount account is already in use, Try logging in via the :socialAccount option.',
|
||||
'social_account_email_in_use' => 'The email :email is already in use. If you already have an account you can connect your :socialAccount account from your profile settings.',
|
||||
'social_account_existing' => 'This :socialAccount is already attached to your profile.',
|
||||
'social_account_already_used_existing' => 'This :socialAccount account is already used by another user.',
|
||||
'social_account_not_used' => 'This :socialAccount account is not linked to any users. Please attach it in your profile settings. ',
|
||||
'social_account_register_instructions' => 'If you do not yet have an account, You can register an account using the :socialAccount option.',
|
||||
'social_driver_not_found' => 'Social driver not found',
|
||||
'social_driver_not_configured' => 'Your :socialAccount social settings are not configured correctly.',
|
||||
'invite_token_expired' => 'This invitation link has expired. You can instead try to reset your account password.',
|
||||
'error_user_exists_different_creds' => 'Sähköpostiosoite :email on jo käytössä toisessa käyttäjätunnuksessa.',
|
||||
'email_already_confirmed' => 'Sähköposti on jo vahvistettu, yritä kirjautua sisään.',
|
||||
'email_confirmation_invalid' => 'Tämä vahvistuslinkki ei ole voimassa tai sitä on jo käytetty, yritä rekisteröityä uudelleen.',
|
||||
'email_confirmation_expired' => 'Vahvistuslinkki on vanhentunut, uusi vahvistussähköposti on lähetetty.',
|
||||
'email_confirmation_awaiting' => 'Tämän tilin sähköpostiosoite pitää vahvistaa',
|
||||
'ldap_fail_anonymous' => 'Anonyymi LDAP-todennus epäonnistui',
|
||||
'ldap_fail_authed' => 'LDAP-todennus epäonnistui annetulla nimellä ja salasanalla',
|
||||
'ldap_extension_not_installed' => 'PHP:n LDAP-laajennusta ei ole asennettu',
|
||||
'ldap_cannot_connect' => 'Yhteyttä LDAP-palvelimeen ei voida muodostaa, alustava yhteys epäonnistui',
|
||||
'saml_already_logged_in' => 'Olet jo kirjautunut sisään',
|
||||
'saml_no_email_address' => 'Tämän käyttäjän sähköpostiosoitetta ei löytynyt ulkoisesta todennuspalvelusta',
|
||||
'saml_invalid_response_id' => 'Tämän sovelluksen käynnistämä prosessi ei tunnista ulkoisen todennusjärjestelmän pyyntöä.
|
||||
Sovellus ei tunnista ulkoisen todennuspalvelun pyyntöä. Ongelman voi aiheuttaa siirtyminen selaimessa takaisin edelliseen näkymään kirjautumisen jälkeen.',
|
||||
'saml_fail_authed' => 'Sisäänkirjautuminen :system käyttäen epäonnistui, järjestelmä ei antanut valtuutusta',
|
||||
'oidc_already_logged_in' => 'Olet jo kirjautunut sisään',
|
||||
'oidc_user_not_registered' => 'Käyttäjää :nimi ei ole rekisteröity ja automaattinen rekisteröinti on pois käytöstä',
|
||||
'oidc_no_email_address' => 'Ulkoisen todennuspalvelun antamista tiedoista ei löytynyt tämän käyttäjän sähköpostiosoitetta',
|
||||
'oidc_fail_authed' => 'Sisäänkirjautuminen :system käyttäen epäonnistui, järjestelmä ei antanut valtuutusta',
|
||||
'social_no_action_defined' => 'Ei määriteltyä toimenpidettä',
|
||||
'social_login_bad_response' => "Virhe :socialAccount-kirjautumisen aikana: \n:error",
|
||||
'social_account_in_use' => 'Tämä :socialAccount-tili on jo käytössä, yritä kirjautua sisään :socialAccount-vaihtoehdon kautta.',
|
||||
'social_account_email_in_use' => 'Sähköposti :email on jo käytössä. Jos sinulla on jo sivustolla käyttäjätili, voit yhdistää :socialAccount-tilisi profiiliasetuksista.',
|
||||
'social_account_existing' => 'Tämä :socialAccount-tili on jo liitetty profiiliisi.',
|
||||
'social_account_already_used_existing' => 'Tämä :socialAccount-tili on jo toisen käyttäjän käytössä.',
|
||||
'social_account_not_used' => 'Tätä :socialAccount-tiliä ei ole liitetty mihinkään käyttäjään. Voit liittää sen profiiliasetuksistasi. ',
|
||||
'social_account_register_instructions' => 'Jos sinulla ei vielä ole käyttäjätiliä, voit rekisteröidä tilin käyttämällä :socialAccount-vaihtoehtoa.',
|
||||
'social_driver_not_found' => 'Sosiaalisen median tilin ajuria ei löytynyt',
|
||||
'social_driver_not_configured' => ':socialAccount-tilin asetuksia ei ole määritetty oikein.',
|
||||
'invite_token_expired' => 'Tämä kutsulinkki on vanhentunut. Voit sen sijaan yrittää palauttaa tilisi salasanan.',
|
||||
|
||||
// System
|
||||
'path_not_writable' => 'File path :filePath could not be uploaded to. Ensure it is writable to the server.',
|
||||
'cannot_get_image_from_url' => 'Cannot get image from :url',
|
||||
'cannot_create_thumbs' => 'The server cannot create thumbnails. Please check you have the GD PHP extension installed.',
|
||||
'server_upload_limit' => 'The server does not allow uploads of this size. Please try a smaller file size.',
|
||||
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
|
||||
'uploaded' => 'The server does not allow uploads of this size. Please try a smaller file size.',
|
||||
'path_not_writable' => 'Tiedostopolkuun :filePath ei voitu ladata tiedostoa. Tarkista polun kirjoitusoikeudet.',
|
||||
'cannot_get_image_from_url' => 'Kuvan hakeminen osoitteesta :url ei onnistu',
|
||||
'cannot_create_thumbs' => 'Palvelin ei voi luoda pikkukuvia. Tarkista, että PHP:n GD-laajennus on asennettu.',
|
||||
'server_upload_limit' => 'Palvelin ei salli näin suuria tiedostoja. Kokeile pienempää tiedostokokoa.',
|
||||
'server_post_limit' => 'Palvelin ei pysty vastaanottamaan annettua tietomäärää. Yritä uudelleen pienemmällä tiedostolla.',
|
||||
'uploaded' => 'Palvelin ei salli näin suuria tiedostoja. Kokeile pienempää tiedostokokoa.',
|
||||
|
||||
// Drawing & Images
|
||||
'image_upload_error' => 'An error occurred uploading the image',
|
||||
'image_upload_type_error' => 'The image type being uploaded is invalid',
|
||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
|
||||
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
|
||||
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
|
||||
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
||||
'image_upload_error' => 'Kuvan lataamisessa tapahtui virhe',
|
||||
'image_upload_type_error' => 'Ladattavan kuvan tyyppi on virheellinen',
|
||||
'image_upload_replace_type' => 'Korvaavan kuvatiedoston tulee olla samaa tyyppiä kuin alkuperäinen kuva',
|
||||
'image_upload_memory_limit' => 'Kuvan lataaminen ja/tai pikkukuvien luominen epäonnistui järjestelmän resurssirajoitusten vuoksi.',
|
||||
'image_thumbnail_memory_limit' => 'Kuvan kokovaihtoehtojen luominen epäonnistui järjestelmän resurssirajoitusten vuoksi.',
|
||||
'image_gallery_thumbnail_memory_limit' => 'Gallerian pikkukuvien luominen epäonnistui järjestelmän resurssirajoitusten vuoksi.',
|
||||
'drawing_data_not_found' => 'Piirustuksen tietoja ei voitu ladata. Piirustustiedostoa ei ehkä ole enää olemassa tai sinulla ei ole oikeutta käyttää sitä.',
|
||||
|
||||
// Attachments
|
||||
'attachment_not_found' => 'Attachment not found',
|
||||
'attachment_upload_error' => 'An error occurred uploading the attachment file',
|
||||
'attachment_not_found' => 'Liitettä ei löytynyt',
|
||||
'attachment_upload_error' => 'Liitteen lataamisessa tapahtui virhe',
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Failed to save draft. Ensure you have internet connection before saving this page',
|
||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
||||
'page_custom_home_deletion' => 'Cannot delete a page while it is set as a homepage',
|
||||
'page_draft_autosave_fail' => 'Luonnoksen tallentaminen epäonnistui. Varmista, että sinulla on toimiva internetyhteys ennen sivun tallentamista',
|
||||
'page_draft_delete_fail' => 'Luonnoksen poistaminen ja sivun tallennetun sisällön noutaminen epäonnistui',
|
||||
'page_custom_home_deletion' => 'Sivua ei voi poistaa, koska se on asetettu etusivuksi',
|
||||
|
||||
// Entities
|
||||
'entity_not_found' => 'Entity not found',
|
||||
'bookshelf_not_found' => 'Shelf not found',
|
||||
'book_not_found' => 'Book not found',
|
||||
'page_not_found' => 'Page not found',
|
||||
'chapter_not_found' => 'Chapter not found',
|
||||
'selected_book_not_found' => 'The selected book was not found',
|
||||
'selected_book_chapter_not_found' => 'The selected Book or Chapter was not found',
|
||||
'guests_cannot_save_drafts' => 'Guests cannot save drafts',
|
||||
'entity_not_found' => 'Kohdetta ei löydy',
|
||||
'bookshelf_not_found' => 'Hyllyä ei löytynyt',
|
||||
'book_not_found' => 'Kirjaa ei löytynyt',
|
||||
'page_not_found' => 'Sivua ei löytynyt',
|
||||
'chapter_not_found' => 'Lukua ei löytynyt',
|
||||
'selected_book_not_found' => 'Valittua kirjaa ei löytynyt',
|
||||
'selected_book_chapter_not_found' => 'Valittua kirjaa tai lukua ei löytynyt',
|
||||
'guests_cannot_save_drafts' => 'Vieraat eivät voi tallentaa luonnoksia',
|
||||
|
||||
// Users
|
||||
'users_cannot_delete_only_admin' => 'You cannot delete the only admin',
|
||||
'users_cannot_delete_guest' => 'You cannot delete the guest user',
|
||||
'users_cannot_delete_only_admin' => 'Ainoaa ylläpitäjää ei voi poistaa',
|
||||
'users_cannot_delete_guest' => 'Vieraskäyttäjää ei voi poistaa',
|
||||
|
||||
// Roles
|
||||
'role_cannot_be_edited' => 'This role cannot be edited',
|
||||
'role_system_cannot_be_deleted' => 'This role is a system role and cannot be deleted',
|
||||
'role_registration_default_cannot_delete' => 'This role cannot be deleted while set as the default registration role',
|
||||
'role_cannot_remove_only_admin' => 'This user is the only user assigned to the administrator role. Assign the administrator role to another user before attempting to remove it here.',
|
||||
'role_cannot_be_edited' => 'Tätä roolia ei voi muokata',
|
||||
'role_system_cannot_be_deleted' => 'Tämä rooli on järjestelmärooli, eikä sitä voi poistaa',
|
||||
'role_registration_default_cannot_delete' => 'Tätä roolia ei voi poistaa, kun se on asetettu oletusrooliksi uusille rekisteröityville käyttäjille',
|
||||
'role_cannot_remove_only_admin' => 'Tämä käyttäjä on ainoa käyttäjä, jolle on määritetty ylläpitäjän rooli. Määritä ylläpitäjän rooli toiselle käyttäjälle, ennen kuin yrität poistaa tämän käyttäjän.',
|
||||
|
||||
// Comments
|
||||
'comment_list' => 'An error occurred while fetching the comments.',
|
||||
'cannot_add_comment_to_draft' => 'You cannot add comments to a draft.',
|
||||
'comment_add' => 'An error occurred while adding / updating the comment.',
|
||||
'comment_delete' => 'An error occurred while deleting the comment.',
|
||||
'empty_comment' => 'Cannot add an empty comment.',
|
||||
'comment_list' => 'Kommenttien noutamisessa tapahtui virhe.',
|
||||
'cannot_add_comment_to_draft' => 'Luonnokseen ei voi lisätä kommentteja.',
|
||||
'comment_add' => 'Kommentin lisäämisessä tai päivittämisessä tapahtui virhe.',
|
||||
'comment_delete' => 'Kommentin poistamisessa tapahtui virhe.',
|
||||
'empty_comment' => 'Tyhjää kommenttia ei voi lisätä.',
|
||||
|
||||
// Error pages
|
||||
'404_page_not_found' => 'Page Not Found',
|
||||
'sorry_page_not_found' => 'Sorry, The page you were looking for could not be found.',
|
||||
'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.',
|
||||
'image_not_found' => 'Image Not Found',
|
||||
'image_not_found_subtitle' => 'Sorry, The image file you were looking for could not be found.',
|
||||
'image_not_found_details' => 'If you expected this image to exist it might have been deleted.',
|
||||
'return_home' => 'Return to home',
|
||||
'error_occurred' => 'An Error Occurred',
|
||||
'app_down' => ':appName is down right now',
|
||||
'back_soon' => 'It will be back up soon.',
|
||||
'404_page_not_found' => 'Sivua ei löydy',
|
||||
'sorry_page_not_found' => 'Valitettavasti etsimääsi sivua ei löytynyt.',
|
||||
'sorry_page_not_found_permission_warning' => 'Jos oletit, että tämä sivu on olemassa, sinulla ei ehkä ole lupaa tarkastella sitä.',
|
||||
'image_not_found' => 'Kuvaa ei löytynyt',
|
||||
'image_not_found_subtitle' => 'Valitettavasti etsimääsi kuvatiedostoa ei löytynyt.',
|
||||
'image_not_found_details' => 'Jos oletit, että tämä kuva on olemassa, se on ehkä poistettu.',
|
||||
'return_home' => 'Palaa etusivulle',
|
||||
'error_occurred' => 'Tapahtui virhe',
|
||||
'app_down' => ':appName on kaatunut',
|
||||
'back_soon' => 'Se palautetaan pian.',
|
||||
|
||||
// API errors
|
||||
'api_no_authorization_found' => 'No authorization token found on the request',
|
||||
'api_bad_authorization_format' => 'An authorization token was found on the request but the format appeared incorrect',
|
||||
'api_user_token_not_found' => 'No matching API token was found for the provided authorization token',
|
||||
'api_incorrect_token_secret' => 'The secret provided for the given used API token is incorrect',
|
||||
'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls',
|
||||
'api_user_token_expired' => 'The authorization token used has expired',
|
||||
'api_no_authorization_found' => 'Pyynnöstä ei löytynyt valtuutuskoodia',
|
||||
'api_bad_authorization_format' => 'Pyynnöstä löytyi valtuutuskoodi, mutta sen muoto oli virheellinen',
|
||||
'api_user_token_not_found' => 'Annetulle valtuutuskoodille ei löytynyt vastaavaa API-tunnistetta',
|
||||
'api_incorrect_token_secret' => 'API-tunnisteelle annettu salainen avain on virheellinen',
|
||||
'api_user_no_api_permission' => 'Käytetyn API-tunnisteen omistajalla ei ole oikeutta tehdä API-kutsuja',
|
||||
'api_user_token_expired' => 'Käytetty valtuutuskoodi on vanhentunut',
|
||||
|
||||
// Settings & Maintenance
|
||||
'maintenance_test_email_failure' => 'Error thrown when sending a test email:',
|
||||
'maintenance_test_email_failure' => 'Virhe testisähköpostia lähetettäessä:',
|
||||
|
||||
// HTTP errors
|
||||
'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts',
|
||||
'http_ssr_url_no_match' => 'URL-osoite ei vastaa määritettyjä sallittuja SSR-isäntiä',
|
||||
];
|
||||
|
@ -4,23 +4,24 @@
|
||||
*/
|
||||
return [
|
||||
|
||||
'new_comment_subject' => 'New comment on page: :pageName',
|
||||
'new_comment_intro' => 'A user has commented on a page in :appName:',
|
||||
'new_page_subject' => 'New page: :pageName',
|
||||
'new_page_intro' => 'A new page has been created in :appName:',
|
||||
'updated_page_subject' => 'Updated page: :pageName',
|
||||
'updated_page_intro' => 'A page has been updated in :appName:',
|
||||
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
|
||||
'new_comment_subject' => 'Uusi kommentti sivulla: :pageName',
|
||||
'new_comment_intro' => 'Käyttäjä on kommentoinut sivua sivustolla :appName:',
|
||||
'new_page_subject' => 'Uusi sivu: :pageName',
|
||||
'new_page_intro' => 'Uusi sivu on luotu sivustolla :appName:',
|
||||
'updated_page_subject' => 'Päivitetty sivu: :pageName',
|
||||
'updated_page_intro' => 'Sivu on päivitetty sivustolla :appName:',
|
||||
'updated_page_debounce' => 'Useiden ilmoitusten välttämiseksi sinulle ei toistaiseksi lähetetä ilmoituksia saman toimittajan tekemistä uusista muokkauksista tälle sivulle.',
|
||||
|
||||
'detail_page_name' => 'Page Name:',
|
||||
'detail_commenter' => 'Commenter:',
|
||||
'detail_comment' => 'Comment:',
|
||||
'detail_created_by' => 'Created By:',
|
||||
'detail_updated_by' => 'Updated By:',
|
||||
'detail_page_name' => 'Sivun nimi:',
|
||||
'detail_page_path' => 'Sivun polku:',
|
||||
'detail_commenter' => 'Kommentoija:',
|
||||
'detail_comment' => 'Kommentti:',
|
||||
'detail_created_by' => 'Luonut',
|
||||
'detail_updated_by' => 'Päivittänyt',
|
||||
|
||||
'action_view_comment' => 'View Comment',
|
||||
'action_view_page' => 'View Page',
|
||||
'action_view_comment' => 'Näytä kommentti',
|
||||
'action_view_page' => 'Näytä sivu',
|
||||
|
||||
'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.',
|
||||
'footer_reason_link' => 'your notification preferences',
|
||||
'footer_reason' => 'Tämä ilmoitus lähetettiin sinulle, koska :link kattaa tämän tyyppisen toiminnan tälle kohteelle.',
|
||||
'footer_reason_link' => 'omat ilmoitusasetukset',
|
||||
];
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
return [
|
||||
|
||||
'previous' => '« Previous',
|
||||
'next' => 'Next »',
|
||||
'previous' => '« Edellinen',
|
||||
'next' => 'Seuraava »',
|
||||
|
||||
];
|
||||
|
@ -6,10 +6,10 @@
|
||||
*/
|
||||
return [
|
||||
|
||||
'password' => 'Passwords must be at least eight characters and match the confirmation.',
|
||||
'user' => "We can't find a user with that e-mail address.",
|
||||
'token' => 'The password reset token is invalid for this email address.',
|
||||
'sent' => 'We have e-mailed your password reset link!',
|
||||
'reset' => 'Your password has been reset!',
|
||||
'password' => 'Salasanan on oltava vähintään kahdeksan merkkiä pitkä ja täsmättävä vahvistuksen kanssa.',
|
||||
'user' => "Emme löydä käyttäjää, jolla on kyseinen sähköpostiosoite.",
|
||||
'token' => 'Salasanan palautuslinkki ei täsmää sähköpostin kanssa.',
|
||||
'sent' => 'Olemme lähettäneet salasanasi palautuslinkin sähköpostitse!',
|
||||
'reset' => 'Salasanasi on palautettu!',
|
||||
|
||||
];
|
||||
|
@ -5,47 +5,47 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'my_account' => 'My Account',
|
||||
'my_account' => 'Oma tili',
|
||||
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcuts_interface' => 'UI Shortcut Preferences',
|
||||
'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.',
|
||||
'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.',
|
||||
'shortcuts_toggle_label' => 'Keyboard shortcuts enabled',
|
||||
'shortcuts_section_navigation' => 'Navigation',
|
||||
'shortcuts_section_actions' => 'Common Actions',
|
||||
'shortcuts_save' => 'Save Shortcuts',
|
||||
'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.',
|
||||
'shortcuts_update_success' => 'Shortcut preferences have been updated!',
|
||||
'shortcuts_overview_desc' => 'Manage keyboard shortcuts you can use to navigate the system user interface.',
|
||||
'shortcuts' => 'Pikanäppäimet',
|
||||
'shortcuts_interface' => 'Käyttöliittymän pikanäppäinten asetukset',
|
||||
'shortcuts_toggle_desc' => 'Tästä voit ottaa käyttöön tai poistaa käytöstä järjestelmän käyttöliittymän pikanäppäimet, joita käytetään navigointiin ja toimintoihin.',
|
||||
'shortcuts_customize_desc' => 'Voit mukauttaa alla olevia pikanäppäimiä. Paina haluamaasi näppäinyhdistelmää sen jälkeen, kun olet valinnut pikanäppäimen syöttökentän.',
|
||||
'shortcuts_toggle_label' => 'Pikanäppäimet käytössä',
|
||||
'shortcuts_section_navigation' => 'Navigointi',
|
||||
'shortcuts_section_actions' => 'Yleiset toiminnot',
|
||||
'shortcuts_save' => 'Tallenna pikanäppäimet',
|
||||
'shortcuts_overlay_desc' => 'Huomautus: kun pikanäppäimet ovat käytössä, voit painaa "?"-näppäintä, joka korostaa näytöllä näkyviin toimintoihin liitetyt pikanäppäimet.',
|
||||
'shortcuts_update_success' => 'Pikanäppäinten asetukset on päivitetty!',
|
||||
'shortcuts_overview_desc' => 'Hallitse pikanäppäimiä, joilla voit navigoida järjestelmän käyttöliittymässä.',
|
||||
|
||||
'notifications' => 'Notification Preferences',
|
||||
'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.',
|
||||
'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own',
|
||||
'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own',
|
||||
'notifications_opt_comment_replies' => 'Notify upon replies to my comments',
|
||||
'notifications_save' => 'Save Preferences',
|
||||
'notifications_update_success' => 'Notification preferences have been updated!',
|
||||
'notifications_watched' => 'Watched & Ignored Items',
|
||||
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
||||
'notifications' => 'Ilmoitusasetukset',
|
||||
'notifications_desc' => 'Hallitse järjestelmän toimintoihin liittyviä sähköposti-ilmoituksia.',
|
||||
'notifications_opt_own_page_changes' => 'Ilmoita omistamilleni sivuille tehdyistä muutoksista',
|
||||
'notifications_opt_own_page_comments' => 'Ilmoita omistamilleni sivuille tehdyistä kommenteista',
|
||||
'notifications_opt_comment_replies' => 'Ilmoita vastauksista kommentteihini',
|
||||
'notifications_save' => 'Tallenna asetukset',
|
||||
'notifications_update_success' => 'Ilmoitusasetukset on päivitetty!',
|
||||
'notifications_watched' => 'Seuratut ja huomiotta jätetyt kohteet',
|
||||
'notifications_watched_desc' => 'Alla oleviin kohteisiin sovelletaan muokautettuja seuranta-asetuksia. Voit päivittää kohteita koskevat asetukset avaamalla kohde ja valitsemalla seuranta-asetukset sivupalkista.',
|
||||
|
||||
'auth' => 'Access & Security',
|
||||
'auth_change_password' => 'Change Password',
|
||||
'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.',
|
||||
'auth_change_password_success' => 'Password has been updated!',
|
||||
'auth' => 'Pääsy ja turvallisuus',
|
||||
'auth_change_password' => 'Vaihda salasana',
|
||||
'auth_change_password_desc' => 'Vaihda kirjautumiseen käytettävä salasana. Salasanan on oltava vähintään 8 merkkiä pitkä.',
|
||||
'auth_change_password_success' => 'Salasana on päivitetty!',
|
||||
|
||||
'profile' => 'Profile Details',
|
||||
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
||||
'profile_view_public' => 'View Public Profile',
|
||||
'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.',
|
||||
'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.',
|
||||
'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.',
|
||||
'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.',
|
||||
'profile_admin_options' => 'Administrator Options',
|
||||
'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.',
|
||||
'profile' => 'Profiilitiedot',
|
||||
'profile_desc' => 'Hallitse muille käyttäjille näkyviä käyttäjätilisi tietoja, sekä tietoja, joita käytetään viestintään ja järjestelmän personointiin.',
|
||||
'profile_view_public' => 'Näytä julkinen profiili',
|
||||
'profile_name_desc' => 'Määritä näyttönimesi, joka näkyy muille käyttäjille järjestelmässä suorittamiesi toimintojen ja omistamasi sisällön yhteydessä.',
|
||||
'profile_email_desc' => 'Tätä sähköpostia käytetään ilmoituksiin ja käytössä olevasta tunnistautumistavasta riippuen järjestelmään pääsyyn.',
|
||||
'profile_email_no_permission' => 'Valitettavasti sinulla ei ole lupaa muuttaa sähköpostiosoitettasi. Jos haluat muuttaa sen, sinun on pyydettävä ylläpitäjää muuttamaan se puolestasi.',
|
||||
'profile_avatar_desc' => 'Valitse kuva, joka näkyy järjestelmän muille käyttäjille. Kuvan tulisi olla neliön muotoinen ja leveydeltään ja korkeudeltaan noin 256 pikseliä.',
|
||||
'profile_admin_options' => 'Ylläpitäjän asetukset',
|
||||
'profile_admin_options_desc' => 'Ylläpitäjän lisäasetukset, kuten roolien osoittamiseen liittyvät valinnat, löytyvät käyttäjätiliäsi varten järjestelmän kohdasta "Asetukset > Käyttäjät".',
|
||||
|
||||
'delete_account' => 'Delete Account',
|
||||
'delete_my_account' => 'Delete My Account',
|
||||
'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.',
|
||||
'delete_my_account_warning' => 'Are you sure you want to delete your account?',
|
||||
'delete_account' => 'Poista käyttäjätili',
|
||||
'delete_my_account' => 'Poista oma käyttäjätili',
|
||||
'delete_my_account_desc' => 'Tämä poistaa käyttäjätilisi kokonaan järjestelmästä. Et voi palauttaa tiliäsi tai peruuttaa tätä toimenpidettä. Luomasi sisältö, kuten luodut sivut ja ladatut kuvat, säilyvät.',
|
||||
'delete_my_account_warning' => 'Haluatko varmasti poistaa käyttäjätilisi?',
|
||||
];
|
||||
|
@ -7,274 +7,274 @@
|
||||
return [
|
||||
|
||||
// Common Messages
|
||||
'settings' => 'Settings',
|
||||
'settings_save' => 'Save Settings',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
'settings' => 'Asetukset',
|
||||
'settings_save' => 'Tallenna asetukset',
|
||||
'system_version' => 'Järjestelmän versio',
|
||||
'categories' => 'Kategoriat',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Customization',
|
||||
'app_features_security' => 'Features & Security',
|
||||
'app_name' => 'Application Name',
|
||||
'app_name_desc' => 'This name is shown in the header and in any system-sent emails.',
|
||||
'app_name_header' => 'Show name in header',
|
||||
'app_public_access' => 'Public Access',
|
||||
'app_public_access_desc' => 'Enabling this option will allow visitors, that are not logged-in, to access content in your BookStack instance.',
|
||||
'app_public_access_desc_guest' => 'Access for public visitors can be controlled through the "Guest" user.',
|
||||
'app_public_access_toggle' => 'Allow public access',
|
||||
'app_public_viewing' => 'Allow public viewing?',
|
||||
'app_secure_images' => 'Higher Security Image Uploads',
|
||||
'app_secure_images_toggle' => 'Enable higher security image uploads',
|
||||
'app_secure_images_desc' => 'For performance reasons, all images are public. This option adds a random, hard-to-guess string in front of image urls. Ensure directory indexes are not enabled to prevent easy access.',
|
||||
'app_default_editor' => 'Default Page Editor',
|
||||
'app_default_editor_desc' => 'Select which editor will be used by default when editing new pages. This can be overridden at a page level where permissions allow.',
|
||||
'app_custom_html' => 'Custom HTML Head Content',
|
||||
'app_custom_html_desc' => 'Any content added here will be inserted into the bottom of the <head> section of every page. This is handy for overriding styles or adding analytics code.',
|
||||
'app_custom_html_disabled_notice' => 'Custom HTML head content is disabled on this settings page to ensure any breaking changes can be reverted.',
|
||||
'app_logo' => 'Application Logo',
|
||||
'app_logo_desc' => 'This is used in the application header bar, among other areas. This image should be 86px in height. Large images will be scaled down.',
|
||||
'app_icon' => 'Application Icon',
|
||||
'app_icon_desc' => 'This icon is used for browser tabs and shortcut icons. This should be a 256px square PNG image.',
|
||||
'app_homepage' => 'Application Homepage',
|
||||
'app_homepage_desc' => 'Select a view to show on the homepage instead of the default view. Page permissions are ignored for selected pages.',
|
||||
'app_homepage_select' => 'Select a page',
|
||||
'app_footer_links' => 'Footer Links',
|
||||
'app_footer_links_desc' => 'Add links to show within the site footer. These will be displayed at the bottom of most pages, including those that do not require login. You can use a label of "trans::<key>" to use system-defined translations. For example: Using "trans::common.privacy_policy" will provide the translated text "Privacy Policy" and "trans::common.terms_of_service" will provide the translated text "Terms of Service".',
|
||||
'app_footer_links_label' => 'Link Label',
|
||||
'app_footer_links_url' => 'Link URL',
|
||||
'app_footer_links_add' => 'Add Footer Link',
|
||||
'app_disable_comments' => 'Disable Comments',
|
||||
'app_disable_comments_toggle' => 'Disable comments',
|
||||
'app_disable_comments_desc' => 'Disables comments across all pages in the application. <br> Existing comments are not shown.',
|
||||
'app_customization' => 'Mukauttaminen',
|
||||
'app_features_security' => 'Ominaisuudet ja turvallisuus',
|
||||
'app_name' => 'Sivuston nimi',
|
||||
'app_name_desc' => 'Tämä nimi näkyy ylätunnisteessa ja kaikissa järjestelmän lähettämissä sähköpostiviesteissä.',
|
||||
'app_name_header' => 'Näytä nimi ylätunnisteessa',
|
||||
'app_public_access' => 'Julkinen pääsy',
|
||||
'app_public_access_desc' => 'Ottamalla tämä asetus käyttöön vierailijat voivat lukea sisältöjä kirjautumatta sisään.',
|
||||
'app_public_access_desc_guest' => 'Vierailijoiden pääsyoikeuksia voidaan hallinnoida "Vierailija"-käyttäjän asetuksista.',
|
||||
'app_public_access_toggle' => 'Salli julkinen pääsy',
|
||||
'app_public_viewing' => 'Salli julkinen katselu?',
|
||||
'app_secure_images' => 'Turvallisemmat kuvien lataukset',
|
||||
'app_secure_images_toggle' => 'Ota käyttöön turvallisemmat kuvien lataukset',
|
||||
'app_secure_images_desc' => 'Paremman suorituskyvyn takia kaikki kuvat ovat julkisia. Tämä asetus lisää satunnaisen, vaikeasti arvattavan merkkijonon kuvien url-osoitteisiin. Varmista, että hakemistojen indeksit eivät ole palvelimen asetuksissa päällä, jotta niitä ei pääse selaamaan.',
|
||||
'app_default_editor' => 'Sivujen oletuseditori',
|
||||
'app_default_editor_desc' => 'Valitse editori, jota käytetään oletuksena uusia sivuja muokattaessa. Valinnan voi ohittaa sivutasolla, jos käyttäjän oikeudet sallivat sen.',
|
||||
'app_custom_html' => 'HTML-otsakkeen mukautettu sisältö',
|
||||
'app_custom_html_desc' => 'Tähän annettu sisältö lisätään jokaisen sivun <head>-osan loppuun. Tällä tavalla voit lisätä kätevästi esimerkiksi omia CSS-tyylejä tai analytiikkapalveluiden vaatimia koodeja.',
|
||||
'app_custom_html_disabled_notice' => 'Mukautettu HTML-otsakkeen sisältö ei ole käytössä tällä asetussivulla, jotta kaikki virheitä aiheuttavat muutokset voidaan poistaa.',
|
||||
'app_logo' => 'Sivuston logo',
|
||||
'app_logo_desc' => 'Kuvaa käytetään esimerkiksi sivuston otsikkopalkissa. Kuvan korkeuden tulisi olla 86 pikseliä. Suuremmat kuvat skaalataan pienemmiksi.',
|
||||
'app_icon' => 'Sivuston kuvake',
|
||||
'app_icon_desc' => 'Kuvaketta käytetään selaimen välilehdissä ja pikakuvakkeissa. Kuvakkeen tulisi olla 256 pikselin neliönmuotoinen PNG-kuva.',
|
||||
'app_homepage' => 'Sivuston kotisivu',
|
||||
'app_homepage_desc' => 'Valitse näkymä, joka näytetään etusivuna oletusnäkymän sijaan. Sivun käyttöoikeuksia ei oteta huomioon valituilla sivuilla.',
|
||||
'app_homepage_select' => 'Valitse sivu',
|
||||
'app_footer_links' => 'Alatunnisteen linkit',
|
||||
'app_footer_links_desc' => 'Lisää linkkejä sivuston alatunnisteeseen. Nämä näkyvät useimpien sivujen alareunassa, myös niiden, jotka eivät vaadi kirjautumista. Voit käyttää merkintää "trans::<key>" käyttääksesi järjestelmän määrittelemiä käännöksiä. Esimerkiksi käyttämällä "trans::common.privacy_policy" saadaan käännetty teksti "Tietosuojaseloste" ja "trans::common.terms_of_service" saadaan käännetty teksti "Palvelun käyttöehdot".',
|
||||
'app_footer_links_label' => 'Linkin nimi',
|
||||
'app_footer_links_url' => 'Linkin URL-osoite',
|
||||
'app_footer_links_add' => 'Lisää alatunnisteen linkki',
|
||||
'app_disable_comments' => 'Poista kommentit käytöstä',
|
||||
'app_disable_comments_toggle' => 'Poista kommentit käytöstä',
|
||||
'app_disable_comments_desc' => 'Poistaa kommentit käytöstä kaikilla sivuilla. <br> Lisättyjä kommentteja ei näytetä.',
|
||||
|
||||
// Color settings
|
||||
'color_scheme' => 'Application Color Scheme',
|
||||
'color_scheme_desc' => 'Set the colors to use in the application user interface. Colors can be configured separately for dark and light modes to best fit the theme and ensure legibility.',
|
||||
'ui_colors_desc' => 'Set the application primary color and default link color. The primary color is mainly used for the header banner, buttons and interface decorations. The default link color is used for text-based links and actions, both within written content and in the application interface.',
|
||||
'app_color' => 'Primary Color',
|
||||
'link_color' => 'Default Link Color',
|
||||
'content_colors_desc' => 'Set colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
|
||||
'bookshelf_color' => 'Shelf Color',
|
||||
'book_color' => 'Book Color',
|
||||
'chapter_color' => 'Chapter Color',
|
||||
'page_color' => 'Page Color',
|
||||
'page_draft_color' => 'Page Draft Color',
|
||||
'color_scheme' => 'Sivuston värimalli',
|
||||
'color_scheme_desc' => 'Määritä sivuston käyttöliittymässä käytettävät värit. Värit voidaan määrittää erikseen tummalle ja vaalealle tilalle, jotta ne sopivat parhaiten teemaan ja varmistavat luettavuuden.',
|
||||
'ui_colors_desc' => 'Aseta sivuston pääväri ja linkin oletusväri. Ensisijaista väriä käytetään pääasiassa yläpalkissa, painikkeissa ja käyttöliittymän koristeissa. Linkin oletusväriä käytetään tekstipohjaisissa linkeissä ja toiminnoissa sekä kirjoitetussa sisällössä että sivuston käyttöliittymässä.',
|
||||
'app_color' => 'Pääväri',
|
||||
'link_color' => 'Linkin oletusväri',
|
||||
'content_colors_desc' => 'Määritä eri sisältötyyppien värit. Luettavuuden ja saavutettavuuden kannalta on suositeltavaa valita värit, joiden kirkkaus on samankaltainen kuin oletusvärien.',
|
||||
'bookshelf_color' => 'Hyllyn väri',
|
||||
'book_color' => 'Kirjan väri',
|
||||
'chapter_color' => 'Luvun väri',
|
||||
'page_color' => 'Sivun väri',
|
||||
'page_draft_color' => 'Luonnoksen väri',
|
||||
|
||||
// Registration Settings
|
||||
'reg_settings' => 'Registration',
|
||||
'reg_enable' => 'Enable Registration',
|
||||
'reg_enable_toggle' => 'Enable registration',
|
||||
'reg_enable_desc' => 'When registration is enabled user will be able to sign themselves up as an application user. Upon registration they are given a single, default user role.',
|
||||
'reg_default_role' => 'Default user role after registration',
|
||||
'reg_enable_external_warning' => 'The option above is ignored while external LDAP or SAML authentication is active. User accounts for non-existing members will be auto-created if authentication, against the external system in use, is successful.',
|
||||
'reg_email_confirmation' => 'Email Confirmation',
|
||||
'reg_email_confirmation_toggle' => 'Require email confirmation',
|
||||
'reg_confirm_email_desc' => 'If domain restriction is used then email confirmation will be required and this option will be ignored.',
|
||||
'reg_confirm_restrict_domain' => 'Domain Restriction',
|
||||
'reg_confirm_restrict_domain_desc' => 'Enter a comma separated list of email domains you would like to restrict registration to. Users will be sent an email to confirm their address before being allowed to interact with the application. <br> Note that users will be able to change their email addresses after successful registration.',
|
||||
'reg_confirm_restrict_domain_placeholder' => 'No restriction set',
|
||||
'reg_settings' => 'Rekisteröityminen',
|
||||
'reg_enable' => 'Salli rekisteröityminen',
|
||||
'reg_enable_toggle' => 'Salli rekisteröityminen',
|
||||
'reg_enable_desc' => 'Kun rekisteröityminen on käytössä, vierailijat voivat rekisteröityä sivuston käyttäjiksi. Rekisteröitymisen yhteydessä heille annetaan oletuskäyttäjärooli.',
|
||||
'reg_default_role' => 'Oletuskäyttäjärooli rekisteröitymisen jälkeen',
|
||||
'reg_enable_external_warning' => 'Yllä olevaa vaihtoehtoa ei oteta huomioon, kun ulkoinen LDAP- tai SAML-todennus on käytössä. Käyttäjätilit luodaan automaattisesti, jos tunnistautuminen käytössä olevaan ulkoiseen järjestelmään onnistuu.',
|
||||
'reg_email_confirmation' => 'Sähköpostivahvistus',
|
||||
'reg_email_confirmation_toggle' => 'Vaadi sähköpostivahvistus',
|
||||
'reg_confirm_email_desc' => 'Jos domain-rajoitus on käytössä, sähköpostivahvistus on oletuksena päällä, eikä tätä valintaa oteta huomioon.',
|
||||
'reg_confirm_restrict_domain' => 'Domain-rajoitus',
|
||||
'reg_confirm_restrict_domain_desc' => 'Kirjoita pilkulla erotettu luettelo sähköpostien domain-nimistä, joihin haluat rajoittaa rekisteröitymisen. Käyttäjille lähetetään sähköpostiviesti osoitteen vahvistamiseksi, ennen kuin he pääsevät käyttämään sivustoa. <br> Huomaa, että käyttäjät voivat muuttaa sähköpostiosoitteensa onnistuneen rekisteröinnin jälkeen.',
|
||||
'reg_confirm_restrict_domain_placeholder' => 'Ei rajoituksia',
|
||||
|
||||
// Maintenance settings
|
||||
'maint' => 'Maintenance',
|
||||
'maint_image_cleanup' => 'Cleanup Images',
|
||||
'maint_image_cleanup_desc' => 'Scans page & revision content to check which images and drawings are currently in use and which images are redundant. Ensure you create a full database and image backup before running this.',
|
||||
'maint_delete_images_only_in_revisions' => 'Also delete images that only exist in old page revisions',
|
||||
'maint_image_cleanup_run' => 'Run Cleanup',
|
||||
'maint_image_cleanup_warning' => ':count potentially unused images were found. Are you sure you want to delete these images?',
|
||||
'maint_image_cleanup_success' => ':count potentially unused images found and deleted!',
|
||||
'maint_image_cleanup_nothing_found' => 'No unused images found, Nothing deleted!',
|
||||
'maint_send_test_email' => 'Send a Test Email',
|
||||
'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.',
|
||||
'maint_send_test_email_run' => 'Send test email',
|
||||
'maint_send_test_email_success' => 'Email sent to :address',
|
||||
'maint_send_test_email_mail_subject' => 'Test Email',
|
||||
'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!',
|
||||
'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.',
|
||||
'maint_recycle_bin_desc' => 'Deleted shelves, books, chapters & pages are sent to the recycle bin so they can be restored or permanently deleted. Older items in the recycle bin may be automatically removed after a while depending on system configuration.',
|
||||
'maint_recycle_bin_open' => 'Open Recycle Bin',
|
||||
'maint_regen_references' => 'Regenerate References',
|
||||
'maint_regen_references_desc' => 'This action will rebuild the cross-item reference index within the database. This is usually handled automatically but this action can be useful to index old content or content added via unofficial methods.',
|
||||
'maint_regen_references_success' => 'Reference index has been regenerated!',
|
||||
'maint_timeout_command_note' => 'Note: This action can take time to run, which can lead to timeout issues in some web environments. As an alternative, this action be performed using a terminal command.',
|
||||
'maint' => 'Huolto',
|
||||
'maint_image_cleanup' => 'Siivoa kuvat',
|
||||
'maint_image_cleanup_desc' => 'Tarkistaa kuvista ja luonnoksista mitkä kuvat ja piirustukset ovat tällä hetkellä käytössä ja mitkä ovat tarpeettomia. Varmista, että olet varmuuskopioinut tietokannan ja kuvat ennen tämän toiminnon suorittamista.',
|
||||
'maint_delete_images_only_in_revisions' => 'Poista myös kuvat, jotka ovat olemassa vain vanhoissa sivujen versioissa',
|
||||
'maint_image_cleanup_run' => 'Suorita siivous',
|
||||
'maint_image_cleanup_warning' => ':count mahdollisesti käyttämätöntä kuvaa löytyi. Haluatko varmasti poistaa nämä kuvat?',
|
||||
'maint_image_cleanup_success' => ':count mahdollisesti käyttämätöntä kuvaa löydetty ja poistettu!',
|
||||
'maint_image_cleanup_nothing_found' => 'Käyttämättömiä kuvia ei löytynyt, mitään ei poistettu!',
|
||||
'maint_send_test_email' => 'Lähetä testisähköposti',
|
||||
'maint_send_test_email_desc' => 'Toiminto lähettää testisähköpostin profiilissasi määritettyyn sähköpostiosoitteeseen.',
|
||||
'maint_send_test_email_run' => 'Lähetä testisähköposti',
|
||||
'maint_send_test_email_success' => 'Sähköposti lähetetty osoitteeseen :address',
|
||||
'maint_send_test_email_mail_subject' => 'Testisähköpostiviesti',
|
||||
'maint_send_test_email_mail_greeting' => 'Sähköpostin lähetys näyttää toimivan!',
|
||||
'maint_send_test_email_mail_text' => 'Onnittelut! Koska sait tämän sähköposti-ilmoituksen, sähköpostiasetuksesi näyttävät olevan oikein määritetty.',
|
||||
'maint_recycle_bin_desc' => 'Poistetut hyllyt, kirjat, luvut ja sivut siirretään roskakoriin, josta ne voidaan palauttaa tai poistaa pysyvästi. Vanhemmat kohteet roskakorissa saatetaan poistaa automaattisesti jonkin ajan kuluttua järjestelmän asetuksista riippuen.',
|
||||
'maint_recycle_bin_open' => 'Avaa roskakori',
|
||||
'maint_regen_references' => 'Luo viitteet uudelleen',
|
||||
'maint_regen_references_desc' => 'Tämä toiminto rakentaa sisältöjen väliset viittaukset uudelleen. Tämä tapahtuu yleensä automaattisesti, mutta tämä toiminto voi olla hyödyllinen indeksoitaessa vanhaa sisältöä tai vaihtoehtoisin menetelmin lisättyä sisältöä.',
|
||||
'maint_regen_references_success' => 'Viiteindeksi on luotu uudelleen!',
|
||||
'maint_timeout_command_note' => 'Huomautus: tämän toiminnon suorittaminen voi kestää jonkin aikaa, mikä voi johtaa aikakatkaisusta johtuviin ongelmiin joissakin verkkoympäristöissä. Vaihtoehtoisesti tämä toiminto voidaan suorittaa komentoriviltä.',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin' => 'Recycle Bin',
|
||||
'recycle_bin_desc' => 'Here you can restore items that have been deleted or choose to permanently remove them from the system. This list is unfiltered unlike similar activity lists in the system where permission filters are applied.',
|
||||
'recycle_bin_deleted_item' => 'Deleted Item',
|
||||
'recycle_bin_deleted_parent' => 'Parent',
|
||||
'recycle_bin_deleted_by' => 'Deleted By',
|
||||
'recycle_bin_deleted_at' => 'Deletion Time',
|
||||
'recycle_bin_permanently_delete' => 'Permanently Delete',
|
||||
'recycle_bin_restore' => 'Restore',
|
||||
'recycle_bin_contents_empty' => 'The recycle bin is currently empty',
|
||||
'recycle_bin_empty' => 'Empty Recycle Bin',
|
||||
'recycle_bin_empty_confirm' => 'This will permanently destroy all items in the recycle bin including content contained within each item. Are you sure you want to empty the recycle bin?',
|
||||
'recycle_bin_destroy_confirm' => 'This action will permanently delete this item, along with any child elements listed below, from the system and you will not be able to restore this content. Are you sure you want to permanently delete this item?',
|
||||
'recycle_bin_destroy_list' => 'Items to be Destroyed',
|
||||
'recycle_bin_restore_list' => 'Items to be Restored',
|
||||
'recycle_bin_restore_confirm' => 'This action will restore the deleted item, including any child elements, to their original location. If the original location has since been deleted, and is now in the recycle bin, the parent item will also need to be restored.',
|
||||
'recycle_bin_restore_deleted_parent' => 'The parent of this item has also been deleted. These will remain deleted until that parent is also restored.',
|
||||
'recycle_bin_restore_parent' => 'Restore Parent',
|
||||
'recycle_bin_destroy_notification' => 'Deleted :count total items from the recycle bin.',
|
||||
'recycle_bin_restore_notification' => 'Restored :count total items from the recycle bin.',
|
||||
'recycle_bin' => 'Roskakori',
|
||||
'recycle_bin_desc' => 'Tässä voit palauttaa poistetut kohteet tai poistaa ne pysyvästi järjestelmästä. Tämä luettelo on suodattamaton, toisin kuin järjestelmän vastaavat toimintoluettelot, joihin sovelletaan käyttöoikeussuodattimia.',
|
||||
'recycle_bin_deleted_item' => 'Poistettu kohde',
|
||||
'recycle_bin_deleted_parent' => 'Vanhempi',
|
||||
'recycle_bin_deleted_by' => 'Poistanut',
|
||||
'recycle_bin_deleted_at' => 'Poistoaika',
|
||||
'recycle_bin_permanently_delete' => 'Poista pysyvästi',
|
||||
'recycle_bin_restore' => 'Palauta',
|
||||
'recycle_bin_contents_empty' => 'Roskakori on tällä hetkellä tyhjä',
|
||||
'recycle_bin_empty' => 'Tyhjennä roskakori',
|
||||
'recycle_bin_empty_confirm' => 'Tämä tuhoaa pysyvästi kaikki kohteet roskakorissa, mukaan lukien kunkin kohteen sisältämän sisällön. Haluatko varmasti tyhjentää roskakorin?',
|
||||
'recycle_bin_destroy_confirm' => 'Tämä toiminto poistaa tämän kohteen ja kaikki alla luetellut sisältyvät kohteet pysyvästi järjestelmästä, etkä voi enää palauttaa tätä sisältöä. Haluatko varmasti poistaa tämän kohteen pysyvästi?',
|
||||
'recycle_bin_destroy_list' => 'Poistettavat kohteet',
|
||||
'recycle_bin_restore_list' => 'Palautettavat kohteet',
|
||||
'recycle_bin_restore_confirm' => 'Tämä toiminto palauttaa poistetun kohteen, mukaan lukien kaikki siihen sisältyvät kohteet, alkuperäiseen sijaintiinsa. Jos alkuperäinen sijainti on sittemmin poistettu ja on nyt roskakorissa, myös sitä koskeva kohde on palautettava.',
|
||||
'recycle_bin_restore_deleted_parent' => 'Kohde, johon tämä kohde sisältyy on myös poistettu. Kohteet pysyvät poistettuina, kunnes kyseinen vanhempi on palautettu.',
|
||||
'recycle_bin_restore_parent' => 'Palauta vanhempi',
|
||||
'recycle_bin_destroy_notification' => 'Poistettu yhteensä :count kohdetta roskakorista.',
|
||||
'recycle_bin_restore_notification' => 'Palautettu yhteensä :count kohdetta roskakorista.',
|
||||
|
||||
// Audit Log
|
||||
'audit' => 'Audit Log',
|
||||
'audit_desc' => 'This audit log displays a list of activities tracked in the system. This list is unfiltered unlike similar activity lists in the system where permission filters are applied.',
|
||||
'audit_event_filter' => 'Event Filter',
|
||||
'audit_event_filter_no_filter' => 'No Filter',
|
||||
'audit_deleted_item' => 'Deleted Item',
|
||||
'audit_deleted_item_name' => 'Name: :name',
|
||||
'audit_table_user' => 'User',
|
||||
'audit_table_event' => 'Event',
|
||||
'audit_table_related' => 'Related Item or Detail',
|
||||
'audit_table_ip' => 'IP Address',
|
||||
'audit_table_date' => 'Activity Date',
|
||||
'audit_date_from' => 'Date Range From',
|
||||
'audit_date_to' => 'Date Range To',
|
||||
'audit' => 'Tarkastusloki',
|
||||
'audit_desc' => 'Tämä tarkastusloki näyttää listauksen järjestelmässä suoritetuista toiminnoista. Lista on suodattamaton toisin kuin vastaavat järjestelmässä olevat listat, joihin sovelletaan käyttöoikeussuodattimia.',
|
||||
'audit_event_filter' => 'Tapahtumasuodatin',
|
||||
'audit_event_filter_no_filter' => 'Ei suodatinta',
|
||||
'audit_deleted_item' => 'Poistettu kohde',
|
||||
'audit_deleted_item_name' => 'Nimi: :name',
|
||||
'audit_table_user' => 'Käyttäjä',
|
||||
'audit_table_event' => 'Tapahtuma',
|
||||
'audit_table_related' => 'Liittyvä kohde tai tieto',
|
||||
'audit_table_ip' => 'IP-osoite',
|
||||
'audit_table_date' => 'Toiminnan päiväys',
|
||||
'audit_date_from' => 'Päiväys alkaen',
|
||||
'audit_date_to' => 'Päiväys saakka',
|
||||
|
||||
// Role Settings
|
||||
'roles' => 'Roles',
|
||||
'role_user_roles' => 'User Roles',
|
||||
'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.',
|
||||
'roles_x_users_assigned' => ':count user assigned|:count users assigned',
|
||||
'roles_x_permissions_provided' => ':count permission|:count permissions',
|
||||
'roles_assigned_users' => 'Assigned Users',
|
||||
'roles_permissions_provided' => 'Provided Permissions',
|
||||
'role_create' => 'Create New Role',
|
||||
'role_delete' => 'Delete Role',
|
||||
'role_delete_confirm' => 'This will delete the role with the name \':roleName\'.',
|
||||
'role_delete_users_assigned' => 'This role has :userCount users assigned to it. If you would like to migrate the users from this role select a new role below.',
|
||||
'role_delete_no_migration' => "Don't migrate users",
|
||||
'role_delete_sure' => 'Are you sure you want to delete this role?',
|
||||
'role_edit' => 'Edit Role',
|
||||
'role_details' => 'Role Details',
|
||||
'role_name' => 'Role Name',
|
||||
'role_desc' => 'Short Description of Role',
|
||||
'role_mfa_enforced' => 'Requires Multi-Factor Authentication',
|
||||
'role_external_auth_id' => 'External Authentication IDs',
|
||||
'role_system' => 'System Permissions',
|
||||
'role_manage_users' => 'Manage users',
|
||||
'role_manage_roles' => 'Manage roles & role permissions',
|
||||
'role_manage_entity_permissions' => 'Manage all book, chapter & page permissions',
|
||||
'role_manage_own_entity_permissions' => 'Manage permissions on own book, chapter & pages',
|
||||
'role_manage_page_templates' => 'Manage page templates',
|
||||
'role_access_api' => 'Access system API',
|
||||
'role_manage_settings' => 'Manage app settings',
|
||||
'role_export_content' => 'Export content',
|
||||
'role_editor_change' => 'Change page editor',
|
||||
'role_notifications' => 'Receive & manage notifications',
|
||||
'role_asset' => 'Asset Permissions',
|
||||
'roles_system_warning' => 'Be aware that access to any of the above three permissions can allow a user to alter their own privileges or the privileges of others in the system. Only assign roles with these permissions to trusted users.',
|
||||
'role_asset_desc' => 'These permissions control default access to the assets within the system. Permissions on Books, Chapters and Pages will override these permissions.',
|
||||
'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.',
|
||||
'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.',
|
||||
'role_all' => 'All',
|
||||
'role_own' => 'Own',
|
||||
'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to',
|
||||
'role_save' => 'Save Role',
|
||||
'role_users' => 'Users in this role',
|
||||
'role_users_none' => 'No users are currently assigned to this role',
|
||||
'roles' => 'Roolit',
|
||||
'role_user_roles' => 'Käyttäjäroolit',
|
||||
'roles_index_desc' => 'Rooleja käytetään käyttäjien ryhmittelyyn ja järjestelmän käyttöoikeuksien antamiseen. Kun käyttäjä on useamman roolin jäsen, hän saa kaikkien omien rooliensa kyvyt.',
|
||||
'roles_x_users_assigned' => ':count käyttäjä osoitettu|:count käyttäjää osoitettu',
|
||||
'roles_x_permissions_provided' => ':count käyttöoikeus|:count käyttöoikeutta',
|
||||
'roles_assigned_users' => 'Osoitetut käyttäjät',
|
||||
'roles_permissions_provided' => 'Annetut käyttöoikeudet',
|
||||
'role_create' => 'Luo uusi rooli',
|
||||
'role_delete' => 'Poista rooli',
|
||||
'role_delete_confirm' => 'Tämä poistaa roolin \':roleName\'.',
|
||||
'role_delete_users_assigned' => 'Tähän rooliin on osoitettu :userCount käyttäjää. Jos haluat siirtää käyttäjät tästä roolista, valitse uusi rooli alta.',
|
||||
'role_delete_no_migration' => "Älä siirrä käyttäjiä",
|
||||
'role_delete_sure' => 'Oletko varma, että haluat poistaa tämän roolin?',
|
||||
'role_edit' => 'Muokkaa roolia',
|
||||
'role_details' => 'Roolin tiedot',
|
||||
'role_name' => 'Roolin nimi',
|
||||
'role_desc' => 'Lyhyt kuvaus roolista',
|
||||
'role_mfa_enforced' => 'Vaatii monivaiheisen tunnistautumisen',
|
||||
'role_external_auth_id' => 'Ulkoisen tunnistautumisen tunnukset',
|
||||
'role_system' => 'Järjestelmän käyttöoikeudet',
|
||||
'role_manage_users' => 'Hallinnoi käyttäjiä',
|
||||
'role_manage_roles' => 'Hallinnoi rooleja ja roolien käyttöoikeuksia',
|
||||
'role_manage_entity_permissions' => 'Hallinnoi kaikkien kirjojen, lukujen ja sivujen käyttöoikeuksia',
|
||||
'role_manage_own_entity_permissions' => 'Hallinnoi omien kirjojen, lukujen ja sivujen käyttöoikeuksia',
|
||||
'role_manage_page_templates' => 'Hallinnoi mallipohjia',
|
||||
'role_access_api' => 'Pääsy järjestelmän ohjelmointirajapintaan',
|
||||
'role_manage_settings' => 'Hallinnoi sivuston asetuksia',
|
||||
'role_export_content' => 'Vie sisältöjä',
|
||||
'role_editor_change' => 'Vaihda sivun editoria',
|
||||
'role_notifications' => 'Vastaanota ja hallinnoi ilmoituksia',
|
||||
'role_asset' => 'Sisältöjen oikeudet',
|
||||
'roles_system_warning' => 'Huomaa, että minkä tahansa edellä mainituista kolmesta käyttöoikeudesta voi antaa käyttäjälle mahdollisuuden muuttaa omia tai muiden järjestelmän käyttäjien oikeuksia. Anna näitä oikeuksia sisältävät roolit vain luotetuille käyttäjille.',
|
||||
'role_asset_desc' => 'Näillä asetuksilla hallitaan oletuksena annettavia käyttöoikeuksia järjestelmässä oleviin sisältöihin. Yksittäisten kirjojen, lukujen ja sivujen käyttöoikeudet kumoavat nämä käyttöoikeudet.',
|
||||
'role_asset_admins' => 'Ylläpitäjät saavat automaattisesti pääsyn kaikkeen sisältöön, mutta nämä vaihtoehdot voivat näyttää tai piilottaa käyttöliittymävalintoja.',
|
||||
'role_asset_image_view_note' => 'Tämä tarkoittaa näkyvyyttä kuvien hallinnassa. Pääsy ladattuihin kuvatiedostoihin riippuu asetetusta kuvien tallennusvaihtoehdosta.',
|
||||
'role_all' => 'Kaikki',
|
||||
'role_own' => 'Omat',
|
||||
'role_controlled_by_asset' => 'Määräytyy sen sisällön mukaan, johon ne on ladattu',
|
||||
'role_save' => 'Tallenna rooli',
|
||||
'role_users' => 'Käyttäjät tässä roolissa',
|
||||
'role_users_none' => 'Yhtään käyttäjää ei ole osoitettuna tähän rooliin',
|
||||
|
||||
// Users
|
||||
'users' => 'Users',
|
||||
'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.',
|
||||
'user_profile' => 'User Profile',
|
||||
'users_add_new' => 'Add New User',
|
||||
'users_search' => 'Search Users',
|
||||
'users_latest_activity' => 'Latest Activity',
|
||||
'users_details' => 'User Details',
|
||||
'users_details_desc' => 'Set a display name and an email address for this user. The email address will be used for logging into the application.',
|
||||
'users_details_desc_no_email' => 'Set a display name for this user so others can recognise them.',
|
||||
'users_role' => 'User Roles',
|
||||
'users_role_desc' => 'Select which roles this user will be assigned to. If a user is assigned to multiple roles the permissions from those roles will stack and they will receive all abilities of the assigned roles.',
|
||||
'users_password' => 'User Password',
|
||||
'users_password_desc' => 'Set a password used to log-in to the application. This must be at least 8 characters long.',
|
||||
'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
|
||||
'users_send_invite_option' => 'Send user invite email',
|
||||
'users_external_auth_id' => 'External Authentication ID',
|
||||
'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.',
|
||||
'users_password_warning' => 'Only fill the below if you would like to change the password for this user.',
|
||||
'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.',
|
||||
'users_delete' => 'Delete User',
|
||||
'users_delete_named' => 'Delete user :userName',
|
||||
'users_delete_warning' => 'This will fully delete this user with the name \':userName\' from the system.',
|
||||
'users_delete_confirm' => 'Are you sure you want to delete this user?',
|
||||
'users_migrate_ownership' => 'Migrate Ownership',
|
||||
'users_migrate_ownership_desc' => 'Select a user here if you want another user to become the owner of all items currently owned by this user.',
|
||||
'users_none_selected' => 'No user selected',
|
||||
'users_edit' => 'Edit User',
|
||||
'users_edit_profile' => 'Edit Profile',
|
||||
'users_avatar' => 'User Avatar',
|
||||
'users_avatar_desc' => 'Select an image to represent this user. This should be approx 256px square.',
|
||||
'users_preferred_language' => 'Preferred Language',
|
||||
'users_preferred_language_desc' => 'This option will change the language used for the user-interface of the application. This will not affect any user-created content.',
|
||||
'users_social_accounts' => 'Social Accounts',
|
||||
'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.',
|
||||
'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not revoke previously authorized access. Revoke access from your profile settings on the connected social account.',
|
||||
'users_social_connect' => 'Connect Account',
|
||||
'users_social_disconnect' => 'Disconnect Account',
|
||||
'users_social_status_connected' => 'Connected',
|
||||
'users_social_status_disconnected' => 'Disconnected',
|
||||
'users_social_connected' => ':socialAccount account was successfully attached to your profile.',
|
||||
'users_social_disconnected' => ':socialAccount account was successfully disconnected from your profile.',
|
||||
'users_api_tokens' => 'API Tokens',
|
||||
'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.',
|
||||
'users_api_tokens_none' => 'No API tokens have been created for this user',
|
||||
'users_api_tokens_create' => 'Create Token',
|
||||
'users_api_tokens_expires' => 'Expires',
|
||||
'users_api_tokens_docs' => 'API Documentation',
|
||||
'users_mfa' => 'Multi-Factor Authentication',
|
||||
'users_mfa_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
|
||||
'users_mfa_x_methods' => ':count method configured|:count methods configured',
|
||||
'users_mfa_configure' => 'Configure Methods',
|
||||
'users' => 'Käyttäjät',
|
||||
'users_index_desc' => 'Luo ja hallinnoi yksittäisiä käyttäjätilejä järjestelmässä. Käyttäjätilejä käytetään kirjautumiseen sekä käyttöoikeuksien hallinnointiin. Käyttöoikeudet perustuvat ensisijaisesti rooleihin, mutta käyttöoikeuksiin voi vaikuttaa myös se, onko käyttäjä tietyn sisällön omistaja.',
|
||||
'user_profile' => 'Käyttäjäprofiili',
|
||||
'users_add_new' => 'Lisää uusi käyttäjä',
|
||||
'users_search' => 'Hae käyttäjiä',
|
||||
'users_latest_activity' => 'Viimeisin toiminta',
|
||||
'users_details' => 'Käyttäjän tiedot',
|
||||
'users_details_desc' => 'Aseta tälle käyttäjälle näyttönimi ja sähköpostiosoite. Sähköpostiosoitetta käytetään sovellukseen kirjautumiseen.',
|
||||
'users_details_desc_no_email' => 'Aseta tälle käyttäjälle näyttönimi, jonka perusteella käyttäjä voidaan tunnistaa.',
|
||||
'users_role' => 'Käyttäjäroolit',
|
||||
'users_role_desc' => 'Valitse, mitä rooleja tälle käyttäjälle annetaan. Jos käyttäjälle on määritetty useita rooleja, näiden roolien käyttöoikeudet yhdistetään ja hän saa kaikki osoitettujen roolien kyvyt.',
|
||||
'users_password' => 'Käyttäjän salasana',
|
||||
'users_password_desc' => 'Aseta salasana, jota käytetään sovellukseen kirjautumiseen. Sen on oltava vähintään 8 merkkiä pitkä.',
|
||||
'users_send_invite_text' => 'Voit lähettää käyttäjälle sähköpostilla kutsun ja antaa käyttäjän asettaa oman salasanansa. Vaihtoehtoisesti voit asettaa salasanan itse.',
|
||||
'users_send_invite_option' => 'Lähetä kutsu',
|
||||
'users_external_auth_id' => 'Ulkoisen tunnistautumisen tunnus',
|
||||
'users_external_auth_id_desc' => 'Tätä tunnusta käytetään BookStack-käyttäjätilin ja ulkoisen tunnistautumisen (kuten SAML2, OIDC tai LDAP) kautta käytettävän tilin yhdistämiseen. Voit jättää tämän kentän huomiotta, jos käytät oletuksena sähköpostipohjaista todennusta.',
|
||||
'users_password_warning' => 'Täytä alla oleva kenttä vain, jos haluat vaihtaa tämän käyttäjän salasanan.',
|
||||
'users_system_public' => 'Tämä käyttäjä tarkoittaa kaikkia vieraita, jotka vierailevat sivustollasi. Sitä ei voi käyttää kirjautumiseen ja se annetaan automaattisesti.',
|
||||
'users_delete' => 'Poista käyttäjä',
|
||||
'users_delete_named' => 'Poista käyttäjä :userName',
|
||||
'users_delete_warning' => 'Tämä poistaa käyttäjän \':userName\' kokonaan järjestelmästä.',
|
||||
'users_delete_confirm' => 'Haluatko varmasti poistaa tämän käyttäjän?',
|
||||
'users_migrate_ownership' => 'Omistusoikeuden siirto',
|
||||
'users_migrate_ownership_desc' => 'Valitse käyttäjä, jolle haluat siirtää kaikki poistettavan käyttäjän omistamat sisällöt.',
|
||||
'users_none_selected' => 'Yhtään käyttäjää ei ole valittu',
|
||||
'users_edit' => 'Muokkaa käyttäjää',
|
||||
'users_edit_profile' => 'Muokkaa profiilia',
|
||||
'users_avatar' => 'Käyttäjän kuva',
|
||||
'users_avatar_desc' => 'Valitse käyttäjän kuva. Kuvan tulisi olla noin 256 pikselin kokoinen neliö.',
|
||||
'users_preferred_language' => 'Ensisijainen kieli',
|
||||
'users_preferred_language_desc' => 'Tämä valinta vaihtaa sovelluksen käyttöliittymässä käytettävän kielen. Tämä ei vaikuta käyttäjän luomaan sisältöön.',
|
||||
'users_social_accounts' => 'Sosiaalisen median tilit',
|
||||
'users_social_accounts_desc' => 'Näytä tämän käyttäjän yhdistettyjen sosiaalisen median tilien tila. Sosiaalisen median tilejä voidaan käyttää ensisijaisen tunnistautumistavan ohella.',
|
||||
'users_social_accounts_info' => 'Täällä voit yhdistää muut tilisi ja nopeuttaa kirjautumista. Yhteyden katkaisu tiliin ei peruuta palvelulle annettua käyttöoikeutta. Käyttöoikeus tulee peruuttaa yhdistetyn sosiaalisen median tilin asetuksista.',
|
||||
'users_social_connect' => 'Yhdistä tili',
|
||||
'users_social_disconnect' => 'Katkaise yhteys tiliin',
|
||||
'users_social_status_connected' => 'Yhdistetty',
|
||||
'users_social_status_disconnected' => 'Yhteys katkaistu',
|
||||
'users_social_connected' => ':socialAccount-tili liitettiin onnistuneesti profiiliisi.',
|
||||
'users_social_disconnected' => ':Yhteys socialAccount-tiliin katkaistiin onnistuneesti profiilistasi.',
|
||||
'users_api_tokens' => 'API-tunnisteet',
|
||||
'users_api_tokens_desc' => 'Luo ja hallinnoi tunnisteita, joita käytetään BookStack REST-rajapinnan todennukseen. Rajapinnan käyttöoikeuksia hallinnoidaan sen käyttäjän asetuksista, jolle tunniste kuuluu.',
|
||||
'users_api_tokens_none' => 'Tälle käyttäjälle ei ole luotu API-tunnisteita',
|
||||
'users_api_tokens_create' => 'Luo tunniste',
|
||||
'users_api_tokens_expires' => 'Vanhenee',
|
||||
'users_api_tokens_docs' => 'API-dokumentaatio',
|
||||
'users_mfa' => 'Monivaiheinen tunnistautuminen',
|
||||
'users_mfa_desc' => 'Paranna käyttäjätilisi turvallisuutta ja ota käyttöön monivaiheinen tunnistautuminen.',
|
||||
'users_mfa_x_methods' => ':count menetelmä määritetty|:count menetelmää määritetty',
|
||||
'users_mfa_configure' => 'Määritä menetelmiä',
|
||||
|
||||
// API Tokens
|
||||
'user_api_token_create' => 'Create API Token',
|
||||
'user_api_token_name' => 'Name',
|
||||
'user_api_token_name_desc' => 'Give your token a readable name as a future reminder of its intended purpose.',
|
||||
'user_api_token_expiry' => 'Expiry Date',
|
||||
'user_api_token_expiry_desc' => 'Set a date at which this token expires. After this date, requests made using this token will no longer work. Leaving this field blank will set an expiry 100 years into the future.',
|
||||
'user_api_token_create_secret_message' => 'Immediately after creating this token a "Token ID" & "Token Secret" will be generated and displayed. The secret will only be shown a single time so be sure to copy the value to somewhere safe and secure before proceeding.',
|
||||
'user_api_token' => 'API Token',
|
||||
'user_api_token_id' => 'Token ID',
|
||||
'user_api_token_id_desc' => 'This is a non-editable system generated identifier for this token which will need to be provided in API requests.',
|
||||
'user_api_token_secret' => 'Token Secret',
|
||||
'user_api_token_secret_desc' => 'This is a system generated secret for this token which will need to be provided in API requests. This will only be displayed this one time so copy this value to somewhere safe and secure.',
|
||||
'user_api_token_created' => 'Token created :timeAgo',
|
||||
'user_api_token_updated' => 'Token updated :timeAgo',
|
||||
'user_api_token_delete' => 'Delete Token',
|
||||
'user_api_token_delete_warning' => 'This will fully delete this API token with the name \':tokenName\' from the system.',
|
||||
'user_api_token_delete_confirm' => 'Are you sure you want to delete this API token?',
|
||||
'user_api_token_create' => 'Luo uusi API-tunniste',
|
||||
'user_api_token_name' => 'Nimi',
|
||||
'user_api_token_name_desc' => 'Anna tunnisteelle helppolukuinen nimi, josta muistaa sen käyttötarkoituksen.',
|
||||
'user_api_token_expiry' => 'Viimeinen voimassaolopäivä',
|
||||
'user_api_token_expiry_desc' => 'Aseta päiväys, jolloin tämä tunniste vanhenee. Tämän päiväyksen jälkeen tätä tunnistetta käyttäen tehdyt pyynnöt eivät enää toimi. Tämän kentän jättäminen tyhjäksi asettaa voimassaolon päättymisen 100 vuoden päähän tulevaisuuteen.',
|
||||
'user_api_token_create_secret_message' => 'Välittömästi tämän tunnisteen luomisen jälkeen luodaan ja näytetään "Tunnisteen ID" ja "Tunnisteen salaisuus". Salaisuus näytetään vain kerran, joten kopioi arvo jonnekin turvalliseen paikkaan ennen kuin jatkat.',
|
||||
'user_api_token' => 'API-tunniste',
|
||||
'user_api_token_id' => 'Tunnisteen ID',
|
||||
'user_api_token_id_desc' => 'Tämä on järjestelmän luoma tunniste, jota ei voi muokata ja jota on käytettävä API-pyynnöissä.',
|
||||
'user_api_token_secret' => 'Tunnisteen salaisuus',
|
||||
'user_api_token_secret_desc' => 'Tämä on järjestelmän tälle tunnisteelle luoma salaisuus, jota on käytettävä API-pyynnöissä. Tämä näytetään vain kerran, joten kopioi tämä arvo jonnekin turvalliseen paikkaan.',
|
||||
'user_api_token_created' => 'Tunniste luotu :timeAgo',
|
||||
'user_api_token_updated' => 'Tunniste päivitetty :timeAgo',
|
||||
'user_api_token_delete' => 'Poista tunniste',
|
||||
'user_api_token_delete_warning' => 'Tämä poistaa API-tunnisteen \':tokenName\' kokonaan järjestelmästä.',
|
||||
'user_api_token_delete_confirm' => 'Oletko varma, että haluat poistaa tämän API-tunnisteen?',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.',
|
||||
'webhooks_x_trigger_events' => ':count trigger event|:count trigger events',
|
||||
'webhooks_create' => 'Create New Webhook',
|
||||
'webhooks_none_created' => 'No webhooks have yet been created.',
|
||||
'webhooks_edit' => 'Edit Webhook',
|
||||
'webhooks_save' => 'Save Webhook',
|
||||
'webhooks_details' => 'Webhook Details',
|
||||
'webhooks_details_desc' => 'Provide a user friendly name and a POST endpoint as a location for the webhook data to be sent to.',
|
||||
'webhooks_events' => 'Webhook Events',
|
||||
'webhooks_events_desc' => 'Select all the events that should trigger this webhook to be called.',
|
||||
'webhooks_events_warning' => 'Keep in mind that these events will be triggered for all selected events, even if custom permissions are applied. Ensure that use of this webhook won\'t expose confidential content.',
|
||||
'webhooks_events_all' => 'All system events',
|
||||
'webhooks_name' => 'Webhook Name',
|
||||
'webhooks_timeout' => 'Webhook Request Timeout (Seconds)',
|
||||
'webhooks_endpoint' => 'Webhook Endpoint',
|
||||
'webhooks_active' => 'Webhook Active',
|
||||
'webhook_events_table_header' => 'Events',
|
||||
'webhooks_delete' => 'Delete Webhook',
|
||||
'webhooks_delete_warning' => 'This will fully delete this webhook, with the name \':webhookName\', from the system.',
|
||||
'webhooks_delete_confirm' => 'Are you sure you want to delete this webhook?',
|
||||
'webhooks_format_example' => 'Webhook Format Example',
|
||||
'webhooks_format_example_desc' => 'Webhook data is sent as a POST request to the configured endpoint as JSON following the format below. The "related_item" and "url" properties are optional and will depend on the type of event triggered.',
|
||||
'webhooks_status' => 'Webhook Status',
|
||||
'webhooks_last_called' => 'Last Called:',
|
||||
'webhooks_last_errored' => 'Last Errored:',
|
||||
'webhooks_last_error_message' => 'Last Error Message:',
|
||||
'webhooks' => 'Toimintokutsut',
|
||||
'webhooks_index_desc' => 'Toimintokutsut ovat tapa lähettää tietoja ulkoisiin URL-osoitteisiin, kun järjestelmässä tapahtuu tiettyjä toimintoja ja tapahtumia. Tämä mahdollistaa näihin tapahtumiin perustuvan integroinnin muihin alustoihin, esimerkiksi viesti- tai ilmoitusjärjestelmiin.',
|
||||
'webhooks_x_trigger_events' => ':count käynnistävä tapahtuma|:count käynnistävää tapahtumaa',
|
||||
'webhooks_create' => 'Luo uusi toimintokutsu',
|
||||
'webhooks_none_created' => 'Toimintokutsuja ei ole luotu.',
|
||||
'webhooks_edit' => 'Muokkaa toimintokutsua',
|
||||
'webhooks_save' => 'Tallenna toimintokutsu',
|
||||
'webhooks_details' => 'Toimintokutsun tiedot',
|
||||
'webhooks_details_desc' => 'Anna selkeä nimi ja POST-päätepisteen sijainti, johon toimintokutsun tiedot lähetetään.',
|
||||
'webhooks_events' => 'Toimintokutsun tapahtumat',
|
||||
'webhooks_events_desc' => 'Valitse kaikki tapahtumat, jotka käynnistävät tämän toimintokutsun.',
|
||||
'webhooks_events_warning' => 'Huomaa, että toimintokutsu käynnistetään kaikissa valituissa tapahtumissa, vaikka niihin liittyisi muokautettuja käyttöoikeuksia. Varmista, että tämän toimintokutsun käyttö ei paljasta luottamuksellista sisältöä.',
|
||||
'webhooks_events_all' => 'Kaikki järjestelmän tapahtumat',
|
||||
'webhooks_name' => 'Toimintokutsun nimi',
|
||||
'webhooks_timeout' => 'Toimintokutsun aikakatkaisu (sekuntia)',
|
||||
'webhooks_endpoint' => 'Toimintokutsun päätepiste',
|
||||
'webhooks_active' => 'Toimintokutsu aktiivinen',
|
||||
'webhook_events_table_header' => 'Tapahtumat',
|
||||
'webhooks_delete' => 'Poista toimintokutsu',
|
||||
'webhooks_delete_warning' => 'Tämä poistaa toimintokutsun \':webhookName\' kokonaan järjestelmästä.',
|
||||
'webhooks_delete_confirm' => 'Oletko varma, että haluat poistaa tämän toimintokutsun?',
|
||||
'webhooks_format_example' => 'Esimerkki toimintokutsusta',
|
||||
'webhooks_format_example_desc' => 'Toimintokutsun tiedot lähetetään JSON-muodossa POST-pyyntönä määritettyyn päätepisteeseen alla näkyvän mallin mukaisesti. Ominaisuudet "related_item" ja "url" ovat valinnaisia ja riippuvat käynnistetyn tapahtuman tyypistä.',
|
||||
'webhooks_status' => 'Toimintokutsun tila',
|
||||
'webhooks_last_called' => 'Viimeksi kutsuttu:',
|
||||
'webhooks_last_errored' => 'Viimeisin virhe:',
|
||||
'webhooks_last_error_message' => 'Viimeisin virheviesti:',
|
||||
|
||||
|
||||
//! If editing translations files directly please ignore this in all
|
||||
@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Français',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Hrvatski',
|
||||
|
@ -8,107 +8,107 @@
|
||||
return [
|
||||
|
||||
// Standard laravel validation lines
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'backup_codes' => 'The provided code is not valid or has already been used.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'accepted' => ':attribute tulee hyväksyä.',
|
||||
'active_url' => ':attribute ei ole kelvollinen URL.',
|
||||
'after' => ':attribute tulee olla päiväyksen :date jälkeinen päiväys.',
|
||||
'alpha' => ':attribute voi sisältää vain kirjaimia.',
|
||||
'alpha_dash' => ':attribute voi sisältää vain kirjaimia, numeroita, yhdys- ja alaviivoja.',
|
||||
'alpha_num' => ':attribute voi sisältää vain kirjaimia ja numeroita.',
|
||||
'array' => ':attribute tulee olla taulukkomuuttuja.',
|
||||
'backup_codes' => 'Annettu koodi ei ole kelvollinen tai se on jo käytetty.',
|
||||
'before' => ':attribute päiväyksen tulee olla ennen :date.',
|
||||
'between' => [
|
||||
'numeric' => 'The :attribute must be between :min and :max.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
'numeric' => ':attribute tulee olla välillä :min ja :max.',
|
||||
'file' => ':attribute tulee olla :min - :max kilotavua.',
|
||||
'string' => ':attribute tulee olla :min - :max merkkiä pitkä.',
|
||||
'array' => ':attribute tulee sisältää :min - :max kohdetta.',
|
||||
],
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'different' => 'The :attribute and :other must be different.',
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'ends_with' => 'The :attribute must end with one of the following: :values',
|
||||
'file' => 'The :attribute must be provided as a valid file.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'boolean' => ':attribute tulee olla tosi tai epätosi.',
|
||||
'confirmed' => ':attribute vahvistus ei täsmää.',
|
||||
'date' => ':attribute ei ole kelvollinen päiväys.',
|
||||
'date_format' => ':attribute ei täsmää muodon :format kanssa.',
|
||||
'different' => ':attribute ja :other tulee erota toisistaan.',
|
||||
'digits' => ':attribute tulee olla :digits numeroa pitkä.',
|
||||
'digits_between' => ':attribute tulee olla :min - :max numeroa.',
|
||||
'email' => ':attribute tulee olla kelvollinen sähköpostiosoite.',
|
||||
'ends_with' => ':attribute arvon tulee päättyä johonkin seuraavista: :values',
|
||||
'file' => ':attribute tulee olla kelvollinen tiedosto.',
|
||||
'filled' => 'Kenttä :attribute vaaditaan.',
|
||||
'gt' => [
|
||||
'numeric' => 'The :attribute must be greater than :value.',
|
||||
'file' => 'The :attribute must be greater than :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than :value characters.',
|
||||
'array' => 'The :attribute must have more than :value items.',
|
||||
'numeric' => ':attribute tulee olla suurempi kuin :value.',
|
||||
'file' => ':attribute tulee olla suurempi kuin :value kilotavua.',
|
||||
'string' => ':attribute tulee olla suurempi kuin :value merkkiä.',
|
||||
'array' => ':attribute tulee sisältää vähintään :value kohdetta.',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => 'The :attribute must be greater than or equal :value.',
|
||||
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than or equal :value characters.',
|
||||
'array' => 'The :attribute must have :value items or more.',
|
||||
'numeric' => ':attribute on oltava suurempi tai samansuuruinen kuin :value.',
|
||||
'file' => ':attribute on oltava suurempi tai samansuuruinen kuin :value kilotavua.',
|
||||
'string' => ':attribute on oltava suurempi tai samansuuruinen kuin :value merkkiä.',
|
||||
'array' => ':attribute tulee sisältää vähintään :value kohdetta tai enemmän.',
|
||||
],
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'image_extension' => 'The :attribute must have a valid & supported image extension.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
||||
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'exists' => 'Valittu :attribute ei ole kelvollinen.',
|
||||
'image' => ':attribute on oltava kuva.',
|
||||
'image_extension' => ':-attribute tulee sisältää kelvollisen ja tuetun kuvan tiedostopäätteen.',
|
||||
'in' => 'Valittu :attribute ei ole kelvollinen.',
|
||||
'integer' => ':attribute tulee olla kokonaisluku.',
|
||||
'ip' => ':attribute tulee olla kelvollinen IP-osoite.',
|
||||
'ipv4' => ':attribute tulee olla kelvollinen IPv4-osoite.',
|
||||
'ipv6' => ':attribute tulee olla kelvollinen IPv6 -osoite.',
|
||||
'json' => ':attribute tulee olla kelvollinen JSON-merkkijono.',
|
||||
'lt' => [
|
||||
'numeric' => 'The :attribute must be less than :value.',
|
||||
'file' => 'The :attribute must be less than :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than :value characters.',
|
||||
'array' => 'The :attribute must have less than :value items.',
|
||||
'numeric' => ':attribute tulee olla vähemmän kuin :value.',
|
||||
'file' => ':attribute tulee olla vähemmän kuin :value kilotavua.',
|
||||
'string' => ':attribute tulee olla vähemmän kuin :value merkkiä.',
|
||||
'array' => ':attribute tulee sisältää vähemmän kuin :value kohdetta.',
|
||||
],
|
||||
'lte' => [
|
||||
'numeric' => 'The :attribute must be less than or equal :value.',
|
||||
'file' => 'The :attribute must be less than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than or equal :value characters.',
|
||||
'array' => 'The :attribute must not have more than :value items.',
|
||||
'numeric' => ':attribute tulee olla vähemmän tai yhtä suuri kuin :value.',
|
||||
'file' => ':attribute tulee olla vähemmän tai yhtä suuri kuin :value kilotavua.',
|
||||
'string' => ':attribute tulee olla vähemmän tai yhtä suuri kuin :value merkkiä.',
|
||||
'array' => ':attribute ei tule sisältää enempää kuin :value kohdetta.',
|
||||
],
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
'numeric' => ':attribute ei saa olla suurempi kuin :max.',
|
||||
'file' => ':attribute ei saa olla suurempi kuin :max kilotavua.',
|
||||
'string' => ':attribute ei saa olla suurempi kuin :max merkkiä.',
|
||||
'array' => ':attribute ei saa sisältää enempää kuin :max kohdetta.',
|
||||
],
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'mimes' => ':attribute tulee olla tiedosto jonka tyyppi on :values.',
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
'numeric' => ':attribute tulee olla vähintään :min.',
|
||||
'file' => ':attribute tulee olla vähintään :min kilotavua.',
|
||||
'string' => ':attribute tulee olla vähintään :min merkkiä.',
|
||||
'array' => ':attribute tulee sisältää vähintään :min kohdetta.',
|
||||
],
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'safe_url' => 'The provided link may not be safe.',
|
||||
'not_in' => 'Valittu :attribute ei ole kelvollinen.',
|
||||
'not_regex' => ':attribute muoto ei ole kelvollinen.',
|
||||
'numeric' => ':attribute tulee olla numero.',
|
||||
'regex' => ':attribute muoto ei ole kelvollinen.',
|
||||
'required' => 'Kenttä :attribute vaaditaan.',
|
||||
'required_if' => 'Kenttä :attribute vaaditaan, kun :other on :value.',
|
||||
'required_with' => 'Kenttä :attribute vaaditaan, kun :values on määritettynä.',
|
||||
'required_with_all' => 'Kenttä :attribute vaaditaan, kun kaikki näistä on määritettynä :values.',
|
||||
'required_without' => 'Kenttä :attribute vaaditaan, kun :values ei ole määritettynä.',
|
||||
'required_without_all' => 'Kenttä :attribute vaaditaan, kun mikään näistä ei ole määritettynä :values.',
|
||||
'same' => ':attribute ja :other tulee täsmätä.',
|
||||
'safe_url' => 'Annettu linkki ei ole mahdollisesti turvallinen.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
'numeric' => ':attribute tulee olla :size.',
|
||||
'file' => ':attribute tulee olla :size kilotavua.',
|
||||
'string' => ':attribute tulee olla :size merkkiä.',
|
||||
'array' => ':attribute tulee sisältää :size kohdetta.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'totp' => 'The provided code is not valid or has expired.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'uploaded' => 'The file could not be uploaded. The server may not accept files of this size.',
|
||||
'string' => ':attribute tulee olla merkkijono.',
|
||||
'timezone' => ':attribute tulee olla kelvollinen aikavyöhyke.',
|
||||
'totp' => 'Annettu koodi ei ole kelvollinen tai se on vanhentunut.',
|
||||
'unique' => ':attribute on jo käytössä.',
|
||||
'url' => ':attribute muoto ei ole kelvollinen.',
|
||||
'uploaded' => 'Tiedostoa ei voitu ladata. Palvelin ei ehkä hyväksy tämän kokoisia tiedostoja.',
|
||||
|
||||
// Custom validation lines
|
||||
'custom' => [
|
||||
'password-confirm' => [
|
||||
'required_with' => 'Password confirmation required',
|
||||
'required_with' => 'Salasanan vahvistus vaaditaan',
|
||||
],
|
||||
],
|
||||
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'Mis à jour :timeLength',
|
||||
'meta_updated_name' => 'Mis à jour :timeLength par :user',
|
||||
'meta_owned_name' => 'Appartient à :user',
|
||||
'meta_reference_page_count' => 'Référencé sur :count page|Référencé sur :count pages',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'Sélectionner l\'entité',
|
||||
'entity_select_lack_permission' => 'Vous n\'avez pas les permissions requises pour sélectionner cet élément',
|
||||
'images' => 'Images',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'Modifier le livre :bookName',
|
||||
'books_form_book_name' => 'Nom du livre',
|
||||
'books_save' => 'Enregistrer le livre',
|
||||
'books_default_template' => 'Default Page Template',
|
||||
'books_default_template_explain' => 'Assign a page template that will be used as the default content for all new pages in this book. Keep in mind this will only be used if the page creator has view access to those chosen template page.',
|
||||
'books_default_template_select' => 'Select a template page',
|
||||
'books_permissions' => 'Permissions du livre',
|
||||
'books_permissions_updated' => 'Permissions du livre mises à jour',
|
||||
'books_empty_contents' => 'Aucune page ou chapitre n\'a été ajouté à ce livre.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'Supprimer le brouillon',
|
||||
'pages_delete_success' => 'Page supprimée',
|
||||
'pages_delete_draft_success' => 'Brouillon supprimé',
|
||||
'pages_delete_warning_template' => 'This page is in active use as a book default page template. These books will no longer have a default page template assigned after this page is deleted.',
|
||||
'pages_delete_confirm' => 'Êtes-vous sûr(e) de vouloir supprimer cette page ?',
|
||||
'pages_delete_draft_confirm' => 'Êtes-vous sûr(e) de vouloir supprimer ce brouillon ?',
|
||||
'pages_editing_named' => 'Modification de la page :pageName',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'Références',
|
||||
'references_none' => 'Il n\'y a pas de références suivies à cet élément.',
|
||||
'references_to_desc' => 'Vous trouverez ci-dessous toutes les pages connues du système qui ont un lien vers cet élément.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Suivre',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'L\'extension PHP LDAP n\'est pas installée',
|
||||
'ldap_cannot_connect' => 'Impossible de se connecter au serveur LDAP, la connexion initiale a échoué',
|
||||
'saml_already_logged_in' => 'Déjà connecté',
|
||||
'saml_user_not_registered' => 'L\'utilisateur :name n\'est pas enregistré et l\'enregistrement automatique est désactivé',
|
||||
'saml_no_email_address' => 'Impossible de trouver une adresse e-mail, pour cet utilisateur, dans les données fournies par le système d\'authentification externe',
|
||||
'saml_invalid_response_id' => 'La requête du système d\'authentification externe n\'est pas reconnue par un processus démarré par cette application. Naviguer après une connexion peut causer ce problème.',
|
||||
'saml_fail_authed' => 'Connexion avec :system échouée, le système n\'a pas fourni l\'autorisation réussie',
|
||||
|
@ -4,15 +4,16 @@
|
||||
*/
|
||||
return [
|
||||
|
||||
'new_comment_subject' => 'Nouveau commentaire sur la page : :pageName',
|
||||
'new_comment_subject' => 'Nouveau commentaire sur la page: :pageName',
|
||||
'new_comment_intro' => 'Un utilisateur a commenté une page dans :appName:',
|
||||
'new_page_subject' => 'Nouvelle page : :pageName',
|
||||
'new_page_subject' => 'Nouvelle page: :pageName',
|
||||
'new_page_intro' => 'Une nouvelle page a été créée dans :appName:',
|
||||
'updated_page_subject' => 'Page mise à jour : :pageName',
|
||||
'updated_page_subject' => 'Page mise à jour: :pageName',
|
||||
'updated_page_intro' => 'Une page a été mise à jour dans :appName:',
|
||||
'updated_page_debounce' => 'Pour éviter de nombreuses notifications, pendant un certain temps, vous ne recevrez pas de notifications pour d\'autres modifications de cette page par le même éditeur.',
|
||||
|
||||
'detail_page_name' => 'Nom de la page :',
|
||||
'detail_page_path' => 'Page Path:',
|
||||
'detail_commenter' => 'Commenta·teur·trice :',
|
||||
'detail_comment' => 'Commentaire :',
|
||||
'detail_created_by' => 'Créé par :',
|
||||
|
@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Estonien',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Français',
|
||||
'he' => 'Hébreu',
|
||||
'hr' => 'Croate',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'עודכן :timeLength',
|
||||
'meta_updated_name' => 'עודכן :timeLength על ידי :user',
|
||||
'meta_owned_name' => 'Owned by :user',
|
||||
'meta_reference_page_count' => 'Referenced on :count page|Referenced on :count pages',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'בחר יישות',
|
||||
'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item',
|
||||
'images' => 'תמונות',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'עריכת ספר :bookName',
|
||||
'books_form_book_name' => 'שם הספר',
|
||||
'books_save' => 'שמור ספר',
|
||||
'books_default_template' => 'Default Page Template',
|
||||
'books_default_template_explain' => 'Assign a page template that will be used as the default content for all new pages in this book. Keep in mind this will only be used if the page creator has view access to those chosen template page.',
|
||||
'books_default_template_select' => 'Select a template page',
|
||||
'books_permissions' => 'הרשאות ספר',
|
||||
'books_permissions_updated' => 'הרשאות הספר עודכנו',
|
||||
'books_empty_contents' => 'לא נוצרו פרקים או דפים עבור ספר זה',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'מחק טיוטת דף',
|
||||
'pages_delete_success' => 'הדף נמחק',
|
||||
'pages_delete_draft_success' => 'טיוטת דף נמחקה',
|
||||
'pages_delete_warning_template' => 'This page is in active use as a book default page template. These books will no longer have a default page template assigned after this page is deleted.',
|
||||
'pages_delete_confirm' => 'האם ברצונך למחוק דף זה?',
|
||||
'pages_delete_draft_confirm' => 'האם ברצונך למחוק את טיוטת הדף הזה?',
|
||||
'pages_editing_named' => 'עריכת דף :pageName',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'References',
|
||||
'references_none' => 'There are no tracked references to this item.',
|
||||
'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Watch',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'הרחבת LDAP עבור PHP לא מותקנת',
|
||||
'ldap_cannot_connect' => 'Cannot connect to ldap server, Initial connection failed',
|
||||
'saml_already_logged_in' => 'כבר מחובר',
|
||||
'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
|
||||
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
|
||||
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
|
||||
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
|
||||
|
@ -13,6 +13,7 @@ return [
|
||||
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
|
||||
|
||||
'detail_page_name' => 'Page Name:',
|
||||
'detail_page_path' => 'Page Path:',
|
||||
'detail_commenter' => 'Commenter:',
|
||||
'detail_comment' => 'Comment:',
|
||||
'detail_created_by' => 'Created By:',
|
||||
|
@ -296,6 +296,7 @@ return [
|
||||
'et' => 'Eesti keel',
|
||||
'eu' => 'Euskara',
|
||||
'fa' => 'فارسی',
|
||||
'fi' => 'Suomi',
|
||||
'fr' => 'Français',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Hrvatski',
|
||||
|
@ -23,7 +23,7 @@ return [
|
||||
'meta_updated' => 'Ažurirano :timeLength',
|
||||
'meta_updated_name' => 'Ažurirano :timeLength od :user',
|
||||
'meta_owned_name' => 'Vlasništvo :user',
|
||||
'meta_reference_page_count' => 'Referencirano na :count stranici|Referencirano na :count stranica',
|
||||
'meta_reference_count' => 'Referenced by :count item|Referenced by :count items',
|
||||
'entity_select' => 'Odaberi subjekt',
|
||||
'entity_select_lack_permission' => 'Nemate potrebne ovlasti za odabir ovog elementa',
|
||||
'images' => 'Slike',
|
||||
@ -132,6 +132,9 @@ return [
|
||||
'books_edit_named' => 'Uredi knjigu :bookName',
|
||||
'books_form_book_name' => 'Ime knjige',
|
||||
'books_save' => 'Spremi knjigu',
|
||||
'books_default_template' => 'Default Page Template',
|
||||
'books_default_template_explain' => 'Assign a page template that will be used as the default content for all new pages in this book. Keep in mind this will only be used if the page creator has view access to those chosen template page.',
|
||||
'books_default_template_select' => 'Select a template page',
|
||||
'books_permissions' => 'Dopuštenja za knjigu',
|
||||
'books_permissions_updated' => 'Ažurirana dopuštenja za knjigu',
|
||||
'books_empty_contents' => 'U ovoj knjizi još nema stranica ni poglavlja.',
|
||||
@ -204,6 +207,7 @@ return [
|
||||
'pages_delete_draft' => 'Izbriši nacrt stranice',
|
||||
'pages_delete_success' => 'Izbrisana stranica',
|
||||
'pages_delete_draft_success' => 'Izbrisan nacrt stranice',
|
||||
'pages_delete_warning_template' => 'This page is in active use as a book default page template. These books will no longer have a default page template assigned after this page is deleted.',
|
||||
'pages_delete_confirm' => 'Jeste li sigurni da želite izbrisati stranicu?',
|
||||
'pages_delete_draft_confirm' => 'Jeste li sigurni da želite izbrisati nacrt stranice?',
|
||||
'pages_editing_named' => 'Uređivanje stranice :pageName',
|
||||
@ -405,7 +409,7 @@ return [
|
||||
// References
|
||||
'references' => 'Reference',
|
||||
'references_none' => 'Nema praćenih referenci na ovu stavku.',
|
||||
'references_to_desc' => 'U nastavku su prikazane sve poznate stranice u sustavu koje se povezuju s ovom stavkom.',
|
||||
'references_to_desc' => 'Listed below is all the known content in the system that links to this item.',
|
||||
|
||||
// Watch Options
|
||||
'watch' => 'Prati',
|
||||
|
@ -19,7 +19,6 @@ return [
|
||||
'ldap_extension_not_installed' => 'LDAP PHP ekstenzija nije instalirana',
|
||||
'ldap_cannot_connect' => 'Nemoguće pristupiti ldap serveru, problem s mrežom',
|
||||
'saml_already_logged_in' => 'Već ste prijavljeni',
|
||||
'saml_user_not_registered' => 'Korisnik :name nije registriran i automatska registracija je onemogućena',
|
||||
'saml_no_email_address' => 'Nismo pronašli email adresu za ovog korisnika u vanjskim sustavima',
|
||||
'saml_invalid_response_id' => 'Sustav za autentifikaciju nije prepoznat. Ovaj problem možda je nastao zbog vraćanja nakon prijave.',
|
||||
'saml_fail_authed' => 'Prijava pomoću :system nije uspjela zbog neuspješne autorizacije',
|
||||
|
@ -15,6 +15,7 @@ Ažurirana stranica: :pageName',
|
||||
'updated_page_debounce' => 'Kako biste spriječili velik broj obavijesti, nećete primati obavijesti o daljnjim izmjenama ove stranice od istog urednika neko vrijeme.',
|
||||
|
||||
'detail_page_name' => 'Naziv Stranice:',
|
||||
'detail_page_path' => 'Page Path:',
|
||||
'detail_commenter' => 'Komentator:',
|
||||
'detail_comment' => 'Komentar:',
|
||||
'detail_created_by' => 'Kreirao Korisnik:',
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user