diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-19 02:12:21 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-19 02:12:21 +0900 |
| commit | 5159caa9ff24d587287c22b67690ce1c1eb52d9a (patch) | |
| tree | d4a096c5e5c46145051e576358c395cf08cfcd2b | |
| parent | New translations ja-JP.yml (Chinese Simplified) (diff) | |
| download | misskey-5159caa9ff24d587287c22b67690ce1c1eb52d9a.tar.gz misskey-5159caa9ff24d587287c22b67690ce1c1eb52d9a.tar.bz2 misskey-5159caa9ff24d587287c22b67690ce1c1eb52d9a.zip | |
New translations ja-JP.yml (English)
| -rw-r--r-- | locales/en-US.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/locales/en-US.yml b/locales/en-US.yml index 90961d8519..1ef42f5477 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -123,6 +123,7 @@ common: is-remote-user: "This user information is copied." is-remote-post: "This post information is a copy." view-on-remote: "View it on remote" + renoted-by: "{user}ćRenote" error: title: 'Something happened :(' retry: 'Retry' @@ -643,12 +644,10 @@ desktop/views/components/messaging-window.vue: desktop/views/components/note-detail.vue: private: "Post is private" deleted: "Post has been removed" - reposted-by: "Reposted by {}" location: "Location" renote: "Repost" add-reaction: "Add a reaction" desktop/views/components/note.vue: - reposted-by: "Reposted by {}" reply: "Reply" renote: "Renote" add-reaction: "Add a reaction" @@ -1212,14 +1211,12 @@ mobile/views/components/friends-maker.vue: refresh: "See more" close: "Close" mobile/views/components/note.vue: - reposted-by: "Reposted by {}" private: "This post is private" deleted: "This post has been deleted" location: "Location" mobile/views/components/note-detail.vue: reply: "Reply" reaction: "Reaction" - reposted-by: "Reposted by {}" private: "This post is private" deleted: "This post has been deleted" location: "Location" |