Skip to content

Commit

Permalink
Merge branch 'kubesphere:master' into imagebuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganbingkun authored Sep 30, 2023
2 parents 716c3bf + 6122855 commit 30cb2e4
Show file tree
Hide file tree
Showing 587 changed files with 21,304 additions and 4,430 deletions.
21 changes: 21 additions & 0 deletions locales/ar/l10n-clusterManagement-baseicInformation.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* This file is part of KubeSphere Console.
* Copyright (C) 2019 The KubeSphere Console Authors.
*
* KubeSphere Console is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* KubeSphere Console is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with KubeSphere Console. If not, see <https://www.gnu.org/licenses/>.
*/
module.exports = {
// base info modal
INVALID_ALIAS_NAME_DESC: 'Invalid alias name. The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.'
};
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,46 @@ module.exports = {
// Attributes
DURATION: 'Duration',
// Alert Rules
VIEW_METRIC_DATA: 'View metric data',
ALERTING_RULE: 'Alert Rules',
MONITORING_TARGETS_SCAP: 'Monitoring targets',
TRIGGER_CONDITION_SCAP: 'Trigger condition',
METRIC_MONITORING: 'Metric Monitoring',
ALERT_MONITORING: 'Alert Monitoring',
NOTIFICATION_SUMMARY_COLON: 'Summary: ',
DETAILS_COLON: 'Details: ',
NODES_VALUES: 'Nodes: {values}',
TRIGGER_CONDITION: 'Trigger Condition',
MESSAGE_SUMMARY: 'Summary',
MESSAGE_DETAILS: 'Details',
VIEW_METRIC_DATA_TCAP: 'View Metric Data',
ALERT_RULE_TEXT_PERCENT_SECOND: '{alterTypeText} {comparator} {thresholds}% for {durationValue, plural, =1 {1 second} other {# seconds}}',
ALERT_RULE_TEXT_PERCENT_MINUTE: '{alterTypeText} {comparator} {thresholds}% for {durationValue, plural, =1 {1 minute} other {# minutes}}',
ALERT_RULE_TEXT_PERCENT_HOUR: '{alterTypeText} {comparator} {thresholds}% for {durationValue, plural, =1 {1 hour} other {# hours}}',
ALERT_RULE_TEXT_SECOND: '{alterTypeText} {comparator} {thresholds} {unit} for {durationValue, plural, =1 {1 second} other {# seconds}}',
ALERT_RULE_TEXT_MINUTE: '{alterTypeText} {comparator} {thresholds} {unit} for {durationValue, plural, =1 {1 minute} other {# minutes}}',
ALERT_RULE_TEXT_HOUR: '{alterTypeText} {comparator} {thresholds} {unit} for {durationValue, plural, =1 {1 hour} other {# hours}}',
// Alert Rules > View Metric Data
CPU_UTILIZATION_NO_PERCENT_TCAP: 'CPU Usage',
CPU_LOAD_1_TCAP: '1-Minute CPU Load Average',
CPU_LOAD_5_TCAP: '5-Minute CPU Load Average',
CPU_LOAD_15_TCAP: '15-Minute CPU Load Average',
MEMORY_UTILIZATION_NO_PERCENT_TCAP: 'Memory Usage',
MEMORY_AVAILABLE_TCAP: 'Available Memory',
DATA_SEND_RATE_TCAP: 'Network Data Sending Rate',
DATA_RECEIVE_RATE_TCAP: 'Network Data Receiving Rate',
DISK_SPACE_UTILIZATION_NO_PERCENT_TCAP: 'Local Disk Usage',
DISK_SPACE_AVAILABLE_TCAP: 'Available Local Disk Space',
INODE_UTILIZATION_NO_PERCENT_TCAP: 'Inode Usage',
DISK_READ_IOPS_TCAP: 'Local Disk Read IOPS',
DISK_WRITE_IOPS_TCAP: 'Local Disk Write IOPS',
DISK_READ_THROUGHPUT_TCAP: 'Local Disk Read Throughput',
DISK_WRITE_THROUGHPUT_TCAP: 'Local Disk Write Throughput',
UNAVAILABLE_POD_RATIO_NO_PERCENT_TCAP: 'Unavailable Pod Ratio',
POD_QUOTA_UTILIZATION_NO_PERCENT_TCAP: 'Pod Quota Usage',
MEMORY_USAGE_WO_CACHE_TCAP: 'Memory Usage Without Cache',
UNAVAILABLE_WORKLOAD_REPLICA_RATIO_NO_PERCENT_TCAP: 'Unavailable Replica Ratio',
THRESHOLD_VALUE: 'Threshold: {value}',
// Alerting History
NO_DATA_DESC: 'No Data Found'
};
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ module.exports = {
ALERT_RULE_PENDING: 'قيد الانتظار',
ALERT_RULE_FIRING: 'Firing',
ALERT_RULE_DISABLED: 'معطَّل',
ALERT_RULE_HEALTH_OK: 'Healthy',
ALERT_RULE_HEALTH_ERR: 'Error',
ALERT_RULE_HEALTH_UNKNOWN: 'UnKnown',
POLICY_STATUS: 'Rule Group Status',
RULE_STATUS: 'Rule Status',
TIME_SPENT: 'Time Spent',
RECENT_DETECT_TIME: 'Last Check',
EDIT_ALERT_RULES: 'Edit Alert Rules',
RESET: 'Reset',
// List > Create > Basic Information
SEVERITY: 'Severity',
CREATE_ALERTING_POLICY: 'Create Rule Group',
Expand All @@ -44,7 +47,21 @@ module.exports = {
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.',
CHECK_INTERVAL: 'Check Interval',
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.',
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.',
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.',
RULE_TEMPLATE: 'Rule Template',
RULE_SETTINGS: 'Rule Settings',
MONITORING_TARGETS: 'Monitoring Targets',
Expand Down Expand Up @@ -88,7 +105,12 @@ module.exports = {
NOTIFICATION_DETAILS: 'Details',
// List > Edit
EDIT_ALERTING_POLICY: 'Edit Rule Group',
// List > Disable
DISABLE_ALERTING_POLICY: 'Disable Rule Group',
// List > Delete
ALERTING_POLICY: 'Rule Group',
ALERTING_POLICY_LOW: '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?'
};
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
// List > Create
NEED_TO_SYNC_REPO: 'Need to sync repo',
CREATE_CONTINUOUS_DEPLOYMENT: 'Create Continuous Deployment',
CD_SELECT_CODE_REPO_DESC: 'Select a code repository to be used by the continuous deployment.',
CD_SELECT_CODE_REPO_DESC: 'Select a code repository.',
DEPLOYMENT_SETTINGS: 'Deployment Settings',
CODE_REPOSITORY_SETTINGS: 'Code Repository Settings',
SYNC_STRATEGY_TCAP: 'Sync Strategy',
Expand Down
17 changes: 15 additions & 2 deletions locales/ar/l10n-devopsProjects-pipeline-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ module.exports = {
PASSED: 'Passed',
// Pull Requests
PULL_REQUEST_PL: 'Pull Requests',
FAILED_CHECK_SCRIPT_COMPILE: 'The check of script compile failed, if you want to bypass the step, please click the continue button',
FAILED_CHECK_SCRIPT_COMPILE: 'Failed to check script compiling. If you want to skip the step, click Continue.',
// detail page // Create Pipeline modal // add step modal
IMPORT_FROM_CODE_REPO: 'Import From Code Repository',
//Create pipeline modal -> Custom Pipeline
General: 'General',
Container: 'Container',
Expand Down Expand Up @@ -215,5 +217,16 @@ module.exports = {
'Original Image Address': 'Original Image Address',
'New Image Address': 'New Image Address',
'New Image Tag': 'New Image Tag',
Credential: 'Credential'
Credential: 'Credential',
// detail page -> pipeline configuration tab
PIPELINE_CONFIGURATION: 'Pipeline Configurations',
Replay: 'Replay',
BRANCH_DISABLED_NOT_REPLAY: 'The branch has been disabled and cannot be replayed.',
// detail page // run log // task status
RUN_LOGS: 'Run Logs',
VIEW_FULL_LOG: 'View Full Logs',
// detail page // run log // task status // pipeline log modal
PIPELINE_LOG: 'Pipeline Logs',
// detail page // Create Pipeline modal // add step modal
IMPORT_FROM_CODE_REPO: 'Import From Code Repository'
};
1 change: 1 addition & 0 deletions locales/ar/l10n-devopsProjects-pipeline-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
// List > Create
CREATE_PIPELINE: 'Create Pipeline',
// List > Create > Basic Information
GO_CREATE_REPO_ACTION: 'No code repository is available. Please <span class="text-action">create a code repository.</span>',
PIPELINE_TYPE: 'Pipeline Type',
SELECT_CODE_REPOSITORY: 'Select Code Repository',
BRANCH_PIPELINE_DESC: 'Describe the software build process with visual orchestration or Jenkinsfile.',
Expand Down
2 changes: 1 addition & 1 deletion locales/ar/l10n-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
module.exports = {
USER_GUIDE: 'User Guide',
API_DOCUMENT: 'API Docuement'
API_DOCUMENT: 'API Documentation'
};
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = {
CONTAINER_NAME: 'Container Name',
CONTAINER_TYPE: 'Container Type',
USE_DEFAULT_PORTS: 'Use Default Ports',
USE_IMAGE_DEFAULT_PORTS: 'Use Default Port of Images',
NO_DEFAULT_PORT: 'No default ports config',
REGISTRY: 'Registry',
SET_IMAGE_DESC: 'Set an image for the container.',
Expand Down Expand Up @@ -106,6 +107,11 @@ module.exports = {
CREATE_CONFIG: 'create a configmap',
OR: 'or',
CREATE_SECRET: 'create a secret.',
DEFAULT_REPOSITORY: 'Default Registry',
SET_DEFAULT_REPOSITORY: 'Set Default Registry',
SET_AS_DEFAULT_REPOSITORY_DESC: 'Set the image registry as the default image registry. Unless otherwise specified, the system uses images from the default image registry to create application workloads. Only one default image registry is allowed in each project.',
SET_AS_DEFAULT_REPOSITORY: 'Set as Default',
SET_DEFAULT_REPO_SUCCESSFUL: 'Default repository set successfully',
// List > Create > Pod Settings > Add Container > Container Security Context
CONTAINER_SECURITY_CONTEXT: 'Container Security Context',
CONTAINER_SECURITY_CONTEXT_DESC: 'Customize the privilege settings of the container.',
Expand Down Expand Up @@ -158,6 +164,10 @@ module.exports = {
MUST_MATCH: 'Must match',
TARGET: 'Target',
STRATEGY: 'Strategy',
// List > Create > Pod Settings > Pod Grace Period
POD_GRACE_PERIOD: 'Pod Grace Period',
POD_GRACE_PERIOD_DESC: 'Set the waiting time before Pod terminates, after which Pod will be forcibly terminated.',
TERMINATION_GRACEPERIOD_SECONDS: 'Termination GracePeriod Seconds (s)',
// List > Create > Pod Settings > Add Metadata
ADD_METADATA: 'Add Metadata',
POD_ADD_METADATA_DESC: 'Add metadata to the pod replicas.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ module.exports = {
// More > Edit YAML
// More > Delete
// Resource Status
VOLUME_MONITORING_TIP: 'Currently, only usage data of mounted volumes can be collected. Usage data of path-based volumes such as OpenEBS, Local PV, and NFS volumes may be inaccurate. <a href="https://github.com/kubesphere/kubesphere/issues/2921" target="_blank">Learn More</a>',
VOLUME_MONITORING_TIP:
'The storage system needs to have real volume quota control capabilities to output real and accurate data. Storage systems built based on host path, local pv, and open source nfs server usually do not have this capability. <a href="https://github.com/kubesphere/kubesphere/issues/2921" target="_blank">Daha Fazla Bilgi Edinin</a>',
// Mount Information
MOUNT_INFORMATION: 'Mount Information'
};
MOUNT_INFORMATION: 'Mount Information',
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
*/
module.exports = {
// Banner
REQUESTS_FOR_PUSH_AN_ALARM_Q: 'How do I receive alerts when alerts are generated?',
REQUESTS_FOR_PUSH_AN_ALARM_A: 'A platform administrator needs to configure notification channels. When resource metrics meet conditions and durations configured in rule groups, the system sends alerts to users through the notification channels.',
REQUESTS_FOR_PUSH_AN_ALARM_Q: 'How do I receive alerts if an alerting policy is triggered?',
REQUESTS_FOR_PUSH_AN_ALARM_A: 'The platform administrator needs to select a notification method and configure the server corresponding to the method.',
HOW_TO_SUPRESS_AN_ALARM_Q: 'How do I suppress alerts?',
HOW_TO_SUPRESS_AN_ALARM_A: 'You can set alerting policies at different levels. Each level corresponds to an alerting interval.',
// List
// List > Create > Basic Information
// List > Create > Rule Settings > Rule Template
Expand Down
1 change: 0 additions & 1 deletion locales/ar/l10n-technicalSupport.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ module.exports = {
KSE_PLATFORM_VERSION: 'Platform Version: <strong>{version}</strong>',
// KubeSphere Cloud
KUBESPHERE_CLOUD_CAPTION: 'KubeSphere Cloud',
KUBESPHERE_CLOUD_DESC: 'KubeSphere Cloud builds a digital ecosystem focusing on Kubernetes and provides cloud-native products and services of high standard, such as KubeSphere Backup, KubeSphere Inspector, and KubeSphere Lite, helping enterprises manage, protect, and deliver production-ready applications more efficiently.',
KSC_FEATURE_BACKUP: 'KubeSphere Backup',
KSC_FEATURE_BACKUP_APP_DESC: 'Application-level data protection',
KSC_FEATURE_BACKUP_DATA_DESC: 'Assured data consistency',
Expand Down
21 changes: 21 additions & 0 deletions locales/de/l10n-clusterManagement-baseicInformation.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* This file is part of KubeSphere Console.
* Copyright (C) 2019 The KubeSphere Console Authors.
*
* KubeSphere Console is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* KubeSphere Console is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with KubeSphere Console. If not, see <https://www.gnu.org/licenses/>.
*/
module.exports = {
// base info modal
INVALID_ALIAS_NAME_DESC: 'Invalid alias name. The alias name can contain only letters, numbers, and hyphens (-), and cannot start or end with a hyphen. The maximum length is 63 characters.'
};
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,46 @@ module.exports = {
// Attributes
DURATION: 'Dauer',
// Alert Rules
VIEW_METRIC_DATA: 'View metric data',
ALERTING_RULE: 'Alarmregeln',
MONITORING_TARGETS_SCAP: 'Überwachungsziele',
TRIGGER_CONDITION_SCAP: 'Auslösebedingung',
METRIC_MONITORING: 'Metriküberwachung',
ALERT_MONITORING: 'Alarmüberwachung',
NOTIFICATION_SUMMARY_COLON: 'Zusammenfassung: ',
DETAILS_COLON: 'Details: ',
NODES_VALUES: 'Nodes: {values}',
TRIGGER_CONDITION: 'Trigger Condition',
MESSAGE_SUMMARY: 'Zusammenfassung',
MESSAGE_DETAILS: 'Details',
VIEW_METRIC_DATA_TCAP: 'View Metric Data',
ALERT_RULE_TEXT_PERCENT_SECOND: '{alterTypeText} {comparator} {thresholds}% for {durationValue, plural, =1 {1 second} other {# seconds}}',
ALERT_RULE_TEXT_PERCENT_MINUTE: '{alterTypeText} {comparator} {thresholds}% for {durationValue, plural, =1 {1 minute} other {# minutes}}',
ALERT_RULE_TEXT_PERCENT_HOUR: '{alterTypeText} {comparator} {thresholds}% for {durationValue, plural, =1 {1 hour} other {# hours}}',
ALERT_RULE_TEXT_SECOND: '{alterTypeText} {comparator} {thresholds} {unit} for {durationValue, plural, =1 {1 second} other {# seconds}}',
ALERT_RULE_TEXT_MINUTE: '{alterTypeText} {comparator} {thresholds} {unit} for {durationValue, plural, =1 {1 minute} other {# minutes}}',
ALERT_RULE_TEXT_HOUR: '{alterTypeText} {comparator} {thresholds} {unit} for {durationValue, plural, =1 {1 hour} other {# hours}}',
// Alert Rules > View Metric Data
CPU_UTILIZATION_NO_PERCENT_TCAP: 'CPU Usage',
CPU_LOAD_1_TCAP: '1-Minute CPU Load Average',
CPU_LOAD_5_TCAP: '5-Minute CPU Load Average',
CPU_LOAD_15_TCAP: '15-Minute CPU Load Average',
MEMORY_UTILIZATION_NO_PERCENT_TCAP: 'Memory Usage',
MEMORY_AVAILABLE_TCAP: 'Available Memory',
DATA_SEND_RATE_TCAP: 'Network Data Sending Rate',
DATA_RECEIVE_RATE_TCAP: 'Network Data Receiving Rate',
DISK_SPACE_UTILIZATION_NO_PERCENT_TCAP: 'Local Disk Usage',
DISK_SPACE_AVAILABLE_TCAP: 'Available Local Disk Space',
INODE_UTILIZATION_NO_PERCENT_TCAP: 'Inode Usage',
DISK_READ_IOPS_TCAP: 'Local Disk Read IOPS',
DISK_WRITE_IOPS_TCAP: 'Local Disk Write IOPS',
DISK_READ_THROUGHPUT_TCAP: 'Local Disk Read Throughput',
DISK_WRITE_THROUGHPUT_TCAP: 'Local Disk Write Throughput',
UNAVAILABLE_POD_RATIO_NO_PERCENT_TCAP: 'Unavailable Pod Ratio',
POD_QUOTA_UTILIZATION_NO_PERCENT_TCAP: 'Pod Quota Usage',
MEMORY_USAGE_WO_CACHE_TCAP: 'Memory Usage Without Cache',
UNAVAILABLE_WORKLOAD_REPLICA_RATIO_NO_PERCENT_TCAP: 'Unavailable Replica Ratio',
THRESHOLD_VALUE: 'Threshold: {value}',
// Alerting History
NO_DATA_DESC: 'Keine Daten gefunden'
};
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ module.exports = {
ALERT_RULE_PENDING: 'Ausstehend',
ALERT_RULE_FIRING: 'Ausgelöst',
ALERT_RULE_DISABLED: 'Deaktiviert',
ALERT_RULE_HEALTH_OK: 'Gesund',
ALERT_RULE_HEALTH_ERR: 'Fehler',
ALERT_RULE_HEALTH_UNKNOWN: 'Unbekannt',
POLICY_STATUS: 'Rule Group Status',
RULE_STATUS: 'Rule Status',
TIME_SPENT: 'Time Spent',
RECENT_DETECT_TIME: 'Last Check',
EDIT_ALERT_RULES: 'Edit Alert Rules',
RESET: 'Reset',
// List > Create > Basic Information
SEVERITY: 'Schweregrad',
CREATE_ALERTING_POLICY: 'Regelgruppe erstellen',
Expand All @@ -44,7 +47,21 @@ module.exports = {
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.',
// List > Create > Rule Settings > Rule List
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.',
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.',
RULE_TEMPLATE: 'Regelvorlage',
RULE_SETTINGS: 'Regeleinstellungen',
MONITORING_TARGETS: 'Überwachungsziele',
Expand Down Expand Up @@ -88,7 +105,12 @@ module.exports = {
NOTIFICATION_DETAILS: 'Details',
// List > Edit
EDIT_ALERTING_POLICY: 'Regelgruppe bearbeiten',
// List > Disable
DISABLE_ALERTING_POLICY: 'Disable Rule Group',
// List > Delete
ALERTING_POLICY: 'Regelgruppe',
ALERTING_POLICY_LOW: '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?'
};
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
// List > Create
NEED_TO_SYNC_REPO: 'Need to sync repo',
CREATE_CONTINUOUS_DEPLOYMENT: 'Create Continuous Deployment',
CD_SELECT_CODE_REPO_DESC: 'Select a code repository to be used by the continuous deployment.',
CD_SELECT_CODE_REPO_DESC: 'Select a code repository.',
DEPLOYMENT_SETTINGS: 'Deployment Settings',
CODE_REPOSITORY_SETTINGS: 'Code Repository Settings',
SYNC_STRATEGY_TCAP: 'Sync Strategy',
Expand Down
Loading

0 comments on commit 30cb2e4

Please sign in to comment.