Stand 2018-07-12.

This commit is contained in:
2018-07-14 17:54:20 +02:00
committed by Stefan Rohde-Enslin
parent c544270a6d
commit c476f99195
175 changed files with 1229 additions and 162 deletions

View File

@ -24,6 +24,9 @@
"upload_image": "Upload image",
"delete_image": "Delete",
"start_time_hour": "Hour",
"start_time_min": "Minute"
"start_time_min": "Minute",
"images": "Images",
"url": "URL",
"url_explica": "URL to another web page representing the appointment. Needs to be a valid URL - starting with http:\/\/ or https:\/\/."
}
}

View File

@ -78,6 +78,7 @@
"privacy_policy": "Privacy policy",
"appointments_input": "Add an appointment",
"appointments": "Appointments",
"appointments_choose": "Select an appointment"
"appointments_choose": "Select an appointment",
"link_no_url": "The link you provided is no valid URL."
}
}

View File

@ -28,6 +28,9 @@
"exhibitions_list_empty": "Your list of exhibitions is empty thus far. Add one.",
"remove_obj": "Unlink",
"options": "Options",
"description_too_short": "Description too short (should be min. 25 characters)"
"description_too_short": "Description too short (should be min. 25 characters)",
"url": "URL",
"url_explica": "URL to another web page representing the exhibition. Needs to be a valid URL - starting with http:\/\/ or https:\/\/.",
"upload_image": "Upload image"
}
}

View File

@ -63,6 +63,21 @@
"auth_token_explica": "Using this page, you can generate a new authentication token. You cannot access them through this page again afterwards, so make sure to copy and store the authentication token at a safe place",
"confirm": "Confirm",
"auth_token_generated": "Generated authentication token",
"auth_token_is": "Your new authentication token is"
"auth_token_is": "Your new authentication token is",
"password_too_short": "Password too short",
"password_equals_name": "Password equals username",
"mail_invitation": "Invitation to museum-digital:musdb",
"mail_invitation_contents": "You have just been invited editing on museum-digital:musdb. If you did not expect to get a mail such as this one, please just ignore the mail. If you do want to activate your account, please follow the link below, and set your password. By doing so, you accept our privacy policy.",
"invited": "Eingeladen: ",
"initialSettings": "Initial Settings: ",
"invitationLinkOutdated": "Your invitation token is older than a day. Your invitation was aborted. Please ask your grantor to invite you again.",
"successAddingAccount": "Success!",
"successAddingAccountMsg": "Your password was successfully set. You can continue by logging in",
"agreement": "Testtext zum Agreement",
"mail_deletion": "Confirm the deletion of your account",
"mail_deletion_contents": "Your account has been flagged for deletion. If you really want to delete your account at museum-digital, you can do so by clicking on the link below:",
"deletion_mail_sent": "A mail has been sent, asking for your confirmation for deleting your account",
"delete": "Delete",
"exportUserData": "Export own account data"
}
}

19
backend/it/works.json Normal file
View File

@ -0,0 +1,19 @@
{
"tlWorks": {
"record_edited": "The work entry has been updated",
"upload_image": "Uploaded image.",
"deleted_image": "The image has been deleted",
"work_deleted": "The work entry has been deleted",
"works_edit": "Edit a work",
"language": "Record language",
"language_explica": "Language of the record. Required.",
"title": "Title",
"title_explica": "The title of the work.",
"description": "Description",
"description_explica": "Description of the work.",
"recordKind": "Kind of work",
"kind_explica": "Type of the work.",
"material": "Material",
"material_explica": "The material, with which the work was created."
}
}