feat(ota): upgrade container

This commit is contained in:
Jacky 2025-04-21 06:20:15 +00:00
parent a88f8646e6
commit e2c43be24a
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
19 changed files with 708 additions and 28 deletions

View file

@ -7,4 +7,9 @@ export default {
500006: () => $gettext('Container status unknown'),
500007: () => $gettext('Failed to inspect container: {0}'),
500008: () => $gettext('Nginx is not running in another container'),
500009: () => $gettext('Failed to get hostname: {0}'),
500010: () => $gettext('Failed to pull image: {0}'),
500011: () => $gettext('Failed to inspect current container: {0}'),
500012: () => $gettext('Failed to create temp container: {0}'),
500013: () => $gettext('Failed to start temp container: {0}'),
}

View file

@ -1599,6 +1599,11 @@ msgstr ""
msgid "Failed to create symbolic link: {0}"
msgstr "فشل في التفعيل %{msg}"
#: src/constants/errors/docker.ts:13
#, fuzzy
msgid "Failed to create temp container: {0}"
msgstr "فشل في التفعيل %{msg}"
#: src/constants/errors/backup.ts:2
#, fuzzy
msgid "Failed to create temporary directory"
@ -1721,6 +1726,11 @@ msgstr "فشل في الحصول على معلومات الشهادة"
msgid "Failed to get certificate information"
msgstr "فشل في الحصول على معلومات الشهادة"
#: src/constants/errors/docker.ts:10
#, fuzzy
msgid "Failed to get hostname: {0}"
msgstr "فشل في التفعيل %{msg}"
#: src/views/dashboard/components/ParamsOptimization.vue:61
#, fuzzy
msgid "Failed to get Nginx performance settings"
@ -1736,6 +1746,11 @@ msgstr "فشل في الحصول على معلومات الشهادة"
msgid "Failed to inspect container: {0}"
msgstr "فشل في التفعيل %{msg}"
#: src/constants/errors/docker.ts:12
#, fuzzy
msgid "Failed to inspect current container: {0}"
msgstr "فشل في التفعيل %{msg}"
#: src/components/ConfigHistory/ConfigHistory.vue:77
#, fuzzy
msgid "Failed to load history records"
@ -1760,6 +1775,11 @@ msgstr "فشل في التفعيل %{msg}"
msgid "Failed to parse nginx.conf"
msgstr ""
#: src/constants/errors/docker.ts:11
#, fuzzy
msgid "Failed to pull image: {0}"
msgstr "فشل في التفعيل %{msg}"
#: src/constants/errors/backup.ts:53
#, fuzzy
msgid "Failed to read encrypted file: {0}"
@ -1809,6 +1829,11 @@ msgstr "فشل في الحصول على الشهادة"
msgid "Failed to save Nginx performance settings"
msgstr "فشل في الحصول على معلومات الشهادة"
#: src/constants/errors/docker.ts:14
#, fuzzy
msgid "Failed to start temp container: {0}"
msgstr "فشل في التفعيل %{msg}"
#: src/constants/errors/backup.ts:38
#, fuzzy
msgid "Failed to verify hashes: {0}"

View file

@ -1645,6 +1645,11 @@ msgstr ""
msgid "Failed to create symbolic link: {0}"
msgstr "Aktiviern von %{msg} fehlgeschlagen"
#: src/constants/errors/docker.ts:13
#, fuzzy
msgid "Failed to create temp container: {0}"
msgstr "Aktiviern von %{msg} fehlgeschlagen"
#: src/constants/errors/backup.ts:2
#, fuzzy
msgid "Failed to create temporary directory"
@ -1767,6 +1772,11 @@ msgstr "Fehler beim Abrufen von Zertifikatsinformationen"
msgid "Failed to get certificate information"
msgstr "Fehler beim Abrufen von Zertifikatsinformationen"
#: src/constants/errors/docker.ts:10
#, fuzzy
msgid "Failed to get hostname: {0}"
msgstr "Aktiviern von %{msg} fehlgeschlagen"
#: src/views/dashboard/components/ParamsOptimization.vue:61
#, fuzzy
msgid "Failed to get Nginx performance settings"
@ -1782,6 +1792,11 @@ msgstr "Fehler beim Abrufen von Zertifikatsinformationen"
msgid "Failed to inspect container: {0}"
msgstr "Aktiviern von %{msg} fehlgeschlagen"
#: src/constants/errors/docker.ts:12
#, fuzzy
msgid "Failed to inspect current container: {0}"
msgstr "Aktiviern von %{msg} fehlgeschlagen"
#: src/components/ConfigHistory/ConfigHistory.vue:77
#, fuzzy
msgid "Failed to load history records"
@ -1806,6 +1821,11 @@ msgstr "Aktiviern von %{msg} fehlgeschlagen"
msgid "Failed to parse nginx.conf"
msgstr ""
#: src/constants/errors/docker.ts:11
#, fuzzy
msgid "Failed to pull image: {0}"
msgstr "Aktiviern von %{msg} fehlgeschlagen"
#: src/constants/errors/backup.ts:53
msgid "Failed to read encrypted file: {0}"
msgstr ""
@ -1851,6 +1871,11 @@ msgstr "Zertifikat ist gültig"
msgid "Failed to save Nginx performance settings"
msgstr "Fehler beim Abrufen von Zertifikatsinformationen"
#: src/constants/errors/docker.ts:14
#, fuzzy
msgid "Failed to start temp container: {0}"
msgstr "Aktiviern von %{msg} fehlgeschlagen"
#: src/constants/errors/backup.ts:38
#, fuzzy
msgid "Failed to verify hashes: {0}"

