Rename Invisible modes (#954)

* Rename Invisible modes

* Fix indentation in zh_code

* Undo changes in Vietnamese lang file
This commit is contained in:
NOT_A_ROBOT
2023-08-29 12:42:43 +07:00
committed by GitHub
parent 7f8e3e647a
commit 9e384f80cb
6 changed files with 36 additions and 18 deletions

View File

@@ -861,6 +861,12 @@ return {
['strategy_e_plus']={"Strategy", "Fácil+", "Lo mismo pero sin reserva!"},
['strategy_h_plus']={"Strategy", "Difícil+", "Lo mismo pero sin reserva!"},
['strategy_u_plus']={"Strategy", "Supremo+", "Lo mismo pero sin reserva!"},
-- ['blind_e']= {"Invisible", "SLOW", "For beginners"},
-- ['blind_n']= {"Invisible", "FAST", "For intermediates"},
-- ['blind_h']= {"Invisible", "INSTANT", "For the experienced"},
-- ['blind_l']= {"Invisible", "NO GHOST", "For professionals"},
-- ['blind_u']= {"Invisible", "NO FIELD", "Are you ready?"},
-- ['blind_wtf']= {"Invisible", "VOID", "You're not ready."},
['blind_e']= {"A Ciegas", "Parcial", "Para novatos."},
['blind_n']= {"A Ciegas", "Total", "Para jugadores intermedios."},
['blind_h']= {"A Ciegas", "Inmediato", "Para jugadores experimentados."},