Fix several I18n isssues.
This commit is contained in:
20
wise-webapp/src/main/webapp/js/jquery.timeago.zh_cn.js
Normal file
20
wise-webapp/src/main/webapp/js/jquery.timeago.zh_cn.js
Normal file
@@ -0,0 +1,20 @@
|
||||
// Simplified Chinese
|
||||
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: ""
|
||||
};
|
20
wise-webapp/src/main/webapp/js/jquery.timeago.zh_tw.js
Normal file
20
wise-webapp/src/main/webapp/js/jquery.timeago.zh_tw.js
Normal file
@@ -0,0 +1,20 @@
|
||||
// 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: ""
|
||||
};
|
Reference in New Issue
Block a user