Skip to content

Commit 83e05ef

Browse files
committed
Update locales/jquery.timeago.ja.js
fix mistranslations and unify styles
1 parent 72c9a9f commit 83e05ef

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

locales/jquery.timeago.ja.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ jQuery.timeago.settings.strings = {
44
prefixFromNow: "今から",
55
suffixAgo: "前",
66
suffixFromNow: "後",
7-
seconds: "ほんの数秒",
8-
minute: "約一分",
7+
seconds: "1 分未満",
8+
minute: "約 1 分",
99
minutes: "%d 分",
10-
hour: "大体一時間",
11-
hours: "大体 %d 時間位",
12-
day: "一日",
13-
days: "%d 日ほど",
14-
month: "大体一ヶ月",
15-
months: "%d ヶ月ほど",
16-
year: "1年前",
17-
years: "%d 年",
10+
hour: "約 1 時間",
11+
hours: " %d 時間",
12+
day: "約 1 日",
13+
days: "%d ",
14+
month: "約 1 月",
15+
months: "%d ",
16+
year: "約 1 年",
17+
years: "%d 年",
1818
wordSeparator: ""
19-
};
19+
};

0 commit comments

Comments
 (0)