h_ui
Version:
A Vue.js 2.0 UI Components Framework
242 lines (236 loc) • 8.17 kB
JavaScript
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define("h_ui/locale", [], factory);
else if(typeof exports === 'object')
exports["h_ui/locale"] = factory();
else
root["h_ui/locale"] = factory();
})(window, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
/******/ }
/******/ };
/******/
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/
/******/ // create a fake namespace object
/******/ // mode & 1: value is a module id, require it
/******/ // mode & 2: merge all properties of value into the ns
/******/ // mode & 4: return value when already ns object
/******/ // mode & 8|1: behave like require
/******/ __webpack_require__.t = function(value, mode) {
/******/ if(mode & 1) value = __webpack_require__(value);
/******/ if(mode & 8) return value;
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
/******/ var ns = Object.create(null);
/******/ __webpack_require__.r(ns);
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
/******/ return ns;
/******/ };
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ function getDefault() { return module['default']; } :
/******/ function getModuleExports() { return module; };
/******/ __webpack_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "/dist/locale/";
/******/
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 86);
/******/ })
/************************************************************************/
/******/ ({
/***/ 86:
/***/ (function(module, exports, __webpack_require__) {
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
i: {
validator: '입력을 비워 둘 수 없습니다',
validatorMsg: {
intege: '입력이 정수 형식이 아닙니다',
intege1: '입력이 양의 정수 형식이 아닙니다',
intege2: '입력이 음의 정수 형식이 아닙니다',
num: '숫자 형식 만 입력 할 수 있습니다',
num1: '음이 아닌 정수 형식 만 입력 할 수 있습니다',
num2: '양수가 아닌 정수 형식 만 입력 할 수 있습니다',
decmal: '부동 소수점 숫자 만 입력 할 수 있습니다',
decmal1: '양의 부동 소수점 숫자 만 입력 할 수 있습니다',
decmal2: '음수 부동 소수점 숫자 만 입력 할 수 있습니다',
decmal4: '음이 아닌 부동 소수점 숫자 만 입력 할 수 있습니다',
decmal5: '양수가 아닌 부동 소수점 숫자 만 입력 할 수 있습니다',
email: '이메일 주소가 잘못되었습니다',
color: '입력 색상 형식 만',
url: 'URL 형식 만 입력 할 수 있습니다',
chinese: '중국어 형식으로 만',
ascii: '입력 ACSII 문자 형식 만',
zipcode: '우편 번호 입력 형식이 올바르지 않습니다',
mobile: '휴대 전화 형식이 잘못되었습니다.',
ip4: 'ip4 주소 형식 만 입력 할 수 있습니다',
picture: '입력 된 사진 형식 만',
rar: '입력 압축 파일 형식 만',
date: '날짜 형식이 잘못되었습니다',
qq: 'QQ 숫자 형식이 잘못되었습니다.',
tel: '전화 번호 형식이 잘못되었습니다.',
username: '숫자, 26 개의 영어 문자 또는 밑줄로 구성된 문자열 만',
letter: '문자 만 입력 할 수 있습니다',
letter_u: '대문자 만 입력 할 수 있습니다',
letter_l: '소문자 만 입력 할 수 있습니다'
},
select: {
placeholder: '선택',
noMatch: '일치하는 데이터 없음',
loading: '로딩'
},
table: {
noDataText: '데이터 없음',
noFilteredDataText: '필터된 데이터 없음',
confirmFilter: '확인',
resetFilter: '초기화',
clearFilter: '전부'
},
datepicker: {
selectDate: '날짜 선택',
selectTime: '시간 선택',
startTime: '시작 시간',
endTime: '종료 시간',
clear: '삭제',
ok: '예',
month: '월',
month1: '1월',
month2: '2월',
month3: '3월',
month4: '4월',
month5: '5월',
month6: '6월',
month7: '7월',
month8: '8월',
month9: '9월',
month10: '10월',
month11: '11월',
month12: '12월',
year: '년',
weeks: {
sun: '일',
mon: '월',
tue: '화',
wed: '수',
thu: '목',
fri: '금',
sat: '토'
},
months: {
m1: '1월',
m2: '2월',
m3: '3월',
m4: '4월',
m5: '5월',
m6: '6월',
m7: '7월',
m8: '8월',
m9: '9월',
m10: '10월',
m11: '11월',
m12: '12월'
}
},
transfer: {
titles: {
source: '소스',
target: '타겟'
},
filterPlaceholder: '여기서 찾기',
notFoundText: '아무 것도 찾을 수 없음'
},
modal: {
okText: '예',
cancelText: '취소'
},
poptip: {
okText: '예',
cancelText: '취소'
},
page: {
prev: '이전 페이지',
next: '다음 페이지',
total: '전체',
item: '항목',
items: '항목',
prev5: '이전 5 페이지',
next5: '다음 5 페이지',
page: '/페이지',
showAll: '모두로드',
goto: '이동',
p: ''
},
rate: {
star: '중요',
stars: '중요'
},
tree: {
emptyText: '데이터 없음'
}
}
};
exports.default = _default;
/***/ })
/******/ });
});