-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations l10n-projects-applicationworkloads-routes-details.js…
… (Hindi)
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
locales/hi/l10n-projects-applicationWorkloads-routes-details.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
}; |