Merge branch 'develop' into feature/vue3

# Conflicts:
#	.env.template
#	cookbook/views/views.py
#	requirements.txt
This commit is contained in:
vabene1111
2024-07-09 07:26:11 +02:00
87 changed files with 3469 additions and 3170 deletions

View File

@@ -9,6 +9,9 @@ SECRET_KEY=
# your default timezone See https://timezonedb.com/time-zones for a list of timezones
TZ=Europe/Berlin
# allowed hosts (see documentation), should be set to your hostname(s) but might be * (default) for some proxies/providers
# ALLOWED_HOSTS=recipes.mydomain.com
# add only a database password if you want to run with the default postgres, otherwise change settings accordingly
DB_ENGINE=django.db.backends.postgresql
POSTGRES_HOST=db_recipes

View File

@@ -185,7 +185,7 @@ class StepAdmin(admin.ModelAdmin):
@admin.display(description="Name")
def recipe_and_name(obj):
if not obj.recipe_set.exists():
return f"Orphaned Step{'' if not obj.name else f': {obj.name}'}"
return "Orphaned Step" + ('' if not obj.name else f': {obj.name}')
return f"{obj.recipe_set.first().name}: {obj.name}" if obj.name else obj.recipe_set.first().name

View File

@@ -373,8 +373,8 @@ def parse_servings(servings):
servings = 1
elif isinstance(servings, list):
try:
servings = int(re.findall(r'\b\d+\b', servings[0])[0])
except KeyError:
servings = int(re.findall(r'\b\d+\b', str(servings[0]))[0])
except (KeyError, IndexError):
servings = 1
return servings

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2023-11-28 11:03+0000\n"
"Last-Translator: Mahmoud Aljouhari <mapgohary@gmail.com>\n"
"Language-Team: Arabic <http://translate.tandoor.dev/projects/tandoor/recipes-"
@@ -247,33 +247,33 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
#, fuzzy
#| msgid "Use fractions"
msgid "reverse rotation"
msgstr "إستخدم الكسور"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -391,7 +391,7 @@ msgstr "الغداء"
msgid "Dinner"
msgstr "العشاء"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "اخرى"
@@ -427,45 +427,45 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "ابحث"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr ""
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr ""
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "التسوق"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Automations"
msgid "Nutrition"
msgstr "الأتمتات"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Allergen"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1828,14 +1828,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr ""
@@ -1850,7 +1850,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr ""
@@ -1887,20 +1888,33 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr ""
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr ""
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "إستخدم الكسور"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -1912,19 +1926,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
msgid "Show"
msgstr ""
@@ -2341,7 +2355,7 @@ msgid "There was an error importing this recipe!"
msgstr ""
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "هذه الميزة غير موجودة في النسخة التجريبية!"
@@ -2378,78 +2392,82 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
"please consult the django documentation on how to reset passwords."
msgstr ""
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr ""
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr ""
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr ""
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "Users with whom to share shopping lists."
msgid "View your shopping lists"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2023-04-12 11:55+0000\n"
"Last-Translator: noxonad <noxonad@proton.me>\n"
"Language-Team: Bulgarian <http://translate.tandoor.dev/projects/tandoor/"
@@ -277,33 +277,33 @@ msgid "You have more users than allowed in your space."
msgstr ""
"Имате повече потребители, отколкото е позволено във вашето пространство."
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
#, fuzzy
#| msgid "Use fractions"
msgid "reverse rotation"
msgstr "Използвайте дроби"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -427,7 +427,7 @@ msgstr "Обяд"
msgid "Dinner"
msgstr "Вечеря"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Друго"
@@ -465,47 +465,47 @@ msgstr ""
"Максимално място за съхранение на файлове в MB. 0 за неограничено, -1 за "
"деактивиране на качването на файлове."
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Търсене"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "План на хранене"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Книги"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Пазаруване"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr " е част от стъпка от рецептата и не може да бъде изтрита"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Automations"
msgid "Nutrition"
msgstr "Автоматики"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Обединяване"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -2092,14 +2092,14 @@ msgid "Media Serving"
msgstr "Обслужване на медии"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Внимание"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "ОК"
@@ -2121,7 +2121,8 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "Всичко е наред!"
@@ -2175,20 +2176,33 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "База данни"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Информация"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "Използвайте дроби"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2200,19 +2214,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show Log"
msgid "Show"
@@ -2709,7 +2723,7 @@ msgid "There was an error importing this recipe!"
msgstr "При импортирането на тази рецепта възникна грешка!"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "Тази функция не е налична в демо версията!"
@@ -2752,17 +2766,21 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr "Размитото търсене не е съвместимо с този метод за търсене!"
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
#, fuzzy
#| msgid ""
#| "\n"
@@ -2780,7 +2798,7 @@ msgstr ""
" функциите работят само с бази данни Postgres.\n"
" "
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2796,27 +2814,27 @@ msgstr ""
"потребител, моля, вижте документацията на django за това как да нулирате "
"пароли."
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "Паролите не съвпадат!"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "Потребителят е създаден, моля, влезте!"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "Malformed връзка за покана е предоставена!"
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr "Успешно присъединяване към пространството."
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "Връзката за покана не е валидна или вече е използвана!"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
@@ -2824,7 +2842,7 @@ msgstr ""
"Отчитането на връзките за споделяне не е активирано за тази инстанция. Моля, "
"уведомете администратора на страницата, за да съобщи за проблеми."
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
@@ -2832,25 +2850,25 @@ msgstr ""
"Връзката за споделяне на рецепти е деактивирана! За допълнителна информация, "
"моля свържете се с администратора на страницата."
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
#, fuzzy
#| msgid "Meal-Plan"
msgid "Plan"
msgstr "План на хранене"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "Users with whom to share shopping lists."
msgid "View your shopping lists"

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2024-03-08 23:19+0000\n"
"Last-Translator: Enric Bergadà <enric@bergada.cat>\n"
"Language-Team: Catalan <http://translate.tandoor.dev/projects/tandoor/"
@@ -280,33 +280,33 @@ msgstr "Has arribat al nombre màxim de receptes per al vostre espai."
msgid "You have more users than allowed in your space."
msgstr "Tens més usuaris dels permesos al teu espai."
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
#, fuzzy
#| msgid "Use fractions"
msgid "reverse rotation"
msgstr "Utilitza fraccions"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -430,7 +430,7 @@ msgstr "Dinar"
msgid "Dinner"
msgstr "Sopar"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Un altre"
@@ -470,45 +470,45 @@ msgstr ""
"Emmagatzematge màxim de fitxers per espai en MB. 0 per il·limitat, -1 per "
"desactivar la càrrega de fitxers."
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Cerca"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Plans de Menjar"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Receptes"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Compres"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr " forma part d'un pas de recepta i no es pot suprimir"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr "Nutrició"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Combina"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1985,14 +1985,14 @@ msgid "Media Serving"
msgstr "Servei Mitjans"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Advertència"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "Ok"
@@ -2013,7 +2013,8 @@ msgstr ""
"la vostra instal·lació."
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "Tot està bé!"
@@ -2062,20 +2063,33 @@ msgstr ""
"<code>DEBUG = 0</code> al fitxer de configuració<code> .env.</code>"
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Base de Dades"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Info"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "Utilitza fraccions"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2087,19 +2101,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show Log"
msgid "Show"
@@ -2542,7 +2556,7 @@ msgid "There was an error importing this recipe!"
msgstr "S'ha produït un error en importar la recepta!"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "Funció no està disponible a la versió de demostració!"
@@ -2585,17 +2599,21 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr "Cerca difusa no és compatible amb aquest mètode de cerca!"
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
#, fuzzy
#| msgid ""
#| "\n"
@@ -2612,7 +2630,7 @@ msgstr ""
"Això està bé, però no es recomana com alguns\n"
"les funcions només funcionen amb bases de dades postgres."
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2627,27 +2645,27 @@ msgstr ""
"Si heu oblidat les vostres credencials de superusuari, consulteu la "
"documentació de django sobre com restablir les contrasenyes."
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "Les contrasenyes no coincideixen!"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "L'usuari s'ha creat, si us plau inicieu la sessió!"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "S'ha proporcionat un enllaç d'invitació mal format."
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr "Unit correctament a l'espai."
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "L'enllaç d'invitació no és vàlid o ja s'ha utilitzat."
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
@@ -2655,7 +2673,7 @@ msgstr ""
"Notificació d'enllaços compartits no activada en aquesta instància. Aviseu "
"l'administrador per informar dels problemes."
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
@@ -2663,23 +2681,23 @@ msgstr ""
"L'enllaç per compartir receptes s'ha desactivat! Per obtenir informació "
"addicional, poseu-vos en contacte amb l'administrador."
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr "Pla"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "New Shopping List"
msgid "View your shopping lists"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2024-01-09 12:07+0000\n"
"Last-Translator: Jan Kubošek <kuboja@outlook.cz>\n"
"Language-Team: Czech <http://translate.tandoor.dev/projects/tandoor/recipes-"
@@ -258,31 +258,31 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -407,7 +407,7 @@ msgstr "Oběd"
msgid "Dinner"
msgstr "Večeře"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Ostatní"
@@ -445,45 +445,45 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Vyhledat"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Jídelníček"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Kuchařky"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Nákupy"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr "Výživové hodnoty"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Sloučit"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1974,14 +1974,14 @@ msgid "Media Serving"
msgstr "Mediální služby"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Varování"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "OK"
@@ -2003,7 +2003,8 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "Vše je v pořádku!"
@@ -2055,18 +2056,31 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Databáze"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Informace"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
msgid "Migrations"
msgstr ""
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2078,19 +2092,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show help"
msgid "Show"
@@ -2528,7 +2542,7 @@ msgid "There was an error importing this recipe!"
msgstr "Nastala chyba při importu tohoto receptu!"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "Tato funkce není dostupná v demo verzi!"
@@ -2565,17 +2579,21 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
#, fuzzy
#| msgid ""
#| "\n"
@@ -2593,7 +2611,7 @@ msgstr ""
" funkce pracují pouze s Postgree databází.\n"
" "
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2608,55 +2626,55 @@ msgstr ""
"Pokud jste zapoměl(a) heslo superuživatele, prozkoumejte django dokumentaci "
"a postupujte podle návodu pro reset hesla."
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "Hesla nesouhlasí!"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "Uživatel byl vytvořen, prosím přihlaste se!"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "Vložena neplatná URL pozvánky!"
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "Neplatná URL pozvánky, nebo se již používá!"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr "Plán"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "Shopping Lists"
msgid "View your shopping lists"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2023-04-12 11:55+0000\n"
"Last-Translator: noxonad <noxonad@proton.me>\n"
"Language-Team: Danish <http://translate.tandoor.dev/projects/tandoor/recipes-"
@@ -275,33 +275,33 @@ msgstr "Du har nået det maksimale antal opskrifter for dit rum."
msgid "You have more users than allowed in your space."
msgstr "Du har flere brugere end tilladt i dit rum."
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
#, fuzzy
#| msgid "Use fractions"
msgid "reverse rotation"
msgstr "Benyt brøker"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -425,7 +425,7 @@ msgstr "Frokost"
msgid "Dinner"
msgstr "Aftensmad"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Andet"
@@ -463,47 +463,47 @@ msgstr ""
"Maksimal fil lager for rum i MB. 0 for ubegrænset, -1 for at slå upload af "
"filer fra."
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Søg"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Madplan"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Bøger"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Indkøb"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr " er del af et opskriftstrin og kan ikke slettes"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Automations"
msgid "Nutrition"
msgstr "Automationer"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Sammenflet"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -2084,14 +2084,14 @@ msgid "Media Serving"
msgstr "Medie servering"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Advarsel"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "Ok"
@@ -2112,7 +2112,8 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "Alt er fint!"
@@ -2163,20 +2164,33 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Database"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Information"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "Benyt brøker"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2188,19 +2202,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show Log"
msgid "Show"
@@ -2679,7 +2693,7 @@ msgid "There was an error importing this recipe!"
msgstr "Der opstod en fejl under importeringen af denne opskrift!"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "Denne funktion er ikke tilgængelig i demoversionen!"
@@ -2721,17 +2735,21 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr "Fuzzy søgning er ikke kompatibelt med denne søgemetode!"
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
#, fuzzy
#| msgid ""
#| "\n"
@@ -2749,7 +2767,7 @@ msgstr ""
" nogle funktioner kun virker med en postgres database.\n"
" "
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2764,27 +2782,27 @@ msgstr ""
"du har gemt dine superbruger oplysninger, konsulter venligst Django "
"dokumentationen for at lære at nulstille dit kodeord."
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "Kodeorderne er ikke ens!"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "Brugeren blev oprettet, log venligst ind!"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "Ugyldigt invitationslink angivet!"
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr "Du er nu medlem af rummet."
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "Invitationslink er ugyldigt eller allerede brugt!"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
@@ -2792,7 +2810,7 @@ msgstr ""
"Rapportering af delingslinks er ikke slået til for denne instans. Oplys "
"venligst din sideadministrator om at rapportere problemer."
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
@@ -2800,25 +2818,25 @@ msgstr ""
"Opskriftsdelingslinks er blevet slået fra! For mere information kontakt "
"venligst din sideadministrator."
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
#, fuzzy
#| msgid "Meal-Plan"
msgid "Plan"
msgstr "Madplan"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "Users with whom to share shopping lists."
msgid "View your shopping lists"

View File

