diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/it.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/it.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js index af22add..7e2b100 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/it.js @@ -487,6 +487,20 @@ export default { // Node admin 'node.title': 'Node', + 'node.service_checking': 'Verifica del servizio del nodo…', + 'node.service_not_installed': 'Non installato come servizio', + 'node.service_state_active': 'In esecuzione', + 'node.service_state_inactive': 'Arrestato', + 'node.service_state_failed': 'Non riuscito', + 'node.service_state_activating': 'Avvio…', + 'node.service_state_deactivating': 'Arresto…', + 'node.service_state_unknown': 'Sconosciuto', + 'node.service_start': 'Avvia', + 'node.service_starting': 'Avvio…', + 'node.service_stop': 'Arresta', + 'node.service_stopping': 'Arresto…', + 'node.service_restart': 'Riavvia', + 'node.service_restarting': 'Riavvio…', 'node.not_operator': 'Impossibile raggiungere il suo node. Si assicuri che sia in esecuzione.', 'node.offline': 'Node non in linea', 'node.retry': 'Riprova', |