diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2021-10-18 21:23:17 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2021-10-26 23:17:04 +0200 |
| commit | 1e0712625ae6151ec70ccb2ae2b8db1ef9f517ed (patch) | |
| tree | b54068c1dc5295bb866d2a857d197d9d29749bb0 /locales/zh-TW.json | |
| parent | 88752f32bdf683ab6586d1d81c469a5a3a860016 (diff) | |
| download | invidious-1e0712625ae6151ec70ccb2ae2b8db1ef9f517ed.tar.gz invidious-1e0712625ae6151ec70ccb2ae2b8db1ef9f517ed.tar.bz2 invidious-1e0712625ae6151ec70ccb2ae2b8db1ef9f517ed.zip | |
Normalize translation key for preferences categories
categories normalized:
- Miscellanous
- Player
- Visual
- Administrator
- Data
- Subscription
Diffstat (limited to 'locales/zh-TW.json')
| -rw-r--r-- | locales/zh-TW.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/locales/zh-TW.json b/locales/zh-TW.json index 2021e19a..d27491da 100644 --- a/locales/zh-TW.json +++ b/locales/zh-TW.json @@ -60,7 +60,7 @@ "E-mail": "電子郵件", "Google verification code": "Google 驗證碼", "Preferences": "偏好設定", - "Player preferences": "播放器偏好設定", + "preferences_category_player": "播放器偏好設定", "preferences_video_loop_label": "總是循環播放: ", "preferences_autoplay_label": "自動播放: ", "preferences_continue_label": "預設播放下一部: ", @@ -79,16 +79,16 @@ "preferences_annotations_label": "預設顯示註釋: ", "preferences_extend_desc_label": "自動展開影片描述: ", "preferences_vr_mode_label": "互動式 360 度影片: ", - "Visual preferences": "視覺偏好設定", + "preferences_category_visual": "視覺偏好設定", "preferences_player_style_label": "播放器樣式: ", "Dark mode: ": "深色模式: ", "preferences_dark_mode_label": "佈景主題: ", "dark": "深色", "light": "淺色", "preferences_thin_mode_label": "精簡模式: ", - "Miscellaneous preferences": "其他偏好設定", + "preferences_category_misc": "其他偏好設定", "preferences_automatic_instance_redirect_label": "自動站台重新導向(汰退至 redirect.invidious.io): ", - "Subscription preferences": "訂閱偏好設定", + "preferences_category_subscription": "訂閱偏好設定", "preferences_annotations_subscribed_label": "預設為已訂閱的頻道顯示註釋: ", "Redirect homepage to feed: ": "重新導向首頁至 feed: ", "preferences_max_results_label": "顯示在 feed 中的影片數量: ", @@ -106,7 +106,7 @@ "Enable web notifications": "啟用網路通知", "`x` uploaded a video": "`x` 上傳了一部影片", "`x` is live": "`x` 正在直播", - "Data preferences": "資料偏好設定", + "preferences_category_data": "資料偏好設定", "Clear watch history": "清除觀看歷史", "Import/export data": "匯入/匯出資料", "Change password": "變更密碼", @@ -114,7 +114,7 @@ "Manage tokens": "管理 tokens", "Watch history": "觀看歷史", "Delete account": "刪除帳號", - "Administrator preferences": "管理員偏好設定", + "preferences_category_admin": "管理員偏好設定", "preferences_default_home_label": "預設首頁: ", "preferences_feed_menu_label": "Feed 選單: ", "preferences_show_nick_label": "在頂部顯示暱稱: ", |
