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": "Kanał",
|
||||
"views": "Wyświetlenia",
|
||||
"likes": "Polubienia",
|
||||
"upload_date": "Data przesłania",
|
||||
"duration": "Czas trwania",
|
||||
"views": "👁 Wyświetlenia",
|
||||
"likes": "👍 Polubienia",
|
||||
"upload_date": "📅 Data przesłania",
|
||||
"duration": "⏱ Czas trwania",
|
||||
"unknown_channel": "Nieznany kanał",
|
||||
"unknown_date": "Nieznana data",
|
||||
"unknown_title": "Nieznany tytuł"
|
||||
|
||||
Reference in New Issue
Block a user