hindi translation

This commit is contained in:
denisdulici
2019-11-27 16:33:45 +03:00
parent eab3a1d66b
commit 94dbde0e14
33 changed files with 1184 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<?php
return [
'domain' => 'डोमेन',
'logo' => 'लोगो',
'manage' => 'कंपनियों का प्रबंधन करें',
'all' => 'सभी कंपनियां',
'error' => [
'not_user_company' => 'त्रुटि: आपको इस कंपनी को बदलने की अनुमति नहीं है!',
'delete_active' => 'त्रुटि: सक्रिय कंपनी को हटा नहीं सकते, कृपया, इसे पहले बदलें!',
],
];