Approval in importer

This commit is contained in:
Joshua Ramon Enslin 2024-03-25 14:52:17 +00:00 committed by md translation bot
parent 9890f4e5fb
commit ec2d895b1a
2 changed files with 39 additions and 0 deletions

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/ro/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"
}
}