diff --git a/locales/ar/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js b/locales/ar/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js index 0f0279fc56f..6822da4084d 100644 --- a/locales/ar/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js +++ b/locales/ar/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js @@ -19,7 +19,8 @@ module.exports = { // Navigation Pane GATEWAY_SETTINGS: 'Gateway Settings', // Banner - CLUSTER_GATEWAY_DESC: 'Set up and manage the configuration of the external network access gateway and service management in the cluster.', + CLUSTER_GATEWAY_DESC: + 'Set up and manage the configuration of the external network access gateway and service management in the cluster.', // Cluster Gateway CLUSTER_GATEWAY_NOT_ENABLED: 'Cluster Gateway Not Enabled', CLUSTER_ENABLE_GATEWAY_DESC: 'Please enable the cluster gateway.', @@ -28,7 +29,8 @@ module.exports = { LOAD_BALANCER_PROVIDER_SCAP: 'Load balancer provider', // Cluster Gateway > Enable Gateway ENABLE_GATEWAY: 'Enable Gateway', - GATEWAY_TRACING_TIP: 'If routes cannot be accessed after Tracing is enabled, please add the annotation nginx.ingress.kubernetes.io/service-upstream: true to the route.', + GATEWAY_TRACING_TIP: + 'If routes cannot be accessed after Tracing is enabled, please add the annotation nginx.ingress.kubernetes.io/service-upstream: true to the route.', // Cluster Gateway > Manage > View Details VIEW_DETAILS: 'View Details', // Cluster Gateway > Manage > Disable @@ -36,13 +38,16 @@ module.exports = { DISABLE_GATEWAY: 'Disable Gateway', DISABLE_GATEWAY_TIP: 'Are you sure you want to disable the gateway?', DISABLE_SUCCESSFUL: 'Disabled successfully.', + ENABLE_SUCCESSFUL: 'Enabled successfully.', + RESET_SUCCESSFUL: 'Reset successful', // Cluster Gateway > Manage > Edit EDIT: 'Edit', EDIT_TITLE: 'Edit {title}', // Cluster Gateway > Manage > Update UPDATE: 'Update', UPDATED_GATEWAY_TITLE: 'Update Gateway', - UPDATE_GATEWAY_DESC: 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', + UPDATE_GATEWAY_DESC: + 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', // Project Gateways PROJECT_GATEWAY_PL: 'Project Gateways', PROJECT_GATEWAY_NOT_ENABLED: 'Project Gateway Not Enabled', @@ -52,5 +57,5 @@ module.exports = { UPDATE_GATEWAY_DESC: 'The current gateway can be updated.', // Project Gateways > Disable PROJECT_GATEWAY_LOW: 'project gateway', - DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways' -}; \ No newline at end of file + DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways', +} diff --git a/locales/ar/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js b/locales/ar/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js index 693b25004d1..a49859db22a 100644 --- a/locales/ar/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js +++ b/locales/ar/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js @@ -18,9 +18,11 @@ module.exports = { // Banner ALERTING_POLICY_PL: 'Rule Groups', - ALERTING_POLICY_DESC: 'A rule group contains alert rules used to monitor cluster resources.', + ALERTING_POLICY_DESC: + 'A rule group contains alert rules used to monitor cluster resources.', REQUESTS_FOR_TRIGGER_AN_ALARM_Q: 'How are alerts generated?', - REQUESTS_FOR_TRIGGER_AN_ALARM_A: 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', + REQUESTS_FOR_TRIGGER_AN_ALARM_A: + 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', // List CUSTOM_POLICIES: 'Custom Rule Groups', BUILT_IN_POLICIES: 'Built-in Rule Groups', @@ -44,12 +46,16 @@ module.exports = { INVALID_TIME_DESC: 'Invalid value. Please enter 0 or a positive integer.', ALIAS: 'Alias', DURATION_MIN: 'Duration (minutes)', - ALERT_DURATION: 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', - LONG_NAME_DESC: 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 253 characters.', + ALERT_DURATION: + 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', + LONG_NAME_DESC: + 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 253 characters.', NAME_EXIST_DESC: 'The name already exists. Please enter another name.', - ALIAS_NAME_DESC: 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', + ALIAS_NAME_DESC: + 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', CHECK_INTERVAL: 'Check Interval', - ALERTING_POLICY_CHECK_INTERVAL_DESC: 'Set the interval between metric checks. The default value is 1 minute.', + ALERTING_POLICY_CHECK_INTERVAL_DESC: + 'Set the interval between metric checks. The default value is 1 minute.', // List > Create > Rule Settings > Rule List ADD_ALERTING_RULE: 'Add Alert Rule', ADD_ALERTING_RULE_DESC: 'Add an alert rule to the rule group.', @@ -57,11 +63,14 @@ module.exports = { DISABLE_RULE: 'Disable Rule', // List > Create > Rule Settings > Rule Template RULE_NAME: 'Rule Name', - CUSTOM_RULE_NAME_DESC: 'The rule name can contain any characters. The maximum length is 63 characters.', + CUSTOM_RULE_NAME_DESC: + 'The rule name can contain any characters. The maximum length is 63 characters.', LASTING_MINUTES: 'For {minutes, plural, =1 {1 minute} other {# minutes}}', THRESHOLD_REQUIRED: 'Please enter a metric threshold.', - MESSAGE_SUMMARY_DESC: 'The message summary can contain any characters. The maximum length is 63 characters.', - MESSAGE_DETAILS_DESC: 'The message details can contain any characters. The maximum length is 256 characters.', + MESSAGE_SUMMARY_DESC: + 'The message summary can contain any characters. The maximum length is 63 characters.', + MESSAGE_DETAILS_DESC: + 'The message details can contain any characters. The maximum length is 256 characters.', RULE_TEMPLATE: 'Rule Template', RULE_SETTINGS: 'Rule Settings', MONITORING_TARGETS: 'Monitoring Targets', @@ -93,7 +102,8 @@ module.exports = { CUSTOM_RULE: 'Custom Rule', RULE_EXPRESSION: 'Rule Expression', ENTER_RULE_EXPRESSION: 'Please enter a rule expression.', - ALERT_RULE_EXPRESSION_DESC: 'You can define a custom rule using PromQL statements. Learn More', + ALERT_RULE_EXPRESSION_DESC: + 'You can define a custom rule using PromQL statements. Learn More', ALERT_FUNCTIONS: 'Functions', ALERT_METRICS: 'Metrics', ALERT_LABELS: 'Labels', @@ -107,10 +117,11 @@ module.exports = { EDIT_ALERTING_POLICY: 'Edit Rule Group', // List > Disable DISABLE_ALERTING_POLICY: 'Disable Rule Group', + DISABLE_MULTIPLE_ALERTING_POLICIES: 'Disable Multiple Rule Groups', // List > Delete ALERTING_POLICY: 'Rule Group', ALERTING_POLICY_LOW: 'rule group', // List > reset RESET_ALERTING_POLICY: 'Reset Rule Group', - RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?' -}; \ No newline at end of file + RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?', +} diff --git a/locales/de/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js b/locales/de/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js index 73fdac9dd52..1a203ead1de 100644 --- a/locales/de/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js +++ b/locales/de/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js @@ -19,7 +19,8 @@ module.exports = { // Navigation Pane GATEWAY_SETTINGS: 'Gateway Einstellungen', // Banner - CLUSTER_GATEWAY_DESC: 'Einrichten und Verwalten der Konfiguration des Gateways für den externen Netzwerkzugriff und der Dienstverwaltung im Cluster.', + CLUSTER_GATEWAY_DESC: + 'Einrichten und Verwalten der Konfiguration des Gateways für den externen Netzwerkzugriff und der Dienstverwaltung im Cluster.', // Cluster Gateway CLUSTER_GATEWAY_NOT_ENABLED: 'Cluster Gateway nicht aktiviert', CLUSTER_ENABLE_GATEWAY_DESC: 'Bitte aktivieren Sie das Cluster Gateway.', @@ -28,7 +29,8 @@ module.exports = { LOAD_BALANCER_PROVIDER_SCAP: 'Load Balancer Anbieter', // Cluster Gateway > Enable Gateway ENABLE_GATEWAY: 'Gateway aktivieren', - GATEWAY_TRACING_TIP: 'Wenn auf Ingress nicht zugegriffen werden kann, nachdem Tracing aktiviert wurde, fügen Sie dem Ingress bitte die Anmerkung nginx.ingress.kubernetes.io/service-upstream: true hinzu.', + GATEWAY_TRACING_TIP: + 'Wenn auf Ingress nicht zugegriffen werden kann, nachdem Tracing aktiviert wurde, fügen Sie dem Ingress bitte die Anmerkung nginx.ingress.kubernetes.io/service-upstream: true hinzu.', // Cluster Gateway > Manage > View Details VIEW_DETAILS: 'Details anzeigen', // Cluster Gateway > Manage > Disable @@ -36,13 +38,16 @@ module.exports = { DISABLE_GATEWAY: 'Gateway deaktivieren', DISABLE_GATEWAY_TIP: 'Möchten Sie das Gateway wirklich deaktivieren?', DISABLE_SUCCESSFUL: 'Erfolgreich deaktiviert.', + ENABLE_SUCCESSFUL: 'Enabled successfully.', + RESET_SUCCESSFUL: 'Reset successful', // Cluster Gateway > Manage > Edit EDIT: 'Bearbeiten', EDIT_TITLE: '{title} bearbeiten', // Cluster Gateway > Manage > Update UPDATE: 'Aktualisieren', UPDATED_GATEWAY_TITLE: 'Update Gateway', - UPDATE_GATEWAY_DESC: 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', + UPDATE_GATEWAY_DESC: + 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', // Project Gateways PROJECT_GATEWAY_PL: 'Projekt Gateways', PROJECT_GATEWAY_NOT_ENABLED: 'Projekt Gateway nicht aktiviert', @@ -52,5 +57,5 @@ module.exports = { UPDATE_GATEWAY_DESC: 'Das aktuelle Gateway kann aktualisiert werden.', // Project Gateways > Disable PROJECT_GATEWAY_LOW: 'projekt gateway', - DISABLE_MULTIPLE_GATEWAYS: 'Mehrere Gateways deaktivieren' -}; \ No newline at end of file + DISABLE_MULTIPLE_GATEWAYS: 'Mehrere Gateways deaktivieren', +} diff --git a/locales/de/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js b/locales/de/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js index 35c91bd8a32..e5bf372d1be 100644 --- a/locales/de/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js +++ b/locales/de/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js @@ -18,9 +18,11 @@ module.exports = { // Banner ALERTING_POLICY_PL: 'Regelgruppen', - ALERTING_POLICY_DESC: 'Eine Regelgruppe enthält Warnregeln, die zur Überwachung von Clusterressourcen verwendet werden.', + ALERTING_POLICY_DESC: + 'Eine Regelgruppe enthält Warnregeln, die zur Überwachung von Clusterressourcen verwendet werden.', REQUESTS_FOR_TRIGGER_AN_ALARM_Q: 'Wie werden Warnungen erzeugt?', - REQUESTS_FOR_TRIGGER_AN_ALARM_A: 'Sie müssen eine Regelgruppe erstellen und Warnregeln festlegen. Das System generiert Warnungen, wenn Ressourcenmetriken die in Regelgruppen konfigurierten Bedingungen erfüllen.', + REQUESTS_FOR_TRIGGER_AN_ALARM_A: + 'Sie müssen eine Regelgruppe erstellen und Warnregeln festlegen. Das System generiert Warnungen, wenn Ressourcenmetriken die in Regelgruppen konfigurierten Bedingungen erfüllen.', // List CUSTOM_POLICIES: 'Benutzerdefinierte Regelgruppen', BUILT_IN_POLICIES: 'Integrierte Regelgruppen', @@ -41,15 +43,21 @@ module.exports = { CRITICAL_ALERT: 'Kritisch', ERROR_ALERT: 'Fehler', WARNING_ALERT: 'Warnung', - INVALID_TIME_DESC: 'Ungültiger Wert. Bitte geben Sie 0 oder eine positive Zahl ein.', + INVALID_TIME_DESC: + 'Ungültiger Wert. Bitte geben Sie 0 oder eine positive Zahl ein.', ALIAS: 'Alias', DURATION_MIN: 'Dauer (Minuten)', - ALERT_DURATION: 'Stellen Sie das System so ein, dass es eine bestimmte Zeit lang wartet, und prüfen Sie, ob die Alarmsituation fortbesteht, bevor ein Alarm ausgelöst wird.', - LONG_NAME_DESC: 'Der Name darf nur Kleinbuchstaben, Zahlen und Bindestriche (-) enthalten und muss mit einem Kleinbuchstaben oder einer Zahl beginnen und enden. Die maximale Länge beträgt 253 Zeichen.', - NAME_EXIST_DESC: 'Der Name existiert bereits. Bitte geben Sie einen anderen Namen ein.', - ALIAS_NAME_DESC: 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', + ALERT_DURATION: + 'Stellen Sie das System so ein, dass es eine bestimmte Zeit lang wartet, und prüfen Sie, ob die Alarmsituation fortbesteht, bevor ein Alarm ausgelöst wird.', + LONG_NAME_DESC: + 'Der Name darf nur Kleinbuchstaben, Zahlen und Bindestriche (-) enthalten und muss mit einem Kleinbuchstaben oder einer Zahl beginnen und enden. Die maximale Länge beträgt 253 Zeichen.', + NAME_EXIST_DESC: + 'Der Name existiert bereits. Bitte geben Sie einen anderen Namen ein.', + ALIAS_NAME_DESC: + 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', CHECK_INTERVAL: 'Check Interval', - ALERTING_POLICY_CHECK_INTERVAL_DESC: 'Set the interval between metric checks. The default value is 1 minute.', + ALERTING_POLICY_CHECK_INTERVAL_DESC: + 'Set the interval between metric checks. The default value is 1 minute.', // List > Create > Rule Settings > Rule List ADD_ALERTING_RULE: 'Add Alert Rule', ADD_ALERTING_RULE_DESC: 'Add an alert rule to the rule group.', @@ -57,11 +65,14 @@ module.exports = { DISABLE_RULE: 'Disable Rule', // List > Create > Rule Settings > Rule Template RULE_NAME: 'Rule Name', - CUSTOM_RULE_NAME_DESC: 'The rule name can contain any characters. The maximum length is 63 characters.', + CUSTOM_RULE_NAME_DESC: + 'The rule name can contain any characters. The maximum length is 63 characters.', LASTING_MINUTES: 'For {minutes, plural, =1 {1 minute} other {# minutes}}', THRESHOLD_REQUIRED: 'Please enter a metric threshold.', - MESSAGE_SUMMARY_DESC: 'The message summary can contain any characters. The maximum length is 63 characters.', - MESSAGE_DETAILS_DESC: 'The message details can contain any characters. The maximum length is 256 characters.', + MESSAGE_SUMMARY_DESC: + 'The message summary can contain any characters. The maximum length is 63 characters.', + MESSAGE_DETAILS_DESC: + 'The message details can contain any characters. The maximum length is 256 characters.', RULE_TEMPLATE: 'Regelvorlage', RULE_SETTINGS: 'Regeleinstellungen', MONITORING_TARGETS: 'Überwachungsziele', @@ -93,7 +104,8 @@ module.exports = { CUSTOM_RULE: 'Individuelle Regel', RULE_EXPRESSION: 'Regelausdruck', ENTER_RULE_EXPRESSION: 'Bitte geben Sie einen Regelausdruck ein.', - ALERT_RULE_EXPRESSION_DESC: 'Sie können eine benutzerdefinierte Regel mithilfe von PromQL-Anweisungen definieren. Mehr erfahren', + ALERT_RULE_EXPRESSION_DESC: + 'Sie können eine benutzerdefinierte Regel mithilfe von PromQL-Anweisungen definieren. Mehr erfahren', ALERT_FUNCTIONS: 'Funktionen', ALERT_METRICS: 'Metriken', ALERT_LABELS: 'Labels', @@ -107,10 +119,11 @@ module.exports = { EDIT_ALERTING_POLICY: 'Regelgruppe bearbeiten', // List > Disable DISABLE_ALERTING_POLICY: 'Disable Rule Group', + DISABLE_MULTIPLE_ALERTING_POLICIES: 'Disable Multiple Rule Groups', // List > Delete ALERTING_POLICY: 'Regelgruppe', ALERTING_POLICY_LOW: 'regelgruppe', // List > reset RESET_ALERTING_POLICY: 'Reset Rule Group', - RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?' -}; \ No newline at end of file + RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?', +} diff --git a/locales/en/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js b/locales/en/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js index 97e81561381..ad69e6be6d1 100644 --- a/locales/en/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js +++ b/locales/en/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js @@ -20,7 +20,8 @@ module.exports = { // Navigation Pane GATEWAY_SETTINGS: 'Gateway Settings', // Banner - CLUSTER_GATEWAY_DESC: 'Set up and manage the configuration of the external network access gateway and service management in the cluster.', + CLUSTER_GATEWAY_DESC: + 'Set up and manage the configuration of the external network access gateway and service management in the cluster.', // Cluster Gateway CLUSTER_GATEWAY_NOT_ENABLED: 'Cluster Gateway Not Enabled', CLUSTER_ENABLE_GATEWAY_DESC: 'Please enable the cluster gateway.', @@ -29,7 +30,8 @@ module.exports = { LOAD_BALANCER_PROVIDER_SCAP: 'Load balancer provider', // Cluster Gateway > Enable Gateway ENABLE_GATEWAY: 'Enable Gateway', - GATEWAY_TRACING_TIP: 'If ingresses cannot be accessed after Tracing is enabled, please add the annotation nginx.ingress.kubernetes.io/service-upstream: true to the ingress.', + GATEWAY_TRACING_TIP: + 'If ingresses cannot be accessed after Tracing is enabled, please add the annotation nginx.ingress.kubernetes.io/service-upstream: true to the ingress.', // Cluster Gateway > Manage > View Details VIEW_DETAILS: 'View Details', // Cluster Gateway > Manage > Disable @@ -37,13 +39,16 @@ module.exports = { DISABLE_GATEWAY: 'Disable Gateway', DISABLE_GATEWAY_TIP: 'Are you sure you want to disable the gateway?', DISABLE_SUCCESSFUL: 'Disabled successfully.', + ENABLE_SUCCESSFUL: 'Enabled successfully.', + RESET_SUCCESSFUL: 'Reset successful', // Cluster Gateway > Manage > Edit EDIT: 'Edit', EDIT_TITLE: 'Edit {title}', // Cluster Gateway > Manage > Update UPDATE: 'Update', UPDATED_GATEWAY_TITLE: 'Update Gateway', - UPDATE_GATEWAY_DESC: 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', + UPDATE_GATEWAY_DESC: + 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', // Project Gateways PROJECT_GATEWAY_PL: 'Project Gateways', PROJECT_GATEWAY_NOT_ENABLED: 'Project Gateway Not Enabled', diff --git a/locales/en/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js b/locales/en/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js index cdefe1e538c..c82f5f985ea 100644 --- a/locales/en/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js +++ b/locales/en/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js @@ -19,9 +19,11 @@ module.exports = { // Banner ALERTING_POLICY_PL: 'Rule Groups', - ALERTING_POLICY_DESC: 'A rule group contains alert rules used to monitor cluster resources.', + ALERTING_POLICY_DESC: + 'A rule group contains alert rules used to monitor cluster resources.', REQUESTS_FOR_TRIGGER_AN_ALARM_Q: 'How are alerts generated?', - REQUESTS_FOR_TRIGGER_AN_ALARM_A: 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', + REQUESTS_FOR_TRIGGER_AN_ALARM_A: + 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', // List CUSTOM_POLICIES: 'Custom Rule Groups', BUILT_IN_POLICIES: 'Built-in Rule Groups', @@ -32,7 +34,7 @@ module.exports = { ALERT_RULE_DISABLED: 'Disabled', POLICY_STATUS: 'Rule Group Status', RULE_STATUS: 'Rule Status', - TIME_SPENT: "Time Spent", + TIME_SPENT: 'Time Spent', RECENT_DETECT_TIME: 'Last Check', EDIT_ALERT_RULES: 'Edit Alert Rules', RESET: 'Reset', @@ -45,24 +47,31 @@ module.exports = { INVALID_TIME_DESC: 'Invalid value. Please enter 0 or a positive integer.', ALIAS: 'Alias', DURATION_MIN: 'Duration (minutes)', - ALERT_DURATION: 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', - LONG_NAME_DESC: 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 253 characters.', + ALERT_DURATION: + 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', + LONG_NAME_DESC: + 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 253 characters.', NAME_EXIST_DESC: 'The name already exists. Please enter another name.', - ALIAS_NAME_DESC: 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', + ALIAS_NAME_DESC: + 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', CHECK_INTERVAL: 'Check Interval', - ALERTING_POLICY_CHECK_INTERVAL_DESC: "Set the interval between metric checks. The default value is 1 minute.", + ALERTING_POLICY_CHECK_INTERVAL_DESC: + 'Set the interval between metric checks. The default value is 1 minute.', // List > Create > Rule Settings > Rule List - ADD_ALERTING_RULE: "Add Alert Rule", - ADD_ALERTING_RULE_DESC: "Add an alert rule to the rule group.", + ADD_ALERTING_RULE: 'Add Alert Rule', + ADD_ALERTING_RULE_DESC: 'Add an alert rule to the rule group.', ENABLE_RULE: 'Enable Rule', DISABLE_RULE: 'Disable Rule', // List > Create > Rule Settings > Rule Template RULE_NAME: 'Rule Name', - CUSTOM_RULE_NAME_DESC: 'The rule name can contain any characters. The maximum length is 63 characters.', + CUSTOM_RULE_NAME_DESC: + 'The rule name can contain any characters. The maximum length is 63 characters.', LASTING_MINUTES: 'For {minutes, plural, =1 {1 minute} other {# minutes}}', THRESHOLD_REQUIRED: 'Please enter a metric threshold.', - MESSAGE_SUMMARY_DESC: 'The message summary can contain any characters. The maximum length is 63 characters.', - MESSAGE_DETAILS_DESC: 'The message details can contain any characters. The maximum length is 256 characters.', + MESSAGE_SUMMARY_DESC: + 'The message summary can contain any characters. The maximum length is 63 characters.', + MESSAGE_DETAILS_DESC: + 'The message details can contain any characters. The maximum length is 256 characters.', RULE_TEMPLATE: 'Rule Template', RULE_SETTINGS: 'Rule Settings', MONITORING_TARGETS: 'Monitoring Targets', @@ -94,7 +103,8 @@ module.exports = { CUSTOM_RULE: 'Custom Rule', RULE_EXPRESSION: 'Rule Expression', ENTER_RULE_EXPRESSION: 'Please enter a rule expression.', - ALERT_RULE_EXPRESSION_DESC: 'You can define a custom rule using PromQL statements. Learn More', + ALERT_RULE_EXPRESSION_DESC: + 'You can define a custom rule using PromQL statements. Learn More', ALERT_FUNCTIONS: 'Functions', ALERT_METRICS: 'Metrics', ALERT_LABELS: 'Labels', @@ -108,6 +118,7 @@ module.exports = { EDIT_ALERTING_POLICY: 'Edit Rule Group', // List > Disable DISABLE_ALERTING_POLICY: 'Disable Rule Group', + DISABLE_MULTIPLE_ALERTING_POLICIES: 'Disable Multiple Rule Groups', // List > Delete ALERTING_POLICY: 'Rule Group', ALERTING_POLICY_LOW: 'rule group', diff --git a/locales/es/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js b/locales/es/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js index bc64a80be81..55ae6829051 100644 --- a/locales/es/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js +++ b/locales/es/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js @@ -19,16 +19,19 @@ module.exports = { // Navigation Pane GATEWAY_SETTINGS: 'Gateway Settings', // Banner - CLUSTER_GATEWAY_DESC: 'Set up and manage the configuration of the external network access gateway and service management in the cluster and project', + CLUSTER_GATEWAY_DESC: + 'Set up and manage the configuration of the external network access gateway and service management in the cluster and project', // Cluster Gateway CLUSTER_GATEWAY_NOT_ENABLED: 'Cluster Gateway Not Enabled', - CLUSTER_ENABLE_GATEWAY_DESC: 'Before creating an application route, you need to enable the external network access portal, that is, the gateway. This step is to create the corresponding application routing controller, which is responsible for forwarding the request to the corresponding back-end service. ', + CLUSTER_ENABLE_GATEWAY_DESC: + 'Before creating an application route, you need to enable the external network access portal, that is, the gateway. This step is to create the corresponding application routing controller, which is responsible for forwarding the request to the corresponding back-end service. ', CLUSTER_GATEWAY: 'Cluster Gateway', GATEWAY_ADDRESS_SCAP: 'Gateway address', LOAD_BALANCER_PROVIDER_SCAP: 'Load balancer provider', // Cluster Gateway > Enable Gateway ENABLE_GATEWAY: 'Establecer puerta de enlace', - GATEWAY_TRACING_TIP: 'Necesitas habilitar Application Governance si deseas utilizar la función de Tracing. Una vez que Application Governance esté habilitado, verifica si se ha agregado una annotation como "nginx.ingress.kubernetes.io/service-upstream: true" para la ruta de la aplicación si la ruta es inaccesible. Si no existe el annotation, agrégalo.', + GATEWAY_TRACING_TIP: + 'Necesitas habilitar Application Governance si deseas utilizar la función de Tracing. Una vez que Application Governance esté habilitado, verifica si se ha agregado una annotation como "nginx.ingress.kubernetes.io/service-upstream: true" para la ruta de la aplicación si la ruta es inaccesible. Si no existe el annotation, agrégalo.', // Cluster Gateway > Manage > View Details VIEW_DETAILS: 'Ver detalles', // Cluster Gateway > Manage > Disable @@ -36,21 +39,25 @@ module.exports = { DISABLE_GATEWAY: 'Disable Gateway', DISABLE_GATEWAY_TIP: 'Are you sure you want to disable the gateway?', DISABLE_SUCCESSFUL: 'Disabled successfully.', + ENABLE_SUCCESSFUL: 'Enabled successfully.', + RESET_SUCCESSFUL: 'Reset successful', // Cluster Gateway > Manage > Edit EDIT: 'Editar', EDIT_TITLE: 'Edit {title}', // Cluster Gateway > Manage > Update UPDATE: 'Update', UPDATED_GATEWAY_TITLE: 'Update Gateway', - UPDATE_GATEWAY_DESC: 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', + UPDATE_GATEWAY_DESC: + 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', // Project Gateways PROJECT_GATEWAY_PL: 'Project Gateways', PROJECT_GATEWAY_NOT_ENABLED: 'Project Gateway Not Enabled', - PROJECT_ENABLE_GATEWAY_DESC: 'The cluster management page does not support the setting of the project gateway. If you need to set it, you need to go to the corresponding project to set it. ', + PROJECT_ENABLE_GATEWAY_DESC: + 'The cluster management page does not support the setting of the project gateway. If you need to set it, you need to go to the corresponding project to set it. ', REPLICA_COUNT: 'Replicas', NODE_PORTS: 'Puerto host', UPDATE_GATEWAY_DESC: 'The current gateway can be updated.', // Project Gateways > Disable PROJECT_GATEWAY_LOW: 'project gateway', - DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways' -}; \ No newline at end of file + DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways', +} diff --git a/locales/es/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js b/locales/es/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js index 3bf9a49a942..7c8669e7506 100644 --- a/locales/es/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js +++ b/locales/es/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js @@ -18,9 +18,11 @@ module.exports = { // Banner ALERTING_POLICY_PL: 'Rule Groups', - ALERTING_POLICY_DESC: 'A rule group contains alert rules used to monitor cluster resources.', + ALERTING_POLICY_DESC: + 'A rule group contains alert rules used to monitor cluster resources.', REQUESTS_FOR_TRIGGER_AN_ALARM_Q: 'How are alerts generated?', - REQUESTS_FOR_TRIGGER_AN_ALARM_A: 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', + REQUESTS_FOR_TRIGGER_AN_ALARM_A: + 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', // List CUSTOM_POLICIES: 'Custom Rule Groups', BUILT_IN_POLICIES: 'Built-in Rule Groups', @@ -44,12 +46,16 @@ module.exports = { INVALID_TIME_DESC: 'Invalid value. Please enter 0 or a positive integer.', ALIAS: 'Alias', DURATION_MIN: 'Duration (minutes)', - ALERT_DURATION: 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', - LONG_NAME_DESC: 'Solo puede contener letras minúsculas, números y guiones ("-"), y debe comenzar con una letra minúscula y terminar con un número o letra minúscula. La longitud máxima de carácteres se establece en 253.', + ALERT_DURATION: + 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', + LONG_NAME_DESC: + 'Solo puede contener letras minúsculas, números y guiones ("-"), y debe comenzar con una letra minúscula y terminar con un número o letra minúscula. La longitud máxima de carácteres se establece en 253.', NAME_EXIST_DESC: 'Nombre existe', - ALIAS_NAME_DESC: 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', + ALIAS_NAME_DESC: + 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', CHECK_INTERVAL: 'Check Interval', - ALERTING_POLICY_CHECK_INTERVAL_DESC: 'Set the interval between metric checks. The default value is 1 minute.', + ALERTING_POLICY_CHECK_INTERVAL_DESC: + 'Set the interval between metric checks. The default value is 1 minute.', // List > Create > Rule Settings > Rule List ADD_ALERTING_RULE: 'Add Alert Rule', ADD_ALERTING_RULE_DESC: 'Add an alert rule to the rule group.', @@ -57,11 +63,14 @@ module.exports = { DISABLE_RULE: 'Disable Rule', // List > Create > Rule Settings > Rule Template RULE_NAME: 'Rule Name', - CUSTOM_RULE_NAME_DESC: 'The rule name can contain any characters. The maximum length is 63 characters.', + CUSTOM_RULE_NAME_DESC: + 'The rule name can contain any characters. The maximum length is 63 characters.', LASTING_MINUTES: 'For {minutes, plural, =1 {1 minute} other {# minutes}}', THRESHOLD_REQUIRED: 'Please enter a metric threshold.', - MESSAGE_SUMMARY_DESC: 'The message summary can contain any characters. The maximum length is 63 characters.', - MESSAGE_DETAILS_DESC: 'The message details can contain any characters. The maximum length is 256 characters.', + MESSAGE_SUMMARY_DESC: + 'The message summary can contain any characters. The maximum length is 63 characters.', + MESSAGE_DETAILS_DESC: + 'The message details can contain any characters. The maximum length is 256 characters.', RULE_TEMPLATE: 'Rule Template', RULE_SETTINGS: 'Rule Settings', MONITORING_TARGETS: 'Monitoring Targets', @@ -93,7 +102,8 @@ module.exports = { CUSTOM_RULE: 'Custom Rule', RULE_EXPRESSION: 'Rule Expression', ENTER_RULE_EXPRESSION: 'Please enter a rule expression.', - ALERT_RULE_EXPRESSION_DESC: 'You can define a custom rule using PromQL statements. Learn More', + ALERT_RULE_EXPRESSION_DESC: + 'You can define a custom rule using PromQL statements. Learn More', ALERT_FUNCTIONS: 'Functions', ALERT_METRICS: 'Metrics', ALERT_LABELS: 'Labels', @@ -107,10 +117,11 @@ module.exports = { EDIT_ALERTING_POLICY: 'Edit Rule Group', // List > Disable DISABLE_ALERTING_POLICY: 'Disable Rule Group', + DISABLE_MULTIPLE_ALERTING_POLICIES: 'Disable Multiple Rule Groups', // List > Delete ALERTING_POLICY: 'Rule Group', ALERTING_POLICY_LOW: 'rule group', // List > reset RESET_ALERTING_POLICY: 'Reset Rule Group', - RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?' -}; \ No newline at end of file + RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?', +} diff --git a/locales/fr/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js b/locales/fr/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js index 0f0279fc56f..6822da4084d 100644 --- a/locales/fr/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js +++ b/locales/fr/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js @@ -19,7 +19,8 @@ module.exports = { // Navigation Pane GATEWAY_SETTINGS: 'Gateway Settings', // Banner - CLUSTER_GATEWAY_DESC: 'Set up and manage the configuration of the external network access gateway and service management in the cluster.', + CLUSTER_GATEWAY_DESC: + 'Set up and manage the configuration of the external network access gateway and service management in the cluster.', // Cluster Gateway CLUSTER_GATEWAY_NOT_ENABLED: 'Cluster Gateway Not Enabled', CLUSTER_ENABLE_GATEWAY_DESC: 'Please enable the cluster gateway.', @@ -28,7 +29,8 @@ module.exports = { LOAD_BALANCER_PROVIDER_SCAP: 'Load balancer provider', // Cluster Gateway > Enable Gateway ENABLE_GATEWAY: 'Enable Gateway', - GATEWAY_TRACING_TIP: 'If routes cannot be accessed after Tracing is enabled, please add the annotation nginx.ingress.kubernetes.io/service-upstream: true to the route.', + GATEWAY_TRACING_TIP: + 'If routes cannot be accessed after Tracing is enabled, please add the annotation nginx.ingress.kubernetes.io/service-upstream: true to the route.', // Cluster Gateway > Manage > View Details VIEW_DETAILS: 'View Details', // Cluster Gateway > Manage > Disable @@ -36,13 +38,16 @@ module.exports = { DISABLE_GATEWAY: 'Disable Gateway', DISABLE_GATEWAY_TIP: 'Are you sure you want to disable the gateway?', DISABLE_SUCCESSFUL: 'Disabled successfully.', + ENABLE_SUCCESSFUL: 'Enabled successfully.', + RESET_SUCCESSFUL: 'Reset successful', // Cluster Gateway > Manage > Edit EDIT: 'Edit', EDIT_TITLE: 'Edit {title}', // Cluster Gateway > Manage > Update UPDATE: 'Update', UPDATED_GATEWAY_TITLE: 'Update Gateway', - UPDATE_GATEWAY_DESC: 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', + UPDATE_GATEWAY_DESC: + 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', // Project Gateways PROJECT_GATEWAY_PL: 'Project Gateways', PROJECT_GATEWAY_NOT_ENABLED: 'Project Gateway Not Enabled', @@ -52,5 +57,5 @@ module.exports = { UPDATE_GATEWAY_DESC: 'The current gateway can be updated.', // Project Gateways > Disable PROJECT_GATEWAY_LOW: 'project gateway', - DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways' -}; \ No newline at end of file + DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways', +} diff --git a/locales/fr/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js b/locales/fr/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js index ccd7109cd40..df0a4719fbc 100644 --- a/locales/fr/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js +++ b/locales/fr/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js @@ -18,9 +18,11 @@ module.exports = { // Banner ALERTING_POLICY_PL: 'Rule Groups', - ALERTING_POLICY_DESC: 'A rule group contains alert rules used to monitor cluster resources.', + ALERTING_POLICY_DESC: + 'A rule group contains alert rules used to monitor cluster resources.', REQUESTS_FOR_TRIGGER_AN_ALARM_Q: 'How are alerts generated?', - REQUESTS_FOR_TRIGGER_AN_ALARM_A: 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', + REQUESTS_FOR_TRIGGER_AN_ALARM_A: + 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', // List CUSTOM_POLICIES: 'Custom Rule Groups', BUILT_IN_POLICIES: 'Built-in Rule Groups', @@ -44,12 +46,16 @@ module.exports = { INVALID_TIME_DESC: 'Invalid value. Please enter 0 or a positive integer.', ALIAS: 'Alias', DURATION_MIN: 'Duration (minutes)', - ALERT_DURATION: 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', - LONG_NAME_DESC: 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 253 characters.', + ALERT_DURATION: + 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', + LONG_NAME_DESC: + 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 253 characters.', NAME_EXIST_DESC: 'The name already exists. Please enter another name.', - ALIAS_NAME_DESC: 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', + ALIAS_NAME_DESC: + 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', CHECK_INTERVAL: 'Check Interval', - ALERTING_POLICY_CHECK_INTERVAL_DESC: 'Set the interval between metric checks. The default value is 1 minute.', + ALERTING_POLICY_CHECK_INTERVAL_DESC: + 'Set the interval between metric checks. The default value is 1 minute.', // List > Create > Rule Settings > Rule List ADD_ALERTING_RULE: 'Add Alert Rule', ADD_ALERTING_RULE_DESC: 'Add an alert rule to the rule group.', @@ -57,11 +63,14 @@ module.exports = { DISABLE_RULE: 'Disable Rule', // List > Create > Rule Settings > Rule Template RULE_NAME: 'Rule Name', - CUSTOM_RULE_NAME_DESC: 'The rule name can contain any characters. The maximum length is 63 characters.', + CUSTOM_RULE_NAME_DESC: + 'The rule name can contain any characters. The maximum length is 63 characters.', LASTING_MINUTES: 'For {minutes, plural, =1 {1 minute} other {# minutes}}', THRESHOLD_REQUIRED: 'Please enter a metric threshold.', - MESSAGE_SUMMARY_DESC: 'The message summary can contain any characters. The maximum length is 63 characters.', - MESSAGE_DETAILS_DESC: 'The message details can contain any characters. The maximum length is 256 characters.', + MESSAGE_SUMMARY_DESC: + 'The message summary can contain any characters. The maximum length is 63 characters.', + MESSAGE_DETAILS_DESC: + 'The message details can contain any characters. The maximum length is 256 characters.', RULE_TEMPLATE: 'Rule Template', RULE_SETTINGS: 'Rule Settings', MONITORING_TARGETS: 'Monitoring Targets', @@ -93,7 +102,8 @@ module.exports = { CUSTOM_RULE: 'Custom Rule', RULE_EXPRESSION: 'Rule Expression', ENTER_RULE_EXPRESSION: 'Please enter a rule expression.', - ALERT_RULE_EXPRESSION_DESC: 'You can define a custom rule using PromQL statements. Learn More', + ALERT_RULE_EXPRESSION_DESC: + 'You can define a custom rule using PromQL statements. Learn More', ALERT_FUNCTIONS: 'Functions', ALERT_METRICS: 'Metrics', ALERT_LABELS: 'Labels', @@ -107,10 +117,11 @@ module.exports = { EDIT_ALERTING_POLICY: 'Edit Rule Group', // List > Disable DISABLE_ALERTING_POLICY: 'Disable Rule Group', + DISABLE_MULTIPLE_ALERTING_POLICIES: 'Disable Multiple Rule Groups', // List > Delete ALERTING_POLICY: 'Rule Group', ALERTING_POLICY_LOW: 'rule group', // List > reset RESET_ALERTING_POLICY: 'Reset Rule Group', - RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?' -}; \ No newline at end of file + RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?', +} diff --git a/locales/hi/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js b/locales/hi/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js index 0f0279fc56f..6822da4084d 100644 --- a/locales/hi/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js +++ b/locales/hi/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js @@ -19,7 +19,8 @@ module.exports = { // Navigation Pane GATEWAY_SETTINGS: 'Gateway Settings', // Banner - CLUSTER_GATEWAY_DESC: 'Set up and manage the configuration of the external network access gateway and service management in the cluster.', + CLUSTER_GATEWAY_DESC: + 'Set up and manage the configuration of the external network access gateway and service management in the cluster.', // Cluster Gateway CLUSTER_GATEWAY_NOT_ENABLED: 'Cluster Gateway Not Enabled', CLUSTER_ENABLE_GATEWAY_DESC: 'Please enable the cluster gateway.', @@ -28,7 +29,8 @@ module.exports = { LOAD_BALANCER_PROVIDER_SCAP: 'Load balancer provider', // Cluster Gateway > Enable Gateway ENABLE_GATEWAY: 'Enable Gateway', - GATEWAY_TRACING_TIP: 'If routes cannot be accessed after Tracing is enabled, please add the annotation nginx.ingress.kubernetes.io/service-upstream: true to the route.', + GATEWAY_TRACING_TIP: + 'If routes cannot be accessed after Tracing is enabled, please add the annotation nginx.ingress.kubernetes.io/service-upstream: true to the route.', // Cluster Gateway > Manage > View Details VIEW_DETAILS: 'View Details', // Cluster Gateway > Manage > Disable @@ -36,13 +38,16 @@ module.exports = { DISABLE_GATEWAY: 'Disable Gateway', DISABLE_GATEWAY_TIP: 'Are you sure you want to disable the gateway?', DISABLE_SUCCESSFUL: 'Disabled successfully.', + ENABLE_SUCCESSFUL: 'Enabled successfully.', + RESET_SUCCESSFUL: 'Reset successful', // Cluster Gateway > Manage > Edit EDIT: 'Edit', EDIT_TITLE: 'Edit {title}', // Cluster Gateway > Manage > Update UPDATE: 'Update', UPDATED_GATEWAY_TITLE: 'Update Gateway', - UPDATE_GATEWAY_DESC: 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', + UPDATE_GATEWAY_DESC: + 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', // Project Gateways PROJECT_GATEWAY_PL: 'Project Gateways', PROJECT_GATEWAY_NOT_ENABLED: 'Project Gateway Not Enabled', @@ -52,5 +57,5 @@ module.exports = { UPDATE_GATEWAY_DESC: 'The current gateway can be updated.', // Project Gateways > Disable PROJECT_GATEWAY_LOW: 'project gateway', - DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways' -}; \ No newline at end of file + DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways', +} diff --git a/locales/hi/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js b/locales/hi/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js index b3e71cd5857..91413fa2f3e 100644 --- a/locales/hi/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js +++ b/locales/hi/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js @@ -18,9 +18,11 @@ module.exports = { // Banner ALERTING_POLICY_PL: 'Rule Groups', - ALERTING_POLICY_DESC: 'A rule group contains alert rules used to monitor cluster resources.', + ALERTING_POLICY_DESC: + 'A rule group contains alert rules used to monitor cluster resources.', REQUESTS_FOR_TRIGGER_AN_ALARM_Q: 'How are alerts generated?', - REQUESTS_FOR_TRIGGER_AN_ALARM_A: 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', + REQUESTS_FOR_TRIGGER_AN_ALARM_A: + 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', // List CUSTOM_POLICIES: 'Custom Rule Groups', BUILT_IN_POLICIES: 'Built-in Rule Groups', @@ -44,12 +46,16 @@ module.exports = { INVALID_TIME_DESC: 'Invalid value. Please enter 0 or a positive integer.', ALIAS: 'Alias', DURATION_MIN: 'Duration (minutes)', - ALERT_DURATION: 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', - LONG_NAME_DESC: 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 253 characters.', + ALERT_DURATION: + 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', + LONG_NAME_DESC: + 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 253 characters.', NAME_EXIST_DESC: 'The name already exists. Please enter another name.', - ALIAS_NAME_DESC: 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', + ALIAS_NAME_DESC: + 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', CHECK_INTERVAL: 'Check Interval', - ALERTING_POLICY_CHECK_INTERVAL_DESC: 'Set the interval between metric checks. The default value is 1 minute.', + ALERTING_POLICY_CHECK_INTERVAL_DESC: + 'Set the interval between metric checks. The default value is 1 minute.', // List > Create > Rule Settings > Rule List ADD_ALERTING_RULE: 'Add Alert Rule', ADD_ALERTING_RULE_DESC: 'Add an alert rule to the rule group.', @@ -57,11 +63,14 @@ module.exports = { DISABLE_RULE: 'Disable Rule', // List > Create > Rule Settings > Rule Template RULE_NAME: 'Rule Name', - CUSTOM_RULE_NAME_DESC: 'The rule name can contain any characters. The maximum length is 63 characters.', + CUSTOM_RULE_NAME_DESC: + 'The rule name can contain any characters. The maximum length is 63 characters.', LASTING_MINUTES: 'For {minutes, plural, =1 {1 minute} other {# minutes}}', THRESHOLD_REQUIRED: 'Please enter a metric threshold.', - MESSAGE_SUMMARY_DESC: 'The message summary can contain any characters. The maximum length is 63 characters.', - MESSAGE_DETAILS_DESC: 'The message details can contain any characters. The maximum length is 256 characters.', + MESSAGE_SUMMARY_DESC: + 'The message summary can contain any characters. The maximum length is 63 characters.', + MESSAGE_DETAILS_DESC: + 'The message details can contain any characters. The maximum length is 256 characters.', RULE_TEMPLATE: 'Rule Template', RULE_SETTINGS: 'Rule Settings', MONITORING_TARGETS: 'Monitoring Targets', @@ -93,7 +102,8 @@ module.exports = { CUSTOM_RULE: 'Custom Rule', RULE_EXPRESSION: 'Rule Expression', ENTER_RULE_EXPRESSION: 'Please enter a rule expression.', - ALERT_RULE_EXPRESSION_DESC: 'You can define a custom rule using PromQL statements. Learn More', + ALERT_RULE_EXPRESSION_DESC: + 'You can define a custom rule using PromQL statements. Learn More', ALERT_FUNCTIONS: 'Functions', ALERT_METRICS: 'Metrics', ALERT_LABELS: 'Labels', @@ -107,10 +117,11 @@ module.exports = { EDIT_ALERTING_POLICY: 'Edit Rule Group', // List > Disable DISABLE_ALERTING_POLICY: 'Disable Rule Group', + DISABLE_MULTIPLE_ALERTING_POLICIES: 'Disable Multiple Rule Groups', // List > Delete ALERTING_POLICY: 'Rule Group', ALERTING_POLICY_LOW: 'rule group', // List > reset RESET_ALERTING_POLICY: 'Reset Rule Group', - RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?' -}; \ No newline at end of file + RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?', +} diff --git a/locales/ko/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js b/locales/ko/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js index 7e23039cda5..0d4d9dda5c2 100644 --- a/locales/ko/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js +++ b/locales/ko/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js @@ -19,7 +19,8 @@ module.exports = { // Navigation Pane GATEWAY_SETTINGS: '게이트웨이 설정', // Banner - CLUSTER_GATEWAY_DESC: '클러스터에서 외부 네트워크 액세스 게이트웨이 및 서비스 관리의 구성을 설정하고 관리합니다.', + CLUSTER_GATEWAY_DESC: + '클러스터에서 외부 네트워크 액세스 게이트웨이 및 서비스 관리의 구성을 설정하고 관리합니다.', // Cluster Gateway CLUSTER_GATEWAY_NOT_ENABLED: '클러스터 게이트웨이가 활성화되지 않음', CLUSTER_ENABLE_GATEWAY_DESC: '클러스터 게이트웨이를 활성화 하십시오.', @@ -28,7 +29,8 @@ module.exports = { LOAD_BALANCER_PROVIDER_SCAP: '로드 밸런서 제공자', // Cluster Gateway > Enable Gateway ENABLE_GATEWAY: '게이트웨이 활성화', - GATEWAY_TRACING_TIP: 'Tracing을 활성화한 후 인그레스에 엑세스할 수 없다면, 인그레이스에 nginx.ingress.kubernetes.io/service-upstream: true 어노테이션을 추가하세요.', + GATEWAY_TRACING_TIP: + 'Tracing을 활성화한 후 인그레스에 엑세스할 수 없다면, 인그레이스에 nginx.ingress.kubernetes.io/service-upstream: true 어노테이션을 추가하세요.', // Cluster Gateway > Manage > View Details VIEW_DETAILS: '상세 보기', // Cluster Gateway > Manage > Disable @@ -36,13 +38,16 @@ module.exports = { DISABLE_GATEWAY: '게이트웨이 활성화', DISABLE_GATEWAY_TIP: '이 게이트웨이를 비활성화하시겠습니까?', DISABLE_SUCCESSFUL: '성공적으로 비활성화하였습니다.', + ENABLE_SUCCESSFUL: 'Enabled successfully.', + RESET_SUCCESSFUL: 'Reset successful', // Cluster Gateway > Manage > Edit EDIT: '편집', EDIT_TITLE: '편집 {title}', // Cluster Gateway > Manage > Update UPDATE: '업데이트', UPDATED_GATEWAY_TITLE: 'Update Gateway', - UPDATE_GATEWAY_DESC: 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', + UPDATE_GATEWAY_DESC: + 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', // Project Gateways PROJECT_GATEWAY_PL: '프로젝트 게이트웨이', PROJECT_GATEWAY_NOT_ENABLED: '프로젝트 게이트웨이가 활성화되지 않음', @@ -52,5 +57,5 @@ module.exports = { UPDATE_GATEWAY_DESC: '현재 게이트웨이를 업데이트할 수 있습니다.', // Project Gateways > Disable PROJECT_GATEWAY_LOW: '프로젝트 게이트웨이', - DISABLE_MULTIPLE_GATEWAYS: '일괄적으로 게이트웨이 사용 안 함' -}; \ No newline at end of file + DISABLE_MULTIPLE_GATEWAYS: '일괄적으로 게이트웨이 사용 안 함', +} diff --git a/locales/ko/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js b/locales/ko/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js index 5758ec9a0f2..6838fb14d98 100644 --- a/locales/ko/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js +++ b/locales/ko/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js @@ -18,9 +18,11 @@ module.exports = { // Banner ALERTING_POLICY_PL: '규칙 그룹', - ALERTING_POLICY_DESC: '규칙 그룹에는 클러스터 리소스를 모니터링하는 데 사용되는 알림 규칙이 포함되어 있습니다.', + ALERTING_POLICY_DESC: + '규칙 그룹에는 클러스터 리소스를 모니터링하는 데 사용되는 알림 규칙이 포함되어 있습니다.', REQUESTS_FOR_TRIGGER_AN_ALARM_Q: '알림이 어떻게 생성됩니까?', - REQUESTS_FOR_TRIGGER_AN_ALARM_A: '규칙 그룹을 생성하고 알림 규칙을 설정해야 합니다. 리소스 메트릭이 규칙 그룹에 구성된 조건을 충족하면 시스템에서 알림을 생성합니다.', + REQUESTS_FOR_TRIGGER_AN_ALARM_A: + '규칙 그룹을 생성하고 알림 규칙을 설정해야 합니다. 리소스 메트릭이 규칙 그룹에 구성된 조건을 충족하면 시스템에서 알림을 생성합니다.', // List CUSTOM_POLICIES: '커스텀 규칙 그룹', BUILT_IN_POLICIES: '기본 정의 규칙 그룹', @@ -44,12 +46,16 @@ module.exports = { INVALID_TIME_DESC: '잘못된 값입니다. 0 또는 정수를 입력하십시오.', ALIAS: '별칭', DURATION_MIN: '지속 시간 (분)', - ALERT_DURATION: '시스템이 특정 기간 동안 대기하도록 설정하고 경고를 실행하기 전에 알림 상황이 지속되는지 확인합니다.', - LONG_NAME_DESC: '이름은 소문자, 숫자 및 하이픈(-)만 포함할 수 있으며 소문자 또는 숫자로 시작하고 끝나야 합니다. 최대 길이는 253자입니다.', + ALERT_DURATION: + '시스템이 특정 기간 동안 대기하도록 설정하고 경고를 실행하기 전에 알림 상황이 지속되는지 확인합니다.', + LONG_NAME_DESC: + '이름은 소문자, 숫자 및 하이픈(-)만 포함할 수 있으며 소문자 또는 숫자로 시작하고 끝나야 합니다. 최대 길이는 253자입니다.', NAME_EXIST_DESC: '이미 존재하는 이름입니다. 다른 이름을 입력하십시오.', - ALIAS_NAME_DESC: '별칭 이름은 문자, 숫자 및 하이픈(-)만 포함할 수 있으며 하이픈으로 시작하거나 끝날 수 없습니다. 최대 길이는 63자입니다.', + ALIAS_NAME_DESC: + '별칭 이름은 문자, 숫자 및 하이픈(-)만 포함할 수 있으며 하이픈으로 시작하거나 끝날 수 없습니다. 최대 길이는 63자입니다.', CHECK_INTERVAL: 'Check Interval', - ALERTING_POLICY_CHECK_INTERVAL_DESC: 'Set the interval between metric checks. The default value is 1 minute.', + ALERTING_POLICY_CHECK_INTERVAL_DESC: + 'Set the interval between metric checks. The default value is 1 minute.', // List > Create > Rule Settings > Rule List ADD_ALERTING_RULE: 'Add Alert Rule', ADD_ALERTING_RULE_DESC: 'Add an alert rule to the rule group.', @@ -57,11 +63,14 @@ module.exports = { DISABLE_RULE: 'Disable Rule', // List > Create > Rule Settings > Rule Template RULE_NAME: 'Rule Name', - CUSTOM_RULE_NAME_DESC: 'The rule name can contain any characters. The maximum length is 63 characters.', + CUSTOM_RULE_NAME_DESC: + 'The rule name can contain any characters. The maximum length is 63 characters.', LASTING_MINUTES: 'For {minutes, plural, =1 {1 minute} other {# minutes}}', THRESHOLD_REQUIRED: 'Please enter a metric threshold.', - MESSAGE_SUMMARY_DESC: 'The message summary can contain any characters. The maximum length is 63 characters.', - MESSAGE_DETAILS_DESC: 'The message details can contain any characters. The maximum length is 256 characters.', + MESSAGE_SUMMARY_DESC: + 'The message summary can contain any characters. The maximum length is 63 characters.', + MESSAGE_DETAILS_DESC: + 'The message details can contain any characters. The maximum length is 256 characters.', RULE_TEMPLATE: '규칙 템플릿', RULE_SETTINGS: '규칙 설정', MONITORING_TARGETS: '모니터링 대상', @@ -93,7 +102,8 @@ module.exports = { CUSTOM_RULE: '커스텀 규칙', RULE_EXPRESSION: '규칙식', ENTER_RULE_EXPRESSION: '규칙식을 입력하십시오.', - ALERT_RULE_EXPRESSION_DESC: 'PromQL 문을 사용하여 커스텀 규칙을 정의할 수 있습니다. 더 알아보기', + ALERT_RULE_EXPRESSION_DESC: + 'PromQL 문을 사용하여 커스텀 규칙을 정의할 수 있습니다. 더 알아보기', ALERT_FUNCTIONS: 'Functions', ALERT_METRICS: '메트릭', ALERT_LABELS: '레이블', @@ -107,10 +117,11 @@ module.exports = { EDIT_ALERTING_POLICY: '규칙 그룹 편집', // List > Disable DISABLE_ALERTING_POLICY: 'Disable Rule Group', + DISABLE_MULTIPLE_ALERTING_POLICIES: 'Disable Multiple Rule Groups', // List > Delete ALERTING_POLICY: '규칙 그룹', ALERTING_POLICY_LOW: '규칙 그룹', // List > reset RESET_ALERTING_POLICY: 'Reset Rule Group', - RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?' -}; \ No newline at end of file + RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?', +} diff --git a/locales/lt/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js b/locales/lt/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js index 0f0279fc56f..6822da4084d 100644 --- a/locales/lt/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js +++ b/locales/lt/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js @@ -19,7 +19,8 @@ module.exports = { // Navigation Pane GATEWAY_SETTINGS: 'Gateway Settings', // Banner - CLUSTER_GATEWAY_DESC: 'Set up and manage the configuration of the external network access gateway and service management in the cluster.', + CLUSTER_GATEWAY_DESC: + 'Set up and manage the configuration of the external network access gateway and service management in the cluster.', // Cluster Gateway CLUSTER_GATEWAY_NOT_ENABLED: 'Cluster Gateway Not Enabled', CLUSTER_ENABLE_GATEWAY_DESC: 'Please enable the cluster gateway.', @@ -28,7 +29,8 @@ module.exports = { LOAD_BALANCER_PROVIDER_SCAP: 'Load balancer provider', // Cluster Gateway > Enable Gateway ENABLE_GATEWAY: 'Enable Gateway', - GATEWAY_TRACING_TIP: 'If routes cannot be accessed after Tracing is enabled, please add the annotation nginx.ingress.kubernetes.io/service-upstream: true to the route.', + GATEWAY_TRACING_TIP: + 'If routes cannot be accessed after Tracing is enabled, please add the annotation nginx.ingress.kubernetes.io/service-upstream: true to the route.', // Cluster Gateway > Manage > View Details VIEW_DETAILS: 'View Details', // Cluster Gateway > Manage > Disable @@ -36,13 +38,16 @@ module.exports = { DISABLE_GATEWAY: 'Disable Gateway', DISABLE_GATEWAY_TIP: 'Are you sure you want to disable the gateway?', DISABLE_SUCCESSFUL: 'Disabled successfully.', + ENABLE_SUCCESSFUL: 'Enabled successfully.', + RESET_SUCCESSFUL: 'Reset successful', // Cluster Gateway > Manage > Edit EDIT: 'Edit', EDIT_TITLE: 'Edit {title}', // Cluster Gateway > Manage > Update UPDATE: 'Update', UPDATED_GATEWAY_TITLE: 'Update Gateway', - UPDATE_GATEWAY_DESC: 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', + UPDATE_GATEWAY_DESC: + 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', // Project Gateways PROJECT_GATEWAY_PL: 'Project Gateways', PROJECT_GATEWAY_NOT_ENABLED: 'Project Gateway Not Enabled', @@ -52,5 +57,5 @@ module.exports = { UPDATE_GATEWAY_DESC: 'The current gateway can be updated.', // Project Gateways > Disable PROJECT_GATEWAY_LOW: 'project gateway', - DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways' -}; \ No newline at end of file + DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways', +} diff --git a/locales/lt/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js b/locales/lt/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js index ccd7109cd40..df0a4719fbc 100644 --- a/locales/lt/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js +++ b/locales/lt/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js @@ -18,9 +18,11 @@ module.exports = { // Banner ALERTING_POLICY_PL: 'Rule Groups', - ALERTING_POLICY_DESC: 'A rule group contains alert rules used to monitor cluster resources.', + ALERTING_POLICY_DESC: + 'A rule group contains alert rules used to monitor cluster resources.', REQUESTS_FOR_TRIGGER_AN_ALARM_Q: 'How are alerts generated?', - REQUESTS_FOR_TRIGGER_AN_ALARM_A: 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', + REQUESTS_FOR_TRIGGER_AN_ALARM_A: + 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', // List CUSTOM_POLICIES: 'Custom Rule Groups', BUILT_IN_POLICIES: 'Built-in Rule Groups', @@ -44,12 +46,16 @@ module.exports = { INVALID_TIME_DESC: 'Invalid value. Please enter 0 or a positive integer.', ALIAS: 'Alias', DURATION_MIN: 'Duration (minutes)', - ALERT_DURATION: 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', - LONG_NAME_DESC: 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 253 characters.', + ALERT_DURATION: + 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', + LONG_NAME_DESC: + 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 253 characters.', NAME_EXIST_DESC: 'The name already exists. Please enter another name.', - ALIAS_NAME_DESC: 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', + ALIAS_NAME_DESC: + 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', CHECK_INTERVAL: 'Check Interval', - ALERTING_POLICY_CHECK_INTERVAL_DESC: 'Set the interval between metric checks. The default value is 1 minute.', + ALERTING_POLICY_CHECK_INTERVAL_DESC: + 'Set the interval between metric checks. The default value is 1 minute.', // List > Create > Rule Settings > Rule List ADD_ALERTING_RULE: 'Add Alert Rule', ADD_ALERTING_RULE_DESC: 'Add an alert rule to the rule group.', @@ -57,11 +63,14 @@ module.exports = { DISABLE_RULE: 'Disable Rule', // List > Create > Rule Settings > Rule Template RULE_NAME: 'Rule Name', - CUSTOM_RULE_NAME_DESC: 'The rule name can contain any characters. The maximum length is 63 characters.', + CUSTOM_RULE_NAME_DESC: + 'The rule name can contain any characters. The maximum length is 63 characters.', LASTING_MINUTES: 'For {minutes, plural, =1 {1 minute} other {# minutes}}', THRESHOLD_REQUIRED: 'Please enter a metric threshold.', - MESSAGE_SUMMARY_DESC: 'The message summary can contain any characters. The maximum length is 63 characters.', - MESSAGE_DETAILS_DESC: 'The message details can contain any characters. The maximum length is 256 characters.', + MESSAGE_SUMMARY_DESC: + 'The message summary can contain any characters. The maximum length is 63 characters.', + MESSAGE_DETAILS_DESC: + 'The message details can contain any characters. The maximum length is 256 characters.', RULE_TEMPLATE: 'Rule Template', RULE_SETTINGS: 'Rule Settings', MONITORING_TARGETS: 'Monitoring Targets', @@ -93,7 +102,8 @@ module.exports = { CUSTOM_RULE: 'Custom Rule', RULE_EXPRESSION: 'Rule Expression', ENTER_RULE_EXPRESSION: 'Please enter a rule expression.', - ALERT_RULE_EXPRESSION_DESC: 'You can define a custom rule using PromQL statements. Learn More', + ALERT_RULE_EXPRESSION_DESC: + 'You can define a custom rule using PromQL statements. Learn More', ALERT_FUNCTIONS: 'Functions', ALERT_METRICS: 'Metrics', ALERT_LABELS: 'Labels', @@ -107,10 +117,11 @@ module.exports = { EDIT_ALERTING_POLICY: 'Edit Rule Group', // List > Disable DISABLE_ALERTING_POLICY: 'Disable Rule Group', + DISABLE_MULTIPLE_ALERTING_POLICIES: 'Disable Multiple Rule Groups', // List > Delete ALERTING_POLICY: 'Rule Group', ALERTING_POLICY_LOW: 'rule group', // List > reset RESET_ALERTING_POLICY: 'Reset Rule Group', - RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?' -}; \ No newline at end of file + RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?', +} diff --git a/locales/pl/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js b/locales/pl/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js index 0f0279fc56f..6822da4084d 100644 --- a/locales/pl/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js +++ b/locales/pl/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js @@ -19,7 +19,8 @@ module.exports = { // Navigation Pane GATEWAY_SETTINGS: 'Gateway Settings', // Banner - CLUSTER_GATEWAY_DESC: 'Set up and manage the configuration of the external network access gateway and service management in the cluster.', + CLUSTER_GATEWAY_DESC: + 'Set up and manage the configuration of the external network access gateway and service management in the cluster.', // Cluster Gateway CLUSTER_GATEWAY_NOT_ENABLED: 'Cluster Gateway Not Enabled', CLUSTER_ENABLE_GATEWAY_DESC: 'Please enable the cluster gateway.', @@ -28,7 +29,8 @@ module.exports = { LOAD_BALANCER_PROVIDER_SCAP: 'Load balancer provider', // Cluster Gateway > Enable Gateway ENABLE_GATEWAY: 'Enable Gateway', - GATEWAY_TRACING_TIP: 'If routes cannot be accessed after Tracing is enabled, please add the annotation nginx.ingress.kubernetes.io/service-upstream: true to the route.', + GATEWAY_TRACING_TIP: + 'If routes cannot be accessed after Tracing is enabled, please add the annotation nginx.ingress.kubernetes.io/service-upstream: true to the route.', // Cluster Gateway > Manage > View Details VIEW_DETAILS: 'View Details', // Cluster Gateway > Manage > Disable @@ -36,13 +38,16 @@ module.exports = { DISABLE_GATEWAY: 'Disable Gateway', DISABLE_GATEWAY_TIP: 'Are you sure you want to disable the gateway?', DISABLE_SUCCESSFUL: 'Disabled successfully.', + ENABLE_SUCCESSFUL: 'Enabled successfully.', + RESET_SUCCESSFUL: 'Reset successful', // Cluster Gateway > Manage > Edit EDIT: 'Edit', EDIT_TITLE: 'Edit {title}', // Cluster Gateway > Manage > Update UPDATE: 'Update', UPDATED_GATEWAY_TITLE: 'Update Gateway', - UPDATE_GATEWAY_DESC: 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', + UPDATE_GATEWAY_DESC: + 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', // Project Gateways PROJECT_GATEWAY_PL: 'Project Gateways', PROJECT_GATEWAY_NOT_ENABLED: 'Project Gateway Not Enabled', @@ -52,5 +57,5 @@ module.exports = { UPDATE_GATEWAY_DESC: 'The current gateway can be updated.', // Project Gateways > Disable PROJECT_GATEWAY_LOW: 'project gateway', - DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways' -}; \ No newline at end of file + DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways', +} diff --git a/locales/pl/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js b/locales/pl/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js index ccd7109cd40..df0a4719fbc 100644 --- a/locales/pl/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js +++ b/locales/pl/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js @@ -18,9 +18,11 @@ module.exports = { // Banner ALERTING_POLICY_PL: 'Rule Groups', - ALERTING_POLICY_DESC: 'A rule group contains alert rules used to monitor cluster resources.', + ALERTING_POLICY_DESC: + 'A rule group contains alert rules used to monitor cluster resources.', REQUESTS_FOR_TRIGGER_AN_ALARM_Q: 'How are alerts generated?', - REQUESTS_FOR_TRIGGER_AN_ALARM_A: 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', + REQUESTS_FOR_TRIGGER_AN_ALARM_A: + 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', // List CUSTOM_POLICIES: 'Custom Rule Groups', BUILT_IN_POLICIES: 'Built-in Rule Groups', @@ -44,12 +46,16 @@ module.exports = { INVALID_TIME_DESC: 'Invalid value. Please enter 0 or a positive integer.', ALIAS: 'Alias', DURATION_MIN: 'Duration (minutes)', - ALERT_DURATION: 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', - LONG_NAME_DESC: 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 253 characters.', + ALERT_DURATION: + 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', + LONG_NAME_DESC: + 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 253 characters.', NAME_EXIST_DESC: 'The name already exists. Please enter another name.', - ALIAS_NAME_DESC: 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', + ALIAS_NAME_DESC: + 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', CHECK_INTERVAL: 'Check Interval', - ALERTING_POLICY_CHECK_INTERVAL_DESC: 'Set the interval between metric checks. The default value is 1 minute.', + ALERTING_POLICY_CHECK_INTERVAL_DESC: + 'Set the interval between metric checks. The default value is 1 minute.', // List > Create > Rule Settings > Rule List ADD_ALERTING_RULE: 'Add Alert Rule', ADD_ALERTING_RULE_DESC: 'Add an alert rule to the rule group.', @@ -57,11 +63,14 @@ module.exports = { DISABLE_RULE: 'Disable Rule', // List > Create > Rule Settings > Rule Template RULE_NAME: 'Rule Name', - CUSTOM_RULE_NAME_DESC: 'The rule name can contain any characters. The maximum length is 63 characters.', + CUSTOM_RULE_NAME_DESC: + 'The rule name can contain any characters. The maximum length is 63 characters.', LASTING_MINUTES: 'For {minutes, plural, =1 {1 minute} other {# minutes}}', THRESHOLD_REQUIRED: 'Please enter a metric threshold.', - MESSAGE_SUMMARY_DESC: 'The message summary can contain any characters. The maximum length is 63 characters.', - MESSAGE_DETAILS_DESC: 'The message details can contain any characters. The maximum length is 256 characters.', + MESSAGE_SUMMARY_DESC: + 'The message summary can contain any characters. The maximum length is 63 characters.', + MESSAGE_DETAILS_DESC: + 'The message details can contain any characters. The maximum length is 256 characters.', RULE_TEMPLATE: 'Rule Template', RULE_SETTINGS: 'Rule Settings', MONITORING_TARGETS: 'Monitoring Targets', @@ -93,7 +102,8 @@ module.exports = { CUSTOM_RULE: 'Custom Rule', RULE_EXPRESSION: 'Rule Expression', ENTER_RULE_EXPRESSION: 'Please enter a rule expression.', - ALERT_RULE_EXPRESSION_DESC: 'You can define a custom rule using PromQL statements. Learn More', + ALERT_RULE_EXPRESSION_DESC: + 'You can define a custom rule using PromQL statements. Learn More', ALERT_FUNCTIONS: 'Functions', ALERT_METRICS: 'Metrics', ALERT_LABELS: 'Labels', @@ -107,10 +117,11 @@ module.exports = { EDIT_ALERTING_POLICY: 'Edit Rule Group', // List > Disable DISABLE_ALERTING_POLICY: 'Disable Rule Group', + DISABLE_MULTIPLE_ALERTING_POLICIES: 'Disable Multiple Rule Groups', // List > Delete ALERTING_POLICY: 'Rule Group', ALERTING_POLICY_LOW: 'rule group', // List > reset RESET_ALERTING_POLICY: 'Reset Rule Group', - RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?' -}; \ No newline at end of file + RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?', +} diff --git a/locales/pt/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js b/locales/pt/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js index 177164ff09e..dfb206db4f0 100644 --- a/locales/pt/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js +++ b/locales/pt/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js @@ -19,7 +19,8 @@ module.exports = { // Navigation Pane GATEWAY_SETTINGS: 'Gateway Settings', // Banner - CLUSTER_GATEWAY_DESC: 'Set up and manage the configuration of the external network access gateway and service management in the cluster.', + CLUSTER_GATEWAY_DESC: + 'Set up and manage the configuration of the external network access gateway and service management in the cluster.', // Cluster Gateway CLUSTER_GATEWAY_NOT_ENABLED: 'Cluster Gateway Not Enabled', CLUSTER_ENABLE_GATEWAY_DESC: 'Please enable the cluster gateway.', @@ -28,7 +29,8 @@ module.exports = { LOAD_BALANCER_PROVIDER_SCAP: 'Load balancer provider', // Cluster Gateway > Enable Gateway ENABLE_GATEWAY: 'Enable Gateway', - GATEWAY_TRACING_TIP: 'If ingresses cannot be accessed after Tracing is enabled, please add the annotation nginx.ingress.kubernetes.io/service-upstream: true to the ingress.', + GATEWAY_TRACING_TIP: + 'If ingresses cannot be accessed after Tracing is enabled, please add the annotation nginx.ingress.kubernetes.io/service-upstream: true to the ingress.', // Cluster Gateway > Manage > View Details VIEW_DETAILS: 'View Details', // Cluster Gateway > Manage > Disable @@ -36,13 +38,16 @@ module.exports = { DISABLE_GATEWAY: 'Disable Gateway', DISABLE_GATEWAY_TIP: 'Are you sure you want to disable the gateway?', DISABLE_SUCCESSFUL: 'Disabled successfully.', + ENABLE_SUCCESSFUL: 'Enabled successfully.', + RESET_SUCCESSFUL: 'Reset successful', // Cluster Gateway > Manage > Edit EDIT: 'Edit', EDIT_TITLE: 'Edit {title}', // Cluster Gateway > Manage > Update UPDATE: 'Update', UPDATED_GATEWAY_TITLE: 'Update Gateway', - UPDATE_GATEWAY_DESC: 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', + UPDATE_GATEWAY_DESC: + 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', // Project Gateways PROJECT_GATEWAY_PL: 'Project Gateways', PROJECT_GATEWAY_NOT_ENABLED: 'Project Gateway Not Enabled', @@ -52,5 +57,5 @@ module.exports = { UPDATE_GATEWAY_DESC: 'The current gateway can be updated.', // Project Gateways > Disable PROJECT_GATEWAY_LOW: 'project gateway', - DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways' -}; \ No newline at end of file + DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways', +} diff --git a/locales/pt/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js b/locales/pt/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js index ccd7109cd40..df0a4719fbc 100644 --- a/locales/pt/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js +++ b/locales/pt/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js @@ -18,9 +18,11 @@ module.exports = { // Banner ALERTING_POLICY_PL: 'Rule Groups', - ALERTING_POLICY_DESC: 'A rule group contains alert rules used to monitor cluster resources.', + ALERTING_POLICY_DESC: + 'A rule group contains alert rules used to monitor cluster resources.', REQUESTS_FOR_TRIGGER_AN_ALARM_Q: 'How are alerts generated?', - REQUESTS_FOR_TRIGGER_AN_ALARM_A: 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', + REQUESTS_FOR_TRIGGER_AN_ALARM_A: + 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', // List CUSTOM_POLICIES: 'Custom Rule Groups', BUILT_IN_POLICIES: 'Built-in Rule Groups', @@ -44,12 +46,16 @@ module.exports = { INVALID_TIME_DESC: 'Invalid value. Please enter 0 or a positive integer.', ALIAS: 'Alias', DURATION_MIN: 'Duration (minutes)', - ALERT_DURATION: 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', - LONG_NAME_DESC: 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 253 characters.', + ALERT_DURATION: + 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', + LONG_NAME_DESC: + 'The name can contain only lowercase letters, numbers, and hyphens (-), and must start and end with a lowercase letter or number. The maximum length is 253 characters.', NAME_EXIST_DESC: 'The name already exists. Please enter another name.', - ALIAS_NAME_DESC: 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', + ALIAS_NAME_DESC: + 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', CHECK_INTERVAL: 'Check Interval', - ALERTING_POLICY_CHECK_INTERVAL_DESC: 'Set the interval between metric checks. The default value is 1 minute.', + ALERTING_POLICY_CHECK_INTERVAL_DESC: + 'Set the interval between metric checks. The default value is 1 minute.', // List > Create > Rule Settings > Rule List ADD_ALERTING_RULE: 'Add Alert Rule', ADD_ALERTING_RULE_DESC: 'Add an alert rule to the rule group.', @@ -57,11 +63,14 @@ module.exports = { DISABLE_RULE: 'Disable Rule', // List > Create > Rule Settings > Rule Template RULE_NAME: 'Rule Name', - CUSTOM_RULE_NAME_DESC: 'The rule name can contain any characters. The maximum length is 63 characters.', + CUSTOM_RULE_NAME_DESC: + 'The rule name can contain any characters. The maximum length is 63 characters.', LASTING_MINUTES: 'For {minutes, plural, =1 {1 minute} other {# minutes}}', THRESHOLD_REQUIRED: 'Please enter a metric threshold.', - MESSAGE_SUMMARY_DESC: 'The message summary can contain any characters. The maximum length is 63 characters.', - MESSAGE_DETAILS_DESC: 'The message details can contain any characters. The maximum length is 256 characters.', + MESSAGE_SUMMARY_DESC: + 'The message summary can contain any characters. The maximum length is 63 characters.', + MESSAGE_DETAILS_DESC: + 'The message details can contain any characters. The maximum length is 256 characters.', RULE_TEMPLATE: 'Rule Template', RULE_SETTINGS: 'Rule Settings', MONITORING_TARGETS: 'Monitoring Targets', @@ -93,7 +102,8 @@ module.exports = { CUSTOM_RULE: 'Custom Rule', RULE_EXPRESSION: 'Rule Expression', ENTER_RULE_EXPRESSION: 'Please enter a rule expression.', - ALERT_RULE_EXPRESSION_DESC: 'You can define a custom rule using PromQL statements. Learn More', + ALERT_RULE_EXPRESSION_DESC: + 'You can define a custom rule using PromQL statements. Learn More', ALERT_FUNCTIONS: 'Functions', ALERT_METRICS: 'Metrics', ALERT_LABELS: 'Labels', @@ -107,10 +117,11 @@ module.exports = { EDIT_ALERTING_POLICY: 'Edit Rule Group', // List > Disable DISABLE_ALERTING_POLICY: 'Disable Rule Group', + DISABLE_MULTIPLE_ALERTING_POLICIES: 'Disable Multiple Rule Groups', // List > Delete ALERTING_POLICY: 'Rule Group', ALERTING_POLICY_LOW: 'rule group', // List > reset RESET_ALERTING_POLICY: 'Reset Rule Group', - RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?' -}; \ No newline at end of file + RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?', +} diff --git a/locales/tc/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js b/locales/tc/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js index 23066e74cd2..8d5e74518ec 100644 --- a/locales/tc/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js +++ b/locales/tc/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js @@ -19,7 +19,8 @@ module.exports = { // Navigation Pane GATEWAY_SETTINGS: '網關設置', // Banner - CLUSTER_GATEWAY_DESC: '對集群和項目中的外網訪問網關以及服務治理等配置進行設置和管理', + CLUSTER_GATEWAY_DESC: + '對集群和項目中的外網訪問網關以及服務治理等配置進行設置和管理', // Cluster Gateway CLUSTER_GATEWAY_NOT_ENABLED: '集群網關未開啟', CLUSTER_ENABLE_GATEWAY_DESC: '請開啟集群網關。', @@ -28,7 +29,8 @@ module.exports = { LOAD_BALANCER_PROVIDER_SCAP: '負載均衡器供應商', // Cluster Gateway > Enable Gateway ENABLE_GATEWAY: '開啟網關', - GATEWAY_TRACING_TIP: '如果開啟鏈路追蹤後路由無法訪問,請在路由中添加註釋 nginx.ingress.kubernetes.io/service-upstream: true。', + GATEWAY_TRACING_TIP: + '如果開啟鏈路追蹤後路由無法訪問,請在路由中添加註釋 nginx.ingress.kubernetes.io/service-upstream: true。', // Cluster Gateway > Manage > View Details VIEW_DETAILS: '查看詳情', // Cluster Gateway > Manage > Disable @@ -36,13 +38,16 @@ module.exports = { DISABLE_GATEWAY: '關閉網關', DISABLE_GATEWAY_TIP: '您確定關閉網關嗎?', DISABLE_SUCCESSFUL: '關閉成功。', + ENABLE_SUCCESSFUL: 'Enabled successfully.', + RESET_SUCCESSFUL: 'Reset successful', // Cluster Gateway > Manage > Edit EDIT: '編輯', EDIT_TITLE: '編輯 {title}', // Cluster Gateway > Manage > Update UPDATE: 'Update', UPDATED_GATEWAY_TITLE: 'Update Gateway', - UPDATE_GATEWAY_DESC: 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', + UPDATE_GATEWAY_DESC: + 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', // Project Gateways PROJECT_GATEWAY_PL: '項目網關', PROJECT_GATEWAY_NOT_ENABLED: '項目網關 未開啟', @@ -52,5 +57,5 @@ module.exports = { UPDATE_GATEWAY_DESC: 'The current gateway can be updated.', // Project Gateways > Disable PROJECT_GATEWAY_LOW: '項目網關', - DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways' -}; \ No newline at end of file + DISABLE_MULTIPLE_GATEWAYS: 'Disable Multiple Gateways', +} diff --git a/locales/tc/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js b/locales/tc/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js index 646749e0ad0..a4038516406 100644 --- a/locales/tc/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js +++ b/locales/tc/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js @@ -51,9 +51,11 @@ module.exports = { LONG_NAME_DESC: '最長 253 個字元,只能包含小寫字母、數字及分隔符號("-"),且必須以小寫字母或數字開頭及結尾', NAME_EXIST_DESC: '名稱已存在', - ALIAS_NAME_DESC: 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', + ALIAS_NAME_DESC: + 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', CHECK_INTERVAL: 'Check Interval', - ALERTING_POLICY_CHECK_INTERVAL_DESC: 'Set the interval between metric checks. The default value is 1 minute.', + ALERTING_POLICY_CHECK_INTERVAL_DESC: + 'Set the interval between metric checks. The default value is 1 minute.', // List > Create > Rule Settings > Rule List ADD_ALERTING_RULE: 'Add Alert Rule', ADD_ALERTING_RULE_DESC: 'Add an alert rule to the rule group.', @@ -61,11 +63,14 @@ module.exports = { DISABLE_RULE: 'Disable Rule', // List > Create > Rule Settings > Rule Template RULE_NAME: 'Rule Name', - CUSTOM_RULE_NAME_DESC: 'The rule name can contain any characters. The maximum length is 63 characters.', + CUSTOM_RULE_NAME_DESC: + 'The rule name can contain any characters. The maximum length is 63 characters.', LASTING_MINUTES: 'For {minutes, plural, =1 {1 minute} other {# minutes}}', THRESHOLD_REQUIRED: 'Please enter a metric threshold.', - MESSAGE_SUMMARY_DESC: 'The message summary can contain any characters. The maximum length is 63 characters.', - MESSAGE_DETAILS_DESC: 'The message details can contain any characters. The maximum length is 256 characters.', + MESSAGE_SUMMARY_DESC: + 'The message summary can contain any characters. The maximum length is 63 characters.', + MESSAGE_DETAILS_DESC: + 'The message details can contain any characters. The maximum length is 256 characters.', RULE_TEMPLATE: '規則模板', RULE_SETTINGS: '規則設置', MONITORING_TARGETS: '監控目標', @@ -111,10 +116,11 @@ module.exports = { EDIT_ALERTING_POLICY: 'Edit Rule Group', // List > Disable DISABLE_ALERTING_POLICY: 'Disable Rule Group', + DISABLE_MULTIPLE_ALERTING_POLICIES: 'Disable Multiple Rule Groups', // List > Delete ALERTING_POLICY: 'Rule Group', ALERTING_POLICY_LOW: 'rule group', // List > reset RESET_ALERTING_POLICY: 'Reset Rule Group', - RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?' -}; \ No newline at end of file + RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?', +} diff --git a/locales/tr/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js b/locales/tr/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js index b2c89e63d93..9570a6f71ab 100644 --- a/locales/tr/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js +++ b/locales/tr/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js @@ -19,7 +19,8 @@ module.exports = { // Navigation Pane GATEWAY_SETTINGS: 'Ağ Geçidi Ayarları', // Banner - CLUSTER_GATEWAY_DESC: 'Kümede harici ağ erişim ağ geçidi ve hizmet yönetiminin yapılandırmasını kurun ve yönetin.', + CLUSTER_GATEWAY_DESC: + 'Kümede harici ağ erişim ağ geçidi ve hizmet yönetiminin yapılandırmasını kurun ve yönetin.', // Cluster Gateway CLUSTER_GATEWAY_NOT_ENABLED: 'Küme Ağ Geçidi Etkin Değil', CLUSTER_ENABLE_GATEWAY_DESC: 'Lütfen küme ağ geçidini etkinleştirin.', @@ -28,21 +29,26 @@ module.exports = { LOAD_BALANCER_PROVIDER_SCAP: 'Yük dengeleyici sağlayıcı', // Cluster Gateway > Enable Gateway ENABLE_GATEWAY: 'Ağ geçidi etkinleştir', - GATEWAY_TRACING_TIP: 'İzleme etkinleştirildikten sonra rotalara erişilemiyorsa, lütfen rotaya nginx.ingress.kubernetes.io/service-upstream: true ek açıklamasını ekleyin.', + GATEWAY_TRACING_TIP: + 'İzleme etkinleştirildikten sonra rotalara erişilemiyorsa, lütfen rotaya nginx.ingress.kubernetes.io/service-upstream: true ek açıklamasını ekleyin.', // Cluster Gateway > Manage > View Details VIEW_DETAILS: 'Detayları Göster', // Cluster Gateway > Manage > Disable DISABLE: 'Devre Dışı Bırak', DISABLE_GATEWAY: 'Ağ geçidi etkinleştir', - DISABLE_GATEWAY_TIP: 'Bu ağgeçit donanımını kaldırmak istediğinize emin misiniz?', + DISABLE_GATEWAY_TIP: + 'Bu ağgeçit donanımını kaldırmak istediğinize emin misiniz?', DISABLE_SUCCESSFUL: 'Başarıyla devre dışı bırakıldı.', + ENABLE_SUCCESSFUL: 'Enabled successfully.', + RESET_SUCCESSFUL: 'Reset successful', // Cluster Gateway > Manage > Edit EDIT: 'Düzenle', EDIT_TITLE: 'Başlığı Düzenle', // Cluster Gateway > Manage > Update UPDATE: 'Güncelle', UPDATED_GATEWAY_TITLE: 'Update Gateway', - UPDATE_GATEWAY_DESC: 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', + UPDATE_GATEWAY_DESC: + 'This operation may interrupt business for a short while. Exercise caution when performing this operation.', // Project Gateways PROJECT_GATEWAY_PL: 'Proje Ağ Geçidi', PROJECT_GATEWAY_NOT_ENABLED: 'Proje Ağ Geçidi Etkin Değil', @@ -52,5 +58,5 @@ module.exports = { UPDATE_GATEWAY_DESC: 'The current gateway can be updated.', // Project Gateways > Disable PROJECT_GATEWAY_LOW: 'proje Ağ Geçidi', - DISABLE_MULTIPLE_GATEWAYS: 'Birden Çok Ağ Geçidini Devre Dışı Bırak' -}; \ No newline at end of file + DISABLE_MULTIPLE_GATEWAYS: 'Birden Çok Ağ Geçidini Devre Dışı Bırak', +} diff --git a/locales/tr/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js b/locales/tr/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js index 20fdac60363..9a90dc6e5c0 100644 --- a/locales/tr/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js +++ b/locales/tr/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js @@ -18,9 +18,11 @@ module.exports = { // Banner ALERTING_POLICY_PL: 'Rule Groups', - ALERTING_POLICY_DESC: 'A rule group contains alert rules used to monitor cluster resources.', + ALERTING_POLICY_DESC: + 'A rule group contains alert rules used to monitor cluster resources.', REQUESTS_FOR_TRIGGER_AN_ALARM_Q: 'How are alerts generated?', - REQUESTS_FOR_TRIGGER_AN_ALARM_A: 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', + REQUESTS_FOR_TRIGGER_AN_ALARM_A: + 'You need to create a rule group and set alert rules. The system will generate alerts when resource metrics meet conditions configured in rule groups.', // List CUSTOM_POLICIES: 'Custom Rule Groups', BUILT_IN_POLICIES: 'Built-in Rule Groups', @@ -44,12 +46,16 @@ module.exports = { INVALID_TIME_DESC: 'Invalid value. Please enter 0 or a positive integer.', ALIAS: 'Takma ad', DURATION_MIN: 'Duration (minutes)', - ALERT_DURATION: 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', - LONG_NAME_DESC: 'İsim yanlızda küçük harfler, sayılar ve kısa çizgiler(-) içerebilir ve küçük harf ve sayı ile başlayıp bitmelidir. Maksimum 253 karakter olabilir.', + ALERT_DURATION: + 'Set the system to wait for a certain duration and check whether the alert situation persists before firing an alert.', + LONG_NAME_DESC: + 'İsim yanlızda küçük harfler, sayılar ve kısa çizgiler(-) içerebilir ve küçük harf ve sayı ile başlayıp bitmelidir. Maksimum 253 karakter olabilir.', NAME_EXIST_DESC: 'Ad zaten var. Lütfen başka bir ad girin.', - ALIAS_NAME_DESC: 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', + ALIAS_NAME_DESC: + 'The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.', CHECK_INTERVAL: 'Check Interval', - ALERTING_POLICY_CHECK_INTERVAL_DESC: 'Set the interval between metric checks. The default value is 1 minute.', + ALERTING_POLICY_CHECK_INTERVAL_DESC: + 'Set the interval between metric checks. The default value is 1 minute.', // List > Create > Rule Settings > Rule List ADD_ALERTING_RULE: 'Add Alert Rule', ADD_ALERTING_RULE_DESC: 'Add an alert rule to the rule group.', @@ -57,11 +63,14 @@ module.exports = { DISABLE_RULE: 'Disable Rule', // List > Create > Rule Settings > Rule Template RULE_NAME: 'Rule Name', - CUSTOM_RULE_NAME_DESC: 'The rule name can contain any characters. The maximum length is 63 characters.', + CUSTOM_RULE_NAME_DESC: + 'The rule name can contain any characters. The maximum length is 63 characters.', LASTING_MINUTES: 'For {minutes, plural, =1 {1 minute} other {# minutes}}', THRESHOLD_REQUIRED: 'Please enter a metric threshold.', - MESSAGE_SUMMARY_DESC: 'The message summary can contain any characters. The maximum length is 63 characters.', - MESSAGE_DETAILS_DESC: 'The message details can contain any characters. The maximum length is 256 characters.', + MESSAGE_SUMMARY_DESC: + 'The message summary can contain any characters. The maximum length is 63 characters.', + MESSAGE_DETAILS_DESC: + 'The message details can contain any characters. The maximum length is 256 characters.', RULE_TEMPLATE: 'Kural Şablonu', RULE_SETTINGS: 'Kural Ayarları', MONITORING_TARGETS: 'Hedefleri İzleme', @@ -93,7 +102,8 @@ module.exports = { CUSTOM_RULE: 'Özel Kural', RULE_EXPRESSION: 'Kural İfadesi', ENTER_RULE_EXPRESSION: 'Lütfen bir kural ifadesi girin.', - ALERT_RULE_EXPRESSION_DESC: 'PromQL deyimlerini kullanarak özel bir kural tanımlayabilirsiniz. Learn More', + ALERT_RULE_EXPRESSION_DESC: + 'PromQL deyimlerini kullanarak özel bir kural tanımlayabilirsiniz. Learn More', ALERT_FUNCTIONS: 'Functions', ALERT_METRICS: 'Metrics', ALERT_LABELS: 'Etiketler', @@ -107,10 +117,11 @@ module.exports = { EDIT_ALERTING_POLICY: 'Edit Rule Group', // List > Disable DISABLE_ALERTING_POLICY: 'Disable Rule Group', + DISABLE_MULTIPLE_ALERTING_POLICIES: 'Disable Multiple Rule Groups', // List > Delete ALERTING_POLICY: 'Rule Group', ALERTING_POLICY_LOW: 'rule group', // List > reset RESET_ALERTING_POLICY: 'Reset Rule Group', - RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?' -}; \ No newline at end of file + RESET_ALERTING_POLICY_DESC: 'Are you sure you want to reset the rule group?', +} diff --git a/locales/zh/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js b/locales/zh/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js index d7786c7eeb6..52a42643ac7 100644 --- a/locales/zh/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js +++ b/locales/zh/l10n-clusterManagement-clusterSettings-gatewaySettings-list.js @@ -19,7 +19,8 @@ module.exports = { // Navigation Pane GATEWAY_SETTINGS: '网关设置', // Banner - CLUSTER_GATEWAY_DESC: '对集群中的外网访问网关以及服务治理等配置进行设置和管理。', + CLUSTER_GATEWAY_DESC: + '对集群中的外网访问网关以及服务治理等配置进行设置和管理。', // Cluster Gateway CLUSTER_GATEWAY_NOT_ENABLED: '集群网关未启用', CLUSTER_ENABLE_GATEWAY_DESC: '请启用集群网关。', @@ -28,7 +29,8 @@ module.exports = { LOAD_BALANCER_PROVIDER_SCAP: '负载均衡器提供商', // Cluster Gateway > Enable Gateway ENABLE_GATEWAY: '启用网关', - GATEWAY_TRACING_TIP: '如果启用链路追踪后路由无法访问,请在路由中添加注解 nginx.ingress.kubernetes.io/service-upstream: true。', + GATEWAY_TRACING_TIP: + '如果启用链路追踪后路由无法访问,请在路由中添加注解 nginx.ingress.kubernetes.io/service-upstream: true。', // Cluster Gateway > Manage > View Details VIEW_DETAILS: '查看详情', // Cluster Gateway > Manage > Disable @@ -36,13 +38,16 @@ module.exports = { DISABLE_GATEWAY: '禁用网关', DISABLE_GATEWAY_TIP: '您确定禁用网关吗?', DISABLE_SUCCESSFUL: '禁用成功。', + ENABLE_SUCCESSFUL: '启用成功。', + RESET_SUCCESSFUL: '重置成功。', // Cluster Gateway > Manage > Edit EDIT: '编辑', EDIT_TITLE: '编辑{title}', // Cluster Gateway > Manage > Update UPDATE: '更新', UPDATED_GATEWAY_TITLE: '更新网关', - UPDATE_GATEWAY_DESC: '此操作可能会在短时间内中断业务。在执行此操作时保持谨慎。', + UPDATE_GATEWAY_DESC: + '此操作可能会在短时间内中断业务。在执行此操作时保持谨慎。', // Project Gateways PROJECT_GATEWAY_PL: '项目网关', PROJECT_GATEWAY_NOT_ENABLED: '项目网关未启用', @@ -52,5 +57,5 @@ module.exports = { UPDATE_GATEWAY_DESC: '当前网关可以更新。', // Project Gateways > Disable PROJECT_GATEWAY_LOW: '项目网关', - DISABLE_MULTIPLE_GATEWAYS: '批量禁用网关' -}; \ No newline at end of file + DISABLE_MULTIPLE_GATEWAYS: '批量禁用网关', +} diff --git a/locales/zh/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js b/locales/zh/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js index df9797425aa..f5e9e448007 100644 --- a/locales/zh/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js +++ b/locales/zh/l10n-clusterManagement-monitoring&Alerting-alertingPolicies-list.js @@ -20,7 +20,8 @@ module.exports = { ALERTING_POLICY_PL: '规则组', ALERTING_POLICY_DESC: '规则组包含告警规则,用于监测集群资源。', REQUESTS_FOR_TRIGGER_AN_ALARM_Q: '告警是如何产生的?', - REQUESTS_FOR_TRIGGER_AN_ALARM_A: '您需要创建一个规则组并设置告警规则。当资源指标满足规则组中配置的条件时,系统将生成告警。', + REQUESTS_FOR_TRIGGER_AN_ALARM_A: + '您需要创建一个规则组并设置告警规则。当资源指标满足规则组中配置的条件时,系统将生成告警。', // List CUSTOM_POLICIES: '自定义规则组', BUILT_IN_POLICIES: '内置规则组', @@ -44,12 +45,16 @@ module.exports = { INVALID_TIME_DESC: '参数值无效,请输入 0 或正整数。', ALIAS: '别名', DURATION_MIN: '持续时间(分钟)', - ALERT_DURATION: '设置系统等待一段时间并检查告警情况是否持续存在,如果告警情况持续存在才触发告警。', - LONG_NAME_DESC: '名称只能包含小写字母、数字和连字符(-),必须以小写字母或数字开头和结尾,最长 253 个字符。', + ALERT_DURATION: + '设置系统等待一段时间并检查告警情况是否持续存在,如果告警情况持续存在才触发告警。', + LONG_NAME_DESC: + '名称只能包含小写字母、数字和连字符(-),必须以小写字母或数字开头和结尾,最长 253 个字符。', NAME_EXIST_DESC: '名称已存在,请输入其他名称。', - ALIAS_NAME_DESC: '别名只能包含中文、字母、数字和连字符(-),不得以连字符(-)开头或结尾,最长 63 个字符。', + ALIAS_NAME_DESC: + '别名只能包含中文、字母、数字和连字符(-),不得以连字符(-)开头或结尾,最长 63 个字符。', CHECK_INTERVAL: '检查间隔', - ALERTING_POLICY_CHECK_INTERVAL_DESC: '设置指标检查之间的时间间隔。默认值为 1 分钟。', + ALERTING_POLICY_CHECK_INTERVAL_DESC: + '设置指标检查之间的时间间隔。默认值为 1 分钟。', // List > Create > Rule Settings > Rule List ADD_ALERTING_RULE: '添加告警规则', ADD_ALERTING_RULE_DESC: '为规则组添加告警规则。', @@ -93,7 +98,8 @@ module.exports = { CUSTOM_RULE: '自定义规则', RULE_EXPRESSION: '告警规则表达式', ENTER_RULE_EXPRESSION: '请输入告警规则表达式。', - ALERT_RULE_EXPRESSION_DESC: '您可以通过 PromQL 语句来自定义告警规则。了解更多', + ALERT_RULE_EXPRESSION_DESC: + '您可以通过 PromQL 语句来自定义告警规则。了解更多', ALERT_FUNCTIONS: '函数', ALERT_METRICS: '指标', ALERT_LABELS: '标签', @@ -107,10 +113,11 @@ module.exports = { EDIT_ALERTING_POLICY: '编辑规则组', // List > Disable DISABLE_ALERTING_POLICY: '禁用规则组', + DISABLE_MULTIPLE_ALERTING_POLICIES: '批量禁用规则组', // List > Delete ALERTING_POLICY: '规则组', ALERTING_POLICY_LOW: '规则组', // List > reset RESET_ALERTING_POLICY: '重置规则组', - RESET_ALERTING_POLICY_DESC: '您确定重置规则组吗?' -}; \ No newline at end of file + RESET_ALERTING_POLICY_DESC: '您确定重置规则组吗?', +} diff --git a/locales/zh/l10n-clusterManagement-storage-storageClasses-list.js b/locales/zh/l10n-clusterManagement-storage-storageClasses-list.js index 00622547ef9..9f77dea8317 100644 --- a/locales/zh/l10n-clusterManagement-storage-storageClasses-list.js +++ b/locales/zh/l10n-clusterManagement-storage-storageClasses-list.js @@ -18,7 +18,8 @@ module.exports = { // Banner STORAGE_CLASS_PL: '存储类', - STORAGE_CLASS_DESC: '存储类(StorageClass)支持动态卷供应,使管理员能够按需创建新的卷。', + STORAGE_CLASS_DESC: + '存储类(StorageClass)支持动态卷供应,使管理员能够按需创建新的卷。', // List STORAGE_CLASS_EMPTY_DESC: '请创建一个存储类。', DEFAULT_STORAGE_CLASS: '默认存储类', @@ -30,7 +31,8 @@ module.exports = { // List > Create > Storage System CHOOSE_STORAGE_SYSTEM_TIP: '选择存储系统', PROVISIONER_DEPENDENCE_DESC: '您需要先在存储系统中部署相关插件才能提供服务。', - QINGCLOUD_CSI_DESC: '使用 QingCloud CSI 作为底层存储插件。了解更多', + QINGCLOUD_CSI_DESC: + '使用 QingCloud CSI 作为底层存储插件。了解更多', CUSTOM: '自定义', // List > Create > > QingCloud CSI > Storage Class Settings VOLUME_EXPANSION: '卷扩展', @@ -45,7 +47,8 @@ module.exports = { MINSIZE: '容量下限', STEPSIZE: '步长', FSTYPE: '文件系统类型', - QINGCLOUD_CSI_TYPE_DESC: '在青云云平台中,0 代表性能型磁盘;2 代表容量型磁盘;3 代表超高性能型磁盘;5 代表企业级分布式 SAN(NeonSAN)型磁盘;100 代表基础型磁盘;200 代表 SSD 企业型磁盘。', + QINGCLOUD_CSI_TYPE_DESC: + '在青云云平台中,0 代表性能型磁盘;2 代表容量型磁盘;3 代表超高性能型磁盘;5 代表企业级分布式 SAN(NeonSAN)型磁盘;100 代表基础型磁盘;200 代表 SSD 企业型磁盘。', CREATE_VOLUME_MAX_SIZE: '卷的容量上限。', CREATE_VOLUME_STEP_SIZE: '卷的增量值。', CREATE_VOLUME_MIN_SIZE: '卷的容量下限。', @@ -61,7 +64,8 @@ module.exports = { GLUSTERFS_SECRET_NAME_DESC: 'Heketi 用户密钥的名称。', GLUSTERFS_GID_MIN_DESC: '卷的 GID 最小值。', GLUSTERFS_GID_MAX_DESC: '卷的 GID 最大值。', - GLUSTERFS_VOLUME_TYPE_DESC: '卷的类型。该值可为 none,replicate:<副本数>,或 disperse:<数据>:<冗余数>。如果未设置该值,则默认卷类型为 replicate:3。', + GLUSTERFS_VOLUME_TYPE_DESC: + '卷的类型。该值可为 none,replicate:<副本数>,或 disperse:<数据>:<冗余数>。如果未设置该值,则默认卷类型为 replicate:3。', RESTURL: 'REST URL', CLUSTER_ID: '集群 ID', REST_AUTH_ENABLED: '启用 REST 认证', @@ -82,8 +86,10 @@ module.exports = { CEPHRBD_USER_SECRET_NAME_DESC: 'userid 的密钥名称。', CEPHRBD_USER_SECRET_NAMESPACE_DESC: 'userSecret 所在的项目。', CEPHRBD_FS_TYPE_DESC: '卷的文件系统类型。', - CEPHRBD_IMAGE_FORMAT_DESC: 'Ceph 卷的选项。该值可为 1 或 2 ,选择 2 后需要填写 imageFeatures。', - CEPHRBD_IMAGE_FEATURES_DESC: 'Ceph 集群的额外功能。仅当设置 imageFormat 为“2”时,才需要填写该值。', + CEPHRBD_IMAGE_FORMAT_DESC: + 'Ceph 卷的选项。该值可为 1 或 2 ,选择 2 后需要填写 imageFeatures。', + CEPHRBD_IMAGE_FEATURES_DESC: + 'Ceph 集群的额外功能。仅当设置 imageFormat 为“2”时,才需要填写该值。', CEPH_MONITOR_IP: 'IP 地址:端口号', // List > Create > > Custom > Storage Class Settings STORAGE_CLASS_SETTINGS: '存储类设置', @@ -93,5 +99,6 @@ module.exports = { STORAGE_CLASS: '存储类', STORAGE_CLASS_LOW: '存储类', STORAGE_CLASS_DELETE_DESC: '您确定删除存储类吗?', - STORAGE_CLASS_DELETE_DESC_PL: '请输入{type}名称 {resource} 以确认您了解此操作的风险。' -}; \ No newline at end of file + STORAGE_CLASS_DELETE_DESC_PL: + '请输入{type}名称 {resource} 以确认您了解此操作的风险。', +}