@@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"PO-Revision-Date: 2024-03-19 23:47+0000\n"
"Last-Translator: Johannes Jandke <johannesjandke@gmail.com>\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
"Last-Translator: Jakob Priesner <jakob.priesner@outlook.de>\n"
"Language-Team: German <http://translate.tandoor.dev/projects/tandoor/recipes-"
"backend/de/>\n"
"Language: de\n"
@@ -281,31 +281,31 @@ msgstr "Du hast die maximale Anzahl an Rezepten für Deinen Space erreicht."
msgid "You have more users than allowed in your space."
msgstr "Du hast mehr Benutzer in Deinem Space als erlaubt."
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr "Linkslauf"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr "Kochlöffel"
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr "Kneten"
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr "Andicken"
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr "Erwärmen"
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr "Fermentieren"
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr "Sous-vide"
@@ -427,15 +427,13 @@ msgstr "Mittagessen"
msgid "Dinner"
msgstr "Abendessen"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Andere"
#: .\cookbook\migrations\0190_auto_20230525_1506.py:17
#, fuzzy
#| msgid "Fats"
msgid "Fat"
msgstr "Fette"
msgstr "Fett"
#: .\cookbook\migrations\0190_auto_20230525_1506.py:17
#: .\cookbook\migrations\0190_auto_20230525_1506.py:18
@@ -467,45 +465,43 @@ msgstr ""
"Maximale Datei-Speichergröße in MB. 0 für unbegrenzt, -1 um den Datei-Upload "
"zu deaktivieren."
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Suchen"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Essensplan"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Bücher"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Einkaufsliste"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr " ist Teil eines Rezepts und kann nicht gelöscht werden"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr "Nährwerte"
#: .\cookbook\models.py:919
#, fuzzy
#| msgid "Merge"
#: .\cookbook\models.py:918
msgid "Allergen"
msgstr "Zusammenführen"
msgstr "Allergen"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr "Preis"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr "Ziel"
@@ -553,19 +549,15 @@ msgstr "Neue Einheit"
#: .\cookbook\models.py:1473
msgid "Transpose Words"
msgstr ""
msgstr "Wörter austauschen"
#: .\cookbook\models.py:1474
#, fuzzy
#| msgid "Food Alias"
msgid "Food Replace"
msgstr "Lebensmittel Alias"
msgstr "Lebensmittelersatz"
#: .\cookbook\models.py:1475
#, fuzzy
#| msgid "Description Replace"
msgid "Unit Replace"
msgstr "Beschreibung ersetzen"
msgstr "Einheit Ersetzen"
#: .\cookbook\models.py:1476
msgid "Name Replace"
@@ -1029,13 +1021,11 @@ msgstr "Exportieren"
#: .\cookbook\templates\base.html:287
msgid "Properties"
msgstr ""
msgstr "Eigenschaften"
#: .\cookbook\templates\base.html:301 .\cookbook\views\lists.py:255
#, fuzzy
#| msgid "Account Connections"
msgid "Unit Conversions"
msgstr "Account-Verbindungen"
msgstr "Einheitenumwandlungen"
#: .\cookbook\templates\base.html:318 .\cookbook\templates\index.html:47
msgid "Import Recipe"
@@ -1055,10 +1045,8 @@ msgid "Space Settings"
msgstr "Space Einstellungen"
#: .\cookbook\templates\base.html:340
#, fuzzy
#| msgid "External Recipes"
msgid "External Connectors"
msgstr "Externe Rezepte"
msgstr "Externe Konnektoren"
#: .\cookbook\templates\base.html:345 .\cookbook\templates\system.html:13
msgid "System"
@@ -1519,10 +1507,8 @@ msgid "Back"
msgstr "Zurück"
#: .\cookbook\templates\property_editor.html:7
#, fuzzy
#| msgid "Ingredient Editor"
msgid "Property Editor"
msgstr "Zutateneditor"
msgstr "Eigenschaften-Editor"
#: .\cookbook\templates\recipe_view.html:36
msgid "Comments"
@@ -1969,10 +1955,8 @@ msgid "Sign in using"
msgstr "Einloggen mit"
#: .\cookbook\templates\space_manage.html:7
#, fuzzy
#| msgid "Space Membership"
msgid "Space Management"
msgstr "Space-Mitgliedschaft"
msgstr "Space-Management"
#: .\cookbook\templates\space_manage.html:26
msgid "Space:"
@@ -2069,20 +2053,25 @@ msgid ""
"script to generate version information (done automatically in docker).\n"
" "
msgstr ""
"\n"
" Führe <code>version.py</code> im update script durch, um "
"Informationen zur Version anzuzeigen (wird automatisch von docker "
"durchgeführt).\n"
" "
#: .\cookbook\templates\system.html:46
msgid "Media Serving"
msgstr "Medien ausliefern"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Warnung"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "Ok"
@@ -2102,7 +2091,8 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "Alles in Ordnung!"
@@ -2152,20 +2142,31 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Datenbank"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Info"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#, fuzzy
#| msgid "Use fractions"
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
msgid "Migrations"
msgstr "Brüche verwenden"
msgstr "Migrationen"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2176,24 +2177,30 @@ msgid ""
"issue.\n"
" "
msgstr ""
"\n"
" Migrationen sollten niemals fehlschlagen!\n"
" Fehlgeschlagene Migrationen werden wahrscheinlich dazu führen, "
"dass wichtige Teile der App nicht mehr korrekt funktionieren.\n"
" Wenn eine Migration fehlschlägt, vergewissern Sie sich, dass Sie "
"die neueste Version verwenden. Wenn ja, posten Sie bitte das "
"Migrationsprotokoll und die Übersicht unten in einem GitHub-Problem.\n"
" "
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
msgstr "Falsch"
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
msgstr "Wahr"
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
msgstr "Verbergen"
#: .\cookbook\templates\system.html:199
#, fuzzy
#| msgid "Show Log"
#: .\cookbook\templates\system.html:210
msgid "Show"
msgstr "Log anzeigen"
msgstr "Anzeigen"
#: .\cookbook\templates\url_import.html:8
msgid "URL Import"
@@ -2271,17 +2278,18 @@ msgstr "{obj.name} wurde der Einkaufsliste hinzugefügt."
#: .\cookbook\views\api.py:743
msgid "Filter meal plans from date (inclusive) in the format of YYYY-MM-DD."
msgstr ""
"Filtern Sie Essenspläne ab Datum (einschließlich) im Format JJJJ-MM-TT."
#: .\cookbook\views\api.py:744
msgid "Filter meal plans to date (inclusive) in the format of YYYY-MM-DD."
msgstr ""
"Filtern Sie die Essenspläne nach Datum (einschließlich) im Format JJJJ-MM-TT."
#: .\cookbook\views\api.py:745
#, fuzzy
#| msgid "ID of recipe a step is part of. For multiple repeat parameter."
msgid "Filter meal plans with MealType ID. For multiple repeat parameter."
msgstr ""
"ID des Rezeptes zu dem ein Schritt gehört. Kann mehrfach angegeben werden."
"Filtern Sie Mahlzeitenpläne nach der MealType ID. Für mehrere "
"Wiederholungsparameter."
#: .\cookbook\views\api.py:873
msgid "ID of recipe a step is part of. For multiple repeat parameter."
@@ -2477,18 +2485,14 @@ msgstr ""
"mehrfach angegeben werden."
#: .\cookbook\views\api.py:1126
#, fuzzy
#| msgid ""
#| "Filter shopping list entries on checked. [true, false, both, <b>recent</"
#| "b>]<br> - recent includes unchecked items and recently completed items."
msgid ""
"Filter shopping list entries on checked. [true, false, both, <b>recent</"
"b>]<br> - recent includes unchecked items and recently "
"completed items."
msgstr ""
"Einkaufslisteneinträge nach Häkchen filtern. [ja, nein, beides, "
"<b>kürzlich</b>]<br> - kürzlich enthält nicht abgehakte Einträge und "
"kürzlich abgeschlossene Einträge."
"Einkaufslisteneinträge nach Häkchen filtern. [ja, nein, beides, "
"<b>kürzlich</b>]<br> - kürzlich enthält nicht abgehakte "
"Einträge und kürzlich abgeschlossene Einträge."
#: .\cookbook\views\api.py:1129
msgid "Returns the shopping list entries sorted by supermarket category order."
@@ -2497,7 +2501,7 @@ msgstr ""
#: .\cookbook\views\api.py:1211
msgid "Filter for entries with the given recipe"
msgstr ""
msgstr "Filter für Einträge mit dem angegebenen Rezept"
#: .\cookbook\views\api.py:1293
#, fuzzy
@@ -2533,7 +2537,7 @@ msgstr "Es konnten keine passenden Daten gefunden werden."
#: .\cookbook\views\api.py:1547
msgid "File is above space limit"
msgstr ""
msgstr "Datei überschreitet das Speicherplatzlimit"
#: .\cookbook\views\api.py:1564 .\cookbook\views\import_export.py:114
msgid "Importing is not implemented for this provider"
@@ -2604,14 +2608,12 @@ msgid "There was an error updating this storage backend!"
msgstr "Es gab einen Fehler beim Aktualisieren dieser Speicherquelle!"
#: .\cookbook\views\edit.py:134
#, fuzzy
#| msgid "Changes saved!"
msgid "Config saved!"
msgstr "Änderungen gespeichert!"
msgstr "Einstellung gespeichert!"
#: .\cookbook\views\edit.py:142
msgid "ConnectorConfig"
msgstr ""
msgstr "Konnektor-Config"
#: .\cookbook\views\edit.py:198
msgid "Changes saved!"
@@ -2669,13 +2671,11 @@ msgstr "Schritte"
#: .\cookbook\views\lists.py:270
msgid "Property Types"
msgstr ""
msgstr "Eigenschaftstypen"
#: .\cookbook\views\new.py:86
#, fuzzy
#| msgid "This feature is not available in the demo version!"
msgid "This feature is not enabled by the server admin!"
msgstr "Diese Funktion ist in der Demo-Version nicht verfügbar!"
msgstr "Diese Funktion wurde vom Administrator nicht freigeschaltet!"
#: .\cookbook\views\new.py:123
msgid "Imported new recipe!"
@@ -2686,16 +2686,15 @@ msgid "There was an error importing this recipe!"
msgstr "Beim Importieren des Rezeptes ist ein Fehler aufgetreten!"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "Diese Funktion ist in der Demo-Version nicht verfügbar!"
#: .\cookbook\views\views.py:74
#, fuzzy
#| msgid "You have reached the maximum number of recipes for your space."
msgid ""
"You have the reached the maximum amount of spaces that can be owned by you."
msgstr "Du hast die maximale Anzahl an Rezepten für Deinen Space erreicht."
msgstr ""
"Du hast die maximale Anzahl an Rezepten erreicht, die Du besitzen kannst."
#: .\cookbook\views\views.py:89
msgid ""
@@ -2730,35 +2729,32 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr "Die \"Ungenaue\" Suche ist mit diesem Suchtyp nicht kompatibel!"
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
"PostgreSQL %(v)s ist veraltet. Aktualisieren Sie auf eine vollständig "
"unterstützte Version!"
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr "Sie verwenden PostgreSQL %(v1)s. PostgreSQL %(v2)s wird empfohlen"
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:312
#, fuzzy
#| msgid ""
#| "\n"
#| " This application is not running with a Postgres database "
#| "backend. This is ok but not recommended as some\n"
#| " features only work with postgres databases.\n"
#| " "
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
"\n"
" Diese Anwendung läuft nicht mit einer PostgreSQL Datenbank. Dies "
"ist in Ordnung, wird aber nicht empfohlen, da einige\n"
"Funktionen nur mit einer PostgreSQL-Datenbanken funktionieren.\n"
" "
"Diese Anwendung läuft nicht mit einer PostgreSQL Datenbank. Dies ist in "
"Ordnung, wird aber nicht empfohlen, da einige Funktionen nur mit einer "
"PostgreSQL-Datenbanken funktionieren."
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2772,27 +2768,27 @@ msgstr ""
"Die Setup-Seite kann nur für den ersten Nutzer verwendet werden. Zum "
"Zurücksetzen von Passwörtern bitte der Django-Dokumentation folgen."
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "Passwörter stimmen nicht überein!"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "Benutzer wurde erstellt, bitte einloggen!"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "Fehlerhafter Einladungslink angegeben!"
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr "Space erfolgreich beigetreten."
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "Einladungslink ungültig oder bereits genutzt!"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
@@ -2800,7 +2796,7 @@ msgstr ""
"Das melden von Links ist in dieser Instanz nicht aktiviert. Bitte "
"kontaktieren sie den Seitenadministrator um Probleme zu melden."
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
@@ -2808,27 +2804,25 @@ msgstr ""
"Dieser Link wurde deaktiviert! Bitte kontaktieren sie den "
"Seitenadministrator für weitere Informationen."
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
msgstr "Manage Rezepte, Einkaufslisten Essenspläne und mehr."
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr "Plan"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
msgstr "Betrachte deinen Essensplan"
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
msgstr "Betrachte deine Kochbücher"
#: .\cookbook\views\views.py:455
#, fuzzy
#| msgid "New Shopping List"
#: .\cookbook\views\views.py:460
msgid "View your shopping lists"
msgstr "Neue Einkaufsliste"
msgstr "Zeige deine Einkaufslisten"
#~ msgid "Default unit"
#~ msgstr "Standardeinheit"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2023-08-21 09:19+0000\n"
"Last-Translator: Theodoros Grammenos <teogramm@outlook.com>\n"
"Language-Team: Greek <http://translate.tandoor.dev/projects/tandoor/recipes-"
@@ -271,33 +271,33 @@ msgstr "Έχετε υπερβεί τον μέγιστο αριθμό συντα
msgid "You have more users than allowed in your space."
msgstr "Έχετε περισσότερους χρήστες από το επιτρεπόμενο στον χώρο σας."
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
#, fuzzy
#| msgid "Use fractions"
msgid "reverse rotation"
msgstr "Χρήση κλασμάτων"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -421,7 +421,7 @@ msgstr "Μεσημεριανό"
msgid "Dinner"
msgstr "Βραδινό"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Άλλο"
@@ -459,47 +459,47 @@ msgstr ""
"Μέγιστος χώρος αποθήκευσης αρχείων σε MB. Ορίστε το σε 0 για απεριόριστο "
"χώρο, σε -1 για να απενεργοποιήσετε τη μεταφόρτωση αρχείων."
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Αναζήτηση"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Πραγματισμός γευμάτων"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Βιβλία"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Αγορές"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr " είναι μέρος ενός βήματος συνταγής και δεν μπορεί να διαγράφει"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Automations"
msgid "Nutrition"
msgstr "Αυτοματισμοί"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Συγχώνευση"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1910,14 +1910,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr ""
@@ -1932,7 +1932,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr ""
@@ -1969,20 +1970,33 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr ""
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr ""
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "Χρήση κλασμάτων"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -1994,19 +2008,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show Log"
msgid "Show"
@@ -2419,7 +2433,7 @@ msgid "There was an error importing this recipe!"
msgstr ""
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2458,56 +2472,60 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
"please consult the django documentation on how to reset passwords."
msgstr ""
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr ""
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr ""
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr ""
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
@@ -2515,25 +2533,25 @@ msgstr ""
"Ο σύνδεσμος κοινοποίησης συνταγής έχει απενεργοποιηθεί! Για περαιτέρω "
"πληροφορίες, παρακαλώ επικοινωνήστε με τον διαχειριστή της σελίδας."
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
#, fuzzy
#| msgid "Meal-Plan"
msgid "Plan"
msgstr "Πραγματισμός γευμάτων"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "Users with whom to share shopping lists."
msgid "View your shopping lists"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -243,31 +243,31 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -383,7 +383,7 @@ msgstr ""
msgid "Dinner"
msgstr ""
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr ""
@@ -419,43 +419,43 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr ""
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr ""
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr ""
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr ""
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Allergen"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1818,14 +1818,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr ""
@@ -1840,7 +1840,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr ""
@@ -1877,18 +1878,31 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr ""
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr ""
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
msgid "Migrations"
msgstr ""
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -1900,19 +1914,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
msgid "Show"
msgstr ""
@@ -2323,7 +2337,7 @@ msgid "There was an error importing this recipe!"
msgstr ""
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2360,77 +2374,81 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
"please consult the django documentation on how to reset passwords."
msgstr ""
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr ""
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr ""
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr ""
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
msgid "View your shopping lists"
msgstr ""

View File

@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2024-03-27 19:02+0000\n"
"Last-Translator: Axel Breiterman <axelbreiterman@gmail.com>\n"
"Language-Team: Spanish <http://translate.tandoor.dev/projects/tandoor/"
@@ -283,33 +283,33 @@ msgstr "Ha alcanzado el número máximo de recetas para su espacio."
msgid "You have more users than allowed in your space."
msgstr "Tenés mas usuarios que los permitidos en tu espacio"
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
#, fuzzy
#| msgid "Use fractions"
msgid "reverse rotation"
msgstr "Usar fracciones"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr "amasar"
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr "espesar"
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr "precalentar"
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr "fermentar"
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr "sous-vide"
@@ -431,7 +431,7 @@ msgstr "Almuerzo"
msgid "Dinner"
msgstr "Cena"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Otro"
@@ -469,45 +469,45 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Buscar"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Régimen de comidas"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Libros"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Compras"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr " es parte del paso de una receta y no puede ser eliminado"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr "Información Nutricional"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Combinar"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -2010,14 +2010,14 @@ msgid "Media Serving"
msgstr "Servidor multimedia"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Advertencia"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "Ok"
@@ -2039,7 +2039,8 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "¡Todo va bien!"
@@ -2092,20 +2093,33 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Base de Datos"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Información"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "Usar fracciones"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2117,19 +2131,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show Links"
msgid "Show"
@@ -2566,7 +2580,7 @@ msgid "There was an error importing this recipe!"
msgstr "¡Hubo un error al importar esta receta!"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "¡Esta funcionalidad no está disponible en la versión demo!"
@@ -2605,17 +2619,21 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
#, fuzzy
#| msgid ""
#| "\n"
@@ -2633,7 +2651,7 @@ msgstr ""
" características sólo funcionan con bases de datos Postgres.\n"
" "
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2648,55 +2666,55 @@ msgstr ""
"usuario. Si has olvidado tus credenciales de superusuario, por favor "
"consulta la documentación de django sobre cómo restablecer las contraseñas."
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "¡Las contraseñas no coinciden!"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "El usuario ha sido creado, ¡inicie sesión!"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "¡Se proporcionó un enlace de invitación con formato incorrecto!"
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "¡El enlace de invitación no es válido o ya se ha utilizado!"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr "Menú"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "Shopping List"
msgid "View your shopping lists"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2024-03-10 06:12+0000\n"
"Last-Translator: Kn <kn@users.noreply.translate.tandoor.dev>\n"
"Language-Team: Finnish <http://translate.tandoor.dev/projects/tandoor/"
@@ -246,31 +246,31 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -386,7 +386,7 @@ msgstr ""
msgid "Dinner"
msgstr ""
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr ""
@@ -422,43 +422,43 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr ""
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr ""
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Kirjat"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr ""
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Allergen"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1823,14 +1823,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr ""
@@ -1845,7 +1845,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr ""
@@ -1882,18 +1883,31 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr ""
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr ""
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
msgid "Migrations"
msgstr ""
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -1905,19 +1919,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
msgid "Show"
msgstr ""
@@ -2328,7 +2342,7 @@ msgid "There was an error importing this recipe!"
msgstr ""
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2365,78 +2379,82 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
"please consult the django documentation on how to reset passwords."
msgstr ""
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr ""
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr ""
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr ""
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
msgid "View your shopping lists"
msgstr ""

View File