View file

@ -1629,6 +1629,11 @@ msgstr ""
msgid "Failed to create symbolic link: {0}"
msgstr "Failed to enable %{msg}"
#: src/constants/errors/docker.ts:13
#, fuzzy
msgid "Failed to create temp container: {0}"
msgstr "Failed to enable %{msg}"
#: src/constants/errors/backup.ts:2
#, fuzzy
msgid "Failed to create temporary directory"
@ -1752,6 +1757,11 @@ msgstr "Certificate is valid"
msgid "Failed to get certificate information"
msgstr "Certificate is valid"
#: src/constants/errors/docker.ts:10
#, fuzzy
msgid "Failed to get hostname: {0}"
msgstr "Failed to enable %{msg}"
#: src/views/dashboard/components/ParamsOptimization.vue:61
#, fuzzy
msgid "Failed to get Nginx performance settings"
@ -1767,6 +1777,11 @@ msgstr "Certificate is valid"
msgid "Failed to inspect container: {0}"
msgstr "Failed to enable %{msg}"
#: src/constants/errors/docker.ts:12
#, fuzzy
msgid "Failed to inspect current container: {0}"
msgstr "Failed to enable %{msg}"
#: src/components/ConfigHistory/ConfigHistory.vue:77
#, fuzzy
msgid "Failed to load history records"
@ -1791,6 +1806,11 @@ msgstr "Failed to enable %{msg}"
msgid "Failed to parse nginx.conf"
msgstr ""
#: src/constants/errors/docker.ts:11
#, fuzzy
msgid "Failed to pull image: {0}"
msgstr "Failed to enable %{msg}"
#: src/constants/errors/backup.ts:53
#, fuzzy
msgid "Failed to read encrypted file: {0}"
@ -1840,6 +1860,11 @@ msgstr "Certificate is valid"
msgid "Failed to save Nginx performance settings"
msgstr "Certificate is valid"
#: src/constants/errors/docker.ts:14
#, fuzzy
msgid "Failed to start temp container: {0}"
msgstr "Failed to enable %{msg}"
#: src/constants/errors/backup.ts:38
#, fuzzy
msgid "Failed to verify hashes: {0}"

View file

