plus-pro-components
Version:
Page level components developed based on Element Plus.
81 lines (76 loc) • 2.42 kB
JavaScript
/*! plus-pro-components v0.1.24 */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.PlusProComponentsLocaleZhTw = factory());
})(this, (function () { 'use strict';
var zhTw = {
name: "zh-tw",
plus: {
dialog: {
confirmText: "\u78BA\u5B9A",
cancelText: "\u53D6\u6D88",
title: "\u5F48\u7A97"
},
datepicker: {
startPlaceholder: "\u8ACB\u9078\u64C7\u958B\u59CB\u6642\u9593",
endPlaceholder: "\u8ACB\u9078\u64C7\u7D50\u675F\u6642\u9593"
},
dialogForm: {
title: "\u5F48\u7A97\u8868\u55AE"
},
drawerForm: {
title: "\u62BD\u5C5C\u8868\u55AE",
confirmText: "\u78BA\u5B9A",
cancelText: "\u53D6\u6D88"
},
form: {
submitText: "\u63D0\u4EA4",
resetText: "\u91CD\u7F6E",
errorTip: "\u8ACB\u5B8C\u6574\u586B\u5BEB\u8868\u55AE\u7136\u5F8C\u518D\u6B21\u63D0\u4EA4\uFF01"
},
field: {
pleaseEnter: "\u8ACB\u8F38\u5165",
pleaseSelect: "\u8ACB\u9078\u64C7"
},
popover: {
confirmText: "\u78BA\u5B9A",
cancelText: "\u53D6\u6D88"
},
search: {
searchText: "\u641C\u5C0B",
resetText: "\u91CD\u7F6E",
expand: "\u5C55\u958B",
retract: "\u6536\u8D77"
},
table: {
title: "\u8868\u683C",
density: "\u5BC6\u5EA6",
refresh: "\u5237\u65B0",
columnSettings: "\u5217\u8A2D\u5B9A",
selectAll: "\u5168\u9078",
default: "\u9810\u8A2D",
loose: "\u5BEC\u9B06",
compact: "\u7DCA\u6E4A",
action: "\u64CD\u4F5C",
more: "\u66F4\u591A",
confirmToPerformThisOperation: "\u78BA\u5B9A\u57F7\u884C\u672C\u6B21\u64CD\u4F5C?",
prompt: "\u63D0\u793A",
sort: "\u6392\u5E8F",
resetText: "\u91CD\u7F6E"
},
stepsForm: {
nextText: "\u4E0B\u4E00\u6B65",
preText: "\u4E0A\u4E00\u6B65",
submitText: "\u63D0\u4EA4"
},
inputTag: {
placeholder: "\u8ACB\u8F38\u5165\u95DC\u9375\u5B57\u5F8C\u6309\u56DE\u8ECA/\u7A7A\u767D\u9375"
},
header: {
logout: "\u767B\u51FA"
}
}
};
return zhTw;
}));