Move translations to a single file
continuous-integration/drone/push Build is passing Details

master
Joshua Rubingh 1 year ago
parent 52866f1608
commit d1bb83ee22

@ -145,6 +145,8 @@ DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
LANGUAGE_CODE = 'en-us'
LOCALE_PATHS = [f'{BASE_DIR / "locale"}']
TIME_ZONE = config('TIME_ZONE', default='UTC')
USE_I18N = True

@ -1,75 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-28 12:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps/api/apps.py:12
msgid "API"
msgstr ""
#: apps/api/apps.py:13
msgid "APIs"
msgstr ""
#: apps/api/models.py:46
msgid "token"
msgstr ""
#: apps/api/models.py:47
msgid "tokens"
msgstr ""
#: apps/api/models.py:49
msgid "Select the user for this token"
msgstr ""
#: apps/api/models.py:50
msgid "Key"
msgstr ""
#: apps/api/models.py:50
msgid "The key for this token. This is used for Hawk verification."
msgstr ""
#: apps/api/models.py:51
msgid "Secret"
msgstr ""
#: apps/api/models.py:51
msgid "The secret for this token. This is used for Hawk signing."
msgstr ""
#: apps/api/models.py:52
msgid "Last access"
msgstr ""
#: apps/api/models.py:52
msgid "The date and time when this token is last used."
msgstr ""
#: apps/api/models.py:67
msgid "Super token"
msgstr ""
#: apps/api/serializers.py:14
msgid "Your username to login"
msgstr ""
#: apps/api/serializers.py:15
msgid "Your password to login"
msgstr ""

@ -1,75 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-28 12:04+0000\n"
"PO-Revision-Date: 2020-05-27 16:25+0200\n"
"Last-Translator: Joshua Rubingh <j.g.rubingh@rug.nl>\n"
"Language-Team: \n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.0.6\n"
#: apps/api/apps.py:12
msgid "API"
msgstr "API"
#: apps/api/apps.py:13
msgid "APIs"
msgstr "APIs"
#: apps/api/models.py:46
msgid "token"
msgstr ""
#: apps/api/models.py:47
msgid "tokens"
msgstr ""
#: apps/api/models.py:49
msgid "Select the user for this token"
msgstr ""
#: apps/api/models.py:50
msgid "Key"
msgstr ""
#: apps/api/models.py:50
msgid "The key for this token. This is used for Hawk verification."
msgstr ""
#: apps/api/models.py:51
msgid "Secret"
msgstr ""
#: apps/api/models.py:51
msgid "The secret for this token. This is used for Hawk signing."
msgstr ""
#: apps/api/models.py:52
msgid "Last access"
msgstr ""
#: apps/api/models.py:52
msgid "The date and time when this token is last used."
msgstr ""
#: apps/api/models.py:67
msgid "Super token"
msgstr ""
#: apps/api/serializers.py:14
msgid "Your username to login"
msgstr ""
#: apps/api/serializers.py:15
msgid "Your password to login"
msgstr ""

@ -1,133 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-28 12:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps/dropoff/apps.py:8
msgid "Dropoff"
msgstr ""
#: apps/dropoff/apps.py:9
msgid "Dropoffs"
msgstr ""
#: apps/dropoff/models.py:23
msgid "New"
msgstr ""
#: apps/dropoff/models.py:24
msgid "Uploading"
msgstr ""
#: apps/dropoff/models.py:25
msgid "Uploaded"
msgstr ""
#: apps/dropoff/models.py:26
msgid "Moving"
msgstr ""
#: apps/dropoff/models.py:27
msgid "Done"
msgstr ""
#: apps/dropoff/models.py:29
msgid "Error"
msgstr ""
#: apps/dropoff/models.py:63
msgid "datadrop"
msgstr ""
#: apps/dropoff/models.py:64
msgid "datadrops"
msgstr ""
#: apps/dropoff/models.py:66
msgid "The study where this data drop belongs to."
msgstr ""
#: apps/dropoff/models.py:67
msgid "Original filename"
msgstr ""
#: apps/dropoff/models.py:67
msgid "The original filename as the uploader has uploaded it."
msgstr ""
#: apps/dropoff/models.py:68
msgid "Uploaded unique filename"
msgstr ""
#: apps/dropoff/models.py:68
msgid "A unique filename that is used to store on disc."
msgstr ""
#: apps/dropoff/models.py:69
msgid "Filesize"
msgstr ""
#: apps/dropoff/models.py:69
msgid "Filesize of the upload."
msgstr ""
#: apps/dropoff/models.py:71
msgid "Filepath"
msgstr ""
#: apps/dropoff/models.py:72
msgid "IP address"
msgstr ""
#: apps/dropoff/models.py:72
msgid "Ip address of the uploader."
msgstr ""
#: apps/dropoff/models.py:73
msgid "Encrypted"
msgstr ""
#: apps/dropoff/models.py:73
msgid "Is the file encrypted during upload."
msgstr ""
#: apps/dropoff/models.py:74
msgid "Uploader"
msgstr ""
#: apps/dropoff/models.py:74
msgid ""
"The uploader / invitation that has uploaded the file. When empty, the "
"researcher has uploaded the file."
msgstr ""
#: apps/dropoff/models.py:75
msgid "Status"
msgstr ""
#: apps/dropoff/models.py:75
msgid "Datadrop status."
msgstr ""
#: apps/dropoff/models.py:76
msgid "Status message"
msgstr ""
#: apps/dropoff/models.py:76
msgid "Datadrop status message."
msgstr ""

