mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore(for-you): add description for "not interested" dialog
This commit is contained in:
@@ -312,6 +312,7 @@ dock:
|
||||
settings: 设置
|
||||
home:
|
||||
not_interested: 不感兴趣
|
||||
not_interested_desc: 你可以使用 <kbd>↑</kbd> 和 <kbd>↓</kbd> 来选择原因,或者直接使用数字键选择原因,按 <kbd>Enter</kbd> 就直接提交。
|
||||
tell_us_why: 为什么这么做...
|
||||
video_removed: 视频已移除
|
||||
for_you: 个性推荐
|
||||
|
||||
@@ -313,6 +313,7 @@ dock:
|
||||
settings: 設定
|
||||
home:
|
||||
not_interested: 不感興趣
|
||||
not_interested_desc: 你可以用 <kbd>↑</kbd> 和 <kbd>↓</kbd> 來選擇原因,或者直接使用數字鍵來選擇原因,按 <kbd>Enter</kbd> 就直接提交。
|
||||
tell_us_why: 為什麼這樣做...
|
||||
video_removed: 影片已移除
|
||||
for_you: 為你推薦
|
||||
|
||||
@@ -315,6 +315,7 @@ dock:
|
||||
settings: Settings
|
||||
home:
|
||||
not_interested: Not interested
|
||||
not_interested_desc: You can use <kbd>↑</kbd> and <kbd>↓</kbd> to choose the reason, or using number keys to choose the reason directly, press <kbd>Enter</kbd> to confirm.
|
||||
tell_us_why: Choose a reason why
|
||||
video_removed: Video removed
|
||||
for_you: For you
|
||||
|
||||
@@ -313,6 +313,7 @@ dock:
|
||||
settings: 設定
|
||||
home:
|
||||
not_interested: 唔鍾意
|
||||
not_interested_desc: 你可以用 <kbd>↑</kbd> 同 <kbd>↓</kbd> 嚟揀個理由,抑或用數字鍵嚟直接揀理由,撳 <kbd>Enter</kbd> 就直接提交。
|
||||
tell_us_why: 點解噉做...
|
||||
video_removed: 已經鏟咗條片
|
||||
for_you: 估你心水
|
||||
|
||||
@@ -537,7 +537,7 @@ defineExpose({ initData })
|
||||
<Dialog
|
||||
v-if="showDislikeDialog"
|
||||
:title="$t('home.tell_us_why')"
|
||||
width="400px"
|
||||
width="420px"
|
||||
append-to-bewly-body
|
||||
:loading="loadingDislikeDialog"
|
||||
@close="closeDislikeDialog"
|
||||
@@ -567,6 +567,7 @@ defineExpose({ initData })
|
||||
/>
|
||||
</li>
|
||||
</ul>
|
||||
<p text="$bew-text-3 sm" mt-4 v-html="$t('home.not_interested_desc')" />
|
||||
</Dialog>
|
||||
|
||||
<Empty v-if="needToLoginFirst" mt-6 :description="$t('common.please_log_in_first')">
|
||||
|
||||
Reference in New Issue
Block a user