Update language stuff.
This commit is contained in:
parent
51439fb92b
commit
8fe2c512c2
16
DOCS.md
16
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`
|
- On linux the config file will be located at `~/.config/KittehPlayer/KittehPlayer.conf`
|
||||||
|
|
||||||
## Supported Languages
|
## Supported Languages
|
||||||
- `english`
|
- `english` English
|
||||||
- `french`
|
- `spanish` Español
|
||||||
- `spanish`
|
- `german` Deutsch
|
||||||
- `german`
|
- `french` Française
|
||||||
- `italian`
|
- `italian` Italiano
|
||||||
- `russian`
|
- `russian` Русский
|
||||||
- `norweigan`
|
- `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/translations.js`.
|
||||||
|
|
||||||
## MPV Config
|
## MPV Config
|
||||||
|
|
|
@ -6,8 +6,7 @@ var languages = {
|
||||||
"italian": "Italiano",
|
"italian": "Italiano",
|
||||||
"russian": "Русский",
|
"russian": "Русский",
|
||||||
"norwegian": "Norwegian",
|
"norwegian": "Norwegian",
|
||||||
"telugu": "తెలుగు"
|
"telugu": "తెలుగు",
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var translations = {
|
var translations = {
|
||||||
|
@ -327,7 +326,7 @@ var translations = {
|
||||||
TOGGLE_ALWAYS_ON_TOP: "Alltid Øverst",
|
TOGGLE_ALWAYS_ON_TOP: "Alltid Øverst",
|
||||||
DISABLE_TRACK: "Skru Av Spor"
|
DISABLE_TRACK: "Skru Av Spor"
|
||||||
},
|
},
|
||||||
: {
|
telugu: {
|
||||||
OPEN_FILE: "ఫైల్ తెరువు",
|
OPEN_FILE: "ఫైల్ తెరువు",
|
||||||
URL_FILE_PATH: "లింకు / ఫైల్ ఉన్న ప్రదేశం",
|
URL_FILE_PATH: "లింకు / ఫైల్ ఉన్న ప్రదేశం",
|
||||||
FILE_MENU: "ఫైల్ మెనూ",
|
FILE_MENU: "ఫైల్ మెనూ",
|
||||||
|
@ -346,7 +345,6 @@ var translations = {
|
||||||
BACKWARD_FRAME: "ఫ్రేము వెనక్కి",
|
BACKWARD_FRAME: "ఫ్రేము వెనక్కి",
|
||||||
FORWARD_FRAME: "ఫ్రేము ముందుకి",
|
FORWARD_FRAME: "ఫ్రేము ముందుకి",
|
||||||
AUDIO: "ఆడియో మెనూ",
|
AUDIO: "ఆడియో మెనూ",
|
||||||
CYCLE_AUDIO_TRACK: "ఆడియో ట్రాక్ ని సైకిల్ చేయి",
|
|
||||||
INCREASE_VOLUME: "ధ్వని పెంచు",
|
INCREASE_VOLUME: "ధ్వని పెంచు",
|
||||||
DECREASE_VOLUME: "ధ్వని తగ్గించు",
|
DECREASE_VOLUME: "ధ్వని తగ్గించు",
|
||||||
MUTE_VOLUME: "మ్యూట్ చేయి",
|
MUTE_VOLUME: "మ్యూట్ చేయి",
|
||||||
|
|
Loading…
Reference in a new issue