1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 14:08:06 +08:00

style: change some label (#7392)

This commit is contained in:
zhengkunwang 2024-12-17 20:44:11 +08:00 committed by GitHub
parent ad652ca6f5
commit 6275eec918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 11 deletions

View File

@ -331,7 +331,7 @@ const message = {
host: 'Host | Hosts', host: 'Host | Hosts',
system: 'System', system: 'System',
security: 'Security', security: 'Security',
files: 'File Browser', files: 'Files',
monitor: 'Monitoring', monitor: 'Monitoring',
terminal: 'Terminal | Terminals', terminal: 'Terminal | Terminals',
settings: 'Setting | Settings', settings: 'Setting | Settings',
@ -589,7 +589,7 @@ const message = {
localIP: 'Local IP', localIP: 'Local IP',
}, },
container: { container: {
create: 'Create', create: 'Create container',
edit: 'Edit container', edit: 'Edit container',
updateHelper1: 'Detected that this container comes from the app store. Please note the following two points:', updateHelper1: 'Detected that this container comes from the app store. Please note the following two points:',
updateHelper2: updateHelper2:
@ -879,7 +879,7 @@ const message = {
enableMsg: 'This will allow the scheduled task to automatically execute. Do you want to continue?', enableMsg: 'This will allow the scheduled task to automatically execute. Do you want to continue?',
taskType: 'Type', taskType: 'Type',
record: 'Records', record: 'Records',
viewRecords: 'View records', viewRecords: 'Records',
shell: 'Shell', shell: 'Shell',
log: 'Backup logs', log: 'Backup logs',
logHelper: 'Backup system log', logHelper: 'Backup system log',
@ -1196,7 +1196,7 @@ const message = {
fileName: 'File name', fileName: 'File name',
search: 'Search', search: 'Search',
mode: 'Permissions', mode: 'Permissions',
editPermissions: 'Edit @.lower:file.mode', editPermissions: '@:file.mode',
owner: 'Owner', owner: 'Owner',
file: 'File', file: 'File',
remoteFile: 'Download from remote', remoteFile: 'Download from remote',
@ -1207,7 +1207,7 @@ const message = {
open: 'Open', open: 'Open',
rename: 'Rename', rename: 'Rename',
role: 'Permissions', role: 'Permissions',
info: 'View attributes', info: 'Attributes',
linkFile: 'Soft link', linkFile: 'Soft link',
terminal: 'Terminal', terminal: 'Terminal',
batchoperation: 'batch operation', batchoperation: 'batch operation',
@ -1249,7 +1249,7 @@ const message = {
infoDetail: 'File properties', infoDetail: 'File properties',
root: 'Root directory', root: 'Root directory',
list: 'File list', list: 'File list',
sub: 'Subdirectories', sub: 'Subfolders',
downloadSuccess: 'Successfully downloaded', downloadSuccess: 'Successfully downloaded',
theme: 'Theme', theme: 'Theme',
language: 'Language', language: 'Language',
@ -1933,7 +1933,7 @@ const message = {
app: 'Application', app: 'Application',
appNew: 'New Application', appNew: 'New Application',
appInstalled: 'Installed application', appInstalled: 'Installed application',
create: 'Create', create: 'Create website',
delete: 'Delete Website', delete: 'Delete Website',
deleteApp: 'Delete Application', deleteApp: 'Delete Application',
deleteBackup: 'Delete Backup', deleteBackup: 'Delete Backup',
@ -2376,7 +2376,7 @@ const message = {
runtime: 'Runtime', runtime: 'Runtime',
image: 'Image', image: 'Image',
workDir: 'Working directory', workDir: 'Working directory',
create: 'Create', create: 'Create runtime',
resource: 'Source', resource: 'Source',
appstore: 'App Store', appstore: 'App Store',
local: 'Local', local: 'Local',

View File

@ -245,7 +245,7 @@
{{ getAge(installed.createdAt) }} {{ getAge(installed.createdAt) }}
</span> </span>
</div> </div>
<div class="app-divider" /> <div class="app-divider" v-if="mode === 'installed'" />
<div <div
class="d-button flex flex-wrap items-center justify-start gap-1.5" class="d-button flex flex-wrap items-center justify-start gap-1.5"
v-if="mode === 'installed' && installed.status != 'Installing'" v-if="mode === 'installed' && installed.status != 'Installing'"

View File

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<LayoutContent v-loading="loading" :title="$t('ssh.loginLogs', 2)"> <LayoutContent v-loading="loading" :title="'SSH ' + $t('ssh.loginLogs', 2)">
<template #prompt> <template #prompt>
<el-alert type="info" :title="$t('ssh.sshAlert2')" :closable="false" /> <el-alert type="info" :title="$t('ssh.sshAlert2')" :closable="false" />
<div class="mt-2"><el-alert type="info" :title="$t('ssh.sshAlert')" :closable="false" /></div> <div class="mt-2"><el-alert type="info" :title="$t('ssh.sshAlert')" :closable="false" /></div>

View File

@ -16,7 +16,7 @@ const buttons = [
path: '/logs/operation', path: '/logs/operation',
}, },
{ {
label: i18n.global.t('ssh.loginLogs'), label: 'SSH ' + i18n.global.t('ssh.loginLogs'),
path: '/logs/ssh', path: '/logs/ssh',
}, },
{ {