Skip to content

Commit

Permalink
chore: prepare v2.0.0-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Feb 6, 2024
1 parent 2526d71 commit 66571bc
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 37 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nginx-ui-app-next",
"version": "2.0.0-beta.13",
"version": "2.0.0-beta.14",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion app/src/language/LINGUAS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
es fr_FR ru_RU vi_VN zh_CN zh_TW
en zh_CN zh_TW fr_FR es ru_RU vi_VN
9 changes: 5 additions & 4 deletions app/src/language/en/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -1561,14 +1561,15 @@ msgstr ""
msgid "The input is not a SSL Certificate Key"
msgstr "Certificate Status"

#: src/views/certificate/CertificateEditor.vue:168
#, fuzzy
msgid "The path exists, but the file is not a certificate"
msgstr "Certificate Status"

#: src/views/certificate/CertificateEditor.vue:183
msgid "The path exists, but the file is not a private key"
msgstr ""

#: src/views/certificate/CertificateEditor.vue:168
msgid "The path exists, but the file is not a public key"
msgstr ""

#: src/views/domain/cert/components/AutoCertStepOne.vue:45
#, fuzzy
msgid ""
Expand Down
12 changes: 8 additions & 4 deletions app/src/language/es/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -1492,14 +1492,15 @@ msgstr "La entrada no es un Certificado SSL"
msgid "The input is not a SSL Certificate Key"
msgstr "La entrada no es una clave de certificado SSL"

#: src/views/certificate/CertificateEditor.vue:168
#, fuzzy
msgid "The path exists, but the file is not a certificate"
msgstr "La ruta existe, pero el archivo no es una clave privada"

#: src/views/certificate/CertificateEditor.vue:183
msgid "The path exists, but the file is not a private key"
msgstr "La ruta existe, pero el archivo no es una clave privada"

#: src/views/certificate/CertificateEditor.vue:168
msgid "The path exists, but the file is not a public key"
msgstr "La ruta existe, pero el archivo no es una clave pública"

#: src/views/domain/cert/components/AutoCertStepOne.vue:45
msgid ""
"The server_name in the current configuration must be the domain name you "
Expand Down Expand Up @@ -1672,6 +1673,9 @@ msgstr "Estás usando la última versión"
msgid "You can check Nginx UI upgrade at this page."
msgstr "Puede consultar la actualización de Nginx UI en esta página."

#~ msgid "The path exists, but the file is not a public key"
#~ msgstr "La ruta existe, pero el archivo no es una clave pública"

#, fuzzy
#~ msgid "Server"
#~ msgstr "Información del servidor"
Expand Down
9 changes: 5 additions & 4 deletions app/src/language/fr_FR/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -1559,14 +1559,15 @@ msgstr ""
msgid "The input is not a SSL Certificate Key"
msgstr "Chemin de la clé du certificat SSL"

#: src/views/certificate/CertificateEditor.vue:168
#, fuzzy
msgid "The path exists, but the file is not a certificate"
msgstr "Chemin de la clé du certificat SSL"

#: src/views/certificate/CertificateEditor.vue:183
msgid "The path exists, but the file is not a private key"
msgstr ""

#: src/views/certificate/CertificateEditor.vue:168
msgid "The path exists, but the file is not a public key"
msgstr ""

#: src/views/domain/cert/components/AutoCertStepOne.vue:45
#, fuzzy
msgid ""
Expand Down
8 changes: 4 additions & 4 deletions app/src/language/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -1508,12 +1508,12 @@ msgstr ""
msgid "The input is not a SSL Certificate Key"
msgstr ""

#: src/views/certificate/CertificateEditor.vue:183
msgid "The path exists, but the file is not a private key"
#: src/views/certificate/CertificateEditor.vue:168
msgid "The path exists, but the file is not a certificate"
msgstr ""

#: src/views/certificate/CertificateEditor.vue:168
msgid "The path exists, but the file is not a public key"
#: src/views/certificate/CertificateEditor.vue:183
msgid "The path exists, but the file is not a private key"
msgstr ""

#: src/views/domain/cert/components/AutoCertStepOne.vue:45
Expand Down
9 changes: 5 additions & 4 deletions app/src/language/ru_RU/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -1567,14 +1567,15 @@ msgstr ""
msgid "The input is not a SSL Certificate Key"
msgstr "Путь к ключу сертификата SSL"

