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.
Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: Jiří Podhorecký <[email protected]> Co-authored-by: Prefill add-on <[email protected]> Co-authored-by: Максим Горпиніч <[email protected]> Translate-URL: https://hosted.weblate.org/projects/ns8/mattermost/cs/ Translate-URL: https://hosted.weblate.org/projects/ns8/mattermost/uk/ Translation: NS8/mattermost
- Loading branch information
1 parent
e937e6d
commit 1f9e4d8
Showing
2 changed files
with
134 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"status": { | ||
"app_volumes": "App volume | App volumes", | ||
"app_images": "App image | App images", | ||
"node": "Node", | ||
"created": "Created", | ||
"size": "Size", | ||
"name": "Name", | ||
"no_images": "No images", | ||
"services": "Service | Services", | ||
"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", | ||
"no_services": "No services", | ||
"inactive_services": "{num} inactive service | {num} inactive services", | ||
"app_instance": "App instance", | ||
"mount": "Mount", | ||
"title": "Status", | ||
"installation_node": "Installation node", | ||
"no_volumes": "No volumes" | ||
}, | ||
"settings": { | ||
"configuring": "Configuring...", | ||
"disabled": "Disabled", | ||
"instance_configuration": "Configure {instance}", | ||
"http_to_https": "HTTP to HTTPS", | ||
"email_format": "Invalid email address", | ||
"host_format": "Must be a valid fully qualified domain name", | ||
"host_pattern": "Must be a valid fully qualified domain name", | ||
"lets_encrypt": "Let's Encrypt", | ||
"mattermost_fqdn": "Mattermost FQDN", | ||
"save": "Save", | ||
"enabled": "Enabled", | ||
"domain_already_used_in_traefik": "This domain is already used in traefik", | ||
"title": "Settings" | ||
}, | ||
"about": { | ||
"title": "About" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Cannot create task {action}" | ||
}, | ||
"action": { | ||
"get-status": "Get status", | ||
"get-module-info": "Get module info", | ||
"configure-module": "Configure module", | ||
"get-configuration": "Get configuration", | ||
"get-name": "Get name" | ||
}, | ||
"common": { | ||
"required": "Required", | ||
"work_in_progress": "Work in progress" | ||
}, | ||
"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" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"common": { | ||
"required": "Required", | ||
"work_in_progress": "Work in progress" | ||
}, | ||
"status": { | ||
"app_volumes": "App volume | App volumes", | ||
"services": "Service | Services", | ||
"app_images": "App image | App images", | ||
"node": "Node", | ||
"created": "Created", | ||
"size": "Size", | ||
"name": "Name", | ||
"no_images": "No images", | ||
"failed_services": "{num} failed service | {num} failed services", | ||
"mattermost_url": "Важлива URL-адреса", | ||
"open_mattermost_page": "Перейдіть до програми", | ||
"active_services": "{num} active service | {num} active services", | ||
"no_services": "No services", | ||
"inactive_services": "{num} inactive service | {num} inactive services", | ||
"app_instance": "App instance", | ||
"mount": "Mount", | ||
"title": "Status", | ||
"installation_node": "Installation node", | ||
"no_volumes": "No volumes" | ||
}, | ||
"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" | ||
}, | ||
"settings": { | ||
"configuring": "Configuring...", | ||
"instance_configuration": "Configure {instance}", | ||
"disabled": "Disabled", | ||
"http_to_https": "HTTP to HTTPS", | ||
"lets_encrypt": "Let's Encrypt", | ||
"host_format": "Must be a valid fully qualified domain name", | ||
"email_format": "Invalid email address", | ||
"mattermost_fqdn": "Важливе FQDN", | ||
"save": "Save", | ||
"enabled": "Enabled", | ||
"domain_already_used_in_traefik": "This domain is already used in traefik", | ||
"host_pattern": "Must be a valid fully qualified domain name", | ||
"title": "Settings" | ||
}, | ||
"about": { | ||
"title": "About" | ||
}, | ||
"action": { | ||
"get-module-info": "Get module info", | ||
"get-status": "Get status", | ||
"configure-module": "Configure module", | ||
"get-configuration": "Get configuration", | ||
"get-name": "Get name" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Cannot create task {action}" | ||
} | ||
} |