feat(localization): update English and Swedish translations for admin features and profile actions
Test Suite / backend-pr-quick (push) Has been skipped
Test Suite / quick-import-pr-quick (push) Has been skipped
Test Suite / backend-full (push) Successful in 4m10s
Test Suite / flutter-quality (push) Failing after 1m19s

This commit is contained in:
Nils-Johan Gynther
2026-05-21 22:46:33 +02:00
parent 9dd49c5014
commit 30d27d6b8a
6 changed files with 47 additions and 18 deletions
+13 -9
View File
@@ -514,12 +514,16 @@
"adminBulkSetCategory": "Bulk: set category",
"adminRemoveCategory": "Remove category",
"adminNoProductsFound": "No products match the filter.",
"adminInlineCategory": "Category (inline)",
"adminNoCategory": "No category",
"adminRestoreAction": "Restore",
"profileDeleteConfirmTitle": "Confirm deletion",
"profileDeleteConfirmMessage": "Are you sure you want to delete your profile? All your data will be permanently deleted.",
"profileDeleteAction": "Delete my profile",
"profileDeletedMessage": "Your profile has been deleted.",
"profileDatabaseDescription": "The database tab covers your main areas for inventory and products."
}
"adminInlineCategory": "Category (inline)",
"adminNoCategory": "No category",
"adminRestoreAction": "Restore",
"required": "Required",
"logoutAction": "Log out",
"adminAiDescription": "Overview of AI features exposed by the backend.",
"adminPagePrefix": "Page: ",
"profileDeleteConfirmTitle": "Confirm deletion",
"profileDeleteConfirmMessage": "Are you sure you want to delete your profile? All your data will be permanently deleted.",
"profileDeleteAction": "Delete my profile",
"profileDeletedMessage": "Your profile has been deleted.",
"profileDatabaseDescription": "The database tab covers your main areas for inventory and products."
}