New translations ja.yml (English)
This commit is contained in:
parent
9632ba40cc
commit
296f6b1553
|
@ -42,7 +42,7 @@ common:
|
||||||
d: "Do you want to say something?"
|
d: "Do you want to say something?"
|
||||||
e: "Write here!"
|
e: "Write here!"
|
||||||
f: "Waiting for your writing."
|
f: "Waiting for your writing."
|
||||||
search: "検索"
|
search: "Search"
|
||||||
delete: "Delete"
|
delete: "Delete"
|
||||||
loading: "Loading"
|
loading: "Loading"
|
||||||
ok: "OK"
|
ok: "OK"
|
||||||
|
@ -50,9 +50,9 @@ common:
|
||||||
update-available: "A new version of Misskey is now available({newer}, the current version is {current}). Reload the page to apply updates."
|
update-available: "A new version of Misskey is now available({newer}, the current version is {current}). Reload the page to apply updates."
|
||||||
my-token-regenerated: "Your token has been renewed so you will be signed out."
|
my-token-regenerated: "Your token has been renewed so you will be signed out."
|
||||||
i-like-sushi: "I like sushi rather than pudding"
|
i-like-sushi: "I like sushi rather than pudding"
|
||||||
show-reversi-board-labels: "リバーシのボードの行と列のラベルを表示"
|
show-reversi-board-labels: "Show row and column labels in Reversi"
|
||||||
reversi:
|
reversi:
|
||||||
drawn: "引き分け"
|
drawn: "Game Drawn"
|
||||||
my-turn: "あなたのターンです"
|
my-turn: "あなたのターンです"
|
||||||
opponent-turn: "相手のターンです"
|
opponent-turn: "相手のターンです"
|
||||||
turn-of: "{}のターンです"
|
turn-of: "{}のターンです"
|
||||||
|
@ -247,11 +247,11 @@ common/views/widgets/memo.vue:
|
||||||
memo: "Write here!"
|
memo: "Write here!"
|
||||||
save: "Save"
|
save: "Save"
|
||||||
common/views/pages/follow.vue:
|
common/views/pages/follow.vue:
|
||||||
signed-in-as: "{}としてサインイン中"
|
signed-in-as: "Signed in as {}"
|
||||||
following: "フォロー中"
|
following: "Following"
|
||||||
follow: "フォロー"
|
follow: "Follow"
|
||||||
request-pending: "フォロー許可待ち"
|
request-pending: "Pending follow request"
|
||||||
follow-request: "フォロー申請"
|
follow-request: "Follow request"
|
||||||
desktop/views/components/activity.chart.vue:
|
desktop/views/components/activity.chart.vue:
|
||||||
total: "Black ... Total"
|
total: "Black ... Total"
|
||||||
notes: "Blue ... Notes"
|
notes: "Blue ... Notes"
|
||||||
|
@ -654,10 +654,10 @@ desktop/views/pages/user/user.profile.vue:
|
||||||
muted: "Muting"
|
muted: "Muting"
|
||||||
unmute: "Unmute"
|
unmute: "Unmute"
|
||||||
desktop/views/pages/user/user.header.vue:
|
desktop/views/pages/user/user.header.vue:
|
||||||
posts: "投稿"
|
posts: "Posts"
|
||||||
following: "フォロー"
|
following: "Following"
|
||||||
followers: "フォロワー"
|
followers: "Followers"
|
||||||
is-bot: "このアカウントはBotです"
|
is-bot: "This account is a bot"
|
||||||
desktop/views/pages/user/user.timeline.vue:
|
desktop/views/pages/user/user.timeline.vue:
|
||||||
default: "Posts"
|
default: "Posts"
|
||||||
with-replies: "Posts and replies"
|
with-replies: "Posts and replies"
|
||||||
|
|
Loading…
Reference in New Issue