diff --git a/server/src/uds/core/util/storage.py b/server/src/uds/core/util/storage.py index bbf2aa28..acc960e1 100644 --- a/server/src/uds/core/util/storage.py +++ b/server/src/uds/core/util/storage.py @@ -290,7 +290,7 @@ class Storage: if isinstance(attr1, str): query = DBStorage.objects.filter(owner=self._owner, attr1=attr1) # @UndefinedVariable else: - query = DBStorage.objects.filter(owner=self._owner, attr1_in=attr1) # @UndefinedVariable + query = DBStorage.objects.filter(owner=self._owner, attr1__in=attr1) # @UndefinedVariable for v in query: yield codecs.decode(v.data.encode(), 'base64') diff --git a/server/src/uds/locale/ar/LC_MESSAGES/django.po b/server/src/uds/locale/ar/LC_MESSAGES/django.po index a96942c5..f745987a 100644 --- a/server/src/uds/locale/ar/LC_MESSAGES/django.po +++ b/server/src/uds/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-09-03 13:47+0000\n" "Last-Translator: Adolfo Gómez \n" "Language-Team: Arabic (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/ar/LC_MESSAGES/djangojs.po b/server/src/uds/locale/ar/LC_MESSAGES/djangojs.po index 546df40c..fb424dba 100644 --- a/server/src/uds/locale/ar/LC_MESSAGES/djangojs.po +++ b/server/src/uds/locale/ar/LC_MESSAGES/djangojs.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-09-22 14:24+0000\n" "Last-Translator: Adolfo Gómez \n" "Language-Team: Arabic (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/ca/LC_MESSAGES/django.po b/server/src/uds/locale/ca/LC_MESSAGES/django.po index 03abb459..ef6045aa 100644 --- a/server/src/uds/locale/ca/LC_MESSAGES/django.po +++ b/server/src/uds/locale/ca/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-09-17 10:17+0000\n" "Last-Translator: albert clar \n" "Language-Team: Catalan (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/ca/LC_MESSAGES/djangojs.po b/server/src/uds/locale/ca/LC_MESSAGES/djangojs.po index 66c54282..c9a5ada6 100644 --- a/server/src/uds/locale/ca/LC_MESSAGES/djangojs.po +++ b/server/src/uds/locale/ca/LC_MESSAGES/djangojs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-10-23 11:12+0000\n" "Last-Translator: albert clar \n" "Language-Team: Catalan (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/de/LC_MESSAGES/django.po b/server/src/uds/locale/de/LC_MESSAGES/django.po index 6119fd66..d7d5d616 100644 --- a/server/src/uds/locale/de/LC_MESSAGES/django.po +++ b/server/src/uds/locale/de/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-09-03 13:47+0000\n" "Last-Translator: Adolfo Gómez \n" "Language-Team: German (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/de/LC_MESSAGES/djangojs.po b/server/src/uds/locale/de/LC_MESSAGES/djangojs.po index 255c2a0f..81858ad5 100644 --- a/server/src/uds/locale/de/LC_MESSAGES/djangojs.po +++ b/server/src/uds/locale/de/LC_MESSAGES/djangojs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-10-06 15:05+0000\n" "Last-Translator: Thorsten Latka \n" "Language-Team: German (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/en/LC_MESSAGES/django.po b/server/src/uds/locale/en/LC_MESSAGES/django.po index a33b8c68..2307abc3 100644 --- a/server/src/uds/locale/en/LC_MESSAGES/django.po +++ b/server/src/uds/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/server/src/uds/locale/en/LC_MESSAGES/djangojs.po b/server/src/uds/locale/en/LC_MESSAGES/djangojs.po index add6c54a..79b6eeca 100644 --- a/server/src/uds/locale/en/LC_MESSAGES/djangojs.po +++ b/server/src/uds/locale/en/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/server/src/uds/locale/es/LC_MESSAGES/django.po b/server/src/uds/locale/es/LC_MESSAGES/django.po index 08f0f90f..23b948a4 100644 --- a/server/src/uds/locale/es/LC_MESSAGES/django.po +++ b/server/src/uds/locale/es/LC_MESSAGES/django.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-11-09 22:52+0000\n" "Last-Translator: Javier \n" "Language-Team: Spanish (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/es/LC_MESSAGES/djangojs.po b/server/src/uds/locale/es/LC_MESSAGES/djangojs.po index 8290bfc5..eba5df6e 100644 --- a/server/src/uds/locale/es/LC_MESSAGES/djangojs.po +++ b/server/src/uds/locale/es/LC_MESSAGES/djangojs.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" -"PO-Revision-Date: 2020-11-09 22:53+0000\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" +"PO-Revision-Date: 2020-11-10 15:26+0000\n" "Last-Translator: Javier \n" "Language-Team: Spanish (http://www.transifex.com/openuds/openuds/language/" "es/)\n" @@ -1418,7 +1418,7 @@ msgstr "Service Pool" #: static/admin/translations-fakejs.js:445 msgid "Match mode" -msgstr "Modo de partido" +msgstr "Modo de coincidencia" #: static/admin/translations-fakejs.js:446 msgid "Selected Groups" diff --git a/server/src/uds/locale/eu/LC_MESSAGES/django.po b/server/src/uds/locale/eu/LC_MESSAGES/django.po index 2977f037..fbd01b28 100644 --- a/server/src/uds/locale/eu/LC_MESSAGES/django.po +++ b/server/src/uds/locale/eu/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-11-09 16:46+0000\n" "Last-Translator: Lanmedia Comunicaciones \n" "Language-Team: Basque (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/eu/LC_MESSAGES/djangojs.po b/server/src/uds/locale/eu/LC_MESSAGES/djangojs.po index 6dcfe091..6bce88e0 100644 --- a/server/src/uds/locale/eu/LC_MESSAGES/djangojs.po +++ b/server/src/uds/locale/eu/LC_MESSAGES/djangojs.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-11-09 16:46+0000\n" "Last-Translator: Lanmedia Comunicaciones \n" "Language-Team: Basque (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/fr/LC_MESSAGES/django.po b/server/src/uds/locale/fr/LC_MESSAGES/django.po index add90ba3..f88130ef 100644 --- a/server/src/uds/locale/fr/LC_MESSAGES/django.po +++ b/server/src/uds/locale/fr/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-09-03 13:47+0000\n" "Last-Translator: Adolfo Gómez \n" "Language-Team: French (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/fr/LC_MESSAGES/djangojs.po b/server/src/uds/locale/fr/LC_MESSAGES/djangojs.po index db7d3535..c7645d05 100644 --- a/server/src/uds/locale/fr/LC_MESSAGES/djangojs.po +++ b/server/src/uds/locale/fr/LC_MESSAGES/djangojs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-09-22 14:24+0000\n" "Last-Translator: Adolfo Gómez \n" "Language-Team: French (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/it/LC_MESSAGES/django.po b/server/src/uds/locale/it/LC_MESSAGES/django.po index 78e14bf4..54b726de 100644 --- a/server/src/uds/locale/it/LC_MESSAGES/django.po +++ b/server/src/uds/locale/it/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-09-03 13:47+0000\n" "Last-Translator: Adolfo Gómez \n" "Language-Team: Italian (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/it/LC_MESSAGES/djangojs.po b/server/src/uds/locale/it/LC_MESSAGES/djangojs.po index 8d31b60c..d886909f 100644 --- a/server/src/uds/locale/it/LC_MESSAGES/djangojs.po +++ b/server/src/uds/locale/it/LC_MESSAGES/djangojs.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-09-22 14:24+0000\n" "Last-Translator: Adolfo Gómez \n" "Language-Team: Italian (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/pt/LC_MESSAGES/django.po b/server/src/uds/locale/pt/LC_MESSAGES/django.po index 16b91d6f..7e2c9254 100644 --- a/server/src/uds/locale/pt/LC_MESSAGES/django.po +++ b/server/src/uds/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-09-03 13:47+0000\n" "Last-Translator: Adolfo Gómez \n" "Language-Team: Portuguese (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/pt/LC_MESSAGES/djangojs.po b/server/src/uds/locale/pt/LC_MESSAGES/djangojs.po index 9aec4b7c..b2262b79 100644 --- a/server/src/uds/locale/pt/LC_MESSAGES/djangojs.po +++ b/server/src/uds/locale/pt/LC_MESSAGES/djangojs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-09-22 14:24+0000\n" "Last-Translator: Adolfo Gómez \n" "Language-Team: Portuguese (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/ru/LC_MESSAGES/django.po b/server/src/uds/locale/ru/LC_MESSAGES/django.po index 40d0d182..4d97bd04 100644 --- a/server/src/uds/locale/ru/LC_MESSAGES/django.po +++ b/server/src/uds/locale/ru/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" -"PO-Revision-Date: 2020-11-09 12:01+0000\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" +"PO-Revision-Date: 2020-11-10 11:54+0000\n" "Last-Translator: Alexander \n" "Language-Team: Russian (http://www.transifex.com/openuds/openuds/language/" "ru/)\n" @@ -3699,8 +3699,8 @@ msgid "" "Security parameter for OpenGnsys to keep reservations at most this hours. " "Handle with care!" msgstr "" -"Параметр безопасности для OpenGnsys, для максимального поддержания " -"резервирований в эти часы. Обращаться осторожно!" +"Параметр безопасности OpenGnsys для сохранения резервирований в заданные " +"часы. Обращаться осторожно!" #: services/OpenNebula/provider.py:58 msgid "OpenNebula Platform Provider" diff --git a/server/src/uds/locale/ru/LC_MESSAGES/djangojs.po b/server/src/uds/locale/ru/LC_MESSAGES/djangojs.po index a45e719e..1e3b9034 100644 --- a/server/src/uds/locale/ru/LC_MESSAGES/djangojs.po +++ b/server/src/uds/locale/ru/LC_MESSAGES/djangojs.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" -"PO-Revision-Date: 2020-11-09 11:58+0000\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" +"PO-Revision-Date: 2020-11-10 11:56+0000\n" "Last-Translator: Alexander \n" "Language-Team: Russian (http://www.transifex.com/openuds/openuds/language/" "ru/)\n" @@ -1584,7 +1584,7 @@ msgstr "Служба сейчас готовится. (Она #).'.replace('#', #: static/modern/translations-fakejs.js:28 msgid "Please, tray again in a few moments." -msgstr "Пожалуйста, попробуйте снова через несколько минут." +msgstr "Пожалуйста, попробуйте снова через некоторое время." #: static/modern/translations-fakejs.js:31 msgid "You can access UDS Open Source code at" diff --git a/server/src/uds/locale/zh_Hans/LC_MESSAGES/django.po b/server/src/uds/locale/zh_Hans/LC_MESSAGES/django.po index 0273b2ae..e1d7905c 100644 --- a/server/src/uds/locale/zh_Hans/LC_MESSAGES/django.po +++ b/server/src/uds/locale/zh_Hans/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-09-03 13:47+0000\n" "Last-Translator: Adolfo Gómez \n" "Language-Team: Chinese (http://www.transifex.com/openuds/openuds/language/" diff --git a/server/src/uds/locale/zh_Hans/LC_MESSAGES/djangojs.po b/server/src/uds/locale/zh_Hans/LC_MESSAGES/djangojs.po index 8ca9e263..b3c63f0c 100644 --- a/server/src/uds/locale/zh_Hans/LC_MESSAGES/djangojs.po +++ b/server/src/uds/locale/zh_Hans/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: OpenUDS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-10 09:18+0100\n" +"POT-Creation-Date: 2020-11-10 16:28+0100\n" "PO-Revision-Date: 2020-09-22 14:24+0000\n" "Last-Translator: Adolfo Gómez \n" "Language-Team: Chinese (http://www.transifex.com/openuds/openuds/language/"