Skip to content

Commit

Permalink
"Cmd + Click to select multiple files" translateable
Browse files Browse the repository at this point in the history
  • Loading branch information
mszabeh committed Dec 16, 2023
1 parent 9c5e37b commit 59d68ea
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -22,6 +22,7 @@
'download' => 'Download',
'remove' => 'Remove',
'clear' => 'Remove All',
'add_multiple_file' => 'Cmd + Click to select multiple files.'
],
'panel' => [
'button' => 'Add media',
Expand Down
1 change: 1 addition & 0 deletions resources/lang/fa/views.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'download' => 'دانلود',
'remove' => 'حذف',
'clear' => 'حذف همه',
'add_multiple' => 'استفاده کنید Cmd + Click برای انتخاب چند فایل از.'
],
'panel' => [
'button' => 'افزودن مدیا',
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 59d68ea

Please sign in to comment.