Stand 2019-03-29
This commit is contained in:
51
backend/iw/contacts.json
Normal file
51
backend/iw/contacts.json
Normal file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"contacts": {
|
||||
"given_name": "Given name",
|
||||
"given_name_explica": "The given name of a person. Optional.",
|
||||
"family_name": "Family name",
|
||||
"family_name_explica": "The family name of a person. Optional.",
|
||||
"name": "Full name",
|
||||
"name_explica": "Full name of a person or institution. Required.",
|
||||
"remark": "Note",
|
||||
"remark_explica": "Shared notes about a person. Optional.",
|
||||
"gender": "Gender",
|
||||
"gender_explica": "Gender of a person.",
|
||||
"title": "Title",
|
||||
"title_explica": "The (academic, institutional, religious, ...) title of a person.",
|
||||
"organization": "Organization",
|
||||
"organization_explica": "The organization a person belongs to.",
|
||||
"street": "Street address",
|
||||
"street_explica": "Street address of a person or institution.",
|
||||
"place": "Place",
|
||||
"place_explica": "Place of a person or institution.",
|
||||
"contacts_no_name": "A name is required for this contact.",
|
||||
"categories": "Categories",
|
||||
"categories_explica": "Categories of the person or institution. Best entered with a comma for a separator. Optional.",
|
||||
"contacts_added": "Added the new contact",
|
||||
"email": "Email",
|
||||
"email_explica": "Email address of the contact.",
|
||||
"contacts_list": "Contacts list",
|
||||
"contacts_edited": "The contact has been updated",
|
||||
"contact_belongs": "Contact belongs to",
|
||||
"export_contact": "Export contact",
|
||||
"send_mail": "Send mail",
|
||||
"contacts_deleted": "Deleted contact",
|
||||
"url": "URL",
|
||||
"url_explica": "URL of the website of the person or institution. Must be an absolute URL (starting with <code>http:\/\/<\/code> or <code>https:\/\/<\/code>).",
|
||||
"zip_code": "Zip code",
|
||||
"zip_code_explica": "ZIP code of the institution.",
|
||||
"contacts_added_loan": "The contact has been added. You can now link it with the loan entry.",
|
||||
"contacts_list_empty": "Your list of contacts is empty thus far.",
|
||||
"all_contacts": "All contacts",
|
||||
"contact_details": "Contact details",
|
||||
"new_contact": "New contact",
|
||||
"no_contacts": "Contacts list is empty",
|
||||
"no_contacts_text": "No contact has been added for your museum yet (hence, we cannot list any). You may:"
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
"female",
|
||||
"male",
|
||||
"other"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user