From 7787c7fc10a818d0f73547d1dba39e24314c8cbb Mon Sep 17 00:00:00 2001 From: tintupratap <39707816+tintupratap@users.noreply.github.com> Date: Wed, 6 May 2020 09:32:45 +0530 Subject: [PATCH 1/5] =?UTF-8?q?update=20translations.js=20:=20added=20?= =?UTF-8?q?=E0=B0=A4=E0=B1=86=E0=B0=B2=E0=B1=81=E0=B0=97=E0=B1=81=20langua?= =?UTF-8?q?ge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/qml/Utils/translations.js | 56 +++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/src/qml/Utils/translations.js b/src/qml/Utils/translations.js index 1bf8801..67f38e8 100644 --- a/src/qml/Utils/translations.js +++ b/src/qml/Utils/translations.js @@ -6,6 +6,8 @@ var languages = { "italian": "Italiano", "russian": "Русский", "norwegian": "Norwegian", + "telugu": "తెలుగు" + } var translations = { @@ -324,5 +326,59 @@ var translations = { TITLE: "Tittel", TOGGLE_ALWAYS_ON_TOP: "Alltid Øverst", DISABLE_TRACK: "Skru Av Spor" + }, + : { + OPEN_FILE: "ఫైల్ తెరువు", + URL_FILE_PATH: "లింకు / ఫైల్ ఉన్న ప్రదేశం", + FILE_MENU: "ఫైల్ మెనూ", + OPEN_URL: "URL తెరువు", + EXIT: "నిష్క్రమణ", + PLAYBACK: "ప్లేబ్యాక్", + PLAY_PAUSE: "ప్లే/పౌస్", + REWIND_10S: "10సె వెనక్కి", + FORWARD_10S: "10సె ముందుకి", + REWIND_5S: "5సె వెనక్కి", + FORWARD_5S: "5సె వెనక్కి", + SPEED_DECREASE_POINT_ONE: "వేగం -0.1", + SPEED_INCREASE_POINT_ONE: "వేగం +0.1", + HALVE_SPEED: "వేగం సగానికి", + DOUBLE_SPEED: "వేగం రెట్టింపు", + BACKWARD_FRAME: "ఫ్రేము వెనక్కి", + FORWARD_FRAME: "ఫ్రేము ముందుకి", + AUDIO: "ఆడియో మెనూ", + CYCLE_AUDIO_TRACK: "ఆడియో ట్రాక్ ని సైకిల్ చేయి", + INCREASE_VOLUME: "ధ్వని పెంచు", + DECREASE_VOLUME: "ధ్వని తగ్గించు", + MUTE_VOLUME: "మ్యూట్ చేయి", + VIDEO: "వీడియో మెనూ", + CYCLE_VIDEO: "వీడియో ని సైకిల్ చేయి", + SUBTITLES: "ఉపశీర్షిక/subtitles", + CYCLE_SUB_TRACK: "ఉపశీర్షిక ట్రాక్ ని సైకిల్ చేయి", + CYCLE_AUDIO_TRACK: "ఆడియో ట్రాక్ ని సైకిల్ చేయి", + TOGGLE_MPV_SUBS: "ఉపశీర్షిక MPV నుండి/కు మార్చు", + VIEW: "దర్శన", + FULLSCREEN: "స్క్రీన్ నింపు", + STATS: "గణాంకాలు", + TOGGLE_NYAN_CAT: "Nyan Cat నుండి/కు మార్చు", + ABOUT: "మా గురుంచి", + ABOUT_QT: "Qt గురించి", + TITLE: "టైటిల్", + TOGGLE_ALWAYS_ON_TOP: "పైవైపు నుండి/కు మార్చు", + DISABLE_TRACK: "ట్రాక్ ని ఆపు", + AUDIO_DEVICES: "ఆడియో పరికరాలు", + PLAYLIST_MENU: "ప్లేయలిస్ట్ మెనూ", + THEME: "థీమ్ ", + SETTINGS: "సెట్టింగులు", + LANGUAGE: "భాష ", + APPEARANCE: "ప్రదర్శన", + TITLE_ONLY_ON_FULLSCREEN: "స్క్రీన్ నింపినప్పుడే టైటిల్ చూపు", + CLICK_TO_PAUSE: "పౌస్ చేయడానికి క్లిక్/టాప్ చేయండి", + DOUBLE_TAP_TO_SEEK: "సీక్ చేయడానికి డబల్ టాప్/క్లిక్ చేయండి", + DOUBLE_TAP_TO_SEEK_BY: "సీక్ ఆధారం", + FONT: "పదాలు/ఫాంట్", + SUBTITLES_FONT_SIZE: "సుబ్టైటల్ పదాలు/ఫాంట్ సైజు", + UI_FADE_TIME: "UI వీడిపోవు(మిల్లీ సె)", + UPDATE: "అప్డేట్ చేయి (AppImage Only)" + } } From 8fe2c512c229398771017164fa5db0d1a700bacb Mon Sep 17 00:00:00 2001 From: namedkitten Date: Wed, 6 May 2020 05:13:45 +0100 Subject: [PATCH 2/5] Update language stuff. --- DOCS.md | 16 +++++++++------- src/qml/Utils/translations.js | 6 ++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/DOCS.md b/DOCS.md index ee53bae..fab5654 100644 --- a/DOCS.md +++ b/DOCS.md @@ -5,13 +5,15 @@ A YouTube-like video player based on Qt, QML and libmpv. - On linux the config file will be located at `~/.config/KittehPlayer/KittehPlayer.conf` ## Supported Languages -- `english` -- `french` -- `spanish` -- `german` -- `italian` -- `russian` -- `norweigan` +- `english` English +- `spanish` Español +- `german` Deutsch +- `french` Française +- `italian` Italiano +- `russian` Русский +- `norwegian` Norwegian +- `telugu` తెలుగు +- Left = config value; Right = language name - If your language isn't listed above then please either contact me (details at bottom of readme) or make a PR with the translations which are located in the file `src/qml/translations.js`. ## MPV Config diff --git a/src/qml/Utils/translations.js b/src/qml/Utils/translations.js index 67f38e8..24eb918 100644 --- a/src/qml/Utils/translations.js +++ b/src/qml/Utils/translations.js @@ -6,8 +6,7 @@ var languages = { "italian": "Italiano", "russian": "Русский", "norwegian": "Norwegian", - "telugu": "తెలుగు" - + "telugu": "తెలుగు", } var translations = { @@ -327,7 +326,7 @@ var translations = { TOGGLE_ALWAYS_ON_TOP: "Alltid Øverst", DISABLE_TRACK: "Skru Av Spor" }, - : { + telugu: { OPEN_FILE: "ఫైల్ తెరువు", URL_FILE_PATH: "లింకు / ఫైల్ ఉన్న ప్రదేశం", FILE_MENU: "ఫైల్ మెనూ", @@ -346,7 +345,6 @@ var translations = { BACKWARD_FRAME: "ఫ్రేము వెనక్కి", FORWARD_FRAME: "ఫ్రేము ముందుకి", AUDIO: "ఆడియో మెనూ", - CYCLE_AUDIO_TRACK: "ఆడియో ట్రాక్ ని సైకిల్ చేయి", INCREASE_VOLUME: "ధ్వని పెంచు", DECREASE_VOLUME: "ధ్వని తగ్గించు", MUTE_VOLUME: "మ్యూట్ చేయి", From 92a9a5b47df9ae0597d02df940bd003ee444fca6 Mon Sep 17 00:00:00 2001 From: namedkitten Date: Wed, 6 May 2020 05:15:56 +0100 Subject: [PATCH 3/5] Add appimage related lines, dont include youtube-dl. --- scripts/makeappimage.sh | 4 ++-- src/qml/Utils/translations.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/makeappimage.sh b/scripts/makeappimage.sh index 0cacade..aa6c3f0 100755 --- a/scripts/makeappimage.sh +++ b/scripts/makeappimage.sh @@ -21,8 +21,8 @@ fi wget https://github.com/AppImage/AppImageUpdate/releases/download/continuous/AppImageUpdate-x86_64.AppImage -O appdir/usr/bin/appimageupdatetool chmod +x appdir/usr/bin/appimageupdatetool -wget https://yt-dl.org/downloads/latest/youtube-dl -O appdir/usr/bin/youtube-dl -chmod +x appdir/usr/bin/youtube-dl +#wget https://yt-dl.org/downloads/latest/youtube-dl -O appdir/usr/bin/youtube-dl +#chmod +x appdir/usr/bin/youtube-dl export UPD_INFO="gh-releases-zsync|NamedKitten|KittehPlayer|continuous|KittehPlayer-$ARCH.AppImage.zsync" time ./linuxdeploy-x86_64.AppImage --appdir appdir --plugin qt --output appimage -v 3 diff --git a/src/qml/Utils/translations.js b/src/qml/Utils/translations.js index 24eb918..c30b892 100644 --- a/src/qml/Utils/translations.js +++ b/src/qml/Utils/translations.js @@ -61,7 +61,7 @@ var translations = { FONT: "Font", SUBTITLES_FONT_SIZE: "Subtitles Font Size", UI_FADE_TIME: "UI Fade Time (ms)", - UPDATE: "Update (AppImage Only)" + UPDATE_APPIMAGE: "Update (AppImage Only)" }, spanish: { @@ -376,7 +376,7 @@ var translations = { FONT: "పదాలు/ఫాంట్", SUBTITLES_FONT_SIZE: "సుబ్టైటల్ పదాలు/ఫాంట్ సైజు", UI_FADE_TIME: "UI వీడిపోవు(మిల్లీ సె)", - UPDATE: "అప్డేట్ చేయి (AppImage Only)" + UPDATE_APPIMAGE: "అప్డేట్ చేయి (AppImage Only)" } } From 1c70d82d5607d05a27f663a05f9c83da44ab9cb4 Mon Sep 17 00:00:00 2001 From: namedkitten Date: Wed, 6 May 2020 05:18:40 +0100 Subject: [PATCH 4/5] Fix docs path. --- DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS.md b/DOCS.md index fab5654..5d8a6b1 100644 --- a/DOCS.md +++ b/DOCS.md @@ -14,7 +14,7 @@ A YouTube-like video player based on Qt, QML and libmpv. - `norwegian` Norwegian - `telugu` తెలుగు - Left = config value; Right = language name -- If your language isn't listed above then please either contact me (details at bottom of readme) or make a PR with the translations which are located in the file `src/qml/translations.js`. +- If your language isn't listed above then please either contact me (details at bottom of readme) or make a PR with the translations which are located in the file `src/qml/utils/translations.js`. ## MPV Config - Since KittehPlayer's default backend is based on libmpv, you can use the mpv.conf from `~/.config/mpv/mpv.conf`. From e1dd828968a67a48c7aa4d8364798930a9dfd46c Mon Sep 17 00:00:00 2001 From: namedkitten Date: Wed, 6 May 2020 05:22:51 +0100 Subject: [PATCH 5/5] Fix. --- src/qml/Utils/translations.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/Utils/translations.js b/src/qml/Utils/translations.js index c30b892..6c8756d 100644 --- a/src/qml/Utils/translations.js +++ b/src/qml/Utils/translations.js @@ -62,7 +62,6 @@ var translations = { SUBTITLES_FONT_SIZE: "Subtitles Font Size", UI_FADE_TIME: "UI Fade Time (ms)", UPDATE_APPIMAGE: "Update (AppImage Only)" - }, spanish: { OPEN_FILE: "Abrir archivo",