@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"PO-Revision-Date: 2024-03-19 13:59+0000\n"
"Last-Translator: Anthony BARRIER <barrier.anthony@gmail.com>\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2024-05-28 00:57+0000\n"
"Last-Translator: tarek EL SOL <tarek.elsol@gmail.com>\n"
"Language-Team: French <http://translate.tandoor.dev/projects/tandoor/recipes-"
"backend/fr/>\n"
"Language: fr\n"
@@ -76,8 +76,7 @@ msgstr "Ajoutez votre commentaire : "
#: .\cookbook\forms.py:151
msgid "Leave empty for dropbox and enter app password for nextcloud."
msgstr ""
"Laissez vide pour Dropbox et renseignez votre mot de passe dapplication "
"pour Nextcloud."
"Laissez vide pour Dropbox et renseignez votre mot de passe pour Nextcloud."
#: .\cookbook\forms.py:154
msgid "Leave empty for nextcloud and enter api token for dropbox."
@@ -137,7 +136,7 @@ msgid ""
"An email address is not required but if present the invite link will be sent "
"to the user."
msgstr ""
"Une adresse mail nest pas requise mais si elle est renseignée, le lien "
"Une adresse mail nest pas requise, mais si elle est renseignée, le lien "
"dinvitation sera envoyé à lutilisateur."
#: .\cookbook\forms.py:287
@@ -170,16 +169,16 @@ msgid ""
"Use fuzzy matching on units, keywords and ingredients when editing and "
"importing recipes."
msgstr ""
"Utilisez la correspondance floue sur les unités, les mots-clés et les "
"ingrédients lors de lédition et de limportation de recettes."
"Employez la correspondance approximative pour les unités, les mots-clés et "
"les ingrédients pendant l'édition et l'importation des recettes."
#: .\cookbook\forms.py:342
msgid ""
"Fields to search ignoring accents. Selecting this option can improve or "
"degrade search quality depending on language"
msgstr ""
"Champs à rechercher en ignorant les accents. La sélection de cette option "
"peut améliorer ou dégrader la qualité de la recherche en fonction de la "
"La recherche de champs sans tenir compte des accents peut soit améliorer "
"soit détériorer la qualité des résultats de recherche, cela dépend de la "
"langue"
#: .\cookbook\forms.py:343
@@ -187,17 +186,18 @@ msgid ""
"Fields to search for partial matches. (e.g. searching for 'Pie' will return "
"'pie' and 'piece' and 'soapie')"
msgstr ""
"Champs à rechercher pour les correspondances partielles. (par exemple, la "
"recherche de « Tarte » renverra « tarte », « tartelette » et « tartes »)"
"Cherchez des champs pour des correspondances partielles. Par exemple : "
"rechercher \"Tarte\" pourrait retourner \"tarte\", \"tartelette\", et "
"\"tartes\""
#: .\cookbook\forms.py:344
msgid ""
"Fields to search for beginning of word matches. (e.g. searching for 'sa' "
"will return 'salad' and 'sandwich')"
msgstr ""
"Champs permettant de rechercher les correspondances de début de mot (par "
"exemple, si vous recherchez « sa », vous obtiendrez « salade » et "
"« sandwich»)"
"Les champs de recherche conçus pour trouver des correspondances en début de "
"mot vous permettront, par exemple, de saisir « sa » et d'obtenir des "
"résultats tels que « salade » et « sandwich »"
#: .\cookbook\forms.py:345
msgid ""
@@ -291,31 +291,31 @@ msgstr ""
"Le nombre dutilisateurs dans votre groupe dépasse le nombre dutilisateurs "
"autorisé."
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr "sens inverse"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr "sens horloger"
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr "pétrir"
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr "épaissir"
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr "réchauffer"
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr "fermenter"
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr "sous-vide"
@@ -437,7 +437,7 @@ msgstr "Déjeuner"
msgid "Dinner"
msgstr "Dîner"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Autre"
@@ -477,45 +477,45 @@ msgstr ""
"Le stockage maximal de fichiers pour ce groupe en Mo. Mettre 0 pour ne pas "
"avoir de limite et -1 pour empêcher le téléversement de fichiers."
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Rechercher"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Menu de la semaine"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Livres"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Courses"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr " fait partie dune étape de la recette et ne peut être supprimé(e)"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr "Informations nutritionnelles"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Fusionner"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -2118,14 +2118,14 @@ msgid "Media Serving"
msgstr "Publication des médias"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Avertissement"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "OK"
@@ -2146,7 +2146,8 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "Tout est en ordre !"
@@ -2197,20 +2198,33 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Base de données"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Info"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "Utiliser les fractions"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2222,19 +2236,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show Log"
msgid "Show"
@@ -2695,7 +2709,7 @@ msgid "There was an error importing this recipe!"
msgstr "Une erreur est survenue lors de limportation de cette recette !"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "Cette fonctionnalité nest pas disponible dans la version dessai !"
@@ -2741,17 +2755,21 @@ msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
"La recherche floue nest pas compatible avec cette méthode de recherche !"
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
#, fuzzy
#| msgid ""
#| "\n"
@@ -2770,7 +2788,7 @@ msgstr ""
"de données Postgres.\n"
" "
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2786,27 +2804,27 @@ msgstr ""
"utilisateur, counsultez la documentation Django pour savoir comment "
"réinitialiser le mot de passe."
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "Les mots de passe ne correspondent pas !"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "Lutilisateur a été créé, veuillez vous connecter !"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "Le lien dinvitation fourni est mal formé !"
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr "Vous avez bien rejoint le groupe."
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "Le lien dinvitation est invalide ou déjà utilisé !"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
@@ -2814,7 +2832,7 @@ msgstr ""
"Le signalement de liens partagés nest pas autorisé pour cette installation. "
"Veuillez contacter ladministrateur de la page pour signaler le problème."
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
@@ -2822,23 +2840,23 @@ msgstr ""
"Le lien de partage de la recette a été désactivé ! Pour plus dinformations, "
"veuillez contacter ladministrateur de la page."
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr "Menu"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "New Shopping List"
msgid "View your shopping lists"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2023-11-15 08:20+0000\n"
"Last-Translator: avi meyer <avmeyer@gmail.com>\n"
"Language-Team: Hebrew <http://translate.tandoor.dev/projects/tandoor/recipes-"
@@ -245,31 +245,31 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -385,7 +385,7 @@ msgstr ""
msgid "Dinner"
msgstr ""
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr ""
@@ -421,43 +421,43 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr ""
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr ""
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr ""
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr ""
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Allergen"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1820,14 +1820,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr ""
@@ -1842,7 +1842,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr ""
@@ -1879,20 +1880,33 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr ""
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr ""
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "שימוש בשברים"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -1904,19 +1918,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
msgid "Show"
msgstr ""
@@ -2327,7 +2341,7 @@ msgid "There was an error importing this recipe!"
msgstr ""
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2364,78 +2378,82 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
"please consult the django documentation on how to reset passwords."
msgstr ""
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr ""
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr ""
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr ""
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
msgid "View your shopping lists"
msgstr ""

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2023-12-05 09:15+0000\n"
"Last-Translator: Ferenc <ugyes@freemail.hu>\n"
"Language-Team: Hungarian <http://translate.tandoor.dev/projects/tandoor/"
@@ -281,31 +281,31 @@ msgstr "Elérte a maximális számú receptet a helyén."
msgid "You have more users than allowed in your space."
msgstr "Több felhasználója van, mint amennyit engedélyeztek a térben."
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr "Ellentétes irány"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr "dagasztás"
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr "sűrítés"
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr "melegítés"
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr "fermentálás"
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr "sous-vide"
@@ -427,7 +427,7 @@ msgstr "Ebéd"
msgid "Dinner"
msgstr "Vacsora"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Egyéb"
@@ -465,47 +465,47 @@ msgstr ""
"Maximális tárhely a fájloknak MB-ban. 0 a korlátlan, -1 a fájlfeltöltés "
"letiltásához."
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Keresés"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Menüterv"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Könyvek"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Bevásárlás"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr " egy recept része, ezért nem törölhető"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Automations"
msgid "Nutrition"
msgstr "Automatizációk"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Egyesítés"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -2125,14 +2125,14 @@ msgid "Media Serving"
msgstr "Média kiszolgáló"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Figyelmeztetés"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "Rendben"
@@ -2154,7 +2154,8 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "Minden rendben van!"
@@ -2207,20 +2208,33 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Adatbázis"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Információ"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "Törtek használata"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2232,19 +2246,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show Log"
msgid "Show"
@@ -2746,7 +2760,7 @@ msgid "There was an error importing this recipe!"
msgstr "Hiba történt a recept importálásakor!"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "Ez a funkció nem érhető el a demó verzióban!"
@@ -2789,17 +2803,21 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr "A bizonytalan keresés nem kompatibilis ezzel a keresési módszerrel!"
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
#, fuzzy
#| msgid ""
#| "\n"
@@ -2817,7 +2835,7 @@ msgstr ""
" funkciók csak Postgres adatbázisokkal működnek.\n"
" "
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2832,27 +2850,27 @@ msgstr ""
"elfelejtette a szuperfelhasználói hitelesítő adatait, kérjük, olvassa el a "
"django dokumentációját a jelszavak visszaállításáról."
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "A jelszavak nem egyeznek!"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "A felhasználó létre lett hozva, kérjük, jelentkezzen be!"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "Hibás meghívó linket küldtek!"
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr "Sikeresen csatlakozott az térhez."
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "A meghívó link nem érvényes vagy már felhasználásra került!"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
@@ -2860,7 +2878,7 @@ msgstr ""
"A megosztási hivatkozások jelentése nem engedélyezett ezen a példányon. "
"Kérjük, a problémák jelentéséhez értesítse az oldal adminisztrátorát."
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
@@ -2868,25 +2886,25 @@ msgstr ""
"A receptmegosztó linket letiltották! További információkért kérjük, "
"forduljon az oldal adminisztrátorához."
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
#, fuzzy
#| msgid "Meal-Plan"
msgid "Plan"
msgstr "Menüterv"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "New Shopping List"
msgid "View your shopping lists"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2023-01-08 17:55+0000\n"
"Last-Translator: Joachim Weber <joachim.weber@gmx.de>\n"
"Language-Team: Armenian <http://translate.tandoor.dev/projects/tandoor/"
@@ -260,31 +260,31 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -409,7 +409,7 @@ msgstr "Ճաշ"
msgid "Dinner"
msgstr "Ընթրիք"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Այլ"
@@ -447,45 +447,45 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Փնտրել"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Ճաշացուցակ"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Գրքեր"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Գնումներ"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr "Սննդայնություն"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Միավորել"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1982,14 +1982,14 @@ msgid "Media Serving"
msgstr "Մեդիայի մատուցում"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Զգուշացում"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "Լավ է"
@@ -2011,7 +2011,8 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "Ամեն բան նորմալ է։"
@@ -2062,18 +2063,31 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Շտեմարան"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Տեղեկություն"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
msgid "Migrations"
msgstr ""
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2085,19 +2099,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show help"
msgid "Show"
@@ -2533,7 +2547,7 @@ msgid "There was an error importing this recipe!"
msgstr "Այս բաղադրատոմսի ներմուծման ժամանակ սխալ է գրանցվել։"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "Այս հատկությունը հասանելի չէ փորձնական տարբերակում։"
@@ -2570,17 +2584,21 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
#, fuzzy
#| msgid ""
#| "\n"
@@ -2598,7 +2616,7 @@ msgstr ""
" հատկություններ աշխատում են միայն postgres շտեմարանների հետ։\n"
" "
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2613,55 +2631,55 @@ msgstr ""
"համար։ Եթե մոռացել եք ձեր սուպեր-օգտատերի գաղտնաբառը, խնդրում ենք ստուգել "
"django-ի փաստաթղթերը գաղտնաբառը վերականգնելու ցուցումների համար։"
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "Գաղտնաբառերը չեն համընկնում:"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "Օգտատերը ստեղծված է, խնդրում ենք մուտք գործել։"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "Հրավերի արատավոր հղում է տրամադրվել։"
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "Հրավերի հղումը վավեր չէ, կամ արդեն օգտագործվել է:"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr "Պլան"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "Shopping Lists"
msgid "View your shopping lists"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2022-10-12 08:33+0000\n"
"Last-Translator: wella <wella.design@gmail.com>\n"
"Language-Team: Indonesian <http://translate.tandoor.dev/projects/tandoor/"
@@ -267,33 +267,33 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
#, fuzzy
#| msgid "Use fractions"
msgid "reverse rotation"
msgstr "Gunakan pecahan"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -409,7 +409,7 @@ msgstr ""
msgid "Dinner"
msgstr ""
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr ""
@@ -445,43 +445,43 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr ""
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr ""
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr ""
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr ""
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Allergen"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1844,14 +1844,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr ""
@@ -1866,7 +1866,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr ""
@@ -1903,20 +1904,33 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr ""
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr ""
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "Gunakan pecahan"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -1928,19 +1942,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
msgid "Show"
msgstr ""
@@ -2350,7 +2364,7 @@ msgid "There was an error importing this recipe!"
msgstr ""
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2387,78 +2401,82 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
"please consult the django documentation on how to reset passwords."
msgstr ""
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr ""
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr ""
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr ""
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "Users with whom to share shopping lists."
msgid "View your shopping lists"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2024-02-17 19:16+0000\n"
"Last-Translator: Andrea <giovannibecco@mailo.com>\n"
"Language-Team: Italian <http://translate.tandoor.dev/projects/tandoor/"
@@ -277,31 +277,31 @@ msgstr "Hai raggiunto il numero massimo di ricette nella tua istanza."
msgid "You have more users than allowed in your space."
msgstr "Hai più utenti di quanti permessi nella tua istanza."
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr "rotazione inversa"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr "rotazione con cura"
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr "impastare"
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr "addensare"
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr "riscaldare"
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr "fermentare"
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr "sottovuoto"
@@ -423,7 +423,7 @@ msgstr "Pranzo"
msgid "Dinner"
msgstr "Cena"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Altro"
@@ -463,45 +463,45 @@ msgstr ""
"Archiviazione massima in MB. 0 per illimitata, -1 per disabilitare il "
"caricamento dei file."
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Cerca"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Piano alimentare"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Libri"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Spesa"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr " è parte dello step di una ricetta e non può essere eliminato"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr "Nutrienti"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Unisci"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -2016,14 +2016,14 @@ msgid "Media Serving"
msgstr "File multimediali"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Attenzione"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "Ok"
@@ -2044,7 +2044,8 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "È tutto ok!"
@@ -2096,20 +2097,33 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Database"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Info"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "Usa frazioni"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2121,19 +2135,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show Log"
msgid "Show"
@@ -2573,7 +2587,7 @@ msgid "There was an error importing this recipe!"
msgstr "Si è verificato un errore durante l'importazione di questa ricetta!"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "Questa funzione non è disponibile nella versione demo!"
@@ -2616,17 +2630,21 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr "La ricerca vaga non è compatibile con questo metodo di ricerca!"
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
#, fuzzy
#| msgid ""
#| "\n"
@@ -2644,7 +2662,7 @@ msgstr ""
" funzionalità sono disponibili solo con un database Posgres.\n"
" "
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2659,27 +2677,27 @@ msgstr ""
"utente! Se hai dimenticato le credenziali del tuo super utente controlla la "
"documentazione di Django per resettare le password."
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "Le password non combaciano!"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "L'utente è stato creato e ora può essere usato per il login!"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "È stato fornito un link di invito non valido!"
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr "Sei entrato a far parte di questa istanza."
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "Il link di invito non è valido o è stato già usato!"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
@@ -2687,7 +2705,7 @@ msgstr ""
"La segnalazione dei link di condivisione non è abilitata per questa istanza. "
"Notifica l'amministratore per segnalare i problemi."
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
@@ -2695,23 +2713,23 @@ msgstr ""
"Il link per la condivisione delle ricette è stato disabilitato! Per maggiori "
"informazioni contatta l'amministratore."
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr "Piano"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "New Shopping List"
msgid "View your shopping lists"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2023-01-08 17:55+0000\n"
"Last-Translator: Joachim Weber <joachim.weber@gmx.de>\n"
"Language-Team: Latvian <http://translate.tandoor.dev/projects/tandoor/"
@@ -257,33 +257,33 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
#, fuzzy
#| msgid "System Information"
msgid "reverse rotation"
msgstr "Sistēmas informācija"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -407,7 +407,7 @@ msgstr "Pusdienas"
msgid "Dinner"
msgstr "Vakariņas"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Cits"
@@ -445,45 +445,45 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Meklēt"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Maltīšu plāns"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Grāmatas"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Iepirkšanās"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr "Uzturs"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Apvienot"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1961,14 +1961,14 @@ msgid "Media Serving"
msgstr "Multivides rādīšana"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Brīdinājums"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "Ok"
@@ -1990,7 +1990,8 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "Viss ir kārtībā!"
@@ -2042,20 +2043,33 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Datubāze"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Info"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "System Information"
msgid "Migrations"
msgstr "Sistēmas informācija"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2067,19 +2081,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show Links"
msgid "Show"
@@ -2509,7 +2523,7 @@ msgid "There was an error importing this recipe!"
msgstr "Importējot šo recepti, radās kļūda!"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2546,17 +2560,21 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
#, fuzzy
#| msgid ""
#| "\n"
@@ -2574,7 +2592,7 @@ msgstr ""
" funkcijas darbojas tikai ar Postgres datu bāzēm.\n"
" "
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2589,55 +2607,55 @@ msgstr ""
"aizmirsis sava superlietotāja informāciju, lūdzu, skatiet Django "
"dokumentāciju par paroļu atiestatīšanu."
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "Paroles nesakrīt!"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "Lietotājs ir izveidots, lūdzu, piesakieties!"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "Nepareiza uzaicinājuma saite!"
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "Uzaicinājuma saite nav derīga vai jau izmantota!"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr "Plāns"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "Shopping List"
msgid "View your shopping lists"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2023-08-19 21:36+0000\n"
"Last-Translator: NeoID <neoid@animenord.com>\n"
"Language-Team: Norwegian Bokmål <http://translate.tandoor.dev/projects/"
@@ -256,31 +256,31 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -400,7 +400,7 @@ msgstr "Lunsj"
msgid "Dinner"
msgstr "Middag"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Annet"
@@ -438,45 +438,45 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Søk"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Måltidsplan"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Bøker"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Handle"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr "Næringsinnhold"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Slå sammen"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1935,14 +1935,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "OK"
@@ -1957,7 +1957,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr ""
@@ -1994,18 +1995,31 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Database"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Info"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
msgid "Migrations"
msgstr ""
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2017,19 +2031,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show help"
msgid "Show"
@@ -2450,7 +2464,7 @@ msgid "There was an error importing this recipe!"
msgstr ""
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2487,78 +2501,82 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
"please consult the django documentation on how to reset passwords."
msgstr ""
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr ""
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr ""
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr ""
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr "Plan"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "Open Shopping List"
msgid "View your shopping lists"

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2024-02-10 12:20+0000\n"
"Last-Translator: Jonan B <jonanb@pm.me>\n"
"Language-Team: Dutch <http://translate.tandoor.dev/projects/tandoor/recipes-"
@@ -277,31 +277,31 @@ msgstr "Je hebt het maximaal aantal recepten voor jouw ruimte bereikt."
msgid "You have more users than allowed in your space."
msgstr "Je hebt meer gebruikers dan toegestaan in jouw ruimte."
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr "omgekeerde rotatie"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr "voorzichtige rotatie"
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr "kneden"
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr "verdikken"
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr "opwarmen"
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr "gisten"
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr "sous-vide"
@@ -422,7 +422,7 @@ msgstr "Lunch"
msgid "Dinner"
msgstr "Avondeten"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Overige"
@@ -462,45 +462,45 @@ msgstr ""
"Maximale bestandsopslag voor ruimte in MB. 0 voor onbeperkt, -1 om uploaden "
"van bestanden uit te schakelen."
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Zoeken"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Maaltijdplan"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Boeken"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Winkelen"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr " is deel van een receptstap en kan niet verwijderd worden"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr "Voedingswaarde"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Samenvoegen"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -2078,14 +2078,14 @@ msgid "Media Serving"
msgstr "Media aanbieder"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Waarschuwing"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "Oké"
@@ -2105,7 +2105,8 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "Alles is in orde!"
@@ -2156,20 +2157,33 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Database"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Info"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "Gebruik fracties"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2181,19 +2195,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show Log"
msgid "Show"
@@ -2677,7 +2691,7 @@ msgid "There was an error importing this recipe!"
msgstr "Er is een fout opgetreden bij het importeren van dit recept!"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "Deze optie is niet beschikbaar in de demo versie!"
@@ -2720,17 +2734,21 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr "'Fuzzy' zoeken is niet te gebruiken met deze zoekmethode!"
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
#, fuzzy
#| msgid ""
#| "\n"
@@ -2748,7 +2766,7 @@ msgstr ""
" alleen werken met Postgres databases.\n"
" "
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2764,27 +2782,27 @@ msgstr ""
"documentatie raad moeten plegen voor een methode om je wachtwoord te "
"resetten."
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "Wachtwoorden komen niet overeen!"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "Gebruiker is gecreëerd, Log in alstublieft!"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "Onjuiste uitnodigingslink opgegeven!"
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr "Succesvol toegetreden tot ruimte."
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "De uitnodigingslink is niet valide of al gebruikt!"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
@@ -2792,7 +2810,7 @@ msgstr ""
"Het rapporteren van gedeelde links is niet geactiveerd voor deze instantie. "
"Rapporteer problemen bij de beheerder van de pagina."
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
@@ -2800,23 +2818,23 @@ msgstr ""
"Links voor het delen van recepten zijn gedeactiveerd. Neem contact op met de "
"paginabeheerder voor aanvullende informatie."
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr "Plan"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "New Shopping List"
msgid "View your shopping lists"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2024-03-19 23:47+0000\n"
"Last-Translator: Tomasz Klimczak <klemensble@gmail.com>\n"
"Language-Team: Polish <http://translate.tandoor.dev/projects/tandoor/recipes-"
@@ -261,31 +261,31 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -407,7 +407,7 @@ msgstr "Lunch"
msgid "Dinner"
msgstr "Obiad"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Inne"
@@ -445,45 +445,45 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Szukaj"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Plan posiłków"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Książki"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Zakupy"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr "Wartość odżywcza"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Połącz"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1968,14 +1968,14 @@ msgid "Media Serving"
msgstr "Obsługa multimediów"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Uwaga"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "Ok"
@@ -1997,7 +1997,8 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "Wszystko w porządku!"
@@ -2049,18 +2050,31 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Baza danych"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Informacje"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
msgid "Migrations"
msgstr ""
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2072,19 +2086,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show help"
msgid "Show"
@@ -2507,7 +2521,7 @@ msgid "There was an error importing this recipe!"
msgstr "Wystąpił błąd podczas importu tego przepisu!"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "Ta funkcja nie jest dostępna w wersji demo!"
@@ -2548,19 +2562,23 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr "Wyszukiwanie rozmyte nie jest kompatybilne z tą metodą wyszukiwania!"
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
"PostgreSQL %(v)s jest przestarzały. Uaktualnij do w pełni obsługiwanej "
"wersji!!"
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr "Używasz PostgreSQL %(v1)s. Zalecany jest PostgreSQL %(v2)s"
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
@@ -2569,7 +2587,7 @@ msgstr ""
"możliwe, ale nie zalecane, ponieważ niektóre funkcje działają tylko z bazami "
"danych Postgres."
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
@@ -2580,55 +2598,55 @@ msgstr ""
"superużytkownika, proszę skonsultuj się z dokumentacją django w celu resetu "
"hasła."
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "Hasła się nie zgadzają!"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "Użytkownik został utworzony, proszę się zalogować!"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "Użyty został nieprawidłowy odnośnik zaproszenia!"
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr "Pomyślnie dołączono do przestrzeni."
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "Odnośnik zaproszenia jest nieprawidłowy bądź został już użyty!"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr "Planowanie"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "Shopping Lists"
msgid "View your shopping lists"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2023-10-07 18:02+0000\n"
"Last-Translator: Guilherme Roda <glealroda@gmail.com>\n"
"Language-Team: Portuguese <http://translate.tandoor.dev/projects/tandoor/"
@@ -267,31 +267,31 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr "rotação reversa"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -407,7 +407,7 @@ msgstr "Almoço"
msgid "Dinner"
msgstr "Jantar"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Outro"
@@ -443,45 +443,45 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Procurar"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Plano de refeição"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Livros"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Compras"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Juntar"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1869,14 +1869,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr ""
@@ -1891,7 +1891,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr ""
@@ -1928,20 +1929,33 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr ""
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr ""
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "Usar frações"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -1953,19 +1967,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show Log"
msgid "Show"
@@ -2378,7 +2392,7 @@ msgid "There was an error importing this recipe!"
msgstr ""
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2415,80 +2429,84 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
"please consult the django documentation on how to reset passwords."
msgstr ""
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr ""
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr ""
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr ""
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
#, fuzzy
#| msgid "Meal-Plan"
msgid "Plan"
msgstr "Plano de refeição"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "Shopping"
msgid "View your shopping lists"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2023-10-09 01:54+0000\n"
"Last-Translator: Guilherme Roda <glealroda@gmail.com>\n"
"Language-Team: Portuguese (Brazil) <http://translate.tandoor.dev/projects/"
@@ -258,33 +258,33 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
#, fuzzy
#| msgid "Use fractions"
msgid "reverse rotation"
msgstr "Usar frações"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -404,7 +404,7 @@ msgstr "Almoço"
msgid "Dinner"
msgstr "Jantar"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Outro"
@@ -440,47 +440,47 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Pesquisa"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Plano de Refeição"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Livros"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Compras"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Automations"
msgid "Nutrition"
msgstr "Automações"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Mesclar"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1874,14 +1874,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Alerta"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "Ok"
@@ -1896,7 +1896,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "Tudo está bem!"
@@ -1933,20 +1934,33 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Banco de Dados"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Informação"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "Usar frações"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -1958,19 +1972,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show Log"
msgid "Show"
@@ -2389,7 +2403,7 @@ msgid "There was an error importing this recipe!"
msgstr ""
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2426,80 +2440,84 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
"please consult the django documentation on how to reset passwords."
msgstr ""
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr ""
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr ""
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr ""
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
#, fuzzy
#| msgid "Meal-Plan"
msgid "Plan"
msgstr "Plano de Refeição"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "New Shopping List"
msgid "View your shopping lists"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -243,31 +243,31 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -383,7 +383,7 @@ msgstr ""
msgid "Dinner"
msgstr ""
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr ""
@@ -419,43 +419,43 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr ""
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr ""
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr ""
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr ""
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Allergen"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1818,14 +1818,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr ""
@@ -1840,7 +1840,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr ""
@@ -1877,18 +1878,31 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr ""
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr ""
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
msgid "Migrations"
msgstr ""
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -1900,19 +1914,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
msgid "Show"
msgstr ""
@@ -2323,7 +2337,7 @@ msgid "There was an error importing this recipe!"
msgstr ""
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2360,77 +2374,81 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
"please consult the django documentation on how to reset passwords."
msgstr ""
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr ""
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr ""
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr ""
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
msgid "View your shopping lists"
msgstr ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2023-04-27 08:55+0000\n"
"Last-Translator: noxonad <noxonad@proton.me>\n"
"Language-Team: Romanian <http://translate.tandoor.dev/projects/tandoor/"
@@ -283,33 +283,33 @@ msgstr "Ai ajuns la numărul maxim de rețete pentru spațiul dvs."
msgid "You have more users than allowed in your space."
msgstr "Aveți mai mulți utilizatori decât este permis în spațiul dvs."
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
#, fuzzy
#| msgid "Use fractions"
msgid "reverse rotation"
msgstr "Utilizare fracții"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -437,7 +437,7 @@ msgstr "Prânz"
msgid "Dinner"
msgstr "Cină"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Altele"
@@ -475,47 +475,47 @@ msgstr ""
"Spațiu maxim de stocare a fișierelor pentru spațiu în MB. 0 pentru "
"nelimitat, -1 pentru a dezactiva încărcarea fișierelor."
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Căutare"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Plan de alimentare"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Cărți"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Cumpărături"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr " face parte dintr-un pas de rețetă și nu poate fi șters"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Automations"
msgid "Nutrition"
msgstr "Automatizări"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Unire"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -2153,14 +2153,14 @@ msgid "Media Serving"
msgstr "Livrare conținut media"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Atenționare"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "Ok"
@@ -2182,7 +2182,8 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "Totul este bine!"
@@ -2235,20 +2236,33 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Bază de date"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Informație"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "Utilizare fracții"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2260,19 +2274,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show Log"
msgid "Show"
@@ -2707,7 +2721,7 @@ msgid "There was an error importing this recipe!"
msgstr "A existat o eroare la importul acestei rețete!"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "Această funcție nu este disponibilă în versiunea demo!"
@@ -2750,17 +2764,21 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr "Căutarea vagă nu este compatibilă cu această metodă de căutare!"
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
#, fuzzy
#| msgid ""
#| "\n"
@@ -2778,7 +2796,7 @@ msgstr ""
" caracteristicile funcționează numai cu baze de date Postgres.\n"
" "
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2793,27 +2811,27 @@ msgstr ""
"utilizator! Dacă ați uitat datele superutilizatorului, vă rugăm să "
"consultați documentația Django despre cum să resetați parolele."
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "Parolele nu se potrivesc!"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "Utilizatorul a fost creat, vă rugăm să vă autentificați!"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "Link-ul de invitație este furnizat malformat!"
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr "Spațiu alăturat cu succes."
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "Link-ul de invitație nu este valid sau deja utilizat!"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
@@ -2821,7 +2839,7 @@ msgstr ""
"Raportarea linkurilor de partajare nu este activată pentru această instanță. "
"Vă rugăm să anunțați administratorul paginii pentru a raporta probleme."
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
@@ -2829,25 +2847,25 @@ msgstr ""
"Partajare link-urilor de rețete a fost dezactivată! Pentru informații "
"suplimentare, vă rugăm să contactați administratorul paginii."
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
#, fuzzy
#| msgid "Meal-Plan"
msgid "Plan"
msgstr "Plan de alimentare"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "New Shopping List"
msgid "View your shopping lists"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2023-05-01 07:55+0000\n"
"Last-Translator: axeron2036 <admin@axeron2036.ru>\n"
"Language-Team: Russian <http://translate.tandoor.dev/projects/tandoor/"
@@ -269,31 +269,31 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -410,7 +410,7 @@ msgstr ""
msgid "Dinner"
msgstr ""
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr ""
@@ -446,43 +446,43 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr ""
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr ""
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Книги"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr ""
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Allergen"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1853,14 +1853,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr ""
@@ -1875,7 +1875,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr ""
@@ -1912,18 +1913,31 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr ""
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr ""
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
msgid "Migrations"
msgstr ""
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -1935,19 +1949,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
msgid "Show"
msgstr ""
@@ -2359,7 +2373,7 @@ msgid "There was an error importing this recipe!"
msgstr ""
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2396,78 +2410,82 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
"please consult the django documentation on how to reset passwords."
msgstr ""
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr ""
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr ""
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr ""
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
msgid "View your shopping lists"
msgstr ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2023-08-13 08:19+0000\n"
"Last-Translator: Miha Perpar <miha.perpar2@gmail.com>\n"
"Language-Team: Slovenian <http://translate.tandoor.dev/projects/tandoor/"
@@ -270,33 +270,33 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
#, fuzzy
#| msgid "Use fractions"
msgid "reverse rotation"
msgstr "Uporabi ulomke/frakcije"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -416,7 +416,7 @@ msgstr "Kosilo"
msgid "Dinner"
msgstr "Večerja"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Ostalo"
@@ -452,43 +452,43 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr ""
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr ""
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Knjige"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr ""
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Allergen"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1853,14 +1853,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr ""
@@ -1875,7 +1875,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr ""
@@ -1912,20 +1913,33 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr ""
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr ""
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "Uporabi ulomke/frakcije"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -1937,19 +1951,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
msgid "Show"
msgstr ""
@@ -2362,7 +2376,7 @@ msgid "There was an error importing this recipe!"
msgstr ""
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2399,78 +2413,82 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
"please consult the django documentation on how to reset passwords."
msgstr ""
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr ""
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr ""
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr ""
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
msgid "View your shopping lists"
msgstr ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2024-03-11 13:02+0000\n"
"Last-Translator: Kn <kn@users.noreply.translate.tandoor.dev>\n"
"Language-Team: Swedish <http://translate.tandoor.dev/projects/tandoor/"
@@ -261,31 +261,31 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr "knåda"
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr "förtjocka"
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr "Uppvärm"
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr "fermentera"
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr "sous-vide"
@@ -404,7 +404,7 @@ msgstr "Lunch"
msgid "Dinner"
msgstr "Kvällsmat"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Annat"
@@ -440,43 +440,43 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Sök"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Matsedel"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Böcker"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "Handla"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr "Näringsinnehåll"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Allergen"
msgstr "Allergen"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr "Pris"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr "Mål"
@@ -1966,14 +1966,14 @@ msgid "Media Serving"
msgstr "Mediaservering"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Varning"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "Ok"
@@ -1994,7 +1994,8 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "Allting är bra!"
@@ -2046,18 +2047,31 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Databas"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Info"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
msgid "Migrations"
msgstr "migrationer"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2069,19 +2083,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr "Falsk"
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr "Sann"
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr "Göm"
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show help"
msgid "Show"
@@ -2514,7 +2528,7 @@ msgid "There was an error importing this recipe!"
msgstr "Det uppstod ett fel när det här receptet skulle importeras!"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "Denna funktion är inte tillgänglig i demoversionen!"
@@ -2552,17 +2566,21 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
#, fuzzy
#| msgid ""
#| "\n"
@@ -2580,7 +2598,7 @@ msgstr ""
" funktioner bara fungerar med postgres-databaser.\n"
" "
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2595,55 +2613,55 @@ msgstr ""
"Om du har glömt dina superanvändaruppgifter, vänligen läs django-"
"dokumentationen om hur du återställer lösenord."
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "Lösenord matchar inte!"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "Användaren har skapats, vänligen logga in!"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "Felaktig inbjudningslänk!"
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "Inbjudningslänken är inte giltig eller redan använd!"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr "Planen"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "Shopping Lists"
msgid "View your shopping lists"

