egirlskey/locales/en.json

84 lines
2 KiB
JSON
Raw Normal View History

2017-03-22 20:53:09 +00:00
{
2017-03-22 21:31:46 +00:00
"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"
2017-03-23 18:01:09 +00:00
},
"reactions": {
"like": "Like",
"love": "Love",
"laugh": "Laugh",
"hmm": "Hmm...?",
"surprise": "Wow",
"congrats": "Congrats!"
2017-03-25 12:25:57 +00:00
},
"tags": {
"mk-reaction-picker": {
"choose-reaction": "Pick your reaction"
}
2017-03-22 21:31:46 +00:00
}
},
"desktop": {
"tags": {
"mk-ui-header-nav": {
2017-03-25 18:23:19 +00:00
"home": "Home",
"messaging": "Messaging",
"info": "Info",
"live": "Live"
},
"mk-ui-header-search": {
"placeholder": "Search"
},
"mk-ui-header-account": {
"profile": "Your profile",
"drive": "Drive",
"mentions": "Mentions",
"settings": "Settings",
"signout": "Sign out"
},
"mk-post-form": {
"post-placeholder": "What's happening?",
"reply-placeholder": "この投稿への返信...",
"quote-placeholder": "この投稿を引用...",
"post": "Post",
"reply": "Reply",
"repost": "Repost",
"posted": "Posted!",
"replied": "Replied!",
"reposted": "Reposted!",
"post-failed": "Failed to post",
"reply-failed": "Failed to reply",
"repost-failed": "Failed to repost",
"posting": "Posting",
"attach-media-from-local": "Attach media from your pc",
"attach-media-from-drive": "Attach media from the drive",
"attach-cancel": "Cancel to attach",
"insert-the-cat": "Insert the cat",
"create-poll": "Create a poll",
2017-03-25 20:45:48 +00:00
"text-remain": "{} chars remaining"
2017-03-25 18:23:19 +00:00
},
"mk-post-form-window": {
"post": "New post",
"reply": "Reply",
"attaches": "{} media attached",
"uploading-media": "{} media uploading"
2017-03-25 21:26:02 +00:00
},
"mk-timeline-post": {
"reposted-by": "Reposted by {}",
"reply": "Reply",
"repost": "Repost",
"add-reaction": "Add your reaction",
"detail": "Show detail"
2017-03-22 21:31:46 +00:00
}
}
}
2017-03-22 20:53:09 +00:00
}