@ -1,133 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-28 12:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps/dropoff/apps.py:8
msgid "Dropoff"
msgstr ""
#: apps/dropoff/apps.py:9
msgid "Dropoffs"
msgstr ""
#: apps/dropoff/models.py:23
msgid "New"
msgstr ""
#: apps/dropoff/models.py:24
msgid "Uploading"
msgstr ""
#: apps/dropoff/models.py:25
msgid "Uploaded"
msgstr ""
#: apps/dropoff/models.py:26
msgid "Moving"
msgstr ""
#: apps/dropoff/models.py:27
msgid "Done"
msgstr ""
#: apps/dropoff/models.py:29
msgid "Error"
msgstr ""
#: apps/dropoff/models.py:63
msgid "datadrop"
msgstr ""
#: apps/dropoff/models.py:64
msgid "datadrops"
msgstr ""
#: apps/dropoff/models.py:66
msgid "The study where this data drop belongs to."
msgstr ""
#: apps/dropoff/models.py:67
msgid "Original filename"
msgstr ""
#: apps/dropoff/models.py:67
msgid "The original filename as the uploader has uploaded it."
msgstr ""
#: apps/dropoff/models.py:68
msgid "Uploaded unique filename"
msgstr ""
#: apps/dropoff/models.py:68
msgid "A unique filename that is used to store on disc."
msgstr ""
#: apps/dropoff/models.py:69
msgid "Filesize"
msgstr ""
#: apps/dropoff/models.py:69
msgid "Filesize of the upload."
msgstr ""
#: apps/dropoff/models.py:71
msgid "Filepath"
msgstr ""
#: apps/dropoff/models.py:72
msgid "IP address"
msgstr ""
#: apps/dropoff/models.py:72
msgid "Ip address of the uploader."
msgstr ""
#: apps/dropoff/models.py:73
msgid "Encrypted"
msgstr ""
#: apps/dropoff/models.py:73
msgid "Is the file encrypted during upload."
msgstr ""
#: apps/dropoff/models.py:74
msgid "Uploader"
msgstr ""
#: apps/dropoff/models.py:74
msgid ""
"The uploader / invitation that has uploaded the file. When empty, the "
"researcher has uploaded the file."
msgstr ""
#: apps/dropoff/models.py:75
msgid "Status"
msgstr ""
#: apps/dropoff/models.py:75
msgid "Datadrop status."
msgstr ""
#: apps/dropoff/models.py:76
msgid "Status message"
msgstr ""
#: apps/dropoff/models.py:76
msgid "Datadrop status message."
msgstr ""

