forked from zuiidea/antd-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
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 zuiidea#939 from rrfaria/feature/pt-br
added pt-br language and some improvements to language control to route mocks
- Loading branch information
Showing
5 changed files
with
133 additions
and
16 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
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"/dashboard": "/dashboard", | ||
"Add Param": "Add Parametro", | ||
"Address": "Endereço", | ||
"Age": "Ano", | ||
"Are you sure delete this record?": "Tem certeza de excluir este registro?", | ||
"Author": "Autor", | ||
"Avatar": "Avatar", | ||
"Categories": "Categorias", | ||
"Clear notifications": "limpar notificações", | ||
"Comments": "Comentarios", | ||
"Create": "Criar", | ||
"Create User": "Criar Usuário", | ||
"CreateTime": "CreateTime", | ||
"Dark": "Escuro", | ||
"Delete": "Deletar", | ||
"Email": "Email", | ||
"Female": "Feminino", | ||
"Gender": "Genero", | ||
"Hi,": "Olá,", | ||
"Image": "Imagem", | ||
"Light": "Claro", | ||
"Male": "masculino", | ||
"Name": "Nome", | ||
"NickName": "NickName", | ||
"Not Found": "Não Encontrado", | ||
"Operation": "Operation", | ||
"Params": "Parametros", | ||
"Password": "Senha", | ||
"Phone": "Fone", | ||
"Pick an address": "Escolha um endereço", | ||
"Please pick an address": "Por favor, escolha um endereço", | ||
"Publised": "Publicado", | ||
"Publish Date": "Data de publicação", | ||
"Reset": "Reset", | ||
"Search": "procurar", | ||
"Search Name": "Search Name", | ||
"Send": "Enviar", | ||
"Sign in": "Sign in", | ||
"Sign out": "Sign out", | ||
"Switch Theme": "Trocar tema", | ||
"Tags": "Tags", | ||
"The input is not valid E-mail!": "Não é um E-mail valido!", | ||
"The input is not valid phone!": "Não é um telefone Valido!", | ||
"Title": "Titulo", | ||
"Total {total} Items": "Total {total} Items", | ||
"Unpublished": "Não publicado", | ||
"Update": "Atualizar", | ||
"Update User": "Atualizar Usuário", | ||
"Username": "Usuário", | ||
"Views": "visualizações", | ||
"Visibility": "Visibilidade", | ||
"You have viewed all notifications.": "Você visualizou todas as notificações." | ||
} |
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