@ -1601,6 +1601,11 @@ msgstr ""
msgid "Failed to create symbolic link: {0}"
msgstr "Error al habilitar %{msg}"
#: src/constants/errors/docker.ts:13
#, fuzzy
msgid "Failed to create temp container: {0}"
msgstr "Error al habilitar %{msg}"
#: src/constants/errors/backup.ts:2
#, fuzzy
msgid "Failed to create temporary directory"
@ -1723,6 +1728,11 @@ msgstr "No se pudo obtener la información del certificado"
msgid "Failed to get certificate information"
msgstr "No se pudo obtener la información del certificado"
#: src/constants/errors/docker.ts:10
#, fuzzy
msgid "Failed to get hostname: {0}"
msgstr "Error al habilitar %{msg}"
#: src/views/dashboard/components/ParamsOptimization.vue:61
#, fuzzy
msgid "Failed to get Nginx performance settings"
@ -1738,6 +1748,11 @@ msgstr "No se pudo obtener la información del certificado"
msgid "Failed to inspect container: {0}"
msgstr "Error al habilitar %{msg}"
#: src/constants/errors/docker.ts:12
#, fuzzy
msgid "Failed to inspect current container: {0}"
msgstr "Error al habilitar %{msg}"
#: src/components/ConfigHistory/ConfigHistory.vue:77
#, fuzzy
msgid "Failed to load history records"
@ -1762,6 +1777,11 @@ msgstr "Error al habilitar %{msg}"
msgid "Failed to parse nginx.conf"
msgstr ""
#: src/constants/errors/docker.ts:11
#, fuzzy
msgid "Failed to pull image: {0}"
msgstr "Error al habilitar %{msg}"
#: src/constants/errors/backup.ts:53
msgid "Failed to read encrypted file: {0}"
msgstr ""
@ -1807,6 +1827,11 @@ msgstr "Falla al obtener el certificado"
msgid "Failed to save Nginx performance settings"
msgstr "No se pudo obtener la información del certificado"
#: src/constants/errors/docker.ts:14
#, fuzzy
msgid "Failed to start temp container: {0}"
msgstr "Error al habilitar %{msg}"
#: src/constants/errors/backup.ts:38
#, fuzzy
msgid "Failed to verify hashes: {0}"

View file

@ -1656,6 +1656,11 @@ msgstr ""
msgid "Failed to create symbolic link: {0}"
msgstr "Impossible d'activer %{msg}"
#: src/constants/errors/docker.ts:13
#, fuzzy
msgid "Failed to create temp container: {0}"
msgstr "Impossible d'activer %{msg}"
#: src/constants/errors/backup.ts:2
#, fuzzy
msgid "Failed to create temporary directory"
@ -1778,6 +1783,11 @@ msgstr "Échec de l'obtention des informations sur le certificat"
msgid "Failed to get certificate information"
msgstr "Échec de l'obtention des informations sur le certificat"
#: src/constants/errors/docker.ts:10
#, fuzzy
msgid "Failed to get hostname: {0}"
msgstr "Impossible d'activer %{msg}"
#: src/views/dashboard/components/ParamsOptimization.vue:61
#, fuzzy
msgid "Failed to get Nginx performance settings"
@ -1793,6 +1803,11 @@ msgstr "Échec de l'obtention des informations sur le certificat"
msgid "Failed to inspect container: {0}"
msgstr "Impossible d'activer %{msg}"
#: src/constants/errors/docker.ts:12
#, fuzzy
msgid "Failed to inspect current container: {0}"
msgstr "Impossible d'activer %{msg}"
#: src/components/ConfigHistory/ConfigHistory.vue:77
#, fuzzy
msgid "Failed to load history records"
@ -1818,6 +1833,11 @@ msgstr "Impossible d'activer %{msg}"
msgid "Failed to parse nginx.conf"
msgstr "Erreur lecture nginx.conf"
#: src/constants/errors/docker.ts:11
#, fuzzy
msgid "Failed to pull image: {0}"
msgstr "Impossible d'activer %{msg}"
#: src/constants/errors/backup.ts:53
#, fuzzy
msgid "Failed to read encrypted file: {0}"
@ -1868,6 +1888,11 @@ msgstr "Obtenir un certificat"
msgid "Failed to save Nginx performance settings"
msgstr "Échec de l'obtention des informations sur le certificat"
#: src/constants/errors/docker.ts:14
#, fuzzy
msgid "Failed to start temp container: {0}"
msgstr "Impossible d'activer %{msg}"
#: src/constants/errors/backup.ts:38
#, fuzzy
msgid "Failed to verify hashes: {0}"

View file

