diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-03-26 20:49:27 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-03-26 20:59:40 +0900 |
| commit | de009051dda33080f751df0b070986116cc56520 (patch) | |
| tree | 85a72cdd03dc26d19b9462574a0911a3a6b89f29 | |
| parent | :v: (diff) | |
| download | misskey-de009051dda33080f751df0b070986116cc56520.tar.gz misskey-de009051dda33080f751df0b070986116cc56520.tar.bz2 misskey-de009051dda33080f751df0b070986116cc56520.zip | |
Enhance translation
| -rw-r--r-- | locales/en.json | 6 | ||||
| -rw-r--r-- | locales/ja.json | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/locales/en.json b/locales/en.json index 14c62dca4e..5ad39a6304 100644 --- a/locales/en.json +++ b/locales/en.json @@ -23,7 +23,7 @@ "tags": { "mk-stream-indicator": { "connecting": "Connecting", - "reconnecting": "Disconnected. reconnecting", + "reconnecting": "Reconnecting", "connected": "Connected" }, "mk-reaction-picker": { @@ -35,8 +35,8 @@ "tags": { "mk-ui-header-nav": { "home": "Home", - "messaging": "Messaging", - "info": "Info", + "messaging": "Messages", + "info": "News", "live": "Live" }, "mk-ui-header-search": { diff --git a/locales/ja.json b/locales/ja.json index 71651f20c5..3887a44995 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -23,7 +23,7 @@ "tags": { "mk-stream-indicator": { "connecting": "接続中", - "reconnecting": "切断されました 接続中", + "reconnecting": "再接続中", "connected": "接続完了" }, "mk-reaction-picker": { @@ -59,9 +59,9 @@ "posted": "投稿しました!", "replied": "返信しました!", "reposted": "Repostしました!", - "post-failed": "投稿できませんでした", - "reply-failed": "返信できませんでした", - "repost-failed": "Repostできませんでした", + "post-failed": "投稿に失敗しました", + "reply-failed": "返信に失敗しました", + "repost-failed": "Repostに失敗しました", "posting": "投稿中", "attach-media-from-local": "PCからメディアを添付", "attach-media-from-drive": "ドライブからメディアを添付", @@ -74,7 +74,7 @@ "post": "新規投稿", "reply": "返信", "attaches": "添付: {}メディア", - "uploading-media": "{}つのメディアをアップロード中" + "uploading-media": "{}個のメディアをアップロード中" }, "mk-timeline-post": { "reposted-by": "{}がRepost", |