Skip to content

Commit

Permalink
feat: i18n
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Jan 7, 2025
1 parent 6979008 commit 5dda4ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
reload: {
state: 'next',
step: 'reload',
text: $i18n.monitoring.reload_settings
text: $i18n.monitoring.reload_data
}
});
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/lib/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
"review_strategy": "Review Strategy",
"warning_advice": "Go to the Monitoring section to enable it and ensure sufficient cycles for your modules.",
"strategy_preparing": "Preparing...",
"reload_settings": "Reloading settings...",
"reload_data": "Reloading data...",
"saving_options": "Saving options...",
"stop_monitoring_question": "Do you want to stop monitoring your Mission Control as well?",
"stop_monitoring_note": "<strong>Important Note</strong>: it can only be stopped if all your modules are about to stop being monitored or if none are still monitored.",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/lib/i18n/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
"review_strategy": "Review Strategy",
"warning_advice": "Go to the Monitoring section to enable it and ensure sufficient cycles for your modules.",
"strategy_preparing": "Preparing...",
"reload_settings": "Reloading settings...",
"reload_data": "Reloading data...",
"saving_options": "Saving options...",
"stop_monitoring_question": "Do you want to stop monitoring your Mission Control as well?",
"stop_monitoring_note": "<strong>Important Note</strong>: it can only be stopped if all your modules are about to stop being monitored or if none are still monitored.",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/lib/types/i18n.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ interface I18nMonitoring {
review_strategy: string;
warning_advice: string;
strategy_preparing: string;
reload_settings: string;
reload_data: string;
saving_options: string;
stop_monitoring_question: string;
stop_monitoring_note: string;
Expand Down

0 comments on commit 5dda4ba

Please sign in to comment.