@ -1594,6 +1594,11 @@ msgstr ""
msgid "Failed to create symbolic link: {0}"
msgstr "%{msg} 활성화 실패"
#: src/constants/errors/docker.ts:13
#, fuzzy
msgid "Failed to create temp container: {0}"
msgstr "%{msg} 활성화 실패"
#: src/constants/errors/backup.ts:2
#, fuzzy
msgid "Failed to create temporary directory"
@ -1716,6 +1721,11 @@ msgstr "인증서 정보 가져오기 실패"
msgid "Failed to get certificate information"
msgstr "인증서 정보 가져오기 실패"
#: src/constants/errors/docker.ts:10
#, fuzzy
msgid "Failed to get hostname: {0}"
msgstr "%{msg} 활성화 실패"
#: src/views/dashboard/components/ParamsOptimization.vue:61
#, fuzzy
msgid "Failed to get Nginx performance settings"
@ -1731,6 +1741,11 @@ msgstr "인증서 정보 가져오기 실패"
msgid "Failed to inspect container: {0}"
msgstr "%{msg} 활성화 실패"
#: src/constants/errors/docker.ts:12
#, fuzzy
msgid "Failed to inspect current container: {0}"
msgstr "%{msg} 활성화 실패"
#: src/components/ConfigHistory/ConfigHistory.vue:77
#, fuzzy
msgid "Failed to load history records"
@ -1755,6 +1770,11 @@ msgstr "%{msg} 활성화 실패"
msgid "Failed to parse nginx.conf"
msgstr ""
#: src/constants/errors/docker.ts:11
#, fuzzy
msgid "Failed to pull image: {0}"
msgstr "%{msg} 활성화 실패"
#: src/constants/errors/backup.ts:53
msgid "Failed to read encrypted file: {0}"
msgstr ""
@ -1800,6 +1820,11 @@ msgstr "인증서 획득 실패"
msgid "Failed to save Nginx performance settings"
msgstr "인증서 정보 가져오기 실패"
#: src/constants/errors/docker.ts:14
#, fuzzy
msgid "Failed to start temp container: {0}"
msgstr "%{msg} 활성화 실패"
#: src/constants/errors/backup.ts:38
#, fuzzy
msgid "Failed to verify hashes: {0}"

View file

@ -1495,6 +1495,10 @@ msgstr ""
msgid "Failed to create symbolic link: {0}"
msgstr ""
#: src/constants/errors/docker.ts:13
msgid "Failed to create temp container: {0}"
msgstr ""
#: src/constants/errors/backup.ts:2
msgid "Failed to create temporary directory"
msgstr ""
@ -1599,6 +1603,10 @@ msgstr ""
msgid "Failed to get certificate information"
msgstr ""
#: src/constants/errors/docker.ts:10
msgid "Failed to get hostname: {0}"
msgstr ""
#: src/views/dashboard/components/ParamsOptimization.vue:61
msgid "Failed to get Nginx performance settings"
msgstr ""
@ -1611,6 +1619,10 @@ msgstr ""
msgid "Failed to inspect container: {0}"
msgstr ""
#: src/constants/errors/docker.ts:12
msgid "Failed to inspect current container: {0}"
msgstr ""
#: src/components/ConfigHistory/ConfigHistory.vue:77
msgid "Failed to load history records"
msgstr ""
@ -1631,6 +1643,10 @@ msgstr ""
msgid "Failed to parse nginx.conf"
msgstr ""
#: src/constants/errors/docker.ts:11
msgid "Failed to pull image: {0}"
msgstr ""
#: src/constants/errors/backup.ts:53
msgid "Failed to read encrypted file: {0}"
msgstr ""
@ -1671,6 +1687,10 @@ msgstr ""
msgid "Failed to save Nginx performance settings"
msgstr ""
#: src/constants/errors/docker.ts:14
msgid "Failed to start temp container: {0}"
msgstr ""
#: src/constants/errors/backup.ts:38
msgid "Failed to verify hashes: {0}"
msgstr ""

View file

@ -1585,6 +1585,11 @@ msgstr ""
msgid "Failed to create symbolic link: {0}"
msgstr "Не удалось включить %{msg}"
#: src/constants/errors/docker.ts:13
#, fuzzy
msgid "Failed to create temp container: {0}"
msgstr "Не удалось включить %{msg}"
#: src/constants/errors/backup.ts:2
#, fuzzy
msgid "Failed to create temporary directory"
@ -1707,6 +1712,11 @@ msgstr "Не удалось получить информацию о серти
msgid "Failed to get certificate information"
msgstr "Не удалось получить информацию о сертификате"
#: src/constants/errors/docker.ts:10
#, fuzzy
msgid "Failed to get hostname: {0}"
msgstr "Не удалось включить %{msg}"
#: src/views/dashboard/components/ParamsOptimization.vue:61
#, fuzzy
msgid "Failed to get Nginx performance settings"
@ -1722,6 +1732,11 @@ msgstr "Не удалось получить информацию о серти
msgid "Failed to inspect container: {0}"
msgstr "Не удалось включить %{msg}"
#: src/constants/errors/docker.ts:12
#, fuzzy
msgid "Failed to inspect current container: {0}"
msgstr "Не удалось включить %{msg}"
#: src/components/ConfigHistory/ConfigHistory.vue:77
#, fuzzy
msgid "Failed to load history records"
@ -1746,6 +1761,11 @@ msgstr "Не удалось включить %{msg}"
msgid "Failed to parse nginx.conf"
msgstr ""
#: src/constants/errors/docker.ts:11
#, fuzzy
msgid "Failed to pull image: {0}"
msgstr "Не удалось включить %{msg}"
#: src/constants/errors/backup.ts:53
msgid "Failed to read encrypted file: {0}"
msgstr ""
@ -1791,6 +1811,11 @@ msgstr "Не удалось получить сертификат"
msgid "Failed to save Nginx performance settings"
msgstr "Не удалось получить информацию о сертификате"
#: src/constants/errors/docker.ts:14
#, fuzzy
msgid "Failed to start temp container: {0}"
msgstr "Не удалось включить %{msg}"
#: src/constants/errors/backup.ts:38
#, fuzzy
msgid "Failed to verify hashes: {0}"

