diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-01-27 13:32:07 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-01-27 13:32:07 +0900 |
| commit | 0352fd0acdc35520d3cc933a8dccb4eff537e766 (patch) | |
| tree | 789d54ed5d0c3beac797d37c7a35cb1c1591a9a9 | |
| parent | New translations ja-JP.yml (Chinese Simplified) (diff) | |
| download | misskey-0352fd0acdc35520d3cc933a8dccb4eff537e766.tar.gz misskey-0352fd0acdc35520d3cc933a8dccb4eff537e766.tar.bz2 misskey-0352fd0acdc35520d3cc933a8dccb4eff537e766.zip | |
New translations ja-JP.yml (English)
| -rw-r--r-- | locales/en-US.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/locales/en-US.yml b/locales/en-US.yml index 90f191157f..bd9126b567 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -658,9 +658,6 @@ desktop/views/components/drive.vue: create-folder: "Create a folder" upload: "Upload a file" url-upload: "Upload from a URL" -desktop/views/components/media-image.vue: - sensitive: "NSFW" - click-to-show: "Click to show" desktop/views/components/media-video.vue: sensitive: "The content is NSFW" click-to-show: "Click to show" @@ -875,6 +872,9 @@ desktop/views/components/settings.2fa.vue: success: "Settings saved!" failed: "Failed to setup. Please ensure that the token is correct." info: "From the next time you sign in to Misskey, the token displayed on your device will be necessary too, as well as the password." +common/views/components/media-image.vue: + sensitive: "閲覧注意" + click-to-show: "クリックして表示" common/views/components/api-settings.vue: intro: "To access the API, set this token as the key 'i' of request parameters." caution: "Do not enter this token to any apps nor tell this token to others otherwise your account may get compromised." @@ -1329,9 +1329,6 @@ mobile/views/components/drive.file-detail.vue: nsfw: "NSFW" mark-as-sensitive: "Mark as 'sensitive'" unmark-as-sensitive: "Unmark as 'sensitive'" -mobile/views/components/media-image.vue: - sensitive: "NSFW" - click-to-show: "Click to show" mobile/views/components/media-video.vue: sensitive: "The content is NSFW" click-to-show: "Click to show" |