From 02ffb8c95a50198f302ed1b4729dd2bf6cb50cbb Mon Sep 17 00:00:00 2001 From: atommasi Date: Fri, 13 Dec 2024 14:39:48 +0000 Subject: [PATCH] Add ref to ATS --- .../Layout/LayoutParts/AppFooter.vue | 4 +- .../Layout/LayoutParts/AppHeader.vue | 2 +- frontend/lang/messages/af-ZA.json | 3 +- frontend/lang/messages/ar-SA.json | 3 +- frontend/lang/messages/bg-BG.json | 3 +- frontend/lang/messages/ca-ES.json | 3 +- frontend/lang/messages/cs-CZ.json | 3 +- frontend/lang/messages/da-DK.json | 3 +- frontend/lang/messages/de-DE.json | 3 +- frontend/lang/messages/el-GR.json | 3 +- frontend/lang/messages/en-GB.json | 3 +- frontend/lang/messages/en-US.json | 91 ++++++++++--------- frontend/lang/messages/es-ES.json | 3 +- frontend/lang/messages/fi-FI.json | 3 +- frontend/lang/messages/fr-BE.json | 3 +- frontend/lang/messages/fr-CA.json | 3 +- frontend/lang/messages/fr-FR.json | 3 +- frontend/lang/messages/gl-ES.json | 3 +- frontend/lang/messages/he-IL.json | 3 +- frontend/lang/messages/hr-HR.json | 3 +- frontend/lang/messages/hu-HU.json | 3 +- frontend/lang/messages/is-IS.json | 3 +- frontend/lang/messages/it-IT.json | 3 +- frontend/lang/messages/ja-JP.json | 3 +- frontend/lang/messages/ko-KR.json | 3 +- frontend/lang/messages/lt-LT.json | 3 +- frontend/lang/messages/lv-LV.json | 3 +- frontend/lang/messages/nl-NL.json | 3 +- frontend/lang/messages/no-NO.json | 3 +- frontend/lang/messages/pl-PL.json | 3 +- frontend/lang/messages/pt-BR.json | 3 +- frontend/lang/messages/pt-PT.json | 3 +- frontend/lang/messages/ro-RO.json | 3 +- frontend/lang/messages/ru-RU.json | 3 +- frontend/lang/messages/sk-SK.json | 3 +- frontend/lang/messages/sl-SI.json | 3 +- frontend/lang/messages/sr-SP.json | 3 +- frontend/lang/messages/sv-SE.json | 3 +- frontend/lang/messages/tr-TR.json | 3 +- frontend/lang/messages/uk-UA.json | 3 +- frontend/lang/messages/vi-VN.json | 3 +- frontend/lang/messages/zh-CN.json | 3 +- frontend/lang/messages/zh-TW.json | 3 +- frontend/layouts/admin.vue | 8 +- 44 files changed, 136 insertions(+), 89 deletions(-) diff --git a/frontend/components/Layout/LayoutParts/AppFooter.vue b/frontend/components/Layout/LayoutParts/AppFooter.vue index 3042076a919..0360a4b9c1e 100644 --- a/frontend/components/Layout/LayoutParts/AppFooter.vue +++ b/frontend/components/Layout/LayoutParts/AppFooter.vue @@ -2,12 +2,12 @@ - + {{ $globals.icons.github }} - {{ new Date().getFullYear() }} — Mealie + {{ new Date().getFullYear() }} — Arcane Recipes diff --git a/frontend/components/Layout/LayoutParts/AppHeader.vue b/frontend/components/Layout/LayoutParts/AppHeader.vue index 37bdb6c7de8..4745b103fa4 100644 --- a/frontend/components/Layout/LayoutParts/AppHeader.vue +++ b/frontend/components/Layout/LayoutParts/AppHeader.vue @@ -8,7 +8,7 @@
- Mealie + Arcane Recipes
diff --git a/frontend/lang/messages/af-ZA.json b/frontend/lang/messages/af-ZA.json index bd55e3f5982..3c660b1c1bf 100644 --- a/frontend/lang/messages/af-ZA.json +++ b/frontend/lang/messages/af-ZA.json @@ -23,7 +23,8 @@ "support": "Ondersteuning", "version": "Weergawe", "unknown-version": "onbekend", - "sponsor": "Borg" + "sponsor": "Borg", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Bylae", diff --git a/frontend/lang/messages/ar-SA.json b/frontend/lang/messages/ar-SA.json index 486c9610e13..84fd8553634 100644 --- a/frontend/lang/messages/ar-SA.json +++ b/frontend/lang/messages/ar-SA.json @@ -23,7 +23,8 @@ "support": "الدعم", "version": "الإصدار", "unknown-version": "غير معروف", - "sponsor": "الممول" + "sponsor": "الممول", + "arcanetech": "حلول تقنية غامضة" }, "asset": { "assets": "الأصول", diff --git a/frontend/lang/messages/bg-BG.json b/frontend/lang/messages/bg-BG.json index 9a98623d6c4..03ec2c6e853 100644 --- a/frontend/lang/messages/bg-BG.json +++ b/frontend/lang/messages/bg-BG.json @@ -23,7 +23,8 @@ "support": "Поддръжка", "version": "Версия", "unknown-version": "неизвестно", - "sponsor": "Спонсори" + "sponsor": "Спонсори", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Активи", diff --git a/frontend/lang/messages/ca-ES.json b/frontend/lang/messages/ca-ES.json index 8ccb76ac8a1..1993259b6c7 100644 --- a/frontend/lang/messages/ca-ES.json +++ b/frontend/lang/messages/ca-ES.json @@ -23,7 +23,8 @@ "support": "Suport", "version": "Versió", "unknown-version": "desconegut", - "sponsor": "Patrocinador" + "sponsor": "Patrocinador", + "arcanetech": "Solucions Arcane Tech" }, "asset": { "assets": "Adjunts", diff --git a/frontend/lang/messages/cs-CZ.json b/frontend/lang/messages/cs-CZ.json index b6fc681899e..27c4c9d594b 100644 --- a/frontend/lang/messages/cs-CZ.json +++ b/frontend/lang/messages/cs-CZ.json @@ -23,7 +23,8 @@ "support": "Podpora", "version": "Verze", "unknown-version": "neznámá", - "sponsor": "Sponzor" + "sponsor": "Sponzor", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Zdroje", diff --git a/frontend/lang/messages/da-DK.json b/frontend/lang/messages/da-DK.json index 5cca7282c2b..95f0e74e027 100644 --- a/frontend/lang/messages/da-DK.json +++ b/frontend/lang/messages/da-DK.json @@ -23,7 +23,8 @@ "support": "Hjælp", "version": "Version", "unknown-version": "ukendt", - "sponsor": "Sponsor" + "sponsor": "Sponsor", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Ekstramateriale", diff --git a/frontend/lang/messages/de-DE.json b/frontend/lang/messages/de-DE.json index 7dc5e548d56..68ab8be5b94 100644 --- a/frontend/lang/messages/de-DE.json +++ b/frontend/lang/messages/de-DE.json @@ -23,7 +23,8 @@ "support": "Unterstützen", "version": "Version", "unknown-version": "unbekannt", - "sponsor": "Unterstützen" + "sponsor": "Unterstützen", + "arcanetech": "Arcane Tech-Lösungen" }, "asset": { "assets": "Anhänge", diff --git a/frontend/lang/messages/el-GR.json b/frontend/lang/messages/el-GR.json index 4249b9f8ac9..aa3fa4e41a6 100644 --- a/frontend/lang/messages/el-GR.json +++ b/frontend/lang/messages/el-GR.json @@ -23,7 +23,8 @@ "support": "Υποστήριξη", "version": "Έκδοση", "unknown-version": "άγνωστο", - "sponsor": "Χορηγός" + "sponsor": "Χορηγός", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Στοιχεία", diff --git a/frontend/lang/messages/en-GB.json b/frontend/lang/messages/en-GB.json index c19e435e181..30bd95629a9 100644 --- a/frontend/lang/messages/en-GB.json +++ b/frontend/lang/messages/en-GB.json @@ -23,7 +23,8 @@ "support": "Support", "version": "Version", "unknown-version": "unknown", - "sponsor": "Sponsor" + "sponsor": "Sponsor", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Assets", diff --git a/frontend/lang/messages/en-US.json b/frontend/lang/messages/en-US.json index 0fe00ce552d..1f7f9d28e40 100644 --- a/frontend/lang/messages/en-US.json +++ b/frontend/lang/messages/en-US.json @@ -1,7 +1,7 @@ { "about": { "about": "About", - "about-mealie": "About Mealie", + "about-Arcane Recipes": "About Arcane Recipes", "api-docs": "API Docs", "api-port": "API Port", "application-mode": "Application Mode", @@ -23,7 +23,8 @@ "support": "Support", "version": "Version", "unknown-version": "unknown", - "sponsor": "Sponsor" + "sponsor": "Sponsor", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Assets", @@ -57,7 +58,7 @@ "event-delete-confirmation": "Are you sure you want to delete this event?", "event-deleted": "Event Deleted", "event-updated": "Event Updated", - "new-notification-form-description": "Mealie uses the Apprise library to generate notifications. They offer many options for services to use for notifications. Refer to their wiki for a comprehensive guide on how to create the URL for your service. If available, selecting the type of your notification may include extra features.", + "new-notification-form-description": "Arcane Recpies uses the Apprise library to generate notifications. They offer many options for services to use for notifications. Refer to their wiki for a comprehensive guide on how to create the URL for your service. If available, selecting the type of your notification may include extra features.", "new-version": "New version available!", "notification": "Notification", "refresh": "Refresh", @@ -373,7 +374,7 @@ "recipe-migration": "Recipe Migration", "chowdown": { "description": "Migrate data from Chowdown", - "description-long": "Mealie natively supports the chowdown repository format. Download the code repository as a .zip file and upload it below.", + "description-long": "Arcane Recipes natively supports the chowdown repository format. Download the code repository as a .zip file and upload it below.", "title": "Chowdown" }, "nextcloud": { @@ -382,48 +383,48 @@ "title": "Nextcloud Cookbook" }, "copymethat": { - "description-long": "Mealie can import recipes from Copy Me That. Export your recipes in HTML format, then upload the .zip below.", + "description-long": "Arcane Recipes can import recipes from Copy Me That. Export your recipes in HTML format, then upload the .zip below.", "title": "Copy Me That Recipe Manager" }, "paprika": { - "description-long": "Mealie can import recipes from the Paprika application. Export your recipes from paprika, rename the export extension to .zip and upload it below.", + "description-long": "Arcane Recipes can import recipes from the Paprika application. Export your recipes from paprika, rename the export extension to .zip and upload it below.", "title": "Paprika Recipe Manager" }, "mealie-pre-v1": { - "description-long": "Mealie can import recipes from the Mealie application from a pre v1.0 release. Export your recipes from your old instance, and upload the zip file below. Note that only recipes can be imported from the export.", - "title": "Mealie Pre v1.0" + "description-long": "Arcane Recipes can import recipes from the Arcane Recipes application from a pre v1.0 release. Export your recipes from your old instance, and upload the zip file below. Note that only recipes can be imported from the export.", + "title": "Arcane Recipes Pre v1.0" }, "tandoor": { - "description-long": "Mealie can import recipes from Tandoor. Export your data in the \"Default\" format, then upload the .zip below.", + "description-long": "Arcane Recipes can import recipes from Tandoor. Export your data in the \"Default\" format, then upload the .zip below.", "title": "Tandoor Recipes" }, "recipe-data-migrations": "Recipe Data Migrations", - "recipe-data-migrations-explanation": "Recipes can be migrated from another supported application to Mealie. This is a great way to get started with Mealie.", - "coming-from-another-application-or-an-even-older-version-of-mealie": "Coming from another application or an even older version of Mealie? Check out migrations and see if your data can be imported.", + "recipe-data-migrations-explanation": "Recipes can be migrated from another supported application to Arcane Recipes. This is a great way to get started with Arcane Recipes.", + "coming-from-another-application-or-an-even-older-version-of-Arcane Recipes": "Coming from another application or an even older version of Arcane Recipes? Check out migrations and see if your data can be imported.", "choose-migration-type": "Choose Migration Type", "tag-all-recipes": "Tag all recipes with {tag-name} tag", "nextcloud-text": "Nextcloud recipes can be imported from a zip file that contains the data stored in Nextcloud. See the example folder structure below to ensure your recipes are able to be imported.", - "chowdown-text": "Mealie natively supports the chowdown repository format. Download the code repository as a .zip file and upload it below.", + "chowdown-text": "Arcane Recipes natively supports the chowdown repository format. Download the code repository as a .zip file and upload it below.", "recipe-1": "Recipe 1", "recipe-2": "Recipe 2", - "paprika-text": "Mealie can import recipes from the Paprika application. Export your recipes from paprika, rename the export extension to .zip and upload it below.", - "mealie-text": "Mealie can import recipes from the Mealie application from a pre v1.0 release. Export your recipes from your old instance, and upload the zip file below. Note that only recipes can be imported from the export.", + "paprika-text": "Arcane Recipes can import recipes from the Paprika application. Export your recipes from paprika, rename the export extension to .zip and upload it below.", + "mealie-text": "Arcane Recipes can import recipes from the Arcane Recipes application from a pre v1.0 release. Export your recipes from your old instance, and upload the zip file below. Note that only recipes can be imported from the export.", "plantoeat": { "title": "Plan to Eat", - "description-long": "Mealie can import recipies from Plan to Eat." + "description-long": "Arcane Recipes can import recipies from Plan to Eat." }, "myrecipebox": { "title": "My Recipe Box", - "description-long": "Mealie can import recipes from My Recipe Box. Export your recipes in CSV format, then upload the .csv file below." + "description-long": "Arcane Recipes can import recipes from My Recipe Box. Export your recipes in CSV format, then upload the .csv file below." }, "recipekeeper": { "title": "Recipe Keeper", - "description-long": "Mealie can import recipes from Recipe Keeper. Export your recipes in zip format, then upload the .zip file below." + "description-long": "Arcane Recipes can import recipes from Recipe Keeper. Export your recipes in zip format, then upload the .zip file below." } }, "new-recipe": { "bulk-add": "Bulk Add", - "error-details": "Only websites containing ld+json or microdata can be imported by Mealie. Most major recipe websites support this data structure. If your site cannot be imported but there is json data in the log, please submit a github issue with the URL and data.", + "error-details": "Only websites containing ld+json or microdata can be imported by Arcane Recipes. Most major recipe websites support this data structure. If your site cannot be imported but there is json data in the log, please submit a github issue with the URL and data.", "error-title": "Looks Like We Couldn't Find Anything", "from-url": "Import a Recipe", "github-issues": "GitHub Issues", @@ -434,7 +435,7 @@ "recipe-url": "Recipe URL", "recipe-html-or-json": "Recipe HTML or JSON", "upload-a-recipe": "Upload a Recipe", - "upload-individual-zip-file": "Upload an individual .zip file exported from another Mealie instance.", + "upload-individual-zip-file": "Upload an individual .zip file exported from another Arcane Recipes instance.", "url-form-hint": "Copy and paste a link from your favorite recipe website", "view-scraped-data": "View Scraped Data", "trim-whitespace-description": "Trim leading and trailing whitespace as well as blank lines", @@ -587,7 +588,7 @@ "how-did-it-turn-out": "How did it turn out?", "user-made-this": "{user} made this", "last-made-date": "Last Made {date}", - "api-extras-description": "Recipes extras are a key feature of the Mealie API. They allow you to create custom JSON key/value pairs within a recipe, to reference from 3rd party applications. You can use these keys to provide information, for example to trigger automations or custom messages to relay to your desired device.", + "api-extras-description": "Recipes extras are a key feature of the Arcane Recipes API. They allow you to create custom JSON key/value pairs within a recipe, to reference from 3rd party applications. You can use these keys to provide information, for example to trigger automations or custom messages to relay to your desired device.", "message-key": "Message Key", "parse": "Parse", "attach-images-hint": "Attach images by dragging & dropping them into the editor", @@ -605,7 +606,7 @@ "create-recipes": "Create Recipes", "import-with-zip": "Import with .zip", "create-recipe-from-an-image": "Create Recipe from an Image", - "create-recipe-from-an-image-description": "Create a recipe by uploading an image of it. Mealie will attempt to extract the text from the image using AI and create a recipe from it.", + "create-recipe-from-an-image-description": "Create a recipe by uploading an image of it. Arcane Recipes will attempt to extract the text from the image using AI and create a recipe from it.", "crop-and-rotate-the-image": "Crop and rotate the image so that only the text is visible, and it's in the correct orientation.", "create-from-image": "Create from Image", "should-translate-description": "Translate the recipe into my language", @@ -615,7 +616,7 @@ "create-a-recipe-by-providing-the-name-all-recipes-must-have-unique-names": "Create a recipe by providing the name. All recipes must have unique names.", "new-recipe-names-must-be-unique": "New recipe names must be unique", "scrape-recipe": "Scrape Recipe", - "scrape-recipe-description": "Scrape a recipe by url. Provide the url for the site you want to scrape, and Mealie will attempt to scrape the recipe from that site and add it to your collection.", + "scrape-recipe-description": "Scrape a recipe by url. Provide the url for the site you want to scrape, and Arcane Recipes will attempt to scrape the recipe from that site and add it to your collection.", "scrape-recipe-have-a-lot-of-recipes": "Have a lot of recipes you want to scrape at once?", "scrape-recipe-suggest-bulk-importer": "Try out the bulk importer", "scrape-recipe-have-raw-html-or-json-data": "Have raw HTML or JSON data?", @@ -623,23 +624,23 @@ "import-original-keywords-as-tags": "Import original keywords as tags", "stay-in-edit-mode": "Stay in Edit mode", "import-from-zip": "Import from Zip", - "import-from-zip-description": "Import a single recipe that was exported from another Mealie instance.", + "import-from-zip-description": "Import a single recipe that was exported from another Arcane Recipes instance.", "import-from-html-or-json": "Import from HTML or JSON", - "import-from-html-or-json-description": "Import a single recipe from raw HTML or JSON. This is useful if you have a recipe from a site that Mealie can't scrape normally, or from some other external source.", + "import-from-html-or-json-description": "Import a single recipe from raw HTML or JSON. This is useful if you have a recipe from a site that Arcane Recipes can't scrape normally, or from some other external source.", "json-import-format-description-colon": "To import via JSON, it must be in valid format:", "json-editor": "JSON Editor", - "zip-files-must-have-been-exported-from-mealie": ".zip files must have been exported from Mealie", + "zip-files-must-have-been-exported-from-Arcane Recipes": ".zip files must have been exported from Arcane Recipes", "create-a-recipe-by-uploading-a-scan": "Create a recipe by uploading a scan.", "upload-a-png-image-from-a-recipe-book": "Upload a png image from a recipe book", "recipe-bulk-importer": "Recipe Bulk Importer", - "recipe-bulk-importer-description": "The Bulk recipe importer allows you to import multiple recipes at once by queueing the sites on the backend and running the task in the background. This can be useful when initially migrating to Mealie, or when you want to import a large number of recipes.", + "recipe-bulk-importer-description": "The Bulk recipe importer allows you to import multiple recipes at once by queueing the sites on the backend and running the task in the background. This can be useful when initially migrating to Arcane Recipes, or when you want to import a large number of recipes.", "set-categories-and-tags": "Set Categories and Tags", "bulk-imports": "Bulk Imports", "bulk-import-process-has-started": "Bulk Import process has started", "bulk-import-process-has-failed": "Bulk import process has failed", "report-deletion-failed": "Report deletion failed", "recipe-debugger": "Recipe Debugger", - "recipe-debugger-description": "Grab the URL of the recipe you want to debug and paste it here. The URL will be scraped by the recipe scraper and the results will be displayed. If you don't see any data returned, the site you are trying to scrape is not supported by Mealie or its scraper library.", + "recipe-debugger-description": "Grab the URL of the recipe you want to debug and paste it here. The URL will be scraped by the recipe scraper and the results will be displayed. If you don't see any data returned, the site you are trying to scrape is not supported by Arcane Recipes or its scraper library.", "use-openai": "Use OpenAI", "recipe-debugger-use-openai-description": "Use OpenAI to parse the results instead of relying on the scraper library. When creating a recipe via URL, this is done automatically if the scraper library fails, but you may test it manually here.", "debug": "Debug", @@ -654,7 +655,7 @@ "nextStep": "Next step", "recipe-actions": "Recipe Actions", "parser": { - "experimental-alert-text": "Mealie uses natural language processing to parse and create units and food items for your recipe ingredients. This feature is experimental and may not always work as expected. If you prefer not to use the parsed results, you can select 'Cancel' and your changes will not be saved.", + "experimental-alert-text": "Arcane Recipes uses natural language processing to parse and create units and food items for your recipe ingredients. This feature is experimental and may not always work as expected. If you prefer not to use the parsed results, you can select 'Cancel' and your changes will not be saved.", "ingredient-parser": "Ingredient Parser", "explanation": "To use the ingredient parser, click the 'Parse All' button to start the process. Once the processed ingredients are available, you can review the items and verify that they were parsed correctly. The model's confidence score is displayed on the right of the item title. This score is an average of all the individual scores and may not always be completely accurate.", "alerts-explainer": "Alerts will be displayed if a matching foods or unit is found but does not exists in the database.", @@ -700,7 +701,7 @@ "clear-selection": "Clear Selection", "results": "Results", "search": "Search", - "search-mealie": "Search Mealie (press /)", + "search-Arcane Recipes": "Search Arcane Recipes (press /)", "search-placeholder": "Search...", "tag-filter": "Tag Filter", "search-hint": "Press '/'", @@ -725,7 +726,7 @@ "import-summary": "Import Summary", "partial-backup": "Partial Backup", "unable-to-delete-backup": "Unable to Delete Backup.", - "experimental-description": "Backups are total snapshots of the database and data directory of the site. This includes all data and cannot be set to exclude subsets of data. You can think of this as a snapshot of Mealie at a specific time. These serve as a database agnostic way to export and import data, or back up the site to an external location.", + "experimental-description": "Backups are total snapshots of the database and data directory of the site. This includes all data and cannot be set to exclude subsets of data. You can think of this as a snapshot of Arcane Recipes at a specific time. These serve as a database agnostic way to export and import data, or back up the site to an external location.", "backup-restore": "Backup Restore", "back-restore-description": "Restoring this backup will overwrite all the current data in your database and in the data directory and replace them with the contents of this backup. {cannot-be-undone} If the restoration is successful, you will be logged out.", "cannot-be-undone": "This action cannot be undone - use with caution.", @@ -824,7 +825,7 @@ "tracker": "Tracker", "configuration": "Configuration", "docker-volume": "Docker Volume", - "docker-volume-help": "Mealie requires that the frontend container and the backend share the same docker volume or storage. This ensures that the frontend container can properly access the images and assets stored on disk.", + "docker-volume-help": "Arcane Recipes requires that the frontend container and the backend share the same docker volume or storage. This ensures that the frontend container can properly access the images and assets stored on disk.", "volumes-are-misconfigured": "Volumes are misconfigured.", "volumes-are-configured-correctly": "Volumes are configured correctly.", "status-unknown-try-running-a-validation": "Status Unknown. Try running a validation.", @@ -839,7 +840,7 @@ "general-about": "General About", "application-version": "Application Version", "application-version-error-text": "Your current version ({0}) does not match the latest release. Considering updating to the latest version ({1}).", - "mealie-is-up-to-date": "Mealie is up to date", + "mealie-is-up-to-date": "Arcane Recipes is up to date", "secure-site": "Secure Site", "secure-site-error-text": "Serve via localhost or secure with https. Clipboard and additional browser APIs may not work.", "secure-site-success-text": "Site is accessed by localhost or https", @@ -923,7 +924,7 @@ "sign-up-links": "Sign Up Links", "sign-up-token-deleted": "Sign Up Token Deleted", "sign-up-token-deletion-failed": "Sign up token deletion failed", - "welcome-to-mealie": "Welcome to Mealie! To become a user of this instance you are required to have a valid invitation link. If you haven't recieved an invitation you are unable to sign-up. To recieve a link, contact the sites administrator." + "welcome-to-Arcane Recipes": "Welcome to Arcane Recipes! To become a user of this instance you are required to have a valid invitation link. If you haven't recieved an invitation you are unable to sign-up. To recieve a link, contact the sites administrator." }, "tag": { "tag-created": "Tag created", @@ -1032,7 +1033,7 @@ "user-details": "User Details", "user-name": "User Name", "authentication-method": "Authentication Method", - "authentication-method-hint": "This specifies how a user will authenticate with Mealie. If you're not sure, choose 'Mealie'", + "authentication-method-hint": "This specifies how a user will authenticate with Arcane Recipes. If you're not sure, choose 'Arcane Recipes'", "permissions": "Permissions", "administrator": "Administrator", "user-can-invite-other-to-group": "User can invite others to group", @@ -1049,7 +1050,7 @@ "language-dialog": { "translated": "translated", "choose-language": "Choose Language", - "select-description": "Choose the language for the Mealie UI. The setting only applies to you, not other users.", + "select-description": "Choose the language for the Arcane Recipes UI. The setting only applies to you, not other users.", "how-to-contribute-description": "Is something not translated yet, mistranslated, or your language missing from the list? {read-the-docs-link} on how to contribute!", "read-the-docs": "Read the docs" }, @@ -1162,7 +1163,7 @@ "group-details": "Group Details", "group-details-description": "Before you create an account you'll need to create a group. Your group will only contain you, but you'll be able to invite others later. Members in your group can share meal plans, shopping lists, recipes, and more!", "use-seed-data": "Use Seed Data", - "use-seed-data-description": "Mealie ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.", + "use-seed-data-description": "Arcane Recipes ships with a collection of Foods, Units, and Labels that can be used to populate your group with helpful data for organizing your recipes.", "account-details": "Account Details" }, "validation": { @@ -1262,14 +1263,14 @@ "actions-description-destructive": "destructive", "actions-description-irreversible": "irreversible", "logs-action-refresh": "Refresh Logs", - "logs-page-title": "Mealie Logs", + "logs-page-title": "Arcane Recipes Logs", "logs-tail-lines-label": "Tail Lines" }, "mainentance": { "actions-title": "Actions" }, "ingredients-natural-language-processor": "Ingredients Natural Language Processor", - "ingredients-natural-language-processor-explanation": "Mealie uses Conditional Random Fields (CRFs) for parsing and processing ingredients. The model used for ingredients is based off a data set of over 100,000 ingredients from a dataset compiled by the New York Times. Note that as the model is trained in English only, you may have varied results when using the model in other languages. This page is a playground for testing the model.", + "ingredients-natural-language-processor-explanation": "Arcane Recipes uses Conditional Random Fields (CRFs) for parsing and processing ingredients. The model used for ingredients is based off a data set of over 100,000 ingredients from a dataset compiled by the New York Times. Note that as the model is trained in English only, you may have varied results when using the model in other languages. This page is a playground for testing the model.", "ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.", "nlp": "NLP", "brute": "Brute", @@ -1285,12 +1286,12 @@ "tasks": "Tasks", "setup": { "first-time-setup": "First Time Setup", - "welcome-to-mealie-get-started": "Welcome to Mealie! Let's get started", + "welcome-to-mealie-get-started": "Welcome to Arcane Recipes! Let's get started", "already-set-up-bring-to-homepage": "I'm already set up, just bring me to the homepage", "common-settings-for-new-sites": "Here are some common settings for new sites", "setup-complete": "Setup Complete!", - "here-are-a-few-things-to-help-you-get-started": "Here are a few things to help you get started with Mealie", - "restore-from-v1-backup": "Have a backup from a previous instance of Mealie v1? You can restore it here.", + "here-are-a-few-things-to-help-you-get-started": "Here are a few things to help you get started with Arcane Recipes", + "restore-from-v1-backup": "Have a backup from a previous instance of Arcane Recipes v1? You can restore it here.", "manage-profile-or-get-invite-link": "Manage your own profile, or grab an invite link to share with others." }, "debug-openai-services": "Debug OpenAI Services", @@ -1309,9 +1310,9 @@ "account-summary": "Account Summary", "account-summary-description": "Here's a summary of your group's information.", "group-statistics": "Group Statistics", - "group-statistics-description": "Your Group Statistics provide some insight how you're using Mealie.", + "group-statistics-description": "Your Group Statistics provide some insight how you're using Arcane Recipes.", "household-statistics": "Household Statistics", - "household-statistics-description": "Your Household Statistics provide some insight how you're using Mealie.", + "household-statistics-description": "Your Household Statistics provide some insight how you're using Arcane Recipes.", "storage-capacity": "Storage Capacity", "storage-capacity-description": "Your storage capacity is a calculation of the images and assets you have uploaded.", "personal": "Personal", @@ -1332,7 +1333,7 @@ "notifiers": "Notifiers", "notifiers-description": "Set up email and push notifications that trigger on specific events.", "manage-data": "Manage Data", - "manage-data-description": "Manage your Mealie data; Foods, Units, Categories, Tags and more.", + "manage-data-description": "Manage your Arcane Recipes data; Foods, Units, Categories, Tags and more.", "data-migrations": "Data Migrations", "data-migrations-description": "Migrate your existing data from other applications like Nextcloud Recipes and Chowdown.", "email-sent": "Email Sent", @@ -1356,7 +1357,7 @@ "hide-cookbooks-from-other-households": "Hide Cookbooks from Other Households", "hide-cookbooks-from-other-households-description": "When enabled, only cookbooks from your household will appear on the sidebar", "public-cookbook": "Public Cookbook", - "public-cookbook-description": "Public Cookbooks can be shared with non-mealie users and will be displayed on your groups page.", + "public-cookbook-description": "Public Cookbooks can be shared with non-Arcane Recipes users and will be displayed on your groups page.", "filter-options": "Filter Options", "filter-options-description": "When require all is selected the cookbook will only include recipes that have all of the items selected. This applies to each subset of selectors and not a cross section of the selected items.", "require-all-categories": "Require All Categories", diff --git a/frontend/lang/messages/es-ES.json b/frontend/lang/messages/es-ES.json index 50177ae588e..7e0b169f38d 100644 --- a/frontend/lang/messages/es-ES.json +++ b/frontend/lang/messages/es-ES.json @@ -23,7 +23,8 @@ "support": "Soporte", "version": "Versión", "unknown-version": "desconocido", - "sponsor": "Patrocinador" + "sponsor": "Patrocinador", + "arcanetech": "Soluciones tecnológicas arcanas" }, "asset": { "assets": "Recursos", diff --git a/frontend/lang/messages/fi-FI.json b/frontend/lang/messages/fi-FI.json index 7b34c354704..9391eec20ad 100644 --- a/frontend/lang/messages/fi-FI.json +++ b/frontend/lang/messages/fi-FI.json @@ -23,7 +23,8 @@ "support": "Tuki", "version": "Versio", "unknown-version": "tuntematon", - "sponsor": "Yhteistyökumppani" + "sponsor": "Yhteistyökumppani", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Liitteet", diff --git a/frontend/lang/messages/fr-BE.json b/frontend/lang/messages/fr-BE.json index c5ebdf17710..a34e0823d09 100644 --- a/frontend/lang/messages/fr-BE.json +++ b/frontend/lang/messages/fr-BE.json @@ -23,7 +23,8 @@ "support": "Soutenir", "version": "Version", "unknown-version": "inconnu", - "sponsor": "Sponsoriser" + "sponsor": "Sponsoriser", + "arcanetech": "Solutions technologiques arcaniques" }, "asset": { "assets": "Ressources", diff --git a/frontend/lang/messages/fr-CA.json b/frontend/lang/messages/fr-CA.json index 3fb8463f1b8..3d26914346e 100644 --- a/frontend/lang/messages/fr-CA.json +++ b/frontend/lang/messages/fr-CA.json @@ -23,7 +23,8 @@ "support": "Soutenir", "version": "Version", "unknown-version": "inconnu", - "sponsor": "Sponsoriser" + "sponsor": "Sponsoriser", + "arcanetech": "Solutions technologiques arcaniques" }, "asset": { "assets": "Ressources", diff --git a/frontend/lang/messages/fr-FR.json b/frontend/lang/messages/fr-FR.json index 1fbb57e1297..9d2ad96cf33 100644 --- a/frontend/lang/messages/fr-FR.json +++ b/frontend/lang/messages/fr-FR.json @@ -23,7 +23,8 @@ "support": "Soutenir", "version": "Version", "unknown-version": "inconnu", - "sponsor": "Sponsoriser" + "sponsor": "Sponsoriser", + "arcanetech": "Solutions technologiques arcaniques" }, "asset": { "assets": "Ressources", diff --git a/frontend/lang/messages/gl-ES.json b/frontend/lang/messages/gl-ES.json index 1c1b8812ada..d8ea74bdd12 100644 --- a/frontend/lang/messages/gl-ES.json +++ b/frontend/lang/messages/gl-ES.json @@ -23,7 +23,8 @@ "support": "Soporte", "version": "Versión", "unknown-version": "descoñecido", - "sponsor": "Patrocinador" + "sponsor": "Patrocinador", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Recursos", diff --git a/frontend/lang/messages/he-IL.json b/frontend/lang/messages/he-IL.json index f540ea5d46d..37d66ebf74c 100644 --- a/frontend/lang/messages/he-IL.json +++ b/frontend/lang/messages/he-IL.json @@ -23,7 +23,8 @@ "support": "תמיכה", "version": "גרסה", "unknown-version": "לא ידוע", - "sponsor": "נותן/ת חסות" + "sponsor": "נותן/ת חסות", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "נכסים", diff --git a/frontend/lang/messages/hr-HR.json b/frontend/lang/messages/hr-HR.json index 29497b5743e..295dc923cdb 100644 --- a/frontend/lang/messages/hr-HR.json +++ b/frontend/lang/messages/hr-HR.json @@ -23,7 +23,8 @@ "support": "Podrška", "version": "Verzija", "unknown-version": "nepoznat", - "sponsor": "Sponzor" + "sponsor": "Sponzor", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Sastojci", diff --git a/frontend/lang/messages/hu-HU.json b/frontend/lang/messages/hu-HU.json index 10574ae9aba..e6586bc2e7a 100644 --- a/frontend/lang/messages/hu-HU.json +++ b/frontend/lang/messages/hu-HU.json @@ -23,7 +23,8 @@ "support": "Támogatás", "version": "Verzió", "unknown-version": "ismeretlen", - "sponsor": "Szponzor" + "sponsor": "Szponzor", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Eszközök", diff --git a/frontend/lang/messages/is-IS.json b/frontend/lang/messages/is-IS.json index 0166401c7e5..0481dcc4191 100644 --- a/frontend/lang/messages/is-IS.json +++ b/frontend/lang/messages/is-IS.json @@ -23,7 +23,8 @@ "support": "Support", "version": "Version", "unknown-version": "unknown", - "sponsor": "Sponsor" + "sponsor": "Sponsor", + "arcanetech": "Arcane tæknilausnir" }, "asset": { "assets": "Assets", diff --git a/frontend/lang/messages/it-IT.json b/frontend/lang/messages/it-IT.json index 12753fe47c1..ca11b7b4eb2 100644 --- a/frontend/lang/messages/it-IT.json +++ b/frontend/lang/messages/it-IT.json @@ -23,7 +23,8 @@ "support": "Supporto", "version": "Versione", "unknown-version": "sconosciuto", - "sponsor": "Sponsor" + "sponsor": "Sponsor", + "arcanetech": "Soluzioni tecnologiche arcane" }, "asset": { "assets": "Risorse", diff --git a/frontend/lang/messages/ja-JP.json b/frontend/lang/messages/ja-JP.json index ab80d08a828..809f8ed72ca 100644 --- a/frontend/lang/messages/ja-JP.json +++ b/frontend/lang/messages/ja-JP.json @@ -23,7 +23,8 @@ "support": "ヘルプ", "version": "バージョン", "unknown-version": "不明", - "sponsor": "スポンサー" + "sponsor": "スポンサー", + "arcanetech": "難解な技術ソリューション" }, "asset": { "assets": "資産", diff --git a/frontend/lang/messages/ko-KR.json b/frontend/lang/messages/ko-KR.json index 304b06db10a..03871ec2582 100644 --- a/frontend/lang/messages/ko-KR.json +++ b/frontend/lang/messages/ko-KR.json @@ -23,7 +23,8 @@ "support": "지원", "version": "버전", "unknown-version": "알 수 없음", - "sponsor": "스폰서" + "sponsor": "스폰서", + "arcanetech": "아케인 테크 솔루션" }, "asset": { "assets": "자산", diff --git a/frontend/lang/messages/lt-LT.json b/frontend/lang/messages/lt-LT.json index f7f9cfad59c..bf9ca987598 100644 --- a/frontend/lang/messages/lt-LT.json +++ b/frontend/lang/messages/lt-LT.json @@ -23,7 +23,8 @@ "support": "Paremti", "version": "Versija", "unknown-version": "unknown", - "sponsor": "Rėmėjas" + "sponsor": "Rėmėjas", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Duomenys", diff --git a/frontend/lang/messages/lv-LV.json b/frontend/lang/messages/lv-LV.json index ad98e99818d..a235d981bd7 100644 --- a/frontend/lang/messages/lv-LV.json +++ b/frontend/lang/messages/lv-LV.json @@ -23,7 +23,8 @@ "support": "Support", "version": "Version", "unknown-version": "unknown", - "sponsor": "Sponsor" + "sponsor": "Sponsor", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Assets", diff --git a/frontend/lang/messages/nl-NL.json b/frontend/lang/messages/nl-NL.json index aaf657f3845..6116e184147 100644 --- a/frontend/lang/messages/nl-NL.json +++ b/frontend/lang/messages/nl-NL.json @@ -23,7 +23,8 @@ "support": "Ondersteuning", "version": "Versie", "unknown-version": "onbekend", - "sponsor": "Sponsor" + "sponsor": "Sponsor", + "arcanetech": "Arcane technische oplossingen" }, "asset": { "assets": "Bijlagen", diff --git a/frontend/lang/messages/no-NO.json b/frontend/lang/messages/no-NO.json index e7e2a77af3b..f655bf08828 100644 --- a/frontend/lang/messages/no-NO.json +++ b/frontend/lang/messages/no-NO.json @@ -23,7 +23,8 @@ "support": "Brukerstøtte", "version": "Versjon", "unknown-version": "ukjent", - "sponsor": "Sponsor" + "sponsor": "Sponsor", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Ressurser", diff --git a/frontend/lang/messages/pl-PL.json b/frontend/lang/messages/pl-PL.json index 28aa2db9f45..1a8cbb6f9e4 100644 --- a/frontend/lang/messages/pl-PL.json +++ b/frontend/lang/messages/pl-PL.json @@ -23,7 +23,8 @@ "support": "Wsparcie", "version": "Wersja", "unknown-version": "nieznana", - "sponsor": "Sponsor" + "sponsor": "Sponsor", + "arcanetech": "Tajemne rozwiązania techniczne" }, "asset": { "assets": "Zasoby", diff --git a/frontend/lang/messages/pt-BR.json b/frontend/lang/messages/pt-BR.json index 477d56d3fa6..21e6ce2a682 100644 --- a/frontend/lang/messages/pt-BR.json +++ b/frontend/lang/messages/pt-BR.json @@ -23,7 +23,8 @@ "support": "Suporte", "version": "Versão", "unknown-version": "desconhecido", - "sponsor": "Patrocinar" + "sponsor": "Patrocinar", + "arcanetech": "Soluções tecnológicas arcanas" }, "asset": { "assets": "Ativos", diff --git a/frontend/lang/messages/pt-PT.json b/frontend/lang/messages/pt-PT.json index 70adfded5db..886972e14c8 100644 --- a/frontend/lang/messages/pt-PT.json +++ b/frontend/lang/messages/pt-PT.json @@ -23,7 +23,8 @@ "support": "Suporte", "version": "Versão", "unknown-version": "desconhecido", - "sponsor": "Patrocinador" + "sponsor": "Patrocinador", + "arcanetech": "Soluções tecnológicas arcanas" }, "asset": { "assets": "Recursos", diff --git a/frontend/lang/messages/ro-RO.json b/frontend/lang/messages/ro-RO.json index 91f2d5391df..19a6b333377 100644 --- a/frontend/lang/messages/ro-RO.json +++ b/frontend/lang/messages/ro-RO.json @@ -23,7 +23,8 @@ "support": "Asistență", "version": "Versiune", "unknown-version": "necunoscut(ă)", - "sponsor": "Sponsor" + "sponsor": "Sponsor", + "arcanetech": "Soluții Arcane Tech" }, "asset": { "assets": "Resurse", diff --git a/frontend/lang/messages/ru-RU.json b/frontend/lang/messages/ru-RU.json index 777a95f78ed..034aecdc16c 100644 --- a/frontend/lang/messages/ru-RU.json +++ b/frontend/lang/messages/ru-RU.json @@ -23,7 +23,8 @@ "support": "Поддержка", "version": "Версия", "unknown-version": "неизвестный", - "sponsor": "Спонсор" + "sponsor": "Спонсор", + "arcanetech": "Тайные технические решения" }, "asset": { "assets": "Приложения", diff --git a/frontend/lang/messages/sk-SK.json b/frontend/lang/messages/sk-SK.json index 1d8684d599a..df761035eef 100644 --- a/frontend/lang/messages/sk-SK.json +++ b/frontend/lang/messages/sk-SK.json @@ -23,7 +23,8 @@ "support": "Podpora", "version": "Verzia", "unknown-version": "neznáma", - "sponsor": "Sponzor" + "sponsor": "Sponzor", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Prílohy", diff --git a/frontend/lang/messages/sl-SI.json b/frontend/lang/messages/sl-SI.json index 3fdf5249b43..d3506af7489 100644 --- a/frontend/lang/messages/sl-SI.json +++ b/frontend/lang/messages/sl-SI.json @@ -23,7 +23,8 @@ "support": "Podpora", "version": "Verzija", "unknown-version": "neznano", - "sponsor": "Sponzor" + "sponsor": "Sponzor", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Viri", diff --git a/frontend/lang/messages/sr-SP.json b/frontend/lang/messages/sr-SP.json index 95a57fbe42c..c0528397a68 100644 --- a/frontend/lang/messages/sr-SP.json +++ b/frontend/lang/messages/sr-SP.json @@ -23,7 +23,8 @@ "support": "Подршка", "version": "Верзија", "unknown-version": "непознат", - "sponsor": "Покровитељ" + "sponsor": "Покровитељ", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Састојци", diff --git a/frontend/lang/messages/sv-SE.json b/frontend/lang/messages/sv-SE.json index ac6094b2a19..fff99dc9e83 100644 --- a/frontend/lang/messages/sv-SE.json +++ b/frontend/lang/messages/sv-SE.json @@ -23,7 +23,8 @@ "support": "Support", "version": "Version", "unknown-version": "okänd", - "sponsor": "Sponsor" + "sponsor": "Sponsor", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Tillgångar", diff --git a/frontend/lang/messages/tr-TR.json b/frontend/lang/messages/tr-TR.json index 26ea652dadd..970cfc83581 100644 --- a/frontend/lang/messages/tr-TR.json +++ b/frontend/lang/messages/tr-TR.json @@ -23,7 +23,8 @@ "support": "Destek", "version": "Versiyon", "unknown-version": "bilinmeyen", - "sponsor": "Sponsor" + "sponsor": "Sponsor", + "arcanetech": "Arcane Teknoloji Çözümleri" }, "asset": { "assets": "Malzemeler", diff --git a/frontend/lang/messages/uk-UA.json b/frontend/lang/messages/uk-UA.json index 62bb7f04879..437696e4c06 100644 --- a/frontend/lang/messages/uk-UA.json +++ b/frontend/lang/messages/uk-UA.json @@ -23,7 +23,8 @@ "support": "Підтримка", "version": "Версія", "unknown-version": "невідомо", - "sponsor": "Спонсор" + "sponsor": "Спонсор", + "arcanetech": "Arcane Tech Solutions" }, "asset": { "assets": "Медіаресурси", diff --git a/frontend/lang/messages/vi-VN.json b/frontend/lang/messages/vi-VN.json index dddeb869260..3ca8906a21e 100644 --- a/frontend/lang/messages/vi-VN.json +++ b/frontend/lang/messages/vi-VN.json @@ -23,7 +23,8 @@ "support": "Support", "version": "Version", "unknown-version": "unknown", - "sponsor": "Sponsor" + "sponsor": "Sponsor", + "arcanetech": "Giải pháp công nghệ Arcane" }, "asset": { "assets": "Assets", diff --git a/frontend/lang/messages/zh-CN.json b/frontend/lang/messages/zh-CN.json index 91b41ff194d..d772eb54421 100644 --- a/frontend/lang/messages/zh-CN.json +++ b/frontend/lang/messages/zh-CN.json @@ -23,7 +23,8 @@ "support": "支持", "version": "版本", "unknown-version": "未知", - "sponsor": "赞助商" + "sponsor": "赞助商", + "arcanetech": "奥术技术解决方案" }, "asset": { "assets": "附件", diff --git a/frontend/lang/messages/zh-TW.json b/frontend/lang/messages/zh-TW.json index bd122531125..1d421b0df42 100644 --- a/frontend/lang/messages/zh-TW.json +++ b/frontend/lang/messages/zh-TW.json @@ -23,7 +23,8 @@ "support": "支持", "version": "版本", "unknown-version": "未知", - "sponsor": "贊助者" + "sponsor": "贊助者", + "arcanetech": "奧術技術解決方案" }, "asset": { "assets": "資源", diff --git a/frontend/layouts/admin.vue b/frontend/layouts/admin.vue index 41633791984..5991add64a7 100644 --- a/frontend/layouts/admin.vue +++ b/frontend/layouts/admin.vue @@ -116,7 +116,13 @@ export default defineComponent({ { icon: $globals.icons.heart, title: i18n.tc("about.support"), - href: "https://github.com/sponsors/hay-kot", + href: "https://github.com/sponsors/atommasi", + restricted: true, + }, + { + icon: $globals.icons.slotMachine, + title: i18n.tc("about.arcanetech"), + href: "https://arcanetechsolutions.com/", restricted: true, }, ];