View file

@ -1618,6 +1618,11 @@ msgstr ""
msgid "Failed to create symbolic link: {0}"
msgstr "Etkinleştirilemedi %{msg}"
#: src/constants/errors/docker.ts:13
#, fuzzy
msgid "Failed to create temp container: {0}"
msgstr "Etkinleştirilemedi %{msg}"
#: src/constants/errors/backup.ts:2
#, fuzzy
msgid "Failed to create temporary directory"
@ -1740,6 +1745,11 @@ msgstr "Sertifika bilgileri alınamadı"
msgid "Failed to get certificate information"
msgstr "Sertifika bilgileri alınamadı"
#: src/constants/errors/docker.ts:10
#, fuzzy
msgid "Failed to get hostname: {0}"
msgstr "Etkinleştirilemedi %{msg}"
#: src/views/dashboard/components/ParamsOptimization.vue:61
#, fuzzy
msgid "Failed to get Nginx performance settings"
@ -1755,6 +1765,11 @@ msgstr "Sertifika bilgileri alınamadı"
msgid "Failed to inspect container: {0}"
msgstr "Etkinleştirilemedi %{msg}"
#: src/constants/errors/docker.ts:12
#, fuzzy
msgid "Failed to inspect current container: {0}"
msgstr "Etkinleştirilemedi %{msg}"
#: src/components/ConfigHistory/ConfigHistory.vue:77
#, fuzzy
msgid "Failed to load history records"
@ -1779,6 +1794,11 @@ msgstr "Etkinleştirilemedi %{msg}"
msgid "Failed to parse nginx.conf"
msgstr ""
#: src/constants/errors/docker.ts:11
#, fuzzy
msgid "Failed to pull image: {0}"
msgstr "Etkinleştirilemedi %{msg}"
#: src/constants/errors/backup.ts:53
msgid "Failed to read encrypted file: {0}"
msgstr ""
@ -1824,6 +1844,11 @@ msgstr "Sertifika alınamadı"
msgid "Failed to save Nginx performance settings"
msgstr "Sertifika bilgileri alınamadı"
#: src/constants/errors/docker.ts:14
#, fuzzy
msgid "Failed to start temp container: {0}"
msgstr "Etkinleştirilemedi %{msg}"
#: src/constants/errors/backup.ts:38
#, fuzzy
msgid "Failed to verify hashes: {0}"

View file

@ -1507,6 +1507,10 @@ msgstr ""
msgid "Failed to create symbolic link: {0}"
msgstr ""
#: src/constants/errors/docker.ts:13
msgid "Failed to create temp container: {0}"
msgstr ""
#: src/constants/errors/backup.ts:2
msgid "Failed to create temporary directory"
msgstr ""
@ -1611,6 +1615,10 @@ msgstr ""
msgid "Failed to get certificate information"
msgstr ""
#: src/constants/errors/docker.ts:10
msgid "Failed to get hostname: {0}"
msgstr ""
#: src/views/dashboard/components/ParamsOptimization.vue:61
msgid "Failed to get Nginx performance settings"
msgstr ""
@ -1623,6 +1631,10 @@ msgstr ""
msgid "Failed to inspect container: {0}"
msgstr ""
#: src/constants/errors/docker.ts:12
msgid "Failed to inspect current container: {0}"
msgstr ""
#: src/components/ConfigHistory/ConfigHistory.vue:77
msgid "Failed to load history records"
msgstr ""
@ -1643,6 +1655,10 @@ msgstr ""
msgid "Failed to parse nginx.conf"
msgstr ""
#: src/constants/errors/docker.ts:11
msgid "Failed to pull image: {0}"
msgstr ""
#: src/constants/errors/backup.ts:53
msgid "Failed to read encrypted file: {0}"
msgstr ""
@ -1683,6 +1699,10 @@ msgstr ""
msgid "Failed to save Nginx performance settings"
msgstr ""
#: src/constants/errors/docker.ts:14
msgid "Failed to start temp container: {0}"
msgstr ""
#: src/constants/errors/backup.ts:38
msgid "Failed to verify hashes: {0}"
msgstr ""

