generated from NethServer/ns8-kickstart
-
Notifications
You must be signed in to change notification settings - Fork 1
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 <hosted@weblate.org> Co-authored-by: Jiří Podhorecký <j.podhorecky@volny.cz> Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org> Translate-URL: https://hosted.weblate.org/projects/ns8/grafana/cs/ Translation: NS8/grafana
- Loading branch information
1 parent
0a93974
commit 7d7ad2c
Showing
1 changed file
with
63 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,63 @@ | ||
{ | ||
"common": { | ||
"required": "Required", | ||
"work_in_progress": "Work in progress", | ||
"processing": "Processing..." | ||
}, | ||
"status": { | ||
"name": "Name", | ||
"app_volumes": "App volume | App volumes", | ||
"created": "Created", | ||
"size": "Size", | ||
"no_images": "No images", | ||
"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" | ||
}, | ||
"settings": { | ||
"configure_instance": "Configure {instance}", | ||
"host": "Host name", | ||
"disabled": "Disabled", | ||
"lets_encrypt": "Let's Encrypt certificate", | ||
"host_format": "Must be a valid fully qualified domain name", | ||
"save": "Save", | ||
"enabled": "Enabled", | ||
"http2https": "Redirect HTTP to HTTPS", | ||
"host_pattern": "Must be a valid fully qualified domain name", | ||
"title": "Settings" | ||
}, | ||
"about": { | ||
"title": "About" | ||
}, | ||
"action": { | ||
"list-backup-repositories": "List backup repositories", | ||
"get-module-info": "Get module info", | ||
"list-backups": "List backups", | ||
"list-installed-modules": "List installed modules", | ||
"get-status": "Get status", | ||
"configure-module": "Configure module", | ||
"get-configuration": "Get configuration", | ||
"get-name": "Get name" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Cannot create task {action}" | ||
}, | ||
"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" | ||
} | ||
} |