Skip to content

Commit

Permalink
refactor(mwan): refactored mwan (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile authored Oct 3, 2023
1 parent f69a83c commit ed51ca8
Show file tree
Hide file tree
Showing 17 changed files with 1,222 additions and 1,484 deletions.
9 changes: 8 additions & 1 deletion public/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,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 @@ -384,6 +386,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 @@ -416,11 +419,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
Loading

0 comments on commit ed51ca8

Please sign in to comment.