Skip to content

Commit

Permalink
New Crowdin updates (#3402)
Browse files Browse the repository at this point in the history
* New translations l10n-clusterManagement-applicationWorkloads-services-list.js (French)

* New translations l10n-projects-applicationWorkloads-apps-composedApps-details.js (Turkish)

* New translations l10n-projects-applicationWorkloads-apps-composedApps-details.js (Hindi)

* New translations l10n-projects-applicationWorkloads-apps-composedApps-details.js (Chinese Traditional)

* New translations l10n-projects-applicationWorkloads-apps-composedApps-details.js (Chinese Simplified)

* New translations l10n-projects-applicationWorkloads-apps-composedApps-details.js (Polish)

* New translations l10n-clusterManagement-applicationWorkloads-services-list.js (Spanish)

* New translations l10n-projects-applicationWorkloads-apps-composedApps-details.js (Lithuanian)

* New translations l10n-projects-applicationWorkloads-apps-composedApps-details.js (Korean)

* New translations l10n-projects-applicationWorkloads-apps-composedApps-details.js (Arabic)

* New translations l10n-projects-applicationWorkloads-apps-composedApps-details.js (Spanish)

* New translations l10n-projects-applicationWorkloads-apps-composedApps-details.js (French)

* New translations l10n-clusterManagement-applicationWorkloads-services-list.js (Hindi)

* New translations l10n-clusterManagement-applicationWorkloads-services-list.js (Chinese Traditional)

* New translations l10n-clusterManagement-applicationWorkloads-services-list.js (Chinese Simplified)

* New translations l10n-clusterManagement-applicationWorkloads-services-list.js (Turkish)

* New translations l10n-clusterManagement-applicationWorkloads-services-list.js (Polish)

* New translations l10n-clusterManagement-applicationWorkloads-services-list.js (Lithuanian)

* New translations l10n-clusterManagement-applicationWorkloads-services-list.js (Korean)

* New translations l10n-clusterManagement-applicationWorkloads-services-list.js (Arabic)

* New translations l10n-clusterManagement-applicationWorkloads-services-list.js (Chinese Simplified)

* New translations l10n-projects-applicationWorkloads-apps-composedApps-details.js (Chinese Simplified)

* New translations l10n-clusterManagement-storage-storageClasses-details.js (Chinese Traditional)

* New translations l10n-clusterManagement-storage-storageClasses-details.js (Hindi)

* New translations l10n-clusterManagement-storage-storageClasses-details.js (Turkish)

* New translations l10n-clusterManagement-storage-storageClasses-details.js (Chinese Simplified)

* New translations l10n-clusterManagement-storage-storageClasses-details.js (Polish)

* New translations l10n-clusterManagement-storage-storageClasses-details.js (Lithuanian)

* New translations l10n-clusterManagement-storage-storageClasses-details.js (French)

* New translations l10n-clusterManagement-storage-storageClasses-details.js (Spanish)

* New translations l10n-clusterManagement-storage-storageClasses-details.js (Arabic)

* New translations l10n-clusterManagement-storage-storageClasses-details.js (Korean)

* New translations l10n-projects-applicationWorkloads-apps-composedApps-details.js (Chinese Simplified)

* New translations l10n-projects-applicationWorkloads-apps-composedApps-details.js (Chinese Simplified)
  • Loading branch information
ks-crowdin-bot authored Jun 21, 2022
1 parent dc3d305 commit 8107a72
Show file tree
Hide file tree
Showing 30 changed files with 460 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ module.exports = {
// List > Create > Service Settings > Workload Selector > View Details
TOTAL_WORKLOADS_VALUE: 'Total Workloads: {count}',
// List > Create > Advanced Settings
STICKY_SESSION: 'Sticky Session',
SESSION_PERSISTENCE: 'Session Persistence',
MAXIMUM_STICKINESS_DURATION: 'Maximum Stickiness Duration (s)',
STICKY_SESSION_DESC: 'Set the system to forward all requests from the same client to the same pod within a specified duration.',
SESSION_PERSISTENCE_DESC: 'Set the system to forward all requests from the same client to the same pod within a specified duration.',
SERVICE_EXTERNAL_ACCESS_DESC: 'Set the method for accessing the service from outside the cluster.',
ACCESS_NODEPORT_TIP: 'Use a port of the cluster nodes to access the service.',
ACCESS_LOADBALANCER_TIP: 'Use a load balancer to access the service.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ module.exports = {
RESTART_WORKLOAD_AUTOMATICALLY_DESC: 'The system automatically checks volume status to determine whether the workload needs to be restarted.',
RESTART_WORKLOAD_AUTOMATICALLY_TIP: 'If the volume is not expanded successfully when the timeout period expires, the system will add the "restart.kubesphere.io/skip" annotation to the workload so that the workload is not restarted any more. To enable the automatic restart function for the workload again, you need to manually delete the annotation on the workload.',
// More > Delete
// Volumes
// Persistent Volume Claims > Persistent Volume Claims
MAXIMUM_SIZE_SCAP: 'Maximum size',
VALUE_TIMEOUT: '{value}s (timeout)',
// Persistent Volume Claims > Persistent Volume Claims
PVC_COUNT: 'PVCs'
};
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,46 @@ module.exports = {
TRAFFIC_ENTRY: 'Traffic Entry',
NO_DATA: 'No Data',
REFRESH: 'Refresh',
SUCCESS_RATE: 'Success rate',
TRAFFIC_RPS: 'Traffic (RPS)',
BANDWIDTH: 'Bandwidth',
HTTP_INBOUND_TRAFFIC: 'HTTP Inbound Traffic',
HTTP_OUTBOUND_TRAFFIC: 'HTTP Outbound Traffic',
TRAFFIC_POLICIES: 'Traffic Policies',
LOAD_BALANCING: 'Load Balancing',
LOAD_BALANCING_ALGORITHM: 'Load Balancing Algorithm',
LB_ROUND_ROBIN: 'Round robin',
LB_LEAST_CONN: 'Least connection',
LB_RANDOM: 'Random',
LB_ALG_DESC: '<strong>Round robin</strong>: Distributes client requests to backends in rotation.<br/><strong>Least connection</strong>: Randomly selects two healthy backends and sends client requests to the one with fewer connections.<br/><strong>Random</strong>: Sends client requests to a backend randomly selected from all healthy backends.',
HASH_BASED_ON_HTTP_HEADER: 'Hash based on HTTP header',
HASH_BASED_ON_HTTP_COOKIE: 'Hash based on HTTP cookie',
HASH_BASED_ON_SOURCE_IP_ADDRESS: 'Hash based on source IP address',
HTTP_HEADER: 'HTTP Header',
HTTP_COOKIE: 'HTTP Cookie',
CONNECTION_POOL: 'Connection Pool',
CONNECTION_POOL_TIP: 'Creates a fixed number of connection objects for the application and stores them in a connection pool for reuse. A connection object is retrieved from the connection pool for each request and returned to the pool after use.',
MAXIMUM_CONNECTIONS: 'Maximum Connections',
MAXIMUM_CONNECTIONS_DESC: 'Maximum of number of HTTP1 or TCP connections to a destination backend.',
MAXIMUM_REQUESTS_PER_CONNECTION: 'Maximum Requests per Connection',
MAXIMUM_REQUESTS_PER_CONNECTION_DESC: 'Maximum number of requests per connection to a backend.',
TRAFFIC_MONITORING_MAXIMUM_RETRIES: 'Maximum Retries',
TRAFFIC_MONITORING_MAXIMUM_RETRIES_DESC: 'Maximum number of retries for requests.',
CONNECTION_TIMEOUT: 'Connection Timeout',
CONNECTION_TIMEOUT_DESC: 'TCP connection timeout period.',
MAXIMUM_REQUESTS: 'Maximum Requests',
MAXIMUM_PENDING_REQUESTS: 'Maximum Pending Requests',
CIRCUIT_BREAKER: 'Circuit Breaker',
CIRCUIT_BREAKER_DESC: 'If a service cannot be accessed and the specified criteria are met, the ciruit breaker marks the service as unavailable and returns error response to clients directly for a specified period of time.',
CONSECUTIVE_FIVEXX_ERRORS: 'Consecutive 5XX Errors',
CONSECUTIVE_FIVEXX_ERRORS_DESC: 'Number of 5XX errors before a backend is ejected from the connection pool.',
INSPECTION_INTERVAL_S: 'Inspection Interval (s)',
INSPECTION_INTERVAL_S_DESC: 'Interval between two backend inspections.',
MAXIUM_EJECTION_RATIO: 'Maximum Ejection Ratio (%)',
MAXIUM_EJECTION_RATIO_DESC: 'Maximum percentage of backends that can be ejected.',
BASE_EJECTION_TIME_S: 'Base Ejection Time (s)',
BASE_EJECTION_TIME_S_DESC: 'Maximum ejection duration.',
UPDATED_AT_VALUE_SCAP: 'Updated at {value}',
// Grayscale Release
CREATE_GRAYSCALE_RELEASE_JOB: 'Create Grayscale Release Job',
GRAYSCALE_RELEASE_DESC: 'Grayscale release represents an important method of application iteration in the production environment. You can choose different release methods for the smooth transition as you upgrade your applications to a new version.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ module.exports = {
// List > Create > Service Settings > Workload Selector > View Details
TOTAL_WORKLOADS_VALUE: 'Total Workloads: { count }',
// List > Create > Advanced Settings
STICKY_SESSION: 'Sticky Session',
SESSION_PERSISTENCE: 'Session Persistence',
MAXIMUM_STICKINESS_DURATION: 'Tiempo máximo de sesión (s)',
STICKY_SESSION_DESC: 'Set the system to forward all requests from the same client to the same backend within a specified duration.',
SESSION_PERSISTENCE_DESC: 'Set the system to forward all requests from the same client to the same pod within a specified duration.',
SERVICE_EXTERNAL_ACCESS_DESC: 'Exponga el servicio fuera del clúster.',
ACCESS_NODEPORT_TIP: 'Use a port of the cluster nodes to access the Service.',
ACCESS_LOADBALANCER_TIP: 'Use a load balancer to access the Service.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ module.exports = {
RESTART_WORKLOAD_AUTOMATICALLY_DESC: 'The system automatically checks volume status to determine whether the workload needs to be restarted.',
RESTART_WORKLOAD_AUTOMATICALLY_TIP: 'If the volume is not expanded successfully when the timeout period expires, the system will add the "restart.kubesphere.io/skip" annotation to the workload so that the workload is not restarted any more. To enable the automatic restart function for the workload again, you need to manually delete the annotation on the workload.',
// More > Delete
// Volumes
// Persistent Volume Claims > Persistent Volume Claims
MAXIMUM_SIZE_SCAP: 'Maximum size',
VALUE_TIMEOUT: '{value}s (timeout)',
// Persistent Volume Claims > Persistent Volume Claims
PVC_COUNT: 'PVCs'
};
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,46 @@ module.exports = {
TRAFFIC_ENTRY: 'Entrada de tráfico',
NO_DATA: 'Sin datos',
REFRESH: 'Refrescar',
SUCCESS_RATE: 'Success rate',
TRAFFIC_RPS: 'Traffic (RPS)',
BANDWIDTH: 'Bandwidth',
HTTP_INBOUND_TRAFFIC: 'HTTP Inbound Traffic',
HTTP_OUTBOUND_TRAFFIC: 'HTTP Outbound Traffic',
TRAFFIC_POLICIES: 'Traffic Policies',
LOAD_BALANCING: 'Load Balancing',
LOAD_BALANCING_ALGORITHM: 'Load Balancing Algorithm',
LB_ROUND_ROBIN: 'Round robin',
LB_LEAST_CONN: 'Least connection',
LB_RANDOM: 'Random',
LB_ALG_DESC: '<strong>Round robin</strong>: Distributes client requests to backends in rotation.<br/><strong>Least connection</strong>: Randomly selects two healthy backends and sends client requests to the one with fewer connections.<br/><strong>Random</strong>: Sends client requests to a backend randomly selected from all healthy backends.',
HASH_BASED_ON_HTTP_HEADER: 'Hash based on HTTP header',
HASH_BASED_ON_HTTP_COOKIE: 'Hash based on HTTP cookie',
HASH_BASED_ON_SOURCE_IP_ADDRESS: 'Hash based on source IP address',
HTTP_HEADER: 'HTTP Header',
HTTP_COOKIE: 'HTTP Cookie',
CONNECTION_POOL: 'Connection Pool',
CONNECTION_POOL_TIP: 'Creates a fixed number of connection objects for the application and stores them in a connection pool for reuse. A connection object is retrieved from the connection pool for each request and returned to the pool after use.',
MAXIMUM_CONNECTIONS: 'Maximum Connections',
MAXIMUM_CONNECTIONS_DESC: 'Maximum of number of HTTP1 or TCP connections to a destination backend.',
MAXIMUM_REQUESTS_PER_CONNECTION: 'Maximum Requests per Connection',
MAXIMUM_REQUESTS_PER_CONNECTION_DESC: 'Maximum number of requests per connection to a backend.',
TRAFFIC_MONITORING_MAXIMUM_RETRIES: 'Límite de retroceso',
TRAFFIC_MONITORING_MAXIMUM_RETRIES_DESC: 'Maximum number of retries for requests.',
CONNECTION_TIMEOUT: 'Connection Timeout',
CONNECTION_TIMEOUT_DESC: 'TCP connection timeout period.',
MAXIMUM_REQUESTS: 'Maximum Requests',
MAXIMUM_PENDING_REQUESTS: 'Maximum Pending Requests',
CIRCUIT_BREAKER: 'Circuit Breaker',
CIRCUIT_BREAKER_DESC: 'If a service cannot be accessed and the specified criteria are met, the ciruit breaker marks the service as unavailable and returns error response to clients directly for a specified period of time.',
CONSECUTIVE_FIVEXX_ERRORS: 'Consecutive 5XX Errors',
CONSECUTIVE_FIVEXX_ERRORS_DESC: 'Number of 5XX errors before a backend is ejected from the connection pool.',
INSPECTION_INTERVAL_S: 'Inspection Interval (s)',
INSPECTION_INTERVAL_S_DESC: 'Interval between two backend inspections.',
MAXIUM_EJECTION_RATIO: 'Maximum Ejection Ratio (%)',
MAXIUM_EJECTION_RATIO_DESC: 'Maximum percentage of backends that can be ejected.',
BASE_EJECTION_TIME_S: 'Base Ejection Time (s)',
BASE_EJECTION_TIME_S_DESC: 'Maximum ejection duration.',
UPDATED_AT_VALUE_SCAP: 'Updated at {value}',
// Grayscale Release
CREATE_GRAYSCALE_RELEASE_JOB: 'Crear un job de Grayscale Release',
GRAYSCALE_RELEASE_DESC: 'Grayscale release represents an important method of application iteration in the production environment. You can choose different release methods for the smooth transition as you upgrade your applications to a new version.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ module.exports = {
// List > Create > Service Settings > Workload Selector > View Details
TOTAL_WORKLOADS_VALUE: 'Total Workloads: {count}',
// List > Create > Advanced Settings
STICKY_SESSION: 'Sticky Session',
SESSION_PERSISTENCE: 'Session Persistence',
MAXIMUM_STICKINESS_DURATION: 'Maximum Stickiness Duration (s)',
STICKY_SESSION_DESC: 'Set the system to forward all requests from the same client to the same pod within a specified duration.',
SESSION_PERSISTENCE_DESC: 'Set the system to forward all requests from the same client to the same pod within a specified duration.',
SERVICE_EXTERNAL_ACCESS_DESC: 'Set the method for accessing the service from outside the cluster.',
ACCESS_NODEPORT_TIP: 'Use a port of the cluster nodes to access the service.',
ACCESS_LOADBALANCER_TIP: 'Use a load balancer to access the service.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ module.exports = {
RESTART_WORKLOAD_AUTOMATICALLY_DESC: 'The system automatically checks volume status to determine whether the workload needs to be restarted.',
RESTART_WORKLOAD_AUTOMATICALLY_TIP: 'If the volume is not expanded successfully when the timeout period expires, the system will add the "restart.kubesphere.io/skip" annotation to the workload so that the workload is not restarted any more. To enable the automatic restart function for the workload again, you need to manually delete the annotation on the workload.',
// More > Delete
// Volumes
// Persistent Volume Claims > Persistent Volume Claims
MAXIMUM_SIZE_SCAP: 'Maximum size',
VALUE_TIMEOUT: '{value}s (timeout)',
// Persistent Volume Claims > Persistent Volume Claims
PVC_COUNT: 'PVCs'
};
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,46 @@ module.exports = {
TRAFFIC_ENTRY: 'Traffic Entry',
NO_DATA: 'No Data',
REFRESH: 'Refresh',
SUCCESS_RATE: 'Success rate',
TRAFFIC_RPS: 'Traffic (RPS)',
BANDWIDTH: 'Bandwidth',
HTTP_INBOUND_TRAFFIC: 'HTTP Inbound Traffic',
HTTP_OUTBOUND_TRAFFIC: 'HTTP Outbound Traffic',
TRAFFIC_POLICIES: 'Traffic Policies',
LOAD_BALANCING: 'Load Balancing',
LOAD_BALANCING_ALGORITHM: 'Load Balancing Algorithm',
LB_ROUND_ROBIN: 'Round robin',
LB_LEAST_CONN: 'Least connection',
LB_RANDOM: 'Random',
LB_ALG_DESC: '<strong>Round robin</strong>: Distributes client requests to backends in rotation.<br/><strong>Least connection</strong>: Randomly selects two healthy backends and sends client requests to the one with fewer connections.<br/><strong>Random</strong>: Sends client requests to a backend randomly selected from all healthy backends.',
HASH_BASED_ON_HTTP_HEADER: 'Hash based on HTTP header',
HASH_BASED_ON_HTTP_COOKIE: 'Hash based on HTTP cookie',
HASH_BASED_ON_SOURCE_IP_ADDRESS: 'Hash based on source IP address',
HTTP_HEADER: 'HTTP Header',
HTTP_COOKIE: 'HTTP Cookie',
CONNECTION_POOL: 'Connection Pool',
CONNECTION_POOL_TIP: 'Creates a fixed number of connection objects for the application and stores them in a connection pool for reuse. A connection object is retrieved from the connection pool for each request and returned to the pool after use.',
MAXIMUM_CONNECTIONS: 'Maximum Connections',
MAXIMUM_CONNECTIONS_DESC: 'Maximum of number of HTTP1 or TCP connections to a destination backend.',
MAXIMUM_REQUESTS_PER_CONNECTION: 'Maximum Requests per Connection',
MAXIMUM_REQUESTS_PER_CONNECTION_DESC: 'Maximum number of requests per connection to a backend.',
TRAFFIC_MONITORING_MAXIMUM_RETRIES: 'Maximum Retries',
TRAFFIC_MONITORING_MAXIMUM_RETRIES_DESC: 'Maximum number of retries for requests.',
CONNECTION_TIMEOUT: 'Connection Timeout',
CONNECTION_TIMEOUT_DESC: 'TCP connection timeout period.',
MAXIMUM_REQUESTS: 'Maximum Requests',
MAXIMUM_PENDING_REQUESTS: 'Maximum Pending Requests',
CIRCUIT_BREAKER: 'Circuit Breaker',
CIRCUIT_BREAKER_DESC: 'If a service cannot be accessed and the specified criteria are met, the ciruit breaker marks the service as unavailable and returns error response to clients directly for a specified period of time.',
CONSECUTIVE_FIVEXX_ERRORS: 'Consecutive 5XX Errors',
CONSECUTIVE_FIVEXX_ERRORS_DESC: 'Number of 5XX errors before a backend is ejected from the connection pool.',
INSPECTION_INTERVAL_S: 'Inspection Interval (s)',
INSPECTION_INTERVAL_S_DESC: 'Interval between two backend inspections.',
MAXIUM_EJECTION_RATIO: 'Maximum Ejection Ratio (%)',
MAXIUM_EJECTION_RATIO_DESC: 'Maximum percentage of backends that can be ejected.',
BASE_EJECTION_TIME_S: 'Base Ejection Time (s)',
BASE_EJECTION_TIME_S_DESC: 'Maximum ejection duration.',
UPDATED_AT_VALUE_SCAP: 'Updated at {value}',
// Grayscale Release
CREATE_GRAYSCALE_RELEASE_JOB: 'Create Grayscale Release Job',
GRAYSCALE_RELEASE_DESC: 'Grayscale release represents an important method of application iteration in the production environment. You can choose different release methods for the smooth transition as you upgrade your applications to a new version.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ module.exports = {
// List > Create > Service Settings > Workload Selector > View Details
TOTAL_WORKLOADS_VALUE: 'Total Workloads: {count}',
// List > Create > Advanced Settings
STICKY_SESSION: 'Sticky Session',
SESSION_PERSISTENCE: 'Session Persistence',
MAXIMUM_STICKINESS_DURATION: 'Maximum Stickiness Duration (s)',
STICKY_SESSION_DESC: 'Set the system to forward all requests from the same client to the same pod within a specified duration.',
SESSION_PERSISTENCE_DESC: 'Set the system to forward all requests from the same client to the same pod within a specified duration.',
SERVICE_EXTERNAL_ACCESS_DESC: 'Set the method for accessing the service from outside the cluster.',
ACCESS_NODEPORT_TIP: 'Use a port of the cluster nodes to access the service.',
ACCESS_LOADBALANCER_TIP: 'Use a load balancer to access the service.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ module.exports = {
RESTART_WORKLOAD_AUTOMATICALLY_DESC: 'The system automatically checks volume status to determine whether the workload needs to be restarted.',
RESTART_WORKLOAD_AUTOMATICALLY_TIP: 'If the volume is not expanded successfully when the timeout period expires, the system will add the "restart.kubesphere.io/skip" annotation to the workload so that the workload is not restarted any more. To enable the automatic restart function for the workload again, you need to manually delete the annotation on the workload.',
// More > Delete
// Volumes
// Persistent Volume Claims > Persistent Volume Claims
MAXIMUM_SIZE_SCAP: 'Maximum size',
VALUE_TIMEOUT: '{value}s (timeout)',
// Persistent Volume Claims > Persistent Volume Claims
PVC_COUNT: 'PVCs'
};
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,46 @@ module.exports = {
TRAFFIC_ENTRY: 'Traffic Entry',
NO_DATA: 'No Data',
REFRESH: 'Refresh',
SUCCESS_RATE: 'Success rate',
TRAFFIC_RPS: 'Traffic (RPS)',
BANDWIDTH: 'Bandwidth',
HTTP_INBOUND_TRAFFIC: 'HTTP Inbound Traffic',
HTTP_OUTBOUND_TRAFFIC: 'HTTP Outbound Traffic',
TRAFFIC_POLICIES: 'Traffic Policies',
LOAD_BALANCING: 'Load Balancing',
LOAD_BALANCING_ALGORITHM: 'Load Balancing Algorithm',
LB_ROUND_ROBIN: 'Round robin',
LB_LEAST_CONN: 'Least connection',
LB_RANDOM: 'Random',
LB_ALG_DESC: '<strong>Round robin</strong>: Distributes client requests to backends in rotation.<br/><strong>Least connection</strong>: Randomly selects two healthy backends and sends client requests to the one with fewer connections.<br/><strong>Random</strong>: Sends client requests to a backend randomly selected from all healthy backends.',
HASH_BASED_ON_HTTP_HEADER: 'Hash based on HTTP header',
HASH_BASED_ON_HTTP_COOKIE: 'Hash based on HTTP cookie',
HASH_BASED_ON_SOURCE_IP_ADDRESS: 'Hash based on source IP address',
HTTP_HEADER: 'HTTP Header',
HTTP_COOKIE: 'HTTP Cookie',
CONNECTION_POOL: 'Connection Pool',
CONNECTION_POOL_TIP: 'Creates a fixed number of connection objects for the application and stores them in a connection pool for reuse. A connection object is retrieved from the connection pool for each request and returned to the pool after use.',
MAXIMUM_CONNECTIONS: 'Maximum Connections',
MAXIMUM_CONNECTIONS_DESC: 'Maximum of number of HTTP1 or TCP connections to a destination backend.',
MAXIMUM_REQUESTS_PER_CONNECTION: 'Maximum Requests per Connection',
MAXIMUM_REQUESTS_PER_CONNECTION_DESC: 'Maximum number of requests per connection to a backend.',
TRAFFIC_MONITORING_MAXIMUM_RETRIES: 'Maximum Retries',
TRAFFIC_MONITORING_MAXIMUM_RETRIES_DESC: 'Maximum number of retries for requests.',
CONNECTION_TIMEOUT: 'Connection Timeout',
CONNECTION_TIMEOUT_DESC: 'TCP connection timeout period.',
MAXIMUM_REQUESTS: 'Maximum Requests',
MAXIMUM_PENDING_REQUESTS: 'Maximum Pending Requests',
CIRCUIT_BREAKER: 'Circuit Breaker',
CIRCUIT_BREAKER_DESC: 'If a service cannot be accessed and the specified criteria are met, the ciruit breaker marks the service as unavailable and returns error response to clients directly for a specified period of time.',
CONSECUTIVE_FIVEXX_ERRORS: 'Consecutive 5XX Errors',
CONSECUTIVE_FIVEXX_ERRORS_DESC: 'Number of 5XX errors before a backend is ejected from the connection pool.',
INSPECTION_INTERVAL_S: 'Inspection Interval (s)',
INSPECTION_INTERVAL_S_DESC: 'Interval between two backend inspections.',
MAXIUM_EJECTION_RATIO: 'Maximum Ejection Ratio (%)',
MAXIUM_EJECTION_RATIO_DESC: 'Maximum percentage of backends that can be ejected.',
BASE_EJECTION_TIME_S: 'Base Ejection Time (s)',
BASE_EJECTION_TIME_S_DESC: 'Maximum ejection duration.',
UPDATED_AT_VALUE_SCAP: 'Updated at {value}',
// Grayscale Release
CREATE_GRAYSCALE_RELEASE_JOB: 'Create Grayscale Release Job',
GRAYSCALE_RELEASE_DESC: 'Grayscale release represents an important method of application iteration in the production environment. You can choose different release methods for the smooth transition as you upgrade your applications to a new version.',
Expand Down
Loading

0 comments on commit 8107a72

Please sign in to comment.