additionOfMultiLang

This commit is contained in:
UronShrestha
2024-06-18 15:28:01 +05:45
parent 949fee1678
commit 28921cc745
23 changed files with 284 additions and 116 deletions

44
lang/en/message.php Normal file
View File

@ -0,0 +1,44 @@
<?php
return[
"Dashboard"=> "Dashboard",
"Charts"=>"Charts",
"User Management"=>"User Management",
"All Users"=> "All Users",
"Add Users"=> "Add Users",
"UI Elements"=> "UI Elements",
"Forms"=>"Forms",
"Tables"=> "Tables",
"EXAMPLES"=>"EXAMPLES",
"Calendar"=> "Calendar",
"Gallery"=> "Gallery",
"Kanban Board"=> "Kanban Board",
"Mailbox"=> "Mailbox",
"Pages"=> "Pages",
"Extras"=> "Extras",
"Search"=>"Search",
"MISCELLANEOUS"=> "MISCELLANEOUS",
"Documentation"=>"Documentation",
"LABELS"=>"LABELS",
"Important"=>"Important",
"Informational"=>"Informational",
"Profile"=> "Profile",
"Logout"=> "Logout",
"Home"=>"Home",
"Contact"=> "Contact",
"List of Users"=> "List of Users",
"Send Email"=>"Send Email",
"Welcome to"=> "Welcome to",
"Dashboard v2"=>"Dashboard v2",
"Serial"=> "Serial",
"Email"=> "Email",
"Name"=> "Name",
"Role":=>"Role",
"Action"=>"Action",
"Edit"=> "Edit",
"Delete"=>"Delete",
"Username"=>"Username",
"Password"=>"Password",
"User Role"=> "User Role",
"Submit"=>"Submit"
];

View File

@ -1,3 +0,0 @@
{
"Dashboard":"ड्यासबोर्ड"
}

44
lang/ne/message.php Normal file
View File

@ -0,0 +1,44 @@
<?php
return [
"Dashboard" => "ड्यासबोर्ड",
"Charts" => "चार्टहरू",
"User Management" => "प्रयोगकर्ता व्यवस्थापन",
"All Users" => "सबै प्रयोगकर्ताहरू",
"Add Users" => "प्रयोगकर्ताहरू थप्नुहोस्",
"UI Elements" => "UI तत्त्वहरू",
"Forms" => "फारमहरू",
"Tables" => "तालिकाहरू",
"EXAMPLES" => "उदाहरणहरू",
"Calendar" => "पात्रो",
"Gallery" => "ग्यालरी",
"Kanban Board" => "कानबान बोर्ड",
"Mailbox" => "मेलबक्स",
"Pages" => "पृष्ठहरू",
"Extras" => "थप",
"Search" => "खोजी",
"MISCELLANEOUS" => "विविध",
"Documentation" => "कागजात",
"LABELS" => "लेबलहरू",
"Important" => "महत्त्वपूर्ण",
"Informational" => "सूचनात्मक",
"Profile" => "प्रोफाइल",
"Logout" => "लगआउट",
"Home" => "गृह",
"Contact" => "सम्पर्क",
"List of Users" => "प्रयोगकर्ताहरूको सूची",
"Send Email" => "इमेल पठाउनुहोस्",
"Welcome to" => " स्वागत छ",
"Dashboard v2" => "ड्यासबोर्ड v2",
"Serial" => "सिरियल",
"Email" => "इमेल",
"Name" => "नाम",
"Role" => "भूमिका",
"Action" => "कार्य",
"Edit" => "सम्पादन गर्नुहोस्",
"Delete" => "हटाउनुहोस्",
"Username" => "प्रयोगकर्ता नाम",
"Password" => "पासवर्ड",
"User Role" => "प्रयोगकर्ता भूमिका",
"Submit" => "पेश गर्नुहोस्"
];