-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(locales): create pt.json (#186)
- Loading branch information
1 parent
e3f9b67
commit 6c85ad7
Showing
1 changed file
with
18 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"unlocked_door": "Porta Destrancada", | ||
"locked_door": "Porta Trancada", | ||
"lock_door": "[E] Trancar Porta", | ||
"unlock_door": "[E] Destrancar Porta", | ||
"door_lock": "Fechadura", | ||
"passcode": "Código de Acesso", | ||
"lockpick_broke": "A tua gazua partiu-se", | ||
"pick_lock": "Usar Gazua", | ||
"add_lock": "Adicionar Fechadura", | ||
"edit_lock": "Editar Fechadura", | ||
"remove_lock": "Remover Fechadura", | ||
"cannot_unlock": "Não foi possível destrancar a porta", | ||
"cannot_lock": "Não foi possível trancar a porta", | ||
"create_modify_lock": "Criar uma fechadura ou modificar uma existente", | ||
"add_door_textui": "**Criar nova fechadura** \nInteragir com [LMB] \nCancelar com [RMB]", | ||
"command_closest": "Abra a interface da fechadura mais próxima" | ||
} |