View file

@ -1634,6 +1634,11 @@ msgstr ""
msgid "Failed to create symbolic link: {0}"
msgstr "Không thể bật %{msg}"
#: src/constants/errors/docker.ts:13
#, fuzzy
msgid "Failed to create temp container: {0}"
msgstr "Không thể bật %{msg}"
#: src/constants/errors/backup.ts:2
#, fuzzy
msgid "Failed to create temporary directory"
@ -1756,6 +1761,11 @@ msgstr "Không thể truy xuất thông tin chứng chỉ"
msgid "Failed to get certificate information"
msgstr "Không thể truy xuất thông tin chứng chỉ"
#: src/constants/errors/docker.ts:10
#, fuzzy
msgid "Failed to get hostname: {0}"
msgstr "Không thể bật %{msg}"
#: src/views/dashboard/components/ParamsOptimization.vue:61
#, fuzzy
msgid "Failed to get Nginx performance settings"
@ -1771,6 +1781,11 @@ msgstr "Không thể truy xuất thông tin chứng chỉ"
msgid "Failed to inspect container: {0}"
msgstr "Không thể bật %{msg}"
#: src/constants/errors/docker.ts:12
#, fuzzy
msgid "Failed to inspect current container: {0}"
msgstr "Không thể bật %{msg}"
#: src/components/ConfigHistory/ConfigHistory.vue:77
#, fuzzy
msgid "Failed to load history records"
@ -1795,6 +1810,11 @@ msgstr "Không thể bật %{msg}"
msgid "Failed to parse nginx.conf"
msgstr ""
#: src/constants/errors/docker.ts:11
#, fuzzy
msgid "Failed to pull image: {0}"
msgstr "Không thể bật %{msg}"
#: src/constants/errors/backup.ts:53
msgid "Failed to read encrypted file: {0}"
msgstr ""
@ -1840,6 +1860,11 @@ msgstr "Nhận chứng chỉ"
msgid "Failed to save Nginx performance settings"
msgstr "Không thể truy xuất thông tin chứng chỉ"
#: src/constants/errors/docker.ts:14
#, fuzzy
msgid "Failed to start temp container: {0}"
msgstr "Không thể bật %{msg}"
#: src/constants/errors/backup.ts:38
#, fuzzy
msgid "Failed to verify hashes: {0}"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2025-04-19 14:14+0800\n"
"PO-Revision-Date: 2025-04-21 14:19+0800\n"
"Last-Translator: 0xJacky <me@jackyu.cn>\n"
"Language-Team: Chinese (Simplified Han script) <https://weblate.nginxui.com/"
"projects/nginx-ui/frontend/zh_Hans/>\n"
@ -679,7 +679,7 @@ msgstr "命令"
#: src/constants/errors/docker.ts:6
msgid "Command exited with unexpected exit code: {0}, error: {1}"
msgstr ""
msgstr "命令以意外退出代码退出:{0},错误:{1}"
#: src/components/NgxConfigEditor/directive/DirectiveEditorItem.vue:115
#: src/components/NgxConfigEditor/LocationEditor.vue:104
@ -758,7 +758,7 @@ msgstr "连接超时时间"
#: src/constants/errors/docker.ts:7
msgid "Container status unknown"
msgstr ""
msgstr "未知容器状态"
#: src/components/NgxConfigEditor/directive/DirectiveEditorItem.vue:120
#: src/components/NgxConfigEditor/LocationEditor.vue:116
@ -1168,7 +1168,7 @@ msgstr "你想删除这个 Upstream 吗?"
#: src/constants/errors/docker.ts:2
msgid "Docker client not initialized"
msgstr ""
msgstr "Docker 客户端未初始化"
#: src/components/NgxConfigEditor/directive/DirectiveAdd.vue:88
#: src/components/NgxConfigEditor/directive/DirectiveDocuments.vue:16
@ -1428,9 +1428,8 @@ msgid "Fail to obtain certificate"
msgstr "获取证书失败"
#: src/constants/errors/docker.ts:4
#, fuzzy
msgid "Failed to attach to exec instance: {0}"
msgstr "解压缩失败:{0}"
msgstr "连接执行实例失败:{0}"
#: src/constants/errors/backup.ts:5
msgid "Failed to backup Nginx config files: {0}"
@ -1508,6 +1507,10 @@ msgstr "创建还原目录失败:{0}"
msgid "Failed to create symbolic link: {0}"
msgstr "创建符号链接失败:{0}"
#: src/constants/errors/docker.ts:13
msgid "Failed to create temp container: {0}"
msgstr "创建临时容器失败:{0}"
#: src/constants/errors/backup.ts:2
msgid "Failed to create temporary directory"
msgstr "创建临时目录失败"
@ -1593,9 +1596,8 @@ msgid "Failed to evaluate symbolic links: {0}"
msgstr "符号链接解析失败:{0}"
#: src/constants/errors/docker.ts:3
#, fuzzy
msgid "Failed to exec command: {0}"
msgstr "读取文件失败:{0}"
msgstr "执行命令失败:{0}"
#: src/constants/errors/backup.ts:35
msgid "Failed to extract archive: {0}"
@ -1613,6 +1615,10 @@ msgstr "生成初始化向量失败:{0}"
msgid "Failed to get certificate information"
msgstr "获取证书信息失败"
#: src/constants/errors/docker.ts:10
msgid "Failed to get hostname: {0}"
msgstr "获取主机名失败: {0}"
#: src/views/dashboard/components/ParamsOptimization.vue:61
msgid "Failed to get Nginx performance settings"
msgstr "获取 Nginx 性能参数失败"
@ -1622,9 +1628,12 @@ msgid "Failed to get performance data"
msgstr "获取性能数据失败"
#: src/constants/errors/docker.ts:8
#, fuzzy
msgid "Failed to inspect container: {0}"
msgstr "复制文件内容失败:{0}"
msgstr "检查容器失败:{0}"
#: src/constants/errors/docker.ts:12
msgid "Failed to inspect current container: {0}"
msgstr "检查当前容器失败:{0}"
#: src/components/ConfigHistory/ConfigHistory.vue:77
msgid "Failed to load history records"
@ -1646,6 +1655,10 @@ msgstr "打开压缩文件失败:{0}"
msgid "Failed to parse nginx.conf"
msgstr "解析 nginx.conf 失败"
#: src/constants/errors/docker.ts:11
msgid "Failed to pull image: {0}"
msgstr "拉取镜像失败:{0}"
#: src/constants/errors/backup.ts:53
msgid "Failed to read encrypted file: {0}"
msgstr "读取加密文件失败:{0}"
@ -1663,9 +1676,8 @@ msgid "Failed to read nginx.conf"
msgstr "读取 nginx.conf 失败"
#: src/constants/errors/docker.ts:5
#, fuzzy
msgid "Failed to read output: {0}"
msgstr "读取文件失败:{0}"
msgstr "读取输出失败:{0}"
#: src/constants/errors/backup.ts:21
msgid "Failed to read symlink: {0}"
@ -1687,6 +1699,10 @@ msgstr "证书撤销失败"
msgid "Failed to save Nginx performance settings"
msgstr "保存 Nginx 性能参数失败"
#: src/constants/errors/docker.ts:14
msgid "Failed to start temp container: {0}"
msgstr "启动临时容器失败:{0}"
#: src/constants/errors/backup.ts:38
msgid "Failed to verify hashes: {0}"
msgstr "验证哈希值失败:{0}"
@ -2535,9 +2551,8 @@ msgid "Nginx is not running"
msgstr "Nginx 未启动"
#: src/constants/errors/docker.ts:9
#, fuzzy
msgid "Nginx is not running in another container"
msgstr "Nginx 未启动"
msgstr "Nginx 未在另一个容器中运行"
#: src/views/dashboard/NginxDashBoard.vue:112
msgid "Nginx is running"
@ -3225,9 +3240,8 @@ msgid "Reload Nginx"
msgstr "重载 Nginx"
#: src/constants/errors/nginx.ts:3
#, fuzzy
msgid "Reload nginx failed: {0}"
msgstr "Nginx 重载失败:{0}"
msgstr "重载 Nginx 失败: {0}"
#: src/components/Notification/notifications.ts:10
msgid "Reload Nginx on %{node} failed, response: %{resp}"
@ -3653,19 +3667,19 @@ msgstr "使用 HTTP01 challenge provider"
#: src/constants/errors/nginx_log.ts:8
msgid ""
"Settings.NginxLogSettings.AccessLogPath is empty, refer to https://nginxui."
"com/guide/config-nginx.html for more information"
"Settings.NginxLogSettings.AccessLogPath is empty, refer to https://"
"nginxui.com/guide/config-nginx.html for more information"
msgstr ""
"Settings.NginxLogSettings.AccessLogPath 为空,更多信息请参阅 https://nginxui."
"com/guide/config-nginx.html"
"Settings.NginxLogSettings.AccessLogPath 为空,更多信息请参阅 https://"
"nginxui.com/guide/config-nginx.html"
#: src/constants/errors/nginx_log.ts:7
msgid ""
"Settings.NginxLogSettings.ErrorLogPath is empty, refer to https://nginxui."
"com/guide/config-nginx.html for more information"
"Settings.NginxLogSettings.ErrorLogPath is empty, refer to https://"
"nginxui.com/guide/config-nginx.html for more information"
msgstr ""
"Settings.NginxLogSettings.ErrorLogPath为空更多信息请参阅 https://nginxui."
"com/guide/config-nginx.html"
"Settings.NginxLogSettings.ErrorLogPath为空更多信息请参阅 https://"
"nginxui.com/guide/config-nginx.html"
#: src/views/dashboard/components/ParamsOpt/ProxyCacheConfig.vue:147
msgid "Shared Memory Zone"
@ -4682,8 +4696,8 @@ msgstr "你的 Passkeys"
#~ msgstr "请将远程 Nginx UI 升级到最新版本"
#~ msgid ""
#~ "Rename %{orig_path} to %{new_path} on %{env_name} failed, response: "
#~ "%{resp}"
#~ "Rename %{orig_path} to %{new_path} on %{env_name} failed, response: %"
#~ "{resp}"
#~ msgstr ""
#~ "将 %{env_name} 上的 %{orig_path} 重命名为 %{new_path} 失败,响应:%{resp}"

