mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 14:43:09 +02:00
23 lines
399 B
JSON
23 lines
399 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|