View File

@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"PO-Revision-Date: 2024-04-01 22:04+0000\n"
"Last-Translator: atom karinca <atomkarinca@tutanota.com>\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2024-07-03 16:38+0000\n"
"Last-Translator: Taylan TATLI <uyelik-tandoor@tatli.me>\n"
"Language-Team: Turkish <http://translate.tandoor.dev/projects/tandoor/"
"recipes-backend/tr/>\n"
"Language: tr\n"
@@ -83,8 +83,8 @@ msgid ""
"Leave empty for dropbox and enter only base url for nextcloud (<code>/remote."
"php/webdav/</code> is added automatically)"
msgstr ""
"Dropbox için boş bırakın ve Nextcloud için yalnızca ana URL'yi "
"girin(<code>/remote.php/webdav/</code> otomatik olarak eklenir)"
"Dropbox için boş bırakın ve Nextcloud için yalnızca ana URL'yi girin(<code>/"
"remote.php/webdav/</code> otomatik olarak eklenir)"
#: .\cookbook\forms.py:188
msgid ""
@@ -264,31 +264,31 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -404,7 +404,7 @@ msgstr ""
msgid "Dinner"
msgstr ""
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr ""
@@ -440,43 +440,43 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr ""
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr ""
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr ""
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr ""
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Allergen"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -955,10 +955,8 @@ msgstr ""
#: .\cookbook\templates\base.html:263
#: .\cookbook\templates\ingredient_editor.html:7
#: .\cookbook\templates\ingredient_editor.html:13
#, fuzzy
#| msgid "Ingredients"
msgid "Ingredient Editor"
msgstr "Malzemeler"
msgstr "Malzeme Editörü"
#: .\cookbook\templates\base.html:275
#: .\cookbook\templates\export_response.html:7
@@ -1417,10 +1415,8 @@ msgid "Back"
msgstr ""
#: .\cookbook\templates\property_editor.html:7
#, fuzzy
#| msgid "Ingredients"
msgid "Property Editor"
msgstr "Malzemeler"
msgstr "Özellik Editörü"
#: .\cookbook\templates\recipe_view.html:36
msgid "Comments"
@@ -1843,14 +1839,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr ""
@@ -1865,7 +1861,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr ""
@@ -1902,20 +1899,31 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr ""
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr ""
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#, fuzzy
#| msgid "Use fractions"
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
msgid "Migrations"
msgstr "Kesirleri kullan"
msgstr "Göçler"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -1927,19 +1935,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
msgid "Show"
msgstr ""
@@ -2350,7 +2358,7 @@ msgid "There was an error importing this recipe!"
msgstr ""
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2387,82 +2395,84 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
"please consult the django documentation on how to reset passwords."
msgstr ""
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr ""
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr ""
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr ""
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#, fuzzy
#| msgid "Users with whom to share shopping lists."
#: .\cookbook\views\views.py:460
msgid "View your shopping lists"
msgstr "Alışveriş listesinin paylaşılacağı kullanıcılar."
msgstr "Alışveriş listelerinizi görüntüleyin"
#~ msgid "Default unit"
#~ msgstr "Varsayılan birim"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2023-04-12 11:55+0000\n"
"Last-Translator: noxonad <noxonad@proton.me>\n"
"Language-Team: Ukrainian <http://translate.tandoor.dev/projects/tandoor/"
@@ -245,31 +245,31 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -385,7 +385,7 @@ msgstr ""
msgid "Dinner"
msgstr ""
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr ""
@@ -421,43 +421,43 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr ""
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr ""
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr ""
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr ""
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Allergen"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1820,14 +1820,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr ""
@@ -1842,7 +1842,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr ""
@@ -1879,18 +1880,31 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr ""
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr ""
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
msgid "Migrations"
msgstr ""
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -1902,19 +1916,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
msgid "Show"
msgstr ""
@@ -2326,7 +2340,7 @@ msgid "There was an error importing this recipe!"
msgstr ""
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2363,78 +2377,82 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
"please consult the django documentation on how to reset passwords."
msgstr ""
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr ""
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr ""
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr ""
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
msgid "View your shopping lists"
msgstr ""

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2020-06-02 19:28+0000\n"
"Last-Translator: Hieu, 2021\n"
"Language-Team: Vietnamese (https://www.transifex.com/django-recipes/"
@@ -255,31 +255,31 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -402,7 +402,7 @@ msgstr "Bữa trưa"
msgid "Dinner"
msgstr "Bữa tối"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "Khác"
@@ -438,45 +438,45 @@ msgid ""
"upload."
msgstr ""
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "Tìm kiếm"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "Kế hoạch Khẩu phần ăn"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "Sách"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr ""
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "Gộp"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1901,14 +1901,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "Cảnh báo"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "Ok"
@@ -1923,7 +1923,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "Mọi thứ đều ổn!"
@@ -1968,18 +1969,31 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "Cơ sở dữ liệu"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "Thông tin"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
msgid "Migrations"
msgstr ""
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -1991,19 +2005,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
msgid "Show"
msgstr ""
@@ -2421,7 +2435,7 @@ msgid "There was an error importing this recipe!"
msgstr "Đã có lỗi xảy ra khi nhập công thức này!"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2458,23 +2472,27 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2489,55 +2507,55 @@ msgstr ""
"định danh của tài khoản quản trị của bạn, xin hãy tham khảo tài liệu django "
"để xem cách đặt lại mật khẩu."
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "Mật khẩu không trùng khớp!"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "Người dùng đã được tạo, xin hãy đăng nhập!"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "Liên kết mời không hợp lệ hoặc đã được sử dụng!"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr "Kế hoạch"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "Shopping Lists"
msgid "View your shopping lists"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2024-02-15 03:19+0000\n"
"Last-Translator: dalan <xzdlj@outlook.com>\n"
"Language-Team: Chinese (Simplified) <http://translate.tandoor.dev/projects/"
@@ -254,31 +254,31 @@ msgstr "你已经达到了空间的菜谱的最大数量。"
msgid "You have more users than allowed in your space."
msgstr "你的空间中的用户数超过了允许的数量。"
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr "反向旋转"
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr "小心旋转"
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr "揉"
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr "增稠"
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr "预热"
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr "发酵"
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr "真空烹调法"
@@ -394,7 +394,7 @@ msgstr "午餐"
msgid "Dinner"
msgstr "晚餐"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "其他"
@@ -430,47 +430,47 @@ msgid ""
"upload."
msgstr "空间的最大文件存储量,单位为 MB。0表示无限制-1表示禁止上传文件。"
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "搜索"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "膳食计划"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "书籍"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr "购物"
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr " 是菜谱步骤的一部分,不能删除"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Automations"
msgid "Nutrition"
msgstr "自动化"
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
#, fuzzy
#| msgid "Merge"
msgid "Allergen"
msgstr "合并"
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1980,14 +1980,14 @@ msgid "Media Serving"
msgstr "媒体服务"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr "警告"
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr "好的"
@@ -2006,7 +2006,8 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr "一切都好!"
@@ -2055,20 +2056,33 @@ msgstr ""
" "
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr "数据库"
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr "信息"
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
#, fuzzy
#| msgid "Use fractions"
msgid "Migrations"
msgstr "使用分数"
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -2080,19 +2094,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
#, fuzzy
#| msgid "Show Log"
msgid "Show"
@@ -2526,7 +2540,7 @@ msgid "There was an error importing this recipe!"
msgstr "导入此菜谱时出错!"
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr "此功能在演示版本中不可用!"
@@ -2565,17 +2579,21 @@ msgstr "要使用此搜索方法,至少选择一个全文搜索字段!"
msgid "Fuzzy search is not compatible with this search method!"
msgstr "模糊搜索与此搜索方法不兼容!"
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
#, fuzzy
#| msgid ""
#| "\n"
@@ -2593,7 +2611,7 @@ msgstr ""
" 因为有些功能仅适用于 PostgreSQL 数据库。\n"
" "
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
#, fuzzy
#| msgid ""
#| "The setup page can only be used to create the first user! If you have "
@@ -2607,57 +2625,57 @@ msgstr ""
"设置页面只能用于创建第一个用户!如果您忘记了超级用户凭据,请参阅 Django 文"
"档,了解如何重置密码。"
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr "密码不匹配!"
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr "用户已创建,请登录!"
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr "提供了格式错误的邀请链接!"
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr "成功加入空间。"
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr "邀请链接无效或已使用!"
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr "未为此实例启用报告共享链接。请通知页面管理员报告问题。"
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr "菜谱共享链接已被禁用!有关更多信息,请与页面管理员联系。"
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
#, fuzzy
#| msgid "Meal-Plan"
msgid "Plan"
msgstr "膳食计划"
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
#, fuzzy
#| msgid "New Shopping List"
msgid "View your shopping lists"

