diff --git a/simpleui/__init__.py b/simpleui/__init__.py index f6d3c2e7..636cf256 100644 --- a/simpleui/__init__.py +++ b/simpleui/__init__.py @@ -2,4 +2,4 @@ def get_version(): - return '4.0.3' + return '2020.7' diff --git a/simpleui/static/admin/simpleui-x/locale/pt-br.js b/simpleui/static/admin/simpleui-x/locale/pt-br.js new file mode 100644 index 00000000..05efc7c7 --- /dev/null +++ b/simpleui/static/admin/simpleui-x/locale/pt-br.js @@ -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?' +} \ No newline at end of file diff --git a/simpleui/templatetags/simpletags.py b/simpleui/templatetags/simpletags.py index 709c3570..f6a9c89d 100644 --- a/simpleui/templatetags/simpletags.py +++ b/simpleui/templatetags/simpletags.py @@ -273,7 +273,7 @@ def get_icon(obj, name=None): if not temp: _default = __get_config('SIMPLEUI_DEFAULT_ICON') if _default is None or _default: - return 'far fa-file' + return 'far fa-circle' return '' return temp