translation-json/backend/nl/user.json

68 lines
3.6 KiB
JSON
Raw Normal View History

2018-04-08 00:49:00 +02:00
{
"user": {
"username": "Username",
"realname": "Real name",
"mail": "Email",
"password": "Password",
"new_password": "New password (Empty = Keep old one)",
"password_confirmation": "Passwort confirmation",
"userrole": "Role",
"institution": "Institution",
"admin": "Admin (highest level)",
"director_region": "Regional director",
"director_museum": "Museum director",
"collaborator": "Collaborator",
"not_assigned": "Not assigned",
"name_already_used": "The username is already in use",
"no_username": "Error: No username entered",
"no_realname": "Error: No real name entered",
"no_password": "Error: No password entered",
"no_password_confirmation": "Error: No password confirmation given",
"no_password_match": "Error: Passwords do not match",
"not_assigned_institution": "Error: Not assigned to an institution",
"success_creation": "Success: New user account created",
"no_success_creation": "Error: New account could not be created.",
"success_update": "User information was successfully updated",
"no_success_update": "User information could not be updated",
"more_than_one": "Found more (or less) than one user with this ID",
"userlist": "List of all users",
"order_by": "Order by",
"last_login": "Last login",
"registration": "Login",
"input_only": "Input only",
"visiting_scientist": "Visiting Scientist",
"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",
"auth_token_is": "Your new authentication token is"
}
}