@orca-fe/pdf-viewer
Version:
PDF Viewer
22 lines (21 loc) • 550 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var zhMO = {
locale: 'zh_MO',
loadingTips: '正在打開文件…',
loadTips: '請打開一個PDF檔案',
autoWidth: '自動寬度',
autoHeight: '自動高度',
color: '顏色',
border: '邊框',
fontSize: '字型大小',
paint: '繪圖',
tooltip: '批註',
inputPlaceHolder: '請輸入內容',
downloadCurrentFile: '下載當前文檔',
printCurrentFile: '列印當前文檔'
};
var _default = exports.default = zhMO;