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.
- Loading branch information
Showing
6 changed files
with
427 additions
and
99 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,108 @@ | ||
{ | ||
"error": { | ||
"403": "Eragiketa baimendu gabea", | ||
"cannot_retrieve_installed_modules": "Ezin dira instalatutako moduluak berreskuratu", | ||
"401": "Autentifikazio baliogabea", | ||
"cannot_retrieve_module_info": "Ezin da moduluaren informazioa berreskuratu", | ||
"generic_error": "Zerbait okertu da", | ||
"error": "Errorea", | ||
"network_timeout": "Sarearen denbora-muga", | ||
"404": "Baliabidea ez da aurkitu", | ||
"network_error": "Sare-errorea", | ||
"validation_error": "Balioztatze-errorea" | ||
"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", | ||
"records_format": "Invalid format" | ||
}, | ||
"settings": { | ||
"test_field": "Proba-eremua", | ||
"configure_instance": "{instance} konfiguratu", | ||
"save": "Gorde", | ||
"title": "Ezarpenak" | ||
"configure_instance": "Configure {instance}", | ||
"save": "Save", | ||
"title": "Settings", | ||
"dns-server_format": "IPv4 format required", | ||
"DHCP_title": "DHCP", | ||
"DNS_enable_label": "Enable DNS", | ||
"DNS_primary_label": "Primary forwarding server", | ||
"interface_label": "Network interface", | ||
"general_title": "General", | ||
"DHCP_start_label": "IP range start", | ||
"DHCP_description": "Network clients receive an IP address lease from the given range.", | ||
"DHCP_end_label": "IP range end", | ||
"DNS_description": "Network names forward and cache service, listening on port 53.", | ||
"dns-server_number_one_of": "IPv4 or IPv6 required", | ||
"disabled": "Disabled", | ||
"interface_placeholder": "Choose an interface", | ||
"DNS_secondary_label": "Secondary forwarding server", | ||
"DNS_title": "DNS", | ||
"dhcp-server_invalid_type": "Number required", | ||
"DHCP_lease_label": "Lease time", | ||
"enabled": "Enabled", | ||
"dhcp-server_format": "IPv4 format required", | ||
"DHCP_enable_label": "Enable DHCP", | ||
"DHCP_lease_hint": "Hours", | ||
"dhcp-server_number_gte": "Enter a positive number", | ||
"general_description": "Dnsmasq operates only on the private network of its interface" | ||
}, | ||
"common": { | ||
"required": "Beharrezkoa", | ||
"work_in_progress": "Lanak martxan", | ||
"processing": "Prozesatzen..." | ||
"work_in_progress": "Work in progress", | ||
"processing": "Processing...", | ||
"edit": "Edit", | ||
"clear_search": "Clear search", | ||
"delete": "Delete", | ||
"cancel": "Cancel", | ||
"no_search_results_description": "Try changing your search query", | ||
"no_search_results": "No results", | ||
"close": "Close" | ||
}, | ||
"status": { | ||
"created": "Sortuta", | ||
"size": "Tamaina", | ||
"name": "Izena", | ||
"no_images": "Irudirik ez", | ||
"app_volumes": "Aplikazioaren bolumena | Aplikazioen bolumenak", | ||
"services": "Zerbitzua | Zerbitzuak", | ||
"app_images": "Aplikazioaren irudia | Aplikazioen irudiak", | ||
"no_services": "Zerbitzurik ez", | ||
"app_instance": "Aplikazioaren instantzia", | ||
"mount": "Muntatu", | ||
"title": "Egoera", | ||
"installation_node": "Instalazio-nodoa", | ||
"node": "Nodoa", | ||
"no_volumes": "Bolumenik ez" | ||
"created": "Created", | ||
"size": "Size", | ||
"name": "Name", | ||
"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" | ||
}, | ||
"about": { | ||
"title": "Honi buruz" | ||
}, | ||
"action": { | ||
"list-backup-repositories": "Babeskopien biltegiak ikusi", | ||
"get-module-info": "Moduluaren informazioa berreskuratu", | ||
"list-installed-modules": "Instalatutako moduluak ikusi", | ||
"list-backups": "Babeskopiak ikusi", | ||
"get-status": "Egoera berreskuratu", | ||
"configure-module": "Modulua konfiguratu", | ||
"get-configuration": "Konfigurazioa berreskuratu", | ||
"get-name": "Izena berreskuratu" | ||
"list-backup-repositories": "List backup repositories", | ||
"get-module-info": "Get module info", | ||
"list-installed-modules": "List installed modules", | ||
"list-backups": "List backups", | ||
"get-status": "Get status", | ||
"configure-module": "Configure module", | ||
"get-configuration": "Get configuration", | ||
"get-name": "Get name", | ||
"set-dns-records": "Set DNS records", | ||
"get-dns-records": "Get DNS records" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Ezin da zeregina {action} sortu" | ||
"cannot_create_task": "Cannot create task {action}" | ||
}, | ||
"dns_records": { | ||
"add_dns_record": "Add DNS record", | ||
"no_records": "No DNS records", | ||
"no_records_description": "There is no DNS record", | ||
"address": "IP address", | ||
"delete_dns_record": "Delete DNS record", | ||
"domain": "Hostname", | ||
"title": "DNS records", | ||
"search_record": "Search record" | ||
}, | ||
"pagination": { | ||
"items_per_page": "Items per page:", | ||
"next_page": "Next page", | ||
"page_number": "Page number", | ||
"range_of_total_items": "{range} of {total} items", | ||
"of_total_pages": "of {total} pages", | ||
"previous_page": "Previous page" | ||
} | ||
} |
Oops, something went wrong.