mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboViteDocs.git
synced 2026-06-20 05:56:25 +00:00
Initalize
This commit is contained in:
22
node_modules/timeago.js/lib/lang/zh_TW.js
generated
vendored
Normal file
22
node_modules/timeago.js/lib/lang/zh_TW.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
function default_1(number, index) {
|
||||
return [
|
||||
['剛剛', '片刻後'],
|
||||
['%s 秒前', '%s 秒後'],
|
||||
['1 分鐘前', '1 分鐘後'],
|
||||
['%s 分鐘前', '%s 分鐘後'],
|
||||
['1 小時前', '1 小時後'],
|
||||
['%s 小時前', '%s 小時後'],
|
||||
['1 天前', '1 天後'],
|
||||
['%s 天前', '%s 天後'],
|
||||
['1 週前', '1 週後'],
|
||||
['%s 週前', '%s 週後'],
|
||||
['1 個月前', '1 個月後'],
|
||||
['%s 個月前', '%s 個月後'],
|
||||
['1 年前', '1 年後'],
|
||||
['%s 年前', '%s 年後'],
|
||||
][index];
|
||||
}
|
||||
exports.default = default_1;
|
||||
//# sourceMappingURL=zh_TW.js.map
|
||||
Reference in New Issue
Block a user