From e9ca78173f5f61ab110c7ca4fdc58f18be276398 Mon Sep 17 00:00:00 2001 From: MathieuG-P Date: Fri, 22 Jul 2022 20:52:31 +0200 Subject: [PATCH] add download error translation --- assets/jsons/translations/en.json | 3 ++- assets/jsons/translations/es.json | 3 ++- assets/jsons/translations/fr.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/jsons/translations/en.json b/assets/jsons/translations/en.json index c4d4a5ea..4d8899c3 100644 --- a/assets/jsons/translations/en.json +++ b/assets/jsons/translations/en.json @@ -113,7 +113,8 @@ "SteamLib": "If you have this error, report the bug on GitHub with the logs pls.", "ConnectionError": "Unable to connect to Steam after 10 tries 🤯", "LicenceError": "Unable to get the list of licenses.", - "verification-failed": "Verification failed, try again later." + "verification-failed": "Verification failed, try again later.", + "RateLimitExceeded": "You've tried too many times, wait a while and try again later." } } }, diff --git a/assets/jsons/translations/es.json b/assets/jsons/translations/es.json index 239aa623..72f09f2f 100644 --- a/assets/jsons/translations/es.json +++ b/assets/jsons/translations/es.json @@ -114,7 +114,8 @@ "SteamLib": "Si tienes este error, reporta el bug en GitHub con los logs por favor.", "ConnectionError": "No se puede conectar a Steam después de 10 intentos 🤯", "LicenceError": "No se puede obtener la lista de licencias.", - "verification-failed": "Verificación fallida, inténtelo más tarde." + "verification-failed": "Verificación fallida, inténtelo más tarde.", + "RateLimitExceeded": "Lo has intentado demasiadas veces, espera un poco y vuelve a intentarlo más tarde." } } }, diff --git a/assets/jsons/translations/fr.json b/assets/jsons/translations/fr.json index 2fac2671..6d827f36 100644 --- a/assets/jsons/translations/fr.json +++ b/assets/jsons/translations/fr.json @@ -113,7 +113,8 @@ "SteamLib": "Si tu à cette erreur, report le bug sur GitHub avec les logs stp.", "ConnectionError": "Impossible de se connecter à Steam après 10 essais 🤯", "LicenceError": "Impossible d'obtenir la liste des licences.", - "verification-failed": "La vérification a échoué, réessaye plus tard." + "verification-failed": "La vérification a échoué, réessaye plus tard.", + "RateLimitExceeded": "Tu as essayé trop de fois attend un peu et recommence plus tard." } } },