[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
154
vendor/filament/forms/resources/lang/my/components.php
vendored
Normal file
154
vendor/filament/forms/resources/lang/my/components.php
vendored
Normal file
@@ -0,0 +1,154 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'builder' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'add' => [
|
||||
'label' => 'ထည့်သွင်း :label',
|
||||
],
|
||||
|
||||
'add_between' => [
|
||||
'label' => 'ထည့်သွင်းပါ',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'label' => 'ဖျက်ပါ',
|
||||
],
|
||||
|
||||
'reorder' => [
|
||||
'label' => 'ရွှေ့ပါ',
|
||||
],
|
||||
|
||||
'move_down' => [
|
||||
'label' => 'အောက်သို့ရွှေ့ပါ',
|
||||
],
|
||||
|
||||
'move_up' => [
|
||||
'label' => 'အပေါ်ကိုရွှေ့ပါ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'key_value' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'add' => [
|
||||
'label' => 'လိုင်းထည့်ပါ',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'label' => 'ဖျက်ပါ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'fields' => [
|
||||
|
||||
'key' => [
|
||||
'label' => 'Key',
|
||||
],
|
||||
|
||||
'value' => [
|
||||
'label' => 'Value',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'markdown_editor' => [
|
||||
|
||||
'toolbar_buttons' => [
|
||||
'attach_files' => 'ဖိုင်ဖျားကိုပူးတွဲရန်',
|
||||
'bold' => 'စာလုံးထူ',
|
||||
'bullet_list' => 'ကျည်ဖူးပုံ စာရင်း',
|
||||
'code_block' => 'Code block',
|
||||
'edit' => 'တည်းဖြတ်ပါ',
|
||||
'italic' => 'စာလုံးစောင်း',
|
||||
'link' => 'လင့်ကို ထည့်သွင်းရန်',
|
||||
'ordered_list' => 'နံပါတ်တပ် စာရင်း',
|
||||
'preview' => 'စမ်းကြည့်သည်',
|
||||
'strike' => 'စာသားဗဟိုလိုင်း',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'repeater' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'add' => [
|
||||
'label' => 'ထည့်သွင်း :label',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'label' => 'ဖျက်ပါ',
|
||||
],
|
||||
|
||||
'move_down' => [
|
||||
'label' => 'အောက်သို့ရွှေ့ပါ',
|
||||
],
|
||||
|
||||
'move_up' => [
|
||||
'label' => 'အပေါ်ကိုရွှေ့ပါ',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'rich_editor' => [
|
||||
|
||||
'dialogs' => [
|
||||
|
||||
'link' => [
|
||||
|
||||
'actions' => [
|
||||
'link' => 'ချိတ်ပါ',
|
||||
'unlink' => 'မချိတ်ပါ',
|
||||
],
|
||||
|
||||
'label' => 'URL',
|
||||
|
||||
'placeholder' => 'URL ထည့်ပါ',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'toolbar_buttons' => [
|
||||
'attach_files' => 'ဖိုင်ဖျားကိုပူးတွဲရန်',
|
||||
'blockquote' => 'Blockquote',
|
||||
'bold' => 'စာလုံးထူ',
|
||||
'bullet_list' => 'ကျည်ဖူးပုံ စာရင်း',
|
||||
'code_block' => 'Code block',
|
||||
'h1' => 'Title',
|
||||
'h2' => 'Heading',
|
||||
'h3' => 'Subheading',
|
||||
'italic' => 'စာလုံးစောင်း',
|
||||
'link' => 'လင့်ကို ထည့်သွင်းရန်',
|
||||
'ordered_list' => 'နံပါတ်တပ် စာရင်း',
|
||||
'redo' => 'ပြန်လုပ်ရန်',
|
||||
'strike' => 'စာသားဗဟိုလိုင်း',
|
||||
'undo' => 'တစ်ဆင့်နောက်ပြန်ရန်',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'select' => [
|
||||
'no_search_results_message' => 'သင့်ရှာဖွေမှုနှင့် ကိုက်ညီသော ရွေးချယ်ခွင့်မရှိပါ',
|
||||
'placeholder' => 'ကျေးဇူးပြုပြီး ရွေးချယ်ပါ',
|
||||
'search_prompt' => 'စာရိုက်ပြီး ရှာပါ...',
|
||||
],
|
||||
|
||||
'tags_input' => [
|
||||
'placeholder' => 'tag အသစ်',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user