From 7cf227c7ca804d3f95bc7ea36d8c2762b387d2fd Mon Sep 17 00:00:00 2001 From: Darko Gjorgjijoski <5760249+gdarko@users.noreply.github.com> Date: Wed, 5 Aug 2026 13:50:59 +0200 Subject: [PATCH] New translations en.json (Catalan) [ci skip] --- lang/ca.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lang/ca.json b/lang/ca.json index 9ed64036..f9d8f788 100644 --- a/lang/ca.json +++ b/lang/ca.json @@ -841,6 +841,7 @@ "no_reviews_found": "There are no reviews for this module yet!", "module_not_purchased": "Module Not Purchased", "module_not_found": "Module Not Found", + "runtime_missing": "The module files are missing. Install the module again before enabling it.", "version_not_supported": "The minimum required version for this module does not match. Please upgrade your invoiceshelf app to version: {version} to proceed.", "last_updated": "Last Updated On", "connect_installation": "Connect your installation", @@ -851,6 +852,12 @@ "installed": "Installed", "no_modules_installed": "No Modules Installed Yet!", "disable_warning": "All the settings for this particular will be reverted.", + "uninstall": "Uninstall", + "uninstall_warning": "Uninstalling removes this module's runtime files. Its data and settings are preserved unless you explicitly choose to remove them.", + "remove_data": "Remove module data", + "remove_data_warning": "This permanently runs the module's developer cleanup hook, resets its reversible migrations, and removes its settings for every company.", + "confirm_module_name": "Type {name} to confirm data removal", + "legacy_uninstall_notice": "This legacy module supports code-only uninstall. Its data, migrations, and settings will be preserved.", "what_you_get": "What you get", "screenshots": "Screenshots", "sign_up_and_get_token": "Sign up & Get Token",