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

View File

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

View File

@ -1,6 +1,6 @@
<template>
<div>
<LayoutContent v-loading="loading" :title="$t('ssh.loginLogs', 2)">
<LayoutContent v-loading="loading" :title="'SSH ' + $t('ssh.loginLogs', 2)">
<template #prompt>
<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>

View File

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