mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-01 15:09:33 +08:00
ffed3a59d0
This reverts commit6ed9a57e33, reversing changes made to2728e60ca4.
60 lines
1.4 KiB
PHP
60 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'multi_select' => [
|
|
'no_search_results_message' => 'Tidak ada opsi yang sesuai pencarian anda.',
|
|
'placeholder' => 'Pilih Opsi',
|
|
'search_prompt' => 'Tidak ada opsi yang bisa dipilih.',
|
|
],
|
|
|
|
'rich_editor' => [
|
|
|
|
'dialogs' => [
|
|
|
|
'link' => [
|
|
|
|
'buttons' => [
|
|
'link' => 'Tautan',
|
|
'unlink' => 'Batalkan tautan',
|
|
],
|
|
|
|
'label' => 'Tautan',
|
|
|
|
'placeholder' => 'Masukkan tautan',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'toolbar_buttons' => [
|
|
'attach_files' => 'Lampirkan File',
|
|
'blockquote' => 'Quote',
|
|
'bold' => 'Bold',
|
|
'bullet_list' => 'bullet_list',
|
|
'code_block' => 'Kode',
|
|
'h1' => 'Judul',
|
|
'h2' => 'Judul',
|
|
'h3' => 'Anak judul',
|
|
'italic' => 'Italic',
|
|
'link' => 'Tautan',
|
|
'ordered_list' => 'Nomor',
|
|
'redo' => 'Redo',
|
|
'strike' => 'Coret',
|
|
'undo' => 'Undo',
|
|
],
|
|
|
|
],
|
|
|
|
'select' => [
|
|
'no_search_results_message' => 'Tidak ada opsi yang sesuai pencarian anda.',
|
|
'placeholder' => 'Pilih salah satu opsi',
|
|
'search_prompt' => 'Mulai mengetik untuk mencari...',
|
|
],
|
|
|
|
'tags_input' => [
|
|
'placeholder' => 'Tag baru',
|
|
],
|
|
|
|
];
|