Update translations

This commit is contained in:
redphx 2024-07-20 07:04:31 +07:00
parent c796152bdd
commit 5f696ff0b8
3 changed files with 3 additions and 3 deletions

View File

@ -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 => {

View File

@ -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

View File

@ -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",