mirror of https://github.com/mastodon/mastodon
Fix Japanese translation for remote_follow (#1771)
Current remote_follow.acct translation inappropriate. Users may input their own acccount. So fix the wording.
This commit is contained in:
parent
fa89deb4eb
commit
5aae6384ff
|
@ -157,7 +157,7 @@ ja:
|
||||||
prev: 前
|
prev: 前
|
||||||
truncate: "…"
|
truncate: "…"
|
||||||
remote_follow:
|
remote_follow:
|
||||||
acct: フォローしたい人の ユーザー名@ドメイン を入力してください
|
acct: あなたの ユーザー名@ドメイン を入力してください
|
||||||
missing_resource: リダイレクト先が見つかりませんでした
|
missing_resource: リダイレクト先が見つかりませんでした
|
||||||
proceed: フォローする
|
proceed: フォローする
|
||||||
prompt: 'フォローしようとしています:'
|
prompt: 'フォローしようとしています:'
|
||||||
|
|
Loading…
Reference in New Issue