mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Update translations
This commit is contained in:
parent
c796152bdd
commit
5f696ff0b8
@ -177,7 +177,7 @@ export function setupSettingsUi() {
|
|||||||
if (AppInterface) {
|
if (AppInterface) {
|
||||||
// Show Android app settings button
|
// Show Android app settings button
|
||||||
topButtons.push(createButton({
|
topButtons.push(createButton({
|
||||||
label: t('android-app-settings'),
|
label: t('app-settings'),
|
||||||
icon: BxIcon.STREAM_SETTINGS,
|
icon: BxIcon.STREAM_SETTINGS,
|
||||||
style: ButtonStyle.FULL_WIDTH | ButtonStyle.FOCUSABLE,
|
style: ButtonStyle.FULL_WIDTH | ButtonStyle.FOCUSABLE,
|
||||||
onClick: e => {
|
onClick: e => {
|
||||||
|
@ -25,7 +25,7 @@ export class GuideMenu {
|
|||||||
}),
|
}),
|
||||||
|
|
||||||
appSettings: createButton({
|
appSettings: createButton({
|
||||||
label: t('android-app-settings'),
|
label: t('app-settings'),
|
||||||
style: ButtonStyle.FULL_WIDTH | ButtonStyle.FOCUSABLE,
|
style: ButtonStyle.FULL_WIDTH | ButtonStyle.FOCUSABLE,
|
||||||
onClick: e => {
|
onClick: e => {
|
||||||
// Close all xCloud's dialogs
|
// Close all xCloud's dialogs
|
||||||
|
@ -31,7 +31,7 @@ const Texts = {
|
|||||||
"always-off": "Always off",
|
"always-off": "Always off",
|
||||||
"always-on": "Always on",
|
"always-on": "Always on",
|
||||||
"amd-fidelity-cas": "AMD FidelityFX CAS",
|
"amd-fidelity-cas": "AMD FidelityFX CAS",
|
||||||
"android-app-settings": "Android app settings",
|
"app-settings": "App settings",
|
||||||
"apply": "Apply",
|
"apply": "Apply",
|
||||||
"aspect-ratio": "Aspect ratio",
|
"aspect-ratio": "Aspect ratio",
|
||||||
"aspect-ratio-note": "Don't use with native touch games",
|
"aspect-ratio-note": "Don't use with native touch games",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user