-
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.
Signed-off-by: GEdO23 <rm99632@fiap.com.br>
- Loading branch information
GEdO23
committed
Oct 10, 2024
1 parent
8ae7da3
commit 66b1048
Showing
11 changed files
with
160 additions
and
60 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 |
---|---|---|
@@ -1,28 +1,71 @@ | ||
# Miscellaneous | ||
welcome_message=Seja muito bem vindo ao Cutcute Petshop Spring Boot API! | ||
help_contact_message=Caso necessite de ajuda, entrar em contato com | ||
help_contact_name=Gabriel Eringer de Oliveira | ||
access_denied=Acesso Negado | ||
details_of=Detalhes de | ||
|
||
# Endpoints | ||
endpoint_home=pagina_principal | ||
endpoint_error_403=acesso_negado | ||
endpoint_pet_list=lista_pets | ||
endpoint_pet_register=formulario_cadastrar_pet | ||
endpoint_race_list=lista_racas | ||
endpoint_race_register=formulario_cadastrar_raca | ||
|
||
# Nav | ||
nav_pet_list=Pets | ||
nav_race_list=Raças | ||
btn_logout=Sair | ||
|
||
# Success/Error messages | ||
logout_message_success=Logout efetuado com sucesso | ||
login_message_error=Usuário ou senha inválido | ||
|
||
# Labels | ||
login_user_name_label=Nome | ||
login_user_password_label=Senha | ||
btn_login=Entrar | ||
login_page_title=Login | ||
pet_name_label=Nome | ||
pet_race_label=Raça | ||
pet_race_description_label=Descrição da raça | ||
race_name_label=Nome | ||
race_description_label=Descrição | ||
|
||
# Page titles | ||
home_page_title=CPSB API | ||
login_page_title=Login | ||
|
||
pet_list_page_title=Lista de Pets | ||
race_list_page_title=Lista de Raças | ||
race_register_page_title=Cadastrar Raça | ||
pet_register_page_title=Cadastrar Pet | ||
pet_update_page_title=Atualizar Pet | ||
error_page_title=Erro | ||
erro_403_page_title=Acesso Negado | ||
pet_details_page_title=Detalhes de Pet | ||
|
||
race_list_page_title=Lista de Raças | ||
race_register_page_title=Cadastrar Raça | ||
race_details_page_title=Detalhes de Raça | ||
|
||
error_page_title=Erro | ||
|
||
# Buttons | ||
btn_login=Entrar | ||
btn_send=Enviar | ||
|
||
# CRUD | ||
register=Cadastrar | ||
details=Detalhes | ||
update=Atualizar | ||
remove=Remover | ||
|
||
pet_register=Cadastrar pet | ||
race_register=Cadastrar raça | ||
|
||
# Go to | ||
go_back_home=Voltar para página principal | ||
go_back_pet_list=Voltar para a lista de pets | ||
go_back_race_list=Voltar para lista de raças | ||
|
||
# Errors | ||
error_403_title=Erro 403! | ||
error_403_message=Parece que você não tem permissão para acessar este conteúdo. | ||
error_generic_title=Erro encontrado | ||
|
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 |
---|---|---|
@@ -1,28 +1,70 @@ | ||
welcome_message=Welcome to the Cutcute Petshop Spring Boot API! | ||
# Miscellaneous | ||
welcome_message=Welcome to Cutcute Petshop Spring Boot API! | ||
help_contact_message=If you need help, contact | ||
help_contact_name=Gabriel Eringer de Oliveira | ||
access_denied=Access Denied | ||
details_of=Details of | ||
|
||
# Endpoints | ||
endpoint_home=pagina_principal | ||
endpoint_error_403=acesso_negado | ||
endpoint_pet_list=lista_pets | ||
endpoint_pet_register=formulario_cadastrar_pet | ||
endpoint_race_list=lista_racas | ||
endpoint_race_register=formulario_cadastrar_raca | ||
|
||
# Nav | ||
nav_pet_list=Pets | ||
nav_race_list=Races | ||
btn_logout=Exit | ||
logout_message_success=Logout successfully completed | ||
|
||
# Success/Error messages | ||
logout_message_success=Logout successful | ||
login_message_error=Invalid username or password | ||
login_user_name_label=Name | ||
|
||
# Labels | ||
login_user_name_label=Username | ||
login_user_password_label=Password | ||
btn_login=Enter | ||
login_page_title=Login | ||
pet_name_label=Name | ||
pet_race_label=Race | ||
pet_race_description_label=Race description | ||
race_name_label=Name | ||
race_description_label=Description | ||
|
||
# Page titles | ||
home_page_title=CPSB API | ||
login_page_title=Login | ||
|
||
pet_list_page_title=Pet List | ||
race_list_page_title=Race List | ||
race_register_page_title=Register Race | ||
pet_register_page_title=Register Pet | ||
pet_update_page_title=Update Pet | ||
error_page_title=Error | ||
erro_403_page_title=Access Denied | ||
pet_details_page_title=Pet Details | ||
race_details_page_title=Race Details | ||
|
||
race_list_page_title=Race List | ||
race_register_page_title=Register Race | ||
race_details_page_title=Race Details | ||
|
||
error_page_title=Error | ||
|
||
# Buttons | ||
btn_login=Login | ||
btn_send=Send | ||
|
||
# CRUD | ||
register=Register | ||
details=Details | ||
update=Update | ||
remove=Remove | ||
|
||
pet_register=Register pet | ||
race_register=Register race | ||
|
||
# Go to | ||
go_back_home=Go back to home page | ||
go_back_pet_list=Go back to pet list | ||
go_back_race_list=Go back to race list | ||
|
||
# Errors | ||
error_403_title=Error 403! | ||
error_403_message=It seems you do not have permission to access this content. | ||
error_generic_title=Error found |
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
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
Oops, something went wrong.