Skip to content

Commit

Permalink
Translated with Weblate (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate authored Aug 2, 2024
1 parent 3c4d6dc commit e518262
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
4 changes: 3 additions & 1 deletion ui/public/i18n/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"DHCP_enable_label": "DHCP aktivieren",
"DHCP_lease_hint": "Stunden",
"dhcp-server_number_gte": "positive Zahl eingeben",
"general_description": "Dnsmasq arbeitet nur im privaten Netzbereich der zugewiesen Schnittstelle"
"general_description": "Dnsmasq arbeitet nur im privaten Netzbereich der zugewiesen Schnittstelle",
"dns_server_is_running": "A DNS server is currently running",
"dns_server_is_running_description": "You cannot enable the DNS feature because a DNS server is already active on this node. Another application, such as Samba DC, might be using the DNS port."
},
"common": {
"required": "Erforderlich",
Expand Down
4 changes: 3 additions & 1 deletion ui/public/i18n/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"DHCP_enable_label": "Activar DHCP",
"DHCP_lease_hint": "Horas",
"dhcp-server_number_gte": "Introduce un número positivo",
"general_description": "Dnsmasq opera únicamente en la red privada de su interfaz"
"general_description": "Dnsmasq opera únicamente en la red privada de su interfaz",
"dns_server_is_running": "A DNS server is currently running",
"dns_server_is_running_description": "You cannot enable the DNS feature because a DNS server is already active on this node. Another application, such as Samba DC, might be using the DNS port."
},
"common": {
"required": "Obligatorio",
Expand Down
4 changes: 3 additions & 1 deletion ui/public/i18n/eu/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"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"
"general_description": "Dnsmasq operates only on the private network of its interface",
"dns_server_is_running_description": "You cannot enable the DNS feature because a DNS server is already active on this node. Another application, such as Samba DC, might be using the DNS port.",
"dns_server_is_running": "A DNS server is currently running"
},
"common": {
"required": "Beharrezkoa",
Expand Down
6 changes: 4 additions & 2 deletions ui/public/i18n/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
"DHCP_enable_label": "Abilita DHCP",
"DHCP_lease_hint": "Ore",
"dhcp-server_number_gte": "Inserisci un numero positivo",
"general_description": "Dnsmasq opera soltanto sulla rete privata della sua interfaccia"
"general_description": "Dnsmasq opera soltanto sulla rete privata della sua interfaccia",
"dns_server_is_running": "Un server DNS è già in esecuzione",
"dns_server_is_running_description": "Non è possibile attivare la funzione DNS perché un server DNS è già attivo su questo nodo. Un'altra applicazione, come Samba DC, potrebbe occupare la porta DNS."
},
"error": {
"error": "Errore",
Expand Down Expand Up @@ -81,7 +83,7 @@
"set-dns-records": "Imposta record DNS"
},
"task": {
"cannot_create_task": "Impossibile eseguire task {action}"
"cannot_create_task": "Impossibile eseguire il task {action}"
},
"about": {
"title": "Informazioni"
Expand Down
4 changes: 3 additions & 1 deletion ui/public/i18n/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"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"
"general_description": "Dnsmasq operates only on the private network of its interface",
"dns_server_is_running": "A DNS server is currently running",
"dns_server_is_running_description": "You cannot enable the DNS feature because a DNS server is already active on this node. Another application, such as Samba DC, might be using the DNS port."
},
"common": {
"required": "Required",
Expand Down
4 changes: 3 additions & 1 deletion ui/public/i18n/pt_BR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@
"DHCP_enable_label": "Enable DHCP",
"DHCP_lease_hint": "Hours",
"general_description": "Dnsmasq operates only on the private network of its interface",
"dhcp-server_number_gte": "Enter a positive number"
"dhcp-server_number_gte": "Enter a positive number",
"dns_server_is_running_description": "You cannot enable the DNS feature because a DNS server is already active on this node. Another application, such as Samba DC, might be using the DNS port.",
"dns_server_is_running": "A DNS server is currently running"
},
"dns_records": {
"add_dns_record": "Add DNS record",
Expand Down

0 comments on commit e518262

Please sign in to comment.