-
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.
feat(Localization): Translatable labels for Moonshine in EN/RU/RO
- Loading branch information
Showing
6 changed files
with
53 additions
and
22 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,4 +55,4 @@ public function boot() | |
|
||
} | ||
|
||
} | ||
} |
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