-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
87 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,22 @@ | ||
{ | ||
"party-overview": { | ||
"EnablePlayerAccess": { | ||
"Name": "¿Permitir a jugadores una visión general del grupo?", | ||
"Hint": "Permite a los jugadores para acceder la ventana del Grupo." | ||
} | ||
} | ||
"party-overview": { | ||
"EnablePlayerAccess": { | ||
"Name": "¿Permitir a jugadores una visión general del grupo?", | ||
"Hint": "Permite a los jugadores para acceder la ventana del Grupo." | ||
}, | ||
"keybinds": { | ||
"open": { | ||
"name": "Abrir el Party Overview", | ||
"hint": "Abre la ventana de el Party Overview." | ||
}, | ||
"close": { | ||
"name": "Cierrar Party Overview", | ||
"hint": "Cierra la ventana de el Party Overview." | ||
}, | ||
"toggle": { | ||
"name": "Alternar el Party Overview", | ||
"hint": "Abre o cierra la ventana de el Party Overview." | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters