-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from php-kchat/dev
Dev
- Loading branch information
Showing
25 changed files
with
448 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<?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. | ||
| | ||
*/ | ||
|
||
'all-your-total-message' => 'All your total Message', | ||
'all-your-total-conversations' => 'All your total Conversations', | ||
'this-month' => 'This Month', | ||
'total-users' => 'Total User\'s', | ||
'total-messages' => 'Total Message\'s', | ||
'total-conversations' => 'Total conversation\'s', | ||
'average-messages-per-user' => 'Average message\'s per user', | ||
'all-messages-per-day' => 'All message\'s per day', | ||
'all-users-per-day' => 'All user\'s per day', | ||
'all-conversations-per-day' => 'All conversation\'s per day', | ||
'all-your-messages-per-day' => 'All your message\'s per day', | ||
'all-your-conversations-per-day' => 'All your conversation\'s per day', | ||
'dashboard' => 'Dashboard', | ||
'messages' => 'Messages', | ||
'members' => 'Member\'s', | ||
'conversations' => 'Conversations', | ||
'settings' => 'Settings', | ||
'notification' => 'Notification', | ||
'activity' => 'Activity', | ||
'profile' => 'Profile', | ||
'logout' => 'Logout', | ||
'close' => 'Close', | ||
'last-created' => 'Last Created', | ||
'update-group' => 'Update Group', | ||
'whiteboard' => 'WhiteBoard', | ||
'send' => 'Send', | ||
'search-conversation' => 'Search Conversation', | ||
'name' => 'Name', | ||
'departement' => 'Departement', | ||
'email' => 'Email', | ||
'status' => 'Status', | ||
'search-using-mail' => 'Search using mail', | ||
'about-me' => 'About me', | ||
'created-at' => 'Created At', | ||
'updated-at' => 'Updated At', | ||
'select-all' => 'Select All', | ||
'delete' => 'Delete', | ||
'set-inactive' => 'Set Inactive', | ||
'set-active' => 'Set active', | ||
'block' => 'Block', | ||
'unblock' => 'UnBlock', | ||
'make-admin' => 'Make Admin', | ||
'revoke-admin-power' => 'Revoke Admin Power', | ||
'create-new-conversation' => 'Create New Conversation', | ||
'action' => 'Action', | ||
'departments' => 'Department\'s', | ||
'add-and-delete-department' => 'Add and Delete Department', | ||
'add-department' => 'Add Department', | ||
'department' => 'Department', | ||
'delete-department' => 'Delete Department', | ||
'timezone' => 'Timezone', | ||
'update-timezone' => 'Update Timezone', | ||
'file-upload-path' => 'File Upload Path', | ||
'place-it-outside-the-webroot-means-that-the-files-will-not-be-publicly-exposed' => 'Place it outside the webroot means that the files will not be publicly exposed.', | ||
'notifications' => 'Notification\'s', | ||
'activities' => 'Activitie\'s', | ||
'superadmin' => 'SuperAdmin', | ||
'change-password' => 'Change Password', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?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. | ||
| | ||
*/ | ||
|
||
'lang00000' => 'Sign in', | ||
'lang00001' => 'Sign in using form below', | ||
'lang00002' => 'Email', | ||
'lang00003' => 'Password', | ||
'lang00004' => 'Remember me', | ||
'lang00005' => 'Sign On', | ||
'lang00006' => 'Login', | ||
'lang00007' => 'No account', | ||
'lang00008' => 'Registration takes less than a minute but gives you full control over your orders.', | ||
'lang00009' => 'First Name', | ||
'lang00010' => 'Please enter first name', | ||
'lang00011' => 'E-mail Address', | ||
'lang00012' => 'Phone Number', | ||
'lang00013' => 'Password', | ||
'lang00014' => 'Confirm Password', | ||
'lang00015' => 'Already have account', | ||
'lang00016' => 'Last Name', | ||
'lang00017' => 'Please enter last Name', | ||
'lang00018' => 'Please enter valid email address!', | ||
'lang00019' => 'Please enter your phone number!', | ||
'lang00020' => 'Please enter password!', | ||
'lang00021' => 'Passwords do not match!', | ||
'lang00022' => 'Already have account', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<?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. | ||
| | ||
*/ | ||
|
||
'all-your-total-message' => 'आपके सभी संदेश', | ||
'all-your-total-conversations' => 'आपके सभी वार्तालाप', | ||
'this-month' => 'इस महीने', | ||
'total-users' => 'कुल उपयोगकर्ता', | ||
'total-messages' => 'कुल संदेश', | ||
'total-conversations' => 'कुल वार्तालाप', | ||
'average-messages-per-user' => 'प्रति उपयोगकर्ता औसत संदेश', | ||
'all-messages-per-day' => 'प्रतिदिन कुल संदेश', | ||
'all-users-per-day' => 'प्रतिदिन सभी उपयोगकर्ता', | ||
'all-conversations-per-day' => 'प्रतिदिन सभी वार्तालाप', | ||
'all-your-messages-per-day' => 'प्रतिदिन आपके सभी संदेश', | ||
'all-your-conversations-per-day' => 'प्रतिदिन आपके सभी वार्तालाप', | ||
'dashboard' => 'डैशबोर्ड', | ||
'messages' => 'संदेश', | ||
'members' => 'सदस्यों', | ||
'conversations' => 'वार्तालाप', | ||
'settings' => 'सेटिंग्स', | ||
'notification' => 'अधिसूचना', | ||
'activity' => 'गतिविधि', | ||
'profile' => 'प्रोफ़ाइल', | ||
'logout' => 'लॉगआउट', | ||
'close' => 'बंद करे', | ||
'last-created' => 'अंतिम बनाया गया', | ||
'update-group' => 'ग्रुप अपडेट करें', | ||
'whiteboard' => 'सफेद बोर्ड', | ||
'send' => 'भेजें', | ||
'search-conversation' => 'वार्तालाप खोजें', | ||
'name' => 'नाम', | ||
'departement' => 'विभाग', | ||
'email' => 'ईमेल', | ||
'status' => 'स्थिति', | ||
'search-using-mail' => 'मेल का उपयोग करके खोजें', | ||
'about-me' => 'मेरे बारे में', | ||
'created-at' => 'बनाया गया', | ||
'updated-at' => 'अपडेट किया गया', | ||
'select-all' => 'सभी का चयन करें', | ||
'delete' => 'हटाएँ', | ||
'set-inactive' => 'निष्क्रिय करें', | ||
'set-active' => 'सक्रिय करें', | ||
'block' => 'अवरोधित करें', | ||
'unblock' => 'अवरोध हटाएँ', | ||
'make-admin' => 'व्यवस्थापक बनाएँ', | ||
'revoke-admin-power' => 'व्यवस्थापक अधिकार रद्द करें', | ||
'create-new-conversation' => 'नई बातचीत बनाएँ', | ||
'action' => 'कार्यवाही', | ||
'departments' => 'विभागों', | ||
'add-and-delete-department' => 'विभाग जोड़ें और हटाएँ', | ||
'add-department' => 'विभाग जोड़ें', | ||
'department' => 'विभाग', | ||
'delete-department' => 'विभाग हटाएँ', | ||
'timezone' => 'समय क्षेत्र', | ||
'update-timezone' => 'समय क्षेत्र अपडेट करें', | ||
'file-upload-path' => 'फ़ाइल अपलोड पथ', | ||
'place-it-outside-the-webroot-means-that-the-files-will-not-be-publicly-exposed' => 'इसे वेबरूट के बाहर रखना यह मान लें कि फ़ाइलें सार्वजनिक रूप से प्रकट नहीं होंगी।', | ||
'notifications' => 'सूचनाएं', | ||
'activities' => 'गतिविधियां', | ||
'superadmin' => 'सुपर व्यवस्थापक', | ||
'change-password' => 'पासवर्ड बदलें', | ||
'are-you-sure-you-want-to-delete-activities' => 'Are you sure you want to delete <strong>Activities</strong>', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?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. | ||
| | ||
*/ | ||
|
||
'lang00000' => 'साइन इन करें', | ||
'lang00001' => 'नीचे दिए गए फ़ॉर्म का उपयोग करके साइन इन करें', | ||
'lang00002' => 'ईमेल', | ||
'lang00003' => 'पासवर्ड', | ||
'lang00004' => 'मुझे याद रखें', | ||
'lang00005' => 'साइन ऑन करें', | ||
'lang00006' => 'लॉग इन करें', | ||
'lang00007' => 'कोई अकाउंट नहीं है', | ||
'lang00008' => 'रजिस्ट्रेशन करने में एक मिनट से भी कम समय लगता है लेकिन इससे आपको अपने ऑर्डरों पर पूर्ण नियंत्रण मिलता है।', | ||
'lang00009' => 'पहला नाम', | ||
'lang00010' => 'कृपया पहला नाम दर्ज करें', | ||
'lang00011' => 'ईमेल पता', | ||
'lang00012' => 'फ़ोन नंबर', | ||
'lang00013' => 'पासवर्ड', | ||
'lang00014' => 'पासवर्ड की पुष्टि कीजिए', | ||
'lang00015' => 'पहले से ही अकाउंट है', | ||
'lang00016' => 'अंतिम नाम', | ||
'lang00017' => 'कृपया अंतिम नाम दर्ज करें', | ||
'lang00018' => 'कृपया वैध ईमेल पता दर्ज करें!', | ||
'lang00019' => 'कृपया अपना फ़ोन नंबर दर्ज करें!', | ||
'lang00020' => 'कृपया पासवर्ड दर्ज करें!', | ||
'lang00021' => 'पासवर्ड मेल नहीं खाते!', | ||
'lang00022' => 'पहले से ही अकाउंट है', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.