Skip to content

Commit

Permalink
Merge pull request #385 from mszabeh/3.x
Browse files Browse the repository at this point in the history
missing fa translation
  • Loading branch information
awcodes authored Dec 18, 2023
2 parents 9db968c + 9b48e70 commit 8d11bb5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/lang/en/views.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
'download' => 'Download',
'remove' => 'Remove',
'deselect_all' => 'Deselect All',
'add_multiple_file' => 'Cmd + Click to select multiple files.'
],
'curation' => [
'heading' => 'Curating',
Expand Down
5 changes: 5 additions & 0 deletions resources/lang/fa/forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@
'curations' => [
'button_label' => 'ساختن Curation',
],
'multi_upload' => [
'action_label' => 'بارگذاری چندتایی',
'modal_heading' => 'بارگذاری چند فایل',
'modal_file_label' => 'فایلها',
],
];
3 changes: 3 additions & 0 deletions resources/lang/fa/views.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
'edit' => 'ویرایش',
'download' => 'دانلود',
'remove' => 'حذف',
'clear' => 'حذف همه',
],
'panel' => [
'button' => 'افزودن مدیا',
Expand All @@ -42,10 +43,12 @@
'edit' => 'ادیت',
'download' => 'دانلود',
'remove' => 'حذف',
'add_multiple' => 'استفاده کنید Cmd + Click برای انتخاب چند فایل از.'
],
'curation' => [
'heading' => 'Curating',
'adjustments' => 'تنظیمات',
'cancel' => 'لغو',
'custom' => 'سفارشی',
'key' => 'کلید',
'key_helper' => 'برای اسفاده از curation در آینده باید از این استفاده کنید',
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/modals/curator-panel.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class="curator-panel h-full absolute inset-0 flex flex-col"
</x-filament::button>
@endif
@if ($isMultiple)
<p class="text-xs">Cmd + Click to select multiple files.</p>
<p class="text-xs">{{ __('curator::views.panel.add_multiple_file') }}</p>
@endif
</div>
<label class="border border-gray-300 dark:border-gray-700 rounded-md relative flex items-center">
Expand Down

0 comments on commit 8d11bb5

Please sign in to comment.