Skip to content

Commit

Permalink
Update translations and default model
Browse files Browse the repository at this point in the history
  • Loading branch information
tillprochaska committed Jun 27, 2023
1 parent d82ba0d commit c34fffc
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 8 deletions.
Binary file modified followthemoney/translations/ar/LC_MESSAGES/followthemoney.mo
Binary file not shown.
Binary file modified followthemoney/translations/bs/LC_MESSAGES/followthemoney.mo
Binary file not shown.
Binary file modified followthemoney/translations/de/LC_MESSAGES/followthemoney.mo
Binary file not shown.
Binary file modified followthemoney/translations/es/LC_MESSAGES/followthemoney.mo
Binary file not shown.
Binary file modified followthemoney/translations/fr/LC_MESSAGES/followthemoney.mo
Binary file not shown.
25 changes: 20 additions & 5 deletions followthemoney/translations/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -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 ""

Expand All @@ -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 ""

Expand Down Expand Up @@ -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 ""

Expand Down Expand Up @@ -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"
Expand Down
Binary file modified followthemoney/translations/nb/LC_MESSAGES/followthemoney.mo
Binary file not shown.
Binary file modified followthemoney/translations/nl/LC_MESSAGES/followthemoney.mo
Binary file not shown.
Binary file modified followthemoney/translations/pt_BR/LC_MESSAGES/followthemoney.mo
Binary file not shown.
Binary file modified followthemoney/translations/ru/LC_MESSAGES/followthemoney.mo
Binary file not shown.
Binary file modified followthemoney/translations/tr/LC_MESSAGES/followthemoney.mo
Binary file not shown.
17 changes: 14 additions & 3 deletions js/src/defaultModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -6008,7 +6017,9 @@
"Vehicle"
],
"temporalExtent": {
"end": [],
"end": [
"deregistrationDate"
],
"start": [
"buildDate",
"registrationDate"
Expand Down

0 comments on commit c34fffc

Please sign in to comment.