Skip to content
Snippets Groups Projects
Commit b5808ecb authored by anonymous's avatar anonymous
Browse files

ODPSH-127: rename to distributin an change schema

parent f26204eb
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -94,7 +94,7 @@ msgid "Enter data"
msgstr "Informationen eingeben"
msgid "Add dataset"
msgstr "Datensatz hinzufügen"
msgstr "Distribution hinzufügen"
msgid "next"
msgstr "weiter"
......@@ -115,10 +115,10 @@ msgid "Data-Upload"
msgstr "Daten-Upload"
msgid "Enter name of the dataset"
msgstr "Namen des Datensatzes eingeben"
msgstr "Namen der Distribution eingeben"
msgid "Enter description of the dataset"
msgstr "Beschreibung des Datensatzes eingeben"
msgstr "Beschreibung der Distribution eingeben"
msgid "back"
msgstr "zurück"
......@@ -130,7 +130,7 @@ msgid "Upload dataset"
msgstr "Hochladen"
msgid "another dataset"
msgstr "weiterer Datensatz"
msgstr "weiterere Distribution"
msgid "timerange"
msgstr "Zeitraum"
......
......@@ -180,9 +180,9 @@ class OdshPlugin(plugins.SingletonPlugin, DefaultTranslation, DefaultDatasetForm
# # toolkit.get_converter('not_empty'),
# toolkit.get_converter('odsh_convert_groups_string')] })
schema['resources'].update({
'url' : [ toolkit.get_converter('not_empty') ],
'description' : [ toolkit.get_converter('not_empty') ],
'name' : [ toolkit.get_converter('not_empty') ]
'url' : [ toolkit.get_converter('not_empty') ]
# 'description' : [ toolkit.get_converter('not_empty') ],
# 'name' : [ toolkit.get_converter('not_empty') ]
})
def create_package_schema(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment