You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
472 B
JavaScript
21 lines
472 B
JavaScript
// Traditional Chinese, zh-tw
|
|
jQuery.timeago.settings.strings = {
|
|
prefixAgo: null,
|
|
prefixFromNow: "從現在開始",
|
|
suffixAgo: "之前",
|
|
suffixFromNow: null,
|
|
seconds: "不到 1 分鐘",
|
|
minute: "大約 1 分鐘",
|
|
minutes: "%d 分鐘",
|
|
hour: "大約 1 小時",
|
|
hours: "%d 小時",
|
|
day: "大約 1 天",
|
|
days: "%d 天",
|
|
month: "大約 1 個月",
|
|
months: "%d 個月",
|
|
year: "大約 1 年",
|
|
years: "%d 年",
|
|
numbers: [],
|
|
wordSeparator: ""
|
|
};
|