From ede6428107e382a69d6c1d674a0f121a221429b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BE=B7=E6=88=90?= Date: Tue, 21 Nov 2023 02:09:22 +0000 Subject: [PATCH] =?UTF-8?q?!25=20fix=20bug=20#I7BJTX=E3=80=90wayland?= =?UTF-8?q?=E3=80=91=E3=80=90=E5=BD=B1=E9=9F=B3=E3=80=91=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E7=82=B9=E5=87=BB=E5=8F=B3=E9=94=AE=E6=97=A0?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E5=BC=B9=E5=87=BA=20Merge=20pull=20request?= =?UTF-8?q?=20!25=20from=20xuxinrong01/openkylin/yangtze?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 13 +- .../0019-25-fix-bug-I7BJTX-wayland.patch | 13606 ++++++++++++++++ debian/patches/series | 1 + 3 files changed, 13613 insertions(+), 7 deletions(-) create mode 100644 debian/patches/0019-25-fix-bug-I7BJTX-wayland.patch diff --git a/debian/changelog b/debian/changelog index 8d1706f..2d6f2be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,11 @@ -kylin-video (3.1.4.2k1-ok23) yangtze; urgency=medium +kylin-video (3.1.4.2k1-ok22.1) yangtze; urgency=medium - * BUG: 无 - * 任务号:#180614 kylin-video openkylin2.0 多语言翻译支持 - * 需求号: 无 - * 其他改动说明: 无 - * 其他改动影响域: 无 + * BUG号: + #I7BJTX【wayland】【影音】播放画面点击右键无菜单弹出 + * 需求号:无. + * 其他改动:无. - -- zhanglei01 Mon, 13 Nov 2023 15:14:16 +0800 + -- xuxinrong Mon, 20 Nov 2023 16:18:53 +0800 kylin-video (3.1.4.2k1-ok22) yangtze; urgency=medium diff --git a/debian/patches/0019-25-fix-bug-I7BJTX-wayland.patch b/debian/patches/0019-25-fix-bug-I7BJTX-wayland.patch new file mode 100644 index 0000000..c789948 --- /dev/null +++ b/debian/patches/0019-25-fix-bug-I7BJTX-wayland.patch @@ -0,0 +1,13606 @@ +From: =?utf-8?b?5p2O5b635oiQ?= +Date: Tue, 21 Nov 2023 02:09:22 +0000 +Subject: =?utf-8?b?ITI1IGZpeCBidWcgI0k3QkpUWOOAkHdheWxhbmTjgJHjgJDlvbHpn7M=?= + =?utf-8?b?44CR5pKt5pS+55S76Z2i54K55Ye75Y+z6ZSu5peg6I+c5Y2V5by55Ye6IE1lcmdl?= + =?utf-8?b?IHB1bGwgcmVxdWVzdCAhMjUgZnJvbSB4dXhpbnJvbmcwMS9vcGVua3lsaW4veWFu?= + =?utf-8?b?Z3R6ZQ==?= + +--- + src/mainwindow.cpp | 4 +- + src/src.pro | 9 +- + src/translations/kylin-video_de.ts | 1929 --------------------------------- + src/translations/kylin-video_es.ts | 1929 --------------------------------- + src/translations/kylin-video_fr.ts | 1929 --------------------------------- + src/translations/kylin-video_kk.ts | 1929 --------------------------------- + src/translations/kylin-video_ky.ts | 1929 --------------------------------- + src/translations/kylin-video_ug.ts | 1929 --------------------------------- + src/translations/kylin-video_zh_HK.ts | 1929 --------------------------------- + 9 files changed, 3 insertions(+), 13513 deletions(-) + delete mode 100644 src/translations/kylin-video_de.ts + delete mode 100644 src/translations/kylin-video_es.ts + delete mode 100644 src/translations/kylin-video_fr.ts + delete mode 100644 src/translations/kylin-video_kk.ts + delete mode 100644 src/translations/kylin-video_ky.ts + delete mode 100644 src/translations/kylin-video_ug.ts + delete mode 100644 src/translations/kylin-video_zh_HK.ts + +diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp +index 0412896..b71c93b 100644 +--- a/src/mainwindow.cpp ++++ b/src/mainwindow.cpp +@@ -1183,8 +1183,8 @@ void MainWindow::initGlobalSig() + #endif + + connect(g_user_signal, &GlobalUserSignal::sigRightMenuShow, [&](){ +- if (!m_is_active && isWayland) +- return; ++// if (!m_is_active && isWayland) ++// return; + if (QGuiApplication::focusWindow()) + m_right_click_menu->exec(QCursor::pos(QGuiApplication::focusWindow()->screen()) + QPoint(1,1)); + }); +diff --git a/src/src.pro b/src/src.pro +index 3b46e8e..384e83b 100644 +--- a/src/src.pro ++++ b/src/src.pro +@@ -8,14 +8,7 @@ MOC_DIR += .moc + PKGCONFIG += gsettings-qt wayland-client mpv kysdk-qtwidgets kysdk-sysinfo kysdk-waylandhelper + TRANSLATIONS += ./translations/kylin-video_zh_CN.ts \ + ./translations/kylin-video_bo_CN.ts \ +- ./translations/kylin-video_mn.ts \ +- ./translations/kylin-video_de.ts \ +- ./translations/kylin-video_es.ts \ +- ./translations/kylin-video_fr.ts \ +- ./translations/kylin-video_kk.ts \ +- ./translations/kylin-video_ug.ts \ +- ./translations/kylin-video_ky.ts \ +- ./translations/kylin-video_zh_HK.ts \ ++ ./translations/kylin-video_mn.ts + + # The following define makes your compiler emit warnings if you use + # any Qt feature that has been marked deprecated (the exact warnings +diff --git a/src/translations/kylin-video_de.ts b/src/translations/kylin-video_de.ts +deleted file mode 100644 +index 4c84e18..0000000 +--- a/src/translations/kylin-video_de.ts ++++ /dev/null +@@ -1,1929 +0,0 @@ +- +- +- +- +- AboutDialog +- +- Dialog +- Dialogfeld +- +- +- About +- 关于 +- +- +- <html><head/><body><p align="center">kylin video</p></body></html> +- <html><head/><body><p align="center">麒麟影音</p></body></html> +- +- +- <html><head/><body><p align="center">version: 0.0.1</p></body></html> +- <html><head/><body><p align="center">版本: 0.0.1</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Kylin video is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 麒麟影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- service and support: support@kylinos.cn +- Service und Support: support@kylinos.cn +- +- +- version: +- Version: +- +- +- service and support: +- Service und Support: +- +- +- Video Player About +- Videoplayer Über uns +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans Syloti Nagri'; font-size:13pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- <html><head/><body><p align="center">Video Player</p></body></html> +- <html> <head/> <body> <p align="center"> Videoplayer</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> 影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- Video Player +- Videoplayer +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。影音支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。影音支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- Service & Support: +- Service & Support: +- +- +- <html><head/><body><p align="center">version: 3.1.1</p></body></html> +- <html> <head/> <body> <p align="center">Version: 3.1.1</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans Mono CJK SC'; font-size:12pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html> <head> <meta name="qrichtext" content="1" /> <style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style> </head> <body style=" font-family:'Noto Sans Mono CJK SC'; font-size:12pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player ist ein Frontplayer mit schöner Benutzeroberfläche und guter Interaktion. Es wurde mit Qt5 entwickelt und verwendet MPV als Wiedergabe-Engine. Der Videoplayer unterstützt fast alle Audio- und Videoformate und verfügt über eine leistungsstarke Dekodierungsfunktion. </span> </p> </body> </html> +- +- +- +- ContralBar +- +- Form +- Form +- +- +- 2.0X +- 2,0-fach +- +- +- 1.5X +- 1,5-fach +- +- +- 1.25X +- 1,25-fach +- +- +- 1.0X +- 1,0-fach +- +- +- 0.75X +- 0,75-fach +- +- +- 0.5X +- 0,5-fach +- +- +- Screen shot +- Screenshot +- +- +- Add mark +- Markierung hinzufügen +- +- +- Next +- Nächster +- +- +- Previous +- Vorhergehend +- +- +- Play +- Spielen +- +- +- Volume +- Volumen +- +- +- Speed +- Geschwindigkeit +- +- +- Tools +- Werkzeuge +- +- +- Full screen +- Vollbild +- +- +- Pause +- Pause +- +- +- Exit full screen +- Vollbildmodus beenden +- +- +- --:--:--/--:--:-- +- --:--:--/--:--:-- +- +- +- +- GlobalSetup +- +- Pictures +- 图片 +- +- +- no +- +- +- +- auto +- Auto +- +- +- default +- Vorgabe +- +- +- +- HomePage +- +- open file +- offene Linie +- +- +- open dir +- Öffne dir +- +- +- Video Player +- Videoplayer +- +- +- +- KRightClickMenu +- +- Open +- 打开 +- +- +- Open &File... +- Öffnen & Datei... +- +- +- &URL... +- &打开URL... +- +- +- ToTop +- Zum Seitenanfang +- +- +- Order +- Bestellung +- +- +- One Loop +- Eine Schleife +- +- +- Sequence +- Reihenfolge +- +- +- List loop +- Schleife auflisten +- +- +- Random +- Zufällig +- +- +- Frame +- Rahmen +- +- +- Default frame +- Standard-Frame +- +- +- Full frame +- Vollformat +- +- +- forward rotate +- vorwärts drehen +- +- +- Along rotate +- Entlang drehen +- +- +- backward rotate +- rückwärts drehen +- +- +- Inverse rotate +- Inverse Drehung +- +- +- horizontal flip +- Horizontale Spiegelung +- +- +- Horizontally flip +- Horizontal spiegeln +- +- +- vertical flip +- Vertikale Spiegelung +- +- +- Vertically flip +- Vertikal spiegeln +- +- +- Audio +- Audio +- +- +- AudioTrack +- AudioSpur +- +- +- AudioChannel +- AudioKanal +- +- +- Stereo +- Stereo +- +- +- Left channel +- Linker Kanal +- +- +- Right channel +- Rechter Kanal +- +- +- Audio set +- Audio-Set +- +- +- Subtitle +- Untertitel +- +- +- Choose a file +- 选择一个文件 +- +- +- Subtitles +- Untertitel +- +- +- All files +- Alle Dateien +- +- +- Load subtitle +- Untertitel laden +- +- +- Subtitle select +- Untertitel auswählen +- +- +- No subtitle +- Kein Untertitel +- +- +- Subtitle set +- Untertitel-Set +- +- +- volume up +- Lautstärke erhöhen +- +- +- volume down +- Lautstärke verringern +- +- +- forward +- vorwärts +- +- +- backward +- rückwärts +- +- +- setup +- Einrichtung +- +- +- More +- 更多 +- +- +- Theme +- 主题 +- +- +- Follow system +- 跟随系统 +- +- +- Light theme +- 浅色主题 +- +- +- Black theme +- 深色主题 +- +- +- About +- 关于 +- +- +- Privacy +- 隐私 +- +- +- Clear mark +- 清理痕迹 +- +- +- No mark +- 无痕播放 +- +- +- Match subtitle +- Untertitel anpassen +- +- +- open file +- offene Linie +- +- +- Open &Directory... +- Öffnen &Verzeichnis... +- +- +- open dir +- Öffne dir +- +- +- to top +- Zum Seitenanfang +- +- +- Show profile +- Profil anzeigen +- +- +- Search subtitle +- Untertitel durchsuchen +- +- +- Play +- Spielen +- +- +- Play/Pause +- Wiedergabe/Pause +- +- +- Volume up +- 音量+ +- +- +- Volume down +- 音量- +- +- +- Play forward +- 快进 +- +- +- Play backward +- 快退 +- +- +- Player set +- 设置 +- +- +- Media info +- Medieninfo +- +- +- 4:3 +- 4:3 +- +- +- 16:9 +- 16:9 +- +- +- restore frame +- Frame wiederherstellen +- +- +- Video Player Choose a file +- Videoplayer Wählen Sie eine Datei aus +- +- +- Default +- Vorgabe +- +- +- sub load +- Sub-Auslastung +- +- +- +- KylinUI::MessageBox +- +- Cancel +- Abbrechen +- +- +- Ok +- Okay +- +- +- +- ListLoopMenu +- +- One Loop +- Eine Schleife +- +- +- List loop +- Schleife auflisten +- +- +- Random +- Zufällig +- +- +- Sequence +- Reihenfolge +- +- +- +- MainWidget +- +- Video Player +- Videoplayer +- +- +- open file +- 打开文件 +- +- +- open dir +- 打开文件夹 +- +- +- Choose a file +- 选择一个文件 +- +- +- Multimedia +- Multimedia +- +- +- Video +- Video +- +- +- Audio +- Audio +- +- +- Playlists +- 播放列表 +- +- +- All files +- 所有文件 +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- Form +- +- +- Video Player +- 影音 +- +- +- Video Player Choose a file +- Videoplayer Wählen Sie eine Datei aus +- +- +- Video Player Choose a directory +- Videoplayer Auswählen eines Verzeichnisses +- +- +- video player +- Videoplayer +- +- +- /Video +- /视频 +- +- +- +- MarkListItem +- +- Video Player +- Videoplayer +- +- +- File not exist! +- Datei nicht vorhanden! +- +- +- +- MediaInfoDialog +- +- Dialog +- Dialogfeld +- +- +- media info +- Medieninfo +- +- +- media name: +- 媒体文件: +- +- +- file type: +- 文件类型: +- +- +- file size: +- 文件大小: +- +- +- file duration: +- 文件时长: +- +- +- file path: +- 文件路径: +- +- +- ok +- Okay +- +- +- kylin video +- 影音 +- +- +- title: +- Titel: +- +- +- type: +- Art: +- +- +- size: +- Größe: +- +- +- duration: +- Dauer: +- +- +- path: +- Pfad: +- +- +- video player +- Videoplayer +- +- +- +- MiniModeShade +- +- pause +- Pause +- +- +- play +- spielen +- +- +- close +- schließen +- +- +- normal mode +- Normaler Modus +- +- +- +- MpvCore +- +- File size +- Dateigröße +- +- +- Date created +- Erstellungsdatum +- +- +- Media length +- Medienlänge +- +- +- brightness : %1 +- Helligkeit : %1 +- +- +- subtitle delay : %1s +- Untertitel-Verzögerung : %1s +- +- +- Horizontal Flip: +- Horizontale Spiegelung: +- +- +- close +- schließen +- +- +- open +- offen +- +- +- Vertical Flip: +- Vertikaler Spiegel: +- +- +- File: +- Datei: +- +- +- Video: +- Video: +- +- +- Resolution: +- Auflösung: +- +- +- Estimated FPS: +- 估算 FPS: +- +- +- Bitrate: +- Bitrate: +- +- +- Audio: +- Audio: +- +- +- Sample Rate: +- Abtastrate: +- +- +- Channels: +- Kanäle: +- +- +- Audio/video synchronization: +- 音视频同步差: +- +- +- volume : %1 +- Lautstärke : %1 +- +- +- speed : %1x +- Geschwindigkeit : %1x +- +- +- Mute +- Stumm +- +- +- Cancel Mute +- Stummschaltung aufheben +- +- +- Playing +- Spielen +- +- +- Paused +- Pausiert +- +- +- subtitle : +- Untertitel: +- +- +- File +- Datei +- +- +- Title +- Titel +- +- +- Video (x%0) +- Video (x%0) +- +- +- Video Output +- Video-Ausgang +- +- +- Resolution +- Auflösung +- +- +- FPS +- +- +- +- A/V Sync +- 音视频同步 +- +- +- Bitrate +- Bitrate +- +- +- %0 kbps +- +- +- +- Audio (x%0) +- Ton (x%0) +- +- +- Audio Output +- Audio-Ausgang +- +- +- Sample Rate +- Abtastrate +- +- +- Channels +- Kanäle +- +- +- Chapters +- Kapitel +- +- +- Metadata +- Metadaten +- +- +- fps: +- Ego-Shooter: +- +- +- restore frame +- Frame wiederherstellen +- +- +- ScreenShot OK +- ScreenShot OK +- +- +- ScreenShot Failed +- 截图失败,文件夹无写权限 +- +- +- ScreenShot Failed, folder has no write permission. +- 截图失败,文件夹无写入权限。 +- +- +- Stereo +- Stereo +- +- +- Left Channel +- Linker Kanal +- +- +- Right Channel +- Rechter Kanal +- +- +- Pictures +- Bilder +- +- +- ScreenShot Failed, folder has no write permission or folder not exit. +- Screenshot fehlgeschlagen, Ordner hat keine Schreibberechtigung oder Ordner wird nicht beendet. +- +- +- Add mark ok +- Markierung hinzufügen ok +- +- +- Add mark error +- Markierungsfehler hinzufügen +- +- +- default +- Vorgabe +- +- +- auto +- Auto +- +- +- Buffering... +- Pufferung... +- +- +- +- PlayListItem +- +- File not exist! +- Datei nicht vorhanden! +- +- +- +- PlayListItemMenu +- +- Remove selected +- Ausgewählte entfernen +- +- +- Remove invalid +- Ungültige entfernen +- +- +- Clear list +- Liste löschen +- +- +- Open folder +- Ordner öffnen +- +- +- Sort +- Sortieren +- +- +- Sort by name +- Nach Namen sortieren +- +- +- Sort by type +- Sortieren nach Typ +- +- +- +- PlayListWidget +- +- Video +- Video +- +- +- Video Player +- Videoplayer +- +- +- Form +- Form +- +- +- Tips +- 提示 +- +- +- File not exist! +- Datei nicht vorhanden! +- +- +- Are you sure you want to clear the list? +- Sind Sie sicher, dass Sie die Liste löschen möchten? +- +- +- Add file +- Datei hinzufügen +- +- +- Play order +- 播放顺序 +- +- +- Clear list +- Liste löschen +- +- +- kylin-video-990 +- 影音 +- +- +- Switch views +- 切换视图 +- +- +- Are you sure you want to clear the list? +-The file being played will be stopped. +- 确定清空列表 +- +- +- The file being played will be stopped. +- Die abgespielte Datei wird gestoppt. +- +- +- Marks +- Zeichen +- +- +- Load file error! +- Fehler beim Laden der Datei! +- +- +- Preview view +- Vorschau-Ansicht +- +- +- List view +- Listenansicht +- +- +- One loop +- Eine Schleife +- +- +- Sequential +- Sequenziell +- +- +- List loop +- Schleife auflisten +- +- +- Random +- Zufällig +- +- +- Please add file to list ~ +- Bitte fügen Sie die Datei zur Liste hinzu ~ +- +- +- +- PreviewWidget +- +- Form +- Form +- +- +- +- QObject +- +- Model name +- Modellbezeichnung +- +- +- +- SetUpDialog +- +- Dialog +- Dialogfeld +- +- +- Set up +- 设置 +- +- +- Cancel +- Abbrechen +- +- +- OK +- OKAY +- +- +- System +- System +- +- +- Play +- Spielen +- +- +- ScreenShot +- Screenshot +- +- +- Subtitle +- Untertitel +- +- +- Volume +- 声音设置 +- +- +- Codec +- Codec +- +- +- Shortcut +- Abkürzung +- +- +- Video Player Set up +- Videoplayer einrichten +- +- +- Setup +- Einrichtung +- +- +- Audio +- Audio +- +- +- +- SetupCodec +- +- Demux +- Demux +- +- +- Video decoder +- Video-Decoder +- +- +- Audio decoder +- Audio-Decoder +- +- +- Form +- Form +- +- +- Video output +- Video-Ausgang +- +- +- Decode threads +- Dekodieren von Threads +- +- +- default +- Vorgabe +- +- +- no +- Nein +- +- +- auto +- Auto +- +- +- +- SetupPlay +- +- Set fullscreen when open video. +- 打开视频时自动全屏 +- +- +- Clear play list on exit. +- 退出时清空播放列表 +- +- +- Automatically plays from where the file was last stopped. +- 自动从文件上次停止的位置播放 +- +- +- Automatically find associated files to play +- Automatisches Auffinden zugehöriger Dateien zum Abspielen +- +- +- Form +- Form +- +- +- Set fullscreen when open video +- Vollbildmodus beim Öffnen des Videos einstellen +- +- +- Clear play list on exit +- Wiedergabeliste beim Beenden löschen +- +- +- Automatically plays from where the file was last stopped +- Spielt automatisch an der Stelle ab, an der die Datei zuletzt gestoppt wurde +- +- +- +- SetupScreenshot +- +- Only save to clipboard. +- 仅保存到剪切板 +- +- +- Save to file. +- 保存为文件 +- +- +- save path +- Pfad speichern +- +- +- browse +- blättern +- +- +- save type +- Art des Speicherns +- +- +- Screenshot according to the current screen size. +- 按当前显示的画面尺寸截图 +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- Form +- +- +- Only save to clipboard +- Nur in der Zwischenablage speichern +- +- +- Save to file +- In Datei speichern +- +- +- Screenshot according to the current screen size +- Screenshot entsprechend der aktuellen Bildschirmgröße +- +- +- Pictures +- Bilder +- +- +- Video Player Choose a directory +- Videoplayer Auswählen eines Verzeichnisses +- +- +- +- SetupShortcut +- +- file +- Datei +- +- +- play +- spielen +- +- +- image +- Bild +- +- +- volume +- 声音 +- +- +- subtitle +- 字幕 +- +- +- other +- andere +- +- +- open file +- offene Linie +- +- +- open dir +- Öffne dir +- +- +- prev file +- prev-Datei +- +- +- next file +- Nächste Datei +- +- +- play/pause +- Wiedergabe/Pause +- +- +- speed up +- beschleunigen +- +- +- speed down +- Geschwindigkeit runter +- +- +- speed normal +- Geschwindigkeit normal +- +- +- forword +- FÜRWORT +- +- +- backword +- Backwort +- +- +- forward 30s +- vorwärts 30s +- +- +- backword 30s +- Backword 30er Jahre +- +- +- insert bookmark +- Lesezeichen einfügen +- +- +- ib notes +- 插入与注释书签 +- +- +- fullscreen +- Vollbild +- +- +- mini mode +- Mini-Modus +- +- +- to top +- Zum Seitenanfang +- +- +- screenshot +- Screenshot +- +- +- cut +- 截取 +- +- +- light up +- aufleuchten +- +- +- light down +- Licht nach unten +- +- +- forward rotate +- vorwärts drehen +- +- +- backward rotate +- rückwärts drehen +- +- +- horizontal flip +- Horizontale Spiegelung +- +- +- vertical flip +- Vertikale Spiegelung +- +- +- image boost +- 画质增强 +- +- +- volume up +- Lautstärke erhöhen +- +- +- volume down +- Lautstärke verringern +- +- +- mute +- stumm +- +- +- audio next +- Audio Weiter +- +- +- default channel +- Standardkanal +- +- +- left channel +- Linker Kanal +- +- +- right channel +- Rechter Kanal +- +- +- sub load +- Sub-Auslastung +- +- +- sub earlier +- Sub früher +- +- +- sub later +- Später sub +- +- +- sub up +- Sub nach oben +- +- +- sub down +- Sub nach unten +- +- +- sub next +- sub weiter +- +- +- play list +- Wiedergabeliste +- +- +- setup +- Einrichtung +- +- +- Form +- Form +- +- +- audio +- Audio +- +- +- sub +- sub +- +- +- +- SetupSubtitle +- +- Sub loading +- Sub-Loading +- +- +- Auto loading subtitles with the same name. +- 自动载入同名字幕 +- +- +- Auto loading other subtitles in the same folder +- Automatisches Laden anderer Untertitel im selben Ordner +- +- +- Sub Path +- Untergeordneter Pfad +- +- +- browse +- blättern +- +- +- Font Style +- Schriftschnitt +- +- +- Family +- Familie +- +- +- Size +- Größe +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- Form +- +- +- Auto loading subtitles with the same name +- Automatisches Laden von Untertiteln mit demselben Namen +- +- +- Video Player Choose a directory +- Videoplayer Auswählen eines Verzeichnisses +- +- +- +- SetupSystem +- +- Window +- Fenster +- +- +- Minimize to system tray icon +- Auf Taskleistensymbol minimieren +- +- +- Pause video playback when minimized +- Videowiedergabe beim Minimieren anhalten +- +- +- Multiple run +- Mehrfacher Lauf +- +- +- Allow multiple Video Player to run simultaneously +- 允许同时运行多个影音 +- +- +- Form +- Form +- +- +- After sleep/sleep/lock screen and wake up, keep playing state +- Nach dem Ruhezustand/Ruhezustand/Sperrbildschirm und Aufwachen den Spielzustand fortsetzen +- +- +- Allow multiple Kylin Video to run simultaneously +- Gleichzeitiges Ausführen mehrerer Kylin Videos zulassen +- +- +- +- SetupVolume +- +- Sound card selection +- 声卡选择 +- +- +- Volume contral +- Lautstärkeregler +- +- +- Global volume +- Globales Volumen +- +- +- Default volume standardization +- Standardmäßige Volume-Standardisierung +- +- +- Form +- Form +- +- +- Output driver +- Ausgangstreiber +- +- +- +- ShortCutItem +- +- Hotkey conflict +- Hotkey-Konflikt +- +- +- +- ShortCutSetting +- +- open file +- offene Linie +- +- +- open dir +- Öffne dir +- +- +- prev file +- prev-Datei +- +- +- next file +- Nächste Datei +- +- +- play/pause +- Wiedergabe/Pause +- +- +- speed up +- beschleunigen +- +- +- speed down +- Geschwindigkeit runter +- +- +- speed normal +- Geschwindigkeit normal +- +- +- forword +- FÜRWORT +- +- +- backword +- Backwort +- +- +- forward 30s +- vorwärts 30s +- +- +- backword 30s +- Backword 30er Jahre +- +- +- insert bookmark +- Lesezeichen einfügen +- +- +- ib notes +- IB-Notizen +- +- +- fullscreen +- Vollbild +- +- +- mini mode +- Mini-Modus +- +- +- to top +- Zum Seitenanfang +- +- +- screenshot +- Screenshot +- +- +- cut +- schneiden +- +- +- light up +- aufleuchten +- +- +- light down +- Licht nach unten +- +- +- forward rotate +- vorwärts drehen +- +- +- backward rotate +- rückwärts drehen +- +- +- horizontal flip +- Horizontale Spiegelung +- +- +- vertical flip +- Vertikale Spiegelung +- +- +- image boost +- Image-Boost +- +- +- volume up +- Lautstärke erhöhen +- +- +- volume down +- Lautstärke verringern +- +- +- mute +- stumm +- +- +- audio next +- Audio Weiter +- +- +- default channel +- Standardkanal +- +- +- left channel +- Linker Kanal +- +- +- right channel +- Rechter Kanal +- +- +- sub load +- Sub-Auslastung +- +- +- sub earlier +- Sub früher +- +- +- sub later +- Später sub +- +- +- sub up +- Sub nach oben +- +- +- sub down +- Sub nach unten +- +- +- sub next +- sub weiter +- +- +- play list +- Wiedergabeliste +- +- +- setup +- Einrichtung +- +- +- exit +- Ausgang +- +- +- help documentation +- Hilfe-Dokumentation +- +- +- +- SystemTrayIcon +- +- Video Player +- Videoplayer +- +- +- Quit +- Verlassen +- +- +- +- TitleMenu +- +- Upload to cloud +- Hochladen in die Cloud +- +- +- About +- Über +- +- +- Quit +- Verlassen +- +- +- Theme +- Thema +- +- +- Follow system +- System folgen +- +- +- Light theme +- Leichtes Thema +- +- +- Black theme +- Schwarzes Design +- +- +- Privacy +- Privatsphäre +- +- +- Clear mark +- Klare Markierung +- +- +- No mark +- Keine Markierung +- +- +- Help +- Hilfe +- +- +- Check update +- Update prüfen +- +- +- Advice and feedback +- Beratung und Feedback +- +- +- Official website +- Offizielle Website +- +- +- Setup +- Einrichtung +- +- +- System setup +- System-Setup +- +- +- Play setup +- Spiel-Setup +- +- +- Screenshot setup +- Screenshot einrichten +- +- +- Subtitle setup +- Untertitel einrichten +- +- +- Audio setup +- Audio-Einrichtung +- +- +- Decoder setup +- Decoder einrichten +- +- +- Shortcut setup +- Verknüpfungen einrichten +- +- +- Manual +- Manuell +- +- +- +- TitleWidget +- +- Video Player +- Videoplayer +- +- +- Restore +- Wiederherstellen +- +- +- Maximize +- Maximieren +- +- +- Menu +- Menü +- +- +- Mini mode +- Mini-Modus +- +- +- Minimize +- Minimieren +- +- +- Close +- Schließen +- +- +- +- TopWindow +- +- Video Player +- Videoplayer +- +- +- +- WaylandDialog +- +- Dialog +- Dialogfeld +- +- +- +diff --git a/src/translations/kylin-video_es.ts b/src/translations/kylin-video_es.ts +deleted file mode 100644 +index fc5f9ee..0000000 +--- a/src/translations/kylin-video_es.ts ++++ /dev/null +@@ -1,1929 +0,0 @@ +- +- +- +- +- AboutDialog +- +- Dialog +- Diálogo +- +- +- About +- 关于 +- +- +- <html><head/><body><p align="center">kylin video</p></body></html> +- <html><head/><body><p align="center">麒麟影音</p></body></html> +- +- +- <html><head/><body><p align="center">version: 0.0.1</p></body></html> +- <html><head/><body><p align="center">版本: 0.0.1</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Kylin video is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 麒麟影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- service and support: support@kylinos.cn +- Servicio y soporte: support@kylinos.cn +- +- +- version: +- Versión: +- +- +- service and support: +- Servicio y soporte: +- +- +- Video Player About +- Reproductor de video Acerca de +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans Syloti Nagri'; font-size:13pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- <html><head/><body><p align="center">Video Player</p></body></html> +- <html> <head/> <body> <p align="center"> Reproductor de vídeo</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> 影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- Video Player +- Reproductor de vídeo +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。影音支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。影音支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- Service & Support: +- Servicio y soporte: +- +- +- <html><head/><body><p align="center">version: 3.1.1</p></body></html> +- <html> <head/> <body> <p align="center">versión: 3.1.1</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans Mono CJK SC'; font-size:12pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html> <head> <meta name="qrichtext" content="1" /> <style type="text/css"> +-p, li { espacio en blanco: pre-ajuste; } +-</style> </head> <body style=" font-family:'Noto Sans Mono CJK SC'; font-size:12pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player es un reproductor frontal con una hermosa interfaz y buena interacción. Está desarrollado con Qt5 y utiliza MPV como motor de reproducción. El reproductor de video es compatible con casi todos los formatos de audio y video y tiene una poderosa capacidad de decodificación. </span> </p> </body> </html> +- +- +- +- ContralBar +- +- Form +- Forma +- +- +- 2.0X +- 2.0X +- +- +- 1.5X +- 1.5X +- +- +- 1.25X +- 1.25X +- +- +- 1.0X +- 1.0X +- +- +- 0.75X +- 0.75X +- +- +- 0.5X +- 0.5X +- +- +- Screen shot +- Captura de pantalla +- +- +- Add mark +- Añadir marca +- +- +- Next +- Próximo +- +- +- Previous +- Anterior +- +- +- Play +- Jugar +- +- +- Volume +- Volumen +- +- +- Speed +- Velocidad +- +- +- Tools +- Herramientas +- +- +- Full screen +- Pantalla completa +- +- +- Pause +- Pausa +- +- +- Exit full screen +- Salir de pantalla completa +- +- +- --:--:--/--:--:-- +- --:--:--/--:--:-- +- +- +- +- GlobalSetup +- +- Pictures +- 图片 +- +- +- no +- +- +- +- auto +- Automático +- +- +- default +- predeterminado +- +- +- +- HomePage +- +- open file +- Abrir archivo +- +- +- open dir +- Abrir directorio +- +- +- Video Player +- Reproductor de vídeo +- +- +- +- KRightClickMenu +- +- Open +- 打开 +- +- +- Open &File... +- Abrir y archivar... +- +- +- &URL... +- &打开URL... +- +- +- ToTop +- Ir al principio +- +- +- Order +- Orden +- +- +- One Loop +- Un bucle +- +- +- Sequence +- Secuencia +- +- +- List loop +- Bucle de lista +- +- +- Random +- Aleatorio +- +- +- Frame +- Marco +- +- +- Default frame +- Fotograma predeterminado +- +- +- Full frame +- Fotograma completo +- +- +- forward rotate +- Rotación hacia adelante +- +- +- Along rotate +- A lo largo de la rotación +- +- +- backward rotate +- Rotación hacia atrás +- +- +- Inverse rotate +- Rotación inversa +- +- +- horizontal flip +- volteo horizontal +- +- +- Horizontally flip +- Voltear horizontalmente +- +- +- vertical flip +- voltereta vertical +- +- +- Vertically flip +- Voltear verticalmente +- +- +- Audio +- Audio +- +- +- AudioTrack +- Pista de audio +- +- +- AudioChannel +- Canal de audio +- +- +- Stereo +- Estéreo +- +- +- Left channel +- Canal izquierdo +- +- +- Right channel +- Canal derecho +- +- +- Audio set +- Conjunto de audio +- +- +- Subtitle +- Subtítulo +- +- +- Choose a file +- 选择一个文件 +- +- +- Subtitles +- Subtítulos +- +- +- All files +- Todos los archivos +- +- +- Load subtitle +- Cargar subtítulo +- +- +- Subtitle select +- Selección de subtítulos +- +- +- No subtitle +- Sin subtítulos +- +- +- Subtitle set +- Conjunto de subtítulos +- +- +- volume up +- Subir volumen +- +- +- volume down +- Bajar volumen +- +- +- forward +- adelante +- +- +- backward +- hacia atrás +- +- +- setup +- arreglo +- +- +- More +- 更多 +- +- +- Theme +- 主题 +- +- +- Follow system +- 跟随系统 +- +- +- Light theme +- 浅色主题 +- +- +- Black theme +- 深色主题 +- +- +- About +- 关于 +- +- +- Privacy +- 隐私 +- +- +- Clear mark +- 清理痕迹 +- +- +- No mark +- 无痕播放 +- +- +- Match subtitle +- Coincidencia de subtítulos +- +- +- open file +- Abrir archivo +- +- +- Open &Directory... +- Abrir & Directorio... +- +- +- open dir +- Abrir directorio +- +- +- to top +- subir +- +- +- Show profile +- Mostrar perfil +- +- +- Search subtitle +- Buscar subtítulo +- +- +- Play +- Jugar +- +- +- Play/Pause +- Reproducir/Pausar +- +- +- Volume up +- 音量+ +- +- +- Volume down +- 音量- +- +- +- Play forward +- 快进 +- +- +- Play backward +- 快退 +- +- +- Player set +- 设置 +- +- +- Media info +- Información para los medios de comunicación +- +- +- 4:3 +- 4:3 +- +- +- 16:9 +- 16:9 +- +- +- restore frame +- Restaurar fotograma +- +- +- Video Player Choose a file +- Reproductor de vídeo Elegir un archivo +- +- +- Default +- Predeterminado +- +- +- sub load +- Subcarga +- +- +- +- KylinUI::MessageBox +- +- Cancel +- Cancelar +- +- +- Ok +- De acuerdo +- +- +- +- ListLoopMenu +- +- One Loop +- Un bucle +- +- +- List loop +- Bucle de lista +- +- +- Random +- Aleatorio +- +- +- Sequence +- Secuencia +- +- +- +- MainWidget +- +- Video Player +- Reproductor de vídeo +- +- +- open file +- 打开文件 +- +- +- open dir +- 打开文件夹 +- +- +- Choose a file +- 选择一个文件 +- +- +- Multimedia +- Multimedia +- +- +- Video +- Vídeo +- +- +- Audio +- Audio +- +- +- Playlists +- 播放列表 +- +- +- All files +- 所有文件 +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- Forma +- +- +- Video Player +- 影音 +- +- +- Video Player Choose a file +- Reproductor de vídeo Elegir un archivo +- +- +- Video Player Choose a directory +- Reproductor de vídeo Elegir un directorio +- +- +- video player +- Reproductor de vídeo +- +- +- /Video +- /视频 +- +- +- +- MarkListItem +- +- Video Player +- Reproductor de vídeo +- +- +- File not exist! +- ¡El archivo no existe! +- +- +- +- MediaInfoDialog +- +- Dialog +- Diálogo +- +- +- media info +- Información para los medios de comunicación +- +- +- media name: +- 媒体文件: +- +- +- file type: +- 文件类型: +- +- +- file size: +- 文件大小: +- +- +- file duration: +- 文件时长: +- +- +- file path: +- 文件路径: +- +- +- ok +- De acuerdo +- +- +- kylin video +- 影音 +- +- +- title: +- título: +- +- +- type: +- tipo: +- +- +- size: +- tamaño: +- +- +- duration: +- duración: +- +- +- path: +- camino: +- +- +- video player +- Reproductor de vídeo +- +- +- +- MiniModeShade +- +- pause +- pausa +- +- +- play +- jugar +- +- +- close +- cerrar +- +- +- normal mode +- Modo normal +- +- +- +- MpvCore +- +- File size +- Tamaño del archivo +- +- +- Date created +- Fecha de creación +- +- +- Media length +- Longitud de los medios +- +- +- brightness : %1 +- Brillo : %1 +- +- +- subtitle delay : %1s +- Retardo de subtítulos : %1s +- +- +- Horizontal Flip: +- Volteo horizontal: +- +- +- close +- cerrar +- +- +- open +- abrir +- +- +- Vertical Flip: +- Volteo vertical: +- +- +- File: +- Archivo: +- +- +- Video: +- Vídeo: +- +- +- Resolution: +- Resolución: +- +- +- Estimated FPS: +- 估算 FPS: +- +- +- Bitrate: +- Tasa de bits: +- +- +- Audio: +- Audio: +- +- +- Sample Rate: +- Frecuencia de muestreo: +- +- +- Channels: +- Canales: +- +- +- Audio/video synchronization: +- 音视频同步差: +- +- +- volume : %1 +- Volumen : %1 +- +- +- speed : %1x +- Velocidad : %1x +- +- +- Mute +- Mudo +- +- +- Cancel Mute +- Cancelar silencio +- +- +- Playing +- Jugando +- +- +- Paused +- Pausa +- +- +- subtitle : +- subtítulo: +- +- +- File +- Archivo +- +- +- Title +- Título +- +- +- Video (x%0) +- Vídeo (x%0) +- +- +- Video Output +- Salida de vídeo +- +- +- Resolution +- Resolución +- +- +- FPS +- +- +- +- A/V Sync +- 音视频同步 +- +- +- Bitrate +- Tasa de bits +- +- +- %0 kbps +- +- +- +- Audio (x%0) +- Audio (x%0) +- +- +- Audio Output +- Salida de audio +- +- +- Sample Rate +- Frecuencia de muestreo +- +- +- Channels +- Canales +- +- +- Chapters +- Capítulos +- +- +- Metadata +- Metadatos +- +- +- fps: +- Fps: +- +- +- restore frame +- Restaurar fotograma +- +- +- ScreenShot OK +- Captura de pantalla OK +- +- +- ScreenShot Failed +- 截图失败,文件夹无写权限 +- +- +- ScreenShot Failed, folder has no write permission. +- 截图失败,文件夹无写入权限。 +- +- +- Stereo +- Estéreo +- +- +- Left Channel +- Canal izquierdo +- +- +- Right Channel +- Canal derecho +- +- +- Pictures +- Fotos +- +- +- ScreenShot Failed, folder has no write permission or folder not exit. +- Captura de pantalla Error, la carpeta no tiene permiso de escritura o la carpeta no se cierra. +- +- +- Add mark ok +- Añadir marca ok +- +- +- Add mark error +- Agregar error de marca +- +- +- default +- predeterminado +- +- +- auto +- Automático +- +- +- Buffering... +- Búfer... +- +- +- +- PlayListItem +- +- File not exist! +- ¡El archivo no existe! +- +- +- +- PlayListItemMenu +- +- Remove selected +- Eliminar selección +- +- +- Remove invalid +- Eliminar no válido +- +- +- Clear list +- Borrar lista +- +- +- Open folder +- Abrir carpeta +- +- +- Sort +- Ordenar +- +- +- Sort by name +- Ordenar por nombre +- +- +- Sort by type +- Ordenar por tipo +- +- +- +- PlayListWidget +- +- Video +- Vídeo +- +- +- Video Player +- Reproductor de vídeo +- +- +- Form +- Forma +- +- +- Tips +- 提示 +- +- +- File not exist! +- ¡El archivo no existe! +- +- +- Are you sure you want to clear the list? +- ¿Estás seguro de que quieres borrar la lista? +- +- +- Add file +- Agregar archivo +- +- +- Play order +- 播放顺序 +- +- +- Clear list +- Borrar lista +- +- +- kylin-video-990 +- 影音 +- +- +- Switch views +- 切换视图 +- +- +- Are you sure you want to clear the list? +-The file being played will be stopped. +- 确定清空列表 +- +- +- The file being played will be stopped. +- El archivo que se está reproduciendo se detendrá. +- +- +- Marks +- Marcas +- +- +- Load file error! +- ¡Error de carga de archivo! +- +- +- Preview view +- Vista previa +- +- +- List view +- Vista de lista +- +- +- One loop +- Un bucle +- +- +- Sequential +- Secuencial +- +- +- List loop +- Bucle de lista +- +- +- Random +- Aleatorio +- +- +- Please add file to list ~ +- Por favor, agregue el archivo a la lista ~ +- +- +- +- PreviewWidget +- +- Form +- Forma +- +- +- +- QObject +- +- Model name +- Nombre del modelo +- +- +- +- SetUpDialog +- +- Dialog +- Diálogo +- +- +- Set up +- 设置 +- +- +- Cancel +- Cancelar +- +- +- OK +- De acuerdo +- +- +- System +- Sistema +- +- +- Play +- Jugar +- +- +- ScreenShot +- Captura de pantalla +- +- +- Subtitle +- Subtítulo +- +- +- Volume +- 声音设置 +- +- +- Codec +- Códec +- +- +- Shortcut +- Atajo +- +- +- Video Player Set up +- Configuración del reproductor de vídeo +- +- +- Setup +- Arreglo +- +- +- Audio +- Audio +- +- +- +- SetupCodec +- +- Demux +- Demux +- +- +- Video decoder +- Decodificador de vídeo +- +- +- Audio decoder +- Decodificador de audio +- +- +- Form +- Forma +- +- +- Video output +- Salida de vídeo +- +- +- Decode threads +- Decodificar subprocesos +- +- +- default +- predeterminado +- +- +- no +- No +- +- +- auto +- Automático +- +- +- +- SetupPlay +- +- Set fullscreen when open video. +- 打开视频时自动全屏 +- +- +- Clear play list on exit. +- 退出时清空播放列表 +- +- +- Automatically plays from where the file was last stopped. +- 自动从文件上次停止的位置播放 +- +- +- Automatically find associated files to play +- Encuentre automáticamente los archivos asociados para reproducir +- +- +- Form +- Forma +- +- +- Set fullscreen when open video +- Configurar la pantalla completa al abrir el video +- +- +- Clear play list on exit +- Borrar lista de reproducción al salir +- +- +- Automatically plays from where the file was last stopped +- Se reproduce automáticamente desde el lugar donde se detuvo el archivo por última vez +- +- +- +- SetupScreenshot +- +- Only save to clipboard. +- 仅保存到剪切板 +- +- +- Save to file. +- 保存为文件 +- +- +- save path +- Guardar ruta +- +- +- browse +- hojear +- +- +- save type +- Tipo de guardado +- +- +- Screenshot according to the current screen size. +- 按当前显示的画面尺寸截图 +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- Forma +- +- +- Only save to clipboard +- Guardar solo en el portapapeles +- +- +- Save to file +- Guardar en archivo +- +- +- Screenshot according to the current screen size +- Captura de pantalla según el tamaño de pantalla actual +- +- +- Pictures +- Fotos +- +- +- Video Player Choose a directory +- Reproductor de vídeo Elegir un directorio +- +- +- +- SetupShortcut +- +- file +- archivo +- +- +- play +- jugar +- +- +- image +- imagen +- +- +- volume +- 声音 +- +- +- subtitle +- 字幕 +- +- +- other +- Otro +- +- +- open file +- Abrir archivo +- +- +- open dir +- Abrir directorio +- +- +- prev file +- Archivo anterior +- +- +- next file +- Siguiente archivo +- +- +- play/pause +- Reproducir/Pausar +- +- +- speed up +- acelerar +- +- +- speed down +- Reducción de la velocidad +- +- +- speed normal +- Velocidad normal +- +- +- forword +- forword +- +- +- backword +- Backword +- +- +- forward 30s +- Adelante 30s +- +- +- backword 30s +- Palabra de fondo 30s +- +- +- insert bookmark +- Insertar marcador +- +- +- ib notes +- 插入与注释书签 +- +- +- fullscreen +- Pantalla completa +- +- +- mini mode +- Modo mini +- +- +- to top +- subir +- +- +- screenshot +- Captura de pantalla +- +- +- cut +- 截取 +- +- +- light up +- alumbrar +- +- +- light down +- Luz apagada +- +- +- forward rotate +- Rotación hacia adelante +- +- +- backward rotate +- Rotación hacia atrás +- +- +- horizontal flip +- volteo horizontal +- +- +- vertical flip +- voltereta vertical +- +- +- image boost +- 画质增强 +- +- +- volume up +- Subir volumen +- +- +- volume down +- Bajar volumen +- +- +- mute +- mudo +- +- +- audio next +- audio siguiente +- +- +- default channel +- Canal predeterminado +- +- +- left channel +- Canal izquierdo +- +- +- right channel +- Canal derecho +- +- +- sub load +- Subcarga +- +- +- sub earlier +- Sub anterior +- +- +- sub later +- sub más tarde +- +- +- sub up +- Sub subir +- +- +- sub down +- Sub abajo +- +- +- sub next +- sub siguiente +- +- +- play list +- Lista de reproducción +- +- +- setup +- arreglo +- +- +- Form +- Forma +- +- +- audio +- audio +- +- +- sub +- sub +- +- +- +- SetupSubtitle +- +- Sub loading +- Subcarga +- +- +- Auto loading subtitles with the same name. +- 自动载入同名字幕 +- +- +- Auto loading other subtitles in the same folder +- Carga automática de otros subtítulos en la misma carpeta +- +- +- Sub Path +- Ruta secundaria +- +- +- browse +- hojear +- +- +- Font Style +- Estilo de fuente +- +- +- Family +- Familia +- +- +- Size +- Tamaño +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- Forma +- +- +- Auto loading subtitles with the same name +- Carga automática de subtítulos con el mismo nombre +- +- +- Video Player Choose a directory +- Reproductor de vídeo Elegir un directorio +- +- +- +- SetupSystem +- +- Window +- Ventana +- +- +- Minimize to system tray icon +- Minimizar al icono de la bandeja del sistema +- +- +- Pause video playback when minimized +- Pausar la reproducción de vídeo cuando se minimiza +- +- +- Multiple run +- Ejecución múltiple +- +- +- Allow multiple Video Player to run simultaneously +- 允许同时运行多个影音 +- +- +- Form +- Forma +- +- +- After sleep/sleep/lock screen and wake up, keep playing state +- Después de la suspensión/suspensión/pantalla de bloqueo y despertar, mantenga el estado de reproducción +- +- +- Allow multiple Kylin Video to run simultaneously +- Permitir que varios Kylin Video se ejecuten simultáneamente +- +- +- +- SetupVolume +- +- Sound card selection +- 声卡选择 +- +- +- Volume contral +- Contral de volumen +- +- +- Global volume +- Volumen global +- +- +- Default volume standardization +- Estandarización de volumen predeterminada +- +- +- Form +- Forma +- +- +- Output driver +- Controlador de salida +- +- +- +- ShortCutItem +- +- Hotkey conflict +- Conflicto de teclas de acceso rápido +- +- +- +- ShortCutSetting +- +- open file +- Abrir archivo +- +- +- open dir +- Abrir directorio +- +- +- prev file +- Archivo anterior +- +- +- next file +- Siguiente archivo +- +- +- play/pause +- Reproducir/Pausar +- +- +- speed up +- acelerar +- +- +- speed down +- Reducción de la velocidad +- +- +- speed normal +- Velocidad normal +- +- +- forword +- forword +- +- +- backword +- Backword +- +- +- forward 30s +- Adelante 30s +- +- +- backword 30s +- Palabra de fondo 30s +- +- +- insert bookmark +- Insertar marcador +- +- +- ib notes +- Notas del IB +- +- +- fullscreen +- Pantalla completa +- +- +- mini mode +- Modo mini +- +- +- to top +- subir +- +- +- screenshot +- Captura de pantalla +- +- +- cut +- cortar +- +- +- light up +- alumbrar +- +- +- light down +- Luz apagada +- +- +- forward rotate +- Rotación hacia adelante +- +- +- backward rotate +- Rotación hacia atrás +- +- +- horizontal flip +- volteo horizontal +- +- +- vertical flip +- voltereta vertical +- +- +- image boost +- Mejora de imagen +- +- +- volume up +- Subir volumen +- +- +- volume down +- Bajar volumen +- +- +- mute +- mudo +- +- +- audio next +- audio siguiente +- +- +- default channel +- Canal predeterminado +- +- +- left channel +- Canal izquierdo +- +- +- right channel +- Canal derecho +- +- +- sub load +- Subcarga +- +- +- sub earlier +- Sub anterior +- +- +- sub later +- sub más tarde +- +- +- sub up +- Sub subir +- +- +- sub down +- Sub abajo +- +- +- sub next +- sub siguiente +- +- +- play list +- Lista de reproducción +- +- +- setup +- arreglo +- +- +- exit +- salida +- +- +- help documentation +- Documentación de ayuda +- +- +- +- SystemTrayIcon +- +- Video Player +- Reproductor de vídeo +- +- +- Quit +- Renunciar +- +- +- +- TitleMenu +- +- Upload to cloud +- Subir a la nube +- +- +- About +- Acerca de +- +- +- Quit +- Renunciar +- +- +- Theme +- Tema +- +- +- Follow system +- Seguir el sistema +- +- +- Light theme +- Tema de luz +- +- +- Black theme +- Tema negro +- +- +- Privacy +- Privacidad +- +- +- Clear mark +- Marca clara +- +- +- No mark +- Sin marca +- +- +- Help +- Ayuda +- +- +- Check update +- Comprobar actualización +- +- +- Advice and feedback +- Consejos y comentarios +- +- +- Official website +- Sitio web oficial +- +- +- Setup +- Arreglo +- +- +- System setup +- Configuración del sistema +- +- +- Play setup +- Configuración del juego +- +- +- Screenshot setup +- Configuración de capturas de pantalla +- +- +- Subtitle setup +- Configuración de subtítulos +- +- +- Audio setup +- Configuración de audio +- +- +- Decoder setup +- Configuración del decodificador +- +- +- Shortcut setup +- Configuración de accesos directos +- +- +- Manual +- Manual +- +- +- +- TitleWidget +- +- Video Player +- Reproductor de vídeo +- +- +- Restore +- Restaurar +- +- +- Maximize +- Maximizar +- +- +- Menu +- Menú +- +- +- Mini mode +- Modo Mini +- +- +- Minimize +- Minimizar +- +- +- Close +- Cerrar +- +- +- +- TopWindow +- +- Video Player +- Reproductor de vídeo +- +- +- +- WaylandDialog +- +- Dialog +- Diálogo +- +- +- +diff --git a/src/translations/kylin-video_fr.ts b/src/translations/kylin-video_fr.ts +deleted file mode 100644 +index 6c8f512..0000000 +--- a/src/translations/kylin-video_fr.ts ++++ /dev/null +@@ -1,1929 +0,0 @@ +- +- +- +- +- AboutDialog +- +- Dialog +- Dialogue +- +- +- About +- 关于 +- +- +- <html><head/><body><p align="center">kylin video</p></body></html> +- <html><head/><body><p align="center">麒麟影音</p></body></html> +- +- +- <html><head/><body><p align="center">version: 0.0.1</p></body></html> +- <html><head/><body><p align="center">版本: 0.0.1</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Kylin video is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 麒麟影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- service and support: support@kylinos.cn +- Service et assistance : support@kylinos.cn +- +- +- version: +- Version: +- +- +- service and support: +- Service et assistance : +- +- +- Video Player About +- Video Player À propos +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans Syloti Nagri'; font-size:13pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- <html><head/><body><p align="center">Video Player</p></body></html> +- <html> <head/> <body> <p align="center"> Lecteur vidéo</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> 影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- Video Player +- Lecteur vidéo +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。影音支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。影音支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- Service & Support: +- Service après-vente et assistance : +- +- +- <html><head/><body><p align="center">version: 3.1.1</p></body></html> +- <html> <head/> <body> <p align="center">version : 3.1.1</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans Mono CJK SC'; font-size:12pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html> <head> <meta name="qrichtext" content="1" /> <style type="text/css"> +-p, li { espace-blanc : pré-retournement ; } +-</style> </head> <body style=" font-family:'Noto Sans Mono CJK SC'; font-size:12pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player est un lecteur frontal avec une belle interface et une bonne interaction. Il est développé avec Qt5 et utilise MPV comme moteur de lecture. Video Player prend en charge presque tous les formats audio et vidéo et dispose d’une puissante capacité de décodage. </span> </p> </body> </html> +- +- +- +- ContralBar +- +- Form +- Forme +- +- +- 2.0X +- 2,0 fois +- +- +- 1.5X +- 1,5 fois +- +- +- 1.25X +- 1,25 fois +- +- +- 1.0X +- 1,0 fois +- +- +- 0.75X +- 0,75 fois +- +- +- 0.5X +- 0,5 fois +- +- +- Screen shot +- Capture d’écran +- +- +- Add mark +- Ajouter un repère +- +- +- Next +- Prochain +- +- +- Previous +- Précédent +- +- +- Play +- Jouer +- +- +- Volume +- Volume +- +- +- Speed +- Vitesse +- +- +- Tools +- Outils +- +- +- Full screen +- Plein écran +- +- +- Pause +- Pause +- +- +- Exit full screen +- Quitter le plein écran +- +- +- --:--:--/--:--:-- +- --:--:--/--:--:-- +- +- +- +- GlobalSetup +- +- Pictures +- 图片 +- +- +- no +- +- +- +- auto +- auto +- +- +- default +- faire défaut +- +- +- +- HomePage +- +- open file +- Ouvrir le fichier +- +- +- open dir +- ouvrir le répertoire +- +- +- Video Player +- Lecteur vidéo +- +- +- +- KRightClickMenu +- +- Open +- 打开 +- +- +- Open &File... +- Ouvrir et classer... +- +- +- &URL... +- &打开URL... +- +- +- ToTop +- Haut de page +- +- +- Order +- Commande +- +- +- One Loop +- Une boucle +- +- +- Sequence +- Séquence +- +- +- List loop +- Boucle de liste +- +- +- Random +- Aléatoire +- +- +- Frame +- Cadre +- +- +- Default frame +- Cadre par défaut +- +- +- Full frame +- Plein format +- +- +- forward rotate +- Rotation vers l’avant +- +- +- Along rotate +- Le long de la rotation +- +- +- backward rotate +- Rotation vers l’arrière +- +- +- Inverse rotate +- Rotation inverse +- +- +- horizontal flip +- retournement horizontal +- +- +- Horizontally flip +- Retourner horizontalement +- +- +- vertical flip +- Retournement vertical +- +- +- Vertically flip +- Retourner verticalement +- +- +- Audio +- Audio +- +- +- AudioTrack +- Piste audio +- +- +- AudioChannel +- Canal audio +- +- +- Stereo +- Stéréo +- +- +- Left channel +- Canal gauche +- +- +- Right channel +- Canal droit +- +- +- Audio set +- Ensemble audio +- +- +- Subtitle +- Sous-titre +- +- +- Choose a file +- 选择一个文件 +- +- +- Subtitles +- Sous-titres +- +- +- All files +- Tous les fichiers +- +- +- Load subtitle +- Charger les sous-titres +- +- +- Subtitle select +- Sélection de sous-titres +- +- +- No subtitle +- Pas de sous-titre +- +- +- Subtitle set +- Jeu de sous-titres +- +- +- volume up +- Augmenter le volume +- +- +- volume down +- Baisser le volume +- +- +- forward +- en avant +- +- +- backward +- en arrière +- +- +- setup +- coup monté +- +- +- More +- 更多 +- +- +- Theme +- 主题 +- +- +- Follow system +- 跟随系统 +- +- +- Light theme +- 浅色主题 +- +- +- Black theme +- 深色主题 +- +- +- About +- 关于 +- +- +- Privacy +- 隐私 +- +- +- Clear mark +- 清理痕迹 +- +- +- No mark +- 无痕播放 +- +- +- Match subtitle +- Sous-titre du match +- +- +- open file +- Ouvrir le fichier +- +- +- Open &Directory... +- Ouvrir &répertoire... +- +- +- open dir +- ouvrir le répertoire +- +- +- to top +- en haut de la page +- +- +- Show profile +- Voir le profil +- +- +- Search subtitle +- Rechercher des sous-titres +- +- +- Play +- Jouer +- +- +- Play/Pause +- Lecture/Pause +- +- +- Volume up +- 音量+ +- +- +- Volume down +- 音量- +- +- +- Play forward +- 快进 +- +- +- Play backward +- 快退 +- +- +- Player set +- 设置 +- +- +- Media info +- Infos médias +- +- +- 4:3 +- 4:3 +- +- +- 16:9 +- 16:9 +- +- +- restore frame +- Restaurer le cadre +- +- +- Video Player Choose a file +- Lecteur vidéo Choisir un fichier +- +- +- Default +- Faire défaut +- +- +- sub load +- Sous-charge +- +- +- +- KylinUI::MessageBox +- +- Cancel +- Annuler +- +- +- Ok +- D’accord +- +- +- +- ListLoopMenu +- +- One Loop +- Une boucle +- +- +- List loop +- Boucle de liste +- +- +- Random +- Aléatoire +- +- +- Sequence +- Séquence +- +- +- +- MainWidget +- +- Video Player +- Lecteur vidéo +- +- +- open file +- 打开文件 +- +- +- open dir +- 打开文件夹 +- +- +- Choose a file +- 选择一个文件 +- +- +- Multimedia +- Multimédia +- +- +- Video +- Vidéo +- +- +- Audio +- Audio +- +- +- Playlists +- 播放列表 +- +- +- All files +- 所有文件 +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- Forme +- +- +- Video Player +- 影音 +- +- +- Video Player Choose a file +- Lecteur vidéo Choisir un fichier +- +- +- Video Player Choose a directory +- Lecteur vidéo Choisir un répertoire +- +- +- video player +- Lecteur vidéo +- +- +- /Video +- /视频 +- +- +- +- MarkListItem +- +- Video Player +- Lecteur vidéo +- +- +- File not exist! +- Le fichier n’existe pas ! +- +- +- +- MediaInfoDialog +- +- Dialog +- Dialogue +- +- +- media info +- Infos médias +- +- +- media name: +- 媒体文件: +- +- +- file type: +- 文件类型: +- +- +- file size: +- 文件大小: +- +- +- file duration: +- 文件时长: +- +- +- file path: +- 文件路径: +- +- +- ok +- D’accord +- +- +- kylin video +- 影音 +- +- +- title: +- titre: +- +- +- type: +- type: +- +- +- size: +- taille: +- +- +- duration: +- durée: +- +- +- path: +- chemin: +- +- +- video player +- Lecteur vidéo +- +- +- +- MiniModeShade +- +- pause +- pause +- +- +- play +- jouer +- +- +- close +- fermer +- +- +- normal mode +- Mode normal +- +- +- +- MpvCore +- +- File size +- Taille du fichier +- +- +- Date created +- Date de création +- +- +- Media length +- Longueur du support +- +- +- brightness : %1 +- luminosité : %1 +- +- +- subtitle delay : %1s +- Délai des sous-titres : %1s +- +- +- Horizontal Flip: +- Retournement horizontal : +- +- +- close +- fermer +- +- +- open +- ouvrir +- +- +- Vertical Flip: +- Retournement vertical : +- +- +- File: +- Lime: +- +- +- Video: +- Vidéo: +- +- +- Resolution: +- Résolution: +- +- +- Estimated FPS: +- 估算 FPS: +- +- +- Bitrate: +- Débit binaire : +- +- +- Audio: +- Audio: +- +- +- Sample Rate: +- Fréquence d’échantillonnage : +- +- +- Channels: +- Canaux: +- +- +- Audio/video synchronization: +- 音视频同步差: +- +- +- volume : %1 +- volume : %1 +- +- +- speed : %1x +- Vitesse : %1x +- +- +- Mute +- Muet +- +- +- Cancel Mute +- Annuler la mise en sourdine +- +- +- Playing +- Jeu +- +- +- Paused +- Pause +- +- +- subtitle : +- sous-titre: +- +- +- File +- Lime +- +- +- Title +- Titre +- +- +- Video (x%0) +- Vidéo (x%0) +- +- +- Video Output +- Sortie vidéo +- +- +- Resolution +- Résolution +- +- +- FPS +- +- +- +- A/V Sync +- 音视频同步 +- +- +- Bitrate +- Débit binaire +- +- +- %0 kbps +- +- +- +- Audio (x%0) +- Audio (x%0) +- +- +- Audio Output +- Sortie audio +- +- +- Sample Rate +- Fréquence d’échantillonnage +- +- +- Channels +- Canaux +- +- +- Chapters +- Chapitres +- +- +- Metadata +- Métadonnées +- +- +- fps: +- Les images par seconde : +- +- +- restore frame +- Restaurer le cadre +- +- +- ScreenShot OK +- Capture d’écran OK +- +- +- ScreenShot Failed +- 截图失败,文件夹无写权限 +- +- +- ScreenShot Failed, folder has no write permission. +- 截图失败,文件夹无写入权限。 +- +- +- Stereo +- Stéréo +- +- +- Left Channel +- Canal gauche +- +- +- Right Channel +- Canal droit +- +- +- Pictures +- Photos +- +- +- ScreenShot Failed, folder has no write permission or folder not exit. +- Capture d’écran Échec, le dossier n’a pas d’autorisation d’écriture ou le dossier ne se ferme pas. +- +- +- Add mark ok +- Ajouter la marque ok +- +- +- Add mark error +- Ajout d’une erreur de repère +- +- +- default +- faire défaut +- +- +- auto +- auto +- +- +- Buffering... +- Tampon... +- +- +- +- PlayListItem +- +- File not exist! +- Le fichier n’existe pas ! +- +- +- +- PlayListItemMenu +- +- Remove selected +- Supprimer la sélection +- +- +- Remove invalid +- Supprimer les éléments non valides +- +- +- Clear list +- Effacer la liste +- +- +- Open folder +- Ouvrir le dossier +- +- +- Sort +- Trier +- +- +- Sort by name +- Trier par nom +- +- +- Sort by type +- Trier par type +- +- +- +- PlayListWidget +- +- Video +- Vidéo +- +- +- Video Player +- Lecteur vidéo +- +- +- Form +- Forme +- +- +- Tips +- 提示 +- +- +- File not exist! +- Le fichier n’existe pas ! +- +- +- Are you sure you want to clear the list? +- Êtes-vous sûr de vouloir effacer la liste ? +- +- +- Add file +- Ajouter un fichier +- +- +- Play order +- 播放顺序 +- +- +- Clear list +- Effacer la liste +- +- +- kylin-video-990 +- 影音 +- +- +- Switch views +- 切换视图 +- +- +- Are you sure you want to clear the list? +-The file being played will be stopped. +- 确定清空列表 +- +- +- The file being played will be stopped. +- Le fichier en cours de lecture sera arrêté. +- +- +- Marks +- Marques +- +- +- Load file error! +- Erreur de chargement du fichier ! +- +- +- Preview view +- Vue de l’aperçu +- +- +- List view +- Affichage en liste +- +- +- One loop +- Une boucle +- +- +- Sequential +- Séquentiel +- +- +- List loop +- Boucle de liste +- +- +- Random +- Aléatoire +- +- +- Please add file to list ~ +- S’il vous plaît ajouter un fichier à la liste ~ +- +- +- +- PreviewWidget +- +- Form +- Forme +- +- +- +- QObject +- +- Model name +- Nom du modèle +- +- +- +- SetUpDialog +- +- Dialog +- Dialogue +- +- +- Set up +- 设置 +- +- +- Cancel +- Annuler +- +- +- OK +- D’ACCORD +- +- +- System +- Système +- +- +- Play +- Jouer +- +- +- ScreenShot +- Capture d’écran +- +- +- Subtitle +- Sous-titre +- +- +- Volume +- 声音设置 +- +- +- Codec +- Codec +- +- +- Shortcut +- Raccourci +- +- +- Video Player Set up +- Configuration du lecteur vidéo +- +- +- Setup +- Coup monté +- +- +- Audio +- Audio +- +- +- +- SetupCodec +- +- Demux +- Demux +- +- +- Video decoder +- Décodeur vidéo +- +- +- Audio decoder +- Décodeur audio +- +- +- Form +- Forme +- +- +- Video output +- Sortie vidéo +- +- +- Decode threads +- Décoder les threads +- +- +- default +- faire défaut +- +- +- no +- Non +- +- +- auto +- auto +- +- +- +- SetupPlay +- +- Set fullscreen when open video. +- 打开视频时自动全屏 +- +- +- Clear play list on exit. +- 退出时清空播放列表 +- +- +- Automatically plays from where the file was last stopped. +- 自动从文件上次停止的位置播放 +- +- +- Automatically find associated files to play +- Rechercher automatiquement les fichiers associés à lire +- +- +- Form +- Forme +- +- +- Set fullscreen when open video +- Définir le plein écran lors de l’ouverture de la vidéo +- +- +- Clear play list on exit +- Effacer la liste de lecture à la sortie +- +- +- Automatically plays from where the file was last stopped +- Lit automatiquement à partir de l’endroit où le fichier a été arrêté pour la dernière fois +- +- +- +- SetupScreenshot +- +- Only save to clipboard. +- 仅保存到剪切板 +- +- +- Save to file. +- 保存为文件 +- +- +- save path +- Chemin d’enregistrement +- +- +- browse +- parcourir +- +- +- save type +- Type d’enregistrement +- +- +- Screenshot according to the current screen size. +- 按当前显示的画面尺寸截图 +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- Forme +- +- +- Only save to clipboard +- Enregistrer uniquement dans le presse-papiers +- +- +- Save to file +- Enregistrer dans un fichier +- +- +- Screenshot according to the current screen size +- Capture d’écran en fonction de la taille d’écran actuelle +- +- +- Pictures +- Photos +- +- +- Video Player Choose a directory +- Lecteur vidéo Choisir un répertoire +- +- +- +- SetupShortcut +- +- file +- lime +- +- +- play +- jouer +- +- +- image +- image +- +- +- volume +- 声音 +- +- +- subtitle +- 字幕 +- +- +- other +- autre +- +- +- open file +- Ouvrir le fichier +- +- +- open dir +- ouvrir le répertoire +- +- +- prev file +- fichier précédent +- +- +- next file +- Fichier suivant +- +- +- play/pause +- Lecture/Pause +- +- +- speed up +- accélérer +- +- +- speed down +- Ralentissez la vitesse +- +- +- speed normal +- Vitesse normale +- +- +- forword +- Forword +- +- +- backword +- Arrière-plan +- +- +- forward 30s +- Vers l’avant 30s +- +- +- backword 30s +- backword des années 30 +- +- +- insert bookmark +- Insérer un signet +- +- +- ib notes +- 插入与注释书签 +- +- +- fullscreen +- Plein écran +- +- +- mini mode +- Mode Mini +- +- +- to top +- en haut de la page +- +- +- screenshot +- Capture d’écran +- +- +- cut +- 截取 +- +- +- light up +- illuminer +- +- +- light down +- Lumière vers le bas +- +- +- forward rotate +- Rotation vers l’avant +- +- +- backward rotate +- Rotation vers l’arrière +- +- +- horizontal flip +- retournement horizontal +- +- +- vertical flip +- Retournement vertical +- +- +- image boost +- 画质增强 +- +- +- volume up +- Augmenter le volume +- +- +- volume down +- Baisser le volume +- +- +- mute +- Muet +- +- +- audio next +- Audio suivant +- +- +- default channel +- Canal par défaut +- +- +- left channel +- Canal gauche +- +- +- right channel +- Canal droit +- +- +- sub load +- Sous-charge +- +- +- sub earlier +- sub plus tôt +- +- +- sub later +- sub plus tard +- +- +- sub up +- Sous-marin +- +- +- sub down +- Sous-marin vers le bas +- +- +- sub next +- sous-marin suivant +- +- +- play list +- Liste de lecture +- +- +- setup +- coup monté +- +- +- Form +- Forme +- +- +- audio +- audio +- +- +- sub +- sub +- +- +- +- SetupSubtitle +- +- Sub loading +- Sous-chargement +- +- +- Auto loading subtitles with the same name. +- 自动载入同名字幕 +- +- +- Auto loading other subtitles in the same folder +- Chargement automatique d’autres sous-titres dans le même dossier +- +- +- Sub Path +- Sous-chemin d’accès +- +- +- browse +- parcourir +- +- +- Font Style +- Style de police +- +- +- Family +- Famille +- +- +- Size +- Taille +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- Forme +- +- +- Auto loading subtitles with the same name +- Chargement automatique des sous-titres du même nom +- +- +- Video Player Choose a directory +- Lecteur vidéo Choisir un répertoire +- +- +- +- SetupSystem +- +- Window +- Fenêtre +- +- +- Minimize to system tray icon +- Réduire à l’icône de la barre d’état système +- +- +- Pause video playback when minimized +- Mettre en pause la lecture vidéo lorsqu’elle est réduite +- +- +- Multiple run +- Exécution multiple +- +- +- Allow multiple Video Player to run simultaneously +- 允许同时运行多个影音 +- +- +- Form +- Forme +- +- +- After sleep/sleep/lock screen and wake up, keep playing state +- Après avoir dormi/mis en veille/verrouiller l’écran et vous réveiller, continuez à jouer +- +- +- Allow multiple Kylin Video to run simultaneously +- Autoriser l’exécution simultanée de plusieurs Kylin Video +- +- +- +- SetupVolume +- +- Sound card selection +- 声卡选择 +- +- +- Volume contral +- Contral de volume +- +- +- Global volume +- Volume global +- +- +- Default volume standardization +- Standardisation des volumes par défaut +- +- +- Form +- Forme +- +- +- Output driver +- Pilote de sortie +- +- +- +- ShortCutItem +- +- Hotkey conflict +- Conflit de raccourcis clavier +- +- +- +- ShortCutSetting +- +- open file +- Ouvrir le fichier +- +- +- open dir +- ouvrir le répertoire +- +- +- prev file +- fichier précédent +- +- +- next file +- Fichier suivant +- +- +- play/pause +- Lecture/Pause +- +- +- speed up +- accélérer +- +- +- speed down +- Ralentissez la vitesse +- +- +- speed normal +- Vitesse normale +- +- +- forword +- Forword +- +- +- backword +- Arrière-plan +- +- +- forward 30s +- Vers l’avant 30s +- +- +- backword 30s +- backword des années 30 +- +- +- insert bookmark +- Insérer un signet +- +- +- ib notes +- Notes de l’IB +- +- +- fullscreen +- Plein écran +- +- +- mini mode +- Mode Mini +- +- +- to top +- en haut de la page +- +- +- screenshot +- Capture d’écran +- +- +- cut +- couper +- +- +- light up +- illuminer +- +- +- light down +- Lumière vers le bas +- +- +- forward rotate +- Rotation vers l’avant +- +- +- backward rotate +- Rotation vers l’arrière +- +- +- horizontal flip +- retournement horizontal +- +- +- vertical flip +- Retournement vertical +- +- +- image boost +- Amélioration de l’image +- +- +- volume up +- Augmenter le volume +- +- +- volume down +- Baisser le volume +- +- +- mute +- Muet +- +- +- audio next +- Audio suivant +- +- +- default channel +- Canal par défaut +- +- +- left channel +- Canal gauche +- +- +- right channel +- Canal droit +- +- +- sub load +- Sous-charge +- +- +- sub earlier +- sub plus tôt +- +- +- sub later +- sub plus tard +- +- +- sub up +- Sous-marin +- +- +- sub down +- Sous-marin vers le bas +- +- +- sub next +- sous-marin suivant +- +- +- play list +- Liste de lecture +- +- +- setup +- coup monté +- +- +- exit +- sortie +- +- +- help documentation +- Documentation d’aide +- +- +- +- SystemTrayIcon +- +- Video Player +- Lecteur vidéo +- +- +- Quit +- Démissionner +- +- +- +- TitleMenu +- +- Upload to cloud +- Téléchargement dans le cloud +- +- +- About +- Environ +- +- +- Quit +- Démissionner +- +- +- Theme +- Thème +- +- +- Follow system +- Suivre le système +- +- +- Light theme +- Thème de la lumière +- +- +- Black theme +- Thème noir +- +- +- Privacy +- Vie privée +- +- +- Clear mark +- Marque claire +- +- +- No mark +- Pas de marque +- +- +- Help +- Aide +- +- +- Check update +- Vérifier la mise à jour +- +- +- Advice and feedback +- Conseils et retours d’expérience +- +- +- Official website +- Site officiel +- +- +- Setup +- Coup monté +- +- +- System setup +- Configuration du système +- +- +- Play setup +- Configuration du jeu +- +- +- Screenshot setup +- Configuration de la capture d’écran +- +- +- Subtitle setup +- Configuration des sous-titres +- +- +- Audio setup +- Configuration audio +- +- +- Decoder setup +- Configuration du décodeur +- +- +- Shortcut setup +- Configuration des raccourcis +- +- +- Manual +- Manuelle +- +- +- +- TitleWidget +- +- Video Player +- Lecteur vidéo +- +- +- Restore +- Restaurer +- +- +- Maximize +- Maximiser +- +- +- Menu +- Menu +- +- +- Mini mode +- Mode mini +- +- +- Minimize +- Minimiser +- +- +- Close +- Fermer +- +- +- +- TopWindow +- +- Video Player +- Lecteur vidéo +- +- +- +- WaylandDialog +- +- Dialog +- Dialogue +- +- +- +diff --git a/src/translations/kylin-video_kk.ts b/src/translations/kylin-video_kk.ts +deleted file mode 100644 +index 0d6bfda..0000000 +--- a/src/translations/kylin-video_kk.ts ++++ /dev/null +@@ -1,1929 +0,0 @@ +- +- +- +- +- AboutDialog +- +- Dialog +- Диалог +- +- +- About +- 关于 +- +- +- <html><head/><body><p align="center">kylin video</p></body></html> +- <html><head/><body><p align="center">麒麟影音</p></body></html> +- +- +- <html><head/><body><p align="center">version: 0.0.1</p></body></html> +- <html><head/><body><p align="center">版本: 0.0.1</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Kylin video is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 麒麟影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- service and support: support@kylinos.cn +- қызмет көрсету және қолдау: support@kylinos.cn +- +- +- version: +- нұсқасы: +- +- +- service and support: +- қызмет көрсету және қолдау: +- +- +- Video Player About +- Бейне ойнатқыш туралы +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans Syloti Nagri'; font-size:13pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- <html><head/><body><p align="center">Video Player</p></body></html> +- <html> <head/> <body> <p align="center"> Бейне ойнатқыш</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> 影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- Video Player +- Бейне ойнатқыш +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。影音支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。影音支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- Service & Support: +- Қызмет және қолдау: +- +- +- <html><head/><body><p align="center">version: 3.1.1</p></body></html> +- <html> <head/> <body> <p align="center">нұсқасы: 3.1.1</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans Mono CJK SC'; font-size:12pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html> <head> <meta name="qrichtext" content="1" /> <style type="text/css"> +-p, li { ақ кеңістік: алдын ала орау; } +-</style> </head> <body style=" font-family:'Noto Sans Mono CJK SC'; font-size:12pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Видеоплейер - әдемі интерфейсі мен жақсы өзара әрекеттесуі бар алдыңғы ойыншы. Ол Qt5-пен әзірленіп, MPV-ді ойнату қозғалтқышы ретінде пайдаланады. Video Player барлық дерлік аудио және бейне пішімдерін қолдайды және қуатты декодтау қабілетіне ие. </span> </p> </body> </html> +- +- +- +- ContralBar +- +- Form +- Пішін +- +- +- 2.0X +- 2.0X +- +- +- 1.5X +- 1,5X +- +- +- 1.25X +- 1.25X +- +- +- 1.0X +- 1.0X +- +- +- 0.75X +- 0,75Х +- +- +- 0.5X +- 0,5X +- +- +- Screen shot +- Скриншот +- +- +- Add mark +- Таңба қосу +- +- +- Next +- Келесі +- +- +- Previous +- Алдыңғы +- +- +- Play +- Ойнату +- +- +- Volume +- Көлемі +- +- +- Speed +- Жылдамдық +- +- +- Tools +- Құралдар +- +- +- Full screen +- Толық экран +- +- +- Pause +- Кідіріс +- +- +- Exit full screen +- Толық экраннан шығу +- +- +- --:--:--/--:--:-- +- --:--:--/--:--:-- +- +- +- +- GlobalSetup +- +- Pictures +- 图片 +- +- +- no +- +- +- +- auto +- авто +- +- +- default +- әдепкі +- +- +- +- HomePage +- +- open file +- файлды ашу +- +- +- open dir +- ашық дир +- +- +- Video Player +- Бейне ойнатқыш +- +- +- +- KRightClickMenu +- +- Open +- 打开 +- +- +- Open &File... +- & Файлды ашу... +- +- +- &URL... +- &打开URL... +- +- +- ToTop +- Топ +- +- +- Order +- Тапсырыс +- +- +- One Loop +- Бір ілмек +- +- +- Sequence +- Бірізділік +- +- +- List loop +- Тізім ілмегі +- +- +- Random +- Кездейсоқ +- +- +- Frame +- Фрейм +- +- +- Default frame +- Әдепкі жақтау +- +- +- Full frame +- Толық рама +- +- +- forward rotate +- алға бұру +- +- +- Along rotate +- Бұру бойында +- +- +- backward rotate +- артқа бұру +- +- +- Inverse rotate +- Кері бұру +- +- +- horizontal flip +- көлденең слип +- +- +- Horizontally flip +- Көлденеңінен аудару +- +- +- vertical flip +- тік слип +- +- +- Vertically flip +- Тігінен аудару +- +- +- Audio +- Дыбыс +- +- +- AudioTrack +- AudioTrack +- +- +- AudioChannel +- AudioChannel +- +- +- Stereo +- Стерео +- +- +- Left channel +- Сол жақ арна +- +- +- Right channel +- Оң жақ арна +- +- +- Audio set +- Дыбыс жинағы +- +- +- Subtitle +- Субтитр +- +- +- Choose a file +- 选择一个文件 +- +- +- Subtitles +- Субтитрлар +- +- +- All files +- Барлық файлдар +- +- +- Load subtitle +- Жүктеу субтитры +- +- +- Subtitle select +- Субтитр таңдау +- +- +- No subtitle +- Субтитр жоқ +- +- +- Subtitle set +- Субтитр жиыны +- +- +- volume up +- көлемін жоғарылату +- +- +- volume down +- көлемі төмен +- +- +- forward +- форвард +- +- +- backward +- артқа +- +- +- setup +- баптау +- +- +- More +- 更多 +- +- +- Theme +- 主题 +- +- +- Follow system +- 跟随系统 +- +- +- Light theme +- 浅色主题 +- +- +- Black theme +- 深色主题 +- +- +- About +- 关于 +- +- +- Privacy +- 隐私 +- +- +- Clear mark +- 清理痕迹 +- +- +- No mark +- 无痕播放 +- +- +- Match subtitle +- Сіріңке субтитры +- +- +- open file +- файлды ашу +- +- +- Open &Directory... +- > Каталогты ашу... +- +- +- open dir +- ашық дир +- +- +- to top +- жоғарыға +- +- +- Show profile +- Профильді көрсету +- +- +- Search subtitle +- Іздеу субтитры +- +- +- Play +- Ойнату +- +- +- Play/Pause +- Ойнату/кідірту +- +- +- Volume up +- 音量+ +- +- +- Volume down +- 音量- +- +- +- Play forward +- 快进 +- +- +- Play backward +- 快退 +- +- +- Player set +- 设置 +- +- +- Media info +- Мультимедиа ақпараты +- +- +- 4:3 +- 4:3 +- +- +- 16:9 +- 16:9 +- +- +- restore frame +- раманы қалпына келтіру +- +- +- Video Player Choose a file +- Бейне ойнатқыш Файлды таңдау +- +- +- Default +- Әдетті +- +- +- sub load +- ішкі жүктеме +- +- +- +- KylinUI::MessageBox +- +- Cancel +- Болдырмау +- +- +- Ok +- Жақсы +- +- +- +- ListLoopMenu +- +- One Loop +- Бір ілмек +- +- +- List loop +- Тізім ілмегі +- +- +- Random +- Кездейсоқ +- +- +- Sequence +- Бірізділік +- +- +- +- MainWidget +- +- Video Player +- Бейне ойнатқыш +- +- +- open file +- 打开文件 +- +- +- open dir +- 打开文件夹 +- +- +- Choose a file +- 选择一个文件 +- +- +- Multimedia +- Мультимедиа +- +- +- Video +- Бейне +- +- +- Audio +- Дыбыс +- +- +- Playlists +- 播放列表 +- +- +- All files +- 所有文件 +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- +- +- +- Video Player +- 影音 +- +- +- Video Player Choose a file +- Бейне ойнатқыш Файлды таңдау +- +- +- Video Player Choose a directory +- Бейне ойнатқыш Каталогты таңдау +- +- +- video player +- бейне ойнатқыш +- +- +- /Video +- /视频 +- +- +- +- MarkListItem +- +- Video Player +- Бейне ойнатқыш +- +- +- File not exist! +- Файл жоқ! +- +- +- +- MediaInfoDialog +- +- Dialog +- Диалог +- +- +- media info +- мультимедиа ақпараты +- +- +- media name: +- 媒体文件: +- +- +- file type: +- 文件类型: +- +- +- file size: +- 文件大小: +- +- +- file duration: +- 文件时长: +- +- +- file path: +- 文件路径: +- +- +- ok +- Жақсы +- +- +- kylin video +- 影音 +- +- +- title: +- тақырыбы: +- +- +- type: +- түрі: +- +- +- size: +- өлшемі: +- +- +- duration: +- ұзақтығы: +- +- +- path: +- жол: +- +- +- video player +- бейне ойнатқыш +- +- +- +- MiniModeShade +- +- pause +- кідіріс +- +- +- play +- ойнату +- +- +- close +- жабу +- +- +- normal mode +- қалыпты режим +- +- +- +- MpvCore +- +- File size +- Файл өлшемі +- +- +- Date created +- Жасалған күн +- +- +- Media length +- Мультимедиа ұзындығы +- +- +- brightness : %1 +- жарықтығы:% 1 +- +- +- subtitle delay : %1s +- субтитр кідірісі:% 1s +- +- +- Horizontal Flip: +- Көлденең слип: +- +- +- close +- жабу +- +- +- open +- ашу +- +- +- Vertical Flip: +- Тік слип: +- +- +- File: +- Файл: +- +- +- Video: +- Бейне: +- +- +- Resolution: +- Ажыратымдылығы: +- +- +- Estimated FPS: +- 估算 FPS: +- +- +- Bitrate: +- Битрат: +- +- +- Audio: +- Дыбыс: +- +- +- Sample Rate: +- Үлгінің нормасы: +- +- +- Channels: +- Арналар: +- +- +- Audio/video synchronization: +- 音视频同步差: +- +- +- volume : %1 +- % 1 дегеннің көлемі +- +- +- speed : %1x +- жылдамдық:% 1x +- +- +- Mute +- Дыбысты өшіру +- +- +- Cancel Mute +- Дыбысты өшіруден бас тарту +- +- +- Playing +- Ойнау +- +- +- Paused +- Кідірту +- +- +- subtitle : +- субтитр: +- +- +- File +- Файл +- +- +- Title +- Тақырып +- +- +- Video (x%0) +- Бейне (x% 0) +- +- +- Video Output +- Бейне шығысы +- +- +- Resolution +- Резолюция +- +- +- FPS +- +- +- +- A/V Sync +- 音视频同步 +- +- +- Bitrate +- Битрат +- +- +- %0 kbps +- +- +- +- Audio (x%0) +- Дыбыс (x% 0) +- +- +- Audio Output +- Дыбыс шығару +- +- +- Sample Rate +- Үлгі нормасы +- +- +- Channels +- Арналар +- +- +- Chapters +- Тараулар +- +- +- Metadata +- Метадеректер +- +- +- fps: +- fps: +- +- +- restore frame +- раманы қалпына келтіру +- +- +- ScreenShot OK +- OK скриншоты +- +- +- ScreenShot Failed +- 截图失败,文件夹无写权限 +- +- +- ScreenShot Failed, folder has no write permission. +- 截图失败,文件夹无写入权限。 +- +- +- Stereo +- Стерео +- +- +- Left Channel +- Сол жақ арна +- +- +- Right Channel +- Оң жақ арна +- +- +- Pictures +- Суреттер +- +- +- ScreenShot Failed, folder has no write permission or folder not exit. +- Скриншот Жаңылысқан, қалтаның жазуға рұқсаты немесе қалтасы шықпаған. +- +- +- Add mark ok +- OK белгісін қосу +- +- +- Add mark error +- Таңбалау қатесі +- +- +- default +- әдепкі +- +- +- auto +- авто +- +- +- Buffering... +- Буферлеу... +- +- +- +- PlayListItem +- +- File not exist! +- Файл жоқ! +- +- +- +- PlayListItemMenu +- +- Remove selected +- Таңдалғанды жою +- +- +- Remove invalid +- Жарамсыз деп тану +- +- +- Clear list +- Тізімді тазалау +- +- +- Open folder +- Қапшықты ашу +- +- +- Sort +- Сұрыптау +- +- +- Sort by name +- Атауы бойынша сұрыптау +- +- +- Sort by type +- Түрлері бойынша сұрыптау +- +- +- +- PlayListWidget +- +- Video +- Бейне +- +- +- Video Player +- Бейне ойнатқыш +- +- +- Form +- Пішін +- +- +- Tips +- 提示 +- +- +- File not exist! +- Файл жоқ! +- +- +- Are you sure you want to clear the list? +- Тізімді тазалағыңыз келетініне сенімдісіз бе? +- +- +- Add file +- Файлды қосу +- +- +- Play order +- 播放顺序 +- +- +- Clear list +- Тізімді тазалау +- +- +- kylin-video-990 +- 影音 +- +- +- Switch views +- 切换视图 +- +- +- Are you sure you want to clear the list? +-The file being played will be stopped. +- 确定清空列表 +- +- +- The file being played will be stopped. +- Ойнатылатын файл тоқтатылады. +- +- +- Marks +- Таңбалар +- +- +- Load file error! +- Файлды жүктеу қатесі! +- +- +- Preview view +- Алдын ала қарау көрінісі +- +- +- List view +- Тізім көрінісі +- +- +- One loop +- Бір ілмек +- +- +- Sequential +- Бірізділік +- +- +- List loop +- Тізім ілмегі +- +- +- Random +- Кездейсоқ +- +- +- Please add file to list ~ +- Тізімге файл қосуыңызды сұраймыз © +- +- +- +- PreviewWidget +- +- Form +- Пішін +- +- +- +- QObject +- +- Model name +- Үлгі атауы +- +- +- +- SetUpDialog +- +- Dialog +- Диалог +- +- +- Set up +- 设置 +- +- +- Cancel +- Болдырмау +- +- +- OK +- ЖАҚСЫ +- +- +- System +- Жүйе +- +- +- Play +- Ойнату +- +- +- ScreenShot +- Скриншот +- +- +- Subtitle +- Субтитр +- +- +- Volume +- 声音设置 +- +- +- Codec +- Кодек +- +- +- Shortcut +- Пернелер тіркесімі +- +- +- Video Player Set up +- Бейне ойнатқышты орнату +- +- +- Setup +- Баптау +- +- +- Audio +- Дыбыс +- +- +- +- SetupCodec +- +- Demux +- Демукс +- +- +- Video decoder +- Бейне декодер +- +- +- Audio decoder +- Дыбысты декодер +- +- +- Form +- Пішін +- +- +- Video output +- Бейне шығарылымы +- +- +- Decode threads +- Жіптерді декодтау +- +- +- default +- әдепкі +- +- +- no +- Жоқ +- +- +- auto +- авто +- +- +- +- SetupPlay +- +- Set fullscreen when open video. +- 打开视频时自动全屏 +- +- +- Clear play list on exit. +- 退出时清空播放列表 +- +- +- Automatically plays from where the file was last stopped. +- 自动从文件上次停止的位置播放 +- +- +- Automatically find associated files to play +- Ойнату үшін байланысты файлдарды автоматты түрде табу +- +- +- Form +- Пішін +- +- +- Set fullscreen when open video +- Бейнені ашқанда толық экранды орнату +- +- +- Clear play list on exit +- Шығуда ойнату тізімін тазалау +- +- +- Automatically plays from where the file was last stopped +- Файл соңғы рет тоқтатылған жерден автоматты түрде ойнатылады +- +- +- +- SetupScreenshot +- +- Only save to clipboard. +- 仅保存到剪切板 +- +- +- Save to file. +- 保存为文件 +- +- +- save path +- сақтау жолы +- +- +- browse +- шолу +- +- +- save type +- сақтау түрі +- +- +- Screenshot according to the current screen size. +- 按当前显示的画面尺寸截图 +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- Пішін +- +- +- Only save to clipboard +- Тек алмасу буферіне сақтау +- +- +- Save to file +- Файлға сақтау +- +- +- Screenshot according to the current screen size +- Ағымдағы экран өлшеміне сәйкес скриншот +- +- +- Pictures +- Суреттер +- +- +- Video Player Choose a directory +- Бейне ойнатқыш Каталогты таңдау +- +- +- +- SetupShortcut +- +- file +- файл +- +- +- play +- ойнату +- +- +- image +- кескіні +- +- +- volume +- 声音 +- +- +- subtitle +- 字幕 +- +- +- other +- басқалары +- +- +- open file +- файлды ашу +- +- +- open dir +- ашық дир +- +- +- prev file +- алдын ала файл +- +- +- next file +- келесі файл +- +- +- play/pause +- ойнату/кідіріс +- +- +- speed up +- жылдамдықты арттыру +- +- +- speed down +- жылдамдықты төмендету +- +- +- speed normal +- жылдамдық қалыпты +- +- +- forword +- форворд +- +- +- backword +- артқы сөзі +- +- +- forward 30s +- алға 30 жж. +- +- +- backword 30s +- 30s артқы сөзі +- +- +- insert bookmark +- бетбелгі кірістіру +- +- +- ib notes +- 插入与注释书签 +- +- +- fullscreen +- толық экран +- +- +- mini mode +- шағын режім +- +- +- to top +- жоғарыға +- +- +- screenshot +- скриншот +- +- +- cut +- 截取 +- +- +- light up +- жарықтандыру +- +- +- light down +- жарық төмен +- +- +- forward rotate +- алға бұру +- +- +- backward rotate +- артқа бұру +- +- +- horizontal flip +- көлденең слип +- +- +- vertical flip +- тік слип +- +- +- image boost +- 画质增强 +- +- +- volume up +- көлемін жоғарылату +- +- +- volume down +- көлемі төмен +- +- +- mute +- дыбысын өшіру +- +- +- audio next +- келесі дыбыс +- +- +- default channel +- әдепкі арна +- +- +- left channel +- сол жақ арна +- +- +- right channel +- оң жақ арна +- +- +- sub load +- ішкі жүктеме +- +- +- sub earlier +- бағыныңқы +- +- +- sub later +- бағыныңқы +- +- +- sub up +- бағыныңқы +- +- +- sub down +- ішкі төмен +- +- +- sub next +- келесі бағыныңқы +- +- +- play list +- ойнату тізімі +- +- +- setup +- баптау +- +- +- Form +- Пішін +- +- +- audio +- дыбыс +- +- +- sub +- бағыныңқы +- +- +- +- SetupSubtitle +- +- Sub loading +- Ішкі жүктеу +- +- +- Auto loading subtitles with the same name. +- 自动载入同名字幕 +- +- +- Auto loading other subtitles in the same folder +- Басқа субтитрларды бір қапшыққа автосату +- +- +- Sub Path +- Ішкі жол +- +- +- browse +- шолу +- +- +- Font Style +- Қаріп мәнері +- +- +- Family +- Отбасы +- +- +- Size +- Өлшемі +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- Пішін +- +- +- Auto loading subtitles with the same name +- Атауы бірдей субтитрларды автоматты түрде жүктеу +- +- +- Video Player Choose a directory +- Бейне ойнатқыш Каталогты таңдау +- +- +- +- SetupSystem +- +- Window +- Терезе +- +- +- Minimize to system tray icon +- Жүйелік науа белгішесін кішірейту +- +- +- Pause video playback when minimized +- Бейнені ойнатуды кішірейту кезінде кідірту +- +- +- Multiple run +- Бірнеше рет іске қосу +- +- +- Allow multiple Video Player to run simultaneously +- 允许同时运行多个影音 +- +- +- Form +- Пішін +- +- +- After sleep/sleep/lock screen and wake up, keep playing state +- Ұйқыдан/ұйқыдан/құлыптау экранынан кейін және оянғаннан кейін ойнау күйін сақтаңыз +- +- +- Allow multiple Kylin Video to run simultaneously +- Бірнеше Килин бейнесінің бір мезгілде іске қосуына рұқсат беру +- +- +- +- SetupVolume +- +- Sound card selection +- 声卡选择 +- +- +- Volume contral +- Көлемдік контрал +- +- +- Global volume +- Ғаламдық көлем +- +- +- Default volume standardization +- Әдепкі көлемді стандарттау +- +- +- Form +- Пішін +- +- +- Output driver +- Шығыс драйвері +- +- +- +- ShortCutItem +- +- Hotkey conflict +- Хотки қақтығысы +- +- +- +- ShortCutSetting +- +- open file +- файлды ашу +- +- +- open dir +- ашық дир +- +- +- prev file +- алдын ала файл +- +- +- next file +- келесі файл +- +- +- play/pause +- ойнату/кідіріс +- +- +- speed up +- жылдамдықты арттыру +- +- +- speed down +- жылдамдықты төмендету +- +- +- speed normal +- жылдамдық қалыпты +- +- +- forword +- форворд +- +- +- backword +- артқы сөзі +- +- +- forward 30s +- алға 30 жж. +- +- +- backword 30s +- 30s артқы сөзі +- +- +- insert bookmark +- бетбелгі кірістіру +- +- +- ib notes +- ib жазбалары +- +- +- fullscreen +- толық экран +- +- +- mini mode +- шағын режім +- +- +- to top +- жоғарыға +- +- +- screenshot +- скриншот +- +- +- cut +- қиып алу +- +- +- light up +- жарықтандыру +- +- +- light down +- жарық төмен +- +- +- forward rotate +- алға бұру +- +- +- backward rotate +- артқа бұру +- +- +- horizontal flip +- көлденең слип +- +- +- vertical flip +- тік слип +- +- +- image boost +- кескін серпілісі +- +- +- volume up +- көлемін жоғарылату +- +- +- volume down +- көлемі төмен +- +- +- mute +- дыбысын өшіру +- +- +- audio next +- келесі дыбыс +- +- +- default channel +- әдепкі арна +- +- +- left channel +- сол жақ арна +- +- +- right channel +- оң жақ арна +- +- +- sub load +- ішкі жүктеме +- +- +- sub earlier +- бағыныңқы +- +- +- sub later +- бағыныңқы +- +- +- sub up +- бағыныңқы +- +- +- sub down +- ішкі төмен +- +- +- sub next +- келесі бағыныңқы +- +- +- play list +- ойнату тізімі +- +- +- setup +- баптау +- +- +- exit +- шығу +- +- +- help documentation +- анықтама құжаттамасы +- +- +- +- SystemTrayIcon +- +- Video Player +- Бейне ойнатқыш +- +- +- Quit +- Шығу +- +- +- +- TitleMenu +- +- Upload to cloud +- Бұлтқа кері жүктеу +- +- +- About +- Шамамен +- +- +- Quit +- Шығу +- +- +- Theme +- Тақырып +- +- +- Follow system +- Жүйені бақылау +- +- +- Light theme +- Жарық тақырыбы +- +- +- Black theme +- Қара тақырып +- +- +- Privacy +- Құпиялылық +- +- +- Clear mark +- Таңбаны тазалау +- +- +- No mark +- Белгісі жоқ +- +- +- Help +- Анықтама +- +- +- Check update +- Жаңартуды тексеру +- +- +- Advice and feedback +- Кеңес беру және кері байланыс +- +- +- Official website +- Ресми сайт +- +- +- Setup +- Баптау +- +- +- System setup +- Жүйені баптау +- +- +- Play setup +- Ойнату +- +- +- Screenshot setup +- Скриншотты орнату +- +- +- Subtitle setup +- Субтитрды баптау +- +- +- Audio setup +- Дыбысты орнату +- +- +- Decoder setup +- Декодер баптаулары +- +- +- Shortcut setup +- Пернелер тіркесімін орнату +- +- +- Manual +- Қолмен +- +- +- +- TitleWidget +- +- Video Player +- Бейне ойнатқыш +- +- +- Restore +- Қалпына келтіру +- +- +- Maximize +- Барынша көбейту +- +- +- Menu +- Мәзір +- +- +- Mini mode +- Шағын режім +- +- +- Minimize +- Кішірейту +- +- +- Close +- Жабу +- +- +- +- TopWindow +- +- Video Player +- Бейне ойнатқыш +- +- +- +- WaylandDialog +- +- Dialog +- Диалог +- +- +- +diff --git a/src/translations/kylin-video_ky.ts b/src/translations/kylin-video_ky.ts +deleted file mode 100644 +index 4e838c9..0000000 +--- a/src/translations/kylin-video_ky.ts ++++ /dev/null +@@ -1,1929 +0,0 @@ +- +- +- +- +- AboutDialog +- +- Dialog +- Диалог +- +- +- About +- 关于 +- +- +- <html><head/><body><p align="center">kylin video</p></body></html> +- <html><head/><body><p align="center">麒麟影音</p></body></html> +- +- +- <html><head/><body><p align="center">version: 0.0.1</p></body></html> +- <html><head/><body><p align="center">版本: 0.0.1</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Kylin video is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 麒麟影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- service and support: support@kylinos.cn +- кызмат жана колдоо: support@kylinos.cn +- +- +- version: +- нускасы: +- +- +- service and support: +- кызмат жана колдоо: +- +- +- Video Player About +- Видео ойноткуч жөнүндө +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans Syloti Nagri'; font-size:13pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- <html><head/><body><p align="center">Video Player</p></body></html> +- <html> <head/> <body> <p align="center"> Видео ойноткуч </p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> 影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- Video Player +- Видео ойноткуч +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。影音支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。影音支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- Service & Support: +- Кызмат &: +- +- +- <html><head/><body><p align="center">version: 3.1.1</p></body></html> +- <html> <head/> <body> <p align="center">версиясы: 3.1.1</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans Mono CJK SC'; font-size:12pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html> <head> <meta name="qrichtext" content="1" /> <style type="text/css"> +-p, li { ак-мейкиндик: алдын-ала оромо; } +-</style> </head> <body style=" font-family:'Noto Sans Mono CJK SC'; font-size:12pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Видео ойноткуч кооз интерфейс жана жакшы өз ара иштешүү менен алдыңкы оюнчу болуп саналат. Qt5 менен иштелип чыккан жана ойнотуу кыймылдаткычы катары MPV колдонот. Видеоойнотуучу дээрлик бардык аудио жана видео форматтарын колдойт жана күчтүү коддоо жөндөмүнө ээ. </span> </p> </body> </html> +- +- +- +- ContralBar +- +- Form +- Форма +- +- +- 2.0X +- 2.0Х +- +- +- 1.5X +- 1.5X +- +- +- 1.25X +- 1.25X +- +- +- 1.0X +- 1.0Х +- +- +- 0.75X +- 0.75X +- +- +- 0.5X +- 0.5X +- +- +- Screen shot +- Экрандын сүрөтү +- +- +- Add mark +- Белги кошуу +- +- +- Next +- Кийинки +- +- +- Previous +- Мурунку +- +- +- Play +- Ойнотуу +- +- +- Volume +- Том +- +- +- Speed +- Ылдамдык +- +- +- Tools +- Инструменттер +- +- +- Full screen +- Толук экран +- +- +- Pause +- Пауза +- +- +- Exit full screen +- Толук экрандан чыгуу +- +- +- --:--:--/--:--:-- +- --:--:--/--:--:-- +- +- +- +- GlobalSetup +- +- Pictures +- 图片 +- +- +- no +- +- +- +- auto +- авто +- +- +- default +- дефолт +- +- +- +- HomePage +- +- open file +- файлды ачуу +- +- +- open dir +- ачык кир +- +- +- Video Player +- Видео ойноткуч +- +- +- +- KRightClickMenu +- +- Open +- 打开 +- +- +- Open &File... +- Ачык & Файл... +- +- +- &URL... +- &打开URL... +- +- +- ToTop +- Тотоп +- +- +- Order +- Тартип +- +- +- One Loop +- Бир цикл +- +- +- Sequence +- Ырааттуулугу +- +- +- List loop +- Тизме цикл +- +- +- Random +- Кокусунан +- +- +- Frame +- Кадр +- +- +- Default frame +- Дефолт кадры +- +- +- Full frame +- Толук кадр +- +- +- forward rotate +- алдыга айлантуу +- +- +- Along rotate +- Айлануу боюнча +- +- +- backward rotate +- артка айлануу +- +- +- Inverse rotate +- Инверс айлануу +- +- +- horizontal flip +- горизонталдуу флип +- +- +- Horizontally flip +- Горизонталдуу которуу +- +- +- vertical flip +- Вертикалдык которуу +- +- +- Vertically flip +- Вертикалдык которуу +- +- +- Audio +- Аудио +- +- +- AudioTrack +- AudioTrack +- +- +- AudioChannel +- AudioChannel +- +- +- Stereo +- Стерео +- +- +- Left channel +- Сол канал +- +- +- Right channel +- Оң канал +- +- +- Audio set +- Аудио комплект +- +- +- Subtitle +- Субтитр +- +- +- Choose a file +- 选择一个文件 +- +- +- Subtitles +- Субтитрлер +- +- +- All files +- Бардык файлдар +- +- +- Load subtitle +- Жүктөө субтитр +- +- +- Subtitle select +- Субтитр тандоо +- +- +- No subtitle +- Субтитр жок +- +- +- Subtitle set +- Субтитр топтому +- +- +- volume up +- көлөмү жогору +- +- +- volume down +- көлөмү төмөндөдү +- +- +- forward +- алдыга +- +- +- backward +- артка +- +- +- setup +- орнотуу +- +- +- More +- 更多 +- +- +- Theme +- 主题 +- +- +- Follow system +- 跟随系统 +- +- +- Light theme +- 浅色主题 +- +- +- Black theme +- 深色主题 +- +- +- About +- 关于 +- +- +- Privacy +- 隐私 +- +- +- Clear mark +- 清理痕迹 +- +- +- No mark +- 无痕播放 +- +- +- Match subtitle +- Сіріңке субтитр +- +- +- open file +- файлды ачуу +- +- +- Open &Directory... +- Ачык &, каталог... +- +- +- open dir +- ачык кир +- +- +- to top +- жогоруга +- +- +- Show profile +- Профилин көрсөтүү +- +- +- Search subtitle +- Издөө субтитр +- +- +- Play +- Ойнотуу +- +- +- Play/Pause +- Ойнотуу /пауза +- +- +- Volume up +- 音量+ +- +- +- Volume down +- 音量- +- +- +- Play forward +- 快进 +- +- +- Play backward +- 快退 +- +- +- Player set +- 设置 +- +- +- Media info +- Медиа-маалымат +- +- +- 4:3 +- 4:3 +- +- +- 16:9 +- 16:9 +- +- +- restore frame +- кадрды калыбына келтирүү +- +- +- Video Player Choose a file +- Видео ойноткуч файлды тандоо +- +- +- Default +- Дефолт +- +- +- sub load +- суб-жүк +- +- +- +- KylinUI::MessageBox +- +- Cancel +- Жокко чыгаруу +- +- +- Ok +- Макул +- +- +- +- ListLoopMenu +- +- One Loop +- Бир цикл +- +- +- List loop +- Тизме цикл +- +- +- Random +- Кокусунан +- +- +- Sequence +- Ырааттуулугу +- +- +- +- MainWidget +- +- Video Player +- Видео ойноткуч +- +- +- open file +- 打开文件 +- +- +- open dir +- 打开文件夹 +- +- +- Choose a file +- 选择一个文件 +- +- +- Multimedia +- Мультимедия +- +- +- Video +- Видео +- +- +- Audio +- Аудио +- +- +- Playlists +- 播放列表 +- +- +- All files +- 所有文件 +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- +- +- +- Video Player +- 影音 +- +- +- Video Player Choose a file +- Видео ойноткуч файлды тандоо +- +- +- Video Player Choose a directory +- Видеоойнотуучу каталогду тандаңыз +- +- +- video player +- видео ойноткуч +- +- +- /Video +- /视频 +- +- +- +- MarkListItem +- +- Video Player +- Видео ойноткуч +- +- +- File not exist! +- Файл жок! +- +- +- +- MediaInfoDialog +- +- Dialog +- Диалог +- +- +- media info +- маалымат каражаттары +- +- +- media name: +- 媒体文件: +- +- +- file type: +- 文件类型: +- +- +- file size: +- 文件大小: +- +- +- file duration: +- 文件时长: +- +- +- file path: +- 文件路径: +- +- +- ok +- Макул +- +- +- kylin video +- 影音 +- +- +- title: +- аталышы: +- +- +- type: +- түрү: +- +- +- size: +- өлчөмү: +- +- +- duration: +- узактыгы: +- +- +- path: +- жол: +- +- +- video player +- видео ойноткуч +- +- +- +- MiniModeShade +- +- pause +- пауза +- +- +- play +- ойнотуу +- +- +- close +- жакын +- +- +- normal mode +- нормалдуу режим +- +- +- +- MpvCore +- +- File size +- Файл өлчөмү +- +- +- Date created +- Түзүлгөн дата +- +- +- Media length +- Медиа узундугу +- +- +- brightness : %1 +- жарыктык : %1 +- +- +- subtitle delay : %1s +- субтитрдик кечиктирүү : %1с +- +- +- Horizontal Flip: +- Горизонталдуу флип: +- +- +- close +- жакын +- +- +- open +- ачык +- +- +- Vertical Flip: +- Вертикалдык флип: +- +- +- File: +- Файл: +- +- +- Video: +- Видео: +- +- +- Resolution: +- Резолюция: +- +- +- Estimated FPS: +- 估算 FPS: +- +- +- Bitrate: +- Битрат: +- +- +- Audio: +- Аудио: +- +- +- Sample Rate: +- Үлгү курсу: +- +- +- Channels: +- Каналдар: +- +- +- Audio/video synchronization: +- 音视频同步差: +- +- +- volume : %1 +- көлөмү : %1 +- +- +- speed : %1x +- ылдамдыгы : %1х +- +- +- Mute +- Мутация +- +- +- Cancel Mute +- Мутацияны жокко чыгаруу +- +- +- Playing +- Ойнотуу +- +- +- Paused +- Токтоп калды +- +- +- subtitle : +- субтитр : +- +- +- File +- Файл +- +- +- Title +- Аталышы +- +- +- Video (x%0) +- Видео (x%0) +- +- +- Video Output +- Видео чыгаруу +- +- +- Resolution +- Резолюция +- +- +- FPS +- +- +- +- A/V Sync +- 音视频同步 +- +- +- Bitrate +- Битрат +- +- +- %0 kbps +- +- +- +- Audio (x%0) +- Аудио (x%0) +- +- +- Audio Output +- Аудио чыгаруу +- +- +- Sample Rate +- Үлгү чен +- +- +- Channels +- Каналдар +- +- +- Chapters +- Бөлүмдөр +- +- +- Metadata +- Метаберилиштер +- +- +- fps: +- фпс: +- +- +- restore frame +- кадрды калыбына келтирүү +- +- +- ScreenShot OK +- ScreenShot OK +- +- +- ScreenShot Failed +- 截图失败,文件夹无写权限 +- +- +- ScreenShot Failed, folder has no write permission. +- 截图失败,文件夹无写入权限。 +- +- +- Stereo +- Стерео +- +- +- Left Channel +- Сол канал +- +- +- Right Channel +- Оң канал +- +- +- Pictures +- Сүрөттөр +- +- +- ScreenShot Failed, folder has no write permission or folder not exit. +- ScreenShot ишке ашпады, папкада чыгууга уруксаты же папкасы жок. +- +- +- Add mark ok +- Белги кошуу ок +- +- +- Add mark error +- Белги ката кошуу +- +- +- default +- дефолт +- +- +- auto +- авто +- +- +- Buffering... +- Буферлөө... +- +- +- +- PlayListItem +- +- File not exist! +- Файл жок! +- +- +- +- PlayListItemMenu +- +- Remove selected +- Тандалганды жоготуу +- +- +- Remove invalid +- Жараксыздыкты жоюу +- +- +- Clear list +- Так тизме +- +- +- Open folder +- Папканы ачуу +- +- +- Sort +- Сорттоо +- +- +- Sort by name +- Аты-жөнү боюнча сорттоо +- +- +- Sort by type +- Түрү боюнча сорттоо +- +- +- +- PlayListWidget +- +- Video +- Видео +- +- +- Video Player +- Видео ойноткуч +- +- +- Form +- Форма +- +- +- Tips +- 提示 +- +- +- File not exist! +- Файл жок! +- +- +- Are you sure you want to clear the list? +- Сиз тизмесин тазалоо келет деп ишенесизби? +- +- +- Add file +- Файлды кошуу +- +- +- Play order +- 播放顺序 +- +- +- Clear list +- Так тизме +- +- +- kylin-video-990 +- 影音 +- +- +- Switch views +- 切换视图 +- +- +- Are you sure you want to clear the list? +-The file being played will be stopped. +- 确定清空列表 +- +- +- The file being played will be stopped. +- Ойнотулуп жаткан файл токтотулат. +- +- +- Marks +- Белгилер +- +- +- Load file error! +- Файлды жүктөө катасы! +- +- +- Preview view +- Алдын ала көрүү +- +- +- List view +- Тизменин көрүнүшү +- +- +- One loop +- Бир цикл +- +- +- Sequential +- Ырааттуу +- +- +- List loop +- Тизме цикл +- +- +- Random +- Кокусунан +- +- +- Please add file to list ~ +- Файлды тизмеге кошууну суранабыз ~ +- +- +- +- PreviewWidget +- +- Form +- Форма +- +- +- +- QObject +- +- Model name +- Модель аты +- +- +- +- SetUpDialog +- +- Dialog +- Диалог +- +- +- Set up +- 设置 +- +- +- Cancel +- Жокко чыгаруу +- +- +- OK +- МАКУЛ +- +- +- System +- Система +- +- +- Play +- Ойнотуу +- +- +- ScreenShot +- ScreenShot +- +- +- Subtitle +- Субтитр +- +- +- Volume +- 声音设置 +- +- +- Codec +- Кодек +- +- +- Shortcut +- Шоркут +- +- +- Video Player Set up +- Видео ойноткуч орнотулган +- +- +- Setup +- Орнотуу +- +- +- Audio +- Аудио +- +- +- +- SetupCodec +- +- Demux +- Демукс +- +- +- Video decoder +- Видео декодер +- +- +- Audio decoder +- Аудио декодер +- +- +- Form +- Форма +- +- +- Video output +- Видео чыгаруу +- +- +- Decode threads +- Декоде жиптер +- +- +- default +- дефолт +- +- +- no +- Жок +- +- +- auto +- авто +- +- +- +- SetupPlay +- +- Set fullscreen when open video. +- 打开视频时自动全屏 +- +- +- Clear play list on exit. +- 退出时清空播放列表 +- +- +- Automatically plays from where the file was last stopped. +- 自动从文件上次停止的位置播放 +- +- +- Automatically find associated files to play +- Ойнотмо файлдарды автоматтык түрдө табуу +- +- +- Form +- Форма +- +- +- Set fullscreen when open video +- Видеону ачканда толук экранды орнотуу +- +- +- Clear play list on exit +- Чыгуу боюнча так ойнотуу тизмеси +- +- +- Automatically plays from where the file was last stopped +- Файл акыркы жолу токтотулган жерден автоматтык түрдө ойнотулат +- +- +- +- SetupScreenshot +- +- Only save to clipboard. +- 仅保存到剪切板 +- +- +- Save to file. +- 保存为文件 +- +- +- save path +- жолду сактап +- +- +- browse +- браузер +- +- +- save type +- түрүн сактоо +- +- +- Screenshot according to the current screen size. +- 按当前显示的画面尺寸截图 +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- Форма +- +- +- Only save to clipboard +- Папкадан гана сактаңыз +- +- +- Save to file +- Файлга сактоо +- +- +- Screenshot according to the current screen size +- Экрандын учурдагы өлчөмүнө жараша скриншот +- +- +- Pictures +- Сүрөттөр +- +- +- Video Player Choose a directory +- Видеоойнотуучу каталогду тандаңыз +- +- +- +- SetupShortcut +- +- file +- файл +- +- +- play +- ойнотуу +- +- +- image +- сүрөт +- +- +- volume +- 声音 +- +- +- subtitle +- 字幕 +- +- +- other +- башка +- +- +- open file +- файлды ачуу +- +- +- open dir +- ачык кир +- +- +- prev file +- алдын ала файл +- +- +- next file +- кийинки файл +- +- +- play/pause +- ойнотуу / пауза +- +- +- speed up +- тездетүү +- +- +- speed down +- ылдамдык төмөндөйт +- +- +- speed normal +- ылдамдыгы нормалдуу +- +- +- forword +- форворд +- +- +- backword +- арткы сөздөр +- +- +- forward 30s +- алдыга 30-жылдар +- +- +- backword 30s +- арткы сөз 30с +- +- +- insert bookmark +- китеп белгисин терүү +- +- +- ib notes +- 插入与注释书签 +- +- +- fullscreen +- толук экран +- +- +- mini mode +- мини режими +- +- +- to top +- жогоруга +- +- +- screenshot +- скриншот +- +- +- cut +- 截取 +- +- +- light up +- жарык +- +- +- light down +- жарык ылдый +- +- +- forward rotate +- алдыга айлантуу +- +- +- backward rotate +- артка айлануу +- +- +- horizontal flip +- горизонталдуу флип +- +- +- vertical flip +- Вертикалдык которуу +- +- +- image boost +- 画质增强 +- +- +- volume up +- көлөмү жогору +- +- +- volume down +- көлөмү төмөндөдү +- +- +- mute +- мутация +- +- +- audio next +- кийинки аудио +- +- +- default channel +- дефолт каналы +- +- +- left channel +- сол канал +- +- +- right channel +- оң канал +- +- +- sub load +- суб-жүк +- +- +- sub earlier +- суб мурда +- +- +- sub later +- кийин суб +- +- +- sub up +- суб жогору +- +- +- sub down +- суб-ылдый +- +- +- sub next +- суб кийинки +- +- +- play list +- ойнотуу тизмеси +- +- +- setup +- орнотуу +- +- +- Form +- Форма +- +- +- audio +- аудио +- +- +- sub +- суб +- +- +- +- SetupSubtitle +- +- Sub loading +- Суб жүктөө +- +- +- Auto loading subtitles with the same name. +- 自动载入同名字幕 +- +- +- Auto loading other subtitles in the same folder +- Башка субтитрлерди ошол эле папкага автоматтык жүктөө +- +- +- Sub Path +- Суб-жол +- +- +- browse +- браузер +- +- +- Font Style +- Шрифт стили +- +- +- Family +- Үй - бүлө +- +- +- Size +- Көлөмү +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- Форма +- +- +- Auto loading subtitles with the same name +- Авто жүктөө субтитрлери бир эле аты менен +- +- +- Video Player Choose a directory +- Видеоойнотуучу каталогду тандаңыз +- +- +- +- SetupSystem +- +- Window +- Терезе +- +- +- Minimize to system tray icon +- Системалык табак белгисин минимумга жеткирүү +- +- +- Pause video playback when minimized +- Минимумга жеткенде видео ойнотууну токтотуу +- +- +- Multiple run +- Бир нече чуркоо +- +- +- Allow multiple Video Player to run simultaneously +- 允许同时运行多个影音 +- +- +- Form +- Форма +- +- +- After sleep/sleep/lock screen and wake up, keep playing state +- уйку / уйку / кулпу экран жана ойгонгондон кийин, абалын ойноп улантуу +- +- +- Allow multiple Kylin Video to run simultaneously +- Бир эле учурда бир нече Кайлин видеону иштетүүгө уруксат берүү +- +- +- +- SetupVolume +- +- Sound card selection +- 声卡选择 +- +- +- Volume contral +- Томдук контраль +- +- +- Global volume +- Глобалдык көлөмү +- +- +- Default volume standardization +- Дефолт көлөмүн стандарттандыруу +- +- +- Form +- Форма +- +- +- Output driver +- Чыгаруу драйвери +- +- +- +- ShortCutItem +- +- Hotkey conflict +- Хотки конфликти +- +- +- +- ShortCutSetting +- +- open file +- файлды ачуу +- +- +- open dir +- ачык кир +- +- +- prev file +- алдын ала файл +- +- +- next file +- кийинки файл +- +- +- play/pause +- ойнотуу / пауза +- +- +- speed up +- тездетүү +- +- +- speed down +- ылдамдык төмөндөйт +- +- +- speed normal +- ылдамдыгы нормалдуу +- +- +- forword +- форворд +- +- +- backword +- арткы сөздөр +- +- +- forward 30s +- алдыга 30-жылдар +- +- +- backword 30s +- арткы сөз 30с +- +- +- insert bookmark +- китеп белгисин терүү +- +- +- ib notes +- IB ноталары +- +- +- fullscreen +- толук экран +- +- +- mini mode +- мини режими +- +- +- to top +- жогоруга +- +- +- screenshot +- скриншот +- +- +- cut +- кесилген +- +- +- light up +- жарык +- +- +- light down +- жарык ылдый +- +- +- forward rotate +- алдыга айлантуу +- +- +- backward rotate +- артка айлануу +- +- +- horizontal flip +- горизонталдуу флип +- +- +- vertical flip +- Вертикалдык которуу +- +- +- image boost +- сүрөттү жогорулатуу +- +- +- volume up +- көлөмү жогору +- +- +- volume down +- көлөмү төмөндөдү +- +- +- mute +- мутация +- +- +- audio next +- кийинки аудио +- +- +- default channel +- дефолт каналы +- +- +- left channel +- сол канал +- +- +- right channel +- оң канал +- +- +- sub load +- суб-жүк +- +- +- sub earlier +- суб мурда +- +- +- sub later +- кийин суб +- +- +- sub up +- суб жогору +- +- +- sub down +- суб-ылдый +- +- +- sub next +- суб кийинки +- +- +- play list +- ойнотуу тизмеси +- +- +- setup +- орнотуу +- +- +- exit +- чыгуу +- +- +- help documentation +- документацияга жардам берүү +- +- +- +- SystemTrayIcon +- +- Video Player +- Видео ойноткуч +- +- +- Quit +- Чыгуу +- +- +- +- TitleMenu +- +- Upload to cloud +- Булутка жүктөө +- +- +- About +- Жөнүндө +- +- +- Quit +- Чыгуу +- +- +- Theme +- Тема +- +- +- Follow system +- Системаны ээрчигиле +- +- +- Light theme +- Жарык темасы +- +- +- Black theme +- Кара тема +- +- +- Privacy +- Купуялуулук +- +- +- Clear mark +- Так белги +- +- +- No mark +- Белги жок +- +- +- Help +- Жардам +- +- +- Check update +- Жаңыртуу текшерүү +- +- +- Advice and feedback +- Кеңештер жана пикирлер +- +- +- Official website +- Расмий сайт +- +- +- Setup +- Орнотуу +- +- +- System setup +- Системаны орнотуу +- +- +- Play setup +- Ойнотуу +- +- +- Screenshot setup +- Скриншот орнотуу +- +- +- Subtitle setup +- Субтитрди орнотуу +- +- +- Audio setup +- Аудио орнотуу +- +- +- Decoder setup +- Декодер орнотуу +- +- +- Shortcut setup +- Кыска жолку орнотуу +- +- +- Manual +- Колдонмо +- +- +- +- TitleWidget +- +- Video Player +- Видео ойноткуч +- +- +- Restore +- Калыбына келтирүү +- +- +- Maximize +- Максималдуу +- +- +- Menu +- Меню +- +- +- Mini mode +- Мини режими +- +- +- Minimize +- Минималдуу +- +- +- Close +- Жабуу +- +- +- +- TopWindow +- +- Video Player +- Видео ойноткуч +- +- +- +- WaylandDialog +- +- Dialog +- Диалог +- +- +- +diff --git a/src/translations/kylin-video_ug.ts b/src/translations/kylin-video_ug.ts +deleted file mode 100644 +index a9dea4d..0000000 +--- a/src/translations/kylin-video_ug.ts ++++ /dev/null +@@ -1,1929 +0,0 @@ +- +- +- +- +- AboutDialog +- +- Dialog +- دىئالوگ +- +- +- About +- 关于 +- +- +- <html><head/><body><p align="center">kylin video</p></body></html> +- <html><head/><body><p align="center">麒麟影音</p></body></html> +- +- +- <html><head/><body><p align="center">version: 0.0.1</p></body></html> +- <html><head/><body><p align="center">版本: 0.0.1</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Kylin video is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 麒麟影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- service and support: support@kylinos.cn +- مۇلازىمەت ۋە قوللاش: support@kylinos.cn +- +- +- version: +- نەشرى: +- +- +- service and support: +- مۇلازىمەت ۋە قوللاش: +- +- +- Video Player About +- سىن قويغۇچ ھەققىدە +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans Syloti Nagri'; font-size:13pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- <html><head/><body><p align="center">Video Player</p></body></html> +- <html> <head/> <body> <p align="center"> سىن قويغۇچ</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> 影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- Video Player +- سىن قويغۇچ +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。影音支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。影音支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- Service & Support: +- مۇلازىمەت > قوللاش: +- +- +- <html><head/><body><p align="center">version: 3.1.1</p></body></html> +- <html> <head/> <body> <p align="center">نۇسخىسى: 3.1.1</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans Mono CJK SC'; font-size:12pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html> <head> <meta name="qrichtext" content="1" /> <style type="text/css"> +-p, li { ئاق بوشلۇق: ئالدىن ئوراش؛ } +-</style> </head> <body style=" font-family:'Noto Sans Mono CJK SC'; font-size:12pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> سىن قويغۇچ چىرايلىق كۆرۈنمە يۈزى ۋە ياخشى ھەمتۈرتكە بولىدىغان ئالدى قويغۇچ. Qt5 بىلەن تەتقىق قىلىپ ياساپ چىققان ھەمدە MPV نى قويۇش ماتورى قىلىپ ئىشلىتىدۇ. ۋىدېئو قويغۇچ ئاساسەن بارلىق ئۈن-سىن فورماتلىرىنى قوللايدۇ ھەم ئىنتايىن كۈچلۈك دېسكا ئېچىش ئىقتىدارىغا ئىگە. </span> </p> </body> </html> +- +- +- +- ContralBar +- +- Form +- جەدۋەل +- +- +- 2.0X +- 2.0X +- +- +- 1.5X +- 1.5X +- +- +- 1.25X +- 1.25X +- +- +- 1.0X +- 1.0X +- +- +- 0.75X +- 0.75X +- +- +- 0.5X +- 0.5X +- +- +- Screen shot +- ئېكراندىن تارتىلغان كۆرۈنۈش +- +- +- Add mark +- بەلگە قوشۇش +- +- +- Next +- كېيىنكى +- +- +- Previous +- ئالدىنقى +- +- +- Play +- قويۇش +- +- +- Volume +- ئاۋاز چوڭلۇقى +- +- +- Speed +- سۈرئەت +- +- +- Tools +- قۇراللار +- +- +- Full screen +- پۈتۈن ئېكران +- +- +- Pause +- توختاش +- +- +- Exit full screen +- تولۇق ئېكراندىن چىقىش +- +- +- --:--:--/--:--:-- +- --:--:--/--:--:-- +- +- +- +- GlobalSetup +- +- Pictures +- 图片 +- +- +- no +- +- +- +- auto +- ئاپتو +- +- +- default +- كۆڭۈلدىكىدەك +- +- +- +- HomePage +- +- open file +- ھۆججەتنى ئېچىش +- +- +- open dir +- ئوچۇق دۇرا +- +- +- Video Player +- سىن قويغۇچ +- +- +- +- KRightClickMenu +- +- Open +- 打开 +- +- +- Open &File... +- ھۆججەتنى ئېچىپ...[ +- +- +- &URL... +- &打开URL... +- +- +- ToTop +- ToTop +- +- +- Order +- زاكاس قىلىش +- +- +- One Loop +- بىر لوپ +- +- +- Sequence +- تەرتىپ تەرتىپى +- +- +- List loop +- تىزىملىك دەۋرى +- +- +- Random +- ئىختىيارىي +- +- +- Frame +- رامكا +- +- +- Default frame +- كۆڭۈلدىكى رامكا +- +- +- Full frame +- تولۇق رامكا +- +- +- forward rotate +- ئالدىغا ئايلىنىش +- +- +- Along rotate +- بويلاپ ئايلىنىش +- +- +- backward rotate +- قالاق ئايلىنىش +- +- +- Inverse rotate +- تەتۈر ئايلىنىش +- +- +- horizontal flip +- گىرۋىكىدە ئۆركەش +- +- +- Horizontally flip +- گىردابىغا ئەگىشىش +- +- +- vertical flip +- تىك ئۆركەش +- +- +- Vertically flip +- تىك ئۆركەش +- +- +- Audio +- ئۈن ـ سىن +- +- +- AudioTrack +- AudioTrack +- +- +- AudioChannel +- AudioChannel +- +- +- Stereo +- Stereo +- +- +- Left channel +- سول قانال +- +- +- Right channel +- توغراق قانىلى +- +- +- Audio set +- ئۈن-سىن توپلىمى +- +- +- Subtitle +- ئۇيغۇرچە خەتلىك فىلىملەر +- +- +- Choose a file +- 选择一个文件 +- +- +- Subtitles +- ئۇيغۇرچە خەتلىك فىلىملەر +- +- +- All files +- بارلىق ھۆججەتلەر +- +- +- Load subtitle +- خەتلىك يۈكلەش +- +- +- Subtitle select +- ئۇيغۇرچە خەتلىك فىلىم تاللاش +- +- +- No subtitle +- ئۇيغۇرچە خەتلىك ئەمەس +- +- +- Subtitle set +- ئۇيغۇرچە خەتلىك فىلىم توپلىمى +- +- +- volume up +- ئاۋاز يۇقىرى كۆتۈرۈلدى +- +- +- volume down +- ئاۋازنى تۆۋەنلىتىش +- +- +- forward +- ئالدىغا +- +- +- backward +- قالاق +- +- +- setup +- تەڭشەش +- +- +- More +- 更多 +- +- +- Theme +- 主题 +- +- +- Follow system +- 跟随系统 +- +- +- Light theme +- 浅色主题 +- +- +- Black theme +- 深色主题 +- +- +- About +- 关于 +- +- +- Privacy +- 隐私 +- +- +- Clear mark +- 清理痕迹 +- +- +- No mark +- 无痕播放 +- +- +- Match subtitle +- سەرەڭگە ئۇيغۇرچە خەتلىك +- +- +- open file +- ھۆججەتنى ئېچىش +- +- +- Open &Directory... +- ئاچ & مۇندەرىجە... +- +- +- open dir +- ئوچۇق دۇرا +- +- +- to top +- يۇقىرىغا +- +- +- Show profile +- پروفىلنى كۆرسەت +- +- +- Search subtitle +- ئۇيغۇرچە خەتلىك فىلىم ئىزدەش +- +- +- Play +- قويۇش +- +- +- Play/Pause +- قويۇش/توختىتىپ قويۇش +- +- +- Volume up +- 音量+ +- +- +- Volume down +- 音量- +- +- +- Play forward +- 快进 +- +- +- Play backward +- 快退 +- +- +- Player set +- 设置 +- +- +- Media info +- مېدىيا ئۇچۇرى +- +- +- 4:3 +- 4:3 +- +- +- 16:9 +- 16:9 +- +- +- restore frame +- رامكا ئەسلىگە كەلتۈرۈش +- +- +- Video Player Choose a file +- سىن قويغۇچ بىر ھۆججەت تاللاڭ +- +- +- Default +- كۆڭۈلدىكى سۆز +- +- +- sub load +- سۇبات يۈكلىمىسى +- +- +- +- KylinUI::MessageBox +- +- Cancel +- ئەمەلدىن قالدۇرۇش +- +- +- Ok +- ماقۇل +- +- +- +- ListLoopMenu +- +- One Loop +- بىر لوپ +- +- +- List loop +- تىزىملىك دەۋرى +- +- +- Random +- ئىختىيارىي +- +- +- Sequence +- تەرتىپ تەرتىپى +- +- +- +- MainWidget +- +- Video Player +- سىن قويغۇچ +- +- +- open file +- 打开文件 +- +- +- open dir +- 打开文件夹 +- +- +- Choose a file +- 选择一个文件 +- +- +- Multimedia +- كۆپ ۋاستىلىك +- +- +- Video +- ۋىدېئو +- +- +- Audio +- ئۈن ـ سىن +- +- +- Playlists +- 播放列表 +- +- +- All files +- 所有文件 +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- +- +- +- Video Player +- 影音 +- +- +- Video Player Choose a file +- سىن قويغۇچ بىر ھۆججەت تاللاڭ +- +- +- Video Player Choose a directory +- سىن قويغۇچ مۇندەرىجىسىنى تاللاڭ +- +- +- video player +- سىن قويغۇچ +- +- +- /Video +- /视频 +- +- +- +- MarkListItem +- +- Video Player +- سىن قويغۇچ +- +- +- File not exist! +- ھۆججەت مەۋجۇت ئەمەس! +- +- +- +- MediaInfoDialog +- +- Dialog +- دىئالوگ +- +- +- media info +- مېدىيا ئۇچۇرى +- +- +- media name: +- 媒体文件: +- +- +- file type: +- 文件类型: +- +- +- file size: +- 文件大小: +- +- +- file duration: +- 文件时长: +- +- +- file path: +- 文件路径: +- +- +- ok +- ماقۇل +- +- +- kylin video +- 影音 +- +- +- title: +- تېما: +- +- +- type: +- تۈرى: +- +- +- size: +- چوڭ - كىچىكلىكى: +- +- +- duration: +- مۇددىتى: +- +- +- path: +- يول: +- +- +- video player +- سىن قويغۇچ +- +- +- +- MiniModeShade +- +- pause +- توختاش +- +- +- play +- قويۇش +- +- +- close +- يېپىش +- +- +- normal mode +- نورمال ھالەت +- +- +- +- MpvCore +- +- File size +- ھۆججەت چوڭلۇقى +- +- +- Date created +- قۇرۇلغان ۋاقتى +- +- +- Media length +- مېدىيا ئۇزۇنلۇقى +- +- +- brightness : %1 +- يورۇقلۇق : ٪1 +- +- +- subtitle delay : %1s +- خەتلىك كېچىكتۈرۈش : ٪1s +- +- +- Horizontal Flip: +- گىرۋىكىلىك ئۆركەش: +- +- +- close +- يېپىش +- +- +- open +- ئېچىش +- +- +- Vertical Flip: +- تىك ئۆركەش: +- +- +- File: +- ھۆججەت: +- +- +- Video: +- ۋىدېئو: +- +- +- Resolution: +- قارار: +- +- +- Estimated FPS: +- 估算 FPS: +- +- +- Bitrate: +- بىت تەڭگىسى: +- +- +- Audio: +- ئۈن ـ سىن: +- +- +- Sample Rate: +- ئەۋرىشكە نىسبىتى: +- +- +- Channels: +- قاناللار: +- +- +- Audio/video synchronization: +- 音视频同步差: +- +- +- volume : %1 +- ئاۋاز : ٪1 +- +- +- speed : %1x +- سۈرئەت : ٪1x +- +- +- Mute +- مۇبادا مۇلازىمە +- +- +- Cancel Mute +- Mute نى بىكار قىلىش +- +- +- Playing +- قويۇش +- +- +- Paused +- توختىما توختى +- +- +- subtitle : +- ئۇيغۇرچە خەتلىك : +- +- +- File +- ھۆججەت +- +- +- Title +- ماۋزۇ +- +- +- Video (x%0) +- سىن (x٪0) +- +- +- Video Output +- سىن چىقىرىش +- +- +- Resolution +- قارار +- +- +- FPS +- +- +- +- A/V Sync +- 音视频同步 +- +- +- Bitrate +- Bitrate +- +- +- %0 kbps +- +- +- +- Audio (x%0) +- ئۈن (x٪0) +- +- +- Audio Output +- ئاۋاز چىقىرىش +- +- +- Sample Rate +- ئەۋرىشكە نىسبىتى +- +- +- Channels +- قاناللار +- +- +- Chapters +- بابلار +- +- +- Metadata +- مېتادون +- +- +- fps: +- fps: +- +- +- restore frame +- رامكا ئەسلىگە كەلتۈرۈش +- +- +- ScreenShot OK +- ScreenShot OK +- +- +- ScreenShot Failed +- 截图失败,文件夹无写权限 +- +- +- ScreenShot Failed, folder has no write permission. +- 截图失败,文件夹无写入权限。 +- +- +- Stereo +- Stereo +- +- +- Left Channel +- سول قانىلى - تەڭرىتاغ تورى +- +- +- Right Channel +- توغراق قانىلى - تەڭرىتاغ تورى +- +- +- Pictures +- رەسىملەر +- +- +- ScreenShot Failed, folder has no write permission or folder not exit. +- ScreenShot مەغلۇپ بولدى، ھۆججەت قىسقۇچنىڭ يېزىش رۇخسىتى ياكى ھۆججەت قىسقۇچى چىقمىدى. +- +- +- Add mark ok +- Mark ok قوشۇش +- +- +- Add mark error +- بەلگە خاتالىقىنى قوشۇش +- +- +- default +- كۆڭۈلدىكىدەك +- +- +- auto +- ئاپتو +- +- +- Buffering... +- بۇففېرلاش... +- +- +- +- PlayListItem +- +- File not exist! +- ھۆججەت مەۋجۇت ئەمەس! +- +- +- +- PlayListItemMenu +- +- Remove selected +- تاللانغانلارنى چىقىرىۋېتىش +- +- +- Remove invalid +- ئىناۋەتسىزنى چىقىرىۋېتىش +- +- +- Clear list +- تىزىملىكنى تازىلاش +- +- +- Open folder +- ھۆججەت قىسقۇچنى ئېچىش +- +- +- Sort +- تۈرگە ئايرىش +- +- +- Sort by name +- ئىسىم بويىچە رەتلەش +- +- +- Sort by type +- تۈرلەر بويىچە رەتلەش +- +- +- +- PlayListWidget +- +- Video +- ۋىدېئو +- +- +- Video Player +- سىن قويغۇچ +- +- +- Form +- جەدۋەل +- +- +- Tips +- 提示 +- +- +- File not exist! +- ھۆججەت مەۋجۇت ئەمەس! +- +- +- Are you sure you want to clear the list? +- سىز چوقۇم تىزىملىكنى تازىلىماقچىمۇ؟ +- +- +- Add file +- ھۆججەت قوشۇش +- +- +- Play order +- 播放顺序 +- +- +- Clear list +- تىزىملىكنى تازىلاش +- +- +- kylin-video-990 +- 影音 +- +- +- Switch views +- 切换视图 +- +- +- Are you sure you want to clear the list? +-The file being played will be stopped. +- 确定清空列表 +- +- +- The file being played will be stopped. +- قويۇلۇۋاتقان ھۆججەت توختىتىلىدۇ. +- +- +- Marks +- بەلگە +- +- +- Load file error! +- ھۆججەت خاتالىقىنى يۈكلىۋېلىڭ! +- +- +- Preview view +- كۆرۈنمە يۈزى +- +- +- List view +- تىزىملىك كۆرۈش +- +- +- One loop +- بىر دەۋرىيلىك +- +- +- Sequential +- سېكۇلارلىق (ئۇيغۇرچە) +- +- +- List loop +- تىزىملىك دەۋرى +- +- +- Random +- ئىختىيارىي +- +- +- Please add file to list ~ +- تىزىملىككە ھۆججەت قوشۇڭ ~ +- +- +- +- PreviewWidget +- +- Form +- جەدۋەل +- +- +- +- QObject +- +- Model name +- مودېل نامى +- +- +- +- SetUpDialog +- +- Dialog +- دىئالوگ +- +- +- Set up +- 设置 +- +- +- Cancel +- ئەمەلدىن قالدۇرۇش +- +- +- OK +- ماقۇل +- +- +- System +- سىستېما +- +- +- Play +- قويۇش +- +- +- ScreenShot +- ScreenShot +- +- +- Subtitle +- ئۇيغۇرچە خەتلىك فىلىملەر +- +- +- Volume +- 声音设置 +- +- +- Codec +- Codec +- +- +- Shortcut +- قىسقا يول +- +- +- Video Player Set up +- ۋىدېئو قويغۇچ قۇرۇش +- +- +- Setup +- تەڭشەش +- +- +- Audio +- ئۈن ـ سىن +- +- +- +- SetupCodec +- +- Demux +- Demux +- +- +- Video decoder +- ۋىدېو كودنى ئاغدۇرغۇچى +- +- +- Audio decoder +- ئاۋازنى دەزەتلىغۇچ +- +- +- Form +- جەدۋەل +- +- +- Video output +- ۋىدېئو چىقىرىش +- +- +- Decode threads +- يىپلارنى كودسىز قىلىش +- +- +- default +- كۆڭۈلدىكىدەك +- +- +- no +- ياق +- +- +- auto +- ئاپتو +- +- +- +- SetupPlay +- +- Set fullscreen when open video. +- 打开视频时自动全屏 +- +- +- Clear play list on exit. +- 退出时清空播放列表 +- +- +- Automatically plays from where the file was last stopped. +- 自动从文件上次停止的位置播放 +- +- +- Automatically find associated files to play +- مۇناسىۋەتلىك ھۆججەتلەرنى ئاپتوماتىك تېپىپ قويۇش +- +- +- Form +- جەدۋەل +- +- +- Set fullscreen when open video +- كۆرۈنمە چاستوتا ئاچقاندا پۈتۈن ئېكران بەلگىلەش +- +- +- Clear play list on exit +- چىقىش ئېغىزىدىكى قويۇش تىزىملىكىنى تازىلاش +- +- +- Automatically plays from where the file was last stopped +- ھۆججەت ئەڭ ئاخىرقى توختۇتۇلغان يەردىن ئاپتوماتىك ئۇلىنىدۇ +- +- +- +- SetupScreenshot +- +- Only save to clipboard. +- 仅保存到剪切板 +- +- +- Save to file. +- 保存为文件 +- +- +- save path +- يولنى ساقلاش +- +- +- browse +- كۆرۈش +- +- +- save type +- تىپنى ساقلاش +- +- +- Screenshot according to the current screen size. +- 按当前显示的画面尺寸截图 +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- جەدۋەل +- +- +- Only save to clipboard +- پەقەت قىسقۇچقا ساقلاش +- +- +- Save to file +- ھۆججەتكە ساقلاش +- +- +- Screenshot according to the current screen size +- نۆۋەتتىكى ئېكران چوڭلۇقىغا ئاساسەن ئېكران سۈرىتى +- +- +- Pictures +- رەسىملەر +- +- +- Video Player Choose a directory +- سىن قويغۇچ مۇندەرىجىسىنى تاللاڭ +- +- +- +- SetupShortcut +- +- file +- ھۆججەت +- +- +- play +- قويۇش +- +- +- image +- رەسىم +- +- +- volume +- 声音 +- +- +- subtitle +- 字幕 +- +- +- other +- باشقا +- +- +- open file +- ھۆججەتنى ئېچىش +- +- +- open dir +- ئوچۇق دۇرا +- +- +- prev file +- prev ھۆججىتى +- +- +- next file +- كېيىنكى ھۆججەت +- +- +- play/pause +- قويۇش/توختاش +- +- +- speed up +- سۈرئەتنى تېزلىتىش +- +- +- speed down +- سۈرئەتنى ئاستىلىتىش +- +- +- speed normal +- سۈرئەت نورمال +- +- +- forword +- forword +- +- +- backword +- ئارقا سۆز +- +- +- forward 30s +- ئالدىغا 30s +- +- +- backword 30s +- ئارقا سۆز 30-سان +- +- +- insert bookmark +- خەتكۈچ قىستۇرۇش +- +- +- ib notes +- 插入与注释书签 +- +- +- fullscreen +- پۈتۈن ئېكران +- +- +- mini mode +- mini ھالىتى +- +- +- to top +- يۇقىرىغا +- +- +- screenshot +- ئېكران سۈرىتى +- +- +- cut +- 截取 +- +- +- light up +- يورۇتۇش +- +- +- light down +- يورۇقلۇقنى چۈشۈر +- +- +- forward rotate +- ئالدىغا ئايلىنىش +- +- +- backward rotate +- قالاق ئايلىنىش +- +- +- horizontal flip +- گىرۋىكىدە ئۆركەش +- +- +- vertical flip +- تىك ئۆركەش +- +- +- image boost +- 画质增强 +- +- +- volume up +- ئاۋاز يۇقىرى كۆتۈرۈلدى +- +- +- volume down +- ئاۋازنى تۆۋەنلىتىش +- +- +- mute +- مۇتتەھەم +- +- +- audio next +- كېيىنكى ئاۋاز +- +- +- default channel +- كۆڭۈلدىكى يول +- +- +- left channel +- سول قانال +- +- +- right channel +- ئوڭ قانال +- +- +- sub load +- سۇبات يۈكلىمىسى +- +- +- sub earlier +- sub بۇرۇن +- +- +- sub later +- sub كېيىن +- +- +- sub up +- sub up +- +- +- sub down +- sub تۆۋەنگە +- +- +- sub next +- كېيىنكى تارماق +- +- +- play list +- قويۇش تىزىملىكى +- +- +- setup +- تەڭشەش +- +- +- Form +- جەدۋەل +- +- +- audio +- ئاۋاز +- +- +- sub +- sub +- +- +- +- SetupSubtitle +- +- Sub loading +- سۇبكى قاچىلاش +- +- +- Auto loading subtitles with the same name. +- 自动载入同名字幕 +- +- +- Auto loading other subtitles in the same folder +- ئوخشاش ھۆججەت قىسقۇچقا باشقا خەتلىكلەرنى ئاپتوماتىك قاچىلاش +- +- +- Sub Path +- سۇبات يولى +- +- +- browse +- كۆرۈش +- +- +- Font Style +- خەت شەكلى +- +- +- Family +- ئائىلە +- +- +- Size +- چوڭ - كىچىكلىكى +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- جەدۋەل +- +- +- Auto loading subtitles with the same name +- ئوخشاش ئىسىمدىكى ئاپتۇماتىك قاچىلاش خەتلىك فىلىملەر +- +- +- Video Player Choose a directory +- سىن قويغۇچ مۇندەرىجىسىنى تاللاڭ +- +- +- +- SetupSystem +- +- Window +- كۆزنەك +- +- +- Minimize to system tray icon +- سىستېما تاختىسى سىنبەلگىسى ئەڭ كىچىك چەككە چۈشۈرۈش +- +- +- Pause video playback when minimized +- ئەڭ كىچىك چەككە يەتكەندە سىن قويۇشنى توختىتىش +- +- +- Multiple run +- كۆپ يۈگۈرۈش +- +- +- Allow multiple Video Player to run simultaneously +- 允许同时运行多个影音 +- +- +- Form +- جەدۋەل +- +- +- After sleep/sleep/lock screen and wake up, keep playing state +- ئۇخلاش/ئۇيقۇ/قۇلۇپ ئېكرانى ۋە ئويغانغاندىن كېيىن داۋاملىق ھالەتنى ئويناش +- +- +- Allow multiple Kylin Video to run simultaneously +- كۆپ Kylin Video نىڭ بىرلا ۋاقىتتا ئىجرا قىلىشىغا يول قويۇش +- +- +- +- SetupVolume +- +- Sound card selection +- 声卡选择 +- +- +- Volume contral +- ئاۋاز دىتالى +- +- +- Global volume +- يەر شارى ھەجىم +- +- +- Default volume standardization +- كۆڭۈلدىكى ئاۋاز ئۆلچىمى +- +- +- Form +- جەدۋەل +- +- +- Output driver +- چىقىرىش شوپۇرى +- +- +- +- ShortCutItem +- +- Hotkey conflict +- قىزىق نۇقتا توقۇنۇشى +- +- +- +- ShortCutSetting +- +- open file +- ھۆججەتنى ئېچىش +- +- +- open dir +- ئوچۇق دۇرا +- +- +- prev file +- prev ھۆججىتى +- +- +- next file +- كېيىنكى ھۆججەت +- +- +- play/pause +- قويۇش/توختاش +- +- +- speed up +- سۈرئەتنى تېزلىتىش +- +- +- speed down +- سۈرئەتنى ئاستىلىتىش +- +- +- speed normal +- سۈرئەت نورمال +- +- +- forword +- forword +- +- +- backword +- ئارقا سۆز +- +- +- forward 30s +- ئالدىغا 30s +- +- +- backword 30s +- ئارقا سۆز 30-سان +- +- +- insert bookmark +- خەتكۈچ قىستۇرۇش +- +- +- ib notes +- ib ئىزاھاتلىرى +- +- +- fullscreen +- پۈتۈن ئېكران +- +- +- mini mode +- mini ھالىتى +- +- +- to top +- يۇقىرىغا +- +- +- screenshot +- ئېكران سۈرىتى +- +- +- cut +- كېسىش +- +- +- light up +- يورۇتۇش +- +- +- light down +- يورۇقلۇقنى چۈشۈر +- +- +- forward rotate +- ئالدىغا ئايلىنىش +- +- +- backward rotate +- قالاق ئايلىنىش +- +- +- horizontal flip +- گىرۋىكىدە ئۆركەش +- +- +- vertical flip +- تىك ئۆركەش +- +- +- image boost +- سۈرەتنى يۇقىرى كۆتۈرۈش +- +- +- volume up +- ئاۋاز يۇقىرى كۆتۈرۈلدى +- +- +- volume down +- ئاۋازنى تۆۋەنلىتىش +- +- +- mute +- مۇتتەھەم +- +- +- audio next +- كېيىنكى ئاۋاز +- +- +- default channel +- كۆڭۈلدىكى يول +- +- +- left channel +- سول قانال +- +- +- right channel +- ئوڭ قانال +- +- +- sub load +- سۇبات يۈكلىمىسى +- +- +- sub earlier +- sub بۇرۇن +- +- +- sub later +- sub كېيىن +- +- +- sub up +- sub up +- +- +- sub down +- sub تۆۋەنگە +- +- +- sub next +- كېيىنكى تارماق +- +- +- play list +- قويۇش تىزىملىكى +- +- +- setup +- تەڭشەش +- +- +- exit +- چىقىش +- +- +- help documentation +- ياردەم ھۆججەتلىرى +- +- +- +- SystemTrayIcon +- +- Video Player +- سىن قويغۇچ +- +- +- Quit +- چېكىنىش +- +- +- +- TitleMenu +- +- Upload to cloud +- بۇلۇتقا يۈكلەش +- +- +- About +- ھەققىدە +- +- +- Quit +- چېكىنىش +- +- +- Theme +- ئۇسلۇب +- +- +- Follow system +- سىستېمىغا ئەگىشىش +- +- +- Light theme +- يورۇقلۇق ئۇسلۇبى +- +- +- Black theme +- قارا ئۇسلۇب +- +- +- Privacy +- مەخپىيەتلىك +- +- +- Clear mark +- روشەن بەلگە +- +- +- No mark +- بەلگە يوق +- +- +- Help +- ياردەم +- +- +- Check update +- يېڭىلاشنى تەكشۈرۈش +- +- +- Advice and feedback +- مەسلىھەت ۋە پىكىر +- +- +- Official website +- رەسمىي تور بېكەت +- +- +- Setup +- تەڭشەش +- +- +- System setup +- سىستېما تەڭشەش +- +- +- Play setup +- تەڭشەشنى قويۇش +- +- +- Screenshot setup +- ئېكران يۈزى تەڭشىكى +- +- +- Subtitle setup +- ئۇيغۇرچە خەتلىك تەڭشەش +- +- +- Audio setup +- ئاۋاز تەڭشەش +- +- +- Decoder setup +- كودنى تەڭشىگۈچى تەڭشەش +- +- +- Shortcut setup +- تىزلەتمە تەڭشەش +- +- +- Manual +- قوللانما +- +- +- +- TitleWidget +- +- Video Player +- سىن قويغۇچ +- +- +- Restore +- ئەسلىگە كەلتۈرۈش +- +- +- Maximize +- ئەڭ چوڭ چەككە +- +- +- Menu +- تىزىملىك +- +- +- Mini mode +- Mini ھالىتى +- +- +- Minimize +- كىچىكلىتىش +- +- +- Close +- ياپ +- +- +- +- TopWindow +- +- Video Player +- سىن قويغۇچ +- +- +- +- WaylandDialog +- +- Dialog +- دىئالوگ +- +- +- +diff --git a/src/translations/kylin-video_zh_HK.ts b/src/translations/kylin-video_zh_HK.ts +deleted file mode 100644 +index 2f4084e..0000000 +--- a/src/translations/kylin-video_zh_HK.ts ++++ /dev/null +@@ -1,1929 +0,0 @@ +- +- +- +- +- AboutDialog +- +- Dialog +- 對話 +- +- +- About +- 关于 +- +- +- <html><head/><body><p align="center">kylin video</p></body></html> +- <html><head/><body><p align="center">麒麟影音</p></body></html> +- +- +- <html><head/><body><p align="center">version: 0.0.1</p></body></html> +- <html><head/><body><p align="center">版本: 0.0.1</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Kylin video is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 麒麟影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- service and support: support@kylinos.cn +- 服務和支援: support@kylinos.cn +- +- +- version: +- 版本: +- +- +- service and support: +- 服務與支援: +- +- +- Video Player About +- 視頻播放機 關於 +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans Syloti Nagri'; font-size:13pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> 影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- <html><head/><body><p align="center">Video Player</p></body></html> +- <html><head/><body><p align="center">視頻播放機</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;"> 影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Kylin video supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。麒麟视频支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- Video Player +- 視頻播放機 +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。影音支持几乎所有的音频和视频格式,具有强大的解码能力。</span></p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans CJK SC'; font-size:11pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">影音是一款界面美观、互动性好的前置播放器。它是用Qt5开发的,使用MPV作为播放引擎。影音支持几乎所有的音频和视频格式,具有强大的解码能力。</p></body></html> +- +- +- Service & Support: +- 服務與支援: +- +- +- <html><head/><body><p align="center">version: 3.1.1</p></body></html> +- <html><head/><body><p align="center">版本: 3.1.1</p></body></html> +- +- +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { white-space: pre-wrap; } +-</style></head><body style=" font-family:'Noto Sans Mono CJK SC'; font-size:12pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">Video Player is a front player with beautiful interface and good interaction. It is developed with Qt5 and uses MPV as the playback engine. Video Player supports almost all audio and video formats and has powerful decoding ability.</span></p></body></html> +- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +-<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +-p, li { 空白:預包裝; } +-</style></head><body style=" font-family:'Noto Sans Mono CJK SC'; font-size:12pt; font-weight:400; font-style:normal;"> +-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Noto Sans CJK SC'; font-size:11pt;">視頻播放機是一款介面美觀、互動良好的前端播放機。它是用Qt5開發的,使用MPV作為播放引擎。視頻播放機支持幾乎所有的音訊和視頻格式,並具有強大的解碼能力。</span></p></body></html> +- +- +- +- ContralBar +- +- Form +- 形式 +- +- +- 2.0X +- 2.0 倍 +- +- +- 1.5X +- 1.5 倍 +- +- +- 1.25X +- 1.25 倍 +- +- +- 1.0X +- 1.0 倍 +- +- +- 0.75X +- 0.75 倍 +- +- +- 0.5X +- 0.5 倍 +- +- +- Screen shot +- 屏幕截圖 +- +- +- Add mark +- 添加標記 +- +- +- Next +- 下一個 +- +- +- Previous +- 以前 +- +- +- Play +- +- +- +- Volume +- +- +- +- Speed +- 速度 +- +- +- Tools +- 工具 +- +- +- Full screen +- 全螢幕 +- +- +- Pause +- 暫停 +- +- +- Exit full screen +- 退出全屏 +- +- +- --:--:--/--:--:-- +- --:--:--/--:--:-- +- +- +- +- GlobalSetup +- +- Pictures +- 图片 +- +- +- no +- +- +- +- auto +- 自動 +- +- +- default +- 違約 +- +- +- +- HomePage +- +- open file +- 打開檔 +- +- +- open dir +- 打開目錄 +- +- +- Video Player +- 視頻播放機 +- +- +- +- KRightClickMenu +- +- Open +- 打开 +- +- +- Open &File... +- 開啟並檔案... +- +- +- &URL... +- &打开URL... +- +- +- ToTop +- 到頂部 +- +- +- Order +- 次序 +- +- +- One Loop +- 一個迴圈 +- +- +- Sequence +- 序列 +- +- +- List loop +- 清單迴圈 +- +- +- Random +- 隨機 +- +- +- Frame +- 框架 +- +- +- Default frame +- 默認幀 +- +- +- Full frame +- 全畫幅 +- +- +- forward rotate +- 向前旋轉 +- +- +- Along rotate +- 沿旋轉 +- +- +- backward rotate +- 向後旋轉 +- +- +- Inverse rotate +- 反向旋轉 +- +- +- horizontal flip +- 水平翻轉 +- +- +- Horizontally flip +- 水平翻轉 +- +- +- vertical flip +- 垂直翻轉 +- +- +- Vertically flip +- 垂直翻轉 +- +- +- Audio +- 音訊 +- +- +- AudioTrack +- 音軌 +- +- +- AudioChannel +- 音頻頻道 +- +- +- Stereo +- 立體聲 +- +- +- Left channel +- 左通道 +- +- +- Right channel +- 右通道 +- +- +- Audio set +- 音訊集 +- +- +- Subtitle +- 字幕 +- +- +- Choose a file +- 选择一个文件 +- +- +- Subtitles +- 字幕 +- +- +- All files +- 所有檔 +- +- +- Load subtitle +- 載入字幕 +- +- +- Subtitle select +- 字幕選擇 +- +- +- No subtitle +- 無字幕 +- +- +- Subtitle set +- 字幕集 +- +- +- volume up +- 提高音量 +- +- +- volume down +- 降低音量 +- +- +- forward +- 向前 +- +- +- backward +- 向後 +- +- +- setup +- 設置 +- +- +- More +- 更多 +- +- +- Theme +- 主题 +- +- +- Follow system +- 跟随系统 +- +- +- Light theme +- 浅色主题 +- +- +- Black theme +- 深色主题 +- +- +- About +- 关于 +- +- +- Privacy +- 隐私 +- +- +- Clear mark +- 清理痕迹 +- +- +- No mark +- 无痕播放 +- +- +- Match subtitle +- 匹配字幕 +- +- +- open file +- 打開檔 +- +- +- Open &Directory... +- 開啟 &目錄... +- +- +- open dir +- 打開目錄 +- +- +- to top +- 到頂部 +- +- +- Show profile +- 顯示個人資料 +- +- +- Search subtitle +- 搜索字幕 +- +- +- Play +- +- +- +- Play/Pause +- 播放/暫停 +- +- +- Volume up +- 音量+ +- +- +- Volume down +- 音量- +- +- +- Play forward +- 快进 +- +- +- Play backward +- 快退 +- +- +- Player set +- 设置 +- +- +- Media info +- 媒體資訊 +- +- +- 4:3 +- 4:3 +- +- +- 16:9 +- 16:9 +- +- +- restore frame +- 還原幀 +- +- +- Video Player Choose a file +- 視頻播放機 選擇一個檔 +- +- +- Default +- 違約 +- +- +- sub load +- 子負載 +- +- +- +- KylinUI::MessageBox +- +- Cancel +- 取消 +- +- +- Ok +- 還行 +- +- +- +- ListLoopMenu +- +- One Loop +- 一個迴圈 +- +- +- List loop +- 清單迴圈 +- +- +- Random +- 隨機 +- +- +- Sequence +- 序列 +- +- +- +- MainWidget +- +- Video Player +- 視頻播放機 +- +- +- open file +- 打开文件 +- +- +- open dir +- 打开文件夹 +- +- +- Choose a file +- 选择一个文件 +- +- +- Multimedia +- 多媒體 +- +- +- Video +- 視頻 +- +- +- Audio +- 音訊 +- +- +- Playlists +- 播放列表 +- +- +- All files +- 所有文件 +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- 形式 +- +- +- Video Player +- 影音 +- +- +- Video Player Choose a file +- 視頻播放機 選擇一個檔 +- +- +- Video Player Choose a directory +- 視頻播放機 選擇一個目錄 +- +- +- video player +- 視頻播放機 +- +- +- /Video +- /视频 +- +- +- +- MarkListItem +- +- Video Player +- 視頻播放機 +- +- +- File not exist! +- 檔不存在! +- +- +- +- MediaInfoDialog +- +- Dialog +- 對話 +- +- +- media info +- 媒體資訊 +- +- +- media name: +- 媒体文件: +- +- +- file type: +- 文件类型: +- +- +- file size: +- 文件大小: +- +- +- file duration: +- 文件时长: +- +- +- file path: +- 文件路径: +- +- +- ok +- 還行 +- +- +- kylin video +- 影音 +- +- +- title: +- 標題: +- +- +- type: +- 類型: +- +- +- size: +- 大小: +- +- +- duration: +- 期間: +- +- +- path: +- 路徑: +- +- +- video player +- 視頻播放機 +- +- +- +- MiniModeShade +- +- pause +- 暫停 +- +- +- play +- +- +- +- close +- 關閉 +- +- +- normal mode +- 正常模式 +- +- +- +- MpvCore +- +- File size +- 檔大小 +- +- +- Date created +- 創建日期 +- +- +- Media length +- 介質長度 +- +- +- brightness : %1 +- 亮度 : %1 +- +- +- subtitle delay : %1s +- 字幕延遲 : %1s +- +- +- Horizontal Flip: +- 水平翻轉: +- +- +- close +- 關閉 +- +- +- open +- 打開 +- +- +- Vertical Flip: +- 垂直翻轉: +- +- +- File: +- 檔案: +- +- +- Video: +- 視頻: +- +- +- Resolution: +- 解析度: +- +- +- Estimated FPS: +- 估算 FPS: +- +- +- Bitrate: +- 比特率: +- +- +- Audio: +- 音訊: +- +- +- Sample Rate: +- 採樣率: +- +- +- Channels: +- 管道: +- +- +- Audio/video synchronization: +- 音视频同步差: +- +- +- volume : %1 +- 卷 : %1 +- +- +- speed : %1x +- 速度 : %1X +- +- +- Mute +- 靜音 +- +- +- Cancel Mute +- 取消靜音 +- +- +- Playing +- +- +- +- Paused +- 暫停 +- +- +- subtitle : +- 字幕: +- +- +- File +- +- +- +- Title +- 標題 +- +- +- Video (x%0) +- 視訊 (x% 0) +- +- +- Video Output +- 視頻輸出 +- +- +- Resolution +- 解析度 +- +- +- FPS +- +- +- +- A/V Sync +- 音视频同步 +- +- +- Bitrate +- 比特率 +- +- +- %0 kbps +- +- +- +- Audio (x%0) +- 音訊 (x%0) +- +- +- Audio Output +- 音訊輸出 +- +- +- Sample Rate +- 採樣率 +- +- +- Channels +- 管道 +- +- +- Chapters +- +- +- +- Metadata +- 元數據 +- +- +- fps: +- 轉數快: +- +- +- restore frame +- 還原幀 +- +- +- ScreenShot OK +- 屏幕截圖確定 +- +- +- ScreenShot Failed +- 截图失败,文件夹无写权限 +- +- +- ScreenShot Failed, folder has no write permission. +- 截图失败,文件夹无写入权限。 +- +- +- Stereo +- 立體聲 +- +- +- Left Channel +- 左通道 +- +- +- Right Channel +- 右通道 +- +- +- Pictures +- 圖片 +- +- +- ScreenShot Failed, folder has no write permission or folder not exit. +- 屏幕截圖失敗,資料夾沒有寫入許可權或資料夾未退出。 +- +- +- Add mark ok +- 添加標記確定 +- +- +- Add mark error +- 添加標記錯誤 +- +- +- default +- 違約 +- +- +- auto +- 自動 +- +- +- Buffering... +- 緩衝。。。 +- +- +- +- PlayListItem +- +- File not exist! +- 檔不存在! +- +- +- +- PlayListItemMenu +- +- Remove selected +- 刪除所選取內容 +- +- +- Remove invalid +- 刪除無效 +- +- +- Clear list +- 清除清單 +- +- +- Open folder +- 打開資料夾 +- +- +- Sort +- 排序 +- +- +- Sort by name +- 按名稱排序 +- +- +- Sort by type +- 按類型排序 +- +- +- +- PlayListWidget +- +- Video +- 視頻 +- +- +- Video Player +- 視頻播放機 +- +- +- Form +- 形式 +- +- +- Tips +- 提示 +- +- +- File not exist! +- 檔不存在! +- +- +- Are you sure you want to clear the list? +- 是否確實要清除清單? +- +- +- Add file +- 添加檔 +- +- +- Play order +- 播放顺序 +- +- +- Clear list +- 清除清單 +- +- +- kylin-video-990 +- 影音 +- +- +- Switch views +- 切换视图 +- +- +- Are you sure you want to clear the list? +-The file being played will be stopped. +- 确定清空列表 +- +- +- The file being played will be stopped. +- 正在播放的檔將被停止。 +- +- +- Marks +- 標誌著 +- +- +- Load file error! +- 載入檔案錯誤! +- +- +- Preview view +- 預覽檢視 +- +- +- List view +- 清單檢視 +- +- +- One loop +- 一個迴圈 +- +- +- Sequential +- 順序 +- +- +- List loop +- 清單迴圈 +- +- +- Random +- 隨機 +- +- +- Please add file to list ~ +- 請將檔案新增到清單中~ +- +- +- +- PreviewWidget +- +- Form +- 形式 +- +- +- +- QObject +- +- Model name +- 型號名稱 +- +- +- +- SetUpDialog +- +- Dialog +- 對話 +- +- +- Set up +- 设置 +- +- +- Cancel +- 取消 +- +- +- OK +- 還行 +- +- +- System +- 系統 +- +- +- Play +- +- +- +- ScreenShot +- 屏幕截圖 +- +- +- Subtitle +- 字幕 +- +- +- Volume +- 声音设置 +- +- +- Codec +- 編 解碼 器 +- +- +- Shortcut +- 捷徑 +- +- +- Video Player Set up +- 視頻播放機設置 +- +- +- Setup +- 設置 +- +- +- Audio +- 音訊 +- +- +- +- SetupCodec +- +- Demux +- 解複用器 +- +- +- Video decoder +- 視頻解碼器 +- +- +- Audio decoder +- 音訊解碼器 +- +- +- Form +- 形式 +- +- +- Video output +- 視頻輸出 +- +- +- Decode threads +- 解碼線程 +- +- +- default +- 違約 +- +- +- no +- +- +- +- auto +- 自動 +- +- +- +- SetupPlay +- +- Set fullscreen when open video. +- 打开视频时自动全屏 +- +- +- Clear play list on exit. +- 退出时清空播放列表 +- +- +- Automatically plays from where the file was last stopped. +- 自动从文件上次停止的位置播放 +- +- +- Automatically find associated files to play +- 自動查找要播放的關聯檔 +- +- +- Form +- 形式 +- +- +- Set fullscreen when open video +- 打開視頻時設置全屏 +- +- +- Clear play list on exit +- 退出時清除播放清單 +- +- +- Automatically plays from where the file was last stopped +- 從上次停止檔的位置自動播放 +- +- +- +- SetupScreenshot +- +- Only save to clipboard. +- 仅保存到剪切板 +- +- +- Save to file. +- 保存为文件 +- +- +- save path +- 保存路徑 +- +- +- browse +- 流覽 +- +- +- save type +- 保存類型 +- +- +- Screenshot according to the current screen size. +- 按当前显示的画面尺寸截图 +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- 形式 +- +- +- Only save to clipboard +- 僅保存到剪貼板 +- +- +- Save to file +- 保存到檔案 +- +- +- Screenshot according to the current screen size +- 根據當前螢幕尺寸截圖 +- +- +- Pictures +- 圖片 +- +- +- Video Player Choose a directory +- 視頻播放機 選擇一個目錄 +- +- +- +- SetupShortcut +- +- file +- +- +- +- play +- +- +- +- image +- 圖像 +- +- +- volume +- 声音 +- +- +- subtitle +- 字幕 +- +- +- other +- 其他 +- +- +- open file +- 打開檔 +- +- +- open dir +- 打開目錄 +- +- +- prev file +- 上一頁檔 +- +- +- next file +- 下一個檔 +- +- +- play/pause +- 播放/暫停 +- +- +- speed up +- 加速 +- +- +- speed down +- 減速 +- +- +- speed normal +- 速度正常 +- +- +- forword +- 福爾茲 +- +- +- backword +- 後記 +- +- +- forward 30s +- 前進30秒 +- +- +- backword 30s +- 後記 30 年代 +- +- +- insert bookmark +- 插入書籤 +- +- +- ib notes +- 插入与注释书签 +- +- +- fullscreen +- 全屏 +- +- +- mini mode +- 迷你模式 +- +- +- to top +- 到頂部 +- +- +- screenshot +- 截圖 +- +- +- cut +- 截取 +- +- +- light up +- +- +- +- light down +- 燈光下移 +- +- +- forward rotate +- 向前旋轉 +- +- +- backward rotate +- 向後旋轉 +- +- +- horizontal flip +- 水平翻轉 +- +- +- vertical flip +- 垂直翻轉 +- +- +- image boost +- 画质增强 +- +- +- volume up +- 提高音量 +- +- +- volume down +- 降低音量 +- +- +- mute +- 靜音 +- +- +- audio next +- 音訊下一個 +- +- +- default channel +- 預設通道 +- +- +- left channel +- 左通道 +- +- +- right channel +- 右通道 +- +- +- sub load +- 子負載 +- +- +- sub earlier +- 子早先 +- +- +- sub later +- 子稍後 +- +- +- sub up +- 子向上 +- +- +- sub down +- 子向下 +- +- +- sub next +- 子 下一頁 +- +- +- play list +- 播放清單 +- +- +- setup +- 設置 +- +- +- Form +- 形式 +- +- +- audio +- 音訊 +- +- +- sub +- +- +- +- +- SetupSubtitle +- +- Sub loading +- 子裝載 +- +- +- Auto loading subtitles with the same name. +- 自动载入同名字幕 +- +- +- Auto loading other subtitles in the same folder +- 在同一資料夾中自動載入其他字幕 +- +- +- Sub Path +- 子路徑 +- +- +- browse +- 流覽 +- +- +- Font Style +- 字形 +- +- +- Family +- 家庭 +- +- +- Size +- 大小 +- +- +- Choose a directory +- 选择一个文件夹 +- +- +- Form +- 形式 +- +- +- Auto loading subtitles with the same name +- 自動載入同名字幕 +- +- +- Video Player Choose a directory +- 視頻播放機 選擇一個目錄 +- +- +- +- SetupSystem +- +- Window +- +- +- +- Minimize to system tray icon +- 最小化為系統托盤圖示 +- +- +- Pause video playback when minimized +- 最小化時暫停視頻播放 +- +- +- Multiple run +- 多次運行 +- +- +- Allow multiple Video Player to run simultaneously +- 允许同时运行多个影音 +- +- +- Form +- 形式 +- +- +- After sleep/sleep/lock screen and wake up, keep playing state +- 睡眠/睡眠/鎖定螢幕並醒來后,繼續播放狀態 +- +- +- Allow multiple Kylin Video to run simultaneously +- 允許多個麒麟視頻同時運行 +- +- +- +- SetupVolume +- +- Sound card selection +- 声卡选择 +- +- +- Volume contral +- 音量控制 +- +- +- Global volume +- 全球銷量 +- +- +- Default volume standardization +- 默認卷標準化 +- +- +- Form +- 形式 +- +- +- Output driver +- 輸出驅動器 +- +- +- +- ShortCutItem +- +- Hotkey conflict +- 熱鍵衝突 +- +- +- +- ShortCutSetting +- +- open file +- 打開檔 +- +- +- open dir +- 打開目錄 +- +- +- prev file +- 上一頁檔 +- +- +- next file +- 下一個檔 +- +- +- play/pause +- 播放/暫停 +- +- +- speed up +- 加速 +- +- +- speed down +- 減速 +- +- +- speed normal +- 速度正常 +- +- +- forword +- 福爾茲 +- +- +- backword +- 後記 +- +- +- forward 30s +- 前進30秒 +- +- +- backword 30s +- 後記 30 年代 +- +- +- insert bookmark +- 插入書籤 +- +- +- ib notes +- 興業銀行注意事項 +- +- +- fullscreen +- 全屏 +- +- +- mini mode +- 迷你模式 +- +- +- to top +- 到頂部 +- +- +- screenshot +- 截圖 +- +- +- cut +- +- +- +- light up +- +- +- +- light down +- 燈光下移 +- +- +- forward rotate +- 向前旋轉 +- +- +- backward rotate +- 向後旋轉 +- +- +- horizontal flip +- 水平翻轉 +- +- +- vertical flip +- 垂直翻轉 +- +- +- image boost +- 圖像增強 +- +- +- volume up +- 提高音量 +- +- +- volume down +- 降低音量 +- +- +- mute +- 靜音 +- +- +- audio next +- 音訊下一個 +- +- +- default channel +- 預設通道 +- +- +- left channel +- 左通道 +- +- +- right channel +- 右通道 +- +- +- sub load +- 子負載 +- +- +- sub earlier +- 子早先 +- +- +- sub later +- 子稍後 +- +- +- sub up +- 子向上 +- +- +- sub down +- 子向下 +- +- +- sub next +- 子 下一頁 +- +- +- play list +- 播放清單 +- +- +- setup +- 設置 +- +- +- exit +- 退出 +- +- +- help documentation +- 幫助文件 +- +- +- +- SystemTrayIcon +- +- Video Player +- 視頻播放機 +- +- +- Quit +- 退出 +- +- +- +- TitleMenu +- +- Upload to cloud +- 上傳到雲 +- +- +- About +- 大約 +- +- +- Quit +- 退出 +- +- +- Theme +- 主題 +- +- +- Follow system +- 關注系統 +- +- +- Light theme +- 淺色主題 +- +- +- Black theme +- 黑色主題 +- +- +- Privacy +- 隱私 +- +- +- Clear mark +- 清除標記 +- +- +- No mark +- 無標記 +- +- +- Help +- 説明 +- +- +- Check update +- 檢查更新 +- +- +- Advice and feedback +- 建議和反饋 +- +- +- Official website +- 官方網站 +- +- +- Setup +- 設置 +- +- +- System setup +- 系統設置 +- +- +- Play setup +- 播放設置 +- +- +- Screenshot setup +- 屏幕截圖設置 +- +- +- Subtitle setup +- 字幕設置 +- +- +- Audio setup +- 音訊設置 +- +- +- Decoder setup +- 解碼器設置 +- +- +- Shortcut setup +- 快捷方式設置 +- +- +- Manual +- 手動 +- +- +- +- TitleWidget +- +- Video Player +- 視頻播放機 +- +- +- Restore +- 恢復 +- +- +- Maximize +- 最大化 +- +- +- Menu +- 功能表 +- +- +- Mini mode +- 迷你模式 +- +- +- Minimize +- 最小化 +- +- +- Close +- 關閉 +- +- +- +- TopWindow +- +- Video Player +- 視頻播放機 +- +- +- +- WaylandDialog +- +- Dialog +- 對話 +- +- +- diff --git a/debian/patches/series b/debian/patches/series index f72908d..9514733 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -16,3 +16,4 @@ 0016-update-changelog.patch 0017-17-fix-bug-I7BLQ8-openurl.patch 0018-18.patch +0019-25-fix-bug-I7BJTX-wayland.patch