From ad652ca6f5b9acbe7f78ef3728dfa72bd3398dd4 Mon Sep 17 00:00:00 2001
From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com>
Date: Tue, 17 Dec 2024 16:50:09 +0800
Subject: [PATCH] style: change some label (#7387)
---
frontend/src/lang/modules/en.ts | 24 ++++++++++-----------
frontend/src/views/container/repo/index.vue | 2 +-
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts
index 7591f602e..dcd86a2c3 100644
--- a/frontend/src/lang/modules/en.ts
+++ b/frontend/src/lang/modules/en.ts
@@ -406,7 +406,7 @@ const message = {
},
database: {
all: 'All',
- manage: 'Manage database',
+ manage: 'Management',
database: 'Database',
deleteBackupHelper: 'Delete database backups simultaneously',
delete: 'Delete operation cannot be rolled back, please input "',
@@ -421,7 +421,7 @@ const message = {
permission: 'Permissions',
permissionForIP: 'IP',
permissionAll: 'All of them(%)',
- databaseConnInfo: 'View connection info',
+ databaseConnInfo: 'Connection info',
rootPassword: 'Root password',
serviceName: 'Service Name',
serviceNameHelper: 'Access between containers in the same network.',
@@ -442,7 +442,7 @@ const message = {
portHelper:
'This port is the exposed port of the container. You need to save the modification separately and restart the container!',
- loadFromRemote: 'Sync from server',
+ loadFromRemote: 'Sync',
userBind: 'Bind user',
pgBindHelper: `This operation is used to create a new user and bind it to the target database. Currently, selecting users already existing in the database isn't supported.`,
pgSuperUser: 'Super User',
@@ -452,7 +452,7 @@ const message = {
local: 'Local',
remote: 'Remote',
remoteDB: 'Remote server | Remote servers',
- manageRemoteDB: 'Manage remote servers',
+ manageRemoteDB: 'Remote DB',
createRemoteDB: 'Bind @.lower:database.remoteDB',
unBindRemoteDB: 'Unbind @.lower:database.remoteDB',
unBindForce: 'Force unbind',
@@ -771,7 +771,7 @@ const message = {
options: 'Options',
createVolume: 'Create',
- repo: 'Container registry | Container registries',
+ repo: 'Registries',
createRepo: 'Add',
httpRepo: 'Choosing HTTP protocol requires restarting the Docker service to add it into insecure registries.',
delInsecure: 'Deletion of credit',
@@ -1960,7 +1960,7 @@ const message = {
manual: 'Manual parsing',
key: 'Key',
check: 'View',
- acmeAccountManage: 'Manage ACME accounts',
+ acmeAccountManage: 'ACME accounts',
email: 'Email',
acmeAccount: 'ACME account',
provider: 'Verification method',
@@ -1970,7 +1970,7 @@ const message = {
deploySSL: 'Deployment',
deploySSLHelper: 'Are you sure to deploy the certificate? ',
ssl: 'Certificate | Certificates',
- dnsAccountManage: 'Manage DNS providers',
+ dnsAccountManage: 'DNS providers',
renewSSL: 'Renew',
renewHelper: 'Are you sure to renew the certificate? ',
renewSuccess: 'Renew certificate',
@@ -2062,7 +2062,7 @@ const message = {
ever: 'permanent',
nextYear: 'One year later',
noLog: 'No logs found',
- defaultServer: 'Set default site',
+ defaultServer: 'Default site',
noDefaultServer: 'Not set',
defaultServerHelper:
'After setting the default site, all unbound domain names and IPs are directed to the default site\n which can effectively prevent malicious analysis',
@@ -2168,7 +2168,7 @@ const message = {
'Only supports importing local backups, importing backups from other machines may cause recovery failure',
ipWebsiteWarn: 'Websites with IP as domain names need to be set as default site to be accessed normally.',
hstsHelper: 'Enabling HSTS can increase website security',
- defaultHtml: 'Set default page',
+ defaultHtml: 'Default page',
website404: 'Website 404 error page',
domain404: 'Website domain does not exist',
indexHtml: 'Index for static website',
@@ -2200,7 +2200,7 @@ const message = {
uploadMaxSize: 'Upload limit',
indexHelper:
'In order to ensure the normal operation of the PHP website, please place the code in the index directory and avoid renaming',
- extensions: 'Manage extension templates',
+ extensions: 'Extension templates',
extension: 'Extension',
extensionHelper: 'Please use multiple extensions, split',
toExtensionsList: 'View extension list',
@@ -2252,11 +2252,11 @@ const message = {
createAcme: 'Create Account',
acmeHelper: 'Acme Account is used to apply for free certificates',
upload: 'Import',
- applyType: 'Application method',
+ applyType: 'Type',
apply: 'Renew',
applyStart: 'Certificate application starts',
getDnsResolve: 'Getting DNS resolution value, please wait...',
- selfSigned: 'Manage Self-signed CA',
+ selfSigned: 'Self-signed CA',
ca: 'Certificate authority',
commonName: 'Common name',
caName: 'Certificate authority name',
diff --git a/frontend/src/views/container/repo/index.vue b/frontend/src/views/container/repo/index.vue
index 0c8732bad..c844729bd 100644
--- a/frontend/src/views/container/repo/index.vue
+++ b/frontend/src/views/container/repo/index.vue
@@ -6,7 +6,7 @@
{{ $t('container.startIn') }}
-
+