[增添]添加了datasource的setting数据库以及默认值

This commit is contained in:
makotocc0107
2024-08-27 09:57:44 +08:00
parent d111dfaea4
commit 72eb990970
10955 changed files with 978898 additions and 0 deletions

View File

@@ -0,0 +1,228 @@
<?php
return [
'column_toggle' => [
'heading' => '열',
],
'columns' => [
'text' => [
'actions' => [
'collapse_list' => ':count 개 더 접기',
'expand_list' => ':count 개 더 펼치기',
],
'more_list_items' => ':count 항목이 더 있습니다',
],
],
'fields' => [
'bulk_select_page' => [
'label' => '일괄 작업을 위해 모든 항목을 선택/선택 취소합니다.',
],
'bulk_select_record' => [
'label' => '일괄 작업을 위해 :key 항목을 선택/선택 취소합니다.',
],
'bulk_select_group' => [
'label' => '일괄 작업의 :title 그룹을 선택/선택 취소합니다.',
],
'search' => [
'label' => '검색',
'placeholder' => '검색',
'indicator' => '검색',
],
],
'summary' => [
'heading' => '요약',
'subheadings' => [
'all' => '모든 :label',
'group' => ':group 요약',
'page' => '이 페이지',
],
'summarizers' => [
'average' => [
'label' => '평균',
],
'count' => [
'label' => '수량',
],
'sum' => [
'label' => '합계',
],
],
],
'actions' => [
'disable_reordering' => [
'label' => '재정렬 완료',
],
'enable_reordering' => [
'label' => '항목 재정렬',
],
'filter' => [
'label' => '필터',
],
'group' => [
'label' => '그룹',
],
'open_bulk_actions' => [
'label' => '일괄 작업',
],
'toggle_columns' => [
'label' => '열 전환',
],
],
'empty' => [
'heading' => ':model 없음',
'description' => ':model 을(를) 만들어 시작하세요.',
],
'filters' => [
'actions' => [
'apply' => [
'label' => '필터 적용',
],
'remove' => [
'label' => '필터 삭제',
],
'remove_all' => [
'label' => '모든 필터 삭제',
'tooltip' => '모든 필터 삭제',
],
'reset' => [
'label' => '초기화',
],
],
'heading' => '필터',
'indicator' => '활성된 필터',
'multi_select' => [
'placeholder' => '전체',
],
'select' => [
'placeholder' => '전체',
],
'trashed' => [
'label' => '삭제된 항목',
'only_trashed' => '삭제된 항목만',
'with_trashed' => '삭제된 항목 포함',
'without_trashed' => '삭제된 항목 제외',
],
],
'grouping' => [
'fields' => [
'group' => [
'label' => '그룹 기준',
'placeholder' => '그룹 기준',
],
'direction' => [
'label' => '그룹 순서',
'options' => [
'asc' => '오름차순',
'desc' => '내림차순',
],
],
],
],
'reorder_indicator' => '항목을 순서대로 끌어다 놓습니다.',
'selection_indicator' => [
'selected_count' => ':count 항목 선택됨',
'actions' => [
'select_all' => [
'label' => ':count 항목 모두 선택',
],
'deselect_all' => [
'label' => '모두 선택 해제',
],
],
],
'sorting' => [
'fields' => [
'column' => [
'label' => '정렬 기준',
],
'direction' => [
'label' => '정렬 순서',
'options' => [
'asc' => '오름차순',
'desc' => '내림차순',
],
],
],
],
];