diff --git a/src/utils/translation.ts b/src/utils/translation.ts index e640475..8b6aa39 100644 --- a/src/utils/translation.ts +++ b/src/utils/translation.ts @@ -29,6 +29,8 @@ const Texts = { "apply": "Apply", "audio": "Audio", "auto": "Auto", + "back-to-home": "Back to home", + "back-to-home-confirm": "Do you want to go back to the home page (without disconnecting)?", "badge-audio": "Audio", "badge-battery": "Battery", "badge-in": "In", @@ -142,6 +144,7 @@ const Texts = { "press-esc-to-cancel": "Press Esc to cancel", "press-key-to-toggle-mkb": [ (e: any) => `Press ${e.key} to toggle the Mouse and Keyboard feature`, + (e: any) => `Premeu ${e.key} per alternar la funció de teclat i ratolí`, (e: any) => `${e.key}: Maus- und Tastaturunterstützung an-/ausschalten`, (e: any) => `Tekan ${e.key} untuk mengaktifkan fitur Mouse dan Keyboard`, (e: any) => `Pulsa ${e.key} para activar la función de ratón y teclado`, @@ -163,6 +166,7 @@ const Texts = { "ratio": "Ratio", "reduce-animations": "Reduce UI animations", "region": "Region", + "reload-stream": "Reload stream", "remote-play": "Remote Play", "rename": "Rename", "right-click-to-unbind": "Right-click on a key to unbind it", @@ -179,6 +183,7 @@ const Texts = { "separate-touch-controller": "Separate Touch controller & Controller #1", "separate-touch-controller-note": "Touch controller is Player 1, Controller #1 is Player 2", "server": "Server", + "settings": "Settings", "settings-reload": "Reload page to reflect changes", "settings-reloading": "Reloading...", "shortcut-keys": "Shortcut keys", @@ -229,6 +234,7 @@ const Texts = { "touch-control-layout": "Touch control layout", "touch-control-layout-by": [ (e: any) => `Touch control layout by ${e.name}`, + (e: any) => `Format del control tàctil per ${e.name}`, (e: any) => `Touch-Steuerungslayout von ${e.name}`, (e: any) => `Tata letak Sentuhan layar oleh ${e.name}`, (e: any) => `Disposición del control táctil por ${e.nombre}`,