@ -1,100 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-28 12:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps/invitation/apps.py:8
msgid "Invitation"
msgstr ""
#: apps/invitation/apps.py:9
msgid "Invitations"
msgstr ""
#: apps/invitation/forms.py:10
msgid "Receiver name"
msgstr ""
#: apps/invitation/forms.py:10
msgid "Enter the name of the recipient"
msgstr ""
#: apps/invitation/forms.py:11
msgid "Receiver email address"
msgstr ""
#: apps/invitation/forms.py:11
msgid "Enter the email address"
msgstr ""
#: apps/invitation/models.py:39
msgid "invitation"
msgstr ""
#: apps/invitation/models.py:40
msgid "invitations"
msgstr ""
#: apps/invitation/models.py:47
msgid "The study where this invitation belongs to."
msgstr ""
#: apps/invitation/models.py:48
msgid "Name"
msgstr ""
#: apps/invitation/models.py:48
msgid "The name of the uploader / data provider."
msgstr ""
#: apps/invitation/models.py:49
msgid "Email address"
msgstr ""
#: apps/invitation/models.py:49
msgid "The email address of the uploader / data provider."
msgstr ""
#: apps/invitation/models.py:50
msgid "Upload code"
msgstr ""
#: apps/invitation/models.py:50
msgid "A unique upload code. Will be generated when a new study is saved."
msgstr ""
#: apps/invitation/models.py:51
msgid "Date mailed"
msgstr ""
#: apps/invitation/models.py:51
msgid "The date when the last invitation is send."
msgstr ""
#: apps/invitation/views.py:36
msgid "Invitation does not exists"
msgstr ""
#: apps/invitation/views.py:41
msgid "Unknown error"
msgstr ""
#: apps/invitation/views.py:47
#, python-format
msgid "Invitation to %(name)s (%(email)s) is sent"
msgstr ""

@ -1,106 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-28 12:04+0000\n"
"PO-Revision-Date: 2020-05-27 16:25+0200\n"
"Last-Translator: Joshua Rubingh <j.g.rubingh@rug.nl>\n"
"Language-Team: \n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.0.6\n"
#: apps/invitation/apps.py:8
msgid "Invitation"
msgstr ""
#: apps/invitation/apps.py:9
msgid "Invitations"
msgstr ""
#: apps/invitation/forms.py:10
msgid "Receiver name"
msgstr ""
#: apps/invitation/forms.py:10
msgid "Enter the name of the recipient"
msgstr ""
#: apps/invitation/forms.py:11
msgid "Receiver email address"
msgstr ""
#: apps/invitation/forms.py:11
msgid "Enter the email address"
msgstr ""
#: apps/invitation/models.py:39
msgid "invitation"
msgstr ""
#: apps/invitation/models.py:40
msgid "invitations"
msgstr ""
#: apps/invitation/models.py:47
msgid "The study where this invitation belongs to."
msgstr ""
#: apps/invitation/models.py:48
msgid "Name"
msgstr ""
#: apps/invitation/models.py:48
msgid "The name of the uploader / data provider."
msgstr ""
#: apps/invitation/models.py:49
msgid "Email address"
msgstr ""
#: apps/invitation/models.py:49
msgid "The email address of the uploader / data provider."
msgstr ""
#: apps/invitation/models.py:50
msgid "Upload code"
msgstr ""
#: apps/invitation/models.py:50
msgid "A unique upload code. Will be generated when a new study is saved."
msgstr ""
#: apps/invitation/models.py:51
msgid "Date mailed"
msgstr ""
#: apps/invitation/models.py:51
msgid "The date when the last invitation is send."
msgstr ""
#: apps/invitation/views.py:36
msgid "Invitation does not exists"
msgstr ""
#: apps/invitation/views.py:41
msgid "Unknown error"
msgstr ""
#: apps/invitation/views.py:47
#, python-format
msgid "Invitation to %(name)s (%(email)s) is sent"
msgstr ""
#~ msgid "API"
#~ msgstr "API"
#~ msgid "APIs"
#~ msgstr "APIs"

@ -1,67 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-28 12:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps/researcher/apps.py:8
msgid "Researcher"
msgstr ""
#: apps/researcher/apps.py:9
msgid "Researchers"
msgstr ""
#: apps/researcher/models.py:35
msgid "researcher"
msgstr ""
#: apps/researcher/models.py:36
msgid "researchers"
msgstr ""
#: apps/researcher/models.py:41
msgid "Select the user that has to become a researcher"
msgstr ""
#: apps/researcher/models.py:42
msgid "Select the faculty where this researcher belongs to"
msgstr ""
#: apps/researcher/models.py:43
msgid "Mobile phone"
msgstr ""
#: apps/researcher/models.py:43
msgid "This mobile phone number is used for 2FA"
msgstr ""
#: apps/researcher/models.py:44
msgid "Avatar"
msgstr ""
#: apps/researcher/models.py:45
msgid "ID Number"
msgstr ""
#: apps/researcher/models.py:45
msgid "Either an identification number (P/S number) or email address"
msgstr ""
#: apps/researcher/serializers.py:15
msgid "The full name including titles"
msgstr ""

