diff --git a/locales/en.yml b/locales/en.yml index eb6d9fc2f..783066280 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -113,6 +113,8 @@ common/views/components/nav.vue: common/views/components/note-menu.vue: favorite: "Favorite this note" pin: "Pin to profile page" + delete: "削除" + delete-confirm: "この投稿を削除しますか?" remote: "Show on origin" common/views/components/poll.vue: vote-to: "Vote for '{}'" @@ -309,13 +311,15 @@ desktop/views/components/messaging-window.vue: title: "Messaging" desktop/views/components/note-detail.vue: more: "Load more conversations" - private: "(this post is private)" + private: "この投稿は非公開です" + deleted: "この投稿は削除されました" reposted-by: "Renoted by {}" location: "Location" renote: "Renote" add-reaction: "Add a reaction" desktop/views/components/note-detail.sub.vue: - private: "(this post is private)" + private: "この投稿は非公開です" + deleted: "この投稿は削除されました" desktop/views/components/notes.note.vue: reposted-by: "Reposted by {}" reply: "Reply" @@ -486,8 +490,9 @@ desktop/views/components/settings.profile.vue: is-bot: "This account is a Bot" is-cat: "This account is a Cat" desktop/views/components/sub-note-content.vue: - hidden: "(this post is private)" - media: " media" + private: "この投稿は非公開です" + deleted: "この投稿は削除されました" + media-count: "{}つのメディア" poll: "Polls" desktop/views/components/taskmanager.vue: title: "Task Manager" @@ -651,13 +656,15 @@ mobile/views/components/note.vue: reposted-by: "Renoted by {}" more: "See more" less: "Hide" - hidden: "this post is private" + private: "この投稿は非公開です" + deleted: "この投稿は削除されました" location: "Location" mobile/views/components/note-detail.vue: reply: "Reply" reaction: "Reaction" reposted-by: "Renoted by {}" - hidden: "this post is private" + private: "この投稿は非公開です" + deleted: "この投稿は削除されました" location: "Location" mobile/views/components/note-preview.vue: admin: "admin" @@ -686,8 +693,9 @@ mobile/views/components/post-form.vue: error: "Error" username-prompt: "Enter user name" mobile/views/components/sub-note-content.vue: - hidden: "this post is private" - media-count: "{} media" + private: "この投稿は非公開です" + deleted: "この投稿は削除されました" + media-count: "{}つのメディア" poll: "Poll" mobile/views/components/timeline.vue: empty: "No notes"