Skip to content

Commit

Permalink
chore(for-you): add description for "not interested" dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
hakadao committed Aug 30, 2024
1 parent 3273e25 commit eed7223
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/_locales/cmn-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 个性推荐
Expand Down
1 change: 1 addition & 0 deletions src/_locales/cmn-TW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 為你推薦
Expand Down
1 change: 1 addition & 0 deletions src/_locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/_locales/jyut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 估你心水
Expand Down
3 changes: 2 additions & 1 deletion src/contentScripts/views/Home/components/ForYou.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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')">
Expand Down

0 comments on commit eed7223

Please sign in to comment.