View File

@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"PO-Revision-Date: 2023-03-12 02:55+0000\n"
"Last-Translator: Feng Zhong <fewoodse@gmail.com>\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\n"
"PO-Revision-Date: 2024-05-19 13:38+0000\n"
"Last-Translator: only <jeter.nice@gmail.com>\n"
"Language-Team: Chinese (Traditional) <http://translate.tandoor.dev/projects/"
"tandoor/recipes-backend/zh_Hant/>\n"
"Language: zh_Hant\n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.15\n"
"X-Generator: Weblate 5.4.2\n"
#: .\cookbook\forms.py:45
msgid ""
@@ -31,7 +31,7 @@ msgstr "名字"
#: .\cookbook\forms.py:62 .\cookbook\forms.py:246 .\cookbook\views\lists.py:103
msgid "Keywords"
msgstr "關鍵"
msgstr "關鍵"
#: .\cookbook\forms.py:62
msgid "Preparation time in minutes"
@@ -257,31 +257,31 @@ msgstr ""
msgid "You have more users than allowed in your space."
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:304
#: .\cookbook\helper\recipe_url_import.py:310
msgid "reverse rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:305
#: .\cookbook\helper\recipe_url_import.py:311
msgid "careful rotation"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:306
#: .\cookbook\helper\recipe_url_import.py:312
msgid "knead"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:307
#: .\cookbook\helper\recipe_url_import.py:313
msgid "thicken"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:308
#: .\cookbook\helper\recipe_url_import.py:314
msgid "warm up"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:309
#: .\cookbook\helper\recipe_url_import.py:315
msgid "ferment"
msgstr ""
#: .\cookbook\helper\recipe_url_import.py:310
#: .\cookbook\helper\recipe_url_import.py:316
msgid "sous-vide"
msgstr ""
@@ -399,7 +399,7 @@ msgstr "午餐"
msgid "Dinner"
msgstr "晚餐"
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:920
#: .\cookbook\migrations\0047_auto_20200602_1133.py:29 .\cookbook\models.py:919
msgid "Other"
msgstr "其他"
@@ -435,43 +435,43 @@ msgid ""
"upload."
msgstr "空間的最大文件存儲量,單位為 MB。0表示無限製-1表示禁止上傳文件。"
#: .\cookbook\models.py:455 .\cookbook\templates\search.html:7
#: .\cookbook\models.py:454 .\cookbook\templates\search.html:7
#: .\cookbook\templates\settings.html:18
msgid "Search"
msgstr "搜索"
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:114
#: .\cookbook\models.py:455 .\cookbook\templates\base.html:114
#: .\cookbook\templates\meal_plan.html:7
msgid "Meal-Plan"
msgstr "膳食計劃"
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:454
#: .\cookbook\models.py:456 .\cookbook\templates\base.html:122
#: .\cookbook\views\views.py:459
msgid "Books"
msgstr "書籍"
#: .\cookbook\models.py:458 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:455
#: .\cookbook\models.py:457 .\cookbook\templates\base.html:118
#: .\cookbook\views\views.py:460
msgid "Shopping"
msgstr ""
#: .\cookbook\models.py:753
#: .\cookbook\models.py:752
msgid " is part of a recipe step and cannot be deleted"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Nutrition"
msgstr ""
#: .\cookbook\models.py:919
#: .\cookbook\models.py:918
msgid "Allergen"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Price"
msgstr ""
#: .\cookbook\models.py:920
#: .\cookbook\models.py:919
msgid "Goal"
msgstr ""
@@ -1850,14 +1850,14 @@ msgid "Media Serving"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:91
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:102 .\cookbook\templates\system.html:113
msgid "Warning"
msgstr ""
#: .\cookbook\templates\system.html:47 .\cookbook\templates\system.html:61
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:93
#: .\cookbook\templates\system.html:102
#: .\cookbook\templates\system.html:75 .\cookbook\templates\system.html:88
#: .\cookbook\templates\system.html:104 .\cookbook\templates\system.html:113
msgid "Ok"
msgstr ""
@@ -1872,7 +1872,8 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:55 .\cookbook\templates\system.html:70
#: .\cookbook\templates\system.html:83 .\cookbook\views\views.py:302
#: .\cookbook\templates\system.html:83 .\cookbook\templates\system.html:94
#: .\cookbook\views\views.py:303
msgid "Everything is fine!"
msgstr ""
@@ -1909,18 +1910,31 @@ msgid ""
msgstr ""
#: .\cookbook\templates\system.html:86
msgid "Allowed Hosts"
msgstr ""
#: .\cookbook\templates\system.html:90
msgid ""
"\n"
" Your allowed hosts are configured to allow every host. This "
"might be ok in some setups but should be avoided. Please see the docs about "
"this.\n"
" "
msgstr ""
#: .\cookbook\templates\system.html:97
msgid "Database"
msgstr ""
#: .\cookbook\templates\system.html:89
#: .\cookbook\templates\system.html:100
msgid "Info"
msgstr ""
#: .\cookbook\templates\system.html:99 .\cookbook\templates\system.html:116
#: .\cookbook\templates\system.html:110 .\cookbook\templates\system.html:127
msgid "Migrations"
msgstr ""
#: .\cookbook\templates\system.html:105
#: .\cookbook\templates\system.html:116
msgid ""
"\n"
" Migrations should never fail!\n"
@@ -1932,19 +1946,19 @@ msgid ""
" "
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "False"
msgstr ""
#: .\cookbook\templates\system.html:171
#: .\cookbook\templates\system.html:182
msgid "True"
msgstr ""
#: .\cookbook\templates\system.html:196
#: .\cookbook\templates\system.html:207
msgid "Hide"
msgstr ""
#: .\cookbook\templates\system.html:199
#: .\cookbook\templates\system.html:210
msgid "Show"
msgstr ""
@@ -2354,7 +2368,7 @@ msgid "There was an error importing this recipe!"
msgstr ""
#: .\cookbook\views\views.py:69 .\cookbook\views\views.py:177
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:418
#: .\cookbook\views\views.py:204 .\cookbook\views\views.py:423
msgid "This feature is not available in the demo version!"
msgstr ""
@@ -2391,78 +2405,82 @@ msgstr ""
msgid "Fuzzy search is not compatible with this search method!"
msgstr ""
#: .\cookbook\views\views.py:305
#: .\cookbook\views\views.py:306
#, python-format
msgid "PostgreSQL %(v)s is deprecated. Upgrade to a fully supported version!"
msgstr ""
#: .\cookbook\views\views.py:308
#: .\cookbook\views\views.py:309
#, python-format
msgid "You are running PostgreSQL %(v1)s. PostgreSQL %(v2)s is recommended"
msgstr ""
#: .\cookbook\views\views.py:312
#: .\cookbook\views\views.py:313
msgid "Unable to determine PostgreSQL version."
msgstr ""
#: .\cookbook\views\views.py:317
msgid ""
"This application is not running with a Postgres database backend. This is ok "
"but not recommended as some features only work with postgres databases."
msgstr ""
#: .\cookbook\views\views.py:355
#: .\cookbook\views\views.py:360
msgid ""
"The setup page can only be used to create the first "
"user! If you have forgotten your superuser credentials "
"please consult the django documentation on how to reset passwords."
msgstr ""
#: .\cookbook\views\views.py:364
#: .\cookbook\views\views.py:369
msgid "Passwords dont match!"
msgstr ""
#: .\cookbook\views\views.py:372
#: .\cookbook\views\views.py:377
msgid "User has been created, please login!"
msgstr ""
#: .\cookbook\views\views.py:388
#: .\cookbook\views\views.py:393
msgid "Malformed Invite Link supplied!"
msgstr ""
#: .\cookbook\views\views.py:405
#: .\cookbook\views\views.py:410
msgid "Successfully joined space."
msgstr ""
#: .\cookbook\views\views.py:411
#: .\cookbook\views\views.py:416
msgid "Invite Link not valid or already used!"
msgstr ""
#: .\cookbook\views\views.py:427
#: .\cookbook\views\views.py:432
msgid ""
"Reporting share links is not enabled for this instance. Please notify the "
"page administrator to report problems."
msgstr ""
#: .\cookbook\views\views.py:432
#: .\cookbook\views\views.py:437
msgid ""
"Recipe sharing link has been disabled! For additional information please "
"contact the page administrator."
msgstr ""
#: .\cookbook\views\views.py:446
#: .\cookbook\views\views.py:451
msgid "Manage recipes, shopping list, meal plans and more."
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "Plan"
msgstr ""
#: .\cookbook\views\views.py:453
#: .\cookbook\views\views.py:458
msgid "View your meal Plan"
msgstr ""
#: .\cookbook\views\views.py:454
#: .\cookbook\views\views.py:459
msgid "View your cookbooks"
msgstr ""
#: .\cookbook\views\views.py:455
#: .\cookbook\views\views.py:460
msgid "View your shopping lists"
msgstr ""

