diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-08-15 16:40:52 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-08-15 16:40:52 +0900 |
| commit | e80933b8ae9f5358dcb6aafa179046bbecfc297c (patch) | |
| tree | 308ec6f936b6898abf5f6a6b094c6606905d7584 /locales/en.yml | |
| parent | New translations ja.yml (English) (diff) | |
| download | misskey-e80933b8ae9f5358dcb6aafa179046bbecfc297c.tar.gz misskey-e80933b8ae9f5358dcb6aafa179046bbecfc297c.tar.bz2 misskey-e80933b8ae9f5358dcb6aafa179046bbecfc297c.zip | |
New translations ja.yml (English)
Diffstat (limited to 'locales/en.yml')
| -rw-r--r-- | locales/en.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/locales/en.yml b/locales/en.yml index 7efdc6c227..0c4eb2df06 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -692,8 +692,8 @@ desktop/views/components/settings.2fa.vue: 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." desktop/views/components/settings.api.vue: intro: "To access the API, set this token as the key 'i' of request parameters." - caution: "Please do not show this token to third parties (do not enter it somewhere else other than here) otherwise your account could get compromised." - regeneration-of-token: "In the unlikely event that this token leaks out, you can regenerate it." + caution: "Do not enter this token to any apps nor tell this token to others otherwise your account may get compromised." + regeneration-of-token: "In case this token (may) leaks out, you want to regenerate it so that you’ll be safe." regenerate-token: "Regenerate the token" token: "Token:" enter-password: "Please enter the password" @@ -713,14 +713,14 @@ desktop/views/components/settings.password.vue: changed: "Password updated" desktop/views/components/settings.profile.vue: avatar: "Avatar" - choice-avatar: "Choose an image" + choice-avatar: "Select an image" name: "Name" location: "Location" description: "Description" birthday: "Birthday" save: "Update profile" locked-account: "Protect your account" - is-locked: "Make a note private" + is-locked: "Make your posts private" other: "Other" is-bot: "This account is a Bot" is-cat: "This account is a Cat" |