-
Notifications
You must be signed in to change notification settings - Fork 11
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
1 changed file
with
14 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,14 @@ | ||
{ | ||
"not_on_channel": "Você não está conectado a um canal", | ||
"on_channel": "Você já está conectado a este canal", | ||
"joined_radio": "Você está conectado a: ", | ||
"restricted_channel": "Você não pode se conectar a este canal", | ||
"invalid_channel": "Esta frequência não está disponível", | ||
"left_channel": "Você saiu do canal", | ||
"min_volume": "O rádio já está definido para o volume mais baixo", | ||
"max_volume": "O rádio já está definido para o volume máximo", | ||
"new_volume": "Novo volume: ", | ||
"new_channel": "Novo canal: ", | ||
"clicksOn": "Cliques do microfone estão ligados agora", | ||
"clicksOff": "Cliques do microfone estão desligados agora" | ||
} |