Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
afsakar committed Oct 10, 2024
1 parent 26633b7 commit eef76d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/lang/en/filament-translate-action.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
'success_message' => 'Content has been translated successfully.',
'error_title' => 'Error!',
'error_message' => 'Content could not be translated.',
'original_content' => 'Original Content',
'translated_content' => 'Translated Content',
];
2 changes: 2 additions & 0 deletions resources/lang/fa/fa.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
'success_message' => 'محتوا با موفقیت ترجمه شد.',
'error_title' => 'خطا!',
'error_message' => 'محتوا قابل ترجمه نمی باشد.',
'original_content' => 'محتوای اصلی',
'translated_content' => 'محتوای ترجمه شده',
];
2 changes: 2 additions & 0 deletions resources/lang/ru/filament-translate-action.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
'success_message' => 'Текст успешно переведен.',
'error_title' => 'Ошибка!',
'error_message' => 'Не удалось перевести текст.',
'original_content' => 'Оригинальный контент',
'translated_content' => 'Переведенный контент',
];

0 comments on commit eef76d2

Please sign in to comment.