forked from FoundKeyGang/FoundKey
New translations ja.yml (English)
This commit is contained in:
parent
b9837ae7f3
commit
1a4b92a8a4
1 changed files with 16 additions and 16 deletions
|
@ -113,8 +113,8 @@ common/views/components/nav.vue:
|
||||||
common/views/components/note-menu.vue:
|
common/views/components/note-menu.vue:
|
||||||
favorite: "Favorite this note"
|
favorite: "Favorite this note"
|
||||||
pin: "Pin to profile page"
|
pin: "Pin to profile page"
|
||||||
delete: "削除"
|
delete: "Delete"
|
||||||
delete-confirm: "この投稿を削除しますか?"
|
delete-confirm: "Are you sure you want to delete this post?"
|
||||||
remote: "Show on origin"
|
remote: "Show on origin"
|
||||||
common/views/components/poll.vue:
|
common/views/components/poll.vue:
|
||||||
vote-to: "Vote for '{}'"
|
vote-to: "Vote for '{}'"
|
||||||
|
@ -311,15 +311,15 @@ desktop/views/components/messaging-window.vue:
|
||||||
title: "Messaging"
|
title: "Messaging"
|
||||||
desktop/views/components/note-detail.vue:
|
desktop/views/components/note-detail.vue:
|
||||||
more: "Load more conversations"
|
more: "Load more conversations"
|
||||||
private: "この投稿は非公開です"
|
private: "this post is private"
|
||||||
deleted: "この投稿は削除されました"
|
deleted: "this post has been deleted"
|
||||||
reposted-by: "Renoted by {}"
|
reposted-by: "Renoted by {}"
|
||||||
location: "Location"
|
location: "Location"
|
||||||
renote: "Renote"
|
renote: "Renote"
|
||||||
add-reaction: "Add a reaction"
|
add-reaction: "Add a reaction"
|
||||||
desktop/views/components/note-detail.sub.vue:
|
desktop/views/components/note-detail.sub.vue:
|
||||||
private: "この投稿は非公開です"
|
private: "this post is private"
|
||||||
deleted: "この投稿は削除されました"
|
deleted: "this post has been deleted"
|
||||||
desktop/views/components/notes.note.vue:
|
desktop/views/components/notes.note.vue:
|
||||||
reposted-by: "Reposted by {}"
|
reposted-by: "Reposted by {}"
|
||||||
reply: "Reply"
|
reply: "Reply"
|
||||||
|
@ -490,9 +490,9 @@ desktop/views/components/settings.profile.vue:
|
||||||
is-bot: "This account is a Bot"
|
is-bot: "This account is a Bot"
|
||||||
is-cat: "This account is a Cat"
|
is-cat: "This account is a Cat"
|
||||||
desktop/views/components/sub-note-content.vue:
|
desktop/views/components/sub-note-content.vue:
|
||||||
private: "この投稿は非公開です"
|
private: "this post is private"
|
||||||
deleted: "この投稿は削除されました"
|
deleted: "this post has been deleted"
|
||||||
media-count: "{}つのメディア"
|
media-count: "{} media attached"
|
||||||
poll: "Polls"
|
poll: "Polls"
|
||||||
desktop/views/components/taskmanager.vue:
|
desktop/views/components/taskmanager.vue:
|
||||||
title: "Task Manager"
|
title: "Task Manager"
|
||||||
|
@ -656,15 +656,15 @@ mobile/views/components/note.vue:
|
||||||
reposted-by: "Renoted by {}"
|
reposted-by: "Renoted by {}"
|
||||||
more: "See more"
|
more: "See more"
|
||||||
less: "Hide"
|
less: "Hide"
|
||||||
private: "この投稿は非公開です"
|
private: "this post is private"
|
||||||
deleted: "この投稿は削除されました"
|
deleted: "this post has been deleted"
|
||||||
location: "Location"
|
location: "Location"
|
||||||
mobile/views/components/note-detail.vue:
|
mobile/views/components/note-detail.vue:
|
||||||
reply: "Reply"
|
reply: "Reply"
|
||||||
reaction: "Reaction"
|
reaction: "Reaction"
|
||||||
reposted-by: "Renoted by {}"
|
reposted-by: "Renoted by {}"
|
||||||
private: "この投稿は非公開です"
|
private: "this post is private"
|
||||||
deleted: "この投稿は削除されました"
|
deleted: "this post has been deleted"
|
||||||
location: "Location"
|
location: "Location"
|
||||||
mobile/views/components/note-preview.vue:
|
mobile/views/components/note-preview.vue:
|
||||||
admin: "admin"
|
admin: "admin"
|
||||||
|
@ -693,9 +693,9 @@ mobile/views/components/post-form.vue:
|
||||||
error: "Error"
|
error: "Error"
|
||||||
username-prompt: "Enter user name"
|
username-prompt: "Enter user name"
|
||||||
mobile/views/components/sub-note-content.vue:
|
mobile/views/components/sub-note-content.vue:
|
||||||
private: "この投稿は非公開です"
|
private: "this post is private"
|
||||||
deleted: "この投稿は削除されました"
|
deleted: "this post has been deleted"
|
||||||
media-count: "{}つのメディア"
|
media-count: "{} media attached"
|
||||||
poll: "Poll"
|
poll: "Poll"
|
||||||
mobile/views/components/timeline.vue:
|
mobile/views/components/timeline.vue:
|
||||||
empty: "No notes"
|
empty: "No notes"
|
||||||
|
|
Loading…
Reference in a new issue