@ -1,73 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-28 12:04+0000\n"
"PO-Revision-Date: 2020-05-27 16:25+0200\n"
"Last-Translator: Joshua Rubingh <j.g.rubingh@rug.nl>\n"
"Language-Team: \n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.0.6\n"
#: apps/researcher/apps.py:8
msgid "Researcher"
msgstr ""
#: apps/researcher/apps.py:9
msgid "Researchers"
msgstr ""
#: apps/researcher/models.py:35
msgid "researcher"
msgstr ""
#: apps/researcher/models.py:36
msgid "researchers"
msgstr ""
#: apps/researcher/models.py:41
msgid "Select the user that has to become a researcher"
msgstr ""
#: apps/researcher/models.py:42
msgid "Select the faculty where this researcher belongs to"
msgstr ""
#: apps/researcher/models.py:43
msgid "Mobile phone"
msgstr ""
#: apps/researcher/models.py:43
msgid "This mobile phone number is used for 2FA"
msgstr ""
#: apps/researcher/models.py:44
msgid "Avatar"
msgstr ""
#: apps/researcher/models.py:45
msgid "ID Number"
msgstr ""
#: apps/researcher/models.py:45
msgid "Either an identification number (P/S number) or email address"
msgstr ""
#: apps/researcher/serializers.py:15
msgid "The full name including titles"
msgstr ""
#~ msgid "API"
#~ msgstr "API"
#~ msgid "APIs"
#~ msgstr "APIs"

@ -1,156 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-28 12:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps/storage/apps.py:8
msgid "Storage"
msgstr ""
#: apps/storage/apps.py:9
msgid "Storages"
msgstr ""
#: apps/storage/models.py:41
msgid "WebDAV"
msgstr ""
#: apps/storage/models.py:42
msgid "Gitea"
msgstr ""
#: apps/storage/models.py:43
msgid "Github"
msgstr ""
#: apps/storage/models.py:44
msgid "iRODS"
msgstr ""
#: apps/storage/models.py:61
msgid "Destination"
msgstr ""
#: apps/storage/models.py:62
msgid "Source"
msgstr ""
#: apps/storage/models.py:97
msgid "storage engine"
msgstr ""
#: apps/storage/models.py:98
msgid "storage engines"
msgstr ""
#: apps/storage/models.py:105
msgid "The researcher which owns this storage."
msgstr ""
#: apps/storage/models.py:106
msgid "Name"
msgstr ""
#: apps/storage/models.py:106
msgid "Easy to remember name for this storage."
msgstr ""
#: apps/storage/models.py:107
msgid "Engine"
msgstr ""
#: apps/storage/models.py:107
msgid "The engine storage type."
msgstr ""
#: apps/storage/models.py:108
msgid "Location"
msgstr ""
#: apps/storage/models.py:108
msgid "Full location/url where to store/get the data."
msgstr ""
#: apps/storage/models.py:109
msgid "Username"
msgstr ""
#: apps/storage/models.py:109
msgid "The user name to connect to the storage."
msgstr ""
#: apps/storage/models.py:110
msgid "Password"
msgstr ""
#: apps/storage/models.py:110
msgid "The password for the user name to connect to the storage."
msgstr ""
#: apps/storage/models.py:119
msgid "storage location"
msgstr ""
#: apps/storage/models.py:120
msgid "storage locations"
msgstr ""
#: apps/storage/models.py:122
msgid "Select the study where you need this storage location"
msgstr ""
#: apps/storage/models.py:124
msgid "Select the storage engine where to store the data"
msgstr ""
#: apps/storage/models.py:126
msgid "Direction"
msgstr ""
#: apps/storage/models.py:126
msgid "Is it a 'source' or 'destination'."
msgstr ""
#: apps/storage/models.py:128
msgid "Path"
msgstr ""
#: apps/storage/models.py:128
msgid "Folder to store the data. Will be created when does not exists."
msgstr ""
#: apps/storage/models.py:129
msgid "Upload path"
msgstr ""
#: apps/storage/models.py:129
msgid "Folder where the raw uploads are saved."
msgstr ""
#: apps/storage/models.py:131
msgid "Encryption password"
msgstr ""
#: apps/storage/models.py:131
msgid ""
"Password for encryption the uploaded data. Leave empty to disable encryption."
msgstr ""
#: apps/storage/models.py:144
msgid "Encrypted"
msgstr ""

