generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 7
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 #9 from HomaEEE/main
RU & UA Language added
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 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,13 @@ | ||
<?php | ||
|
||
// translations for Afsakar/FilamentTranslateAction | ||
return [ | ||
'translate' => 'Перевод', | ||
'modal_title' => 'Перевод через Google Translate', | ||
'source' => 'Язык источника', | ||
'target' => 'Язык перевода', | ||
'success_title' => 'Переведено!', | ||
'success_message' => 'Текст успешно переведен.', | ||
'error_title' => 'Ошибка!', | ||
'error_message' => 'Не удалось перевести текст.', | ||
]; |
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,13 @@ | ||
<?php | ||
|
||
// переклади для Afsakar/FilamentTranslateAction | ||
return [ | ||
'translate' => 'Переклад', | ||
'modal_title' => 'Переклад через Google Translate', | ||
'source' => 'Мова джерела', | ||
'target' => 'Мова перекладу', | ||
'success_title' => 'Перекладено!', | ||
'success_message' => 'Текст успішно перекладено.', | ||
'error_title' => 'Помилка!', | ||
'error_message' => 'Не вдалося перекласти текст.', | ||
]; |