Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #4401

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0db5e0c
New translations l10n-clustermanagement-applicationworkloads-routes-l…
ks-ci-bot Dec 26, 2024
1dcb8fd
New translations l10n-projects-applicationworkloads-routes-details.js…
ks-ci-bot Dec 26, 2024
4922b51
New translations l10n-clustermanagement-applicationworkloads-routes-l…
ks-ci-bot Dec 26, 2024
782ef4d
New translations l10n-projects-applicationworkloads-routes-details.js…
ks-ci-bot Dec 26, 2024
3ffa413
New translations l10n-clustermanagement-applicationworkloads-routes-l…
ks-ci-bot Dec 26, 2024
6cb26ce
New translations l10n-projects-applicationworkloads-routes-details.js…
ks-ci-bot Dec 26, 2024
c1f1e87
New translations l10n-clustermanagement-applicationworkloads-routes-l…
ks-ci-bot Dec 26, 2024
0495d6c
New translations l10n-projects-applicationworkloads-routes-details.js…
ks-ci-bot Dec 26, 2024
70af6ee
New translations l10n-clustermanagement-applicationworkloads-routes-l…
ks-ci-bot Dec 26, 2024
9048965
New translations l10n-projects-applicationworkloads-routes-details.js…
ks-ci-bot Dec 26, 2024
48e05ea
New translations l10n-clustermanagement-applicationworkloads-routes-l…
ks-ci-bot Dec 26, 2024
958fb9c
New translations l10n-projects-applicationworkloads-routes-details.js…
ks-ci-bot Dec 26, 2024
2bd3ec6
New translations l10n-clustermanagement-applicationworkloads-routes-l…
ks-ci-bot Dec 26, 2024
7fcdbc0
New translations l10n-projects-applicationworkloads-routes-details.js…
ks-ci-bot Dec 26, 2024
8593fbf
New translations l10n-clustermanagement-applicationworkloads-routes-l…
ks-ci-bot Dec 26, 2024
e62a3b4
New translations l10n-projects-applicationworkloads-routes-details.js…
ks-ci-bot Dec 26, 2024
51ae81f
New translations l10n-clustermanagement-applicationworkloads-routes-l…
ks-ci-bot Dec 26, 2024
91eaa0b
New translations l10n-projects-applicationworkloads-routes-details.js…
ks-ci-bot Dec 26, 2024
06161ba
New translations l10n-clustermanagement-applicationworkloads-routes-l…
ks-ci-bot Dec 26, 2024
56b96d3
New translations l10n-projects-applicationworkloads-routes-details.js…
ks-ci-bot Dec 26, 2024
1240f19
New translations l10n-clustermanagement-applicationworkloads-routes-l…
ks-ci-bot Dec 26, 2024
28756f5
New translations l10n-projects-applicationworkloads-routes-details.js…
ks-ci-bot Dec 26, 2024
9a0318b
New translations l10n-clustermanagement-applicationworkloads-routes-l…
ks-ci-bot Dec 26, 2024
acbe5c6
New translations l10n-projects-applicationworkloads-routes-details.js…
ks-ci-bot Dec 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
/*
* 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 = {
// Banner
ROUTE_DESC: 'A route provides a way to aggregate services. You can expose the internal services outside the cluster through an externally accessible IP address.',
PREREQUESTS_FOR_USE_ROUTE_Q: 'What are the prerequisites for using routes?',
PREREQUESTS_FOR_USE_ROUTE_A: 'To use routes, you need to contact the project administrator to set the gateway for the project.',
ACCESS_TYPES_OF_ROUTE_Q: 'What are the external access modes of routes?',
ACCESS_TYPES_OF_ROUTE_A: 'KubeSphere routes support the NodePort and LoadBalancer external access modes.',
ROUTE_PL: 'Routes',
// List
GATEWAY_ADDRESS_TCAP: 'Gateway Address',
ROUTE_EMPTY_DESC: 'Please create a route.',
// List > Create > Basic Information
// List > Create > Routing Rules
ADD_ROUTING_RULE_DESC: 'Add a routing rule to map domain name paths to services.',
ADD_ROUTING_RULE: 'Add Routing Rule',
ROUTING_RULE_EMPTY_DESC: 'Please add at least one routing rule.',
PATH_EMPTY_DESC: 'Please add at least one path.',
AUTO_GENERATE_TCAP: 'Auto Generate',
DOMAIN_NAME_TCAP: 'Domain Name',
DOMAIN_NAME_EMPTY_DESC: 'Please enter a domain name.',
INVALID_DOMAIN_DESC: 'Invalid domain name.',
INVALID_PATH_DESC: 'Invalid path.',
MODE_TCAP: 'Mode',
PATH_PL: 'Paths',
PATH_SERVICE_TIP: 'Service',
SET_ROUTING_RULES: 'Set Routing Rules',
SPECIFY_DOMAIN_TCAP: 'Specify Domain',
NO_GATEWAY_DESC: 'To use Auto Generate, please contact the project administrator to set the gateway access mode in Gateway Settings of the project.',
PATH: 'Path',
PROTOCOL: 'Protocol',
PORT: 'Port',
PORT_VALUE: 'Port: {value}',
CERTIFICATE: 'Certificate',
// List > Create > Advanced Settings
// List > Edit Information
// List > Edit YAML
// List > Edit Routing Rules
EDIT_ROUTING_RULES: 'Edit Routing Rules',
// List > Edit Annotations
EDIT_ANNOTATIONS: 'Edit Annotations',
// List > Delete
ROUTE_LOW: 'route'
};
21 changes: 21 additions & 0 deletions locales/ar/l10n-projects-applicationWorkloads-routes-details.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Please refer to the LICENSE file in the root directory of the project.
* https://github.com/kubesphere/console/blob/master/LICENSE
*/
module.exports = {
// Attributes
// Resource Status
DOMAIN_NAME_VALUE: 'Domain Name: {value}',
PATH_VALUE: 'Path: {value}',
RULES: 'Rules',
ROUTE_PATH_VALUE: 'Path: <strong>{value}</strong>',
ROUTE_SERVICE_VALUE: 'Service: <strong>{value}</strong>',
ROUTE_PORT_VALUE: 'Port: <strong>{value}</strong>',
SERVICE_COLON: 'Service: ',
ACCESS_SERVICE: 'Access Service',
UNABLE_TO_ACCESS: 'Unable to access service',
UNABLE_TO_ACCESS_TIP: 'Make sure that domain name resolution policies have been configured in your DNS server or the hosts file of your client machine.',
CERTIFICATE_VALUE: 'Certificate: {value}',
ROUTE_PATH: 'Path',
ROUTE_PORT: 'Port'
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
/*
* 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 = {
// Banner
ROUTE_DESC: 'Eine ingress bietet eine Möglichkeit, Dienste zusammenzufassen. Sie können die internen Dienste außerhalb des Clusters durch eine externe zugängliche IP-Adresse freigeben.',
PREREQUESTS_FOR_USE_ROUTE_Q: 'What are the prerequisites for using ingresses?',
PREREQUESTS_FOR_USE_ROUTE_A: 'To use ingresses, you need to contact the project administrator to set the gateway for the project.',
ACCESS_TYPES_OF_ROUTE_Q: 'What are the external access modes of ingresses?',
ACCESS_TYPES_OF_ROUTE_A: 'KubeSphere ingresses support the NodePort and LoadBalancer external access modes.',
ROUTE_PL: 'Ingresses',
// List
GATEWAY_ADDRESS_TCAP: 'Gatewayadresse',
ROUTE_EMPTY_DESC: 'Please create an ingress.',
// List > Create > Basic Information
// List > Create > Routing Rules
ADD_ROUTING_RULE_DESC: 'Add a routing rule to map domain name paths to services.',
ADD_ROUTING_RULE: 'Routingregel hinzufügen',
ROUTING_RULE_EMPTY_DESC: 'Bitte mindestens eine Routingregel hinzufügen.',
PATH_EMPTY_DESC: 'Bitte fügen Sie mindestens einen Pfad hinzu.',
AUTO_GENERATE_TCAP: 'Automatisch generieren',
DOMAIN_NAME_TCAP: 'Domainname',
DOMAIN_NAME_EMPTY_DESC: 'Bitte geben Sie einen Domainnamen ein.',
INVALID_DOMAIN_DESC: 'Ungültiger Domainname.',
INVALID_PATH_DESC: 'Ungültiger Pfad.',
MODE_TCAP: 'Modus',
PATH_PL: 'Pfade',
PATH_SERVICE_TIP: 'Dienst',
SET_ROUTING_RULES: 'Routingregeln festlegen',
SPECIFY_DOMAIN_TCAP: 'Domain angeben',
NO_GATEWAY_DESC: 'Um Auto Generate zu verwenden, wenden Sie sich bitte an den Projektadministrator, um den Gateway-Zugriffsmodus in den Gateway-Einstellungen des Projekts festzulegen.',
PATH: 'Pfad',
PROTOCOL: 'Protokoll',
PORT: 'Port',
PORT_VALUE: 'Port: {value}',
CERTIFICATE: 'Zertifikat',
// List > Create > Advanced Settings
// List > Edit Information
// List > Edit YAML
// List > Edit Routing Rules
EDIT_ROUTING_RULES: 'Routingregeln bearbeiten',
// List > Edit Annotations
EDIT_ANNOTATIONS: 'Anmerkungen bearbeiten',
// List > Delete
ROUTE_LOW: 'ingress'
};
21 changes: 21 additions & 0 deletions locales/de/l10n-projects-applicationWorkloads-routes-details.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Please refer to the LICENSE file in the root directory of the project.
* https://github.com/kubesphere/console/blob/master/LICENSE
*/
module.exports = {
// Attributes
// Resource Status
DOMAIN_NAME_VALUE: 'Domain Name: {value}',
PATH_VALUE: 'Path: {value}',
RULES: 'Rules',
ROUTE_PATH_VALUE: 'Path: <strong>{value}</strong>',
ROUTE_SERVICE_VALUE: 'Service: <strong>{value}</strong>',
ROUTE_PORT_VALUE: 'Port: <strong>{value}</strong>',
SERVICE_COLON: 'Service: ',
ACCESS_SERVICE: 'Access Service',
UNABLE_TO_ACCESS: 'Unable to access service',
UNABLE_TO_ACCESS_TIP: 'Make sure that domain name resolution policies have been configured in your DNS server or the hosts file of your client machine.',
CERTIFICATE_VALUE: 'Certificate: {value}',
ROUTE_PATH: 'Pfad',
ROUTE_PORT: 'Port'
};
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@
/*
* Please refer to the LICENSE file in the root directory of the project.
* https://github.com/kubesphere/console/blob/master/LICENSE
* 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 = {
// Banner
ROUTE_DESC:
'Una ruta proporciona una forma de agregar servicios, y puede exponer los servicios internos del clúster al exterior a través de una dirección IP accesible desde el exterior.',
ROUTE_DESC: 'Una ruta proporciona una forma de agregar servicios, y puede exponer los servicios internos del clúster al exterior a través de una dirección IP accesible desde el exterior.',
PREREQUESTS_FOR_USE_ROUTE_Q: '¿Cuales son los requisitos para poder usar rutas?',
PREREQUESTS_FOR_USE_ROUTE_A:
'To use a route, the project administrator needs to set the gateway for the current project.',
PREREQUESTS_FOR_USE_ROUTE_A: 'To use a route, the project administrator needs to set the gateway for the current project.',
ACCESS_TYPES_OF_ROUTE_Q: '¿Qué tipos de acceso admite la ruta?',
ACCESS_TYPES_OF_ROUTE_A:
'Las rutas de KubeSphere admiten nombres de dominio personalizados (HostName) y así como wildcards DNS.',
ACCESS_TYPES_OF_ROUTE_A: 'Las rutas de KubeSphere admiten nombres de dominio personalizados (HostName) y así como wildcards DNS.',
ROUTE_PL: 'Routes',
ROUTE_SETTING_PL: 'Application routing tools',
// List
GATEWAY_ADDRESS_TCAP: 'Dirección del gateway',
ROUTE_EMPTY_DESC:
'Una ruta proporciona una forma de agregar servicios, y puede exponer los servicios internos del clúster al exterior a través de una dirección IP accesible desde el exterior.',
ROUTE_EMPTY_DESC: 'Una ruta proporciona una forma de agregar servicios, y puede exponer los servicios internos del clúster al exterior a través de una dirección IP accesible desde el exterior.',
// List > Create > Basic Information
// List > Create > Routing Rules
ADD_ROUTING_RULE_DESC:
'Agregar una regla de ruta para asignar un nombre de dominio a un servicio.',
ADD_ROUTING_RULE_DESC: 'Agregar una regla de ruta para asignar un nombre de dominio a un servicio.',
ADD_ROUTING_RULE: 'Agregar regla de ruta',
ROUTING_RULE_EMPTY_DESC: 'Please add at least one routing rule.',
PATH_EMPTY_DESC: 'Please add at least one path.',
Expand All @@ -36,8 +42,7 @@ module.exports = {
PATH_SERVICE_TIP: 'Selecciona un servicio',
SET_ROUTING_RULES: 'Establecer regla de ruta',
SPECIFY_DOMAIN_TCAP: 'Especificar dominio',
NO_GATEWAY_DESC:
'Para usar la generación automática, comuníquese con el administrador del proyecto para configurar el método de acceso a la puerta de enlace en la configuración avanzada del proyecto.',
NO_GATEWAY_DESC: 'Para usar la generación automática, comuníquese con el administrador del proyecto para configurar el método de acceso a la puerta de enlace en la configuración avanzada del proyecto.',
PATH: 'Ruta',
PROTOCOL: 'Protocolo',
PORT: 'Port',
Expand All @@ -51,5 +56,5 @@ module.exports = {
// List > Edit Annotations
EDIT_ANNOTATIONS: 'Edit Annotations',
// List > Delete
ROUTE_LOW: 'Route',
};
ROUTE_LOW: 'Route'
};
10 changes: 4 additions & 6 deletions locales/es/l10n-projects-applicationWorkloads-routes-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Please refer to the LICENSE file in the root directory of the project.
* https://github.com/kubesphere/console/blob/master/LICENSE
*/

module.exports = {
// Attributes
// Resource Status
Expand All @@ -15,9 +14,8 @@ module.exports = {
SERVICE_COLON: 'Service: ',
ACCESS_SERVICE: 'Access Service',
UNABLE_TO_ACCESS: 'Unable to access service',
UNABLE_TO_ACCESS_TIP:
'Make sure that domain name resolution policies have been configured in your DNS server or the hosts file of your client machine.',
UNABLE_TO_ACCESS_TIP: 'Make sure that domain name resolution policies have been configured in your DNS server or the hosts file of your client machine.',
CERTIFICATE_VALUE: 'Certificate: {value}',
ROUTE_PATH: 'Path',
ROUTE_PORT: 'Port',
};
ROUTE_PATH: 'Ruta',
ROUTE_PORT: 'Port'
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
/*
* 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 = {
// Banner
ROUTE_DESC: 'A route provides a way to aggregate services. You can expose the internal services outside the cluster through an externally accessible IP address.',
PREREQUESTS_FOR_USE_ROUTE_Q: 'What are the prerequisites for using routes?',
PREREQUESTS_FOR_USE_ROUTE_A: 'To use routes, you need to contact the project administrator to set the gateway for the project.',
ACCESS_TYPES_OF_ROUTE_Q: 'What are the external access modes of routes?',
ACCESS_TYPES_OF_ROUTE_A: 'KubeSphere routes support the NodePort and LoadBalancer external access modes.',
ROUTE_PL: 'Routes',
// List
GATEWAY_ADDRESS_TCAP: 'Gateway Address',
ROUTE_EMPTY_DESC: 'Please create a route.',
// List > Create > Basic Information
// List > Create > Routing Rules
ADD_ROUTING_RULE_DESC: 'Add a routing rule to map domain name paths to services.',
ADD_ROUTING_RULE: 'Add Routing Rule',
ROUTING_RULE_EMPTY_DESC: 'Please add at least one routing rule.',
PATH_EMPTY_DESC: 'Please add at least one path.',
AUTO_GENERATE_TCAP: 'Auto Generate',
DOMAIN_NAME_TCAP: 'Domain Name',
DOMAIN_NAME_EMPTY_DESC: 'Please enter a domain name.',
INVALID_DOMAIN_DESC: 'Invalid domain name.',
INVALID_PATH_DESC: 'Invalid path.',
MODE_TCAP: 'Mode',
PATH_PL: 'Paths',
PATH_SERVICE_TIP: 'Service',
SET_ROUTING_RULES: 'Set Routing Rules',
SPECIFY_DOMAIN_TCAP: 'Specify Domain',
NO_GATEWAY_DESC: 'To use Auto Generate, please contact the project administrator to set the gateway access mode in Gateway Settings of the project.',
PATH: 'Path',
PROTOCOL: 'Protocol',
PORT: 'Port',
PORT_VALUE: 'Port: {value}',
CERTIFICATE: 'Certificate',
// List > Create > Advanced Settings
// List > Edit Information
// List > Edit YAML
// List > Edit Routing Rules
EDIT_ROUTING_RULES: 'Edit Routing Rules',
// List > Edit Annotations
EDIT_ANNOTATIONS: 'Edit Annotations',
// List > Delete
ROUTE_LOW: 'route'
};
21 changes: 21 additions & 0 deletions locales/fr/l10n-projects-applicationWorkloads-routes-details.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Please refer to the LICENSE file in the root directory of the project.
* https://github.com/kubesphere/console/blob/master/LICENSE
*/
module.exports = {
// Attributes
// Resource Status
DOMAIN_NAME_VALUE: 'Domain Name: {value}',
PATH_VALUE: 'Path: {value}',
RULES: 'Rules',
ROUTE_PATH_VALUE: 'Path: <strong>{value}</strong>',
ROUTE_SERVICE_VALUE: 'Service: <strong>{value}</strong>',
ROUTE_PORT_VALUE: 'Port: <strong>{value}</strong>',
SERVICE_COLON: 'Service: ',
ACCESS_SERVICE: 'Access Service',
UNABLE_TO_ACCESS: 'Unable to access service',
UNABLE_TO_ACCESS_TIP: 'Make sure that domain name resolution policies have been configured in your DNS server or the hosts file of your client machine.',
CERTIFICATE_VALUE: 'Certificate: {value}',
ROUTE_PATH: 'Path',
ROUTE_PORT: 'Port'
};
Loading
Loading