@ -1,162 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-28 12:04+0000\n"
"PO-Revision-Date: 2020-05-27 16:25+0200\n"
"Last-Translator: Joshua Rubingh <j.g.rubingh@rug.nl>\n"
"Language-Team: \n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.0.6\n"
#: apps/storage/apps.py:8
msgid "Storage"
msgstr ""
#: apps/storage/apps.py:9
msgid "Storages"
msgstr ""
#: apps/storage/models.py:41
msgid "WebDAV"
msgstr ""
#: apps/storage/models.py:42
msgid "Gitea"
msgstr ""
#: apps/storage/models.py:43
msgid "Github"
msgstr ""
#: apps/storage/models.py:44
msgid "iRODS"
msgstr ""
#: apps/storage/models.py:61
msgid "Destination"
msgstr ""
#: apps/storage/models.py:62
msgid "Source"
msgstr ""
#: apps/storage/models.py:97
msgid "storage engine"
msgstr ""
#: apps/storage/models.py:98
msgid "storage engines"
msgstr ""
#: apps/storage/models.py:105
msgid "The researcher which owns this storage."
msgstr ""
#: apps/storage/models.py:106
msgid "Name"
msgstr ""
#: apps/storage/models.py:106
msgid "Easy to remember name for this storage."
msgstr ""
#: apps/storage/models.py:107
msgid "Engine"
msgstr ""
#: apps/storage/models.py:107
msgid "The engine storage type."
msgstr ""
#: apps/storage/models.py:108
msgid "Location"
msgstr ""
#: apps/storage/models.py:108
msgid "Full location/url where to store/get the data."
msgstr ""
#: apps/storage/models.py:109
msgid "Username"
msgstr ""
#: apps/storage/models.py:109
msgid "The user name to connect to the storage."
msgstr ""
#: apps/storage/models.py:110
msgid "Password"
msgstr ""
#: apps/storage/models.py:110
msgid "The password for the user name to connect to the storage."
msgstr ""
#: apps/storage/models.py:119
msgid "storage location"
msgstr ""
#: apps/storage/models.py:120
msgid "storage locations"
msgstr ""
#: apps/storage/models.py:122
msgid "Select the study where you need this storage location"
msgstr ""
#: apps/storage/models.py:124
msgid "Select the storage engine where to store the data"
msgstr ""
#: apps/storage/models.py:126
msgid "Direction"
msgstr ""
#: apps/storage/models.py:126
msgid "Is it a 'source' or 'destination'."
msgstr ""
#: apps/storage/models.py:128
msgid "Path"
msgstr ""
#: apps/storage/models.py:128
msgid "Folder to store the data. Will be created when does not exists."
msgstr ""
#: apps/storage/models.py:129
msgid "Upload path"
msgstr ""
#: apps/storage/models.py:129
msgid "Folder where the raw uploads are saved."
msgstr ""
#: apps/storage/models.py:131
msgid "Encryption password"
msgstr ""
#: apps/storage/models.py:131
msgid ""
"Password for encryption the uploaded data. Leave empty to disable encryption."
msgstr ""
#: apps/storage/models.py:144
msgid "Encrypted"
msgstr ""
#~ msgid "API"
#~ msgstr "API"
#~ msgid "APIs"
#~ msgstr "APIs"

