diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-06-27 04:11:12 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-06-27 04:11:12 +0900 |
| commit | 69d2cd3b6d25ca009ef5168b392d7d81f2dbb452 (patch) | |
| tree | 40a10f3866713fd3e700b5b6c1121ee4c1519f4e | |
| parent | New translations ja.yml (English) (diff) | |
| download | misskey-69d2cd3b6d25ca009ef5168b392d7d81f2dbb452.tar.gz misskey-69d2cd3b6d25ca009ef5168b392d7d81f2dbb452.tar.bz2 misskey-69d2cd3b6d25ca009ef5168b392d7d81f2dbb452.zip | |
New translations ja.yml (English)
| -rw-r--r-- | locales/en.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/locales/en.yml b/locales/en.yml index 86665c01dc..527354d6e5 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -541,7 +541,7 @@ 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: - private: "This post is a private" + private: "This post is private" deleted: "This post has been deleted" media-count: "{} media attached" poll: "Poll" @@ -581,7 +581,7 @@ desktop/views/components/received-follow-requests-window.vue: reject: "Reject" desktop/views/components/user-lists-window.vue: title: "User lists" - create-list: "Create list" + create-list: "Create a list" desktop/views/components/user-preview.vue: notes: "Posts" following: "Following" @@ -732,7 +732,7 @@ mobile/views/components/note.vue: more: "See more" less: "Hide" private: "This post is private" - deleted: "this post has been deleted" + deleted: "This post has been deleted" location: "Location" mobile/views/components/note-detail.vue: reply: "Reply" @@ -767,7 +767,7 @@ mobile/views/components/post-form.vue: error: "Error" username-prompt: "Enter user name" mobile/views/components/sub-note-content.vue: - private: "This post is a private" + private: "This post is private" deleted: "This post has been deleted" media-count: "{} media attached" poll: "Poll" @@ -888,13 +888,13 @@ mobile/views/pages/user.vue: follows-you: "Follows you" following: "Following" followers: "Followers" - notes: "Posts" + notes: "Notes" overview: "Overview" timeline: "Timeline" media: "Media" is-suspended: "This account has been suspended." - is-remote: "This user is a remote user, so the information is not accurate. " - view-remote: "See accurate information" + is-remote: "This user is a remote user, so the information about them that you see here is not complete." + view-remote: "See their complete profile" mobile/views/pages/user/home.vue: recent-notes: "Recent notes" images: "Images" |