modals fully translated

This commit is contained in:
MathieuG-P
2022-07-15 15:12:05 +02:00
parent c61e3227ba
commit 599c36e8d7
10 changed files with 237 additions and 37 deletions
+49 -1
View File
@@ -4,7 +4,8 @@
"verify": "Verify",
"launch": "Launch",
"mods": "Mods",
"maps": "Maps"
"maps": "Maps",
"cancel": "Cancel"
},
"pages":{
"version-viewer":{
@@ -152,5 +153,52 @@
}
}
}
},
"modals":{
"guard":{
"title": "Steam Guard",
"inputs":{
"guard-code":{
"label": "Guard Code",
"placeholder": "Enter your Guard code"
}
},
"buttons":{
"submit": "Login"
}
},
"steam-login":{
"title": "Steam Login",
"inputs":{
"username":{
"label": "Username",
"placeholder": "Enter your username"
},
"password":{
"label": "Password",
"placeholder": "Enter your password"
},
"stay":{
"label": "Stay connected"
}
},
"buttons":{
"submit": "Login"
}
},
"bs-uninstall":{
"title": "Uninstall",
"description": "Are you sure you want to uninstall BeatSaber {version} ? You will have to download it again to play it.",
"buttons":{
"submit": "Uninstall"
}
},
"install-folder":{
"title": "Installation folder",
"description": "Changing the default installation folder will result in moving all installed data to the new folder.",
"buttons":{
"submit": "Choose folder"
}
}
}
}
+49 -1
View File
@@ -4,7 +4,8 @@
"verify": "Verify",
"launch": "Launch",
"mods": "Mods",
"maps": "Maps"
"maps": "Maps",
"cancel": "Cancel"
},
"pages":{
"version-viewer":{
@@ -152,5 +153,52 @@
}
}
}
},
"modals":{
"guard":{
"title": "Steam Guard",
"inputs":{
"guard-code":{
"label": "Guard Code",
"placeholder": "Enter your Guard code"
}
},
"buttons":{
"submit": "Login"
}
},
"steam-login":{
"title": "Steam Login",
"inputs":{
"username":{
"label": "Username",
"placeholder": "Enter your username"
},
"password":{
"label": "Password",
"placeholder": "Enter your password"
},
"stay":{
"label": "Stay connected"
}
},
"buttons":{
"submit": "Login"
}
},
"bs-uninstall":{
"title": "Uninstall",
"description": "Are you sure you want to uninstall BeatSaber {version} ? You will have to download it again to play it.",
"buttons":{
"submit": "Uninstall"
}
},
"install-folder":{
"title": "Installation folder",
"description": "Changing the default installation folder will result in moving all installed data to the new folder.",
"buttons":{
"submit": "Choose folder"
}
}
}
}
+50 -2
View File
@@ -4,7 +4,8 @@
"verify": "Verificar",
"launch": "Lanzar",
"mods": "Mods",
"maps": "Maps"
"maps": "Maps",
"cancel": "Cancelar"
},
"pages":{
"version-viewer":{
@@ -63,7 +64,7 @@
}
}
},
"notifications":{
"types":{
"error": "🚨 Error",
@@ -153,5 +154,52 @@
}
}
}
},
"modals":{
"guard":{
"title": "Steam Guard",
"inputs":{
"guard-code":{
"label": "Guard Código",
"placeholder": "Introduzca su código Guard"
}
},
"buttons":{
"submit": "Conéctate"
}
},
"steam-login":{
"title": "Steam Conectar",
"inputs":{
"username":{
"label": "Nombre de usuario",
"placeholder": "Introduzca su nombre de usuario"
},
"password":{
"label": "Contraseña",
"placeholder": "Introduzca su contraseña"
},
"stay":{
"label": "Manténgase conectado"
}
},
"buttons":{
"submit": "Inicio de sesión"
}
},
"bs-uninstall":{
"title": "Desinstalar",
"description": "¿Estás seguro de que quieres desinstalar BeatSaber {version}? Tendrás que descargarlo de nuevo para poder jugar.",
"buttons":{
"submit": "Desinstalar"
}
},
"install-folder":{
"title": "Instalación Carpeta",
"description": "Al cambiar la carpeta de instalación por defecto, se moverán todos los datos instalados a la nueva carpeta.",
"buttons":{
"submit": "Elija la carpeta"
}
}
}
}
+49 -1
View File
@@ -4,7 +4,8 @@
"verify": "Vérifier",
"launch": "Lancer",
"mods": "Modes",
"maps": "Maps"
"maps": "Maps",
"cancel": "Annuler"
},
"pages":{
"version-viewer":{
@@ -152,5 +153,52 @@
}
}
}
},
"modals":{
"guard":{
"title": "Steam Guard",
"inputs":{
"guard-code":{
"label": "Code Guard",
"placeholder": "Entre ton code Guard"
}
},
"buttons":{
"submit": "Se connecter"
}
},
"steam-login":{
"title": "Connexion Steam",
"inputs":{
"username":{
"label": "Nom d'utilisateur",
"placeholder": "Entre ton nom d'utilisateur"
},
"password":{
"label": "Mot de passe",
"placeholder": "Entre ton mot de passe"
},
"stay":{
"label": "Rester connecté"
}
},
"buttons":{
"submit": "Se connecter"
}
},
"bs-uninstall":{
"title": "Désinstaller",
"description": "Est tu sûr de vouloir désinstaller BeatSaber {version} ? Tu vas devoir la retélécharger pour y jouer.",
"buttons":{
"submit": "Désinstaller"
}
},
"install-folder":{
"title": "Dossier d'installation",
"description": "Changer le dossier d'installation par défaut, va engendrer le déplacement de toutes les données installer vers le nouveau dossier.",
"buttons":{
"submit": "Choisir un dossier"
}
}
}
}