@ -1,191 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-28 12:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps/study/apps.py:9 apps/study/models.py:152
msgid "Study"
msgstr ""
#: apps/study/apps.py:10
msgid "Studies"
msgstr ""
#: apps/study/models.py:58
msgid "Administrator"
msgstr ""
#: apps/study/models.py:59
msgid "Contributor"
msgstr ""
#: apps/study/models.py:82
msgid "studie"
msgstr ""
#: apps/study/models.py:83
msgid "studies"
msgstr ""
#: apps/study/models.py:86
msgid ""
"The researcher that is the owner this study. By default the researcher that "
"has created this study."
msgstr ""
#: apps/study/models.py:87
msgid "Name"
msgstr ""
#: apps/study/models.py:87
msgid "Name of the research study."
msgstr ""
#: apps/study/models.py:88
msgid "Description"
msgstr ""
#: apps/study/models.py:88
msgid "Enter a short description for this study."
msgstr ""
#: apps/study/models.py:90
msgid "Avatar"
msgstr ""
#: apps/study/models.py:92
msgid "Code"
msgstr ""
#: apps/study/models.py:92
msgid "The research study code."
msgstr ""
#: apps/study/models.py:93
msgid "Human subject"
msgstr ""
#: apps/study/models.py:93
msgid "Is this research study using real humans."
msgstr ""
#: apps/study/models.py:94
msgid "The study field for this reaserch study."
msgstr ""
#: apps/study/models.py:99
msgid "Upload code"
msgstr ""
#: apps/study/models.py:99
msgid "A unique upload code. Will be generated when a new study is saved."
msgstr ""
#: apps/study/models.py:100
msgid "Upload url key"
msgstr ""
#: apps/study/models.py:100
msgid "A unique upload url. Will be generated when a new study is saved."
msgstr ""
#: apps/study/models.py:153
msgid "Researcher"
msgstr ""
#: apps/study/models.py:154
msgid "Role"
msgstr ""
#: apps/study/models.py:154
msgid "The role withing this research study."
msgstr ""
#: apps/study/models.py:156
msgid "Active"
msgstr ""
#: apps/study/models.py:156
msgid "Is the researcher an active member of the study"
msgstr ""
#: apps/study/models.py:157
msgid "Date invited"
msgstr ""
#: apps/study/models.py:157
msgid "The date and time when the invitation has been sent"
msgstr ""
#: apps/study/models.py:216
msgid "Invitation token is expired. Please ask for a new invitation"
msgstr ""
#: apps/study/models.py:229
msgid "Unfortunately the token contains invalid data"
msgstr ""
#: apps/study/views.py:51
#, python-format
msgid ""
"Study field %(study_field_name)s is not valid for faculty %(faculty_name)s"
msgstr ""
#: apps/study/views.py:232
msgid "You are not allowed to delete this contributor."
msgstr ""
#: apps/study/views.py:236
msgid "The rights of an owner of the study cannot be changed or deleted."
msgstr ""
#: apps/study/views.py:241
msgid "At least 1 administrator needs to remain for this study."
msgstr ""
#: apps/study/views.py:259
msgid "You are not allowed to delete this contributor"
msgstr ""
#: apps/study/views.py:263
msgid "The rights of an owner of the study cannot be removed"
msgstr ""
#: apps/study/views.py:268
msgid "At least 1 administrator needs to remain for this study"
msgstr ""
#: apps/study/views.py:336
#, python-format
msgid "Invitation to %(researcher_name)s for study %(study_name)s is sent."
msgstr ""
#: apps/study/views.py:339
msgid "You are not allowed to invite other researchers."
msgstr ""
#: apps/study/views.py:353
#, python-format
msgid ""
"Invitation for %(researcher_name)s for study %(study_name)s is accepted."
msgstr ""
#: apps/study/views.py:355
#, python-format
msgid "Could not validate the invitation to study %(study_name)s"
msgstr ""

