translation-json/backend/zh/contacts.json

61 lines
2.8 KiB
JSON
Raw Normal View History

2020-08-07 09:39:43 +02:00
{
"contacts": {
"given_name": "First name",
"given_name_explica": "The first 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": "(In museum) 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. Optional",
"street": "Street",
"street_explica": "Street address. Optional.",
"place": "Place",
"place_explica": "Place of a person or institution. Optional.",
"contacts_no_name": "A name is required to save this contact.",
"categories": "Categories",
"categories_explica": "Categories of the person or institution. Best entered with a comma as a separator. Optional.",
"contacts_added": "New contact added",
"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": "Contact deleted",
"url": "URL",
"url_explica": "Website URL 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 so 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 (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"
},
"gender": [
"",
"female",
"male",
"other"
]
}