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