-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI select done and WIP on odoo selected domain logic
- Loading branch information
Alessandro Nardecchia
authored and
Alessandro Nardecchia
committed
Apr 15, 2024
1 parent
7af42fc
commit 0029b3a
Showing
7 changed files
with
113 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,67 @@ | ||
{ | ||
"common": { | ||
"required": "Required", | ||
"work_in_progress": "Work in progress" | ||
}, | ||
"status": { | ||
"title": "Status", | ||
"app_instance": "App instance", | ||
"services": "Service | Services", | ||
"app_images": "App image | App images", | ||
"app_volumes": "App volume | App volumes", | ||
"installation_node": "Installation node", | ||
"node": "Node", | ||
"failed_services": "{num} failed service | {num} failed services", | ||
"active_services": "{num} active service | {num} active services", | ||
"inactive_services": "{num} inactive service | {num} inactive services", | ||
"name": "Name", | ||
"size": "Size", | ||
"created": "Created", | ||
"mount": "Mount", | ||
"no_services": "No services", | ||
"no_images": "No images", | ||
"no_volumes": "No volumes", | ||
"open_odoo_page": "Go to application", | ||
"odoo_url": "Odoo URL" | ||
}, | ||
"settings": { | ||
"title": "Settings", | ||
"odoo_fqdn": "Odoo FQDN", | ||
"save": "Save", | ||
"lets_encrypt": "Let's Encrypt", | ||
"http_to_https": "HTTP to HTTPS", | ||
"enabled": "Enabled", | ||
"disabled": "Disabled", | ||
"instance_configuration": "Configure {instance}", | ||
"configuring": "Configuring...", | ||
"email_format": "Invalid email address", | ||
"domain_already_used_in_traefik":"This domain is already used in traefik" | ||
}, | ||
"about": { | ||
"title": "About" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Cannot create task {action}" | ||
}, | ||
"action": { | ||
"get-status": "Get status", | ||
"get-configuration": "Get configuration", | ||
"configure-module": "Configure module", | ||
"get-module-info": "Get module info", | ||
"get-name": "Get name" | ||
}, | ||
"error": { | ||
"error": "Error", | ||
"generic_error": "Something went wrong", | ||
"validation_error": "Validation error", | ||
"network_error": "Network error", | ||
"network_timeout": "Network timeout", | ||
"401": "Invalid authentication", | ||
"403": "Operation not authorized", | ||
"404": "Resource not found", | ||
"cannot_retrieve_module_info": "Cannot retrieve module info", | ||
"cannot_retrieve_installed_modules": "Cannot retrieve installed modules" | ||
} | ||
} | ||
"common": { | ||
"required": "Required", | ||
"work_in_progress": "Work in progress" | ||
}, | ||
"status": { | ||
"title": "Status", | ||
"app_instance": "App instance", | ||
"services": "Service | Services", | ||
"app_images": "App image | App images", | ||
"app_volumes": "App volume | App volumes", | ||
"installation_node": "Installation node", | ||
"node": "Node", | ||
"failed_services": "{num} failed service | {num} failed services", | ||
"active_services": "{num} active service | {num} active services", | ||
"inactive_services": "{num} inactive service | {num} inactive services", | ||
"name": "Name", | ||
"size": "Size", | ||
"created": "Created", | ||
"mount": "Mount", | ||
"no_services": "No services", | ||
"no_images": "No images", | ||
"no_volumes": "No volumes", | ||
"open_odoo_page": "Go to application", | ||
"odoo_url": "Odoo URL" | ||
}, | ||
"settings": { | ||
"title": "Settings", | ||
"odoo_fqdn": "Odoo FQDN", | ||
"ldap_domain": "LDAP domain", | ||
"no_domain": "No domain", | ||
"save": "Save", | ||
"lets_encrypt": "Let's Encrypt", | ||
"http_to_https": "HTTP to HTTPS", | ||
"enabled": "Enabled", | ||
"disabled": "Disabled", | ||
"instance_configuration": "Configure {instance}", | ||
"configuring": "Configuring...", | ||
"email_format": "Invalid email address", | ||
"domain_already_used_in_traefik": "This domain is already used in traefik" | ||
}, | ||
"about": { | ||
"title": "About" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Cannot create task {action}" | ||
}, | ||
"action": { | ||
"get-status": "Get status", | ||
"get-configuration": "Get configuration", | ||
"configure-module": "Configure module", | ||
"get-module-info": "Get module info", | ||
"get-name": "Get name" | ||
}, | ||
"error": { | ||
"error": "Error", | ||
"generic_error": "Something went wrong", | ||
"validation_error": "Validation error", | ||
"network_error": "Network error", | ||
"network_timeout": "Network timeout", | ||
"401": "Invalid authentication", | ||
"403": "Operation not authorized", | ||
"404": "Resource not found", | ||
"cannot_retrieve_module_info": "Cannot retrieve module info", | ||
"cannot_retrieve_installed_modules": "Cannot retrieve installed modules" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters