diff --git a/src/_locales/cmn-CN.yml b/src/_locales/cmn-CN.yml index d88f6732..c6eda67a 100644 --- a/src/_locales/cmn-CN.yml +++ b/src/_locales/cmn-CN.yml @@ -113,6 +113,10 @@ settings: customize_font_desc: |- 对于喜欢旧字形的用户,我们推荐 Shanggu Fonts (尚古字型) 和 Fan Wun Hak (繁媛黑體)。 这些字形还具有将简体中文转换为繁体/正体中文的能力。 + remove_the_indent_from_chinese_punctuation: 移除中文标点符号的缩进 + remove_the_indent_from_chinese_punctuation_desc: > + Bilibili 默认会专门处理中文标点符号以实现左对齐。 + 如果你正在使用自定义字体,建议移除缩进。 video_card_link_opening_behavior: 视频卡片和番剧卡片链接打开行为 video_card_link_opening_behavior_opt: diff --git a/src/_locales/cmn-TW.yml b/src/_locales/cmn-TW.yml index 2063eba0..4251e159 100644 --- a/src/_locales/cmn-TW.yml +++ b/src/_locales/cmn-TW.yml @@ -113,6 +113,10 @@ settings: customize_font_desc: |- 對於喜歡舊字形的用戶,我們推薦 Shanggu Fonts (尚古字型) 和 Fan Wun Hak (繁媛黑體)。 這些字型還具有將簡體中文轉換為繁體/正體中文的能力。 + remove_the_indent_from_chinese_punctuation: 移除中文標點符號的縮排 + remove_the_indent_from_chinese_punctuation_desc: > + Bilibili 預設會特別處理中文標點符號以達到左對齊。 + 如果你正在使用自訂字型,建議移除縮排。 video_card_link_opening_behavior: 影片和番劇卡片連結開啟行為 video_card_link_opening_behavior_opt: diff --git a/src/_locales/en.yml b/src/_locales/en.yml index a1eb22e3..21eec436 100644 --- a/src/_locales/en.yml +++ b/src/_locales/en.yml @@ -113,6 +113,10 @@ settings: customize_font_desc: |- For users who favor the traditional style of Chinese characters, we recommend Shanggu Fonts (尚古字體) and Fan Wun Hak (繁媛黑體). These fonts also possess the capability to convert simplified Chinese into traditional characters. + remove_the_indent_from_chinese_punctuation: Remove the indent from Chinese punctuation + remove_the_indent_from_chinese_punctuation_desc: > + By default, Bilibili will specifically handle Chinese punctuation to achieve left alignment. + If you are using a custom font, it is recommended to remove the indent. video_card_link_opening_behavior: Video card and bangumi card link opening behavior video_card_link_opening_behavior_opt: diff --git a/src/_locales/jyut.yml b/src/_locales/jyut.yml index a6bd5ff7..5654487f 100644 --- a/src/_locales/jyut.yml +++ b/src/_locales/jyut.yml @@ -113,6 +113,9 @@ settings: customize_font_desc: |- 對於舊字形嘅用戶,我哋推介 Shanggu Fonts (尚古字型) 同 Fan Wun Hak (繁媛黑體)。 呢啲字型仲可以將簡體中文轉做繁體/正體中文。 + remove_the_indent_from_chinese_punctuation: 移除中文標點符號嘅縮排 + remove_the_indent_from_chinese_punctuation_desc: > + Bilibili 預設會專登執吓中文標點符號,令到佢可以左對齊。如果你係用緊自訂字字型,最好係移除縮排。 video_card_link_opening_behavior: 影片同番劇卡片連結開啓行爲 video_card_link_opening_behavior_opt: diff --git a/src/components/Settings/General/General.vue b/src/components/Settings/General/General.vue index b2e56fd0..964781e8 100644 --- a/src/components/Settings/General/General.vue +++ b/src/components/Settings/General/General.vue @@ -95,6 +95,9 @@ watch(() => settings.value.language, (newValue) => {
+