generated from NethServer/ns8-kickstart
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate-URL: https://hosted.weblate.org/projects/ns8/mattermost/de/ Translate-URL: https://hosted.weblate.org/projects/ns8/mattermost/en/ Translate-URL: https://hosted.weblate.org/projects/ns8/mattermost/es/ Translate-URL: https://hosted.weblate.org/projects/ns8/mattermost/eu/ Translate-URL: https://hosted.weblate.org/projects/ns8/mattermost/it/ Translate-URL: https://hosted.weblate.org/projects/ns8/mattermost/pt/ Translate-URL: https://hosted.weblate.org/projects/ns8/mattermost/pt_BR/ Translation: NS8/mattermost Co-authored-by: Davide Principi <[email protected]> Co-authored-by: Jon M <[email protected]> Co-authored-by: Marzio Bordin <[email protected]> Co-authored-by: Prefill add-on <[email protected]> Co-authored-by: chrkli <[email protected]> Co-authored-by: dnutan <[email protected]>
- Loading branch information
1 parent
7267a32
commit 8d8bc80
Showing
5 changed files
with
269 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +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_mattermost_page": "Go to application", | ||
"mattermost_url": "Mattermost URL" | ||
}, | ||
"settings": { | ||
"title": "Settings", | ||
"mattermost_fqdn": "Mattermost 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", | ||
"host_pattern": "Must be a valid fully qualified domain name", | ||
"host_format": "Must be a valid fully qualified domain name" | ||
}, | ||
"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_mattermost_page": "Go to application", | ||
"mattermost_url": "Mattermost URL" | ||
}, | ||
"settings": { | ||
"title": "Settings", | ||
"mattermost_fqdn": "Mattermost 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", | ||
"host_pattern": "Must be a valid fully qualified domain name", | ||
"host_format": "Must be a valid fully qualified domain name" | ||
}, | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,67 @@ | ||
{} | ||
{ | ||
"status": { | ||
"services": "Service | Services", | ||
"app_images": "App image | App images", | ||
"no_services": "No services", | ||
"app_instance": "App instance", | ||
"mount": "Mount", | ||
"title": "Status", | ||
"installation_node": "Installation node", | ||
"no_volumes": "No volumes", | ||
"created": "Created", | ||
"size": "Size", | ||
"name": "Name", | ||
"no_images": "No images", | ||
"app_volumes": "App volume | App volumes", | ||
"node": "Node", | ||
"open_mattermost_page": "Go to application", | ||
"active_services": "{num} active service | {num} active services", | ||
"inactive_services": "{num} inactive service | {num} inactive services", | ||
"failed_services": "{num} failed service | {num} failed services", | ||
"mattermost_url": "Mattermost URL" | ||
}, | ||
"common": { | ||
"work_in_progress": "Work in progress", | ||
"required": "Beharrezkoa" | ||
}, | ||
"settings": { | ||
"save": "Save", | ||
"enabled": "Enabled", | ||
"disabled": "Disabled", | ||
"title": "Settings", | ||
"host_format": "Must be a valid fully qualified domain name", | ||
"host_pattern": "Must be a valid fully qualified domain name", | ||
"instance_configuration": "Configure {instance}", | ||
"lets_encrypt": "Let's Encrypt", | ||
"email_format": "Invalid email address", | ||
"mattermost_fqdn": "Mattermost FQDN", | ||
"domain_already_used_in_traefik": "This domain is already used in traefik", | ||
"configuring": "Configuring...", | ||
"http_to_https": "HTTP to HTTPS" | ||
}, | ||
"error": { | ||
"401": "Invalid authentication", | ||
"error": "Error", | ||
"network_timeout": "Network timeout", | ||
"404": "Resource not found", | ||
"network_error": "Network error", | ||
"validation_error": "Validation error", | ||
"403": "Operation not authorized", | ||
"cannot_retrieve_installed_modules": "Cannot retrieve installed modules", | ||
"cannot_retrieve_module_info": "Cannot retrieve module info", | ||
"generic_error": "Something went wrong" | ||
}, | ||
"action": { | ||
"get-module-info": "Get module info", | ||
"get-status": "Get status", | ||
"get-configuration": "Get configuration", | ||
"get-name": "Get name", | ||
"configure-module": "Configure module" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Cannot create task {action}" | ||
}, | ||
"about": { | ||
"title": "Honi buruz" | ||
} | ||
} |
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 +1,67 @@ | ||
{} | ||
{ | ||
"common": { | ||
"required": "Required", | ||
"work_in_progress": "Work in progress" | ||
}, | ||
"status": { | ||
"no_images": "No images", | ||
"app_volumes": "App volume | App volumes", | ||
"services": "Service | Services", | ||
"app_images": "App image | App images", | ||
"no_services": "No services", | ||
"app_instance": "App instance", | ||
"mount": "Mount", | ||
"title": "Status", | ||
"installation_node": "Installation node", | ||
"node": "Node", | ||
"no_volumes": "No volumes", | ||
"created": "Created", | ||
"size": "Size", | ||
"name": "Name", | ||
"failed_services": "{num} failed service | {num} failed services", | ||
"mattermost_url": "Mattermost URL", | ||
"open_mattermost_page": "Go to application", | ||
"active_services": "{num} active service | {num} active services", | ||
"inactive_services": "{num} inactive service | {num} inactive services" | ||
}, | ||
"settings": { | ||
"disabled": "Disabled", | ||
"save": "Save", | ||
"enabled": "Enabled", | ||
"title": "Settings", | ||
"instance_configuration": "Configure {instance}", | ||
"email_format": "Invalid email address", | ||
"host_format": "Must be a valid fully qualified domain name", | ||
"domain_already_used_in_traefik": "This domain is already used in traefik", | ||
"host_pattern": "Must be a valid fully qualified domain name", | ||
"configuring": "Configuring...", | ||
"http_to_https": "HTTP to HTTPS", | ||
"lets_encrypt": "Let's Encrypt", | ||
"mattermost_fqdn": "Mattermost FQDN" | ||
}, | ||
"error": { | ||
"403": "Operation not authorized", | ||
"cannot_retrieve_installed_modules": "Cannot retrieve installed modules", | ||
"401": "Invalid authentication", | ||
"cannot_retrieve_module_info": "Cannot retrieve module info", | ||
"generic_error": "Something went wrong", | ||
"error": "Error", | ||
"network_timeout": "Network timeout", | ||
"404": "Resource not found", | ||
"network_error": "Network error", | ||
"validation_error": "Validation error" | ||
}, | ||
"about": { | ||
"title": "About" | ||
}, | ||
"action": { | ||
"configure-module": "Configure module", | ||
"get-configuration": "Get configuration", | ||
"get-name": "Get name", | ||
"get-module-info": "Get module info", | ||
"get-status": "Get status" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Cannot create task {action}" | ||
} | ||
} |
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 +1,67 @@ | ||
{} | ||
{ | ||
"status": { | ||
"size": "Size", | ||
"name": "Name", | ||
"no_images": "No images", | ||
"app_volumes": "App volume | App volumes", | ||
"app_images": "App image | App images", | ||
"created": "Created", | ||
"no_services": "No services", | ||
"mount": "Mount", | ||
"installation_node": "Installation node", | ||
"node": "Node", | ||
"no_volumes": "No volumes", | ||
"services": "Service | Services", | ||
"app_instance": "App instance", | ||
"title": "Status", | ||
"failed_services": "{num} failed service | {num} failed services", | ||
"mattermost_url": "Mattermost URL", | ||
"open_mattermost_page": "Go to application", | ||
"active_services": "{num} active service | {num} active services", | ||
"inactive_services": "{num} inactive service | {num} inactive services" | ||
}, | ||
"settings": { | ||
"save": "Save", | ||
"disabled": "Disabled", | ||
"enabled": "Enabled", | ||
"title": "Settings", | ||
"instance_configuration": "Configure {instance}", | ||
"host_format": "Must be a valid fully qualified domain name", | ||
"email_format": "Invalid email address", | ||
"domain_already_used_in_traefik": "This domain is already used in traefik", | ||
"host_pattern": "Must be a valid fully qualified domain name", | ||
"http_to_https": "HTTP to HTTPS", | ||
"lets_encrypt": "Let's Encrypt", | ||
"mattermost_fqdn": "Mattermost FQDN", | ||
"configuring": "Configuring..." | ||
}, | ||
"common": { | ||
"required": "Required", | ||
"work_in_progress": "Work in progress" | ||
}, | ||
"error": { | ||
"403": "Operation not authorized", | ||
"cannot_retrieve_installed_modules": "Cannot retrieve installed modules", | ||
"cannot_retrieve_module_info": "Cannot retrieve module info", | ||
"401": "Invalid authentication", | ||
"generic_error": "Something went wrong", | ||
"network_timeout": "Network timeout", | ||
"404": "Resource not found", | ||
"network_error": "Network error", | ||
"validation_error": "Validation error", | ||
"error": "Error" | ||
}, | ||
"action": { | ||
"get-module-info": "Get module info", | ||
"get-status": "Get status", | ||
"configure-module": "Configure module", | ||
"get-configuration": "Get configuration", | ||
"get-name": "Get name" | ||
}, | ||
"about": { | ||
"title": "About" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Cannot create task {action}" | ||
} | ||
} |