diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-03-26 21:06:46 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-03-26 21:06:46 +0900 |
| commit | 4106dda3e4bb5adfcd510d1874ca55cb1410b737 (patch) | |
| tree | 0faeed7884279cf92ae34faa3f1dd4b9502b4aed | |
| parent | Enhance translation (diff) | |
| download | misskey-4106dda3e4bb5adfcd510d1874ca55cb1410b737.tar.gz misskey-4106dda3e4bb5adfcd510d1874ca55cb1410b737.tar.bz2 misskey-4106dda3e4bb5adfcd510d1874ca55cb1410b737.zip | |
Enhance translation
| -rw-r--r-- | locales/en.json | 2 | ||||
| -rw-r--r-- | locales/ja.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/locales/en.json b/locales/en.json index 5ad39a6304..a646e745e7 100644 --- a/locales/en.json +++ b/locales/en.json @@ -66,7 +66,7 @@ "attach-media-from-local": "Attach media from your pc", "attach-media-from-drive": "Attach media from the drive", "attach-cancel": "Cancel attachment", - "insert-the-cat": "Insert the cat", + "insert-the-cat": "Insert a cat", "create-poll": "Create a poll", "text-remain": "{} chars remaining" }, diff --git a/locales/ja.json b/locales/ja.json index 3887a44995..7177c7f575 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -120,7 +120,7 @@ "repost": "Repost", "reposting": "しています...", "success": "Repostしました!", - "failure": "Repostできませんでした" + "failure": "Repostに失敗しました" }, "mk-repost-form-window": { "title": "この投稿をRepostしますか?" |