This commit is contained in:
syuilo 2017-03-23 06:31:46 +09:00
parent abb8e021ba
commit d850b157f4
5 changed files with 55 additions and 15 deletions

View file

@ -1,3 +1,23 @@
{
"home": "Home"
"common": {
"time": {
"unknown": "unknown",
"future": "future",
"just_now": "just now",
"seconds_ago": "{}s ago",
"minutes_ago": "{}m ago",
"hours_ago": "{}h ago",
"days_ago": "{}d ago",
"weeks_ago": "{}weeks ago",
"months_ago": "{}months ago",
"years_ago": "{}years ago"
}
},
"desktop": {
"tags": {
"mk-ui-header-nav": {
"home": "Home"
}
}
}
}

View file

@ -1,3 +1,23 @@
{
"home": "ホーム"
"common": {
"time": {
"unknown": "なぞのじかん",
"future": "未来",
"just_now": "たった今",
"seconds_ago": "{}秒前",
"minutes_ago": "{}分前",
"hours_ago": "{}時間前",
"days_ago": "{}日前",
"weeks_ago": "{}週間前",
"months_ago": "{}ヶ月前",
"years_ago": "{}年前"
}
},
"desktop": {
"tags": {
"mk-ui-header-nav": {
"home": "ホーム"
}
}
}
}