Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions frontend/src/lang/modules/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ const message = {
restart_system: 'Restart server',
operationSuccess: 'Operation succeeded, rebooting, please refresh the browser manually later!',
overview: 'Overview',
entranceHelper: `Security entrance isn't enabled. You can enable it in "Settings -> Security" to improve system security.`,
entranceHelper: `Security entrance isn't enabled. You can enable it in "Setting -> Security" to improve system security.`,
appInstalled: 'App',
systemInfo: 'System info',
hostname: 'Hostname',
Expand All @@ -346,26 +346,26 @@ const message = {
kernelArch: 'Kernel arch',
network: 'Network',
io: 'Disk IO',
ip: 'Host Address',
ip: 'Host address',
proxy: 'System Proxy',
baseInfo: 'Base info',
totalSend: 'Total send',
totalRecv: 'Total recv',
rwPerSecond: 'IO times',
ioDelay: 'IO delay',
uptime: 'Up Time',
runningTime: 'Running Time',
uptime: 'Uptime',
runningTime: 'Running time',
mem: 'System',
swapMem: 'Swap Partition',
swapMem: 'Swap partition',

runSmoothly: 'Run smoothly',
runNormal: 'Run normal',
runSlowly: 'Run slowly',
runJam: 'Run Blockaged',
runJam: 'Run blockaged',

core: 'Physical core',
logicCore: 'Logic core',
loadAverage: 'Average load in the last {0} minutes',
loadAverage: 'Average load in the last {0} minute(s)',
load: 'Load',
mount: 'Mount point',
fileSystem: 'File system',
Expand Down Expand Up @@ -569,7 +569,7 @@ const message = {
connAddress: 'Address',
connPort: 'Port',
containerConnHelper:
'This connection address can be used by applications that are running on the PHP execution environment or container.',
'This connection address can be used by applications that are running on the website runtimes(PHP, etc.) or container.',
remoteConn: 'External connection',
remoteConnHelper2:
'This connnection address can be used by applications running on non-container or external applications.',
Expand Down Expand Up @@ -1667,7 +1667,7 @@ const message = {
doc: 'Official document',
star: 'Star',
description: 'Linux Server Panel',
forum: 'Forum Help',
forum: 'Forum',
doc2: 'User Manual',
currentVersion: 'Version',

Expand Down Expand Up @@ -1861,14 +1861,14 @@ const message = {
upgradeStart: 'Start upgrading! Please refresh the page later',
toFolder: 'Open the installation directory',
editCompose: 'Edit compose file',
editComposeHelper: 'Editing the compose file may cause the software installation to fail',
editComposeHelper: 'Editing the compose file may result in the failure of software installation',
composeNullErr: 'compose cannot be empty',
takeDown: 'TakeDown',
allReadyInstalled: 'Installed',
installHelper: 'Configure image acceleration if you have image pull issues.',
upgradeHelper:
'Bring abnormal applications back to normal status before upgrading. If the upgrade fails, go to "Log" > "System Logs" to check the failure reason.',
installWarn: `The external access isn't checked, and it will make the application unable to access through external network. Do you want to continue?`,
installWarn: `External access has not been enabled, which prevents the application from being accessible via external networks. Do you want to continue?`,
showIgnore: 'View ignored applications',
cancelIgnore: 'Cancel ignore',
ignoreList: 'Ignored applications',
Expand Down Expand Up @@ -1951,7 +1951,7 @@ const message = {
manual: 'Manual parsing',
key: 'Key',
check: 'View',
acmeAccountManage: 'View ACME accounts',
acmeAccountManage: 'ACME accounts',
Copy link
Member

@JohnNiang JohnNiang Dec 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest preserving View prefix for the button text.

See https://developers.google.com/workspace/add-ons/guides/editor-style#buttons for more.

email: 'Email',
acmeAccount: 'ACME account',
provider: 'Verification method',
Expand All @@ -1961,7 +1961,7 @@ const message = {
deploySSL: 'Deployment',
deploySSLHelper: 'Are you sure to deploy the certificate? ',
ssl: 'Certificate',
dnsAccountManage: 'View DNS provider accounts',
dnsAccountManage: 'DNS providers',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As above.

renewSSL: 'Renew',
renewHelper: 'Are you sure to renew the certificate? ',
renewSuccess: 'Renew Certificate',
Expand Down Expand Up @@ -2161,10 +2161,10 @@ const message = {
hstsHelper: 'Enabling HSTS can increase website security',
defaultHtml: 'Default page',
website404: 'Website 404 error page',
domain404: 'Website page does not exist',
indexHtml: 'Static website default page',
stopHtml: 'Website stop page',
indexPHP: 'PHP website default page',
domain404: 'Website domain does not exist',
indexHtml: 'Index for static website',
stopHtml: 'Stopped website',
indexPHP: 'Index for PHP website',
sslExpireDate: 'Certificate Expiration Date',
website404Helper: 'Website 404 error page only supports PHP runtime environment websites and static websites',
sni: 'Origin SNI',
Expand Down Expand Up @@ -2247,7 +2247,7 @@ const message = {
apply: 'Renew',
applyStart: 'Certificate application starts',
getDnsResolve: 'Getting DNS resolution value, please wait...',
selfSigned: 'View Self-signed certificates',
selfSigned: 'Self-signed certificates',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As above.

ca: 'Certificate Authority',
commonName: 'Common name',
caName: 'Certificate authority name',
Expand Down Expand Up @@ -2306,7 +2306,7 @@ const message = {

firewall: 'Firewall',
dockerHelper: `Linux firewall "{0}" can't disable Docker port mapping. The application can edit the parameters on the "App Store -> Installed" page to control whether the port is released.`,
quickJump: 'Go to now',
quickJump: 'Go there now',
used: 'Used',
unUsed: 'Unused',
firewallHelper: '{0} system firewall',
Expand Down
Loading