Stand 2018-04-22.
This commit is contained in:
parent
5041801461
commit
a2740bddb3
|
@ -68,6 +68,7 @@
|
|||
"contacts_input": "Einen Kontakt erfassen",
|
||||
"contacts_edit": "Kontakt bearbeiten",
|
||||
"loans_input": "Einen Leihverkehrseintrag erfassen",
|
||||
"loans_edit": "Leihvertragseintrag bearbeiten"
|
||||
"loans_edit": "Leihvertragseintrag bearbeiten",
|
||||
"delete": "L\u00f6schen"
|
||||
}
|
||||
}
|
|
@ -1 +1,45 @@
|
|||
{"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."},"gender":["female","male","Other"]}
|
||||
{
|
||||
"contacts": {
|
||||
"given_name": "Vorname",
|
||||
"given_name_explica": "Der Vorname einer Person. Optional.",
|
||||
"family_name": "Nachname",
|
||||
"family_name_explica": "Der Nachname einer Person. Optional.",
|
||||
"name": "Voller Name",
|
||||
"name_explica": "Der ganze Name einer Person.",
|
||||
"remark": "Notiz",
|
||||
"remark_explica": "(Im Museum) Geteilte Notizen zum Kontakt. Optional.",
|
||||
"gender": "Geschlecht",
|
||||
"gender_explica": "Geschlecht des Kontakts.",
|
||||
"title": "Titel",
|
||||
"title_explica": "Der (akademische, religi\u00f6se, ...) Titel einer Person.",
|
||||
"organization": "Organisation",
|
||||
"organization_explica": "Die Organisation des Kontakts. Optional.",
|
||||
"street": "Stra\u00dfe",
|
||||
"street_explica": "Adresse: Stra\u00dfe. Optional.",
|
||||
"place": "Ort",
|
||||
"place_explica": "Adresse: Ort. Optional.",
|
||||
"contacts_no_name": "Ein Name ist Vorraussetzung zur Speicherung eines Kontakts.",
|
||||
"categories": "Kategorien",
|
||||
"categories_explica": "Kategorien zum Kontakt. Sollten per Komma getrennt angegeben werden. Optional.",
|
||||
"contacts_added": "Der neue Kontakt wurde erfasst",
|
||||
"email": "Mail-Adresse",
|
||||
"email_explica": "Email-Adresse des Kontaktes.",
|
||||
"contacts_list": "Adressbuch",
|
||||
"contacts_edited": "Der Kontakt wurde bearbeitet",
|
||||
"contact_belongs": "Kontakt geh\u00f6rt zu",
|
||||
"export_contact": "Kontakt exportieren",
|
||||
"send_mail": "Mail senden",
|
||||
"contacts_deleted": "Kontakt wurde gel\u00f6scht",
|
||||
"url": "URL",
|
||||
"url_explica": "URL der Website der Person oder Institution. Muss eine absolute URL sein. (Also mit <code>http:\/\/<\/code> oder <code>https:\/\/<\/code> beginnen).",
|
||||
"zip_code": "Postleitzahl",
|
||||
"zip_code_explica": "Postleitzahl der Institution",
|
||||
"contacts_added_loan": "Der Kontakt wurde hinzugef\u00fcgt. Sie k\u00f6nnen ihn nun verkn\u00fcpfen."
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
"Weiblich",
|
||||
"M\u00e4nnlich",
|
||||
"Anderes"
|
||||
]
|
||||
}
|
35
backend/de/loans.json
Normal file
35
backend/de/loans.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"tlLoans": {
|
||||
"partner_institution": "Partnerinstitution",
|
||||
"partner_institution_explica": "Die Partnerinstitution mit der der Leihvorgang vollzogen wird.",
|
||||
"partner_contact_person": "Kontaktperson",
|
||||
"partner_contact_person_explica": "Die Kontaktperson bei der Partnerinstitution.",
|
||||
"start_date": "Beginn",
|
||||
"end_date": "Ende",
|
||||
"start_date_explica": "Datum des Beginns des Leihvorgangs.",
|
||||
"end_date_explica": "Enddatum des Leihvorgangs.",
|
||||
"insurance_value": "Versicherungswert",
|
||||
"insurance_value_explica": "Versicherungswert des gesamten Leihvorgangs.",
|
||||
"insurer": "Versicherer",
|
||||
"insurer_explica": "Der Versicherer, bei dem der Leihvorgang versichert ist.",
|
||||
"insurer_person": "Kontaktperson bei Versicherer",
|
||||
"insurer_person_explica": "Kontaktperson bei Versicherer",
|
||||
"description": "Beschreibung",
|
||||
"description_explica": "Beschreibung oder Notiz (zum) Leihvorgang.",
|
||||
"special_requirements": "Besondere Bedingungen",
|
||||
"special_requirements_explica": "Besondere Bedingungen des Leihvorgangs.",
|
||||
"loan_belongs": "Leihverkehr von",
|
||||
"loans_list": "Liste von Leihvorg\u00e4ngen",
|
||||
"loan_entry": "Leihvorgang",
|
||||
"loan_added": "Leihvorgang hinzugef\u00fcgt",
|
||||
"loans_edited": "Leihvorgang bearbeitet",
|
||||
"link_with_loan": "Mit Leihvorgang verkn\u00fcpfen",
|
||||
"loan_obj_remark": "Spezifische Notiz",
|
||||
"loan_name": "Titel",
|
||||
"loan_name_explica": "Ein Titel f\u00fcr diesen Eintrag",
|
||||
"send_mail_to": "Mail senden an",
|
||||
"export": "Exportieren",
|
||||
"export_calendar_item": "Kalendereintrag",
|
||||
"loans_deleted": "Der Leihvorgang wurde gel\u00f6scht"
|
||||
}
|
||||
}
|
|
@ -30,6 +30,7 @@
|
|||
"empty": "Leeren",
|
||||
"added": "Das Objekt wurde hinzugef\u00fcgt",
|
||||
"edited": "Objekteintrag wurde ge\u00e4ndert",
|
||||
"deleted": "Das Objekt wurde gel\u00f6scht"
|
||||
"deleted": "Das Objekt wurde gel\u00f6scht",
|
||||
"exact": "Exakt"
|
||||
}
|
||||
}
|
|
@ -25,7 +25,9 @@
|
|||
"status": "Status",
|
||||
"delete": "Den Ortseintrag l\u00f6schen",
|
||||
"added": "Einen neuen Ort hinzugef\u00fcgt",
|
||||
"edited": "Informationen \u00fcber einen Ort gespeichert"
|
||||
"edited": "Informationen \u00fcber einen Ort gespeichert",
|
||||
"all_objects": "Alle Objekte !!",
|
||||
"show_object": "Objekt zeigen"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Name",
|
||||
|
|
|
@ -1 +1,74 @@
|
|||
{"basis":{"museum":"Museum","museum_choose":"Select a museum","museum_change":"Edit entry of museum","museum_input":"Add a museum","collection":"Collection","collection_choose":"Select a collection","collection_change":"Edit entry for collection","collection_input":"Add a collection","object":"Object","object_choose":"Select an object","object_input":"Edit an object","users":"Users","users_choose":"Select a user","users_input":"Add an user","basis":"Basics","resource":"Resource","addendum":"Addendum","administration":"Administration","abode":"Location","rights":"Rights","remarks":"Remarks","goes_to":"Goes to","send":"Save","again":"Once again","show":"show","search":"Search","disconnect":"Disconnect","place":"Place","actor":"Person\/Institution","actor_short":"Actor","time":"Time","tag":"Keyword","event":"Event","pi_relation":"Related person or institution","place_relation":"Related place","time_related":"Related time","did_you_mean":"Did you mean","choosing_by_clicking":"Please select","already_known":"Is already known","back":"back","found":"Found","or":"Or","literature":"Literature","weblink":"Web link","document":"Document","single_object":"Single object","objectgroup":"Object group","objectgroup_choose":"Select an object group","objectgroup_change":"Edit an object group","objectgroup_input":"Add an object group","literature_choose":"Select literature","literature_change":"Edit literature","literature_input":"Add literature","objects":"Objects","overview":"Overview","notfound":"Sorry, nothing found","oak":"Objects on map","record_history":"Record history","loans":"Loan Management","exhibitions":"Exhibits","restoration":"Restoration","provenanceresearch":"Provenance research","account_settings":"Account settings","edit":"Edit","contacts":"Contacts","contacts_input":"Add a contact","contacts_edit":"Edit contact","loans_input":"Add loan entry","loans_edit":"Edit a loan entry"}}
|
||||
{
|
||||
"basis": {
|
||||
"museum": "Museum",
|
||||
"museum_choose": "Select a museum",
|
||||
"museum_change": "Edit entry of museum",
|
||||
"museum_input": "Add a museum",
|
||||
"collection": "Collection",
|
||||
"collection_choose": "Select a collection",
|
||||
"collection_change": "Edit entry for collection",
|
||||
"collection_input": "Add a collection",
|
||||
"object": "Object",
|
||||
"object_choose": "Select an object",
|
||||
"object_input": "Edit an object",
|
||||
"users": "Users",
|
||||
"users_choose": "Select a user",
|
||||
"users_input": "Add an user",
|
||||
"basis": "Basics",
|
||||
"resource": "Resource",
|
||||
"addendum": "Addendum",
|
||||
"administration": "Administration",
|
||||
"abode": "Location",
|
||||
"rights": "Rights",
|
||||
"remarks": "Remarks",
|
||||
"goes_to": "Goes to",
|
||||
"send": "Save",
|
||||
"again": "Once again",
|
||||
"show": "show",
|
||||
"search": "Search",
|
||||
"disconnect": "Disconnect",
|
||||
"place": "Place",
|
||||
"actor": "Person\/Institution",
|
||||
"actor_short": "Actor",
|
||||
"time": "Time",
|
||||
"tag": "Keyword",
|
||||
"event": "Event",
|
||||
"pi_relation": "Related person or institution",
|
||||
"place_relation": "Related place",
|
||||
"time_related": "Related time",
|
||||
"did_you_mean": "Did you mean",
|
||||
"choosing_by_clicking": "Please select",
|
||||
"already_known": "Is already known",
|
||||
"back": "back",
|
||||
"found": "Found",
|
||||
"or": "Or",
|
||||
"literature": "Literature",
|
||||
"weblink": "Web link",
|
||||
"document": "Document",
|
||||
"single_object": "Single object",
|
||||
"objectgroup": "Object group",
|
||||
"objectgroup_choose": "Select an object group",
|
||||
"objectgroup_change": "Edit an object group",
|
||||
"objectgroup_input": "Add an object group",
|
||||
"literature_choose": "Select literature",
|
||||
"literature_change": "Edit literature",
|
||||
"literature_input": "Add literature",
|
||||
"objects": "Objects",
|
||||
"overview": "Overview",
|
||||
"notfound": "Sorry, nothing found",
|
||||
"oak": "Objects on map",
|
||||
"record_history": "Record history",
|
||||
"loans": "Loan Management",
|
||||
"exhibitions": "Exhibits",
|
||||
"restoration": "Restoration",
|
||||
"provenanceresearch": "Provenance research",
|
||||
"account_settings": "Account settings",
|
||||
"edit": "Edit",
|
||||
"contacts": "Contacts",
|
||||
"contacts_input": "Add a contact",
|
||||
"contacts_edit": "Edit contact",
|
||||
"loans_input": "Add loan entry",
|
||||
"loans_edit": "Edit a loan entry",
|
||||
"delete": "Delete"
|
||||
}
|
||||
}
|
|
@ -1 +1,45 @@
|
|||
{"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."},"gender":["female","male","Other"]}
|
||||
{
|
||||
"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."
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
"female",
|
||||
"male",
|
||||
"other"
|
||||
]
|
||||
}
|
35
backend/en/loans.json
Normal file
35
backend/en/loans.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"tlLoans": {
|
||||
"partner_institution": "Partner institution",
|
||||
"partner_institution_explica": "The partner institution with whom the loaning is carried out. Taken from the contacts.",
|
||||
"partner_contact_person": "Contact person",
|
||||
"partner_contact_person_explica": "The contact person at the partner institution.",
|
||||
"start_date": "Start date",
|
||||
"end_date": "End date",
|
||||
"start_date_explica": "Start date of the loan.",
|
||||
"end_date_explica": "End date of the loan.",
|
||||
"insurance_value": "Insurance value",
|
||||
"insurance_value_explica": "Overall insurance value of the loan.",
|
||||
"insurer": "Insurer",
|
||||
"insurer_explica": "The insurer insuring the loan.",
|
||||
"insurer_person": "Contact person (insurer)",
|
||||
"insurer_person_explica": "Contact person at the insurance agency.",
|
||||
"description": "Description",
|
||||
"description_explica": "Description or note on the loan.",
|
||||
"special_requirements": "Special requirements",
|
||||
"special_requirements_explica": "Special requirements for the loan.",
|
||||
"loan_belongs": "Loan of institution",
|
||||
"loans_list": "List loans",
|
||||
"loan_entry": "Loan entry",
|
||||
"loan_added": "Loan entry added",
|
||||
"loans_edited": "Loan entry edited",
|
||||
"link_with_loan": "Link with loan",
|
||||
"loan_obj_remark": "Specific note",
|
||||
"loan_name": "Title",
|
||||
"loan_name_explica": "A title for the entry.",
|
||||
"send_mail_to": "Send mail to ...",
|
||||
"export": "Export",
|
||||
"export_calendar_item": "Export calendar item",
|
||||
"loans_deleted": "The loan entry has been deleted"
|
||||
}
|
||||
}
|
|
@ -30,6 +30,7 @@
|
|||
"empty": "Empty",
|
||||
"added": "The object has been added.",
|
||||
"edited": "The object has been edited.",
|
||||
"deleted": "The object has been deleted."
|
||||
"deleted": "The object has been deleted.",
|
||||
"exact": "Exact"
|
||||
}
|
||||
}
|
|
@ -25,7 +25,9 @@
|
|||
"status": "Status",
|
||||
"delete": "Delete the place",
|
||||
"added": "Added a new place",
|
||||
"edited": "Updated information on the place"
|
||||
"edited": "Updated information on the place",
|
||||
"all_objects": "List all objects",
|
||||
"show_object": "Show object"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Name",
|
||||
|
|
|
@ -1 +1,74 @@
|
|||
{"basis":{"museum":"Museum","museum_choose":"Select a museum","museum_change":"Edit entry of museum","museum_input":"Add a museum","collection":"Collection","collection_choose":"Select a collection","collection_change":"Edit entry for collection","collection_input":"Add a collection","object":"Object","object_choose":"Select an object","object_input":"Edit an object","users":"Users","users_choose":"Select a user","users_input":"Add an user","basis":"Basics","resource":"Resource","addendum":"Addendum","administration":"Administration","abode":"Location","rights":"Rights","remarks":"Remarks","goes_to":"Goes to","send":"Save","again":"Once again","show":"show","search":"Search","disconnect":"Disconnect","place":"Place","actor":"Person\/Institution","actor_short":"Actor","time":"Time","tag":"Keyword","event":"Event","pi_relation":"Related person or institution","place_relation":"Related place","time_related":"Related time","did_you_mean":"Did you mean","choosing_by_clicking":"Please select","already_known":"Is already known","back":"back","found":"Found","or":"Or","literature":"Literature","weblink":"Web link","document":"Document","single_object":"Single object","objectgroup":"Object group","objectgroup_choose":"Select an object group","objectgroup_change":"Edit an object group","objectgroup_input":"Add an object group","literature_choose":"Select literature","literature_change":"Edit literature","literature_input":"Add literature","objects":"Objects","overview":"Overview","notfound":"Sorry, nothing found","oak":"Objects on map","record_history":"Record history","loans":"Loan Management","exhibitions":"Exhibits","restoration":"Restoration","provenanceresearch":"Provenance research","account_settings":"Account settings","edit":"Edit","contacts":"Contacts","contacts_input":"Add a contact","contacts_edit":"Edit contact","loans_input":"Add loan entry","loans_edit":"Edit a loan entry"}}
|
||||
{
|
||||
"basis": {
|
||||
"museum": "Museum",
|
||||
"museum_choose": "Select a museum",
|
||||
"museum_change": "Edit entry of museum",
|
||||
"museum_input": "Add a museum",
|
||||
"collection": "Collection",
|
||||
"collection_choose": "Select a collection",
|
||||
"collection_change": "Edit entry for collection",
|
||||
"collection_input": "Add a collection",
|
||||
"object": "Object",
|
||||
"object_choose": "Select an object",
|
||||
"object_input": "Edit an object",
|
||||
"users": "Users",
|
||||
"users_choose": "Select a user",
|
||||
"users_input": "Add an user",
|
||||
"basis": "Basics",
|
||||
"resource": "Resource",
|
||||
"addendum": "Addendum",
|
||||
"administration": "Administration",
|
||||
"abode": "Location",
|
||||
"rights": "Rights",
|
||||
"remarks": "Remarks",
|
||||
"goes_to": "Goes to",
|
||||
"send": "Save",
|
||||
"again": "Once again",
|
||||
"show": "show",
|
||||
"search": "Search",
|
||||
"disconnect": "Disconnect",
|
||||
"place": "Place",
|
||||
"actor": "Person\/Institution",
|
||||
"actor_short": "Actor",
|
||||
"time": "Time",
|
||||
"tag": "Keyword",
|
||||
"event": "Event",
|
||||
"pi_relation": "Related person or institution",
|
||||
"place_relation": "Related place",
|
||||
"time_related": "Related time",
|
||||
"did_you_mean": "Did you mean",
|
||||
"choosing_by_clicking": "Please select",
|
||||
"already_known": "Is already known",
|
||||
"back": "back",
|
||||
"found": "Found",
|
||||
"or": "Or",
|
||||
"literature": "Literature",
|
||||
"weblink": "Web link",
|
||||
"document": "Document",
|
||||
"single_object": "Single object",
|
||||
"objectgroup": "Object group",
|
||||
"objectgroup_choose": "Select an object group",
|
||||
"objectgroup_change": "Edit an object group",
|
||||
"objectgroup_input": "Add an object group",
|
||||
"literature_choose": "Select literature",
|
||||
"literature_change": "Edit literature",
|
||||
"literature_input": "Add literature",
|
||||
"objects": "Objects",
|
||||
"overview": "Overview",
|
||||
"notfound": "Sorry, nothing found",
|
||||
"oak": "Objects on map",
|
||||
"record_history": "Record history",
|
||||
"loans": "Loan Management",
|
||||
"exhibitions": "Exhibits",
|
||||
"restoration": "Restoration",
|
||||
"provenanceresearch": "Provenance research",
|
||||
"account_settings": "Account settings",
|
||||
"edit": "Edit",
|
||||
"contacts": "Contacts",
|
||||
"contacts_input": "Add a contact",
|
||||
"contacts_edit": "Edit contact",
|
||||
"loans_input": "Add loan entry",
|
||||
"loans_edit": "Edit a loan entry",
|
||||
"delete": "Delete"
|
||||
}
|
||||
}
|
|
@ -1 +1,45 @@
|
|||
{"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."},"gender":["female","male","Other"]}
|
||||
{
|
||||
"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."
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
"female",
|
||||
"male",
|
||||
"other"
|
||||
]
|
||||
}
|
35
backend/es/loans.json
Normal file
35
backend/es/loans.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"tlLoans": {
|
||||
"partner_institution": "Partner institution",
|
||||
"partner_institution_explica": "The partner institution with whom the loaning is carried out. Taken from the contacts.",
|
||||
"partner_contact_person": "Contact person",
|
||||
"partner_contact_person_explica": "The contact person at the partner institution.",
|
||||
"start_date": "Start date",
|
||||
"end_date": "End date",
|
||||
"start_date_explica": "Start date of the loan.",
|
||||
"end_date_explica": "End date of the loan.",
|
||||
"insurance_value": "Insurance value",
|
||||
"insurance_value_explica": "Overall insurance value of the loan.",
|
||||
"insurer": "Insurer",
|
||||
"insurer_explica": "The insurer insuring the loan.",
|
||||
"insurer_person": "Contact person (insurer)",
|
||||
"insurer_person_explica": "Contact person at the insurance agency.",
|
||||
"description": "Description",
|
||||
"description_explica": "Description or note on the loan.",
|
||||
"special_requirements": "Special requirements",
|
||||
"special_requirements_explica": "Special requirements for the loan.",
|
||||
"loan_belongs": "Loan of institution",
|
||||
"loans_list": "List loans",
|
||||
"loan_entry": "Loan entry",
|
||||
"loan_added": "Loan entry added",
|
||||
"loans_edited": "Loan entry edited",
|
||||
"link_with_loan": "Link with loan",
|
||||
"loan_obj_remark": "Specific note",
|
||||
"loan_name": "Title",
|
||||
"loan_name_explica": "A title for the entry.",
|
||||
"send_mail_to": "Send mail to ...",
|
||||
"export": "Export",
|
||||
"export_calendar_item": "Export calendar item",
|
||||
"loans_deleted": "The loan entry has been deleted"
|
||||
}
|
||||
}
|
|
@ -30,6 +30,7 @@
|
|||
"empty": "Empty",
|
||||
"added": "The object has been added.",
|
||||
"edited": "The object has been edited.",
|
||||
"deleted": "The object has been deleted."
|
||||
"deleted": "The object has been deleted.",
|
||||
"exact": "Exakt"
|
||||
}
|
||||
}
|
|
@ -25,7 +25,9 @@
|
|||
"status": "Status",
|
||||
"delete": "Delete the place",
|
||||
"added": "Added a new place",
|
||||
"edited": "Updated information on the place"
|
||||
"edited": "Updated information on the place",
|
||||
"all_objects": "List all objects",
|
||||
"show_object": "Show object"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Name",
|
||||
|
|
|
@ -1 +1,74 @@
|
|||
{"basis":{"museum":"M\u00fazeum","museum_choose":"M\u00fazeum kiv\u00e1laszt\u00e1sa","museum_change":"M\u00fazeum adatainak szerkeszt\u00e9se","museum_input":"\u00daj m\u00fazeum hozz\u00e1ad\u00e1sa","collection":"Gy\u0171jtem\u00e9ny","collection_choose":"Egy gy\u0171jtem\u00e9ny kiv\u00e1laszt\u00e1sa","collection_change":"Egy gy\u0171jtem\u00e9ny adatainak szerkeszt\u00e9se","collection_input":"\u00daj gy\u0171jtem\u00e9ny hozz\u00e1ad\u00e1sa","object":"T\u00e1rgy","object_choose":"T\u00e1rgyak kiv\u00e1laszt\u00e1sa","object_input":"\u00daj t\u00e1rgy felv\u00e9tele","users":"Felhaszn\u00e1l\u00f3","users_choose":"Felhaszn\u00e1l\u00f3 kiv\u00e1laszt\u00e1sa","users_input":"Felhaszn\u00e1l\u00f3 hozz\u00e1ad\u00e1sa","basis":"Alapadatok","resource":"K\u00e9pek","addendum":"Kieg\u00e9sz\u00edt\u0151","administration":"Nyilv\u00e1ntart\u00e1s","abode":"Elhelyez\u00e9s","rights":"Jogok","remarks":"Megjegyz\u00e9sek","goes_to":"\u00c1tir\u00e1ny\u00edt\u00e1s","send":"K\u00fcld\u00e9s","again":"\u00dajra!","show":"megjelen\u00edt\u00e9s","search":"Keres\u00e9s","disconnect":"Megszak\u00edt\u00e1s","place":"F\u00f6ldrajzi vonatkoz\u00e1s","actor":"Szem\u00e9ly\/int\u00e9zm\u00e9ny","actor_short":"Szerepl\u0151","time":"Mikor","tag":"Kulcssz\u00f3","event":"Esem\u00e9ny","pi_relation":"Kapcsol\u00f3d\u00f3 szem\u00e9ly\/int\u00e9zm\u00e9ny","place_relation":"Kapcsol\u00f3d\u00f3 f\u00f6ldrajzi vonatkoz\u00e1s","time_related":"Kapcsol\u00f3d\u00f3 id\u0151beli vonatkoz\u00e1s","did_you_mean":"Arra gondolt, hogy","choosing_by_clicking":"K\u00e9rem, v\u00e1lasszon","already_known":"M\u00e1s ismert","back":"vissza","found":"Tal\u00e1lat","or":"vagy","literature":"Szakirodalom","weblink":"Weblink","document":"Dokumentum","single_object":"T\u00e1rgy","objectgroup":"T\u00e1rgycsoport","objectgroup_choose":"V\u00e1lasszon ki egy t\u00e1rgycsoportot","objectgroup_change":"T\u00e1rgycsoport adatainak szerkeszt\u00e9se","objectgroup_input":"T\u00e1rgycsoport hozz\u00e1ad\u00e1sa","literature_choose":"Szakirodalom kiv\u00e1laszt\u00e1sa","literature_change":"Szakirodalom szerkeszt\u00e9se","literature_input":"Szakirodalom hozz\u00e1ad\u00e1sa","objects":"T\u00e1rgy","overview":"\u00d6sszes","notfound":"Sajnos nincs tal\u00e1lat","oak":"Objects at map","record_history":"Rekord t\u00f6rt\u00e9net","loans":"Loan Management","exhibitions":"Ki\u00e1ll\u00edt\u00e1sok","restoration":"Restaur\u00e1l\u00e1s","provenanceresearch":"Proveniencia kutat\u00e1s","account_settings":"Saj\u00e1t fi\u00f3k","edit":"Szerkeszt\u00e9s","contacts":"Contacts","contacts_input":"Add a contact","contacts_edit":"Edit contact","loans_input":"Add loan entry","loans_edit":"Edit a loan entry"}}
|
||||
{
|
||||
"basis": {
|
||||
"museum": "M\u00fazeum",
|
||||
"museum_choose": "M\u00fazeum kiv\u00e1laszt\u00e1sa",
|
||||
"museum_change": "M\u00fazeum adatainak szerkeszt\u00e9se",
|
||||
"museum_input": "\u00daj m\u00fazeum hozz\u00e1ad\u00e1sa",
|
||||
"collection": "Gy\u0171jtem\u00e9ny",
|
||||
"collection_choose": "Egy gy\u0171jtem\u00e9ny kiv\u00e1laszt\u00e1sa",
|
||||
"collection_change": "Egy gy\u0171jtem\u00e9ny adatainak szerkeszt\u00e9se",
|
||||
"collection_input": "\u00daj gy\u0171jtem\u00e9ny hozz\u00e1ad\u00e1sa",
|
||||
"object": "T\u00e1rgy",
|
||||
"object_choose": "T\u00e1rgyak kiv\u00e1laszt\u00e1sa",
|
||||
"object_input": "\u00daj t\u00e1rgy felv\u00e9tele",
|
||||
"users": "Felhaszn\u00e1l\u00f3",
|
||||
"users_choose": "Felhaszn\u00e1l\u00f3 kiv\u00e1laszt\u00e1sa",
|
||||
"users_input": "Felhaszn\u00e1l\u00f3 hozz\u00e1ad\u00e1sa",
|
||||
"basis": "Alapadatok",
|
||||
"resource": "K\u00e9pek",
|
||||
"addendum": "Kieg\u00e9sz\u00edt\u0151",
|
||||
"administration": "Nyilv\u00e1ntart\u00e1s",
|
||||
"abode": "Elhelyez\u00e9s",
|
||||
"rights": "Jogok",
|
||||
"remarks": "Megjegyz\u00e9sek",
|
||||
"goes_to": "\u00c1tir\u00e1ny\u00edt\u00e1s",
|
||||
"send": "K\u00fcld\u00e9s",
|
||||
"again": "\u00dajra!",
|
||||
"show": "megjelen\u00edt\u00e9s",
|
||||
"search": "Keres\u00e9s",
|
||||
"disconnect": "Megszak\u00edt\u00e1s",
|
||||
"place": "F\u00f6ldrajzi vonatkoz\u00e1s",
|
||||
"actor": "Szem\u00e9ly\/int\u00e9zm\u00e9ny",
|
||||
"actor_short": "Szerepl\u0151",
|
||||
"time": "Mikor",
|
||||
"tag": "Kulcssz\u00f3",
|
||||
"event": "Esem\u00e9ny",
|
||||
"pi_relation": "Kapcsol\u00f3d\u00f3 szem\u00e9ly\/int\u00e9zm\u00e9ny",
|
||||
"place_relation": "Kapcsol\u00f3d\u00f3 f\u00f6ldrajzi vonatkoz\u00e1s",
|
||||
"time_related": "Kapcsol\u00f3d\u00f3 id\u0151beli vonatkoz\u00e1s",
|
||||
"did_you_mean": "Arra gondolt, hogy",
|
||||
"choosing_by_clicking": "K\u00e9rem, v\u00e1lasszon",
|
||||
"already_known": "M\u00e1s ismert",
|
||||
"back": "vissza",
|
||||
"found": "Tal\u00e1lat",
|
||||
"or": "vagy",
|
||||
"literature": "Szakirodalom",
|
||||
"weblink": "Weblink",
|
||||
"document": "Dokumentum",
|
||||
"single_object": "T\u00e1rgy",
|
||||
"objectgroup": "T\u00e1rgycsoport",
|
||||
"objectgroup_choose": "V\u00e1lasszon ki egy t\u00e1rgycsoportot",
|
||||
"objectgroup_change": "T\u00e1rgycsoport adatainak szerkeszt\u00e9se",
|
||||
"objectgroup_input": "T\u00e1rgycsoport hozz\u00e1ad\u00e1sa",
|
||||
"literature_choose": "Szakirodalom kiv\u00e1laszt\u00e1sa",
|
||||
"literature_change": "Szakirodalom szerkeszt\u00e9se",
|
||||
"literature_input": "Szakirodalom hozz\u00e1ad\u00e1sa",
|
||||
"objects": "T\u00e1rgy",
|
||||
"overview": "\u00d6sszes",
|
||||
"notfound": "Sajnos nincs tal\u00e1lat",
|
||||
"oak": "Objects at map",
|
||||
"record_history": "Rekord t\u00f6rt\u00e9net",
|
||||
"loans": "Loan Management",
|
||||
"exhibitions": "Ki\u00e1ll\u00edt\u00e1sok",
|
||||
"restoration": "Restaur\u00e1l\u00e1s",
|
||||
"provenanceresearch": "Proveniencia kutat\u00e1s",
|
||||
"account_settings": "Saj\u00e1t fi\u00f3k",
|
||||
"edit": "Szerkeszt\u00e9s",
|
||||
"contacts": "Contacts",
|
||||
"contacts_input": "Add a contact",
|
||||
"contacts_edit": "Edit contact",
|
||||
"loans_input": "Add loan entry",
|
||||
"loans_edit": "Edit a loan entry",
|
||||
"delete": "Delete"
|
||||
}
|
||||
}
|
|
@ -1 +1,45 @@
|
|||
{"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."},"gender":["female","male","Other"]}
|
||||
{
|
||||
"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."
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
"female",
|
||||
"male",
|
||||
"other"
|
||||
]
|
||||
}
|
35
backend/hu/loans.json
Normal file
35
backend/hu/loans.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"tlLoans": {
|
||||
"partner_institution": "Partner institution",
|
||||
"partner_institution_explica": "The partner institution with whom the loaning is carried out. Taken from the contacts.",
|
||||
"partner_contact_person": "Contact person",
|
||||
"partner_contact_person_explica": "The contact person at the partner institution.",
|
||||
"start_date": "Start date",
|
||||
"end_date": "End date",
|
||||
"start_date_explica": "Start date of the loan.",
|
||||
"end_date_explica": "End date of the loan.",
|
||||
"insurance_value": "Insurance value",
|
||||
"insurance_value_explica": "Overall insurance value of the loan.",
|
||||
"insurer": "Insurer",
|
||||
"insurer_explica": "The insurer insuring the loan.",
|
||||
"insurer_person": "Contact person (insurer)",
|
||||
"insurer_person_explica": "Contact person at the insurance agency.",
|
||||
"description": "Description",
|
||||
"description_explica": "Description or note on the loan.",
|
||||
"special_requirements": "Special requirements",
|
||||
"special_requirements_explica": "Special requirements for the loan.",
|
||||
"loan_belongs": "Loan of institution",
|
||||
"loans_list": "List loans",
|
||||
"loan_entry": "Loan entry",
|
||||
"loan_added": "Loan entry added",
|
||||
"loans_edited": "Loan entry edited",
|
||||
"link_with_loan": "Link with loan",
|
||||
"loan_obj_remark": "Specific note",
|
||||
"loan_name": "Title",
|
||||
"loan_name_explica": "A title for the entry.",
|
||||
"send_mail_to": "Send mail to ...",
|
||||
"export": "Export",
|
||||
"export_calendar_item": "Export calendar item",
|
||||
"loans_deleted": "The loan entry has been deleted"
|
||||
}
|
||||
}
|
|
@ -30,6 +30,7 @@
|
|||
"empty": "T\u00f6rl\u00e9s",
|
||||
"added": "T\u00e1rgy hozz\u00e1adva",
|
||||
"edited": "T\u00e1rgy szerkesztve",
|
||||
"deleted": "T\u00e1rgy t\u00f6r\u00f6lve"
|
||||
"deleted": "T\u00e1rgy t\u00f6r\u00f6lve",
|
||||
"exact": "Exact"
|
||||
}
|
||||
}
|
|
@ -23,7 +23,9 @@
|
|||
"coordinates_westeast": "Koordin\u00e1t\u00e1k, nyugat-kelet",
|
||||
"zoom_explica": "A t\u00e9rk\u00e9pen t\u00f6rt\u00e9n\u0151 megjelen\u00edt\u00e9s eset\u00e9ben a zoom (nagy\u00edt\u00e1s) m\u00e9rt\u00e9k\u00e9t adhatja meg.<br>Aj\u00e1nlott \u00e9rt\u00e9kek:<br>- kisebb helys\u00e9gek: 10<br>- nagyobb helys\u00e9gek: 9<br>- nagy helys\u00e9gek: 8<br>- orsz\u00e1gok: 7<br>A legjobb eredm\u00e9nyt akkor \u00e9ri el, ha kiv\u00e1laszt egy \u00e9rt\u00e9ket, majd megjelen\u00edti a helys\u00e9get \u00e9s ellen\u0151rzi a nagy\u00edt\u00e1s m\u00e9rt\u00e9k\u00e9t. A megjelen\u00edt\u00e9s ment\u00e9s ut\u00e1n az oldal alj\u00e1n l\u00e9v\u0151 t\u00e1rgy webes megjelen\u00edt\u00e9se ikonra kattintva lehets\u00e9ges.<br><br><b style="font-weight:normal;color:#660000;">K\u00e9rj\u00fck, mindig kit\u00f6lteni.<\/b>",
|
||||
"status": "\u00c1llapot",
|
||||
"delete": "Helys\u00e9g t\u00f6rl\u00e9se"
|
||||
"delete": "Helys\u00e9g t\u00f6rl\u00e9se",
|
||||
"all_objects": "List all objects",
|
||||
"show_object": "Show object"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Helys\u00e9gn\u00e9v",
|
||||
|
|
|
@ -1 +1,74 @@
|
|||
{"basis":{"museum":"Museum","museum_choose":"Memilih salah satu museum","museum_change":"Mengubahkan masukan museum","museum_input":"Tambahkan museum","collection":"Koleksi","collection_choose":"Memilih salah satu koleksi","collection_change":"Menyunting koleksi","collection_input":"Tambahkan koleksi","object":"Benda","object_choose":"Memilih benda","object_input":"Tambahkan benda","users":"Pengguna","users_choose":"Memilih pengguna","users_input":"Tambahkan pengguna","basis":"Basis","resource":"Pertunjukan","addendum":"Tambahan","administration":"Pengelolaan","abode":"Tempat","rights":"Hak","remarks":"Catatan","goes_to":"Ke","send":"Kirim","again":"Sekali lagi","show":"tunjukkan","search":"Mencari","disconnect":"Hapuskan kaitan","place":"Tempat","actor":"Orang\/Lembaga","actor_short":"Aktur","time":"Waktu","tag":"Kata kunci","event":"Kejadian","pi_relation":"Kaitan orang\/lembaga","place_relation":"Kaitan tempat","time_related":"Kaitan waktu","did_you_mean":"Apakah maksud anda","choosing_by_clicking":"Memilih melalui klik","already_known":"Telah terkenal","back":"kembali","found":"Ditemukan","or":"Atau","literature":"Sastra","weblink":"Tautan internet","document":"Dokumen","single_object":"Benda sendiri","objectgroup":"Kelompok benda","objectgroup_choose":"Pilih kelompok benda","objectgroup_change":"Sunting masukan kelompok benda","objectgroup_input":"Tambahkan kelompok benda","literature_choose":"Pilih masukan sastra","literature_change":"Sunting masukan sastra","literature_input":"Tambahkan masukan sastra","objects":"Benda","overview":"Overview","notfound":"Sorry, nothing found","oak":"Objects at map","record_history":"Record history","loans":"Loan Management","exhibitions":"Exhibits","restoration":"Restoration","provenanceresearch":"Provenance research","account_settings":"Account settings","edit":"Ubah","contacts":"Contacts","contacts_input":"Add a contact","contacts_edit":"Edit contact","loans_input":"Add loan entry","loans_edit":"Edit a loan entry"}}
|
||||
{
|
||||
"basis": {
|
||||
"museum": "Museum",
|
||||
"museum_choose": "Memilih salah satu museum",
|
||||
"museum_change": "Mengubahkan masukan museum",
|
||||
"museum_input": "Tambahkan museum",
|
||||
"collection": "Koleksi",
|
||||
"collection_choose": "Memilih salah satu koleksi",
|
||||
"collection_change": "Menyunting koleksi",
|
||||
"collection_input": "Tambahkan koleksi",
|
||||
"object": "Benda",
|
||||
"object_choose": "Memilih benda",
|
||||
"object_input": "Tambahkan benda",
|
||||
"users": "Pengguna",
|
||||
"users_choose": "Memilih pengguna",
|
||||
"users_input": "Tambahkan pengguna",
|
||||
"basis": "Basis",
|
||||
"resource": "Pertunjukan",
|
||||
"addendum": "Tambahan",
|
||||
"administration": "Pengelolaan",
|
||||
"abode": "Tempat",
|
||||
"rights": "Hak",
|
||||
"remarks": "Catatan",
|
||||
"goes_to": "Ke",
|
||||
"send": "Kirim",
|
||||
"again": "Sekali lagi",
|
||||
"show": "tunjukkan",
|
||||
"search": "Mencari",
|
||||
"disconnect": "Hapuskan kaitan",
|
||||
"place": "Tempat",
|
||||
"actor": "Orang\/Lembaga",
|
||||
"actor_short": "Aktur",
|
||||
"time": "Waktu",
|
||||
"tag": "Kata kunci",
|
||||
"event": "Kejadian",
|
||||
"pi_relation": "Kaitan orang\/lembaga",
|
||||
"place_relation": "Kaitan tempat",
|
||||
"time_related": "Kaitan waktu",
|
||||
"did_you_mean": "Apakah maksud anda",
|
||||
"choosing_by_clicking": "Memilih melalui klik",
|
||||
"already_known": "Telah terkenal",
|
||||
"back": "kembali",
|
||||
"found": "Ditemukan",
|
||||
"or": "Atau",
|
||||
"literature": "Sastra",
|
||||
"weblink": "Tautan internet",
|
||||
"document": "Dokumen",
|
||||
"single_object": "Benda sendiri",
|
||||
"objectgroup": "Kelompok benda",
|
||||
"objectgroup_choose": "Pilih kelompok benda",
|
||||
"objectgroup_change": "Sunting masukan kelompok benda",
|
||||
"objectgroup_input": "Tambahkan kelompok benda",
|
||||
"literature_choose": "Pilih masukan sastra",
|
||||
"literature_change": "Sunting masukan sastra",
|
||||
"literature_input": "Tambahkan masukan sastra",
|
||||
"objects": "Benda",
|
||||
"overview": "Overview",
|
||||
"notfound": "Sorry, nothing found",
|
||||
"oak": "Objects at map",
|
||||
"record_history": "Record history",
|
||||
"loans": "Loan Management",
|
||||
"exhibitions": "Exhibits",
|
||||
"restoration": "Restoration",
|
||||
"provenanceresearch": "Provenance research",
|
||||
"account_settings": "Account settings",
|
||||
"edit": "Ubah",
|
||||
"contacts": "Contacts",
|
||||
"contacts_input": "Add a contact",
|
||||
"contacts_edit": "Edit contact",
|
||||
"loans_input": "Add loan entry",
|
||||
"loans_edit": "Edit a loan entry",
|
||||
"delete": "Delete"
|
||||
}
|
||||
}
|
|
@ -1 +1,45 @@
|
|||
{"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."},"gender":["female","male","Other"]}
|
||||
{
|
||||
"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."
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
"female",
|
||||
"male",
|
||||
"other"
|
||||
]
|
||||
}
|
35
backend/id/loans.json
Normal file
35
backend/id/loans.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"tlLoans": {
|
||||
"partner_institution": "Partner institution",
|
||||
"partner_institution_explica": "The partner institution with whom the loaning is carried out. Taken from the contacts.",
|
||||
"partner_contact_person": "Contact person",
|
||||
"partner_contact_person_explica": "The contact person at the partner institution.",
|
||||
"start_date": "Start date",
|
||||
"end_date": "End date",
|
||||
"start_date_explica": "Start date of the loan.",
|
||||
"end_date_explica": "End date of the loan.",
|
||||
"insurance_value": "Insurance value",
|
||||
"insurance_value_explica": "Overall insurance value of the loan.",
|
||||
"insurer": "Insurer",
|
||||
"insurer_explica": "The insurer insuring the loan.",
|
||||
"insurer_person": "Contact person (insurer)",
|
||||
"insurer_person_explica": "Contact person at the insurance agency.",
|
||||
"description": "Description",
|
||||
"description_explica": "Description or note on the loan.",
|
||||
"special_requirements": "Special requirements",
|
||||
"special_requirements_explica": "Special requirements for the loan.",
|
||||
"loan_belongs": "Loan of institution",
|
||||
"loans_list": "List loans",
|
||||
"loan_entry": "Loan entry",
|
||||
"loan_added": "Loan entry added",
|
||||
"loans_edited": "Loan entry edited",
|
||||
"link_with_loan": "Link with loan",
|
||||
"loan_obj_remark": "Specific note",
|
||||
"loan_name": "Title",
|
||||
"loan_name_explica": "A title for the entry.",
|
||||
"send_mail_to": "Send mail to ...",
|
||||
"export": "Export",
|
||||
"export_calendar_item": "Export calendar item",
|
||||
"loans_deleted": "The loan entry has been deleted"
|
||||
}
|
||||
}
|
|
@ -30,6 +30,7 @@
|
|||
"empty": "Menghapuskan",
|
||||
"added": "The object has been added.",
|
||||
"edited": "The object has been edited.",
|
||||
"deleted": "The object has been deleted."
|
||||
"deleted": "The object has been deleted.",
|
||||
"exact": "Exakt"
|
||||
}
|
||||
}
|
|
@ -25,7 +25,9 @@
|
|||
"status": "Status",
|
||||
"delete": "Hapuskan masukan tempat",
|
||||
"added": "Added a new place",
|
||||
"edited": "Updated information on the place"
|
||||
"edited": "Updated information on the place",
|
||||
"all_objects": "List all objects",
|
||||
"show_object": "Show object"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Nama",
|
||||
|
|
|
@ -1 +1,74 @@
|
|||
{"basis":{"museum":"Museum","museum_choose":"Select a museum","museum_change":"Edit entry of museum","museum_input":"Add a museum","collection":"Collection","collection_choose":"Select a collection","collection_change":"Edit entry for collection","collection_input":"Add a collection","object":"Object","object_choose":"Select an object","object_input":"Edit an object","users":"Users","users_choose":"Select a user","users_input":"Add an user","basis":"Basics","resource":"Resource","addendum":"Addendum","administration":"Administration","abode":"Location","rights":"Rights","remarks":"Remarks","goes_to":"Goes to","send":"Save","again":"Once again","show":"show","search":"Search","disconnect":"Disconnect","place":"Place","actor":"Person\/Institution","actor_short":"Actor","time":"Time","tag":"Keyword","event":"Event","pi_relation":"Related person or institution","place_relation":"Related place","time_related":"Related time","did_you_mean":"Did you mean","choosing_by_clicking":"Please select","already_known":"Is already known","back":"back","found":"Found","or":"Or","literature":"Literature","weblink":"Web link","document":"Document","single_object":"Single object","objectgroup":"Object group","objectgroup_choose":"Select an object group","objectgroup_change":"Edit an object group","objectgroup_input":"Add an object group","literature_choose":"Select literature","literature_change":"Edit literature","literature_input":"Add literature","objects":"Objects","overview":"Overview","notfound":"Sorry, nothing found","oak":"Objects on map","record_history":"Record history","loans":"Loan Management","exhibitions":"Exhibits","restoration":"Restoration","provenanceresearch":"Provenance research","account_settings":"Account settings","edit":"Edit","contacts":"Contacts","contacts_input":"Add a contact","contacts_edit":"Edit contact","loans_input":"Add loan entry","loans_edit":"Edit a loan entry"}}
|
||||
{
|
||||
"basis": {
|
||||
"museum": "Museum",
|
||||
"museum_choose": "Select a museum",
|
||||
"museum_change": "Edit entry of museum",
|
||||
"museum_input": "Add a museum",
|
||||
"collection": "Collection",
|
||||
"collection_choose": "Select a collection",
|
||||
"collection_change": "Edit entry for collection",
|
||||
"collection_input": "Add a collection",
|
||||
"object": "Object",
|
||||
"object_choose": "Select an object",
|
||||
"object_input": "Edit an object",
|
||||
"users": "Users",
|
||||
"users_choose": "Select a user",
|
||||
"users_input": "Add an user",
|
||||
"basis": "Basics",
|
||||
"resource": "Resource",
|
||||
"addendum": "Addendum",
|
||||
"administration": "Administration",
|
||||
"abode": "Location",
|
||||
"rights": "Rights",
|
||||
"remarks": "Remarks",
|
||||
"goes_to": "Goes to",
|
||||
"send": "Save",
|
||||
"again": "Once again",
|
||||
"show": "show",
|
||||
"search": "Search",
|
||||
"disconnect": "Disconnect",
|
||||
"place": "Place",
|
||||
"actor": "Person\/Institution",
|
||||
"actor_short": "Actor",
|
||||
"time": "Time",
|
||||
"tag": "Keyword",
|
||||
"event": "Event",
|
||||
"pi_relation": "Related person or institution",
|
||||
"place_relation": "Related place",
|
||||
"time_related": "Related time",
|
||||
"did_you_mean": "Did you mean",
|
||||
"choosing_by_clicking": "Please select",
|
||||
"already_known": "Is already known",
|
||||
"back": "back",
|
||||
"found": "Found",
|
||||
"or": "Or",
|
||||
"literature": "Literature",
|
||||
"weblink": "Web link",
|
||||
"document": "Document",
|
||||
"single_object": "Single object",
|
||||
"objectgroup": "Object group",
|
||||
"objectgroup_choose": "Select an object group",
|
||||
"objectgroup_change": "Edit an object group",
|
||||
"objectgroup_input": "Add an object group",
|
||||
"literature_choose": "Select literature",
|
||||
"literature_change": "Edit literature",
|
||||
"literature_input": "Add literature",
|
||||
"objects": "Objects",
|
||||
"overview": "Overview",
|
||||
"notfound": "Sorry, nothing found",
|
||||
"oak": "Objects on map",
|
||||
"record_history": "Record history",
|
||||
"loans": "Loan Management",
|
||||
"exhibitions": "Exhibits",
|
||||
"restoration": "Restoration",
|
||||
"provenanceresearch": "Provenance research",
|
||||
"account_settings": "Account settings",
|
||||
"edit": "Edit",
|
||||
"contacts": "Contacts",
|
||||
"contacts_input": "Add a contact",
|
||||
"contacts_edit": "Edit contact",
|
||||
"loans_input": "Add loan entry",
|
||||
"loans_edit": "Edit a loan entry",
|
||||
"delete": "Delete"
|
||||
}
|
||||
}
|
|
@ -1 +1,45 @@
|
|||
{"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."},"gender":["female","male","Other"]}
|
||||
{
|
||||
"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."
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
"female",
|
||||
"male",
|
||||
"other"
|
||||
]
|
||||
}
|
35
backend/it/loans.json
Normal file
35
backend/it/loans.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"tlLoans": {
|
||||
"partner_institution": "Partner institution",
|
||||
"partner_institution_explica": "The partner institution with whom the loaning is carried out. Taken from the contacts.",
|
||||
"partner_contact_person": "Contact person",
|
||||
"partner_contact_person_explica": "The contact person at the partner institution.",
|
||||
"start_date": "Start date",
|
||||
"end_date": "End date",
|
||||
"start_date_explica": "Start date of the loan.",
|
||||
"end_date_explica": "End date of the loan.",
|
||||
"insurance_value": "Insurance value",
|
||||
"insurance_value_explica": "Overall insurance value of the loan.",
|
||||
"insurer": "Insurer",
|
||||
"insurer_explica": "The insurer insuring the loan.",
|
||||
"insurer_person": "Contact person (insurer)",
|
||||
"insurer_person_explica": "Contact person at the insurance agency.",
|
||||
"description": "Description",
|
||||
"description_explica": "Description or note on the loan.",
|
||||
"special_requirements": "Special requirements",
|
||||
"special_requirements_explica": "Special requirements for the loan.",
|
||||
"loan_belongs": "Loan of institution",
|
||||
"loans_list": "List loans",
|
||||
"loan_entry": "Loan entry",
|
||||
"loan_added": "Loan entry added",
|
||||
"loans_edited": "Loan entry edited",
|
||||
"link_with_loan": "Link with loan",
|
||||
"loan_obj_remark": "Specific note",
|
||||
"loan_name": "Title",
|
||||
"loan_name_explica": "A title for the entry.",
|
||||
"send_mail_to": "Send mail to ...",
|
||||
"export": "Export",
|
||||
"export_calendar_item": "Export calendar item",
|
||||
"loans_deleted": "The loan entry has been deleted"
|
||||
}
|
||||
}
|
|
@ -30,6 +30,7 @@
|
|||
"empty": "Empty",
|
||||
"added": "The object has been added.",
|
||||
"edited": "The object has been edited.",
|
||||
"deleted": "The object has been deleted."
|
||||
"deleted": "The object has been deleted.",
|
||||
"exact": "Exakt"
|
||||
}
|
||||
}
|
|
@ -25,7 +25,9 @@
|
|||
"status": "Status",
|
||||
"delete": "Delete the place",
|
||||
"added": "Added a new place",
|
||||
"edited": "Updated information on the place"
|
||||
"edited": "Updated information on the place",
|
||||
"all_objects": "List all objects",
|
||||
"show_object": "Show object"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Name",
|
||||
|
|
|
@ -1 +1,74 @@
|
|||
{"basis":{"museum":"Museum","museum_choose":"Select a museum","museum_change":"Edit entry of museum","museum_input":"Add a museum","collection":"Collection","collection_choose":"Select a collection","collection_change":"Edit entry for collection","collection_input":"Add a collection","object":"Object","object_choose":"Select an object","object_input":"Edit an object","users":"Users","users_choose":"Select a user","users_input":"Add an user","basis":"Basics","resource":"Resource","addendum":"Addendum","administration":"Administration","abode":"Location","rights":"Rights","remarks":"Remarks","goes_to":"Goes to","send":"Save","again":"Once again","show":"show","search":"Search","disconnect":"Disconnect","place":"Place","actor":"Person\/Institution","actor_short":"Actor","time":"Time","tag":"Keyword","event":"Event","pi_relation":"Related person or institution","place_relation":"Related place","time_related":"Related time","did_you_mean":"Did you mean","choosing_by_clicking":"Please select","already_known":"Is already known","back":"back","found":"Found","or":"Or","literature":"Literature","weblink":"Web link","document":"Document","single_object":"Single object","objectgroup":"Object group","objectgroup_choose":"Select an object group","objectgroup_change":"Edit an object group","objectgroup_input":"Add an object group","literature_choose":"Select literature","literature_change":"Edit literature","literature_input":"Add literature","objects":"Objects","overview":"Overview","notfound":"Sorry, nothing found","oak":"Objects on map","record_history":"Record history","loans":"Loan Management","exhibitions":"Exhibits","restoration":"Restoration","provenanceresearch":"Provenance research","account_settings":"Account settings","edit":"Edit","contacts":"Contacts","contacts_input":"Add a contact","contacts_edit":"Edit contact","loans_input":"Add loan entry","loans_edit":"Edit a loan entry"}}
|
||||
{
|
||||
"basis": {
|
||||
"museum": "Museum",
|
||||
"museum_choose": "Select a museum",
|
||||
"museum_change": "Edit entry of museum",
|
||||
"museum_input": "Add a museum",
|
||||
"collection": "Collection",
|
||||
"collection_choose": "Select a collection",
|
||||
"collection_change": "Edit entry for collection",
|
||||
"collection_input": "Add a collection",
|
||||
"object": "Object",
|
||||
"object_choose": "Select an object",
|
||||
"object_input": "Edit an object",
|
||||
"users": "Users",
|
||||
"users_choose": "Select a user",
|
||||
"users_input": "Add an user",
|
||||
"basis": "Basics",
|
||||
"resource": "Resource",
|
||||
"addendum": "Addendum",
|
||||
"administration": "Administration",
|
||||
"abode": "Location",
|
||||
"rights": "Rights",
|
||||
"remarks": "Remarks",
|
||||
"goes_to": "Goes to",
|
||||
"send": "Save",
|
||||
"again": "Once again",
|
||||
"show": "show",
|
||||
"search": "Search",
|
||||
"disconnect": "Disconnect",
|
||||
"place": "Place",
|
||||
"actor": "Person\/Institution",
|
||||
"actor_short": "Actor",
|
||||
"time": "Time",
|
||||
"tag": "Keyword",
|
||||
"event": "Event",
|
||||
"pi_relation": "Related person or institution",
|
||||
"place_relation": "Related place",
|
||||
"time_related": "Related time",
|
||||
"did_you_mean": "Did you mean",
|
||||
"choosing_by_clicking": "Please select",
|
||||
"already_known": "Is already known",
|
||||
"back": "back",
|
||||
"found": "Found",
|
||||
"or": "Or",
|
||||
"literature": "Literature",
|
||||
"weblink": "Web link",
|
||||
"document": "Document",
|
||||
"single_object": "Single object",
|
||||
"objectgroup": "Object group",
|
||||
"objectgroup_choose": "Select an object group",
|
||||
"objectgroup_change": "Edit an object group",
|
||||
"objectgroup_input": "Add an object group",
|
||||
"literature_choose": "Select literature",
|
||||
"literature_change": "Edit literature",
|
||||
"literature_input": "Add literature",
|
||||
"objects": "Objects",
|
||||
"overview": "Overview",
|
||||
"notfound": "Sorry, nothing found",
|
||||
"oak": "Objects on map",
|
||||
"record_history": "Record history",
|
||||
"loans": "Loan Management",
|
||||
"exhibitions": "Exhibits",
|
||||
"restoration": "Restoration",
|
||||
"provenanceresearch": "Provenance research",
|
||||
"account_settings": "Account settings",
|
||||
"edit": "Edit",
|
||||
"contacts": "Contacts",
|
||||
"contacts_input": "Add a contact",
|
||||
"contacts_edit": "Edit contact",
|
||||
"loans_input": "Add loan entry",
|
||||
"loans_edit": "Edit a loan entry",
|
||||
"delete": "Delete"
|
||||
}
|
||||
}
|
|
@ -1 +1,45 @@
|
|||
{"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."},"gender":["female","male","Other"]}
|
||||
{
|
||||
"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."
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
"female",
|
||||
"male",
|
||||
"other"
|
||||
]
|
||||
}
|
35
backend/nl/loans.json
Normal file
35
backend/nl/loans.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"tlLoans": {
|
||||
"partner_institution": "Partner institution",
|
||||
"partner_institution_explica": "The partner institution with whom the loaning is carried out. Taken from the contacts.",
|
||||
"partner_contact_person": "Contact person",
|
||||
"partner_contact_person_explica": "The contact person at the partner institution.",
|
||||
"start_date": "Start date",
|
||||
"end_date": "End date",
|
||||
"start_date_explica": "Start date of the loan.",
|
||||
"end_date_explica": "End date of the loan.",
|
||||
"insurance_value": "Insurance value",
|
||||
"insurance_value_explica": "Overall insurance value of the loan.",
|
||||
"insurer": "Insurer",
|
||||
"insurer_explica": "The insurer insuring the loan.",
|
||||
"insurer_person": "Contact person (insurer)",
|
||||
"insurer_person_explica": "Contact person at the insurance agency.",
|
||||
"description": "Description",
|
||||
"description_explica": "Description or note on the loan.",
|
||||
"special_requirements": "Special requirements",
|
||||
"special_requirements_explica": "Special requirements for the loan.",
|
||||
"loan_belongs": "Loan of institution",
|
||||
"loans_list": "List loans",
|
||||
"loan_entry": "Loan entry",
|
||||
"loan_added": "Loan entry added",
|
||||
"loans_edited": "Loan entry edited",
|
||||
"link_with_loan": "Link with loan",
|
||||
"loan_obj_remark": "Specific note",
|
||||
"loan_name": "Title",
|
||||
"loan_name_explica": "A title for the entry.",
|
||||
"send_mail_to": "Send mail to ...",
|
||||
"export": "Export",
|
||||
"export_calendar_item": "Export calendar item",
|
||||
"loans_deleted": "The loan entry has been deleted"
|
||||
}
|
||||
}
|
|
@ -30,6 +30,7 @@
|
|||
"empty": "Empty",
|
||||
"added": "The object has been added.",
|
||||
"edited": "The object has been edited.",
|
||||
"deleted": "The object has been deleted."
|
||||
"deleted": "The object has been deleted.",
|
||||
"exact": "Exakt"
|
||||
}
|
||||
}
|
|
@ -25,7 +25,9 @@
|
|||
"status": "Status",
|
||||
"delete": "Delete the place",
|
||||
"added": "Added a new place",
|
||||
"edited": "Updated information on the place"
|
||||
"edited": "Updated information on the place",
|
||||
"all_objects": "List all objects",
|
||||
"show_object": "Show object"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Name",
|
||||
|
|
|
@ -1 +1,74 @@
|
|||
{"basis":{"museum":"Muzeum","museum_choose":"Wybierz muzeum","museum_change":"Zmie\u0144 informacje o muzeum","museum_input":"Dodaj muzeum","collection":"Kolekcja","collection_choose":"Wybierz kolekcj\u0119","collection_change":"Zmie\u0144 informacje o kolekcji","collection_input":"Dodaj kolekcj\u0119","object":"Obiekt","object_choose":"Wybierz obiekt","object_input":"Dodaj obiekt","users":"U\u017cytkownicy","users_choose":"Wybierz u\u017cytkownika","users_input":"Dodaj u\u017cytkownika","basis":"Inf. podst.","resource":"Zasoby","addendum":"Inf. dodatk.","administration":"Dane admin.","abode":"Miejsce przechow.","rights":"Prawa","remarks":"Uwagi","goes_to":"Goes to","send":"Wy\u015blij","again":"Jeszcze raz","show":"poka\u017c","search":"Szukaj","disconnect":"Od\u0142\u0105cz","place":"Miejsce","actor":"Osoba\/Instytucja","actor_short":"Podmiot sprawczy","time":"Czas","tag":"S\u0142owo kluczowe","event":"Wydarzenie","pi_relation":"Powi\u0105zana osoba lub instytucja","place_relation":"Powi\u0105zane miejsce","time_related":"Powi\u0105zany czas","did_you_mean":"Czy mia\u0142e\u015b na my\u015bli","choosing_by_clicking":"Prosz\u0119 wybra\u0107","already_known":"Jest ju\u017c znane","back":"powr\u00f3t","found":"Znaleziono","or":"Lub","literature":"Publikacje","weblink":"Odno\u015bnik WWW","document":"Dokument","single_object":"Pojedynczy obiekt","objectgroup":"Grupa obiekt\u00f3w","objectgroup_choose":"Wybierz grup\u0119 obiekt\u00f3w","objectgroup_change":"Zmie\u0144 wpis dla grupy obiekt\u00f3w","objectgroup_input":"Dodaj grup\u0119 obiekt\u00f3w","literature_choose":"Wybierz publikacj\u0119","literature_change":"Zmie\u0144 publikacj\u0119","literature_input":"Dodaj publikacj\u0119","objects":"Obiekty","overview":"Przegl\u0105d","notfound":"Niestety, nic nie znaleziono","oak":"Objects at map","record_history":"Record history","loans":"Loan Management","exhibitions":"Exhibits","restoration":"Restoration","provenanceresearch":"Provenance research","account_settings":"Account settings","edit":"Edit","contacts":"Contacts","contacts_input":"Add a contact","contacts_edit":"Edit contact","loans_input":"Add loan entry","loans_edit":"Edit a loan entry"}}
|
||||
{
|
||||
"basis": {
|
||||
"museum": "Muzeum",
|
||||
"museum_choose": "Wybierz muzeum",
|
||||
"museum_change": "Zmie\u0144 informacje o muzeum",
|
||||
"museum_input": "Dodaj muzeum",
|
||||
"collection": "Kolekcja",
|
||||
"collection_choose": "Wybierz kolekcj\u0119",
|
||||
"collection_change": "Zmie\u0144 informacje o kolekcji",
|
||||
"collection_input": "Dodaj kolekcj\u0119",
|
||||
"object": "Obiekt",
|
||||
"object_choose": "Wybierz obiekt",
|
||||
"object_input": "Dodaj obiekt",
|
||||
"users": "U\u017cytkownicy",
|
||||
"users_choose": "Wybierz u\u017cytkownika",
|
||||
"users_input": "Dodaj u\u017cytkownika",
|
||||
"basis": "Inf. podst.",
|
||||
"resource": "Zasoby",
|
||||
"addendum": "Inf. dodatk.",
|
||||
"administration": "Dane admin.",
|
||||
"abode": "Miejsce przechow.",
|
||||
"rights": "Prawa",
|
||||
"remarks": "Uwagi",
|
||||
"goes_to": "Goes to",
|
||||
"send": "Wy\u015blij",
|
||||
"again": "Jeszcze raz",
|
||||
"show": "poka\u017c",
|
||||
"search": "Szukaj",
|
||||
"disconnect": "Od\u0142\u0105cz",
|
||||
"place": "Miejsce",
|
||||
"actor": "Osoba\/Instytucja",
|
||||
"actor_short": "Podmiot sprawczy",
|
||||
"time": "Czas",
|
||||
"tag": "S\u0142owo kluczowe",
|
||||
"event": "Wydarzenie",
|
||||
"pi_relation": "Powi\u0105zana osoba lub instytucja",
|
||||
"place_relation": "Powi\u0105zane miejsce",
|
||||
"time_related": "Powi\u0105zany czas",
|
||||
"did_you_mean": "Czy mia\u0142e\u015b na my\u015bli",
|
||||
"choosing_by_clicking": "Prosz\u0119 wybra\u0107",
|
||||
"already_known": "Jest ju\u017c znane",
|
||||
"back": "powr\u00f3t",
|
||||
"found": "Znaleziono",
|
||||
"or": "Lub",
|
||||
"literature": "Publikacje",
|
||||
"weblink": "Odno\u015bnik WWW",
|
||||
"document": "Dokument",
|
||||
"single_object": "Pojedynczy obiekt",
|
||||
"objectgroup": "Grupa obiekt\u00f3w",
|
||||
"objectgroup_choose": "Wybierz grup\u0119 obiekt\u00f3w",
|
||||
"objectgroup_change": "Zmie\u0144 wpis dla grupy obiekt\u00f3w",
|
||||
"objectgroup_input": "Dodaj grup\u0119 obiekt\u00f3w",
|
||||
"literature_choose": "Wybierz publikacj\u0119",
|
||||
"literature_change": "Zmie\u0144 publikacj\u0119",
|
||||
"literature_input": "Dodaj publikacj\u0119",
|
||||
"objects": "Obiekty",
|
||||
"overview": "Przegl\u0105d",
|
||||
"notfound": "Niestety, nic nie znaleziono",
|
||||
"oak": "Objects at map",
|
||||
"record_history": "Record history",
|
||||
"loans": "Loan Management",
|
||||
"exhibitions": "Exhibits",
|
||||
"restoration": "Restoration",
|
||||
"provenanceresearch": "Provenance research",
|
||||
"account_settings": "Account settings",
|
||||
"edit": "Edit",
|
||||
"contacts": "Contacts",
|
||||
"contacts_input": "Add a contact",
|
||||
"contacts_edit": "Edit contact",
|
||||
"loans_input": "Add loan entry",
|
||||
"loans_edit": "Edit a loan entry",
|
||||
"delete": "Delete"
|
||||
}
|
||||
}
|
|
@ -1 +1,45 @@
|
|||
{"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."},"gender":["female","male","Other"]}
|
||||
{
|
||||
"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."
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
"female",
|
||||
"male",
|
||||
"other"
|
||||
]
|
||||
}
|
35
backend/pl/loans.json
Normal file
35
backend/pl/loans.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"tlLoans": {
|
||||
"partner_institution": "Partner institution",
|
||||
"partner_institution_explica": "The partner institution with whom the loaning is carried out. Taken from the contacts.",
|
||||
"partner_contact_person": "Contact person",
|
||||
"partner_contact_person_explica": "The contact person at the partner institution.",
|
||||
"start_date": "Start date",
|
||||
"end_date": "End date",
|
||||
"start_date_explica": "Start date of the loan.",
|
||||
"end_date_explica": "End date of the loan.",
|
||||
"insurance_value": "Insurance value",
|
||||
"insurance_value_explica": "Overall insurance value of the loan.",
|
||||
"insurer": "Insurer",
|
||||
"insurer_explica": "The insurer insuring the loan.",
|
||||
"insurer_person": "Contact person (insurer)",
|
||||
"insurer_person_explica": "Contact person at the insurance agency.",
|
||||
"description": "Description",
|
||||
"description_explica": "Description or note on the loan.",
|
||||
"special_requirements": "Special requirements",
|
||||
"special_requirements_explica": "Special requirements for the loan.",
|
||||
"loan_belongs": "Loan of institution",
|
||||
"loans_list": "List loans",
|
||||
"loan_entry": "Loan entry",
|
||||
"loan_added": "Loan entry added",
|
||||
"loans_edited": "Loan entry edited",
|
||||
"link_with_loan": "Link with loan",
|
||||
"loan_obj_remark": "Specific note",
|
||||
"loan_name": "Title",
|
||||
"loan_name_explica": "A title for the entry.",
|
||||
"send_mail_to": "Send mail to ...",
|
||||
"export": "Export",
|
||||
"export_calendar_item": "Export calendar item",
|
||||
"loans_deleted": "The loan entry has been deleted"
|
||||
}
|
||||
}
|
|
@ -30,6 +30,7 @@
|
|||
"empty": "Puste",
|
||||
"added": "The object has been added.",
|
||||
"edited": "The object has been edited.",
|
||||
"deleted": "The object has been deleted."
|
||||
"deleted": "The object has been deleted.",
|
||||
"exact": "Exakt"
|
||||
}
|
||||
}
|
|
@ -25,7 +25,9 @@
|
|||
"status": "Status",
|
||||
"delete": "Usu\u0144 miejsce",
|
||||
"added": "Added a new place",
|
||||
"edited": "Updated information on the place"
|
||||
"edited": "Updated information on the place",
|
||||
"all_objects": "List all objects",
|
||||
"show_object": "Show object"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Nazwa",
|
||||
|
|
|
@ -1 +1,74 @@
|
|||
{"basis":{"museum":"Museu","museum_choose":"Escolha um museu","museum_change":"Altere o nome digitado em "museu"","museum_input":"Adicione um museu","collection":"Cole\u00e7\u00e3o","collection_choose":"Escolha uma cole\u00e7\u00e3o","collection_change":"Altere o nome digitado em "cole\u00e7\u00e3o"","collection_input":"Adicione uma cole\u00e7\u00e3o","object":"Objeto ","object_choose":"Escolha um objeto ","object_input":"Adicione um objeto ","users":"Usu\u00e1rios","users_choose":"Escolha um usu\u00e1rio","users_input":"Adicione um usu\u00e1rio","basis":"Base","resource":"Fonte","addendum":"Addendum","administration":"Administra\u00e7\u00e3o","abode":"Guarda","rights":"Direitos","remarks":"Coment\u00e1rios","goes_to":"Siga para","send":"Enviar","again":"De novo","show":"Exibir","search":"Pesquisar","disconnect":"Conex\u00e3o perdida","place":"Posicionar","actor":"Pessoa\/Institui\u00e7\u00e3o","actor_short":"Artista","time":"Data","tag":"Palavra-chave","event":"Evento","pi_relation":"Pessoa\/Institui\u00e7\u00e3o associado ao","place_relation":"Local associado ao","time_related":"\u00c9poca associado ao","did_you_mean":"Voc\u00ea quis dizer","choosing_by_clicking":"Por favor, selecione","already_known":"J\u00e1 \u00e9 conhecido?","back":"voltar","found":"Encontrado","or":"Ou","literature":"Bibliografia","weblink":"Acesso ao site","document":"Documento","single_object":"Objeto - exemplar \u00fanico","objectgroup":"Grupo do objeto ","objectgroup_choose":"Escolha um grupo de objeto","objectgroup_change":"Altere o objeto ","objectgroup_input":"Adicione um grupo de objeto","literature_choose":"Escolha a bibliografia","literature_change":"Altere a bibliografia","literature_input":"Adicione a bibliografia","objects":"Objetos","overview":"Overview","notfound":"Sorry, nothing found","oak":"Objects at map","record_history":"Record history","loans":"Loan Management","exhibitions":"Exhibits","restoration":"Restoration","provenanceresearch":"Provenance research","account_settings":"Account settings","edit":"Edit","contacts":"Contacts","contacts_input":"Add a contact","contacts_edit":"Edit contact","loans_input":"Add loan entry","loans_edit":"Edit a loan entry"}}
|
||||
{
|
||||
"basis": {
|
||||
"museum": "Museu",
|
||||
"museum_choose": "Escolha um museu",
|
||||
"museum_change": "Altere o nome digitado em "museu"",
|
||||
"museum_input": "Adicione um museu",
|
||||
"collection": "Cole\u00e7\u00e3o",
|
||||
"collection_choose": "Escolha uma cole\u00e7\u00e3o",
|
||||
"collection_change": "Altere o nome digitado em "cole\u00e7\u00e3o"",
|
||||
"collection_input": "Adicione uma cole\u00e7\u00e3o",
|
||||
"object": "Objeto ",
|
||||
"object_choose": "Escolha um objeto ",
|
||||
"object_input": "Adicione um objeto ",
|
||||
"users": "Usu\u00e1rios",
|
||||
"users_choose": "Escolha um usu\u00e1rio",
|
||||
"users_input": "Adicione um usu\u00e1rio",
|
||||
"basis": "Base",
|
||||
"resource": "Fonte",
|
||||
"addendum": "Addendum",
|
||||
"administration": "Administra\u00e7\u00e3o",
|
||||
"abode": "Guarda",
|
||||
"rights": "Direitos",
|
||||
"remarks": "Coment\u00e1rios",
|
||||
"goes_to": "Siga para",
|
||||
"send": "Enviar",
|
||||
"again": "De novo",
|
||||
"show": "Exibir",
|
||||
"search": "Pesquisar",
|
||||
"disconnect": "Conex\u00e3o perdida",
|
||||
"place": "Posicionar",
|
||||
"actor": "Pessoa\/Institui\u00e7\u00e3o",
|
||||
"actor_short": "Artista",
|
||||
"time": "Data",
|
||||
"tag": "Palavra-chave",
|
||||
"event": "Evento",
|
||||
"pi_relation": "Pessoa\/Institui\u00e7\u00e3o associado ao",
|
||||
"place_relation": "Local associado ao",
|
||||
"time_related": "\u00c9poca associado ao",
|
||||
"did_you_mean": "Voc\u00ea quis dizer",
|
||||
"choosing_by_clicking": "Por favor, selecione",
|
||||
"already_known": "J\u00e1 \u00e9 conhecido?",
|
||||
"back": "voltar",
|
||||
"found": "Encontrado",
|
||||
"or": "Ou",
|
||||
"literature": "Bibliografia",
|
||||
"weblink": "Acesso ao site",
|
||||
"document": "Documento",
|
||||
"single_object": "Objeto - exemplar \u00fanico",
|
||||
"objectgroup": "Grupo do objeto ",
|
||||
"objectgroup_choose": "Escolha um grupo de objeto",
|
||||
"objectgroup_change": "Altere o objeto ",
|
||||
"objectgroup_input": "Adicione um grupo de objeto",
|
||||
"literature_choose": "Escolha a bibliografia",
|
||||
"literature_change": "Altere a bibliografia",
|
||||
"literature_input": "Adicione a bibliografia",
|
||||
"objects": "Objetos",
|
||||
"overview": "Overview",
|
||||
"notfound": "Sorry, nothing found",
|
||||
"oak": "Objects at map",
|
||||
"record_history": "Record history",
|
||||
"loans": "Loan Management",
|
||||
"exhibitions": "Exhibits",
|
||||
"restoration": "Restoration",
|
||||
"provenanceresearch": "Provenance research",
|
||||
"account_settings": "Account settings",
|
||||
"edit": "Edit",
|
||||
"contacts": "Contacts",
|
||||
"contacts_input": "Add a contact",
|
||||
"contacts_edit": "Edit contact",
|
||||
"loans_input": "Add loan entry",
|
||||
"loans_edit": "Edit a loan entry",
|
||||
"delete": "Delete"
|
||||
}
|
||||
}
|
|
@ -1 +1,45 @@
|
|||
{"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."},"gender":["female","male","Other"]}
|
||||
{
|
||||
"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."
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
"female",
|
||||
"male",
|
||||
"other"
|
||||
]
|
||||
}
|
35
backend/pt/loans.json
Normal file
35
backend/pt/loans.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"tlLoans": {
|
||||
"partner_institution": "Partner institution",
|
||||
"partner_institution_explica": "The partner institution with whom the loaning is carried out. Taken from the contacts.",
|
||||
"partner_contact_person": "Contact person",
|
||||
"partner_contact_person_explica": "The contact person at the partner institution.",
|
||||
"start_date": "Start date",
|
||||
"end_date": "End date",
|
||||
"start_date_explica": "Start date of the loan.",
|
||||
"end_date_explica": "End date of the loan.",
|
||||
"insurance_value": "Insurance value",
|
||||
"insurance_value_explica": "Overall insurance value of the loan.",
|
||||
"insurer": "Insurer",
|
||||
"insurer_explica": "The insurer insuring the loan.",
|
||||
"insurer_person": "Contact person (insurer)",
|
||||
"insurer_person_explica": "Contact person at the insurance agency.",
|
||||
"description": "Description",
|
||||
"description_explica": "Description or note on the loan.",
|
||||
"special_requirements": "Special requirements",
|
||||
"special_requirements_explica": "Special requirements for the loan.",
|
||||
"loan_belongs": "Loan of institution",
|
||||
"loans_list": "List loans",
|
||||
"loan_entry": "Loan entry",
|
||||
"loan_added": "Loan entry added",
|
||||
"loans_edited": "Loan entry edited",
|
||||
"link_with_loan": "Link with loan",
|
||||
"loan_obj_remark": "Specific note",
|
||||
"loan_name": "Title",
|
||||
"loan_name_explica": "A title for the entry.",
|
||||
"send_mail_to": "Send mail to ...",
|
||||
"export": "Export",
|
||||
"export_calendar_item": "Export calendar item",
|
||||
"loans_deleted": "The loan entry has been deleted"
|
||||
}
|
||||
}
|
|
@ -30,6 +30,7 @@
|
|||
"empty": "Vazio",
|
||||
"added": "The object has been added.",
|
||||
"edited": "The object has been edited.",
|
||||
"deleted": "The object has been deleted."
|
||||
"deleted": "The object has been deleted.",
|
||||
"exact": "Exakt"
|
||||
}
|
||||
}
|
|
@ -25,7 +25,9 @@
|
|||
"status": "Status",
|
||||
"delete": "Excluir lugar",
|
||||
"added": "Added a new place",
|
||||
"edited": "Updated information on the place"
|
||||
"edited": "Updated information on the place",
|
||||
"all_objects": "List all objects",
|
||||
"show_object": "Show object"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Nome",
|
||||
|
|
|
@ -1 +1,74 @@
|
|||
{"basis":{"museum":"Museum","museum_choose":"Select a museum","museum_change":"Edit entry of museum","museum_input":"Add a museum","collection":"Collection","collection_choose":"Select a collection","collection_change":"Edit entry for collection","collection_input":"Add a collection","object":"Object","object_choose":"Select an object","object_input":"Edit an object","users":"Users","users_choose":"Select a user","users_input":"Add an user","basis":"Basics","resource":"Resource","addendum":"Addendum","administration":"Administration","abode":"Location","rights":"Rights","remarks":"Remarks","goes_to":"Goes to","send":"Save","again":"Once again","show":"show","search":"Search","disconnect":"Disconnect","place":"Place","actor":"Person\/Institution","actor_short":"Actor","time":"Time","tag":"Keyword","event":"Event","pi_relation":"Related person or institution","place_relation":"Related place","time_related":"Related time","did_you_mean":"Did you mean","choosing_by_clicking":"Please select","already_known":"Is already known","back":"back","found":"Found","or":"Or","literature":"Literature","weblink":"Web link","document":"Document","single_object":"Single object","objectgroup":"Object group","objectgroup_choose":"Select an object group","objectgroup_change":"Edit an object group","objectgroup_input":"Add an object group","literature_choose":"Select literature","literature_change":"Edit literature","literature_input":"Add literature","objects":"Objects","overview":"Overview","notfound":"Sorry, nothing found","oak":"Objects on map","record_history":"Record history","loans":"Loan Management","exhibitions":"Exhibits","restoration":"Restoration","provenanceresearch":"Provenance research","account_settings":"Account settings","edit":"Edit","contacts":"Contacts","contacts_input":"Add a contact","contacts_edit":"Edit contact","loans_input":"Add loan entry","loans_edit":"Edit a loan entry"}}
|
||||
{
|
||||
"basis": {
|
||||
"museum": "Museum",
|
||||
"museum_choose": "Select a museum",
|
||||
"museum_change": "Edit entry of museum",
|
||||
"museum_input": "Add a museum",
|
||||
"collection": "Collection",
|
||||
"collection_choose": "Select a collection",
|
||||
"collection_change": "Edit entry for collection",
|
||||
"collection_input": "Add a collection",
|
||||
"object": "Object",
|
||||
"object_choose": "Select an object",
|
||||
"object_input": "Edit an object",
|
||||
"users": "Users",
|
||||
"users_choose": "Select a user",
|
||||
"users_input": "Add an user",
|
||||
"basis": "Basics",
|
||||
"resource": "Resource",
|
||||
"addendum": "Addendum",
|
||||
"administration": "Administration",
|
||||
"abode": "Location",
|
||||
"rights": "Rights",
|
||||
"remarks": "Remarks",
|
||||
"goes_to": "Goes to",
|
||||
"send": "Save",
|
||||
"again": "Once again",
|
||||
"show": "show",
|
||||
"search": "Search",
|
||||
"disconnect": "Disconnect",
|
||||
"place": "Place",
|
||||
"actor": "Person\/Institution",
|
||||
"actor_short": "Actor",
|
||||
"time": "Time",
|
||||
"tag": "Keyword",
|
||||
"event": "Event",
|
||||
"pi_relation": "Related person or institution",
|
||||
"place_relation": "Related place",
|
||||
"time_related": "Related time",
|
||||
"did_you_mean": "Did you mean",
|
||||
"choosing_by_clicking": "Please select",
|
||||
"already_known": "Is already known",
|
||||
"back": "back",
|
||||
"found": "Found",
|
||||
"or": "Or",
|
||||
"literature": "Literature",
|
||||
"weblink": "Web link",
|
||||
"document": "Document",
|
||||
"single_object": "Single object",
|
||||
"objectgroup": "Object group",
|
||||
"objectgroup_choose": "Select an object group",
|
||||
"objectgroup_change": "Edit an object group",
|
||||
"objectgroup_input": "Add an object group",
|
||||
"literature_choose": "Select literature",
|
||||
"literature_change": "Edit literature",
|
||||
"literature_input": "Add literature",
|
||||
"objects": "Objects",
|
||||
"overview": "Overview",
|
||||
"notfound": "Sorry, nothing found",
|
||||
"oak": "Objects on map",
|
||||
"record_history": "Record history",
|
||||
"loans": "Loan Management",
|
||||
"exhibitions": "Exhibits",
|
||||
"restoration": "Restoration",
|
||||
"provenanceresearch": "Provenance research",
|
||||
"account_settings": "Account settings",
|
||||
"edit": "Edit",
|
||||
"contacts": "Contacts",
|
||||
"contacts_input": "Add a contact",
|
||||
"contacts_edit": "Edit contact",
|
||||
"loans_input": "Add loan entry",
|
||||
"loans_edit": "Edit a loan entry",
|
||||
"delete": "Delete"
|
||||
}
|
||||
}
|
|
@ -1 +1,45 @@
|
|||
{"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."},"gender":["female","male","Other"]}
|
||||
{
|
||||
"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."
|
||||
},
|
||||
"gender": [
|
||||
"",
|
||||
"female",
|
||||
"male",
|
||||
"other"
|
||||
]
|
||||
}
|
35
backend/tl/loans.json
Normal file
35
backend/tl/loans.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"tlLoans": {
|
||||
"partner_institution": "Partner institution",
|
||||
"partner_institution_explica": "The partner institution with whom the loaning is carried out. Taken from the contacts.",
|
||||
"partner_contact_person": "Contact person",
|
||||
"partner_contact_person_explica": "The contact person at the partner institution.",
|
||||
"start_date": "Start date",
|
||||
"end_date": "End date",
|
||||
"start_date_explica": "Start date of the loan.",
|
||||
"end_date_explica": "End date of the loan.",
|
||||
"insurance_value": "Insurance value",
|
||||
"insurance_value_explica": "Overall insurance value of the loan.",
|
||||
"insurer": "Insurer",
|
||||
"insurer_explica": "The insurer insuring the loan.",
|
||||
"insurer_person": "Contact person (insurer)",
|
||||
"insurer_person_explica": "Contact person at the insurance agency.",
|
||||
"description": "Description",
|
||||
"description_explica": "Description or note on the loan.",
|
||||
"special_requirements": "Special requirements",
|
||||
"special_requirements_explica": "Special requirements for the loan.",
|
||||
"loan_belongs": "Loan of institution",
|
||||
"loans_list": "List loans",
|
||||
"loan_entry": "Loan entry",
|
||||
"loan_added": "Loan entry added",
|
||||
"loans_edited": "Loan entry edited",
|
||||
"link_with_loan": "Link with loan",
|
||||
"loan_obj_remark": "Specific note",
|
||||
"loan_name": "Title",
|
||||
"loan_name_explica": "A title for the entry.",
|
||||
"send_mail_to": "Send mail to ...",
|
||||
"export": "Export",
|
||||
"export_calendar_item": "Export calendar item",
|
||||
"loans_deleted": "The loan entry has been deleted"
|
||||
}
|
||||
}
|
|
@ -30,6 +30,7 @@
|
|||
"empty": "Empty",
|
||||
"added": "The object has been added.",
|
||||
"edited": "The object has been edited.",
|
||||
"deleted": "The object has been deleted."
|
||||
"deleted": "The object has been deleted.",
|
||||
"exact": "Exakt"
|
||||
}
|
||||
}
|
|
@ -25,7 +25,9 @@
|
|||
"status": "Status",
|
||||
"delete": "Delete the place",
|
||||
"added": "Added a new place",
|
||||
"edited": "Updated information on the place"
|
||||
"edited": "Updated information on the place",
|
||||
"all_objects": "List all objects",
|
||||
"show_object": "Show object"
|
||||
},
|
||||
"geo": {
|
||||
"name": "Name",
|
||||
|
|
96
js-backend/de/mdFunctionsTL.json
Normal file
96
js-backend/de/mdFunctionsTL.json
Normal file
|
@ -0,0 +1,96 @@
|
|||
{"translations": {
|
||||
"persinst/institution" : "Person / Institution",
|
||||
"persinst" : "Person / Institution",
|
||||
"place" : "Ort",
|
||||
"time" : "Zeit",
|
||||
"tag" : "Schlagwort",
|
||||
"tags" : "Schlagworte",
|
||||
"Related" : "Verknüpfte",
|
||||
"Display list" : "Liste anzeigen",
|
||||
"Display diagram" : "Diagramm anzeigen",
|
||||
"setForComparing" : "Objekt zum Vergleichen gesetzt",
|
||||
"object_inventory_number" : "Inventarnummer",
|
||||
"object_type" : "Objektart",
|
||||
"object_name" : "Objekttitel",
|
||||
"object_description" : "Beschreibung",
|
||||
"object_material_technique" : "Material / Technik",
|
||||
"object_dimensions list" : "Maße",
|
||||
"object_last_updated" : "Zuletzt geupdated",
|
||||
"event" : "Ereignis",
|
||||
"minimizeComparison" : "Minimieren",
|
||||
"removeComparison" : "Entfernen",
|
||||
"unsetElementComparing" : "Vergleichsobjekt entfernt",
|
||||
"compare" : "Vergleich",
|
||||
"compareImages" : "Bilder vergleichen",
|
||||
"remove" : "Entfernen",
|
||||
"switch" : "Wechseln",
|
||||
"general" : "Allgemein",
|
||||
"lists" : "Listen",
|
||||
"objects" : "Objekte",
|
||||
"objectPage" : "Einzelobjekt",
|
||||
"objectPageFunctions" : "Einzelobjekt Funktionen",
|
||||
"add" : "Hinzufügen",
|
||||
"navigate" : "Navigieren",
|
||||
"functions" : "Funktionen",
|
||||
"export" : "Exportieren",
|
||||
"openObjectList" : "Objektliste",
|
||||
"addNewObject" : "Ein Objekt hinzufügen",
|
||||
"goToLastEditedObject" : "Zum zuletzt bearbeiteten Objekt",
|
||||
"closeMenu" : "Menu schließen",
|
||||
"toggleEditMenuStyle" : "Stil des Tastaturmenus wechseln",
|
||||
"toggleWatchList" : "Merkliste an-/abschalten",
|
||||
"goToTabs" : "Gehe zur Reiter-Leiste",
|
||||
"addAnEvent" : "Ein Ereignis hinzufügen",
|
||||
"openTags" : "Schlagworte erfassen",
|
||||
"goToBaseTab" : "Reiter: Basis",
|
||||
"goToImagesTab" : "Reiter: Ansicht",
|
||||
"markObjectForComparison" : "Objekt zum Vergleichen vormerken",
|
||||
"focusSearchInvNo" : "Inventarnummer-Suche",
|
||||
"focusSearchObjNo" : "Objektnummer-Suche",
|
||||
"openAdvancedSearch" : "Filterdialog öffnen",
|
||||
"openDashboard" : "Übersichtsseite öffnen",
|
||||
"openMuseum" : "Museum",
|
||||
"openCollectionList" : "Sammlungsübersicht",
|
||||
"openSeries" : "Objektgruppen-Übersicht",
|
||||
"openLiterature" : "Literatur",
|
||||
"openUsers" : "Benutzerliste",
|
||||
"openListItem0" : "Erster Listeneintrag",
|
||||
"openListItem1" : "Zweiter Listeneintrag",
|
||||
"openListItem2" : "Dritter Listeneintrag",
|
||||
"openListItem3" : "Vierter Listeneintrag",
|
||||
"openListItem4" : "Fünfter Listeneintrag",
|
||||
"openListItem5" : "Sechster Listeneintrag",
|
||||
"openListItem6" : "Siebenter Listeneintrag",
|
||||
"openListItem7" : "Achter Listeneintrag",
|
||||
"openListItem8" : "Neunter Listeneintrag",
|
||||
"newObjBasedOnCurrent" : "Neues Objekt wie dieses",
|
||||
"showRelatedCollection" : "Entitäten zu Objekten dieser Sammlung",
|
||||
"showRelatedMuseum" : "Entitäten zu Objekten dieses Museum",
|
||||
"generatePDFCatalogue" : "PDF-Katalog erstellen",
|
||||
"goToTopOfPage" : "Zum Seitenanfang",
|
||||
"goToMuseumSection" : "Verknüpfung mit Museum",
|
||||
"goToEventSection" : "Ereignisbereich",
|
||||
"goToKeywordSection" : "Schlagwortbereich",
|
||||
"goToLiteratureSection" : "Literaturbereich",
|
||||
"goToLinkSection" : "Linkbereich",
|
||||
"openAddendumTab" : "Reiter: Zusatz",
|
||||
"openAdministrationTab" : "Reiter: Verwaltung",
|
||||
"openRestorationTab" : "Reiter: Restaurierung",
|
||||
"openLocationTab" : "Reiter: Verbleib",
|
||||
"openExhibitionTab" : "Reiter: Ausstellungen",
|
||||
"openLoanTab" : "Reiter: Leihvorgänge",
|
||||
"openRightsTab" : "Reiter: Rechte",
|
||||
"openNotesTab" : "Reiter: Notizen",
|
||||
"openProvenanceTab" : "Reiter: Provenienzrecherche",
|
||||
"openDataHistoryTab" : "Reiter: Datensatz",
|
||||
"openHandbook" : "Museum-Digital Handbuch",
|
||||
"addMuseum" : "Neues Museum erfassen",
|
||||
"addCollection" : "Neue Sammlung erfassen",
|
||||
"addSeries" : "Neue Objektgruppe erfassen",
|
||||
"addLiteratureEntry" : "Neuen Literatureintrag erfassen",
|
||||
"viewStatistics" : "Statistik",
|
||||
"goBackHistory" : "Einen Schritt zurück gehen",
|
||||
"navigateToFirstInput" : "Zum erstes Eingabefeld",
|
||||
"logOut" : "Abmelden",
|
||||
"format" : "Format: "
|
||||
}}
|
96
js-backend/en/mdFunctionsTL.json
Normal file
96
js-backend/en/mdFunctionsTL.json
Normal file
|
@ -0,0 +1,96 @@
|
|||
{"translations": {
|
||||
"persinst/institution" : "Person / Institution",
|
||||
"persinst" : "Person / Institution",
|
||||
"place" : "Place",
|
||||
"time" : "Time",
|
||||
"tag" : "Tag",
|
||||
"tags" : "Tags",
|
||||
"Related" : "Related",
|
||||
"Display list" : "Display list",
|
||||
"Display diagram" : "Display diagram",
|
||||
"setForComparing" : "Set element for comparing",
|
||||
"object_inventory_number" : "Inventory Number",
|
||||
"object_type" : "Object Type",
|
||||
"object_name" : "Object Name",
|
||||
"object_description" : "Description",
|
||||
"object_material_technique" : "Material / Technique",
|
||||
"object_dimensions list" : "Dimensions",
|
||||
"object_last_updated" : "Last updated",
|
||||
"event" : "Event",
|
||||
"minimizeComparison" : "Minimize",
|
||||
"removeComparison" : "Remove",
|
||||
"unsetElementComparing" : "Unset element for comparing",
|
||||
"compare" : "Compare",
|
||||
"compareImages" : "Compare Images",
|
||||
"remove" : "Remove",
|
||||
"switch" : "Switch",
|
||||
"general" : "General",
|
||||
"lists" : "Lists",
|
||||
"objects" : "Objects",
|
||||
"objectPage" : "Object Page",
|
||||
"objectPageFunctions" : "Object Page Functions",
|
||||
"add" : "Add",
|
||||
"navigate" : "Navigate",
|
||||
"functions" : "Functions",
|
||||
"export" : "Export",
|
||||
"openObjectList" : "Open object list",
|
||||
"addNewObject" : "Add a new object",
|
||||
"goToLastEditedObject" : "Go to last edited object",
|
||||
"closeMenu" : "Close Menu",
|
||||
"toggleEditMenuStyle" : "Toggle style of edit menu",
|
||||
"toggleWatchList" : "Toggle watch list",
|
||||
"goToTabs" : "Go to tabs",
|
||||
"addAnEvent" : "Add event",
|
||||
"openTags" : "Open Tags",
|
||||
"goToBaseTab" : "Go to base information tab",
|
||||
"goToImagesTab" : "Go to images tab",
|
||||
"markObjectForComparison" : "Mark object for comparison",
|
||||
"focusSearchInvNo" : "Focus search for inventory number",
|
||||
"focusSearchObjNo" : "Focus search for object number",
|
||||
"openAdvancedSearch" : "Open advanced search / set filter",
|
||||
"openDashboard" : "Open dashboard",
|
||||
"openMuseum" : "Open museum",
|
||||
"openCollectionList" : "Open collection list",
|
||||
"openSeries" : "Open series",
|
||||
"openLiterature" : "Open literature",
|
||||
"openUsers" : "Open users list",
|
||||
"openListItem0" : "Open first item in list",
|
||||
"openListItem1" : "Open second item in list",
|
||||
"openListItem2" : "Open third item in list",
|
||||
"openListItem3" : "Open fourth item in list",
|
||||
"openListItem4" : "Open fifth item in list",
|
||||
"openListItem5" : "Open sixth item in list",
|
||||
"openListItem6" : "Open seventh item in list",
|
||||
"openListItem7" : "Open eighth item in list",
|
||||
"openListItem8" : "Open ninth item in list",
|
||||
"newObjBasedOnCurrent" : "Create new object based on the current",
|
||||
"showRelatedCollection" : "Show related data for this collection",
|
||||
"showRelatedMuseum" : "Show related data for this museum",
|
||||
"generatePDFCatalogue" : "Generate PDF catalogue",
|
||||
"goToTopOfPage" : "Go to top of page",
|
||||
"goToMuseumSection" : "Go to museum section",
|
||||
"goToEventSection" : "Go to event section",
|
||||
"goToKeywordSection" : "Go to keyword section",
|
||||
"goToLiteratureSection" : "Go to literature section",
|
||||
"goToLinkSection" : "Go to link section",
|
||||
"openAddendumTab" : "Open addendum tab",
|
||||
"openAdministrationTab" : "Open administration tab",
|
||||
"openRestorationTab" : "Open restoration tab",
|
||||
"openLocationTab" : "Open location tab",
|
||||
"openExhibitionTab" : "Open exhibition tab",
|
||||
"openLoanTab" : "Open loan tab",
|
||||
"openRightsTab" : "Open rights tab",
|
||||
"openNotesTab" : "Open notes tab",
|
||||
"openProvenanceTab" : "Open provenance tab",
|
||||
"openDataHistoryTab" : "Open data history tab",
|
||||
"openHandbook" : "Open museum-digital handbook",
|
||||
"addMuseum" : "Create a new museum",
|
||||
"addCollection" : "Create a new collection",
|
||||
"addSeries" : "Create a new series",
|
||||
"addLiteratureEntry" : "Create a new literature entry",
|
||||
"viewStatistics" : "View statistics",
|
||||
"goBackHistory" : "Go back in history",
|
||||
"navigateToFirstInput" : "Navigate to first input field",
|
||||
"logOut" : "Log out",
|
||||
"format" : "Format: "
|
||||
}}
|
96
js-backend/hu/mdFunctionsTL.json
Normal file
96
js-backend/hu/mdFunctionsTL.json
Normal file
|
@ -0,0 +1,96 @@
|
|||
{"translations": {
|
||||
"persinst/institution" : "Személyi / intézményi vonatkozás",
|
||||
"persinst" : "Személyi / intézményi vonatkozás",
|
||||
"place" : "Földrajzi vonatkozás",
|
||||
"time" : "Időbeli vonatkozás",
|
||||
"tag" : "Kulcsszó",
|
||||
"tags" : "Kulcsszavak",
|
||||
"Related" : "Összekapcsolva",
|
||||
"Display list" : "Lista megjelenítése",
|
||||
"Display diagram" : "Diagram megjelenítése",
|
||||
"setForComparing" : "Jelölés összehasonlításhoz",
|
||||
"object_inventory_number" : "Leltári szám",
|
||||
"object_type" : "A tárgy típusa",
|
||||
"object_name" : "A tárgy megnevezése",
|
||||
"object_description" : "Leírás",
|
||||
"object_material_technique" : "Anyag / Technika",
|
||||
"object_dimensions" : "Tárgy méretei",
|
||||
"object_last_updated" : "Tárgy legutóbb frissítve",
|
||||
"event" : "Esemény",
|
||||
"minimizeComparison" : "Kicsinyítés",
|
||||
"removeComparison" : "Törlés",
|
||||
"unsetElementComparing" : "Összehasonlító jelölés eltávolítása",
|
||||
"compare" : "Összehasonlít",
|
||||
"compareImages" : "Compare Images",
|
||||
"remove" : "Törlés",
|
||||
"switch" : "Beállítás",
|
||||
"general" : "General",
|
||||
"lists" : "Lists",
|
||||
"objects" : "Objects",
|
||||
"objectPage" : "Object Page",
|
||||
"objectPageFunctions" : "Object Page Functions",
|
||||
"add" : "Add",
|
||||
"navigate" : "Navigate",
|
||||
"functions" : "Functions",
|
||||
"export" : "Export",
|
||||
"openObjectList" : "Open object list",
|
||||
"addNewObject" : "Add a new object",
|
||||
"goToLastEditedObject" : "Go to last edited object",
|
||||
"closeMenu" : "Close Menu",
|
||||
"toggleEditMenuStyle" : "Toggle style of edit menu",
|
||||
"toggleWatchList" : "Toggle watch list",
|
||||
"goToTabs" : "Go to tabs",
|
||||
"addAnEvent" : "Add event",
|
||||
"openTags" : "Open Tags",
|
||||
"goToBaseTab" : "Go to base information tab",
|
||||
"goToImagesTab" : "Go to images tab",
|
||||
"markObjectForComparison" : "Mark object for comparison",
|
||||
"focusSearchInvNo" : "Focus search for inventory number",
|
||||
"focusSearchObjNo" : "Focus search for object number",
|
||||
"openAdvancedSearch" : "Open advanced search / set filter",
|
||||
"openDashboard" : "Open dashboard",
|
||||
"openMuseum" : "Open museum",
|
||||
"openCollectionList" : "Open collection list",
|
||||
"openSeries" : "Open series",
|
||||
"openLiterature" : "Open literature",
|
||||
"openUsers" : "Open users list",
|
||||
"openListItem0" : "Open first item in list",
|
||||
"openListItem1" : "Open second item in list",
|
||||
"openListItem2" : "Open third item in list",
|
||||
"openListItem3" : "Open fourth item in list",
|
||||
"openListItem4" : "Open fifth item in list",
|
||||
"openListItem5" : "Open sixth item in list",
|
||||
"openListItem6" : "Open seventh item in list",
|
||||
"openListItem7" : "Open eighth item in list",
|
||||
"openListItem8" : "Open ninth item in list",
|
||||
"newObjBasedOnCurrent" : "Create new object based on the current",
|
||||
"showRelatedCollection" : "Show related data for this collection",
|
||||
"showRelatedMuseum" : "Show related data for this museum",
|
||||
"generatePDFCatalogue" : "Generate PDF catalogue",
|
||||
"goToTopOfPage" : "Go to top of page",
|
||||
"goToMuseumSection" : "Go to museum section",
|
||||
"goToEventSection" : "Go to event section",
|
||||
"goToKeywordSection" : "Go to keyword section",
|
||||
"goToLiteratureSection" : "Go to literature section",
|
||||
"goToLinkSection" : "Go to link section",
|
||||
"openAddendumTab" : "Open addendum tab",
|
||||
"openAdministrationTab" : "Open administration tab",
|
||||
"openRestorationTab" : "Open restoration tab",
|
||||
"openLocationTab" : "Open location tab",
|
||||
"openExhibitionTab" : "Open exhibition tab",
|
||||
"openLoanTab" : "Open loan tab",
|
||||
"openRightsTab" : "Open rights tab",
|
||||
"openNotesTab" : "Open notes tab",
|
||||
"openProvenanceTab" : "Open provenance tab",
|
||||
"openDataHistoryTab" : "Open data history tab",
|
||||
"openHandbook" : "Open museum-digital handbook",
|
||||
"addMuseum" : "Create a new museum",
|
||||
"addCollection" : "Create a new collection",
|
||||
"addSeries" : "Create a new series",
|
||||
"addLiteratureEntry" : "Create a new literature entry",
|
||||
"viewStatistics" : "View statistics",
|
||||
"goBackHistory" : "Go back in history",
|
||||
"navigateToFirstInput" : "Navigate to first input field",
|
||||
"logOut" : "Log out",
|
||||
"format" : "Format: "
|
||||
}}
|
96
js-backend/id/mdFunctionsTL.json
Normal file
96
js-backend/id/mdFunctionsTL.json
Normal file
|
@ -0,0 +1,96 @@
|
|||
{"translations": {
|
||||
"persinst/institution" : "Person / Institution",
|
||||
"persinst" : "Person / Institution",
|
||||
"place" : "Place",
|
||||
"time" : "Time",
|
||||
"tag" : "Tag",
|
||||
"tags" : "Tags",
|
||||
"Related" : "Related",
|
||||
"Display list" : "Display list",
|
||||
"Display diagram" : "Display diagram",
|
||||
"setForComparing" : "Set element for comparing",
|
||||
"object_inventory_number" : "Inventory Number",
|
||||
"object_type" : "Object Type",
|
||||
"object_name" : "Object Name",
|
||||
"object_description" : "Description",
|
||||
"object_material_technique" : "Material / Technique",
|
||||
"object_dimensions list" : "Dimensions",
|
||||
"object_last_updated" : "Last updated",
|
||||
"event" : "Event",
|
||||
"minimizeComparison" : "Minimize",
|
||||
"removeComparison" : "Remove",
|
||||
"unsetElementComparing" : "Unset element for comparing",
|
||||
"compare" : "Compare",
|
||||
"compareImages" : "Compare Images",
|
||||
"remove" : "Remove",
|
||||
"switch" : "Switch",
|
||||
"general" : "General",
|
||||
"lists" : "Lists",
|
||||
"objects" : "Objects",
|
||||
"objectPage" : "Object Page",
|
||||
"objectPageFunctions" : "Object Page Functions",
|
||||
"add" : "Add",
|
||||
"navigate" : "Navigate",
|
||||
"functions" : "Functions",
|
||||
"export" : "Export",
|
||||
"openObjectList" : "Open object list",
|
||||
"addNewObject" : "Add a new object",
|
||||
"goToLastEditedObject" : "Go to last edited object",
|
||||
"closeMenu" : "Close Menu",
|
||||
"toggleEditMenuStyle" : "Toggle style of edit menu",
|
||||
"toggleWatchList" : "Toggle watch list",
|
||||
"goToTabs" : "Go to tabs",
|
||||
"addAnEvent" : "Add event",
|
||||
"openTags" : "Open Tags",
|
||||
"goToBaseTab" : "Go to base information tab",
|
||||
"goToImagesTab" : "Go to images tab",
|
||||
"markObjectForComparison" : "Mark object for comparison",
|
||||
"focusSearchInvNo" : "Focus search for inventory number",
|
||||
"focusSearchObjNo" : "Focus search for object number",
|
||||
"openAdvancedSearch" : "Open advanced search / set filter",
|
||||
"openDashboard" : "Open dashboard",
|
||||
"openMuseum" : "Open museum",
|
||||
"openCollectionList" : "Open collection list",
|
||||
"openSeries" : "Open series",
|
||||
"openLiterature" : "Open literature",
|
||||
"openUsers" : "Open users list",
|
||||
"openListItem0" : "Open first item in list",
|
||||
"openListItem1" : "Open second item in list",
|
||||
"openListItem2" : "Open third item in list",
|
||||
"openListItem3" : "Open fourth item in list",
|
||||
"openListItem4" : "Open fifth item in list",
|
||||
"openListItem5" : "Open sixth item in list",
|
||||
"openListItem6" : "Open seventh item in list",
|
||||
"openListItem7" : "Open eighth item in list",
|
||||
"openListItem8" : "Open ninth item in list",
|
||||
"newObjBasedOnCurrent" : "Create new object based on the current",
|
||||
"showRelatedCollection" : "Show related data for this collection",
|
||||
"showRelatedMuseum" : "Show related data for this museum",
|
||||
"generatePDFCatalogue" : "Generate PDF catalogue",
|
||||
"goToTopOfPage" : "Go to top of page",
|
||||
"goToMuseumSection" : "Go to museum section",
|
||||
"goToEventSection" : "Go to event section",
|
||||
"goToKeywordSection" : "Go to keyword section",
|
||||
"goToLiteratureSection" : "Go to literature section",
|
||||
"goToLinkSection" : "Go to link section",
|
||||
"openAddendumTab" : "Open addendum tab",
|
||||
"openAdministrationTab" : "Open administration tab",
|
||||
"openRestorationTab" : "Open restoration tab",
|
||||
"openLocationTab" : "Open location tab",
|
||||
"openExhibitionTab" : "Open exhibition tab",
|
||||
"openLoanTab" : "Open loan tab",
|
||||
"openRightsTab" : "Open rights tab",
|
||||
"openNotesTab" : "Open notes tab",
|
||||
"openProvenanceTab" : "Open provenance tab",
|
||||
"openDataHistoryTab" : "Open data history tab",
|
||||
"openHandbook" : "Open museum-digital handbook",
|
||||
"addMuseum" : "Create a new museum",
|
||||
"addCollection" : "Create a new collection",
|
||||
"addSeries" : "Create a new series",
|
||||
"addLiteratureEntry" : "Create a new literature entry",
|
||||
"viewStatistics" : "View statistics",
|
||||
"goBackHistory" : "Go back in history",
|
||||
"navigateToFirstInput" : "Navigate to first input field",
|
||||
"logOut" : "Log out",
|
||||
"format" : "Format: "
|
||||
}}
|
Loading…
Reference in New Issue
Block a user