You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/en.ts
+26-25Lines changed: 26 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -687,9 +687,10 @@ const message = {
687
687
allowedOriginsRequired: 'Enter at least one access address',
688
688
allowedOriginsInvalid: 'Use the format http(s)://host-or-ip[:port]',
689
689
provider: 'Provider',
690
-
accountModelsHelper: 'Configure the models this account exposes to OpenClaw for switching and settings',
691
-
accountModelsRequired: 'Configure at least one model',
692
-
accountModelsDuplicate: 'Duplicate models exist in the catalog',
690
+
accountModelsHelper:
691
+
'Choose which models this account makes available to OpenClaw for selection and configuration',
692
+
accountModelsRequired: 'Select at least one model',
693
+
accountModelsDuplicate: 'Duplicate models were found in the catalog',
693
694
modelPool: 'Model Pool',
694
695
fallbackModels: 'Fallback Models',
695
696
addFallbackModel: 'Add Fallback Model',
@@ -1217,14 +1218,14 @@ const message = {
1217
1218
composeContentPlaceholder: 'Write or paste the content of your docker-compose file here',
1218
1219
1219
1220
setting: 'Setting | Settings',
1220
-
goSetting: 'Go to edit',
1221
+
goSetting: 'Go to Settings',
1221
1222
restartHelper: 'Configuration changes require restarting the Docker service to take effect',
1222
1223
operatorStatusHelper: 'This will "{0}" the Docker service. Continue?',
1223
1224
dockerStatus: 'Docker Service',
1224
1225
daemonJsonPathHelper: 'Ensure that the configuration path is the same as that specified in docker.service.',
1225
1226
mirrors: 'Registry mirrors',
1226
1227
mirrorsHelper: '',
1227
-
mirrorsHelper2: 'For details, see the official documents. ',
1228
+
mirrorsHelper2: 'For details, see the official documentation.',
1228
1229
registries: 'Insecure registries',
1229
1230
ipv6Helper:
1230
1231
'When enabling IPv6, you need to add an IPv6 container network. Refer to the official documentation for specific configuration steps.',
@@ -2096,9 +2097,9 @@ const message = {
2096
2097
auto: 'Follow System',
2097
2098
language: 'Language',
2098
2099
runtimeEnv: 'Runtime environment',
2099
-
docSource: 'Document source',
2100
-
withByRegion: 'Follow region (Default)',
2101
-
withByLang: 'Follow system language',
2100
+
docSource: 'Documentation Source',
2101
+
withByRegion: 'Match Region Setting (Default)',
2102
+
withByLang: 'Match System Language',
2102
2103
region: 'Region',
2103
2104
cn: 'Mainland China',
2104
2105
intl: 'Global',
@@ -2108,7 +2109,7 @@ const message = {
2108
2109
regionHelper3: 'User manual and related documents',
2109
2110
regionHelper4: 'This may affect future downloads and access. Proceed with caution.',
2110
2111
regionTip: 'Region affects the system update source and package download address.',
2111
-
docSourceTip: 'Document source determines the language used for docs and release note links.',
2112
+
docSourceTip: 'Documentation source determines the language used for documentation and release note links.',
2112
2113
languageHelper:
2113
2114
'By default, it follows the browser language. This parameter takes effect only on the current browser',
2114
2115
sessionTimeout: 'Session timeout',
@@ -2143,8 +2144,8 @@ const message = {
2143
2144
apiInterfaceHelper: 'Allow third-party applications to access the API.',
2144
2145
apiInterfaceAlert1: "Don't enable it in production environments because it may increase server security risks.",
2145
2146
apiInterfaceAlert2: "Don't use third-party applications to call the API to prevent potential security threats.",
2146
-
apiInterfaceAlert3: 'API document:',
2147
-
apiInterfaceAlert4: 'Usage document:',
2147
+
apiInterfaceAlert3: 'API Documentation',
2148
+
apiInterfaceAlert4: 'Usage Guide',
2148
2149
apiKey: 'API key',
2149
2150
apiKeyHelper: 'API key is used for third-party applications to access the API.',
2150
2151
ipWhiteList: 'IP allowlist',
@@ -2494,11 +2495,11 @@ const message = {
2494
2495
'Failed to fetch release notes for the current environment. You can manually check the official documentation.',
2495
2496
project: 'GitHub',
2496
2497
issue: 'Feedback',
2497
-
doc: 'Official document',
2498
+
doc: 'Official Documentation',
2498
2499
star: 'Star',
2499
2500
description: 'Linux Server Panel',
2500
2501
forum: 'Discussions',
2501
-
doc2: 'Docs',
2502
+
doc2: 'Documentation',
2502
2503
currentVersion: 'Version',
2503
2504
license: 'License',
2504
2505
bindNode: 'Bind Node',
@@ -2657,12 +2658,12 @@ const message = {
2657
2658
noService: 'No {0}',
2658
2659
toInstall: 'Go to install',
2659
2660
param: 'Parameters',
2660
-
alreadyRun: 'Age',
2661
+
alreadyRun: 'Installed',
2661
2662
syncAppList: 'Sync',
2662
2663
less1Minute: 'Less than 1 minute',
2663
-
appOfficeWebsite: 'Website',
2664
-
github: 'Github',
2665
-
document: 'Document',
2664
+
appOfficeWebsite: 'Official Website',
2665
+
github: 'GitHub',
2666
+
document: 'Documentation',
2666
2667
updatePrompt: 'No updates available',
2667
2668
installPrompt: 'No apps installed yet',
2668
2669
updateHelper: 'Editing parameters may cause the application to fail to start. Please proceed with caution.',
@@ -2676,13 +2677,13 @@ const message = {
2676
2677
allowPort: 'External access',
2677
2678
allowPortHelper: 'Allowing external port access will release the firewall port',
2678
2679
appInstallWarn:
2679
-
'The application dosn\'t expose the external access port by default. Click "Advanced settings" to expose it.',
2680
+
'This application does not expose an external port by default. Click "Advanced Settings" to expose one.',
2680
2681
upgradeStart: 'Start upgrading! Please refresh the page later',
2681
2682
toFolder: 'Open the installation directory',
2682
2683
editCompose: 'Edit compose file',
2683
2684
editComposeHelper: 'Editing the compose file may cause the software installation to fail',
2684
2685
composeNullErr: 'compose cannot be empty',
2685
-
takeDown: 'TakeDown',
2686
+
takeDown: 'Retired',
2686
2687
allReadyInstalled: 'Installed',
2687
2688
installHelper: 'If you have image pull issues, configure image acceleration.',
2688
2689
sortMode: 'Sort',
@@ -2706,11 +2707,11 @@ const message = {
2706
2707
upgradeWarn:
2707
2708
'Upgrading the application will replace the docker-compose.yml file. If there are any changes, you can click to view the file comparison',
2708
2709
openclawHttpsUpgradeNoticeTitle:
2709
-
'Note: The following instructions only apply to users upgrading OpenClaw from versions 2026.3.13 through 2026.3.22 to 2026.3.23 or later:',
2710
+
'Note: The following instructions apply only when upgrading OpenClaw from versions 2026.3.13 through 2026.3.22 to 2026.3.23 or later:',
2710
2711
openclawHttpsUpgradeNoticeItem1:
2711
-
'After the upgrade, agent access switches back to HTTP. Go to Configuration -> Settings -> Security and check the access address.',
2712
+
'After upgrading, agent access reverts to HTTP. Go to Configuration -> Settings -> Security and verify the access address.',
2712
2713
openclawHttpsUpgradeNoticeItem2:
2713
-
'If you previously used a reverse proxy website, change the proxy target to http://IP:Port.',
2714
+
'If you previously used a reverse proxy site, change the proxy target to http://IP:Port.',
2714
2715
newVersion: 'New version',
2715
2716
oldVersion: 'Current version',
2716
2717
composeDiff: 'File comparison',
@@ -2757,7 +2758,7 @@ const message = {
2757
2758
upgradeBackup: 'Backup App Before Upgrade',
2758
2759
installAllowPort: 'Open external port access by default when installing apps',
2759
2760
noAppHelper: 'No application detected, go to the task center to view the app store sync log',
2760
-
isEdirWarn: 'Detected modification to docker-compose.yml file, please check the comparison',
2761
+
isEdirWarn: 'Changes to docker-compose.yml were detected. Please review the diff.',
2761
2762
},
2762
2763
website: {
2763
2764
primaryDomain: 'Primary domain',
@@ -2783,7 +2784,7 @@ const message = {
2783
2784
domainHelper: 'One domain per line.\nSupport wildcard "*" and IP address.\nSupport adding port.',
2784
2785
addDomain: 'Add',
2785
2786
domainConfig: 'Domains',
2786
-
defaultDoc: 'Document',
2787
+
defaultDoc: 'Default Document',
2787
2788
perserver: 'Concurrency',
2788
2789
perserverHelper: 'Limit the maximum concurrency of the current site',
2789
2790
perip: 'Single IP',
@@ -2898,7 +2899,7 @@ const message = {
2898
2899
encryptionAlgorithm: 'Encryption algorithm',
2899
2900
notSecurity: '(not safe)',
2900
2901
encryptHelper:
2901
-
"Let's Encrypt has a frequency limit for issuing certificates, but it is sufficient to meet normal needs. Too frequent operations will cause issuance failure. For specific restrictions, please see <a target='_blank' href='https://letsencrypt.org/zh-cn/docs /rate-limits/'>official document</a> ",
2902
+
"Let's Encrypt has a frequency limit for issuing certificates, but it is sufficient to meet normal needs. Too frequent operations will cause issuance failure. For specific restrictions, please see <a target='_blank' href='https://letsencrypt.org/zh-cn/docs /rate-limits/'>official documentation</a> ",
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/es-es.ts
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -705,7 +705,7 @@ const message = {
705
705
reasoning: 'Modelo de razonamiento',
706
706
manualModel: 'Entrada manual de modelo',
707
707
verified: 'Verificado',
708
-
verifySkipped: 'Sin verificacion',
708
+
verifySkipped: 'Sin verificación',
709
709
skillsTab: 'Habilidades',
710
710
securityTab: 'Seguridad',
711
711
otherTab: 'Otros',
@@ -1248,7 +1248,7 @@ const message = {
1248
1248
'Esta orquestación fue creada por la Tienda de Aplicaciones 1Panel. Modifique las variables de entorno en las aplicaciones instaladas.',
1249
1249
composeContentPlaceholder: 'Escriba o pegue el contenido de su archivo docker-compose aquí',
1250
1250
setting: 'Configuración | Configuraciones',
1251
-
goSetting: 'Ir a editar',
1251
+
goSetting: 'Ir a configuración',
1252
1252
restartHelper: 'Los cambios de configuración requieren reiniciar el servicio Docker para surtir efecto',
1253
1253
operatorStatusHelper: 'Esto "{0}" el servicio Docker. ¿Desea continuar?',
1254
1254
dockerStatus: 'Servicio Docker',
@@ -1348,7 +1348,7 @@ const message = {
1348
1348
taskName: 'Nombre',
1349
1349
cronSpec: 'Ciclo de ejecución',
1350
1350
cronSpecDoc:
1351
-
'Custom execution cycles only support the [minute hour day month week] format, e.g., 0 0 * * *. For details, please refer to the official documentation.',
1351
+
'Los ciclos de ejecución personalizados solo admiten el formato [minuto hora día mes semana], por ejemplo, 0 0 * * *. Para más detalles, consulte la documentación oficial.',
1352
1352
cronSpecHelper: 'Introduzca el periodo de ejecución correcto',
1353
1353
cleanHelper:
1354
1354
'Esta operación registra todos los registros de ejecución de tareas, archivos de respaldo y archivos de registro. ¿Desea continuar?',
@@ -2189,8 +2189,8 @@ const message = {
2189
2189
'No lo habilites en entornos de producción ya que puede aumentar riesgos de seguridad en el servidor.',
2190
2190
apiInterfaceAlert2:
2191
2191
'No uses aplicaciones de terceros para llamar a la API y evitar posibles amenazas de seguridad.',
2192
-
apiInterfaceAlert3: 'Documento de API:',
2193
-
apiInterfaceAlert4: 'Documento de uso:',
2192
+
apiInterfaceAlert3: 'Documentación de la API',
2193
+
apiInterfaceAlert4: 'Guía de uso',
2194
2194
apiKey: 'Clave de API',
2195
2195
apiKeyHelper: 'La clave API se utiliza para que aplicaciones de terceros accedan a la API.',
2196
2196
ipWhiteList: 'Lista blanca de IP',
@@ -2553,7 +2553,7 @@ const message = {
2553
2553
'No se pudieron obtener las notas de lanzamiento para el entorno actual. Puedes consultarlas manualmente en la documentación oficial.',
2554
2554
project: 'GitHub',
2555
2555
issue: 'Comentarios',
2556
-
doc: 'Documento oficial',
2556
+
doc: 'Documentación oficial',
2557
2557
star: 'Estrella',
2558
2558
description: 'Panel de servidor Linux',
2559
2559
forum: 'Discusiones',
@@ -2719,12 +2719,12 @@ const message = {
2719
2719
noService: 'Sin {0}',
2720
2720
toInstall: 'Ir a instalar',
2721
2721
param: 'Parámetros',
2722
-
alreadyRun: 'Edad',
2722
+
alreadyRun: 'Instalada',
2723
2723
syncAppList: 'Sincronizar',
2724
2724
less1Minute: 'Menos de 1 minuto',
2725
-
appOfficeWebsite: 'Sitio web',
2726
-
github: 'Github',
2727
-
document: 'Documento',
2725
+
appOfficeWebsite: 'Sitio web oficial',
2726
+
github: 'GitHub',
2727
+
document: 'Documentación',
2728
2728
updatePrompt: 'No hay actualizaciones disponibles',
2729
2729
installPrompt: 'Aún no hay apps instaladas',
2730
2730
updateHelper: 'Editar parámetros puede hacer que la app no inicie. Proceda con precaución.',
@@ -2744,7 +2744,7 @@ const message = {
2744
2744
editCompose: 'Editar archivo compose',
2745
2745
editComposeHelper: 'Editar el compose puede hacer que la instalación falle',
2746
2746
composeNullErr: 'El compose no puede estar vacío',
2747
-
takeDown: 'Desinstalar',
2747
+
takeDown: 'Retirado',
2748
2748
allReadyInstalled: 'Instaladas',
2749
2749
installHelper: 'Si tiene problemas con el pull de imagen, configure aceleración.',
2750
2750
sortMode: 'Ordenar',
@@ -2765,11 +2765,11 @@ const message = {
2765
2765
reload: 'Recargar',
2766
2766
upgradeWarn: 'Actualizar reemplazará docker-compose.yml. Si hay cambios, puede ver la comparación.',
2767
2767
openclawHttpsUpgradeNoticeTitle:
2768
-
'Note: The following instructions only apply to users upgrading OpenClaw from versions 2026.3.13 through 2026.3.22 to 2026.3.23 or later:',
2768
+
'Nota: Las siguientes instrucciones solo se aplican a quienes actualicen OpenClaw de las versiones 2026.3.13 a 2026.3.22 hacia la versión 2026.3.23 o posterior:',
2769
2769
openclawHttpsUpgradeNoticeItem1:
2770
-
'After the upgrade, agent access switches back to HTTP. Go to Configuration -> Settings -> Security and check the access address.',
2770
+
'Después de la actualización, el acceso del agente vuelve a HTTP. Vaya a Configuración -> Ajustes -> Seguridad y compruebe la dirección de acceso.',
2771
2771
openclawHttpsUpgradeNoticeItem2:
2772
-
'If you previously used a reverse proxy website, change the proxy target to http://IP:Port.',
2772
+
'Si antes utilizaba un sitio web con proxy inverso, cambie el destino del proxy a http://IP:Port.',
2773
2773
newVersion: 'Nueva versión',
2774
2774
oldVersion: 'Versión actual',
2775
2775
composeDiff: 'Comparación de archivos',
@@ -2812,7 +2812,7 @@ const message = {
2812
2812
installAllowPort: 'Abrir el acceso externo al puerto por defecto al instalar apps',
2813
2813
noAppHelper:
2814
2814
'No se detectó ninguna aplicación, por favor vaya al centro de tareas para ver el registro de sincronización de la tienda de aplicaciones',
2815
-
isEdirWarn: 'Se detectó modificación en el archivo docker-compose.yml, por favor revise la comparación',
2815
+
isEdirWarn: 'Se detectaron cambios en el archivo docker-compose.yml. Revise la comparación.',
0 commit comments