Add new translation variables for title tags in musdb

This commit is contained in:
2019-09-01 23:45:48 +02:00
committed by Stefan Rohde-Enslin
parent ec0abd2cc4
commit b0f801e9c8
19 changed files with 190 additions and 17 deletions

View File

@ -0,0 +1,16 @@
{
"csvxml_overview": {
"upload": "Upload",
"select_csv_file_for_upload": "Please select a <abbr title=\"Comma-separated values\">CSV<\/abbr> file to create <abbr title=\"Extensible Markup Language\">XML<\/abbr> files",
"currently_approved_tags": "Currently approved tags (column names) for md:import",
"object_base_data": "Basic Object Fields",
"download_csv_all": "Download <abbr title=\"Comma-separated values\">CSV<\/abbr> template with all fields",
"download_csv_by_selection": "Download <abbr title=\"Comma-separated values\">CSV<\/abbr> template based on selection",
"select_required_fields": "Select required fields",
"select_all_fields": "Select all fields",
"unset_selection": "Unset selection",
"certainty": "Certain \/ Uncertain",
"image_filename": "Image file name",
"file_format": "File format"
}
}

View File

@ -0,0 +1,16 @@
{
"tlImporterSuccess": {
"Success": "Success!",
"warnings": "Warnings",
"general": "General",
"download_as_csv": "Download as <abbr title=\"Comma-Separated Values\">CSV<\/abbr>",
"norm_data": "Norm Data",
"too_short": "The text field's entry is too short",
"context": "Context",
"Message": "Message",
"Context": "Context",
"Entity Name": "Entity Name",
"Additional Note": "Additional Note",
"ID in Context": "Entry ID"
}
}

23
importer/hu/importer.json Normal file
View File

@ -0,0 +1,23 @@
{
"tlImporter": {
"select_instance": "Please select the instance of museum-digital to import into",
"username_password": "Username \/ Password",
"username": "Username",
"password": "Password",
"authenticate": "Authenticate",
"select_institution": "Select the institution to import into ...",
"select_collection": "Import all objects into a selected collection?",
"select_module": "Select the import module to use ...",
"by": "By",
"see": "See",
"select_data_folder": "Select the folder for linked resources (not thumbnails) ...",
"select_import_to_do": "Select the import to run ...",
"select_visibility": "Import directly to public status?",
"import_to_public": "Import to public status",
"import_to_not_public": "Import to hidden status",
"submit": "Submit",
"no_of_files": "Anzahl Dateien: ",
"no_images_ignore": "No images \/ ignore images",
"from_file": "From file"
}
}