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": "K\u00e9p felt\u00f6lt\u00e9se",
"delete_image": "T\u00f6rl\u00e9s",
"start_time_hour": "\u00d3ra",
"start_time_min": "Perc"
"start_time_min": "Perc",
"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": "Adatkezel\u00e9si szab\u00e1lyzat",
"appointments_input": "Esem\u00e9ny hozz\u00e1ad\u00e1sa",
"appointments": "Esem\u00e9nyek",
"appointments_choose": "Esem\u00e9ny kiv\u00e1laszt\u00e1sa"
"appointments_choose": "Esem\u00e9ny kiv\u00e1laszt\u00e1sa",
"link_no_url": "The link you provided is no valid URL."
}
}

View File

@ -19,7 +19,7 @@
"make_public": "Ki\u00e1ll\u00edt\u00e1s publik\u00e1l\u00e1sa",
"make_hidden": "Ki\u00e1ll\u00edt\u00e1s elrejt\u00e9se",
"uploaded_poster": "Ki\u00e1ll\u00edt\u00e1shoz tartoz\u00f3 k\u00e9p felt\u00f6ltve",
"select_exhibition": "Ki\u00e1l\u00edt\u00e1s kiv\u00e1laszt\u00e1sa",
"select_exhibition": "Ki\u00e1ll\u00edt\u00e1s kiv\u00e1laszt\u00e1sa",
"exhibition_belongs": "A k\u00f6vetkez\u0151 partnerint\u00e9zm\u00e9ny ki\u00e1ll\u00edt\u00e1sa:",
"upload_image_pdf": "K\u00e9p vagy PDF felt\u00f6lt\u00e9se",
"delete_image_pdf": "T\u00f6rl\u00e9s",
@ -28,6 +28,9 @@
"exhibitions_list_empty": "A ki\u00e1ll\u00edt\u00e1sokat tartalmaz\u00f3 lista jelenleg \u00fcres. Kezdje \u00d6n \u00e9s hozzon l\u00e9tre egy ki\u00e1ll\u00edt\u00e1st!",
"remove_obj": "Link t\u00f6rl\u00e9se",
"options": "Opci\u00f3k",
"description_too_short": "A le\u00edr\u00e1s t\u00fal r\u00f6vid (minimum 25 karakter)"
"description_too_short": "A le\u00edr\u00e1s t\u00fal r\u00f6vid (minimum 25 karakter)",
"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": "Ezen az oldalon l\u00e9trehozhat egy \u00faj authentication token-t.. Ezt az oldalt a k\u00e9s\u0151bbiekben m\u00e1r nem \u00e9rheti el, ez\u00e9rt a l\u00e9trehozott authentication token-t mentse el. ",
"confirm": "Meger\u0151s\u00edt\u00e9s",
"auth_token_generated": "A l\u00e9trehozott authentication token",
"auth_token_is": "Az \u00faj authentication token a k\u00f6vetkez\u0151:"
"auth_token_is": "Az \u00faj authentication token a k\u00f6vetkez\u0151:",
"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/hu/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."
}
}