-
-
Notifications
You must be signed in to change notification settings - Fork 673
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #287 from newpanjing/dev
Dev
- Loading branch information
Showing
3 changed files
with
44 additions
and
2 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
|
||
def get_version(): | ||
return '4.0.3' | ||
return '2020.7' |
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,42 @@ | ||
var Lanuages = { | ||
"Refresh": "Recarregar", | ||
"Close current": "Fechar atual", | ||
"Close other": "Fechar outro", | ||
"Close all": "Fechar todos", | ||
"Open in a new page": "Abrir uma nova página", | ||
"Change theme": "Mudar o tema", | ||
"Default": "Padrão", | ||
"Servers": "Servidores", | ||
"Application information": "Informações da aplicação", | ||
"Home page": "Pagina inicial", | ||
"Report issue": "Reportar um problema", | ||
|
||
"Select": "Selecionar", | ||
"Selected": "Selecionado", | ||
|
||
|
||
"Purple": "Roxo", | ||
"Gray": "Cinza", | ||
"Dark green": "Verde Escuro", | ||
"Orange": "Laranjado", | ||
"Black": "Preta", | ||
"Green": "Verde", | ||
"Light": "Claro", | ||
|
||
"Number": "Número", | ||
"Theme name": "Nome do tema", | ||
"Action": "Ação", | ||
|
||
"ConfirmYes": "ConfirmarSIM", | ||
"ConfirmNo": "ConfirmarNão", | ||
"Tips": "Dicas", | ||
"Are you sure you want them all closed": "Você tem certeza que quer fechar tudo?", | ||
|
||
"to": "para", | ||
"Quick navigation": "Navegação rápida", | ||
"Go back": 'Voltar', | ||
|
||
'Set font size': 'Mudar tamanho da fonte', | ||
'Reset': 'Reiniciar', | ||
'Are you sure you want to delete the selected?': 'Tem certeza que quer apagar os selecionados?' | ||
} |
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