From 26236ba024a560ce58c2b53363e13fdd24074b8f Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Mon, 31 Oct 2022 20:26:08 +0100 Subject: [PATCH] add transltations --- assets/jsons/translations/en.json | 2 ++ assets/jsons/translations/es.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/assets/jsons/translations/en.json b/assets/jsons/translations/en.json index 37c4ab7e..0a0bb916 100644 --- a/assets/jsons/translations/en.json +++ b/assets/jsons/translations/en.json @@ -202,12 +202,14 @@ "titles":{ "UNABLE_TO_LAUNCH": "Unable to launch", "STEAM_NOT_RUNNING": "Steam is not running", + "OCULUS_NOT_RUNNING": "Oculus is not running", "BS_ALREADY_RUNNING": "BeatSaber already running", "EXE_NOT_FINDED": "Missing files", "EXIT": "Abrupt stop" }, "msg":{ "STEAM_NOT_RUNNING": "Steam must be running to launch BeatSaber.", + "OCULUS_NOT_RUNNING": "Oculus must be running to launch BeatSaber.", "BS_ALREADY_RUNNING": "Close BeatSaber before launching it again.", "EXE_NOT_FINDED": "Some files seem to be missing, try to verify the files.", "EXIT": "BeatSaber stopped abruptly, tries to check the files." diff --git a/assets/jsons/translations/es.json b/assets/jsons/translations/es.json index a525200d..7b1f4d53 100644 --- a/assets/jsons/translations/es.json +++ b/assets/jsons/translations/es.json @@ -203,12 +203,14 @@ "titles":{ "UNABLE_TO_LAUNCH": "No se puede lanzar", "STEAM_NOT_RUNNING": "Steam no funciona", + "OCULUS_NOT_RUNNING": "Oculus no funciona", "BS_ALREADY_RUNNING": "BeatSaber ya está en marcha", "EXE_NOT_FINDED": "Archivos perdidos", "EXIT": "Parada abrupta" }, "msg":{ "STEAM_NOT_RUNNING": "Para iniciar BeatSaber es necesario que Steam esté en funcionamiento.", + "OCULUS_NOT_RUNNING": "Oculus debe estar funcionando para lanzar BeatSaber.", "BS_ALREADY_RUNNING": "Cierra BeatSaber antes de volver a lanzarlo.", "EXE_NOT_FINDED": "Parece que faltan algunos archivos, intente verificar los archivos.", "EXIT": "BeatSaber se detuvo abruptamente, trata de revisar los archivos."