forked from FoundKeyGang/FoundKey
commit
acb5750ab9
1 changed files with 13 additions and 13 deletions
|
@ -38,7 +38,7 @@ common:
|
||||||
|
|
||||||
mk-messaging-room:
|
mk-messaging-room:
|
||||||
loading: "Loading"
|
loading: "Loading"
|
||||||
empty: "No log"
|
empty: "No conversations"
|
||||||
resize-form: "Drag to resize"
|
resize-form: "Drag to resize"
|
||||||
new-message: "New message"
|
new-message: "New message"
|
||||||
|
|
||||||
|
@ -48,13 +48,13 @@ common:
|
||||||
mk-error:
|
mk-error:
|
||||||
title: "Cannot connect to the server"
|
title: "Cannot connect to the server"
|
||||||
description: "インターネット回線に問題があるか、サーバーがダウンまたはメンテナンスしている可能性があります。しばらくしてから再度お試しください。"
|
description: "インターネット回線に問題があるか、サーバーがダウンまたはメンテナンスしている可能性があります。しばらくしてから再度お試しください。"
|
||||||
thanks: "いつもMisskeyをご利用いただきありがとうございます。"
|
thanks: "Thank you for using Misskey."
|
||||||
|
|
||||||
mk-forkit:
|
mk-forkit:
|
||||||
open-github-link: "View source on Github"
|
open-github-link: "View source on Github"
|
||||||
|
|
||||||
mk-poll-editor:
|
mk-poll-editor:
|
||||||
no-only-one-choice: "投票には、選択肢が最低2つ必要です"
|
no-only-one-choice: "You need to enter two or more choice."
|
||||||
choice-n: "Choice {}"
|
choice-n: "Choice {}"
|
||||||
remove: "Remove this choice"
|
remove: "Remove this choice"
|
||||||
add: "+ Add a choice"
|
add: "+ Add a choice"
|
||||||
|
@ -83,21 +83,21 @@ common:
|
||||||
available: "Available"
|
available: "Available"
|
||||||
unavailable: "Unavailable"
|
unavailable: "Unavailable"
|
||||||
error: "Network error"
|
error: "Network error"
|
||||||
invalid-format: "a~z、A~Z、0~9、-(ハイフン)が使えます"
|
invalid-format: "Only use letters, numbers and -."
|
||||||
too-short: "3文字以上でお願いします!"
|
too-short: "Please enter at least 3 letters!"
|
||||||
too-long: "20文字以内でお願いします"
|
too-long: "Please enter within 20 letters."
|
||||||
password: "Password"
|
password: "Password"
|
||||||
password-placeholder: "8文字以上を推奨します"
|
password-placeholder: "We recommend more than 8 letters."
|
||||||
weak-password: "弱いパスワード"
|
weak-password: "Weak"
|
||||||
normal-password: "まあまあのパスワード"
|
normal-password: "So so"
|
||||||
strong-password: "強いパスワード"
|
strong-password: "Strong"
|
||||||
retype: "Type again"
|
retype: "Type again"
|
||||||
retype-placeholder: "確認のため再入力してください"
|
retype-placeholder: "Confirm your password"
|
||||||
password-matched: "OK"
|
password-matched: "OK"
|
||||||
password-not-matched: "Not matched"
|
password-not-matched: "Not matched"
|
||||||
recaptcha: "Verify"
|
recaptcha: "Verify"
|
||||||
create: "Create an Account"
|
create: "Create an Account"
|
||||||
some-error: "何らかの原因によりアカウントの作成に失敗しました。再度お試しください。"
|
some-error: "Account creation failed for some reason. Please try again."
|
||||||
|
|
||||||
mk-special-message:
|
mk-special-message:
|
||||||
new-year: "Happy New Year!"
|
new-year: "Happy New Year!"
|
||||||
|
@ -110,7 +110,7 @@ common:
|
||||||
|
|
||||||
mk-twitter-setting:
|
mk-twitter-setting:
|
||||||
description: "お使いのTwitterアカウントをお使いのMisskeyアカウントに接続しておくと、プロフィールでTwitterアカウント情報が表示されるようになったり、Twitterを用いた便利なサインインを利用できるようになります。"
|
description: "お使いのTwitterアカウントをお使いのMisskeyアカウントに接続しておくと、プロフィールでTwitterアカウント情報が表示されるようになったり、Twitterを用いた便利なサインインを利用できるようになります。"
|
||||||
connected-to: "次のTwitterアカウントに接続されています"
|
connected-to: "You to connected this Twitter account"
|
||||||
detail: "Detail..."
|
detail: "Detail..."
|
||||||
reconnect: "Reconnect"
|
reconnect: "Reconnect"
|
||||||
connect: "Connect to Twitter"
|
connect: "Connect to Twitter"
|
||||||
|
|
Loading…
Reference in a new issue