translation-json/backend/pt/user.json

100 lines
6.1 KiB
JSON
Raw Normal View History

2018-04-08 00:49:00 +02:00
{
"user": {
"username": "Nome do usu\u00e1rio",
"realname": "Nome verdadeiro",
"mail": "Email",
"password": "Senha",
"new_password": "Nova senha ( vazio = continuar com a senha anterior)",
"password_confirmation": "Confirma\u00e7\u00e3o da senha",
"userrole": "Fun\u00e7\u00e3o",
"institution": "Institui\u00e7\u00e3o",
"admin": "Diretor Geral",
"director_region": "Diretor regional",
"director_museum": "Diretor do Museu",
"collaborator": "Colaborador",
"not_assigned": "N\u00e3o identificado",
"name_already_used": "Este nome de usu\u00e1rio j\u00e1 est\u00e1 em uso",
"no_username": "Erro. N\u00e3o foi digitado nenhum nome de usu\u00e1rio",
"no_realname": "Erro. N\u00e3o foi digitado nenhum nome",
"no_password": "Erro. N\u00e3o foi digitada nenhuma senha",
"no_password_confirmation": "Erro. N\u00e3o foi digitada nenhuma confirma\u00e7\u00e3o de senha",
"no_password_match": "Erro. A senha n\u00e3o est\u00e1 correta",
"not_assigned_institution": "Erro. N\u00e3o associado a nenhuma institui\u00e7\u00e3o.",
"success_creation": "Sucesso. Foi criada uma nova conta de usu\u00e1rio.",
"no_success_creation": "Erro. N\u00e3o p\u00f4de ser criada uma nova conta.",
"success_update": "Os dados foram alterados com sucesso.",
"no_success_update": "Os dados n\u00e3o puderam ser alterados",
"more_than_one": "Foram encontrados mais do que um usu\u00e1rio com esta ID.",
"userlist": "Lista de todos os usu\u00e1rios",
"order_by": "Ordenado por",
2018-10-09 12:54:44 +02:00
"last_login": "Last login",
2018-04-08 00:49:00 +02:00
"registration": "Login",
"input_only": "Apenas entre",
"visiting_scientist": "Cientista visitante",
"about_deleting_user": "You are about to delete a user.",
"deleted": "User was removed successfully.",
"specifically_determined": "Specifically determined",
"permissions_museums": "Permissions: Museums",
"permissions_collections": "Permissions: Collections",
"permissions_series": "Permissions: Objectgroups",
"user_rights_museum": "Museum page",
"user_rights_collection": "Collection page",
"user_rights_objectgroup": "Objectgroup page",
"user_rights_object_base": "Object: Basic data",
"user_rights_object_resource": "Object: Resources",
"user_rights_object_addendum": "Object: Addendum",
"user_rights_object_numbers": "Object: Administrative numbers",
"user_rights_object_classification": "Object: Classification",
"user_rights_object_history": "Object: Object history",
"user_rights_object_values": "Object: Values",
"user_rights_object_state": "Object: State",
"user_rights_object_location": "Object: Location",
"user_rights_object_loan": "Object: Loans",
"user_rights_object_rights": "Object: Rights",
"user_rights_object_remark": "Object: Remarks",
"user_rights_object_provenance": "Object: Provenance research",
"user_rights_object_datahistory": "Object: Record history",
"disable_all_permissions": "All permissions: Disable",
"enable_all_permissions": "Allow editing in all cases",
"remove_from_museum": "Remove relation to this museum",
"remove_from_collection": "Remove relation to this collection",
"remove_from_series": "Remove relation to this objectgroup",
"auth_token": "Authentification Token",
"auth_token_explica": "Using this page, you can generate a new authentication token. You cannot access them through this page again afterwards, so make sure to copy and store the authentication token at a safe place",
"confirm": "Confirm",
"auth_token_generated": "Generated authentication token",
2018-07-14 17:54:20 +02:00
"auth_token_is": "Your new authentication token is",
"password_too_short": "Password too short",
"password_equals_name": "Password equals username",
"mail_invitation": "Invitation to museum-digital:musdb",
"mail_invitation_contents": "You have just been invited editing on museum-digital:musdb. If you did not expect to get a mail such as this one, please just ignore the mail. If you do want to activate your account, please follow the link below, and set your password. By doing so, you accept our privacy policy.",
"invited": "Eingeladen: ",
"initialSettings": "Initial Settings: ",
"invitationLinkOutdated": "Your invitation token is older than a day. Your invitation was aborted. Please ask your grantor to invite you again.",
"successAddingAccount": "Success!",
"successAddingAccountMsg": "Your password was successfully set. You can continue by logging in",
"agreement": "Testtext zum Agreement",
"mail_deletion": "Confirm the deletion of your account",
"mail_deletion_contents": "Your account has been flagged for deletion. If you really want to delete your account at museum-digital, you can do so by clicking on the link below:",
"deletion_mail_sent": "A mail has been sent, asking for your confirmation for deleting your account",
"delete": "Delete",
2018-09-11 10:13:51 +02:00
"exportUserData": "Export own account data",
2018-10-09 12:54:44 +02:00
"automatic_mails": "Automatische Benachrichtigungen erhalten",
"new_user": "New user",
"upload_image": "Upload image",
"uploaded_profile_img": "Uploaded profile picture",
"delete_image": "Delete image",
"deleted_image": "Profile picture has been deleted",
"make_visible": "Make visible to other users in musdb",
"make_hidden": "Hide your account from other users in musdb",
"this_month": "This month",
"this_year": "This year",
"within_X_month": "Within the last {x} month",
"within_X_years": "Within the last {x} years",
"view_profile": "View profile",
"about": "About",
"user_set_invisible": "Your profile has been set invisible to other users in musdb.",
"user_set_visible": "Your profile has been set visible to other users in musdb.",
"user_description_edited": "Your profile description has been edited"
2018-04-08 00:49:00 +02:00
}
}