This commit is contained in:
2023-03-08 09:16:04 +08:00
commit e78454540f
1318 changed files with 210569 additions and 0 deletions

0
resources/css/app.css vendored Normal file
View File

1
resources/js/app.js vendored Normal file
View File

@@ -0,0 +1 @@
require('./bootstrap');

28
resources/js/bootstrap.js vendored Normal file
View File

@@ -0,0 +1,28 @@
window._ = require('lodash');
/**
* We'll load the axios HTTP library which allows us to easily issue requests
* to our Laravel back-end. This library automatically handles sending the
* CSRF token as a header based on the value of the "XSRF" token cookie.
*/
window.axios = require('axios');
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
/**
* Echo exposes an expressive API for subscribing to channels and listening
* for events that are broadcast by Laravel. Echo and event broadcasting
* allows your team to easily build robust real-time web applications.
*/
// import Echo from 'laravel-echo';
// window.Pusher = require('pusher-js');
// window.Echo = new Echo({
// broadcaster: 'pusher',
// key: process.env.MIX_PUSHER_APP_KEY,
// cluster: process.env.MIX_PUSHER_APP_CLUSTER,
// forceTLS: true
// });

105
resources/lang/ar/admin.php Normal file
View File

@@ -0,0 +1,105 @@
<?php
return [
'online' => 'متصل',
'login' => 'تسجيل الدخول',
'logout' => 'تسجيل الخروج',
'setting' => 'الضبط',
'name' => 'الاسم',
'username' => 'اسم المستخدم',
'password' => 'الرقم السري',
'password_confirmation' => 'تأكيد الرقم السري',
'remember_me' => 'تذكرني',
'user_setting' => 'ضبط المستخدم',
'avatar' => 'الصورة',
'list' => 'القائمة',
'new' => 'جديد',
'create' => 'انشاء',
'delete' => 'مسح',
'remove' => 'حذف',
'edit' => 'تعديل',
'view' => 'عرض',
'continue_editing' => 'مواصلة التحرير',
'continue_creating' => 'تواصل خلق',
'detail' => 'التفاصيل',
'browse' => 'تصفح',
'reset' => 'تفريغ',
'export' => 'تصدير',
'batch_delete' => 'مسح بالجملة',
'save' => 'حفظ',
'refresh' => 'تحديث',
'order' => 'ترتيب',
'expand' => 'تكبير',
'collapse' => 'تصغير',
'filter' => 'تصنيف',
'search' => 'بحث',
'close' => 'اغلاق',
'show' => 'عرض',
'entries' => 'المدخلات',
'captcha' => 'كود التحقق',
'action' => 'الحدث',
'title' => 'العنوان',
'description' => 'الوصف',
'back' => 'عودة',
'back_to_list' => 'العودة الى القائمة',
'submit' => 'ارسال',
'menu' => 'القائمة',
'input' => 'المدخل',
'succeeded' => 'تمت بنجاح',
'failed' => 'فشل',
'delete_confirm' => 'هل انت متاكد من مسح هذا العنصر ',
'delete_succeeded' => 'تم الحذف بنجاح ! ',
'delete_failed' => 'فشل الحذف !',
'update_succeeded' => 'تم التعديل بنجاح !',
'save_succeeded' => 'تم الحفظ !',
'refresh_succeeded' => 'تم التحديث !',
'login_successful' => 'تم تسجيل الدخول بنجاح',
'choose' => 'اختر',
'choose_file' => 'اختر الملف',
'choose_image' => 'اختر الصورة',
'more' => 'المزيد',
'deny' => 'ليس لديك الاذن',
'administrator' => 'مسئول',
'roles' => 'القواعد',
'permissions' => 'الصلاحيات',
'slug' => 'المعرف',
'created_at' => 'تاريخ الانشاء',
'updated_at' => 'تاريخ التعديل',
'alert' => 'تحذير',
'parent_id' => 'الاصل',
'icon' => 'الرمز',
'uri' => 'URI',
'operation_log' => 'سجل التشغيل',
'parent_select_error' => 'خطأ في تحديد الاصل',
'pagination' => [
'range' => 'عرض :first الى :last من :total المدخلات',
],
'role' => 'القاعدة',
'permission' => 'الصلاحية',
'route' => 'المسار',
'confirm' => 'تأكيد',
'cancel' => 'إلغاء',
'http' => [
'method' => 'HTTP method',
'path' => 'HTTP path',
],
'all_methods_if_empty' => 'كل الوسائل فارغة',
'all' => 'الكل',
'current_page' => 'الصفحة الحالية',
'selected_rows' => 'الصفوف المختارة',
'upload' => 'رفع',
'new_folder' => 'مجلد جديد',
'time' => 'الوقت',
'size' => 'الحجم',
'listbox' => [
'text_total' => 'عرض الكل {0}',
'text_empty' => 'قائمة فارغة',
'filtered' => '{0} / {1}',
'filter_clear' => 'عرض الكل',
'filter_placeholder' => 'تنقية',
],
'menu_titles' => [],
'prev' => 'السابق',
'next' => 'التالي',
'quick_create' => 'إضافة سريعة',
];

102
resources/lang/az/admin.php Normal file
View File

@@ -0,0 +1,102 @@
<?php
return [
'online' => 'Aktiv',
'login' => 'Giriş',
'logout' => ıxış',
'setting' => 'Ayarlar',
'name' => 'Ad',
'username' => 'İstifadəçi adı',
'password' => 'Şifrə',
'password_confirmation' => 'Şifrənin tekrarı',
'remember_me' => 'Məni xatırla',
'user_setting' => 'İstifadəçi ayarları',
'avatar' => 'Profil şəkli',
'list' => 'List',
'new' => 'Yeni',
'create' => 'Yarat',
'delete' => 'Sil',
'remove' => 'Kənarlaşdırın',
'edit' => 'Yenilə',
'view' => 'Bax',
'detail' => 'Detallar',
'browse' => 'Göz atın',
'reset' => 'Təmizlə',
'export' => 'İxrac edin',
'batch_delete' => 'Hamısını sil',
'save' => 'Yaddaşa ver',
'refresh' => 'Yenile',
'order' => 'Sırala',
'expand' => 'Genişlət',
'collapse' => 'Daralt',
'filter' => 'Filtrlə',
'search' => 'axtarış',
'close' => 'Bağla',
'show' => 'Göstər',
'entries' => 'qeydlər',
'captcha' => 'Doğrulama',
'action' => 'Fəaliyyət',
'title' => 'Başlıq',
'description' => 'Açıqlama',
'back' => 'Geri',
'back_to_list' => 'Listə geri qayıt',
'submit' => 'Göndər',
'continue_editing' => 'Redaktəyə davam et',
'continue_creating' => 'Yaratmağa davam et',
'menu' => 'Menyu',
'input' => 'Giriş',
'succeeded' => 'Uğurlu',
'failed' => 'Xəta baş verdi',
'delete_confirm' => 'Silmək istədiyinizə əminsiniz?',
'delete_succeeded' => 'Uğurla silindi!',
'delete_failed' => 'Silinərkən xəta baş verdi!',
'update_succeeded' => 'Uğurla yeniləndi!',
'save_succeeded' => 'Uğurla yadda saxlanıldı!',
'refresh_succeeded' => 'Uğurla yeniləndi!',
'login_successful' => 'Giriş uğurlu oldu',
'choose' => 'Seçin',
'choose_file' => 'Fayl seçin',
'choose_image' => 'Şəkil seçin',
'more' => 'Daha çox',
'deny' => 'İcazə yoxdur',
'administrator' => 'Rəhbər',
'roles' => 'Rollar',
'permissions' => 'İcazələr',
'slug' => 'Qalıcı link',
'created_at' => 'Yaradılma tarixi',
'updated_at' => 'Yenilənmə tarixi',
'alert' => 'Xəbərdarlıq',
'parent_id' => 'Valideyn',
'icon' => 'İkon',
'uri' => 'URL',
'operation_log' => 'Əməliyyat tarixçəsi',
'parent_select_error' => 'Üst xəta',
'pagination' => [
'range' => ':total qeyd içindən :first dən :last -ə kimi',
],
'role' => 'Rol',
'permission' => 'İcazə',
'route' => 'Yol',
'confirm' => 'Təsdiqlə',
'cancel' => 'Ləğv',
'http' => [
'method' => 'HTTP methodu',
'path' => 'HTTP qovluğu',
],
'all_methods_if_empty' => 'Bütün metodlar boşdursa',
'all' => 'Hamısı',
'current_page' => 'Cari səhifə',
'selected_rows' => 'Seçilənlər',
'upload' => 'Yüklə',
'new_folder' => 'Yeni qovluq',
'time' => 'Zaman',
'size' => 'Ölçü',
'listbox' => [
'text_total' => 'Ümumi {0} qeyd',
'text_empty' => 'Boş list',
'filtered' => '{0} / {1}',
'filter_clear' => 'Hamısını göstər',
'filter_placeholder' => 'Filtrlə',
],
'menu_titles' => [],
];

107
resources/lang/bn/admin.php Normal file
View File

@@ -0,0 +1,107 @@
<?php
return [
'online' => 'অনলাইন',
'login' => 'লগিন',
'logout' => 'লগ আউট',
'setting' => 'সেটিংস',
'name' => 'নাম',
'username' => 'ব্যবহারকারীর নাম',
'password' => 'পাসওয়ার্ড',
'password_confirmation' => 'পাসওয়ার্ড নিশ্চিতকরণ',
'remember_me' => 'আমাকে মনে রাখুন',
'user_setting' => 'ব্যবহারকারীর সেটিংস',
'avatar' => 'ছবি',
'list' => 'তালিকা',
'new' => 'নতুন',
'create' => 'তৈরি করুন',
'delete' => 'মুছে ফেলুন',
'remove' => 'সরান',
'edit' => 'সম্পাদনা',
'view' => 'দেখুন',
'continue_editing' => 'সম্পাদনা অব্যাহত রাখুন',
'continue_creating' => 'তৈরি অব্যাহত রাখুন',
'detail' => 'বিস্তারিত',
'browse' => 'ব্রাউজ করুন',
'reset' => 'রিসেট',
'export' => 'এক্সপোর্ট',
'batch_delete' => 'গুচ্ছ আকারে মুছুন',
'save' => 'সংরক্ষণ',
'refresh' => 'রিফ্রেশ',
'order' => 'ক্রম',
'expand' => 'বর্ধিত',
'collapse' => 'বন্ধ',
'filter' => 'ফিল্টার',
'search' => 'খুঁজুন',
'close' => 'বন্ধ',
'show' => 'দেখান',
'entries' => 'অন্তর্ভুক্তিগুলি',
'captcha' => 'ক্যাপচা',
'action' => 'একশন',
'title' => 'শিরোনাম',
'description' => 'বর্ণনা',
'back' => 'ফিরে যান',
'back_to_list' => 'তালিকায় ফিরে যান',
'submit' => 'সাবমিট করন',
'menu' => 'মেন্যু',
'input' => 'ইনপুট',
'succeeded' => 'সফল হয়েছে',
'failed' => 'ব্যর্থ হয়েছে',
'delete_confirm' => 'আপনি কি এই আইটেমটি মুছে ফেলার বিষয়ে নিশ্চিত?',
'delete_succeeded' => 'মুছে ফেলতে সক্ষম হয়েছে।',
'delete_failed' => 'মুছে ফেলতে ব্যর্থ হয়েছে',
'update_succeeded' => 'সফলভবে আপডেট হয়েছে।',
'save_succeeded' => 'সফলভবে সংরক্ষণ হয়েছে।',
'refresh_succeeded' => 'সফলভবে রিফ্রেশ হয়েছে।',
'login_successful' => 'লগিন সফল হয়ছে',
'choose' => 'বাছাই করুন',
'choose_file' => 'ফাইল নির্বাচন করুন',
'choose_image' => 'ছবি সফলভবে সংরক্ষণ হয়েছে।',
'more' => 'আরও',
'deny' => 'অনুমতি অগ্রাহ্য হয়েছে',
'administrator' => 'এডমিনিস্ট্রেটর',
'roles' => 'রোলসমূহ',
'permissions' => 'পারমিশন সমূহ',
'slug' => 'স্লাগ',
'created_at' => 'তৈরি করা হয়েছে',
'updated_at' => 'আপডেট করা হয়েছে',
'alert' => 'সতর্কীকরণ',
'parent_id' => 'প্যারেন্ট',
'icon' => 'আইকন',
'uri' => 'URI',
'operation_log' => 'অপারেশন লগ',
'parent_select_error' => 'প্যারেন্ট নির্বাচন ভুল',
'pagination' => [
'range' => ':total টি রেকর্ডের মধ্যে :first থেকে :last টি দেখানো হচ্ছে',
],
'role' => 'রোল',
'permission' => 'পারমিশন',
'route' => 'রাউট',
'confirm' => 'নিশ্চিত করুন',
'cancel' => 'বাতিল',
'http' => [
'method' => 'HTTP method',
'path' => 'HTTP path',
],
'all_methods_if_empty' => 'All methods if empty',
'all' => 'সকল',
'current_page' => 'বর্তমান পৃষ্ঠা',
'selected_rows' => 'নির্বাচিত সারিগুলি',
'upload' => 'আপলোড',
'new_folder' => 'নতুন ফোল্ডার',
'time' => 'স্ময়',
'size' => 'সাইজ',
'listbox' => [
'text_total' => 'সবগুলি দেখানো হচ্ছে {0}',
'text_empty' => 'খালি তালিকা',
'filtered' => '{0} / {1}',
'filter_clear' => 'সবগুলি দেখান',
'filter_placeholder' => 'ফিল্টার',
],
'grid_items_selected' => '{n} টি আইটেম নির্বাচিত হয়েছে',
'menu_titles' => [],
'prev' => 'পূর্ববর্তী',
'next' => 'পরবর্তী',
'quick_create' => 'দ্রুত তৈরি করুন',
];

107
resources/lang/de/admin.php Normal file
View File

@@ -0,0 +1,107 @@
<?php
return [
'online' => 'Online',
'login' => 'Anmelden',
'logout' => 'Abmelden',
'setting' => 'Einstellungen',
'name' => 'Name',
'username' => 'Benutzername',
'password' => 'Passwort',
'password_confirmation' => 'Passwort bestätigung',
'remember_me' => 'Remember me',
'user_setting' => 'Benutzer Einstellungen',
'avatar' => 'Avatar',
'list' => 'Liste',
'new' => 'Neu',
'create' => 'Erstellen',
'delete' => 'Löschen',
'remove' => 'Entfernen',
'edit' => 'Bearbeiten',
'view' => 'Ansehen',
'continue_editing' => 'Weiter bearbeiten',
'continue_creating' => 'Weitere erstellen',
'detail' => 'Details',
'browse' => 'Auswählen',
'reset' => 'Zurücksetzen',
'export' => 'Exportieren',
'batch_delete' => 'Chargenlöschung',
'save' => 'Speichern',
'refresh' => 'Aktualisieren',
'order' => 'Order',
'expand' => 'Aufklappen',
'collapse' => 'Zuklappen',
'filter' => 'Filter',
'search' => 'Suche',
'close' => 'Schließen',
'show' => 'Anzeigen',
'entries' => 'Einträge',
'captcha' => 'Captcha',
'action' => 'Aktion',
'title' => 'Titel',
'description' => 'Beschreibung',
'back' => 'Zurück',
'back_to_list' => 'Zurück zur Liste',
'submit' => 'Absenden',
'menu' => 'Menü',
'input' => 'Eingabe',
'succeeded' => 'Erfolgreich',
'failed' => 'Gescheitert',
'delete_confirm' => 'Wollen Sie diesen Eintrag wirklich löschen?',
'delete_succeeded' => 'Löschen erfolgreich!',
'delete_failed' => 'Löschen gescheitert!',
'update_succeeded' => 'Aktualisierung erfolgreich!',
'save_succeeded' => 'Speichern erfolgreich!',
'refresh_succeeded' => 'Aktualisierung erfolgreich!',
'login_successful' => 'Anmeldung erfolgreich',
'choose' => 'Auswählen',
'choose_file' => 'Datei auswählen',
'choose_image' => 'Bild auswählen',
'more' => 'Mehr',
'deny' => 'Zugriff verweigert',
'administrator' => 'Administrator',
'roles' => 'Rollen',
'permissions' => 'Rechte',
'slug' => 'Schlagwort',
'created_at' => 'Erstellt am',
'updated_at' => 'Aktualisiert am',
'alert' => 'Warnung',
'parent_id' => 'Übergeordnete ID',
'icon' => 'Icon',
'uri' => 'URL',
'operation_log' => 'Betriebs Log',
'parent_select_error' => 'Fehler bei der Parent Auswahl',
'pagination' => [
'range' => 'Zeigt :first bis :last von gesamt :total Einträgen',
],
'role' => 'Rolle',
'permission' => 'Rechte',
'route' => 'Route',
'confirm' => 'Bestätigen',
'cancel' => 'Abbrechen',
'http' => [
'method' => 'HTTP Methode',
'path' => 'HTTP Pfad',
],
'all_methods_if_empty' => 'Alle Methoden wenn leer',
'all' => 'Alle',
'current_page' => 'Aktuelle Seite',
'selected_rows' => 'Ausgewählte Zeilen',
'upload' => 'Hochladen',
'new_folder' => 'Neuer Ordner',
'time' => 'Zeit',
'size' => 'Größe',
'listbox' => [
'text_total' => 'Zeige alle {0}',
'text_empty' => 'Leere Liste',
'filtered' => '{0} / {1}',
'filter_clear' => 'Filter zurücksetzen',
'filter_placeholder' => 'Filtern',
],
'grid_items_selected' => '{n} Einträge ausgewählt',
'menu_titles' => [],
'prev' => 'Vorherige',
'next' => 'Nächste',
'quick_create' => 'Schnellerstellung',
];

107
resources/lang/en/admin.php Normal file
View File

@@ -0,0 +1,107 @@
<?php
return [
'online' => 'Online',
'login' => 'Login',
'logout' => 'Logout',
'setting' => 'Setting',
'name' => 'Name',
'username' => 'Username',
'password' => 'Password',
'password_confirmation' => 'Password confirmation',
'remember_me' => 'Remember me',
'user_setting' => 'User setting',
'avatar' => 'Avatar',
'list' => 'List',
'new' => 'New',
'create' => 'Create',
'delete' => 'Delete',
'remove' => 'Remove',
'edit' => 'Edit',
'view' => 'View',
'continue_editing' => 'Continue editing',
'continue_creating' => 'Continue creating',
'detail' => 'Detail',
'browse' => 'Browse',
'reset' => 'Reset',
'export' => 'Export',
'batch_delete' => 'Batch delete',
'save' => 'Save',
'refresh' => 'Refresh',
'order' => 'Order',
'expand' => 'Expand',
'collapse' => 'Collapse',
'filter' => 'Filter',
'search' => 'Search',
'close' => 'Close',
'show' => 'Show',
'entries' => 'entries',
'captcha' => 'Captcha',
'action' => 'Action',
'title' => 'Title',
'description' => 'Description',
'back' => 'Back',
'back_to_list' => 'Back to List',
'submit' => 'Submit',
'menu' => 'Menu',
'input' => 'Input',
'succeeded' => 'Succeeded',
'failed' => 'Failed',
'delete_confirm' => 'Are you sure to delete this item ?',
'delete_succeeded' => 'Delete succeeded !',
'delete_failed' => 'Delete failed !',
'update_succeeded' => 'Update succeeded !',
'save_succeeded' => 'Save succeeded !',
'refresh_succeeded' => 'Refresh succeeded !',
'login_successful' => 'Login successful',
'choose' => 'Choose',
'choose_file' => 'Select file',
'choose_image' => 'Select image',
'more' => 'More',
'deny' => 'Permission denied',
'administrator' => 'Administrator',
'roles' => 'Roles',
'permissions' => 'Permissions',
'slug' => 'Slug',
'created_at' => 'Created At',
'updated_at' => 'Updated At',
'alert' => 'Alert',
'parent_id' => 'Parent',
'icon' => 'Icon',
'uri' => 'URI',
'operation_log' => 'Operation log',
'parent_select_error' => 'Parent select error',
'pagination' => [
'range' => 'Showing :first to :last of :total entries',
],
'role' => 'Role',
'permission' => 'Permission',
'route' => 'Route',
'confirm' => 'Confirm',
'cancel' => 'Cancel',
'http' => [
'method' => 'HTTP method',
'path' => 'HTTP path',
],
'all_methods_if_empty' => 'All methods if empty',
'all' => 'All',
'current_page' => 'Current page',
'selected_rows' => 'Selected rows',
'upload' => 'Upload',
'new_folder' => 'New folder',
'time' => 'Time',
'size' => 'Size',
'listbox' => [
'text_total' => 'Showing all {0}',
'text_empty' => 'Empty list',
'filtered' => '{0} / {1}',
'filter_clear' => 'Show all',
'filter_placeholder' => 'Filter',
],
'grid_items_selected' => '{n} items selected',
'menu_titles' => [],
'prev' => 'Prev',
'next' => 'Next',
'quick_create' => 'Quick create',
];

View File

@@ -0,0 +1,20 @@
<?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' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];

View File

@@ -0,0 +1,19 @@
<?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' => '&laquo; Previous',
'next' => 'Next &raquo;',
];

View File

@@ -0,0 +1,22 @@
<?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.
|
*/
'reset' => 'Your password has been reset!',
'sent' => 'We have emailed your password reset link!',
'throttled' => 'Please wait before retrying.',
'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that email address.",
];

View File

@@ -0,0 +1,152 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'accepted' => 'The :attribute must be accepted.',
'active_url' => 'The :attribute is not a valid URL.',
'after' => 'The :attribute must be a date after :date.',
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
'alpha' => 'The :attribute must only contain letters.',
'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
'alpha_num' => 'The :attribute must only contain letters and numbers.',
'array' => 'The :attribute must be an array.',
'before' => 'The :attribute must be a date before :date.',
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
'between' => [
'numeric' => 'The :attribute must be between :min and :max.',
'file' => 'The :attribute must be between :min and :max kilobytes.',
'string' => 'The :attribute must be between :min and :max characters.',
'array' => 'The :attribute must have between :min and :max items.',
],
'boolean' => 'The :attribute field must be true or false.',
'confirmed' => 'The :attribute confirmation does not match.',
'date' => 'The :attribute is not a valid date.',
'date_equals' => 'The :attribute must be a date equal to :date.',
'date_format' => 'The :attribute does not match the format :format.',
'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits digits.',
'digits_between' => 'The :attribute must be between :min and :max digits.',
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'email' => 'The :attribute must be a valid email address.',
'ends_with' => 'The :attribute must end with one of the following: :values.',
'exists' => 'The selected :attribute is invalid.',
'file' => 'The :attribute must be a file.',
'filled' => 'The :attribute field must have a value.',
'gt' => [
'numeric' => 'The :attribute must be greater than :value.',
'file' => 'The :attribute must be greater than :value kilobytes.',
'string' => 'The :attribute must be greater than :value characters.',
'array' => 'The :attribute must have more than :value items.',
],
'gte' => [
'numeric' => 'The :attribute must be greater than or equal :value.',
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
'string' => 'The :attribute must be greater than or equal :value characters.',
'array' => 'The :attribute must have :value items or more.',
],
'image' => 'The :attribute must be an image.',
'in' => 'The selected :attribute is invalid.',
'in_array' => 'The :attribute field does not exist in :other.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'ipv4' => 'The :attribute must be a valid IPv4 address.',
'ipv6' => 'The :attribute must be a valid IPv6 address.',
'json' => 'The :attribute must be a valid JSON string.',
'lt' => [
'numeric' => 'The :attribute must be less than :value.',
'file' => 'The :attribute must be less than :value kilobytes.',
'string' => 'The :attribute must be less than :value characters.',
'array' => 'The :attribute must have less than :value items.',
],
'lte' => [
'numeric' => 'The :attribute must be less than or equal :value.',
'file' => 'The :attribute must be less than or equal :value kilobytes.',
'string' => 'The :attribute must be less than or equal :value characters.',
'array' => 'The :attribute must not have more than :value items.',
],
'max' => [
'numeric' => 'The :attribute must not be greater than :max.',
'file' => 'The :attribute must not be greater than :max kilobytes.',
'string' => 'The :attribute must not be greater than :max characters.',
'array' => 'The :attribute must not have more than :max items.',
],
'mimes' => 'The :attribute must be a file of type: :values.',
'mimetypes' => 'The :attribute must be a file of type: :values.',
'min' => [
'numeric' => 'The :attribute must be at least :min.',
'file' => 'The :attribute must be at least :min kilobytes.',
'string' => 'The :attribute must be at least :min characters.',
'array' => 'The :attribute must have at least :min items.',
],
'multiple_of' => 'The :attribute must be a multiple of :value.',
'not_in' => 'The selected :attribute is invalid.',
'not_regex' => 'The :attribute format is invalid.',
'numeric' => 'The :attribute must be a number.',
'password' => 'The password is incorrect.',
'present' => 'The :attribute field must be present.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => 'The :attribute field is required when :values are present.',
'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => 'The :attribute field is required when none of :values are present.',
'same' => 'The :attribute and :other must match.',
'size' => [
'numeric' => 'The :attribute must be :size.',
'file' => 'The :attribute must be :size kilobytes.',
'string' => 'The :attribute must be :size characters.',
'array' => 'The :attribute must contain :size items.',
],
'starts_with' => 'The :attribute must start with one of the following: :values.',
'string' => 'The :attribute must be a string.',
'timezone' => 'The :attribute must be a valid zone.',
'unique' => 'The :attribute has already been taken.',
'uploaded' => 'The :attribute failed to upload.',
'url' => 'The :attribute format is invalid.',
'uuid' => 'The :attribute must be a valid UUID.',
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines. This makes it quick to
| specify a specific custom language line for a given attribute rule.
|
*/
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| The following language lines are used to swap our attribute placeholder
| with something more reader friendly such as "E-Mail Address" instead
| of "email". This simply helps us make our message more expressive.
|
*/
'attributes' => [],
];

View File

@@ -0,0 +1,90 @@
<?php
return [
'online' => 'en línea',
'login' => 'Iniciar sesión',
'logout' => 'Cerrar sesión',
'setting' => 'Ajustes',
'name' => 'Nombre',
'username' => 'Nombre de usuario',
'password' => 'Contraseña',
'password_confirmation' => 'Confirmación de contraseña',
'remember_me' => 'Recordarme',
'user_setting' => 'Configuración del usuario',
'avatar' => 'Avatar',
'list' => 'Lista',
'new' => 'Nuevo',
'create' => 'Crear',
'delete' => 'Eliminar',
'remove' => 'Retirar',
'edit' => 'Editar',
'view' => 'Ver',
'continue_editing' => 'Continua editando',
'continue_creating' => 'Sigue creando',
'detail' => 'Detalle',
'browse' => 'vistazo',
'reset' => 'Restablecer',
'export' => 'Exportar',
'batch_delete' => 'Eliminar por lotes',
'save' => 'Guardar',
'refresh' => 'Refrescar',
'order' => 'Ordenar',
'expand' => 'Expandir',
'collapse' => 'Colapsar',
'filter' => 'Filtrar',
'search' => 'Buscar',
'close' => 'Cerrar',
'show' => 'Mostrar',
'entries' => 'Entradas',
'captcha' => 'Captcha',
'action' => 'Acción',
'title' => 'Título',
'description' => 'Descripción',
'back' => 'Volver',
'back_to_list' => 'Volver a la lista',
'submit' => 'Enviar',
'menu' => 'Menú',
'input' => 'Entrada',
'succeeded' => 'Exitoso',
'failed' => 'Fallido',
'delete_confirm' => '¿ Esta seguro de eliminar este elemento ?',
'delete_succeeded' => '¡ Eliminación exitosa !',
'delete_failed' => '¡ Eliminación fallida !',
'update_succeeded' => '¡ Actualización correcta !',
'save_succeeded' => '¡ Guardar con éxito !',
'refresh_succeeded' => '¡ Actualizar correctamente !',
'login_successful' => 'Inicio de sesión correcto',
'choose' => 'Elegir',
'choose_file' => 'Elegir archivo',
'choose_image' => 'Elegir imagen',
'more' => 'Más',
'deny' => 'Permiso denegado',
'administrator' => 'Administrador',
'roles' => 'Roles',
'permissions' => 'Permisos',
'slug' => 'Slug',
'created_at' => 'Creado el',
'updated_at' => 'Actualizado el',
'alert' => 'Alerta',
'parent_id' => 'Padre',
'icon' => 'Icono',
'uri' => 'URI',
'operation_log' => 'Registro',
'parent_select_error' => 'Error al seleccionar el elemento padre',
'pagination' => [
'range' => 'Mostrando :first a :last de :total elementos',
],
'role' => 'Rol',
'permission' => 'Permiso',
'route' => 'Route',
'confirm' => 'Confirmar',
'cancel' => 'Cancelar',
'http' => [
'method' => 'HTTP method',
'path' => 'HTTP path',
],
'all' => 'Todas',
'current_page' => 'Página actual',
'selected_rows' => 'Filas seleccionadas',
'menu_titles' => [],
];

110
resources/lang/fa/admin.php Normal file
View File

@@ -0,0 +1,110 @@
<?php
return [
'online' => 'آنلاین',
'login' => 'ورود',
'logout' => 'خروج',
'setting' => 'تنظیمات',
'name' => 'نام',
'username' => 'نام کاربری',
'password' => 'کلمه عبور',
'password_confirmation' => 'تایید کلمه عبور',
'remember_me' => 'من را به خاطر بسپار',
'user_setting' => 'تنظیمات کاربر',
'avatar' => 'آواتار',
'list' => 'لیست',
'new' => 'جدید',
'create' => 'جدید',
'delete' => 'حذف کردن',
'remove' => 'پاک کردن',
'edit' => 'ویرایش کردن',
'view' => 'نمایش',
'continue_editing' => 'ادامه ویرایش',
'continue_creating' => 'ادامه را ایجاد کنید',
'detail' => 'جزئیات',
'browse' => 'پیمایش',
'reset' => 'نوسازی',
'export' => 'خروجی',
'batch_delete' => 'حذف گروهی',
'save' => 'ثبت کردن',
'refresh' => 'بروز سازی',
'order' => 'اولویت',
'expand' => 'گسترش',
'collapse' => 'بازکردن',
'filter' => 'فیلتر کردن',
'search' => 'جستجو کردن',
'close' => 'بستن',
'show' => 'نمایش',
'entries' => 'ورودی',
'captcha' => 'کپچا',
'action' => 'عملیات',
'title' => 'عنوان',
'description' => 'توضیحات',
'back' => 'بازگشت',
'back_to_list' => 'بازگشت به لیست',
'submit' => 'ثبت',
'menu' => 'منو',
'input' => 'ورودی',
'succeeded' => 'با موفقیت انجام شد',
'failed' => 'نا موفق',
'delete_confirm' => 'آیا از حذف این مورد اطمینان دارید؟',
'delete_succeeded' => 'حذف موفقیت آمیز انجام شد !',
'delete_failed' => 'حذف نا موفق بود !',
'update_succeeded' => 'ویرایش با موفقیت انجام شد !',
'save_succeeded' => 'ثبت با موفقیت انجام شد !',
'refresh_succeeded' => 'بروزسانی با موفقیت انجام شد !',
'login_successful' => 'ورود با موفقیت انجام شد',
'choose' => 'انتخاب کردن',
'choose_file' => 'انتخاب فایل',
'choose_image' => 'انتخاب عکس',
'more' => 'بیشتر',
'deny' => 'دسترسی غیر مجاز',
'administrator' => 'ادمین',
'roles' => 'دسترسی ها',
'permissions' => 'اجازه ها',
'slug' => 'نامک',
'created_at' => 'ساخته شده در',
'updated_at' => 'ویرایش شده در',
'alert' => 'هشدار',
'parent_id' => 'والد',
'icon' => 'آیکون',
'uri' => 'آدرس',
'operation_log' => 'لاگ عملیاتی',
'parent_select_error' => 'انتخاب والد با خطا مواجه شد',
'pagination' => [
'range' => 'نمایش از :first تا :last از کل :total',
],
'role' => 'دسترسی ها',
'permission' => 'اجازه ها',
'route' => 'مسیرها',
'confirm' => 'تایید',
'cancel' => 'لغو',
'http' => [
'method' => 'HTTP متد',
'path' => 'HTTP مسیر',
],
'all_methods_if_empty' => 'همه متدها خالی است',
'all' => 'همه',
'current_page' => 'همین صفحه',
'selected_rows' => 'انتخاب سطر',
'upload' => 'آپلود',
'new_folder' => 'پوشه جدید',
'time' => 'زمان',
'size' => 'حجم',
'listbox' => [
'text_total' => 'درحال نمایش همه {0}',
'text_empty' => 'لیست خالی است',
'filtered' => '{0} / {1}',
'filter_clear' => 'نمایش همه',
'filter_placeholder' => 'فیلتر کردن',
],
'menu_titles' => [
'dashboard' => 'داشبورد',
'admin' => 'ادمین',
'users' => 'کاربران',
'roles' => 'نقش ها',
'permission' => 'دسترسی ها',
'menu' => 'منو',
'operation_log' => 'گزارش عملیات',
],
];

102
resources/lang/fr/admin.php Normal file
View File

@@ -0,0 +1,102 @@
<?php
return [
'online' => 'En ligne',
'login' => 'Connexion',
'logout' => 'Déconnexion',
'setting' => 'Paramètres',
'name' => 'Nom',
'username' => 'Nom d\'utilisateur',
'password' => 'Mot de passe',
'password_confirmation' => 'Confirmez votre mot de passe',
'remember_me' => 'Rester connecté',
'user_setting' => 'Paramètres',
'avatar' => 'Avatar',
'list' => 'Liste',
'new' => 'Nouveau',
'create' => 'Créer',
'delete' => 'Supprimer',
'remove' => 'Enlèver',
'edit' => 'Editer',
'view' => 'Voir',
'continue_editing' => 'Continuer l\'édition',
'continue_creating' => 'Continuer à créer',
'detail' => 'Détail',
'browse' => 'Naviguer',
'reset' => 'Réinitialiser',
'export' => 'Exporter',
'batch_delete' => 'Supprimer en masse',
'save' => 'Sauvegarder',
'refresh' => 'Rafraîchir',
'order' => 'Commander',
'expand' => 'Déplier',
'collapse' => 'Replier',
'filter' => 'Filtre',
'search' => 'Chercher',
'close' => 'Fermer',
'show' => 'Affiche',
'entries' => 'lignes',
'captcha' => 'Captcha',
'action' => 'Action',
'title' => 'Titre',
'description' => 'Description',
'back' => 'Retourner',
'back_to_list' => 'Retourne à la liste',
'submit' => 'Soumettre',
'menu' => 'Menu',
'input' => 'Entrée',
'succeeded' => 'Réussi',
'failed' => 'Failli',
'delete_confirm' => 'Êtes vous bien certain de vouloir supprimer cet élement ?',
'delete_succeeded' => 'L\'élement a bien été supprimé !',
'delete_failed' => 'L\'effacement a échoué !',
'update_succeeded' => 'Changements sont bien mis à jour !',
'save_succeeded' => 'Changements sauvés !',
'refresh_succeeded' => 'Rafraîchissement réussi !',
'login_successful' => 'Connexion réussie',
'choose' => 'Choisissez',
'choose_file' => 'Choisissez un fichier',
'choose_image' => 'Choisissez une image',
'more' => 'Plus',
'deny' => 'Permission refusée',
'administrator' => 'Administrateur',
'roles' => 'Rôles',
'permissions' => 'Droits',
'slug' => 'Slug',
'created_at' => 'Créé à',
'updated_at' => 'Mis à jour à',
'alert' => 'Alerte',
'parent_id' => 'Parent',
'icon' => 'Icône',
'uri' => 'URI',
'operation_log' => 'Journal des opérations',
'parent_select_error' => 'Parent select erreur',
'pagination' => [
'range' => ':first à :last de :total lignes',
],
'role' => 'Rôle',
'permission' => 'Permission',
'route' => 'Route',
'confirm' => 'Confirmer',
'cancel' => 'Annuler',
'http' => [
'method' => 'HTTP méthode',
'path' => 'HTTP chemin',
],
'all_methods_if_empty' => 'Toutes méthodes si vide',
'all' => 'Tous',
'current_page' => 'La page actuelle',
'selected_rows' => 'Les lignes sélectionnées',
'upload' => 'Téléverser',
'new_folder' => 'Nouveau dossier',
'time' => 'Temps',
'size' => 'Taille',
'listbox' => [
'text_total' => 'Affichant toutes {0}',
'text_empty' => 'Liste vide',
'filtered' => '{0} / {1}',
'filter_clear' => 'Affichez tous',
'filter_placeholder' => 'Filtre',
],
'menu_titles' => [],
];

View File

@@ -0,0 +1,79 @@
<?php
return [
'online' => 'און ליין',
'login' => 'כניסה',
'logout' => 'יציאה',
'setting' => 'הגדרות',
'name' => 'שם',
'username' => 'שם משתמש',
'password' => 'סיסמא',
'password_confirmation' => 'שוב סיסמא',
'remember_me' => 'זכור אותי',
'user_setting' => 'הגדרות משתמש',
'avatar' => 'תמונה',
'list' => 'רשימה',
'new' => 'חדש',
'create' => 'יצירה',
'delete' => 'מחיקה',
'remove' => 'הסרה',
'edit' => 'עריכה',
'view' => 'צפייה',
'continue_editing' => 'המשך בעריכה',
'continue_creating' => 'המשך ליצור',
'detail' => 'פרט',
'browse' => 'דפדוף',
'reset' => 'אתחול',
'export' => 'ייצוא',
'batch_delete' => 'מחק מסומנים',
'save' => 'שמור',
'refresh' => 'רענן',
'order' => 'סדר',
'expand' => 'הרחב',
'collapse' => 'פתח',
'filter' => 'חיפוש',
'search' => 'לחפש',
'close' => 'סגור',
'show' => 'צפה',
'entries' => 'רשומות',
'captcha' => 'קאפצ\'ה',
'action' => 'פעולה',
'title' => 'כותרת',
'description' => 'תאור',
'back' => 'חזרה',
'back_to_list' => 'חזרה לרשימה',
'submit' => 'שלח',
'menu' => 'תפריט',
'input' => 'קלט',
'succeeded' => 'הצלחה',
'failed' => 'כשלון',
'delete_confirm' => 'אתה בטוח שאתה רוצה למחוק?',
'delete_succeeded' => 'מחיקה הצליחה',
'delete_failed' => 'מחיקה נכשלה',
'update_succeeded' => 'עודכן בהצלחה',
'save_succeeded' => 'נשמר בהצלחה',
'refresh_succeeded' => 'רענון הצליחה',
'login_successful' => 'כניסה הצליחה',
'choose' => 'בחר',
'choose_file' => 'בחר קובץ',
'choose_image' => 'בחר תמונה',
'more' => 'עוד',
'deny' => 'אין הרשאות',
'administrator' => 'מנהל מערכת',
'roles' => 'תפקידים',
'permissions' => 'הרשאות',
'slug' => 'טקסט',
'created_at' => 'נוצר ב',
'updated_at' => 'עודכן ב',
'alert' => 'אזהרה',
'parent_id' => 'אב',
'icon' => 'אייקון',
'uri' => 'כתובת',
'operation_log' => 'לוג מערכת',
'parent_select_error' => 'בעייה בבחירת האב',
'pagination' => [
'range' => ':last מ :total תוצאות',
],
'menu_titles' => [],
];

106
resources/lang/id/admin.php Normal file
View File

@@ -0,0 +1,106 @@
<?php
return [
'online' => 'Daring',
'login' => 'Masuk',
'logout' => 'Keluar',
'setting' => 'Pengaturan',
'name' => 'Nama',
'username' => 'Username',
'password' => 'Sandi',
'password_confirmation' => 'Konfirmasi Sandi',
'remember_me' => 'Ingatkan saya',
'user_setting' => 'Pengaturan Pengguna',
'avatar' => 'Avatar',
'list' => 'Daftar',
'new' => 'Baru',
'create' => 'Buat',
'delete' => 'Hapus',
'remove' => 'Hapus',
'edit' => 'Ubah',
'view' => 'Lihat',
'continue_editing' => 'Lanjutkan Pengubahan',
'continue_creating' => 'Terus ciptakan',
'detail' => 'Detail',
'browse' => 'Jelajahi',
'reset' => 'Reset',
'export' => 'Ekspor',
'batch_delete' => 'Hapus massal',
'save' => 'Simpan',
'refresh' => 'Segarkan',
'order' => 'Urutan',
'expand' => 'Bentangkan',
'collapse' => 'Ciutkan',
'filter' => 'Saringan',
'search' => 'Cari',
'close' => 'Tutup',
'show' => 'Perlihatkan',
'entries' => 'Masukan',
'captcha' => 'Captcha',
'action' => 'Aksi',
'title' => 'Judul',
'description' => 'Deskripsi',
'back' => 'Kembali',
'back_to_list' => 'Kembali ke daftar',
'submit' => 'Submit',
'menu' => 'Menu',
'input' => 'Masukan',
'succeeded' => 'Berhasil',
'failed' => 'Gagal',
'delete_confirm' => 'Anda yakin ingin menghapus ini ?',
'delete_succeeded' => 'Berhasil menghapus !',
'delete_failed' => 'Gagal menghapus !',
'update_succeeded' => 'Berhasil mengubah !',
'save_succeeded' => 'Berhasil menyimpan !',
'refresh_succeeded' => 'Berhasil menyegarkan!',
'login_successful' => 'Berhasil masuk',
'choose' => 'Pilih',
'choose_file' => 'Pilih berkas',
'choose_image' => 'Pilih gambar',
'more' => 'Lebih banyak',
'deny' => 'Akses ditolak',
'administrator' => 'Administrator',
'roles' => 'Aturan',
'permissions' => 'Hak Akses',
'slug' => 'Slug',
'created_at' => 'Dibuat pada',
'updated_at' => 'Diubah pada',
'alert' => 'Peringatan',
'parent_id' => 'Induk',
'icon' => 'Ikon',
'uri' => 'URI',
'operation_log' => 'Riwayat Kegiatan',
'parent_select_error' => 'Kesalahan pemilihan induk',
'pagination' => [
'range' => 'Menampilkan :first dari :last dari :total masukan',
],
'role' => 'Aturan',
'permission' => 'Hak akses',
'route' => 'Rute',
'confirm' => 'Konfirmasi',
'cancel' => 'Batalkan',
'http' => [
'method' => 'HTTP method',
'path' => 'HTTP path',
],
'all_methods_if_empty' => 'Semua metode kosong',
'all' => 'Semua',
'current_page' => 'Halaman ini',
'selected_rows' => 'Baris terpilih',
'upload' => 'Unggah',
'new_folder' => 'Folder Baru',
'time' => 'Waktu',
'size' => 'Ukuran',
'listbox' => [
'text_total' => 'Semua {0}',
'text_empty' => 'Daftar kosong',
'filtered' => '{0} / {1}',
'filter_clear' => 'Lihat semua',
'filter_placeholder' => 'Saringan',
],
'grid_items_selected' => '{n} Item dipilih',
'menu_titles' => [],
'prev' => 'Sebelumnya',
'next' => 'Selanjutnya',
];

102
resources/lang/ja/admin.php Normal file
View File

@@ -0,0 +1,102 @@
<?php
return [
'online' => 'オンライン',
'login' => 'ログイン',
'logout' => 'ログアウト',
'setting' => '設定',
'name' => '名称',
'username' => 'ユーザーID',
'password' => 'パスワード',
'password_confirmation' => '確認用パスワード',
'remember_me' => 'ログイン状態を記憶',
'user_setting' => 'ユーザー設定',
'avatar' => 'アバター',
'list' => '一覧',
'new' => '新規',
'create' => '作成',
'delete' => '削除',
'remove' => '消去',
'edit' => '編集',
'view' => '表示',
'continue_editing' => '編集を続ける',
'continue_creating' => '作成を続行する',
'detail' => '詳細',
'browse' => '参照',
'reset' => 'リセット',
'export' => '出力',
'batch_delete' => '一括削除',
'save' => '保存',
'refresh' => '再読込',
'order' => '順序',
'expand' => '展開',
'collapse' => '縮小',
'filter' => 'フィルタ',
'search' => 'サーチ',
'close' => '閉じる',
'show' => '表示',
'entries' => '件',
'captcha' => 'Captcha',
'action' => '操作',
'title' => 'タイトル',
'description' => '概要',
'back' => '戻る',
'back_to_list' => '一覧へ戻る',
'submit' => '送信',
'menu' => 'メニュー',
'input' => '入力',
'succeeded' => '成功',
'failed' => '失敗',
'delete_confirm' => '本当に削除しますか?',
'delete_succeeded' => '削除しました!',
'delete_failed' => '削除に失敗しました!',
'update_succeeded' => '更新しました!',
'save_succeeded' => '保存しました!',
'refresh_succeeded' => '更新しました!',
'login_successful' => 'ログインしました!',
'choose' => '選択',
'choose_file' => 'ファイルを選択',
'choose_image' => '画像を選択',
'more' => '続き',
'deny' => '権限がありません。',
'administrator' => '管理者',
'roles' => '役割',
'permissions' => '権限',
'slug' => 'スラッグ',
'created_at' => '作成日時',
'updated_at' => '更新日時',
'alert' => '注意',
'parent_id' => '親ID',
'icon' => 'アイコン',
'uri' => 'URI',
'operation_log' => '操作ログ',
'parent_select_error' => '親ID選択エラー',
'pagination' => [
'range' => '全 :total 件中 :first - :last 件目',
],
'role' => '役割',
'permission' => '権限',
'route' => 'Route',
'confirm' => '確認',
'cancel' => '取消',
'http' => [
'method' => 'HTTP method',
'path' => 'HTTP path',
],
'all_methods_if_empty' => '空欄の場合は全て',
'all' => '全て',
'current_page' => '現在のページ',
'selected_rows' => '選択行のみ',
'upload' => 'アップロード',
'new_folder' => '新規フォルダ',
'time' => '日時',
'size' => 'サイズ',
'listbox' => [
'text_total' => '計 {0} 個のアイテム',
'text_empty' => '空のリスト',
'filtered' => '{0} / {1}',
'filter_clear' => '全て表示',
'filter_placeholder' => 'フィルタ',
],
'menu_titles' => [],
];

104
resources/lang/ko/admin.php Normal file
View File

@@ -0,0 +1,104 @@
<?php
return [
'online' => '온라인',
'login' => '로그인',
'logout' => '로그아웃',
'setting' => '설정',
'name' => '이름',
'username' => '아이디',
'password' => '비밀번호',
'password_confirmation' => '비밀번호 확인',
'remember_me' => '자동로그인',
'user_setting' => '사용자 설정',
'avatar' => '프로필',
'list' => '목록',
'new' => '만들기',
'create' => '생성',
'delete' => '삭제',
'remove' => '제거',
'edit' => '편집',
'view' => '보기',
'continue_editing' => '편집',
'continue_creating' => '계속 생성하기',
'detail' => '세부 사항',
'browse' => '찾아보기',
'reset' => '초기화',
'export' => '내보내기',
'batch_delete' => '일괄 삭제',
'save' => '저장',
'refresh' => '새로고침',
'order' => '정렬',
'expand' => '확대',
'collapse' => '축소',
'filter' => '필터',
'search' => '검색',
'close' => '닫기',
'show' => '보기',
'entries' => '항목',
'captcha' => '캡차',
'action' => '동작',
'title' => '제목',
'description' => '설명',
'back' => '돌아가기',
'back_to_list' => '목록으로 돌아가기',
'submit' => '전송',
'menu' => '메뉴',
'input' => '입력',
'succeeded' => '성공',
'failed' => '실패',
'delete_confirm' => '이 항목을 삭제하시겠습니까?',
'delete_succeeded' => '삭제 성공 !',
'delete_failed' => '삭제 실패 !',
'update_succeeded' => '수정 성공 !',
'save_succeeded' => '저장 성공 !',
'refresh_succeeded' => '새로고침 성공 !',
'login_successful' => '로그인 성공',
'choose' => '선택',
'choose_file' => '파일 선택',
'choose_image' => '이미지 선택',
'more' => '더 보기',
'deny' => '권한 거부',
'administrator' => '관리자',
'roles' => '역할',
'permissions' => '권한',
'slug' => '',
'created_at' => '생성일',
'updated_at' => '수정일',
'alert' => '경계경보',
'parent_id' => '상위',
'icon' => '아이콘',
'uri' => 'URI',
'operation_log' => '작업 로그',
'parent_select_error' => '상위 선택 오류',
'pagination' => [
'range' => '전체 :total, :first 에서 :last 항목',
],
'role' => '역할',
'permission' => '권한',
'route' => '경로',
'confirm' => '확인',
'cancel' => '취소',
'http' => [
'method' => 'HTTP 방법',
'path' => 'HTTP 경로',
],
'all_methods_if_empty' => '비어 있는 경우 모든 방법',
'all' => '전체',
'current_page' => '현재 페이지',
'selected_rows' => '선택된 행',
'upload' => '업로드',
'new_folder' => '새 폴더',
'time' => '시간',
'size' => '크기',
'listbox' => [
'text_total' => '전체 {0}',
'text_empty' => '빈 목록',
'filtered' => '{0} / {1}',
'filter_clear' => '전체 보기',
'filter_placeholder' => '필터',
],
'grid_items_selected' => '{n} 선택한 항목',
'menu_titles' => [],
];

102
resources/lang/ms/admin.php Normal file
View File

@@ -0,0 +1,102 @@
<?php
return [
'online' => 'Online',
'login' => 'Masuk',
'logout' => 'Log keluar',
'setting' => 'Menetapkan',
'name' => 'Nama',
'username' => 'Nama pengguna',
'password' => 'Kata laluan',
'password_confirmation' => 'Sahkan kata laluan',
'remember_me' => 'Ingat saya',
'user_setting' => 'Tetapan pengguna',
'avatar' => 'Avatar',
'list' => 'Senarai',
'new' => 'Tambah',
'create' => 'Buat',
'delete' => 'Padam',
'remove' => 'Keluarkan',
'edit' => 'Edit',
'continue_editing' => 'Teruskan mengedit',
'continue_creating' => 'Terus mencipta',
'view' => 'Lihat',
'detail' => 'Terperinci',
'browse' => 'Semak imbas',
'reset' => 'Tetapkan semula',
'export' => 'Eksport',
'batch_delete' => 'Padam tanggal',
'save' => 'Simpan',
'refresh' => 'Muat semula',
'order' => 'Isih',
'expand' => 'Perluas',
'collapse' => 'Runtuh',
'filter' => 'Pemeriksaan',
'search' => 'Carian',
'close' => 'Tutup',
'show' => 'Paparan',
'entries' => 'Perkara',
'captcha' => 'Kod pengesahan',
'action' => 'Operasi',
'title' => 'Tajuk',
'description' => 'Pengenalan',
'back' => 'Kembali',
'back_to_list' => 'Senarai pemulangan',
'submit' => 'Hantar',
'menu' => 'Menu',
'input' => 'Input',
'succeeded' => 'Kejayaan',
'failed' => 'Kegagalan',
'delete_confirm' => 'Sahkan pemadaman?',
'delete_succeeded' => 'Dihapuskan berjaya!',
'delete_failed' => 'Padam gagal!',
'update_succeeded' => 'Berjaya dikemas kini!',
'save_succeeded' => 'Disimpan berjaya!',
'refresh_succeeded' => 'Segarkan semula!',
'login_successful' => 'Log masuk yang berjaya!',
'choose' => 'Pilih',
'choose_file' => 'Pilih fail',
'choose_image' => 'Pilih gambar',
'more' => 'Lebih banyak',
'deny' => 'Tiada akses',
'administrator' => 'Pentadbir',
'roles' => 'Peranan',
'permissions' => 'Kebenaran',
'slug' => 'Pengenalan',
'created_at' => 'Dicipta pada',
'updated_at' => 'Dikemaskini pada',
'alert' => 'Perhatian',
'parent_id' => 'Menu ibu bapa',
'icon' => 'Ikon',
'uri' => 'Jalan',
'operation_log' => 'Log operasi',
'parent_select_error' => 'Ralat pemilihan ibu bapa',
'pagination' => [
'range' => 'Dari :first Untuk :last Jumlah :total Perkara',
],
'role' => 'Peranan',
'permission' => 'Kebenaran',
'route' => 'Routing',
'confirm' => 'Sahkan',
'cancel' => 'Batalkan',
'http' => [
'method' => 'Kaedah HTTP',
'path' => 'Laluan HTTP',
],
'all_methods_if_empty' => 'Kosongkan mungkir kepada semua kaedah',
'all' => 'Semua',
'current_page' => 'Halaman semasa',
'selected_rows' => 'Barisan terpilih',
'upload' => 'Muat naik',
'new_folder' => 'Folder baru',
'time' => 'Masa',
'size' => 'Saiz',
'listbox' => [
'text_total' => 'Jumlah {0} Perkara',
'text_empty' => 'Senarai kosong',
'filtered' => '{0} / {1}',
'filter_clear' => 'Tunjukkan semua',
'filter_placeholder' => 'Penapis',
],
'menu_titles' => [],
];

107
resources/lang/nl/admin.php Normal file
View File

@@ -0,0 +1,107 @@
<?php
return [
'online' => 'Online',
'login' => 'Aanmelden',
'logout' => 'Afmelden',
'setting' => 'Instellingen',
'name' => 'Naam',
'username' => 'Gebruikersnaam',
'password' => 'Wachtwoord',
'password_confirmation' => 'Wachtwoord bevestigen',
'remember_me' => 'Ingelogd blijven',
'user_setting' => 'Instellingen',
'avatar' => 'Profielfoto',
'list' => 'Lijst',
'new' => 'Nieuw',
'create' => 'Maak',
'delete' => 'Wissen',
'remove' => 'Verwijder',
'edit' => 'Wijzigen',
'view' => 'Toon',
'continue_editing' => 'Verder editeren',
'continue_creating' => 'Doorgaan met maken',
'detail' => 'Gedetailleerd',
'browse' => 'Selecteer',
'reset' => 'Reset',
'export' => 'Exporteer',
'batch_delete' => 'Verwijder meerdere',
'save' => 'Opslaan',
'refresh' => 'Vernieuw',
'order' => 'Sorteer',
'expand' => 'Openklappen',
'collapse' => 'Dichtklappen',
'filter' => 'Filter',
'search' => 'Zoeken',
'close' => 'Sluit',
'show' => 'Toon',
'entries' => 'rijen',
'captcha' => 'captcha',
'action' => 'Actie',
'title' => 'Titel',
'description' => 'Omschrijving',
'back' => 'Terug',
'back_to_list' => 'Terug naar lijst',
'submit' => 'Bevestig',
'menu' => 'Menu',
'input' => 'Input',
'succeeded' => 'Gelukt',
'failed' => 'Mislukt',
'delete_confirm' => 'Bent u zeker dat u dit item wilt verwijderen ?',
'delete_succeeded' => 'Verwijderd !',
'delete_failed' => 'Kon niet verwijderen !',
'update_succeeded' => 'Bijgewerkt !',
'save_succeeded' => 'Opgeslaan !',
'refresh_succeeded' => 'Vernieuwd !',
'login_successful' => 'Ingelogd',
'choose' => 'Kies',
'choose_file' => 'Kies een bestand',
'choose_image' => 'Kies een afbeelding',
'more' => 'Meer',
'deny' => 'Toegang geweigerd',
'administrator' => 'Beheerder',
'roles' => 'Rollen',
'permissions' => 'Rechten',
'slug' => 'Slug',
'created_at' => 'Gemaakt op',
'updated_at' => 'Gewijzigd op',
'alert' => 'Alert',
'parent_id' => 'Parent',
'icon' => 'Icoon',
'uri' => 'URI',
'operation_log' => 'Bewerkingslog',
'parent_select_error' => '\'Parent select\' fout',
'pagination' => [
'range' => ':first tot :last van :total rijen',
],
'role' => 'Rol',
'permission' => 'Permissie',
'route' => 'Route',
'confirm' => 'Bevestig',
'cancel' => 'Annuleer',
'http' => [
'method' => 'HTTP methode',
'path' => 'HTTP pad',
],
'all_methods_if_empty' => 'Alle methodes indien geen geselecteerd',
'all' => 'Alle',
'current_page' => 'Huidige pagina',
'selected_rows' => 'Geselecteerde rijen',
'upload' => 'Uploaden',
'new_folder' => 'Nieuwe map',
'time' => 'Tijd',
'size' => 'Grootte',
'listbox' => [
'text_total' => 'Alle {0} getoond',
'text_empty' => 'Lege lijst',
'filtered' => '{0} / {1}',
'filter_clear' => 'Toon alle',
'filter_placeholder' => 'Filter',
],
'grid_items_selected' => '{n} items geselecteerd',
'prev' => 'Vorige',
'next' => 'Volgende',
'quick_create' => 'Snel aanmaken',
'menu_titles' => [],
];

View File

@@ -0,0 +1,78 @@
<?php
return [
'online' => 'Online',
'login' => 'Login',
'logout' => 'Logout',
'setting' => 'Ustawienia',
'name' => 'Nazwa',
'username' => 'Użytkownik',
'password' => 'Hasło',
'password_confirmation' => 'Powtórz hasło',
'remember_me' => 'Zapamiętaj mnie',
'user_setting' => 'Ustawienia użytkownika',
'avatar' => 'Avatar',
'list' => 'Lista',
'new' => 'Nowy',
'create' => 'Utwórz',
'delete' => 'Usuń',
'remove' => 'Usuń',
'edit' => 'Edytuj',
'view' => 'Zobacz',
'continue_editing' => 'Kontynuuj edycję',
'continue_creating' => 'Kontynuuj tworzenie',
'detail' => 'Szczegół',
'reset' => 'Resetuj',
'export' => 'Eksportuj',
'batch_delete' => 'Usuń wsadowo',
'save' => 'Zapisz',
'refresh' => 'Odśwież',
'order' => 'Sortuj',
'expand' => 'Rozwiń',
'collapse' => 'Zwiń',
'filter' => 'Filtruj',
'search' => 'Szukaj',
'close' => 'Zamknij',
'show' => 'Wyświetl',
'items' => 'element',
'entries' => 'wpisy',
'captcha' => 'Captcha',
'action' => 'Akcja',
'title' => 'Tytuł',
'description' => 'Opis',
'back' => 'Wróć',
'back_to_list' => 'Wróć do listy',
'submit' => 'Wyślij',
'menu' => 'Menu',
'input' => 'Pole',
'succeeded' => 'Sukces',
'failed' => 'Błąd',
'delete_confirm' => 'Czy na pewno chcesz usunąć?',
'delete_succeeded' => 'Pomyślnie usunięto!',
'delete_failed' => 'Usuwawnie nie powiodło się!',
'update_succeeded' => 'Pomyślnie zmieniono!',
'save_succeeded' => 'Pomyślnie zapisano!',
'refresh_succeeded' => 'Pomyślnie odświeżono!',
'login_successful' => 'Pomyślnie zalogowano',
'choose' => 'Wybierz',
'choose_file' => 'Wybierz plik',
'choose_image' => 'Wybierz obraz',
'more' => 'Więcej',
'deny' => 'Brak dostępu',
'administrator' => 'Administrator',
'roles' => 'Role',
'permissions' => 'Uprawnienia',
'slug' => 'skrót',
'created_at' => 'Utworzono',
'updated_at' => 'zmieniono',
'alert' => 'Alarm',
'parent_id' => 'Rodzic',
'icon' => 'Ikona',
'uri' => 'URI',
'operation_log' => 'Dziennik operacji',
'parent_select_error' => 'Wybór rodzica nie powiódł się',
'pagination' => [
'range' => 'Wyświetlono :first do :last z wszystkich :total',
],
'menu_titles' => [],
];

View File

@@ -0,0 +1,102 @@
<?php
return [
'online' => 'Online',
'login' => 'Login',
'logout' => 'Logout',
'setting' => 'Configurações',
'name' => 'Nome',
'username' => 'Usuário',
'password' => 'Senha',
'password_confirmation' => 'Confirmação da Senha',
'remember_me' => 'Lembrar-me',
'user_setting' => 'Configurações do Usuário',
'avatar' => 'Avatar',
'list' => 'Lista',
'new' => 'Novo',
'create' => 'Criar',
'delete' => 'Apagar',
'remove' => 'Remover',
'edit' => 'Editar',
'view' => 'Visualizar',
'continue_editing' => 'Continuar editando',
'continue_creating' => 'Continue criando',
'detail' => 'Detalhe',
'browse' => 'Escolher',
'reset' => 'Resetar',
'export' => 'Exportar',
'batch_delete' => 'Apagar vários',
'save' => 'Salvar',
'refresh' => 'Atualizar',
'order' => 'Ordenar',
'expand' => 'Expandir',
'collapse' => 'Diminuir',
'filter' => 'Filtrar',
'search' => 'Pesquisa',
'close' => 'Fechar',
'show' => 'Mostrar',
'entries' => 'Entradas',
'captcha' => 'Captcha',
'action' => 'Ação',
'title' => 'Título',
'description' => 'Descrição',
'back' => 'Voltar',
'back_to_list' => 'Voltar para Listagem',
'submit' => 'Submeter',
'menu' => 'Menu',
'input' => 'Entrada',
'succeeded' => 'Completado com Êxito',
'failed' => 'Falhou',
'delete_confirm' => 'Tem a certeza que deseja apagar este item?',
'delete_succeeded' => 'Remoção completada com sucesso!',
'delete_failed' => 'Remoção falhou!',
'update_succeeded' => 'Atualização completada com sucesso!',
'save_succeeded' => 'Gravação completada com sucesso!',
'refresh_succeeded' => 'Atualizado com sucesso!',
'login_successful' => 'Login com sucesso',
'choose' => 'Escolher',
'choose_file' => 'Selecionar pasta',
'choose_image' => 'Selecionar imagem',
'more' => 'Mais',
'deny' => 'Permissão Negada',
'administrator' => 'Administrador',
'roles' => 'Papéis',
'permissions' => 'Permissões',
'slug' => 'Slug',
'created_at' => 'Criado em',
'updated_at' => 'Atualizado em',
'alert' => 'Alerta',
'parent_id' => 'Pai',
'icon' => 'Ícone',
'uri' => 'URI',
'operation_log' => 'Registo de Operações',
'parent_select_error' => 'Erro ao selecionar o pai',
'pagination' => [
'range' => 'Mostrando :first até :last de :total registros',
],
'role' => 'Papel',
'permission' => 'Permissão',
'route' => 'Rota',
'confirm' => 'Confirmar',
'cancel' => 'Cancelar',
'http' => [
'method' => 'Método HTTP',
'path' => 'Caminho HTTP',
],
'all_methods_if_empty' => 'Todos os métodos por defeito caso vazio.',
'all' => 'Tudo',
'current_page' => 'Página Atual',
'selected_rows' => 'Linhas Selecionadas',
'upload' => 'Upload',
'new_folder' => 'Nova Pasta',
'time' => 'Tempo',
'size' => 'Tamanho',
'listbox' => [
'text_total' => 'Mostrando todos {0}',
'text_empty' => 'Listagem Vazia',
'filtered' => '{0} / {1}',
'filter_clear' => 'Mostrar tudo',
'filter_placeholder' => 'Filtrar',
],
'menu_titles' => [],
];

102
resources/lang/pt/admin.php Normal file
View File

@@ -0,0 +1,102 @@
<?php
return [
'online' => 'Online',
'login' => 'Login',
'logout' => 'Logout',
'setting' => 'Configurações',
'name' => 'Nome',
'username' => 'Nome de Utilizador',
'password' => 'Palavra-Passe',
'password_confirmation' => 'Confirmação de Palavra-Passe',
'remember_me' => 'Lembrar',
'user_setting' => 'Configurações de Utilizador',
'avatar' => 'Avatar',
'list' => 'Lista',
'new' => 'Novo',
'create' => 'Criar',
'delete' => 'Apagar',
'remove' => 'Remover',
'edit' => 'Editar',
'view' => 'Visualizar',
'continue_editing' => 'Continuar edição',
'continue_creating' => 'Continue criando',
'detail' => 'Detalhe',
'browse' => 'Escolher',
'reset' => 'Reset',
'export' => 'Exportar',
'batch_delete' => 'Apagar vários',
'save' => 'Guardar',
'refresh' => 'Actualizar',
'order' => 'Ordenar',
'expand' => 'Expandir',
'collapse' => 'Diminuir',
'filter' => 'Filtrar',
'search' => 'Pesquisa',
'close' => 'Fechar',
'show' => 'Mostrar',
'entries' => 'Entradas',
'captcha' => 'Captcha',
'action' => 'Acção',
'title' => 'Título',
'description' => 'Descrição',
'back' => 'Voltar',
'back_to_list' => 'Voltar para Listagem',
'submit' => 'Submeter',
'menu' => 'Menu',
'input' => 'Entrada',
'succeeded' => 'Completado com Êxito',
'failed' => 'Falhou',
'delete_confirm' => 'Tem a certeza que deseja apagar este item?',
'delete_succeeded' => 'Remoção completada com sucesso!',
'delete_failed' => 'Remoção falhou!',
'update_succeeded' => 'Actualização completada com sucesso!',
'save_succeeded' => 'Gravação completada com sucesso!',
'refresh_succeeded' => 'Actualizado com sucesso!',
'login_successful' => 'Login com sucesso',
'choose' => 'Escolher',
'choose_file' => 'Selecionar ficheiro',
'choose_image' => 'Selecionar imagem',
'more' => 'Mais',
'deny' => 'Permissão Negada',
'administrator' => 'Administrador',
'roles' => 'Papéis',
'permissions' => 'Permissões',
'slug' => 'Slug',
'created_at' => 'Criado em',
'updated_at' => 'Actualizado em',
'alert' => 'Alerta',
'parent_id' => 'Pai',
'icon' => 'Icone',
'uri' => 'URI',
'operation_log' => 'Registo de Operações',
'parent_select_error' => 'Erro ao selecionar o pai',
'pagination' => [
'range' => 'Mostrando :first até :last de :total entradas',
],
'role' => 'Papel',
'permission' => 'Permissão',
'route' => 'Rota',
'confirm' => 'Confirmar',
'cancel' => 'Cancelar',
'http' => [
'method' => 'Método HTTP',
'path' => 'Caminho HTTP',
],
'all_methods_if_empty' => 'Todos os métodos por defeito caso vazio.',
'all' => 'Tudo',
'current_page' => 'Página Actual',
'selected_rows' => 'Linhas Selecionadas',
'upload' => 'Upload',
'new_folder' => 'Nova Pasta',
'time' => 'Tempo',
'size' => 'Tamanho',
'listbox' => [
'text_total' => 'Mostrando todos {0}',
'text_empty' => 'Listagem Vazia',
'filtered' => '{0} / {1}',
'filter_clear' => 'Mostrar tudo',
'filter_placeholder' => 'Filtrar',
],
'menu_titles' => [],
];

618
resources/lang/ru.json Normal file
View File

@@ -0,0 +1,618 @@
{
"30 Days": "30 дней",
"60 Days": "60 дней",
"90 Days": "90 дней",
":amount Total": ":amount всего",
":resource Details": ":resource подробности",
":resource Details: :title": ":resource подробности: :title",
"A fresh verification link has been sent to your email address.": "Новая ссылка для подтверждения была отправлена на Ваш email-адрес.",
"A new verification link has been sent to the email address you provided during registration.": "Новая ссылка для подтверждения была отправлена на Ваш email-адрес, указанный при регистрации.",
"Accept Invitation": "Принять приглашение",
"Action": "Действие",
"Action Happened At": "Произошло в",
"Action Initiated By": "Инициировано",
"Action Name": "Имя",
"Action Status": "Статус",
"Action Target": "Цель",
"Actions": "Действия",
"Add": "Добавить",
"Add a new team member to your team, allowing them to collaborate with you.": "Добавьте нового члена в свою команду для совместной работы с ним.",
"Add additional security to your account using two factor authentication.": "Защитите свой аккаунт используя двухфакторную аутентификацию.",
"Add row": "Добавить строку",
"Add Team Member": "Добавить члена команды",
"Added.": "Добавлено.",
"Administrator": "Администратор",
"Administrator users can perform any action.": "Пользователи с правами администратора могут выполнять любые действия.",
"Afghanistan": "Афганистан",
"Aland Islands": "Аландские острова",
"Albania": "Албания",
"Algeria": "Алжир",
"All of the people that are part of this team.": "Все люди, являющиеся частью этой команды",
"All resources loaded.": "Все ресурсы загружены.",
"All rights reserved.": "Все права защищены.",
"Already registered?": "Уже зарегистрированы?",
"American Samoa": "Американское Самоа",
"An error occured while uploading the file.": "Произошла ошибка при загрузке файла.",
"Andorra": "Андорра",
"Angola": "Ангола",
"Anguilla": "Ангилья",
"Another user has updated this resource since this page was loaded. Please refresh the page and try again.": "Другой пользователь обновил этот ресурс, так как страница была загружена. Обновите страницу и попробуйте ещё раз.",
"Antarctica": "Антарктида",
"Antigua And Barbuda": "Антигуа и Барбуда",
"API Token": "API токен",
"API Token Permissions": "Разрешения API токена",
"API Tokens": "API токены",
"API tokens allow third-party services to authenticate with our application on your behalf.": "API токены позволяют сторонним службам аутентифицироваться в приложении от Вашего имени.",
"April": "Апрель",
"Are you sure you want to delete the selected resources?": "Вы уверены, что хотите удалить выбранные ресурсы?",
"Are you sure you want to delete this file?": "Вы уверены, что хотите удалить файл?",
"Are you sure you want to delete this resource?": "Вы уверены, что хотите удалить ресурс?",
"Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Вы уверены, что хотите удалить эту команду? После удаления команды все её ресурсы и данные будут удалены без возможности восстановления.",
"Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Вы уверены, что хотите удалить свою учётную запись? После удаления Вашей учётной записи все её ресурсы и данные будут удалены без возможности восстановления. Пожалуйста, введите свой пароль для подтверждения удаления учётной записи.",
"Are you sure you want to detach the selected resources?": "Вы уверены, что хотите отключить выбранные ресурсы?",
"Are you sure you want to detach this resource?": "Вы уверены, что хотите отключить ресурс?",
"Are you sure you want to force delete the selected resources?": "Вы уверены, что хотите навсегда удалить выбранные ресурсы?",
"Are you sure you want to force delete this resource?": "Вы уверены, что хотите навсегда удалить ресурс?",
"Are you sure you want to restore the selected resources?": "Вы уверены, что хотите восстановить выбранные ресурсы?",
"Are you sure you want to restore this resource?": "Вы уверены, что хотите восстановить ресурс?",
"Are you sure you want to run this action?": "Вы уверены, что хотите запустить это действие?",
"Are you sure you would like to delete this API token?": "Вы уверены, что хотите удалить этот API токен?",
"Are you sure you would like to leave this team?": "Вы уверены, что хотите покинуть эту команду?",
"Are you sure you would like to remove this person from the team?": "Вы уверены, что хотите удалить этого члена команды?",
"Argentina": "Аргентина",
"Armenia": "Армения",
"Aruba": "Аруба",
"Attach": "Прикрепить",
"Attach & Attach Another": "Прикрепить и прикрепить другое",
"Attach :resource": "Прикрепить :resource",
"August": "Август",
"Australia": "Австралия",
"Austria": "Австрия",
"Azerbaijan": "Азербайджан",
"Bahamas": "Багамы",
"Bahrain": "Бахрейн",
"Bangladesh": "Бангладеш",
"Barbados": "Барбадос",
"Before proceeding, please check your email for a verification link.": "Прежде чем продолжить, пожалуйста, проверьте ссылку подтверждения в своей электронной почте.",
"Belarus": "Беларусь",
"Belgium": "Бельгия",
"Belize": "Белиз",
"Benin": "Бенин",
"Bermuda": "Бермудские острова",
"Bhutan": "Бутан",
"Bolivia": "Боливия",
"Bonaire, Sint Eustatius and Saba": "Бонэйр, Синт-Эстатиус и Саба",
"Bosnia And Herzegovina": "Босния и Герцеговина",
"Botswana": "Ботсвана",
"Bouvet Island": "Остров Буве",
"Brazil": "Бразилия",
"British Indian Ocean Territory": "Британская территория Индийского океана",
"Browser Sessions": "Сеансы",
"Brunei Darussalam": "Бруней-Даруссалам",
"Bulgaria": "Болгария",
"Burkina Faso": "Буркина-Фасо",
"Burundi": "Бурунди",
"Cambodia": "Камбоджа",
"Cameroon": "Камерун",
"Canada": "Канада",
"Cancel": "Отмена",
"Cape Verde": "Кабо-Верде",
"Card": "Карта",
"Cayman Islands": "Каймановы острова",
"Central African Republic": "Центрально-Африканская Республика",
"Chad": "Чад",
"Changes": "Изменения",
"Chile": "Чили",
"China": "Китай",
"Choose": "Выберите",
"Choose :field": "Выберите :field",
"Choose :resource": "Выберите :resource",
"Choose an option": "Выберите опцию",
"Choose date": "Выберите дату",
"Choose File": "Выберите файл",
"Choose Type": "Выберите тип",
"Christmas Island": "Остров Рождества",
"click here to request another": "нажмите здесь, чтобы запросить еще раз",
"Click to choose": "Кликните для выбора",
"Close": "Закрыть",
"Cocos (Keeling) Islands": "Кокосовые (Килинг) острова",
"Code": "Код",
"Colombia": "Колумбия",
"Comoros": "Коморские острова",
"Confirm": "Подтвердить",
"Confirm Password": "Подтверждение пароля",
"Confirm Payment": "Подтвердить оплату",
"Confirm your :amount payment": "Подтвердите платёж на сумму :amount",
"Congo": "Конго",
"Congo, Democratic Republic": "Конго, Демократическая Республика",
"Constant": "Константа",
"Cook Islands": "Острова Кука",
"Costa Rica": "Коста-Рика",
"Cote D'Ivoire": "Кот-д'Ивуар",
"could not be found.": "не может быть найдено.",
"Create": "Создать",
"Create & Add Another": "Создать и добавить другое",
"Create :resource": "Создать :resource",
"Create a new team to collaborate with others on projects.": "Создайте новую команду для совместной работы над проектами.",
"Create Account": "Создать аккаунт",
"Create API Token": "Создать API токен",
"Create New Team": "Создать команду",
"Create Team": "Создать команду",
"Created.": "Создано.",
"Croatia": "Хорватия",
"Cuba": "Куба",
"Curaçao": "Кюрасао",
"Current Password": "Текущий пароль",
"Customize": "Настройка",
"Cyprus": "Кипр",
"Czech Republic": "Республика Чехия",
"Dashboard": "Главная",
"December": "Декабрь",
"Decrease": "Снижение",
"Delete": "Удалить",
"Delete Account": "Удалить аккаунт",
"Delete API Token": "Удалить API токен",
"Delete File": "Удалить файл",
"Delete Resource": "Удалить ресурс",
"Delete Selected": "Удалить выбранные",
"Delete Team": "Удалить команду",
"Denmark": "Дания",
"Detach": "Открепить",
"Detach Resource": "Открепить ресурс",
"Detach Selected": "Открепить выбранные",
"Details": "Подробности",
"Disable": "Отключить",
"Djibouti": "Джибути",
"Do you really want to leave? You have unsaved changes.": "Вы действительно хотите уйти? У Вас есть несохранённые изменения.",
"Dominica": "Доминика",
"Dominican Republic": "Доминиканская Республика",
"Done.": "Успешно.",
"Download": "Скачать",
"E-Mail Address": "E-Mail адрес",
"Ecuador": "Эквадор",
"Edit": "Редактировать",
"Edit :resource": "Редактировать :resource",
"Edit Attached": "Редактировать прикреплённые",
"Editor": "Редактор",
"Editor users have the ability to read, create, and update.": "Пользователи с правами редактора могут читать, создавать и обновлять.",
"Egypt": "Египет",
"El Salvador": "Сальвадор",
"Email": "E-Mail адрес",
"Email Address": "Email",
"Email Password Reset Link": "Ссылка для сброса пароля",
"Enable": "Включить",
"Ensure your account is using a long, random password to stay secure.": "В целях безопасности убедитесь, что Вы используете длинный рандомный пароль.",
"Equatorial Guinea": "Экваториальная Гвинея",
"Eritrea": "Эритрея",
"Estonia": "Эстония",
"Ethiopia": "Эфиопия",
"Extra confirmation is needed to process your payment. Please confirm your payment by filling out your payment details below.": "Необходимо дополнительное подтверждение для обработки Вашего платежа. Пожалуйста, подтвердите Ваш платёж, заполнив платежные реквизиты.",
"Extra confirmation is needed to process your payment. Please continue to the payment page by clicking on the button below.": "Необходимо дополнительное подтверждение для обработки Вашего платежа. Пожалуйста, перейдите на страницу оплаты, нажав кнопку ниже.",
"Falkland Islands (Malvinas)": "Фолклендские (Мальвинские) острова",
"Faroe Islands": "Фарерские острова",
"February": "Февраль",
"Fiji": "Фиджи",
"Finland": "Финляндия",
"For your security, please confirm your password to continue.": "Для продолжения подтвердите пароль для Вашей безопасности.",
"Forbidden": "Запрещено",
"Force Delete": "Принудительно удалить",
"Force Delete Resource": "Принудительно удалить ресурс",
"Force Delete Selected": "Принудительно удалить выбранное",
"Forgot Your Password?": "Забыли пароль?",
"Forgot your password?": "Забыли пароль?",
"Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Забыли пароль? Нет проблем. Просто сообщите Ваш email-адрес и мы пришлём Вам ссылку для сброса пароля.",
"France": "Франция",
"French Guiana": "Французская Гвиана",
"French Polynesia": "Французская Полинезия",
"French Southern Territories": "Южные Французские Территории",
"Full name": "ФИО",
"Gabon": "Габон",
"Gambia": "Гамбия",
"Georgia": "Грузия",
"Germany": "Германия",
"Ghana": "Гана",
"Gibraltar": "Гибралтар",
"Go back": "Назад",
"Go Home": "Домой",
"Go to page :page": "Перейти к :page-й странице",
"Great! You have accepted the invitation to join the :team team.": "Отлично! Вы приняли приглашение присоединиться к команде :team.",
"Greece": "Греция",
"Greenland": "Гренландия",
"Grenada": "Гренада",
"Guadeloupe": "Гваделупа",
"Guam": "Гуам",
"Guatemala": "Гватемала",
"Guernsey": "Гернси",
"Guinea": "Гвинея",
"Guinea-Bissau": "Гвинея-Бисау",
"Guyana": "Гайана",
"Haiti": "Гаити",
"Heard Island & Mcdonald Islands": "Остров Херд и острова Макдональд",
"Hello!": "Здравствуйте!",
"Hide Content": "Скрыть контент",
"Hold Up!": "Задержать!",
"Holy See (Vatican City State)": "Святой Престол (государство-город Ватикан)",
"Honduras": "Гондурас",
"Hong Kong": "Гонконг",
"Hungary": "Венгрия",
"I agree to the :terms_of_service and :privacy_policy": "Я соглашаюсь с :terms_of_service и :privacy_policy",
"Iceland": "Исландия",
"ID": "ID",
"If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "При необходимости, Вы можете выйти из всех других сеансов на всех Ваших устройствах. Некоторые из Ваших сеансов перечислены ниже, однако, этот список может быть не полным. Если Вы считаете, что Ваша учётная запись была взломана, Вам также следует обновить свой пароль.",
"If necessary, you may logout of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "При необходимости Вы можете выйти из всех сеансов браузера на всех устройствах. Некоторые из Ваших недавних сеансов перечислены ниже, однако, этот список не полный. Если Вы считаете, что Ваша учётная запись была взломана, Вам также необходимо обновить свой пароль.",
"If you already have an account, you may accept this invitation by clicking the button below:": "Если у Вас уже есть учётная запись, Вы можете принять это приглашение, нажав на кнопку:",
"If you did not create an account, no further action is required.": "Если Вы не создавали учетную запись, никаких дополнительных действий не требуется.",
"If you did not expect to receive an invitation to this team, you may discard this email.": "Если Вы не желаете войти в состав этой команды, Вы можете проигнорировать это письмо.",
"If you did not receive the email": "Если Вы не получили письмо",
"If you did not request a password reset, no further action is required.": "Если Вы не запрашивали сброс пароля, то дополнительных действий не требуется.",
"If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Если у Вас нет учётной записи, Вы можете создать её, нажав на кнопку ниже. После создания учётной записи, Вы можете нажать кнопку принятия приглашения в этом письме, чтобы принять его:",
"If youre having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Если у Вас возникли проблемы с кликом по кнопке \":actionText\", скопируйте и вставьте адрес\nв адресную строку браузера:",
"Increase": "Увеличить",
"India": "Индия",
"Indonesia": "Индонезия",
"Invalid signature.": "Неверная подпись.",
"Iran, Islamic Republic Of": "Иран",
"Iraq": "Ирак",
"Ireland": "Ирландия",
"Isle Of Man": "Остров Мэн",
"Israel": "Израиль",
"Italy": "Италия",
"Jamaica": "Ямайка",
"January": "Январь",
"Japan": "Япония",
"Jersey": "Джерси",
"Jordan": "Иордания",
"July": "Июль",
"June": "Июнь",
"Kazakhstan": "Казахстан",
"Kenya": "Кения",
"Key": "Ключ",
"Kiribati": "Кирибати",
"Korea": "Южная Корея",
"Korea, Democratic People's Republic of": "Северная Корея",
"Kosovo": "Косово",
"Kuwait": "Кувейт",
"Kyrgyzstan": "Кыргызстан",
"Lao People's Democratic Republic": "Лаосская Народно-Демократическая Республика",
"Last active": "Последняя активность",
"Last used": "Последнее использование",
"Latvia": "Латвия",
"Leave": "Покинуть",
"Leave Team": "Покинуть команду",
"Lebanon": "Ливан",
"Lens": "Линза",
"Lesotho": "Лесото",
"Liberia": "Либерия",
"Libyan Arab Jamahiriya": "Ливийская арабская джамахирия",
"Liechtenstein": "Лихтенштейн",
"Lithuania": "Литва",
"Load :perPage More": "Загрузить ещё :perPage",
"Log in": "Войти",
"Log out": "Выйти",
"Log Out": "Выйти",
"Log Out Other Browser Sessions": "Завершить другие сессии",
"Login": "Войти",
"Logout": "Выйти",
"Logout Other Browser Sessions": "Завершить все сеансы, кроме текущего",
"Luxembourg": "Люксембург",
"Macao": "Макао",
"Macedonia": "Македония",
"Madagascar": "Мадагаскар",
"Malawi": "Малави",
"Malaysia": "Малайзия",
"Maldives": "Мальдивы",
"Mali": "Мали",
"Malta": "Мальта",
"Manage Account": "Управление аккаунтом",
"Manage and log out your active sessions on other browsers and devices.": "Управление активными сеансами на других устройствах.",
"Manage and logout your active sessions on other browsers and devices.": "Управляйте активными сеансами и выходите из них в других браузерах и устройствах.",
"Manage API Tokens": "Управление API токенами",
"Manage Role": "Управление ролью",
"Manage Team": "Управление командой",
"March": "Март",
"Marshall Islands": "Маршалловы острова",
"Martinique": "Мартиника",
"Mauritania": "Мавритания",
"Mauritius": "Маврикий",
"May": "Май",
"Mayotte": "Майотта",
"Mexico": "Мексика",
"Micronesia, Federated States Of": "Микронезия",
"Moldova": "Молдова",
"Monaco": "Монако",
"Mongolia": "Монголия",
"Montenegro": "Черногория",
"Month To Date": "С начала месяца по дату",
"Montserrat": "Монтсеррат",
"Morocco": "Марокко",
"Mozambique": "Мозамбик",
"Myanmar": "Мьянма",
"Name": "Имя",
"Namibia": "Намибия",
"Nauru": "Науру",
"Nepal": "Непал",
"Netherlands": "Нидерланды",
"Nevermind": "Не требуется",
"New": "Новый",
"New :resource": "Новый :resource",
"New Caledonia": "Новая Каледония",
"New Password": "Новый пароль",
"New Zealand": "Новая Зеландия",
"Next": "Следующий",
"Nicaragua": "Никарагуа",
"Niger": "Нигер",
"Nigeria": "Нигерия",
"Niue": "Ниуэ",
"No": "Нет",
"No :resource matched the given criteria.": "Нет :resource совпадающих с условиями.",
"No additional information...": "Нет дополнительной информации...",
"No Current Data": "Нет текущих данных",
"No Data": "Нет данных",
"no file selected": "нет выбранных файлов",
"No Increase": "Не увеличено",
"No Prior Data": "Нет приоритетных данных",
"No Results Found.": "Результаты не найдены.",
"Norfolk Island": "Остров Норфолк",
"Northern Mariana Islands": "Северные Марианские острова",
"Norway": "Норвегия",
"Not Found": "Не найдено",
"Nova User": "Пользователь Nova",
"November": "Ноябрь",
"October": "Октябрь",
"of": "из",
"Oh no": "О, нет",
"Oman": "Оман",
"Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "После удаления команды все её ресурсы и данные будут удалены без возможности восстановления. Перед удалением скачайте данные и информацию о команде, которые хотите сохранить.",
"Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "После удаления Вашей учётной записи все её ресурсы и данные будут удалены без возможности восстановления. Перед удалением учётной записи загрузите данные и информацию, которую хотите сохранить.",
"Only Trashed": "Только удалённые",
"Original": "Оригинал",
"Page Expired": "Страница устарела",
"Pagination Navigation": "Навигация",
"Pakistan": "Пакистан",
"Palau": "Палау",
"Palestinian Territory, Occupied": "Палестинская территория",
"Panama": "Панама",
"Papua New Guinea": "Папуа-Новая Гвинея",
"Paraguay": "Парагвай",
"Password": "Пароль",
"Pay :amount": "Оплатить :amount",
"Payment Cancelled": "Платёж отменён",
"Payment Confirmation": "Платёж подтверждён",
"Payment Successful": "Платёж выполнен",
"Pending Team Invitations": "Ожидающие приглашения в команду",
"Per Page": "На страницу",
"Permanently delete this team.": "Удалить эту команду навсегда.",
"Permanently delete your account.": "Удалить свой аккаунт навсегда.",
"Permissions": "Разрешения",
"Peru": "Перу",
"Philippines": "Филиппины",
"Photo": "Фото",
"Pitcairn": "Питкэрн",
"Please click the button below to verify your email address.": "Пожалуйста, нажмите кнопку ниже, чтобы подтвердить свой адрес электронной почты.",
"Please confirm access to your account by entering one of your emergency recovery codes.": "Подтвердите доступ к своей учётной записи, введя один из кодов аварийного восстановления.",
"Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Подтвердите доступ к своей учётной записи, введя код из Вашего приложения аутентификации.",
"Please confirm your password before continuing.": "Пожалуйста, подтвердите Ваш пароль перед продолжением.",
"Please copy your new API token. For your security, it won't be shown again.": "Скопируйте Ваш новый API токен. В целях безопасности он больше не будет отображаться.",
"Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Введите пароль для подтверждения выхода из других сеансов на всех ваших устройствах.",
"Please enter your password to confirm you would like to logout of your other browser sessions across all of your devices.": "Для подтверждения выхода из других сеансов на всех устройствах, введите свой пароль для подтверждения.",
"Please provide the email address of the person you would like to add to this team.": "Укажите электронный адрес человека, которого Вы хотите добавить в эту команду.",
"Please provide the email address of the person you would like to add to this team. The email address must be associated with an existing account.": "Укажите email-адрес человека, которого Вы хотите добавить в эту команду. Email-адрес должен быть связан с существующим аккаунтом.",
"Please provide your name.": "Пожалуйста, укажите Ваше имя.",
"Poland": "Польша",
"Portugal": "Португалия",
"Press \/ to search": "Нажмите \"\/\" для поиска",
"Preview": "Предпросмотр",
"Previous": "Предыдущий",
"Privacy Policy": "политикой конфиденциальности",
"Profile": "Профиль",
"Profile Information": "Информация профиля",
"Puerto Rico": "Пуэрто-Рико",
"Qatar": "Катар",
"Quarter To Date": "Квартал до даты",
"Recovery Code": "Код восстановления",
"Regards": "С уважением",
"Regenerate Recovery Codes": "Перегенерировать коды восстановления",
"Register": "Регистрация",
"Reload": "Перезагрузить",
"Remember me": "Запомнить меня",
"Remember Me": "Запомнить меня",
"Remove": "Удалить",
"Remove Photo": "Удалить фото",
"Remove Team Member": "Удалить члена команды",
"Resend Verification Email": "Выслать повторно письмо для подтверждения",
"Reset Filters": "Сбросить фильтры",
"Reset Password": "Сбросить пароль",
"Reset Password Notification": "Уведомление сброса пароля",
"resource": "ресурс",
"Resources": "Ресурсы",
"resources": "ресурсы",
"Restore": "Восстановить",
"Restore Resource": "Восстановить ресурс",
"Restore Selected": "Восстановить выбранные",
"results": "результатов",
"Reunion": "Воссоединение",
"Role": "Роль",
"Romania": "Румыния",
"Run Action": "Выполнить действие",
"Russian Federation": "Российская Федерация",
"Rwanda": "Руанда",
"Saint Barthelemy": "Сен-Бартелеми",
"Saint Helena": "Остров Святой Елены",
"Saint Kitts And Nevis": "Сент-Китс и Невис",
"Saint Lucia": "Сент-Люсия",
"Saint Martin": "Сен-Мартен",
"Saint Pierre And Miquelon": "Сен-Пьер и Микелон",
"Saint Vincent And Grenadines": "Сент-Винсент и Гренадины",
"Samoa": "Самоа",
"San Marino": "Сан-Марино",
"Sao Tome And Principe": "Сан-Томе и Принсипи",
"Saudi Arabia": "Саудовская Аравия",
"Save": "Сохранить",
"Saved.": "Сохранено.",
"Search": "Поиск",
"Select A New Photo": "Выбрать фото",
"Select Action": "Выбрать действие",
"Select All": "Выбрать все",
"Select All Matching": "Выбрать все совпадающие",
"Send Password Reset Link": "Отправить ссылку сброса пароля",
"Senegal": "Сенегал",
"September": "Сентябрь",
"Serbia": "Сербия",
"Server Error": "Ошибка сервера",
"Service Unavailable": "Сервис недоступен",
"Seychelles": "Сейшелы",
"Show All Fields": "Показать все поля",
"Show Content": "Показать контент",
"Show Recovery Codes": "Показать коды восстановления",
"Showing": "Показано с",
"Sierra Leone": "Сьерра-Леоне",
"Singapore": "Сингапур",
"Sint Maarten (Dutch part)": "Синт-Мартен (голландская часть)",
"Slovakia": "Словакия",
"Slovenia": "Словения",
"Solomon Islands": "Соломоновы острова",
"Somalia": "Сомали",
"Something went wrong.": "Что-то не так.",
"Sorry! You are not authorized to perform this action.": "Извините, у Вас не хватает прав для выполнения этого действия.",
"Sorry, your session has expired.": "Извините, Ваша сессия устарела.",
"South Africa": "Южная Африка",
"South Georgia And Sandwich Isl.": "Южная Георгия и Сэндвичевые острова",
"South Sudan": "Южный Судан",
"Spain": "Испания",
"Sri Lanka": "Шри-Ланка",
"Start Polling": "Начать опрос",
"Stop Polling": "Остановить опрос",
"Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Храните эти коды восстановления в безопасном месте. Их можно использовать для восстановления доступа к Вашей учётной записи, если Ваше устройство с двухфакторной аутентификацией потеряно.",
"Sudan": "Судан",
"Suriname": "Суринам",
"Svalbard And Jan Mayen": "Шпицберген и Ян-Майен",
"Swaziland": "Свазиленд",
"Sweden": "Швеция",
"Switch Teams": "Сменить команды",
"Switzerland": "Швейцария",
"Syrian Arab Republic": "Сирия",
"Taiwan": "Тайвань",
"Tajikistan": "Таджикистан",
"Tanzania": "Танзания",
"Team Details": "Детали команды",
"Team Invitation": "Приглашение в команду",
"Team Members": "Члены команды",
"Team Name": "Название команды",
"Team Owner": "Владелец команды",
"Team Settings": "Настройки команды",
"Terms of Service": "условиями обслуживания",
"Thailand": "Таиланд",
"Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Спасибо за регистрацию! Прежде чем начать, не могли бы Вы подтвердить адрес своей электронной почты перейдя по ссылке, которую мы Вам отправили? Если Вы не получили письмо, мы с радостью отправим новое.",
"The :attribute must be a valid role.": "Поле :attribute должно быть корректной ролью.",
"The :attribute must be at least :length characters and contain at least one number.": "Поле :attribute должно быть не меньше :length символов и содержать как минимум одну цифру.",
"The :attribute must be at least :length characters and contain at least one special character and one number.": "Поле :attribute должно быть не меньше :length символов, содержать как минимум один спецсимвол и одну цифру.",
"The :attribute must be at least :length characters and contain at least one special character.": "Поле :attribute должно быть не меньше :length символов и содержать как минимум один спецсимвол.",
"The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Поле :attribute должно быть не меньше :length символов и содержать как минимум один символ в верхнем регистре и одну цифру.",
"The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "Поле :attribute должно быть не меньше :length символов и содержать как минимум один символ в верхнем регистре и один спецсимвол.",
"The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "Поле :attribute должно быть не меньше :length символов и содержать как минимум один символ в верхнем регистре, одно число и один спецсимвол.",
"The :attribute must be at least :length characters and contain at least one uppercase character.": "Поле :attribute должно быть не меньше :length символов и содержать как минимум один символ в верхнем регистре.",
"The :attribute must be at least :length characters.": "Поле :attribute должно быть не меньше :length символов.",
"The :resource was created!": "Ресурс :resource создан!",
"The :resource was deleted!": "Ресурс :resource удалён!",
"The :resource was restored!": "Ресурс :resource восстановлен!",
"The :resource was updated!": "Ресурс :resource обновлён!",
"The action ran successfully!": "Действие успешно запущено!",
"The file was deleted!": "Файл удалён!",
"The government won't let us show you what's behind these doors": "Правительство не позволяет нам показывать то, что прячется за этими дверями",
"The HasOne relationship has already been filled.": "Релейшен hasOne уже заполнен.",
"The payment was successful.": "Оплата прошла успешно.",
"The provided password does not match your current password.": "Указанный пароль не соответствует Вашему текущему паролю.",
"The provided password was incorrect.": "Неверный пароль.",
"The provided two factor authentication code was invalid.": "Неверный код двухфакторной аутентификации.",
"The resource was updated!": "Ресурс был обновлён!",
"The team's name and owner information.": "Название команды и информация о её владельце.",
"There are no available options for this resource.": "Нет доступных опций для этого ресурса.",
"There was a problem executing the action.": "При выполнении действия возникла проблема.",
"There was a problem submitting the form.": "При отправке формы возникла проблема.",
"These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Эти люди были приглашены в Вашу команду и получили электронное письмо с приглашением. Они могут присоединиться к команде, приняв приглашение.",
"This action is unauthorized.": "Неавторизованное действие.",
"This device": "Это устройство",
"This file field is read-only.": "Поле файла доступно только для чтения.",
"This image": "Это изображение",
"This is a secure area of the application. Please confirm your password before continuing.": "Это защищённая область приложения. Пожалуйста, подтвердите Ваш пароль, прежде чем продолжить.",
"This password does not match our records.": "Пароль не соответствует.",
"This password reset link will expire in :count minutes.": "Срок действия ссылки для сброса пароля истекает через :count минут.",
"This payment was already successfully confirmed.": "Платёж уже подтверждён.",
"This payment was cancelled.": "Платёж был отменён.",
"This resource no longer exists": "Ресурс больше не существует",
"This user already belongs to the team.": "Пользователь уже входит в команду.",
"This user has already been invited to the team.": "Этот пользователь уже был приглашён в команду.",
"Timor-Leste": "Тимор-Лешти",
"to": "по",
"Today": "Сегодня",
"Toggle navigation": "Переключить навигацию",
"Togo": "Того",
"Tokelau": "Токелау",
"Token Name": "Имя токена",
"Tonga": "Тонга",
"Too Many Attempts.": "Слишком много попыток.",
"Too Many Requests": "Слишком много запросов",
"total": "всего",
"Trashed": "Удалённые",
"Trinidad And Tobago": "Тринидад и Тобаго",
"Tunisia": "Тунис",
"Turkey": "Индюк",
"Turkmenistan": "Туркменистан",
"Turks And Caicos Islands": "Острова Теркс и Кайкос",
"Tuvalu": "Тувалу",
"Two Factor Authentication": "Двухфакторная аутентификация",
"Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application.": "Двухфакторная аутентификация включена. Сканируйте QR-код с помощью приложения проверки аутентификации на Вашем телефоне.",
"Uganda": "Уганда",
"Ukraine": "Украина",
"Unauthorized": "Не авторизован",
"United Arab Emirates": "Объединенные Арабские Эмираты",
"United Kingdom": "Соединенное Королевство",
"United States": "Соединенные Штаты",
"United States Outlying Islands": "Внешние острова США",
"Update": "Обновить",
"Update & Continue Editing": "Обновить и продолжить редактирование",
"Update :resource": "Обновить :resource",
"Update :resource: :title": "Обновить :resource: :title",
"Update attached :resource: :title": "Обновить прикреплённый :resource: :title",
"Update Password": "Обновить пароль",
"Update your account's profile information and email address.": "Обновите информацию и email-адрес в профиле Вашей учётной записи.",
"Uruguay": "Уругвай",
"Use a recovery code": "Использовать код восстановления",
"Use an authentication code": "Использовать код аутентификации",
"Uzbekistan": "Узбекистан",
"Value": "Значение",
"Vanuatu": "Вануату",
"Venezuela": "Венесуэла",
"Verify Email Address": "Подтвердить email-адрес",
"Verify Your Email Address": "Подтвердите Ваш email-адрес",
"Viet Nam": "Вьетнам",
"View": "Показать",
"Virgin Islands, British": "Виргинские острова, Британские",
"Virgin Islands, U.S.": "Виргинские острова, США",
"Wallis And Futuna": "Уоллис и Футуна",
"We were unable to find a registered user with this email address.": "Нам не удалось найти зарегистрированного пользователя с этим адресом электронной почты.",
"We won't ask for your password again for a few hours.": "Мы не будем запрашивать Ваш пароль вновь в течение нескольких часов.",
"We're lost in space. The page you were trying to view does not exist.": "Мы потерялись в пространстве. Страница, которую Вы пытаетесь просмотреть, не существует.",
"Welcome Back!": "С возвращением!",
"Western Sahara": "Западная Сахара",
"When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Если двухфакторная аутентификация включена, Вам будет предложено ввести случайный токен безопасности во время аутентификации. Вы можете получить этот токен в приложении Google Authenticator Вашего телефона.",
"Whoops": "Упс",
"Whoops!": "Упс!",
"Whoops! Something went wrong.": "Упс! Что-то пошло не так.",
"With Trashed": "С удалёнными",
"Write": "Записать",
"Year To Date": "С начала года до даты",
"Yemen": "Йемен",
"Yes": "Да",
"You are logged in!": "Вы вошли в систему!",
"You are receiving this email because we received a password reset request for your account.": "Вы получили это письмо, потому что мы получили запрос на сброс пароля для Вашей учетной записи.",
"You have been invited to join the :team team!": "Вас пригласили присоединиться к команде :team!",
"You have enabled two factor authentication.": "Вы включили двухфакторную аутентификацию.",
"You have not enabled two factor authentication.": "Вы не включили двухфакторную аутентификацию.",
"You may delete any of your existing tokens if they are no longer needed.": "Вы можете удалить любой из имеющихся у Вас токенов, если они больше не нужны.",
"You may not delete your personal team.": "Вы не можете удалить свою команду.",
"You may not leave a team that you created.": "Вы не можете покидать созданную Вами команду.",
"Your email address is not verified.": "Ваш email адрес не подтвержден.",
"Zambia": "Замбия",
"Zimbabwe": "Зимбабве"
}

107
resources/lang/ru/admin.php Normal file
View File

@@ -0,0 +1,107 @@
<?php
return [
'online' => 'Онлайн',
'login' => 'Войти',
'logout' => 'Выйти',
'setting' => 'Настройка',
'name' => 'Имя',
'username' => 'Логин',
'password' => 'Пароль',
'password_confirmation' => 'Подтверждение пароля',
'remember_me' => 'Запомнить',
'user_setting' => 'Настройки пользователя',
'avatar' => 'Аватар',
'list' => 'Список',
'new' => 'Добавить',
'create' => 'Новая запись',
'delete' => 'Удалить',
'remove' => 'Удалить',
'edit' => 'Редактировать',
'view' => 'Посмотреть',
'continue_editing' => 'Продолжить редактировать',
'continue_creating' => 'Продолжить создание',
'detail' => 'Подробно',
'browse' => 'Выбор файла',
'reset' => 'Сбросить',
'export' => 'Экспорт',
'batch_delete' => 'Пакетное удаление',
'save' => 'Сохранить',
'refresh' => 'Обновить',
'order' => 'Сортировка',
'expand' => 'Развернуть',
'collapse' => 'Свернуть',
'filter' => 'Фильтр',
'search' => 'Поиск',
'close' => 'Закрыть',
'show' => 'Показать',
'entries' => 'записей',
'captcha' => 'Защитный код',
'action' => 'Опции',
'title' => 'Название',
'description' => 'Описание',
'back' => 'Назад',
'back_to_list' => 'Вернуться к списку',
'submit' => 'Отправить',
'menu' => 'Меню',
'input' => 'Ввод',
'succeeded' => 'Завершена',
'failed' => 'Ошибка',
'delete_confirm' => 'Вы уверены, что хотите удалить эту запись?',
'delete_succeeded' => 'Успешно удалено!',
'delete_failed' => 'Ошибка при удалении!',
'update_succeeded' => 'Успешно изменено!',
'save_succeeded' => 'Успешно сохранено!',
'refresh_succeeded' => 'Успешно обновлено!',
'login_successful' => 'Авторизация успешна',
'choose' => 'Выбрать',
'choose_file' => 'Выбор файла',
'choose_image' => 'Выбор изображения',
'more' => 'Еще',
'deny' => 'Доступ запрещен',
'administrator' => 'Администратор',
'roles' => 'Роли',
'permissions' => 'Доступ',
'slug' => 'Слаг',
'created_at' => 'Дата создания',
'updated_at' => 'Дата обновления',
'alert' => 'Ошибка',
'parent_id' => 'Родитель',
'icon' => 'Иконка',
'uri' => 'URI',
'operation_log' => 'Журнал событий',
'parent_select_error' => 'Ошибка при выборе родителя',
'pagination' => [
'range' => 'Записи с :first по :last из :total',
],
'role' => 'Роль',
'permission' => 'Доступ',
'route' => 'Путь',
'confirm' => 'Подтвердить',
'cancel' => 'Отмена',
'http' => [
'method' => 'HTTP метод',
'path' => 'HTTP путь',
],
'all_methods_if_empty' => 'Все методы, если не указано',
'all' => 'Все',
'current_page' => 'Текущая страница',
'selected_rows' => 'Выбранные строки',
'upload' => 'Загрузить',
'new_folder' => 'Новая папка',
'time' => 'Время',
'size' => 'Размер',
'listbox' => [
'text_total' => 'Все: {0}',
'text_empty' => 'Пустой список',
'filtered' => '{0} / {1}',
'filter_clear' => 'Показать все',
'filter_placeholder' => 'Фильтр',
],
'grid_items_selected' => '{n} элементов выбрано',
'menu_titles' => [],
'prev' => 'Предыдущая',
'next' => 'Следующая',
'quick_create' => 'Быстрое добавление',
];

View File

@@ -0,0 +1,18 @@
<?php
/*
|--------------------------------------------------------------------------
| 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.
|
*/
return [
'failed' => 'Неверное имя пользователя или пароль.',
'password' => 'Неверный пароль.',
'throttle' => 'Слишком много попыток входа. Пожалуйста, попробуйте еще раз через :seconds секунд.',
];

View File

@@ -0,0 +1,17 @@
<?php
/*
|--------------------------------------------------------------------------
| 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.
|
*/
return [
'next' => 'Вперёд &raquo;',
'previous' => '&laquo; Назад',
];

View File

@@ -0,0 +1,20 @@
<?php
/*
|--------------------------------------------------------------------------
| 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.
|
*/
return [
'reset' => 'Ваш пароль был сброшен!',
'sent' => 'Ссылка на сброс пароля была отправлена!',
'throttled' => 'Пожалуйста, подождите перед повторной попыткой.',
'token' => 'Ошибочный код сброса пароля.',
'user' => 'Не удалось найти пользователя с указанным электронным адресом.',
];

713
resources/lang/ru/ru.json Normal file
View File

@@ -0,0 +1,713 @@
{
"30 Days": "30 дней",
"60 Days": "60 дней",
"90 Days": "90 дней",
":amount Total": ":amount всего",
":days day trial": ":days-дневная пробная версия",
":resource Details": "Детали :resource",
":resource Details: :title": "Детали :resource: :title",
"A new verification link has been sent to the email address you provided during registration.": "Новая ссылка для подтверждения была отправлена на Ваш email-адрес, указанный при регистрации.",
"Accept Invitation": "Принять приглашение",
"Action": "Действие",
"Action Happened At": "Произошло в",
"Action Initiated By": "Инициировано",
"Action Name": "Имя",
"Action Status": "Статус",
"Action Target": "Цель",
"Actions": "Действия",
"Add": "Добавить",
"Add a new team member to your team, allowing them to collaborate with you.": "Добавьте нового члена в свою команду для совместной работы с ним.",
"Add additional security to your account using two factor authentication.": "Защитите свой аккаунт используя двухфакторную аутентификацию.",
"Add row": "Добавить строку",
"Add Team Member": "Добавить члена команды",
"Add VAT Number": "Добавить номер плательщика НДС",
"Added.": "Добавлено.",
"Address": "Адрес",
"Address Line 2": "Дополнительный адрес",
"Administrator": "Администратор",
"Administrator users can perform any action.": "Администратор может выполнять любые действия.",
"Afghanistan": "Афганистан",
"Aland Islands": "Аландские острова",
"Albania": "Албания",
"Algeria": "Алжир",
"All of the people that are part of this team.": "Все люди, являющиеся частью этой команды",
"All resources loaded.": "Все ресурсы загружены.",
"All rights reserved.": "Все права защищены.",
"Already registered?": "Уже зарегистрированы?",
"American Samoa": "Американское Самоа",
"An error occured while uploading the file.": "Произошла ошибка при загрузке файла.",
"An unexpected error occurred and we have notified our support team. Please try again later.": "Произошла непредвиденная ошибка и мы уведомили нашу службу поддержки. Пожалуйста, повторите попытку позже.",
"Andorra": "Андорра",
"Angola": "Ангола",
"Anguilla": "Ангилья",
"Another user has updated this resource since this page was loaded. Please refresh the page and try again.": "Другой пользователь обновил этот ресурс, так как страница была загружена. Обновите страницу и попробуйте ещё раз.",
"Antarctica": "Антарктида",
"Antigua And Barbuda": "Антигуа и Барбуда",
"Antigua and Barbuda": "Антигуа и Барбуда",
"API Token": "API токен",
"API Token Permissions": "Разрешения API токена",
"API Tokens": "API токены",
"API tokens allow third-party services to authenticate with our application on your behalf.": "API токены позволяют сторонним службам аутентифицироваться в приложении от Вашего имени.",
"Apply": "Применить",
"Apply Coupon": "Применить купон",
"April": "Апрель",
"Are you sure you want to delete the selected resources?": "Вы уверены, что хотите удалить выбранные ресурсы?",
"Are you sure you want to delete this file?": "Вы уверены, что хотите удалить файл?",
"Are you sure you want to delete this resource?": "Вы уверены, что хотите удалить ресурс?",
"Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Вы уверены, что хотите удалить эту команду? После удаления команды все её ресурсы и данные будут удалены без возможности восстановления.",
"Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Вы уверены, что хотите удалить свою учётную запись? После удаления Вашей учётной записи все её ресурсы и данные будут удалены без возможности восстановления. Пожалуйста, введите свой пароль для подтверждения удаления учётной записи.",
"Are you sure you want to detach the selected resources?": "Вы уверены, что хотите отключить выбранные ресурсы?",
"Are you sure you want to detach this resource?": "Вы уверены, что хотите отключить ресурс?",
"Are you sure you want to force delete the selected resources?": "Вы уверены, что хотите навсегда удалить выбранные ресурсы?",
"Are you sure you want to force delete this resource?": "Вы уверены, что хотите навсегда удалить ресурс?",
"Are you sure you want to restore the selected resources?": "Вы уверены, что хотите восстановить выбранные ресурсы?",
"Are you sure you want to restore this resource?": "Вы уверены, что хотите восстановить ресурс?",
"Are you sure you want to run this action?": "Вы уверены, что хотите запустить это действие?",
"Are you sure you would like to delete this API token?": "Вы уверены, что хотите удалить этот API токен?",
"Are you sure you would like to leave this team?": "Вы уверены, что хотите покинуть эту команду?",
"Are you sure you would like to remove this person from the team?": "Вы уверены, что хотите удалить этого члена команды?",
"Argentina": "Аргентина",
"Armenia": "Армения",
"Aruba": "Аруба",
"Attach": "Прикрепить",
"Attach & Attach Another": "Прикрепить и прикрепить другое",
"Attach :resource": "Прикрепить :resource",
"August": "Август",
"Australia": "Австралия",
"Austria": "Австрия",
"Azerbaijan": "Азербайджан",
"Bahamas": "Багамы",
"Bahrain": "Бахрейн",
"Bangladesh": "Бангладеш",
"Barbados": "Барбадос",
"Belarus": "Беларусь",
"Belgium": "Бельгия",
"Belize": "Белиз",
"Benin": "Бенин",
"Bermuda": "Бермудские острова",
"Bhutan": "Бутан",
"Billing Information": "Информация об оплате",
"Billing Management": "Управление счетами",
"Bolivia": "Боливия",
"Bolivia, Plurinational State of": "Боливия",
"Bonaire, Sint Eustatius and Saba": "Бонэйр, Синт-Эстатиус и Саба",
"Bosnia And Herzegovina": "Босния и Герцеговина",
"Bosnia and Herzegovina": "Босния и Герцеговина",
"Botswana": "Ботсвана",
"Bouvet Island": "Остров Буве",
"Brazil": "Бразилия",
"British Indian Ocean Territory": "Британская территория Индийского океана",
"Browser Sessions": "Сеансы",
"Brunei Darussalam": "Бруней-Даруссалам",
"Bulgaria": "Болгария",
"Burkina Faso": "Буркина-Фасо",
"Burundi": "Бурунди",
"Cambodia": "Камбоджа",
"Cameroon": "Камерун",
"Canada": "Канада",
"Cancel": "Отмена",
"Cancel Subscription": "Отменить подписку",
"Cape Verde": "Кабо-Верде",
"Card": "Карта",
"Cayman Islands": "Каймановы острова",
"Central African Republic": "Центрально-Африканская Республика",
"Chad": "Чад",
"Change Subscription Plan": "Изменить план подписки",
"Changes": "Изменения",
"Chile": "Чили",
"China": "Китай",
"Choose": "Выберите",
"Choose :field": "Выберите :field",
"Choose :resource": "Выберите :resource",
"Choose an option": "Выберите опцию",
"Choose date": "Выберите дату",
"Choose File": "Выберите файл",
"Choose Type": "Выберите тип",
"Christmas Island": "Остров Рождества",
"City": "Город",
"Click to choose": "Кликните для выбора",
"Close": "Закрыть",
"Cocos (Keeling) Islands": "Кокосовые (Килинг) острова",
"Code": "Код",
"Colombia": "Колумбия",
"Comoros": "Коморские острова",
"Confirm": "Подтвердить",
"Confirm Password": "Подтверждение пароля",
"Confirm Payment": "Подтвердить оплату",
"Confirm your :amount payment": "Подтвердите платёж на сумму :amount",
"Congo": "Конго",
"Congo, Democratic Republic": "Конго, Демократическая Республика",
"Congo, the Democratic Republic of the": "Конго, Демократическая республика",
"Constant": "Константа",
"Cook Islands": "Острова Кука",
"Costa Rica": "Коста-Рика",
"Cote D'Ivoire": "Кот-д'Ивуар",
"could not be found.": "не может быть найдено.",
"Country": "Страна",
"Coupon": "Купон",
"Create": "Создать",
"Create & Add Another": "Создать и добавить другое",
"Create :resource": "Создать :resource",
"Create a new team to collaborate with others on projects.": "Создайте новую команду для совместной работы над проектами.",
"Create Account": "Создать аккаунт",
"Create API Token": "Создать API токен",
"Create New Team": "Создать команду",
"Create Team": "Создать команду",
"Created.": "Создано.",
"Croatia": "Хорватия",
"Cuba": "Куба",
"Curaçao": "Кюрасао",
"Current Password": "Текущий пароль",
"Current Subscription Plan": "Текущий план подписки",
"Currently Subscribed": "Вы подписаны",
"Customize": "Настройка",
"Cyprus": "Кипр",
"Czech Republic": "Республика Чехия",
"Côte d'Ivoire": "Кот-д'Ивуар",
"Dashboard": "Главная",
"December": "Декабрь",
"Decrease": "Снижение",
"Delete": "Удалить",
"Delete Account": "Удалить аккаунт",
"Delete API Token": "Удалить API токен",
"Delete File": "Удалить файл",
"Delete Resource": "Удалить ресурс",
"Delete Selected": "Удалить выбранные",
"Delete Team": "Удалить команду",
"Denmark": "Дания",
"Detach": "Открепить",
"Detach Resource": "Открепить ресурс",
"Detach Selected": "Открепить выбранные",
"Details": "Подробности",
"Disable": "Отключить",
"Djibouti": "Джибути",
"Do you really want to leave? You have unsaved changes.": "Вы действительно хотите уйти? У Вас есть несохранённые изменения.",
"Dominica": "Доминика",
"Dominican Republic": "Доминиканская Республика",
"Done.": "Успешно.",
"Download": "Скачать",
"Download Receipt": "Скачать квитанцию",
"Ecuador": "Эквадор",
"Edit": "Редактировать",
"Edit :resource": "Редактировать :resource",
"Edit Attached": "Редактировать прикреплённые",
"Editor": "Редактор",
"Editor users have the ability to read, create, and update.": "Пользователи с правами редактора могут читать, создавать и обновлять.",
"Egypt": "Египет",
"El Salvador": "Сальвадор",
"Email": "E-Mail адрес",
"Email Address": "Email",
"Email Addresses": "Email",
"Email Password Reset Link": "Ссылка для сброса пароля",
"Enable": "Включить",
"Ensure your account is using a long, random password to stay secure.": "В целях безопасности убедитесь, что Вы используете длинный рандомный пароль.",
"Equatorial Guinea": "Экваториальная Гвинея",
"Eritrea": "Эритрея",
"Estonia": "Эстония",
"Ethiopia": "Эфиопия",
"ex VAT": "без НДС",
"Extra Billing Information": "Дополнительная информация для выставления счетов",
"Extra confirmation is needed to process your payment. Please confirm your payment by filling out your payment details below.": "Необходимо дополнительное подтверждение для обработки Вашего платежа. Пожалуйста, подтвердите Ваш платёж, заполнив платежные реквизиты.",
"Extra confirmation is needed to process your payment. Please continue to the payment page by clicking on the button below.": "Необходимо дополнительное подтверждение для обработки Вашего платежа. Пожалуйста, перейдите на страницу оплаты, нажав кнопку ниже.",
"Falkland Islands (Malvinas)": "Фолклендские (Мальвинские) острова",
"Faroe Islands": "Фарерские острова",
"February": "Февраль",
"Fiji": "Фиджи",
"Finland": "Финляндия",
"For your security, please confirm your password to continue.": "Для продолжения подтвердите пароль для Вашей безопасности.",
"Forbidden": "Запрещено",
"Force Delete": "Принудительно удалить",
"Force Delete Resource": "Принудительно удалить ресурс",
"Force Delete Selected": "Принудительно удалить выбранное",
"Forgot your password?": "Забыли пароль?",
"Forgot Your Password?": "Забыли пароль?",
"Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Забыли пароль? Нет проблем. Просто сообщите Ваш email-адрес и мы пришлём Вам ссылку для сброса пароля.",
"France": "Франция",
"French Guiana": "Французская Гвиана",
"French Polynesia": "Французская Полинезия",
"French Southern Territories": "Южные Французские Территории",
"Full name": "ФИО",
"Gabon": "Габон",
"Gambia": "Гамбия",
"Georgia": "Грузия",
"Germany": "Германия",
"Ghana": "Гана",
"Gibraltar": "Гибралтар",
"Go back": "Назад",
"Go Home": "Домой",
"Go to page :page": "Перейти к :page-й странице",
"Great! You have accepted the invitation to join the :team team.": "Отлично! Вы приняли приглашение присоединиться к команде :team.",
"Greece": "Греция",
"Greenland": "Гренландия",
"Grenada": "Гренада",
"Guadeloupe": "Гваделупа",
"Guam": "Гуам",
"Guatemala": "Гватемала",
"Guernsey": "Гернси",
"Guinea": "Гвинея",
"Guinea-Bissau": "Гвинея-Бисау",
"Guyana": "Гайана",
"Haiti": "Гаити",
"Have a coupon code?": "У Вас есть купон?",
"Having second thoughts about cancelling your subscription? You can instantly reactive your subscription at any time until the end of your current billing cycle. After your current billing cycle ends, you may choose an entirely new subscription plan.": "Есть сомнения по поводу отмены подписки? Вы можете повторно активировать подписку в любое время до конца текущего платежного цикла. По окончании текущего платежного цикла Вы можете выбрать новый план подписки.",
"Heard Island & Mcdonald Islands": "Остров Херд и острова Макдональд",
"Heard Island and McDonald Islands": "Остров Херд и острова Макдональд",
"Hello!": "Здравствуйте!",
"Hide Content": "Скрыть контент",
"Hold Up!": "Задержать!",
"Holy See (Vatican City State)": "Святой Престол (государство-город Ватикан)",
"Honduras": "Гондурас",
"Hong Kong": "Гонконг",
"Hungary": "Венгрия",
"I accept the terms of service": "Я принимаю условия предоставления услуг",
"I agree to the :terms_of_service and :privacy_policy": "Я соглашаюсь с :terms_of_service и :privacy_policy",
"Iceland": "Исландия",
"ID": "ID",
"If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "При необходимости, Вы можете выйти из всех других сеансов на всех Ваших устройствах. Некоторые из Ваших сеансов перечислены ниже, однако, этот список может быть не полным. Если Вы считаете, что Ваша учётная запись была взломана, Вам также следует обновить свой пароль.",
"If you already have an account, you may accept this invitation by clicking the button below:": "Если у Вас уже есть учётная запись, Вы можете принять это приглашение, нажав на кнопку:",
"If you did not create an account, no further action is required.": "Если Вы не создавали учетную запись, никаких дополнительных действий не требуется.",
"If you did not expect to receive an invitation to this team, you may discard this email.": "Если Вы не желаете войти в состав этой команды, Вы можете проигнорировать это письмо.",
"If you did not request a password reset, no further action is required.": "Если Вы не запрашивали сброс пароля, то дополнительных действий не требуется.",
"If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Если у Вас нет учётной записи, Вы можете создать её, нажав на кнопку ниже. После создания учётной записи, Вы можете нажать кнопку принятия приглашения в этом письме, чтобы принять его:",
"If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Если Вам нужно добавить другую контактную или налоговую информацию к Вашим квитанциям, например, полное наименование компании, идентификационный номер плательщика НДС или адрес, Вы можете добавить ее здесь.",
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Если у Вас возникли проблемы с кликом по кнопке \":actionText\", скопируйте и вставьте адрес\nв адресную строку браузера:",
"If youre having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Если у Вас возникли проблемы с кликом по кнопке \":actionText\", скопируйте и вставьте адрес\nв адресную строку браузера:",
"Increase": "Увеличить",
"India": "Индия",
"Indonesia": "Индонезия",
"Iran, Islamic Republic Of": "Иран",
"Iran, Islamic Republic of": "Иран",
"Iraq": "Ирак",
"Ireland": "Ирландия",
"Isle Of Man": "Остров Мэн",
"Isle of Man": "Остров Мэн",
"Israel": "Израиль",
"It looks like you do not have an active subscription. You may choose one of the subscription plans below to get started. Subscription plans may be changed or cancelled at your convenience.": "Похоже у Вас нет активной подписки. Для начала Вам нужно выбрать один из вариантов подписок. План подписки может быть изменён или отменён в любое время.",
"Italy": "Италия",
"Jamaica": "Ямайка",
"Jane Doe": "Иван Иванов",
"January": "Январь",
"Japan": "Япония",
"Jersey": "Джерси",
"Jordan": "Иордания",
"July": "Июль",
"June": "Июнь",
"Kazakhstan": "Казахстан",
"Kenya": "Кения",
"Key": "Ключ",
"Kiribati": "Кирибати",
"Korea": "Южная Корея",
"Korea, Democratic People's Republic of": "Северная Корея",
"Korea, Republic of": "Республика Корея",
"Kosovo": "Косово",
"Kuwait": "Кувейт",
"Kyrgyzstan": "Кыргызстан",
"Lao People's Democratic Republic": "Лаосская Народно-Демократическая Республика",
"Last active": "Последняя активность",
"Last used": "Последнее использование",
"Latvia": "Латвия",
"Leave": "Покинуть",
"Leave Team": "Покинуть команду",
"Lebanon": "Ливан",
"Lens": "Линза",
"Lesotho": "Лесото",
"Liberia": "Либерия",
"Libyan Arab Jamahiriya": "Ливийская арабская джамахирия",
"Liechtenstein": "Лихтенштейн",
"Lithuania": "Литва",
"Load :perPage More": "Загрузить ещё :perPage",
"Log in": "Войти",
"Log Out": "Выйти",
"Log Out Other Browser Sessions": "Завершить другие сессии",
"Login": "Войти",
"Logout": "Выйти",
"Luxembourg": "Люксембург",
"Macao": "Макао",
"Macedonia": "Македония",
"Macedonia, the former Yugoslav Republic of": "Македония, бывшая югославская Республика",
"Madagascar": "Мадагаскар",
"Malawi": "Малави",
"Malaysia": "Малайзия",
"Maldives": "Мальдивы",
"Mali": "Мали",
"Malta": "Мальта",
"Manage Account": "Управление аккаунтом",
"Manage and log out your active sessions on other browsers and devices.": "Управление активными сеансами на других устройствах.",
"Manage API Tokens": "Управление API токенами",
"Manage Role": "Управление ролью",
"Manage Team": "Управление командой",
"Managing billing for :billableName": "Управление счетами для :billableName",
"March": "Март",
"Marshall Islands": "Маршалловы острова",
"Martinique": "Мартиника",
"Mauritania": "Мавритания",
"Mauritius": "Маврикий",
"May": "Май",
"Mayotte": "Майотта",
"Mexico": "Мексика",
"Micronesia, Federated States Of": "Микронезия",
"Micronesia, Federated States of": "Микронезия, Федеративные Штаты",
"Moldova": "Молдова",
"Moldova, Republic of": "Республика Молдова",
"Monaco": "Монако",
"Mongolia": "Монголия",
"Montenegro": "Черногория",
"Month To Date": "С начала месяца по дату",
"Monthly": "Ежемесячно",
"monthly": "ежемесячно",
"Montserrat": "Монтсеррат",
"Morocco": "Марокко",
"Mozambique": "Мозамбик",
"Myanmar": "Мьянма",
"Name": "Имя",
"Namibia": "Намибия",
"Nauru": "Науру",
"Nepal": "Непал",
"Netherlands": "Нидерланды",
"Netherlands Antilles": "Нидерландские Антильские острова",
"Nevermind, I'll keep my old plan": "Неважно, я остаюсь на предыдущем плане",
"New": "Новый",
"New :resource": "Новый :resource",
"New Caledonia": "Новая Каледония",
"New Password": "Новый пароль",
"New Zealand": "Новая Зеландия",
"Next": "Следующий",
"Nicaragua": "Никарагуа",
"Niger": "Нигер",
"Nigeria": "Нигерия",
"Niue": "Ниуэ",
"No": "Нет",
"No :resource matched the given criteria.": "Нет :resource совпадающих с условиями.",
"No additional information...": "Нет дополнительной информации...",
"No Current Data": "Нет текущих данных",
"No Data": "Нет данных",
"no file selected": "нет выбранных файлов",
"No Increase": "Не увеличено",
"No Prior Data": "Нет приоритетных данных",
"No Results Found.": "Результаты не найдены.",
"Norfolk Island": "Остров Норфолк",
"Northern Mariana Islands": "Северные Марианские острова",
"Norway": "Норвегия",
"Not Found": "Не найдено",
"Nova User": "Пользователь Nova",
"November": "Ноябрь",
"October": "Октябрь",
"of": "из",
"Oh no": "О, нет",
"Oman": "Оман",
"Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "После удаления команды все её ресурсы и данные будут удалены без возможности восстановления. Перед удалением скачайте данные и информацию о команде, которые хотите сохранить.",
"Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "После удаления Вашей учётной записи все её ресурсы и данные будут удалены без возможности восстановления. Перед удалением учётной записи загрузите данные и информацию, которую хотите сохранить.",
"Only Trashed": "Только удалённые",
"Original": "Оригинал",
"Our billing management portal allows you to conveniently manage your subscription plan, payment method, and download your recent invoices.": "Наш портал управления счетами позволяет Вам удобно управлять своими подписками, способом оплаты и скачивать закрывающие документы.",
"Page Expired": "Страница устарела",
"Pagination Navigation": "Навигация",
"Pakistan": "Пакистан",
"Palau": "Палау",
"Palestinian Territory, Occupied": "Палестинская территория",
"Panama": "Панама",
"Papua New Guinea": "Папуа-Новая Гвинея",
"Paraguay": "Парагвай",
"Password": "Пароль",
"Pay :amount": "Оплатить :amount",
"Payment Cancelled": "Платёж отменён",
"Payment Confirmation": "Платёж подтверждён",
"Payment Information": "Информация об оплате",
"Payment Method": "Способ оплаты",
"Payment Successful": "Платёж выполнен",
"Pending Team Invitations": "Ожидающие приглашения в команду",
"Per Page": "На страницу",
"Permanently delete this team.": "Удалить эту команду навсегда.",
"Permanently delete your account.": "Удалить свой аккаунт навсегда.",
"Permissions": "Разрешения",
"Peru": "Перу",
"Philippines": "Филиппины",
"Photo": "Фото",
"Pitcairn": "Питкэрн",
"Please accept the terms of service.": "Пожалуйста, примите условия использования сервисом.",
"Please click the button below to verify your email address.": "Пожалуйста, нажмите кнопку ниже, чтобы подтвердить свой адрес электронной почты.",
"Please confirm access to your account by entering one of your emergency recovery codes.": "Подтвердите доступ к своей учётной записи, введя один из кодов аварийного восстановления.",
"Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Подтвердите доступ к своей учётной записи, введя код из Вашего приложения аутентификации.",
"Please copy your new API token. For your security, it won't be shown again.": "Скопируйте Ваш новый API токен. В целях безопасности он больше не будет отображаться.",
"Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Введите пароль для подтверждения выхода из других сеансов на всех ваших устройствах.",
"Please provide a maximum of three receipt emails addresses.": "Укажите не более трёх email адресов для получения квитанций об оплате.",
"Please provide the email address of the person you would like to add to this team.": "Укажите электронный адрес человека, которого Вы хотите добавить в эту команду.",
"Please provide your name.": "Пожалуйста, укажите Ваше имя.",
"Poland": "Польша",
"Portugal": "Португалия",
"Press \/ to search": "Нажмите \"\/\" для поиска",
"Preview": "Предпросмотр",
"Previous": "Предыдущий",
"Privacy Policy": "политикой конфиденциальности",
"Profile": "Профиль",
"Profile Information": "Информация профиля",
"Puerto Rico": "Пуэрто-Рико",
"Qatar": "Катар",
"Quarter To Date": "Квартал до даты",
"Receipt Email Addresses": "Email адреса для получения квитанций",
"Receipts": "Квитанции",
"Recovery Code": "Код восстановления",
"Regards": "С уважением",
"Regenerate Recovery Codes": "Перегенерировать коды восстановления",
"Register": "Регистрация",
"Reload": "Перезагрузить",
"Remember me": "Запомнить меня",
"Remember Me": "Запомнить меня",
"Remove": "Удалить",
"Remove Photo": "Удалить фото",
"Remove Team Member": "Удалить члена команды",
"Resend Verification Email": "Выслать повторно письмо для подтверждения",
"Reset Filters": "Сбросить фильтры",
"Reset Password": "Сбросить пароль",
"Reset Password Notification": "Уведомление сброса пароля",
"resource": "ресурс",
"Resources": "Ресурсы",
"resources": "ресурсы",
"Restore": "Восстановить",
"Restore Resource": "Восстановить ресурс",
"Restore Selected": "Восстановить выбранные",
"results": "результатов",
"Resume Subscription": "Возобновить подписку",
"Return to :appName": "Вернуться к :appName",
"Reunion": "Воссоединение",
"Role": "Роль",
"Romania": "Румыния",
"Run Action": "Выполнить действие",
"Russian Federation": "Российская Федерация",
"Rwanda": "Руанда",
"Réunion": "Реюньон",
"Saint Barthelemy": "Сен-Бартелеми",
"Saint Barthélemy": "Святой Варфоломей",
"Saint Helena": "Остров Святой Елены",
"Saint Kitts And Nevis": "Сент-Китс и Невис",
"Saint Kitts and Nevis": "Сент-Китс и Невис",
"Saint Lucia": "Сент-Люсия",
"Saint Martin": "Сен-Мартен",
"Saint Martin (French part)": "Сен-Мартен (французская часть)",
"Saint Pierre And Miquelon": "Сен-Пьер и Микелон",
"Saint Pierre and Miquelon": "Сен-Пьер и Микелон",
"Saint Vincent And Grenadines": "Сент-Винсент и Гренадины",
"Saint Vincent and the Grenadines": "Святой Винсент и Гренадины",
"Samoa": "Самоа",
"San Marino": "Сан-Марино",
"Sao Tome And Principe": "Сан-Томе и Принсипи",
"Sao Tome and Principe": "Сан-Томе и Принсипи",
"Saudi Arabia": "Саудовская Аравия",
"Save": "Сохранить",
"Saved.": "Сохранено.",
"Search": "Поиск",
"Select": "Выбрать",
"Select a different plan": "Выбрать другой план",
"Select A New Photo": "Выбрать фото",
"Select Action": "Выбрать действие",
"Select All": "Выбрать все",
"Select All Matching": "Выбрать все совпадающие",
"Send Password Reset Link": "Отправить ссылку сброса пароля",
"Senegal": "Сенегал",
"September": "Сентябрь",
"Serbia": "Сербия",
"Server Error": "Ошибка сервера",
"Service Unavailable": "Сервис недоступен",
"Seychelles": "Сейшелы",
"Show All Fields": "Показать все поля",
"Show Content": "Показать контент",
"Show Recovery Codes": "Показать коды восстановления",
"Showing": "Показано с",
"Sierra Leone": "Сьерра-Леоне",
"Signed in as": "Вы вошли как",
"Singapore": "Сингапур",
"Sint Maarten (Dutch part)": "Синт-Мартен (голландская часть)",
"Slovakia": "Словакия",
"Slovenia": "Словения",
"Solomon Islands": "Соломоновы острова",
"Somalia": "Сомали",
"Something went wrong.": "Что-то не так.",
"Sorry! You are not authorized to perform this action.": "Извините, у Вас не хватает прав для выполнения этого действия.",
"Sorry, your session has expired.": "Извините, Ваша сессия устарела.",
"South Africa": "Южная Африка",
"South Georgia And Sandwich Isl.": "Южная Георгия и Сэндвичевые острова",
"South Georgia and the South Sandwich Islands": "Южная Георгия и Южные Сандвичевы острова",
"South Sudan": "Южный Судан",
"Spain": "Испания",
"Sri Lanka": "Шри-Ланка",
"Standalone Actions": "Автономные действия",
"Start Polling": "Начать опрос",
"State \/ County": "Штат \/ Страна",
"Stop Polling": "Остановить опрос",
"Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Храните эти коды восстановления в безопасном месте. Их можно использовать для восстановления доступа к Вашей учётной записи, если Ваше устройство с двухфакторной аутентификацией потеряно.",
"Subscribe": "Подписаться",
"Subscription Information": "Информация о подписке",
"Subscription Pending": "Подписка в очереди",
"Sudan": "Судан",
"Suriname": "Суринам",
"Svalbard And Jan Mayen": "Шпицберген и Ян-Майен",
"Svalbard and Jan Mayen": "Шпицберген и Ян Майен",
"Swaziland": "Свазиленд",
"Sweden": "Швеция",
"Switch Teams": "Сменить команды",
"Switzerland": "Швейцария",
"Syrian Arab Republic": "Сирия",
"Taiwan": "Тайвань",
"Taiwan, Province of China": "Тайвань, провинция Китая",
"Tajikistan": "Таджикистан",
"Tanzania": "Танзания",
"Tanzania, United Republic of": "Танзания, Объединенная Республика",
"Team Details": "Детали команды",
"Team Invitation": "Приглашение в команду",
"Team Members": "Члены команды",
"Team Name": "Название команды",
"Team Owner": "Владелец команды",
"Team Settings": "Настройки команды",
"Terms of Service": "Условия обслуживания",
"Thailand": "Таиланд",
"Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Спасибо за регистрацию! Прежде чем начать, не могли бы Вы подтвердить адрес своей электронной почты перейдя по ссылке, которую мы Вам отправили? Если Вы не получили письмо, мы с радостью отправим новое.",
"Thanks for your continued support. We've attached a copy of your invoice for your records. Please let us know if you have any questions or concerns.": "Спасибо Вам за начало продуктивного сотрудничества. Мы приложили копию Вашего счёта для учёта. Пожалуйста, дайте нам знать, если у Вас возникнут какие-либо вопросы или проблемы.",
"Thanks,": "Спасибо,",
"The :attribute must be a valid role.": "Поле :attribute должно быть корректной ролью.",
"The :attribute must be at least :length characters and contain at least one number.": "Поле :attribute должно быть не меньше :length символов и содержать как минимум одну цифру.",
"The :attribute must be at least :length characters and contain at least one special character and one number.": "Поле :attribute должно быть не меньше :length символов, содержать как минимум один спецсимвол и одну цифру.",
"The :attribute must be at least :length characters and contain at least one special character.": "Поле :attribute должно быть не меньше :length символов и содержать как минимум один спецсимвол.",
"The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Поле :attribute должно быть не меньше :length символов и содержать как минимум один символ в верхнем регистре и одну цифру.",
"The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "Поле :attribute должно быть не меньше :length символов и содержать как минимум один символ в верхнем регистре и один спецсимвол.",
"The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "Поле :attribute должно быть не меньше :length символов и содержать как минимум один символ в верхнем регистре, одно число и один спецсимвол.",
"The :attribute must be at least :length characters and contain at least one uppercase character.": "Поле :attribute должно быть не меньше :length символов и содержать как минимум один символ в верхнем регистре.",
"The :attribute must be at least :length characters.": "Поле :attribute должно быть не меньше :length символов.",
"The :attribute must contain at least one letter.": "Поле :attribute должно содержать минимум одну букву.",
"The :attribute must contain at least one number.": "Поле :attribute должно содержать минимум одну цифру.",
"The :attribute must contain at least one symbol.": "Поле :attribute должно содержать минимум один спец символ.",
"The :attribute must contain at least one uppercase and one lowercase letter.": "Поле :attribute должно содержать как минимум по одному символу в нижнем и верхнем регистрах.",
"The :resource was created!": "Ресурс :resource создан!",
"The :resource was deleted!": "Ресурс :resource удалён!",
"The :resource was restored!": "Ресурс :resource восстановлен!",
"The :resource was updated!": "Ресурс :resource обновлён!",
"The action ran successfully!": "Действие успешно запущено!",
"The file was deleted!": "Файл удалён!",
"The given :attribute has appeared in a data leak. Please choose a different :attribute.": "Значение поля :attribute обнаружено в утечке данных. Пожалуйста, укажите другое значение для :attribute.",
"The government won't let us show you what's behind these doors": "Правительство не позволяет нам показывать то, что прячется за этими дверями",
"The HasOne relationship has already been filled.": "Релейшен hasOne уже заполнен.",
"The password is incorrect.": "Некорректный пароль.",
"The payment was successful.": "Оплата прошла успешно.",
"The provided coupon code is invalid.": "Предоставленный код купона недействителен.",
"The provided password does not match your current password.": "Указанный пароль не соответствует Вашему текущему паролю.",
"The provided password was incorrect.": "Неверный пароль.",
"The provided two factor authentication code was invalid.": "Неверный код двухфакторной аутентификации.",
"The provided VAT number is invalid.": "Указанный номер НДС недействителен.",
"The receipt emails must be valid email addresses.": "Email адреса для получения квитанций должны быть существующими.",
"The resource was updated!": "Ресурс был обновлён!",
"The selected country is invalid.": "Выбранная страна недействительна.",
"The selected plan is invalid.": "Выбранный план недействителен.",
"The team's name and owner information.": "Название команды и информация о её владельце.",
"There are no available options for this resource.": "Нет доступных опций для этого ресурса.",
"There is no active subscription.": "Нет активной подписки.",
"There was a problem executing the action.": "При выполнении действия возникла проблема.",
"There was a problem submitting the form.": "При отправке формы возникла проблема.",
"These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Эти люди были приглашены в Вашу команду и получили электронное письмо с приглашением. Они могут присоединиться к команде, приняв приглашение.",
"This account does not have an active subscription.": "У этой учетной записи нет активной подписки.",
"This action is unauthorized.": "Неавторизованное действие.",
"This device": "Это устройство",
"This file field is read-only.": "Поле файла доступно только для чтения.",
"This image": "Это изображение",
"This is a secure area of the application. Please confirm your password before continuing.": "Это защищённая область приложения. Пожалуйста, подтвердите Ваш пароль, прежде чем продолжить.",
"This password does not match our records.": "Пароль не соответствует.",
"This password reset link will expire in :count minutes.": "Срок действия ссылки для сброса пароля истекает через :count минут.",
"This payment was already successfully confirmed.": "Платёж уже подтверждён.",
"This payment was cancelled.": "Платёж был отменён.",
"This resource no longer exists": "Ресурс больше не существует",
"This subscription cannot be resumed. Please create a new subscription.": "Эту подписку нельзя возобновить. Пожалуйста, оформите новую.",
"This subscription has expired and cannot be resumed. Please create a new subscription.": "Срок действия этой подписки истёк и её нельзя возобновить. Пожалуйста, оформите новую подписку.",
"This user already belongs to the team.": "Пользователь уже входит в команду.",
"This user has already been invited to the team.": "Этот пользователь уже был приглашён в команду.",
"Timor-Leste": "Тимор-Лешти",
"to": "по",
"Today": "Сегодня",
"Toggle navigation": "Переключить навигацию",
"Togo": "Того",
"Tokelau": "Токелау",
"Token Name": "Имя токена",
"Tonga": "Тонга",
"Too Many Requests": "Слишком много запросов",
"total": "всего",
"Total:": "Итого:",
"Trashed": "Удалённые",
"Trinidad And Tobago": "Тринидад и Тобаго",
"Trinidad and Tobago": "Тринидад и Тобаго",
"Tunisia": "Тунис",
"Turkey": "Индюк",
"Turkmenistan": "Туркменистан",
"Turks And Caicos Islands": "Острова Теркс и Кайкос",
"Turks and Caicos Islands": "Острова Теркс и Кайкос",
"Tuvalu": "Тувалу",
"Two Factor Authentication": "Двухфакторная аутентификация",
"Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application.": "Двухфакторная аутентификация включена. Сканируйте QR-код с помощью приложения проверки аутентификации на Вашем телефоне.",
"Uganda": "Уганда",
"Ukraine": "Украина",
"Unauthorized": "Не авторизован",
"United Arab Emirates": "Объединенные Арабские Эмираты",
"United Kingdom": "Соединенное Королевство",
"United States": "Соединенные Штаты",
"United States Minor Outlying Islands": "Внешние малые острова США",
"United States Outlying Islands": "Внешние острова США",
"Update": "Обновить",
"Update & Continue Editing": "Обновить и продолжить редактирование",
"Update :resource": "Обновить :resource",
"Update :resource: :title": "Обновить :resource: :title",
"Update attached :resource: :title": "Обновить прикреплённый :resource: :title",
"Update Password": "Обновить пароль",
"Update Payment Information": "Обновить платёжную информацию",
"Update Payment Method": "Обновить способ оплаты",
"Update your account's profile information and email address.": "Обновите информацию и email-адрес в профиле Вашей учётной записи.",
"Uruguay": "Уругвай",
"Use a recovery code": "Использовать код восстановления",
"Use an authentication code": "Использовать код аутентификации",
"Uzbekistan": "Узбекистан",
"Value": "Значение",
"Vanuatu": "Вануату",
"VAT Number": "Идентификатор НДС",
"Venezuela": "Венесуэла",
"Venezuela, Bolivarian Republic of": "Венесуэла, Боливарианская Республика",
"Verify Email Address": "Подтвердить email-адрес",
"Viet Nam": "Вьетнам",
"View": "Показать",
"View Receipt": "Посмотреть квитанцию",
"Virgin Islands, British": "Виргинские острова, Британские",
"Virgin Islands, U.S.": "Виргинские острова, США",
"Wallis And Futuna": "Уоллис и Футуна",
"Wallis and Futuna": "Уоллис и Футуна",
"We are processing your subscription. Once the subscription has successfully processed, this page will update automatically. Typically, this process should only take a few seconds.": "Ваша подписка обрабатывается. После успешной обработки страница автоматически обновится. Обычно этот процесс занимает несколько секунд.",
"We are unable to process your payment. Please contact customer support.": "Мы не можем обработать Ваш платеж. Обратитесь в службу поддержки.",
"We were unable to find a registered user with this email address.": "Нам не удалось найти зарегистрированного пользователя с этим адресом электронной почты.",
"We will send a receipt download link to the email addresses that you specify below. You may separate multiple email addresses using commas.": "Мы отправим ссылку для скачивания квитанции на адреса электронной почты, которые вы укажете ниже. Вы можете разделить несколько email адресов запятыми.",
"We're lost in space. The page you were trying to view does not exist.": "Мы потерялись в пространстве. Страница, которую Вы пытаетесь просмотреть, не существует.",
"Welcome Back!": "С возвращением!",
"Western Sahara": "Западная Сахара",
"When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Если двухфакторная аутентификация включена, Вам будет предложено ввести случайный токен безопасности во время аутентификации. Вы можете получить этот токен в приложении Google Authenticator Вашего телефона.",
"Whoops": "Упс",
"Whoops!": "Упс!",
"Whoops! Something went wrong.": "Упс! Что-то пошло не так.",
"With Trashed": "С удалёнными",
"Write": "Записать",
"Year To Date": "С начала года до даты",
"Yearly": "Годовая",
"Yemen": "Йемен",
"Yes": "Да",
"You are already subscribed.": "Вы уже подписаны.",
"You are currently within your free trial period. Your trial will expire on :date.": "В настоящее время у вас действует пробный период. Срок действия вашей пробной версии истекает :date.",
"You are receiving this email because we received a password reset request for your account.": "Вы получили это письмо, потому что мы получили запрос на сброс пароля для Вашей учетной записи.",
"You have been invited to join the :team team!": "Вас пригласили присоединиться к команде :team!",
"You have enabled two factor authentication.": "Вы включили двухфакторную аутентификацию.",
"You have not enabled two factor authentication.": "Вы не включили двухфакторную аутентификацию.",
"You may accept this invitation by clicking the button below:": "Вы можете принять это приглашение, нажав кнопку ниже:",
"You may cancel your subscription at any time. Once your subscription has been cancelled, you will have the option to resume the subscription until the end of your current billing cycle.": "Вы можете отменить подписку в любое время. После отмены подписки у вас будет возможность возобновить подписку до конца текущего платежного цикла.",
"You may delete any of your existing tokens if they are no longer needed.": "Вы можете удалить любой из имеющихся у Вас токенов, если они больше не нужны.",
"You may not delete your personal team.": "Вы не можете удалить свою команду.",
"You may not leave a team that you created.": "Вы не можете покидать созданную Вами команду.",
"Your :invoiceName invoice is now available!": "Ваш счёт :invoiceName доступен!",
"Your card was declined. Please contact your card issuer for more information.": "Ваша карта была отклонена. Пожалуйста, свяжитесь с банком, выдавшим карту, для получения дополнительной информации.",
"Your current payment method is :paypal.": "Ваш текущий способ оплаты - :paypal.",
"Your current payment method is a credit card ending in :lastFour that expires on :expiration.": "Ваш текущий способ оплаты - кредитная карта, оканчивающаяся на :lastFour, срок действия которой истекает :expiration.",
"Your registered VAT Number is :vatNumber.": "Ваш зарегистрированный номер НДС - :vatNumber.",
"Zambia": "Замбия",
"Zimbabwe": "Зимбабве",
"Zip \/ Postal Code": "Индекс",
"Åland Islands": "Аландские острова"
}

View File

@@ -0,0 +1,36 @@
<?php
return [
'attributes' => [
'address' => 'Адрес',
'age' => 'Возраст',
'available' => 'Доступно',
'city' => 'Город',
'content' => 'Контент',
'country' => 'Страна',
'current_password' => 'Текущий пароль',
'date' => 'Дата',
'day' => 'День',
'description' => 'Описание',
'email' => 'E-Mail адрес',
'excerpt' => 'Выдержка',
'first_name' => 'Имя',
'gender' => 'Пол',
'hour' => 'Час',
'last_name' => 'Фамилия',
'minute' => 'Минута',
'mobile' => 'Моб. номер',
'month' => 'Месяц',
'name' => 'Имя',
'password' => 'Пароль',
'password_confirmation' => 'Подтверждение пароля',
'phone' => 'Телефон',
'second' => 'Секунда',
'sex' => 'Пол',
'size' => 'Размер',
'time' => 'Время',
'title' => 'Наименование',
'username' => 'Никнейм',
'year' => 'Год',
],
];

View File

@@ -0,0 +1,131 @@
<?php
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
return [
'accepted' => 'Должно быть принято.',
'active_url' => 'Недействительный URL.',
'after' => 'Дата должна быть больше :date.',
'after_or_equal' => 'Дата должна быть больше или равняться :date.',
'alpha' => 'Здесь могут быть только буквы.',
'alpha_dash' => 'Здесь могут быть только буквы, цифры, дефис и нижнее подчеркивание.',
'alpha_num' => 'Здесь могут быть только буквы и цифры.',
'array' => 'Здесь должен быть массив.',
'attached' => 'Уже прикреплено.',
'before' => 'Дата здесь должна быть раньше :date.',
'before_or_equal' => 'Дата здесь должна быть раньше или равняться :date.',
'between' => [
'array' => 'Количество элементов должно быть между :min и :max.',
'file' => 'Размер файла должен быть между :min и :max Килобайт(а).',
'numeric' => 'Значение должно быть между :min и :max.',
'string' => 'Количество символов должно быть между :min и :max.',
],
'boolean' => 'Поле должно иметь значение логического типа.',
'confirmed' => 'Не совпадает с подтверждением.',
'date' => 'Не является датой.',
'date_equals' => 'Дата должна быть равной :date.',
'date_format' => 'Не соответствует формату :format.',
'different' => 'Значение должно отличаться от :other',
'digits' => 'Длина должна быть :digits.',
'digits_between' => 'Длина должна быть между :min и :max.',
'dimensions' => 'Изображение имеет недопустимые размеры.',
'distinct' => 'Поле содержит повторяющееся значение.',
'email' => 'Электронный адрес должен быть действительным.',
'ends_with' => 'Должно заканчиваться одним из следующих значений: :values',
'exists' => 'Выбранное значение некорректно.',
'file' => 'Содержимое должно быть файлом.',
'filled' => 'Обязательно для заполнения.',
'gt' => [
'array' => 'Количество элементов должно быть больше :value.',
'file' => 'Размер файла должен быть больше :value Килобайт(а).',
'numeric' => 'Значение должно быть больше :value.',
'string' => 'Количество символов должно быть больше :value.',
],
'gte' => [
'array' => 'Количество элементов должно быть :value или больше.',
'file' => 'Размер файла должен быть :value Килобайт(а) или больше.',
'numeric' => 'Значение должно быть :value или больше.',
'string' => 'Количество символов должно быть :value или больше.',
],
'image' => 'Здесь должно быть изображение.',
'in' => 'Выбранное значение ошибочно.',
'in_array' => 'Значение не существует в :other.',
'integer' => 'Должно быть целое число.',
'ip' => 'Должен быть действительный IP-адрес.',
'ipv4' => 'Должен быть действительный IPv4-адрес.',
'ipv6' => 'Должен быть действительный IPv6-адрес.',
'json' => 'Должно быть JSON строкой.',
'lt' => [
'array' => 'Количество элементов должно быть меньше :value.',
'file' => 'Размер файла должен быть меньше :value Килобайт(а).',
'numeric' => 'Значение должно быть меньше :value.',
'string' => 'Количество символов должно быть меньше :value.',
],
'lte' => [
'array' => 'Количество элементов должно быть :value или меньше.',
'file' => 'Размер файла должен быть :value Килобайт(а) или меньше.',
'numeric' => 'Значение должно быть :value или меньше.',
'string' => 'Количество символов должно быть :value или меньше.',
],
'max' => [
'array' => 'Количество элементов не может превышать :max.',
'file' => 'Размер файла не может быть больше :max Килобайт(а).',
'numeric' => 'Значение не может быть больше :max.',
'string' => 'Количество символов не может превышать :max.',
],
'mimes' => 'Должен быть файл одного из следующих типов: :values.',
'mimetypes' => 'Должен быть файл одного из следующих типов: :values.',
'min' => [
'array' => 'Количество элементов должно быть не меньше :min.',
'file' => 'Размер файла должен быть не меньше :min Килобайт(а).',
'numeric' => 'Значение должно быть не меньше :min.',
'string' => 'Количество символов должно быть не меньше :min.',
],
'multiple_of' => 'Значение должно быть кратным :value',
'not_in' => 'Выбранное значение ошибочно.',
'not_regex' => 'Выбранный формат ошибочный.',
'numeric' => 'Здесь должно быть число.',
'password' => 'Неверный пароль.',
'present' => 'Значение должно быть.',
'prohibited' => 'Данное значение запрещено.',
'prohibited_if' => 'Значение запрещено, когда :other равно :value.',
'prohibited_unless' => 'Значение запрещено, если :other не входит в :values.',
'regex' => 'Ошибочный формат.',
'relatable' => 'Объект не может быть связан с этим ресурсом.',
'required' => 'Обязательно для заполнения.',
'required_if' => 'Обязательно для заполнения, когда :other равно :value.',
'required_unless' => 'Обязательно для заполнения, когда :other не равно :values.',
'required_with' => 'Обязательно для заполнения, когда :values указано.',
'required_with_all' => 'Обязательно для заполнения, когда :values указано.',
'required_without' => 'Обязательно для заполнения, когда :values не указано.',
'required_without_all' => 'Обязательно для заполнения, когда ни одно из :values не указано.',
'same' => 'Значение должно совпадать с :other.',
'size' => [
'array' => 'Количество элементов должно быть равным :size.',
'file' => 'Размер файла должен быть равен :size Килобайт(а).',
'numeric' => 'Значение должно быть равным :size.',
'string' => 'Количество символов должно быть равным :size.',
],
'starts_with' => 'Значение должно начинаться из одного из следующих значений: :values',
'string' => 'Здесь должна быть строка.',
'timezone' => 'Должен быть действительный часовой пояс.',
'unique' => 'Такое значение уже существует.',
'uploaded' => 'Загрузка не удалась.',
'url' => 'Ошибочный формат URL.',
'uuid' => 'Должен быть корректный UUID.',
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
'attributes' => [],
];

View File

@@ -0,0 +1,162 @@
<?php
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
return [
'accepted' => 'Вы должны принять :attribute.',
'active_url' => 'Поле :attribute содержит недействительный URL.',
'after' => 'В поле :attribute должна быть дата больше :date.',
'after_or_equal' => 'В поле :attribute должна быть дата больше или равняться :date.',
'alpha' => 'Поле :attribute может содержать только буквы.',
'alpha_dash' => 'Поле :attribute может содержать только буквы, цифры, дефис и нижнее подчеркивание.',
'alpha_num' => 'Поле :attribute может содержать только буквы и цифры.',
'array' => 'Поле :attribute должно быть массивом.',
'attached' => 'Поле :attribute уже прикреплено.',
'before' => 'В поле :attribute должна быть дата раньше :date.',
'before_or_equal' => 'В поле :attribute должна быть дата раньше или равняться :date.',
'between' => [
'array' => 'Количество элементов в поле :attribute должно быть между :min и :max.',
'file' => 'Размер файла в поле :attribute должен быть между :min и :max Килобайт(а).',
'numeric' => 'Поле :attribute должно быть между :min и :max.',
'string' => 'Количество символов в поле :attribute должно быть между :min и :max.',
],
'boolean' => 'Поле :attribute должно иметь значение логического типа.',
'confirmed' => 'Поле :attribute не совпадает с подтверждением.',
'date' => 'Поле :attribute не является датой.',
'date_equals' => 'Поле :attribute должно быть датой равной :date.',
'date_format' => 'Поле :attribute не соответствует формату :format.',
'different' => 'Поля :attribute и :other должны различаться.',
'digits' => 'Длина цифрового поля :attribute должна быть :digits.',
'digits_between' => 'Длина цифрового поля :attribute должна быть между :min и :max.',
'dimensions' => 'Поле :attribute имеет недопустимые размеры изображения.',
'distinct' => 'Поле :attribute содержит повторяющееся значение.',
'email' => 'Поле :attribute должно быть действительным электронным адресом.',
'ends_with' => 'Поле :attribute должно заканчиваться одним из следующих значений: :values',
'exists' => 'Выбранное значение для :attribute некорректно.',
'file' => 'Поле :attribute должно быть файлом.',
'filled' => 'Поле :attribute обязательно для заполнения.',
'gt' => [
'array' => 'Количество элементов в поле :attribute должно быть больше :value.',
'file' => 'Размер файла в поле :attribute должен быть больше :value Килобайт(а).',
'numeric' => 'Поле :attribute должно быть больше :value.',
'string' => 'Количество символов в поле :attribute должно быть больше :value.',
],
'gte' => [
'array' => 'Количество элементов в поле :attribute должно быть :value или больше.',
'file' => 'Размер файла в поле :attribute должен быть :value Килобайт(а) или больше.',
'numeric' => 'Поле :attribute должно быть :value или больше.',
'string' => 'Количество символов в поле :attribute должно быть :value или больше.',
],
'image' => 'Поле :attribute должно быть изображением.',
'in' => 'Выбранное значение для :attribute ошибочно.',
'in_array' => 'Поле :attribute не существует в :other.',
'integer' => 'Поле :attribute должно быть целым числом.',
'ip' => 'Поле :attribute должно быть действительным IP-адресом.',
'ipv4' => 'Поле :attribute должно быть действительным IPv4-адресом.',
'ipv6' => 'Поле :attribute должно быть действительным IPv6-адресом.',
'json' => 'Поле :attribute должно быть JSON строкой.',
'lt' => [
'array' => 'Количество элементов в поле :attribute должно быть меньше :value.',
'file' => 'Размер файла в поле :attribute должен быть меньше :value Килобайт(а).',
'numeric' => 'Поле :attribute должно быть меньше :value.',
'string' => 'Количество символов в поле :attribute должно быть меньше :value.',
],
'lte' => [
'array' => 'Количество элементов в поле :attribute должно быть :value или меньше.',
'file' => 'Размер файла в поле :attribute должен быть :value Килобайт(а) или меньше.',
'numeric' => 'Поле :attribute должно быть :value или меньше.',
'string' => 'Количество символов в поле :attribute должно быть :value или меньше.',
],
'max' => [
'array' => 'Количество элементов в поле :attribute не может превышать :max.',
'file' => 'Размер файла в поле :attribute не может быть больше :max Килобайт(а).',
'numeric' => 'Поле :attribute не может быть больше :max.',
'string' => 'Количество символов в поле :attribute не может превышать :max.',
],
'mimes' => 'Поле :attribute должно быть файлом одного из следующих типов: :values.',
'mimetypes' => 'Поле :attribute должно быть файлом одного из следующих типов: :values.',
'min' => [
'array' => 'Количество элементов в поле :attribute должно быть не меньше :min.',
'file' => 'Размер файла в поле :attribute должен быть не меньше :min Килобайт(а).',
'numeric' => 'Поле :attribute должно быть не меньше :min.',
'string' => 'Количество символов в поле :attribute должно быть не меньше :min.',
],
'multiple_of' => 'Значение поля :attribute должно быть кратным :value',
'not_in' => 'Выбранное значение для :attribute ошибочно.',
'not_regex' => 'Выбранный формат для :attribute ошибочный.',
'numeric' => 'Поле :attribute должно быть числом.',
'password' => 'Неверный пароль.',
'present' => 'Поле :attribute должно присутствовать.',
'prohibited' => 'Поле :attribute запрещено.',
'prohibited_if' => 'Поле :attribute запрещено, когда :other равно :value.',
'prohibited_unless' => 'Поле :attribute запрещено, если :other не входит в :values.',
'regex' => 'Поле :attribute имеет ошибочный формат.',
'relatable' => 'Поле :attribute не может быть связано с этим ресурсом.',
'required' => 'Поле :attribute обязательно для заполнения.',
'required_if' => 'Поле :attribute обязательно для заполнения, когда :other равно :value.',
'required_unless' => 'Поле :attribute обязательно для заполнения, когда :other не равно :values.',
'required_with' => 'Поле :attribute обязательно для заполнения, когда :values указано.',
'required_with_all' => 'Поле :attribute обязательно для заполнения, когда :values указано.',
'required_without' => 'Поле :attribute обязательно для заполнения, когда :values не указано.',
'required_without_all' => 'Поле :attribute обязательно для заполнения, когда ни одно из :values не указано.',
'same' => 'Значения полей :attribute и :other должны совпадать.',
'size' => [
'array' => 'Количество элементов в поле :attribute должно быть равным :size.',
'file' => 'Размер файла в поле :attribute должен быть равен :size Килобайт(а).',
'numeric' => 'Поле :attribute должно быть равным :size.',
'string' => 'Количество символов в поле :attribute должно быть равным :size.',
],
'starts_with' => 'Поле :attribute должно начинаться из одного из следующих значений: :values',
'string' => 'Поле :attribute должно быть строкой.',
'timezone' => 'Поле :attribute должно быть действительным часовым поясом.',
'unique' => 'Такое значение поля :attribute уже существует.',
'uploaded' => 'Загрузка поля :attribute не удалась.',
'url' => 'Поле :attribute имеет ошибочный формат URL.',
'uuid' => 'Поле :attribute должно быть корректным UUID.',
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
'attributes' => [
'address' => 'Адрес',
'age' => 'Возраст',
'available' => 'Доступно',
'city' => 'Город',
'content' => 'Контент',
'country' => 'Страна',
'current_password' => 'Текущий пароль',
'date' => 'Дата',
'day' => 'День',
'description' => 'Описание',
'email' => 'E-Mail адрес',
'excerpt' => 'Выдержка',
'first_name' => 'Имя',
'gender' => 'Пол',
'hour' => 'Час',
'last_name' => 'Фамилия',
'minute' => 'Минута',
'mobile' => 'Моб. номер',
'month' => 'Месяц',
'name' => 'Имя',
'password' => 'Пароль',
'password_confirmation' => 'Подтверждение пароля',
'phone' => 'Телефон',
'second' => 'Секунда',
'sex' => 'Пол',
'size' => 'Размер',
'time' => 'Время',
'title' => 'Наименование',
'username' => 'Никнейм',
'year' => 'Год',
],
];

107
resources/lang/tr/admin.php Normal file
View File

@@ -0,0 +1,107 @@
<?php
return [
'online' => 'Aktif',
'login' => 'Giriş',
'logout' => ıkış',
'setting' => 'Ayarlar',
'name' => 'İsim',
'username' => 'Kullanıcı adı',
'password' => 'Parola',
'password_confirmation' => 'Parola tekrar',
'remember_me' => 'Beni hatırla',
'user_setting' => 'Kullanıcı ayarları',
'avatar' => 'Profil resmi',
'list' => 'Liste',
'new' => 'Yeni',
'create' => 'Oluştur',
'delete' => 'Sil',
'remove' => 'Kaldır',
'edit' => 'Düzenle',
'view' => 'Gör',
'detail' => 'Ayrıntılar',
'browse' => 'Gözat',
'reset' => 'Temizle',
'export' => 'Dışarı aktar',
'batch_delete' => 'Toplu sil',
'save' => 'Kaydet',
'refresh' => 'Yenile',
'order' => 'Sırala',
'expand' => 'Genişlet',
'collapse' => 'Daralt',
'filter' => 'Filtrele',
'search' => 'arama',
'close' => 'Kapat',
'show' => 'Göster',
'entries' => 'kayıtlar',
'captcha' => 'Doğrulama',
'action' => 'İşlem',
'title' => 'Başlık',
'description' => 'Açıklama',
'back' => 'Geri',
'back_to_list' => 'Listeye dön',
'submit' => 'Gönder',
'continue_editing' => 'Düzenlemeye devam et',
'continue_creating' => 'Oluşturmaya devam et',
'menu' => 'Menü',
'input' => 'Giriş',
'succeeded' => 'Başarılı',
'failed' => 'Hatalı',
'delete_confirm' => 'Silmek istediğinize emin misiniz?',
'delete_succeeded' => 'Silme başarılı!',
'delete_failed' => 'Silme hatalı!',
'update_succeeded' => 'Güncellemen başarılı!',
'save_succeeded' => 'Kaydetme başarılı!',
'refresh_succeeded' => 'Yenileme başarılı!',
'login_successful' => 'Giriş başarılı',
'choose' => 'Seçin',
'choose_file' => 'Dosya seçin',
'choose_image' => 'Resim seçin',
'more' => 'Daha',
'deny' => 'İzin yok',
'administrator' => 'Yönetici',
'roles' => 'Roller',
'permissions' => 'İzinler',
'slug' => 'Kalıcı link',
'created_at' => 'Oluşturulma tarihi',
'updated_at' => 'Güncellenme tarihi',
'alert' => 'Uyarı',
'parent_id' => 'Ebeveyn',
'icon' => 'İkon',
'uri' => 'URL',
'operation_log' => 'İşlem kayıtları',
'parent_select_error' => 'Üst hata',
'pagination' => [
'range' => ':total kayıt içinden :first den :last e kadar',
],
'role' => 'Rol',
'permission' => 'İzin',
'route' => 'Rota',
'confirm' => 'Onayla',
'cancel' => 'İptal',
'http' => [
'method' => 'HTTP metodu',
'path' => 'HTTP dizini',
],
'all_methods_if_empty' => 'Tüm metodlar boş ise',
'all' => 'Tümü',
'current_page' => 'Mevcut sayfa',
'selected_rows' => 'Seçilen kayıtlar',
'upload' => 'Yükle',
'new_folder' => 'Yeni dizin',
'time' => 'Zaman',
'size' => 'Boyut',
'listbox' => [
'text_total' => 'Toplam {0} kayıt',
'text_empty' => 'Boş liste',
'filtered' => '{0} / {1}',
'filter_clear' => 'Tümünü göster',
'filter_placeholder' => 'Filtrele',
],
'menu_titles' => [],
'grid_items_selected' => '{n} öğe seçildi',
'menu_titles' => [],
'prev' => 'Önceki',
'next' => 'Sonraki',
'quick_create' => 'Hemen oluştur',
];

106
resources/lang/uk/admin.php Normal file
View File

@@ -0,0 +1,106 @@
<?php
return [
'online' => 'В мережі',
'login' => 'Увійти',
'logout' => 'Вийти',
'setting' => 'Налаштування',
'name' => 'Ім\'я',
'username' => 'Логін',
'password' => 'Пароль',
'password_confirmation' => 'Підтвердження пароля',
'remember_me' => 'Запам\'ятати',
'user_setting' => 'Налаштування користувача',
'avatar' => 'Аватар',
'list' => 'Список',
'new' => 'Додати',
'create' => 'Новий запис',
'delete' => 'Видалити',
'remove' => 'Видалити',
'edit' => 'Редагувати',
'view' => 'Переглянути',
'continue_editing' => 'Продовжити редагувати',
'continue_creating' => 'Продовжуйте створювати',
'detail' => 'Детально',
'browse' => 'Вибір файлу',
'reset' => 'Очистити',
'export' => 'Експорт',
'batch_delete' => 'Пакетне видалення',
'save' => 'Зберегти',
'refresh' => 'Оновити',
'order' => 'Сортування',
'expand' => 'Розгорнути',
'collapse' => 'Згорнути',
'filter' => 'Фільтр',
'search' => 'Пошук',
'close' => 'Закрити',
'show' => 'Показати',
'entries' => 'записи',
'captcha' => 'Захисний код',
'action' => 'Опції',
'title' => 'Назва',
'description' => 'Опис',
'back' => 'Назад',
'back_to_list' => 'Повернутися до списку',
'submit' => 'Створити',
'menu' => 'Меню',
'input' => 'Введення',
'succeeded' => 'Завершено',
'failed' => 'Помилка',
'delete_confirm' => 'Ви впевнені, що хочете видалити цей запис?',
'delete_succeeded' => 'Запис успішно видалено!',
'delete_failed' => 'Помилка при видаленні!',
'update_succeeded' => 'Запис успішно змінено!',
'save_succeeded' => 'Запис успішно створено!',
'refresh_succeeded' => 'Запис успішно оновлено!',
'login_successful' => 'Авторизація успішна',
'choose' => 'Вибрати',
'choose_file' => 'Вибір файлу',
'choose_image' => 'Вибір зображення',
'more' => 'Ще',
'deny' => 'Доступ заборонено',
'administrator' => 'Адміністратор',
'roles' => 'Ролі',
'permissions' => 'Доступ',
'slug' => 'Посилання',
'created_at' => 'Дата створення',
'updated_at' => 'Дата оновлення',
'alert' => 'Помилка',
'parent_id' => 'Батько',
'icon' => 'Іконка',
'uri' => 'URI',
'operation_log' => 'Журнал подій',
'parent_select_error' => 'Помилка при виборі батька',
'pagination' => [
'range' => 'Записи з :first по :last з :total',
],
'role' => 'Роль',
'permission' => 'Дозвіл',
'route' => 'Маршрут',
'confirm' => 'Підтвердити',
'cancel' => 'Скасувати',
'http' => [
'method' => 'HTTP метод',
'path' => 'шлях HTTP',
],
'all_methods_if_empty' => 'Усі методи, якщо це порожнє',
'all' => 'Усі',
'current_page' => 'Поточна сторінка',
'selected_rows' => 'Вибрані рядки',
'upload' => 'Завантажити',
'new_folder' => 'Нова папка',
'time' => 'Час',
'size' => 'Розмір',
'listbox' => [
'text_total' => 'Показано всі {0}',
'text_empty' => 'Пустий список',
'filtered' => '{0} / {1}',
'filter_clear' => 'Показати все',
'filter_placeholder'=> 'Фільтр',
],
'grid_items_selected' => '{n} елементів вибрано',
'menu_titles' => [],
'prev' => 'Попередня',
'next' => 'Наступна',
];

107
resources/lang/ur/admin.php Normal file
View File

@@ -0,0 +1,107 @@
<?php
return [
'online' => 'جڑا ہوا۔',
'login' => 'لاگ ان کریں۔',
'logout' => 'سائن آؤٹ',
'setting' => 'ترتیبات۔',
'name' => 'نام۔',
'username' => 'صارف کا نام',
'password' => 'پاس ورڈ',
'password_confirmation' => 'پاسورڈ کی تو ثیق',
'remember_me' => 'مجھے پہچانتے ہو',
'user_setting' => 'صارف کی ترتیب۔',
'avatar' => 'اوتار۔',
'list' => 'فہرست۔',
'new' => 'نئی',
'create' => 'بنانا',
'delete' => 'حذف کریں۔',
'remove' => 'دور',
'edit' => 'ترمیم',
'view' => 'دیکھیں',
'continue_editing' => 'ترمیم جاری رکھیں۔',
'continue_creating' => 'بنانا جاری رکھیں۔',
'detail' => 'تفصیل',
'browse' => 'براؤز کریں۔',
'reset' => 'ری سیٹ کریں۔',
'export' => 'برآمد کریں۔',
'batch_delete' => 'بیچ ڈیلیٹ۔',
'save' => 'محفوظ کریں',
'refresh' => 'ریفریش',
'order' => 'ترتیب',
'expand' => 'پھیلائیں۔',
'collapse' => 'گرنے',
'filter' => 'فلٹر',
'search' => 'تلاش کریں۔',
'close' => 'بند کریں',
'show' => 'دکھائیں۔',
'entries' => 'اندراجات',
'captcha' => 'کیپچا۔',
'action' => 'عمل',
'title' => 'عنوان',
'description' => 'تفصیل',
'back' => 'پیچھے',
'back_to_list' => 'فہرست پر واپس جائیں۔',
'submit' => 'جمع کرائیں',
'menu' => 'مینو',
'input' => 'ان پٹ۔',
'succeeded' => 'کامیاب ہوا۔',
'failed' => 'ناکام ہوگیا۔',
'delete_confirm' => 'کیا آپ واقعی اس آئٹم کو حذف کرنا چاہتے ہیں؟',
'delete_succeeded' => 'حذف کرنے میں کامیاب!',
'delete_failed' => 'حذف کرنے میں ناکام!',
'update_succeeded' => 'اپ ڈیٹ کامیاب!',
'save_succeeded' => 'محفوظ کریں کامیاب!',
'refresh_succeeded' => 'ریفریش کامیاب!',
'login_successful' => 'لاگ ان کامیاب۔',
'choose' => 'منتخب کریں۔',
'choose_file' => 'فائل منتخب کریں۔',
'choose_image' => 'تصویر منتخب کریں۔',
'more' => 'مزید',
'deny' => 'اجازت نہیں دی گئی',
'administrator' => 'ایڈمنسٹریٹر۔',
'roles' => 'کردار۔',
'permissions' => 'اجازت',
'slug' => 'سلگ۔',
'created_at' => 'ایٹ تیار کیا گیا',
'updated_at' => 'تازہ کاری شدہ',
'alert' => 'انتباہ',
'parent_id' => 'والدین',
'icon' => 'شبیہہ۔',
'uri' => 'URI',
'operation_log' => 'آپریشن لاگ',
'parent_select_error' => 'بنیادی انتخاب غلطی',
'pagination' => [
'range' => 'دکھا رہا ہے۔ :first کرنے کے لئے :last کے :total اندراجات',
],
'role' => 'کردار۔',
'permission' => 'اجازت۔',
'route' => 'راسته',
'confirm' => 'تصدیق کریں۔',
'cancel' => 'منسوخ کریں',
'http' => [
'method' => 'HTTP method',
'path' => 'HTTP path',
],
'all_methods_if_empty' => 'اگر تمام خالی ہیں تو',
'all' => 'سب',
'current_page' => 'موجودہ صفحہ',
'selected_rows' => 'قطاریں منتخب کی گئیں۔',
'upload' => 'اپ لوڈ کریں۔',
'new_folder' => 'نیا فولڈر',
'time' => 'وقت',
'size' => 'سائز',
'listbox' => [
'text_total' => 'سب دکھا رہا ہے۔ {0}',
'text_empty' => 'خالی فہرست۔',
'filtered' => '{0} / {1}',
'filter_clear' => 'سارے دکھاو',
'filter_placeholder' => 'فلٹر',
],
'grid_items_selected' => '{n} آئٹمز منتخب',
'menu_titles' => [],
'prev' => 'پچھلا',
'next' => 'اگلے',
'quick_create' => 'فوری تخلیق کریں۔',
];

View File

@@ -0,0 +1,34 @@
<?php
/*
* This file is part of the overtrue/laravel-ueditor.
*
* (c) overtrue <i@overtrue.me>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
return [
UPLOAD_ERR_INI_SIZE => 'file size exceeds MAX_FILE_SIZE in php.ini limit',
UPLOAD_ERR_FORM_SIZE => 'file size exceeds MAX_FILE_SIZE in form limit',
UPLOAD_ERR_PARTIAL => 'upload file is not complete',
UPLOAD_ERR_NO_FILE => 'no files uploaded',
UPLOAD_ERR_NO_TMP_DIR => 'no temporary directory found',
UPLOAD_ERR_CANT_WRITE => 'fail to write file',
'ERROR_TMP_FILE' => 'create temporary file error',
'ERROR_TMP_FILE_NOT_FOUND' => 'can\'t find a temporary file',
'ERROR_SIZE_EXCEED' => 'file size beyond the site restrictions',
'ERROR_TYPE_NOT_ALLOWED' => 'file type does not allowed',
'ERROR_CREATE_DIR' => 'directory creation fails',
'ERROR_DIR_NOT_WRITEABLE' => 'directory does not have write permission',
'ERROR_FILE_MOVE' => 'file save error',
'ERROR_FILE_NOT_FOUND' => 'can\'t find the uploaded file',
'ERROR_WRITE_CONTENT' => 'error writing file content',
'ERROR_UNKNOWN' => 'An unknown error',
'ERROR_DEAD_LINK' => 'link is not available',
'ERROR_HTTP_LINK' => 'not a HTTP link',
'ERROR_HTTP_CONTENTTYPE' => 'link contentType incorrect',
'ERROR_UNKNOWN_MODE' => 'Please Config the core.mode',
];

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the overtrue/laravel-ueditor.
*
* (c) overtrue <i@overtrue.me>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
return [
UPLOAD_ERR_INI_SIZE => '上传的文件超过了 php.ini 中 upload_max_filesize 选项限制的值',
UPLOAD_ERR_FORM_SIZE => '上传文件的大小超过了 HTML 表单中 MAX_FILE_SIZE 选项指定的值',
UPLOAD_ERR_PARTIAL => '文件只有部分被上传',
UPLOAD_ERR_NO_FILE => '没有文件被上传',
UPLOAD_ERR_NO_TMP_DIR => '找不到临时文件夹',
UPLOAD_ERR_CANT_WRITE => '文件写入失败',
'ERROR_SIZE_EXCEED' => '文件大小超出网站限制',
'ERROR_TYPE_NOT_ALLOWED' => '文件类型不允许',
'ERROR_CREATE_DIR' => '目录创建失败',
'ERROR_DIR_NOT_WRITEABLE' => '目录没有写权限',
'ERROR_FILE_MOVE' => '文件保存时出错',
'ERROR_WRITE_CONTENT' => '写入文件内容错误',
'ERROR_UNKNOWN' => '未知错误',
'ERROR_DEAD_LINK' => '链接不可用',
'ERROR_HTTP_LINK' => '链接不是http链接',
'ERROR_HTTP_CONTENTTYPE' => '链接contentType不正确',
'ERROR_UNKNOWN_MODE' => '文件上传模式错误',
];

View File

@@ -0,0 +1,33 @@
<?php
/*
* This file is part of the overtrue/laravel-ueditor.
*
* (c) overtrue <i@overtrue.me>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
return [
UPLOAD_ERR_INI_SIZE => '文件大小超出php.ini中MAX_FILE_SIZE限制',
UPLOAD_ERR_FORM_SIZE => '文件大小超出表单中MAX_FILE_SIZE限制',
UPLOAD_ERR_PARTIAL => '文件未被完整上傳',
UPLOAD_ERR_NO_FILE => '沒有文件被上傳',
UPLOAD_ERR_NO_TMP_DIR => '找不到臨時文件夹',
UPLOAD_ERR_CANT_WRITE => '文件写入失败',
'ERROR_TMP_FILE' => '臨時文件錯誤',
'ERROR_TMP_FILE_NOT_FOUND' => '找不到臨時文件',
'ERROR_SIZE_EXCEED' => '文件大小超出網站限制',
'ERROR_TYPE_NOT_ALLOWED' => '文件類型不允許',
'ERROR_CREATE_DIR' => '目錄創建失敗',
'ERROR_DIR_NOT_WRITEABLE' => '目錄沒有寫許可權',
'ERROR_FILE_MOVE' => '文件保存時出錯',
'ERROR_FILE_NOT_FOUND' => '找不到上傳文件',
'ERROR_WRITE_CONTENT' => '寫入文件內容錯誤',
'ERROR_UNKNOWN' => '未知錯誤',
'ERROR_DEAD_LINK' => '鏈接不可用',
'ERROR_HTTP_LINK' => '鏈接不是http鏈接',
'ERROR_HTTP_CONTENTTYPE' => '鏈接contentType不正確',
'ERROR_UNKNOWN_MODE' => '文件上傳模式錯誤',
];

View File

@@ -0,0 +1,106 @@
<?php
return [
'online' => '在线',
'login' => '登录',
'logout' => '登出',
'setting' => '设置',
'name' => '名称',
'username' => '用户名',
'password' => '密码',
'password_confirmation' => '确认密码',
'remember_me' => '记住我',
'user_setting' => '用户设置',
'avatar' => '头像',
'list' => '列表',
'new' => '新增',
'create' => '创建',
'delete' => '删除',
'remove' => '移除',
'edit' => '编辑',
'continue_editing' => '继续编辑',
'continue_creating' => '继续创建',
'view' => '查看',
'detail' => '详细',
'browse' => '浏览',
'reset' => '重置',
'export' => '导出',
'batch_delete' => '批量删除',
'save' => '保存',
'refresh' => '刷新',
'order' => '排序',
'expand' => '展开',
'collapse' => '收起',
'filter' => '筛选',
'search' => '搜索',
'close' => '关闭',
'show' => '显示',
'entries' => '条',
'captcha' => '验证码',
'action' => '操作',
'title' => '标题',
'description' => '简介',
'back' => '返回',
'back_to_list' => '返回列表',
'submit' => '提交',
'menu' => '菜单',
'input' => '输入',
'succeeded' => '成功',
'failed' => '失败',
'delete_confirm' => '确认删除?',
'delete_succeeded' => '删除成功 !',
'delete_failed' => '删除失败 !',
'update_succeeded' => '更新成功 !',
'save_succeeded' => '保存成功 !',
'refresh_succeeded' => '刷新成功 !',
'login_successful' => '登录成功 !',
'choose' => '选择',
'choose_file' => '选择文件',
'choose_image' => '选择图片',
'more' => '更多',
'deny' => '无权访问',
'administrator' => '管理员',
'roles' => '角色',
'permissions' => '权限',
'slug' => '标识',
'created_at' => '创建时间',
'updated_at' => '更新时间',
'alert' => '注意',
'parent_id' => '父级菜单',
'icon' => '图标',
'uri' => '路径',
'operation_log' => '操作日志',
'parent_select_error' => '父级选择错误',
'pagination' => [
'range' => '从 :first 到 :last ,总共 :total 条',
],
'role' => '角色',
'permission' => '权限',
'route' => '路由',
'confirm' => '确认',
'cancel' => '取消',
'http' => [
'method' => 'HTTP方法',
'path' => 'HTTP路径',
],
'all_methods_if_empty' => '为空默认为所有方法',
'all' => '全部',
'current_page' => '当前页',
'selected_rows' => '选择的行',
'upload' => '上传',
'new_folder' => '新建文件夹',
'time' => '时间',
'size' => '大小',
'listbox' => [
'text_total' => '总共 {0} 项',
'text_empty' => '空列表',
'filtered' => '{0} / {1}',
'filter_clear' => '显示全部',
'filter_placeholder' => '过滤',
],
'grid_items_selected' => '已选择 {n} 项',
'menu_titles' => [],
'prev' => '上一步',
'next' => '下一步',
'quick_create' => '快速创建',
];

View File

@@ -0,0 +1,105 @@
<?php
return [
'online' => '在線',
'login' => '登錄',
'logout' => '登出',
'setting' => '設置',
'name' => '名稱',
'username' => '用戶名',
'password' => '密碼',
'password_confirmation' => '確認密碼',
'remember_me' => '記住我',
'user_setting' => '用戶設置',
'avatar' => '頭像',
'list' => '列表',
'new' => '新增',
'create' => '創建',
'delete' => '刪除',
'remove' => '移除',
'edit' => '編輯',
'view' => '查看',
'continue_editing' => '繼續編輯',
'continue_creating' => '繼續創建',
'detail' => '詳細',
'browse' => '瀏覽',
'reset' => '重置',
'export' => '匯出',
'batch_delete' => '批次刪除',
'save' => '儲存',
'refresh' => '重新整理',
'order' => '排序',
'expand' => '展開',
'collapse' => '收起',
'filter' => '篩選',
'search' => '搜索',
'close' => '關閉',
'show' => '顯示',
'entries' => '條',
'captcha' => '驗證碼',
'action' => '操作',
'title' => '標題',
'description' => '簡介',
'back' => '返回',
'back_to_list' => '返回列表',
'submit' => '送出',
'menu' => '目錄',
'input' => '輸入',
'succeeded' => '成功',
'failed' => '失敗',
'delete_confirm' => '確認刪除?',
'delete_succeeded' => '刪除成功!',
'delete_failed' => '刪除失敗!',
'update_succeeded' => '更新成功!',
'save_succeeded' => '儲存成功!',
'refresh_succeeded' => '成功重新整理!',
'login_successful' => '成功登入!',
'choose' => '選擇',
'choose_file' => '選擇檔案',
'choose_image' => '選擇圖片',
'more' => '更多',
'deny' => '權限不足',
'administrator' => '管理員',
'roles' => '角色',
'permissions' => '權限',
'slug' => '標誌',
'created_at' => '建立時間',
'updated_at' => '更新時間',
'alert' => '警告',
'parent_id' => '父目錄',
'icon' => '圖示',
'uri' => '路徑',
'operation_log' => '操作記錄',
'parent_select_error' => '父級選擇錯誤',
'pagination' => [
'range' => '從 :first 到 :last ,總共 :total 條',
],
'role' => '角色',
'permission' => '權限',
'route' => '路由',
'confirm' => '確認',
'cancel' => '取消',
'http' => [
'method' => 'HTTP方法',
'path' => 'HTTP路徑',
],
'all_methods_if_empty' => '為空默認為所有方法',
'all' => '全部',
'current_page' => '現在頁面',
'selected_rows' => '選擇的行',
'upload' => '上傳',
'new_folder' => '新建資料夾',
'time' => '時間',
'size' => '大小',
'listbox' => [
'text_total' => '總共 {0} 項',
'text_empty' => '空列表',
'filtered' => '{0} / {1}',
'filter_clear' => '顯示全部',
'filter_placeholder' => '過濾',
],
'menu_titles' => [],
'prev' => '上一步',
'next' => '下一步',
'quick_create' => '快速創建',
];

618
resources/lang/zh_CN.json Normal file
View File

@@ -0,0 +1,618 @@
{
"30 Days": "30 Days",
"60 Days": "60 Days",
"90 Days": "90 Days",
":amount Total": ":amount Total",
":resource Details": ":resource Details",
":resource Details: :title": ":resource Details: :title",
"A fresh verification link has been sent to your email address.": "新的验证链接已发送到您的 E-mail。",
"A new verification link has been sent to the email address you provided during registration.": "一个新的验证链接已经发送至您在注册时提供的电子邮件地址。",
"Accept Invitation": "接受邀请",
"Action": "Action",
"Action Happened At": "Happened At",
"Action Initiated By": "Initiated By",
"Action Name": "Name",
"Action Status": "Status",
"Action Target": "Target",
"Actions": "Actions",
"Add": "添加",
"Add a new team member to your team, allowing them to collaborate with you.": "添加一个新的团队成员到你的团队,让他们与你合作。",
"Add additional security to your account using two factor authentication.": "使用双因素认证为您的账户添加额外的安全性。",
"Add row": "Add row",
"Add Team Member": "添加团队成员",
"Added.": "已添加。",
"Administrator": "管理员",
"Administrator users can perform any action.": "管理员用户可以执行任何操作。",
"Afghanistan": "Afghanistan",
"Aland Islands": "Åland Islands",
"Albania": "Albania",
"Algeria": "Algeria",
"All of the people that are part of this team.": "所有的人都是这个团队的一部分。",
"All resources loaded.": "All resources loaded.",
"All rights reserved.": "版权所有。",
"Already registered?": "已注册?",
"American Samoa": "American Samoa",
"An error occured while uploading the file.": "An error occured while uploading the file.",
"Andorra": "Andorra",
"Angola": "Angola",
"Anguilla": "Anguilla",
"Another user has updated this resource since this page was loaded. Please refresh the page and try again.": "Another user has updated this resource since this page was loaded. Please refresh the page and try again.",
"Antarctica": "Antarctica",
"Antigua And Barbuda": "Antigua and Barbuda",
"API Token": "API Token",
"API Token Permissions": "API Token 权限",
"API Tokens": "API Tokens",
"API tokens allow third-party services to authenticate with our application on your behalf.": "API Token 允许第三方服务代表您与我们的应用程序进行认证。",
"April": "April",
"Are you sure you want to delete the selected resources?": "Are you sure you want to delete the selected resources?",
"Are you sure you want to delete this file?": "Are you sure you want to delete this file?",
"Are you sure you want to delete this resource?": "Are you sure you want to delete this resource?",
"Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "你确定要删除这个团队吗?一旦一个团队被删除,它的所有资源和数据将被永久删除。",
"Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "您确定要删除您的账户吗?一旦您的账户被删除,其所有资源和数据将被永久删除。请输入您的密码,确认您要永久删除您的账户。",
"Are you sure you want to detach the selected resources?": "Are you sure you want to detach the selected resources?",
"Are you sure you want to detach this resource?": "Are you sure you want to detach this resource?",
"Are you sure you want to force delete the selected resources?": "Are you sure you want to force delete the selected resources?",
"Are you sure you want to force delete this resource?": "Are you sure you want to force delete this resource?",
"Are you sure you want to restore the selected resources?": "Are you sure you want to restore the selected resources?",
"Are you sure you want to restore this resource?": "Are you sure you want to restore this resource?",
"Are you sure you want to run this action?": "Are you sure you want to run this action?",
"Are you sure you would like to delete this API token?": "你确定要删除这个 API token 吗?",
"Are you sure you would like to leave this team?": "你确定要离开这个团队吗?",
"Are you sure you would like to remove this person from the team?": "你确定要把这个人从团队中删除吗?",
"Argentina": "Argentina",
"Armenia": "Armenia",
"Aruba": "Aruba",
"Attach": "Attach",
"Attach & Attach Another": "Attach & Attach Another",
"Attach :resource": "Attach :resource",
"August": "August",
"Australia": "Australia",
"Austria": "Austria",
"Azerbaijan": "Azerbaijan",
"Bahamas": "Bahamas",
"Bahrain": "Bahrain",
"Bangladesh": "Bangladesh",
"Barbados": "Barbados",
"Before proceeding, please check your email for a verification link.": "在继续之前请先验证您的 E-mail。",
"Belarus": "Belarus",
"Belgium": "Belgium",
"Belize": "Belize",
"Benin": "Benin",
"Bermuda": "Bermuda",
"Bhutan": "Bhutan",
"Bolivia": "Bolivia",
"Bonaire, Sint Eustatius and Saba": "Bonaire, Sint Eustatius and Saba",
"Bosnia And Herzegovina": "Bosnia and Herzegovina",
"Botswana": "Botswana",
"Bouvet Island": "Bouvet Island",
"Brazil": "Brazil",
"British Indian Ocean Territory": "British Indian Ocean Territory",
"Browser Sessions": "浏览器会话",
"Brunei Darussalam": "Brunei",
"Bulgaria": "Bulgaria",
"Burkina Faso": "Burkina Faso",
"Burundi": "Burundi",
"Cambodia": "Cambodia",
"Cameroon": "Cameroon",
"Canada": "Canada",
"Cancel": "取消",
"Cape Verde": "Cape Verde",
"Card": "卡片",
"Cayman Islands": "Cayman Islands",
"Central African Republic": "Central African Republic",
"Chad": "Chad",
"Changes": "Changes",
"Chile": "Chile",
"China": "China",
"Choose": "Choose",
"Choose :field": "Choose :field",
"Choose :resource": "Choose :resource",
"Choose an option": "Choose an option",
"Choose date": "Choose date",
"Choose File": "Choose File",
"Choose Type": "Choose Type",
"Christmas Island": "Christmas Island",
"click here to request another": "点击重新发送 E-mail",
"Click to choose": "Click to choose",
"Close": "关闭",
"Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
"Code": "验证码",
"Colombia": "Colombia",
"Comoros": "Comoros",
"Confirm": "确认",
"Confirm Password": "确认密码",
"Confirm Payment": "确认支付",
"Confirm your :amount payment": "确认你的 :amount 支付信息",
"Congo": "Congo",
"Congo, Democratic Republic": "Congo, Democratic Republic",
"Constant": "Constant",
"Cook Islands": "Cook Islands",
"Costa Rica": "Costa Rica",
"Cote D'Ivoire": "Côte d'Ivoire",
"could not be found.": "could not be found.",
"Create": "创建",
"Create & Add Another": "Create & Add Another",
"Create :resource": "Create :resource",
"Create a new team to collaborate with others on projects.": "创建一个新的团队,与他人合作开展项目。",
"Create Account": "创建账户",
"Create API Token": "创建 API Token",
"Create New Team": "创建新的团队",
"Create Team": "创建团队",
"Created.": "已创建。",
"Croatia": "Croatia",
"Cuba": "Cuba",
"Curaçao": "Curaçao",
"Current Password": "当前密码",
"Customize": "Customize",
"Cyprus": "Cyprus",
"Czech Republic": "Czechia",
"Dashboard": "控制面板",
"December": "December",
"Decrease": "Decrease",
"Delete": "删除",
"Delete Account": "删除账户",
"Delete API Token": "删除 API Token",
"Delete File": "Delete File",
"Delete Resource": "Delete Resource",
"Delete Selected": "Delete Selected",
"Delete Team": "删除团队",
"Denmark": "Denmark",
"Detach": "Detach",
"Detach Resource": "Detach Resource",
"Detach Selected": "Detach Selected",
"Details": "Details",
"Disable": "禁用",
"Djibouti": "Djibouti",
"Do you really want to leave? You have unsaved changes.": "Do you really want to leave? You have unsaved changes.",
"Dominica": "Dominica",
"Dominican Republic": "Dominican Republic",
"Done.": "已完成。",
"Download": "Download",
"E-Mail Address": "E-mail",
"Ecuador": "Ecuador",
"Edit": "Edit",
"Edit :resource": "Edit :resource",
"Edit Attached": "Edit Attached",
"Editor": "编辑者",
"Editor users have the ability to read, create, and update.": "编辑者可以阅读、创建和更新。",
"Egypt": "Egypt",
"El Salvador": "El Salvador",
"Email": "Email",
"Email Address": "Email Address",
"Email Password Reset Link": "电子邮件密码重置链接",
"Enable": "启用",
"Ensure your account is using a long, random password to stay secure.": "确保你的账户使用足够长且随机的密码来保证安全。",
"Equatorial Guinea": "Equatorial Guinea",
"Eritrea": "Eritrea",
"Estonia": "Estonia",
"Ethiopia": "Ethiopia",
"Extra confirmation is needed to process your payment. Please confirm your payment by filling out your payment details below.": "需要额外的确认以处理您的付款。请通过在下面填写您的付款详细信息来确认您的付款。",
"Extra confirmation is needed to process your payment. Please continue to the payment page by clicking on the button below.": "需要额外的确认以处理您的付款。 请点击下面的按钮进入付款页面。",
"Falkland Islands (Malvinas)": "Falkland Islands (Malvinas)",
"Faroe Islands": "Faroe Islands",
"February": "February",
"Fiji": "Fiji",
"Finland": "Finland",
"For your security, please confirm your password to continue.": "为了您的安全,请确认您的密码以继续。",
"Forbidden": "访问被拒绝",
"Force Delete": "Force Delete",
"Force Delete Resource": "Force Delete Resource",
"Force Delete Selected": "Force Delete Selected",
"Forgot Your Password?": "忘记密码?",
"Forgot your password?": "忘记密码?",
"Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "忘记密码?没关系。输入您的电子邮件地址,我们将通过电子邮件向您发送密码重置链接,让您重置一个新的密码。",
"France": "France",
"French Guiana": "French Guiana",
"French Polynesia": "French Polynesia",
"French Southern Territories": "French Southern Territories",
"Full name": "全称",
"Gabon": "Gabon",
"Gambia": "Gambia",
"Georgia": "Georgia",
"Germany": "Germany",
"Ghana": "Ghana",
"Gibraltar": "Gibraltar",
"Go back": "返回",
"Go Home": "回首页",
"Go to page :page": "前往第 :page 页",
"Great! You have accepted the invitation to join the :team team.": "太好了,您已接受了加入团队「:team」的邀请。",
"Greece": "Greece",
"Greenland": "Greenland",
"Grenada": "Grenada",
"Guadeloupe": "Guadeloupe",
"Guam": "Guam",
"Guatemala": "Guatemala",
"Guernsey": "Guernsey",
"Guinea": "Guinea",
"Guinea-Bissau": "Guinea-Bissau",
"Guyana": "Guyana",
"Haiti": "Haiti",
"Heard Island & Mcdonald Islands": "Heard Island and McDonald Islands",
"Hello!": "您好!",
"Hide Content": "Hide Content",
"Hold Up!": "Hold Up!",
"Holy See (Vatican City State)": "Vatican City",
"Honduras": "Honduras",
"Hong Kong": "Hong Kong",
"Hungary": "Hungary",
"I agree to the :terms_of_service and :privacy_policy": "我同意 :terms_of_service 和 :privacy_policy",
"Iceland": "Iceland",
"ID": "ID",
"If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "如有必要,您可以注销您其他设备上所有的浏览器会话。下面列出了您最近的一些会话,但是,这个列表可能并不详尽。如果您认为您的账户已被入侵,您还应该更新您的密码。",
"If necessary, you may logout of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "如有必要,您可以注销您其他设备上所有的浏览器会话。下面列出了您最近的一些会话,但是,这个列表可能并不详尽。如果您认为您的账户已被入侵,您还应该更新您的密码。",
"If you already have an account, you may accept this invitation by clicking the button below:": "如果您已经有一个账户,您可以通过点击下面的按钮接受这个邀请:",
"If you did not create an account, no further action is required.": "如果您未注册帐号,请忽略此邮件。",
"If you did not expect to receive an invitation to this team, you may discard this email.": "如果你没有想到会收到这个团队的邀请,你可以丢弃这封邮件。",
"If you did not receive the email": "如果您没有收到",
"If you did not request a password reset, no further action is required.": "如果您未申请重设密码,请忽略此邮件。",
"If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "如果您还没有账号,可以点击下面的按钮创建一个账号。创建账户后,您可以点击此邮件中的邀请接受按钮,接受团队邀请:",
"If youre having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "如果您点击「:actionText」按钮时出现问题请复制下方链接到浏览器中访问",
"Increase": "Increase",
"India": "India",
"Indonesia": "Indonesia",
"Invalid signature.": "签名无效",
"Iran, Islamic Republic Of": "Iran",
"Iraq": "Iraq",
"Ireland": "Ireland",
"Isle Of Man": "Isle of Man",
"Israel": "Israel",
"Italy": "Italy",
"Jamaica": "Jamaica",
"January": "January",
"Japan": "Japan",
"Jersey": "Jersey",
"Jordan": "Jordan",
"July": "July",
"June": "June",
"Kazakhstan": "Kazakhstan",
"Kenya": "Kenya",
"Key": "Key",
"Kiribati": "Kiribati",
"Korea": "South Korea",
"Korea, Democratic People's Republic of": "North Korea",
"Kosovo": "Kosovo",
"Kuwait": "Kuwait",
"Kyrgyzstan": "Kyrgyzstan",
"Lao People's Democratic Republic": "Laos",
"Last active": "上次活跃",
"Last used": "上次使用",
"Latvia": "Latvia",
"Leave": "离开",
"Leave Team": "离开团队",
"Lebanon": "Lebanon",
"Lens": "Lens",
"Lesotho": "Lesotho",
"Liberia": "Liberia",
"Libyan Arab Jamahiriya": "Libya",
"Liechtenstein": "Liechtenstein",
"Lithuania": "Lithuania",
"Load :perPage More": "Load :perPage More",
"Log in": "登录",
"Log out": "注销",
"Log Out": "注销",
"Log Out Other Browser Sessions": "注销其他浏览器的会话",
"Login": "登录",
"Logout": "注销",
"Logout Other Browser Sessions": "注销其他浏览器的会话",
"Luxembourg": "Luxembourg",
"Macao": "Macao",
"Macedonia": "North Macedonia",
"Madagascar": "Madagascar",
"Malawi": "Malawi",
"Malaysia": "Malaysia",
"Maldives": "Maldives",
"Mali": "Mali",
"Malta": "Malta",
"Manage Account": "管理账户",
"Manage and log out your active sessions on other browsers and devices.": "管理和注销您在其他浏览器和设备上的活动会话。",
"Manage and logout your active sessions on other browsers and devices.": "管理和注销您在其他浏览器和设备上的活动会话。",
"Manage API Tokens": "管理 API Token",
"Manage Role": "管理角色",
"Manage Team": "管理团队",
"March": "March",
"Marshall Islands": "Marshall Islands",
"Martinique": "Martinique",
"Mauritania": "Mauritania",
"Mauritius": "Mauritius",
"May": "May",
"Mayotte": "Mayotte",
"Mexico": "Mexico",
"Micronesia, Federated States Of": "Micronesia",
"Moldova": "Moldova",
"Monaco": "Monaco",
"Mongolia": "Mongolia",
"Montenegro": "Montenegro",
"Month To Date": "Month To Date",
"Montserrat": "Montserrat",
"Morocco": "Morocco",
"Mozambique": "Mozambique",
"Myanmar": "Myanmar",
"Name": "姓名",
"Namibia": "Namibia",
"Nauru": "Nauru",
"Nepal": "Nepal",
"Netherlands": "Netherlands",
"Nevermind": "没关系",
"New": "New",
"New :resource": "New :resource",
"New Caledonia": "New Caledonia",
"New Password": "新的密码",
"New Zealand": "New Zealand",
"Next": "Next",
"Nicaragua": "Nicaragua",
"Niger": "Niger",
"Nigeria": "Nigeria",
"Niue": "Niue",
"No": "No",
"No :resource matched the given criteria.": "No :resource matched the given criteria.",
"No additional information...": "No additional information...",
"No Current Data": "No Current Data",
"No Data": "No Data",
"no file selected": "no file selected",
"No Increase": "No Increase",
"No Prior Data": "No Prior Data",
"No Results Found.": "No Results Found.",
"Norfolk Island": "Norfolk Island",
"Northern Mariana Islands": "Northern Mariana Islands",
"Norway": "Norway",
"Not Found": "页面不存在",
"Nova User": "Nova User",
"November": "November",
"October": "October",
"of": "于",
"Oh no": "不好了",
"Oman": "Oman",
"Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "一旦团队被删除,其所有资源和数据将被永久删除。在删除该团队之前,请下载您希望保留的有关该团队的任何数据或信息。",
"Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "一旦您的账户被删除,其所有资源和数据将被永久删除。在删除您的账户之前,请下载您希望保留的任何数据或信息。",
"Only Trashed": "Only Trashed",
"Original": "Original",
"Page Expired": "页面会话已超时",
"Pagination Navigation": "分页导航",
"Pakistan": "Pakistan",
"Palau": "Palau",
"Palestinian Territory, Occupied": "Palestinian Territories",
"Panama": "Panama",
"Papua New Guinea": "Papua New Guinea",
"Paraguay": "Paraguay",
"Password": "密码",
"Pay :amount": "支付 :amount",
"Payment Cancelled": "支付已经取消",
"Payment Confirmation": "支付信息确认",
"Payment Successful": "支付成功",
"Pending Team Invitations": "待处理的团队邀请函",
"Per Page": "Per Page",
"Permanently delete this team.": "永久删除此团队",
"Permanently delete your account.": "永久删除您的账户",
"Permissions": "权限",
"Peru": "Peru",
"Philippines": "Philippines",
"Photo": "照片",
"Pitcairn": "Pitcairn Islands",
"Please click the button below to verify your email address.": "请点击下面按钮验证您的 E-mail",
"Please confirm access to your account by entering one of your emergency recovery codes.": "请输入您的紧急恢复代码以访问您的账户。",
"Please confirm access to your account by entering the authentication code provided by your authenticator application.": "请输入您的验证器应用程序提供的验证码以访问您的账户。",
"Please confirm your password before continuing.": "如要继续操作,请先确认密码。",
"Please copy your new API token. For your security, it won't be shown again.": "请复制你的新 API token。为了您的安全它不会再被显示出来。",
"Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "请输入您的密码,以确认您要注销您其他设备上的浏览器会话。",
"Please enter your password to confirm you would like to logout of your other browser sessions across all of your devices.": "请输入您的密码,以确认您要注销您其他设备上的浏览器会话。",
"Please provide the email address of the person you would like to add to this team.": "请提供您想加入这个团队的人的电子邮件地址。",
"Please provide the email address of the person you would like to add to this team. The email address must be associated with an existing account.": "请提供您想加入这个团队的人的电子邮件地址。该电子邮件地址必须是已注册用户。",
"Please provide your name.": "请提供你的名字。",
"Poland": "Poland",
"Portugal": "Portugal",
"Press \/ to search": "Press \/ to search",
"Preview": "Preview",
"Previous": "Previous",
"Privacy Policy": "隐私政策",
"Profile": "资料",
"Profile Information": "账户资料",
"Puerto Rico": "Puerto Rico",
"Qatar": "Qatar",
"Quarter To Date": "Quarter To Date",
"Recovery Code": "恢复代码",
"Regards": "致敬",
"Regenerate Recovery Codes": "重新生成恢复代码",
"Register": "注册",
"Reload": "Reload",
"Remember me": "记住我",
"Remember Me": "记住我",
"Remove": "移除",
"Remove Photo": "移除照片",
"Remove Team Member": "移除团队成员",
"Resend Verification Email": "重新发送验证邮件",
"Reset Filters": "Reset Filters",
"Reset Password": "重设密码",
"Reset Password Notification": "重设密码通知",
"resource": "resource",
"Resources": "Resources",
"resources": "resources",
"Restore": "Restore",
"Restore Resource": "Restore Resource",
"Restore Selected": "Restore Selected",
"results": "结果",
"Reunion": "Réunion",
"Role": "角色",
"Romania": "Romania",
"Run Action": "Run Action",
"Russian Federation": "Russian Federation",
"Rwanda": "Rwanda",
"Saint Barthelemy": "St. Barthélemy",
"Saint Helena": "St. Helena",
"Saint Kitts And Nevis": "St. Kitts and Nevis",
"Saint Lucia": "St. Lucia",
"Saint Martin": "St. Martin",
"Saint Pierre And Miquelon": "St. Pierre and Miquelon",
"Saint Vincent And Grenadines": "St. Vincent and Grenadines",
"Samoa": "Samoa",
"San Marino": "San Marino",
"Sao Tome And Principe": "São Tomé and Príncipe",
"Saudi Arabia": "Saudi Arabia",
"Save": "保存",
"Saved.": "已保存。",
"Search": "Search",
"Select A New Photo": "选择新的照片",
"Select Action": "Select Action",
"Select All": "Select All",
"Select All Matching": "Select All Matching",
"Send Password Reset Link": "发送重设密码链接",
"Senegal": "Senegal",
"September": "September",
"Serbia": "Serbia",
"Server Error": "服务器错误",
"Service Unavailable": "暂时不提供服务",
"Seychelles": "Seychelles",
"Show All Fields": "Show All Fields",
"Show Content": "Show Content",
"Show Recovery Codes": "显示恢复代码",
"Showing": "显示中",
"Sierra Leone": "Sierra Leone",
"Singapore": "Singapore",
"Sint Maarten (Dutch part)": "Sint Maarten",
"Slovakia": "Slovakia",
"Slovenia": "Slovenia",
"Solomon Islands": "Solomon Islands",
"Somalia": "Somalia",
"Something went wrong.": "Something went wrong.",
"Sorry! You are not authorized to perform this action.": "Sorry! You are not authorized to perform this action.",
"Sorry, your session has expired.": "Sorry, your session has expired.",
"South Africa": "South Africa",
"South Georgia And Sandwich Isl.": "South Georgia and South Sandwich Islands",
"South Sudan": "South Sudan",
"Spain": "Spain",
"Sri Lanka": "Sri Lanka",
"Start Polling": "Start Polling",
"Stop Polling": "Stop Polling",
"Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "将这些恢复码存储在一个安全的密码管理器中。如果您的双因素验证设备丢失,它们可以用来恢复对您账户的访问。",
"Sudan": "Sudan",
"Suriname": "Suriname",
"Svalbard And Jan Mayen": "Svalbard and Jan Mayen",
"Swaziland": "Eswatini",
"Sweden": "Sweden",
"Switch Teams": "选择团队",
"Switzerland": "Switzerland",
"Syrian Arab Republic": "Syria",
"Taiwan": "Taiwan",
"Tajikistan": "Tajikistan",
"Tanzania": "Tanzania",
"Team Details": "团队详情",
"Team Invitation": "团队邀请",
"Team Members": "团队成员",
"Team Name": "团队名称",
"Team Owner": "团队拥有者",
"Team Settings": "团队设置",
"Terms of Service": "服务条款",
"Thailand": "Thailand",
"Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "谢谢你的注册!在开始之前,在开始之前,您可以通过点击我们刚刚给您发送的链接来验证您的电子邮件地址,如果您没有收到邮件,我们将很乐意再给您发送一封邮件。",
"The :attribute must be a valid role.": ":attribute 不是正确的角色。",
"The :attribute must be at least :length characters and contain at least one number.": ":attribute 至少为 :length 个字符且至少包含一个数字。",
"The :attribute must be at least :length characters and contain at least one special character and one number.": ":attribute 长度至少 :length 位并且至少必须包含一个特殊字符和一个数字。",
"The :attribute must be at least :length characters and contain at least one special character.": ":attribute 至少为 :length 个字符且至少包含一个特殊字符。",
"The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":attribute 至少为 :length 个字符且至少包含一个大写字母和一个数字。",
"The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":attribute 至少为 :length 个字符且至少包含一个大写字母和一个特殊字符。",
"The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":attribute 至少为 :length 个字符且至少包含一个大写字母、一个数字和一个特殊字符。",
"The :attribute must be at least :length characters and contain at least one uppercase character.": ":attribute 至少为 :length 个字符且至少包含一个大写字母。",
"The :attribute must be at least :length characters.": ":attribute 至少为 :length 个字符",
"The :resource was created!": "The :resource was created!",
"The :resource was deleted!": "The :resource was deleted!",
"The :resource was restored!": "The :resource was restored!",
"The :resource was updated!": "The :resource was updated!",
"The action ran successfully!": "The action ran successfully!",
"The file was deleted!": "The file was deleted!",
"The government won't let us show you what's behind these doors": "The government won't let us show you what's behind these doors",
"The HasOne relationship has already been filled.": "The HasOne relationship has already been filled.",
"The payment was successful.": "账单支付成功。",
"The provided password does not match your current password.": "当前密码不正确",
"The provided password was incorrect.": "密码错误",
"The provided two factor authentication code was invalid.": "双因素认证代码错误",
"The resource was updated!": "The resource was updated!",
"The team's name and owner information.": "团队名称和拥有者信息。",
"There are no available options for this resource.": "There are no available options for this resource.",
"There was a problem executing the action.": "There was a problem executing the action.",
"There was a problem submitting the form.": "There was a problem submitting the form.",
"These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "这些人已被邀请加入您的团队,并已收到一封邀请邮件。他们可以通过接受电子邮件邀请加入团队。",
"This action is unauthorized.": "权限不足。",
"This device": "当前设备",
"This file field is read-only.": "This file field is read-only.",
"This image": "This image",
"This is a secure area of the application. Please confirm your password before continuing.": "请在继续之前确认您的密码。",
"This password does not match our records.": "密码不正确",
"This password reset link will expire in :count minutes.": "这个重设密码链接将会在 :count 分钟后失效。",
"This payment was already successfully confirmed.": "付款已经成功确认。",
"This payment was cancelled.": "支付已经取消。",
"This resource no longer exists": "This resource no longer exists",
"This user already belongs to the team.": "此用户已经在团队中",
"This user has already been invited to the team.": "该用户已经被邀请加入团队。",
"Timor-Leste": "Timor-Leste",
"to": "至",
"Today": "Today",
"Toggle navigation": "切换导航",
"Togo": "Togo",
"Tokelau": "Tokelau",
"Token Name": "Token 名称",
"Tonga": "Tonga",
"Too Many Attempts.": "尝试次数过多。",
"Too Many Requests": "请求次数过多。",
"total": "total",
"Trashed": "Trashed",
"Trinidad And Tobago": "Trinidad and Tobago",
"Tunisia": "Tunisia",
"Turkey": "Turkey",
"Turkmenistan": "Turkmenistan",
"Turks And Caicos Islands": "Turks and Caicos Islands",
"Tuvalu": "Tuvalu",
"Two Factor Authentication": "双因素认证",
"Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application.": "现在已启用双因素认证。使用您手机的验证程序扫描以下二维码。",
"Uganda": "Uganda",
"Ukraine": "Ukraine",
"Unauthorized": "未授权",
"United Arab Emirates": "United Arab Emirates",
"United Kingdom": "United Kingdom",
"United States": "United States",
"United States Outlying Islands": "U.S. Outlying Islands",
"Update": "Update",
"Update & Continue Editing": "Update & Continue Editing",
"Update :resource": "Update :resource",
"Update :resource: :title": "Update :resource: :title",
"Update attached :resource: :title": "Update attached :resource: :title",
"Update Password": "更新密码",
"Update your account's profile information and email address.": "更新您的账户资料和电子邮件地址。",
"Uruguay": "Uruguay",
"Use a recovery code": "使用恢复代码",
"Use an authentication code": "使用验证码",
"Uzbekistan": "Uzbekistan",
"Value": "Value",
"Vanuatu": "Vanuatu",
"Venezuela": "Venezuela",
"Verify Email Address": "验证 E-mail",
"Verify Your Email Address": "验证 E-mail",
"Viet Nam": "Vietnam",
"View": "View",
"Virgin Islands, British": "British Virgin Islands",
"Virgin Islands, U.S.": "U.S. Virgin Islands",
"Wallis And Futuna": "Wallis and Futuna",
"We were unable to find a registered user with this email address.": "我们无法找到这个电子邮件地址的注册用户。",
"We won't ask for your password again for a few hours.": "确认完成后,接下来几个小时内您不需再输入密码。",
"We're lost in space. The page you were trying to view does not exist.": "We're lost in space. The page you were trying to view does not exist.",
"Welcome Back!": "Welcome Back!",
"Western Sahara": "Western Sahara",
"When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "当启用双因素认证时,在认证过程中会提示您输入一个安全的随机令牌。您可以从手机的 Google Authenticator 应用程序中获取此令牌。",
"Whoops": "Whoops",
"Whoops!": "哎呀!",
"Whoops! Something went wrong.": "哎呀!出了点问题",
"With Trashed": "With Trashed",
"Write": "Write",
"Year To Date": "Year To Date",
"Yemen": "Yemen",
"Yes": "Yes",
"You are logged in!": "您已登录!",
"You are receiving this email because we received a password reset request for your account.": "您收到此电子邮件是因为我们收到了您帐户的密码重设请求。",
"You have been invited to join the :team team!": "您已被邀请加入「:team」团队!",
"You have enabled two factor authentication.": "你已经启用了双因素认证。",
"You have not enabled two factor authentication.": "你还没有启用双因素认证。",
"You may delete any of your existing tokens if they are no longer needed.": "如果不再需要,您可以删除任何现有的 token。",
"You may not delete your personal team.": "您不能删除您的个人团队。",
"You may not leave a team that you created.": "你不能离开你创建的团队。",
"Your email address is not verified.": "您的电子邮件尚未验证通过。",
"Zambia": "Zambia",
"Zimbabwe": "Zimbabwe"
}

View File

@@ -0,0 +1,124 @@
<?php
return [
'online' => '在线',
'login' => '登录',
'logout' => '登出',
'setting' => '设置',
'name' => '名称',
'username' => '用户名',
'password' => '密码',
'password_confirmation' => '确认密码',
'remember_me' => '记住我',
'user_setting' => '用户设置',
'avatar' => '头像',
'list' => '列表',
'new' => '新增',
'create' => '创建',
'delete' => '删除',
'remove' => '移除',
'edit' => '编辑',
'continue_editing' => '继续编辑',
'continue_creating' => '继续创建',
'view' => '查看',
'detail' => '详细',
'browse' => '浏览',
'reset' => '重置',
'export' => '导出',
'batch_delete' => '批量删除',
'save' => '保存',
'refresh' => '刷新',
'order' => '排序',
'expand' => '展开',
'collapse' => '收起',
'filter' => '筛选',
'search' => '搜索',
'close' => '关闭',
'show' => '显示',
'entries' => '条',
'captcha' => '验证码',
'action' => '操作',
'title' => '标题',
'description' => '简介',
'back' => '返回',
'back_to_list' => '返回列表',
'submit' => '提交',
'menu' => '菜单',
'input' => '输入',
'succeeded' => '成功',
'failed' => '失败',
'delete_confirm' => '确认删除?',
'delete_succeeded' => '删除成功 !',
'delete_failed' => '删除失败 !',
'update_succeeded' => '更新成功 !',
'save_succeeded' => '保存成功 !',
'refresh_succeeded' => '刷新成功 !',
'login_successful' => '登录成功 !',
'choose' => '选择',
'choose_file' => '选择文件',
'choose_image' => '选择图片',
'more' => '更多',
'deny' => '无权访问',
'administrator' => '管理员',
'roles' => '角色',
'permissions' => '权限',
'slug' => '标识',
'created_at' => '创建时间',
'updated_at' => '更新时间',
'alert' => '注意',
'parent_id' => '父级菜单',
'icon' => '图标',
'uri' => '路径',
'operation_log' => '操作日志',
'parent_select_error' => '父级选择错误',
'pagination' => [
'range' => '从 :first 到 :last ,总共 :total 条',
],
'role' => '角色',
'permission' => '权限',
'route' => '路由',
'confirm' => '确认',
'cancel' => '取消',
'http' => [
'method' => 'HTTP方法',
'path' => 'HTTP路径',
],
'all_methods_if_empty' => '为空默认为所有方法',
'all' => '全部',
'current_page' => '当前页',
'selected_rows' => '选择的行',
'upload' => '上传',
'new_folder' => '新建文件夹',
'time' => '时间',
'size' => '大小',
'listbox' => [
'text_total' => '总共 {0} 项',
'text_empty' => '空列表',
'filtered' => '{0} / {1}',
'filter_clear' => '显示全部',
'filter_placeholder' => '过滤',
],
'table_items_selected' => '已选择 {n} 项',
'grid_items_selected' => '已选择 {n} 项',
'prev' => '上一步',
'next' => '下一步',
'quick_create' => '快速创建',
'all_menus' => '所有菜单',
'accessible_routes' => '可访问路由',
'visible_menu' => '可见菜单',
'accessible_actions' => '可访问操作',
'index' => '列表',
'store' => '保存',
'update' => '更新',
'menu_titles' => [
'dashboard' => '数据看板',
'admin' => '系统管理',
'users' => '用户',
'roles' => '角色',
'permission' => '权限',
'menu' => '菜单',
'operation_log' => '日志',
],
];

View File

@@ -0,0 +1,18 @@
<?php
/*
|--------------------------------------------------------------------------
| 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.
|
*/
return [
'failed' => '用户名或密码错误。',
'password' => '密码错误。',
'throttle' => '您尝试的登录次数过多,请 :seconds 秒后再试。',
];

View File

@@ -0,0 +1,17 @@
<?php
/*
|--------------------------------------------------------------------------
| 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.
|
*/
return [
'next' => '下一页 &raquo;',
'previous' => '&laquo; 上一页',
];

View File

@@ -0,0 +1,20 @@
<?php
/*
|--------------------------------------------------------------------------
| 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.
|
*/
return [
'reset' => '密码重置成功!',
'sent' => '密码重置邮件已发送!',
'throttled' => '请稍候再试。',
'token' => '密码重置令牌无效。',
'user' => '找不到该邮箱对应的用户。',
];

View File

@@ -0,0 +1,35 @@
<?php
return [
'attributes' => [
'address' => '地址',
'age' => '年龄',
'available' => '可用的',
'city' => '城市',
'content' => '内容',
'country' => '国家',
'date' => '日期',
'day' => '天',
'description' => '描述',
'email' => '邮箱',
'excerpt' => '摘要',
'first_name' => '名',
'gender' => '性别',
'hour' => '时',
'last_name' => '姓',
'minute' => '分',
'mobile' => '手机',
'month' => '月',
'name' => '名称',
'password' => '密码',
'password_confirmation' => '确认密码',
'phone' => '电话',
'second' => '秒',
'sex' => '性别',
'size' => '大小',
'time' => '时间',
'title' => '标题',
'username' => '用户名',
'year' => '年',
],
];

View File

@@ -0,0 +1,131 @@
<?php
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
return [
'accepted' => '您必须接受。',
'active_url' => '不是一个有效的网址。',
'after' => '必须要晚于 :date。',
'after_or_equal' => '必须要等于 :date 或更晚。',
'alpha' => '只能由字母组成。',
'alpha_dash' => '只能由字母、数字、短划线(-)和下划线(_)组成。',
'alpha_num' => '只能由字母和数字组成。',
'array' => '必须是一个数组。',
'attached' => 'This field is already attached.',
'before' => '必须要早于 :date。',
'before_or_equal' => '必须要等于 :date 或更早。',
'between' => [
'array' => '必须只有 :min - :max 个单元。',
'file' => '必须介于 :min - :max KB 之间。',
'numeric' => '必须介于 :min - :max 之间。',
'string' => '必须介于 :min - :max 个字符之间。',
],
'boolean' => '必须为布尔值。',
'confirmed' => '两次输入不一致。',
'date' => '不是一个有效的日期。',
'date_equals' => '必须要等于 :date。',
'date_format' => '格式必须为 :format。',
'different' => '必须和 :other 不同。',
'digits' => '必须是 :digits 位的数字。',
'digits_between' => '必须是介于 :min 和 :max 位的数字。',
'dimensions' => '图片尺寸不正确。',
'distinct' => '已经存在。',
'email' => '不是一个合法的邮箱。',
'ends_with' => '必须以 :values 为结尾。',
'exists' => '不存在。',
'file' => '必须是文件。',
'filled' => '不能为空。',
'gt' => [
'array' => '必须多于 :value 个元素。',
'file' => '必须大于 :value KB。',
'numeric' => '必须大于 :value。',
'string' => '必须多于 :value 个字符。',
],
'gte' => [
'array' => '必须多于或等于 :value 个元素。',
'file' => '必须大于或等于 :value KB。',
'numeric' => '必须大于或等于 :value。',
'string' => '必须多于或等于 :value 个字符。',
],
'image' => '必须是图片。',
'in' => '选项无效。',
'in_array' => '必须在 :other 中。',
'integer' => '必须是整数。',
'ip' => '必须是有效的 IP 地址。',
'ipv4' => '必须是有效的 IPv4 地址。',
'ipv6' => '必须是有效的 IPv6 地址。',
'json' => '必须是正确的 JSON 格式。',
'lt' => [
'array' => '必须少于 :value 个元素。',
'file' => '必须小于 :value KB。',
'numeric' => '必须小于 :value。',
'string' => '必须少于 :value 个字符。',
],
'lte' => [
'array' => '必须少于或等于 :value 个元素。',
'file' => '必须小于或等于 :value KB。',
'numeric' => '必须小于或等于 :value。',
'string' => '必须少于或等于 :value 个字符。',
],
'max' => [
'array' => '最多只有 :max 个单元。',
'file' => '不能大于 :max KB。',
'numeric' => '不能大于 :max。',
'string' => '不能大于 :max 个字符。',
],
'mimes' => '必须是一个 :values 类型的文件。',
'mimetypes' => '必须是一个 :values 类型的文件。',
'min' => [
'array' => '至少有 :min 个单元。',
'file' => '大小不能小于 :min KB。',
'numeric' => '必须大于等于 :min。',
'string' => '至少为 :min 个字符。',
],
'multiple_of' => '必须是 :value 中的多个值。',
'not_in' => '选项无效。',
'not_regex' => '格式错误。',
'numeric' => '必须是一个数字。',
'password' => '密码错误',
'present' => '必须存在。',
'prohibited' => 'This field is prohibited.',
'prohibited_if' => 'This field is prohibited when :other is :value.',
'prohibited_unless' => 'This field is prohibited unless :other is in :values.',
'regex' => '格式不正确。',
'relatable' => 'This field may not be associated with this resource.',
'required' => '不能为空。',
'required_if' => '当 :other 为 :value 时不能为空。',
'required_unless' => '当 :other 不为 :values 时不能为空。',
'required_with' => '当 :values 存在时不能为空。',
'required_with_all' => '当 :values 存在时不能为空。',
'required_without' => '当 :values 不存在时不能为空。',
'required_without_all' => '当 :values 都不存在时不能为空。',
'same' => '必须和 :other 相同。',
'size' => [
'array' => '必须为 :size 个单元。',
'file' => '大小必须为 :size KB。',
'numeric' => '大小必须为 :size。',
'string' => '必须是 :size 个字符。',
],
'starts_with' => '必须以 :values 为开头。',
'string' => '必须是一个字符串。',
'timezone' => '必须是一个合法的时区值。',
'unique' => '已经存在。',
'uploaded' => '上传失败。',
'url' => '格式不正确。',
'uuid' => '必须是有效的 UUID。',
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
'attributes' => [],
];

View File

@@ -0,0 +1,161 @@
<?php
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
return [
'accepted' => '您必须接受 :attribute。',
'active_url' => ':attribute 不是一个有效的网址。',
'after' => ':attribute 必须要晚于 :date。',
'after_or_equal' => ':attribute 必须要等于 :date 或更晚。',
'alpha' => ':attribute 只能由字母组成。',
'alpha_dash' => ':attribute 只能由字母、数字、短划线(-)和下划线(_)组成。',
'alpha_num' => ':attribute 只能由字母和数字组成。',
'array' => ':attribute 必须是一个数组。',
'attached' => 'This :attribute is already attached.',
'before' => ':attribute 必须要早于 :date。',
'before_or_equal' => ':attribute 必须要等于 :date 或更早。',
'between' => [
'array' => ':attribute 必须只有 :min - :max 个单元。',
'file' => ':attribute 必须介于 :min - :max KB 之间。',
'numeric' => ':attribute 必须介于 :min - :max 之间。',
'string' => ':attribute 必须介于 :min - :max 个字符之间。',
],
'boolean' => ':attribute 必须为布尔值。',
'confirmed' => ':attribute 两次输入不一致。',
'date' => ':attribute 不是一个有效的日期。',
'date_equals' => ':attribute 必须要等于 :date。',
'date_format' => ':attribute 的格式必须为 :format。',
'different' => ':attribute 和 :other 必须不同。',
'digits' => ':attribute 必须是 :digits 位数字。',
'digits_between' => ':attribute 必须是介于 :min 和 :max 位的数字。',
'dimensions' => ':attribute 图片尺寸不正确。',
'distinct' => ':attribute 已经存在。',
'email' => ':attribute 不是一个合法的邮箱。',
'ends_with' => ':attribute 必须以 :values 为结尾。',
'exists' => ':attribute 不存在。',
'file' => ':attribute 必须是文件。',
'filled' => ':attribute 不能为空。',
'gt' => [
'array' => ':attribute 必须多于 :value 个元素。',
'file' => ':attribute 必须大于 :value KB。',
'numeric' => ':attribute 必须大于 :value。',
'string' => ':attribute 必须多于 :value 个字符。',
],
'gte' => [
'array' => ':attribute 必须多于或等于 :value 个元素。',
'file' => ':attribute 必须大于或等于 :value KB。',
'numeric' => ':attribute 必须大于或等于 :value。',
'string' => ':attribute 必须多于或等于 :value 个字符。',
],
'image' => ':attribute 必须是图片。',
'in' => '已选的属性 :attribute 无效。',
'in_array' => ':attribute 必须在 :other 中。',
'integer' => ':attribute 必须是整数。',
'ip' => ':attribute 必须是有效的 IP 地址。',
'ipv4' => ':attribute 必须是有效的 IPv4 地址。',
'ipv6' => ':attribute 必须是有效的 IPv6 地址。',
'json' => ':attribute 必须是正确的 JSON 格式。',
'lt' => [
'array' => ':attribute 必须少于 :value 个元素。',
'file' => ':attribute 必须小于 :value KB。',
'numeric' => ':attribute 必须小于 :value。',
'string' => ':attribute 必须少于 :value 个字符。',
],
'lte' => [
'array' => ':attribute 必须少于或等于 :value 个元素。',
'file' => ':attribute 必须小于或等于 :value KB。',
'numeric' => ':attribute 必须小于或等于 :value。',
'string' => ':attribute 必须少于或等于 :value 个字符。',
],
'max' => [
'array' => ':attribute 最多只有 :max 个单元。',
'file' => ':attribute 不能大于 :max KB。',
'numeric' => ':attribute 不能大于 :max。',
'string' => ':attribute 不能大于 :max 个字符。',
],
'mimes' => ':attribute 必须是一个 :values 类型的文件。',
'mimetypes' => ':attribute 必须是一个 :values 类型的文件。',
'min' => [
'array' => ':attribute 至少有 :min 个单元。',
'file' => ':attribute 大小不能小于 :min KB。',
'numeric' => ':attribute 必须大于等于 :min。',
'string' => ':attribute 至少为 :min 个字符。',
],
'multiple_of' => ':attribute 必须是 :value 中的多个值。',
'not_in' => '已选的属性 :attribute 非法。',
'not_regex' => ':attribute 的格式错误。',
'numeric' => ':attribute 必须是一个数字。',
'password' => '密码错误',
'present' => ':attribute 必须存在。',
'prohibited' => 'The :attribute field is prohibited.',
'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
'regex' => ':attribute 格式不正确。',
'relatable' => 'This :attribute may not be associated with this resource.',
'required' => ':attribute 不能为空。',
'required_if' => '当 :other 为 :value 时 :attribute 不能为空。',
'required_unless' => '当 :other 不为 :values 时 :attribute 不能为空。',
'required_with' => '当 :values 存在时 :attribute 不能为空。',
'required_with_all' => '当 :values 存在时 :attribute 不能为空。',
'required_without' => '当 :values 不存在时 :attribute 不能为空。',
'required_without_all' => '当 :values 都不存在时 :attribute 不能为空。',
'same' => ':attribute 和 :other 必须相同。',
'size' => [
'array' => ':attribute 必须为 :size 个单元。',
'file' => ':attribute 大小必须为 :size KB。',
'numeric' => ':attribute 大小必须为 :size。',
'string' => ':attribute 必须是 :size 个字符。',
],
'starts_with' => ':attribute 必须以 :values 为开头。',
'string' => ':attribute 必须是一个字符串。',
'timezone' => ':attribute 必须是一个合法的时区值。',
'unique' => ':attribute 已经存在。',
'uploaded' => ':attribute 上传失败。',
'url' => ':attribute 格式不正确。',
'uuid' => ':attribute 必须是有效的 UUID。',
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
'attributes' => [
'address' => '地址',
'age' => '年龄',
'available' => '可用的',
'city' => '城市',
'content' => '内容',
'country' => '国家',
'date' => '日期',
'day' => '天',
'description' => '描述',
'email' => '邮箱',
'excerpt' => '摘要',
'first_name' => '名',
'gender' => '性别',
'hour' => '时',
'last_name' => '姓',
'minute' => '分',
'mobile' => '手机',
'month' => '月',
'name' => '名称',
'password' => '密码',
'password_confirmation' => '确认密码',
'phone' => '电话',
'second' => '秒',
'sex' => '性别',
'size' => '大小',
'time' => '时间',
'title' => '标题',
'username' => '用户名',
'year' => '年',
],
];

View File

@@ -0,0 +1,713 @@
{
"30 Days": "30天",
"60 Days": "60天",
"90 Days": "90天",
":amount Total": ":amount 总计",
":days day trial": ":days day trial",
":resource Details": ":resource 详情",
":resource Details: :title": ":resource 详细信息::title",
"A new verification link has been sent to the email address you provided during registration.": "一个新的验证链接已经发送至您在注册时提供的电子邮件地址。",
"Accept Invitation": "接受邀请",
"Action": "开始!",
"Action Happened At": "发生在",
"Action Initiated By": "发起者",
"Action Name": "姓名",
"Action Status": "状态",
"Action Target": "目标",
"Actions": "行动",
"Add": "添加",
"Add a new team member to your team, allowing them to collaborate with you.": "添加一个新的团队成员到你的团队,让他们与你合作。",
"Add additional security to your account using two factor authentication.": "使用双因素认证为您的账户添加额外的安全性。",
"Add row": "添加行",
"Add Team Member": "添加团队成员",
"Add VAT Number": "Add VAT Number",
"Added.": "已添加。",
"Address": "Address",
"Address Line 2": "Address Line 2",
"Administrator": "管理员",
"Administrator users can perform any action.": "管理员用户可以执行任何操作。",
"Afghanistan": "阿富汗",
"Aland Islands": "Åland群岛",
"Albania": "阿尔巴尼亚",
"Algeria": "阿尔及利亚",
"All of the people that are part of this team.": "所有的人都是这个团队的一部分。",
"All resources loaded.": "加载的所有资源。",
"All rights reserved.": "版权所有。",
"Already registered?": "已注册?",
"American Samoa": "美属萨摩亚",
"An error occured while uploading the file.": "上传文件时发生错误。",
"An unexpected error occurred and we have notified our support team. Please try again later.": "An unexpected error occurred and we have notified our support team. Please try again later.",
"Andorra": "安道尔",
"Angola": "安哥拉",
"Anguilla": "安圭拉",
"Another user has updated this resource since this page was loaded. Please refresh the page and try again.": "自加载此页面以来,另一个用户已更新此资源。 请刷新页面,然后重试。",
"Antarctica": "南极洲",
"Antigua And Barbuda": "安提瓜和巴布达",
"Antigua and Barbuda": "Antigua and Barbuda",
"API Token": "API Token",
"API Token Permissions": "API Token 权限",
"API Tokens": "API Tokens",
"API tokens allow third-party services to authenticate with our application on your behalf.": "API Token 允许第三方服务代表您与我们的应用程序进行认证。",
"Apply": "Apply",
"Apply Coupon": "Apply Coupon",
"April": "四月",
"Are you sure you want to delete the selected resources?": "您确定要删除所选资源吗?",
"Are you sure you want to delete this file?": "你确定要删除这个文件吗?",
"Are you sure you want to delete this resource?": "您确定要删除此资源吗?",
"Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "你确定要删除这个团队吗?一旦一个团队被删除,它的所有资源和数据将被永久删除。",
"Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "您确定要删除您的账户吗?一旦您的账户被删除,其所有资源和数据将被永久删除。请输入您的密码,确认您要永久删除您的账户。",
"Are you sure you want to detach the selected resources?": "您确定要分离所选资源吗?",
"Are you sure you want to detach this resource?": "您确定要分离此资源吗?",
"Are you sure you want to force delete the selected resources?": "您确定要强制删除所选资源吗?",
"Are you sure you want to force delete this resource?": "您确定要强制删除此资源吗?",
"Are you sure you want to restore the selected resources?": "您确定要恢复所选资源吗?",
"Are you sure you want to restore this resource?": "您确定要恢复此资源吗?",
"Are you sure you want to run this action?": "你确定要执行此操作吗?",
"Are you sure you would like to delete this API token?": "你确定要删除这个 API token 吗?",
"Are you sure you would like to leave this team?": "你确定要离开这个团队吗?",
"Are you sure you would like to remove this person from the team?": "你确定要把这个人从团队中删除吗?",
"Argentina": "阿根廷",
"Armenia": "亚美尼亚",
"Aruba": "阿鲁巴",
"Attach": "附加",
"Attach & Attach Another": "附加和附加另一个",
"Attach :resource": "附加:resource",
"August": "八月",
"Australia": "澳大利亚",
"Austria": "奥地利",
"Azerbaijan": "阿塞拜疆",
"Bahamas": "巴哈马",
"Bahrain": "巴林",
"Bangladesh": "孟加拉国",
"Barbados": "巴巴多斯",
"Belarus": "白俄罗斯",
"Belgium": "比利时",
"Belize": "伯利兹",
"Benin": "贝宁",
"Bermuda": "百慕大",
"Bhutan": "不丹",
"Billing Information": "Billing Information",
"Billing Management": "Billing Management",
"Bolivia": "玻利维亚",
"Bolivia, Plurinational State of": "Bolivia, Plurinational State of",
"Bonaire, Sint Eustatius and Saba": "博内尔岛,圣尤斯特歇斯和萨巴多",
"Bosnia And Herzegovina": "波斯尼亚和黑塞哥维那",
"Bosnia and Herzegovina": "Bosnia and Herzegovina",
"Botswana": "博茨瓦纳",
"Bouvet Island": "布维岛",
"Brazil": "巴西",
"British Indian Ocean Territory": "英属印度洋领地",
"Browser Sessions": "浏览器会话",
"Brunei Darussalam": "Brunei",
"Bulgaria": "保加利亚",
"Burkina Faso": "布基纳法索",
"Burundi": "布隆迪",
"Cambodia": "柬埔寨",
"Cameroon": "喀麦隆",
"Canada": "加拿大",
"Cancel": "取消",
"Cancel Subscription": "Cancel Subscription",
"Cape Verde": "佛得角",
"Card": "卡片",
"Cayman Islands": "开曼群岛",
"Central African Republic": "中非共和国",
"Chad": "乍得",
"Change Subscription Plan": "Change Subscription Plan",
"Changes": "更改",
"Chile": "智利",
"China": "中国",
"Choose": "选择",
"Choose :field": "选择 :field",
"Choose :resource": "选择 :resource",
"Choose an option": "选择一个选项",
"Choose date": "选择日期",
"Choose File": "选择文件",
"Choose Type": "选择类型",
"Christmas Island": "圣诞岛",
"City": "City",
"Click to choose": "点击选择",
"Close": "关闭",
"Cocos (Keeling) Islands": "科科斯(基林)群岛",
"Code": "验证码",
"Colombia": "哥伦比亚",
"Comoros": "科摩罗",
"Confirm": "确认",
"Confirm Password": "确认密码",
"Confirm Payment": "确认支付",
"Confirm your :amount payment": "确认你的 :amount 支付信息",
"Congo": "刚果",
"Congo, Democratic Republic": "刚果民主共和国",
"Congo, the Democratic Republic of the": "Congo, the Democratic Republic of the",
"Constant": "常数",
"Cook Islands": "库克群岛",
"Costa Rica": "哥斯达黎加",
"Cote D'Ivoire": "Côte d'Ivoire",
"could not be found.": "找不到。",
"Country": "Country",
"Coupon": "Coupon",
"Create": "创建",
"Create & Add Another": "创建并添加另一个",
"Create :resource": "创建 :resource",
"Create a new team to collaborate with others on projects.": "创建一个新的团队,与他人合作开展项目。",
"Create Account": "创建账户",
"Create API Token": "创建 API Token",
"Create New Team": "创建新的团队",
"Create Team": "创建团队",
"Created.": "已创建。",
"Croatia": "克罗地亚",
"Cuba": "古巴",
"Curaçao": "库拉索岛",
"Current Password": "当前密码",
"Current Subscription Plan": "Current Subscription Plan",
"Currently Subscribed": "Currently Subscribed",
"Customize": "自定义",
"Cyprus": "塞浦路斯",
"Czech Republic": "捷克",
"Côte d'Ivoire": "Côte d'Ivoire",
"Dashboard": "控制面板",
"December": "十二月",
"Decrease": "减少",
"Delete": "删除",
"Delete Account": "删除账户",
"Delete API Token": "删除 API Token",
"Delete File": "删除文件",
"Delete Resource": "删除资源",
"Delete Selected": "删除选定",
"Delete Team": "删除团队",
"Denmark": "丹麦",
"Detach": "分离",
"Detach Resource": "分离资源",
"Detach Selected": "分离选定",
"Details": "详情",
"Disable": "禁用",
"Djibouti": "吉布提",
"Do you really want to leave? You have unsaved changes.": "你真的想离开吗? 您有未保存的更改。",
"Dominica": "星期日",
"Dominican Republic": "多米尼加共和国",
"Done.": "已完成。",
"Download": "下载",
"Download Receipt": "Download Receipt",
"Ecuador": "厄瓜多尔",
"Edit": "编辑",
"Edit :resource": "编辑 :resource",
"Edit Attached": "编辑附",
"Editor": "编辑者",
"Editor users have the ability to read, create, and update.": "编辑者可以阅读、创建和更新。",
"Egypt": "埃及",
"El Salvador": "萨尔瓦多",
"Email": "Email",
"Email Address": "电子邮件地址",
"Email Addresses": "Email Addresses",
"Email Password Reset Link": "电子邮件密码重置链接",
"Enable": "启用",
"Ensure your account is using a long, random password to stay secure.": "确保你的账户使用足够长且随机的密码来保证安全。",
"Equatorial Guinea": "赤道几内亚",
"Eritrea": "厄立特里亚",
"Estonia": "爱沙尼亚",
"Ethiopia": "埃塞俄比亚",
"ex VAT": "ex VAT",
"Extra Billing Information": "Extra Billing Information",
"Extra confirmation is needed to process your payment. Please confirm your payment by filling out your payment details below.": "需要额外的确认以处理您的付款。请通过在下面填写您的付款详细信息来确认您的付款。",
"Extra confirmation is needed to process your payment. Please continue to the payment page by clicking on the button below.": "需要额外的确认以处理您的付款。 请点击下面的按钮进入付款页面。",
"Falkland Islands (Malvinas)": "福克兰群岛(马尔维纳斯群岛)",
"Faroe Islands": "法罗群岛",
"February": "二月",
"Fiji": "斐济",
"Finland": "芬兰",
"For your security, please confirm your password to continue.": "为了您的安全,请确认您的密码以继续。",
"Forbidden": "访问被拒绝",
"Force Delete": "强制删除",
"Force Delete Resource": "强制删除资源",
"Force Delete Selected": "强制删除所选内容",
"Forgot your password?": "忘记密码?",
"Forgot Your Password?": "忘记密码?",
"Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "忘记密码?没关系。输入您的电子邮件地址,我们将通过电子邮件向您发送密码重置链接,让您重置一个新的密码。",
"France": "法国",
"French Guiana": "法属圭亚那",
"French Polynesia": "法属波利尼西亚",
"French Southern Territories": "法国南部领土",
"Full name": "全称",
"Gabon": "加蓬",
"Gambia": "冈比亚",
"Georgia": "格鲁吉亚",
"Germany": "德国",
"Ghana": "加纳",
"Gibraltar": "直布罗陀",
"Go back": "返回",
"Go Home": "回首页",
"Go to page :page": "前往第 :page 页",
"Great! You have accepted the invitation to join the :team team.": "太好了,您已接受了加入团队「:team」的邀请。",
"Greece": "希腊",
"Greenland": "格陵兰岛",
"Grenada": "格林纳达",
"Guadeloupe": "瓜德罗普岛",
"Guam": "关岛",
"Guatemala": "危地马拉",
"Guernsey": "根西岛",
"Guinea": "几内亚",
"Guinea-Bissau": "几内亚比绍",
"Guyana": "Gu",
"Haiti": "海地",
"Have a coupon code?": "Have a coupon code?",
"Having second thoughts about cancelling your subscription? You can instantly reactive your subscription at any time until the end of your current billing cycle. After your current billing cycle ends, you may choose an entirely new subscription plan.": "Having second thoughts about cancelling your subscription? You can instantly reactive your subscription at any time until the end of your current billing cycle. After your current billing cycle ends, you may choose an entirely new subscription plan.",
"Heard Island & Mcdonald Islands": "赫德岛和麦当劳群岛",
"Heard Island and McDonald Islands": "Heard Island and McDonald Islands",
"Hello!": "您好!",
"Hide Content": "隐藏内容",
"Hold Up!": "等等!",
"Holy See (Vatican City State)": "Vatican City",
"Honduras": "洪都拉斯",
"Hong Kong": "香港",
"Hungary": "匈牙利",
"I accept the terms of service": "I accept the terms of service",
"I agree to the :terms_of_service and :privacy_policy": "我同意 :terms_of_service 和 :privacy_policy",
"Iceland": "冰岛",
"ID": "ID",
"If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "如有必要,您可以注销您其他设备上所有的浏览器会话。下面列出了您最近的一些会话,但是,这个列表可能并不详尽。如果您认为您的账户已被入侵,您还应该更新您的密码。",
"If you already have an account, you may accept this invitation by clicking the button below:": "如果您已经有一个账户,您可以通过点击下面的按钮接受这个邀请:",
"If you did not create an account, no further action is required.": "如果您未注册帐号,请忽略此邮件。",
"If you did not expect to receive an invitation to this team, you may discard this email.": "如果你没有想到会收到这个团队的邀请,你可以丢弃这封邮件。",
"If you did not request a password reset, no further action is required.": "如果您未申请重设密码,请忽略此邮件。",
"If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "如果您还没有账号,可以点击下面的按钮创建一个账号。创建账户后,您可以点击此邮件中的邀请接受按钮,接受团队邀请:",
"If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.",
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:",
"If youre having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "如果您点击「:actionText」按钮时出现问题请复制下方链接到浏览器中访问",
"Increase": "增加",
"India": "印度",
"Indonesia": "印度尼西亚",
"Iran, Islamic Republic Of": "伊朗",
"Iran, Islamic Republic of": "Iran, Islamic Republic of",
"Iraq": "伊拉克",
"Ireland": "爱尔兰",
"Isle Of Man": "马恩岛",
"Isle of Man": "Isle of Man",
"Israel": "以色列",
"It looks like you do not have an active subscription. You may choose one of the subscription plans below to get started. Subscription plans may be changed or cancelled at your convenience.": "It looks like you do not have an active subscription. You may choose one of the subscription plans below to get started. Subscription plans may be changed or cancelled at your convenience.",
"Italy": "意大利",
"Jamaica": "牙买加",
"Jane Doe": "Jane Doe",
"January": "一月",
"Japan": "日本",
"Jersey": "泽西岛",
"Jordan": "约旦",
"July": "七月",
"June": "六月",
"Kazakhstan": "哈萨克斯坦",
"Kenya": "肯尼亚",
"Key": "钥匙",
"Kiribati": "基里巴斯",
"Korea": "韩国",
"Korea, Democratic People's Republic of": "朝鲜",
"Korea, Republic of": "Korea, Republic of",
"Kosovo": "科索沃",
"Kuwait": "科威特",
"Kyrgyzstan": "吉尔吉斯斯坦",
"Lao People's Democratic Republic": "老挝",
"Last active": "上次活跃",
"Last used": "上次使用",
"Latvia": "拉脱维亚",
"Leave": "离开",
"Leave Team": "离开团队",
"Lebanon": "黎巴嫩",
"Lens": "镜头",
"Lesotho": "莱索托",
"Liberia": "利比里亚",
"Libyan Arab Jamahiriya": "利比亚",
"Liechtenstein": "列支敦士登",
"Lithuania": "立陶宛",
"Load :perPage More": "加载:perPage更多",
"Log in": "登录",
"Log Out": "注销",
"Log Out Other Browser Sessions": "注销其他浏览器的会话",
"Login": "登录",
"Logout": "注销",
"Luxembourg": "卢森堡",
"Macao": "澳门",
"Macedonia": "北马其顿",
"Macedonia, the former Yugoslav Republic of": "Macedonia, the former Yugoslav Republic of",
"Madagascar": "马达加斯加",
"Malawi": "马拉维",
"Malaysia": "马来西亚",
"Maldives": "马尔代夫",
"Mali": "小",
"Malta": "马耳他",
"Manage Account": "管理账户",
"Manage and log out your active sessions on other browsers and devices.": "管理和注销您在其他浏览器和设备上的活动会话。",
"Manage API Tokens": "管理 API Token",
"Manage Role": "管理角色",
"Manage Team": "管理团队",
"Managing billing for :billableName": "Managing billing for :billableName",
"March": "三月",
"Marshall Islands": "马绍尔群岛",
"Martinique": "马提尼克岛",
"Mauritania": "毛里塔尼亚",
"Mauritius": "毛里求斯",
"May": "五月",
"Mayotte": "马约特",
"Mexico": "墨西哥",
"Micronesia, Federated States Of": "密克罗尼西亚",
"Micronesia, Federated States of": "Micronesia, Federated States of",
"Moldova": "摩尔多瓦",
"Moldova, Republic of": "Moldova, Republic of",
"Monaco": "摩纳哥",
"Mongolia": "蒙古",
"Montenegro": "黑山",
"Month To Date": "月至今",
"Monthly": "Monthly",
"monthly": "monthly",
"Montserrat": "蒙特塞拉特",
"Morocco": "摩洛哥",
"Mozambique": "莫桑比克",
"Myanmar": "缅甸",
"Name": "姓名",
"Namibia": "纳米比亚",
"Nauru": "瑙鲁",
"Nepal": "尼泊尔",
"Netherlands": "荷兰",
"Netherlands Antilles": "Netherlands Antilles",
"Nevermind, I'll keep my old plan": "Nevermind, I'll keep my old plan",
"New": "新",
"New :resource": "新:resource",
"New Caledonia": "新喀里多尼亚",
"New Password": "新的密码",
"New Zealand": "新西兰",
"Next": "下一个",
"Nicaragua": "尼加拉瓜",
"Niger": "尼日尔",
"Nigeria": "尼日利亚",
"Niue": "纽埃",
"No": "非也。",
"No :resource matched the given criteria.": "没有 :resource 符合给定的标准。",
"No additional information...": "没有其他信息。..",
"No Current Data": "没有当前数据",
"No Data": "没有数据",
"no file selected": "没有选择文件",
"No Increase": "不增加",
"No Prior Data": "没有先前的数据",
"No Results Found.": "没有找到结果。",
"Norfolk Island": "诺福克岛",
"Northern Mariana Islands": "北马里亚纳群岛",
"Norway": "挪威",
"Not Found": "页面不存在",
"Nova User": "Nova用户",
"November": "十一月",
"October": "十月",
"of": "于",
"Oh no": "不好了",
"Oman": "阿曼",
"Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "一旦团队被删除,其所有资源和数据将被永久删除。在删除该团队之前,请下载您希望保留的有关该团队的任何数据或信息。",
"Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "一旦您的账户被删除,其所有资源和数据将被永久删除。在删除您的账户之前,请下载您希望保留的任何数据或信息。",
"Only Trashed": "只有垃圾",
"Original": "原创",
"Our billing management portal allows you to conveniently manage your subscription plan, payment method, and download your recent invoices.": "Our billing management portal allows you to conveniently manage your subscription plan, payment method, and download your recent invoices.",
"Page Expired": "页面会话已超时",
"Pagination Navigation": "分页导航",
"Pakistan": "巴基斯坦",
"Palau": "帕劳",
"Palestinian Territory, Occupied": "巴勒斯坦领土",
"Panama": "巴拿马",
"Papua New Guinea": "巴布亚新几内亚",
"Paraguay": "巴拉圭",
"Password": "密码",
"Pay :amount": "支付 :amount",
"Payment Cancelled": "支付已经取消",
"Payment Confirmation": "支付信息确认",
"Payment Information": "Payment Information",
"Payment Method": "Payment Method",
"Payment Successful": "支付成功",
"Pending Team Invitations": "待处理的团队邀请函",
"Per Page": "每页",
"Permanently delete this team.": "永久删除此团队",
"Permanently delete your account.": "永久删除您的账户",
"Permissions": "权限",
"Peru": "秘鲁",
"Philippines": "菲律宾",
"Photo": "照片",
"Pitcairn": "皮特凯恩群岛",
"Please accept the terms of service.": "Please accept the terms of service.",
"Please click the button below to verify your email address.": "请点击下面按钮验证您的 E-mail",
"Please confirm access to your account by entering one of your emergency recovery codes.": "请输入您的紧急恢复代码以访问您的账户。",
"Please confirm access to your account by entering the authentication code provided by your authenticator application.": "请输入您的验证器应用程序提供的验证码以访问您的账户。",
"Please copy your new API token. For your security, it won't be shown again.": "请复制你的新 API token。为了您的安全它不会再被显示出来。",
"Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "请输入您的密码,以确认您要注销您其他设备上的浏览器会话。",
"Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.",
"Please provide the email address of the person you would like to add to this team.": "请提供您想加入这个团队的人的电子邮件地址。",
"Please provide your name.": "请提供你的名字。",
"Poland": "波兰",
"Portugal": "葡萄牙",
"Press \/ to search": "按 \/ 搜索",
"Preview": "预览",
"Previous": "上一页",
"Privacy Policy": "隐私政策",
"Profile": "资料",
"Profile Information": "账户资料",
"Puerto Rico": "波多黎各",
"Qatar": "卡塔尔",
"Quarter To Date": "季度至今",
"Receipt Email Addresses": "Receipt Email Addresses",
"Receipts": "Receipts",
"Recovery Code": "恢复代码",
"Regards": "致敬",
"Regenerate Recovery Codes": "重新生成恢复代码",
"Register": "注册",
"Reload": "重装",
"Remember me": "记住我",
"Remember Me": "记住我",
"Remove": "移除",
"Remove Photo": "移除照片",
"Remove Team Member": "移除团队成员",
"Resend Verification Email": "重新发送验证邮件",
"Reset Filters": "重置过滤器",
"Reset Password": "重设密码",
"Reset Password Notification": "重设密码通知",
"resource": "资源",
"Resources": "资源",
"resources": "资源",
"Restore": "恢复",
"Restore Resource": "恢复资源",
"Restore Selected": "恢复选定",
"results": "结果",
"Resume Subscription": "Resume Subscription",
"Return to :appName": "Return to :appName",
"Reunion": "会议",
"Role": "角色",
"Romania": "罗马尼亚",
"Run Action": "运行操作",
"Russian Federation": "俄罗斯联邦",
"Rwanda": "卢旺达",
"Réunion": "Réunion",
"Saint Barthelemy": "圣巴泰勒米",
"Saint Barthélemy": "Saint Barthélemy",
"Saint Helena": "圣赫勒拿",
"Saint Kitts And Nevis": "圣基茨和尼维斯",
"Saint Kitts and Nevis": "Saint Kitts and Nevis",
"Saint Lucia": "圣卢西亚",
"Saint Martin": "圣马丁",
"Saint Martin (French part)": "Saint Martin (French part)",
"Saint Pierre And Miquelon": "圣皮埃尔和密克隆",
"Saint Pierre and Miquelon": "Saint Pierre and Miquelon",
"Saint Vincent And Grenadines": "圣文森特和格林纳丁斯",
"Saint Vincent and the Grenadines": "Saint Vincent and the Grenadines",
"Samoa": "萨摩亚",
"San Marino": "圣马力诺",
"Sao Tome And Principe": "圣多美和普林西比",
"Sao Tome and Principe": "Sao Tome and Principe",
"Saudi Arabia": "沙特阿拉伯",
"Save": "保存",
"Saved.": "已保存。",
"Search": "搜索",
"Select": "Select",
"Select a different plan": "Select a different plan",
"Select A New Photo": "选择新的照片",
"Select Action": "选择操作",
"Select All": "全选",
"Select All Matching": "选择所有匹配",
"Send Password Reset Link": "发送重设密码链接",
"Senegal": "塞内加尔",
"September": "九月",
"Serbia": "塞尔维亚",
"Server Error": "服务器错误",
"Service Unavailable": "暂时不提供服务",
"Seychelles": "塞舌尔",
"Show All Fields": "显示所有字段",
"Show Content": "显示内容",
"Show Recovery Codes": "显示恢复代码",
"Showing": "显示中",
"Sierra Leone": "塞拉利昂",
"Signed in as": "Signed in as",
"Singapore": "新加坡",
"Sint Maarten (Dutch part)": "圣马丁岛",
"Slovakia": "斯洛伐克",
"Slovenia": "斯洛文尼亚",
"Solomon Islands": "所罗门群岛",
"Somalia": "索马里",
"Something went wrong.": "出了问题",
"Sorry! You are not authorized to perform this action.": "对不起! 您无权执行此操作。",
"Sorry, your session has expired.": "对不起,您的会话已过期。",
"South Africa": "南非",
"South Georgia And Sandwich Isl.": "南乔治亚岛和南桑威奇群岛",
"South Georgia and the South Sandwich Islands": "South Georgia and the South Sandwich Islands",
"South Sudan": "南苏丹",
"Spain": "西班牙",
"Sri Lanka": "斯里兰卡",
"Standalone Actions": "Standalone Actions",
"Start Polling": "开始轮询",
"State \/ County": "State \/ County",
"Stop Polling": "停止轮询",
"Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "将这些恢复码存储在一个安全的密码管理器中。如果您的双因素验证设备丢失,它们可以用来恢复对您账户的访问。",
"Subscribe": "Subscribe",
"Subscription Information": "Subscription Information",
"Subscription Pending": "Subscription Pending",
"Sudan": "苏丹",
"Suriname": "苏里南",
"Svalbard And Jan Mayen": "斯瓦尔巴和扬*马延",
"Svalbard and Jan Mayen": "Svalbard and Jan Mayen",
"Swaziland": "Eswatini",
"Sweden": "瑞典",
"Switch Teams": "选择团队",
"Switzerland": "瑞士",
"Syrian Arab Republic": "叙利亚",
"Taiwan": "台湾",
"Taiwan, Province of China": "Taiwan, Province of China",
"Tajikistan": "塔吉克斯坦",
"Tanzania": "坦桑尼亚",
"Tanzania, United Republic of": "Tanzania, United Republic of",
"Team Details": "团队详情",
"Team Invitation": "团队邀请",
"Team Members": "团队成员",
"Team Name": "团队名称",
"Team Owner": "团队拥有者",
"Team Settings": "团队设置",
"Terms of Service": "服务条款",
"Thailand": "泰国",
"Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "谢谢你的注册!在开始之前,在开始之前,您可以通过点击我们刚刚给您发送的链接来验证您的电子邮件地址,如果您没有收到邮件,我们将很乐意再给您发送一封邮件。",
"Thanks for your continued support. We've attached a copy of your invoice for your records. Please let us know if you have any questions or concerns.": "Thanks for your continued support. We've attached a copy of your invoice for your records. Please let us know if you have any questions or concerns.",
"Thanks,": "Thanks,",
"The :attribute must be a valid role.": ":attribute 不是正确的角色。",
"The :attribute must be at least :length characters and contain at least one number.": ":attribute 至少为 :length 个字符且至少包含一个数字。",
"The :attribute must be at least :length characters and contain at least one special character and one number.": ":attribute 长度至少 :length 位并且至少必须包含一个特殊字符和一个数字。",
"The :attribute must be at least :length characters and contain at least one special character.": ":attribute 至少为 :length 个字符且至少包含一个特殊字符。",
"The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":attribute 至少为 :length 个字符且至少包含一个大写字母和一个数字。",
"The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":attribute 至少为 :length 个字符且至少包含一个大写字母和一个特殊字符。",
"The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":attribute 至少为 :length 个字符且至少包含一个大写字母、一个数字和一个特殊字符。",
"The :attribute must be at least :length characters and contain at least one uppercase character.": ":attribute 至少为 :length 个字符且至少包含一个大写字母。",
"The :attribute must be at least :length characters.": ":attribute 至少为 :length 个字符",
"The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
"The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
"The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
"The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
"The :resource was created!": ":resource 创建了!",
"The :resource was deleted!": ":resource 被删除了!",
"The :resource was restored!": ":resource 恢复了!",
"The :resource was updated!": ":resource 更新了!",
"The action ran successfully!": "行动成功了!",
"The file was deleted!": "文件被删除了!",
"The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
"The government won't let us show you what's behind these doors": "政府不会让我们向你展示这些门后面的东西",
"The HasOne relationship has already been filled.": "HasOne 的关系已经被填补了。",
"The password is incorrect.": "The password is incorrect.",
"The payment was successful.": "账单支付成功。",
"The provided coupon code is invalid.": "The provided coupon code is invalid.",
"The provided password does not match your current password.": "当前密码不正确",
"The provided password was incorrect.": "密码错误",
"The provided two factor authentication code was invalid.": "双因素认证代码错误",
"The provided VAT number is invalid.": "The provided VAT number is invalid.",
"The receipt emails must be valid email addresses.": "The receipt emails must be valid email addresses.",
"The resource was updated!": "资源已更新!",
"The selected country is invalid.": "The selected country is invalid.",
"The selected plan is invalid.": "The selected plan is invalid.",
"The team's name and owner information.": "团队名称和拥有者信息。",
"There are no available options for this resource.": "此资源没有可用的选项。",
"There is no active subscription.": "There is no active subscription.",
"There was a problem executing the action.": "执行操作时出现问题。",
"There was a problem submitting the form.": "提交表单时出现问题。",
"These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "这些人已被邀请加入您的团队,并已收到一封邀请邮件。他们可以通过接受电子邮件邀请加入团队。",
"This account does not have an active subscription.": "This account does not have an active subscription.",
"This action is unauthorized.": "权限不足。",
"This device": "当前设备",
"This file field is read-only.": "此文件字段是只读的。",
"This image": "此图像",
"This is a secure area of the application. Please confirm your password before continuing.": "请在继续之前确认您的密码。",
"This password does not match our records.": "密码不正确",
"This password reset link will expire in :count minutes.": "这个重设密码链接将会在 :count 分钟后失效。",
"This payment was already successfully confirmed.": "付款已经成功确认。",
"This payment was cancelled.": "支付已经取消。",
"This resource no longer exists": "此资源不再存在",
"This subscription cannot be resumed. Please create a new subscription.": "This subscription cannot be resumed. Please create a new subscription.",
"This subscription has expired and cannot be resumed. Please create a new subscription.": "This subscription has expired and cannot be resumed. Please create a new subscription.",
"This user already belongs to the team.": "此用户已经在团队中",
"This user has already been invited to the team.": "该用户已经被邀请加入团队。",
"Timor-Leste": "东帝汶",
"to": "至",
"Today": "今天",
"Toggle navigation": "切换导航",
"Togo": "多哥",
"Tokelau": "托克劳",
"Token Name": "Token 名称",
"Tonga": "来吧",
"Too Many Requests": "请求次数过多。",
"total": "总计",
"Total:": "Total:",
"Trashed": "垃圾",
"Trinidad And Tobago": "特立尼达和多巴哥",
"Trinidad and Tobago": "Trinidad and Tobago",
"Tunisia": "突尼斯",
"Turkey": "土耳其",
"Turkmenistan": "土库曼斯坦",
"Turks And Caicos Islands": "特克斯和凯科斯群岛",
"Turks and Caicos Islands": "Turks and Caicos Islands",
"Tuvalu": "图瓦卢",
"Two Factor Authentication": "双因素认证",
"Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application.": "现在已启用双因素认证。使用您手机的验证程序扫描以下二维码。",
"Uganda": "乌干达",
"Ukraine": "乌克兰",
"Unauthorized": "未授权",
"United Arab Emirates": "阿拉伯联合酋长国",
"United Kingdom": "联合王国",
"United States": "美国",
"United States Minor Outlying Islands": "United States Minor Outlying Islands",
"United States Outlying Islands": "美国离岛",
"Update": "更新",
"Update & Continue Editing": "更新并继续编辑",
"Update :resource": "更新 :resource",
"Update :resource: :title": "更新 :resource:title",
"Update attached :resource: :title": "更新附 :resource: :title",
"Update Password": "更新密码",
"Update Payment Information": "Update Payment Information",
"Update Payment Method": "Update Payment Method",
"Update your account's profile information and email address.": "更新您的账户资料和电子邮件地址。",
"Uruguay": "乌拉圭",
"Use a recovery code": "使用恢复代码",
"Use an authentication code": "使用验证码",
"Uzbekistan": "乌兹别克斯坦",
"Value": "价值",
"Vanuatu": "瓦努阿图",
"VAT Number": "VAT Number",
"Venezuela": "委内瑞拉",
"Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of",
"Verify Email Address": "验证 E-mail",
"Viet Nam": "Vietnam",
"View": "查看",
"View Receipt": "View Receipt",
"Virgin Islands, British": "英属维尔京群岛",
"Virgin Islands, U.S.": "美属维尔京群岛",
"Wallis And Futuna": "瓦利斯和富图纳群岛",
"Wallis and Futuna": "Wallis and Futuna",
"We are processing your subscription. Once the subscription has successfully processed, this page will update automatically. Typically, this process should only take a few seconds.": "We are processing your subscription. Once the subscription has successfully processed, this page will update automatically. Typically, this process should only take a few seconds.",
"We are unable to process your payment. Please contact customer support.": "We are unable to process your payment. Please contact customer support.",
"We were unable to find a registered user with this email address.": "我们无法找到这个电子邮件地址的注册用户。",
"We will send a receipt download link to the email addresses that you specify below. You may separate multiple email addresses using commas.": "We will send a receipt download link to the email addresses that you specify below. You may separate multiple email addresses using commas.",
"We're lost in space. The page you were trying to view does not exist.": "我们迷失在太空中 您尝试查看的页面不存在。",
"Welcome Back!": "欢迎回来!",
"Western Sahara": "西撒哈拉",
"When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "当启用双因素认证时,在认证过程中会提示您输入一个安全的随机令牌。您可以从手机的 Google Authenticator 应用程序中获取此令牌。",
"Whoops": "哎呦",
"Whoops!": "哎呀!",
"Whoops! Something went wrong.": "哎呀!出了点问题",
"With Trashed": "与垃圾",
"Write": "写",
"Year To Date": "年至今",
"Yearly": "Yearly",
"Yemen": "也门",
"Yes": "是的",
"You are already subscribed.": "You are already subscribed.",
"You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.",
"You are receiving this email because we received a password reset request for your account.": "您收到此电子邮件是因为我们收到了您帐户的密码重设请求。",
"You have been invited to join the :team team!": "您已被邀请加入「:team」团队!",
"You have enabled two factor authentication.": "你已经启用了双因素认证。",
"You have not enabled two factor authentication.": "你还没有启用双因素认证。",
"You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
"You may cancel your subscription at any time. Once your subscription has been cancelled, you will have the option to resume the subscription until the end of your current billing cycle.": "You may cancel your subscription at any time. Once your subscription has been cancelled, you will have the option to resume the subscription until the end of your current billing cycle.",
"You may delete any of your existing tokens if they are no longer needed.": "如果不再需要,您可以删除任何现有的 token。",
"You may not delete your personal team.": "您不能删除您的个人团队。",
"You may not leave a team that you created.": "你不能离开你创建的团队。",
"Your :invoiceName invoice is now available!": "Your :invoiceName invoice is now available!",
"Your card was declined. Please contact your card issuer for more information.": "Your card was declined. Please contact your card issuer for more information.",
"Your current payment method is :paypal.": "Your current payment method is :paypal.",
"Your current payment method is a credit card ending in :lastFour that expires on :expiration.": "Your current payment method is a credit card ending in :lastFour that expires on :expiration.",
"Your registered VAT Number is :vatNumber.": "Your registered VAT Number is :vatNumber.",
"Zambia": "赞比亚",
"Zimbabwe": "津巴布韦",
"Zip \/ Postal Code": "Zip \/ Postal Code",
"Åland Islands": "Åland Islands"
}

618
resources/lang/zh_TW.json Normal file
View File

@@ -0,0 +1,618 @@
{
"30 Days": "30 Days",
"60 Days": "60 Days",
"90 Days": "90 Days",
":amount Total": ":amount Total",
":resource Details": ":resource Details",
":resource Details: :title": ":resource Details: :title",
"A fresh verification link has been sent to your email address.": "新的驗證鏈接已發送到您的 E-mail。",
"A new verification link has been sent to the email address you provided during registration.": "一個新的驗證鏈接已經發送至您在註冊時提供的電子郵件地址。",
"Accept Invitation": "接受邀請",
"Action": "Action",
"Action Happened At": "Happened At",
"Action Initiated By": "Initiated By",
"Action Name": "Name",
"Action Status": "Status",
"Action Target": "Target",
"Actions": "Actions",
"Add": "添加",
"Add a new team member to your team, allowing them to collaborate with you.": "添加一個新的團隊成員到你的團隊,讓他們與你合作。",
"Add additional security to your account using two factor authentication.": "使用雙因素認證為您的賬戶添加額外的安全性。",
"Add row": "Add row",
"Add Team Member": "添加團隊成員",
"Added.": "已添加。",
"Administrator": "管理員",
"Administrator users can perform any action.": "管理員用戶可以執行任何操作。",
"Afghanistan": "Afghanistan",
"Aland Islands": "Åland Islands",
"Albania": "Albania",
"Algeria": "Algeria",
"All of the people that are part of this team.": "所有的人都是這個團隊的一部分。",
"All resources loaded.": "All resources loaded.",
"All rights reserved.": "版權所有。",
"Already registered?": "已註冊?",
"American Samoa": "American Samoa",
"An error occured while uploading the file.": "An error occured while uploading the file.",
"Andorra": "Andorra",
"Angola": "Angola",
"Anguilla": "Anguilla",
"Another user has updated this resource since this page was loaded. Please refresh the page and try again.": "Another user has updated this resource since this page was loaded. Please refresh the page and try again.",
"Antarctica": "Antarctica",
"Antigua And Barbuda": "Antigua and Barbuda",
"API Token": "API Token",
"API Token Permissions": "API Token 權限",
"API Tokens": "API Tokens",
"API tokens allow third-party services to authenticate with our application on your behalf.": "API Token 允許第三方服務代表您與我們的應用程序進行認證。",
"April": "April",
"Are you sure you want to delete the selected resources?": "Are you sure you want to delete the selected resources?",
"Are you sure you want to delete this file?": "Are you sure you want to delete this file?",
"Are you sure you want to delete this resource?": "Are you sure you want to delete this resource?",
"Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "你確定要刪除這個團隊嗎?一旦一個團隊被刪除,它的所有資源和數據將被永久刪除。",
"Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "您確定要刪除您的賬戶嗎?一旦您的賬戶被刪除,其所有資源和數據將被永久刪除。請輸入您的密碼,確認您要永久刪除您的賬戶。",
"Are you sure you want to detach the selected resources?": "Are you sure you want to detach the selected resources?",
"Are you sure you want to detach this resource?": "Are you sure you want to detach this resource?",
"Are you sure you want to force delete the selected resources?": "Are you sure you want to force delete the selected resources?",
"Are you sure you want to force delete this resource?": "Are you sure you want to force delete this resource?",
"Are you sure you want to restore the selected resources?": "Are you sure you want to restore the selected resources?",
"Are you sure you want to restore this resource?": "Are you sure you want to restore this resource?",
"Are you sure you want to run this action?": "Are you sure you want to run this action?",
"Are you sure you would like to delete this API token?": "你確定要刪除這個 API token 嗎?",
"Are you sure you would like to leave this team?": "你確定要離開這個團隊嗎?",
"Are you sure you would like to remove this person from the team?": "你確定要把這個人從團隊中刪除嗎?",
"Argentina": "Argentina",
"Armenia": "Armenia",
"Aruba": "Aruba",
"Attach": "Attach",
"Attach & Attach Another": "Attach & Attach Another",
"Attach :resource": "Attach :resource",
"August": "August",
"Australia": "Australia",
"Austria": "Austria",
"Azerbaijan": "Azerbaijan",
"Bahamas": "Bahamas",
"Bahrain": "Bahrain",
"Bangladesh": "Bangladesh",
"Barbados": "Barbados",
"Before proceeding, please check your email for a verification link.": "在繼續之前請先驗證您的 E-mail。",
"Belarus": "Belarus",
"Belgium": "Belgium",
"Belize": "Belize",
"Benin": "Benin",
"Bermuda": "Bermuda",
"Bhutan": "Bhutan",
"Bolivia": "Bolivia",
"Bonaire, Sint Eustatius and Saba": "Bonaire, Sint Eustatius and Saba",
"Bosnia And Herzegovina": "Bosnia and Herzegovina",
"Botswana": "Botswana",
"Bouvet Island": "Bouvet Island",
"Brazil": "Brazil",
"British Indian Ocean Territory": "British Indian Ocean Territory",
"Browser Sessions": "瀏覽器會話",
"Brunei Darussalam": "Brunei",
"Bulgaria": "Bulgaria",
"Burkina Faso": "Burkina Faso",
"Burundi": "Burundi",
"Cambodia": "Cambodia",
"Cameroon": "Cameroon",
"Canada": "Canada",
"Cancel": "取消",
"Cape Verde": "Cape Verde",
"Card": "卡片",
"Cayman Islands": "Cayman Islands",
"Central African Republic": "Central African Republic",
"Chad": "Chad",
"Changes": "Changes",
"Chile": "Chile",
"China": "China",
"Choose": "Choose",
"Choose :field": "Choose :field",
"Choose :resource": "Choose :resource",
"Choose an option": "Choose an option",
"Choose date": "Choose date",
"Choose File": "Choose File",
"Choose Type": "Choose Type",
"Christmas Island": "Christmas Island",
"click here to request another": "點擊重新發送 E-mail",
"Click to choose": "Click to choose",
"Close": "關閉",
"Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
"Code": "驗證碼",
"Colombia": "Colombia",
"Comoros": "Comoros",
"Confirm": "確認",
"Confirm Password": "確認密碼",
"Confirm Payment": "確認支付",
"Confirm your :amount payment": "確認你的 :amount 支付信息",
"Congo": "Congo",
"Congo, Democratic Republic": "Congo, Democratic Republic",
"Constant": "Constant",
"Cook Islands": "Cook Islands",
"Costa Rica": "Costa Rica",
"Cote D'Ivoire": "Côte d'Ivoire",
"could not be found.": "could not be found.",
"Create": "創建",
"Create & Add Another": "Create & Add Another",
"Create :resource": "Create :resource",
"Create a new team to collaborate with others on projects.": "創建一個新的團隊,與他人合作開展項目。",
"Create Account": "創建賬戶",
"Create API Token": "創建 API Token",
"Create New Team": "創建新的團隊",
"Create Team": "創建團隊",
"Created.": "已創建。",
"Croatia": "Croatia",
"Cuba": "Cuba",
"Curaçao": "Curaçao",
"Current Password": "當前密碼",
"Customize": "Customize",
"Cyprus": "Cyprus",
"Czech Republic": "Czechia",
"Dashboard": "控制面板",
"December": "December",
"Decrease": "Decrease",
"Delete": "刪除",
"Delete Account": "刪除賬戶",
"Delete API Token": "刪除 API Token",
"Delete File": "Delete File",
"Delete Resource": "Delete Resource",
"Delete Selected": "Delete Selected",
"Delete Team": "刪除團隊",
"Denmark": "Denmark",
"Detach": "Detach",
"Detach Resource": "Detach Resource",
"Detach Selected": "Detach Selected",
"Details": "Details",
"Disable": "禁用",
"Djibouti": "Djibouti",
"Do you really want to leave? You have unsaved changes.": "Do you really want to leave? You have unsaved changes.",
"Dominica": "Dominica",
"Dominican Republic": "Dominican Republic",
"Done.": "已完成。",
"Download": "Download",
"E-Mail Address": "E-mail",
"Ecuador": "Ecuador",
"Edit": "Edit",
"Edit :resource": "Edit :resource",
"Edit Attached": "Edit Attached",
"Editor": "編輯者",
"Editor users have the ability to read, create, and update.": "編輯者可以閱讀、創建和更新。",
"Egypt": "Egypt",
"El Salvador": "El Salvador",
"Email": "Email",
"Email Address": "Email Address",
"Email Password Reset Link": "電子郵件密碼重置鏈接",
"Enable": "啟用",
"Ensure your account is using a long, random password to stay secure.": "確保你的賬戶使用足夠長且隨機的密碼來保證安全。",
"Equatorial Guinea": "Equatorial Guinea",
"Eritrea": "Eritrea",
"Estonia": "Estonia",
"Ethiopia": "Ethiopia",
"Extra confirmation is needed to process your payment. Please confirm your payment by filling out your payment details below.": "需要額外的確認以處理您的付款。請通過在下面填寫您的付款詳細信息來確認您的付款。",
"Extra confirmation is needed to process your payment. Please continue to the payment page by clicking on the button below.": "需要額外的確認以處理您的付款。 請點擊下面的按鈕進入付款頁面。",
"Falkland Islands (Malvinas)": "Falkland Islands (Malvinas)",
"Faroe Islands": "Faroe Islands",
"February": "February",
"Fiji": "Fiji",
"Finland": "Finland",
"For your security, please confirm your password to continue.": "為了您的安全,請確認您的密碼以繼續。",
"Forbidden": "訪問被拒絕",
"Force Delete": "Force Delete",
"Force Delete Resource": "Force Delete Resource",
"Force Delete Selected": "Force Delete Selected",
"Forgot Your Password?": "忘記密碼?",
"Forgot your password?": "忘記密碼?",
"Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "忘記密碼?沒關係。輸入您的電子郵件地址,我們將通過電子郵件向您發送密碼重置鏈接,讓您重置一個新的密碼。",
"France": "France",
"French Guiana": "French Guiana",
"French Polynesia": "French Polynesia",
"French Southern Territories": "French Southern Territories",
"Full name": "全稱",
"Gabon": "Gabon",
"Gambia": "Gambia",
"Georgia": "Georgia",
"Germany": "Germany",
"Ghana": "Ghana",
"Gibraltar": "Gibraltar",
"Go back": "返回",
"Go Home": "回首頁",
"Go to page :page": "前往第 :page 頁",
"Great! You have accepted the invitation to join the :team team.": "太好了,您已接受了加入團隊「:team」的邀請。 ",
"Greece": "Greece",
"Greenland": "Greenland",
"Grenada": "Grenada",
"Guadeloupe": "Guadeloupe",
"Guam": "Guam",
"Guatemala": "Guatemala",
"Guernsey": "Guernsey",
"Guinea": "Guinea",
"Guinea-Bissau": "Guinea-Bissau",
"Guyana": "Guyana",
"Haiti": "Haiti",
"Heard Island & Mcdonald Islands": "Heard Island and McDonald Islands",
"Hello!": "您好!",
"Hide Content": "Hide Content",
"Hold Up!": "Hold Up!",
"Holy See (Vatican City State)": "Vatican City",
"Honduras": "Honduras",
"Hong Kong": "Hong Kong",
"Hungary": "Hungary",
"I agree to the :terms_of_service and :privacy_policy": "我同意 :terms_of_service 和 :privacy_policy",
"Iceland": "Iceland",
"ID": "ID",
"If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "如有必要,您可以註銷您其他設備上的所有瀏覽器會話。下面列出了您最近的一些會話,但是,這個列表可能並不詳盡。如果您認為您的賬戶已被入侵,您還應該更新您的密碼。",
"If necessary, you may logout of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "如有必要,您可以註銷您其他設備上的所有瀏覽器會話。下面列出了您最近的一些會話,但是,這個列表可能並不詳盡。如果您認為您的賬戶已被入侵,您還應該更新您的密碼。",
"If you already have an account, you may accept this invitation by clicking the button below:": "如果您已经有一个账户,您可以通过点击下面的按钮接受这个邀请:",
"If you did not create an account, no further action is required.": "如果您未註冊帳號,請忽略此郵件。",
"If you did not expect to receive an invitation to this team, you may discard this email.": "如果你没有想到会收到这个团队的邀请,你可以丢弃这封邮件。",
"If you did not receive the email": "如果您沒有收到",
"If you did not request a password reset, no further action is required.": "如果您未申請重設密碼,請忽略此郵件。",
"If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "如果您还没有账号,可以点击下面的按钮创建一个账号。创建账户后,您可以点击此邮件中的邀请接受按钮,接受团队邀请:",
"If youre having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "如果您點擊「:actionText」按鈕時出現問題請複制下方鏈接到瀏覽器中訪問",
"Increase": "Increase",
"India": "India",
"Indonesia": "Indonesia",
"Invalid signature.": "簽名無效",
"Iran, Islamic Republic Of": "Iran",
"Iraq": "Iraq",
"Ireland": "Ireland",
"Isle Of Man": "Isle of Man",
"Israel": "Israel",
"Italy": "Italy",
"Jamaica": "Jamaica",
"January": "January",
"Japan": "Japan",
"Jersey": "Jersey",
"Jordan": "Jordan",
"July": "July",
"June": "June",
"Kazakhstan": "Kazakhstan",
"Kenya": "Kenya",
"Key": "Key",
"Kiribati": "Kiribati",
"Korea": "South Korea",
"Korea, Democratic People's Republic of": "North Korea",
"Kosovo": "Kosovo",
"Kuwait": "Kuwait",
"Kyrgyzstan": "Kyrgyzstan",
"Lao People's Democratic Republic": "Laos",
"Last active": "上次活躍",
"Last used": "上次使用",
"Latvia": "Latvia",
"Leave": "離開",
"Leave Team": "離開團隊",
"Lebanon": "Lebanon",
"Lens": "Lens",
"Lesotho": "Lesotho",
"Liberia": "Liberia",
"Libyan Arab Jamahiriya": "Libya",
"Liechtenstein": "Liechtenstein",
"Lithuania": "Lithuania",
"Load :perPage More": "Load :perPage More",
"Log in": "登錄",
"Log out": "註銷",
"Log Out": "註銷",
"Log Out Other Browser Sessions": "註銷其他瀏覽器會話",
"Login": "登錄",
"Logout": "註銷",
"Logout Other Browser Sessions": "註銷其他瀏覽器會話",
"Luxembourg": "Luxembourg",
"Macao": "Macao",
"Macedonia": "North Macedonia",
"Madagascar": "Madagascar",
"Malawi": "Malawi",
"Malaysia": "Malaysia",
"Maldives": "Maldives",
"Mali": "Mali",
"Malta": "Malta",
"Manage Account": "管理賬戶",
"Manage and log out your active sessions on other browsers and devices.": "管理和註銷您在其他瀏覽器和設備上的活動會話。",
"Manage and logout your active sessions on other browsers and devices.": "管理和註銷您在其他瀏覽器和設備上的活動會話。",
"Manage API Tokens": "管理 API Token",
"Manage Role": "管理角色",
"Manage Team": "管理團隊",
"March": "March",
"Marshall Islands": "Marshall Islands",
"Martinique": "Martinique",
"Mauritania": "Mauritania",
"Mauritius": "Mauritius",
"May": "May",
"Mayotte": "Mayotte",
"Mexico": "Mexico",
"Micronesia, Federated States Of": "Micronesia",
"Moldova": "Moldova",
"Monaco": "Monaco",
"Mongolia": "Mongolia",
"Montenegro": "Montenegro",
"Month To Date": "Month To Date",
"Montserrat": "Montserrat",
"Morocco": "Morocco",
"Mozambique": "Mozambique",
"Myanmar": "Myanmar",
"Name": "姓名",
"Namibia": "Namibia",
"Nauru": "Nauru",
"Nepal": "Nepal",
"Netherlands": "Netherlands",
"Nevermind": "沒關係",
"New": "New",
"New :resource": "New :resource",
"New Caledonia": "New Caledonia",
"New Password": "新的密碼",
"New Zealand": "New Zealand",
"Next": "Next",
"Nicaragua": "Nicaragua",
"Niger": "Niger",
"Nigeria": "Nigeria",
"Niue": "Niue",
"No": "No",
"No :resource matched the given criteria.": "No :resource matched the given criteria.",
"No additional information...": "No additional information...",
"No Current Data": "No Current Data",
"No Data": "No Data",
"no file selected": "no file selected",
"No Increase": "No Increase",
"No Prior Data": "No Prior Data",
"No Results Found.": "No Results Found.",
"Norfolk Island": "Norfolk Island",
"Northern Mariana Islands": "Northern Mariana Islands",
"Norway": "Norway",
"Not Found": "頁面不存在",
"Nova User": "Nova User",
"November": "November",
"October": "October",
"of": "於",
"Oh no": "不好了",
"Oman": "Oman",
"Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "一旦團隊被刪除,其所有資源和數據將被永久刪除。在刪除該團隊之前,請下載您希望保留的有關該團隊的任何數據或信息。",
"Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "一旦您的賬戶被刪除,其所有資源和數據將被永久刪除。在刪除您的賬戶之前,請下載您希望保留的任何數據或信息。",
"Only Trashed": "Only Trashed",
"Original": "Original",
"Page Expired": "頁面會話已超時",
"Pagination Navigation": "分頁導航",
"Pakistan": "Pakistan",
"Palau": "Palau",
"Palestinian Territory, Occupied": "Palestinian Territories",
"Panama": "Panama",
"Papua New Guinea": "Papua New Guinea",
"Paraguay": "Paraguay",
"Password": "密碼",
"Pay :amount": "支付 :amount",
"Payment Cancelled": "支付已經取消",
"Payment Confirmation": "支付信息確認",
"Payment Successful": "支付成功",
"Pending Team Invitations": "待處理的團隊邀請函",
"Per Page": "Per Page",
"Permanently delete this team.": "永久刪除此團隊",
"Permanently delete your account.": "永久刪除您的賬戶",
"Permissions": "權限",
"Peru": "Peru",
"Philippines": "Philippines",
"Photo": "照片",
"Pitcairn": "Pitcairn Islands",
"Please click the button below to verify your email address.": "請點擊下面按鈕驗證您的 E-mail",
"Please confirm access to your account by entering one of your emergency recovery codes.": "請輸入您的緊急恢復代碼以訪問您的賬戶。",
"Please confirm access to your account by entering the authentication code provided by your authenticator application.": "請輸入您的驗證器應用程序提供的驗證碼以訪問您的賬戶。",
"Please confirm your password before continuing.": "如要繼續操作,請先確認密碼。",
"Please copy your new API token. For your security, it won't be shown again.": "請複制你的新 API token。為了您的安全它不會再被顯示出來。",
"Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "請輸入您的密碼,以確認您要註銷您所有設備上的其他瀏覽器會話。",
"Please enter your password to confirm you would like to logout of your other browser sessions across all of your devices.": "請輸入您的密碼,以確認您要註銷您所有設備上的其他瀏覽器會話。",
"Please provide the email address of the person you would like to add to this team.": "請提供您想加入這個團隊的人的電子郵件地址。",
"Please provide the email address of the person you would like to add to this team. The email address must be associated with an existing account.": "請提供您想加入這個團隊的人的電子郵件地址。該電子郵件地址必須是已註冊用戶。",
"Please provide your name.": "請提供你的名字。",
"Poland": "Poland",
"Portugal": "Portugal",
"Press \/ to search": "Press \/ to search",
"Preview": "Preview",
"Previous": "Previous",
"Privacy Policy": "隱私政策",
"Profile": "資料",
"Profile Information": "賬戶資料",
"Puerto Rico": "Puerto Rico",
"Qatar": "Qatar",
"Quarter To Date": "Quarter To Date",
"Recovery Code": "恢復代碼",
"Regards": "致敬",
"Regenerate Recovery Codes": "重新生成恢復代碼",
"Register": "註冊",
"Reload": "Reload",
"Remember me": "記住我",
"Remember Me": "記住我",
"Remove": "移除",
"Remove Photo": "移除照片",
"Remove Team Member": "移除團隊成員",
"Resend Verification Email": "重新發送驗證郵件",
"Reset Filters": "Reset Filters",
"Reset Password": "重設密碼",
"Reset Password Notification": "重設密碼通知",
"resource": "resource",
"Resources": "Resources",
"resources": "resources",
"Restore": "Restore",
"Restore Resource": "Restore Resource",
"Restore Selected": "Restore Selected",
"results": "結果",
"Reunion": "Réunion",
"Role": "角色",
"Romania": "Romania",
"Run Action": "Run Action",
"Russian Federation": "Russian Federation",
"Rwanda": "Rwanda",
"Saint Barthelemy": "St. Barthélemy",
"Saint Helena": "St. Helena",
"Saint Kitts And Nevis": "St. Kitts and Nevis",
"Saint Lucia": "St. Lucia",
"Saint Martin": "St. Martin",
"Saint Pierre And Miquelon": "St. Pierre and Miquelon",
"Saint Vincent And Grenadines": "St. Vincent and Grenadines",
"Samoa": "Samoa",
"San Marino": "San Marino",
"Sao Tome And Principe": "São Tomé and Príncipe",
"Saudi Arabia": "Saudi Arabia",
"Save": "保存",
"Saved.": "已保存。",
"Search": "Search",
"Select A New Photo": "選擇新的照片",
"Select Action": "Select Action",
"Select All": "Select All",
"Select All Matching": "Select All Matching",
"Send Password Reset Link": "發送重設密碼鏈接",
"Senegal": "Senegal",
"September": "September",
"Serbia": "Serbia",
"Server Error": "服務器錯誤",
"Service Unavailable": "暫時不提供服務",
"Seychelles": "Seychelles",
"Show All Fields": "Show All Fields",
"Show Content": "Show Content",
"Show Recovery Codes": "顯示恢復代碼",
"Showing": "顯示中",
"Sierra Leone": "Sierra Leone",
"Singapore": "Singapore",
"Sint Maarten (Dutch part)": "Sint Maarten",
"Slovakia": "Slovakia",
"Slovenia": "Slovenia",
"Solomon Islands": "Solomon Islands",
"Somalia": "Somalia",
"Something went wrong.": "Something went wrong.",
"Sorry! You are not authorized to perform this action.": "Sorry! You are not authorized to perform this action.",
"Sorry, your session has expired.": "Sorry, your session has expired.",
"South Africa": "South Africa",
"South Georgia And Sandwich Isl.": "South Georgia and South Sandwich Islands",
"South Sudan": "South Sudan",
"Spain": "Spain",
"Sri Lanka": "Sri Lanka",
"Start Polling": "Start Polling",
"Stop Polling": "Stop Polling",
"Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "將這些恢復碼存儲在一個安全的密碼管理器中。如果您的雙因素驗證設備丟失,它們可以用來恢復對您賬戶的訪問。",
"Sudan": "Sudan",
"Suriname": "Suriname",
"Svalbard And Jan Mayen": "Svalbard and Jan Mayen",
"Swaziland": "Eswatini",
"Sweden": "Sweden",
"Switch Teams": "選擇團隊",
"Switzerland": "Switzerland",
"Syrian Arab Republic": "Syria",
"Taiwan": "Taiwan",
"Tajikistan": "Tajikistan",
"Tanzania": "Tanzania",
"Team Details": "團隊詳情",
"Team Invitation": "團隊邀請",
"Team Members": "團隊成員",
"Team Name": "團隊名稱",
"Team Owner": "團隊擁有者",
"Team Settings": "團隊設置",
"Terms of Service": "服務條款",
"Thailand": "Thailand",
"Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "謝謝你的註冊!在開始之前,在開始之前,您可以通過點擊我們剛剛給您發送的鏈接來驗證您的電子郵件地址,如果您沒有收到郵件,我們將很樂意再給您發送一封郵件。",
"The :attribute must be a valid role.": ":attribute 不是正確的角色。",
"The :attribute must be at least :length characters and contain at least one number.": ":attribute 至少為 :length 個字符且至少包含一個數字。",
"The :attribute must be at least :length characters and contain at least one special character and one number.": ":attribute 長度至少 :length 位並且至少必須包含一個特殊字符和一個數字。",
"The :attribute must be at least :length characters and contain at least one special character.": ":attribute 至少為 :length 個字符且至少包含一個特殊字符。",
"The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":attribute 至少為 :length 個字符且至少包含一個大寫字母和一個數字。",
"The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":attribute 至少為 :length 個字符且至少包含一個大寫字母和一個特殊字符。",
"The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":attribute 至少為:length 個字符且至少包含一個大寫字母、一個數字和一個特殊字符。",
"The :attribute must be at least :length characters and contain at least one uppercase character.": ":attribute 至少為 :length 個字符且至少包含一個大寫字母。",
"The :attribute must be at least :length characters.": ":attribute 至少為 :length 個字符",
"The :resource was created!": "The :resource was created!",
"The :resource was deleted!": "The :resource was deleted!",
"The :resource was restored!": "The :resource was restored!",
"The :resource was updated!": "The :resource was updated!",
"The action ran successfully!": "The action ran successfully!",
"The file was deleted!": "The file was deleted!",
"The government won't let us show you what's behind these doors": "The government won't let us show you what's behind these doors",
"The HasOne relationship has already been filled.": "The HasOne relationship has already been filled.",
"The payment was successful.": "賬單支付成功。",
"The provided password does not match your current password.": "當前密碼不正確",
"The provided password was incorrect.": "密碼錯誤",
"The provided two factor authentication code was invalid.": "雙因素認證代碼錯誤",
"The resource was updated!": "The resource was updated!",
"The team's name and owner information.": "團隊名稱和擁有者信息。",
"There are no available options for this resource.": "There are no available options for this resource.",
"There was a problem executing the action.": "There was a problem executing the action.",
"There was a problem submitting the form.": "There was a problem submitting the form.",
"These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "這些人已被邀請加入您的團隊,並已收到一封邀請郵件。他們可以通過接受電子郵件邀請加入團隊。",
"This action is unauthorized.": "權限不足。",
"This device": "當前設備",
"This file field is read-only.": "This file field is read-only.",
"This image": "This image",
"This is a secure area of the application. Please confirm your password before continuing.": "請在繼續之前確認您的密碼。",
"This password does not match our records.": "密碼不正確",
"This password reset link will expire in :count minutes.": "這個重設密碼鏈接將會在 :count 分鐘後失效。",
"This payment was already successfully confirmed.": "付款已經成功確認。",
"This payment was cancelled.": "支付已經取消。",
"This resource no longer exists": "This resource no longer exists",
"This user already belongs to the team.": "此用戶已經在團隊中",
"This user has already been invited to the team.": "該用戶已經被邀請加入團隊。",
"Timor-Leste": "Timor-Leste",
"to": "至",
"Today": "Today",
"Toggle navigation": "切換導航",
"Togo": "Togo",
"Tokelau": "Tokelau",
"Token Name": "Token 名稱",
"Tonga": "Tonga",
"Too Many Attempts.": "嘗試次數過多。",
"Too Many Requests": "請求次數過多。",
"total": "total",
"Trashed": "Trashed",
"Trinidad And Tobago": "Trinidad and Tobago",
"Tunisia": "Tunisia",
"Turkey": "Turkey",
"Turkmenistan": "Turkmenistan",
"Turks And Caicos Islands": "Turks and Caicos Islands",
"Tuvalu": "Tuvalu",
"Two Factor Authentication": "雙因素認證",
"Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application.": "現在已啟用雙因素認證。使用您手機的驗證程序掃描以下二維碼。",
"Uganda": "Uganda",
"Ukraine": "Ukraine",
"Unauthorized": "未授權",
"United Arab Emirates": "United Arab Emirates",
"United Kingdom": "United Kingdom",
"United States": "United States",
"United States Outlying Islands": "U.S. Outlying Islands",
"Update": "Update",
"Update & Continue Editing": "Update & Continue Editing",
"Update :resource": "Update :resource",
"Update :resource: :title": "Update :resource: :title",
"Update attached :resource: :title": "Update attached :resource: :title",
"Update Password": "更新密碼",
"Update your account's profile information and email address.": "更新您的賬戶資料和電子郵件地址。",
"Uruguay": "Uruguay",
"Use a recovery code": "使用恢復代碼",
"Use an authentication code": "使用驗證碼",
"Uzbekistan": "Uzbekistan",
"Value": "Value",
"Vanuatu": "Vanuatu",
"Venezuela": "Venezuela",
"Verify Email Address": "驗證 E-mail",
"Verify Your Email Address": "驗證 E-mail",
"Viet Nam": "Vietnam",
"View": "View",
"Virgin Islands, British": "British Virgin Islands",
"Virgin Islands, U.S.": "U.S. Virgin Islands",
"Wallis And Futuna": "Wallis and Futuna",
"We were unable to find a registered user with this email address.": "我們無法找到這個電子郵件地址的註冊用戶。",
"We won't ask for your password again for a few hours.": "確認完成後,接下來幾個小時內您不需再輸入密碼。",
"We're lost in space. The page you were trying to view does not exist.": "We're lost in space. The page you were trying to view does not exist.",
"Welcome Back!": "Welcome Back!",
"Western Sahara": "Western Sahara",
"When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "當啟用雙因素認證時在認證過程中會提示您輸入一個安全的隨機令牌。您可以從手機的Google Authenticator 應用程序中獲取此令牌。",
"Whoops": "Whoops",
"Whoops!": "哎呀!",
"Whoops! Something went wrong.": "哎呀!出了點問題",
"With Trashed": "With Trashed",
"Write": "Write",
"Year To Date": "Year To Date",
"Yemen": "Yemen",
"Yes": "Yes",
"You are logged in!": "您已登錄!",
"You are receiving this email because we received a password reset request for your account.": "您收到此電子郵件是因為我們收到了您帳戶的密碼重設請求。",
"You have been invited to join the :team team!": "您已被邀請加入「:team」團隊!",
"You have enabled two factor authentication.": "你已經啟用了雙因素認證。",
"You have not enabled two factor authentication.": "你還沒有啟用雙因素認證。",
"You may delete any of your existing tokens if they are no longer needed.": "如果不再需要,您可以刪除任何現有的 token。",
"You may not delete your personal team.": "您不能刪除您的個人團隊。",
"You may not leave a team that you created.": "你不能離開你創建的團隊。",
"Your email address is not verified.": "您的電子郵件尚未驗證通過。",
"Zambia": "Zambia",
"Zimbabwe": "Zimbabwe"
}

View File

@@ -0,0 +1,112 @@
<?php
return [
'online' => '在線',
'login' => '登錄',
'logout' => '登出',
'setting' => '設置',
'name' => '名稱',
'username' => '用戶名',
'password' => '密碼',
'password_confirmation' => '確認密碼',
'remember_me' => '記住我',
'user_setting' => '用戶設置',
'avatar' => '頭像',
'list' => '列表',
'new' => '新增',
'create' => '創建',
'delete' => '刪除',
'remove' => '移除',
'edit' => '編輯',
'view' => '查看',
'continue_editing' => '繼續編輯',
'continue_creating' => '繼續創建',
'detail' => '詳細',
'browse' => '瀏覽',
'reset' => '重置',
'export' => '匯出',
'batch_delete' => '批次刪除',
'save' => '儲存',
'refresh' => '重新整理',
'order' => '排序',
'expand' => '展開',
'collapse' => '收起',
'filter' => '篩選',
'search' => '搜索',
'close' => '關閉',
'show' => '顯示',
'entries' => '條',
'captcha' => '驗證碼',
'action' => '操作',
'title' => '標題',
'description' => '簡介',
'back' => '返回',
'back_to_list' => '返回列表',
'submit' => '送出',
'menu' => '目錄',
'input' => '輸入',
'succeeded' => '成功',
'failed' => '失敗',
'delete_confirm' => '確認刪除?',
'delete_succeeded' => '刪除成功!',
'delete_failed' => '刪除失敗!',
'update_succeeded' => '更新成功!',
'save_succeeded' => '儲存成功!',
'refresh_succeeded' => '成功重新整理!',
'login_successful' => '成功登入!',
'choose' => '選擇',
'choose_file' => '選擇檔案',
'choose_image' => '選擇圖片',
'more' => '更多',
'deny' => '權限不足',
'administrator' => '管理員',
'roles' => '角色',
'permissions' => '權限',
'slug' => '標誌',
'created_at' => '建立時間',
'updated_at' => '更新時間',
'alert' => '警告',
'parent_id' => '父目錄',
'icon' => '圖示',
'uri' => '路徑',
'operation_log' => '操作記錄',
'parent_select_error' => '父級選擇錯誤',
'pagination' => [
'range' => '從 :first 到 :last ,總共 :total 條',
],
'role' => '角色',
'permission' => '權限',
'route' => '路由',
'confirm' => '確認',
'cancel' => '取消',
'http' => [
'method' => 'HTTP方法',
'path' => 'HTTP路徑',
],
'all_methods_if_empty' => '為空默認為所有方法',
'all' => '全部',
'current_page' => '現在頁面',
'selected_rows' => '選擇的行',
'upload' => '上傳',
'new_folder' => '新建資料夾',
'time' => '時間',
'size' => '大小',
'listbox' => [
'text_total' => '總共 {0} 項',
'text_empty' => '空列表',
'filtered' => '{0} / {1}',
'filter_clear' => '顯示全部',
'filter_placeholder' => '過濾',
],
'menu_titles' => [],
'prev' => '上一步',
'next' => '下一步',
'quick_create' => '快速創建',
'all_menus' => '所有菜單',
'accessible_routes' => '可訪問路由',
'visible_menu' => '可見菜單',
'accessible_actions' => '可訪問操作',
'index' => '列表',
'store' => '保存',
'update' => '更新',
];

View File

@@ -0,0 +1,18 @@
<?php
/*
|--------------------------------------------------------------------------
| 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.
|
*/
return [
'failed' => '使用者名稱或密碼錯誤。',
'password' => '密碼錯誤。',
'throttle' => '嘗試登入太多次,請在 :seconds 秒後再試。',
];

View File

@@ -0,0 +1,17 @@
<?php
/*
|--------------------------------------------------------------------------
| 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.
|
*/
return [
'next' => '下一頁 &raquo;',
'previous' => '&laquo; 上一頁',
];

View File

@@ -0,0 +1,20 @@
<?php
/*
|--------------------------------------------------------------------------
| 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.
|
*/
return [
'reset' => '密碼已成功重設!',
'sent' => '密碼重設郵件已發送!',
'throttled' => '請稍候再試。',
'token' => '密碼重設碼無效。',
'user' => '找不到該 E-mail 對應的使用者。',
];

View File

@@ -0,0 +1,35 @@
<?php
return [
'attributes' => [
'address' => '地址',
'age' => '年齡',
'available' => '可用的',
'city' => '城市',
'content' => '內容',
'country' => '國家',
'date' => '日期',
'day' => '天',
'description' => '描述',
'email' => 'E-mail',
'excerpt' => '摘要',
'first_name' => '名',
'gender' => '性別',
'hour' => '時',
'last_name' => '姓',
'minute' => '分',
'mobile' => '手機',
'month' => '月',
'name' => '名稱',
'password' => '密碼',
'password_confirmation' => '確認密碼',
'phone' => '電話',
'second' => '秒',
'sex' => '性別',
'size' => '大小',
'time' => '時間',
'title' => '標題',
'username' => '使用者名稱',
'year' => '年',
],
];

View File

@@ -0,0 +1,131 @@
<?php
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
return [
'accepted' => '必須接受。',
'active_url' => '不是有效的網址。',
'after' => '必須要晚於 :date。',
'after_or_equal' => '必須要等於 :date 或更晚。',
'alpha' => '只能以字母組成。',
'alpha_dash' => '只能以字母、數字、連接線(-)及底線(_)組成。',
'alpha_num' => '只能以字母及數字組成。',
'array' => '必須為陣列。',
'attached' => 'This field is already attached.',
'before' => '必須要早於 :date。',
'before_or_equal' => '必須要等於 :date 或更早。',
'between' => [
'array' => '必須有 :min - :max 個元素。',
'file' => '必須介於 :min 至 :max KB 之間。 ',
'numeric' => '必須介於 :min 至 :max 之間。',
'string' => '必須介於 :min 至 :max 個字元之間。',
],
'boolean' => '必須為布林值。',
'confirmed' => '確認欄位的輸入不一致。',
'date' => '不是有效的日期。',
'date_equals' => '必須等於 :date。',
'date_format' => '不符合 :format 的格式。',
'different' => '必須與 :other 不同。',
'digits' => '必須是 :digits 位數字。',
'digits_between' => '必須介於 :min 至 :max 位數字。',
'dimensions' => '圖片尺寸不正確。',
'distinct' => '已經存在。',
'email' => '必須是有效的 E-mail。',
'ends_with' => '結尾必須包含下列之一::values。',
'exists' => '不存在。',
'file' => '必須是有效的檔案。',
'filled' => '不能留空。',
'gt' => [
'array' => '必須多於 :value 個元素。',
'file' => '必須大於 :value KB。',
'numeric' => '必須大於 :value。',
'string' => '必須多於 :value 個字元。',
],
'gte' => [
'array' => '必須多於或等於 :value 個元素。',
'file' => '必須大於或等於 :value KB。',
'numeric' => '必須大於或等於 :value。',
'string' => '必須多於或等於 :value 個字元。',
],
'image' => '必須是一張圖片。',
'in' => '選項無效。',
'in_array' => '沒有在 :other 中。',
'integer' => '必須是一個整數。',
'ip' => '必須是一個有效的 IP 位址。',
'ipv4' => '必須是一個有效的 IPv4 位址。',
'ipv6' => '必須是一個有效的 IPv6 位址。',
'json' => '必須是正確的 JSON 字串。',
'lt' => [
'array' => '必須少於 :value 個元素。',
'file' => '必須小於 :value KB。',
'numeric' => '必須小於 :value。',
'string' => '必須少於 :value 個字元。',
],
'lte' => [
'array' => '必須少於或等於 :value 個元素。',
'file' => '必須小於或等於 :value KB。',
'numeric' => '必須小於或等於 :value。',
'string' => '必須少於或等於 :value 個字元。',
],
'max' => [
'array' => '最多有 :max 個元素。',
'file' => '不能大於 :max KB。',
'numeric' => '不能大於 :max。',
'string' => '不能多於 :max 個字元。',
],
'mimes' => '必須為 :values 的檔案。',
'mimetypes' => '必須為 :values 的檔案。',
'min' => [
'array' => '至少有 :min 個元素。',
'file' => '不能小於 :min KB。',
'numeric' => '不能小於 :min。',
'string' => '不能小於 :min 個字元。',
],
'multiple_of' => '必須為 :value 中的多個。',
'not_in' => '選項無效。',
'not_regex' => '格式錯誤。',
'numeric' => '必須為一個數字。',
'password' => '密碼錯誤',
'present' => '必須存在。',
'prohibited' => 'This field is prohibited.',
'prohibited_if' => 'This field is prohibited when :other is :value.',
'prohibited_unless' => 'This field is prohibited unless :other is in :values.',
'regex' => '格式錯誤。',
'relatable' => 'This field may not be associated with this resource.',
'required' => '不能留空。',
'required_if' => '當 :other 是 :value 時不能留空。',
'required_unless' => '當 :other 不是 :values 時不能留空。',
'required_with' => '當 :values 出現時不能留空。',
'required_with_all' => '當 :values 出現時不能為空。',
'required_without' => '當 :values 留空時field 不能留空。',
'required_without_all' => '當 :values 都不出現時不能留空。',
'same' => '必須與 :other 相同。',
'size' => [
'array' => '必須是 :size 個元素。',
'file' => '大小必須是 :size KB。',
'numeric' => '大小必須是 :size。',
'string' => '必須是 :size 個字元。',
],
'starts_with' => '開頭必須包含下列之一::values。',
'string' => '必須是一個字串。',
'timezone' => '必須是一個正確的時區值。',
'unique' => '已經存在。',
'uploaded' => '上傳失敗。',
'url' => '格式錯誤。',
'uuid' => '必須是有效的 UUID。',
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
'attributes' => [],
];

View File

@@ -0,0 +1,161 @@
<?php
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
return [
'accepted' => '必須接受 :attribute。',
'active_url' => ':attribute 不是有效的網址。',
'after' => ':attribute 必須要晚於 :date。',
'after_or_equal' => ':attribute 必須要等於 :date 或更晚。',
'alpha' => ':attribute 只能以字母組成。',
'alpha_dash' => ':attribute 只能以字母、數字、連接線(-)及底線(_)組成。',
'alpha_num' => ':attribute 只能以字母及數字組成。',
'array' => ':attribute 必須為陣列。',
'attached' => 'This :attribute is already attached.',
'before' => ':attribute 必須要早於 :date。',
'before_or_equal' => ':attribute 必須要等於 :date 或更早。',
'between' => [
'array' => ':attribute: 必須有 :min - :max 個元素。',
'file' => ':attribute 必須介於 :min 至 :max KB 之間。 ',
'numeric' => ':attribute 必須介於 :min 至 :max 之間。',
'string' => ':attribute 必須介於 :min 至 :max 個字元之間。',
],
'boolean' => ':attribute 必須為布林值。',
'confirmed' => ':attribute 確認欄位的輸入不一致。',
'date' => ':attribute 不是有效的日期。',
'date_equals' => ':attribute 必須等於 :date。',
'date_format' => ':attribute 不符合 :format 的格式。',
'different' => ':attribute 與 :other 必須不同。',
'digits' => ':attribute 必須是 :digits 位數字。',
'digits_between' => ':attribute 必須介於 :min 至 :max 位數字。',
'dimensions' => ':attribute 圖片尺寸不正確。',
'distinct' => ':attribute 已經存在。',
'email' => ':attribute 必須是有效的 E-mail。',
'ends_with' => ':attribute 結尾必須包含下列之一::values。',
'exists' => ':attribute 不存在。',
'file' => ':attribute 必須是有效的檔案。',
'filled' => ':attribute 不能留空。',
'gt' => [
'array' => ':attribute 必須多於 :value 個元素。',
'file' => ':attribute 必須大於 :value KB。',
'numeric' => ':attribute 必須大於 :value。',
'string' => ':attribute 必須多於 :value 個字元。',
],
'gte' => [
'array' => ':attribute 必須多於或等於 :value 個元素。',
'file' => ':attribute 必須大於或等於 :value KB。',
'numeric' => ':attribute 必須大於或等於 :value。',
'string' => ':attribute 必須多於或等於 :value 個字元。',
],
'image' => ':attribute 必須是一張圖片。',
'in' => '所選擇的 :attribute 選項無效。',
'in_array' => ':attribute 沒有在 :other 中。',
'integer' => ':attribute 必須是一個整數。',
'ip' => ':attribute 必須是一個有效的 IP 位址。',
'ipv4' => ':attribute 必須是一個有效的 IPv4 位址。',
'ipv6' => ':attribute 必須是一個有效的 IPv6 位址。',
'json' => ':attribute 必須是正確的 JSON 字串。',
'lt' => [
'array' => ':attribute 必須少於 :value 個元素。',
'file' => ':attribute 必須小於 :value KB。',
'numeric' => ':attribute 必須小於 :value。',
'string' => ':attribute 必須少於 :value 個字元。',
],
'lte' => [
'array' => ':attribute 必須少於或等於 :value 個元素。',
'file' => ':attribute 必須小於或等於 :value KB。',
'numeric' => ':attribute 必須小於或等於 :value。',
'string' => ':attribute 必須少於或等於 :value 個字元。',
],
'max' => [
'array' => ':attribute 最多有 :max 個元素。',
'file' => ':attribute 不能大於 :max KB。',
'numeric' => ':attribute 不能大於 :max。',
'string' => ':attribute 不能多於 :max 個字元。',
],
'mimes' => ':attribute 必須為 :values 的檔案。',
'mimetypes' => ':attribute 必須為 :values 的檔案。',
'min' => [
'array' => ':attribute 至少有 :min 個元素。',
'file' => ':attribute 不能小於 :min KB。',
'numeric' => ':attribute 不能小於 :min。',
'string' => ':attribute 不能小於 :min 個字元。',
],
'multiple_of' => '所選擇的 :attribute 必須為 :value 中的多個。',
'not_in' => '所選擇的 :attribute 選項無效。',
'not_regex' => ':attribute 的格式錯誤。',
'numeric' => ':attribute 必須為一個數字。',
'password' => '密碼錯誤',
'present' => ':attribute 必須存在。',
'prohibited' => 'The :attribute field is prohibited.',
'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
'regex' => ':attribute 的格式錯誤。',
'relatable' => 'This :attribute may not be associated with this resource.',
'required' => ':attribute 不能留空。',
'required_if' => '當 :other 是 :value 時 :attribute 不能留空。',
'required_unless' => '當 :other 不是 :values 時 :attribute 不能留空。',
'required_with' => '當 :values 出現時 :attribute 不能留空。',
'required_with_all' => '當 :values 出現時 :attribute 不能為空。',
'required_without' => '當 :values 留空時 :attribute field 不能留空。',
'required_without_all' => '當 :values 都不出現時 :attribute 不能留空。',
'same' => ':attribute 與 :other 必須相同。',
'size' => [
'array' => ':attribute 必須是 :size 個元素。',
'file' => ':attribute 的大小必須是 :size KB。',
'numeric' => ':attribute 的大小必須是 :size。',
'string' => ':attribute 必須是 :size 個字元。',
],
'starts_with' => ':attribute 開頭必須包含下列之一::values。',
'string' => ':attribute 必須是一個字串。',
'timezone' => ':attribute 必須是一個正確的時區值。',
'unique' => ':attribute 已經存在。',
'uploaded' => ':attribute 上傳失敗。',
'url' => ':attribute 的格式錯誤。',
'uuid' => ':attribute 必須是有效的 UUID。',
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
'attributes' => [
'address' => '地址',
'age' => '年齡',
'available' => '可用的',
'city' => '城市',
'content' => '內容',
'country' => '國家',
'date' => '日期',
'day' => '天',
'description' => '描述',
'email' => 'E-mail',
'excerpt' => '摘要',
'first_name' => '名',
'gender' => '性別',
'hour' => '時',
'last_name' => '姓',
'minute' => '分',
'mobile' => '手機',
'month' => '月',
'name' => '名稱',
'password' => '密碼',
'password_confirmation' => '確認密碼',
'phone' => '電話',
'second' => '秒',
'sex' => '性別',
'size' => '大小',
'time' => '時間',
'title' => '標題',
'username' => '使用者名稱',
'year' => '年',
],
];

View File

@@ -0,0 +1,713 @@
{
"30 Days": "30天",
"60 Days": "60天",
"90 Days": "90天",
":amount Total": ":amount 總計",
":days day trial": ":days 天試用",
":resource Details": ":resource 詳情",
":resource Details: :title": ":resource 詳細資料::title",
"A new verification link has been sent to the email address you provided during registration.": "一個新的驗證連結已經發送至您在註冊時提供的電子郵件。",
"Accept Invitation": "接受邀請",
"Action": "開始!",
"Action Happened At": "發生在",
"Action Initiated By": "發起人",
"Action Name": "姓名",
"Action Status": "狀態",
"Action Target": "目標",
"Actions": "動作",
"Add": "新增",
"Add a new team member to your team, allowing them to collaborate with you.": "新增一個新的團隊成員到你的團隊,讓他們與你合作。",
"Add additional security to your account using two factor authentication.": "使用兩步驟驗證為您的帳戶提高額外的安全性。",
"Add row": "新增行",
"Add Team Member": "新增團隊成員",
"Add VAT Number": "新增增值稅號",
"Added.": "已新增",
"Address": "地址",
"Address Line 2": "地址2",
"Administrator": "管理員",
"Administrator users can perform any action.": "管理員用戶可以執行任何操作。",
"Afghanistan": "阿富汗",
"Aland Islands": "奧蘭群島",
"Albania": "阿爾巴尼亞",
"Algeria": "阿爾及利亞",
"All of the people that are part of this team.": "所有人都是這個團隊的一部分。",
"All resources loaded.": "載入的所有資源。",
"All rights reserved.": "版權所有。",
"Already registered?": "已註冊?",
"American Samoa": "美屬薩摩亞",
"An error occured while uploading the file.": "上傳文件時發生錯誤。",
"An unexpected error occurred and we have notified our support team. Please try again later.": "發生意外錯誤,我們已通知我們的支持團隊。 請稍後再試.",
"Andorra": "安道爾",
"Angola": "安哥拉",
"Anguilla": "安圭拉",
"Another user has updated this resource since this page was loaded. Please refresh the page and try again.": "載入此頁面後有另一個使用者已更新此資源。請重新載入此頁面後再試一次",
"Antarctica": "南極洲",
"Antigua And Barbuda": "安提瓜和巴布達",
"Antigua and Barbuda": "安提瓜和巴布達",
"API Token": "API Token",
"API Token Permissions": "API Token 權限",
"API Tokens": "API Tokens",
"API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens 允許協力廠商服務代表您與我們的應用程式進行認證。",
"Apply": "申請",
"Apply Coupon": "申請優惠券",
"April": "四月",
"Are you sure you want to delete the selected resources?": "您確定要刪除資源嗎?",
"Are you sure you want to delete this file?": "您確定要刪除此文件嗎?",
"Are you sure you want to delete this resource?": "您確定要刪除此資源嗎?",
"Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "你確定要刪除這個團隊嗎?一旦一個團隊被刪除,它的所有資源和數據將被永久刪除。",
"Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "您確定要刪除您的帳戶嗎?一旦您的帳戶被刪除,其所有資料和數據將被永久刪除。請輸入您的密碼,確認您要永久刪除您的帳戶。",
"Are you sure you want to detach the selected resources?": "您確定要分離所選資源嗎?",
"Are you sure you want to detach this resource?": "您確定要分離此資源嗎?",
"Are you sure you want to force delete the selected resources?": "您確定要強制刪除所選資源嗎?",
"Are you sure you want to force delete this resource?": "您確定要強制刪除此資源嗎?",
"Are you sure you want to restore the selected resources?": "您確定要還原所選資源嗎?",
"Are you sure you want to restore this resource?": "您確定要還原此資源嗎?",
"Are you sure you want to run this action?": "你確定要執行此操作嗎?",
"Are you sure you would like to delete this API token?": "你確定要刪除這個 API token 嗎?",
"Are you sure you would like to leave this team?": "你確定要離開這個團隊嗎?",
"Are you sure you would like to remove this person from the team?": "你確定要把這個人從團隊中刪除嗎?",
"Argentina": "阿根廷",
"Armenia": "亞美尼亞",
"Aruba": "阿魯巴",
"Attach": "附加",
"Attach & Attach Another": "附加和附加另一個",
"Attach :resource": "附加 :resource",
"August": "八月",
"Australia": "澳大利亞",
"Austria": "奧地利",
"Azerbaijan": "亞塞拜然",
"Bahamas": "巴哈馬",
"Bahrain": "巴林",
"Bangladesh": "孟加拉",
"Barbados": "巴貝多",
"Belarus": "白俄羅斯",
"Belgium": "比利時",
"Belize": "貝里斯",
"Benin": "貝南",
"Bermuda": "百慕達",
"Bhutan": "不丹",
"Billing Information": "計費資訊",
"Billing Management": "計費管理",
"Bolivia": "玻利維亞",
"Bolivia, Plurinational State of": "玻利維亞",
"Bonaire, Sint Eustatius and Saba": "博內爾島,聖尤斯特歇斯和薩巴多",
"Bosnia And Herzegovina": "波士尼亞赫塞哥維納",
"Bosnia and Herzegovina": "波士尼亞赫塞哥維納",
"Botswana": "波札那",
"Bouvet Island": "布維島",
"Brazil": "巴西",
"British Indian Ocean Territory": "英屬印度洋領地",
"Browser Sessions": "瀏覽器會話",
"Brunei Darussalam": "文萊達魯薩蘭國",
"Bulgaria": "保加利亞",
"Burkina Faso": "布吉納法索",
"Burundi": "布隆迪",
"Cambodia": "柬埔寨",
"Cameroon": "喀麥隆",
"Canada": "加拿大",
"Cancel": "取消",
"Cancel Subscription": "取消訂閱",
"Cape Verde": "維德角",
"Card": "卡片",
"Cayman Islands": "開曼群島",
"Central African Republic": "中非共和國",
"Chad": "查德",
"Change Subscription Plan": "更改訂閱方案",
"Changes": "更改",
"Chile": "智利",
"China": "中國",
"Choose": "選擇",
"Choose :field": "選擇 :field",
"Choose :resource": "選擇 :resource",
"Choose an option": "選擇一個選項",
"Choose date": "選擇日期",
"Choose File": "選擇檔",
"Choose Type": "選擇類型",
"Christmas Island": "聖誕島",
"City": "城市",
"Click to choose": "點擊選擇",
"Close": "關閉",
"Cocos (Keeling) Islands": "科科斯(基林)群島",
"Code": "驗證碼",
"Colombia": "哥倫比亞",
"Comoros": "科摩羅",
"Confirm": "確認",
"Confirm Password": "確認密碼",
"Confirm Payment": "確認付款",
"Confirm your :amount payment": "確認你的 :amount 付款資訊",
"Congo": "剛果",
"Congo, Democratic Republic": "剛果民主共和國",
"Congo, the Democratic Republic of the": "剛果民主共和國",
"Constant": "常數",
"Cook Islands": "科克群島",
"Costa Rica": "哥斯大黎加",
"Cote D'Ivoire": "科特迪瓦",
"could not be found.": "找不到。",
"Country": "國家",
"Coupon": "優惠券",
"Create": "建立",
"Create & Add Another": "建立並新增另一個",
"Create :resource": "建立 :resource",
"Create a new team to collaborate with others on projects.": "建立一個新的團隊,與他人合作開展項目。",
"Create Account": "建立帳戶",
"Create API Token": "建立 API Token",
"Create New Team": "建立新的團隊",
"Create Team": "建立團隊",
"Created.": "已建立。",
"Croatia": "克羅埃西亞",
"Cuba": "古巴",
"Curaçao": "庫拉索島",
"Current Password": "目前密碼",
"Current Subscription Plan": "目前的訂閱方案",
"Currently Subscribed": "目前的訂閱",
"Customize": "自訂",
"Cyprus": "賽普勒斯",
"Czech Republic": "捷克",
"Côte d'Ivoire": "科特迪瓦",
"Dashboard": "控制面板",
"December": "十二月",
"Decrease": "減少",
"Delete": "刪除",
"Delete Account": "刪除帳戶",
"Delete API Token": "刪除 API Token",
"Delete File": "刪除檔",
"Delete Resource": "刪除資源",
"Delete Selected": "刪除選定",
"Delete Team": "刪除團隊",
"Denmark": "丹麥",
"Detach": "分離",
"Detach Resource": "分離資源",
"Detach Selected": "分離選定",
"Details": "詳情",
"Disable": "禁用",
"Djibouti": "吉布地",
"Do you really want to leave? You have unsaved changes.": "你真的想離開嗎? 您有未儲存的更改。",
"Dominica": "星期日",
"Dominican Republic": "多明尼加共和國",
"Done.": "已完成。",
"Download": "下載",
"Download Receipt": "下載收據",
"Ecuador": "厄瓜多爾",
"Edit": "編輯",
"Edit :resource": "編輯 :resource",
"Edit Attached": "編輯附",
"Editor": "編輯者",
"Editor users have the ability to read, create, and update.": "編輯者可以閱讀、創建和更新。",
"Egypt": "埃及",
"El Salvador": "薩爾瓦多",
"Email": "電子郵件",
"Email Address": "電子郵件",
"Email Addresses": "電子郵件",
"Email Password Reset Link": "電子郵件密碼重置連結",
"Enable": "啟用",
"Ensure your account is using a long, random password to stay secure.": "確保你的帳戶使用足夠長且隨機的密碼來保證安全。",
"Equatorial Guinea": "赤道幾內亞",
"Eritrea": "厄立特里亞",
"Estonia": "愛沙尼亞",
"Ethiopia": "衣索比亞",
"ex VAT": "未含增值稅",
"Extra Billing Information": "Extra Billing Information",
"Extra confirmation is needed to process your payment. Please confirm your payment by filling out your payment details below.": "需要額外的確認以處理您的付款。請通過在下方填寫您的付款詳細資訊來確認您的付款。",
"Extra confirmation is needed to process your payment. Please continue to the payment page by clicking on the button below.": "需要額外的確認以處理您的付款。 請點擊下方的按鈕進入付款頁面。",
"Falkland Islands (Malvinas)": "福克蘭群島(福克蘭群島)",
"Faroe Islands": "法羅群島",
"February": "二月",
"Fiji": "斐濟",
"Finland": "芬蘭",
"For your security, please confirm your password to continue.": "為了您的安全,請確認您的密碼以繼續。",
"Forbidden": "訪問被拒絕",
"Force Delete": "強制刪除",
"Force Delete Resource": "強制刪除資源",
"Force Delete Selected": "強制刪除所選內容",
"Forgot your password?": "忘記密碼?",
"Forgot Your Password?": "忘記密碼?",
"Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "忘記密碼?沒關係。輸入您的電子郵件,我們將通過電子郵件向您發送密碼重置連結,讓您重置一個新的密碼。",
"France": "法國",
"French Guiana": "法屬圭亞那",
"French Polynesia": "法屬波利尼西亞",
"French Southern Territories": "法國南部領土",
"Full name": "全稱",
"Gabon": "加蓬",
"Gambia": "甘比亞",
"Georgia": "格魯吉亞",
"Germany": "德國",
"Ghana": "迦納",
"Gibraltar": "直布羅陀",
"Go back": "返回",
"Go Home": "回首頁",
"Go to page :page": "前往第 :page 頁",
"Great! You have accepted the invitation to join the :team team.": "太好了,您已接受了加入團隊「:team」的邀請。 ",
"Greece": "希臘",
"Greenland": "格陵蘭島",
"Grenada": "格瑞那達",
"Guadeloupe": "瓜德羅普島",
"Guam": "關島",
"Guatemala": "瓜地馬拉",
"Guernsey": "根西島",
"Guinea": "幾內亞",
"Guinea-Bissau": "幾內亞比索",
"Guyana": "圭亞那",
"Haiti": "海地",
"Have a coupon code?": "Have a coupon code?",
"Having second thoughts about cancelling your subscription? You can instantly reactive your subscription at any time until the end of your current billing cycle. After your current billing cycle ends, you may choose an entirely new subscription plan.": "Having second thoughts about cancelling your subscription? You can instantly reactive your subscription at any time until the end of your current billing cycle. After your current billing cycle ends, you may choose an entirely new subscription plan.",
"Heard Island & Mcdonald Islands": "赫德島和麥當勞群島",
"Heard Island and McDonald Islands": "赫德島和麥當勞群島",
"Hello!": "您好!",
"Hide Content": "隱藏內容",
"Hold Up!": "等等!",
"Holy See (Vatican City State)": "羅馬教廷",
"Honduras": "洪都拉斯",
"Hong Kong": "香港",
"Hungary": "匈牙利",
"I accept the terms of service": "我接受服務條款",
"I agree to the :terms_of_service and :privacy_policy": "我同意 :terms_of_service 和 :privacy_policy",
"Iceland": "冰島",
"ID": "ID",
"If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "如有必要,您可以登出您其它裝置上的所有瀏覽器會話。下方列出了您最近的一些會話,但是,這個列表可能並不詳盡。如果您認為您的帳戶已被入侵,您還應該更新您的密碼。",
"If you already have an account, you may accept this invitation by clicking the button below:": "如果您已經有一個帳戶,您可以通過點擊下方的按鈕接受這個邀請:",
"If you did not create an account, no further action is required.": "如果您未註冊帳號,請忽略此郵件。",
"If you did not expect to receive an invitation to this team, you may discard this email.": "如果你沒有想到會收到這個團隊的邀請,你可以刪除這封郵件。",
"If you did not request a password reset, no further action is required.": "如果您未申請重設密碼,請忽略此郵件。",
"If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "如果您還沒有帳號,可以點擊下方的按鈕建立一個帳號。建立帳戶後,您可以點擊此郵件中的邀請接受按鈕,接受團隊邀請:",
"If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "如果您需要在收據中新增特定的聯絡資料或稅務資訊,例如您的完整公司名稱、增值稅識別號或記錄地址,您可以在此處新增。",
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "如果您點擊「:actionText」按鈕時出現問題請複製下方連結至瀏覽器中貼上",
"If youre having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "如果您點擊「:actionText」按鈕時出現問題請複製下方連結至瀏覽器中貼上",
"Increase": "增加",
"India": "印度",
"Indonesia": "印尼",
"Iran, Islamic Republic Of": "伊朗",
"Iran, Islamic Republic of": "伊朗",
"Iraq": "伊拉克",
"Ireland": "愛爾蘭",
"Isle Of Man": "馬恩島",
"Isle of Man": "Isle of Man",
"Israel": "以色列",
"It looks like you do not have an active subscription. You may choose one of the subscription plans below to get started. Subscription plans may be changed or cancelled at your convenience.": "您似乎沒有有效的訂閱。 您可以選擇以下訂閱方案之一開始。 訂閱方案可能會在您方便時更改或取消。",
"Italy": "義大利",
"Jamaica": "牙買加",
"Jane Doe": "Jane Doe",
"January": "一月",
"Japan": "日本",
"Jersey": "澤西島",
"Jordan": "約旦",
"July": "七月",
"June": "六月",
"Kazakhstan": "哈薩克",
"Kenya": "肯亞",
"Key": "鑰匙",
"Kiribati": "吉里巴斯",
"Korea": "韓國",
"Korea, Democratic People's Republic of": "朝鮮",
"Korea, Republic of": "韓國",
"Kosovo": "科索沃",
"Kuwait": "科威特",
"Kyrgyzstan": "吉爾吉斯斯坦",
"Lao People's Democratic Republic": "老撾",
"Last active": "上次活躍",
"Last used": "上次使用",
"Latvia": "拉脫維亞",
"Leave": "離開",
"Leave Team": "離開團隊",
"Lebanon": "黎巴嫩",
"Lens": "鏡頭",
"Lesotho": "賴索托",
"Liberia": "賴比瑞亞",
"Libyan Arab Jamahiriya": "利比亞",
"Liechtenstein": "列支敦士登",
"Lithuania": "立陶宛",
"Load :perPage More": "載入 :perPage 更多",
"Log in": "登入",
"Log Out": "登出",
"Log Out Other Browser Sessions": "登出其它瀏覽器會話",
"Login": "登入",
"Logout": "登出",
"Luxembourg": "盧森堡",
"Macao": "澳門",
"Macedonia": "北馬其頓",
"Macedonia, the former Yugoslav Republic of": "北馬其頓",
"Madagascar": "馬達加斯加",
"Malawi": "馬拉威",
"Malaysia": "馬來西亞",
"Maldives": "馬爾地夫",
"Mali": "小",
"Malta": "馬爾他",
"Manage Account": "管理帳戶",
"Manage and log out your active sessions on other browsers and devices.": "管理或登出您在其它瀏覽器及裝置上的活動會話。",
"Manage API Tokens": "管理 API Token",
"Manage Role": "管理角色",
"Manage Team": "管理團隊",
"Managing billing for :billableName": "管理計費於 :billableName",
"March": "三月",
"Marshall Islands": "馬紹爾群島",
"Martinique": "馬提尼克島",
"Mauritania": "茅利塔尼亞",
"Mauritius": "模里西斯",
"May": "五月",
"Mayotte": "馬約特",
"Mexico": "墨西哥",
"Micronesia, Federated States Of": "密克羅尼西亞",
"Micronesia, Federated States of": "密克羅尼西亞",
"Moldova": "莫爾達瓦",
"Moldova, Republic of": "莫爾達瓦",
"Monaco": "摩納哥",
"Mongolia": "蒙古",
"Montenegro": "黑山",
"Month To Date": "月至今",
"Monthly": "每月",
"monthly": "每月",
"Montserrat": "蒙瑟拉特島",
"Morocco": "摩洛哥",
"Mozambique": "莫三比克",
"Myanmar": "緬甸",
"Name": "姓名",
"Namibia": "納米比亞",
"Nauru": "諾魯",
"Nepal": "尼泊爾",
"Netherlands": "荷蘭",
"Netherlands Antilles": "荷屬安地列斯",
"Nevermind, I'll keep my old plan": "沒關係,我會保留我的舊方案",
"New": "新增",
"New :resource": "新增 :resource",
"New Caledonia": "新赫里多尼亞",
"New Password": "新的密碼",
"New Zealand": "紐西蘭",
"Next": "下一個",
"Nicaragua": "尼加拉瓜",
"Niger": "尼日爾",
"Nigeria": "奈及利亞",
"Niue": "紐埃",
"No": "否",
"No :resource matched the given criteria.": "沒有 :resource 符合給定的標準。",
"No additional information...": "沒有其它資訊。..",
"No Current Data": "沒有目前資料",
"No Data": "沒有資料",
"no file selected": "沒有選擇檔",
"No Increase": "不增加",
"No Prior Data": "沒有先前的資料",
"No Results Found.": "沒有找到結果。",
"Norfolk Island": "諾福克島",
"Northern Mariana Islands": "北馬里安納群島",
"Norway": "挪威",
"Not Found": "找不到頁面",
"Nova User": "Nova使用者",
"November": "十一月",
"October": "十月",
"of": "於",
"Oh no": "不好了",
"Oman": "阿曼",
"Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "一旦團隊被刪除,其所有資源和數據將被永久刪除。在刪除該團隊之前,請下載您希望保留的有關該團隊的任何數據或資訊。",
"Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "一旦您的帳戶被刪除,其所有資源和數據將被永久刪除。在刪除您的帳戶之前,請下載您希望保留的任何數據或資訊。",
"Only Trashed": "只有垃圾",
"Original": "原創",
"Our billing management portal allows you to conveniently manage your subscription plan, payment method, and download your recent invoices.": "我們的計費管理通道允許您方便地管理您的訂閱方案、付款方式並下載您最近的發票。",
"Page Expired": "頁面會話已超時",
"Pagination Navigation": "分頁導航",
"Pakistan": "巴基斯坦",
"Palau": "帛琉",
"Palestinian Territory, Occupied": "巴勒斯坦領土",
"Panama": "巴拿馬",
"Papua New Guinea": "巴布亞紐幾內亞",
"Paraguay": "巴拉圭",
"Password": "密碼",
"Pay :amount": "付款 :amount",
"Payment Cancelled": "付款已經取消",
"Payment Confirmation": "付款資訊確認",
"Payment Information": "付款資訊",
"Payment Method": "付款方式",
"Payment Successful": "付款成功",
"Pending Team Invitations": "待處理的團隊邀請",
"Per Page": "每頁",
"Permanently delete this team.": "永久刪除此團隊",
"Permanently delete your account.": "永久刪除您的帳戶",
"Permissions": "權限",
"Peru": "秘魯",
"Philippines": "菲律賓",
"Photo": "照片",
"Pitcairn": "皮特凱恩群島",
"Please accept the terms of service.": "請接受服務條款。",
"Please click the button below to verify your email address.": "請點擊下方按鈕驗證您的電子郵件:",
"Please confirm access to your account by entering one of your emergency recovery codes.": "請輸入您的緊急還原代碼以訪問您的帳戶。",
"Please confirm access to your account by entering the authentication code provided by your authenticator application.": "請輸入您的驗證器應用程式提供的驗證碼以訪問您的帳戶。",
"Please copy your new API token. For your security, it won't be shown again.": "請複製你的新 API token。為了您的安全它不會再被顯示出來。",
"Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "請輸入您的密碼,以確認您要登出您所有裝置上的其它瀏覽器會話。",
"Please provide a maximum of three receipt emails addresses.": "請提供最多三個收據電子郵件地址。",
"Please provide the email address of the person you would like to add to this team.": "請提供您想加入這個團隊的人的電子郵件。",
"Please provide your name.": "請提供你的姓名。",
"Poland": "波蘭",
"Portugal": "葡萄牙",
"Press \/ to search": "按 \/ 搜尋",
"Preview": "預覽",
"Previous": "上一頁",
"Privacy Policy": "隱私政策",
"Profile": "資料",
"Profile Information": "帳戶資料",
"Puerto Rico": "波多黎各",
"Qatar": "卡塔爾",
"Quarter To Date": "季度至今",
"Receipt Email Addresses": "帳單電子郵件地址",
"Receipts": "Receipts",
"Recovery Code": "還原代碼",
"Regards": "致敬",
"Regenerate Recovery Codes": "重新生成還原代碼",
"Register": "註冊",
"Reload": "重裝",
"Remember me": "記住我",
"Remember Me": "記住我",
"Remove": "移除",
"Remove Photo": "移除照片",
"Remove Team Member": "移除團隊成員",
"Resend Verification Email": "重新發送驗證郵件",
"Reset Filters": "重置篩選程式",
"Reset Password": "重設密碼",
"Reset Password Notification": "重設密碼通知",
"resource": "資源",
"Resources": "資源",
"resources": "資源",
"Restore": "還原",
"Restore Resource": "還原資源",
"Restore Selected": "還原選定",
"results": "結果",
"Resume Subscription": "還原訂閱",
"Return to :appName": "返回至 :appName",
"Reunion": "會議",
"Role": "角色",
"Romania": "羅馬尼亞",
"Run Action": "運行操作",
"Russian Federation": "俄羅斯聯邦",
"Rwanda": "盧旺達",
"Réunion": "Réunion",
"Saint Barthelemy": "聖巴泰勒米",
"Saint Barthélemy": "聖巴泰勒米",
"Saint Helena": "聖赫勒拿",
"Saint Kitts And Nevis": "聖基茨和尼維斯",
"Saint Kitts and Nevis": "聖基茨和尼維斯",
"Saint Lucia": "聖露西亞",
"Saint Martin": "聖馬丁",
"Saint Martin (French part)": "法屬聖馬丁",
"Saint Pierre And Miquelon": "聖皮爾和密克隆",
"Saint Pierre and Miquelon": "聖皮爾和密克隆",
"Saint Vincent And Grenadines": "聖文森特和格林納丁斯群島",
"Saint Vincent and the Grenadines": "聖文森特和格林納丁斯群島",
"Samoa": "薩摩亞",
"San Marino": "聖馬利諾",
"Sao Tome And Principe": "聖多美及普林西比島",
"Sao Tome and Principe": "聖多美及普林西比島",
"Saudi Arabia": "沙烏地阿拉伯",
"Save": "儲存",
"Saved.": "已儲存。",
"Search": "搜尋",
"Select": "選擇",
"Select a different plan": "選擇不同的方案",
"Select A New Photo": "選擇新的照片",
"Select Action": "選擇操作",
"Select All": "全選",
"Select All Matching": "選擇所有相符",
"Send Password Reset Link": "發送重設密碼連結",
"Senegal": "塞內加爾",
"September": "九月",
"Serbia": "塞爾維亞",
"Server Error": "伺服器錯誤",
"Service Unavailable": "暫時不提供服務",
"Seychelles": "塞席爾",
"Show All Fields": "顯示所有欄位",
"Show Content": "顯示內容",
"Show Recovery Codes": "顯示還原代碼",
"Showing": "顯示中",
"Sierra Leone": "獅子山",
"Signed in as": "已登入由",
"Singapore": "新加坡",
"Sint Maarten (Dutch part)": "聖馬丁島",
"Slovakia": "斯洛伐克",
"Slovenia": "斯洛維尼亞",
"Solomon Islands": "所羅門群島",
"Somalia": "索馬里",
"Something went wrong.": "出了問題",
"Sorry! You are not authorized to perform this action.": "對不起! 您沒有權限執行此操作。",
"Sorry, your session has expired.": "對不起,您的會話已過期。",
"South Africa": "南非",
"South Georgia And Sandwich Isl.": "南喬治亞島和南桑威奇群島",
"South Georgia and the South Sandwich Islands": "南喬治亞島和南桑威奇群島",
"South Sudan": "南蘇丹",
"Spain": "西班牙",
"Sri Lanka": "斯里蘭卡",
"Standalone Actions": "獨立操作",
"Start Polling": "開始輪詢",
"State \/ County": "州 \/ 縣",
"Stop Polling": "停止輪詢",
"Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "將這些還原碼存儲在一個安全的密碼管理器中。如果您的兩步驟驗證裝置遺失,它們可以用來還原對您帳戶的訪問。",
"Subscribe": "訂閱",
"Subscription Information": "訂閱資訊",
"Subscription Pending": "訂閱準備中",
"Sudan": "蘇丹",
"Suriname": "蘇利南",
"Svalbard And Jan Mayen": "斯瓦巴和揚馬延",
"Svalbard and Jan Mayen": "斯瓦巴和揚馬延",
"Swaziland": "史瓦帝尼",
"Sweden": "瑞典",
"Switch Teams": "選擇團隊",
"Switzerland": "瑞士",
"Syrian Arab Republic": "敘利亞",
"Taiwan": "臺灣",
"Taiwan, Province of China": "台灣",
"Tajikistan": "塔吉克斯坦",
"Tanzania": "坦尚尼亞",
"Tanzania, United Republic of": "坦桑尼亞",
"Team Details": "團隊詳情",
"Team Invitation": "團隊邀請",
"Team Members": "團隊成員",
"Team Name": "團隊名稱",
"Team Owner": "團隊擁有者",
"Team Settings": "團隊設置",
"Terms of Service": "服務條款",
"Thailand": "泰國",
"Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "感謝您的註冊!在開始之前,您可以點擊我們剛剛給您發送的連結來驗證您的電子郵件,如果您沒有收到郵件,我們將很樂意再給您發送一封郵件。",
"Thanks for your continued support. We've attached a copy of your invoice for your records. Please let us know if you have any questions or concerns.": "感謝您一直以來的支持。我們已附上您的發票副本以供記錄。如果您有任何問題或疑慮,請告訴我們。",
"Thanks,": "感謝,",
"The :attribute must be a valid role.": ":attribute 不是正確的角色。",
"The :attribute must be at least :length characters and contain at least one number.": ":attribute 至少為 :length 個字元且至少包含一個數字。",
"The :attribute must be at least :length characters and contain at least one special character and one number.": ":attribute 長度至少 :length 位並且至少必須包含一個特殊字元和一個數字。",
"The :attribute must be at least :length characters and contain at least one special character.": ":attribute 至少為 :length 個字元且至少包含一個特殊字元。",
"The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":attribute 至少為 :length 個字元且至少包含一個大寫字母和一個數字。",
"The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":attribute 至少為 :length 個字元且至少包含一個大寫字母和一個特殊字元。",
"The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":attribute 至少為:length 個字元且至少包含一個大寫字母、一個數字和一個特殊字元。",
"The :attribute must be at least :length characters and contain at least one uppercase character.": ":attribute 至少為 :length 個字元且至少包含一個大寫字母。",
"The :attribute must be at least :length characters.": ":attribute 至少為 :length 個字元。",
"The :attribute must contain at least one letter.": ":attribute 至少包含一個字母。",
"The :attribute must contain at least one number.": ":attribute 至少包含一個數字。",
"The :attribute must contain at least one symbol.": ":attribute 至少包含一個符號。",
"The :attribute must contain at least one uppercase and one lowercase letter.": ":attribute 至少包含一個大寫和一個小寫字母。",
"The :resource was created!": ":resource 建立了!",
"The :resource was deleted!": ":resource 被刪除了!",
"The :resource was restored!": ":resource 還原了!",
"The :resource was updated!": ":resource 更新了!",
"The action ran successfully!": "動作執行成功!",
"The file was deleted!": "檔案已被删除!",
"The given :attribute has appeared in a data leak. Please choose a different :attribute.": "給定的 :attribute 出現在數據洩漏中。 請選擇不同的 :attribute。",
"The government won't let us show you what's behind these doors": "政府不會讓我們向你展示這些門後面的東西",
"The HasOne relationship has already been filled.": "HasOne 的關係已經被填補了。",
"The password is incorrect.": "密碼不正確。",
"The payment was successful.": "帳單付款成功。",
"The provided coupon code is invalid.": "此優惠券代碼無效。",
"The provided password does not match your current password.": "目前密碼不正確。",
"The provided password was incorrect.": "密碼錯誤。",
"The provided two factor authentication code was invalid.": "兩步驟驗證代碼錯誤",
"The provided VAT number is invalid.": "提供的增值稅號無效。",
"The receipt emails must be valid email addresses.": "收據電子郵件必須是有效的電子郵件。",
"The resource was updated!": "資源已更新!",
"The selected country is invalid.": "所選國家無效。",
"The selected plan is invalid.": "所選方案無效。",
"The team's name and owner information.": "團隊名稱和擁有者資訊。",
"There are no available options for this resource.": "此資源沒有可用的選項。",
"There is no active subscription.": "There is no active subscription.",
"There was a problem executing the action.": "執行操作時出現問題。",
"There was a problem submitting the form.": "提交表單時出現問題。",
"These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "這些人已被邀請加入您的團隊,並已收到一封邀請郵件。他們可以通過接受電子郵件邀請加入團隊。",
"This account does not have an active subscription.": "此帳戶沒有有效的訂閱。",
"This action is unauthorized.": "權限不足。",
"This device": "目前裝置",
"This file field is read-only.": "此文件欄位是唯讀的。",
"This image": "此圖片",
"This is a secure area of the application. Please confirm your password before continuing.": "請在繼續之前確認您的密碼。",
"This password does not match our records.": "密碼不正確",
"This password reset link will expire in :count minutes.": "這個重設密碼連結將會在 :count 分鐘後失效。",
"This payment was already successfully confirmed.": "付款已經成功確認。",
"This payment was cancelled.": "付款已經取消。",
"This resource no longer exists": "此資源不再存在",
"This subscription cannot be resumed. Please create a new subscription.": "此訂閱無法還原。 請建立一個新的訂閱。",
"This subscription has expired and cannot be resumed. Please create a new subscription.": "此訂閱已過期,無法還原。 請建立一個新的訂閱。",
"This user already belongs to the team.": "此使用者已經在團隊中",
"This user has already been invited to the team.": "該使用者已經被邀請加入團隊。",
"Timor-Leste": "東帝汶",
"to": "至",
"Today": "今天",
"Toggle navigation": "切換導航",
"Togo": "多哥",
"Tokelau": "托克勞",
"Token Name": "Token 名稱",
"Tonga": "湯加",
"Too Many Requests": "請求次數過多。",
"total": "總計",
"Total:": "總共:",
"Trashed": "垃圾",
"Trinidad And Tobago": "千里達和多巴哥",
"Trinidad and Tobago": "千里達和多巴哥",
"Tunisia": "突尼斯",
"Turkey": "土耳其",
"Turkmenistan": "土庫曼斯坦",
"Turks And Caicos Islands": "特克斯和凱科斯群島",
"Turks and Caicos Islands": "特克斯和凱科斯群島",
"Tuvalu": "吐瓦魯",
"Two Factor Authentication": "兩步驟驗證",
"Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application.": "現在已啟用兩步驟驗證。使用您手機的驗證程式掃描以下 QR Code。",
"Uganda": "烏干達",
"Ukraine": "烏克蘭",
"Unauthorized": "未授權",
"United Arab Emirates": "阿拉伯聯合大公國",
"United Kingdom": "聯合王國",
"United States": "美國",
"United States Minor Outlying Islands": "美國離島",
"United States Outlying Islands": "美國離島",
"Update": "更新",
"Update & Continue Editing": "更新並繼續編輯",
"Update :resource": "更新 :resource",
"Update :resource: :title": "更新 :resource:title",
"Update attached :resource: :title": "更新附 :resource: :title",
"Update Password": "更新密碼",
"Update Payment Information": "更新付款資訊",
"Update Payment Method": "更新付款方式",
"Update your account's profile information and email address.": "更新您的帳戶資料和電子郵件。",
"Uruguay": "烏拉圭",
"Use a recovery code": "使用還原代碼",
"Use an authentication code": "使用驗證碼",
"Uzbekistan": "烏茲別克斯坦",
"Value": "價值",
"Vanuatu": "瓦努阿圖",
"VAT Number": "增值稅號",
"Venezuela": "委內瑞拉",
"Venezuela, Bolivarian Republic of": "委內瑞拉玻利瓦爾共和國",
"Verify Email Address": "驗證電子郵件",
"Viet Nam": "越南",
"View": "查看",
"View Receipt": "查看帳單",
"Virgin Islands, British": "英屬維京群島",
"Virgin Islands, U.S.": "美屬維爾京群島",
"Wallis And Futuna": "瓦利斯和富圖納群島",
"Wallis and Futuna": "瓦利斯和富圖納群島",
"We are processing your subscription. Once the subscription has successfully processed, this page will update automatically. Typically, this process should only take a few seconds.": "我們正在處理您的訂閱。 訂閱處理完成後,此頁面將自動更新。 通常,這個過程應該只需要幾秒鐘。",
"We are unable to process your payment. Please contact customer support.": "We are unable to process your payment. Please contact customer support.",
"We were unable to find a registered user with this email address.": "我們無法找到這個電子郵件的註冊使用者。",
"We will send a receipt download link to the email addresses that you specify below. You may separate multiple email addresses using commas.": "我們將向您在下方指定的電子郵件發送收據下載連結。 您可以使用逗號分隔多個電子郵件地址。",
"We're lost in space. The page you were trying to view does not exist.": "我們迷失在太空中 您嘗試查看的頁面不存在。",
"Welcome Back!": "歡迎回來!",
"Western Sahara": "西撒哈拉",
"When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "當啟用兩步驟驗證時,在認證過程中會提示您輸入一個安全的隨機 token。您可以從手機的 Google Authenticator 應用程式中獲取此 token。",
"Whoops": "哎呀",
"Whoops!": "哎呀!",
"Whoops! Something went wrong.": "哎呀!出了點問題",
"With Trashed": "與垃圾",
"Write": "寫",
"Year To Date": "年至今",
"Yearly": "每年",
"Yemen": "葉門",
"Yes": "是",
"You are already subscribed.": "您已經完成訂閱。",
"You are currently within your free trial period. Your trial will expire on :date.": "您目前正在免費試用期。 您的試用期將於 :date 結束。",
"You are receiving this email because we received a password reset request for your account.": "您收到此電子郵件是因為我們收到了您帳戶的密碼重設請求。",
"You have been invited to join the :team team!": "您已被邀請加入「:team」團隊!",
"You have enabled two factor authentication.": "你已經啟用了兩步驟驗證。",
"You have not enabled two factor authentication.": "你還沒有啟用兩步驟驗證。",
"You may accept this invitation by clicking the button below:": "您可以點擊下方的按鈕接受此邀請:",
"You may cancel your subscription at any time. Once your subscription has been cancelled, you will have the option to resume the subscription until the end of your current billing cycle.": "您可以隨時取消訂閱。 取消訂閱後,您可以選擇在目前計費週期結束之前還原訂閱。",
"You may delete any of your existing tokens if they are no longer needed.": "如果不再需要,您可以刪除任何現有的 tokens。",
"You may not delete your personal team.": "您不能刪除您的個人團隊。",
"You may not leave a team that you created.": "你不能離開你建立的團隊。",
"Your :invoiceName invoice is now available!": "您的 :invoiceName 發票現已可用!",
"Your card was declined. Please contact your card issuer for more information.": "您的信用卡遭到拒絕。請聯繫您的發卡機構了解更多資訊。",
"Your current payment method is :paypal.": "您目前的付款方式為 :paypal.",
"Your current payment method is a credit card ending in :lastFour that expires on :expiration.": "您目前的付款方式是以 :lastFour 結尾的信用卡,到期日期為 :expiration 。",
"Your registered VAT Number is :vatNumber.": "您註冊的增值稅號是 :vatNumber.",
"Zambia": "尚比亞",
"Zimbabwe": "辛巴威",
"Zip \/ Postal Code": "郵遞區號 \/ 郵政編碼",
"Åland Islands": "奧蘭群島"
}

View File

@@ -0,0 +1,153 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{config('admin.title')}} | {{ trans('admin.login') }}</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
@if(!is_null($favicon = Admin::favicon()))
<link rel="shortcut icon" href="{{$favicon}}">
@endif
<!-- Bootstrap 3.3.5 -->
<link rel="stylesheet" href="{{ admin_asset("vendor/laravel-admin/AdminLTE/bootstrap/css/bootstrap.min.css") }}">
<!-- Font Awesome -->
<link rel="stylesheet" href="{{ admin_asset("vendor/laravel-admin/font-awesome/css/font-awesome.min.css") }}">
<!-- Theme style -->
<link rel="stylesheet" href="{{ admin_asset("vendor/laravel-admin/AdminLTE/dist/css/AdminLTE.min.css") }}">
<!-- iCheck -->
<link rel="stylesheet" href="{{ admin_asset("vendor/laravel-admin/AdminLTE/plugins/iCheck/square/blue.css") }}">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.refresh {
display: inline;
width: 65px;
text-align: center;
cursor: pointer;
margin-left: 5px;
}
.captcha-input {
display: inline;
width: 40%;
background:rgba(255,255,255,0);
}
.captcha {
vertical-align: bottom;
display: inline;
height: 34px;
margin-left: 5px;
cursor: pointer;
}
</style>
</head>
<body class="hold-transition login-page" @if(config('admin.login_background_image'))style="background: url({{config('admin.login_background_image')}}) no-repeat;background-size: cover;"@endif>
<div class="login-box">
<div class="login-logo">
<a href="{{ admin_url('/') }}"><b>{{config('admin.name')}}</b></a>
</div>
<!-- /.login-logo -->
<div class="login-box-body">
<p class="login-box-msg">{{ trans('admin.login') }}</p>
<form action="{{ admin_url('auth/login') }}" method="post">
<div class="form-group has-feedback {!! !$errors->has('username') ?: 'has-error' !!}">
@if($errors->has('username'))
@foreach($errors->get('username') as $message)
<label class="control-label" for="inputError"><i class="fa fa-times-circle-o"></i>{{$message}}</label><br>
@endforeach
@endif
<input type="text" class="form-control" placeholder="{{ trans('admin.username') }}" name="username" value="{{ old('username') }}">
<span class="glyphicon glyphicon-envelope form-control-feedback"></span>
</div>
<div class="form-group has-feedback {!! !$errors->has('password') ?: 'has-error' !!}">
@if($errors->has('password'))
@foreach($errors->get('password') as $message)
<label class="control-label" for="inputError"><i class="fa fa-times-circle-o"></i>{{$message}}</label><br>
@endforeach
@endif
<input type="password" class="form-control" placeholder="{{ trans('admin.password') }}" name="password">
<span class="glyphicon glyphicon-lock form-control-feedback"></span>
</div>
<!-- 验证码 -->
<div class="form-group has-feedback {!! !$errors->has('captcha') ?: 'has-error' !!}">
@if($errors->has('captcha'))
@foreach($errors->get('captcha') as $message)
<label class="control-label" for="inputError" style=" margin-left: 15px"><i class="fa fa-times-circle-o"></i>{{$message}}</label></br>
@endforeach
@endif
<input type="text" class="form-control captcha-input" placeholder="{{ trans('admin.captcha') }}" name="captcha">
<img class="captcha" src="{{ captcha_src('admin') }}" onclick="refresh()">
<div class="refresh" onclick="refresh()">换一张</div>
</div>
<!-- 验证码 -->
<!-- G2FA -->
<div class="form-group has-feedback {!! !$errors->has('g2fa') ?: 'has-error' !!}">
@if($errors->has('g2fa'))
@foreach($errors->get('g2fa') as $message)
<label class="control-label" for="inputError" style=" margin-left: 15px"><i class="fa fa-times-circle-o"></i>{{$message}}</label></br>
@endforeach
@endif
<input type="text" class="form-control" placeholder="身份校验码" name="g2fa">
</div>
<!-- G2FA -->
<div class="row">
<div class="col-xs-8">
@if(config('admin.auth.remember'))
<div class="checkbox icheck">
<label>
<input type="checkbox" name="remember" value="1" {{ (!old('username') || old('remember')) ? 'checked' : '' }}>
{{ trans('admin.remember_me') }}
</label>
</div>
@endif
</div>
<!-- /.col -->
<div class="col-xs-4">
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<button type="submit" class="btn btn-primary btn-block btn-flat">{{ trans('admin.login') }}</button>
</div>
<!-- /.col -->
</div>
</form>
</div>
<!-- /.login-box-body -->
</div>
<!-- /.login-box -->
<!-- jQuery 2.1.4 -->
<script src="{{ admin_asset("vendor/laravel-admin/AdminLTE/plugins/jQuery/jQuery-2.1.4.min.js")}}"></script>
<!-- Bootstrap 3.3.5 -->
<script src="{{ admin_asset("vendor/laravel-admin/AdminLTE/bootstrap/js/bootstrap.min.js")}}"></script>
<!-- iCheck -->
<script src="{{ admin_asset("vendor/laravel-admin/AdminLTE/plugins/iCheck/icheck.min.js")}}"></script>
<script>
$(function () {
$('input').iCheck({
checkboxClass: 'icheckbox_square-blue',
radioClass: 'iradio_square-blue',
increaseArea: '20%' // optional
});
});
function refresh(){
$('img[class="captcha"]').attr('src','{{ captcha_src('admin') }}?_='+Math.random());
}
</script>
</body>
</html>

View File

@@ -0,0 +1,31 @@
<div class="box box-default">
<div class="box-header with-border">
<h3 class="box-title">Dependencies</h3>
<div class="box-tools pull-right">
<button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
</button>
<button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
</div>
</div>
<!-- /.box-header -->
<div class="box-body dependencies">
<div class="table-responsive">
<table class="table table-striped">
@foreach($dependencies as $dependency => $version)
<tr>
<td width="240px">{{ $dependency }}</td>
<td><span class="label label-primary">{{ $version }}</span></td>
</tr>
@endforeach
</table>
</div>
<!-- /.table-responsive -->
</div>
<!-- /.box-body -->
</div>
<script>
$('.dependencies').slimscroll({height:'503px',size:'3px'});
</script>

View File

@@ -0,0 +1,28 @@
<div class="box box-default">
<div class="box-header with-border">
<h3 class="box-title">Environment</h3>
<div class="box-tools pull-right">
<button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
</button>
<button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
</div>
</div>
<!-- /.box-header -->
<div class="box-body">
<div class="table-responsive">
<table class="table table-striped">
@foreach($envs as $env)
<tr>
<td width="120px">{{ $env['name'] }}</td>
<td>{{ $env['value'] }}</td>
</tr>
@endforeach
</table>
</div>
<!-- /.table-responsive -->
</div>
<!-- /.box-body -->
</div>

View File

@@ -0,0 +1,62 @@
<style>
.ext-icon {
color: rgba(0, 0, 0, 0.5);
margin-left: 10px;
}
.installed {
color: #00a65a;
margin-right: 10px;
}
.uninstalled {
color: #8c8c8c;
margin-right: 10px;
}
.products {
height: 503px;
overflow-y: scroll;
}
</style>
<div class="box box-default">
<div class="box-header with-border">
<h3 class="box-title">Available extensions</h3>
<div class="box-tools pull-right">
<button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
</button>
<button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
</div>
</div>
<!-- /.box-header -->
<div class="box-body products">
<ul class="products-list product-list-in-box">
@foreach($extensions as $extension)
<li class="item">
<div class="product-img">
<i class="fa fa-{{$extension['icon']}} fa-2x ext-icon"></i>
</div>
<div class="product-info">
<a href="{{ $extension['link'] }}" target="_blank" class="product-title">
{{ $extension['name'] }}
</a>
@if($extension['installed'] == 0)
<span class="pull-right uninstalled"><i class="fa fa-check"></i></span>
@endif
@if($extension['installed'] == 1)
<span class="pull-right installed"><i class="fa fa-check"></i></span>
@endif
</div>
</li>
@endforeach
<!-- /.item -->
</ul>
</div>
</div>
<script>
$('.products').slimscroll({height: '503px', size: '3px'});
</script>

View File

@@ -0,0 +1,34 @@
<style>
.title {
font-size: 50px;
color: #636b6f;
font-family: 'Raleway', sans-serif;
font-weight: 100;
display: block;
text-align: center;
margin: 20px 0 10px 0px;
}
.links {
text-align: center;
margin-bottom: 20px;
}
.links > a {
color: #636b6f;
padding: 0 25px;
font-size: 12px;
font-weight: 600;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
}
</style>
<div class="title">
{{ config('admin.title') }}
</div>
<div class="links">
<a href="https://github.com/z-song/laravel-admin" target="_blank">Github</a>
<a href="http://laravel-admin.org/docs" target="_blank">Documentation</a>
</div>

View File

@@ -0,0 +1,7 @@
<div class="form-group {!! !$errors->has($label) ?: 'has-error' !!}">
<label for="{{$id}}" class="col-sm-2 control-label">{{$label}}</label>
<div class="{{$viewClass['field']}}">
@include('admin::form.error')
{!! QrCode::size(200)->generate($value); !!}
</div>
</div>

View File

@@ -0,0 +1,7 @@
<!-- 配置文件 -->
<script type="text/javascript" src="{{ asset('vendor/ueditor/ueditor.config.js') }}"></script>
<!-- 编辑器源码文件 -->
<script type="text/javascript" src="{{ asset('vendor/ueditor/ueditor.all.js') }}"></script>
<script>
window.UEDITOR_CONFIG.serverUrl = '{{ config('ueditor.route.name') }}'
</script>

View File

@@ -0,0 +1,132 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Laravel</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap" rel="stylesheet">
<!-- Styles -->
<style>
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}a{background-color:transparent}[hidden]{display:none}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid #e2e8f0}a{color:inherit;text-decoration:inherit}svg,video{display:block;vertical-align:middle}video{max-width:100%;height:auto}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-gray-100{--bg-opacity:1;background-color:#f7fafc;background-color:rgba(247,250,252,var(--bg-opacity))}.border-gray-200{--border-opacity:1;border-color:#edf2f7;border-color:rgba(237,242,247,var(--border-opacity))}.border-t{border-top-width:1px}.flex{display:flex}.grid{display:grid}.hidden{display:none}.items-center{align-items:center}.justify-center{justify-content:center}.font-semibold{font-weight:600}.h-5{height:1.25rem}.h-8{height:2rem}.h-16{height:4rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.leading-7{line-height:1.75rem}.mx-auto{margin-left:auto;margin-right:auto}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.mt-4{margin-top:1rem}.ml-4{margin-left:1rem}.mt-8{margin-top:2rem}.ml-12{margin-left:3rem}.-mt-px{margin-top:-1px}.max-w-6xl{max-width:72rem}.min-h-screen{min-height:100vh}.overflow-hidden{overflow:hidden}.p-6{padding:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.pt-8{padding-top:2rem}.fixed{position:fixed}.relative{position:relative}.top-0{top:0}.right-0{right:0}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.text-center{text-align:center}.text-gray-200{--text-opacity:1;color:#edf2f7;color:rgba(237,242,247,var(--text-opacity))}.text-gray-300{--text-opacity:1;color:#e2e8f0;color:rgba(226,232,240,var(--text-opacity))}.text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}.text-gray-500{--text-opacity:1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.text-gray-600{--text-opacity:1;color:#718096;color:rgba(113,128,150,var(--text-opacity))}.text-gray-700{--text-opacity:1;color:#4a5568;color:rgba(74,85,104,var(--text-opacity))}.text-gray-900{--text-opacity:1;color:#1a202c;color:rgba(26,32,44,var(--text-opacity))}.underline{text-decoration:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w-5{width:1.25rem}.w-8{width:2rem}.w-auto{width:auto}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:640px){.sm\:rounded-lg{border-radius:.5rem}.sm\:block{display:block}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:h-20{height:5rem}.sm\:ml-0{margin-left:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pt-0{padding-top:0}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}}@media (min-width:768px){.md\:border-t-0{border-top-width:0}.md\:border-l{border-left-width:1px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (prefers-color-scheme:dark){.dark\:bg-gray-800{--bg-opacity:1;background-color:#2d3748;background-color:rgba(45,55,72,var(--bg-opacity))}.dark\:bg-gray-900{--bg-opacity:1;background-color:#1a202c;background-color:rgba(26,32,44,var(--bg-opacity))}.dark\:border-gray-700{--border-opacity:1;border-color:#4a5568;border-color:rgba(74,85,104,var(--border-opacity))}.dark\:text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.dark\:text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}}
</style>
<style>
body {
font-family: 'Nunito', sans-serif;
}
</style>
</head>
<body class="antialiased">
<div class="relative flex items-top justify-center min-h-screen bg-gray-100 dark:bg-gray-900 sm:items-center sm:pt-0">
@if (Route::has('login'))
<div class="hidden fixed top-0 right-0 px-6 py-4 sm:block">
@auth
<a href="{{ url('/home') }}" class="text-sm text-gray-700 underline">Home</a>
@else
<a href="{{ route('login') }}" class="text-sm text-gray-700 underline">Log in</a>
@if (Route::has('register'))
<a href="{{ route('register') }}" class="ml-4 text-sm text-gray-700 underline">Register</a>
@endif
@endauth
</div>
@endif
<div class="max-w-6xl mx-auto sm:px-6 lg:px-8">
<div class="flex justify-center pt-8 sm:justify-start sm:pt-0">
<svg viewBox="0 0 651 192" fill="none" xmlns="http://www.w3.org/2000/svg" class="h-16 w-auto text-gray-700 sm:h-20">
<g clip-path="url(#clip0)" fill="#EF3B2D">
<path d="M248.032 44.676h-16.466v100.23h47.394v-14.748h-30.928V44.676zM337.091 87.202c-2.101-3.341-5.083-5.965-8.949-7.875-3.865-1.909-7.756-2.864-11.669-2.864-5.062 0-9.69.931-13.89 2.792-4.201 1.861-7.804 4.417-10.811 7.661-3.007 3.246-5.347 6.993-7.016 11.239-1.672 4.249-2.506 8.713-2.506 13.389 0 4.774.834 9.26 2.506 13.459 1.669 4.202 4.009 7.925 7.016 11.169 3.007 3.246 6.609 5.799 10.811 7.66 4.199 1.861 8.828 2.792 13.89 2.792 3.913 0 7.804-.955 11.669-2.863 3.866-1.908 6.849-4.533 8.949-7.875v9.021h15.607V78.182h-15.607v9.02zm-1.431 32.503c-.955 2.578-2.291 4.821-4.009 6.73-1.719 1.91-3.795 3.437-6.229 4.582-2.435 1.146-5.133 1.718-8.091 1.718-2.96 0-5.633-.572-8.019-1.718-2.387-1.146-4.438-2.672-6.156-4.582-1.719-1.909-3.032-4.152-3.938-6.73-.909-2.577-1.36-5.298-1.36-8.161 0-2.864.451-5.585 1.36-8.162.905-2.577 2.219-4.819 3.938-6.729 1.718-1.908 3.77-3.437 6.156-4.582 2.386-1.146 5.059-1.718 8.019-1.718 2.958 0 5.656.572 8.091 1.718 2.434 1.146 4.51 2.674 6.229 4.582 1.718 1.91 3.054 4.152 4.009 6.729.953 2.577 1.432 5.298 1.432 8.162-.001 2.863-.479 5.584-1.432 8.161zM463.954 87.202c-2.101-3.341-5.083-5.965-8.949-7.875-3.865-1.909-7.756-2.864-11.669-2.864-5.062 0-9.69.931-13.89 2.792-4.201 1.861-7.804 4.417-10.811 7.661-3.007 3.246-5.347 6.993-7.016 11.239-1.672 4.249-2.506 8.713-2.506 13.389 0 4.774.834 9.26 2.506 13.459 1.669 4.202 4.009 7.925 7.016 11.169 3.007 3.246 6.609 5.799 10.811 7.66 4.199 1.861 8.828 2.792 13.89 2.792 3.913 0 7.804-.955 11.669-2.863 3.866-1.908 6.849-4.533 8.949-7.875v9.021h15.607V78.182h-15.607v9.02zm-1.432 32.503c-.955 2.578-2.291 4.821-4.009 6.73-1.719 1.91-3.795 3.437-6.229 4.582-2.435 1.146-5.133 1.718-8.091 1.718-2.96 0-5.633-.572-8.019-1.718-2.387-1.146-4.438-2.672-6.156-4.582-1.719-1.909-3.032-4.152-3.938-6.73-.909-2.577-1.36-5.298-1.36-8.161 0-2.864.451-5.585 1.36-8.162.905-2.577 2.219-4.819 3.938-6.729 1.718-1.908 3.77-3.437 6.156-4.582 2.386-1.146 5.059-1.718 8.019-1.718 2.958 0 5.656.572 8.091 1.718 2.434 1.146 4.51 2.674 6.229 4.582 1.718 1.91 3.054 4.152 4.009 6.729.953 2.577 1.432 5.298 1.432 8.162 0 2.863-.479 5.584-1.432 8.161zM650.772 44.676h-15.606v100.23h15.606V44.676zM365.013 144.906h15.607V93.538h26.776V78.182h-42.383v66.724zM542.133 78.182l-19.616 51.096-19.616-51.096h-15.808l25.617 66.724h19.614l25.617-66.724h-15.808zM591.98 76.466c-19.112 0-34.239 15.706-34.239 35.079 0 21.416 14.641 35.079 36.239 35.079 12.088 0 19.806-4.622 29.234-14.688l-10.544-8.158c-.006.008-7.958 10.449-19.832 10.449-13.802 0-19.612-11.127-19.612-16.884h51.777c2.72-22.043-11.772-40.877-33.023-40.877zm-18.713 29.28c.12-1.284 1.917-16.884 18.589-16.884 16.671 0 18.697 15.598 18.813 16.884h-37.402zM184.068 43.892c-.024-.088-.073-.165-.104-.25-.058-.157-.108-.316-.191-.46-.056-.097-.137-.176-.203-.265-.087-.117-.161-.242-.265-.345-.085-.086-.194-.148-.29-.223-.109-.085-.206-.182-.327-.252l-.002-.001-.002-.002-35.648-20.524a2.971 2.971 0 00-2.964 0l-35.647 20.522-.002.002-.002.001c-.121.07-.219.167-.327.252-.096.075-.205.138-.29.223-.103.103-.178.228-.265.345-.066.089-.147.169-.203.265-.083.144-.133.304-.191.46-.031.085-.08.162-.104.25-.067.249-.103.51-.103.776v38.979l-29.706 17.103V24.493a3 3 0 00-.103-.776c-.024-.088-.073-.165-.104-.25-.058-.157-.108-.316-.191-.46-.056-.097-.137-.176-.203-.265-.087-.117-.161-.242-.265-.345-.085-.086-.194-.148-.29-.223-.109-.085-.206-.182-.327-.252l-.002-.001-.002-.002L40.098 1.396a2.971 2.971 0 00-2.964 0L1.487 21.919l-.002.002-.002.001c-.121.07-.219.167-.327.252-.096.075-.205.138-.29.223-.103.103-.178.228-.265.345-.066.089-.147.169-.203.265-.083.144-.133.304-.191.46-.031.085-.08.162-.104.25-.067.249-.103.51-.103.776v122.09c0 1.063.568 2.044 1.489 2.575l71.293 41.045c.156.089.324.143.49.202.078.028.15.074.23.095a2.98 2.98 0 001.524 0c.069-.018.132-.059.2-.083.176-.061.354-.119.519-.214l71.293-41.045a2.971 2.971 0 001.489-2.575v-38.979l34.158-19.666a2.971 2.971 0 001.489-2.575V44.666a3.075 3.075 0 00-.106-.774zM74.255 143.167l-29.648-16.779 31.136-17.926.001-.001 34.164-19.669 29.674 17.084-21.772 12.428-43.555 24.863zm68.329-76.259v33.841l-12.475-7.182-17.231-9.92V49.806l12.475 7.182 17.231 9.92zm2.97-39.335l29.693 17.095-29.693 17.095-29.693-17.095 29.693-17.095zM54.06 114.089l-12.475 7.182V46.733l17.231-9.92 12.475-7.182v74.537l-17.231 9.921zM38.614 7.398l29.693 17.095-29.693 17.095L8.921 24.493 38.614 7.398zM5.938 29.632l12.475 7.182 17.231 9.92v79.676l.001.005-.001.006c0 .114.032.221.045.333.017.146.021.294.059.434l.002.007c.032.117.094.222.14.334.051.124.088.255.156.371a.036.036 0 00.004.009c.061.105.149.191.222.288.081.105.149.22.244.314l.008.01c.084.083.19.142.284.215.106.083.202.178.32.247l.013.005.011.008 34.139 19.321v34.175L5.939 144.867V29.632h-.001zm136.646 115.235l-65.352 37.625V148.31l48.399-27.628 16.953-9.677v33.862zm35.646-61.22l-29.706 17.102V66.908l17.231-9.92 12.475-7.182v33.841z"/>
</g>
</svg>
</div>
<div class="mt-8 bg-white dark:bg-gray-800 overflow-hidden shadow sm:rounded-lg">
<div class="grid grid-cols-1 md:grid-cols-2">
<div class="p-6">
<div class="flex items-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-500"><path d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"></path></svg>
<div class="ml-4 text-lg leading-7 font-semibold"><a href="https://laravel.com/docs" class="underline text-gray-900 dark:text-white">Documentation</a></div>
</div>
<div class="ml-12">
<div class="mt-2 text-gray-600 dark:text-gray-400 text-sm">
Laravel has wonderful, thorough documentation covering every aspect of the framework. Whether you are new to the framework or have previous experience with Laravel, we recommend reading all of the documentation from beginning to end.
</div>
</div>
</div>
<div class="p-6 border-t border-gray-200 dark:border-gray-700 md:border-t-0 md:border-l">
<div class="flex items-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-500"><path d="M3 9a2 2 0 012-2h.93a2 2 0 001.664-.89l.812-1.22A2 2 0 0110.07 4h3.86a2 2 0 011.664.89l.812 1.22A2 2 0 0018.07 7H19a2 2 0 012 2v9a2 2 0 01-2 2H5a2 2 0 01-2-2V9z"></path><path d="M15 13a3 3 0 11-6 0 3 3 0 016 0z"></path></svg>
<div class="ml-4 text-lg leading-7 font-semibold"><a href="https://laracasts.com" class="underline text-gray-900 dark:text-white">Laracasts</a></div>
</div>
<div class="ml-12">
<div class="mt-2 text-gray-600 dark:text-gray-400 text-sm">
Laracasts offers thousands of video tutorials on Laravel, PHP, and JavaScript development. Check them out, see for yourself, and massively level up your development skills in the process.
</div>
</div>
</div>
<div class="p-6 border-t border-gray-200 dark:border-gray-700">
<div class="flex items-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-500"><path d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z"></path></svg>
<div class="ml-4 text-lg leading-7 font-semibold"><a href="https://laravel-news.com/" class="underline text-gray-900 dark:text-white">Laravel News</a></div>
</div>
<div class="ml-12">
<div class="mt-2 text-gray-600 dark:text-gray-400 text-sm">
Laravel News is a community driven portal and newsletter aggregating all of the latest and most important news in the Laravel ecosystem, including new package releases and tutorials.
</div>
</div>
</div>
<div class="p-6 border-t border-gray-200 dark:border-gray-700 md:border-l">
<div class="flex items-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="w-8 h-8 text-gray-500"><path d="M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
<div class="ml-4 text-lg leading-7 font-semibold text-gray-900 dark:text-white">Vibrant Ecosystem</div>
</div>
<div class="ml-12">
<div class="mt-2 text-gray-600 dark:text-gray-400 text-sm">
Laravel's robust library of first-party tools and libraries, such as <a href="https://forge.laravel.com" class="underline">Forge</a>, <a href="https://vapor.laravel.com" class="underline">Vapor</a>, <a href="https://nova.laravel.com" class="underline">Nova</a>, and <a href="https://envoyer.io" class="underline">Envoyer</a> help you take your projects to the next level. Pair them with powerful open source libraries like <a href="https://laravel.com/docs/billing" class="underline">Cashier</a>, <a href="https://laravel.com/docs/dusk" class="underline">Dusk</a>, <a href="https://laravel.com/docs/broadcasting" class="underline">Echo</a>, <a href="https://laravel.com/docs/horizon" class="underline">Horizon</a>, <a href="https://laravel.com/docs/sanctum" class="underline">Sanctum</a>, <a href="https://laravel.com/docs/telescope" class="underline">Telescope</a>, and more.
</div>
</div>
</div>
</div>
</div>
<div class="flex justify-center mt-4 sm:items-center sm:justify-between">
<div class="text-center text-sm text-gray-500 sm:text-left">
<div class="flex items-center">
<svg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor" class="-mt-px w-5 h-5 text-gray-400">
<path d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<a href="https://laravel.bigcartel.com" class="ml-1 underline">
Shop
</a>
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="ml-4 -mt-px w-5 h-5 text-gray-400">
<path d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"></path>
</svg>
<a href="https://github.com/sponsors/taylorotwell" class="ml-1 underline">
Sponsor
</a>
</div>
</div>
<div class="ml-4 text-center text-sm text-gray-500 sm:text-right sm:ml-0">
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})
</div>
</div>
</div>
</div>
</body>
</html>