@ -1,197 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-28 12:04+0000\n"
"PO-Revision-Date: 2020-05-27 16:25+0200\n"
"Last-Translator: Joshua Rubingh <j.g.rubingh@rug.nl>\n"
"Language-Team: \n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.0.6\n"
#: apps/study/apps.py:9 apps/study/models.py:152
msgid "Study"
msgstr ""
#: apps/study/apps.py:10
msgid "Studies"
msgstr ""
#: apps/study/models.py:58
msgid "Administrator"
msgstr ""
#: apps/study/models.py:59
msgid "Contributor"
msgstr ""
#: apps/study/models.py:82
msgid "studie"
msgstr ""
#: apps/study/models.py:83
msgid "studies"
msgstr ""
#: apps/study/models.py:86
msgid ""
"The researcher that is the owner this study. By default the researcher that "
"has created this study."
msgstr ""
#: apps/study/models.py:87
msgid "Name"
msgstr ""
#: apps/study/models.py:87
msgid "Name of the research study."
msgstr ""
#: apps/study/models.py:88
msgid "Description"
msgstr ""
#: apps/study/models.py:88
msgid "Enter a short description for this study."
msgstr ""
#: apps/study/models.py:90
msgid "Avatar"
msgstr ""
#: apps/study/models.py:92
msgid "Code"
msgstr ""
#: apps/study/models.py:92
msgid "The research study code."
msgstr ""
#: apps/study/models.py:93
msgid "Human subject"
msgstr ""
#: apps/study/models.py:93
msgid "Is this research study using real humans."
msgstr ""
#: apps/study/models.py:94
msgid "The study field for this reaserch study."
msgstr ""
#: apps/study/models.py:99
msgid "Upload code"
msgstr ""
#: apps/study/models.py:99
msgid "A unique upload code. Will be generated when a new study is saved."
msgstr ""
#: apps/study/models.py:100
msgid "Upload url key"
msgstr ""
#: apps/study/models.py:100
msgid "A unique upload url. Will be generated when a new study is saved."
msgstr ""
#: apps/study/models.py:153
msgid "Researcher"
msgstr ""
#: apps/study/models.py:154
msgid "Role"
msgstr ""
#: apps/study/models.py:154
msgid "The role withing this research study."
msgstr ""
#: apps/study/models.py:156
msgid "Active"
msgstr ""
#: apps/study/models.py:156
msgid "Is the researcher an active member of the study"
msgstr ""
#: apps/study/models.py:157
msgid "Date invited"
msgstr ""
#: apps/study/models.py:157
msgid "The date and time when the invitation has been sent"
msgstr ""
#: apps/study/models.py:216
msgid "Invitation token is expired. Please ask for a new invitation"
msgstr ""
#: apps/study/models.py:229
msgid "Unfortunately the token contains invalid data"
msgstr ""
#: apps/study/views.py:51
#, python-format
msgid ""
"Study field %(study_field_name)s is not valid for faculty %(faculty_name)s"
msgstr ""
#: apps/study/views.py:232
msgid "You are not allowed to delete this contributor."
msgstr ""
#: apps/study/views.py:236
msgid "The rights of an owner of the study cannot be changed or deleted."
msgstr ""
#: apps/study/views.py:241
msgid "At least 1 administrator needs to remain for this study."
msgstr ""
#: apps/study/views.py:259
msgid "You are not allowed to delete this contributor"
msgstr ""
#: apps/study/views.py:263
msgid "The rights of an owner of the study cannot be removed"
msgstr ""
#: apps/study/views.py:268
msgid "At least 1 administrator needs to remain for this study"
msgstr ""
#: apps/study/views.py:336
#, python-format
msgid "Invitation to %(researcher_name)s for study %(study_name)s is sent."
msgstr ""
#: apps/study/views.py:339
msgid "You are not allowed to invite other researchers."
msgstr ""
#: apps/study/views.py:353
#, python-format
msgid ""
"Invitation for %(researcher_name)s for study %(study_name)s is accepted."
msgstr ""
#: apps/study/views.py:355
#, python-format
msgid "Could not validate the invitation to study %(study_name)s"
msgstr ""
#~ msgid "API"
#~ msgstr "API"
#~ msgid "APIs"
#~ msgstr "APIs"

@ -1,92 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-28 12:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps/university/apps.py:8
msgid "University"
msgstr ""
#: apps/university/apps.py:9
msgid "Universities"
msgstr ""
#: apps/university/models.py:26
msgid "university"
msgstr ""
#: apps/university/models.py:27
msgid "universities"
msgstr ""
#: apps/university/models.py:30 apps/university/models.py:57
#: apps/university/models.py:83
msgid "Name"
msgstr ""
#: apps/university/models.py:30
msgid "The name of the university."
msgstr ""
#: apps/university/models.py:31
msgid "Email address"
msgstr ""
#: apps/university/models.py:31
msgid "The general email address for this university."
msgstr ""
#: apps/university/models.py:32
msgid "Website"
msgstr ""
#: apps/university/models.py:32
msgid "The full url to this university website."
msgstr ""
#: apps/university/models.py:53
msgid "faculty"
msgstr ""
#: apps/university/models.py:54
msgid "faculties"
msgstr ""
#: apps/university/models.py:57
msgid "The name of the faculty."
msgstr ""
#: apps/university/models.py:58
msgid "To wich university belongs this faculty"
msgstr ""
#: apps/university/models.py:79
msgid "study field"
msgstr ""
#: apps/university/models.py:80
msgid "study fields"
msgstr ""
#: apps/university/models.py:83
msgid "The name of the study field."
msgstr ""
#: apps/university/models.py:84
msgid "To wich faculty belongs this study"
msgstr ""

