2018-04-22 16:35:21 +02:00
{
"contacts" : {
2019-07-13 23:26:16 +02:00
"given_name" : "First name" ,
"given_name_explica" : "The first name of a person. Optional." ,
2018-04-22 16:35:21 +02:00
"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" ,
2019-07-13 23:26:16 +02:00
"remark_explica" : "(In museum) Shared notes about a person. Optional." ,
2018-04-22 16:35:21 +02:00
"gender" : "Gender" ,
"gender_explica" : "Gender of a person." ,
"title" : "Title" ,
"title_explica" : "The (academic, institutional, religious, ...) title of a person." ,
"organization" : "Organization" ,
2019-07-13 23:26:16 +02:00
"organization_explica" : "The organization a person belongs to. Optional" ,
"street" : "Street" ,
"street_explica" : "Street address. Optional." ,
2018-04-22 16:35:21 +02:00
"place" : "Place" ,
2019-07-13 23:26:16 +02:00
"place_explica" : "Place of a person or institution. Optional." ,
"contacts_no_name" : "A name is required to save this contact." ,
2018-04-22 16:35:21 +02:00
"categories" : "Categories" ,
2019-07-13 23:26:16 +02:00
"categories_explica" : "Categories of the person or institution. Best entered with a comma as a separator. Optional." ,
"contacts_added" : "New contact added" ,
2018-04-22 16:35:21 +02:00
"email" : "Email" ,
2019-07-13 23:26:16 +02:00
"email_explica" : "Email address of the contact" ,
2018-04-22 16:35:21 +02:00
"contacts_list" : "Contacts list" ,
"contacts_edited" : "The contact has been updated" ,
"contact_belongs" : "Contact belongs to" ,
"export_contact" : "Export contact" ,
"send_mail" : "Send mail" ,
2019-07-13 23:26:16 +02:00
"contacts_deleted" : "Contact deleted" ,
2018-04-22 16:35:21 +02:00
"url" : "URL" ,
2019-07-13 23:26:16 +02:00
"url_explica" : "Website URL of the person or institution. Must be an absolute URL (starting with <code>http:\/\/<\/code> or <code>https:\/\/<\/code>)." ,
2018-04-22 16:35:21 +02:00
"zip_code" : "Zip code" ,
2019-07-13 23:26:16 +02:00
"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 so far" ,
2018-10-09 12:54:44 +02:00
"all_contacts" : "All contacts" ,
"contact_details" : "Contact details" ,
"new_contact" : "New contact" ,
"no_contacts" : "Contacts list is empty" ,
2019-11-19 18:17:31 +01:00
"no_contacts_text" : "No contact has been added for your museum yet (therefore, we cannot list any). You may:" ,
"phone_number_added" : "Phone number added" ,
"phone" : "Phone" ,
"phone_type_work" : "Work" ,
"phone_type_home" : "Home" ,
"phone_type_mobile" : "Mobile" ,
"phone_type_work_mobile" : "Work mobile" ,
"phone_type_fax" : "Fax" ,
"phone_type_fax_work" : "Fax work" ,
"phone_number_deleted" : "Phone number deleted" ,
"phone_number_updated" : "Phone number updated"
2018-04-22 16:35:21 +02:00
} ,
"gender" : [
"" ,
"female" ,
"male" ,
"other"
]
}