translation using NGettext.Wpf
This commit is contained in:
@@ -23,10 +23,11 @@
|
||||
- Improved support for third party osc scripts like uosc.
|
||||
- Support of the mpv property `focused`.
|
||||
- Various improvements and fixes in the input bindings editor.
|
||||
- Automated nightly portable builds (thx to dyphire)
|
||||
- Various new or changed default bindings
|
||||
- libmpv zhongfly 2023-11-03
|
||||
|
||||
- Automated nightly portable builds (thx to dyphire).
|
||||
- Various new or changed default bindings.
|
||||
- Context menu and message boxes are available in the languages German,
|
||||
it can be enabled with the new option `language`.
|
||||
- libmpv zhongfly 2023-11-03.
|
||||
|
||||
# v6.0.3.2 Beta (2022-10-14)
|
||||
|
||||
|
||||
@@ -430,6 +430,11 @@ Enable this only when a developer asks for it. Default: no
|
||||
|
||||
### UI
|
||||
|
||||
#### --language=\<value\>
|
||||
|
||||
User interface display language.
|
||||
mpv.net must be restarted after a change.
|
||||
|
||||
#### --dark-mode=\<value\>
|
||||
|
||||
Enables a dark theme.
|
||||
@@ -1011,7 +1016,7 @@ Cycles the aspect ratio using the following command:
|
||||
[video-aspect property](https://mpv.io/manual/master/#command-interface-video-aspect)
|
||||
|
||||
|
||||
### Audio > Cycle/Next
|
||||
### Audio > Next
|
||||
|
||||
This uses a mpv.net command that shows better info then the mpv preset
|
||||
and also has the advantage of not showing no audio.
|
||||
@@ -1120,7 +1125,7 @@ Increases the subtitle font size using the following command:
|
||||
|
||||
Increases the volume using the following command:
|
||||
|
||||
`add volume 10`
|
||||
`add volume 2`
|
||||
|
||||
[add command](https://mpv.io/manual/master/#command-interface-add-%3Cname%3E-[%3Cvalue%3E])
|
||||
|
||||
@@ -1131,7 +1136,7 @@ Increases the volume using the following command:
|
||||
|
||||
Decreases the volume using the following command:
|
||||
|
||||
`add volume -10`
|
||||
`add volume -2`
|
||||
|
||||
[add command](https://mpv.io/manual/master/#command-interface-add-%3Cname%3E-[%3Cvalue%3E])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user