Skip to content

Commit

Permalink
Merge branch 'main' into fix/default
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored Jan 9, 2025
2 parents 267e75d + 655ed2f commit 6a34d33
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
monitoring: {
state: 'next',
step: 'monitoring',
text: $i18n.monitoring.starting_monitoring
text: $i18n.monitoring.starting_auto_refill
}
}),
reload: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
step: 'create_and_start',
text:
action === 'stop'
? $i18n.monitoring.stopping_monitoring
: $i18n.monitoring.starting_monitoring
? $i18n.monitoring.stopping_auto_refill
: $i18n.monitoring.starting_auto_refill
},
reload: {
state: 'next',
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/src/lib/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -687,8 +687,8 @@
"stop_auto_refill": "Stop auto-refill",
"auto_refill_activated": "Auto-refill activated.",
"monitoring_stopped": "Selected monitoring stopped.",
"starting_monitoring": "Starting monitoring...",
"stopping_monitoring": "Stopping monitoring...",
"starting_auto_refill": "Starting auto-refill...",
"stopping_auto_refill": "Stopping auto-refill...",
"remaining_threshold": "Remaining T Cycles Threshold",
"top_up_amount": "Top-Up Amount",
"set_as_default_strategy": "Set as default strategy",
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/src/lib/i18n/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -687,8 +687,8 @@
"stop_auto_refill": "Stop auto-refill",
"auto_refill_activated": "Auto-refill activated.",
"monitoring_stopped": "Selected monitoring stopped.",
"starting_monitoring": "Starting monitoring...",
"stopping_monitoring": "Stopping monitoring...",
"starting_auto_refill": "Starting auto-refill...",
"stopping_auto_refill": "Stopping auto-refill...",
"remaining_threshold": "Remaining T Cycles Threshold",
"top_up_amount": "Top-Up Amount",
"set_as_default_strategy": "Set as default strategy",
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/src/lib/types/i18n.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,8 @@ interface I18nMonitoring {
stop_auto_refill: string;
auto_refill_activated: string;
monitoring_stopped: string;
starting_monitoring: string;
stopping_monitoring: string;
starting_auto_refill: string;
stopping_auto_refill: string;
remaining_threshold: string;
top_up_amount: string;
set_as_default_strategy: string;
Expand Down

0 comments on commit 6a34d33

Please sign in to comment.