#: src/views/certificate/CertificateEditor.vue:168
#, fuzzy
msgid "The path exists, but the file is not a certificate"
msgstr "Путь к ключу сертификата SSL"

#: src/views/certificate/CertificateEditor.vue:183
msgid "The path exists, but the file is not a private key"
msgstr ""

#: src/views/certificate/CertificateEditor.vue:168
msgid "The path exists, but the file is not a public key"
msgstr ""

#: src/views/domain/cert/components/AutoCertStepOne.vue:45
#, fuzzy
msgid ""
Expand Down
8 changes: 4 additions & 4 deletions app/src/language/vi_VN/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -1564,12 +1564,12 @@ msgstr ""
msgid "The input is not a SSL Certificate Key"
msgstr ""

#: src/views/certificate/CertificateEditor.vue:183
msgid "The path exists, but the file is not a private key"
#: src/views/certificate/CertificateEditor.vue:168
msgid "The path exists, but the file is not a certificate"
msgstr ""

#: src/views/certificate/CertificateEditor.vue:168
msgid "The path exists, but the file is not a public key"
#: src/views/certificate/CertificateEditor.vue:183
msgid "The path exists, but the file is not a private key"
msgstr ""

#: src/views/domain/cert/components/AutoCertStepOne.vue:45
Expand Down
Binary file modified app/src/language/zh_CN/app.mo
Binary file not shown.
11 changes: 7 additions & 4 deletions app/src/language/zh_CN/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -1479,14 +1479,14 @@ msgstr "输入的内容不是 SSL 证书"
msgid "The input is not a SSL Certificate Key"
msgstr "输入的内容不是 SSL 证书密钥"

#: src/views/certificate/CertificateEditor.vue:168
msgid "The path exists, but the file is not a certificate"
msgstr "路径存在,但文件不是证书"

#: src/views/certificate/CertificateEditor.vue:183
msgid "The path exists, but the file is not a private key"
msgstr "路径存在,但文件不是私钥"

#: src/views/certificate/CertificateEditor.vue:168
msgid "The path exists, but the file is not a public key"
msgstr "路径存在,但文件不是公钥"

#: src/views/domain/cert/components/AutoCertStepOne.vue:45
msgid ""
"The server_name in the current configuration must be the domain name you "
Expand Down Expand Up @@ -1652,6 +1652,9 @@ msgstr "您使用的是最新版本"
msgid "You can check Nginx UI upgrade at this page."
msgstr "你可以在这个页面检查Nginx UI的升级。"

#~ msgid "The path exists, but the file is not a public key"
#~ msgstr "路径存在,但文件不是公钥"

#~ msgid "Rename Upstream"
#~ msgstr "重新命名 Upstream"

Expand Down
9 changes: 5 additions & 4 deletions app/src/language/zh_TW/app.po
Original file line number Diff line number Diff line change
Expand Up @@ -1526,14 +1526,15 @@ msgstr ""
msgid "The input is not a SSL Certificate Key"
msgstr "SSL 憑證金鑰路徑"

#: src/views/certificate/CertificateEditor.vue:168
#, fuzzy
msgid "The path exists, but the file is not a certificate"
msgstr "SSL 憑證金鑰路徑"

#: src/views/certificate/CertificateEditor.vue:183
msgid "The path exists, but the file is not a private key"
msgstr ""

#: src/views/certificate/CertificateEditor.vue:168
msgid "The path exists, but the file is not a public key"
msgstr ""

#: src/views/domain/cert/components/AutoCertStepOne.vue:45
#, fuzzy
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion app/src/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"2.0.0-beta.11","build_id":111,"total_build":315}
{"version":"2.0.0-beta.14","build_id":112,"total_build":316}
2 changes: 1 addition & 1 deletion app/src/views/certificate/CertificateEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const isManaged = computed(() => {
:validate-status="errors.ssl_certificate_path ? 'error' : ''"
:help="errors.ssl_certificate_path === 'required' ? $gettext('This field is required')
: errors.ssl_certificate_path === 'certificate_path'
? $gettext('The path exists, but the file is not a public key') : ''"
? $gettext('The path exists, but the file is not a certificate') : ''"
>
<p v-if="isManaged">
{{ data.ssl_certificate_path }}
Expand Down
2 changes: 1 addition & 1 deletion app/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"2.0.0-beta.11","build_id":111,"total_build":315}
{"version":"2.0.0-beta.14","build_id":112,"total_build":316}

0 comments on commit 66571bc

Please sign in to comment.