diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-10-19 10:11:51 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-10-19 10:11:51 +0900 |
| commit | 2ed24ebd75c985c1a2346a27cbbe3071c09ce786 (patch) | |
| tree | 01742294fb8d1c0fda3ba7e72f13c6fbd14161ca | |
| parent | New translations ja-JP.yml (Chinese Simplified) (diff) | |
| download | misskey-2ed24ebd75c985c1a2346a27cbbe3071c09ce786.tar.gz misskey-2ed24ebd75c985c1a2346a27cbbe3071c09ce786.tar.bz2 misskey-2ed24ebd75c985c1a2346a27cbbe3071c09ce786.zip | |
New translations ja-JP.yml (English)
| -rw-r--r-- | locales/en-US.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/locales/en-US.yml b/locales/en-US.yml index 075e280128..1377584486 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -659,14 +659,14 @@ desktop/views/components/note-detail.vue: location: "Location" renote: "Repost" add-reaction: "Add a reaction" -desktop/views/components/notes.note.vue: - reposted-by: "Reposted by {}" - reply: "Reply" - renote: "Repost" - add-reaction: "Add a reaction" - detail: "Show details" - private: "Post is private" - deleted: "Post has been deleted" +desktop/views/components/note.vue: + reposted-by: "{}がRenote" + reply: "返信" + renote: "Renote" + add-reaction: "リアクション" + detail: "詳細" + private: "この投稿は非公開です" + deleted: "この投稿は削除されました" desktop/views/components/notes.vue: error: "Loading failed." retry: "Retry" @@ -761,7 +761,7 @@ desktop/views/components/settings.vue: suggest-recent-hashtags: "Show recent popular hashtags on the post form" show-clock-on-header: "Show clock on upper-right" show-reply-target: "Display reply target" - timeline: "タイムライン" + timeline: "Timeline" show-my-renotes: "Show my renotes in the timeline" show-renoted-my-notes: "Show renoted my posts in timelines" show-local-renotes: "Show renoted local posts in timelines" |