This commit is contained in:
syuilo 2017-03-26 06:26:02 +09:00
parent f689c085e7
commit cf2541a22e
3 changed files with 20 additions and 5 deletions

View file

@ -70,6 +70,13 @@
"reply": "Reply",
"attaches": "{} media attached",
"uploading-media": "{} media uploading"
},
"mk-timeline-post": {
"reposted-by": "Reposted by {}",
"reply": "Reply",
"repost": "Repost",
"add-reaction": "Add your reaction",
"detail": "Show detail"
}
}
}

View file

@ -70,6 +70,13 @@
"reply": "返信",
"attaches": "添付: {}メディア",
"uploading-media": "{}つのメディアをアップロード中"
},
"mk-timeline-post": {
"reposted-by": "{}がRepost",
"reply": "返信",
"repost": "Repost",
"add-reaction": "リアクション",
"detail": "詳細"
}
}
}