-
Notifications
You must be signed in to change notification settings - Fork 2
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 #1 from SWEET1S/main
Localization for Admin Panel Moonshine in English, Russian and Romanian
- Loading branch information
Showing
6 changed files
with
77 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return [ | ||
'main' => 'Main', | ||
'group' => 'Group', | ||
'slug' => 'Slug', | ||
'hint' => 'Hint', | ||
'not_used' => 'Not used on the site, only for ease of administration!', | ||
'value' => 'Value', | ||
'created_at' => 'Created at', | ||
'updated_at' => 'Updated at', | ||
'count_settings' => 'Count settings', | ||
'settings_groups' => 'Settings groups', | ||
'settings' => 'Settings' | ||
]; |
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,15 @@ | ||
<?php | ||
|
||
return [ | ||
'main' => 'Principala', | ||
'group' => 'Grupul', | ||
'slug' => 'Slug', | ||
'hint' => 'Indiciu', | ||
'not_used' => 'Nu este folosit pe site, doar pentru ușurința de administrare!', | ||
'value' => 'Valoare', | ||
'created_at' => 'Creat la', | ||
'updated_at' => 'Actualizat la', | ||
'count_settings' => 'Numărul de setări', | ||
'settings_groups' => 'Grupuri de setări', | ||
'settings' => 'Setări' | ||
]; |
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,15 @@ | ||
<?php | ||
|
||
return [ | ||
'main' => 'Главная', | ||
'group' => 'Группа', | ||
'slug' => 'Slug', | ||
'hint' => 'Подсказка', | ||
'not_used' => 'Не используется на сайте, только для удобства администрирования!', | ||
'value' => 'Значение', | ||
'created_at' => 'Создано в', | ||
'updated_at' => 'Обновлено на', | ||
'count_settings' => 'Счетчик настроек', | ||
'settings_groups' => 'Группы настроек', | ||
'settings' => 'Настройки' | ||
]; |
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