Add drag-and-drop support for single file selection
Implemented functionality to handle single file drag-and-drop in the UI, including error handling for multiple files and directories. Updated localization files to support new messages related to drag-and-drop usage and errors.
This commit is contained in:
@@ -62,6 +62,10 @@ other = "Сайттан жүктеледі:"
|
||||
hash = "sha1-55f87f114628fa2d5d8e67d1e1cda22c0e4f9271"
|
||||
other = "Жүктеп алынуда..."
|
||||
|
||||
[dragAndDrop1File]
|
||||
hash = "sha1-7259670822df1cc92ef5f06ed3c0e9407746975a"
|
||||
other = "1 файлды сүйреңіз"
|
||||
|
||||
[encoderGroupAudio]
|
||||
hash = "sha1-24321cb5400df96be8f3e2131918bebdb3a01bba"
|
||||
other = "Аудио"
|
||||
@@ -218,6 +222,10 @@ other = "Бейнені түрлендіру мүмкін болмады"
|
||||
hash = "sha1-531abc3f0d12727e542df6e5a22de91098380fc1"
|
||||
other = "'data' қалтасында 'database' файлын жасау мүмкін болмады"
|
||||
|
||||
[errorDragAndDrop1File]
|
||||
hash = "sha1-a8edb5cbd622f3ce4ec07a2377e22ec5fad4491b"
|
||||
other = "Тек 1 файлды сүйреп апаруға болады"
|
||||
|
||||
[errorFFmpeg]
|
||||
hash = "sha1-ccf0b95c0d1b392dc215258d917eb4e5d0b88ed0"
|
||||
other = "бұл FFmpeg емес"
|
||||
@@ -234,6 +242,10 @@ other = "бұл FFprobe емес"
|
||||
hash = "sha1-da7b37d7df3fafbd153665b13888413d52b24c17"
|
||||
other = "FFprobe нұсқасын анықтау мүмкін болмады"
|
||||
|
||||
[errorIsFolder]
|
||||
hash = "sha1-f937d090b6e320957514d850657cdf2f911dc6aa"
|
||||
other = "Тек файлды сүйреп апаруға болады"
|
||||
|
||||
[errorQueue]
|
||||
hash = "sha1-72aecd9ad85642d84d62dbbf3cf70953c5f696c7"
|
||||
other = "Қате"
|
||||
@@ -294,6 +306,10 @@ other = "Лицензия туралы ақпарат"
|
||||
hash = "sha1-359fff328717c05104e51a2d29f05bf1875d26b7"
|
||||
other = "Бағдарламада пайдаланылатын басқа өнімдердің лицензиялары"
|
||||
|
||||
[or]
|
||||
hash = "sha1-30bb0333ca1583110e4ced513b5d2455b86f529b"
|
||||
other = "немесе"
|
||||
|
||||
[parameterCheckbox]
|
||||
hash = "sha1-9e35221d454870996fd51d576249cf47d1784a3c"
|
||||
other = "Опцияны қосу"
|
||||
|
||||
Reference in New Issue
Block a user