Add i18n when timelines are empty (#4261)
This commit is contained in:
parent
a6c3663155
commit
7837bd44fc
2 changed files with 10 additions and 2 deletions
|
@ -863,6 +863,9 @@ desktop/views/components/renote-form.vue:
|
|||
desktop/views/components/renote-form-window.vue:
|
||||
title: "この投稿をRenoteしますか?"
|
||||
|
||||
desktop/views/components/timeline.core.vue:
|
||||
empty: "投稿がありません"
|
||||
|
||||
desktop/views/pages/user-following-or-followers.vue:
|
||||
following: "{user}のフォロー"
|
||||
followers: "{user}のフォロワー"
|
||||
|
@ -1679,6 +1682,9 @@ mobile/views/pages/home.vue:
|
|||
mentions: "あなた宛て"
|
||||
messages: "メッセージ"
|
||||
|
||||
mobile/views/pages/home.timeline.vue:
|
||||
empty: "投稿がありません"
|
||||
|
||||
mobile/views/pages/tag.vue:
|
||||
no-posts-found: "ハッシュタグ「{q}」が付けられた投稿は見つかりませんでした。"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue