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