LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
sampledb/__init__.py
sampledb/__main__.py
sampledb/config.py
sampledb/utils.py
sampledb/version.py
sampledb.egg-info/PKG-INFO
sampledb.egg-info/SOURCES.txt
sampledb.egg-info/dependency_links.txt
sampledb.egg-info/requires.txt
sampledb.egg-info/top_level.txt
sampledb/api/__init__.py
sampledb/api/server/__init__.py
sampledb/api/server/action_types.py
sampledb/api/server/actions.py
sampledb/api/server/authentication.py
sampledb/api/server/comments.py
sampledb/api/server/files.py
sampledb/api/server/instrument_log.py
sampledb/api/server/instruments.py
sampledb/api/server/locations.py
sampledb/api/server/object_permissions.py
sampledb/api/server/objects.py
sampledb/api/server/users.py
sampledb/frontend/__init__.py
sampledb/frontend/action_types.py
sampledb/frontend/actions.py
sampledb/frontend/authentication_forms.py
sampledb/frontend/dataverse_export.py
sampledb/frontend/errors.py
sampledb/frontend/export.py
sampledb/frontend/favicon.py
sampledb/frontend/index.py
sampledb/frontend/instruments.py
sampledb/frontend/labels.py
sampledb/frontend/locations.py
sampledb/frontend/markdown_images.py
sampledb/frontend/object_form_parser.py
sampledb/frontend/objects.py
sampledb/frontend/objects_forms.py
sampledb/frontend/pdfexport.py
sampledb/frontend/projects.py
sampledb/frontend/projects_forms.py
sampledb/frontend/status.py
sampledb/frontend/tags.py
sampledb/frontend/users_forms.py
sampledb/frontend/utils.py
sampledb/frontend/validators.py
sampledb/frontend/templates/action_types/action_type.html
sampledb/frontend/templates/action_types/action_type_form.html
sampledb/frontend/templates/action_types/action_types.html
sampledb/frontend/templates/actions/action.html
sampledb/frontend/templates/actions/action_form.html
sampledb/frontend/templates/actions/action_permissions.html
sampledb/frontend/templates/actions/actions.html
sampledb/frontend/templates/errors/400.html
sampledb/frontend/templates/errors/403.html
sampledb/frontend/templates/errors/404.html
sampledb/frontend/templates/errors/500.html
sampledb/frontend/templates/errors/dataverse_not_reachable.html
sampledb/frontend/templates/errors/user_is_readonly.html
sampledb/frontend/templates/groups/group.html
sampledb/frontend/templates/groups/groups.html
sampledb/frontend/templates/instruments/instrument.html
sampledb/frontend/templates/instruments/instrument_form.html
sampledb/frontend/templates/instruments/instrument_scientists.html
sampledb/frontend/templates/instruments/instruments.html
sampledb/frontend/templates/locations/location.html
sampledb/frontend/templates/locations/location_form.html
sampledb/frontend/templates/locations/locations.html
sampledb/frontend/templates/locations/locations_tree.html
sampledb/frontend/templates/mails/account_recovery.html
sampledb/frontend/templates/mails/account_recovery.txt
sampledb/frontend/templates/mails/base.html
sampledb/frontend/templates/mails/base.txt
sampledb/frontend/templates/mails/email_confirmation.html
sampledb/frontend/templates/mails/email_confirmation.txt
sampledb/frontend/templates/mails/user_invitation.html
sampledb/frontend/templates/mails/user_invitation.txt
sampledb/frontend/templates/mails/notifications/announcement.html
sampledb/frontend/templates/mails/notifications/announcement.txt
sampledb/frontend/templates/mails/notifications/assigned_as_responsible_user.html
sampledb/frontend/templates/mails/notifications/assigned_as_responsible_user.txt
sampledb/frontend/templates/mails/notifications/base.html
sampledb/frontend/templates/mails/notifications/base.txt
sampledb/frontend/templates/mails/notifications/instrument_log_entry_created.html
sampledb/frontend/templates/mails/notifications/instrument_log_entry_created.txt
sampledb/frontend/templates/mails/notifications/instrument_log_entry_edited.html
sampledb/frontend/templates/mails/notifications/instrument_log_entry_edited.txt
sampledb/frontend/templates/mails/notifications/invited_to_group.html
sampledb/frontend/templates/mails/notifications/invited_to_group.txt
sampledb/frontend/templates/mails/notifications/invited_to_project.html
sampledb/frontend/templates/mails/notifications/invited_to_project.txt
sampledb/frontend/templates/mails/notifications/other.html
sampledb/frontend/templates/mails/notifications/other.txt
sampledb/frontend/templates/mails/notifications/received_object_permissions_request.html
sampledb/frontend/templates/mails/notifications/received_object_permissions_request.txt
sampledb/frontend/templates/mails/notifications/referenced_by_object_metadata.html
sampledb/frontend/templates/mails/notifications/referenced_by_object_metadata.txt
sampledb/frontend/templates/objects/dataverse_export.html
sampledb/frontend/templates/objects/dataverse_export_already_exported.html
sampledb/frontend/templates/objects/dataverse_export_api_token.html
sampledb/frontend/templates/objects/object_permissions.html
sampledb/frontend/templates/objects/object_versions.html
sampledb/frontend/templates/objects/objects.html
sampledb/frontend/templates/objects/restore_object_version.html
sampledb/frontend/templates/objects/unauthorized.html
sampledb/frontend/templates/objects/forms/form_any.html
sampledb/frontend/templates/objects/forms/form_array.html
sampledb/frontend/templates/objects/forms/form_base.html
sampledb/frontend/templates/objects/forms/form_bool.html
sampledb/frontend/templates/objects/forms/form_create.html
sampledb/frontend/templates/objects/forms/form_datetime.html
sampledb/frontend/templates/objects/forms/form_edit.html
sampledb/frontend/templates/objects/forms/form_hazards.html
sampledb/frontend/templates/objects/forms/form_list_any.html
sampledb/frontend/templates/objects/forms/form_list_bool.html
sampledb/frontend/templates/objects/forms/form_list_datetime.html
sampledb/frontend/templates/objects/forms/form_list_measurement.html
sampledb/frontend/templates/objects/forms/form_list_object_reference.html
sampledb/frontend/templates/objects/forms/form_list_object_reference_base.html
sampledb/frontend/templates/objects/forms/form_list_plotly_chart.html
sampledb/frontend/templates/objects/forms/form_list_quantity.html
sampledb/frontend/templates/objects/forms/form_list_sample.html
sampledb/frontend/templates/objects/forms/form_list_select.html
sampledb/frontend/templates/objects/forms/form_list_text.html
sampledb/frontend/templates/objects/forms/form_list_user.html
sampledb/frontend/templates/objects/forms/form_measurement.html
sampledb/frontend/templates/objects/forms/form_object.html
sampledb/frontend/templates/objects/forms/form_object_reference.html
sampledb/frontend/templates/objects/forms/form_object_reference_base.html
sampledb/frontend/templates/objects/forms/form_plotly_chart.html
sampledb/frontend/templates/objects/forms/form_quantity.html
sampledb/frontend/templates/objects/forms/form_sample.html
sampledb/frontend/templates/objects/forms/form_select.html
sampledb/frontend/templates/objects/forms/form_table_any.html
sampledb/frontend/templates/objects/forms/form_table_bool.html
sampledb/frontend/templates/objects/forms/form_table_datetime.html
sampledb/frontend/templates/objects/forms/form_table_measurement.html
sampledb/frontend/templates/objects/forms/form_table_object_reference.html
sampledb/frontend/templates/objects/forms/form_table_object_reference_base.html
sampledb/frontend/templates/objects/forms/form_table_plotly_chart.html
sampledb/frontend/templates/objects/forms/form_table_quantity.html
sampledb/frontend/templates/objects/forms/form_table_sample.html
sampledb/frontend/templates/objects/forms/form_table_select.html
sampledb/frontend/templates/objects/forms/form_table_text.html
sampledb/frontend/templates/objects/forms/form_table_user.html
sampledb/frontend/templates/objects/forms/form_tags.html
sampledb/frontend/templates/objects/forms/form_text.html
sampledb/frontend/templates/objects/forms/form_user.html
sampledb/frontend/templates/objects/view/any.html
sampledb/frontend/templates/objects/view/array.html
sampledb/frontend/templates/objects/view/base.html
sampledb/frontend/templates/objects/view/bool.html
sampledb/frontend/templates/objects/view/datetime.html
sampledb/frontend/templates/objects/view/hazards.html
sampledb/frontend/templates/objects/view/list_any.html
sampledb/frontend/templates/objects/view/list_bool.html
sampledb/frontend/templates/objects/view/list_datetime.html
sampledb/frontend/templates/objects/view/list_measurement.html
sampledb/frontend/templates/objects/view/list_object_reference.html
sampledb/frontend/templates/objects/view/list_plotly_chart.html
sampledb/frontend/templates/objects/view/list_quantity.html
sampledb/frontend/templates/objects/view/list_sample.html
sampledb/frontend/templates/objects/view/list_text.html
sampledb/frontend/templates/objects/view/list_user.html
sampledb/frontend/templates/objects/view/measurement.html
sampledb/frontend/templates/objects/view/object.html
sampledb/frontend/templates/objects/view/object_reference.html
sampledb/frontend/templates/objects/view/plotly_chart.html
sampledb/frontend/templates/objects/view/quantity.html
sampledb/frontend/templates/objects/view/related_objects.html
sampledb/frontend/templates/objects/view/related_objects_tree_toggle.html
sampledb/frontend/templates/objects/view/sample.html
sampledb/frontend/templates/objects/view/select.html
sampledb/frontend/templates/objects/view/table_any.html
sampledb/frontend/templates/objects/view/table_bool.html
sampledb/frontend/templates/objects/view/table_datetime.html
sampledb/frontend/templates/objects/view/table_measurement.html
sampledb/frontend/templates/objects/view/table_object_reference.html
sampledb/frontend/templates/objects/view/table_plotly_chart.html
sampledb/frontend/templates/objects/view/table_quantity.html
sampledb/frontend/templates/objects/view/table_sample.html
sampledb/frontend/templates/objects/view/table_tags.html
sampledb/frontend/templates/objects/view/table_text.html
sampledb/frontend/templates/objects/view/table_user.html
sampledb/frontend/templates/objects/view/tags.html
sampledb/frontend/templates/objects/view/text.html
sampledb/frontend/templates/objects/view/user.html
sampledb/frontend/templates/pdfexport/any.html
sampledb/frontend/templates/pdfexport/array.html
sampledb/frontend/templates/pdfexport/bool.html
sampledb/frontend/templates/pdfexport/datetime.html
sampledb/frontend/templates/pdfexport/export.html
sampledb/frontend/templates/pdfexport/hazards.html
sampledb/frontend/templates/pdfexport/object.html
sampledb/frontend/templates/pdfexport/object_reference.html
sampledb/frontend/templates/pdfexport/plotly_chart.html
sampledb/frontend/templates/pdfexport/quantity.html
sampledb/frontend/templates/pdfexport/tags.html
sampledb/frontend/templates/pdfexport/text.html
sampledb/frontend/templates/pdfexport/user.html
sampledb/frontend/templates/projects/project.html
sampledb/frontend/templates/projects/project_permissions.html
sampledb/frontend/templates/projects/projects.html
sampledb/frontend/users/__init__.py
sampledb/frontend/users/activity.py
sampledb/frontend/users/api_log.py
sampledb/frontend/users/authentication.py
sampledb/frontend/users/create_other_user.py
sampledb/frontend/users/favorites.py
sampledb/frontend/users/forms.py
sampledb/frontend/users/groups.py
sampledb/frontend/users/invitation.py
sampledb/frontend/users/list.py
sampledb/frontend/users/notifications.py
sampledb/frontend/users/preferences.py
sampledb/frontend/users/profile.py
sampledb/logic/__init__.py
sampledb/logic/action_permissions.py
sampledb/logic/actions.py
sampledb/logic/api_log.py
sampledb/logic/authentication.py
sampledb/logic/comments.py
sampledb/logic/datatypes.py
sampledb/logic/dataverse_export.py
sampledb/logic/errors.py
sampledb/logic/export.py
sampledb/logic/favorites.py
sampledb/logic/files.py
sampledb/logic/groups.py
sampledb/logic/instrument_log_entries.py
sampledb/logic/instruments.py
sampledb/logic/ldap.py
sampledb/logic/locations.py
sampledb/logic/markdown_images.py
sampledb/logic/markdown_to_html.py
sampledb/logic/notebook_templates.py
sampledb/logic/notifications.py
sampledb/logic/object_log.py
sampledb/logic/object_permissions.py
sampledb/logic/object_relationships.py
sampledb/logic/object_search.py
sampledb/logic/object_search_parser.py
sampledb/logic/object_sorting.py
sampledb/logic/objects.py
sampledb/logic/projects.py
sampledb/logic/publications.py
sampledb/logic/rdf.py
sampledb/logic/security_tokens.py
sampledb/logic/settings.py
sampledb/logic/tags.py
sampledb/logic/unit_definitions.txt
sampledb/logic/units.py
sampledb/logic/user_log.py
sampledb/logic/users.py
sampledb/logic/utils.py
sampledb/logic/where_filters.py
sampledb/logic/schemas/__init__.py
sampledb/logic/schemas/convert_to_schema.py
sampledb/logic/schemas/generate_placeholder.py
sampledb/logic/schemas/utils.py
sampledb/logic/schemas/validate.py
sampledb/logic/schemas/validate_schema.py
sampledb/models/__init__.py
sampledb/models/action_permissions.py
sampledb/models/actions.py
sampledb/models/api_log.py
sampledb/models/authentication.py
sampledb/models/comments.py
sampledb/models/dataverse_export.py
sampledb/models/favorites.py
sampledb/models/file_log.py
sampledb/models/files.py
sampledb/models/groups.py
sampledb/models/instrument_log_entries.py
sampledb/models/instruments.py
sampledb/models/locations.py
sampledb/models/markdown_images.py
sampledb/models/markdown_to_html_cache.py
sampledb/models/notifications.py
sampledb/models/object_log.py
sampledb/models/object_permissions.py
sampledb/models/object_publications.py
sampledb/models/objects.py
sampledb/models/permissions.py
sampledb/models/projects.py
sampledb/models/settings.py
sampledb/models/tags.py
sampledb/models/user_log.py
sampledb/models/users.py
sampledb/models/versioned_json_object_tables.py
sampledb/models/migrations/__init__.py
sampledb/models/migrations/action_replace_type_with_type_id.py
sampledb/models/migrations/action_type_add_enable_project_link.py
sampledb/models/migrations/action_type_create_default_action_types.py
sampledb/models/migrations/actions_add_description_as_html.py
sampledb/models/migrations/actions_add_is_hidden.py
sampledb/models/migrations/actions_add_short_description.py
sampledb/models/migrations/actions_add_user_id.py
sampledb/models/migrations/actions_replace_description_as_html_with_description_is_markdown.py
sampledb/models/migrations/authentication_type_add_api_token.py
sampledb/models/migrations/create_migration_index.py
sampledb/models/migrations/create_user_object_permissions_by_all_view.py
sampledb/models/migrations/files_add_data.py
sampledb/models/migrations/instrument_log_entries_add_versioning.py
sampledb/models/migrations/instrument_log_entry_versions_add_content_is_markdown.py
sampledb/models/migrations/instruments_add_create_log_entry_default.py
sampledb/models/migrations/instruments_add_description_as_html.py
sampledb/models/migrations/instruments_add_is_hidden.py
sampledb/models/migrations/instruments_add_notes.py
sampledb/models/migrations/instruments_add_notes_as_html.py
sampledb/models/migrations/instruments_add_short_description.py
sampledb/models/migrations/instruments_add_users_can_create_log_entries.py
sampledb/models/migrations/instruments_add_users_can_view_log_entries.py
sampledb/models/migrations/instruments_replace_description_as_html_with_description_is_markdown.py
sampledb/models/migrations/instruments_replace_notes_as_html_with_notes_is_markdown.py
sampledb/models/migrations/markdown_to_html_cache_recreate.py
sampledb/models/migrations/notification_type_add_instrument_log_entry_created.py
sampledb/models/migrations/notification_type_add_instrument_log_entry_edited.py
sampledb/models/migrations/notification_type_add_referenced_by_object_metadata.py
sampledb/models/migrations/object_location_assignments_add_confirmed.py
sampledb/models/migrations/object_location_assignments_add_responsible_user_id.py
sampledb/models/migrations/object_log_entry_type_add_assign_location.py
sampledb/models/migrations/object_log_entry_type_add_link_project.py
sampledb/models/migrations/object_log_entry_type_add_link_publication.py
sampledb/models/migrations/object_log_entry_type_add_unlink_project.py
sampledb/models/migrations/object_log_entry_type_export_to_dataverse.py
sampledb/models/migrations/object_log_entry_type_reference_object_in_metadata.py
sampledb/models/migrations/public_actions_add_common_actions.py
sampledb/models/migrations/publications_add_object_name.py
sampledb/models/migrations/user_add_affiliation.py
sampledb/models/migrations/user_add_is_active.py
sampledb/models/migrations/user_add_is_hidden.py
sampledb/models/migrations/user_add_is_readonly.py
sampledb/models/migrations/user_add_orcid.py
sampledb/models/migrations/user_log_entry_type_add_assign_location.py
sampledb/models/migrations/user_log_entry_type_add_create_instrument_log_entry.py
sampledb/models/migrations/user_log_entry_type_add_create_location.py
sampledb/models/migrations/user_log_entry_type_add_link_publication.py
sampledb/models/migrations/user_log_entry_type_add_update_location.py
sampledb/models/migrations/utils.py
sampledb/scripts/__init__.py
sampledb/scripts/create_action.py
sampledb/scripts/create_instrument.py
sampledb/scripts/create_other_user.py
sampledb/scripts/export_action_schema.py
sampledb/scripts/list_actions.py
sampledb/scripts/list_instruments.py
sampledb/scripts/run.py
sampledb/scripts/send_announcement.py
sampledb/scripts/set_administrator.py
sampledb/scripts/set_up_demo.py
sampledb/scripts/set_user_hidden.py
sampledb/scripts/set_user_readonly.py
sampledb/scripts/update_action.py
sampledb/scripts/update_instrument.py
sampledb/scripts/update_instrument_responsible_users.py
sampledb/static/css/base.css
sampledb/static/css/bootstrap-datetimepicker.min.css
sampledb/static/css/bootstrap-select.css
sampledb/static/css/bootstrap-select.css.map
sampledb/static/css/bootstrap-select.min.css
sampledb/static/css/bootstrap-tagsinput.css
sampledb/static/css/bootstrap-theme.css
sampledb/static/css/bootstrap-theme.css.map
sampledb/static/css/bootstrap-theme.min.css
sampledb/static/css/bootstrap-theme.min.css.map
sampledb/static/css/bootstrap-toggle.min.css
sampledb/static/css/bootstrap-treeview.min.css
sampledb/static/css/bootstrap.css
sampledb/static/css/bootstrap.css.map
sampledb/static/css/bootstrap.min.css
sampledb/static/css/bootstrap.min.css.map
sampledb/static/css/font-awesome.css
sampledb/static/css/font-awesome.min.css
sampledb/static/css/inscrybmde.min.css
sampledb/static/css/pygments.css
sampledb/static/css/schema_editor.css
sampledb/static/fonts/FontAwesome.otf
sampledb/static/fonts/fontawesome-webfont.eot
sampledb/static/fonts/fontawesome-webfont.svg
sampledb/static/fonts/fontawesome-webfont.ttf
sampledb/static/fonts/fontawesome-webfont.woff
sampledb/static/fonts/fontawesome-webfont.woff2
sampledb/static/fonts/glyphicons-halflings-regular.eot
sampledb/static/fonts/glyphicons-halflings-regular.svg
sampledb/static/fonts/glyphicons-halflings-regular.ttf
sampledb/static/fonts/glyphicons-halflings-regular.woff
sampledb/static/fonts/glyphicons-halflings-regular.woff2
sampledb/static/img/apple-touch-icon.png
sampledb/static/img/dataverse-40.png
sampledb/static/img/favicon.ico
sampledb/static/img/ghs00.png
sampledb/static/img/ghs01.png
sampledb/static/img/ghs02.png
sampledb/static/img/ghs03.png
sampledb/static/img/ghs04.png
sampledb/static/img/ghs05.png
sampledb/static/img/ghs06.png
sampledb/static/img/ghs07.png
sampledb/static/img/ghs08.png
sampledb/static/img/ghs09.png
sampledb/static/img/jupyter-40.png
sampledb/static/img/orcid_16x16.png
sampledb/static/js/bootstrap-datetimepicker.min.js
sampledb/static/js/bootstrap-select.js
sampledb/static/js/bootstrap-select.js.map
sampledb/static/js/bootstrap-select.min.js
sampledb/static/js/bootstrap-tagsinput.min.js
sampledb/static/js/bootstrap-toggle.min.js
sampledb/static/js/bootstrap-treeview.min.js
sampledb/static/js/bootstrap.js
sampledb/static/js/bootstrap.min.js
sampledb/static/js/inscrybmde.min.js
sampledb/static/js/jquery-3.5.1.min.js
sampledb/static/js/js.cookie.js
sampledb/static/js/markdown_image_upload.js
sampledb/static/js/markdown_image_viewer.js
sampledb/static/js/moment-with-locales.js
sampledb/static/js/moment-with-locales.min.js
sampledb/static/js/plotly-latest.min.js
sampledb/static/js/sampledb-load-objects.js
sampledb/static/js/sampledb-toggle.js
sampledb/static/js/schema_editor.js
sampledb/static/js/typeahead.bundle.min.js
sampledb/static/js/i18n/defaults-ar_AR.js
sampledb/static/js/i18n/defaults-ar_AR.min.js
sampledb/static/js/i18n/defaults-bg_BG.js
sampledb/static/js/i18n/defaults-bg_BG.min.js
sampledb/static/js/i18n/defaults-cro_CRO.js
sampledb/static/js/i18n/defaults-cro_CRO.min.js
sampledb/static/js/i18n/defaults-cs_CZ.js
sampledb/static/js/i18n/defaults-cs_CZ.min.js
sampledb/static/js/i18n/defaults-da_DK.js
sampledb/static/js/i18n/defaults-da_DK.min.js
sampledb/static/js/i18n/defaults-de_DE.js
sampledb/static/js/i18n/defaults-de_DE.min.js
sampledb/static/js/i18n/defaults-en_US.js
sampledb/static/js/i18n/defaults-en_US.min.js
sampledb/static/js/i18n/defaults-es_CL.js
sampledb/static/js/i18n/defaults-es_CL.min.js
sampledb/static/js/i18n/defaults-es_ES.js
sampledb/static/js/i18n/defaults-es_ES.min.js
sampledb/static/js/i18n/defaults-eu.js
sampledb/static/js/i18n/defaults-eu.min.js
sampledb/static/js/i18n/defaults-fa_IR.js
sampledb/static/js/i18n/defaults-fa_IR.min.js
sampledb/static/js/i18n/defaults-fi_FI.js
sampledb/static/js/i18n/defaults-fi_FI.min.js
sampledb/static/js/i18n/defaults-fr_FR.js
sampledb/static/js/i18n/defaults-fr_FR.min.js
sampledb/static/js/i18n/defaults-hu_HU.js
sampledb/static/js/i18n/defaults-hu_HU.min.js
sampledb/static/js/i18n/defaults-id_ID.js
sampledb/static/js/i18n/defaults-id_ID.min.js
sampledb/static/js/i18n/defaults-it_IT.js
sampledb/static/js/i18n/defaults-it_IT.min.js
sampledb/static/js/i18n/defaults-ko_KR.js
sampledb/static/js/i18n/defaults-ko_KR.min.js
sampledb/static/js/i18n/defaults-lt_LT.js
sampledb/static/js/i18n/defaults-lt_LT.min.js
sampledb/static/js/i18n/defaults-nb_NO.js
sampledb/static/js/i18n/defaults-nb_NO.min.js
sampledb/static/js/i18n/defaults-nl_NL.js
sampledb/static/js/i18n/defaults-nl_NL.min.js
sampledb/static/js/i18n/defaults-pl_PL.js
sampledb/static/js/i18n/defaults-pl_PL.min.js
sampledb/static/js/i18n/defaults-pt_BR.js
sampledb/static/js/i18n/defaults-pt_BR.min.js
sampledb/static/js/i18n/defaults-pt_PT.js
sampledb/static/js/i18n/defaults-pt_PT.min.js
sampledb/static/js/i18n/defaults-ro_RO.js
sampledb/static/js/i18n/defaults-ro_RO.min.js
sampledb/static/js/i18n/defaults-ru_RU.js
sampledb/static/js/i18n/defaults-ru_RU.min.js
sampledb/static/js/i18n/defaults-sk_SK.js
sampledb/static/js/i18n/defaults-sk_SK.min.js
sampledb/static/js/i18n/defaults-sl_SI.js
sampledb/static/js/i18n/defaults-sl_SI.min.js
sampledb/static/js/i18n/defaults-sv_SE.js
sampledb/static/js/i18n/defaults-sv_SE.min.js
sampledb/static/js/i18n/defaults-tr_TR.js
sampledb/static/js/i18n/defaults-tr_TR.min.js
sampledb/static/js/i18n/defaults-ua_UA.js
sampledb/static/js/i18n/defaults-ua_UA.min.js
sampledb/static/js/i18n/defaults-zh_CN.js
sampledb/static/js/i18n/defaults-zh_CN.min.js
sampledb/static/js/i18n/defaults-zh_TW.js
sampledb/static/js/i18n/defaults-zh_TW.min.js