Masuksini-Real-Estate/public/assets/datepicker/js/messages/messages.zh-tw.js
2024-09-07 08:16:49 +07:00

54 lines
1.7 KiB
JavaScript
Vendored

gj.dialog.messages['zh-tw'] = {
Close: '關閉',
DefaultTitle: '對話框'
};
gj.grid.messages['zh-tw'] = {
First: '首',
Previous: '上一個',
Next: '下一個',
Last: '尾',
Page: '頁',
FirstPageTooltip: '首頁',
PreviousPageTooltip: '上一頁',
NextPageTooltip: '下一頁',
LastPageTooltip: '尾頁',
Refresh: '刷新',
Of: '的',
DisplayingRecords: '正在顯示記錄',
RowsPerPage: '行每頁',
Edit: '編輯',
Delete: '刪除',
Update: '更新',
Cancel: '取消',
NoRecordsFound: '找不到記錄。',
Loading: '正在加載……'
};
gj.editor.messages['zh-tw'] = {
bold: '粗體',
italic: '斜體',
strikethrough: '刪除線',
underline: '下劃線',
listBulleted: '無序列表',
listNumbered: '有序列表',
indentDecrease: '減少縮進',
indentIncrease: '增加縮進',
alignLeft: '左對齊',
alignCenter: '居中',
alignRight: '右對齊',
alignJustify: '兩端對齊',
undo: '撤銷',
redo: '重做'
};
gj.core.messages['zh-tw'] = {
monthNames: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
monthShortNames: ['01.', '02.', '03.', '04.', '05.', '06.', '07.', '08.', '09.', '10.', '11.', '12.'],
weekDaysMin: ['日', '一', '二', '三', '四', '五', '六'],
weekDaysShort: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'],
weekDays: ['星期天', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'],
am: '上午',
pm: '下午',
ok: '確認',
cancel: '取消',
titleFormat: 'yyyy年mmmm'
};