From 0407ed798696540a8d1981203f6e4248510fe718 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 3 Mar 2025 23:23:50 +0000 Subject: [PATCH] Approval in webdav-uploader --- webdav-uploader/de/webdav_uploader.json | 29 +++++++++++++++++++++++++ webdav-uploader/en/webdav_uploader.json | 29 +++++++++++++++++++++++++ webdav-uploader/hu/webdav_uploader.json | 29 +++++++++++++++++++++++++ webdav-uploader/ru/webdav_uploader.json | 29 +++++++++++++++++++++++++ webdav-uploader/uk/webdav_uploader.json | 29 +++++++++++++++++++++++++ 5 files changed, 145 insertions(+) create mode 100644 webdav-uploader/de/webdav_uploader.json create mode 100644 webdav-uploader/en/webdav_uploader.json create mode 100644 webdav-uploader/hu/webdav_uploader.json create mode 100644 webdav-uploader/ru/webdav_uploader.json create mode 100644 webdav-uploader/uk/webdav_uploader.json diff --git a/webdav-uploader/de/webdav_uploader.json b/webdav-uploader/de/webdav_uploader.json new file mode 100644 index 00000000..23144ede --- /dev/null +++ b/webdav-uploader/de/webdav_uploader.json @@ -0,0 +1,29 @@ +{ + "webdav_uploader": { + "settings": "Einstellungen", + "instance_link": "Instanz: URL", + "instance_link_explica": "Ein Link zur regionalen Instanz von museum-digital, in die Sie hochladen und importieren m\u00f6chten. Sie k\u00f6nnen hier z.B. einfach den Link zu musdb einf\u00fcgen.", + "username": "Benutzername", + "username_explica": "Der Benutzername, wie Sie ihn auch f\u00fcr das Login zu musdb verwenden, wird ebenfalls zum Importieren genutzt.", + "mail": "E-Mail", + "mail_explica": "Ihre E-Mail-Adresse, in genau derselben Schreibweise, wie Sie in musdb f\u00fcr Ihr Benutzerkonto eingetragen ist.", + "institution_id": "Institutions-ID", + "institution_id_explica": "ID der Institution, f\u00fcr die Sie importieren m\u00f6chten. Sie k\u00f6nnen die ID gro\u00df oben links in der Seitenspalte der Institutions-Bearbeitungsseite in musdb einsehen.", + "token": "Token", + "token_explica": "Authentifizierungstoken f\u00fcr den Aufbau einer Verbindung per WebDAV. Dieser wird analog zu einem Passwort verwendet und kann auf der Seite \"Pers\u00f6nliche Einstellungen\" generiert werden (Reiter: WebDAV).", + "parser": "Parser", + "parser_explica": "Hier k\u00f6nnen Sie den Parser - also die spezifische Importroutine, den Sie verwenden wollen - ausw\u00e4hlen. Normalerweise entspricht dieser dem Format, in dem ihre Daten vorliegen (wurde etwa aus einem lokalen Programm LIDO exportiert, muss hier \"Lido\" ausgew\u00e4hlt werden).", + "upload_directory": "Upload-Ordner", + "upload_directory_explica": "Geben Sie hier den gesamten Pfad zu einem Ordner hoch, der vom vorliegenden Programm als Quelle genutzt werden kann. Stellen Sie vorher sicher, dass keine unerw\u00fcnschten Dateien im Ordner sind!\r\nAlle theoretisch importierbaren Dateien im Ordner werden f\u00fcr den Import hochgeladen und dann gel\u00f6scht!", + "publish_immediately": "Sofort ver\u00f6ffentlichen?", + "publish_immediately_explica": "Ist diese Einstellung aktiviert, dann werden die Objekte - soweit sie den Vorgaben von museum-digital gem\u00e4\u00df gut genug erfasst sind - beim importieren automatisch ver\u00f6ffentlicht.", + "additional_settings": "Weitere, parser-spezifische Einstellungen", + "add_settings_key": "Schl\u00fcssel: Was soll eingestellt werden?", + "add_settings_value": "Wert: Worauf soll es eingestellt werden?", + "save_update": "Einstellungen speichern \/ \u00e4ndern", + "uploadable_files": "Heraufladbare Dateien", + "metadata_files": "Metadaten-Dateien", + "media_files": "Mediendateien", + "upload": "Upload" + } +} \ No newline at end of file diff --git a/webdav-uploader/en/webdav_uploader.json b/webdav-uploader/en/webdav_uploader.json new file mode 100644 index 00000000..7cd2e57f --- /dev/null +++ b/webdav-uploader/en/webdav_uploader.json @@ -0,0 +1,29 @@ +{ + "webdav_uploader": { + "settings": "Settings", + "instance_link": "Instance link", + "instance_link_explica": "A link to the regional instance of museum-digital you would like to upload and import to. Go to musdb and copy and paste its URL.", + "username": "User name", + "username_explica": "The user name you use to log in to musdb is also used for importing.", + "mail": "Mail", + "mail_explica": "Enter the mail address you also entered for your user account. Please mind that it needs to be spelled exactly the same way as it is in musdb (e.g. in terms of capitalization).", + "institution_id": "Institution ID", + "institution_id_explica": "The ID of the institution you want to import to. You can find the ID on the institution editing page in musdb at the top left, or in the URL of institution-centered pages.", + "token": "Token", + "token_explica": "WebDAV authentication token. This is used instead of a password for logging in to the WebDAV share. You can generate a new WebDAV authentication token for your account on the personal settings page of musdb.", + "parser": "Parser", + "parser_explica": "Here you can select the parser, the specific import routine, you want to run to import your data. Usually, the parser corresponds to the format you exported your data to.", + "upload_directory": "Upload directory", + "upload_directory_explica": "Please enter the full path of a directory that you would like to store import data in. Please note that this directory should otherwise be empty. Any importable files in the directory will be uploaded and then deleted (!!!).", + "publish_immediately": "Publish immediately?", + "publish_immediately_explica": "If this setting is activated, objects will be immediately published upon their successful import. Please note, that the requirements of museum-digital for publishing object data still apply. Thus, objects with a description of less than 25 characters will still *not* be published, even with this setting.", + "additional_settings": "Additional settings", + "add_settings_key": "Key (which setting to manipulate?)", + "add_settings_value": "Value (what to set it to?)", + "save_update": "Save \/ update settings", + "uploadable_files": "Uploadable files", + "metadata_files": "Metadata files", + "media_files": "Media files", + "upload": "Upload" + } +} \ No newline at end of file diff --git a/webdav-uploader/hu/webdav_uploader.json b/webdav-uploader/hu/webdav_uploader.json new file mode 100644 index 00000000..7cd2e57f --- /dev/null +++ b/webdav-uploader/hu/webdav_uploader.json @@ -0,0 +1,29 @@ +{ + "webdav_uploader": { + "settings": "Settings", + "instance_link": "Instance link", + "instance_link_explica": "A link to the regional instance of museum-digital you would like to upload and import to. Go to musdb and copy and paste its URL.", + "username": "User name", + "username_explica": "The user name you use to log in to musdb is also used for importing.", + "mail": "Mail", + "mail_explica": "Enter the mail address you also entered for your user account. Please mind that it needs to be spelled exactly the same way as it is in musdb (e.g. in terms of capitalization).", + "institution_id": "Institution ID", + "institution_id_explica": "The ID of the institution you want to import to. You can find the ID on the institution editing page in musdb at the top left, or in the URL of institution-centered pages.", + "token": "Token", + "token_explica": "WebDAV authentication token. This is used instead of a password for logging in to the WebDAV share. You can generate a new WebDAV authentication token for your account on the personal settings page of musdb.", + "parser": "Parser", + "parser_explica": "Here you can select the parser, the specific import routine, you want to run to import your data. Usually, the parser corresponds to the format you exported your data to.", + "upload_directory": "Upload directory", + "upload_directory_explica": "Please enter the full path of a directory that you would like to store import data in. Please note that this directory should otherwise be empty. Any importable files in the directory will be uploaded and then deleted (!!!).", + "publish_immediately": "Publish immediately?", + "publish_immediately_explica": "If this setting is activated, objects will be immediately published upon their successful import. Please note, that the requirements of museum-digital for publishing object data still apply. Thus, objects with a description of less than 25 characters will still *not* be published, even with this setting.", + "additional_settings": "Additional settings", + "add_settings_key": "Key (which setting to manipulate?)", + "add_settings_value": "Value (what to set it to?)", + "save_update": "Save \/ update settings", + "uploadable_files": "Uploadable files", + "metadata_files": "Metadata files", + "media_files": "Media files", + "upload": "Upload" + } +} \ No newline at end of file diff --git a/webdav-uploader/ru/webdav_uploader.json b/webdav-uploader/ru/webdav_uploader.json new file mode 100644 index 00000000..7cd2e57f --- /dev/null +++ b/webdav-uploader/ru/webdav_uploader.json @@ -0,0 +1,29 @@ +{ + "webdav_uploader": { + "settings": "Settings", + "instance_link": "Instance link", + "instance_link_explica": "A link to the regional instance of museum-digital you would like to upload and import to. Go to musdb and copy and paste its URL.", + "username": "User name", + "username_explica": "The user name you use to log in to musdb is also used for importing.", + "mail": "Mail", + "mail_explica": "Enter the mail address you also entered for your user account. Please mind that it needs to be spelled exactly the same way as it is in musdb (e.g. in terms of capitalization).", + "institution_id": "Institution ID", + "institution_id_explica": "The ID of the institution you want to import to. You can find the ID on the institution editing page in musdb at the top left, or in the URL of institution-centered pages.", + "token": "Token", + "token_explica": "WebDAV authentication token. This is used instead of a password for logging in to the WebDAV share. You can generate a new WebDAV authentication token for your account on the personal settings page of musdb.", + "parser": "Parser", + "parser_explica": "Here you can select the parser, the specific import routine, you want to run to import your data. Usually, the parser corresponds to the format you exported your data to.", + "upload_directory": "Upload directory", + "upload_directory_explica": "Please enter the full path of a directory that you would like to store import data in. Please note that this directory should otherwise be empty. Any importable files in the directory will be uploaded and then deleted (!!!).", + "publish_immediately": "Publish immediately?", + "publish_immediately_explica": "If this setting is activated, objects will be immediately published upon their successful import. Please note, that the requirements of museum-digital for publishing object data still apply. Thus, objects with a description of less than 25 characters will still *not* be published, even with this setting.", + "additional_settings": "Additional settings", + "add_settings_key": "Key (which setting to manipulate?)", + "add_settings_value": "Value (what to set it to?)", + "save_update": "Save \/ update settings", + "uploadable_files": "Uploadable files", + "metadata_files": "Metadata files", + "media_files": "Media files", + "upload": "Upload" + } +} \ No newline at end of file diff --git a/webdav-uploader/uk/webdav_uploader.json b/webdav-uploader/uk/webdav_uploader.json new file mode 100644 index 00000000..7cd2e57f --- /dev/null +++ b/webdav-uploader/uk/webdav_uploader.json @@ -0,0 +1,29 @@ +{ + "webdav_uploader": { + "settings": "Settings", + "instance_link": "Instance link", + "instance_link_explica": "A link to the regional instance of museum-digital you would like to upload and import to. Go to musdb and copy and paste its URL.", + "username": "User name", + "username_explica": "The user name you use to log in to musdb is also used for importing.", + "mail": "Mail", + "mail_explica": "Enter the mail address you also entered for your user account. Please mind that it needs to be spelled exactly the same way as it is in musdb (e.g. in terms of capitalization).", + "institution_id": "Institution ID", + "institution_id_explica": "The ID of the institution you want to import to. You can find the ID on the institution editing page in musdb at the top left, or in the URL of institution-centered pages.", + "token": "Token", + "token_explica": "WebDAV authentication token. This is used instead of a password for logging in to the WebDAV share. You can generate a new WebDAV authentication token for your account on the personal settings page of musdb.", + "parser": "Parser", + "parser_explica": "Here you can select the parser, the specific import routine, you want to run to import your data. Usually, the parser corresponds to the format you exported your data to.", + "upload_directory": "Upload directory", + "upload_directory_explica": "Please enter the full path of a directory that you would like to store import data in. Please note that this directory should otherwise be empty. Any importable files in the directory will be uploaded and then deleted (!!!).", + "publish_immediately": "Publish immediately?", + "publish_immediately_explica": "If this setting is activated, objects will be immediately published upon their successful import. Please note, that the requirements of museum-digital for publishing object data still apply. Thus, objects with a description of less than 25 characters will still *not* be published, even with this setting.", + "additional_settings": "Additional settings", + "add_settings_key": "Key (which setting to manipulate?)", + "add_settings_value": "Value (what to set it to?)", + "save_update": "Save \/ update settings", + "uploadable_files": "Uploadable files", + "metadata_files": "Metadata files", + "media_files": "Media files", + "upload": "Upload" + } +} \ No newline at end of file