mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-31 15:09:42 +08:00
[GUI] Add live localization bindings and fill missing locales (#685)
This commit is contained in:
@@ -168,5 +168,34 @@
|
||||
"Updater.Status.Timeout": "De updatecontrole is na 10 seconden verlopen.",
|
||||
"Updater.Status.Failed": "Kon niet controleren op updates.",
|
||||
"Updater.Status.ChecksumFailed": "De gedownloade update is niet door de SHA-256-verificatie gekomen.",
|
||||
"Updater.Status.Unsupported": "Automatisch updaten vereist een x64-build voor Windows, Linux of macOS."
|
||||
"Updater.Status.Unsupported": "Automatisch updaten vereist een x64-build voor Windows, Linux of macOS.",
|
||||
"Options.Graphics": "Grafisch",
|
||||
"Options.Section.Rendering": "RENDERING",
|
||||
"Options.Section.Display": "BEELDSCHERM",
|
||||
"Options.RenderResolution.Label": "Interne resolutie",
|
||||
"Options.RenderResolution.Desc": "Render offscreen-doelen onder de oorspronkelijke resolutie en schaal ze bij presentatie op. Lagere waarden ruilen beeldkwaliteit in voor GPU-marge; wordt bij de volgende start toegepast.",
|
||||
"Options.RenderResolution.Native": "100% (native)",
|
||||
"Options.WindowMode.Label": "Venstermodus",
|
||||
"Options.WindowMode.Desc": "Normaal venster, randloos bureaublad of exclusief volledig scherm.",
|
||||
"Options.WindowMode.Windowed": "Venster",
|
||||
"Options.WindowMode.Borderless": "Randloos",
|
||||
"Options.WindowMode.Exclusive": "Exclusief",
|
||||
"Options.Resolution.Label": "Resolutie",
|
||||
"Options.Resolution.Desc": "Initiële venstergrootte of resolutie voor exclusief volledig scherm.",
|
||||
"Options.Display.Label": "Beeldscherm",
|
||||
"Options.Display.Desc": "Monitor die wordt gebruikt voor centrering en volledig scherm.",
|
||||
"Options.RefreshRate.Label": "Verversingssnelheid",
|
||||
"Options.RefreshRate.Desc": "Verversingssnelheid voor exclusief volledig scherm. Automatisch selecteert de dichtstbijzijnde modus.",
|
||||
"Options.RefreshRate.Automatic": "Automatisch",
|
||||
"Options.Scaling.Label": "Schaling",
|
||||
"Options.Scaling.Desc": "Schaal de oorspronkelijke gastafbeelding zonder de interne resolutie te wijzigen.",
|
||||
"Options.Scaling.Fit": "Passend",
|
||||
"Options.Scaling.Cover": "Vullend",
|
||||
"Options.Scaling.Stretch": "Uitrekken",
|
||||
"Options.Scaling.Integer": "Geheel getal",
|
||||
"Options.VSync.Label": "VSync",
|
||||
"Options.VSync.Desc": "Gebruik FIFO-presentatie voor uitvoer zonder tearing.",
|
||||
"Options.Hdr.Label": "HDR-uitvoer",
|
||||
"Options.Hdr.Desc": "Gebruik HDR wanneer het geselecteerde beeldscherm en de grafische backend dit ondersteunen. Automatisch valt terug op SDR.",
|
||||
"Options.Hdr.Auto": "Automatisch"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user