New translations ja-JP.yml (English)

This commit is contained in:
syuilo 2019-01-19 19:22:36 +09:00
parent 0457cd0afc
commit c64d8aa90a

View file

@ -349,6 +349,18 @@ common/views/components/note-menu.vue:
delete: "Delete" delete: "Delete"
delete-confirm: "Are you sure you want to delete this post?" delete-confirm: "Are you sure you want to delete this post?"
remote: "Show original note" remote: "Show original note"
common/views/components/user-menu.vue:
mention: "メンション"
mute: "ミュート"
unmute: "ミュート解除"
block: "ブロック"
unblock: "ブロック解除"
push-to-list: "リストに追加"
select-list: "リストを選択してください"
list-pushed: "{user}を{list}に追加しました"
report-abuse: "スパムを報告"
report-abuse-detail: "どのような迷惑行為を行っていますか?"
report-abuse-reported: "管理者に報告されました。ご協力ありがとうございました。"
common/views/components/poll.vue: common/views/components/poll.vue:
vote-to: "Vote for '{}'" vote-to: "Vote for '{}'"
vote-count: "{} votes" vote-count: "{} votes"
@ -978,6 +990,7 @@ admin/views/index.vue:
federation: "Federation" federation: "Federation"
announcements: "Announcements" announcements: "Announcements"
hashtags: "Hashtags" hashtags: "Hashtags"
abuse: "スパム報告"
back-to-misskey: "Back to Misskey" back-to-misskey: "Back to Misskey"
admin/views/dashboard.vue: admin/views/dashboard.vue:
dashboard: "Dashboard" dashboard: "Dashboard"
@ -987,6 +1000,12 @@ admin/views/dashboard.vue:
instances: "Instances" instances: "Instances"
this-instance: "This instance" this-instance: "This instance"
federated: "Federated" federated: "Federated"
admin/views/abuse.vue:
title: "スパム報告"
target: "対象"
reporter: "報告者"
details: "詳細"
remove-report: "削除"
admin/views/instance.vue: admin/views/instance.vue:
instance: "Instance" instance: "Instance"
instance-name: "Instance name" instance-name: "Instance name"
@ -1237,19 +1256,11 @@ desktop/views/pages/user/user.profile.vue:
stalk: "Stalk" stalk: "Stalk"
stalking: "Stalking" stalking: "Stalking"
unstalk: "Unstalk" unstalk: "Unstalk"
mute: "Mute" menu: "メニュー"
muted: "Muting"
unmute: "Unmute"
block: "Block"
unblock: "Unblock"
block-confirm: "Are you sure block this user?"
push-to-a-list: "Add to list"
list-pushed: "Successfully added {user} to {list}."
desktop/views/pages/user/user.header.vue: desktop/views/pages/user/user.header.vue:
posts: "Notes" posts: "Notes"
following: "Following" following: "Following"
followers: "Followers" followers: "Followers"
mention: "Mentions"
is-bot: "This account is a Bot" is-bot: "This account is a Bot"
years-old: "{age} years old" years-old: "{age} years old"
year: "/" year: "/"
@ -1490,14 +1501,7 @@ mobile/views/pages/user.vue:
overview: "Overview" overview: "Overview"
timeline: "Timeline" timeline: "Timeline"
media: "Media" media: "Media"
mute: "Mute"
unmute: "Unmute"
block: "Block"
unblock: "Unblock"
years-old: "{age} years old" years-old: "{age} years old"
push-to-list: "Add to list"
select-list: "Select a list"
list-pushed: "Successfully added {user} to {list}."
mobile/views/pages/user/home.vue: mobile/views/pages/user/home.vue:
recent-notes: "Recent notes" recent-notes: "Recent notes"
images: "Images" images: "Images"
@ -1543,12 +1547,10 @@ deck/deck.user-column.vue:
posts: "Posts" posts: "Posts"
following: "Following" following: "Following"
followers: "Followers" followers: "Followers"
mention: "Mentions"
images: "Images" images: "Images"
activity: "Activity" activity: "Activity"
timeline: "Timeline" timeline: "Timeline"
pinned-notes: "Pinned posts" pinned-notes: "Pinned posts"
push-to-a-list: "Add to list"
docs: docs:
edit-this-page-on-github: "Found an error, or do you want to contribute to the documentation?" edit-this-page-on-github: "Found an error, or do you want to contribute to the documentation?"
edit-this-page-on-github-link: "Edit this page at GitHub!" edit-this-page-on-github-link: "Edit this page at GitHub!"