New Crowdin translations (#5230)
* New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified)
This commit is contained in:
parent
512eee4f51
commit
9a9270bbe9
2 changed files with 15 additions and 1 deletions
|
@ -36,8 +36,12 @@ common:
|
||||||
reload-to-apply-the-setting: "Pro uplatnění tohoto nastavení musíte znovu načíst tuto stránku. Chcete ji načíst teď?"
|
reload-to-apply-the-setting: "Pro uplatnění tohoto nastavení musíte znovu načíst tuto stránku. Chcete ji načíst teď?"
|
||||||
notification-types:
|
notification-types:
|
||||||
all: "Všechny"
|
all: "Všechny"
|
||||||
reply: "Odpovědět"
|
pollVote: "Hlasy"
|
||||||
|
follow: "Sledovaní"
|
||||||
|
reply: "Odpovědi"
|
||||||
|
quote: "Citace"
|
||||||
renote: "Renotovat"
|
renote: "Renotovat"
|
||||||
|
mention: "Zmínky"
|
||||||
reaction: "Reakce"
|
reaction: "Reakce"
|
||||||
got-it: "Rozumím!"
|
got-it: "Rozumím!"
|
||||||
customization-tips:
|
customization-tips:
|
||||||
|
@ -104,6 +108,7 @@ common:
|
||||||
hide-contents: "Schovat obsah"
|
hide-contents: "Schovat obsah"
|
||||||
reply-placeholder: "Odpovědět na tento příspěvek"
|
reply-placeholder: "Odpovědět na tento příspěvek"
|
||||||
quote-placeholder: "Citovat tento příspěvek"
|
quote-placeholder: "Citovat tento příspěvek"
|
||||||
|
quote-attached: "Přiložit citaci"
|
||||||
submit: "Odeslat"
|
submit: "Odeslat"
|
||||||
reply: "Odpovědět"
|
reply: "Odpovědět"
|
||||||
renote: "Renotovat"
|
renote: "Renotovat"
|
||||||
|
|
|
@ -36,11 +36,17 @@ common:
|
||||||
reload-to-apply-the-setting: "必须重新加载页面以应用此设置。 确实要立即重新加载吗?"
|
reload-to-apply-the-setting: "必须重新加载页面以应用此设置。 确实要立即重新加载吗?"
|
||||||
fetching-as-ap-object: "联合查询"
|
fetching-as-ap-object: "联合查询"
|
||||||
unfollow-confirm: "取消对{name}的关注?"
|
unfollow-confirm: "取消对{name}的关注?"
|
||||||
|
signin-required: "请先登录"
|
||||||
|
notification-type: "通知类型"
|
||||||
notification-types:
|
notification-types:
|
||||||
all: "所有"
|
all: "所有"
|
||||||
|
pollVote: "投票"
|
||||||
follow: "关注中"
|
follow: "关注中"
|
||||||
|
receiveFollowRequest: "关注请求"
|
||||||
reply: "回复"
|
reply: "回复"
|
||||||
|
quote: "引用"
|
||||||
renote: "转推"
|
renote: "转推"
|
||||||
|
mention: "提及"
|
||||||
reaction: "回应"
|
reaction: "回应"
|
||||||
got-it: "知道了"
|
got-it: "知道了"
|
||||||
customization-tips:
|
customization-tips:
|
||||||
|
@ -208,6 +214,7 @@ common:
|
||||||
use-avatar-reversi-stones: "用头像作为黑白棋的棋子"
|
use-avatar-reversi-stones: "用头像作为黑白棋的棋子"
|
||||||
disable-animated-mfm: "在帖子中禁用动画文本"
|
disable-animated-mfm: "在帖子中禁用动画文本"
|
||||||
disable-showing-animated-images: "不播放动画"
|
disable-showing-animated-images: "不播放动画"
|
||||||
|
enable-quick-notification-view: "启用通知快速查看"
|
||||||
suggest-recent-hashtags: "在帖子表单上显示最近流行的哈希标签"
|
suggest-recent-hashtags: "在帖子表单上显示最近流行的哈希标签"
|
||||||
always-show-nsfw: "总是显示 NSFW 的内容"
|
always-show-nsfw: "总是显示 NSFW 的内容"
|
||||||
always-mark-nsfw: "总是用 NSFW 来标记附件"
|
always-mark-nsfw: "总是用 NSFW 来标记附件"
|
||||||
|
@ -537,6 +544,8 @@ common/views/components/note-menu.vue:
|
||||||
unpin: "取消置顶"
|
unpin: "取消置顶"
|
||||||
delete: "删除"
|
delete: "删除"
|
||||||
delete-confirm: "确定删除这个投稿吗?"
|
delete-confirm: "确定删除这个投稿吗?"
|
||||||
|
delete-and-edit: "删除和编辑"
|
||||||
|
delete-and-edit-confirm: "要删除此帖并再次编辑吗?对此帖的所有回应,转推和回复也将被删除。"
|
||||||
remote: "显示原始投稿"
|
remote: "显示原始投稿"
|
||||||
pin-limit-exceeded: "无法置顶更多了。"
|
pin-limit-exceeded: "无法置顶更多了。"
|
||||||
common/views/components/user-menu.vue:
|
common/views/components/user-menu.vue:
|
||||||
|
|
Loading…
Reference in a new issue