Skip to content

Commit

Permalink
New translations l10n-projects-applicationworkloads-routes-details.js…
Browse files Browse the repository at this point in the history
… (Hindi)
  • Loading branch information
ks-ci-bot committed Dec 26, 2024
1 parent 9a0318b commit acbe5c6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions locales/hi/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'
};

0 comments on commit acbe5c6

Please sign in to comment.