@ -1,98 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-28 12:04+0000\n"
"PO-Revision-Date: 2020-05-27 16:25+0200\n"
"Last-Translator: Joshua Rubingh <j.g.rubingh@rug.nl>\n"
"Language-Team: \n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.0.6\n"
#: apps/university/apps.py:8
msgid "University"
msgstr ""
#: apps/university/apps.py:9
msgid "Universities"
msgstr ""
#: apps/university/models.py:26
msgid "university"
msgstr ""
#: apps/university/models.py:27
msgid "universities"
msgstr ""
#: apps/university/models.py:30 apps/university/models.py:57
#: apps/university/models.py:83
msgid "Name"
msgstr ""
#: apps/university/models.py:30
msgid "The name of the university."
msgstr ""
#: apps/university/models.py:31
msgid "Email address"
msgstr ""
#: apps/university/models.py:31
msgid "The general email address for this university."
msgstr ""
#: apps/university/models.py:32
msgid "Website"
msgstr ""
#: apps/university/models.py:32
msgid "The full url to this university website."
msgstr ""
#: apps/university/models.py:53
msgid "faculty"
msgstr ""
#: apps/university/models.py:54
msgid "faculties"
msgstr ""
#: apps/university/models.py:57
msgid "The name of the faculty."
msgstr ""
#: apps/university/models.py:58
msgid "To wich university belongs this faculty"
msgstr ""
#: apps/university/models.py:79
msgid "study field"
msgstr ""
#: apps/university/models.py:80
msgid "study fields"
msgstr ""
#: apps/university/models.py:83
msgid "The name of the study field."
msgstr ""
#: apps/university/models.py:84
msgid "To wich faculty belongs this study"
msgstr ""
#~ msgid "API"
#~ msgstr "API"
#~ msgid "APIs"
#~ msgstr "APIs"

@ -1,333 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-28 12:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps/virtual_machine/apps.py:9
msgid "Virtual Machine"
msgstr ""
#: apps/virtual_machine/apps.py:10
msgid "Virtual Machines"
msgstr ""
#: apps/virtual_machine/models.py:24
msgid "Private"
msgstr ""
#: apps/virtual_machine/models.py:25
msgid "Public"
msgstr ""
#: apps/virtual_machine/models.py:42
msgid "Easy to remember name for this virtual machine part."
msgstr ""
#: apps/virtual_machine/models.py:43 apps/virtual_machine/models.py:288
msgid "Cloud provider type."
msgstr ""
#: apps/virtual_machine/models.py:44
msgid "Only selected virtual machine parts can be chosen from."
msgstr ""
#: apps/virtual_machine/models.py:54
msgid "Unknown"
msgstr ""
#: apps/virtual_machine/models.py:73
msgid "virtual machine operating system"
msgstr ""
#: apps/virtual_machine/models.py:74
msgid "virtual machine operating systems"
msgstr ""
#: apps/virtual_machine/models.py:87 apps/virtual_machine/models.py:88
msgid "virtual machine memory"
msgstr ""
#: apps/virtual_machine/models.py:107 apps/virtual_machine/models.py:108
msgid "virtual machine network"
msgstr ""
#: apps/virtual_machine/models.py:110
msgid "Network type"
msgstr ""
#: apps/virtual_machine/models.py:110
msgid "Network type. Either pirvate or public"
msgstr ""
#: apps/virtual_machine/models.py:131 apps/virtual_machine/models.py:132
msgid "virtual machine storage"
msgstr ""
#: apps/virtual_machine/models.py:153
msgid "virtual machine GPU"
msgstr ""
#: apps/virtual_machine/models.py:154
msgid "virtual machine GPUs"
msgstr ""
#: apps/virtual_machine/models.py:184
msgid "virtual machine profile"
msgstr ""
#: apps/virtual_machine/models.py:185
msgid "virtual machine profiles"
msgstr ""
#: apps/virtual_machine/models.py:187
msgid "Easy to remember name for this virtual machine profile."
msgstr ""
#: apps/virtual_machine/models.py:189
msgid "Logo"
msgstr ""
#: apps/virtual_machine/models.py:191
msgid "Operating system"
msgstr ""
#: apps/virtual_machine/models.py:193
msgid "Select the networks that should be connected."
msgstr ""
#: apps/virtual_machine/models.py:195 apps/virtual_machine/models.py:296
msgid "Basic memory"
msgstr ""
#: apps/virtual_machine/models.py:196 apps/virtual_machine/models.py:297
msgid "Amount of memory. Default is 1"
msgstr ""
#: apps/virtual_machine/models.py:198 apps/virtual_machine/models.py:299
msgid "Basic disk size"
msgstr ""
#: apps/virtual_machine/models.py:199 apps/virtual_machine/models.py:300
msgid "Amount of disk storage. Default is 1"
msgstr ""
#: apps/virtual_machine/models.py:201
msgid "Basic GPU"
msgstr ""
#: apps/virtual_machine/models.py:202 apps/virtual_machine/models.py:303
msgid "Amount of GPUs. Default is 0"
msgstr ""
#: apps/virtual_machine/models.py:279
msgid "virtual machine"
msgstr ""
#: apps/virtual_machine/models.py:280
msgid "virtual machines"
msgstr ""