Add new translation variables for title tags in musdb
This commit is contained in:
@ -1,13 +1,16 @@
|
||||
{
|
||||
"csvxml_overview": {
|
||||
"upload": "Hochladen",
|
||||
"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",
|
||||
"select_csv_file_for_upload": "Bitte w\u00e4hlen Sie eine <abbr title=\"Comma-separated values\">CSV<\/abbr> Datei als Basis zum Erstellen von <abbr title=\"Extensible Markup Language\">XML<\/abbr> Dateien",
|
||||
"currently_approved_tags": "Derzeit zum Import verf\u00fcgbare Tags \/ Felder",
|
||||
"object_base_data": "Objekt-Basisdaten",
|
||||
"download_csv_all": "<abbr title=\"Comma-separated values\">CSV<\/abbr>-Vorlage mit allen Feldern runterladen",
|
||||
"download_csv_by_selection": "<abbr title=\"Comma-separated values\">CSV<\/abbr>-Vorlage auf Basis der Auswahl herunterladen",
|
||||
"select_required_fields": "Pflichtfelder ausw\u00e4hlen",
|
||||
"select_all_fields": "Alle Felder ausw\u00e4hlen",
|
||||
"unset_selection": "Auswahl entfernen"
|
||||
"unset_selection": "Auswahl entfernen",
|
||||
"certainty": "Sicher \/ Unsicher",
|
||||
"image_filename": "Bilddateiname",
|
||||
"file_format": "Dateiformat"
|
||||
}
|
||||
}
|
@ -8,6 +8,9 @@
|
||||
"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"
|
||||
"unset_selection": "Unset selection",
|
||||
"certainty": "Certain \/ Uncertain",
|
||||
"image_filename": "Image file name",
|
||||
"file_format": "File format"
|
||||
}
|
||||
}
|
16
importer/hu/csvxml-overview.json
Normal file
16
importer/hu/csvxml-overview.json
Normal 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"
|
||||
}
|
||||
}
|
16
importer/hu/importer-success.json
Normal file
16
importer/hu/importer-success.json
Normal 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
23
importer/hu/importer.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user