--- /dev/null
+<?php
+
+return [
+
+ /*
+ |--------------------------------------------------------------------------
+ | Authentication Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used during authentication for various
+ | messages that we need to display to the user. You are free to modify
+ | these language lines according to your application's requirements.
+ |
+ */
+
+ 'failed' => 'Ces identifiants s',
+ 'throttle' => 'Trop de tentatives. Veuillez patienter :seconds secondes.',
+
+];
--- /dev/null
+<?php
+
+return [
+
+ /*
+ |--------------------------------------------------------------------------
+ | Pagination Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used by the paginator library to build
+ | the simple pagination links. You are free to change them to anything
+ | you want to customize your views to better match your application.
+ |
+ */
+
+ 'previous' => '« Précécent',
+ 'next' => 'Suivant »',
+
+];
--- /dev/null
+<?php
+
+return [
+
+ /*
+ |--------------------------------------------------------------------------
+ | Password Reset Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are the default lines which match reasons
+ | that are given by the password broker for a password update attempt
+ | has failed, such as for an invalid token or invalid new password.
+ |
+ */
+
+ 'password' => 'Les mots de passe doivent comporter au moins 6 caractères et être identiques à la confirmation',
+ 'reset' => 'Votre mot de passe a été réinitialisé',
+ 'sent' => 'Nous vous avons envoyé un lien de réinitialisation de votre mot de passe par e-mail.',
+ 'token' => 'Impossible de réinitialiser votre mot de passe.',
+ 'user' => "Nous ne trouvons pas de compte correspondant à votre nom d'utilisateur.",
+
+];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines - Arabic
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'التسجيل مغلق.',
- 'first_page_you_see' => 'الصفحة الأولى التي تشاهدها بعد تسجيل الدخول',
- 'login_status' => 'حالة تسجيل الدخول',
- 'logged_in' => 'لقد سجلت الدخول!',
- 'toggle_navigation' => 'Toggle navigation',
- 'administration' => 'الادارة',
- 'user' => 'المستخدم',
- 'logout' => 'خروج',
- 'login' => 'تسجيل الدخول',
- 'register' => 'تسجيل',
- 'name' => 'الأسم',
- 'email_address' => 'عنوان البريد الألكتروني',
- 'password' => 'كلمة السر',
- 'old_password' => 'كلمة السر القديمة',
- 'new_password' => 'كلمة السر الجديدة',
- 'confirm_password' => 'تأكيد كلمة السر',
- 'remember_me' => 'تذكرني',
- 'forgot_your_password' => 'هل نسيت كلمة السر ؟',
- 'reset_password' => 'إعادة تعيين كلمة السر',
- 'send_reset_link' => 'إرسال رابط إعادة تعيين كلمة السر',
- 'click_here_to_reset' => 'اضغط هنا لإعادة تعيين كلمة السر الخاصة بك',
- 'change_password' => 'تغيير كلمة السر',
- 'unauthorized' => 'غير مصرح',
- 'dashboard' => 'الصفحة الرئيسية',
- 'handcrafted_by' => 'Handcrafted by',
- 'powered_by' => 'Powered by',
- 'my_account' => 'حسابي',
- 'update_account_info' => 'تحديث معلومات الحساب',
- 'save' => 'حفظ',
- 'cancel' => 'إلغاء',
- 'error' => 'خطأ',
- 'success' => 'نجاح',
- 'old_password_incorrect' => 'كلمة السر القديمة غير صحيحة.',
- 'password_dont_match' => 'كلمة السر غير مطابقة.',
- 'password_empty' => 'تأكد من ملء كل من حقول كلمة السر.',
- 'password_updated' => 'تم تحديث كلمة السر.',
- 'account_updated' => 'تم تحديث الحساب بنجاح.',
- 'unknown_error' => 'حدث خطأ غير معروف. حاول مرة اخرى.',
- 'error_saving' => 'حدث خطأ أثناء الحفظ. حاول مرة اخرى.',
-];
+++ /dev/null
-<?php
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines - Arabic
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- | Author: https://github.com/allam2002
- |
- */
-
- return [
- 'infoFiltered' => '(filtered from _MAX_ total entries)',
- 'thousands' => ',',
- 'admin' => 'المشرف',
- 'browse_uploads' => 'تصفح التحميلات',
- 'table_cant_add' => 'لا يمكن إضافة :entity جديد',
- 'clear' => 'نظف',
- 'save_action_changed_notification' => 'تم تغيير السلوك الافتراضي بعد الحفظ.',
- 'edit_translations' => 'تعديل الترجمة',
- 'internal_link_placeholder' => "Internal slug. Ex: 'admin/page' (no quotes) for ':url'",
- 'table_max_reached' => 'أقصى عدد :max تم الوصول إليه',
- 'zeroRecords' => 'لم يتم العثور على سجلات متطابقة',
- 'infoEmpty' => 'Showing 0 to 0 of 0 entries',
- 'info' => 'Showing _START_ to _END_ of _TOTAL_ entries',
- 'details_row' => 'هذا هو صف التفاصيل. عدل كما تريد.',
- 'reorder_text' => 'استخدام السحب والإفلات لإعادة الترتيب.',
- 'reorder_success_message' => 'تم حفظ ترتيبك.',
- 'reorder_error_message' => 'لم يتم حفظ ترتيبك.',
- 'lengthMenu' => '_MENU_ records per page',
- 'created_this' => 'أنشئت هذه',
- 'page_link_placeholder' => 'http://example.com/your-desired-page',
- 'actions' => 'أفعال',
- 'remove_filters' => 'إزالة الفلاتر',
- 'add_a_new' => 'إضافة جديد',
- 'reorder' => 'إعادة ترتيب',
- 'cancel' => 'إلغاء',
- 'choose_file' => 'اختر ملف',
- 'restore_this_value' => 'استعادة هذه القيمة',
- 'add' => 'اضافة',
- 'unauthorized_access' => 'الدخول غير مصرح به - ليس لديك الأذونات اللازمة للاطلاع على هذه الصفحة.',
- 'filters' => 'الفلاتر',
- 'to' => 'الى',
- 'reorder_success_title' => 'انتهى',
- 'search' => 'بحث:',
- 'toggle_filters' => 'تبديل الفلاتر',
- 'undo' => 'تراجع',
- 'edit' => 'تعديل',
- 'update_success' => 'تم تعديل العنصر بنجاح.',
- 'delete_confirmation_title' => 'تم حذف العنصر',
- 'delete_confirmation_message' => 'تم حذف العنصر بنجاح.',
- 'insert_success' => 'تمت إضافة العنصر بنجاح.',
- 'revision_restored' => 'تمت استعادة المراجعة بنجاح',
- 'loadingRecords' => 'جار التحميل...',
- 'infoPostFix' => 'جميع السجلات',
- 'details_row_loading_error' => 'حدث خطأ أثناء تحميل التفاصيل. الرجاء اعادة المحاولة.',
- 'delete_confirmation_not_message' => 'حدث خطأ. ربما لم يتم حذف العنصر.',
- 'guest_user' => 'حساب زائر',
- 'save' => 'حفظ',
- 'save_action_save_and_edit' => 'حفظ هذا العنصر وتعديله',
- 'save_action_save_and_back' => 'حفظ و رجوع',
- 'save_action_save_and_new' => 'حفظ وعنصر جديد',
- 'reorder_error_title' => 'خطأ',
- 'page_link' => 'رابط الصفحة',
- 'external_link' => 'رابط خارجي',
- 'internal_link' => 'رابط داخلي',
- 'preview' => 'عرض',
- 'back_to_all' => 'عودة',
- 'changed_the' => 'غيرت',
- 'in_the_database' => 'في قاعدة البيانات',
- 'list' => 'قائمة',
- 'all' => 'كل',
- 'no' => 'لا',
- 'emptyTable' => 'لا تتوفر بيانات في الجدول',
- 'no_revisions' => 'لا توجد مراجعات',
- 'language' => 'لغة',
- 'delete_confirmation_not_title' => 'لم يتم الحذف',
- 'delete_confirmation_not_deleted_title' => 'لم يتم الحذف',
- 'delete_confirmation_not_deleted_message' => 'لم يحدث شيء. البند الخاص بك هو آمن.',
- 'file_manager' => 'مدير الملفات',
- 'revisions' => 'مراجعات',
- 'delete' => 'مسح',
- 'processing' => 'معالجة...',
- 'from' => 'من',
- 'yes' => 'نعم',
- 'delete_confirm' => 'هل أنت متأكد أنك تريد حذف هذا العنصر؟',
- 'please_fix' => 'يرجى تصحيح الأخطاء التالية:',
- 'aria' => [
- 'sortAscending' => ': تفعيل لفرز العمود تصاعدي',
- 'sortDescending' => ': تفعيل لفرز العمود تنازلي',
- ],
- 'paginate' => [
- 'first' => 'الأول',
- 'last' => 'الاخير',
- 'next' => 'التالى',
- 'previous' => 'السابق',
- ],
- 'export' => [
- 'copy' => 'نسخ',
- 'excel' => 'Excel',
- 'csv' => 'CSV',
- 'pdf' => 'PDF',
- 'print' => 'طباعة',
- 'column_visibility' => 'رؤية العمود',
- ],
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\LangFileManager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface for lang files.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- 'active' => 'مفعَّل',
- 'cant_edit_online' => 'ملف اللغة هذا ﻻ يمكن التعديل فيه عبر اﻻنترنت',
- 'code_iso639-1' => '(ISO 639-1) كود',
- 'default' => 'اﻻفتراضي',
- 'empty_file' => 'ﻻ يوجد ترجمة متاحة',
- 'flag_image' => 'صورة العلم',
- 'key' => 'المفتاح',
- 'language' => 'لغة',
- 'language_name' => 'اسم اللغة',
- 'language_text' => ':language_name نص',
- 'language_translation' => ':language_name ترجمة',
- 'languages' => 'اللغات',
- 'please_fill_all_fields' => 'من فضلك إمﻷ كل الحقول',
- 'rules_text' => "<strong>تنويه: </strong> ﻻ تترجم الكلمات اللي تحتوي على خط على سطر (مثال :':number_of_items')، هذه الكلمات سوف تستبدل تلقائيا مع القيمة المناسبة ، إذا ترجمتها ،لن يتم استبدالها بالقيمة المناسبة.",
- 'saved' => 'تم الحفظ',
- 'site_texts' => 'نصوص الموقع',
- 'switch_to' => 'التغيير إلى',
- 'texts' => 'النصوص',
- 'translate' => 'ترجم',
- 'translations' => 'ترجمة',
- 'native_name' => 'اﻻسم اﻷصلي',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Регистрациите са забранени.',
- 'first_page_you_see' => 'Страницата която виждате след като влезете',
- 'login_status' => 'Статус',
- 'logged_in' => 'Влязохте успешно !',
- 'toggle_navigation' => 'Навигация',
- 'administration' => 'Администрация',
- 'user' => 'Потребител',
- 'logout' => 'Изход',
- 'login' => 'Вход',
- 'register' => 'Регистрация',
- 'name' => 'Имей',
- 'email_address' => 'E-Mail',
- 'password' => 'Парола',
- 'confirm_password' => 'Потвърдете паролата',
- 'remember_me' => 'Запомни ме',
- 'forgot_your_password' => 'Забравена парола',
- 'reset_password' => 'Смени парола',
- 'send_reset_link' => 'Изпрати линк за ресетване на паролата',
- 'click_here_to_reset' => 'Натиснете тук за да ресетнете паролата',
- 'unauthorized' => 'Неоторизиран.',
- 'dashboard' => 'Табло',
- 'handcrafted_by' => 'Ръчна изработка от',
- 'powered_by' => 'Задвижван от',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Forms
- 'save_action_save_and_new' => 'Запиши и добави нов',
- 'save_action_save_and_edit' => 'Запиши и поправи текущия запис',
- 'save_action_save_and_back' => 'Запиши и се върни назад',
- 'save_action_changed_notification' => 'Действието след запис по подразбиране слез запис беше променено.',
-
- // Create form
- 'add' => 'Добави',
- 'back_to_all' => 'Назад към записите ',
- 'cancel' => 'Отказ',
- 'add_a_new' => 'Добави нов запис ',
-
- // Create form - advanced options
- 'after_saving' => 'След запис',
- 'go_to_the_table_view' => 'Върни се към записите',
- 'let_me_add_another_item' => 'Нека добавя отново',
- 'edit_the_new_item' => 'Поправи току що направеният запис',
-
- // Edit form
- 'edit' => 'Поправи',
- 'save' => 'Запиши',
-
- // Revisions
- 'revisions' => 'Версии',
- 'no_revisions' => 'Не бяха открити версии',
- 'created_this' => 'създаде това',
- 'changed_the' => 'смени',
- 'restore_this_value' => 'Възстанови от ?',
- 'from' => 'от',
- 'to' => 'до',
- 'undo' => 'отмени',
- 'revision_restored' => 'Версията беше върната успешно.',
-
- // CRUD table view
- 'all' => 'Всички ',
- 'in_the_database' => 'В базите данни',
- 'list' => 'Лист',
- 'actions' => 'Действия',
- 'preview' => 'Преглед',
- 'delete' => 'Изтрии',
- 'admin' => 'Admin',
- 'details_row' => 'Това е колонката с детайли. Променяи както желаеш.',
- 'details_row_loading_error' => 'Възникна грешка при зареджането на детайлите. Моля опитайте отново.',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => 'Сигурни ли сте, че искате да изтриете този запис ?',
- 'delete_confirmation_title' => 'Запис изтрит',
- 'delete_confirmation_message' => 'Записът беше успешно изтрит.',
- 'delete_confirmation_not_title' => 'НЕ Е ИЗТРИТ',
- 'delete_confirmation_not_message' => 'Възникна грешка. Записът не бе изтрит.',
- 'delete_confirmation_not_deleted_title' => 'Не е изтрит',
- 'delete_confirmation_not_deleted_message' => 'Споко :). Записът е на сигурно място.',
-
- // DataTables translation
- 'emptyTable' => 'Няма намерени резултати',
- 'info' => 'Показване на резултати от _START_ до _END_ от общо _TOTAL_',
- 'infoEmpty' => 'Показване на резултати от 0 до 0 от общо 0',
- 'infoFiltered' => '(филтрирани от общо _MAX_ резултата))',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '_MENU_ records per page',
- 'loadingRecords' => 'Зареждам...',
- 'processing' => 'Обработка на резултатите...',
- 'search' => 'Търсене: ',
- 'zeroRecords' => 'Няма намерени резултати',
- 'paginate' => [
- 'first' => 'Първа',
- 'last' => 'Последна',
- 'next' => 'Следваща',
- 'previous' => 'Предишна',
- ],
- 'aria' => [
- 'sortAscending' => ': Възходящ ред',
- 'sortDescending' => ': Низходящ ред',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'Неразрешен достъп - нямате необходимите разрешения, за да видите тази страница.',
- 'please_fix' => 'Моля, поправете следните грешки:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => 'Елементът е добавен успешно.',
- 'update_success' => 'Елементът е променен успешно.',
-
- // CRUD reorder view
- 'reorder' => 'Пренареждане',
- 'reorder_text' => 'Използвайте влачене и пускане, за да пренаредите.',
- 'reorder_success_title' => 'Готово',
- 'reorder_success_message' => 'Вашето нареждане е запазено.',
- 'reorder_error_title' => 'Грешка',
- 'reorder_error_message' => 'Вашето нареждане не е запазено..',
-
- // CRUD yes/no
- 'yes' => 'Да',
- 'no' => 'Не',
-
- // Fields
- 'browse_uploads' => 'Browse uploads',
- 'clear' => 'Изчисти',
- 'page_link' => 'Линк на страницата',
- 'page_link_placeholder' => 'http://example.com/your-desired-page',
- 'internal_link' => 'Вътрешен линк',
- 'internal_link_placeholder' => 'Вътрешен слъг. Пр: \'admin/page\' (без кавички) за \':url\'',
- 'external_link' => 'Външен линк',
- 'choose_file' => 'Избери файл',
-
- //Table field
- 'table_cant_add' => 'Не може да се добави нов :entity',
- 'table_max_reached' => 'Максимален брой :max достигнат',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Oprettelse af nye brugere er aflåst.',
- 'first_page_you_see' => 'Den første side du ser efter login',
- 'login_status' => 'Login status',
- 'logged_in' => 'Du er logget in!',
- 'toggle_navigation' => 'vis/skjul menu',
- 'administration' => 'ADMINISTRATION',
- 'user' => 'BRUGER',
- 'logout' => 'Log ud',
- 'login' => 'Log ind',
- 'register' => 'Opret',
- 'name' => 'Navn',
- 'email_address' => 'E-mail adresse',
- 'password' => 'adgangskode',
- 'confirm_password' => 'bekræft adgangskode',
- 'remember_me' => 'husk mig',
- 'forgot_your_password' => 'Glemt adgangskode?',
- 'reset_password' => 'nulstil adgangskode',
- 'send_reset_link' => 'Send nulstilning af adgangskode',
- 'click_here_to_reset' => 'Bekræft nulstilning af adgangskode',
- 'unauthorized' => 'Ingen adgang.',
- 'dashboard' => 'Forside',
- 'handcrafted_by' => 'håndlavet af',
- 'powered_by' => 'bygget på',
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../crud/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../crud/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// Please note it is recommended to use the subtag [da-DK], not [da_dk]
-// That is the one formalized by the W3C in the IANA Language Subtag Registry
-// - https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
-// - https://www.w3.org/International/questions/qa-choosing-language-tags
-//
-// Also, that is the one used by the most popular Laravel translation package
-// - https://github.com/caouecs/Laravel-lang/tree/master/src
-//
-// Backpack provides translations for both subtags, for backwards compatibility.
-// But this will change at some point, and we will only support [da-DK].
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Oprettelse af nye brugere er aflåst.',
- 'first_page_you_see' => 'Den første side du ser efter login',
- 'login_status' => 'Login status',
- 'logged_in' => 'Du er logget in!',
- 'toggle_navigation' => 'vis/skjul menu',
- 'administration' => 'ADMINISTRATION',
- 'user' => 'BRUGER',
- 'logout' => 'Log ud',
- 'login' => 'Log ind',
- 'register' => 'Opret',
- 'name' => 'Navn',
- 'email_address' => 'E-mail adresse',
- 'password' => 'adgangskode',
- 'confirm_password' => 'bekræft adgangskode',
- 'remember_me' => 'husk mig',
- 'forgot_your_password' => 'Glemt adgangskode?',
- 'reset_password' => 'nulstil adgangskode',
- 'send_reset_link' => 'Send nulstilning af adgangskode',
- 'click_here_to_reset' => 'Bekræft nulstilning af adgangskode',
- 'unauthorized' => 'Ingen adgang.',
- 'dashboard' => 'Forside',
- 'handcrafted_by' => 'håndlavet af',
- 'powered_by' => 'bygget på',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | Author: Frederik Rabøl Madsen <frederik-rm@hotmail.com>
- |
- */
-
- // Forms
- 'save_action_save_and_new' => 'Gem og nyt emne',
- 'save_action_save_and_edit' => 'Gem og rediger dette emne',
- 'save_action_save_and_back' => 'Gem og tilbage til listevisning',
- 'save_action_changed_notification' => 'standard handling efter gem er blevet ændret.',
-
- // Create form
- 'add' => 'tilføj',
- 'back_to_all' => 'tilbage til listevisning',
- 'cancel' => 'annuller',
- 'add_a_new' => 'tilføj ny ',
-
- // Edit form
- 'edit' => 'Rediger',
- 'save' => 'Gem',
-
- // Revisions
- 'revisions' => 'Revisioner',
- 'no_revisions' => 'ingen revisioner fundet',
- 'created_this' => 'lavede denne',
- 'changed_the' => 'ændrede denne',
- 'restore_this_value' => 'gendan denne værdi',
- 'from' => 'før',
- 'to' => 'efter',
- 'undo' => 'fortryd',
- 'revision_restored' => 'Revision gendannet',
- 'guest_user' => 'gæste bruger',
-
- // Translatable models
- 'edit_translations' => 'rediger oversættelser',
- 'language' => 'Sprog',
-
- // CRUD table view
- 'all' => 'Alle ',
- 'in_the_database' => 'i databasen',
- 'list' => 'Liste',
- 'actions' => 'Handlinger',
- 'preview' => 'Forhåndsvisning',
- 'delete' => 'Slet',
- 'admin' => 'Administrator',
- 'details_row' => 'dette er detajle rækken. Ændrer som du har lyst.',
- 'details_row_loading_error' => 'Der opstod en fejl under indlæsningen af detajlerne. Prøv igen.',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => 'Er du sikker på at du vil slette dette emne? ',
- 'delete_confirmation_title' => 'Emne slettet',
- 'delete_confirmation_message' => 'Emnet er blevet slettet successfuldt.',
- 'delete_confirmation_not_title' => 'IKKE slettet',
- 'delete_confirmation_not_message' => 'Der opstod en fejl. Dit emne er måske ikke fjernet.',
- 'delete_confirmation_not_deleted_title' => 'ikke fjernet',
- 'delete_confirmation_not_deleted_message' => 'Der skete intet. Dit emne er i god behold',
-
- // DataTables translation
- 'emptyTable' => 'Ingen data tilgængelig',
- 'info' => 'Viser fra _START_ til _END_ ud af _TOTAL_ emner',
- 'infoEmpty' => 'viser fra 0 til 0 ud af 0 emner',
- 'infoFiltered' => '(filtreret efter max _MAX_ emner)',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '_MENU_ felter pr side',
- 'loadingRecords' => 'Indlæser...',
- 'processing' => 'Arbejder...',
- 'search' => 'Søg: ',
- 'zeroRecords' => 'Ingen emner blev fundet',
- 'paginate' => [
- 'first' => 'Første',
- 'last' => 'Sidste',
- 'next' => 'Næste',
- 'previous' => 'Tidligere',
- ],
- 'aria' => [
- 'sortAscending' => ': aktiver for at sortere kolonen efter stigende rækkefølge',
- 'sortDescending' => ': aktiver for at sortere kolonen efter faldende rækkefølge',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'Ingen adgang - Du har ikke de nødvendige rettigheder for at se denne side.',
- 'please_fix' => 'Ret venligst følgende fejl:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => 'emnet er tilføjet.',
- 'update_success' => 'emner er ændret.',
-
- // CRUD reorder view
- 'reorder' => 'skift rækkefølge',
- 'reorder_text' => 'træk og slip for at skifte rækkefølge.',
- 'reorder_success_title' => 'færdig',
- 'reorder_success_message' => 'rækkefølgen er ændret.',
- 'reorder_error_title' => 'fejl',
- 'reorder_error_message' => 'rækkefølgen blev ikke gemt.',
-
- // CRUD yes/no
- 'yes' => 'Ja',
- 'no' => 'Nej',
-
- // CRUD filters navbar view
- 'filters' => 'Filtre',
- 'toggle_filters' => 'vis/skjul filtre',
- 'remove_filters' => 'fjern filtre',
-
- // Fields
- 'browse_uploads' => 'Se uploadede filer',
- 'clear' => 'fjern',
- 'page_link' => 'Side link',
- 'page_link_placeholder' => 'http://eksempel.dk/din-oenskede-side',
- 'internal_link' => 'Internt link',
- 'internal_link_placeholder' => 'Interne slug. Ex: \'admin/side\' (no quotes) for \':url\'',
- 'external_link' => 'Eksternt link',
- 'choose_file' => 'Vælg fil',
-
- //Table field
- 'table_cant_add' => 'Kan ikke tilføje ny :entity',
- 'table_max_reached' => 'Maximum antal :max er nået',
-
- // File manager
- 'file_manager' => 'Stifinder',
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
- 'change_template_confirmation' => 'Er du sikker på at du vil ændre side skabelonen? Du mister ugemte ændringer for denne side.',
- 'content' => 'Indhold',
- 'content_placeholder' => 'dit Indhold indsættes her',
- 'meta_description' => 'Meta beskrivelse',
- 'meta_keywords' => 'Meta søgeord',
- 'meta_title' => 'Meta titel',
- 'metas' => 'Metaer',
- 'name' => 'Navn',
- 'open' => 'åben',
- 'page' => 'side',
- 'page_name' => 'Side navn (kan kun ses af administratorer)',
- 'page_slug' => 'Page Slug (Link)',
- 'page_slug_hint' => 'Vil automatisk blive genereret fra titlen, hvis denne efterlades blank.',
- 'page_title' => 'Side Titel',
- 'pages' => 'Sider',
- 'slug' => 'Slug',
- 'template' => 'Skabelon',
- 'template_not_found' => 'Skabelonen kunne ikke findes. Den kan være blevet slettet siden denne side blev oprettet. For at forsætte så bed din web administrator, eller udviklingsteam om at løse dette.',
-];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Permission Manager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Permission Manager
- | Author: Frederik Rabøl Madsen <frederik-rm@hotmail.com>
- |
- */
- 'name' => 'navn',
- 'role' => 'rolle',
- 'roles' => 'roller',
- 'roles_have_permission' => 'roller der har denne rettighed',
- 'permission_singular' => 'rettighed',
- 'permission_plural' => 'rettigheder',
- 'user_singular' => 'bruger',
- 'user_plural' => 'brugere',
- 'email' => 'E-mail',
- 'extra_permissions' => 'yderligere rettigheder',
- 'password' => 'password',
- 'password_confirmation' => 'gentag password',
- 'user_role_permission' => 'bruger rolle rettigheder',
- 'user' => 'bruger',
- 'users' => 'brugere',
-
-];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Settings Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Settings
- | Author: Frederik Rabøl (frederik-rm@hotmail.com)
- */
- 'name' => 'Navn',
- 'value' => 'værdi',
- 'description' => 'beskrivelse',
- 'setting_singular' => 'indstilling',
- 'setting_plural' => 'indstillinger',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Die Registrierung ist geschlossen.',
- 'first_page_you_see' => 'Die erste Seite, welche Sie nach dem Login sehen',
- 'login_status' => 'Login-Status',
- 'logged_in' => 'Sie sind eingeloggt!',
- 'toggle_navigation' => 'Navigation ein-/ausblenden',
- 'administration' => 'ADMINISTRATION',
- 'user' => 'BENUTZER',
- 'logout' => 'Logout',
- 'login' => 'Login',
- 'register' => 'Registrieren',
- 'name' => 'Name',
- 'email_address' => 'E-Mail-Adresse',
- 'password' => 'Passwort',
- 'old_password' => 'Altes Passwort',
- 'new_password' => 'Neues Passwort',
- 'confirm_password' => 'Passwort bestätigen',
- 'remember_me' => 'Automatisch einloggen',
- 'forgot_your_password' => 'Passwort vergessen?',
- 'reset_password' => 'Passwort zurücksetzen',
- 'send_reset_link' => 'Link senden, um Passwort zurückzusetzen',
- 'click_here_to_reset' => 'Klicken Sie hier um Ihr Passwort zurückzusetzen',
- 'change_password' => 'Passwort ändern',
- 'unauthorized' => 'Unberechtigt.',
- 'dashboard' => 'Übersicht',
- 'handcrafted_by' => 'Handgemacht von',
- 'powered_by' => 'Erstellt mit',
- 'my_account' => 'Mein Account',
- 'update_account_info' => 'Account Info aktualisieren',
- 'save' => 'Speichern',
- 'cancel' => 'Abbrechen',
- 'error' => 'Fehler',
- 'success' => 'Erfolg',
- 'old_password_incorrect' => 'Altes Passwort ist falsch.',
- 'password_dont_match' => 'Passwörter stimmen nicht überein.',
- 'password_empty' => 'Bitte beide Passwort-Felder ausfüllen.',
- 'password_updated' => 'Passwort aktualisiert.',
- 'account_updated' => 'Account aktualisiert.',
- 'unknown_error' => 'Ein unbekannter Fehler ist aufgetreten. Bitte erneut versuchen',
- 'error_saving' => 'Fehler beim Speichern. Bitte erneut probieren.',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Forms
- 'save_action_save_and_new' => 'Speichern und neu',
- 'save_action_save_and_edit' => 'Speichern und bearbeiten',
- 'save_action_save_and_back' => 'Speichern und zurück',
- 'save_action_changed_notification' => 'Standardverhalten nach dem Speichern wurde geändert.',
-
- // Create form
- 'add' => 'Anlegen: ',
- 'back_to_all' => 'Zurück zur Übersicht ',
- 'cancel' => 'Abbrechen',
- 'add_a_new' => 'Neu anlegen: ',
-
- // Edit form
- 'edit' => 'Bearbeiten',
- 'save' => 'Speichern',
-
- // Revisions
- 'revisions' => 'Revisionen',
- 'no_revisions' => 'Keine Revisionen gefunden',
- 'created_this' => 'hat das erstellt',
- 'changed_the' => 'hat das geändert: ',
- 'restore_this_value' => 'Wiederherstellen',
- 'from' => 'von',
- 'to' => 'nach',
- 'undo' => 'Rückgängig',
- 'revision_restored' => 'Revision erfolgreich wiederhergestellt',
- 'guest_user' => 'Gast',
-
- // Translatable models
- 'edit_translations' => 'ÜBERSETZUNG BEARBEITEN',
- 'language' => 'Sprache',
-
- // CRUD table view
- 'all' => 'Alle ',
- 'in_the_database' => 'in der Datenbank',
- 'list' => 'Liste',
- 'actions' => 'Aktionen',
- 'preview' => 'Vorschau',
- 'delete' => 'Löschen',
- 'admin' => 'Admin',
- 'details_row' => 'Diese Zeile zeigt die Details und kann nach Belieben geändert werden.',
- 'details_row_loading_error' => 'Beim Laden der Details ist ein Fehler aufgetreten. Bitte versuche es noch einmal.',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => 'Soll dieser Eintrag wirklich gelöscht werden?',
- 'delete_confirmation_title' => 'Eintrag gelöscht',
- 'delete_confirmation_message' => 'Der Eintrag wurde erfolgreich gelöscht.',
- 'delete_confirmation_not_title' => 'NICHT gelöscht',
- 'delete_confirmation_not_message' => 'Ein Fehler ist aufgetreten. Der Eintrag wurde möglicherweise nicht gelöscht.',
- 'delete_confirmation_not_deleted_title' => 'Nicht gelöscht',
- 'delete_confirmation_not_deleted_message' => 'Nichts passiert. Der Eintrag wurde nicht gelöscht.',
-
- // DataTables translation
- 'emptyTable' => 'Keine Einträge vorhanden',
- 'info' => 'Zeigt _START_ bis _END_ von _TOTAL_ Einträgen',
- 'infoEmpty' => 'Zeigt 0 von 0 aus insgesamt 0 Einträgen',
- 'infoFiltered' => '(gefiltert von insgesamt _MAX_ Einträgen)',
- 'infoPostFix' => '',
- 'thousands' => '.',
- 'lengthMenu' => '_MENU_ Einträge pro Seite',
- 'loadingRecords' => 'Laden...',
- 'processing' => 'Verarbeiten...',
- 'search' => 'Suchen: ',
- 'zeroRecords' => 'Keine passenden Einträge gefunden',
- 'paginate' => [
- 'first' => 'Erste',
- 'last' => 'Letzte',
- 'next' => 'Nächste',
- 'previous' => 'Vorherige',
- ],
- 'aria' => [
- 'sortAscending' => ': aktivieren um aufsteigend zu Sortieren',
- 'sortDescending' => ': aktivieren um absteigend zu Sortieren',
- ],
- 'export' => [
- 'copy' => 'Kopieren',
- 'excel' => 'Excel',
- 'csv' => 'CSV',
- 'pdf' => 'PDF',
- 'print' => 'Drucken',
- 'column_visibility' => 'Sichtbarkeit der Spalte',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'Unbefugter Zugriff - Sie haben nicht die notwendigen Rechte um diese Seite anzuzeigen.',
- 'please_fix' => 'Bitte beheben Sie die folgenden Fehler:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => 'Der Eintrag wurde erfolgreich angelegt.',
- 'update_success' => 'Der Eintrag wurde erfolgreich geändert.',
-
- // CRUD reorder view
- 'reorder' => 'Sortiere',
- 'reorder_text' => 'Zum Ändern der Reihenfolge Einträge verschieben. (Drag&Drop)',
- 'reorder_success_title' => 'Fertig',
- 'reorder_success_message' => 'Die Reihenfolge wurde gespeichert',
- 'reorder_error_title' => 'Fehler',
- 'reorder_error_message' => 'Die Reihenfolge konnte nicht gespeichert werden',
-
- // CRUD yes/no
- 'yes' => 'Ja',
- 'no' => 'Nein',
-
- // CRUD filters navbar view
- 'filters' => 'Filter',
- 'toggle_filters' => 'Filter umschalten',
- 'remove_filters' => 'Filter entfernen',
-
- // Fields
- 'browse_uploads' => 'Uploads durchsuchen',
- 'clear' => 'Löschen',
- 'page_link' => 'Link zur Seite',
- 'page_link_placeholder' => 'http://example.com/ihre-gewuenschte-seite',
- 'internal_link' => 'Interner Link',
- 'internal_link_placeholder' => 'URL-sicherer Name ("Slug"). Bsp: \'admin/page\' (ohne Anführungszeichen) für \':url\'',
- 'external_link' => 'Externer Link',
- 'choose_file' => 'Datei auswählen',
-
- //Table field
- 'table_cant_add' => 'Kann :entity nicht hinzufügen',
- 'table_max_reached' => 'Maximale Anzahl von :max erreicht',
-
- // File manager
- 'file_manager' => 'Datei-Manager',
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
- 'change_template_confirmation' => 'Willst Du die Vorlage wirklich ändern? Alle ungespeicherten Änderungen gehen dardurch verloren.',
- 'content' => 'Inhalt',
- 'content_placeholder' => 'Inhalt eingeben',
- 'meta_description' => 'Meta Beschreibung',
- 'meta_keywords' => 'Meta Schlüsselwörter',
- 'meta_title' => 'Meta Titel',
- 'metas' => 'Metas',
- 'name' => 'Name',
- 'open' => 'Öffnen',
- 'page' => 'Seite',
- 'page_name' => 'Seitenname (nur für Admins sichtbar)',
- 'page_slug' => 'Seiten-Slug (URL)',
- 'page_slug_hint' => 'Wird automatisch generiert, falls leer.',
- 'page_title' => 'Seitentitel',
- 'pages' => 'Seiten',
- 'slug' => 'Slug',
- 'template' => 'Vorlage',
- 'template_not_found' => 'Die Vorlage wurde nicht gefunden. Möglicheweise wurde sie nach Erstellen der Seite gelöscht. Bitte frage Deine Entwickler um Hilfe.',
-];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Permission Manager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Permission Manager
- | Author: Oliver Ziegler <oliver.ziegler@zoutapps.de>
- |
- */
- 'name' => 'Name',
- 'role' => 'Rolle',
- 'roles' => 'Rollen',
- 'roles_have_permission' => 'Rollen mit dieser Berechtigung',
- 'permission_singular' => 'Berechtigung',
- 'permission_plural' => 'Berechtigungen',
- 'user_singular' => 'Nutzer',
- 'user_plural' => 'Nutzer',
- 'email' => 'E-Mail',
- 'extra_permissions' => 'Zusätzliche Berechtigungen',
- 'password' => 'Passwort',
- 'password_confirmation' => 'Passwort bestätigen',
- 'user_role_permission' => 'Nutzer Rollen Berechtigungen',
- 'user' => 'Nutzer',
- 'users' => 'Nutzer',
-
-];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Settings Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Settings
- |
- */
- 'name' => 'Name',
- 'value' => 'Wert',
- 'description' => 'Beschreibung',
- 'setting_singular' => 'Einstellung',
- 'setting_plural' => 'Einstellungen',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Οι εγγραφές είναι κλειστές.',
- 'first_page_you_see' => 'Η πρώτη σελίδα που βλέπετε μετά την είσοδο',
- 'login_status' => 'Κατάσταση σύνδεσης',
- 'logged_in' => 'Είστε συνδεδεμένος/η!',
- 'toggle_navigation' => 'Εναλλαγή Πλοήγησης',
- 'administration' => 'ΔΙΑΧΕΙΡΗΣΗ',
- 'user' => 'ΧΡΗΣΤΗΣ',
- 'logout' => 'Αποσύνδεση',
- 'login' => 'Είσοδος',
- 'register' => 'Εγγραφή',
- 'name' => 'Όνομα',
- 'email_address' => 'Διεύθυνση E-Mail',
- 'password' => 'Κωδικός',
- 'old_password' => 'Παλιός Κωδικός',
- 'new_password' => 'Νέος Κωδικός',
- 'confirm_password' => 'Επιβεβαίωση Κωδικού',
- 'remember_me' => 'Να με θυμάσαι',
- 'forgot_your_password' => 'Ξεχάσατε τον κωδικό σας;',
- 'reset_password' => 'Επαναφορά Κωδικού',
- 'send_reset_link' => 'Αποστολή Συνδέσμου Επαναφοράς Κωδικού',
- 'click_here_to_reset' => 'Πατήστε εδώ για να επαναφέρετε τον κωδικό σας',
- 'change_password' => 'Αλλαγή Κωδικού',
- 'unauthorized' => 'Χωρίς εξουσιοδότηση.',
- 'dashboard' => 'Πίνακας Ελέγχου',
- 'handcrafted_by' => 'Κατασκευάστηκε από',
- 'powered_by' => 'Υποστηρίζεται από',
- 'my_account' => 'Λογαριασμός',
- 'update_account_info' => 'Ενημέρωση Λογαριασμού',
- 'save' => 'Αποθήκευση',
- 'cancel' => 'Ακύρωση',
- 'error' => 'Σφάλμα',
- 'success' => 'Επιτυχία',
- 'old_password_incorrect' => 'Ο παλιός κωδικός είναι λάθος.',
- 'password_dont_match' => 'Οι κωδικοί δεν ταιριάζουν.',
- 'password_empty' => 'Και τα δύο πεδία κωδικών πρέπει να συμπληρωθούν.',
- 'password_updated' => 'Ο κωδικός ανανεώθηκε.',
- 'account_updated' => 'Ο λογαριασμός ανανεώθηκε επιτυχώς.',
- 'unknown_error' => 'Προέκυψε κάποιο σφάλμα. Παρακαλώ προσπαθήστε ξανά.',
- 'error_saving' => 'Σφάλμα κατά την αποθήκευση. Παρακαλώ προσπαθήστε ξανά.',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Dick Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Forms
- 'save_action_save_and_new' => 'Αποθήκευση και εισαγωγή νέου',
- 'save_action_save_and_edit' => 'Αποθήκευση και επεξεργασία',
- 'save_action_save_and_back' => 'Αποθήκευση και επιστροφή',
- 'save_action_changed_notification' => 'Η προκαθορισμένη συμπεριφορά μετά την αποθήκευση έχει αλλάξει.',
-
- // Create form
- 'add' => 'Προσθήκη',
- 'back_to_all' => 'Επιστροφή στη λίστα ',
- 'cancel' => 'Ακύρωση',
- 'add_a_new' => 'Προσθήκη ',
-
- // Create form - advanced options
- 'after_saving' => 'Μετά την αποθήκευση',
- 'go_to_the_table_view' => 'επιστροφή στον πίνακα',
- 'let_me_add_another_item' => 'προσθήκη νέου αντικειμένου',
- 'edit_the_new_item' => 'τροποποίηση νέου αντικειμένου',
-
- // Edit form
- 'edit' => 'Τροποποίηση',
- 'save' => 'Αποθήκευση',
-
- // Revisions
- 'revisions' => 'Αναθεωρήσεις',
- 'no_revisions' => 'Δεν βρέθηκαν αναθεωρήσεις',
- 'created_this' => 'δημιούργησε',
- 'changed_the' => 'άλλαξε',
- 'restore_this_value' => 'επανέφερε αυτή την τιμή',
- 'from' => 'από',
- 'to' => 'σε',
- 'undo' => 'Αναίρεση',
- 'revision_restored' => 'Η αναθεώρηση ανακτήθηκε με επιτυχία',
-
- // CRUD table view
- 'all' => '',
- 'in_the_database' => 'της βάσης δεδομένων',
- 'list' => 'Λίστα',
- 'actions' => 'Ενέργειες',
- 'preview' => 'Προεπισκόπηση',
- 'delete' => 'Διαγραφή',
- 'admin' => 'Διαχειριστής',
- 'details_row' => 'Αυτή είναι η γραμμή λεπτομερειών. Τροποποιήστε την όπως επιθυμείτε.',
- 'details_row_loading_error' => 'Υπήρξε ένα σφάλμα κατά τη φόρτωση λεπτομερειών. Παρακαλώ δοκιμάστε ξανά.',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => 'Είστε σίγουρος/η πως θέλετε να διαγράψετε αυτό το αντικείμενο?',
- 'delete_confirmation_title' => 'Το αντικείμενο διαγράφηκε',
- 'delete_confirmation_message' => 'Το αντικείμενο διαγράφηκε επιτυχώς.',
- 'delete_confirmation_not_title' => 'ΔΕΝ διαγράφηκε',
- 'delete_confirmation_not_message' => 'Υπήρξε σφάλμα. Το αντικείμενο ενδέχεται να μην έχει διαγραφεί.',
- 'delete_confirmation_not_deleted_title' => 'Δεν διαγράφηκε',
- 'delete_confirmation_not_deleted_message' => 'Δεν έγινε τίποτα. Το αντικείμενό σας είναι ασφαλές.',
-
- // DataTables translation
- 'emptyTable' => 'Δεν υπάρχουν διαθέσιμα δεδομένα στον πίνακα',
- 'info' => 'Εμφάνιση _START_ έως _END_ από _TOTAL_ εγγραφές',
- 'infoEmpty' => 'Εμφάνιση 0 έως 0 από 0 εγγραφές',
- 'infoFiltered' => '(Επιστράφηκαν από _MAX_ συνολικές εγγραφές)',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '_MENU_ εγγραφές ανά σελίδα',
- 'loadingRecords' => 'Loading...',
- 'processing' => 'Processing...',
- 'search' => 'Αναζήτηση: ',
- 'zeroRecords' => 'Δεν βρέθηκε καμία σχετική εγγραφή',
- 'paginate' => [
- 'first' => 'Πρώτη',
- 'last' => 'Τελευταία',
- 'next' => 'Επόμενη',
- 'previous' => 'Προηγούμενη',
- ],
- 'aria' => [
- 'sortAscending' => ': ενεργοποίηση για αύξουσα ταξινόμηση',
- 'sortDescending' => ': ενεργοποίηση για φθίνουσα ταξινόμηση',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'Μη εξουσιοδοτημένη πρόσβαση - δεν έχετε την απαιτούμενη εξουσιοδότηση για να δείτε τη σελίδα αυτή.',
- 'please_fix' => 'Παρακαλώ διορθώστε τα παρακάτω σφάλματα:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => 'Το αντικείμενο προστέθηκε με επιτυχία.',
- 'update_success' => 'Το αντικείμενο τροποποιήθηκε με επιτυχία.',
-
- // CRUD reorder view
- 'reorder' => 'Αλλαγή σειράς εμφάνισης',
- 'reorder_text' => 'Χρησιμοποιήστε drag&drop για αλλαγή σειράς εμφάνισης.',
- 'reorder_success_title' => 'Πραγματοποιήθηκε',
- 'reorder_success_message' => 'Η σειρά εμφάνισης έχει αποθηκευτεί.',
- 'reorder_error_title' => 'Σφάλμα',
- 'reorder_error_message' => 'Η σειρά εμφάνισης δεν έχει αποθηκευτεί.',
-
- // CRUD yes/no
- 'yes' => 'Ναι',
- 'no' => 'Όχι',
-
- // Fields
- 'browse_uploads' => 'Αναζήτηση μεταφορτωμένων αρχείων',
- 'clear' => 'Εκκαθάριση',
- 'page_link' => 'Σύνδεσμος Σελίδας',
- 'page_link_placeholder' => 'http://example.com/your-desired-page',
- 'internal_link' => 'Εσωτερικός σύνδεσμος',
- 'internal_link_placeholder' => 'Εσωτερικό slug. πχ: \'admin/page\' (χωρίς εισαγωγικά) για \':url\'',
- 'external_link' => 'Εξωτερικός σύνδεσμος',
- 'choose_file' => 'Επιλογή αρχείου',
-
- //Table field
- 'table_cant_add' => 'Δεν μπορεί να προστεθεί νέο/α :entity',
- 'table_max_reached' => 'Μέγιστο πλήθος από :max reached',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Permission Manager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Permission Manager
- |
- */
- 'name' => 'Όνομα',
- 'role' => 'Ρόλος',
- 'roles' => 'Ρόλοι',
- 'roles_have_permission' => 'Ρόλοι με αυτό το δικαίωμα',
- 'permission_singular' => 'δικαίωμα',
- 'permission_plural' => 'Δικαιώματα',
- 'user_singular' => 'Χρήστης',
- 'user_plural' => 'Χρήστες',
- 'email' => 'Email',
- 'extra_permissions' => 'Πρόσθετα δικαιώματα',
- 'password' => 'Κωδικός',
- 'password_confirmation' => 'Επανάληψη κωδικού',
- 'user_role_permission' => 'Ρόλοι και Δικαιώματα Χρήστη',
- 'user' => 'Χρήστης',
- 'users' => 'Χρήστες',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backup Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the backup system.
- | You are free to change them to anything you want to customize your views to better match your application.
- |
- */
-
- 'backup' => 'Backup',
- 'create_a_new_backup' => 'Create a new backup',
- 'existing_backups' => 'Existing backups',
- 'date' => 'Date',
- 'file_size' => 'File size',
- 'actions' => 'Actions',
- 'download' => 'Download',
- 'delete' => 'Delete',
- 'delete_confirm' => 'Are your sure you want to delete this backup file?',
- 'delete_confirmation_title' => 'Done',
- 'delete_confirmation_message' => 'The backup file was deleted.',
- 'delete_error_title' => 'Error',
- 'delete_error_message' => 'The backup file has NOT been deleted.',
- 'delete_cancel_title' => "It's ok",
- 'delete_cancel_message' => 'The backup file has NOT been deleted.',
- 'create_confirmation_title' => 'Backup completed',
- 'create_confirmation_message' => 'Reloading the page in 3 seconds.',
- 'create_error_title' => 'Backup error',
- 'create_error_message' => 'The backup file could NOT be created.',
- 'create_warning_title' => 'Unknown error',
- 'create_warning_message' => 'Your backup may NOT have been created. Please check log files for details.',
- 'location' => 'Location',
- 'no_disks_configured' => 'No backup disks configured in config/laravel-backup.php',
- 'backup_doesnt_exist' => "The backup file doesn't exist.",
- 'only_local_downloads_supported' => 'Only downloads from the Local filesystem are supported.',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Registration is closed.',
- 'no_email_column' => 'Users do not have an associated email address.',
- 'first_page_you_see' => 'The first page you see after login',
- 'login_status' => 'Login status',
- 'logged_in' => 'You are logged in!',
- 'toggle_navigation' => 'Toggle navigation',
- 'administration' => 'ADMINISTRATION',
- 'user' => 'USER',
- 'logout' => 'Logout',
- 'login' => 'Login',
- 'register' => 'Register',
- 'name' => 'Name',
- 'email_address' => 'E-mail address',
- 'password' => 'Password',
- 'old_password' => 'Old password',
- 'new_password' => 'New password',
- 'confirm_password' => 'Confirm password',
- 'remember_me' => 'Remember me',
- 'forgot_your_password' => 'Forgot Your Password?',
- 'reset_password' => 'Reset Password',
- 'send_reset_link' => 'Send Password Reset Link',
- 'click_here_to_reset' => 'Click here to reset your password',
- 'change_password' => 'Change Password',
- 'unauthorized' => 'Unauthorized.',
- 'dashboard' => 'Dashboard',
- 'handcrafted_by' => 'Handcrafted by',
- 'powered_by' => 'Powered by',
- 'my_account' => 'My Account',
- 'update_account_info' => 'Update Account Info',
- 'save' => 'Save',
- 'cancel' => 'Cancel',
- 'error' => 'Error',
- 'success' => 'Success',
- 'old_password_incorrect' => 'Old password is incorrect.',
- 'password_dont_match' => 'Passwords do not match.',
- 'password_empty' => 'Make sure both password fields are filled out.',
- 'password_updated' => 'Password updated.',
- 'account_updated' => 'Account updated successfully.',
- 'unknown_error' => 'An unknown error has occured. Please try again.',
- 'error_saving' => 'Error while saving. Please try again.',
-
- 'password_reset' => [
- 'greeting' => 'Hello!',
- 'subject' => 'Reset Password Notification',
- 'line_1' => 'You are receiving this email because we received a password reset request for your account.',
- 'line_2' => 'Click the button below to reset your password:',
- 'button' => 'Reset Password',
- 'notice' => 'If you did not request a password reset, no further action is required.',
- ],
-
- 'step' => 'Step',
- 'confirm_email' => 'Confirm Email',
- 'choose_new_password' => 'Choose New Password',
- 'confirm_new_password' => 'Confirm new password',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Forms
- 'save_action_save_and_new' => 'Save and new item',
- 'save_action_save_and_edit' => 'Save and edit this item',
- 'save_action_save_and_back' => 'Save and back',
- 'save_action_changed_notification' => 'Default behaviour after saving has been changed.',
-
- // Create form
- 'add' => 'Add',
- 'back_to_all' => 'Back to all ',
- 'cancel' => 'Cancel',
- 'add_a_new' => 'Add a new ',
-
- // Edit form
- 'edit' => 'Edit',
- 'save' => 'Save',
-
- // Revisions
- 'revisions' => 'Revisions',
- 'no_revisions' => 'No revisions found',
- 'created_this' => 'created this',
- 'changed_the' => 'changed the',
- 'restore_this_value' => 'Restore this value',
- 'from' => 'from',
- 'to' => 'to',
- 'undo' => 'Undo',
- 'revision_restored' => 'Revision successfully restored',
- 'guest_user' => 'Guest User',
-
- // Translatable models
- 'edit_translations' => 'EDIT TRANSLATIONS',
- 'language' => 'Language',
-
- // CRUD table view
- 'all' => 'All ',
- 'in_the_database' => 'in the database',
- 'list' => 'List',
- 'actions' => 'Actions',
- 'preview' => 'Preview',
- 'delete' => 'Delete',
- 'admin' => 'Admin',
- 'details_row' => 'This is the details row. Modify as you please.',
- 'details_row_loading_error' => 'There was an error loading the details. Please retry.',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => 'Are you sure you want to delete this item?',
- 'delete_confirmation_title' => 'Item Deleted',
- 'delete_confirmation_message' => 'The item has been deleted successfully.',
- 'delete_confirmation_not_title' => 'NOT deleted',
- 'delete_confirmation_not_message' => "There's been an error. Your item might not have been deleted.",
- 'delete_confirmation_not_deleted_title' => 'Not deleted',
- 'delete_confirmation_not_deleted_message' => 'Nothing happened. Your item is safe.',
-
- // Bulk actions
- 'bulk_no_entries_selected_title' => 'No entries selected',
- 'bulk_no_entries_selected_message' => 'Please select one or more items to perform a bulk action on them.',
-
- // Bulk confirmation
- 'bulk_delete_are_you_sure' => 'Are you sure you want to delete these :number entries?',
- 'bulk_delete_sucess_title' => 'Entries deleted',
- 'bulk_delete_sucess_message' => ' items have been deleted',
- 'bulk_delete_error_title' => 'Delete failed',
- 'bulk_delete_error_message' => 'One or more items could not be deleted',
-
- // Ajax errors
- 'ajax_error_title' => 'Error',
- 'ajax_error_text' => 'Error loading page. Please refresh the page.',
-
- // DataTables translation
- 'emptyTable' => 'No data available in table',
- 'info' => 'Showing _START_ to _END_ of _TOTAL_ entries',
- 'infoEmpty' => 'Showing 0 to 0 of 0 entries',
- 'infoFiltered' => '(filtered from _MAX_ total entries)',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '_MENU_ records per page',
- 'loadingRecords' => 'Loading...',
- 'processing' => 'Processing...',
- 'search' => 'Search: ',
- 'zeroRecords' => 'No matching records found',
- 'paginate' => [
- 'first' => 'First',
- 'last' => 'Last',
- 'next' => 'Next',
- 'previous' => 'Previous',
- ],
- 'aria' => [
- 'sortAscending' => ': activate to sort column ascending',
- 'sortDescending' => ': activate to sort column descending',
- ],
- 'export' => [
- 'export' => 'Export',
- 'copy' => 'Copy',
- 'excel' => 'Excel',
- 'csv' => 'CSV',
- 'pdf' => 'PDF',
- 'print' => 'Print',
- 'column_visibility' => 'Column visibility',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'Unauthorized access - you do not have the necessary permissions to see this page.',
- 'please_fix' => 'Please fix the following errors:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => 'The item has been added successfully.',
- 'update_success' => 'The item has been modified successfully.',
-
- // CRUD reorder view
- 'reorder' => 'Reorder',
- 'reorder_text' => 'Use drag&drop to reorder.',
- 'reorder_success_title' => 'Done',
- 'reorder_success_message' => 'Your order has been saved.',
- 'reorder_error_title' => 'Error',
- 'reorder_error_message' => 'Your order has not been saved.',
-
- // CRUD yes/no
- 'yes' => 'Yes',
- 'no' => 'No',
-
- // CRUD filters navbar view
- 'filters' => 'Filters',
- 'toggle_filters' => 'Toggle filters',
- 'remove_filters' => 'Remove filters',
-
- // Fields
- 'browse_uploads' => 'Browse uploads',
- 'select_all' => 'Select All',
- 'select_files' => 'Select files',
- 'select_file' => 'Select file',
- 'clear' => 'Clear',
- 'page_link' => 'Page link',
- 'page_link_placeholder' => 'http://example.com/your-desired-page',
- 'internal_link' => 'Internal link',
- 'internal_link_placeholder' => 'Internal slug. Ex: \'admin/page\' (no quotes) for \':url\'',
- 'external_link' => 'External link',
- 'choose_file' => 'Choose file',
-
- //Table field
- 'table_cant_add' => 'Cannot add new :entity',
- 'table_max_reached' => 'Maximum number of :max reached',
-
- // File manager
- 'file_manager' => 'File Manager',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\LangFileManager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface for lang files.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- 'active' => 'Active',
- 'cant_edit_online' => 'This language file cannot be edited online.',
- 'code_iso639-1' => 'Code (ISO 639-1)',
- 'default' => 'Default',
- 'empty_file' => 'No translations available.',
- 'flag_image' => 'Flag image',
- 'key' => 'Key',
- 'language' => 'language',
- 'language_name' => 'Language name',
- 'language_text' => ':language_name text',
- 'language_translation' => ':language_name translation',
- 'languages' => 'languages',
- 'please_fill_all_fields' => 'Please fill all fields',
- 'rules_text' => "<strong>Notice: </strong> Do not translate words prefixed with colon (ex: ':number_of_items'). Those will be replaced automatically with a proper value. If translated, that stops working.",
- 'saved' => 'Saved',
- 'site_texts' => 'Site texts',
- 'switch_to' => 'Switch to',
- 'texts' => 'Texts',
- 'translate' => 'Translate',
- 'translations' => 'Translations',
- 'native_name' => 'Native name',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
- 'change_template_confirmation' => 'Are you sure you want to change the page template? You will lose any unsaved modifications for this page.',
- 'content' => 'Content',
- 'content_placeholder' => 'Your content here',
- 'meta_description' => 'Meta Description',
- 'meta_keywords' => 'Meta Keywords',
- 'meta_title' => 'Meta Title',
- 'metas' => 'Metas',
- 'name' => 'Name',
- 'open' => 'Open',
- 'page' => 'page',
- 'page_name' => 'Page name (only seen by admins)',
- 'page_slug' => 'Page Slug (URL)',
- 'page_slug_hint' => 'Will be automatically generated from your title, if left empty.',
- 'page_title' => 'Page Title',
- 'pages' => 'pages',
- 'slug' => 'Slug',
- 'template' => 'Template',
- 'template_not_found' => 'The template could not be found. It might have been deleted since this page was created. To continue, please ask your webmin or development team to fix this.',
-];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Permission Manager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Permission Manager
- | Author: Lúdio Oliveira <ludio.ao@gmail.com>
- |
- */
- 'name' => 'Name',
- 'role' => 'Role',
- 'roles' => 'Roles',
- 'roles_have_permission' => 'Roles that have this permission',
- 'permission_singular' => 'permission',
- 'permission_plural' => 'permissions',
- 'user_singular' => 'User',
- 'user_plural' => 'Users',
- 'email' => 'Email',
- 'extra_permissions' => 'Extra Permissions',
- 'password' => 'Password',
- 'password_confirmation' => 'Password Confirmation',
- 'user_role_permission' => 'User Role Permissions',
- 'user' => 'User',
- 'users' => 'Users',
- 'guard_type' => 'Guard Type',
-
-];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Settings Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Settings
- |
- */
- 'name' => 'Name',
- 'value' => 'Value',
- 'description' => 'Description',
- 'setting_singular' => 'setting',
- 'setting_plural' => 'settings',
-
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backup Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the backup system.
- | You are free to change them to anything you want to customize your views to better match your application.
- |
- */
-
- 'backup' => 'Copia de seguridad',
- 'create_a_new_backup' => 'Crear una copia de seguridad',
- 'existing_backups' => 'Copias de seguridad existentes',
- 'date' => 'Fecha',
- 'file_size' => 'Tamaño del fichero',
- 'actions' => 'Acciones',
- 'download' => 'Descargar',
- 'delete' => 'Eliminar',
- 'delete_confirm' => '¿Estás seguro que quieres borrar esta copia de seguridad?',
- 'delete_confirmation_title' => 'Confirmado',
- 'delete_confirmation_message' => 'La copia de seguridad fue eliminada.',
- 'delete_error_title' => 'Ups, ha ocurrido un error',
- 'delete_error_message' => 'La copia de seguridad NO se pudo eliminar.',
- 'delete_cancel_title' => 'La operación ha sido cancelada',
- 'delete_cancel_message' => 'La copia de seguridad NO se pudo eliminar.',
- 'create_confirmation_title' => 'Se ha completado la copia de seguridad',
- 'create_confirmation_message' => 'Recargando la página en 3 segundos.',
- 'create_error_title' => 'Error al realizar la copia de seguridad',
- 'create_error_message' => 'La copia de seguridad NO se pudo crear.',
- 'create_warning_title' => 'Estamos presentando problemas',
- 'create_warning_message' => 'La copia de seguridad puede que no se haya realizado. Por favor verifica los logs para más detalles.',
- 'location' => 'Ubicación',
- 'no_disks_configured' => 'No existe ningún disco configurado config/laravel-backup.php',
- 'backup_doesnt_exist' => 'La copia de seguridad no existe.',
- 'only_local_downloads_supported' => 'Solo se permiten descargas del sistema de archivos local.',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'El registro de usuarios está cerrado.',
- 'first_page_you_see' => 'La página que ves después de iniciar sesión',
- 'login_status' => 'Estado de la conexión',
- 'logged_in' => '¡Usted ha iniciado sesión!',
- 'toggle_navigation' => 'Activar/desactivar la navegación',
- 'administration' => 'ADMINISTRACIÓN',
- 'user' => 'USUARIO',
- 'logout' => 'Salir',
- 'login' => 'Iniciar sesión',
- 'register' => 'Crear usuario',
- 'name' => 'Nombre',
- 'email_address' => 'Correo',
- 'password' => 'Contraseña',
- 'old_password' => 'Contraseña anterior',
- 'new_password' => 'Contraseña nueva',
- 'confirm_password' => 'Confirmar contraseña',
- 'remember_me' => 'Recordar contraseña',
- 'forgot_your_password' => '¿Olvidó su contraseña?',
- 'reset_password' => 'Restaurar contraseña',
- 'send_reset_link' => 'Enviar enlace para restaurar la contraseña',
- 'click_here_to_reset' => 'Click aquí para restaurar la contraseña',
- 'change_password' => 'Cambiar contraseña',
- 'unauthorized' => 'No autorizado.',
- 'dashboard' => 'Panel',
- 'handcrafted_by' => 'Realizado por',
- 'powered_by' => 'Creado con',
- 'my_account' => 'Mi cuenta',
- 'update_account_info' => 'Actualizar información de cuenta',
- 'save' => 'Guardar',
- 'cancel' => 'Cancelar',
- 'error' => 'Error',
- 'success' => 'Existoso',
- 'old_password_incorrect' => 'Contraseña antigua incorrecta.',
- 'password_dont_match' => 'Las contraseñas no coinciden.',
- 'password_empty' => 'Asegúrese de que ambos campos de contraseña estén completos.',
- 'password_updated' => 'Contraseña actalizada.',
- 'account_updated' => 'Cuenta actualizada correctamente.',
- 'unknown_error' => 'Ha ocurrido un error. Por favor vuelva a intenter.',
- 'error_saving' => 'Error mientras se guardaba. Por favor vuelva a intenter.',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Forms
- 'save_action_save_and_new' => 'Guardar y crear nuevo',
- 'save_action_save_and_edit' => 'Guardar y continuar editando',
- 'save_action_save_and_back' => 'Guardar y regresar',
- 'save_action_changed_notification' => 'La acción por defecto del botón guardar ha sido modificada.',
-
- // Create form
- 'add' => 'Añadir',
- 'back_to_all' => 'Volver al listado de',
- 'cancel' => 'Cancelar',
- 'add_a_new' => 'Añadir ',
-
- // Edit form
- 'edit' => 'Editar',
- 'save' => 'Guardar',
-
- // Revisions
- 'revisions' => 'Las revisiones',
- 'no_revisions' => 'No hay revisiones encontradas',
- 'created_this' => 'creado este',
- 'changed_the' => 'cambiado el',
- 'restore_this_value' => 'restaurar este valor',
- 'from' => 'de',
- 'to' => 'a',
- 'undo' => 'Deshacer',
- 'revision_restored' => 'Revisión restaurada correctamente',
-
- // Translatable models
- 'edit_translations' => 'EDITAR TRADUCCIONES',
- 'language' => 'Idioma',
-
- // CRUD table view
- 'all' => 'Todos los registros de ',
- 'in_the_database' => 'en la base de datos',
- 'list' => 'Listar',
- 'actions' => 'Acciones',
- 'preview' => 'Vista previa',
- 'delete' => 'Eliminar',
- 'admin' => 'Admin',
- 'details_row' => 'Esta es la fila de detalles. Modificar a su gusto.',
- 'details_row_loading_error' => 'Se ha producido un error al cargar los datos. Por favor, intente de nuevo.',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => '¿Está seguro que desea eliminar este elemento?',
- 'delete_confirmation_title' => 'Elemento eliminado',
- 'delete_confirmation_message' => 'El elemento ha sido eliminado de manera correcta.',
- 'delete_confirmation_not_title' => 'No se pudo eliminar',
- 'delete_confirmation_not_message' => 'Ha ocurrido un error. Puede que el elemento no haya sido eliminado.',
- 'delete_confirmation_not_deleted_title' => 'No se pudo eliminar',
- 'delete_confirmation_not_deleted_message' => 'No ha ocurrido nada. Su elemento está seguro.',
-
- // DataTables translation
- 'emptyTable' => 'No hay datos disponibles en la tabla',
- 'info' => 'Mostrando registros _START_ a _END_ de un total de _TOTAL_ registros',
- 'infoEmpty' => 'Mostrando 0 registros',
- 'infoFiltered' => '(filtrando de _MAX_ registros totales)',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '_MENU_ elementos por página',
- 'loadingRecords' => 'Cargando...',
- 'processing' => 'Procesando...',
- 'search' => 'Buscar: ',
- 'zeroRecords' => 'No se encontraron elementos',
- 'paginate' => [
- 'first' => 'Primero',
- 'last' => 'Último',
- 'next' => 'Siguiente',
- 'previous' => 'Anterior',
- ],
- 'aria' => [
- 'sortAscending' => ': activar para ordenar ascendentemente',
- 'sortDescending' => ': activar para ordenar descendentemente',
- ],
-
- 'export' => [
- 'copy' => 'Copiar',
- 'excel' => 'Excel',
- 'csv' => 'CSV',
- 'pdf' => 'PDF',
- 'print' => 'Imprimir',
- 'column_visibility' => 'Visibilidad de columnas',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'Acceso denegado - usted no tiene los permisos necesarios para ver esta página.',
- 'please_fix' => 'Por favor corrija los siguientes errores:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => 'El elemento ha sido añadido de manera correcta.',
- 'update_success' => 'El elemento ha sido modificado de manera correcta.',
-
- // CRUD reorder view
- 'reorder' => 'Reordenar',
- 'reorder_text' => 'Arrastrar y soltar para reordenar.',
- 'reorder_success_title' => 'Hecho',
- 'reorder_success_message' => 'El orden ha sido guardado.',
- 'reorder_error_title' => 'Error',
- 'reorder_error_message' => 'El orden no se ha guardado.',
-
- // CRUD yes/no
- 'yes' => 'Sí',
- 'no' => 'No',
-
- // Fields
- 'browse_uploads' => 'Subir archivos',
- 'clear' => 'Limpiar',
- 'page_link' => 'Enlace',
- 'page_link_placeholder' => 'http://example.com/su-pagina',
- 'internal_link' => 'Enlace interno',
- 'internal_link_placeholder' => 'Slug interno. Ejplo: \'admin/page\' (sin comillas) para \':url\'',
- 'external_link' => 'Enlace externo',
-
- // Filtering
- 'filters' => 'Filtros',
- 'remove_filters' => 'Remover filtros',
- 'toggle_filters' => 'Alternar filtros',
-
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\LangFileManager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface for lang files.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- 'active' => 'Activo',
- 'cant_edit_online' => 'Este lenguaje no puede editarse online.',
- 'code_iso639-1' => 'Code (ISO 639-1)',
- 'default' => 'Predeterminado',
- 'empty_file' => 'No se encontraron traducciones.',
- 'flag_image' => 'Imagen Bandera',
- 'key' => 'Key',
- 'language' => 'Idioma',
- 'language_name' => 'Nombre idioma',
- 'language_text' => ':language_name texto',
- 'language_translation' => ':language_name traduccion',
- 'languages' => 'idiomas',
- 'please_fill_all_fields' => 'Por favor complete todos los campos',
- 'rules_text' => "<strong>Aviso: </strong> No traduzca palabras que empiecen con dos puntos (ej: ':number_of_items'). Esos serán reemplazados automáticamente con un valor adecuado. Si se traduce, eso deja de funcionar.",
- 'saved' => 'Guardado',
- 'site_texts' => 'Textos del sitio',
- 'switch_to' => 'Cambiar a',
- 'texts' => 'Textos',
- 'translate' => 'Traducir',
- 'translations' => 'Traducciones',
- 'native_name' => 'Nombre nativo',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Permission Manager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Permission Manager
- |
- */
- 'name' => 'Nombre',
- 'role' => 'Rol',
- 'roles' => 'Roles',
- 'roles_have_permission' => 'Roles con este permiso',
- 'permission_singular' => 'Permiso',
- 'permission_plural' => 'Permisos',
- 'user_singular' => 'Usuario',
- 'user_plural' => 'Usuarios',
- 'email' => 'Correo electrónico',
- 'extra_permissions' => 'Permisos adicionales',
- 'password' => 'Contraseña',
- 'password_confirmation' => 'Confirmación de contraseña',
- 'user_role_permission' => 'Permisos del rol del usuario',
- 'user' => 'Usuario',
- 'users' => 'Usuarios',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Inscription fermée.',
- 'first_page_you_see' => 'La première page que vous voyez après connexion',
- 'login_status' => 'Etat de connexion',
- 'logged_in' => 'Vous êtes connecté!',
- 'toggle_navigation' => 'Afficher/masquer la navigation',
- 'administration' => 'ADMINISTRATION',
- 'user' => 'UTILISATEUR',
- 'logout' => 'Déconnexion',
- 'login' => 'Connexion',
- 'register' => 'Inscription',
- 'name' => 'Nom',
- 'email_address' => 'Adresse e-mail',
- 'password' => 'Mot de passe',
- 'old_password' => 'Ancien mot de passe',
- 'new_password' => 'Nouveau mot de passe',
- 'confirm_password' => 'Confirmation du mot de passe',
- 'remember_me' => 'Se souvenir de moi',
- 'forgot_your_password' => 'Mot de passe oublié ?',
- 'reset_password' => 'Réinitialiser le mot de passe',
- 'send_reset_link' => 'Envoyer un lien de réinitialisation du mot de passe',
- 'click_here_to_reset' => 'Cliquez ici pour réinitialiser votre mot de passe',
- 'change_password' => 'Modifier le mot de passe',
- 'unauthorized' => 'Non autorisé.',
- 'dashboard' => 'Tableau de bord',
- 'handcrafted_by' => 'Artisé par',
- 'powered_by' => 'Propulsé par',
- 'my_account' => 'Mon compte',
- 'update_account_info' => 'Modifier mon compte',
- 'save' => 'Enregistrer',
- 'cancel' => 'Annuler',
- 'error' => 'Erreur',
- 'success' => 'Succès',
- 'old_password_incorrect' => 'L’ancien mot de passe est erroné.',
- 'password_dont_match' => 'Les mots de passe ne correspondent pas.',
- 'password_empty' => 'Assurez-vous de bien avoir rempli les champs de mot de passe.',
- 'password_updated' => 'Mot de passe mis à jour.',
- 'account_updated' => 'Compte mis à jour avec succès.',
- 'unknown_error' => 'Un erreur s’est produite. Veuillez réessayer.',
- 'error_saving' => 'Erreur lors de l’enregistrement. Veuillez réessayer.',
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../crud/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../crud/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backup Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the backup system.
- | You are free to change them to anything you want to customize your views to better match your application.
- |
- */
-
- 'backup' => 'Sauvegarde',
- 'create_a_new_backup' => 'Créer une nouvelle sauvegarde',
- 'existing_backups' => 'Sauvegardes existantes',
- 'date' => 'Date',
- 'file_size' => 'Taille de fichier',
- 'actions' => 'Actions',
- 'download' => 'Télécharger',
- 'delete' => 'Supprimer',
- 'delete_confirm' => 'Etes-vous certain de vouloir supprimer ce fichier ?',
- 'delete_confirmation_title' => 'Fait',
- 'delete_confirmation_message' => 'Le fichier de sauvegarde a été supprimmé.',
- 'delete_error_title' => 'Erreur',
- 'delete_error_message' => 'Le fichier de sauvegarde n\'a PAS été supprimmé.',
- 'delete_cancel_title' => "C'est ok",
- 'delete_cancel_message' => 'Le fichier de sauvegarde n\'a PAS été supprimmé.',
- 'create_confirmation_title' => 'Sauvegarde terminée',
- 'create_confirmation_message' => 'Rechargement de cette page dans 3 secondes.',
- 'create_error_title' => 'Erreur de sauvegarde',
- 'create_error_message' => 'Le fichier de sauvegarde n\'a PAS pu être créer.',
- 'create_warning_title' => 'Erreur inconnue',
- 'create_warning_message' => 'Votre fichier de sauvegarde n\'a sans doute pas pu être créé. Regardez les logs pour plus de details.',
- 'location' => 'Emplacement',
- 'no_disks_configured' => 'Aucun "backup disks" de configuré dans config/laravel-backup.php',
- 'backup_doesnt_exist' => "Le fichier de sauvegarde n'existe pas.",
- 'only_local_downloads_supported' => 'Seuls les téléchargments à partir du système de fichier local sont supportés.',
-];
|--------------------------------------------------------------------------
*/
- 'registration_closed' => 'Inscription fermée.',
- 'first_page_you_see' => 'La première page que vous voyez après connexion',
- 'login_status' => 'Etat de connexion',
- 'logged_in' => 'Vous êtes connecté!',
- 'toggle_navigation' => 'Afficher/masquer la navigation',
- 'administration' => 'ADMINISTRATION',
- 'user' => 'UTILISATEUR',
- 'logout' => 'Déconnexion',
- 'login' => 'Connexion',
- 'register' => 'Inscription',
- 'name' => 'Nom',
- 'email_address' => 'Adresse e-mail',
- 'password' => 'Mot de passe',
- 'old_password' => 'Ancien mot de passe',
- 'new_password' => 'Nouveau mot de passe',
- 'confirm_password' => 'Confirmation du mot de passe',
- 'remember_me' => 'Se souvenir de moi',
- 'forgot_your_password' => 'Mot de passe oublié ?',
- 'reset_password' => 'Réinitialiser le mot de passe',
- 'send_reset_link' => 'Envoyer un lien de réinitialisation du mot de passe',
- 'click_here_to_reset' => 'Cliquez ici pour réinitialiser votre mot de passe',
- 'change_password' => 'Modifier le mot de passe',
- 'unauthorized' => 'Non autorisé.',
- 'dashboard' => 'Tableau de bord',
- 'handcrafted_by' => 'Artisé par',
- 'powered_by' => 'Propulsé par',
- 'my_account' => 'Mon compte',
- 'update_account_info' => 'Modifier mon compte',
- 'save' => 'Enregistrer',
- 'cancel' => 'Annuler',
- 'error' => 'Erreur',
- 'success' => 'Succès',
+ 'registration_closed' => 'Inscription fermée.',
+ 'first_page_you_see' => 'La première page que vous voyez après connexion',
+ 'login_status' => 'Etat de connexion',
+ 'logged_in' => 'Vous êtes connecté!',
+ 'toggle_navigation' => 'Afficher/masquer la navigation',
+ 'administration' => 'ADMINISTRATION',
+ 'user' => 'UTILISATEUR',
+ 'logout' => 'Déconnexion',
+ 'login' => 'Connexion',
+ 'register' => 'Inscription',
+ 'name' => 'Nom',
+ 'email_address' => 'Adresse e-mail',
+ 'password' => 'Mot de passe',
+ 'old_password' => 'Ancien mot de passe',
+ 'new_password' => 'Nouveau mot de passe',
+ 'confirm_password' => 'Confirmation du mot de passe',
+ 'remember_me' => 'Se souvenir de moi',
+ 'forgot_your_password' => 'Mot de passe oublié ?',
+ 'reset_password' => 'Réinitialiser le mot de passe',
+ 'send_reset_link' => 'Envoyer un lien de réinitialisation du mot de passe',
+ 'click_here_to_reset' => 'Cliquez ici pour réinitialiser votre mot de passe',
+ 'change_password' => 'Modifier le mot de passe',
+ 'unauthorized' => 'Non autorisé.',
+ 'dashboard' => 'Tableau de bord',
+ 'handcrafted_by' => 'Artisé par',
+ 'powered_by' => 'Propulsé par',
+ 'my_account' => 'Mon compte',
+ 'update_account_info' => 'Modifier mon compte',
+ 'save' => 'Enregistrer',
+ 'cancel' => 'Annuler',
+ 'error' => 'Erreur',
+ 'success' => 'Succès',
'old_password_incorrect' => 'L’ancien mot de passe est erroné.',
- 'password_dont_match' => 'Les mots de passe ne correspondent pas.',
- 'password_empty' => 'Assurez-vous de bien avoir rempli les champs de mot de passe.',
- 'password_updated' => 'Mot de passe mis à jour.',
- 'account_updated' => 'Compte mis à jour avec succès.',
- 'unknown_error' => 'Un erreur s’est produite. Veuillez réessayer.',
- 'error_saving' => 'Erreur lors de l’enregistrement. Veuillez réessayer.',
+ 'password_dont_match' => 'Les mots de passe ne correspondent pas.',
+ 'password_empty' => 'Assurez-vous de bien avoir rempli les champs de mot de passe.',
+ 'password_updated' => 'Mot de passe mis à jour.',
+ 'account_updated' => 'Compte mis à jour avec succès.',
+ 'unknown_error' => 'Un erreur s’est produite. Veuillez réessayer.',
+ 'error_saving' => 'Erreur lors de l’enregistrement. Veuillez réessayer.',
+ 'step' => 'Étape',
+ 'confirm_email' => 'Confirmer votre e-mail',
+ 'choose_new_password' => 'Choisir un nouveau mot de passe',
+ 'confirm_new_password' => 'Confirmer le nouveau mot de passe',
+ 'password_reset' => [
+ 'greeting' => 'Bonjour,',
+ 'subject' => 'Notification de réinitialisation de votre mot de passe',
+ 'line_1' => 'Vous recevez cet e-mail car nous avons reçu une demande de réinitialisation de mot de passe pour votre compte.',
+ 'line_2' => 'Cliquez sur le bouton ci-dessous pour poursuivre:',
+ 'button' => 'Réininitialiser mon mot de passe',
+ 'notice' => 'Si cet demande de vient pas de vous, vous pouvez simplement ignorer cet e-mail',
+ ],
];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Forms
- 'save_action_save_and_new' => 'Enregistrer et créer un nouveau',
- 'save_action_save_and_edit' => 'Enregistrer et éditer',
- 'save_action_save_and_back' => 'Enregistrer et retour',
- 'save_action_changed_notification' => 'Action par défaut changée',
-
- // Create form
- 'add' => 'Ajouter',
- 'back_to_all' => 'Retour à la liste ',
- 'cancel' => 'Annuler',
- 'add_a_new' => 'Ajouter un nouvel élément ',
-
- // Edit form
- 'edit' => 'Modifier',
- 'save' => 'Enregistrer',
-
- // Revisions
- 'revisions' => 'Historique',
- 'no_revisions' => 'Pas d’historique',
- 'created_this' => 'a créé',
- 'changed_the' => 'a modifié',
- 'restore_this_value' => 'Restaurer cette valeur',
- 'from' => 'De',
- 'to' => 'À',
- 'undo' => 'Annuler',
- 'revision_restored' => 'Valeur restaurée',
- 'guest_user' => 'Utilisateur invité',
-
- // Translatable models
- 'edit_translations' => 'EDITER LES TRADUCTIONS',
- 'language' => 'Langue',
-
- // CRUD table view
- 'all' => 'Tous les ',
- 'in_the_database' => 'dans la base de données',
- 'list' => 'Liste',
- 'actions' => 'Actions',
- 'preview' => 'Aperçu',
- 'delete' => 'Supprimer',
- 'admin' => 'Administration',
- 'details_row' => 'Ligne de détail. Modifiez la à volonté.',
- 'details_row_loading_error' => 'Une erreur est survenue en chargeant les détails. Veuillez réessayer.',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => 'Souhaitez-vous réellement supprimer cet élément?',
- 'delete_confirmation_title' => 'Élément supprimé',
- 'delete_confirmation_message' => 'L’élément a été supprimé avec succès.',
- 'delete_confirmation_not_title' => 'NON supprimé',
- 'delete_confirmation_not_message' => 'Une erreur est survenue. Votre élément n’a peut-être pas été effacé.',
- 'delete_confirmation_not_deleted_title' => 'Non supprimé',
- 'delete_confirmation_not_deleted_message' => 'Aucune modification. Votre élément a été conservé.',
-
- // Bulk actions
- 'bulk_no_entries_selected_title' => 'Aucun élément sélectionné',
- 'bulk_no_entries_selected_message' => 'Veuillez sélectionner un ou plusieurs éléments pour faire une action groupée',
-
- // Bulk confirmation
- 'bulk_delete_are_you_sure' => 'Souhaitez-vous vraiment supprimer ces :number éléments?',
- 'bulk_delete_sucess_title' => 'Éléments supprimés',
- 'bulk_delete_sucess_message' => ' éléments ont été supprimés',
- 'bulk_delete_error_title' => 'Échec de la suppression',
- 'bulk_delete_error_message' => 'Un ou plusieurs éléments n’ont pu être supprimés',
-
- // Ajax errors
- 'ajax_error_title' => 'Erreur',
- 'ajax_error_text' => 'Erreur lors du chargement. Merci de réactualiser la page.',
-
- // DataTables translation
- 'emptyTable' => 'Aucune donnée à afficher.',
- 'info' => 'Affichage des éléments _START_ à _END_ sur _TOTAL_',
- 'infoEmpty' => 'Affichage des éléments 0 à 0 sur 0',
- 'infoFiltered' => '(filtré à partir de _MAX_ éléments au total)',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '_MENU_ enregistrements par page',
- 'loadingRecords' => 'Chargement...',
- 'processing' => 'Traitement...',
- 'search' => 'Recherche : ',
- 'zeroRecords' => 'Aucun enregistrement correspondant trouvé',
- 'paginate' => [
- 'first' => 'Premier',
- 'last' => 'Dernier',
- 'next' => 'Suivant',
- 'previous' => 'Précédent',
- ],
- 'aria' => [
- 'sortAscending' => ': activez pour trier la colonne par ordre croissant',
- 'sortDescending' => ': activez pour trier la colonne par ordre décroissant',
- ],
- 'export' => [
- 'copy' => 'Copier',
- 'excel' => 'Excel',
- 'csv' => 'CSV',
- 'pdf' => 'PDF',
- 'print' => 'Imprimer',
- 'column_visibility' => 'Affichage des colonnes',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'Accès non autorisé - vous n’avez pas les droits nécessaires à la consultation de cette page.',
- 'please_fix' => 'Veuillez corriger les erreurs suivantes :',
-
- // global crud - success / error notification bubbles
- 'insert_success' => 'L’élément a été ajouté avec succès.',
- 'update_success' => 'L’élément a été modifié avec succès.',
-
- // CRUD reorder view
- 'reorder' => 'Réordonner',
- 'reorder_text' => 'Utilisez le glisser-déposer pour réordonner.',
- 'reorder_success_title' => 'Fait',
- 'reorder_success_message' => 'L’ordre a été enregistré.',
- 'reorder_error_title' => 'Erreur',
- 'reorder_error_message' => 'L’ordre n’a pas pu être enregistré.',
-
- // CRUD yes/no
- 'yes' => 'Oui',
- 'no' => 'Non',
-
- // CRUD filters navbar view
- 'filters' => 'Filtres',
- 'toggle_filters' => 'Activer les filtres',
- 'remove_filters' => 'Retirer les filtres',
-
- // Fields
- 'browse_uploads' => 'Parcourir les fichier chargés',
- 'select_all' => 'Tout sélectionner',
- 'select_files' => 'Choisir des fichiers',
- 'select_file' => 'Choisir un fichier',
- 'clear' => 'Effacer',
- 'page_link' => 'Lien de la page',
- 'page_link_placeholder' => 'http://example.com/votre-page',
- 'internal_link' => 'Lien interne',
- 'internal_link_placeholder' => 'Identifiant de lien interne. Ex: \'admin/page\' (sans guillemets) pour \':url\'',
- 'external_link' => 'Lien externe',
- 'choose_file' => 'Choisissez un fichier',
-
- //Table field
- 'table_cant_add' => 'Impossible d’ajouter un nouveau :entity',
- 'table_max_reached' => 'Nombre maximum :max atteint',
-
- // File manager
- 'file_manager' => 'Gestionnaire de fichiers',
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
- 'change_template_confirmation' => 'Confirmez-vous le changement de modèle? Toutes les modifications non enregistrées pour cette page seront perdues.',
- 'content' => 'Contenu',
- 'content_placeholder' => 'Saisissez le contenu de la page ici',
- 'meta_description' => 'Méta description',
- 'meta_keywords' => 'Méta mots-clés',
- 'meta_title' => 'Méta titre',
- 'metas' => 'Balises META',
- 'name' => 'Nom',
- 'open' => 'Ouvrir',
- 'page' => 'page',
- 'page_name' => 'Nom de page (visible uniquement par les admins)',
- 'page_slug' => 'Url simplifiée',
- 'page_slug_hint' => 'Sera générée automatiquement à partir du titre si laissée vide.',
- 'page_title' => 'Titre de la page',
- 'pages' => 'pages',
- 'slug' => 'Url simplifiée',
- 'template' => 'Modèle',
- 'template_not_found' => 'Le modèle de page n’a pu être trouvé. Il a dû être supprimé ou renommé depuis la création de cette page. Pour poursuivre, veuillez demander l’intervention de votre webmaster ou développeur.',
-];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Permission Manager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Permission Manager
- | Author: Julien Cauvin <contact@7ute.fr>
- |
- */
- 'name' => 'Nom',
- 'role' => 'Rôle',
- 'roles' => 'Rôles',
- 'roles_have_permission' => 'Rôles avec cette permission',
- 'permission_singular' => 'permission',
- 'permission_plural' => 'permissions',
- 'user_singular' => 'Utilisateur',
- 'user_plural' => 'Utilisateurs',
- 'email' => 'Email',
- 'extra_permissions' => 'Permissions supplémentaires',
- 'password' => 'Mot de passe',
- 'password_confirmation' => 'Confirmation du mot de passe',
- 'user_role_permission' => 'Rôles et permissions d’utilisateur',
- 'user' => 'Utilisateur',
- 'users' => 'Utilisateurs',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// Please note it is recommended to use the subtag [fr-CA], not [fr_CA]
-// That is the one formalized by the W3C in the IANA Language Subtag Registry
-// - https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
-// - https://www.w3.org/International/questions/qa-choosing-language-tags
-//
-// Also, that is the one used by the most popular Laravel translation package
-// - https://github.com/caouecs/Laravel-lang/tree/master/src
-//
-// Backpack provides translations for both subtags, for backwards compatibility.
-// But this will change at some point, and we will only support [fr-CA].
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Inscription fermée.',
- 'first_page_you_see' => 'La première page que vous voyez après connexion',
- 'login_status' => 'Etat de connexion',
- 'logged_in' => 'Vous êtes connecté!',
- 'toggle_navigation' => 'Afficher/masquer la navigation',
- 'administration' => 'ADMINISTRATION',
- 'user' => 'UTILISATEUR',
- 'logout' => 'Déconnexion',
- 'login' => 'Connexion',
- 'register' => 'Inscription',
- 'name' => 'Nom',
- 'email_address' => 'Adresse e-mail',
- 'password' => 'Mot de passe',
- 'old_password' => 'Ancien mot de passe',
- 'new_password' => 'Nouveau mot de passe',
- 'confirm_password' => 'Confirmation du mot de passe',
- 'remember_me' => 'Se souvenir de moi',
- 'forgot_your_password' => 'Mot de passe oublié ?',
- 'reset_password' => 'Réinitialiser le mot de passe',
- 'send_reset_link' => 'Envoyer un lien de réinitialisation du mot de passe',
- 'click_here_to_reset' => 'Cliquez ici pour réinitialiser votre mot de passe',
- 'change_password' => 'Modifier le mot de passe',
- 'unauthorized' => 'Non autorisé.',
- 'dashboard' => 'Tableau de bord',
- 'handcrafted_by' => 'Artisé par',
- 'powered_by' => 'Propulsé par',
- 'my_account' => 'Mon compte',
- 'update_account_info' => 'Modifier mon compte',
- 'save' => 'Enregistrer',
- 'cancel' => 'Annuler',
- 'error' => 'Erreur',
- 'success' => 'Succès',
- 'old_password_incorrect' => 'L’ancien mot de passe est erroné.',
- 'password_dont_match' => 'Les mots de passe ne correspondent pas.',
- 'password_empty' => 'Assurez-vous de bien avoir rempli les champs de mot de passe.',
- 'password_updated' => 'Mot de passe mis à jour.',
- 'account_updated' => 'Compte mis à jour avec succès.',
- 'unknown_error' => 'Un erreur s’est produite. Veuillez réessayer.',
- 'error_saving' => 'Erreur lors de l’enregistrement. Veuillez réessayer.',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Forms
- 'save_action_save_and_new' => 'Enregistrer et créer un nouveau',
- 'save_action_save_and_edit' => 'Enregistrer et éditer',
- 'save_action_save_and_back' => 'Enregistrer et retour',
- 'save_action_changed_notification' => 'Action par défaut changée',
-
- // Create form
- 'add' => 'Ajouter',
- 'back_to_all' => 'Retour à la liste ',
- 'cancel' => 'Annuler',
- 'add_a_new' => 'Ajouter un nouvel élément ',
-
- // Edit form
- 'edit' => 'Modifier',
- 'save' => 'Enregistrer',
-
- // Revisions
- 'revisions' => 'Historique',
- 'no_revisions' => 'Pas d’historique',
- 'created_this' => 'a créé',
- 'changed_the' => 'a modifié',
- 'restore_this_value' => 'Restaurer cette valeur',
- 'from' => 'De',
- 'to' => 'À',
- 'undo' => 'Annuler',
- 'revision_restored' => 'Valeur restaurée',
- 'guest_user' => 'Utilisateur invité',
-
- // Translatable models
- 'edit_translations' => 'EDITER LES TRADUCTIONS',
- 'language' => 'Langue',
-
- // CRUD table view
- 'all' => 'Tous les ',
- 'in_the_database' => 'dans la base de données',
- 'list' => 'Liste',
- 'actions' => 'Actions',
- 'preview' => 'Aperçu',
- 'delete' => 'Supprimer',
- 'admin' => 'Administration',
- 'details_row' => 'Ligne de détail. Modifiez la à volonté.',
- 'details_row_loading_error' => 'Une erreur est survenue en chargeant les détails. Veuillez réessayer.',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => 'Souhaitez-vous réellement supprimer cet élément?',
- 'delete_confirmation_title' => 'Élément supprimé',
- 'delete_confirmation_message' => 'L’élément a été supprimé avec succès.',
- 'delete_confirmation_not_title' => 'NON supprimé',
- 'delete_confirmation_not_message' => 'Une erreur est survenue. Votre élément n’a peut-être pas été effacé.',
- 'delete_confirmation_not_deleted_title' => 'Non supprimé',
- 'delete_confirmation_not_deleted_message' => 'Aucune modification. Votre élément a été conservé.',
-
- 'ajax_error_title' => 'Erreur',
- 'ajax_error_text' => 'Erreur lors du chargement. Merci de réactualiser la page.',
-
- // DataTables translation
- 'emptyTable' => 'Aucune donnée à afficher.',
- 'info' => 'Affichage des éléments _START_ à _END_ sur _TOTAL_',
- 'infoEmpty' => 'Affichage des éléments 0 à 0 sur 0',
- 'infoFiltered' => '(filtré à partir de _MAX_ éléments au total)',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '_MENU_ enregistrements par page',
- 'loadingRecords' => 'Chargement...',
- 'processing' => 'Traitement...',
- 'search' => 'Recherche : ',
- 'zeroRecords' => 'Aucun enregistrement correspondant trouvé',
- 'paginate' => [
- 'first' => 'Premier',
- 'last' => 'Dernier',
- 'next' => 'Suivant',
- 'previous' => 'Précédent',
- ],
- 'aria' => [
- 'sortAscending' => ': activez pour trier la colonne par ordre croissant',
- 'sortDescending' => ': activez pour trier la colonne par ordre décroissant',
- ],
- 'export' => [
- 'copy' => 'Copier',
- 'excel' => 'Excel',
- 'csv' => 'CSV',
- 'pdf' => 'PDF',
- 'print' => 'Imprimer',
- 'column_visibility' => 'Affichage des colonnes',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'Accès non autorisé - vous n’avez pas les droits nécessaires à la consultation de cette page.',
- 'please_fix' => 'Veuillez corriger les erreurs suivantes :',
-
- // global crud - success / error notification bubbles
- 'insert_success' => 'L’élément a été ajouté avec succès.',
- 'update_success' => 'L’élément a été modifié avec succès.',
-
- // CRUD reorder view
- 'reorder' => 'Réordonner',
- 'reorder_text' => 'Utilisez le glisser-déposer pour réordonner.',
- 'reorder_success_title' => 'Fait',
- 'reorder_success_message' => 'L’ordre a été enregistré.',
- 'reorder_error_title' => 'Erreur',
- 'reorder_error_message' => 'L’ordre n’a pas pu être enregistré.',
-
- // CRUD yes/no
- 'yes' => 'Oui',
- 'no' => 'Non',
-
- // CRUD filters navbar view
- 'filters' => 'Filtres',
- 'toggle_filters' => 'Activer les filtres',
- 'remove_filters' => 'Retirer les filtres',
-
- // Fields
- 'browse_uploads' => 'Parcourir les fichier chargés',
- 'clear' => 'Effacer',
- 'page_link' => 'Lien de la page',
- 'page_link_placeholder' => 'http://example.com/votre-page',
- 'internal_link' => 'Lien interne',
- 'internal_link_placeholder' => 'Identifiant de lien interne. Ex: \'admin/page\' (sans guillemets) pour \':url\'',
- 'external_link' => 'Lien externe',
- 'choose_file' => 'Choisissez un fichier',
-
- //Table field
- 'table_cant_add' => 'Impossible d’ajouter un nouveau :entity',
- 'table_max_reached' => 'Nombre maximum :max atteint',
-
- // File manager
- 'file_manager' => 'Gestionnaire de fichiers',
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Permission Manager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Permission Manager
- | Author: Julien Cauvin <contact@7ute.fr>
- |
- */
- 'name' => 'Nom',
- 'role' => 'Rôle',
- 'roles' => 'Rôles',
- 'roles_have_permission' => 'Rôles avec cette permission',
- 'permission_singular' => 'permission',
- 'permission_plural' => 'permissions',
- 'user_singular' => 'Utilisateur',
- 'user_plural' => 'Utilisateurs',
- 'email' => 'Email',
- 'extra_permissions' => 'Permissions supplémentaires',
- 'password' => 'Mot de passe',
- 'password_confirmation' => 'Confirmation du mot de passe',
- 'user_role_permission' => 'Rôles et permissions d’utilisateur',
- 'user' => 'Utilisateur',
- 'users' => 'Utilisateurs',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backup Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the backup system.
- | You are free to change them to anything you want to customize your views to better match your application.
- |
- */
-
- 'backup' => 'Αντίγραφο ασφαλείας',
- 'backups' => 'Αντίγραφα ασφαλείας', // Added plural
- 'create_a_new_backup' => 'Δημιουργία νέου αντιγράφου ασφαλείας',
- 'existing_backups' => 'Υπάρχοντα αντίγραφα ασφαλείας',
- 'date' => 'Ημερομηνία',
- 'file_size' => 'Μέγεθος Αρχείου',
- 'actions' => 'Ενέργειες',
- 'download' => 'Λήψη',
- 'delete' => 'Διαγραφή',
- 'delete_confirm' => 'Είστε σίγουρος/η πως θέλετε να διαγράψετε αυτό το αντίγραφο ασφαλείας?',
- 'delete_confirmation_title' => 'Η ενέργεια πραγματοποιήθηκε',
- 'delete_confirmation_message' => 'Το αντίγραφο ασφαλείας διαγράφηκε.',
- 'delete_error_title' => 'Σφάλμα',
- 'delete_error_message' => 'Το αντίγραφο ασφαλείας ΔΕΝ έχει διαγραφεί.',
- 'delete_cancel_title' => 'Να πραγματοποιηθεί η διαγραφή',
- 'delete_cancel_message' => 'Το αντίγραφο ασφαλείας ΔΕΝ έχει διαγραφεί.',
- 'create_confirmation_title' => 'Η δημιουργία αντιγράφου ασφαλείας έχει ολοκληρωθεί',
- 'create_confirmation_message' => 'Επαναφόρτωση της σελίδας σε 3 δευτερόλεπτα.',
- 'create_error_title' => 'Σφάλμα αντιγράφου ασφαλείας',
- 'create_error_message' => 'Το αντίγραφο ασφαλείας ΔΕΝ μπόρεσε να δημιουργηθεί.',
- 'create_warning_title' => 'Άγνωστο σφάλμα',
- 'create_warning_message' => 'Το αντίγραφο ασφαλείας μπορεί να μην έχει δημιουργηθεί. Παρακαλώ ελέγξτε τα αρχεία καταγραφής για λεπτομέρειες.',
- 'location' => 'Τοποθεσία',
- 'no_disks_configured' => 'Δεν έχει οριστεί κανένας δίσκος για αντίγραφα ασφαλείας στο config/backup.php',
- 'backup_doesnt_exist' => 'Το αντίγραφο ασφαλείας δεν υφίσταται.',
- 'only_local_downloads_supported' => 'Υποστηρίζονται λήψεις μόνο από το τοπικό σύστημα αρχείων.',
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../crud/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../crud/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Pendaftaran di tutup.',
- 'first_page_you_see' => 'Halaman pertama yang Anda lihat setelah login',
- 'login_status' => 'Status Masuk',
- 'logged_in' => 'Anda sudah login!',
- 'toggle_navigation' => 'Navigasi beralih',
- 'administration' => 'Administrasi',
- 'user' => 'Pengguna',
- 'logout' => 'Keluar',
- 'login' => 'Masuk',
- 'register' => 'Daftar',
- 'name' => 'Nama',
- 'email_address' => 'Alamat Email',
- 'password' => 'Sandi',
- 'confirm_password' => 'Konfirmasi Sandi',
- 'remember_me' => 'Ingat Saya',
- 'forgot_your_password' => 'Lupa kata sandi?',
- 'reset_password' => 'Setel ulang sandi',
- 'send_reset_link' => 'Kirim link reset kata sandi',
- 'click_here_to_reset' => 'Klik Disini untuk menyetel ulang kata sandi',
- 'unauthorized' => 'Tidak Sah.',
- 'dashboard' => 'Dashboard',
- 'handcrafted_by' => 'Handcrafted by',
- 'powered_by' => 'Powered by',
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../crud/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../crud/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Le registrazioni sono chiuse.',
- 'first_page_you_see' => 'La prima pagina che vedi dopo il login',
- 'login_status' => 'Stato autenticazione',
- 'logged_in' => 'Sei autenticato!',
- 'toggle_navigation' => 'Apri/chiudi navigazione',
- 'administration' => 'AMMINISTRAZIONE',
- 'user' => 'UTENTE',
- 'logout' => 'Esci',
- 'login' => 'Accedi',
- 'register' => 'Registrati',
- 'name' => 'Nome',
- 'email_address' => 'Indirizzo E-mail',
- 'password' => 'Password',
- 'old_password' => 'Vecchia Password',
- 'new_password' => 'Nuova Password',
- 'confirm_password' => 'Conferma Password',
- 'remember_me' => 'Ricordami',
- 'forgot_your_password' => 'Hai dimenticato la password?',
- 'reset_password' => 'Reimposta password',
- 'send_reset_link' => 'Invia link di reset',
- 'click_here_to_reset' => 'Clicca qui per reimpostare la tua password',
- 'unauthorized' => 'Non autorizzato.',
- 'change_password' => 'Cambia Password',
- 'dashboard' => 'Dashboard',
- 'handcrafted_by' => 'Realizzato da',
- 'powered_by' => 'Creato con',
- 'my_account' => 'Il mio Account',
- 'update_account_info' => 'Aggiorna dati Account',
- 'save' => 'Salva',
- 'cancel' => 'Annulla',
- 'error' => 'Errore',
- 'success' => 'Operazione eseguita con successo',
- 'old_password_incorrect' => 'La vecchia password non è corretta.',
- 'password_dont_match' => 'Le password non corrispondono.',
- 'password_empty' => 'Accertati di aver riempito entrambi i campi password.',
- 'password_updated' => 'Password aggiornata.',
- 'account_updated' => 'Account aggiornato con successo.',
- 'unknown_error' => 'Si è verificato un errore sconosciuto. Riprova più tardi.',
- 'error_saving' => 'Errore durante il salvataggio. Riprova più tardi.',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Forms
- 'save_action_save_and_new' => 'Salva ed aggiungi un nuovo elemento',
- 'save_action_save_and_edit' => 'Salva e modifica questo elemento',
- 'save_action_save_and_back' => 'Salva e torna indietro',
- 'save_action_changed_notification' => 'Azione predefinita cambiata',
-
- // Create form
- 'add' => 'Aggiungi',
- 'back_to_all' => 'Torna a tutti i ',
- 'cancel' => 'Annulla',
- 'add_a_new' => 'Aggiungi un nuovo ',
-
- // Edit form
- 'edit' => 'Modifica',
- 'save' => 'Salva',
-
- // Revisions
- 'revisions' => 'Revisioni',
- 'no_revisions' => 'Nessuna revisione trovata',
- 'created_this' => 'ha creato questo',
- 'changed_the' => 'ha cambiato il',
- 'restore_this_value' => 'ripristinare questo valore',
- 'from' => 'da',
- 'to' => 'a',
- 'undo' => 'Annulla',
- 'revision_restored' => 'Revisione ripristinata con successo',
- 'guest_user' => 'Un Ospite',
-
- // Translatable models
- 'edit_translations' => 'MODIFICA TRADUZIONI',
- 'language' => 'Lingua',
-
- // CRUD table view
- 'all' => 'Tutti i ',
- 'in_the_database' => 'nel database',
- 'list' => 'Lista',
- 'actions' => 'Azioni',
- 'preview' => 'Anteprima',
- 'delete' => 'Elimina',
- 'admin' => 'Amministrazione',
- 'details_row' => 'Questa è la riga dei dettagli. Modificala a tuo piacimento.',
- 'details_row_loading_error' => "C'è stato un errore caricando i dettagli. Riprova.",
-
- // Confirmation messages and bubbles
- 'delete_confirm' => 'Sei sicuro di eliminare questo elemento?',
- 'delete_confirmation_title' => 'Elemento eliminato',
- 'delete_confirmation_message' => "L'elemento è stato eliminato con successo.",
- 'delete_confirmation_not_title' => 'NON eliminato',
- 'delete_confirmation_not_message' => "C'è stato un errore. L'elemento potrebbe non essere stato eliminato.",
- 'delete_confirmation_not_deleted_title' => 'Non eliminato',
- 'delete_confirmation_not_deleted_message' => "Non è successo niente. L'elemento è al sicuro.",
-
- 'ajax_error_title' => 'Errore',
- 'ajax_error_text' => 'Errore durante il caricamento della pagina. Per favore ricarica la pagina.',
-
- // DataTables translation
- 'emptyTable' => 'Nessun record da visualizzare',
- 'info' => 'Visualizzando da _START_ a _END_ record di _TOTAL_',
- 'infoEmpty' => 'Visualizzando da 0 a 0 record di 0',
- 'infoFiltered' => '(filtrati da _MAX_ record totali)',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '_MENU_ record per pagina',
- 'loadingRecords' => 'Caricamento...',
- 'processing' => 'Elaborazione...',
- 'search' => 'Cerca: ',
- 'zeroRecords' => 'Nessun record corrispondente',
- 'paginate' => [
- 'first' => 'Primo',
- 'last' => 'Ultimo',
- 'next' => 'Prossimo',
- 'previous' => 'Precedente',
- ],
- 'aria' => [
- 'sortAscending' => ': attiva per ordinare la colonna ascendentemente',
- 'sortDescending' => ': attiva per ordinare la colonna discendentemente',
- ],
- 'export' => [
- 'copy' => 'Copia',
- 'excel' => 'Excel',
- 'csv' => 'CSV',
- 'pdf' => 'PDF',
- 'print' => 'Stampa',
- 'column_visibility' => 'Visibilità colonne',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'Accesso non autorizzato - non hai i permessi necessari per vedere questa pagina.',
- 'please_fix' => 'Per favore correggi i seguenti errori:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => "L'elemento è stato aggiunto correttamente.",
- 'update_success' => "L'elemento è stato aggiornato correttamente.",
-
- // CRUD reorder view
- 'reorder' => 'Riordina',
- 'reorder_text' => 'Seleziona e trascina per riordinare.',
- 'reorder_success_title' => 'Fatto',
- 'reorder_success_message' => 'Il tuo ordinamento è stato salvato.',
- 'reorder_error_title' => 'Errore',
- 'reorder_error_message' => 'Il tuo ordinamento non è stato salvato.',
-
- // CRUD yes/no
- 'yes' => 'Sì',
- 'no' => 'No',
-
- // CRUD filters navbar view
- 'filters' => 'Filtri',
- 'toggle_filters' => 'Attiva/disattiva filtri',
- 'remove_filters' => 'Rimuovi filtri',
-
- // Fields
- 'browse_uploads' => 'Sfoglia file caricati',
- 'select_all' => 'Seleziona tutti',
- 'select_files' => 'Seleziona i files',
- 'select_file' => 'Seleziona un file',
- 'clear' => 'Pulisci',
- 'page_link' => 'Link Pagina',
- 'page_link_placeholder' => 'http://esempio.com/pagina-desiderata',
- 'internal_link' => 'Link Interno',
- 'internal_link_placeholder' => 'Slug interno. Es: \'admin/page\' (no quotes) for \':url\'',
- 'external_link' => 'Link Esterno',
- 'choose_file' => 'Scegli file',
-
- //Table field
- 'table_cant_add' => 'Impossibile aggiungere una nuova :entity',
- 'table_max_reached' => 'Numero massimo di :max raggiunto',
-
- // File manager
- 'file_manager' => 'File Manager',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\LangFileManager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface for lang files.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- 'active' => 'Attivo',
- 'cant_edit_online' => 'Questa lingua non può essere modificata online.',
- 'code_iso639-1' => 'Codice (ISO 639-1)',
- 'default' => 'Predefinito',
- 'empty_file' => 'Nessuna traduzione disponibile.',
- 'flag_image' => 'Immagine bandiera',
- 'key' => 'Chiave',
- 'language' => 'lingua',
- 'language_name' => 'Nome lingua',
- 'language_text' => 'Testo :language_name',
- 'language_translation' => 'Traduzione :language_name',
- 'languages' => 'lingue',
- 'please_fill_all_fields' => 'Compila tutto i campi',
- 'rules_text' => "<strong>Avviso: </strong> Non tradurre le parole che iniziano con due punti (es: ':number_of_items'). Queste verranno sostituite automaticamente con un valore adeguato. Se tradotte, smetteranno di funzionare.",
- 'saved' => 'Salvato',
- 'site_texts' => 'Testi del sito',
- 'switch_to' => 'Passa a',
- 'texts' => 'testi',
- 'translate' => 'Traduci',
- 'translations' => 'Traduzioni',
- 'native_name' => 'Nome nativo',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
- 'change_template_confirmation' => 'Sei sicuro di voler cambiare il template della pagina? Perderai qualsiasi modifiche non salvata per questa pagina.',
- 'content' => 'Contenuto',
- 'content_placeholder' => 'Il tuo contenuto qui',
- 'meta_description' => 'Meta Description',
- 'meta_keywords' => 'Meta Keywords',
- 'meta_title' => 'Meta Title',
- 'metas' => 'Meta',
- 'name' => 'Nome',
- 'open' => 'Apri',
- 'page' => 'pagina',
- 'page_name' => 'Nome pagina (visibile solo agli amministratori)',
- 'page_slug' => 'Slug pagina (URL)',
- 'page_slug_hint' => 'Se lasciato in bianco, verrà automaticamente generato dal titolo.',
- 'page_title' => 'Titolo pagina',
- 'pages' => 'pagine',
- 'slug' => 'Slug',
- 'template' => 'Template',
- 'template_not_found' => 'Il template non è stato trovato. Potrebbe essere stato eliminato da quando la pagina è stata creata. Per continuare, chiedi al tuo amministratore o al team di sviluppo di risolvere questo problema.',
-];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Permission Manager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Permission Manager
- | Author: Roberto Butti ( https://github.com/roberto-butti )
- | Language: Italian
- |
- */
- 'name' => 'Nome',
- 'role' => 'Ruolo',
- 'roles' => 'Ruoli',
- 'roles_have_permission' => 'Ruoli con questo permesso',
- 'permission_singular' => 'Permesso',
- 'permission_plural' => 'Permessi',
- 'user_singular' => 'Utente',
- 'user_plural' => 'Utenti',
- 'email' => 'Email',
- 'extra_permissions' => 'Permessi Extra',
- 'password' => 'Password',
- 'password_confirmation' => 'Conferma Password',
- 'user_role_permission' => 'Utenti Ruoli Permessi',
- 'user' => 'Utente',
- 'users' => 'Utenti',
-
-];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Settings Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Settings
- |
- */
- 'name' => 'Nome',
- 'value' => 'Valore',
- 'description' => 'Descrizione',
- 'setting_singular' => 'impostazione',
- 'setting_plural' => 'impostazioni',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../crud/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../crud/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Settings Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Settings
- |
- */
- 'name' => 'ຊື່',
- 'value' => 'ຄ່າທີ່ລະບຸ',
- 'description' => 'ຄໍາອະທິບາຍ',
- 'setting_singular' => 'ການຕັ້ງຄ່າ',
- 'setting_plural' => 'ການຕັ້ງຄ່າຕ່າງໆ',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Reģistrācija aizvērta.',
- 'first_page_you_see' => 'Pirmā lapa ko redzat pēc pieslēgšanās',
- 'login_status' => 'Pieslēgšanās statuss',
- 'logged_in' => 'Jūs esat pieslēgušies!',
- 'toggle_navigation' => 'Pārslēgt navigāciju',
- 'administration' => 'ADMINISTRĀCIJA',
- 'user' => 'LIETOTĀJS',
- 'logout' => 'Iziet',
- 'login' => 'Pieslēgties',
- 'register' => 'Reģistrēties',
- 'name' => 'Vārds',
- 'email_address' => 'E-pasta Adrese',
- 'password' => 'Parole',
- 'old_password' => 'Vecā parole',
- 'new_password' => 'Jaunā parole',
- 'confirm_password' => 'Apstiprināt Paroli',
- 'remember_me' => 'Atcerēties Mani',
- 'forgot_your_password' => 'Aizmirsāt Jūsu Paroli?',
- 'reset_password' => 'Atjaunot Paroli',
- 'send_reset_link' => 'Sūtīt Paroles Atjaunošanas Saiti',
- 'click_here_to_reset' => 'Nospiediet šeit lai atjaunotu Jūsu paroli',
- 'change_password' => 'Paroles maiņa',
- 'unauthorized' => 'Neautorizēts.',
- 'dashboard' => 'Instrumentu panelis',
- 'handcrafted_by' => 'Handcrafted by',
- 'powered_by' => 'Powered by',
- 'my_account' => 'Mans konts',
- 'update_account_info' => 'Konta rediģēšana',
- 'save' => 'Saglabāt',
- 'cancel' => 'Atcelt',
- 'error' => 'Kļūda',
- 'success' => 'Darbība veiksmīga',
- 'old_password_incorrect' => 'Vecā parole nav pareiza.',
- 'password_dont_match' => 'Paroles nesakrīt.',
- 'password_empty' => 'Pārliecinies vai abi paroļu lauki ir aizpildīti.',
- 'password_updated' => 'Parole nomainīta.',
- 'account_updated' => 'Konta rediģēšana veiksmīga.',
- 'unknown_error' => 'Nezināma kļūda. Lūdzu mēģini vēlreiz.',
- 'error_saving' => 'Kļūda saglabājot. Lūdzu mēģini vēlreiz.',
-
- 'password_reset' => [
- 'greeting' => 'Labdien!',
- 'subject' => 'Paroles atjaunošanas paziņojums',
- 'line_1' => 'Jūs saņēmāt šo e-pastu, jo mēs saņēmām paroles atjaunošanas pieprasījumu Jūsu kontam.',
- 'line_2' => 'Klikšķiniet zemākesošo pogu, lai atjaunotu savu paroli:',
- 'button' => 'Atjaunot paroli',
- 'notice' => 'Ja Jūs nepieprasījāt paroles atjaunošanu, turpmāka darbība nav nepieciešama un šo e-pastu var ignorēt.',
- ],
-
- 'step' => 'Solis',
- 'confirm_email' => 'Apstiprināt e-pastu',
- 'choose_new_password' => 'Jaunā Parole',
- 'confirm_new_password' => 'Apstiprināt Paroli',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Forms
- 'save_action_save_and_new' => 'Saglabāt un jauns ieraksts',
- 'save_action_save_and_edit' => 'Saglabāt un rediģēt šo ierakstu',
- 'save_action_save_and_back' => 'Saglabāt un atpakaļ',
- 'save_action_changed_notification' => 'Uzvedība pēc noklusējuma pēc izmaiņu saglabāšanas.',
-
- // Create form
- 'add' => 'Jauns',
- 'back_to_all' => 'Atpakaļ pie Visiem ',
- 'cancel' => 'Atcelt',
- 'add_a_new' => 'Jauns ',
-
- // Edit form
- 'edit' => 'Rediģēt',
- 'save' => 'Saglabāt',
-
- // Revisions
- 'revisions' => 'Revīzijas',
- 'no_revisions' => 'Revīzijas nav atrastas',
- 'created_this' => 'izveidoja',
- 'changed_the' => 'izmainīja',
- 'restore_this_value' => 'Atjaunot vērtību',
- 'from' => 'no',
- 'to' => 'līdz',
- 'undo' => 'Atgriezt atpakaļ',
- 'revision_restored' => 'Revīzija veiksmīgi atjaunota',
- 'guest_user' => 'Lietotājs: viesis',
-
- // Translatable models
- 'edit_translations' => 'LABOT TULKOJUMUS',
- 'language' => 'Valoda',
-
- // CRUD table view
- 'all' => 'Visi ',
- 'in_the_database' => 'datubāzē',
- 'list' => 'Saraksts',
- 'actions' => 'Darbības',
- 'preview' => 'Priekšapskats',
- 'delete' => 'Dzēst',
- 'admin' => 'Admin',
- 'details_row' => 'Šī ir detaļu rinda.',
- 'details_row_loading_error' => 'Notika kļuda lādējot detaļas. Lūdzu atkārtojiet.',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => 'Vai esat pārliecināti, ka gribat izdzēst šo ierakstu?',
- 'delete_confirmation_title' => 'Ieraksts Izdzēsts',
- 'delete_confirmation_message' => 'Elements tika izdzēsts veiksmīgi.',
- 'delete_confirmation_not_title' => 'NAV izdzēsts',
- 'delete_confirmation_not_message' => 'Notika kļūda. Ieraksts var būt neizdzēsts.',
- 'delete_confirmation_not_deleted_title' => 'Nav izdzēsts',
- 'delete_confirmation_not_deleted_message' => 'Nekas nenotika. Ieraksts ir drošībā.',
-
- 'ajax_error_title' => 'Kļūda',
- 'ajax_error_text' => 'Kļūda ielādējot saturu. Lūdzu pārlādē lapu.',
-
- // DataTables translation
- 'emptyTable' => 'Dati nav pieejami',
- 'info' => 'Rādot no _START_ līdz _END_ no kopumā _TOTAL_ ierakstiem',
- 'infoEmpty' => 'Rādot 0 no 0 no kopumā 0 ierakstiem',
- 'infoFiltered' => '(filtrēts no _MAX_ kopējiem ierakstiem)',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '_MENU_ ieraksti uz lapu',
- 'loadingRecords' => 'Ielādē...',
- 'processing' => 'Apstrādā...',
- 'search' => 'Meklēšana: ',
- 'zeroRecords' => 'Peimēroti ieraksti nav atrasti',
- 'paginate' => [
- 'first' => 'Pirmā',
- 'last' => 'Pēdējā',
- 'next' => 'Nākošā',
- 'previous' => 'Iepriekšējā',
- ],
- 'aria' => [
- 'sortAscending' => ': aktivizējiet lai šķirot augoši',
- 'sortDescending' => ': aktivizējiet lai šķirot dilstoši',
- ],
- 'export' => [
- 'copy' => 'Kopēt',
- 'excel' => 'Excel',
- 'csv' => 'CSV',
- 'pdf' => 'PDF',
- 'print' => 'Drukāt',
- 'column_visibility' => 'Kolonnu redzamība',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'Neautorizēta pieeja - jums nav nepieciešamo tiesību lai apskatītu šo lapu.',
- 'please_fix' => 'Lūdzu izlabojiet sekojošas kļūdas:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => 'Ieraksts tika veiksmīgi pievienots.',
- 'update_success' => 'Ieraksts tika veiksmīgi modificēts.',
-
- // CRUD reorder view
- 'reorder' => 'Pārkārtot',
- 'reorder_text' => 'Izmantojiet drag&drop lai pārkārtotu.',
- 'reorder_success_title' => 'Gatavs',
- 'reorder_success_message' => 'Secība tika saglabāta.',
- 'reorder_error_title' => 'Kļuda',
- 'reorder_error_message' => 'Secība netika saglabāta.',
-
- // CRUD yes/no
- 'yes' => 'Jā',
- 'no' => 'Nē',
-
- // CRUD filters navbar view
- 'filters' => 'Filtri',
- 'toggle_filters' => 'Pārslēgt filtrus',
- 'remove_filters' => 'Noņemt filtrus',
-
- // Fields
- 'browse_uploads' => 'Pārlūkot failus',
- 'select_all' => 'Atlasīt visu',
- 'select_files' => 'Izvēlies failus',
- 'select_file' => 'Izvēlies failu',
- 'clear' => 'Notīrīt',
- 'page_link' => 'Lapas saite',
- 'page_link_placeholder' => 'http://example.com/your-desired-page',
- 'internal_link' => 'Iekšējā saite',
- 'internal_link_placeholder' => 'Iekšējās saites vārds. Piemēram: \'admin/page\' (no quotes) for \':url\'',
- 'external_link' => 'Ārējā saite',
- 'choose_file' => 'Izvēlaties failu',
-
- //Table field
- 'table_cant_add' => 'Nevar pievienot jaunu :entity',
- 'table_max_reached' => 'Sasniegts maksimālais skaits no :max',
-
- // File manager
- 'file_manager' => 'Failu Pārlūks',
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Permission Manager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Permission Manager
- |
- */
- 'name' => 'Vārds',
- 'role' => 'Loma',
- 'roles' => 'Lomas',
- 'roles_have_permission' => 'Lomas kurām ir šī atļauja',
- 'permission_singular' => 'atļauja',
- 'permission_plural' => 'atļaujas',
- 'user_singular' => 'Lietotājs',
- 'user_plural' => 'Lietotāji',
- 'email' => 'E-pasts',
- 'extra_permissions' => 'Papildus atļaujas',
- 'password' => 'Parole',
- 'password_confirmation' => 'Parole otrreiz',
- 'user_role_permission' => 'Lietotāju lomas un atļaujas',
- 'user' => 'Lietotājs',
- 'users' => 'Lietotāji',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backup Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the backup system.
- | You are free to change them to anything you want to customize your views to better match your application.
- |
- */
-
- 'backup' => 'Backup',
- 'create_a_new_backup' => 'Maak een nieuwe backup',
- 'existing_backups' => 'Bestaande backups',
- 'date' => 'Datum',
- 'file_size' => 'Bestandsgrootte',
- 'actions' => 'Acties',
- 'download' => 'Download',
- 'delete' => 'Verwijder',
- 'delete_confirm' => 'Weet je zeker dat je dit backup bestand wilt verwijderen?',
- 'delete_confirmation_title' => 'Klaar',
- 'delete_confirmation_message' => 'Het backup bestand is verwijderd.',
- 'delete_error_title' => 'Fout',
- 'delete_error_message' => 'Het backup bestand is NIET verwijderd.',
- 'delete_cancel_title' => 'Alles veilig',
- 'delete_cancel_message' => 'Het backup bestand is NIET verwijderd.',
- 'create_confirmation_title' => 'Backup voltooid',
- 'create_confirmation_message' => 'De pagina wordt opnieuw geladen in 3 seconden.',
- 'create_error_title' => 'Backup fout',
- 'create_error_message' => 'Het backup bestand kon NIET worden gemaakt.',
- 'create_warning_title' => 'Onbekende fout',
- 'create_warning_message' => 'Het kan zijn dat je backup niet gemaakt is. Controleer de log bestanden voor meer informatie.',
- 'location' => 'Locatie',
- 'no_disks_configured' => 'Geen backup locaties geconfigureerd in config/laravel-backup.php',
- 'backup_doesnt_exist' => 'Het backup bestand bestaat niet.',
- 'only_local_downloads_supported' => 'Enkel downloads van het lokale bestandssysteem worden ondersteund.',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Registratie is gesloten.',
- 'first_page_you_see' => 'De eerste pagina die je ziet na inloggen',
- 'login_status' => 'Loginstatus',
- 'logged_in' => 'Je bent ingelogd!',
- 'toggle_navigation' => 'Schakel menu in/uit',
- 'administration' => 'ADMINISTRATIE',
- 'user' => 'GEBRUIKER',
- 'logout' => 'Uitloggen',
- 'login' => 'Inloggen',
- 'register' => 'Registreer',
- 'name' => 'Naam',
- 'email_address' => 'E-mailadres',
- 'password' => 'Wachtwoord',
- 'confirm_password' => 'Bevestig wachtwoord',
- 'remember_me' => 'Blijf ingelogd',
- 'forgot_your_password' => 'Wachtwoord vergeten?',
- 'reset_password' => 'Wachtwoord herstellen',
- 'send_reset_link' => 'Stuur wachtwoord herstellen-link',
- 'click_here_to_reset' => 'Klik hier om je wachtwoord te herstellen',
- 'unauthorized' => 'Ongeautoriseerd.',
- 'dashboard' => 'Dashboard',
- 'handcrafted_by' => 'Handgemaakt door',
- 'powered_by' => 'Mede mogelijk gemaakt door',
- 'my_account' => 'Mijn account',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Forms
- 'save_action_save_and_new' => 'Opslaan en nieuw item toevoegen',
- 'save_action_save_and_edit' => 'Opslaan en item bewerken',
- 'save_action_save_and_back' => 'Opslaan en terug',
- 'save_action_changed_notification' => 'Standaard gedrag na opslaan is aangepast.',
-
- // Create form
- 'add' => 'Toevoegen',
- 'back_to_all' => 'Terug naar alle items ',
- 'cancel' => 'Annuleren',
- 'add_a_new' => 'Nieuwe toevoegen ',
-
- // Edit form
- 'edit' => 'Bewerken',
- 'save' => 'Opslaan',
-
- // Revisions
- 'revisions' => 'Revisies',
- 'no_revisions' => 'Geen revisies gevonden',
- 'created_this' => 'heeft dit aangemaakt',
- 'changed_the' => 'heeft aangepast',
- 'restore_this_value' => 'Herstel deze waarde',
- 'from' => 'van',
- 'to' => 'naar',
- 'undo' => 'Ongedaan maken',
- 'revision_restored' => 'Revisie succesvol hersteld',
-
- // Translatable models
- 'edit_translations' => 'VERTALING WIJZIGEN',
- 'language' => 'Taal',
-
- // CRUD table view
- 'all' => 'Alles ',
- 'in_the_database' => 'in de database',
- 'list' => 'Lijst',
- 'actions' => 'Acties',
- 'preview' => 'Voorbeeld',
- 'delete' => 'Verwijderen ',
- 'admin' => 'Admin',
- 'details_row' => 'Dit is de detail rij. Bewerk als gewenst.',
- 'details_row_loading_error' => 'Er is een fout opgetreden bij het laden van de details. Probeer het opnieuw.',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => 'Weet je zeker dat je dit item wilt verwijderen?',
- 'delete_confirmation_title' => 'Item verwijderd',
- 'delete_confirmation_message' => 'Het item is succesvol verwijderd.',
- 'delete_confirmation_not_title' => 'NIET verwijderd',
- 'delete_confirmation_not_message' => 'Er is een fout opgetreden. Het item is misschien niet verwijderd.',
- 'delete_confirmation_not_deleted_title' => 'Niet verwijderd',
- 'delete_confirmation_not_deleted_message' => 'Er is niks gebeurd. Je item is veilig.',
-
- // DataTables translation
- 'emptyTable' => 'Geen data beschikbaar in de tabel',
- 'info' => 'Toon _START_ tot _END_ van _TOTAL_ items',
- 'infoEmpty' => 'Toon 0 tot 0 van 0 items',
- 'infoFiltered' => '(gefilterd van _MAX_ totale items)',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '_MENU_ items per pagina',
- 'loadingRecords' => 'Laden...',
- 'processing' => 'Verwerken...',
- 'search' => 'Zoeken: ',
- 'zeroRecords' => 'Geen overeenkomend item gevonden',
- 'paginate' => [
- 'first' => 'Eerste',
- 'last' => 'Laatste',
- 'next' => 'Volgende',
- 'previous' => 'Vorige',
- ],
- 'aria' => [
- 'sortAscending' => ': activeer om kolom oplopend te sorteren',
- 'sortDescending' => ': activeer om kolom aflopend te sorteren',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'Geen toegang - je hebt niet de benodigde rechten om deze pagina te bekijken.',
- 'please_fix' => 'Los de volgende fouten op:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => 'Het item is succesvol toegevoegd.',
- 'update_success' => 'Het item is succesvol bewerkt.',
-
- // CRUD reorder view
- 'reorder' => 'Rangschik',
- 'reorder_text' => 'Gebruik drag&drop om te rangschikken.',
- 'reorder_success_title' => 'Klaar',
- 'reorder_success_message' => 'De rangschikking is opgeslagen.',
- 'reorder_error_title' => 'Fout',
- 'reorder_error_message' => 'De rangschikking is niet opgeslagen.',
-
- // CRUD yes/no
- 'yes' => 'Ja',
- 'no' => 'Nee',
-
- // Fields
- 'browse_uploads' => 'Blader uploads',
- 'select_files' => 'Selecteer bestanden',
- 'select_file' => 'Selecteer bestand',
- 'clear' => 'Wissen',
- 'page_link' => 'Pagina link',
- 'page_link_placeholder' => 'http://example.com/your-desired-page',
- 'internal_link' => 'Interne link',
- 'internal_link_placeholder' => 'Interne slug. B.v.: \'admin/page\' (geen quotes) voor \':url\'',
- 'external_link' => 'Externe link',
- 'choose_file' => 'Kies bestand',
-
- //Table field
- 'table_cant_add' => 'Kan nieuwe :entity niet toevoegen',
- 'table_max_reached' => 'Maximale grootte van :max bereikt',
-
- // File manager
- 'file_manager' => 'Bestandsbeheer',
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
- 'change_template_confirmation' => 'Weet je zeker dat je de pagina template wilt aanpassen? Als er nog niet op opslaan is geklikt wordt alle op deze pagina ingevoerde data verwijderd.',
- 'content' => 'Content',
- 'content_placeholder' => 'Je content hier',
- 'meta_description' => 'Meta Description',
- 'meta_keywords' => 'Meta Keywords',
- 'meta_title' => 'Meta Title',
- 'metas' => 'Meta informatie',
- 'name' => 'Naam',
- 'open' => 'Open',
- 'page' => 'pagina',
- 'page_name' => 'Pagina naam (alleen zichtbaar in admin)',
- 'page_slug' => 'Vriendelijke URL naam',
- 'page_slug_hint' => 'Deze wordt bij leeg laten automatisch gegeneeerd.',
- 'page_title' => 'Pagina titel',
- 'pages' => 'pagina\'s',
- 'slug' => 'Slug',
- 'template' => 'Template',
- 'template_not_found' => 'De template is niet gevonden. Misschien is deze verwijderd nadat deze pagina is aangemaakt. Neem contact op met de web ontwikkelaar',
-];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Permission Manager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Permission Manager
- | Author: Lúdio Oliveira <ludio.ao@gmail.com>
- |
- */
- 'name' => 'Naam',
- 'role' => 'Rol',
- 'roles' => 'Rollen',
- 'roles_have_permission' => 'Rollen die deze permissie hebben',
- 'permission_singular' => 'Permissie',
- 'permission_plural' => 'Permissies',
- 'user_singular' => 'Gebruiker',
- 'user_plural' => 'Gebruikers',
- 'email' => 'E-mail',
- 'extra_permissions' => 'Extra permissies',
- 'password' => 'Wachtwoord',
- 'password_confirmation' => 'Wachtwoord bevestigen',
- 'user_role_permission' => 'Rollen en permissies voor gebruiker',
- 'user' => 'Gebruiker',
- 'users' => 'Gebruikers',
-
-];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Settings Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Settings
- |
- */
- 'name' => 'Naam',
- 'value' => 'Waarde',
- 'description' => 'Beschrijving',
- 'setting_singular' => 'instelling',
- 'setting_plural' => 'instellingen',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Novos registros estão desabiltados.',
- 'first_page_you_see' => 'A primeira página que você vê depois de logar',
- 'login_status' => 'Status do login',
- 'logged_in' => 'Você está logado!',
- 'toggle_navigation' => 'Alternar navegação',
- 'administration' => 'ADMINISTRAÇÃO',
- 'user' => 'USUÁRIO',
- 'logout' => 'Logout',
- 'login' => 'Login',
- 'register' => 'Registrar',
- 'name' => 'Nome',
- 'email_address' => 'E-Mail',
- 'password' => 'Senha',
- 'old_password' => 'Senha antiga',
- 'new_password' => 'Nova senha',
- 'confirm_password' => 'Confirmar senha',
- 'remember_me' => 'Manter-me logado',
- 'forgot_your_password' => 'Esqueci minha senha',
- 'reset_password' => 'Resetar senha',
- 'send_reset_link' => 'Enviar link de recuperação de senha',
- 'click_here_to_reset' => 'Clique aqui para resetar sua senha',
- 'change_password' => 'Mudar senha',
- 'unauthorized' => 'Sem autorização.',
- 'dashboard' => 'Dashboard',
- 'handcrafted_by' => 'Feito por',
- 'powered_by' => 'Distribuído por',
- 'my_account' => 'Minha conta',
- 'update_account_info' => 'Atualizar minha conta',
- 'save' => 'Salvar',
- 'cancel' => 'Cancelar',
- 'error' => 'Erro',
- 'success' => 'Sucesso',
- 'old_password_incorrect' => 'A senha antiga está incorreta.',
- 'password_dont_match' => 'Senhas não são iguais.',
- 'password_empty' => 'Certifique-se que ambos os campos de senha estão preenchidos.',
- 'password_updated' => 'Senha atualizada.',
- 'account_updated' => 'Conta atualizada com sucesso.',
- 'unknown_error' => 'Um erro desconhecido aconteceu. Por favor, tente novamente.',
- 'error_saving' => 'Erro ao salvar. Por favor, tente novamente.',
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../crud/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../crud/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backup Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the backup system.
- | You are free to change them to anything you want to customize your views to better match your application.
- |
- */
-
- 'backup' => 'Backup',
- 'create_a_new_backup' => 'Criar um novo backup',
- 'existing_backups' => 'Backups existentes',
- 'date' => 'Data',
- 'file_size' => 'Tamanho do ficheiro',
- 'actions' => 'Ações',
- 'download' => 'Transferir',
- 'delete' => 'Apagar',
- 'delete_confirm' => 'Tem a certeza que quer apagar este backup?',
- 'delete_confirmation_title' => 'Concluído',
- 'delete_confirmation_message' => 'O backup foi apagado.',
- 'delete_error_title' => 'Erro',
- 'delete_error_message' => 'O backup NÃO foi apagado.',
- 'delete_cancel_title' => 'Está tudo bem!',
- 'delete_cancel_message' => 'O backup NÃO foi apagado.',
- 'create_confirmation_title' => 'Backup concluído',
- 'create_confirmation_message' => 'A página vai ser recarregada dentro de 3 segundos',
- 'create_error_title' => 'Erro ao fazer backup',
- 'create_error_message' => 'O backup não foi criado.',
- 'create_warning_title' => 'Erro desconhecido',
- 'create_warning_message' => 'O backup pode NÃO ter sido criado. Por favor verifique o registo para obter mais detalhes.',
- 'location' => 'Localização',
- 'no_disks_configured' => 'Nenhum foi configurado nenhum disco de backups em config/laravel-backup.php',
- 'backup_doesnt_exist' => 'O backup não existe',
- 'only_local_downloads_supported' => 'Apenas são permitidas transferências do sistema de ficheiros local.',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Registo está fechado.',
- 'first_page_you_see' => 'A primeira página que vê depois do login',
- 'login_status' => 'Estado do login',
- 'logged_in' => 'Login com sucesso!',
- 'toggle_navigation' => 'Alternar navegação',
- 'administration' => 'ADMINISTRAÇÃO',
- 'user' => 'UTILIZADOR',
- 'logout' => 'Sair',
- 'login' => 'Entrar',
- 'register' => 'Registar',
- 'name' => 'Nome',
- 'email_address' => 'Endereço de email',
- 'password' => 'Password',
- 'confirm_password' => 'Confirmar password',
- 'remember_me' => 'Lembrar-me',
- 'forgot_your_password' => 'Esqueceu-se da password?',
- 'reset_password' => 'Redefinir password',
- 'send_reset_link' => 'Enviar link para redefinir password',
- 'click_here_to_reset' => 'Clique aqui para redefinir password',
- 'unauthorized' => 'Não autorizado.',
- 'dashboard' => 'Painel',
- 'handcrafted_by' => 'Desenvolvido por',
- 'powered_by' => 'Distribuído por',
- 'my_account' => 'Minha conta',
- 'update_account_info' => 'Actualizar Info. Conta',
- 'save' => 'Guardar',
- 'cancel' => 'Cancelar',
- 'error' => 'Erro',
- 'success' => 'Successo',
- 'old_password_incorrect' => 'Password antiga está incorrecta.',
- 'password_dont_match' => 'As passwords não coincidem.',
- 'password_empty' => 'Certifique-se que ambos os campos de password estão preenchidos.',
- 'password_updated' => 'Password actualizada.',
- 'account_updated' => 'Conta actualizada com sucesso..',
- 'unknown_error' => 'Ocorreu um erro desconhecido. Tente novamente.',
- 'error_saving' => 'Ocorreu um erro ao guardar. Tente novamente.',
- 'password_reset' => [
- 'greeting' => 'Olá!',
- 'subject' => 'Notificação de reposição de password.',
- 'line_1' => 'Está a receber este email porque foi requisitada uma reposição de password para a sua conta.',
- 'line_2' => 'Clique no botão abaixo para repor a sua password:',
- 'button' => 'Repor Password',
- 'notice' => 'Se não foi você que iniciou este pedido não necessita de tomar mais nenhuma acção.',
- ],
- 'step' => 'Passo',
- 'confirm_email' => 'Confirmar Email',
- 'choose_new_password' => 'Escolher nova password',
- 'confirm_new_password' => 'Confirmar nova password',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Forms
- 'save_action_save_and_new' => 'Guardar e adicionar item',
- 'save_action_save_and_edit' => 'Guardar e editar este item',
- 'save_action_save_and_back' => 'Guardar e voltar',
- 'save_action_changed_notification' => 'Comportamento predefinido depois de gravar.',
-
- // Create form
- 'add' => 'Adicionar',
- 'back_to_all' => 'Voltar à lista de ',
- 'cancel' => 'Cancelar',
- 'add_a_new' => 'Adicionar ',
-
- // Edit form
- 'edit' => 'Editar',
- 'save' => 'Gravar',
-
- // Revisions
- 'revisions' => 'Revisões',
- 'no_revisions' => 'Não foram encontradas revisões',
- 'created_this' => 'criou este',
- 'changed_the' => 'alterou este',
- 'restore_this_value' => 'Restaurou este valor',
- 'from' => 'de',
- 'to' => 'para',
- 'undo' => 'Desfazer',
- 'revision_restored' => 'Revisão restaurada com sucesso',
- 'guest_user' => 'Convidado',
-
- // Translatable models
- 'edit_translations' => 'EDITAR TRADUÇÕES',
- 'language' => 'Idioma',
-
- // CRUD table view
- 'all' => 'Todos ',
- 'in_the_database' => 'na base de dados',
- 'list' => 'Lista',
- 'actions' => 'Acções',
- 'preview' => 'Visualizar',
- 'delete' => 'Apagar',
- 'admin' => 'Administrar',
- 'details_row' => 'Isto é a linha de detalhes. Modifique conforme quiser.',
- 'details_row_loading_error' => 'Houve um erro ao carregar os detalhes. Por favor tente novamente.',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => 'Tem a certeza que quer apagar este item?',
- 'delete_confirmation_title' => 'Item apagado',
- 'delete_confirmation_message' => 'O item foi apagado com sucesso.',
- 'delete_confirmation_not_title' => 'Não apagado',
- 'delete_confirmation_not_message' => 'Ocorreu um erro. O item pode não ter sido apagado.',
- 'delete_confirmation_not_deleted_title' => 'Não apagado',
- 'delete_confirmation_not_deleted_message' => 'Está tudo bem! O item não foi apagado.',
-
- // Bulk actions
- 'bulk_no_entries_selected_title' => 'Nenhum item seleccionado',
- 'bulk_no_entries_selected_message' => 'Por favor seleccione um ou mais itens para realizar uma acção em massa aos mesmos.',
-
- // Bulk confirmation
- 'bulk_delete_are_you_sure' => 'Tem a certeza que quer apagar estes :number itens?',
- 'bulk_delete_sucess_title' => 'Itens apagados',
- 'bulk_delete_sucess_message' => ' itens foram apagados',
- 'bulk_delete_error_title' => 'Ocorreu um erro ao apagar o item',
- 'bulk_delete_error_message' => 'Um ou mais itens não puderam ser apagados',
-
- // Ajax errors
- 'ajax_error_title' => 'Erro',
- 'ajax_error_text' => 'Erro ao carregar a página. Por favor actualize a página.',
-
- // DataTables translation
- 'emptyTable' => 'Sem dados disponíveis na tabela',
- 'info' => 'A mostrar _START_ a _END_ de _TOTAL_ itens',
- 'infoEmpty' => 'A mostrar 0 de 0 itens',
- 'infoFiltered' => '(filtrado de um total de _MAX_ itens)',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '_MENU_ itens por página',
- 'loadingRecords' => 'A carregar...',
- 'processing' => 'A processar...',
- 'search' => 'Procurar: ',
- 'zeroRecords' => 'Nenhum item encontrado',
- 'paginate' => [
- 'first' => 'Primeiro',
- 'last' => 'Último',
- 'next' => 'Seguinte',
- 'previous' => 'Anterior',
- ],
- 'aria' => [
- 'sortAscending' => ': activar para colocar por ordem ascendente',
- 'sortDescending' => ': activar para colocar por ordem descendente',
- ],
- 'export' => [
- 'export' => 'Exportar',
- 'copy' => 'Copiar',
- 'excel' => 'Excel',
- 'csv' => 'CSV',
- 'pdf' => 'PDF',
- 'print' => 'Imprimir',
- 'column_visibility' => 'Colunas visíveis',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'Acesso não autorizado - não tem as permissões necessárias para ver esta página.',
- 'please_fix' => 'Por favor corrija os seguintes erros:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => 'O item foi adicionado com sucesso.',
- 'update_success' => 'O item foi modificado com sucesso.',
-
- // CRUD reorder view
- 'reorder' => 'Reordenar',
- 'reorder_text' => 'Use \'arrastar e soltar\' para ordenar.',
- 'reorder_success_title' => 'Feito',
- 'reorder_success_message' => 'A ordenação foi gravada.',
- 'reorder_error_title' => 'Erro',
- 'reorder_error_message' => 'A ordenação não foi gravada.',
-
- // CRUD yes/no
- 'yes' => 'Sim',
- 'no' => 'Não',
-
- // CRUD filters navbar view
- 'filters' => 'Filtros',
- 'toggle_filters' => 'Alternar filtros',
- 'remove_filters' => 'Remover filtros',
-
- // Fields
- 'browse_uploads' => 'Procurar uploads',
- 'select_all' => 'Seleccionar todos',
- 'select_files' => 'Seleccionar ficheiros',
- 'select_file' => 'Seleccionar ficheiro',
- 'clear' => 'Limpar',
- 'page_link' => 'Link da página',
- 'page_link_placeholder' => 'http://example.com/a-sua-pagina',
- 'internal_link' => 'Link interno',
- 'internal_link_placeholder' => 'Slug interno. Ex: \'admin/page\' (sem aspas) para \':url\'',
- 'external_link' => 'Link externo',
- 'choose_file' => 'Escolher ficheiro',
-
- //Table field
- 'table_cant_add' => 'Não foi possível adicionar novo :entity',
- 'table_max_reached' => 'Limite de :max itens atingido',
-
- // File manager
- 'file_manager' => 'Gestor de ficheiros',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\LangFileManager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface for lang files.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- 'active' => 'Ativo',
- 'cant_edit_online' => 'Este ficheiro não pode ser editado online.',
- 'code_iso639-1' => 'Código (ISO 639-1)',
- 'default' => 'Predefinido',
- 'empty_file' => 'Sem traduções disponíveis.',
- 'flag_image' => 'Bandeira',
- 'key' => 'Chave',
- 'language' => 'idioma',
- 'language_name' => 'Nome do idioma',
- 'language_text' => 'Texto em :language_name',
- 'language_translation' => 'Tradução em :language_name',
- 'languages' => 'idiomas',
- 'please_fill_all_fields' => 'Por favor preencha todos os campos',
- 'rules_text' => "<strong>Aviso: </strong> Não devem ser traduzidas expressões antecedidas com dois pontos ':' (ex: ':number_of_items'). Essas palavras serão substituídas automaticamente com o valor correto.",
- 'saved' => 'Guardado',
- 'site_texts' => 'Textos do site',
- 'switch_to' => 'Alterar para',
- 'texts' => 'Textos',
- 'translate' => 'Traduzir',
- 'translations' => 'Traduções',
- 'native_name' => 'Nome nativo',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
- 'change_template_confirmation' => 'Tem a certeza que quer mudar o modelo da página? Vai perder as alterações que não tenham sido guardadas.',
- 'content' => 'Conteúdo',
- 'content_placeholder' => 'O seu conteúdo aqui',
- 'meta_description' => 'Descrição (meta)',
- 'meta_keywords' => 'Palavras-chave (meta)',
- 'meta_title' => 'Título (meta)',
- 'metas' => 'Metas',
- 'name' => 'Nome',
- 'open' => 'Abrir',
- 'page' => 'página',
- 'page_name' => 'Nome da página (visível apenas a administradores)',
- 'page_slug' => 'Slug da página (URL)',
- 'page_slug_hint' => 'Se não for preenchido, será gerado automaticamente a partir do título.',
- 'page_title' => 'Título da página',
- 'pages' => 'páginas',
- 'slug' => 'Slug',
- 'template' => 'Modelo',
- 'template_not_found' => 'O modelo não foi encontrado. Pode ter sido apagado depois desta página ter sido criada. Para continuar, por favor peça ao seu administrador ou equipa de desenvolvimento para corrigir este problema.',
-];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Permission Manager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Permission Manager
- |
- */
- 'name' => 'Nome',
- 'role' => 'Cargo',
- 'roles' => 'Cargos',
- 'roles_have_permission' => 'Cargos com esta permissão',
- 'permission_singular' => 'permissão',
- 'permission_plural' => 'permissões',
- 'user_singular' => 'Utilizador',
- 'user_plural' => 'Utilizadores',
- 'email' => 'Email',
- 'extra_permissions' => 'Permissões extra',
- 'password' => 'Palavra-passe',
- 'password_confirmation' => 'Confirmar palavra-passe',
- 'user_role_permission' => 'Cargo e permissões do utilizador',
- 'user' => 'Utilizador',
- 'users' => 'Utilizadores',
-
-];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Settings Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Settings
- |
- */
- 'name' => 'Nome',
- 'value' => 'Valor',
- 'description' => 'Descrição',
- 'setting_singular' => 'configuração',
- 'setting_plural' => 'configurações',
-
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backup Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the backup system.
- | You are free to change them to anything you want to customize your views to better match your application.
- |
- */
-
- 'backup' => 'Backup',
- 'create_a_new_backup' => 'Criar um novo backup',
- 'existing_backups' => 'Backups existentes',
- 'date' => 'Data',
- 'file_size' => 'Tamanho do Arquivo',
- 'actions' => 'Ações',
- 'download' => 'Baixar',
- 'delete' => 'Excluir',
- 'delete_confirm' => 'Tem certeza que deseja excluir este backup?',
- 'delete_confirmation_title' => 'Pronto',
- 'delete_confirmation_message' => 'Backup excluído com sucesso.',
- 'delete_error_title' => 'Erro',
- 'delete_error_message' => 'Não foi possível excluir o backup.',
- 'delete_cancel_title' => 'Sem problema',
- 'delete_cancel_message' => 'O backup não foi excluído.',
- 'create_confirmation_title' => 'Backup completo',
- 'create_confirmation_message' => 'A página será recarregada em 3 segundos.',
- 'create_error_title' => 'Erro de backup',
- 'create_error_message' => 'Não foi possível criar o Backup.',
- 'create_warning_title' => 'Erro desconhecido',
- 'create_warning_message' => 'O backup solicitado pode não ter sido criado. Por favor, verifique o arquivo de log para mais informações.',
- 'location' => 'Localização',
- 'no_disks_configured' => 'Não existe configuração de local de backup no arquivo config/laravel-backup.php',
- 'backup_doesnt_exist' => 'O arquivo de backup não existe.',
- 'only_local_downloads_supported' => 'Somente são suportados downloads do sistema de arquivos local.',
-];
+++ /dev/null
-<?php
-
-// Please note it is recommended to use the subtag [pt-BR], not [pr_BR]
-// That is the one formalized by the W3C in the IANA Language Subtag Registry
-// - https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
-// - https://www.w3.org/International/questions/qa-choosing-language-tags
-//
-// Also, that is the one used by the most popular Laravel translation package
-// - https://github.com/caouecs/Laravel-lang/tree/master/src
-//
-// Backpack provides translations for both subtags, for backwards compatibility.
-// But this will change at some point, and we will only support [pt-BR].
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Novos registros estão desabiltados.',
- 'first_page_you_see' => 'A primeira página que você vê depois de logar',
- 'login_status' => 'Status do login',
- 'logged_in' => 'Você está logado!',
- 'toggle_navigation' => 'Alternar navegação',
- 'administration' => 'ADMINISTRAÇÃO',
- 'user' => 'USUÁRIO',
- 'logout' => 'Logout',
- 'login' => 'Login',
- 'register' => 'Registrar',
- 'name' => 'Nome',
- 'email_address' => 'E-Mail',
- 'password' => 'Senha',
- 'old_password' => 'Senha antiga',
- 'new_password' => 'Nova senha',
- 'confirm_password' => 'Confirmar senha',
- 'remember_me' => 'Manter-me logado',
- 'forgot_your_password' => 'Esqueci minha senha',
- 'reset_password' => 'Resetar senha',
- 'send_reset_link' => 'Enviar link de recuperação de senha',
- 'click_here_to_reset' => 'Clique aqui para resetar sua senha',
- 'change_password' => 'Mudar senha',
- 'unauthorized' => 'Sem autorização.',
- 'dashboard' => 'Dashboard',
- 'handcrafted_by' => 'Feito por',
- 'powered_by' => 'Distribuído por',
- 'my_account' => 'Minha conta',
- 'update_account_info' => 'Atualizar minha conta',
- 'save' => 'Salvar',
- 'cancel' => 'Cancelar',
- 'error' => 'Erro',
- 'success' => 'Sucesso',
- 'old_password_incorrect' => 'A senha antiga está incorreta.',
- 'password_dont_match' => 'Senhas não são iguais.',
- 'password_empty' => 'Certifique-se que ambos os campos de senha estão preenchidos.',
- 'password_updated' => 'Senha atualizada.',
- 'account_updated' => 'Conta atualizada com sucesso.',
- 'unknown_error' => 'Um erro desconhecido aconteceu. Por favor, tente novamente.',
- 'error_saving' => 'Erro ao salvar. Por favor, tente novamente.',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Forms
- 'save_action_save_and_new' => 'Salvar e criar novo item',
- 'save_action_save_and_edit' => 'Salvar e editar item',
- 'save_action_save_and_back' => 'Salvar e voltar',
- 'save_action_changed_notification' => 'Comportamento padrão após salvar foi alterado.',
-
- // Create form
- 'add' => 'Adicionar',
- 'back_to_all' => 'Voltar para todos ',
- 'cancel' => 'Cancelar',
- 'add_a_new' => 'Adicionar ',
-
- // Edit form
- 'edit' => 'Editar',
- 'save' => 'Salvar',
-
- // Revisions
- 'revisions' => 'Revisões',
- 'no_revisions' => 'Nenhuma revisão encontrada',
- 'created_this' => 'criou este',
- 'changed_the' => 'alterou o',
- 'restore_this_value' => 'Restaurar esse valor',
- 'from' => 'de',
- 'to' => 'para',
- 'undo' => 'Desfazer',
- 'revision_restored' => 'Revisão restaurada com sucesso',
- 'guest_user' => 'Convidado',
-
- // Translatable models
- 'edit_translations' => 'EDITAR TRADUÇÕES',
- 'language' => 'Idioma',
-
- // CRUD table view
- 'all' => 'Todos ',
- 'in_the_database' => 'no banco de dados',
- 'list' => 'Lista',
- 'actions' => 'Ações',
- 'preview' => 'Visualizar',
- 'delete' => 'Excluir',
- 'admin' => 'Admin',
- 'details_row' => 'Esta são os detalhes do registro. Faça as modificações necessárias.',
- 'details_row_loading_error' => 'Ocorreu um erro durante o carregamento dos detalhes. Por favor, tente novamente.',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => 'Tem certeza que deseja excluir este item?',
- 'delete_confirmation_title' => 'Item excluído',
- 'delete_confirmation_message' => 'Item excluído com sucesso.',
- 'delete_confirmation_not_title' => 'Item não excluído',
- 'delete_confirmation_not_message' => 'Ocorreu um erro. O item pode não ter sido excluído.',
- 'delete_confirmation_not_deleted_title' => 'Item não excluído',
- 'delete_confirmation_not_deleted_message' => 'Nada aconteceu. Seu item está seguro.',
-
- 'ajax_error_title' => 'Erro',
- 'ajax_error_text' => 'Erro ao carregar. Por favor, atualize a página.',
-
- // DataTables translation
- 'emptyTable' => 'Nenhum dado cadastrado na tabela',
- 'info' => 'Exibindo _START_ a _END_ de _TOTAL_ registros',
- 'infoEmpty' => 'Exibindo 0 a 0 de 0 registros',
- 'infoFiltered' => '(filtrados de _MAX_ registros)',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '_MENU_ registros por página',
- 'loadingRecords' => 'Carregando...',
- 'processing' => 'Processando...',
- 'search' => 'Pesquisar: ',
- 'zeroRecords' => 'Nenhum registro encontrado',
- 'paginate' => [
- 'first' => 'Primeira',
- 'last' => 'Última',
- 'next' => 'Próxima',
- 'previous' => 'Anterior',
- ],
- 'aria' => [
- 'sortAscending' => ': clique para ordenar de forma ascendente',
- 'sortDescending' => ': clique para ordenar de forma descendente',
- ],
- 'export' => [
- 'copy' => 'Copiar',
- 'excel' => 'Excel',
- 'csv' => 'CSV',
- 'pdf' => 'PDF',
- 'print' => 'Imprimir',
- 'column_visibility' => 'Visibilidade da coluna',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'Acesso negado - você não possui a permissão necessária para acessar esta página.',
- 'please_fix' => 'Por favor, corrija os seguintes erros:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => 'Item cadastrado com sucesso.',
- 'update_success' => 'Item atualizado com sucesso.',
-
- // CRUD reorder view
- 'reorder' => 'Reordenar',
- 'reorder_text' => 'Use arrastar-e-soltar para reordenar.',
- 'reorder_success_title' => 'Pronto',
- 'reorder_success_message' => 'Sua ordenação foi salva.',
- 'reorder_error_title' => 'Erro',
- 'reorder_error_message' => 'Sua ordenação não foi salva.',
-
- // CRUD yes/no
- 'yes' => 'Sim',
- 'no' => 'Não',
-
- // CRUD filters navbar view
- 'filters' => 'Filtros',
- 'toggle_filters' => 'Alternar filtros',
- 'remove_filters' => 'Remover filtros',
-
- // Fields
- 'browse_uploads' => 'Pesquisar uploads',
- 'clear' => 'Limpar',
- 'page_link' => 'URL da Página',
- 'page_link_placeholder' => 'http://exemplo.com',
- 'internal_link' => 'Link Interno',
- 'internal_link_placeholder' => 'Endereço interno. Ex: \'admin/pagina\' (sem aspas) para \':url\'',
- 'external_link' => 'Link Externo',
- 'choose_file' => 'Escolher arquivo',
- 'select_all' => 'Selecionar todos',
- 'select_files' => 'Selecionar todos os arquivos',
- 'select_file' => 'Selecionar arquivo',
-
- //Table field
- 'table_cant_add' => 'Não foi possível adicionar um(a) novo(a) :entity',
- 'table_max_reached' => 'Limite de :max alcançado',
-
- // File manager
- 'file_manager' => 'Gerenciador de Arquivos',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\LangFileManager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface for lang files.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- 'active' => 'Ativa',
- 'cant_edit_online' => 'Este arquivo de tradução não pode ser editado online.',
- 'code_iso639-1' => 'Código (ISO 639-1)',
- 'default' => 'Padrão',
- 'empty_file' => 'Nenhuma tradução disponível.',
- 'flag_image' => 'Imagem da bandeira',
- 'key' => 'Chave',
- 'language' => 'idioma',
- 'language_name' => 'Nome do Idioma',
- 'language_text' => 'texto de :language_name',
- 'language_translation' => 'tradução de :language_name',
- 'languages' => 'idiomas',
- 'please_fill_all_fields' => 'Por favor, preencha todos os campos',
- 'rules_text' => "<strong>Aviso: </strong> Não traduza palavras prefixadas com dois pontos (ex: ':number_of_items'). Elas serão substituídas automaticamente pelo seu respectivo valor. Se traduzidas, elas não funcionarão.",
- 'saved' => 'Salvo',
- 'site_texts' => 'Textos do site',
- 'switch_to' => 'Trocar para',
- 'texts' => 'Textos',
- 'translate' => 'Tradução',
- 'translations' => 'Traduções',
- 'native_name' => 'Nome nativo',
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Permission Manager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Permission Manager
- | Author: Lúdio Oliveira <ludio.ao@gmail.com>
- |
- */
-
- 'name' => 'Nome',
- 'role' => 'Grupo de Usuário',
- 'roles' => 'Grupos de Usuário',
- 'roles_have_permission' => 'Grupos que possuem esta permissão',
- 'permission_singular' => 'permissão',
- 'permission_plural' => 'permissões',
- 'user_singular' => 'Usuário',
- 'user_plural' => 'Usuários',
- 'email' => 'Email',
- 'extra_permissions' => 'Permissões Extras',
- 'password' => 'Senha',
- 'password_confirmation' => 'Confirmar senha',
- 'user_role_permission' => 'Permissões do Grupo de Usuário',
- 'user' => 'Usuário',
- 'users' => 'Usuários',
-
-];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Settings Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Settings
- |
- */
- 'name' => 'Nome',
- 'value' => 'Valor',
- 'description' => 'Descrição',
- 'setting_singular' => 'configuração',
- 'setting_plural' => 'configurações',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backup Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the backup system.
- | You are free to change them to anything you want to customize your views to better match your application.
- |
- */
-
- 'backup' => 'Copii de siguranță',
- 'create_a_new_backup' => 'Creează o nouă copie de siguranță',
- 'existing_backups' => 'Copii existente',
- 'date' => 'Data',
- 'file_size' => 'Mărimea fișierului',
- 'actions' => 'Acțiuni',
- 'download' => 'Descarcă',
- 'delete' => 'Șterge',
- 'delete_confirm' => 'Ești sigur că vrei să ștergi copia de siguranță?',
- 'delete_confirmation_title' => 'Operațiune reușită',
- 'delete_confirmation_message' => 'Copia de siguranță a fost ștearsă.',
- 'delete_error_title' => 'Eroare',
- 'delete_error_message' => 'Copia de siguranță NU a fost ștearsă.',
- 'delete_cancel_title' => 'Este în regulă',
- 'delete_cancel_message' => 'Copia de siguranță NU a fost ștearsă.',
- 'create_confirmation_title' => 'Operațiune reușită',
- 'create_confirmation_message' => 'Copia de siguranță a fost creeată cu succes.',
- 'create_error_title' => 'Eroare',
- 'create_error_message' => 'Copia de siguranță NU a putut fi creată.',
- 'create_warning_title' => 'Eroare necunoscută',
- 'create_warning_message' => 'Copia de siguranță e posibil să NU fi fost creată. Verificați fișierele de log pentru detalii.',
- 'location' => 'Locație',
- 'no_disks_configured' => 'Nu există niciun disc in config/laravel-backups.php',
- 'backup_doesnt_exist' => 'Fișierul de backup nu există.',
- 'only_local_downloads_supported' => 'Doar descarcările din sistemul de fișiere local sunt suportate.',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Înregistrarea este închisă.',
- 'first_page_you_see' => 'Prima pagină pe care o vezi după logare',
- 'login_status' => 'Starea de conectare',
- 'logged_in' => 'Sunteți autentificat!',
- 'toggle_navigation' => 'Arată/ascunde meniul',
- 'administration' => 'ADMINISTRARE',
- 'user' => 'UTILIZATOR',
- 'logout' => 'Ieșire din cont',
- 'login' => 'Autentificare',
- 'register' => 'Înregistrare cont nou',
- 'name' => 'Nume',
- 'email_address' => 'Adresă de email',
- 'password' => 'Parolă',
- 'confirm_password' => 'Confirmare parolă',
- 'remember_me' => 'Ține-mă minte',
- 'forgot_your_password' => 'Ți-ai uitat parola?',
- 'reset_password' => 'Resetare parolă',
- 'send_reset_link' => 'Trimite cererea de resetare parolă',
- 'click_here_to_reset' => 'Apasa aici pentru a reseta parola',
- 'unauthorized' => 'Acces neautorizat.',
- 'dashboard' => 'Panou de administrare',
- 'handcrafted_by' => 'Realizat de',
- 'powered_by' => 'Powered by',
- 'no_email_column' => 'Utilizatorii nu au o adresă de email asociată.',
- 'old_password' => 'Parola veche',
- 'new_password' => 'Parola nouă',
- 'change_password' => 'Schimbă parola',
- 'my_account' => 'Contul meu',
- 'update_account_info' => 'Modifica datele contului',
- 'save' => 'Salvează',
- 'cancel' => 'Anulează',
- 'error' => 'Eroare',
- 'success' => 'Succes',
- 'old_password_incorrect' => 'Parola veche este incorectă.',
- 'password_dont_match' => 'Parolele nu se potrivesc.',
- 'password_empty' => 'Asigurați-vă că ambele parole sunt introduse.',
- 'password_updated' => 'Parola a fost modificată cu succes.',
- 'account_updated' => 'Contul a fost modificat cu succes.',
- 'unknown_error' => 'A avut loc o eroare necunoscută. Vă rugăm să încercați din nou.',
- 'error_saving' => 'Eroare în timpul salvării. Vă rugăm să încercați din nou.',
-
- 'password_reset' => [
- 'greeting' => 'Salutare!',
- 'subject' => 'Resetarea parolei dvs',
- 'line_1' => 'Primiți acest email pentru ca am primit o cerere de schimbare a parolei pentru contul dumneavoastră.',
- 'line_2' => 'Apăsați pe butonul de mai jos pentru a reseta parola dumneavoastră:',
- 'button' => 'Schimbă parola',
- 'notice' => 'Dacă nu ați facut dvs cererea, nu este nevoie să faceți nimic, parola nu va fi schimbată.',
- ],
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Forms
- 'save_action_save_and_new' => 'Salvează și adaugă o nouă intrare',
- 'save_action_save_and_edit' => 'Salvează și editează intrarea',
- 'save_action_save_and_back' => 'Salvează și mergi la listă',
- 'save_action_changed_notification' => 'A fost salvată preferința redirecționării după salvare.',
-
- // Create form
- 'add' => 'Adaugă',
- 'back_to_all' => 'Înapoi la ',
- 'cancel' => 'Anulează',
- 'add_a_new' => 'Adaugă ',
-
- // Edit form
- 'edit' => 'Editează',
- 'save' => 'Salvează',
-
- // Revisions
- 'revisions' => 'Revizii',
- 'no_revisions' => 'Nici o revizie',
- 'created_this' => 'a generat înregistrarea',
- 'changed_the' => 'a schimbat câmpul',
- 'restore_this_value' => 'restabilește valoare',
- 'from' => 'valoare veche',
- 'to' => 'valoare nouă',
- 'undo' => 'Restabilește valoare anterioară',
- 'revision_restored' => 'Revizie restaurată cu succes',
- 'guest_user' => 'Vizitator',
-
- // Translatable models
- 'edit_translations' => 'EDITEAZĂ TRADUCERILE',
- 'language' => 'Limbă',
-
- // CRUD table view
- 'all' => 'Toate ',
- 'in_the_database' => 'din baza de date',
- 'list' => 'Listă',
- 'actions' => 'Operațiuni',
- 'preview' => 'Previzualizare',
- 'delete' => 'Șterge',
- 'admin' => 'Administrator',
- 'details_row' => 'Acesta este rândul detalii. Modifică cum dorești',
- 'details_row_loading_error' => 'A apărut o eroare la încărcarea detaliilor. Te rog să reîncerci.',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => 'Ești sigur că vrei să ștergi această intrare?',
- 'delete_confirmation_title' => 'Intrare ștearsă',
- 'delete_confirmation_message' => 'Intrarea a fost ștearsă cu succes.',
- 'delete_confirmation_not_title' => 'Eroare',
- 'delete_confirmation_not_message' => 'A avut loc o eroare. E posibil ca intrarea să nu fi fost ștearsă.',
- 'delete_confirmation_not_deleted_title' => 'Intrarea nu a fost ștearsă',
- 'delete_confirmation_not_deleted_message' => 'Nu am șters intrarea din baza de date.',
- 'ajax_error_title' => 'Eroare',
- 'ajax_error_text' => 'Eroare la încărcarea paginii. Te rog să reîncarci pagina.',
-
- // DataTables translation
- 'emptyTable' => 'Nu există intrări în baza de date',
- 'info' => 'Sunt afișate intrările _START_-_END_ din _TOTAL_',
- 'infoEmpty' => 'Sunt afișate toate intrarile. Adică niciuna.',
- 'infoFiltered' => '(filtrate din totalul de _MAX_ )',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '_MENU_ pe pagină',
- 'loadingRecords' => 'Se încarcă...',
- 'processing' => 'Se procesează...',
- 'search' => 'Caută: ',
- 'zeroRecords' => 'Nu au fost găsite intrări care să se potrivească',
- 'paginate' => [
- 'first' => 'Prima pagină',
- 'last' => 'Ultima pagină',
- 'next' => 'Pagina următoare',
- 'previous' => 'Pagina anterioară',
- ],
- 'aria' => [
- 'sortAscending' => ': activează pentru a ordona ascendent coloana',
- 'sortDescending' => ': activează pentru a ordona descendent coloana',
- ],
- 'export' => [
- 'pdf' => 'PDF',
- 'print' => 'Imprimă',
- 'column_visibility' => 'Vizibilitate coloane',
- 'copy' => 'Copiere',
- 'excel' => 'Fișier Excel',
- 'csv' => 'Fișier CSV',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'Acces neautorizat - Nu ai permisiunea necesară pentru a accesa pagina.',
- 'please_fix' => 'Vă rugăm să reparați următoarele erori:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => 'Intrarea a fost adăugată cu succes.',
- 'update_success' => 'Intrarea a fost modificată cu succes.',
-
- // CRUD reorder view
- 'reorder' => 'Reordonare',
- 'reorder_text' => 'Folosește drag&drop pentru a reordona.',
- 'reorder_success_title' => 'Terminat',
- 'reorder_success_message' => 'Ordinea a fost salvată.',
- 'reorder_error_title' => 'Eroare',
- 'reorder_error_message' => 'Ordinea nu a fost salvată.',
-
- // CRUD yes/no
- 'yes' => 'Da',
- 'no' => 'Nu',
-
- // CRUD filters navbar view
- 'filters' => 'Filtre',
- 'toggle_filters' => 'Comutare filtre',
- 'remove_filters' => 'Anulează filtre',
-
- // Fields
- 'browse_uploads' => 'Alege din fișierele urcate',
- 'clear' => 'Curăță',
- 'page_link' => 'Link către pagină',
- 'page_link_placeholder' => 'http://example.com/pagina-dorita-de-tine',
- 'internal_link' => 'Link intern',
- 'internal_link_placeholder' => 'Rută internă. De ex: \'admin/page\' (fără ghilimele) pentru \':url\'',
- 'external_link' => 'Link extern',
- 'choose_file' => 'Alege fișier',
-
- //Table field
- 'table_cant_add' => 'Nu pot adăuga o nouă :entity',
- 'table_max_reached' => 'Numărul maxim :max a fost atins',
-
- // File manager
- 'file_manager' => 'Manager fișiere',
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => 'Регистрация закрыта',
- 'no_email_column' => 'У пользователей нет связанного адреса электронной почты.',
- 'first_page_you_see' => 'Первая страница, которую Вы видите после входа в систему',
- 'login_status' => 'Статус авторизации',
- 'logged_in' => 'Вы в системе!',
- 'toggle_navigation' => 'Переключить навигацию',
- 'administration' => 'Административный раздел',
- 'user' => 'ПОЛЬЗОВАТЕЛЬ',
- 'logout' => 'Выйти',
- 'login' => 'Войти',
- 'register' => 'Зарегистрироваться',
- 'name' => 'Имя',
- 'email_address' => 'E-Mail адрес',
- 'password' => 'Пароль',
- 'old_password' => 'Старый пароль',
- 'new_password' => 'Новый пароль',
- 'confirm_password' => 'Подтвердите пароль',
- 'remember_me' => 'Запомнить меня',
- 'forgot_your_password' => 'Забыли пароль?',
- 'reset_password' => 'Сбросить пароль',
- 'send_reset_link' => 'Отправить ссылку для сброса пароля',
- 'click_here_to_reset' => 'Нажмите здесь для сброса пароля',
- 'change_password' => 'Изменить пароль',
- 'unauthorized' => 'Вы не авторизованы.',
- 'dashboard' => 'Панель управления',
- 'handcrafted_by' => 'Разработано',
- 'powered_by' => 'При поддержке',
- 'my_account' => 'Мой аккаунт',
- 'update_account_info' => 'Обновить личную информацию',
- 'save' => 'Сохранить',
- 'cancel' => 'Отменить',
- 'error' => 'Ошибка',
- 'success' => 'Упешно',
- 'old_password_incorrect'=> 'Старый пароль неверен.',
- 'password_dont_match' => 'Пароли не совпадают.',
- 'password_empty' => 'Убедитесь, что заполнены оба поля для ввода пароля.',
- 'password_updated' => 'Пароль обновлён.',
- 'account_updated' => 'Личная информация успешно обновлена.',
- 'unknown_error' => 'Что-то пошло не так. Пожалуйта, повторите снова.',
- 'error_saving' => 'При сохранении произошла ошибка. Пожалуйта, повторите снова.',
-
- 'password_reset' => [
- 'line_1' => 'Вы получили это письмо, т.к. был создан запрос на сброс Вашего пароля к аккаунту.',
- 'line_2' => 'Чтобы сбросить пароль, нажмите на кнопку ниже:',
- 'button' => 'Сбросить пароль',
- 'notice' => 'В случае, если Вы не запрашивали сброс пароля, пожалуйста, проигнорируйте это письмо.',
- ],
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Forms
- 'save_action_save_and_new' => 'Сохранить и создать',
- 'save_action_save_and_edit' => 'Сохранить и продолжить редактирование',
- 'save_action_save_and_back' => 'Сохранить и выйти',
- 'save_action_changed_notification' => 'Действие после сохранения было изменено',
-
- // Create form
- 'add' => 'Добавить',
- 'back_to_all' => 'Вернуться к списку',
- 'cancel' => 'Отменить',
- 'add_a_new' => 'Добавить новый(ую)',
-
- // Edit form
- 'edit' => 'Редактировать',
- 'save' => 'Сохранить',
-
- // Revisions
- 'revisions' => 'Версии',
- 'no_revisions' => 'Версий не найдено',
- 'created_this' => 'создал(а) это',
- 'changed_the' => 'изменил(а)',
- 'restore_this_value' => 'Восстановить это значение',
- 'from' => 'с',
- 'to' => 'по',
- 'undo' => 'Шаг назад',
- 'revision_restored' => 'Версия успешно восстановлена',
-
- // CRUD table view
- 'all' => 'Все ',
- 'in_the_database' => 'в базе данных',
- 'list' => 'Список',
- 'actions' => 'Действия',
- 'preview' => 'Предпросмотр',
- 'delete' => 'Удалить',
- 'admin' => 'Админ',
- 'details_row' => 'Это строка сведений. Измените, пожалуйста',
- 'details_row_loading_error' => 'Произошла ошибка при загрузке сведений. Повторите операцию.',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => 'Вы уверены. что хотите удалить эту запись?',
- 'delete_confirmation_title' => 'Запись удалена',
- 'delete_confirmation_message' => 'Запись была успешно удалена',
- 'delete_confirmation_not_title' => 'НЕ удалено',
- 'delete_confirmation_not_message' => 'Произошла ошибка. Запись не была удалена',
- 'delete_confirmation_not_deleted_title' => 'Не удалено',
- 'delete_confirmation_not_deleted_message' => 'Ничего не произошло. Ваша запись сохранена/',
-
- // DataTables translation
- 'emptyTable' => 'В таблице нет доступных данных',
- 'info' => 'Показано _START_ до _END_ из _TOTAL_ совпадений',
- 'infoEmpty' => 'Показано 0 до 0 из 0 совпадений',
- 'infoFiltered' => '(отфильтровано из _MAX_ совпадений)',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '_MENU_ записей на странице',
- 'loadingRecords' => 'Загрузка...',
- 'processing' => 'Обработка...',
- 'search' => 'Поиск: ',
- 'zeroRecords' => 'Совпадений не найдено',
- 'paginate' => [
- 'first' => 'Первая',
- 'last' => 'Последняя',
- 'next' => 'Следующая',
- 'previous' => 'Предыдущая',
- ],
- 'aria' => [
- 'sortAscending' => ': нажмите для сортировки по возрастанию',
- 'sortDescending' => ': нажмите для сортировки по убыванию',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'У Вас нет необходимых прав для просмотра этой страницы.',
- 'please_fix' => 'Пожалуйста, исправьте следующие ошибки:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => 'Запись была успешно добавлена.',
- 'update_success' => 'Запись была успешно изменена.',
-
- // CRUD reorder view
- 'reorder' => 'Изменить порядок',
- 'reorder_text' => 'Используйте drag&drop для изменения порядка.',
- 'reorder_success_title' => 'Готово',
- 'reorder_success_message' => 'Порядок был сохранен.',
- 'reorder_error_title' => 'Ошибка',
- 'reorder_error_message' => 'Порядок не был сохранен.',
-
- // CRUD yes/no
- 'yes' => 'Да',
- 'no' => 'Нет',
-
- // CRUD filters navbar view
- 'filters' => 'Фильтры',
- 'toggle_filters' => 'Переключить фильтры',
- 'remove_filters' => 'Очистить фильтры',
-
- // Fields
- 'browse_uploads' => 'Загрузить файлы',
- 'clear' => 'Очистить',
- 'page_link' => 'Ссылка на страницу',
- 'page_link_placeholder' => 'http://example.com/your-desired-page',
- 'internal_link' => 'Внутренняя ссылка',
- 'internal_link_placeholder' => 'Внутренний путь. Например: \'admin/page\' (без кавычек) для \':url\'',
- 'external_link' => 'Внешняя ссылка',
- 'choose_file' => 'Выбрать файл',
-
- //Table field
- 'table_cant_add' => 'Не удалось добавить новую :entity',
- 'table_max_reached' => 'Максимальное количество из :max достигнуто',
-
- // File manager
- 'file_manager' => 'Файловый менеджер',
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Permission Manager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Permission Manager
- | Author: Lúdio Oliveira <ludio.ao@gmail.com>, translating to Russian: Nikita K. <exotickg1@gmail.com>
- |
- */
- 'name' => 'Имя',
- 'role' => 'Роль',
- 'roles' => 'Роли',
- 'roles_have_permission' => 'Роли, которые имеют это разрешение',
- 'permission_singular' => 'разрешение',
- 'permission_plural' => 'разрешения',
- 'user_singular' => 'Пользователь',
- 'user_plural' => 'Пользователи',
- 'email' => 'Почта',
- 'extra_permissions' => 'Дополнительные разрешения',
- 'password' => 'Пароль',
- 'password_confirmation' => 'Повторите пароль',
- 'user_role_permission' => 'Разрешения роли пользователя',
- 'user' => 'Пользователь',
- 'users' => 'Пользователи',
-];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Settings Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Settings
- |
- */
- 'name' => 'Название',
- 'value' => 'Значение',
- 'description' => 'Описание',
- 'setting_singular' => 'настройка',
- 'setting_plural' => 'настройки',
-
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backup Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the backup system.
- | You are free to change them to anything you want to customize your views to better match your application.
- |
- */
-
- 'backup' => 'Yedekler',
- 'create_a_new_backup' => 'Yeni bir yedek oluştur',
- 'existing_backups' => 'Yedekleme mevcut',
- 'date' => 'Tarih',
- 'file_size' => 'Dosya Boyutu',
- 'actions' => 'Olaylar',
- 'download' => 'İndir',
- 'delete' => 'Sil',
- 'delete_confirm' => 'Bu yedek dosyasını silmek istediğinize emin misiniz?',
- 'delete_confirmation_title' => 'Tamam',
- 'delete_confirmation_message' => 'Yedek dosyası silindi.',
- 'delete_error_title' => 'Hata',
- 'delete_error_message' => 'Yedek dosyası silinemedi.',
- 'delete_cancel_title' => "It's ok",
- 'delete_cancel_message' => 'Yedek dosyası silinemedi.',
- 'create_confirmation_title' => 'Yedekleme tamamlandı',
- 'create_confirmation_message' => 'Sayfa 3 saniye içerisinde yenilenecektir.',
- 'create_error_title' => 'Yedekleme hatası',
- 'create_error_message' => 'Yedek dosyası oluşturulamadı.',
- 'create_warning_title' => 'Bilinmeyen hata',
- 'create_warning_message' => 'Yedekleme işlemi oluşturulmamış olabilir. Lütfen log dosyasını inceleyiniz .',
- 'location' => 'Konum',
- 'no_disks_configured' => 'Yedekleme disk ismi config/laravel-backup.php dosyasında tanımlanmamış',
- 'backup_doesnt_exist' => 'Yedek dosyası mevcut değil.',
- 'only_local_downloads_supported' => 'İndirme işlemi sadece local sunucuda bulunan dosyalar için geçerlidir.',
-];
+++ /dev/null
-<?php
-
-return [
-
- // Forms
- 'save_action_save_and_new' => 'Kaydet ve yeni öğe',
- 'save_action_save_and_edit' => 'Bu öğeyi kaydet ve düzenle',
- 'save_action_save_and_back' => 'Kaydet ve geri dön.',
- 'save_action_changed_notification' => 'Kaydedildikten sonra varsayılan davranış değiştirildi.',
-
- // Create form
- 'add' => 'Ekle',
- 'back_to_all' => 'Geri Dön ',
- 'cancel' => 'İptal',
- 'add_a_new' => 'Yeni Ekle ',
-
- // Edit form
- 'edit' => 'Düzenle',
- 'save' => 'Kaydet',
-
- // Revisions
- 'revisions' => 'Düzeltmeler',
- 'no_revisions' => 'Düzeltme bulunamadı',
- 'created_this' => 'bunu oluşturdu',
- 'changed_the' => 'değişti',
- 'restore_this_value' => 'Bu değeri geri yükle',
- 'from' => 'dan',
- 'to' => 'buraya',
- 'undo' => 'Geri al',
- 'revision_restored' => 'Revizyon başarıyla geri yüklendi',
- 'guest_user' => 'Misafir Kullanıcı',
-
- // Translatable models
- 'edit_translations' => 'EDIT TRANSLATIONS',
- 'language' => 'Language',
-
- // CRUD table view
- 'all' => 'Tümü ',
- 'in_the_database' => 'Veritabanında',
- 'list' => 'Liste',
- 'actions' => 'Aksiyonlar',
- 'preview' => 'Önizleme',
- 'delete' => 'Sil',
- 'admin' => 'Admin',
- 'details_row' => 'Detaylar satırı. İstediğiniz gibi değiştirin.',
- 'details_row_loading_error' => 'Ayrıntılar yüklenirken bir hata oluştu. Lütfen tekrar deneyiniz.',
- 'confirm_delete' => 'Evet',
- 'are_you_sure' => 'Emin misiniz?',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => 'Bu öğeyi silmek istediğinizden emin misiniz?',
- 'delete_confirmation_title' => 'Öğe Silindi.',
- 'delete_confirmation_message' => 'Öğe başarıyla silindi.',
- 'delete_confirmation_not_title' => 'Silinemedi',
- 'delete_confirmation_not_message' => 'Bir hata oluştu. Öğeniz silinmemiş olabilir.',
- 'delete_confirmation_not_deleted_title' => 'Silinmedi',
- 'delete_confirmation_not_deleted_message' => 'Hiçbir şey olmadı. Öğeniz güvende.',
-
- // Bulk actions
- 'bulk_no_entries_selected_title' => 'Kayıt seçilmedi',
- 'bulk_no_entries_selected_message' => 'Lütfen toplu işlem gerçekleştirmek için bir veya daha fazla öğe seçin.',
-
- // Bulk confirmation
- 'bulk_delete_are_you_sure' => 'Bunları silmek istediğinizden emin misiniz? :number öğe',
- 'bulk_delete_sucess_title' => 'Girdiler silindi.',
- 'bulk_delete_sucess_message' => 'Öğeler silindi',
- 'bulk_delete_error_title' => 'Silme başarısız',
- 'bulk_delete_error_message' => 'Bir veya daha fazla öğe silinemedi',
-
- // Ajax errors
- 'ajax_error_title' => 'Hata',
- 'ajax_error_text' => 'Sayfa yüklenirken hata oluştu. Lütfen sayfayı yenileyin.',
-
- // DataTables translation
- 'emptyTable' => 'Tabloda veri yok',
- 'info' => '_START_ ile _END_ arası Toplam _TOTAL_ kayıt',
- 'infoEmpty' => '0 - 0 arası 0 Kayıt',
- 'infoFiltered' => '(Toplam _MAX_ kayıt filtrelendi)',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '_MENU_ kayıt sayfa başına',
- 'loadingRecords' => 'Yükleniyor...',
- 'processing' => 'İşleniyor...',
- 'search' => 'Arama: ',
- 'zeroRecords' => 'Hiçbir eşleşen kayıt bulunamadı',
- 'paginate' => [
- 'first' => 'İlk',
- 'last' => 'Son',
- 'next' => 'Sonraki',
- 'previous' => 'Önceki',
- ],
- 'aria' => [
- 'sortAscending' => ': artan sütun sıralamak için etkinleştir',
- 'sortDescending' => ': azalan sütun sıralamak için etkinleştir',
- ],
- 'export' => [
- 'copy' => 'Kopyala',
- 'excel' => 'Excel',
- 'csv' => 'CSV',
- 'pdf' => 'PDF',
- 'print' => 'Yazdır',
- 'column_visibility' => 'Sütün görünürlüğü',
- ],
-
- // global crud - errors
- 'unauthorized_access' => 'Yetkisiz erişim - bu sayfayı görmek için gerekli izinlere sahip değilsiniz.',
- 'please_fix' => 'Lütfen aşağıdaki hataları düzeltin:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => 'Öğe başarıyla eklendi.',
- 'update_success' => 'Öğe başarıyla değiştirildi.',
-
- // CRUD reorder view
- 'reorder' => 'Tekrar Sırala',
- 'reorder_text' => 'Sürükle&bırak olarak sırala.',
- 'reorder_success_title' => 'Tamam',
- 'reorder_success_message' => 'Sıralama kayıt edildi.',
- 'reorder_error_title' => 'Hata',
- 'reorder_error_message' => 'Sıralama kayıt edilemedi.',
-
- // CRUD yes/no
- 'yes' => 'Evet',
- 'no' => 'Hayır',
-
- // CRUD filters navbar view
- 'filters' => 'Filtreler',
- 'toggle_filters' => 'Geçiş filtreleri',
- 'remove_filters' => 'Silme filtreleri',
-
- // Fields
- 'browse_uploads' => 'Yüklemelere göz atın',
- 'select_all' => 'Tümünü seç',
- 'select_files' => 'Dosyaları seç',
- 'select_file' => 'Dosya seç',
- 'clear' => 'Temizle',
- 'page_link' => 'Sayfa linki',
- 'page_link_placeholder' => 'https://ornek.com/sayfa',
- 'internal_link' => 'İç link',
- 'internal_link_placeholder' => 'İç sayfa slug. Örn: \'admin/sayfa\' (tırnak isareti yok) => \':url\'',
- 'external_link' => 'Dış link',
- 'choose_file' => 'Dosya seç',
-
- //Table field
- 'table_cant_add' => 'Yeni :entity eklenemez',
- 'table_max_reached' => 'Maksimum :max kadar',
-
- // File manager
- 'file_manager' => 'Dosya yöneticisi',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => '註冊功能已關閉.',
- 'first_page_you_see' => '這是你登入後第一個看到的頁面',
- 'login_status' => '登入狀態',
- 'logged_in' => '你已成功登入!!',
- 'toggle_navigation' => '導覽開關',
- 'administration' => '管理',
- 'user' => '使用者',
- 'logout' => '登出',
- 'login' => '登入',
- 'register' => '註冊',
- 'name' => '名稱',
- 'email_address' => 'Email 地址',
- 'password' => '密碼',
- 'old_password' => '原密碼',
- 'new_password' => '新密碼',
- 'confirm_password' => '再次輸入新密碼',
- 'remember_me' => '記住我',
- 'forgot_your_password' => '忘記密碼?',
- 'reset_password' => '重置密碼',
- 'send_reset_link' => '寄出密碼重置信',
- 'click_here_to_reset' => '按此重置密碼',
- 'change_password' => '修改密碼',
- 'unauthorized' => '未經授權.',
- 'dashboard' => '儀表板',
- 'handcrafted_by' => 'Handcrafted by',
- 'powered_by' => 'Powered by',
- 'my_account' => '我的帳戶',
- 'update_account_info' => '更新帳戶資訊',
- 'save' => '存檔',
- 'cancel' => '取消',
- 'error' => '錯誤',
- 'success' => '成功',
- 'old_password_incorrect' => '舊密碼不正確.',
- 'password_dont_match' => '密碼不相符.',
- 'password_empty' => '請確認密碼欄位皆填寫.',
- 'password_updated' => '密碼更新.',
- 'account_updated' => '帳號已成功更新.',
- 'unknown_error' => '發生未知錯誤,請再試一次.',
- 'error_saving' => '儲存時發生錯誤,請再試一次.',
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Forms
- 'save_action_save_and_new' => '儲存並新增',
- 'save_action_save_and_edit' => '儲存並繼續編輯',
- 'save_action_save_and_back' => '儲存並返回',
- 'save_action_changed_notification' => '儲存後的預設行為已更改。',
-
- // Create form
- 'add' => '新增',
- 'back_to_all' => '回到所有 ',
- 'cancel' => '取消',
- 'add_a_new' => '新增一個 ',
-
- // Edit form
- 'edit' => '編輯',
- 'save' => '儲存',
-
- // Revisions
- 'revisions' => '修訂版本',
- 'no_revisions' => '找不到修訂版本',
- 'created_this' => '建立的',
- 'changed_the' => '更改了',
- 'restore_this_value' => '回復這個值',
- 'from' => '由',
- 'to' => '到',
- 'undo' => '回復',
- 'revision_restored' => '成功回復修訂版本',
- 'guest_user' => '遊客',
-
- // Translatable models
- 'edit_translations' => '編輯譯文',
- 'language' => '語言',
-
- // CRUD table view
- 'all' => '全部 ',
- 'in_the_database' => '資料庫裡',
- 'list' => '清單',
- 'actions' => '動作',
- 'preview' => '預覽',
- 'delete' => '剛除',
- 'admin' => '管理員',
- 'details_row' => '這是詳情列。你可以在這裡作出編輯。',
- 'details_row_loading_error' => '當載入詳情時遇到錯誤。請重試。',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => '你確定要刪除這項紀錄嗎?',
- 'delete_confirmation_title' => '紀錄已被刪除',
- 'delete_confirmation_message' => '這項紀錄已成功被刪除。',
- 'delete_confirmation_not_title' => '紀錄未被刪除',
- 'delete_confirmation_not_message' => '嘗試刪除時發生錯誤。這項紀錄或未被成功刪除。',
- 'delete_confirmation_not_deleted_title' => '紀錄未被刪除',
- 'delete_confirmation_not_deleted_message' => '沒有任何事情發生過。你的這項紀錄仍然在此。',
-
- 'ajax_error_title' => '錯誤',
- 'ajax_error_text' => '載入頁面錯誤. 請重新整理頁面.',
-
- // DataTables translation
- 'emptyTable' => '資料庫中沒有相關紀錄',
- 'info' => '正在顯示 _TOTAL_ 個紀錄中的 _START_ 至 _END_ 項',
- 'infoEmpty' => '正在顯示 0 個紀錄中的 0 至 0 項',
- 'infoFiltered' => '(自 _TOTAL_ 個紀錄中篩選出來的紀錄)',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '每頁 _MENU_ 項紀錄',
- 'loadingRecords' => '載入中...',
- 'processing' => '處理中...',
- 'search' => '搜尋: ',
- 'zeroRecords' => '找不到相關紀錄',
- 'paginate' => [
- 'first' => '第一頁',
- 'last' => '最後一頁',
- 'next' => '下一頁',
- 'previous' => '上一頁',
- ],
- 'aria' => [
- 'sortAscending' => ': 以由小至大的方式排列',
- 'sortDescending' => ': 以由大至小的方式排列',
- ],
- 'export' => [
- 'copy' => '複製',
- 'excel' => 'Excel',
- 'csv' => 'CSV',
- 'pdf' => 'PDF',
- 'print' => '列印',
- 'column_visibility' => '顯示欄位',
- ],
-
- // global crud - errors
- 'unauthorized_access' => '未經授權的存取 - 您沒有權限瀏覽此頁面。',
- 'please_fix' => '請修正以下的錯誤:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => '這項紀錄已成功被新增。',
- 'update_success' => '這項紀錄已成功被更新。',
-
- // CRUD reorder view
- 'reorder' => '重新排序',
- 'reorder_text' => '請以拖放 (drag and drop) 的放式重新排序。',
- 'reorder_success_title' => '完成',
- 'reorder_success_message' => '你的排序已被儲存。',
- 'reorder_error_title' => '錯誤',
- 'reorder_error_message' => '你的排序尚未被儲存。',
-
- // CRUD yes/no
- 'yes' => '確定',
- 'no' => '取消',
-
- // CRUD filters navbar view
- 'filters' => '篩選',
- 'toggle_filters' => '切換篩選',
- 'remove_filters' => '移除篩選',
-
- // Fields
- 'browse_uploads' => '檢視已上傳的檔案',
- 'select_all' => '選擇全部',
- 'select_files' => '選擇檔案(多個)',
- 'select_file' => '選擇檔案(單個)',
- 'clear' => '清除',
- 'page_link' => '頁面連結',
- 'page_link_placeholder' => 'http://example.com/your-desired-page',
- 'internal_link' => '內部連結',
- 'internal_link_placeholder' => '內部連結短碼,例如: \'admin/page\' (no quotes) for \':url\'',
- 'external_link' => '外部連結',
- 'choose_file' => '選擇檔案',
-
- //Table field
- 'table_cant_add' => '不能再增加 :entity',
- 'table_max_reached' => '已達到 :max 項紀錄的上限',
-
- // File manager
- 'file_manager' => '檔案管理',
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\Base Language Lines
- |--------------------------------------------------------------------------
- */
-
- 'registration_closed' => '注册已关闭。',
- 'first_page_you_see' => '你在登录之后看到的第一个页面',
- 'login_status' => '登录状态',
- 'logged_in' => '你已成功登录!',
- 'toggle_navigation' => '切换导航栏',
- 'administration' => '管理',
- 'user' => '用户',
- 'logout' => '注销',
- 'login' => '登录',
- 'register' => '注册',
- 'name' => '名称',
- 'email_address' => '邮箱',
- 'password' => '密码',
- 'confirm_password' => '确认密码',
- 'remember_me' => '记住我',
- 'forgot_your_password' => '忘记密码?',
- 'reset_password' => '重置密码',
- 'send_reset_link' => '发送密码重置链接',
- 'click_here_to_reset' => '点击此处重置你的密码',
- 'unauthorized' => '未认证.',
- 'dashboard' => '仪表盘',
- 'handcrafted_by' => 'Handcrafted by',
- 'powered_by' => 'Powered by',
- 'my_account' => '我的账户',
- 'update_account_info' => '更新账户信息',
- 'save' => '保存',
- 'cancel' => '取消',
- 'error' => '错误',
- 'success' => '成功',
- 'old_password_incorrect' => '旧密码不正确.',
- 'password_dont_match' => '两次输入的密码不一致.',
- 'password_empty' => '请确认填写了所有的密码输入框',
- 'password_updated' => '密码修改成功.',
- 'account_updated' => '账户信息更新成功.',
- 'unknown_error' => '未知错误,请重新试一次.',
- 'error_saving' => '保存时出现错误. 请重新试一次.',
-
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack Crud Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- // Create form
- 'add' => '新增',
- 'back_to_all' => '回到所有 ',
- 'cancel' => '取消',
- 'add_a_new' => '新增一个 ',
-
- // Create form - advanced options
- 'after_saving' => '新增后',
- 'go_to_the_table_view' => '回到总表',
- 'let_me_add_another_item' => '新增另一个记录',
- 'edit_the_new_item' => '编辑这个记录',
-
- // Edit form
- 'edit' => '编辑',
- 'save' => '存储',
-
- // Revisions
- 'revisions' => '修顶版本',
- 'no_revisions' => '找不到修订版本',
- 'created_this' => '建立的',
- 'changed_the' => '更改了',
- 'restore_this_value' => '还原这个值',
- 'from' => '由',
- 'to' => '到',
- 'undo' => '撤销',
- 'revision_restored' => '成功恢复修订版本',
-
- // CRUD table view
- 'all' => '全部 ',
- 'in_the_database' => '',
- 'list' => '列表',
- 'actions' => '操作',
- 'preview' => '预览',
- 'delete' => '删除',
- 'admin' => '管理員',
- 'details_row' => '这是详情列。你可以在这里做出编辑。',
- 'details_row_loading_error' => '加载详情时出错。请重试。',
-
- // Confirmation messages and bubbles
- 'delete_confirm' => '你确定要删除这条记录吗?',
- 'delete_confirmation_title' => '记录已被删除',
- 'delete_confirmation_message' => '这条记录已被成功删除。',
- 'delete_confirmation_not_title' => '记录未被删除',
- 'delete_confirmation_not_message' => '尝试删除时发生错误。这项记录或未被成功删除。',
- 'delete_confirmation_not_deleted_title' => '记录未被删除',
- 'delete_confirmation_not_deleted_message' => '沒有任何事情发生过。你的这条记录纹丝未动。',
-
- // DataTables translation
- 'emptyTable' => '数据库中没有相关记录',
- 'info' => '正在显示 _TOTAL_ 个记录中的 _START_ 至 _END_ 项',
- 'infoEmpty' => '正在显示 0 个记录中的 0 至 0 项',
- 'infoFiltered' => '(自 _TOTAL_ 个记录中筛选出来的记录)',
- 'infoPostFix' => '',
- 'thousands' => ',',
- 'lengthMenu' => '每页 _MENU_ 条记录',
- 'loadingRecords' => '加载中...',
- 'processing' => '处理中...',
- 'search' => '搜索: ',
- 'zeroRecords' => '找不到相关记录',
- 'paginate' => [
- 'first' => '首页',
- 'last' => '尾页',
- 'next' => '下一页',
- 'previous' => '上一页',
- ],
- 'aria' => [
- 'sortAscending' => ': 增序排列',
- 'sortDescending' => ': 降序排列',
- ],
-
- // global crud - errors
- 'unauthorized_access' => '您沒有权限浏览此页面。',
- 'please_fix' => '请修正以下错误:',
-
- // global crud - success / error notification bubbles
- 'insert_success' => '插入成功。',
- 'update_success' => '更新成功。',
-
- // CRUD reorder view
- 'reorder' => '重新排序',
- 'reorder_text' => '请以拖放 (drag and drop) 的放式重新排序。',
- 'reorder_success_title' => '完成',
- 'reorder_success_message' => '你的排序已被儲存。',
- 'reorder_error_title' => '错误',
- 'reorder_error_message' => '你的排序尚未被儲存。',
-
- // CRUD yes/no
- 'yes' => 'Yes',
- 'no' => 'No',
-
- // Fields
- 'browse_uploads' => '查看已上传的文档',
- 'clear' => '清除',
- 'page_link' => '页面链接',
- 'page_link_placeholder' => 'http://example.com/your-desired-page',
- 'internal_link' => '内部链接',
- 'internal_link_placeholder' => '内部链接,例如: \'admin/page\' (no quotes) for \':url\'',
- 'external_link' => '外部链接',
- 'choose_file' => '选择文件',
-
- //Table field
- 'table_cant_add' => '不能再增加 :entity',
- 'table_max_reached' => '已达到 :max 条记录的上限',
-
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backpack\LangFileManager Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the CRUD interface for lang files.
- | You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- 'active' => '活动',
- 'cant_edit_online' => '此语言文件无法在线编辑。',
- 'code_iso639-1' => 'ISO语言代码 (ISO 639-1)',
- 'default' => '默认',
- 'empty_file' => '暂无翻译。',
- 'flag_image' => '国旗图片',
- 'key' => '键',
- 'language' => '语言',
- 'language_name' => '语言名称',
- 'language_text' => ':language_name 文本',
- 'language_translation' => ':language_name 翻译',
- 'languages' => '语言',
- 'please_fill_all_fields' => '请填写所有字段',
- 'rules_text' => "<strong>注意: </strong> 不要翻译前缀有冒号的单词 (例如: ':number_of_items')。 这些将会被自动替换为适当的值。 如果翻译,将无法使用。",
- 'saved' => '已保存',
- 'site_texts' => '站点文本',
- 'switch_to' => '切换到',
- 'texts' => '文本',
- 'translate' => '翻译',
- 'translations' => '翻译',
- 'native_name' => '本地名称',
-
-];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-// --------------------------------------------------------
-// This is only a pointer file, not an actual language file
-// --------------------------------------------------------
-//
-// If you've copied this file to your /resources/lang/vendor/backpack/
-// folder, please delete it, it's no use there. You need to copy/publish the
-// actual language file, from the package.
-
-// If a langfile with the same name exists in the package, load that one
-if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
- return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
-}
-
-return [];
+++ /dev/null
-<?php
-
-return [
- /*
- |--------------------------------------------------------------------------
- | Settings Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used for Laravel Backpack - Settings
- |
- */
- 'name' => '名称',
- 'value' => '值',
- 'description' => '描述',
- 'setting_singular' => '设置',
- 'setting_plural' => '设置',
-
-];
+++ /dev/null
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Backup Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the backup system.
- | You are free to change them to anything you want to customize your views to better match your application.
- |
- */
-
- 'backup' => '備份',
- 'create_a_new_backup' => '建立新備份',
- 'existing_backups' => '存在的備份',
- 'date' => '日期',
- 'file_size' => '檔案大小',
- 'actions' => '執行',
- 'download' => '下載',
- 'delete' => '刪除',
- 'delete_confirm' => '你確定要刪除這個備份檔案?',
- 'delete_confirmation_title' => '完成',
- 'delete_confirmation_message' => '此備份已刪除',
- 'delete_error_title' => '錯誤',
- 'delete_error_message' => '此備份未被刪除',
- 'delete_cancel_title' => '沒問題',
- 'delete_cancel_message' => '此備份未被刪除',
- 'create_confirmation_title' => '備份完畢',
- 'create_confirmation_message' => '此頁面 3 秒後重新整理',
- 'create_error_title' => '備份錯誤',
- 'create_error_message' => '此備份無法被建立',
- 'create_warning_title' => '未知錯誤',
- 'create_warning_message' => '你的備份不允許建立,更多細節請查看 log 檔案',
- 'location' => '所在位置',
- 'no_disks_configured' => '在 config/laravel-backup.php 沒有備份 disks 設定',
- 'backup_doesnt_exist' => '此備份檔案不存在',
- 'only_local_downloads_supported' => '僅支援本地檔案系統才可以下載',
-];
+++ /dev/null
-@extends('backpack::layout')
-
-@section('after_styles')
-<style media="screen">
- .backpack-profile-form .required::after {
- content: ' *';
- color: red;
- }
-</style>
-@endsection
-
-@section('header')
-<section class="content-header">
-
- <h1>
- {{ trans('backpack::base.my_account') }}
- </h1>
-
- <ol class="breadcrumb">
-
- <li>
- <a href="{{ backpack_url() }}">{{ config('backpack.base.project_name') }}</a>
- </li>
-
- <li>
- <a href="{{ route('backpack.account.info') }}">{{ trans('backpack::base.my_account') }}</a>
- </li>
-
- <li class="active">
- {{ trans('backpack::base.change_password') }}
- </li>
-
- </ol>
-
-</section>
-@endsection
-
-@section('content')
-<div class="row">
- <div class="col-md-3">
- @include('backpack::auth.account.sidemenu')
- </div>
- <div class="col-md-6">
-
- <form class="form" action="{{ route('backpack.account.password') }}" method="post">
-
- {!! csrf_field() !!}
-
- <div class="box padding-10">
-
- <div class="box-body backpack-profile-form">
-
- @if (session('success'))
- <div class="alert alert-success">
- {{ session('success') }}
- </div>
- @endif
-
- @if ($errors->count())
- <div class="alert alert-danger">
- <ul>
- @foreach ($errors->all() as $e)
- <li>{{ $e }}</li>
- @endforeach
- </ul>
- </div>
- @endif
-
- <div class="form-group">
- @php
- $label = trans('backpack::base.old_password');
- $field = 'old_password';
- @endphp
- <label class="required">{{ $label }}</label>
- <input autocomplete="new-password" required class="form-control" type="password" name="{{ $field }}" id="{{ $field }}" value="" placeholder="{{ $label }}">
- </div>
-
- <div class="form-group">
- @php
- $label = trans('backpack::base.new_password');
- $field = 'new_password';
- @endphp
- <label class="required">{{ $label }}</label>
- <input autocomplete="new-password" required class="form-control" type="password" name="{{ $field }}" id="{{ $field }}" value="" placeholder="{{ $label }}">
- </div>
-
- <div class="form-group">
- @php
- $label = trans('backpack::base.confirm_password');
- $field = 'confirm_password';
- @endphp
- <label class="required">{{ $label }}</label>
- <input autocomplete="new-password" required class="form-control" type="password" name="{{ $field }}" id="{{ $field }}" value="" placeholder="{{ $label }}">
- </div>
-
- <div class="form-group m-b-0">
-
- <button type="submit" class="btn btn-success"><span class="ladda-label"><i class="fa fa-save"></i> {{ trans('backpack::base.change_password') }}</span></button>
- <a href="{{ backpack_url() }}" class="btn btn-default"><span class="ladda-label">{{ trans('backpack::base.cancel') }}</span></a>
-
- </div>
-
- </div>
-
- </div>
-
- </form>
-
- </div>
-</div>
-@endsection
+++ /dev/null
-<div class="box">
- <div class="box-body box-profile">
- <img class="profile-user-img img-responsive img-circle" src="{{ backpack_avatar_url(backpack_auth()->user()) }}">
- <h3 class="profile-username text-center">{{ backpack_auth()->user()->name }}</h3>
- </div>
-
- <ul class="nav nav-pills nav-stacked">
-
- <li role="presentation"
- @if (Request::route()->getName() == 'backpack.account.info')
- class="active"
- @endif
- ><a href="{{ route('backpack.account.info') }}">{{ trans('backpack::base.update_account_info') }}</a></li>
-
- <li role="presentation"
- @if (Request::route()->getName() == 'backpack.account.password')
- class="active"
- @endif
- ><a href="{{ route('backpack.account.password') }}">{{ trans('backpack::base.change_password') }}</a></li>
-
- </ul>
-</div>
+++ /dev/null
-@extends('backpack::layout')
-
-@section('after_styles')
-<style media="screen">
- .backpack-profile-form .required::after {
- content: ' *';
- color: red;
- }
-</style>
-@endsection
-
-@section('header')
-<section class="content-header">
-
- <h1>
- {{ trans('backpack::base.my_account') }}
- </h1>
-
- <ol class="breadcrumb">
-
- <li>
- <a href="{{ backpack_url() }}">{{ config('backpack.base.project_name') }}</a>
- </li>
-
- <li>
- <a href="{{ route('backpack.account.info') }}">{{ trans('backpack::base.my_account') }}</a>
- </li>
-
- <li class="active">
- {{ trans('backpack::base.update_account_info') }}
- </li>
-
- </ol>
-
-</section>
-@endsection
-
-@section('content')
-<div class="row">
- <div class="col-md-3">
- @include('backpack::auth.account.sidemenu')
- </div>
- <div class="col-md-6">
-
- <form class="form" action="{{ route('backpack.account.info') }}" method="post">
-
- {!! csrf_field() !!}
-
- <div class="box padding-10">
-
- <div class="box-body backpack-profile-form">
-
- @if (session('success'))
- <div class="alert alert-success">
- {{ session('success') }}
- </div>
- @endif
-
- @if ($errors->count())
- <div class="alert alert-danger">
- <ul>
- @foreach ($errors->all() as $e)
- <li>{{ $e }}</li>
- @endforeach
- </ul>
- </div>
- @endif
-
- <div class="form-group">
- @php
- $label = trans('backpack::base.name');
- $field = 'name';
- @endphp
- <label class="required">{{ $label }}</label>
- <input required class="form-control" type="text" name="{{ $field }}" value="{{ old($field) ? old($field) : $user->$field }}">
- </div>
-
- <div class="form-group">
- @php
- $label = config('backpack.base.authentication_column_name');
- $field = backpack_authentication_column();
- @endphp
- <label class="required">{{ $label }}</label>
- <input required class="form-control" type="{{ backpack_authentication_column()=='email'?'email':'text' }}" name="{{ $field }}" value="{{ old($field) ? old($field) : $user->$field }}">
- </div>
-
- <div class="form-group m-b-0">
- <button type="submit" class="btn btn-success"><span class="ladda-label"><i class="fa fa-save"></i> {{ trans('backpack::base.save') }}</span></button>
- <a href="{{ backpack_url() }}" class="btn btn-default"><span class="ladda-label">{{ trans('backpack::base.cancel') }}</span></a>
- </div>
-
- </div>
- </div>
-
- </form>
-
- </div>
-</div>
-@endsection
+++ /dev/null
-{{ trans('backpack::base.click_here_to_reset') }}: <a href="{{ $link = backpack_url('password/reset', $token).'?email='.urlencode($user->getEmailForPasswordReset()) }}"> {{ $link }} </a>
+++ /dev/null
-@extends('backpack::layout_guest')
-
-@section('content')
- <div class="row m-t-40">
- <div class="col-md-4 col-md-offset-4">
- <h3 class="text-center m-b-20">{{ trans('backpack::base.login') }}</h3>
- <div class="box">
- <div class="box-body">
- <form class="col-md-12 p-t-10" role="form" method="POST" action="{{ route('backpack.auth.login') }}">
- {!! csrf_field() !!}
-
- <div class="form-group{{ $errors->has($username) ? ' has-error' : '' }}">
- <label class="control-label">{{ config('backpack.base.authentication_column_name') }}</label>
-
- <div>
- <input type="text" class="form-control" name="{{ $username }}" value="{{ old($username) }}">
-
- @if ($errors->has($username))
- <span class="help-block">
- <strong>{{ $errors->first($username) }}</strong>
- </span>
- @endif
- </div>
- </div>
-
- <div class="form-group{{ $errors->has('password') ? ' has-error' : '' }}">
- <label class="control-label">{{ trans('backpack::base.password') }}</label>
-
- <div>
- <input type="password" class="form-control" name="password">
-
- @if ($errors->has('password'))
- <span class="help-block">
- <strong>{{ $errors->first('password') }}</strong>
- </span>
- @endif
- </div>
- </div>
-
- <div class="form-group">
- <div>
- <div class="checkbox">
- <label>
- <input type="checkbox" name="remember"> {{ trans('backpack::base.remember_me') }}
- </label>
- </div>
- </div>
- </div>
-
- <div class="form-group">
- <div>
- <button type="submit" class="btn btn-block btn-primary">
- {{ trans('backpack::base.login') }}
- </button>
- </div>
- </div>
- </form>
- </div>
- </div>
- @if (backpack_users_have_email())
- <div class="text-center m-t-10"><a href="{{ route('backpack.auth.password.reset') }}">{{ trans('backpack::base.forgot_your_password') }}</a></div>
- @endif
- @if (config('backpack.base.registration_open'))
- <div class="text-center m-t-10"><a href="{{ route('backpack.auth.register') }}">{{ trans('backpack::base.register') }}</a></div>
- @endif
- </div>
- </div>
-@endsection
+++ /dev/null
-@extends('backpack::layout_guest')
-
-<!-- Main Content -->
-@section('content')
- <div class="row m-t-40">
- <div class="col-md-4 col-md-offset-4">
- <h3 class="text-center m-b-20">{{ trans('backpack::base.reset_password') }}</h3>
- <div class="nav-steps-wrapper">
- <ul class="nav nav-tabs nav-steps">
- <li class="active"><a href="#tab_1" data-toggle="tab"><strong>{{ trans('backpack::base.step') }} 1.</strong> {{ trans('backpack::base.confirm_email') }}</a></li>
- <li><a class="disabled text-muted"><strong>{{ trans('backpack::base.step') }} 2.</strong> {{ trans('backpack::base.choose_new_password') }}</a></li>
- </ul>
- </div>
- <div class="nav-tabs-custom">
- <div class="tab-content">
- <div class="tab-pane active" id="tab_1">
- @if (session('status'))
- <div class="alert alert-success">
- {{ session('status') }}
- </div>
- @else
- <form class="col-md-12 p-t-10" role="form" method="POST" action="{{ route('backpack.auth.password.email') }}">
- {!! csrf_field() !!}
-
- <div class="form-group{{ $errors->has('email') ? ' has-error' : '' }}">
- <label class="control-label">{{ trans('backpack::base.email_address') }}</label>
-
- <div>
- <input type="email" class="form-control" name="email" value="{{ old('email') }}">
-
- @if ($errors->has('email'))
- <span class="help-block">
- <strong>{{ $errors->first('email') }}</strong>
- </span>
- @endif
- </div>
- </div>
-
- <div class="form-group">
- <div>
- <button type="submit" class="btn btn-block btn-primary">
- {{ trans('backpack::base.send_reset_link') }}
- </button>
- </div>
- </div>
- </form>
- @endif
- <div class="clearfix"></div>
- </div>
- <!-- /.tab-pane -->
- </div>
- <!-- /.tab-content -->
- </div>
-
- <div class="text-center m-t-10">
- <a href="{{ route('backpack.auth.login') }}">{{ trans('backpack::base.login') }}</a>
-
- @if (config('backpack.base.registration_open'))
- / <a href="{{ route('backpack.auth.register') }}">{{ trans('backpack::base.register') }}</a>
- @endif
- </div>
- </div>
- </div>
-@endsection
+++ /dev/null
-@extends('backpack::layout_guest')
-
-@section('content')
- <div class="row m-t-40">
- <div class="col-md-4 col-md-offset-4">
- <h3 class="text-center m-b-20">{{ trans('backpack::base.reset_password') }}</h3>
- <div class="nav-steps-wrapper">
- <ul class="nav nav-tabs nav-steps">
- <li><a class="disabled text-muted"><strong>{{ trans('backpack::base.step') }} 1.</strong> {{ trans('backpack::base.confirm_email') }}</a></li>
- <li class="active"><a><strong>{{ trans('backpack::base.step') }} 2.</strong> {{ trans('backpack::base.choose_new_password') }}</a></li>
- </ul>
- </div>
- <div class="nav-tabs-custom">
- <div class="tab-content">
- <div class="tab-pane active" id="tab_1">
- @if (session('status'))
- <div class="alert alert-success">
- {{ session('status') }}
- </div>
- @endif
- <form class="col-md-12 p-t-10" role="form" method="POST" action="{{ route('backpack.auth.password.reset') }}">
- {!! csrf_field() !!}
-
- <input type="hidden" name="token" value="{{ $token }}">
-
- <div class="form-group{{ $errors->has('email') ? ' has-error' : '' }}">
- <label class="control-label">{{ trans('backpack::base.email_address') }}</label>
-
- <div>
- <input type="email" class="form-control" name="email" value="{{ $email ?? old('email') }}">
-
- @if ($errors->has('email'))
- <span class="help-block">
- <strong>{{ $errors->first('email') }}</strong>
- </span>
- @endif
- </div>
- </div>
-
- <div class="form-group{{ $errors->has('password') ? ' has-error' : '' }}">
- <label class="control-label">{{ trans('backpack::base.new_password') }}</label>
-
- <div>
- <input type="password" class="form-control" name="password">
-
- @if ($errors->has('password'))
- <span class="help-block">
- <strong>{{ $errors->first('password') }}</strong>
- </span>
- @endif
- </div>
- </div>
-
- <div class="form-group{{ $errors->has('password_confirmation') ? ' has-error' : '' }}">
- <label class="control-label">{{ trans('backpack::base.confirm_new_password') }}</label>
- <div>
- <input type="password" class="form-control" name="password_confirmation">
-
- @if ($errors->has('password_confirmation'))
- <span class="help-block">
- <strong>{{ $errors->first('password_confirmation') }}</strong>
- </span>
- @endif
- </div>
- </div>
-
- <div class="form-group">
- <div>
- <button type="submit" class="btn btn-block btn-primary">
- {{ trans('backpack::base.change_password') }}
- </button>
- </div>
- </div>
- </form>
- <div class="clearfix"></div>
- </div>
- <!-- /.tab-pane -->
- </div>
- <!-- /.tab-content -->
- </div>
- </div>
- </div>
-@endsection
+++ /dev/null
-@extends('backpack::layout_guest')
-
-@section('content')
- <div class="row m-t-40">
- <div class="col-md-4 col-md-offset-4">
- <h3 class="text-center m-b-20">{{ trans('backpack::base.register') }}</h3>
- <div class="box">
- <div class="box-body">
- <form class="col-md-12 p-t-10" role="form" method="POST" action="{{ route('backpack.auth.register') }}">
- {!! csrf_field() !!}
-
- <div class="form-group{{ $errors->has('name') ? ' has-error' : '' }}">
- <label class="control-label">{{ trans('backpack::base.name') }}</label>
-
- <div>
- <input type="text" class="form-control" name="name" value="{{ old('name') }}">
-
- @if ($errors->has('name'))
- <span class="help-block">
- <strong>{{ $errors->first('name') }}</strong>
- </span>
- @endif
- </div>
- </div>
-
- <div class="form-group{{ $errors->has(backpack_authentication_column()) ? ' has-error' : '' }}">
- <label class="control-label">{{ config('backpack.base.authentication_column_name') }}</label>
-
- <div>
- <input type="{{ backpack_authentication_column()=='email'?'email':'text'}}" class="form-control" name="{{ backpack_authentication_column() }}" value="{{ old(backpack_authentication_column()) }}">
-
- @if ($errors->has(backpack_authentication_column()))
- <span class="help-block">
- <strong>{{ $errors->first(backpack_authentication_column()) }}</strong>
- </span>
- @endif
- </div>
- </div>
-
- <div class="form-group{{ $errors->has('password') ? ' has-error' : '' }}">
- <label class="control-label">{{ trans('backpack::base.password') }}</label>
-
- <div>
- <input type="password" class="form-control" name="password">
-
- @if ($errors->has('password'))
- <span class="help-block">
- <strong>{{ $errors->first('password') }}</strong>
- </span>
- @endif
- </div>
- </div>
-
- <div class="form-group{{ $errors->has('password_confirmation') ? ' has-error' : '' }}">
- <label class="control-label">{{ trans('backpack::base.confirm_password') }}</label>
-
- <div>
- <input type="password" class="form-control" name="password_confirmation">
-
- @if ($errors->has('password_confirmation'))
- <span class="help-block">
- <strong>{{ $errors->first('password_confirmation') }}</strong>
- </span>
- @endif
- </div>
- </div>
-
- <div class="form-group">
- <div>
- <button type="submit" class="btn btn-block btn-primary">
- {{ trans('backpack::base.register') }}
- </button>
- </div>
- </div>
- </form>
- </div>
- </div>
- @if (backpack_users_have_email())
- <div class="text-center m-t-10"><a href="{{ route('backpack.auth.password.reset') }}">{{ trans('backpack::base.forgot_your_password') }}</a></div>
- @endif
- <div class="text-center m-t-10"><a href="{{ route('backpack.auth.login') }}">{{ trans('backpack::base.login') }}</a></div>
- </div>
- </div>
-@endsection