View File

@@ -82,6 +82,17 @@
{% else %}
{% trans 'Everything is fine!' %}
{% endif %}
<h4 class="mt-3">{% trans 'Allowed Hosts' %} <span
class="badge badge-{% if '*' in allowed_hosts %}warning{% else %}success{% endif %}">{% if '*' in allowed_hosts %}
{% trans 'Warning' %}{% else %}{% trans 'Ok' %}{% endif %}</span></h4>
{% if debug %}
{% blocktrans %}
Your allowed hosts are configured to allow every host. This might be ok in some setups but should be avoided. Please see the docs about this.
{% endblocktrans %}
{% else %}
{% trans 'Everything is fine!' %}
{% endif %}
<h4 class="mt-3">{% trans 'Database' %}
<span class="badge badge-{{ postgres_status }}">

View File

@@ -100,7 +100,7 @@ def test_add_duplicate(u1_s1, obj_1):
{'book': obj_1.book.pk, 'recipe': obj_1.recipe.pk},
content_type='application/json'
)
assert r.status_code == 201
assert r.status_code == 400
def test_delete(u1_s1, u1_s2, obj_1):

View File

@@ -896,7 +896,7 @@ class IngredientViewSet(viewsets.ModelViewSet):
if unit and re.match(r'^(\d)+$', unit):
queryset = queryset.filter(unit_id=unit)
return queryset
return queryset.select_related('food')
@extend_schema_view(list=extend_schema(parameters=[

View File

@@ -1,4 +1,3 @@
version: "2.4"
services:
db_recipes:
restart: always
@@ -61,4 +60,4 @@ networks:
ipam:
driver: default
config:
- subnet: ${IPV6_PREFIX:?NO_IPV6_PREFIX}::/${IPV6_PREFIX_LENGTH:?NO_IPV6_PREFIX_LENGTH}
- subnet: ${IPV6_PREFIX:?NO_IPV6_PREFIX}::/${IPV6_PREFIX_LENGTH:?NO_IPV6_PREFIX_LENGTH}

View File

@@ -1,4 +1,3 @@
version: "3"
services:
db_recipes:
restart: always

View File

@@ -1,4 +1,3 @@
version: "3"
services:
db_recipes:
restart: always

View File

@@ -1,4 +1,3 @@
version: "3"
services:
db_recipes:
restart: always

View File

@@ -27,6 +27,18 @@ SECRET_KEY_FILE=/path/to/file.txt
#$tp%v6*(*ba01wcz(ip(i5vfz8z$f%qdio&q@anr1#$=%(m4c
```
#### Allowed Hosts
> default `*` - options: `recipes.mydomain.com,cooking.mydomain.com,...` (comma seperated domain/ip list)
Security setting to prevent HTTP Host Header Attacks,
see [Django docs](https://docs.djangoproject.com/en/5.0/ref/settings/#allowed-hosts).
Some proxies require `*` (default) but it should be set to the actual host(s).
```
ALLOWED_HOSTS=recipes.mydomain.com
```
### Database
Multiple parameters are required to configure the database.
@@ -92,17 +104,6 @@ Port for gunicorn to bind to. Should not be changed if using docker stack with r
TANDOOR_PORT=8080
```
#### Allowed Hosts
> default `*` - options: `recipes.mydomain.com,cooking.mydomain.com,...` (comma seperated domain/ip list)
Security setting to prevent HTTP Host Header Attacks,
see [Django docs](https://docs.djangoproject.com/en/5.0/ref/settings/#allowed-hosts).
Many reverse proxies handle this and require the setting to be `*` (default).
```
ALLOWED_HOSTS=recipes.mydomain.com
```
#### URL Path

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -37,102 +37,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -37,102 +37,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,104 +36,92 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr "Englisch"
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr "Deutsch"
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
#, fuzzy
#| msgid "English"
msgid "Polish"
msgstr "Englisch"
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -37,102 +37,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -35,102 +35,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -37,102 +37,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -35,102 +35,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -38,102 +38,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -35,102 +35,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -37,102 +37,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -38,102 +38,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -37,102 +37,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -39,102 +39,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -35,102 +35,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-21 14:39+0100\n"
"POT-Creation-Date: 2024-07-08 17:43+0200\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"
@@ -36,102 +36,90 @@ msgstr ""
msgid "You do not have the required module to view this page!"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Recipe Keyword"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Meal Plan"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Shopping"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:32
#: .\recipes\plugins\enterprise_plugin\models.py:35
msgid "Book"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "start"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "center"
msgstr ""
#: .\recipes\plugins\enterprise_plugin\models.py:37
msgid "end"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:461
msgid "Armenian "
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:462
msgid "Bulgarian"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:463
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:464
msgid "Czech"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:465
msgid "Danish"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:466
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:402
#: .\recipes\settings.py:467
msgid "English"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:468
msgid "French"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:469
msgid "German"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:470
msgid "Hungarian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:471
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:472
msgid "Latvian"
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:473
msgid "Norwegian "
msgstr ""
#: .\recipes\settings.py:403
#: .\recipes\settings.py:474
msgid "Polish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:475
msgid "Russian"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:476
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:404
#: .\recipes\settings.py:477
msgid "Swedish"
msgstr ""

View File

@@ -5,7 +5,7 @@ django-cleanup==8.0.0
django-crispy-forms==2.1
crispy-bootstrap4==2022.1
django-tables2==2.7.0
djangorestframework==3.14.0
djangorestframework==3.15.2
drf-writable-nested==0.7.0
drf-spectacular==0.27.1
drf-spectacular-sidecar==2024.2.1
@@ -18,7 +18,7 @@ Markdown==3.5.1
Pillow==10.3.0
psycopg2-binary==2.9.9
python-dotenv==1.0.0
requests==2.31.0
requests==2.32.0
six==1.16.0
webdavclient3==3.14.6
whitenoise==6.6.0
@@ -28,11 +28,11 @@ uritemplate==4.1.1
beautifulsoup4==4.12.3
microdata==0.8.0
mock==5.1.0
Jinja2==3.1.3
Jinja2==3.1.4
django-webpack-loader==3.0.1
git+https://github.com/BITSOLVER/django-js-reverse@071e304fd600107bc64bbde6f2491f1fe049ec82
django-allauth==0.61.1
recipe-scrapers==15.0.0-rc2
recipe-scrapers==15.0.0-rc3
django-scopes==2.0.0
django-treebeard==4.7
django-cors-headers==4.3.1
@@ -46,6 +46,7 @@ pyppeteer==2.0.0
validators==0.20.0
pytube==15.0.0
aiohttp==3.9.4
inflection==0.5.1
django-vite==3.0.3
google-generativeai==0.5.3

View File

@@ -422,7 +422,7 @@
"plan_share_desc": "Les nouvelles entrées de menu de la semaine seront partagées automatiquement avec des utilisateurs sélectionnés.",
"Use_Kj": "Utiliser kJ au lieu de kcal",
"Manage_Emails": "Gérer les e-mails",
"select_food": "Séletionner laliment",
"select_food": "Sélectionner laliment",
"Toggle": "Basculer",
"Theme": "Thème",
"Import_Supported": "Importation prise en charge",

View File

@@ -247,8 +247,8 @@
"shopping_share_desc": "Usuários poderão ver todos os itens que adicionar à sua lista de compras. Eles devem adicioná-lo para ver os itens na lista deles.",
"shopping_auto_sync_desc": "Definir a 0 irá desativar a sincronização automática. Quando se visualiza uma lista de compras a lista é atualizada após um número determinado de segundos para sincronizar com possíveis alterações feitas por outros. Útil quando se compartilha a lista de compras porém irá consumir dados móveis.",
"mealplan_autoadd_shopping_desc": "Automaticamente inclui ingredientes do plano de refeição para a lista de compras.",
"mealplan_autoexclude_onhand_desc": "",
"mealplan_autoinclude_related_desc": "",
"mealplan_autoexclude_onhand_desc": "Ao adicionar um plano de refeições à lista de compras (manualmente ou automaticamente), exclua os ingredientes que já estão disponíveis.",
"mealplan_autoinclude_related_desc": "Ao adicionar um plano de refeições à lista de compras (manualmente ou automaticamente), inclua todas as receitas relacionadas.",
"default_delay_desc": "",
"filter_to_supermarket": "Filtro para Supermercado",
"Coming_Soon": "Em breve",
@@ -502,5 +502,30 @@
"Auto_Sort_Help": "Mover todos os ingredientes para o passo mais indicado.",
"Ingredient Overview": "Ingredientes - Visão Geral",
"Cosmetic": "Aparência",
"err_importing_recipe": "Não existem erros ao importar a receita!"
"err_importing_recipe": "Não existem erros ao importar a receita!",
"FDC_ID_help": "ID do banco de dados FDC",
"Calculator": "Calculadora",
"created_by": "Criado por",
"FDC_ID": "FDC ID",
"property_type_fdc_hint": "Apenas tipos de propriedade com um ID FDC podem puxar dados automaticamente do banco de dados FDC",
"Data_Import_Info": "Enriqueça seu espaço importando uma lista comunitariamente curada de alimentos, unidades e mais para melhorar sua coleção de receitas.",
"CustomThemeHelp": "Substituir estilos do tema selecionado fazendo upload de um arquivo CSS personalizado.",
"CustomImageHelp": "Faça upload de uma imagem para mostrar na visão geral do espaço.",
"CustomLogoHelp": "Faça o upload de imagens quadradas em diferentes tamanhos para alterar o logotipo na aba do navegador e no aplicativo web instalado.",
"CustomTheme": "Tema Personalizado",
"ShowRecentlyCompleted": "Mostrar itens recentemente concluídos",
"Input": "Entrada",
"Undo": "Desfazer",
"NoMoreUndo": "Nenhuma alteração para desfazer.",
"Delete_All": "Excluir tudo",
"Property_Editor": "Editor de Propriedades",
"CustomNavLogoHelp": "Faça upload de uma imagem para usar como logotipo na barra de navegação.",
"CustomLogos": "Logotipos Personalizados",
"ShoppingBackgroundSyncWarning": "Rede ruim, aguardando sincronização...",
"open_data_help_text": "O projeto Tandoor Open Data fornece dados contribuídos pela comunidade para o Tandoor. Este campo é preenchido automaticamente ao importá-lo e permite atualizações no futuro.",
"Open_Data_Slug": "Identificador de Dados Abertos",
"Properties_Food_Amount": "Quantidade de Alimento das Propriedades",
"Properties_Food_Unit": "Unidade de Alimento das Propriedades",
"Shopping_input_placeholder": "ex. Batata/100 Batatas/100 g Batatas",
"FDC_Search": "Busca FDC"
}

View File

@@ -1,5 +1,5 @@
{
"warning_feature_beta": "",
"warning_feature_beta": "Bu özellik şu anda BETA (test) durumundadır. Lütfen bu özelliği kullanırken hatalara ve muhtemelen gelecekte değişikliklere (muhtemelen özellikle ilgili verilerin kaybolmasına) hazırlıklı olun.",
"err_fetching_resource": "Kaynak alınırken bir hata oluştu!",
"err_creating_resource": "Kaynak oluşturulurken bir hata oluştu!",
"err_updating_resource": "Kaynak güncellenirken bir hata oluştu!",
@@ -133,324 +133,324 @@
"Copy Link": "Bağlantıyı Kopyala",
"Copy Token": "Anahtarı Kopyala",
"delete_confirmation": "{source}'ı silmek istediğinizden emin misiniz?",
"move_confirmation": "",
"merge_confirmation": "",
"create_rule": "",
"move_selection": "",
"merge_selection": "",
"Root": "",
"Ignore_Shopping": "",
"Shopping_Category": "",
"Shopping_Categories": "",
"Edit_Food": "",
"Move_Food": "",
"New_Food": "",
"Hide_Food": "",
"Food_Alias": "",
"Unit_Alias": "",
"Keyword_Alias": "",
"Delete_Food": "",
"No_ID": "",
"Meal_Plan_Days": "",
"merge_title": "",
"move_title": "",
"Food": "",
"Recipe_Book": "",
"del_confirmation_tree": "",
"delete_title": "",
"create_title": "",
"edit_title": "",
"Name": "",
"Type": "",
"Description": "",
"Recipe": "",
"tree_root": "",
"Icon": "",
"Unit": "",
"Decimals": "",
"Default_Unit": "",
"No_Results": "",
"New_Unit": "",
"Create_New_Shopping Category": "",
"Create_New_Food": "",
"Create_New_Keyword": "",
"Create_New_Unit": "",
"Create_New_Meal_Type": "",
"Create_New_Shopping_Category": "",
"and_up": "",
"and_down": "",
"Instructions": "",
"Unrated": "",
"Automate": "",
"Empty": "",
"Key_Ctrl": "",
"Key_Shift": "",
"Time": "",
"Text": "",
"Shopping_list": "",
"Added_by": "",
"Added_on": "",
"AddToShopping": "",
"IngredientInShopping": "",
"NotInShopping": "",
"OnHand": "",
"FoodOnHand": "",
"FoodNotOnHand": "",
"Undefined": "",
"Create_Meal_Plan_Entry": "",
"Edit_Meal_Plan_Entry": "",
"Title": "",
"Week": "",
"Month": "",
"Year": "",
"Planner": "",
"Planner_Settings": "",
"Period": "",
"Plan_Period_To_Show": "",
"Periods": "",
"Plan_Show_How_Many_Periods": "",
"Starting_Day": "",
"Meal_Types": "",
"Meal_Type": "",
"New_Entry": "",
"Clone": "",
"Drag_Here_To_Delete": "",
"Meal_Type_Required": "",
"Title_or_Recipe_Required": "",
"Color": "",
"New_Meal_Type": "",
"Use_Fractions": "",
"Use_Fractions_Help": "",
"AddFoodToShopping": "",
"RemoveFoodFromShopping": "",
"DeleteShoppingConfirm": "",
"IgnoredFood": "",
"Add_Servings_to_Shopping": "",
"Week_Numbers": "",
"Show_Week_Numbers": "",
"Export_As_ICal": "",
"Export_To_ICal": "",
"Cannot_Add_Notes_To_Shopping": "",
"Added_To_Shopping_List": "",
"Shopping_List_Empty": "",
"Next_Period": "",
"Previous_Period": "",
"Current_Period": "",
"Next_Day": "",
"Previous_Day": "",
"Inherit": "",
"InheritFields": "",
"FoodInherit": "",
"ShowUncategorizedFood": "",
"GroupBy": "",
"Language": "",
"Theme": "",
"SupermarketCategoriesOnly": "",
"MoveCategory": "",
"CountMore": "",
"IgnoreThis": "",
"DelayFor": "",
"Warning": "",
"NoCategory": "",
"InheritWarning": "",
"ShowDelayed": "",
"Completed": "",
"OfflineAlert": "",
"shopping_share": "",
"shopping_auto_sync": "",
"one_url_per_line": "",
"mealplan_autoadd_shopping": "",
"mealplan_autoexclude_onhand": "",
"mealplan_autoinclude_related": "",
"default_delay": "",
"plan_share_desc": "",
"shopping_share_desc": "",
"shopping_auto_sync_desc": "",
"mealplan_autoadd_shopping_desc": "",
"mealplan_autoexclude_onhand_desc": "",
"mealplan_autoinclude_related_desc": "",
"default_delay_desc": "",
"filter_to_supermarket": "",
"Coming_Soon": "",
"Auto_Planner": "",
"New_Cookbook": "",
"Hide_Keyword": "",
"Hour": "",
"Hours": "",
"Day": "",
"Days": "",
"Second": "",
"Seconds": "",
"Clear": "",
"Users": "",
"Invites": "",
"err_move_self": "",
"nothing": "",
"err_merge_self": "",
"show_sql": "",
"filter_to_supermarket_desc": "",
"CategoryName": "",
"SupermarketName": "",
"CategoryInstruction": "",
"shopping_recent_days_desc": "",
"shopping_recent_days": "",
"download_pdf": "",
"download_csv": "",
"csv_delim_help": "",
"csv_delim_label": "",
"SuccessClipboard": "",
"copy_to_clipboard": "",
"csv_prefix_help": "",
"csv_prefix_label": "",
"copy_markdown_table": "",
"in_shopping": "",
"DelayUntil": "",
"Pin": "",
"mark_complete": "",
"QuickEntry": "",
"shopping_add_onhand_desc": "",
"shopping_add_onhand": "",
"related_recipes": "",
"today_recipes": "",
"sql_debug": "",
"remember_search": "",
"remember_hours": "",
"tree_select": "",
"OnHand_help": "",
"ignore_shopping_help": "",
"shopping_category_help": "",
"food_recipe_help": "",
"Foods": "",
"Account": "",
"Cosmetic": "",
"API": "",
"enable_expert": "",
"expert_mode": "",
"simple_mode": "",
"advanced": "",
"fields": "",
"show_keywords": "",
"show_foods": "",
"show_books": "",
"show_rating": "",
"show_units": "",
"show_filters": "",
"not": "",
"save_filter": "",
"filter_name": "",
"left_handed": "",
"left_handed_help": "",
"Custom Filter": "",
"shared_with": "",
"sort_by": "",
"asc": "",
"desc": "",
"date_viewed": "",
"last_cooked": "",
"times_cooked": "",
"date_created": "",
"show_sortby": "",
"search_rank": "",
"make_now": "",
"move_confirmation": "<i>{child}</i>'ı ebeveyn <i>{parent}</i>'a taşı",
"merge_confirmation": "<i>{source}</i> kaynağını <i>{target}</i> hedefiyle değiştir",
"create_rule": "ve otomasyon oluştur",
"move_selection": "{source}'un taşınacağı bir üst {type} seçin.",
"merge_selection": "{source} ifadesinin tüm tekrarlarını seçilen {type} ile değiştirin.",
"Root": "Kök",
"Ignore_Shopping": "Alışverişi Yoksay",
"Shopping_Category": "Alışveriş Kategorisi",
"Shopping_Categories": "Alışveriş Kategorileri",
"Edit_Food": "Yiyeceği Düzenle",
"Move_Food": "Yiyeceği Taşı",
"New_Food": "Yeni Yiyecek",
"Hide_Food": "Yiyeceği Gizle",
"Food_Alias": "Yiyecek Takma Adı",
"Unit_Alias": "Birim Takma Adı",
"Keyword_Alias": "Anahtar Kelime Takma Adı",
"Delete_Food": "Yiyeceği Sil",
"No_ID": "ID bulunamadı, silinemez.",
"Meal_Plan_Days": "Gelecek yemek planları",
"merge_title": "{type} birleştir",
"move_title": "{type} taşı",
"Food": "Yiyecek",
"Recipe_Book": "Yemek Tarifi Kitabı",
"del_confirmation_tree": "{source} ve tüm alt öğelerini silmek istediğinizden emin misiniz?",
"delete_title": "{type}'ı sil",
"create_title": "Yeni {type}",
"edit_title": "{type} düzenle",
"Name": "İsim",
"Type": "Tür",
"Description": "ıklama",
"Recipe": "Tarif",
"tree_root": "Ağaç Kökü",
"Icon": "Simge",
"Unit": "Birim",
"Decimals": "Ondalık Sayılar",
"Default_Unit": "Varsayılan Birim",
"No_Results": "Sonuç Yok",
"New_Unit": "Yeni Birim",
"Create_New_Shopping Category": "Yeni Alışveriş Kategorisi Oluştur",
"Create_New_Food": "Yeni Yiyecek Ekle",
"Create_New_Keyword": "Yeni Anahtar Kelime Ekle",
"Create_New_Unit": "Yeni Birim Ekle",
"Create_New_Meal_Type": "Yeni Yemek Türü Ekle",
"Create_New_Shopping_Category": "Yeni Alışveriş Kategorisi Ekle",
"and_up": "& Yukarı",
"and_down": "& Aşağı",
"Instructions": "Talimatlar",
"Unrated": "Derecelendirilmemiş",
"Automate": "Otomatikleştir",
"Empty": "Boş",
"Key_Ctrl": "Ctrl",
"Key_Shift": "Shift",
"Time": "Zaman",
"Text": "Metin",
"Shopping_list": "Alışveriş Listesi",
"Added_by": "Ekleyen",
"Added_on": "Eklenme Zamanı",
"AddToShopping": "Alışveriş listesine ekle",
"IngredientInShopping": "Bu malzeme alışveriş listenizde.",
"NotInShopping": "{food} alışveriş listenizde yok.",
"OnHand": "Şu anda Elinizde",
"FoodOnHand": "Elinizde {food} var.",
"FoodNotOnHand": "Elinizde {food} yok.",
"Undefined": "Tanımlanmamış",
"Create_Meal_Plan_Entry": "Yemek planı girişi oluştur",
"Edit_Meal_Plan_Entry": "Yemek planı girişini düzenle",
"Title": "Başlık",
"Week": "Hafta",
"Month": "Ay",
"Year": "Yıl",
"Planner": "Planlayıcı",
"Planner_Settings": "Planlayıcı ayarları",
"Period": "Dönem",
"Plan_Period_To_Show": "Haftaları, ayları veya yılları göster",
"Periods": "Dönemler",
"Plan_Show_How_Many_Periods": "Kaç dönem gösterilecek",
"Starting_Day": "Haftanın başlangıç günü",
"Meal_Types": "Yemek türleri",
"Meal_Type": "Yemek türü",
"New_Entry": "Yeni Giriş",
"Clone": "Klonla",
"Drag_Here_To_Delete": "Silmek için buraya sürükleyin",
"Meal_Type_Required": "Yemek türü gereklidir",
"Title_or_Recipe_Required": "Başlık veya tarif seçimi gereklidir",
"Color": "Renk",
"New_Meal_Type": "Yeni Yemek türü",
"Use_Fractions": "Kesirleri Kullan",
"Use_Fractions_Help": "Bir tarifi görüntülerken ondalık sayıları otomatik olarak kesirlere dönüştürün.",
"AddFoodToShopping": "{food}'ı alışveriş listenize ekleyin",
"RemoveFoodFromShopping": "{food}'ı alışveriş listenizden çıkarın",
"DeleteShoppingConfirm": "Tüm {food} alışveriş listesinden kaldırmak istediğinizden emin misiniz?",
"IgnoredFood": "{food}, alışverişte yok sayılacak şekilde ayarlandı.",
"Add_Servings_to_Shopping": "Alışverişe {servings} Porsiyon Ekle",
"Week_Numbers": "Hafta numaraları",
"Show_Week_Numbers": "Hafta numaralarını göster?",
"Export_As_ICal": "Mevcut dönemi iCal formatında dışa aktar",
"Export_To_ICal": ".ics olarak dışa aktar",
"Cannot_Add_Notes_To_Shopping": "Alışveriş listesine notlar eklenemez",
"Added_To_Shopping_List": "Alışveriş listesine eklendi",
"Shopping_List_Empty": "Alışveriş listeniz şu anda boş, yemek planı girişinin içerik menüsü aracılığıyla öğeler ekleyebilirsiniz (karta sağ tıklayın veya menü simgesine sol tıklayın)",
"Next_Period": "Sonraki Dönem",
"Previous_Period": "Önceki Dönem",
"Current_Period": "Mevcut Dönem",
"Next_Day": "Sonraki Gün",
"Previous_Day": "Önceki Gün",
"Inherit": "Devral",
"InheritFields": "Alan Değerlerini Devral",
"FoodInherit": "Yiyeceğin Devralınabileceği Alanlar",
"ShowUncategorizedFood": "Tanımlanmamışları Göster",
"GroupBy": "Gruplandırma Ölçütü",
"Language": "Dil",
"Theme": "Tema",
"SupermarketCategoriesOnly": "Yalnızca Süpermarket Kategorileri",
"MoveCategory": "Taşı: ",
"CountMore": "...+{count} fazlası",
"IgnoreThis": "{food}'ı hiçbir zaman alışverişe otomatik olarak ekleme",
"DelayFor": "{hours} saat geciktir",
"Warning": "Uyarı",
"NoCategory": "Hiçbir kategori seçilmedi.",
"InheritWarning": "{food} devralacak şekilde ayarlandı; değişiklikler kalıcı olmayabilir.",
"ShowDelayed": "Geciken öğeleri göster",
"Completed": "Tamamlandı",
"OfflineAlert": "Çevrimdışısınız, alışveriş listesi senkronize edilemeyebilir.",
"shopping_share": "Alışveriş Listesini Paylaş",
"shopping_auto_sync": "Otomatik Senkronizasyon",
"one_url_per_line": "Satır başına bir URL",
"mealplan_autoadd_shopping": "Otomatik Yemek Planı Ekle",
"mealplan_autoexclude_onhand": "Eldeki Yiyecekleri Hariç Tut",
"mealplan_autoinclude_related": "İlgili Tarifleri Ekle",
"default_delay": "Varsayılan Gecikme Saatleri",
"plan_share_desc": "Yeni Yemek Planı girişleri seçilen kullanıcılarla otomatik olarak paylaşılacaktır.",
"shopping_share_desc": "Kullanıcılar alışveriş listenize eklediğiniz tüm ürünleri görecektir. Listelerindeki öğeleri görebilmeniz için sizi eklemeleri gerekir.",
"shopping_auto_sync_desc": "0'a ayarlamak otomatik senkronizasyonu devre dışı bırakacaktır. Bir alışveriş listesini görüntülerken liste, başka birinin yapmış olabileceği değişiklikleri senkronize etmek için belirlenen her saniyede bir güncellenir. Birden fazla kişiyle alışveriş yaparken kullanışlıdır ancak mobil veriyi kullanır.",
"mealplan_autoadd_shopping_desc": "Yemek planı malzemelerini otomatik olarak alışveriş listesine ekleyin.",
"mealplan_autoexclude_onhand_desc": "Alışveriş listesine bir yemek planı eklerken (manuel veya otomatik olarak), elinizde bulunan malzemeleri hariç tutun.",
"mealplan_autoinclude_related_desc": "Alışveriş listesine bir yemek planı eklerken (manuel veya otomatik olarak), ilgili tüm tarifleri dahil edin.",
"default_delay_desc": "Bir alışveriş listesi girişini geciktirmek için varsayılan saat sayısı.",
"filter_to_supermarket": "Süpermarkete Filtrele",
"Coming_Soon": "Yakında Gelecek",
"Auto_Planner": "Otomatik Planlayıcı",
"New_Cookbook": "Yeni yemek kitabı",
"Hide_Keyword": "Anahtar kelimeleri gizle",
"Hour": "Saat",
"Hours": "Saatler",
"Day": "Gün",
"Days": "Günler",
"Second": "Saniye",
"Seconds": "Saniyeler",
"Clear": "Temizle",
"Users": "Kullanıcılar",
"Invites": "Davetler",
"err_move_self": "Öğe kendisine taşınamaz",
"nothing": "Yapacak bir şey yok",
"err_merge_self": "Öğe kendisiyle birleştirilemez",
"show_sql": "SQL göster",
"filter_to_supermarket_desc": "Varsayılan olarak, alışveriş listesini yalnızca seçilen süpermarkete ait kategorileri içerecek şekilde filtreleyin.",
"CategoryName": "Kategori Adı",
"SupermarketName": "Süpermarket Adı",
"CategoryInstruction": "Alışveriş listesinde görünen sipariş kategorilerini değiştirmek için kategorileri sürükleyin.",
"shopping_recent_days_desc": "Görüntülenecek son alışveriş listesi girişlerinin günleri.",
"shopping_recent_days": "Son Günler",
"download_pdf": "PDF'i İndir",
"download_csv": "CSV İndir",
"csv_delim_help": "CSV dışa aktarmaları için kullanılacak ayırıcı.",
"csv_delim_label": "CSV Ayırıcı",
"SuccessClipboard": "Alışveriş listesi panoya kopyalandı",
"copy_to_clipboard": "Panoya Kopyala",
"csv_prefix_help": "Listeyi panoya kopyalarken eklenecek önek.",
"csv_prefix_label": "Liste Ön Eki",
"copy_markdown_table": "Markdown Tablosu Olarak Kopyala",
"in_shopping": "Alışveriş Listesinde",
"DelayUntil": "Şu Zamana Kadar Geciktir",
"Pin": "Sabitle",
"mark_complete": "Tamamlandı Olarak İşaretle",
"QuickEntry": "Hızlı Giriş",
"shopping_add_onhand_desc": "Alışveriş listesinde işaretlendiğinde yiyeceği 'Elde' olarak işaretleyin.",
"shopping_add_onhand": "Otomatik Elde",
"related_recipes": "İlgili Tarifler",
"today_recipes": "Günün Tarifleri",
"sql_debug": "SQL Hata Ayıklama",
"remember_search": "Aramayı Hatırla",
"remember_hours": "Hatırlanacak Süre",
"tree_select": "Ağaç Seçimini Kullan",
"OnHand_help": "Yiyecekler envanterdedir ve otomatik olarak alışveriş listesine eklenmez. Eldeki durum alışveriş kullanıcılarıyla paylaşılır.",
"ignore_shopping_help": "Alışveriş listesine asla eklenmeyecek yiyecek (örn. su)",
"shopping_category_help": "Süpermarketler, reyonların düzenine göre Alışveriş Kategorisine göre sipariş edilebilir ve filtrelenebilir.",
"food_recipe_help": "Bir tarifi buraya bağlamak, bağlantılı tarifi bu yiyeceği kullanan diğer tariflere dahil edecektir",
"Foods": "Yiyecekler",
"Account": "Hesap",
"Cosmetic": "Kozmetik",
"API": "API",
"enable_expert": "Uzman Modunu Etkinleştir",
"expert_mode": "Uzman Modu",
"simple_mode": "Basit Mod",
"advanced": "Gelişmiş",
"fields": "Alanlar",
"show_keywords": "Anahtar Kelimeleri Göster",
"show_foods": "Yiyecekleri Göster",
"show_books": "Kitapları Göster",
"show_rating": "Derecelendirmeyi Göster",
"show_units": "Birimleri Göster",
"show_filters": "Filtreleri Göster",
"not": "değil",
"save_filter": "Filtreyi Kaydet",
"filter_name": "Fitre Adı",
"left_handed": "Sol El modu",
"left_handed_help": "Kullanıcı arayüzünü sol elinizle kullanım için optimize edecektir.",
"Custom Filter": "Özel Filtre",
"shared_with": "Paylaşılan",
"sort_by": "Sıralama Ölçütü",
"asc": "Artan",
"desc": "Azalan",
"date_viewed": "Son Görüntülenen",
"last_cooked": "Son Pişirilen",
"times_cooked": "Pişirilme Sayısı",
"date_created": "Oluşturma Zamanı",
"show_sortby": "Sıralamayı Göster",
"search_rank": "Arama Sıralaması",
"make_now": "Şimdi Yap",
"recipe_filter": "Tarif Filtresi",
"book_filter_help": "",
"review_shopping": "",
"book_filter_help": "Manuel olarak atananlara ek olarak tarif filtresindeki tarifleri de ekleyin.",
"review_shopping": "Kaydetmeden önce alışveriş girişlerini inceleyin",
"view_recipe": "Tarif Görüntüle",
"copy_to_new": "Yeni Tarif'e Kopyala",
"recipe_name": "Tarif Adı",
"paste_ingredients_placeholder": "",
"paste_ingredients": "",
"ingredient_list": "",
"explain": "",
"filter": "",
"Website": "",
"App": "",
"Message": "",
"Bookmarklet": "",
"Sticky_Nav": "",
"Sticky_Nav_Help": "",
"Nav_Color": "",
"Nav_Color_Help": "",
"Use_Kj": "",
"Comments_setting": "",
"click_image_import": "",
"no_more_images_found": "",
"import_duplicates": "",
"paste_json": "",
"Click_To_Edit": "",
"search_no_recipes": "",
"search_import_help_text": "",
"search_create_help_text": "",
"warning_duplicate_filter": "",
"reset_children": "",
"reset_children_help": "",
"reset_food_inheritance": "",
"reset_food_inheritance_info": "",
"substitute_help": "",
"substitute_siblings_help": "",
"substitute_children_help": "",
"substitute_siblings": "",
"substitute_children": "",
"SubstituteOnHand": "",
"ChildInheritFields": "",
"ChildInheritFields_help": "",
"InheritFields_help": "",
"show_ingredient_overview": "",
"Ingredient Overview": "",
"last_viewed": "",
"created_on": "",
"updatedon": "",
"Imported_From": "",
"advanced_search_settings": "",
"nothing_planned_today": "",
"no_pinned_recipes": "",
"paste_ingredients_placeholder": "Malzeme listesini buraya yapıştırın...",
"paste_ingredients": "Malzemeleri Yapıştır",
"ingredient_list": "Malzeme Listesi",
"explain": "ıkla",
"filter": "Filtre",
"Website": "Website",
"App": "Uygulama",
"Message": "Mesaj",
"Bookmarklet": "Yer İmi",
"Sticky_Nav": "Yapışkan Gezinme Çubuğu",
"Sticky_Nav_Help": "Gezinme menüsünü her zaman ekranın üst kısmında gösterin.",
"Nav_Color": "Gezinme Çubuğu Rengi",
"Nav_Color_Help": "Gezinme çubuğu rengini değiştir.",
"Use_Kj": "Kcal yerine kJ kullanın",
"Comments_setting": "Yorumları Göster",
"click_image_import": "Bu tarif için içe aktarmak istediğiniz görsele tıklayın",
"no_more_images_found": "Web sitesinde ek resim bulunamadı.",
"import_duplicates": "Mevcut tariflerle aynı adı taşıyan tariflerin tekrarlanmasını önlemek için göz ardı edilir. Her şeyi içe aktarmak için bu kutuyu işaretleyin.",
"paste_json": "Tarifi yüklemek için json veya html kaynağını buraya yapıştırın.",
"Click_To_Edit": "Düzenlemek için tıklayın",
"search_no_recipes": "Herhangi bir tarif bulunamadı!",
"search_import_help_text": "Harici bir web sitesinden veya uygulamadan bir tarifi içe aktarın.",
"search_create_help_text": "Doğrudan Tandoor'da yeni bir tarif oluşturun.",
"warning_duplicate_filter": "Uyarı: Teknik sınırlamalar nedeniyle aynı kombinasyona sahip (ve/veya/değil) birden fazla filtreye sahip olmak beklenmedik sonuçlara yol açabilir.",
"reset_children": "Alt Devralmayı Sıfırla",
"reset_children_help": "Devralınan alanlardaki değerleri tüm alt öğelerin üzerine yazın. Alt Devralınan Alanlar ayarlanmadıysa alttan devralınan alanlar Alanları Devral olarak ayarlanacaktır.",
"reset_food_inheritance": "Devralmayı Sıfırla",
"reset_food_inheritance_info": "Tüm yiyecekleri varsayılan devralınan alanlara ve bunların üst değerlerine sıfırlayın.",
"substitute_help": "Eldeki malzemelerle yapılabilecek tarifler ararken alternatifler dikkate alınır.",
"substitute_siblings_help": "Bu yiyeceğin bir üstünü paylaşan tüm yiyecekler ikame olarak kabul edilir.",
"substitute_children_help": "Bu yiyeceğin altı olan tüm yiyecekler ikame olarak kabul edilir.",
"substitute_siblings": "Yedek Kardeşler",
"substitute_children": "Yedek Çocuklar",
"SubstituteOnHand": "Elinizde bir yedek var.",
"ChildInheritFields": "Alt Öğeler Alanları Devralır",
"ChildInheritFields_help": "Alt öğeler varsayılan olarak bu alanları devralır.",
"InheritFields_help": "Bu alanların değerleri üst öğeden devralınacaktır (İstisna: boş alışveriş kategorileri devralınmaz)",
"show_ingredient_overview": "Tarifin başlangıcında tüm malzemelerin bir listesini görüntüleyin.",
"Ingredient Overview": "Malzeme Genel Bakış",
"last_viewed": "Son Bakılan",
"created_on": "Oluşturma Zamanı",
"updatedon": "Güncelleme Zamanı",
"Imported_From": "İçe Aktarıldığı Yer",
"advanced_search_settings": "Gelişmiş Arama Ayarları",
"nothing_planned_today": "Bugün için planınız yok!",
"no_pinned_recipes": "Sabitlenmiş tarifiniz yok!",
"Planned": "Planlanan",
"Pinned": "",
"Imported": "",
"Pinned": "Sabitlenmiş",
"Imported": "İçe Aktarılmış",
"Quick actions": "Hızlı işlemler",
"Ratings": "",
"Internal": "",
"Ratings": "Derecelendirmeler",
"Internal": "Dahili",
"Units": "Birimler",
"Manage_Emails": "",
"Change_Password": "",
"Social_Authentication": "",
"Manage_Emails": "E-postaları Yönet",
"Change_Password": "Parolayı Değiştir",
"Social_Authentication": "Sosyal Kimlik Doğrulama",
"Random Recipes": "Rasgele Tarifler",
"parameter_count": "",
"select_keyword": "",
"add_keyword": "",
"parameter_count": "Parametre {count}",
"select_keyword": "Anahtar Kelimeyi Seç",
"add_keyword": "Anahtar Kelime Ekle",
"select_file": "Dosya Seç",
"select_recipe": "Tarif Seç",
"select_unit": "Birim Seç",
"select_food": "",
"remove_selection": "",
"empty_list": "",
"select_food": "Yiyecek Seç",
"remove_selection": "Seçimi Kaldır",
"empty_list": "Liste boş.",
"Select": "Seç",
"Supermarkets": "Marketler",
"User": "",
"Username": "",
"User": "Kullanıcı",
"Username": "Kullanıcı Adı",
"First_name": "İsim",
"Last_name": "Soyisim",
"Keyword": "",
"Advanced": "",
"Keyword": "Anahtar Kelime",
"Advanced": "Gelişmiş",
"Page": "Sayfa",
"Single": "",
"Multiple": "",
"Reset": "",
"Disabled": "",
"Disable": "",
"Options": "",
"Create Food": "",
"create_food_desc": "",
"additional_options": "",
"Importer_Help": "",
"Documentation": "",
"Select_App_To_Import": "",
"Import_Supported": "",
"Export_Supported": "",
"Import_Not_Yet_Supported": "",
"Export_Not_Yet_Supported": "",
"Import_Result_Info": "",
"Recipes_In_Import": "",
"Single": "Tek",
"Multiple": "Çoklu",
"Reset": "Sıfırla",
"Disabled": "Devre Dışı",
"Disable": "Devre dışı bırak",
"Options": "Seçenekler",
"Create Food": "Yiyecek Oluştur",
"create_food_desc": "Bir yiyecek oluşturun ve onu bu tarife bağlayın.",
"additional_options": "Ek Seçenekler",
"Importer_Help": "Bu içe aktarıcı hakkında daha fazla bilgi ve yardım:",
"Documentation": "Dokümantasyon",
"Select_App_To_Import": "Lütfen İçe Aktarılacak Uygulamayı seçin",
"Import_Supported": "Desteklenen İçe Aktarma",
"Export_Supported": "Desteklenen Dışa Aktarma",
"Import_Not_Yet_Supported": "İçe aktarma henüz desteklenmiyor",
"Export_Not_Yet_Supported": "Dışa aktarma henüz desteklenmiyor",
"Import_Result_Info": "{total} tariften {imported} tanesi içe aktarıldı",
"Recipes_In_Import": "İçe aktarma dosyanızdaki tarifler",
"Toggle": "Değiştir",
"Import_Error": "İçeri aktarma sırasında bir hata oluştu. Görüntülemek için lütfen sayfanın altındaki Ayrıntıları genişletin.",
"Warning_Delete_Supermarket_Category": "Bir market kategorisinin silinmesi, gıdalarla olan tüm ilişkileri de silecektir. Emin misiniz?",
@@ -493,5 +493,79 @@
"base_amount": "Temel Miktar",
"Calculator": "Hesap Makinesi",
"property_type_fdc_hint": "Yalnızca FDC kimliği olan özellik tipleri FDC veritabanından veri çekebilir",
"Alignment": "Hizalama"
"Alignment": "Hizalama",
"Create Recipe": "Tarif Oluştur",
"kg": "kilogram [kg] (metrik, ağırlık)",
"Use_Plural_Food_Always": "Yiyecek için her zaman çoğul biçimi kullanın",
"created_by": "Oluşturan",
"CustomThemeHelp": "Özel bir CSS dosyası yükleyerek seçilen temanın stillerini geçersiz kılın.",
"CustomLogoHelp": "Tarayıcı sekmesinde ve yüklü web uygulamasında logoyu değiştirmek için farklı boyutlarda kare görseller yükleyin.",
"UnpinnedConfirmation": "{recipe} sabitlemesi kaldırıldı.",
"show_step_ingredients_setting_help": "Tarif adımlarının yanına malzemeler tablosunu ekleyin. Oluşturulma zamanında geçerlidir. Tarif düzenleme görünümünde geçersiz kılınabilir.",
"Split_All_Steps": "Tüm satırları ayrı adımlara bölün.",
"show_step_ingredients_setting": "Tarif Adımlarının Yanında Malzemeleri Göster",
"Space_Cosmetic_Settings": "Bazı kozmetik ayarlar alan yöneticileri tarafından değiştirilebilir ve o alanın istemci ayarlarını geçersiz kılar.",
"plural_short": "çoğul",
"g": "gram [g] (metrik, ağırlık)",
"ml": "mililitre [ml] (metrik, hacim)",
"tsp": "çay kaşığı [tsp] (ABD, hacim)",
"imperial_quart": "imperial quart [imp qt] (Birleşik Krallık, hacim)",
"Choose_Category": "Kategori Seç",
"Use_Plural_Food_Simple": "Yiyecek için çoğul biçimi dinamik olarak kullanın",
"Import Recipe": "Tarif İçe Aktar",
"Use_Plural_Unit_Always": "Birimler için her zaman çoğul biçimi seç",
"plural_usage_info": "Bu alandaki birimler ve yiyecekler için çoğul biçimini kullanın.",
"Transpose_Words": "Devrik Kelimeler",
"Never_Unit": "Asla Birim",
"Property": "Özellik",
"Conversion": "Dönüşüm",
"Original_Text": "Orijinal Metin",
"make_now_count": "En çok eksik malzemeler",
"CustomTheme": "Özel Tema",
"CustomLogos": "Özel Logolar",
"Unpin": "Sabitlemeyi Kaldır",
"Unit_Replace": "Birim Değiştir",
"Property_Editor": "Özellik Editörü",
"pint": "pint [pt] (ABD, hacim)",
"quart": "quart [qt] (ABD, hacim)",
"gallon": "galon [gal] (ABD, hacim)",
"Logo": "Logo",
"Show_Logo": "Logoyu Göster",
"Show_Logo_Help": "Gezinti çubuğunda Tandoor veya alan logosu gösterin.",
"Shopping_input_placeholder": "örn. Patates/100 Patatesler/100 g Patatesler",
"Properties": "Özellikler",
"CustomNavLogoHelp": "Gezinme çubuğu logosu olarak kullanılacak bir resim yükleyin.",
"ShowRecentlyCompleted": "Yakın zamanda tamamlanan öğeleri göster",
"ShoppingBackgroundSyncWarning": "Kötü bağlantı, senkronizasyon bekleniyor...",
"CustomImageHelp": "Alan genel bakışında gösterilecek bir resim yükleyin.",
"OrderInformation": "Nesneler küçükten büyüğe doğru sıralanır.",
"PinnedConfirmation": "{recipe} sabitlendi.",
"show_step_ingredients": "Adımdaki Malzemeleri Göster",
"hide_step_ingredients": "Adımdaki Malzemeleri Gizle",
"Created": "Oluşturuldu",
"Updated": "Güncellendi",
"Unchanged": "Değiştirilmemiş",
"Error": "Hata",
"Nav_Text_Mode": "Gezinme Çubuğu Metin Modu",
"Nav_Text_Mode_Help": "Her tema için farklı davranır.",
"Enable": "Etkinleştir",
"show_ingredients_table": "Adım metninin yanında malzemeler tablosunu görüntüleyin",
"total": "toplam",
"Name_Replace": "İsim Değiştir",
"Food_Replace": "Yiyecek Değiştir",
"DefaultPage": "Varsayılan Sayfa",
"Combine_All_Steps": "Tüm adımları tek bir alanda birleştirin.",
"Plural": "Çoğul",
"ounce": "ons [oz] (ağırlık)",
"pound": "pound (ağırlık)",
"l": "litre [l] (metrik, hacim)",
"fluid_ounce": "sıvı onsu [fl oz] (ABD, hacim)",
"tbsp": "yemek kaşığı [tbsp] (ABD, hacim)",
"imperial_fluid_ounce": "imperial fluid ounce [imp fl oz] (Birleşik Krallık, hacim)",
"imperial_pint": "imperial pint [imp pt] (Birleşik Krallık, hacim)",
"imperial_gallon": "imperial gal [imp gal] (Birleşik Krallık, hacim)",
"imperial_tbsp": "imperial tablespoon [imp tbsp] (Birleşik Krallık, hacim)",
"imperial_tsp": "imperial teaspoon [imp tsp] (Birleşik Krallık, hacim)",
"Back": "Geri",
"Use_Plural_Unit_Simple": "Birim için dinamik olarak çoğul biçimi kullanın"
}

View File

@@ -1,28 +1,28 @@
{
"err_fetching_resource": "",
"err_creating_resource": "",
"err_updating_resource": "",
"err_deleting_resource": "",
"success_fetching_resource": "",
"success_creating_resource": "",
"success_updating_resource": "",
"success_deleting_resource": "",
"import_running": "",
"all_fields_optional": "",
"convert_internal": "",
"show_only_internal": "",
"Log_Recipe_Cooking": "",
"External_Recipe_Image": "",
"Add_to_Shopping": "",
"Add_to_Plan": "",
"Step_start_time": "",
"Sort_by_new": "",
"Recipes_per_page": "",
"Manage_Books": "",
"Meal_Plan": "",
"Select_Book": "",
"Recipe_Image": "",
"Import_finished": "",
"err_fetching_resource": "獲取資源時發生錯誤!",
"err_creating_resource": "創建資源時發生錯誤!",
"err_updating_resource": "更新資源時發生錯誤!",
"err_deleting_resource": "刪除資源時發生錯誤!",
"success_fetching_resource": "成功獲取資源!",
"success_creating_resource": "成功創建資源!",
"success_updating_resource": "成功更新資源!",
"success_deleting_resource": "成功刪除資源!",
"import_running": "正在進行匯入,請稍候!",
"all_fields_optional": "所有欄位都是可選的,可以留空。",
"convert_internal": "轉換為內部食譜",
"show_only_internal": "僅顯示內部食譜",
"Log_Recipe_Cooking": "記錄食譜烹飪",
"External_Recipe_Image": "外部食譜圖片",
"Add_to_Shopping": "加入購物清單",
"Add_to_Plan": "加入計劃",
"Step_start_time": "步驟開始時間",
"Sort_by_new": "按最新排序",
"Recipes_per_page": "每頁食譜",
"Manage_Books": "管理書籍",
"Meal_Plan": "膳食計劃",
"Select_Book": "選擇書籍",
"Recipe_Image": "食譜圖片",
"Import_finished": "匯入完成",
"View_Recipes": "",
"Log_Cooking": "",
"New_Recipe": "",
@@ -84,5 +84,28 @@
"Use_Plural_Unit_Simple": "",
"Use_Plural_Food_Always": "",
"Use_Plural_Food_Simple": "",
"plural_usage_info": ""
"plural_usage_info": "",
"Table_of_Contents": "目錄",
"Select_File": "選擇檔案",
"file_upload_disabled": "您的空間未啟用檔案上傳功能。",
"step_time_minutes": "步驟時間(以分鐘為單位)",
"per_serving": "每份",
"warning_feature_beta": "此功能目前處於測試階段 (BETA)。使用此功能時,請預期可能會有漏洞和破壞性變更,未來可能會丟失與功能相關的數據。",
"err_deleting_protected_resource": "您嘗試刪除的對象仍在使用中,無法刪除。",
"err_moving_resource": "移動資源時發生錯誤!",
"err_merging_resource": "合併資源時發生錯誤!",
"success_moving_resource": "成功移動資源!",
"success_merging_resource": "成功合併資源!",
"show_split_screen": "分割視圖",
"Copy_template_reference": "複製參考模板",
"confirm_delete": "您確定要刪除這個{object}嗎?",
"Save_and_View": "儲存並查看",
"Add_nutrition_recipe": "為食譜添加營養資訊",
"Remove_nutrition_recipe": "從食譜中刪除營養資訊",
"warning_space_delete": "您可以刪除您的空間,包括所有食譜、購物清單、餐飲計畫以及其他您創建的內容。此操作無法撤銷!您確定要這樣做嗎?",
"food_inherit_info": "食物上應該預設繼承的欄位。",
"Hide_as_header": "隱藏為標題",
"err_importing_recipe": "匯入食譜時發生錯誤!",
"recipe_property_info": "您也可以為食材添加屬性,以便根據您的食譜自動計算它們!",
"Show_as_header": "顯示為標題"
}

View File

@@ -242,17 +242,22 @@ export const ResolveUrlMixin = {
}
export function resolveDjangoUrl(url, params = null) {
let fun = window.Urls[url];
if (typeof fun !== 'function') {
console.error(`window.Urls[${url}] is not a function: ${fun}`);
return
}
if (params == null) {
return window.Urls[url]()
return fun()
} else if (typeof params != "object") {
return window.Urls[url](params)
return fun(params)
} else if (typeof params == "object") {
if (params.length === 1) {
return window.Urls[url](params)
return fun(params)
} else if (params.length === 2) {
return window.Urls[url](params[0], params[1])
return fun(params[0], params[1])
} else if (params.length === 3) {
return window.Urls[url](params[0], params[1], params[2])
return fun(params[0], params[1], params[2])
}
}
}
@@ -774,4 +779,4 @@ export const formFunctions = {
}
return form
},
}
}

View File

@@ -12077,14 +12077,14 @@ write-file-atomic@^2.3.0:
signal-exit "^3.0.2"
"ws@^5.2.0 || ^6.0.0 || ^7.0.0", ws@^7.3.1:
version "7.5.9"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
version "7.5.10"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
ws@^8.13.0:
version "8.14.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.1.tgz#4b9586b4f70f9e6534c7bb1d3dc0baa8b8cf01e0"
integrity sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A==
version "8.17.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
xml2js@^0.5.0:
version "0.5.0"