Skip to content

Commit

Permalink
Merge branch 'main' into add-port-forward-page
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincela committed Oct 3, 2023
2 parents 556f0f2 + ed51ca8 commit c1158b9
Show file tree
Hide file tree
Showing 18 changed files with 1,240 additions and 1,489 deletions.
9 changes: 8 additions & 1 deletion public/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,9 @@
"create_new_rule": "Create new rule",
"rule_name": "Rule name",
"assigned_policy": "Assigned policy",
"select_policy": "Select policy",
"source_address": "Source Address",
"source_port": "Source Port",
"destination_address": "Destination Address",
"destination_port": "Destination Port",
"protocol": "Protocol",
Expand All @@ -392,6 +394,7 @@
"rules": "Rules",
"rules_description": "Routing policies are assigned to hosts via rules. To use a different policy than the default, create a rule and place it above the default rule.",
"no_rule_found": "No rule found",
"create_policy_before": "Please create a policy before continuing",
"create_rule": "Create rule",
"label_input_label": "Label",
"behave_picker": {
Expand Down Expand Up @@ -424,11 +427,15 @@
"interface_recovery_title": "WANs tests",
"interface_recovery_description": "Number of tests needed to enable or disable the single WAN interface.",
"delete_rule_modal": {
"title": "Are you sure you want to delete '{name}' rule?",
"button": "@:common.delete"
},
"delete_policy_modal": {
"title": "Are you sure you want to delete '{name}' policy?",
"button": "@:common.delete"
}
},
"any": "any",
"all": "all"
},
"users_and_objects": {
"title": "Users & objects"
Expand Down
26 changes: 24 additions & 2 deletions public/i18n/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"cannot_retrieve_service_status": "Impossibile recuperare lo stato del servizio",
"cannot_retrieve_wan_traffic": "Impossibile recuperare il traffico WAN",
"cannot_retrieve_wan_list": "Impossibile recuperare l'elenco delle WAN",
"cannot_retrieve_traffic_summary": "Impossibile recuperare il riepilogo del traffico"
"cannot_retrieve_traffic_summary": "Impossibile recuperare il riepilogo del traffico",
"cancel_registration_error": "Impossibile annullare la registrazione",
"register_unit_error": "Impossibile registrare l'unità"
},
"login": {
"sign_in": "Accedi",
Expand Down Expand Up @@ -196,7 +198,27 @@
"openvpn_rw": "OpenVPN RW"
},
"subscription": {
"title": "Sottoscrizione"
"title": "Sottoscrizione",
"expiration": "Scadenza",
"remote_support": "Supporto remoto",
"register": "Registra",
"end_session": "Termina sessione",
"invalid_secret_or_server_not_found": "Token non valido o server non trovato",
"authentication_token_placeholder": "Incolla il token qui",
"no_expiration": "Nessuna scadenza",
"remote_support_description": "Disponibile solo per piani di sottoscrizione specifici.",
"session_id": "ID sessione",
"unit_subscription": "Registrazione unità",
"authentication_token": "Token di autenticazione",
"status": "Stato",
"active": "Attivo",
"unit_subscription_description": "Incolla qui il token di autenticazione per abilitare la registrazione",
"plan": "Piano",
"copy_id": "Copia ID",
"cancel_registration": "Annulla registrazione",
"inactive": "Inattivo",
"system_id": "ID sistema",
"start_session": "Avvia sessione"
},
"system_settings": {
"title": "Impostazioni di sistema",
Expand Down
Loading

0 comments on commit c1158b9

Please sign in to comment.