1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 00:09:16 +08:00

style: change some label (#7387)

This commit is contained in:
zhengkunwang 2024-12-17 16:50:09 +08:00 committed by GitHub
parent 7029d985c6
commit ad652ca6f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

View File

@ -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',

View File

@ -6,7 +6,7 @@
<span>{{ $t('container.startIn') }}</span>
</el-card>
<LayoutContent :title="$t('container.repo', 2)" :class="{ mask: dockerStatus != 'Running' }">
<LayoutContent :title="$t('container.repo')" :class="{ mask: dockerStatus != 'Running' }">
<template #toolbar>
<div class="flex justify-between gap-2 flex-wrap sm:flex-row">
<div class="flex flex-wrap gap-3">