You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add weak instance caching.
- Annotate `r`, `g`, `b`, and `a` class members as private. Although instances are still mutable, this change will trigger language server warnings when indexing these fields; assuming LuaLS is present.
- Translations: Get boss types and register/retire labels from the game instead of our own translations.
Copy file name to clipboardExpand all lines: SSV2/includes/lib/translations/de-DE.lua
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -961,7 +961,6 @@ return {
961
961
["YRV3_DASHBOARD_BOSS_RETIRED"] ="Im Ruhestand",
962
962
["YRV3_DASHBOARD_BOSS_TYPE"] ="Boss-Typ",
963
963
["YRV3_DASHBOARD_BOSS_PRES_FMT"] ="Präsident von %s",
964
-
["YRV3_DASHBOARD_BOSS_REGISTER"] ="Registrieren Sie sich als Chef",
965
964
["YRV3_DASHBOARD_BOSS_CEO_FMT"] ="CEO von %s",
966
965
["MPSTAT_CONTROLLDER_DESC"] ="Verwalten, bearbeiten und sperren Sie Multiplayer-Statistiken dauerhaft.",
967
966
["MPSTAT_LOCK_VAL_TT"] ="Sperrt die Statistik auf den aktuellen Wert.\n\nHinweis: Sie müssen Ihren gewünschten Wert festlegen, bevor Sie diese Option aktivieren, da durch die Aktivierung des Schalters der aktuelle Statistikwert erfasst und gespeichert wird, damit er im Hintergrund geschrieben wird.",
Copy file name to clipboardExpand all lines: SSV2/includes/lib/translations/es-ES.lua
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -962,8 +962,6 @@ return {
962
962
["MPSTAT_CONTROLLDER_DESC"] ="Administre, edite y bloquee estadísticas multijugador con persistencia.",
963
963
["YRV3_DASHBOARD_BOSS_CEO_FMT"] ="CEO de %s",
964
964
["YRV3_DASHBOARD_BOSS_TYPE"] ="Tipo de jefe",
965
-
["YRV3_DASHBOARD_BOSS_RETIRE"] ="Retirarse",
966
-
["YRV3_DASHBOARD_BOSS_REGISTER"] ="Regístrate como jefe",
967
965
["MPSTAT_LOCK_VAL_TT"] ="Bloquea la estadística al valor actual.\n\nNota: Debe establecer el valor deseado antes de activar esta opción, ya que al activar la opción se captura y guarda el valor de la estadística actual para escribirlo en segundo plano.",
["VEH_STANCE_LOCKED_FMT"] ="'Stancer' actualmente es propiedad de '%s'. Deshabilite la función de propietario para desbloquear la interfaz de usuario.",
0 commit comments