Skip to content

Commit 5d3d0c8

Browse files
committed
releases 4.11.8
1 parent 9dc826d commit 5d3d0c8

25 files changed

+60
-36
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vxe-table",
3-
"version": "4.11.6",
3+
"version": "4.11.7",
44
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟树、拖拽排序,懒加载、快捷菜单、数据校验、树形结构、打印、导入导出、自定义模板、渲染器、JSON 配置式...",
55
"scripts": {
66
"update": "npm install --legacy-peer-deps",
@@ -28,7 +28,7 @@
2828
"style": "lib/style.css",
2929
"typings": "types/index.d.ts",
3030
"dependencies": {
31-
"vxe-pc-ui": "^4.3.92"
31+
"vxe-pc-ui": "^4.3.94"
3232
},
3333
"devDependencies": {
3434
"@types/resize-observer-browser": "^0.1.11",

packages/locale/lang/ar-EG.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: '树表格不支持导入',
5151
treeCrossDrag: '只能拖拽第一层级',
5252
treeDragChild: '父级不能拖拽到自己的子级中',
53-
reqPlugin: '可选扩展插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: 'لا توجد بيانات حتى الآن',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: '当前数据(当前页的数据)',
174175
selected: '选中数据(当前页选中的数据)',
175176
all: '全量数据(包括所有分页的数据)'

packages/locale/lang/de-DE.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default
5151
treeNotImp: 'Baumtabellen unterstützen den Import nicht',
5252
treeCrossDrag: 'Nur die erste Ebene kann gezogen werden',
5353
treeDragChild: 'Ein übergeordnetes Element kann nicht in seine eigenen untergeordneten Elemente gezogen werden',
54-
reqPlugin: 'Optionale Erweiterung „{1} https://vxeui.com/other{0}/#/{1}/install'
54+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5555
},
5656
table: {
5757
emptyText: 'Noch keine Daten',
@@ -171,6 +171,7 @@ export default
171171
pdf: 'PDF (*.pdf)'
172172
},
173173
modes: {
174+
empty: '空数据',
174175
current: 'Aktuelle Daten (Daten der aktuellen Seite)',
175176
selected: 'Ausgewählte Daten (ausgewählte Daten auf der aktuellen Seite)',
176177
all: 'Vollständige Daten (einschließlich aller paginierten Daten)'

packages/locale/lang/en-US.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: 'Tree tables do not support importing',
5151
treeCrossDrag: 'Only the first level can be dragged',
5252
treeDragChild: 'A parent cannot be dragged into its own children',
53-
reqPlugin: 'Optional extension "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: 'Extension plugin not installed "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: 'No data yet',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: 'Null data',
173174
current: 'Current data (data of the current page)',
174175
selected: 'Selected data (selected data on the current page)',
175176
all: 'Full data (including all paginated data)'

packages/locale/lang/es-ES.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: 'La tabla de árbol no soporta importación.',
5151
treeCrossDrag: 'Only drag and drop the first level',
5252
treeDragChild: 'The parent cannot be dragged into its own child',
53-
reqPlugin: 'Optional extension "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: 'No hay datos',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: 'Datos actuales (datos de la página actual)',
174175
selected: 'Datos seleccionados (datos seleccionados en la página actual)',
175176
all: 'Todos los datos (incluidos todos los datos de paginación)'

packages/locale/lang/fr-FR.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: '树表格不支持导入',
5151
treeCrossDrag: '只能拖拽第一层级',
5252
treeDragChild: '父级不能拖拽到自己的子级中',
53-
reqPlugin: '可选扩展插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: "Aucune donnée pour l'instant",
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: '当前数据(当前页的数据)',
174175
selected: '选中数据(当前页选中的数据)',
175176
all: '全量数据(包括所有分页的数据)'

packages/locale/lang/hu-HU.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: 'A fatáblák nem támogatják az importálást',
5151
treeCrossDrag: '只能拖拽第一层级',
5252
treeDragChild: '父级不能拖拽到自己的子级中',
53-
reqPlugin: '可选扩展插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: 'Még nincsenek adatok',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: 'Aktuális adatok (az aktuális oldal adatai)',
174175
selected: 'Kijelölt adatok (kijelölt adatok az aktuális oldalon)',
175176
all: 'Teljes adat (beleértve az összes oldalszámozott adatot)'

packages/locale/lang/hy-AM.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: '树表格不支持导入',
5151
treeCrossDrag: '只能拖拽第一层级',
5252
treeDragChild: '父级不能拖拽到自己的子级中',
53-
reqPlugin: '可选扩展插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: '暂无数据',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: '当前数据(当前页的数据)',
174175
selected: '选中数据(当前页选中的数据)',
175176
all: '全量数据(包括所有分页的数据)'

packages/locale/lang/id-ID.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: '树表格不支持导入',
5151
treeCrossDrag: '只能拖拽第一层级',
5252
treeDragChild: '父级不能拖拽到自己的子级中',
53-
reqPlugin: '可选扩展插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: '暂无数据',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: '当前数据(当前页的数据)',
174175
selected: '选中数据(当前页选中的数据)',
175176
all: '全量数据(包括所有分页的数据)'

packages/locale/lang/it-IT.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: "Le tabelle dell'albero non supportano l'importazione",
5151
treeCrossDrag: 'È possibile trascinare solo il primo livello',
5252
treeDragChild: 'Un genitore non può essere trascinato nei propri figli',
53-
reqPlugin: 'Estensione facoltativa "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: 'Nessun dato ancora',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: 'Dati attuali (dati della pagina corrente)',
174175
selected: 'Dati selezionati (dati selezionati nella pagina corrente)',
175176
all: 'Dati completi (compresi tutti i dati impaginati)'

packages/locale/lang/ja-JP.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: 'ツリーテーブルはインポートをサポートしていません',
5151
treeCrossDrag: '只能拖拽第一层级',
5252
treeDragChild: '父级不能拖拽到自己的子级中',
53-
reqPlugin: '可选扩展插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: 'データがありません',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: '表示中のデータ(表示中のページのデータ)',
174175
selected: '選択したデータ(表示中のページに選択したデータ)',
175176
all: '全てのデータ(全てのページのデータを含む)'

packages/locale/lang/ko-KR.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: '트리 테이블은 가져오기를 지원하지 않습니다.',
5151
treeCrossDrag: '첫 번째 계층만 드래그할 수 있습니다.',
5252
treeDragChild: '부모 항목은 자신의 하위 항목으로 드래그할 수 없습니다.',
53-
reqPlugin: '선택적 확장 플러그인 "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: '데이터가 없습니다.',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: '현재 데이터(현재 페이지의 데이터)',
174175
selected: '선택된 데이터(현재 페이지에서 선택된 데이터)',
175176
all: '전체 데이터(모든 페이지의 데이터 포함)'

packages/locale/lang/nb-NO.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: '树表格不支持导入',
5151
treeCrossDrag: '只能拖拽第一层级',
5252
treeDragChild: '父级不能拖拽到自己的子级中',
53-
reqPlugin: '可选扩展插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: 'Ingen data ennå',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: '当前数据(当前页的数据)',
174175
selected: '选中数据(当前页选中的数据)',
175176
all: '全量数据(包括所有分页的数据)'

packages/locale/lang/pt-BR.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: 'A tabela de árvore não suporta importação.',
5151
treeCrossDrag: '只能拖拽第一层级',
5252
treeDragChild: '父级不能拖拽到自己的子级中',
53-
reqPlugin: '可选扩展插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: 'Sem dados',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: 'Dados atuais (dados da página atual)',
174175
selected: 'Dados selecionados (dados selecionados na página atual)',
175176
all: 'Todos os dados (incluindo todos os dados de paginação)'

packages/locale/lang/ru-RU.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: 'Древовидные таблицы не поддерживают импорт.',
5151
treeCrossDrag: 'Перетаскивать можно только первый уровень',
5252
treeDragChild: 'Родителя нельзя перетащить в своих дочерних элементов',
53-
reqPlugin: 'Дополнительное расширение "{1}" https://vxeui.com/other{0}/#/{1}/install.'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install.'
5454
},
5555
table: {
5656
emptyText: 'Данных пока нет',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: 'Текущие данные (данные текущей страницы)',
174175
selected: 'Выбранные данные (выбранные данные на текущей странице)',
175176
all: 'Полные данные (включая все данные с разбивкой на страницы)'

packages/locale/lang/th-TH.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: 'ตารางแผนผังไม่รองรับการนำเข้า',
5151
treeCrossDrag: 'สามารถลากได้เฉพาะระดับแรกเท่านั้น',
5252
treeDragChild: 'ผู้ปกครองไม่สามารถถูกลากเข้าไปในลูกของตัวเองได้',
53-
reqPlugin: 'ส่วนขยายเพิ่มเติม "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: 'ยังไม่มีข้อมูล',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: 'ข้อมูลปัจจุบัน (ข้อมูลของหน้าปัจจุบัน)',
174175
selected: 'ข้อมูลที่เลือก (ข้อมูลที่เลือกในหน้าปัจจุบัน)',
175176
all: 'ข้อมูลทั้งหมด (รวมถึงข้อมูลที่แบ่งหน้าทั้งหมด)'

packages/locale/lang/ug-CN.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: 'دەرەخ شەكىللىك جەدىۋەلنى ئەكىرىشنى قوللىمايدۇ',
5151
treeCrossDrag: '只能拖拽第一层级',
5252
treeDragChild: '父级不能拖拽到自己的子级中',
53-
reqPlugin: '可选扩展插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: 'ھازىرچە ئۇچۇر يوق',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: 'ھازىرقى ئۇچۇر(نۆۋەتتىكى بەتتىكى ئۇچۇر)',
174175
selected: 'تاللانغان ئۇچۇر(نۆۋەتتىكى بەتتىكى بارلىق تاللانغان ئۇچۇر)',
175176
all: 'بارلىق ئۇچۇر(بارلىق بەتكە ئايرىلغان ئۇچۇرلارنى ئۆز ئىچىگە ئالىدۇ)'

packages/locale/lang/uk-UA.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: 'Деревовидна таблиця не підтримує імпорт',
5151
treeCrossDrag: 'Можна перетягувати тільки на першому рівні',
5252
treeDragChild: 'Батьківський елемент не можна перетягнути в свій дочірній елемент',
53-
reqPlugin: 'Опційний розширений плагін "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: 'Немає даних',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: 'Поточні дані (дані поточної сторінки)',
174175
selected: 'Вибрані дані (дані, вибрані на поточній сторінці)',
175176
all: 'Всі дані (включаючи дані з усіх сторінок)'

packages/locale/lang/vi-VN.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: '树表格不支持导入',
5151
treeCrossDrag: '只能拖拽第一层级',
5252
treeDragChild: '父级不能拖拽到自己的子级中',
53-
reqPlugin: '可选扩展插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: '暂无数据',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: '当前数据(当前页的数据)',
174175
selected: '选中数据(当前页选中的数据)',
175176
all: '全量数据(包括所有分页的数据)'

packages/locale/lang/zh-CHT.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: '樹表格不支援導入',
5151
treeCrossDrag: '只能拖曳第一層級',
5252
treeDragChild: '父級不能拖曳到自己的子級中',
53-
reqPlugin: '選用擴充插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '擴展挿件未安裝 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: '暫無數據',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: '目前數據(當前頁的數據)',
174175
selected: '選取資料(目前頁選取的資料)',
175176
all: '全量資料(包括所有分頁的資料)'

packages/locale/lang/zh-CN.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
treeNotImp: '树表格不支持导入',
5151
treeCrossDrag: '只能拖拽第一层级',
5252
treeDragChild: '父级不能拖拽到自己的子级中',
53-
reqPlugin: '可选扩展插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'
53+
reqPlugin: '扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install'
5454
},
5555
table: {
5656
emptyText: '暂无数据',
@@ -170,6 +170,7 @@ export default {
170170
pdf: 'PDF (*.pdf)'
171171
},
172172
modes: {
173+
empty: '空数据',
173174
current: '当前数据(当前页的数据)',
174175
selected: '选中数据(当前页选中的数据)',
175176
all: '全量数据(包括所有分页的数据)'

0 commit comments

Comments
 (0)