[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
12
vendor/filament/actions/resources/lang/ne/global-search.php
vendored
Normal file
12
vendor/filament/actions/resources/lang/ne/global-search.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'field' => [
|
||||
'label' => 'सार्वभौमिक खोजी',
|
||||
'placeholder' => 'खोज्नुहोस्',
|
||||
],
|
||||
|
||||
'no_results_message' => 'कुनै खोज परिणाम फेला परेन।',
|
||||
|
||||
];
|
||||
55
vendor/filament/actions/resources/lang/ne/layout.php
vendored
Normal file
55
vendor/filament/actions/resources/lang/ne/layout.php
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr', // 'ltr' (left-to-right) is standard for Nepali text, but if you're accommodating for languages that read right-to-left, you might dynamically switch this.
|
||||
|
||||
'actions' => [
|
||||
|
||||
'billing' => [
|
||||
'label' => 'सदस्यता व्यवस्थापन गर्नुहोस्',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'साइन आउट',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'सूचनाहरू खोल्नुहोस्',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'प्रयोगकर्ता मेनु',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'साइडबार भत्काउनुहोस्',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'साइडबार विस्तार गर्नुहोस्',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'गाढा थिम सक्रिय गर्नुहोस्',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'उज्यालो थिम सक्रिय गर्नुहोस्',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'सिस्टम थिम सक्रिय गर्नुहोस्',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
51
vendor/filament/actions/resources/lang/ne/pages/auth/edit-profile.php
vendored
Normal file
51
vendor/filament/actions/resources/lang/ne/pages/auth/edit-profile.php
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'प्रोफाइल',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'ईमेल ठेगाना',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'नाम',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'नयाँ पासवर्ड',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'नयाँ पासवर्ड पुष्टि गर्नुहोस्',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'परिवर्तनहरू सेभ गर्नुहोस्',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'सेभ गरियो',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'रद्द गर्नुहोस्',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'तपाईंको ईमेल ठेगाना प्रमाणित गर्नुहोस्',
|
||||
|
||||
'heading' => 'तपाईंको ईमेल ठेगाना प्रमाणित गर्नुहोस्',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'resend_notification' => [
|
||||
'label' => 'पुनः पठाउनुहोस्',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'notification_not_received' => 'हामीले पठाएको ईमेल तपाईंले पाउनुभएन?',
|
||||
'notification_sent' => 'तपाईंको ईमेल :email मा प्रमाणित गर्ने निर्देशनहरू सहित एउटा ईमेल पठाइएको छ।',
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'notification_resent' => [
|
||||
'title' => 'हामीले ईमेल पुनः पठाएका छौं।',
|
||||
],
|
||||
|
||||
'notification_resend_throttled' => [
|
||||
'title' => 'धेरै पटक पुनः पठाउने प्रयास गरियो',
|
||||
'body' => ':seconds सेकेण्डमा पुनः प्रयास गर्नुहोस्।',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/ne/pages/auth/login.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/ne/pages/auth/login.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Login',
|
||||
|
||||
'heading' => 'Sign in',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'before' => 'or',
|
||||
'label' => 'sign up for an account',
|
||||
],
|
||||
|
||||
'request_password_reset' => [
|
||||
'label' => 'Forgot password?',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'Email address',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Password',
|
||||
],
|
||||
|
||||
'remember' => [
|
||||
'label' => 'Remember me',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Sign in',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Too many login attempts',
|
||||
'body' => 'Please try again in :seconds seconds.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
42
vendor/filament/actions/resources/lang/ne/pages/auth/password-reset/request-password-reset.php
vendored
Normal file
42
vendor/filament/actions/resources/lang/ne/pages/auth/password-reset/request-password-reset.php
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'तपाईंको पासवर्ड रिसेट गर्नुहोस्',
|
||||
|
||||
'heading' => 'पासवर्ड बिर्सनुभयो?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'label' => 'लगइनमा फर्कनुहोस्',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'ईमेल ठेगाना',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'request' => [
|
||||
'label' => 'ईमेल पठाउनुहोस्',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'धेरै अनुरोधहरू',
|
||||
'body' => ':seconds सेकेण्डमा पुनः प्रयास गर्नुहोस्।',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
43
vendor/filament/actions/resources/lang/ne/pages/auth/password-reset/reset-password.php
vendored
Normal file
43
vendor/filament/actions/resources/lang/ne/pages/auth/password-reset/reset-password.php
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'तपाइँको पासवर्ड रिसेट गर्नुहोस्',
|
||||
|
||||
'heading' => 'तपाइँको पासवर्ड रिसेट गर्नुहोस्',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'ईमेल ठेगाना',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'पासवर्ड',
|
||||
'validation_attribute' => 'पासवर्ड',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'पासवर्ड पुष्टि गर्नुहोस्',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'reset' => [
|
||||
'label' => 'पासवर्ड रिसेट गर्नुहोस्',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'धेरै पटक रिसेट प्रयास गरिएको',
|
||||
'body' => ':seconds सेकेण्डमा पुन: प्रयास गर्नुहोस्।',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/ne/pages/auth/register.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/ne/pages/auth/register.php
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'लग - इन',
|
||||
|
||||
'heading' => 'साइन इन गर्नुहोस्',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'before' => 'वा',
|
||||
'label' => 'खाता को लागि साइन अप गर्नुहोस्',
|
||||
],
|
||||
|
||||
'request_password_reset' => [
|
||||
'label' => 'पासवर्ड बिर्सनुभयो?',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'ईमेल ठेगाना',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'पासवर्ड',
|
||||
],
|
||||
|
||||
'remember' => [
|
||||
'label' => 'मलाई सम्झनुहोस्',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'साइन इन गर्नुहोस्',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'failed' => 'यी प्रमाणहरू हाम्रो रेकर्डसँग मेल खाँदैनन्।',
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'धेरै पटक लगिन प्रयास गरिएको',
|
||||
'body' => ':seconds सेकेण्डमा पुनः प्रयास गर्नुहोस्।',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
33
vendor/filament/actions/resources/lang/ne/pages/dashboard.php
vendored
Normal file
33
vendor/filament/actions/resources/lang/ne/pages/dashboard.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'ड्यासबोर्ड',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'filter' => [
|
||||
|
||||
'label' => 'फिल्टर',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'फिल्टर',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'apply' => [
|
||||
|
||||
'label' => 'लागू गर्नुहोस्',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
25
vendor/filament/actions/resources/lang/ne/pages/tenancy/edit-tenant-profile.php
vendored
Normal file
25
vendor/filament/actions/resources/lang/ne/pages/tenancy/edit-tenant-profile.php
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'परिवर्तनहरू सेभ गर्नुहोस्',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'सेभ भयो',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
37
vendor/filament/actions/resources/lang/ne/resources/pages/create-record.php
vendored
Normal file
37
vendor/filament/actions/resources/lang/ne/resources/pages/create-record.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'सिर्जना :label',
|
||||
|
||||
'breadcrumb' => 'सिर्जना',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'रद्द गर्नुहोस्',
|
||||
],
|
||||
|
||||
'create' => [
|
||||
'label' => 'सिर्जना गर्नुहोस्',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => 'अर्को सिर्जना गर्नुहोस्',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => 'सिर्जना भयो',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
41
vendor/filament/actions/resources/lang/ne/resources/pages/edit-record.php
vendored
Normal file
41
vendor/filament/actions/resources/lang/ne/resources/pages/edit-record.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'सम्पादन गर्नुहोस् :label',
|
||||
|
||||
'breadcrumb' => 'सम्पादन गर्नुहोस्',
|
||||
|
||||
'form' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'रद्द गर्नुहोस्',
|
||||
],
|
||||
|
||||
'save' => [
|
||||
'label' => 'परिवर्तनहरू सुरक्षित गर्नुहोस',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'सम्पादन गर्नुहोस्',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => 'सुरक्षित गरियो',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
vendor/filament/actions/resources/lang/ne/resources/pages/list-records.php
vendored
Normal file
7
vendor/filament/actions/resources/lang/ne/resources/pages/list-records.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'breadcrumb' => 'सूची',
|
||||
|
||||
];
|
||||
17
vendor/filament/actions/resources/lang/ne/resources/pages/view-record.php
vendored
Normal file
17
vendor/filament/actions/resources/lang/ne/resources/pages/view-record.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'हेर्नुहोस् :label',
|
||||
|
||||
'breadcrumb' => 'हेर्नुहोस्',
|
||||
|
||||
'content' => [
|
||||
|
||||
'tab' => [
|
||||
'label' => 'हेर्नुहोस्',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
15
vendor/filament/actions/resources/lang/ne/widgets/account-widget.php
vendored
Normal file
15
vendor/filament/actions/resources/lang/ne/widgets/account-widget.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'logout' => [
|
||||
'label' => 'साइन आउट गर्नुहोस्',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'welcome' => 'स्वागत छ',
|
||||
|
||||
];
|
||||
17
vendor/filament/actions/resources/lang/ne/widgets/filament-info-widget.php
vendored
Normal file
17
vendor/filament/actions/resources/lang/ne/widgets/filament-info-widget.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'open_documentation' => [
|
||||
'label' => 'Documentation',
|
||||
],
|
||||
|
||||
'open_github' => [
|
||||
'label' => 'GitHub',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user