View file

@ -1518,6 +1518,11 @@ msgstr "無法建立還原目錄:{0}"
msgid "Failed to create symbolic link: {0}"
msgstr "建立符號連結失敗:{0}"
#: src/constants/errors/docker.ts:13
#, fuzzy
msgid "Failed to create temp container: {0}"
msgstr "無法建立壓縮項目:{0}"
#: src/constants/errors/backup.ts:2
msgid "Failed to create temporary directory"
msgstr "無法建立臨時目錄"
@ -1623,6 +1628,11 @@ msgstr "無法生成初始化向量:{0}"
msgid "Failed to get certificate information"
msgstr "取得憑證資訊失敗"
#: src/constants/errors/docker.ts:10
#, fuzzy
msgid "Failed to get hostname: {0}"
msgstr "複製檔案內容失敗:{0}"
#: src/views/dashboard/components/ParamsOptimization.vue:61
msgid "Failed to get Nginx performance settings"
msgstr "無法取得 Nginx 效能設定"
@ -1636,6 +1646,11 @@ msgstr "無法取得效能資料"
msgid "Failed to inspect container: {0}"
msgstr "複製檔案內容失敗:{0}"
#: src/constants/errors/docker.ts:12
#, fuzzy
msgid "Failed to inspect current container: {0}"
msgstr "複製檔案內容失敗:{0}"
#: src/components/ConfigHistory/ConfigHistory.vue:77
msgid "Failed to load history records"
msgstr "無法載入歷史記錄"
@ -1656,6 +1671,11 @@ msgstr "無法開啟壓縮檔:{0}"
msgid "Failed to parse nginx.conf"
msgstr "解析 nginx.conf 失敗"
#: src/constants/errors/docker.ts:11
#, fuzzy
msgid "Failed to pull image: {0}"
msgstr "讀取檔案失敗:{0}"
#: src/constants/errors/backup.ts:53
msgid "Failed to read encrypted file: {0}"
msgstr "無法讀取加密檔案:{0}"
@ -1697,6 +1717,11 @@ msgstr "撤銷憑證失敗"
msgid "Failed to save Nginx performance settings"
msgstr "儲存 Nginx 效能設定失敗"
#: src/constants/errors/docker.ts:14
#, fuzzy
msgid "Failed to start temp container: {0}"
msgstr "複製檔案內容失敗:{0}"
#: src/constants/errors/backup.ts:38
msgid "Failed to verify hashes: {0}"
msgstr "無法驗證雜湊值:{0}"