diff --git a/followthemoney/translations/ar/LC_MESSAGES/followthemoney.mo b/followthemoney/translations/ar/LC_MESSAGES/followthemoney.mo index fc04aa850..b08b11b7d 100644 Binary files a/followthemoney/translations/ar/LC_MESSAGES/followthemoney.mo and b/followthemoney/translations/ar/LC_MESSAGES/followthemoney.mo differ diff --git a/followthemoney/translations/bs/LC_MESSAGES/followthemoney.mo b/followthemoney/translations/bs/LC_MESSAGES/followthemoney.mo index 046bde0d2..60c4976d6 100644 Binary files a/followthemoney/translations/bs/LC_MESSAGES/followthemoney.mo and b/followthemoney/translations/bs/LC_MESSAGES/followthemoney.mo differ diff --git a/followthemoney/translations/de/LC_MESSAGES/followthemoney.mo b/followthemoney/translations/de/LC_MESSAGES/followthemoney.mo index cc25e5849..861d9cfc8 100644 Binary files a/followthemoney/translations/de/LC_MESSAGES/followthemoney.mo and b/followthemoney/translations/de/LC_MESSAGES/followthemoney.mo differ diff --git a/followthemoney/translations/es/LC_MESSAGES/followthemoney.mo b/followthemoney/translations/es/LC_MESSAGES/followthemoney.mo index c08627054..0a96d9470 100644 Binary files a/followthemoney/translations/es/LC_MESSAGES/followthemoney.mo and b/followthemoney/translations/es/LC_MESSAGES/followthemoney.mo differ diff --git a/followthemoney/translations/fr/LC_MESSAGES/followthemoney.mo b/followthemoney/translations/fr/LC_MESSAGES/followthemoney.mo index 3032f6199..ca3022e3d 100644 Binary files a/followthemoney/translations/fr/LC_MESSAGES/followthemoney.mo and b/followthemoney/translations/fr/LC_MESSAGES/followthemoney.mo differ diff --git a/followthemoney/translations/messages.pot b/followthemoney/translations/messages.pot index 6fc40d0cf..21febb6be 100644 --- a/followthemoney/translations/messages.pot +++ b/followthemoney/translations/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-06-23 10:41+0200\n" +"POT-Creation-Date: 2023-06-27 15:36+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,11 +17,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.12.1\n" -#: followthemoney/property.py:166 +#: followthemoney/property.py:165 msgid "Property cannot be written" msgstr "" -#: followthemoney/property.py:169 +#: followthemoney/property.py:168 msgid "Invalid value" msgstr "" @@ -39,11 +39,11 @@ msgstr "" msgid "Stub property (%s): %s" msgstr "" -#: followthemoney/schema.py:373 +#: followthemoney/schema.py:377 msgid "Required" msgstr "" -#: followthemoney/schema.py:377 +#: followthemoney/schema.py:381 msgid "Entity validation failed" msgstr "" @@ -1570,11 +1570,21 @@ msgstr "" #. Document.properties.processingAgent.label #: followthemoney/schema/Document.yaml +msgid "Processing agent" +msgstr "" + +#. Document.properties.processingAgent.description +#: followthemoney/schema/Document.yaml msgid "Name and version of the processing agent used to process the Document" msgstr "" #. Document.properties.processedAt.label #: followthemoney/schema/Document.yaml +msgid "Processed at" +msgstr "" + +#. Document.properties.processedAt.description +#: followthemoney/schema/Document.yaml msgid "Date and time of the most recent ingestion of the Document" msgstr "" @@ -3701,6 +3711,11 @@ msgstr "" msgid "Registration Date" msgstr "" +#. Vehicle.properties.deregistrationDate.label +#: followthemoney/schema/Vehicle.yaml +msgid "De-registration Date" +msgstr "" + #. Vessel.label #: followthemoney/schema/Vessel.yaml msgid "Vessel" diff --git a/followthemoney/translations/nb/LC_MESSAGES/followthemoney.mo b/followthemoney/translations/nb/LC_MESSAGES/followthemoney.mo index 314f5490c..1e122a6e5 100644 Binary files a/followthemoney/translations/nb/LC_MESSAGES/followthemoney.mo and b/followthemoney/translations/nb/LC_MESSAGES/followthemoney.mo differ diff --git a/followthemoney/translations/nl/LC_MESSAGES/followthemoney.mo b/followthemoney/translations/nl/LC_MESSAGES/followthemoney.mo index bf2c10c36..68736412d 100644 Binary files a/followthemoney/translations/nl/LC_MESSAGES/followthemoney.mo and b/followthemoney/translations/nl/LC_MESSAGES/followthemoney.mo differ diff --git a/followthemoney/translations/pt_BR/LC_MESSAGES/followthemoney.mo b/followthemoney/translations/pt_BR/LC_MESSAGES/followthemoney.mo index d813a5e32..35823b28c 100644 Binary files a/followthemoney/translations/pt_BR/LC_MESSAGES/followthemoney.mo and b/followthemoney/translations/pt_BR/LC_MESSAGES/followthemoney.mo differ diff --git a/followthemoney/translations/ru/LC_MESSAGES/followthemoney.mo b/followthemoney/translations/ru/LC_MESSAGES/followthemoney.mo index c92292877..7f860e90f 100644 Binary files a/followthemoney/translations/ru/LC_MESSAGES/followthemoney.mo and b/followthemoney/translations/ru/LC_MESSAGES/followthemoney.mo differ diff --git a/followthemoney/translations/tr/LC_MESSAGES/followthemoney.mo b/followthemoney/translations/tr/LC_MESSAGES/followthemoney.mo index 0b807f157..1d8375129 100644 Binary files a/followthemoney/translations/tr/LC_MESSAGES/followthemoney.mo and b/followthemoney/translations/tr/LC_MESSAGES/followthemoney.mo differ diff --git a/js/src/defaultModel.json b/js/src/defaultModel.json index b05619719..7fb4916c3 100644 --- a/js/src/defaultModel.json +++ b/js/src/defaultModel.json @@ -1933,14 +1933,16 @@ "type": "entity" }, "processedAt": { + "description": "Date and time of the most recent ingestion of the Document", "hidden": true, - "label": "Date and time of the most recent ingestion of the Document", + "label": "Processed at", "name": "processedAt", "qname": "Document:processedAt", "type": "date" }, "processingAgent": { - "label": "Name and version of the processing agent used to process the Document", + "description": "Name and version of the processing agent used to process the Document", + "label": "Processing agent", "name": "processingAgent", "qname": "Document:processingAgent", "type": "string" @@ -5946,6 +5948,13 @@ "stub": true, "type": "entity" }, + "deregistrationDate": { + "label": "De-registration Date", + "matchable": true, + "name": "deregistrationDate", + "qname": "Vehicle:deregistrationDate", + "type": "date" + }, "model": { "label": "Model", "name": "model", @@ -6008,7 +6017,9 @@ "Vehicle" ], "temporalExtent": { - "end": [], + "end": [ + "deregistrationDate" + ], "start": [ "buildDate", "registrationDate"