Add icons to video info labels in translations
Updated the 'views', 'likes', 'upload_date', and 'duration' fields in the video_info section across all language files to include relevant icons for improved visual clarity and consistency in the UI.
This commit is contained in:
+4
-4
@@ -366,10 +366,10 @@
|
||||
},
|
||||
"video_info": {
|
||||
"channel": "频道",
|
||||
"views": "观看次数",
|
||||
"likes": "点赞数",
|
||||
"upload_date": "上传日期",
|
||||
"duration": "时长",
|
||||
"views": "👁 观看次数",
|
||||
"likes": "👍 点赞数",
|
||||
"upload_date": "📅 上传日期",
|
||||
"duration": "⏱ 时长",
|
||||
"unknown_channel": "未知频道",
|
||||
"unknown_date": "未知日期",
|
||||
"unknown_title": "未知标题"
|
||||
|
||||
Reference in New Issue
Block a user