2017-03-22 13:53:09 -07:00
{
2017-03-22 14:31:46 -07: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 11:01:09 -07:00
} ,
"reactions" : {
"like" : "Like" ,
"love" : "Love" ,
"laugh" : "Laugh" ,
"hmm" : "Hmm...?" ,
"surprise" : "Wow" ,
"congrats" : "Congrats!"
2017-03-25 05:25:57 -07:00
} ,
"tags" : {
2017-03-25 14:47:39 -07:00
"mk-stream-indicator" : {
"connecting" : "Connecting" ,
"reconnecting" : "Disconnected. reconnecting" ,
"connected" : "Connected"
} ,
2017-03-25 05:25:57 -07:00
"mk-reaction-picker" : {
"choose-reaction" : "Pick your reaction"
}
2017-03-22 14:31:46 -07:00
}
} ,
"desktop" : {
"tags" : {
"mk-ui-header-nav" : {
2017-03-25 11:23:19 -07: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?" ,
2017-03-26 00:22:26 -07:00
"reply-placeholder" : "Reply to this post..." ,
"quote-placeholder" : "Quote this post..." ,
2017-03-25 11:23:19 -07:00
"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" ,
2017-03-26 04:16:29 -07:00
"attach-cancel" : "Cancel attachment" ,
2017-03-25 11:23:19 -07:00
"insert-the-cat" : "Insert the cat" ,
"create-poll" : "Create a poll" ,
2017-03-25 13:45:48 -07:00
"text-remain" : "{} chars remaining"
2017-03-25 11:23:19 -07:00
} ,
"mk-post-form-window" : {
"post" : "New post" ,
"reply" : "Reply" ,
"attaches" : "{} media attached" ,
2017-03-26 04:16:29 -07:00
"uploading-media" : "uploading {} media"
2017-03-25 14:26:02 -07:00
} ,
"mk-timeline-post" : {
"reposted-by" : "Reposted by {}" ,
"reply" : "Reply" ,
"repost" : "Repost" ,
"add-reaction" : "Add your reaction" ,
"detail" : "Show detail"
2017-03-25 14:47:39 -07:00
} ,
"mk-notifications-home-widget" : {
"title" : "Notifications" ,
2017-03-26 04:16:29 -07:00
"settings" : "Notification settings"
2017-03-25 14:47:39 -07:00
} ,
"mk-user-recommendation-home-widget" : {
"title" : "Recommended users" ,
"refresh" : "Show others" ,
"no-one" : "No one" ,
"fetching" : "Loading"
} ,
"mk-recommended-polls-home-widget" : {
"title" : "Polls" ,
"refresh" : "Show others" ,
"nothing" : "Nothing" ,
"fetching" : "Loading"
} ,
"mk-trends-home-widget" : {
"title" : "Trend" ,
"refresh" : "Show others" ,
"nothing" : "Nothing" ,
"fetching" : "Loading"
} ,
"mk-photo-stream-home-widget" : {
"title" : "Photostream" ,
"initializing" : "Loading" ,
"no-photos" : "No photos"
2017-03-26 01:34:15 -07:00
} ,
"mk-donation-home-widget" : {
"title" : "Donation" ,
"text" : "To manage Misskey, we spend money for our domain, server, etc.. There's no incomes for us, so we need your tip. If you're interested, contact {}. Thank you for your contribution!"
2017-03-26 01:43:25 -07:00
} ,
"mk-repost-form" : {
"quote" : "Quote..." ,
"cancel" : "Cancel" ,
"repost" : "Repost" ,
"reposting" : "Reposting..." ,
"success" : "Reposted!" ,
2017-03-26 04:16:29 -07:00
"failure" : "failed to Repost"
2017-03-26 01:43:25 -07:00
} ,
"mk-repost-form-window" : {
"title" : "Are you sure you want to repost this post?"
2017-03-22 14:31:46 -07:00
}
}
}
2017-03-22 13:53:09 -07:00
}