mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 19:05:55 +02:00
chore: update error definations
This commit is contained in:
parent
d83272d5b8
commit
7bb8cb5d19
17 changed files with 846 additions and 655 deletions
|
@ -1,4 +1,5 @@
|
||||||
export default {
|
export default {
|
||||||
50001: () => $gettext('Plain text is empty'),
|
50001: () => $gettext('Plain text is empty'),
|
||||||
50002: () => $gettext('Cipher text is too short'),
|
50002: () => $gettext('Cipher text is too short'),
|
||||||
|
40401: () => $gettext('Request timeout'),
|
||||||
}
|
}
|
||||||
|
|
4
app/src/constants/errors/middleware.ts
Normal file
4
app/src/constants/errors/middleware.ts
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
export default {
|
||||||
|
40000: () => $gettext('Invalid request format'),
|
||||||
|
40001: () => $gettext('Decryption failed'),
|
||||||
|
}
|
|
@ -71,8 +71,8 @@ msgstr "إضافة تكوين"
|
||||||
msgid "Add Directive Below"
|
msgid "Add Directive Below"
|
||||||
msgstr "أضف التوجيه أدناه"
|
msgstr "أضف التوجيه أدناه"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:132
|
#: src/views/site/ngx_conf/LocationEditor.vue:130
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:159
|
#: src/views/site/ngx_conf/LocationEditor.vue:157
|
||||||
msgid "Add Location"
|
msgid "Add Location"
|
||||||
msgstr "أضف مكان"
|
msgstr "أضف مكان"
|
||||||
|
|
||||||
|
@ -187,7 +187,7 @@ msgstr "هل أنت متأكد أنك تريد إزالة هذا التوجيه
|
||||||
msgid "Are you sure you want to remove this item?"
|
msgid "Are you sure you want to remove this item?"
|
||||||
msgstr "هل أنت متأكد أنك تريد إزالة هذا العنصر؟"
|
msgstr "هل أنت متأكد أنك تريد إزالة هذا العنصر؟"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
#: src/views/site/ngx_conf/LocationEditor.vue:86
|
||||||
msgid "Are you sure you want to remove this location?"
|
msgid "Are you sure you want to remove this location?"
|
||||||
msgstr "هل أنت متأكد أنك تريد إزالة هذا المكان؟"
|
msgstr "هل أنت متأكد أنك تريد إزالة هذا المكان؟"
|
||||||
|
|
||||||
|
@ -315,7 +315,7 @@ msgstr "مجلد سلطة التصديق"
|
||||||
msgid "CADir"
|
msgid "CADir"
|
||||||
msgstr "مجلد سلطة التصديق"
|
msgstr "مجلد سلطة التصديق"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:145
|
#: src/views/preference/components/TOTP.vue:129
|
||||||
msgid "Can't scan? Use text key binding"
|
msgid "Can't scan? Use text key binding"
|
||||||
msgstr "لا يمكن المسح؟ استخدم ربط مفتاح النص"
|
msgstr "لا يمكن المسح؟ استخدم ربط مفتاح النص"
|
||||||
|
|
||||||
|
@ -372,7 +372,7 @@ msgid "Certificate Renewal Interval"
|
||||||
msgstr "الفاصل الزمني لتجديد الشهادة"
|
msgstr "الفاصل الزمني لتجديد الشهادة"
|
||||||
|
|
||||||
#: src/views/certificate/CertificateEditor.vue:128
|
#: src/views/certificate/CertificateEditor.vue:128
|
||||||
#: src/views/site/cert/Cert.vue:32
|
#: src/views/site/cert/Cert.vue:33
|
||||||
msgid "Certificate Status"
|
msgid "Certificate Status"
|
||||||
msgid_plural "Certificates Status"
|
msgid_plural "Certificates Status"
|
||||||
msgstr[0] "صفر"
|
msgstr[0] "صفر"
|
||||||
|
@ -400,7 +400,7 @@ msgstr "طريقة التحدي"
|
||||||
msgid "Change Certificate"
|
msgid "Change Certificate"
|
||||||
msgstr "تغيير الشهادة"
|
msgstr "تغيير الشهادة"
|
||||||
|
|
||||||
#: src/views/site/cert/Cert.vue:51
|
#: src/views/site/cert/Cert.vue:52
|
||||||
msgid "Changed Certificate"
|
msgid "Changed Certificate"
|
||||||
msgid_plural "Changed Certificates"
|
msgid_plural "Changed Certificates"
|
||||||
msgstr[0] "صفر"
|
msgstr[0] "صفر"
|
||||||
|
@ -466,8 +466,8 @@ msgid "Command"
|
||||||
msgstr "أمر"
|
msgstr "أمر"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:105
|
#: src/views/site/ngx_conf/LocationEditor.vue:103
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:136
|
#: src/views/site/ngx_conf/LocationEditor.vue:134
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:134
|
#: src/views/site/ngx_conf/NgxServer.vue:134
|
||||||
msgid "Comments"
|
msgid "Comments"
|
||||||
msgstr "تعليقات"
|
msgstr "تعليقات"
|
||||||
|
@ -501,8 +501,8 @@ msgid "Connection lost, please refresh the page."
|
||||||
msgstr "تم فقدان الاتصال، يرجى تحديث الصفحة."
|
msgstr "تم فقدان الاتصال، يرجى تحديث الصفحة."
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:117
|
#: src/views/site/ngx_conf/LocationEditor.vue:115
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:145
|
#: src/views/site/ngx_conf/LocationEditor.vue:143
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
msgstr "محتوى"
|
msgstr "محتوى"
|
||||||
|
|
||||||
|
@ -519,11 +519,11 @@ msgstr "نسخ"
|
||||||
msgid "Core Upgrade"
|
msgid "Core Upgrade"
|
||||||
msgstr "ترقية نواة"
|
msgstr "ترقية نواة"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:305
|
#: src/views/dashboard/ServerAnalytic.vue:301
|
||||||
msgid "CPU Status"
|
msgid "CPU Status"
|
||||||
msgstr "حالة CPU"
|
msgstr "حالة CPU"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:199
|
#: src/views/dashboard/ServerAnalytic.vue:195
|
||||||
msgid "CPU:"
|
msgid "CPU:"
|
||||||
msgstr "CPU:"
|
msgstr "CPU:"
|
||||||
|
|
||||||
|
@ -565,11 +565,11 @@ msgstr "بيان الاعتماد"
|
||||||
msgid "Credentials"
|
msgid "Credentials"
|
||||||
msgstr "بيانات الاعتماد"
|
msgstr "بيانات الاعتماد"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:93
|
#: src/views/preference/components/TOTP.vue:77
|
||||||
msgid "Current account is enabled TOTP."
|
msgid "Current account is enabled TOTP."
|
||||||
msgstr "TOTP مفعل للحساب الحالي."
|
msgstr "TOTP مفعل للحساب الحالي."
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:90
|
#: src/views/preference/components/TOTP.vue:74
|
||||||
msgid "Current account is not enabled TOTP."
|
msgid "Current account is not enabled TOTP."
|
||||||
msgstr "TOTP معطل للحساب الحالي."
|
msgstr "TOTP معطل للحساب الحالي."
|
||||||
|
|
||||||
|
@ -601,6 +601,11 @@ msgstr "قاعدة البيانات (اختياري، الافتراضي: قاع
|
||||||
msgid "Days"
|
msgid "Days"
|
||||||
msgstr "أيام"
|
msgstr "أيام"
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:3
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Decryption failed"
|
||||||
|
msgstr "وصف"
|
||||||
|
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:110
|
#: src/views/site/ngx_conf/NgxServer.vue:110
|
||||||
|
@ -731,7 +736,7 @@ msgstr "معطل"
|
||||||
msgid "Disabled successfully"
|
msgid "Disabled successfully"
|
||||||
msgstr "تم التعطيل بنجاح"
|
msgstr "تم التعطيل بنجاح"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:370
|
#: src/views/dashboard/ServerAnalytic.vue:366
|
||||||
msgid "Disk IO"
|
msgid "Disk IO"
|
||||||
msgstr "إدخال/إخراج القرص"
|
msgstr "إدخال/إخراج القرص"
|
||||||
|
|
||||||
|
@ -906,7 +911,7 @@ msgstr "فشل تفعيل %{conf_name} في %{node_name}"
|
||||||
msgid "Enable %{conf_name} in %{node_name} successfully"
|
msgid "Enable %{conf_name} in %{node_name} successfully"
|
||||||
msgstr "تم تفعيل %{conf_name} في %{node_name} بنجاح"
|
msgstr "تم تفعيل %{conf_name} في %{node_name} بنجاح"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:52
|
#: src/views/preference/components/TOTP.vue:38
|
||||||
msgid "Enable 2FA successfully"
|
msgid "Enable 2FA successfully"
|
||||||
msgstr "تم تفعيل المصادقة الثنائية بنجاح"
|
msgstr "تم تفعيل المصادقة الثنائية بنجاح"
|
||||||
|
|
||||||
|
@ -942,7 +947,7 @@ msgstr "تم التفعيل بنجاح"
|
||||||
msgid "Enable TLS"
|
msgid "Enable TLS"
|
||||||
msgstr "تفعيل TLS"
|
msgstr "تفعيل TLS"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:119
|
#: src/views/preference/components/TOTP.vue:103
|
||||||
msgid "Enable TOTP"
|
msgid "Enable TOTP"
|
||||||
msgstr "تفعيل TOTP"
|
msgstr "تفعيل TOTP"
|
||||||
|
|
||||||
|
@ -976,7 +981,7 @@ msgid "Environment variables cleaned"
|
||||||
msgstr "تم تنظيف متغيرات البيئة"
|
msgstr "تم تنظيف متغيرات البيئة"
|
||||||
|
|
||||||
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
||||||
#: src/views/environment/Environment.vue:33
|
#: src/views/environment/Environment.vue:43
|
||||||
msgid "Environments"
|
msgid "Environments"
|
||||||
msgstr "البيئات"
|
msgstr "البيئات"
|
||||||
|
|
||||||
|
@ -1157,7 +1162,7 @@ msgstr ""
|
||||||
"إذا وصل عدد محاولات تسجيل الدخول الفاشلة من عنوان IP إلى الحد الأقصى "
|
"إذا وصل عدد محاولات تسجيل الدخول الفاشلة من عنوان IP إلى الحد الأقصى "
|
||||||
"للمحاولات في حد دقائق الحظر، سيتم حظر عنوان IP لفترة من الوقت."
|
"للمحاولات في حد دقائق الحظر، سيتم حظر عنوان IP لفترة من الوقت."
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:105
|
#: src/views/preference/components/TOTP.vue:89
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you lose your mobile phone, you can use the recovery code to reset your "
|
"If you lose your mobile phone, you can use the recovery code to reset your "
|
||||||
"2FA."
|
"2FA."
|
||||||
|
@ -1198,12 +1203,12 @@ msgstr "خطأ في ترقية النواة الأولية"
|
||||||
msgid "Initialing core upgrader"
|
msgid "Initialing core upgrader"
|
||||||
msgstr "بدء ترقية النواة"
|
msgstr "بدء ترقية النواة"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:152
|
#: src/views/preference/components/TOTP.vue:136
|
||||||
msgid "Input the code from the app:"
|
msgid "Input the code from the app:"
|
||||||
msgstr "أدخل الرمز من التطبيق:"
|
msgstr "أدخل الرمز من التطبيق:"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:82
|
#: src/components/TwoFA/Authorization.vue:82
|
||||||
#: src/views/preference/components/TOTP.vue:165
|
#: src/views/preference/components/TOTP.vue:149
|
||||||
msgid "Input the recovery code:"
|
msgid "Input the recovery code:"
|
||||||
msgstr "أدخل رمز الاسترداد:"
|
msgstr "أدخل رمز الاسترداد:"
|
||||||
|
|
||||||
|
@ -1246,6 +1251,11 @@ msgstr "رمز المرور أو رمز الاسترداد غير صالح"
|
||||||
msgid "Invalid recovery code"
|
msgid "Invalid recovery code"
|
||||||
msgstr "رمز 2FA أو الاسترداد غير صالح"
|
msgstr "رمز 2FA أو الاسترداد غير صالح"
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:2
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Invalid request format"
|
||||||
|
msgstr "رمز 2FA أو الاسترداد غير صالح"
|
||||||
|
|
||||||
#: src/views/preference/AuthSettings.vue:14
|
#: src/views/preference/AuthSettings.vue:14
|
||||||
msgid "IP"
|
msgid "IP"
|
||||||
msgstr "IP"
|
msgstr "IP"
|
||||||
|
@ -1321,15 +1331,15 @@ msgstr "ابدأ الرابط"
|
||||||
msgid "List"
|
msgid "List"
|
||||||
msgstr "قائمة"
|
msgstr "قائمة"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:187
|
#: src/views/dashboard/ServerAnalytic.vue:183
|
||||||
msgid "Load Average:"
|
msgid "Load Average:"
|
||||||
msgstr "متوسط التحميل:"
|
msgstr "متوسط التحميل:"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:39
|
#: src/views/environment/Environment.vue:49
|
||||||
msgid "Load from settings"
|
msgid "Load from settings"
|
||||||
msgstr "تحميل من الإعدادات"
|
msgstr "تحميل من الإعدادات"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:13
|
#: src/views/environment/Environment.vue:17
|
||||||
msgid "Load successfully"
|
msgid "Load successfully"
|
||||||
msgstr "تم التحميل بنجاح"
|
msgstr "تم التحميل بنجاح"
|
||||||
|
|
||||||
|
@ -1338,7 +1348,7 @@ msgstr "تم التحميل بنجاح"
|
||||||
msgid "Local"
|
msgid "Local"
|
||||||
msgstr "محلي"
|
msgstr "محلي"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:69
|
#: src/views/site/ngx_conf/LocationEditor.vue:68
|
||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr "مكان"
|
msgstr "مكان"
|
||||||
|
|
||||||
|
@ -1415,12 +1425,12 @@ msgstr "شهادة مُدارة"
|
||||||
msgid "Max Attempts"
|
msgid "Max Attempts"
|
||||||
msgstr "الحد الأقصى للمحاولات"
|
msgstr "الحد الأقصى للمحاولات"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:226
|
#: src/views/dashboard/ServerAnalytic.vue:222
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:227
|
#: src/views/dashboard/ServerAnalytic.vue:223
|
||||||
msgid "Memory"
|
msgid "Memory"
|
||||||
msgstr "ذاكرة"
|
msgstr "ذاكرة"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:216
|
#: src/views/dashboard/ServerAnalytic.vue:212
|
||||||
msgid "Memory and Storage"
|
msgid "Memory and Storage"
|
||||||
msgstr "الذاكرة والتخزين"
|
msgstr "الذاكرة والتخزين"
|
||||||
|
|
||||||
|
@ -1474,19 +1484,19 @@ msgstr "توجيه متعدد الأسطر"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "اسم"
|
msgstr "اسم"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:331
|
#: src/views/dashboard/ServerAnalytic.vue:327
|
||||||
msgid "Network"
|
msgid "Network"
|
||||||
msgstr "شبكة"
|
msgstr "شبكة"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:273
|
#: src/views/dashboard/ServerAnalytic.vue:269
|
||||||
msgid "Network Statistics"
|
msgid "Network Statistics"
|
||||||
msgstr "إحصائيات الشبكة"
|
msgstr "إحصائيات الشبكة"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:280
|
#: src/views/dashboard/ServerAnalytic.vue:276
|
||||||
msgid "Network Total Receive"
|
msgid "Network Total Receive"
|
||||||
msgstr "إجمالي استقبال الشبكة"
|
msgstr "إجمالي استقبال الشبكة"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:286
|
#: src/views/dashboard/ServerAnalytic.vue:282
|
||||||
msgid "Network Total Send"
|
msgid "Network Total Send"
|
||||||
msgstr "إجمالي إرسال الشبكة"
|
msgstr "إجمالي إرسال الشبكة"
|
||||||
|
|
||||||
|
@ -1600,7 +1610,7 @@ msgstr "تم إعادة تشغيل Nginx بنجاح"
|
||||||
#: src/views/preference/AuthSettings.vue:136
|
#: src/views/preference/AuthSettings.vue:136
|
||||||
#: src/views/preference/CertSettings.vue:70
|
#: src/views/preference/CertSettings.vue:70
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:90
|
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
||||||
#: src/views/site/site_list/SiteList.vue:143
|
#: src/views/site/site_list/SiteList.vue:143
|
||||||
#: src/views/stream/StreamList.vue:163
|
#: src/views/stream/StreamList.vue:163
|
||||||
msgid "No"
|
msgid "No"
|
||||||
|
@ -1724,7 +1734,7 @@ msgstr "الاسم الأصلي"
|
||||||
msgid "OS"
|
msgid "OS"
|
||||||
msgstr "نظام التشغيل"
|
msgstr "نظام التشغيل"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:193
|
#: src/views/dashboard/ServerAnalytic.vue:189
|
||||||
msgid "OS:"
|
msgid "OS:"
|
||||||
msgstr "نظام التشغيل:"
|
msgstr "نظام التشغيل:"
|
||||||
|
|
||||||
|
@ -1779,8 +1789,8 @@ msgid "Password length cannot exceed 20 characters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/config/ConfigEditor.vue:263
|
#: src/views/config/ConfigEditor.vue:263
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:111
|
#: src/views/site/ngx_conf/LocationEditor.vue:109
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:139
|
#: src/views/site/ngx_conf/LocationEditor.vue:137
|
||||||
msgid "Path"
|
msgid "Path"
|
||||||
msgstr "مسار"
|
msgstr "مسار"
|
||||||
|
|
||||||
|
@ -1875,7 +1885,7 @@ msgid ""
|
||||||
"Please note that the unit of time configurations below are all in seconds."
|
"Please note that the unit of time configurations below are all in seconds."
|
||||||
msgstr "يرجى ملاحظة أن تكوين وحدات الوقت أدناه كلها بالثواني."
|
msgstr "يرجى ملاحظة أن تكوين وحدات الوقت أدناه كلها بالثواني."
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:48
|
#: src/views/environment/Environment.vue:58
|
||||||
msgid "Please select at least one node to upgrade"
|
msgid "Please select at least one node to upgrade"
|
||||||
msgstr "يرجى اختيار عقدة واحدة على الأقل للترقية"
|
msgstr "يرجى اختيار عقدة واحدة على الأقل للترقية"
|
||||||
|
|
||||||
|
@ -1932,11 +1942,11 @@ msgid "Public Security Number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:387
|
#: src/views/dashboard/ServerAnalytic.vue:383
|
||||||
msgid "Reads"
|
msgid "Reads"
|
||||||
msgstr "يقرأ"
|
msgstr "يقرأ"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:338
|
#: src/views/dashboard/ServerAnalytic.vue:334
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Receive"
|
msgid "Receive"
|
||||||
msgstr "يستقبل"
|
msgstr "يستقبل"
|
||||||
|
@ -1955,15 +1965,15 @@ msgid "Recovered Successfully"
|
||||||
msgstr "تم الاسترداد بنجاح"
|
msgstr "تم الاسترداد بنجاح"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:89
|
#: src/components/TwoFA/Authorization.vue:89
|
||||||
#: src/views/preference/components/TOTP.vue:172
|
#: src/views/preference/components/TOTP.vue:156
|
||||||
msgid "Recovery"
|
msgid "Recovery"
|
||||||
msgstr "استرداد"
|
msgstr "استرداد"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:98
|
#: src/views/preference/components/TOTP.vue:82
|
||||||
msgid "Recovery Code"
|
msgid "Recovery Code"
|
||||||
msgstr "رمز الاسترداد"
|
msgstr "رمز الاسترداد"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:107
|
#: src/views/preference/components/TOTP.vue:91
|
||||||
msgid "Recovery Code:"
|
msgid "Recovery Code:"
|
||||||
msgstr "رمز الاسترداد:"
|
msgstr "رمز الاسترداد:"
|
||||||
|
|
||||||
|
@ -2123,6 +2133,10 @@ msgstr "تجديد الشهادة بنجاح"
|
||||||
msgid "Renew successfully"
|
msgid "Renew successfully"
|
||||||
msgstr "تم التجديد بنجاح"
|
msgstr "تم التجديد بنجاح"
|
||||||
|
|
||||||
|
#: src/constants/errors/crypto.ts:4
|
||||||
|
msgid "Request timeout"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/language/constants.ts:32
|
#: src/language/constants.ts:32
|
||||||
msgid "Requested with wrong parameters"
|
msgid "Requested with wrong parameters"
|
||||||
msgstr "تم الطلب باستخدام عوامل خاطئة"
|
msgstr "تم الطلب باستخدام عوامل خاطئة"
|
||||||
|
@ -2131,7 +2145,7 @@ msgstr "تم الطلب باستخدام عوامل خاطئة"
|
||||||
msgid "Reset"
|
msgid "Reset"
|
||||||
msgstr "إعادة تعيين"
|
msgstr "إعادة تعيين"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:127
|
#: src/views/preference/components/TOTP.vue:111
|
||||||
msgid "Reset 2FA"
|
msgid "Reset 2FA"
|
||||||
msgstr "إعادة تعيين التحقق بخطوتين"
|
msgstr "إعادة تعيين التحقق بخطوتين"
|
||||||
|
|
||||||
|
@ -2218,7 +2232,7 @@ msgstr "تم الحفظ بنجاح"
|
||||||
msgid "Saved successfully"
|
msgid "Saved successfully"
|
||||||
msgstr "تم الحفظ بنجاح"
|
msgstr "تم الحفظ بنجاح"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:88
|
#: src/views/preference/components/TOTP.vue:72
|
||||||
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
||||||
msgstr "امسح رمز الاستجابة السريعة بهاتفك المحمول لإضافة الحساب إلى التطبيق."
|
msgstr "امسح رمز الاستجابة السريعة بهاتفك المحمول لإضافة الحساب إلى التطبيق."
|
||||||
|
|
||||||
|
@ -2226,7 +2240,7 @@ msgstr "امسح رمز الاستجابة السريعة بهاتفك المح
|
||||||
msgid "SDK"
|
msgid "SDK"
|
||||||
msgstr "حزمة تطوير البرمجيات SDK"
|
msgstr "حزمة تطوير البرمجيات SDK"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:144
|
#: src/views/preference/components/TOTP.vue:128
|
||||||
msgid "Secret has been copied"
|
msgid "Secret has been copied"
|
||||||
msgstr "تم نسخ السر"
|
msgstr "تم نسخ السر"
|
||||||
|
|
||||||
|
@ -2238,12 +2252,12 @@ msgstr "المحدد"
|
||||||
msgid "Self Check"
|
msgid "Self Check"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:348
|
#: src/views/dashboard/ServerAnalytic.vue:344
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "إرسال"
|
msgstr "إرسال"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:179
|
#: src/views/dashboard/ServerAnalytic.vue:175
|
||||||
msgid "Server Info"
|
msgid "Server Info"
|
||||||
msgstr "معلومات الخادم"
|
msgstr "معلومات الخادم"
|
||||||
|
|
||||||
|
@ -2379,8 +2393,8 @@ msgstr "الحالة"
|
||||||
msgid "Stopped"
|
msgid "Stopped"
|
||||||
msgstr "متوقف"
|
msgstr "متوقف"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:254
|
#: src/views/dashboard/ServerAnalytic.vue:250
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:255
|
#: src/views/dashboard/ServerAnalytic.vue:251
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "تخزين"
|
msgstr "تخزين"
|
||||||
|
|
||||||
|
@ -2410,8 +2424,8 @@ msgid ""
|
||||||
"guide/nginx-proxy-example.html"
|
"guide/nginx-proxy-example.html"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:240
|
#: src/views/dashboard/ServerAnalytic.vue:236
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:241
|
#: src/views/dashboard/ServerAnalytic.vue:237
|
||||||
msgid "Swap"
|
msgid "Swap"
|
||||||
msgstr "تبديل"
|
msgstr "تبديل"
|
||||||
|
|
||||||
|
@ -2581,7 +2595,7 @@ msgstr ""
|
||||||
"يجب أن يحتوي اسم العقدة على حروف وأحرف يونيكود وأرقام وشرطات وعلامات وصل "
|
"يجب أن يحتوي اسم العقدة على حروف وأحرف يونيكود وأرقام وشرطات وعلامات وصل "
|
||||||
"ونقاط فقط."
|
"ونقاط فقط."
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:106
|
#: src/views/preference/components/TOTP.vue:90
|
||||||
msgid ""
|
msgid ""
|
||||||
"The recovery code is only displayed once, please save it in a safe place."
|
"The recovery code is only displayed once, please save it in a safe place."
|
||||||
msgstr "رمز الاسترداد يُعرض مرة واحدة فقط، يرجى حفظه في مكان آمن."
|
msgstr "رمز الاسترداد يُعرض مرة واحدة فقط، يرجى حفظه في مكان آمن."
|
||||||
|
@ -2672,7 +2686,7 @@ msgstr "نصائح"
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "عنوان"
|
msgstr "عنوان"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:87
|
#: src/views/preference/components/TOTP.vue:71
|
||||||
msgid ""
|
msgid ""
|
||||||
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
||||||
"on your mobile phone."
|
"on your mobile phone."
|
||||||
|
@ -2725,11 +2739,11 @@ msgstr[3] ""
|
||||||
msgstr[4] ""
|
msgstr[4] ""
|
||||||
msgstr[5] ""
|
msgstr[5] ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:85
|
#: src/views/preference/components/TOTP.vue:69
|
||||||
msgid "TOTP"
|
msgid "TOTP"
|
||||||
msgstr "كلمة مرور لمرة واحدة تعتمد على الوقت"
|
msgstr "كلمة مرور لمرة واحدة تعتمد على الوقت"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:86
|
#: src/views/preference/components/TOTP.vue:70
|
||||||
msgid ""
|
msgid ""
|
||||||
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
||||||
"password algorithm."
|
"password algorithm."
|
||||||
|
@ -2770,7 +2784,7 @@ msgstr "محدث في"
|
||||||
msgid "Updated successfully"
|
msgid "Updated successfully"
|
||||||
msgstr "تم التحديث بنجاح"
|
msgstr "تم التحديث بنجاح"
|
||||||
|
|
||||||
#: src/routes/index.ts:297 src/views/environment/Environment.vue:56
|
#: src/routes/index.ts:297 src/views/environment/Environment.vue:66
|
||||||
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "ترقية"
|
msgstr "ترقية"
|
||||||
|
@ -2791,7 +2805,7 @@ msgstr "جارٍ ترقية Nginx UI، يرجى الانتظار..."
|
||||||
msgid "Upstream Name"
|
msgid "Upstream Name"
|
||||||
msgstr "اسم المنبع"
|
msgstr "اسم المنبع"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:183
|
#: src/views/dashboard/ServerAnalytic.vue:179
|
||||||
msgid "Uptime:"
|
msgid "Uptime:"
|
||||||
msgstr "مدة التشغيل:"
|
msgstr "مدة التشغيل:"
|
||||||
|
|
||||||
|
@ -2903,7 +2917,7 @@ msgstr ""
|
||||||
"الموقع والعقد المحددة أدناه."
|
"الموقع والعقد المحددة أدناه."
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:377
|
#: src/views/dashboard/ServerAnalytic.vue:373
|
||||||
msgid "Writes"
|
msgid "Writes"
|
||||||
msgstr "يكتب"
|
msgstr "يكتب"
|
||||||
|
|
||||||
|
@ -2918,7 +2932,7 @@ msgstr "كتابة الشهادة إلى القرص"
|
||||||
#: src/views/preference/AuthSettings.vue:135
|
#: src/views/preference/AuthSettings.vue:135
|
||||||
#: src/views/preference/CertSettings.vue:69
|
#: src/views/preference/CertSettings.vue:69
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:89
|
#: src/views/site/ngx_conf/LocationEditor.vue:87
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr "نعم"
|
msgstr "نعم"
|
||||||
|
|
||||||
|
|
|
@ -69,8 +69,8 @@ msgstr "Edit Configuration"
|
||||||
msgid "Add Directive Below"
|
msgid "Add Directive Below"
|
||||||
msgstr "Add Directive Below"
|
msgstr "Add Directive Below"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:132
|
#: src/views/site/ngx_conf/LocationEditor.vue:130
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:159
|
#: src/views/site/ngx_conf/LocationEditor.vue:157
|
||||||
msgid "Add Location"
|
msgid "Add Location"
|
||||||
msgstr "Add Location"
|
msgstr "Add Location"
|
||||||
|
|
||||||
|
@ -196,7 +196,7 @@ msgstr "Are you sure you want to remove this directive?"
|
||||||
msgid "Are you sure you want to remove this item?"
|
msgid "Are you sure you want to remove this item?"
|
||||||
msgstr "Are you sure you want to remove this directive?"
|
msgstr "Are you sure you want to remove this directive?"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
#: src/views/site/ngx_conf/LocationEditor.vue:86
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Are you sure you want to remove this location?"
|
msgid "Are you sure you want to remove this location?"
|
||||||
msgstr "Are you sure you want to remove this directive?"
|
msgstr "Are you sure you want to remove this directive?"
|
||||||
|
@ -327,7 +327,7 @@ msgstr ""
|
||||||
msgid "CADir"
|
msgid "CADir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:145
|
#: src/views/preference/components/TOTP.vue:129
|
||||||
msgid "Can't scan? Use text key binding"
|
msgid "Can't scan? Use text key binding"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -383,7 +383,7 @@ msgid "Certificate Renewal Interval"
|
||||||
msgstr "Certificate is valid"
|
msgstr "Certificate is valid"
|
||||||
|
|
||||||
#: src/views/certificate/CertificateEditor.vue:128
|
#: src/views/certificate/CertificateEditor.vue:128
|
||||||
#: src/views/site/cert/Cert.vue:32
|
#: src/views/site/cert/Cert.vue:33
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Certificate Status"
|
msgid "Certificate Status"
|
||||||
msgid_plural "Certificates Status"
|
msgid_plural "Certificates Status"
|
||||||
|
@ -411,7 +411,7 @@ msgstr ""
|
||||||
msgid "Change Certificate"
|
msgid "Change Certificate"
|
||||||
msgstr "Certificate is valid"
|
msgstr "Certificate is valid"
|
||||||
|
|
||||||
#: src/views/site/cert/Cert.vue:51
|
#: src/views/site/cert/Cert.vue:52
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Changed Certificate"
|
msgid "Changed Certificate"
|
||||||
msgid_plural "Changed Certificates"
|
msgid_plural "Changed Certificates"
|
||||||
|
@ -477,8 +477,8 @@ msgid "Command"
|
||||||
msgstr "Comments"
|
msgstr "Comments"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:105
|
#: src/views/site/ngx_conf/LocationEditor.vue:103
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:136
|
#: src/views/site/ngx_conf/LocationEditor.vue:134
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:134
|
#: src/views/site/ngx_conf/NgxServer.vue:134
|
||||||
msgid "Comments"
|
msgid "Comments"
|
||||||
msgstr "Comments"
|
msgstr "Comments"
|
||||||
|
@ -513,8 +513,8 @@ msgid "Connection lost, please refresh the page."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:117
|
#: src/views/site/ngx_conf/LocationEditor.vue:115
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:145
|
#: src/views/site/ngx_conf/LocationEditor.vue:143
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
msgstr "Content"
|
msgstr "Content"
|
||||||
|
|
||||||
|
@ -531,11 +531,11 @@ msgstr ""
|
||||||
msgid "Core Upgrade"
|
msgid "Core Upgrade"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:305
|
#: src/views/dashboard/ServerAnalytic.vue:301
|
||||||
msgid "CPU Status"
|
msgid "CPU Status"
|
||||||
msgstr "CPU Status"
|
msgstr "CPU Status"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:199
|
#: src/views/dashboard/ServerAnalytic.vue:195
|
||||||
msgid "CPU:"
|
msgid "CPU:"
|
||||||
msgstr "CPU:"
|
msgstr "CPU:"
|
||||||
|
|
||||||
|
@ -581,11 +581,11 @@ msgstr ""
|
||||||
msgid "Credentials"
|
msgid "Credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:93
|
#: src/views/preference/components/TOTP.vue:77
|
||||||
msgid "Current account is enabled TOTP."
|
msgid "Current account is enabled TOTP."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:90
|
#: src/views/preference/components/TOTP.vue:74
|
||||||
msgid "Current account is not enabled TOTP."
|
msgid "Current account is not enabled TOTP."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -617,6 +617,11 @@ msgstr "Database (Optional, default: database)"
|
||||||
msgid "Days"
|
msgid "Days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:3
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Decryption failed"
|
||||||
|
msgstr "Enable failed"
|
||||||
|
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:110
|
#: src/views/site/ngx_conf/NgxServer.vue:110
|
||||||
|
@ -756,7 +761,7 @@ msgstr "Disabled"
|
||||||
msgid "Disabled successfully"
|
msgid "Disabled successfully"
|
||||||
msgstr "Disabled successfully"
|
msgstr "Disabled successfully"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:370
|
#: src/views/dashboard/ServerAnalytic.vue:366
|
||||||
msgid "Disk IO"
|
msgid "Disk IO"
|
||||||
msgstr "Disk IO"
|
msgstr "Disk IO"
|
||||||
|
|
||||||
|
@ -936,7 +941,7 @@ msgstr ""
|
||||||
msgid "Enable %{conf_name} in %{node_name} successfully"
|
msgid "Enable %{conf_name} in %{node_name} successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:52
|
#: src/views/preference/components/TOTP.vue:38
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Enable 2FA successfully"
|
msgid "Enable 2FA successfully"
|
||||||
msgstr "Enabled successfully"
|
msgstr "Enabled successfully"
|
||||||
|
@ -978,7 +983,7 @@ msgstr "Enabled successfully"
|
||||||
msgid "Enable TLS"
|
msgid "Enable TLS"
|
||||||
msgstr "Enable TLS"
|
msgstr "Enable TLS"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:119
|
#: src/views/preference/components/TOTP.vue:103
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Enable TOTP"
|
msgid "Enable TOTP"
|
||||||
msgstr "Enable TLS"
|
msgstr "Enable TLS"
|
||||||
|
@ -1013,7 +1018,7 @@ msgid "Environment variables cleaned"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
||||||
#: src/views/environment/Environment.vue:33
|
#: src/views/environment/Environment.vue:43
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Environments"
|
msgid "Environments"
|
||||||
msgstr "Comments"
|
msgstr "Comments"
|
||||||
|
@ -1199,7 +1204,7 @@ msgid ""
|
||||||
"ban threshold minutes, the ip will be banned for a period of time."
|
"ban threshold minutes, the ip will be banned for a period of time."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:105
|
#: src/views/preference/components/TOTP.vue:89
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you lose your mobile phone, you can use the recovery code to reset your "
|
"If you lose your mobile phone, you can use the recovery code to reset your "
|
||||||
"2FA."
|
"2FA."
|
||||||
|
@ -1237,12 +1242,12 @@ msgstr ""
|
||||||
msgid "Initialing core upgrader"
|
msgid "Initialing core upgrader"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:152
|
#: src/views/preference/components/TOTP.vue:136
|
||||||
msgid "Input the code from the app:"
|
msgid "Input the code from the app:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:82
|
#: src/components/TwoFA/Authorization.vue:82
|
||||||
#: src/views/preference/components/TOTP.vue:165
|
#: src/views/preference/components/TOTP.vue:149
|
||||||
msgid "Input the recovery code:"
|
msgid "Input the recovery code:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1287,6 +1292,10 @@ msgstr ""
|
||||||
msgid "Invalid recovery code"
|
msgid "Invalid recovery code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:2
|
||||||
|
msgid "Invalid request format"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/AuthSettings.vue:14
|
#: src/views/preference/AuthSettings.vue:14
|
||||||
msgid "IP"
|
msgid "IP"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1370,16 +1379,16 @@ msgstr ""
|
||||||
msgid "List"
|
msgid "List"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:187
|
#: src/views/dashboard/ServerAnalytic.vue:183
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Load Average:"
|
msgid "Load Average:"
|
||||||
msgstr "Load Averages:"
|
msgstr "Load Averages:"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:39
|
#: src/views/environment/Environment.vue:49
|
||||||
msgid "Load from settings"
|
msgid "Load from settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:13
|
#: src/views/environment/Environment.vue:17
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Load successfully"
|
msgid "Load successfully"
|
||||||
msgstr "Saved successfully"
|
msgstr "Saved successfully"
|
||||||
|
@ -1390,7 +1399,7 @@ msgstr "Saved successfully"
|
||||||
msgid "Local"
|
msgid "Local"
|
||||||
msgstr "Location"
|
msgstr "Location"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:69
|
#: src/views/site/ngx_conf/LocationEditor.vue:68
|
||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr "Location"
|
msgstr "Location"
|
||||||
|
|
||||||
|
@ -1465,12 +1474,12 @@ msgstr "Certificate is valid"
|
||||||
msgid "Max Attempts"
|
msgid "Max Attempts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:226
|
#: src/views/dashboard/ServerAnalytic.vue:222
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:227
|
#: src/views/dashboard/ServerAnalytic.vue:223
|
||||||
msgid "Memory"
|
msgid "Memory"
|
||||||
msgstr "Memory"
|
msgstr "Memory"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:216
|
#: src/views/dashboard/ServerAnalytic.vue:212
|
||||||
msgid "Memory and Storage"
|
msgid "Memory and Storage"
|
||||||
msgstr "Memory and Storage"
|
msgstr "Memory and Storage"
|
||||||
|
|
||||||
|
@ -1529,19 +1538,19 @@ msgstr "Single Directive"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Name"
|
msgstr "Name"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:331
|
#: src/views/dashboard/ServerAnalytic.vue:327
|
||||||
msgid "Network"
|
msgid "Network"
|
||||||
msgstr "Network"
|
msgstr "Network"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:273
|
#: src/views/dashboard/ServerAnalytic.vue:269
|
||||||
msgid "Network Statistics"
|
msgid "Network Statistics"
|
||||||
msgstr "Network Statistics"
|
msgstr "Network Statistics"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:280
|
#: src/views/dashboard/ServerAnalytic.vue:276
|
||||||
msgid "Network Total Receive"
|
msgid "Network Total Receive"
|
||||||
msgstr "Network Total Receive"
|
msgstr "Network Total Receive"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:286
|
#: src/views/dashboard/ServerAnalytic.vue:282
|
||||||
msgid "Network Total Send"
|
msgid "Network Total Send"
|
||||||
msgstr "Network Total Send"
|
msgstr "Network Total Send"
|
||||||
|
|
||||||
|
@ -1661,7 +1670,7 @@ msgstr "Saved successfully"
|
||||||
#: src/views/preference/AuthSettings.vue:136
|
#: src/views/preference/AuthSettings.vue:136
|
||||||
#: src/views/preference/CertSettings.vue:70
|
#: src/views/preference/CertSettings.vue:70
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:90
|
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
||||||
#: src/views/site/site_list/SiteList.vue:143
|
#: src/views/site/site_list/SiteList.vue:143
|
||||||
#: src/views/stream/StreamList.vue:163
|
#: src/views/stream/StreamList.vue:163
|
||||||
msgid "No"
|
msgid "No"
|
||||||
|
@ -1786,7 +1795,7 @@ msgstr ""
|
||||||
msgid "OS"
|
msgid "OS"
|
||||||
msgstr "OS:"
|
msgstr "OS:"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:193
|
#: src/views/dashboard/ServerAnalytic.vue:189
|
||||||
msgid "OS:"
|
msgid "OS:"
|
||||||
msgstr "OS:"
|
msgstr "OS:"
|
||||||
|
|
||||||
|
@ -1837,8 +1846,8 @@ msgid "Password length cannot exceed 20 characters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/config/ConfigEditor.vue:263
|
#: src/views/config/ConfigEditor.vue:263
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:111
|
#: src/views/site/ngx_conf/LocationEditor.vue:109
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:139
|
#: src/views/site/ngx_conf/LocationEditor.vue:137
|
||||||
msgid "Path"
|
msgid "Path"
|
||||||
msgstr "Path"
|
msgstr "Path"
|
||||||
|
|
||||||
|
@ -1932,7 +1941,7 @@ msgid ""
|
||||||
"Please note that the unit of time configurations below are all in seconds."
|
"Please note that the unit of time configurations below are all in seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:48
|
#: src/views/environment/Environment.vue:58
|
||||||
msgid "Please select at least one node to upgrade"
|
msgid "Please select at least one node to upgrade"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1991,11 +2000,11 @@ msgid "Public Security Number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:387
|
#: src/views/dashboard/ServerAnalytic.vue:383
|
||||||
msgid "Reads"
|
msgid "Reads"
|
||||||
msgstr "Reads"
|
msgstr "Reads"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:338
|
#: src/views/dashboard/ServerAnalytic.vue:334
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Receive"
|
msgid "Receive"
|
||||||
msgstr "Receive"
|
msgstr "Receive"
|
||||||
|
@ -2015,15 +2024,15 @@ msgid "Recovered Successfully"
|
||||||
msgstr "Saved successfully"
|
msgstr "Saved successfully"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:89
|
#: src/components/TwoFA/Authorization.vue:89
|
||||||
#: src/views/preference/components/TOTP.vue:172
|
#: src/views/preference/components/TOTP.vue:156
|
||||||
msgid "Recovery"
|
msgid "Recovery"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:98
|
#: src/views/preference/components/TOTP.vue:82
|
||||||
msgid "Recovery Code"
|
msgid "Recovery Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:107
|
#: src/views/preference/components/TOTP.vue:91
|
||||||
msgid "Recovery Code:"
|
msgid "Recovery Code:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2202,6 +2211,10 @@ msgstr "Certificate is valid"
|
||||||
msgid "Renew successfully"
|
msgid "Renew successfully"
|
||||||
msgstr "Enabled successfully"
|
msgstr "Enabled successfully"
|
||||||
|
|
||||||
|
#: src/constants/errors/crypto.ts:4
|
||||||
|
msgid "Request timeout"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/language/constants.ts:32
|
#: src/language/constants.ts:32
|
||||||
msgid "Requested with wrong parameters"
|
msgid "Requested with wrong parameters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -2210,7 +2223,7 @@ msgstr ""
|
||||||
msgid "Reset"
|
msgid "Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:127
|
#: src/views/preference/components/TOTP.vue:111
|
||||||
msgid "Reset 2FA"
|
msgid "Reset 2FA"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2303,7 +2316,7 @@ msgstr "Saved successfully"
|
||||||
msgid "Saved successfully"
|
msgid "Saved successfully"
|
||||||
msgstr "Saved successfully"
|
msgstr "Saved successfully"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:88
|
#: src/views/preference/components/TOTP.vue:72
|
||||||
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2311,7 +2324,7 @@ msgstr ""
|
||||||
msgid "SDK"
|
msgid "SDK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:144
|
#: src/views/preference/components/TOTP.vue:128
|
||||||
msgid "Secret has been copied"
|
msgid "Secret has been copied"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2323,12 +2336,12 @@ msgstr ""
|
||||||
msgid "Self Check"
|
msgid "Self Check"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:348
|
#: src/views/dashboard/ServerAnalytic.vue:344
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "Send"
|
msgstr "Send"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:179
|
#: src/views/dashboard/ServerAnalytic.vue:175
|
||||||
msgid "Server Info"
|
msgid "Server Info"
|
||||||
msgstr "Server Info"
|
msgstr "Server Info"
|
||||||
|
|
||||||
|
@ -2470,8 +2483,8 @@ msgstr "Status"
|
||||||
msgid "Stopped"
|
msgid "Stopped"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:254
|
#: src/views/dashboard/ServerAnalytic.vue:250
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:255
|
#: src/views/dashboard/ServerAnalytic.vue:251
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Storage"
|
msgstr "Storage"
|
||||||
|
|
||||||
|
@ -2501,8 +2514,8 @@ msgid ""
|
||||||
"guide/nginx-proxy-example.html"
|
"guide/nginx-proxy-example.html"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:240
|
#: src/views/dashboard/ServerAnalytic.vue:236
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:241
|
#: src/views/dashboard/ServerAnalytic.vue:237
|
||||||
msgid "Swap"
|
msgid "Swap"
|
||||||
msgstr "Swap"
|
msgstr "Swap"
|
||||||
|
|
||||||
|
@ -2674,7 +2687,7 @@ msgid ""
|
||||||
"hyphens, dashes, colons, and dots."
|
"hyphens, dashes, colons, and dots."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:106
|
#: src/views/preference/components/TOTP.vue:90
|
||||||
msgid ""
|
msgid ""
|
||||||
"The recovery code is only displayed once, please save it in a safe place."
|
"The recovery code is only displayed once, please save it in a safe place."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -2764,7 +2777,7 @@ msgstr ""
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:87
|
#: src/views/preference/components/TOTP.vue:71
|
||||||
msgid ""
|
msgid ""
|
||||||
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
||||||
"on your mobile phone."
|
"on your mobile phone."
|
||||||
|
@ -2802,11 +2815,11 @@ msgid_plural "Total %{total} items"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:85
|
#: src/views/preference/components/TOTP.vue:69
|
||||||
msgid "TOTP"
|
msgid "TOTP"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:86
|
#: src/views/preference/components/TOTP.vue:70
|
||||||
msgid ""
|
msgid ""
|
||||||
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
||||||
"password algorithm."
|
"password algorithm."
|
||||||
|
@ -2847,7 +2860,7 @@ msgstr "Updated at"
|
||||||
msgid "Updated successfully"
|
msgid "Updated successfully"
|
||||||
msgstr "Saved successfully"
|
msgstr "Saved successfully"
|
||||||
|
|
||||||
#: src/routes/index.ts:297 src/views/environment/Environment.vue:56
|
#: src/routes/index.ts:297 src/views/environment/Environment.vue:66
|
||||||
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -2870,7 +2883,7 @@ msgstr ""
|
||||||
msgid "Upstream Name"
|
msgid "Upstream Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:183
|
#: src/views/dashboard/ServerAnalytic.vue:179
|
||||||
msgid "Uptime:"
|
msgid "Uptime:"
|
||||||
msgstr "Uptime:"
|
msgstr "Uptime:"
|
||||||
|
|
||||||
|
@ -2978,7 +2991,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:377
|
#: src/views/dashboard/ServerAnalytic.vue:373
|
||||||
msgid "Writes"
|
msgid "Writes"
|
||||||
msgstr "Writes"
|
msgstr "Writes"
|
||||||
|
|
||||||
|
@ -2993,7 +3006,7 @@ msgstr ""
|
||||||
#: src/views/preference/AuthSettings.vue:135
|
#: src/views/preference/AuthSettings.vue:135
|
||||||
#: src/views/preference/CertSettings.vue:69
|
#: src/views/preference/CertSettings.vue:69
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:89
|
#: src/views/site/ngx_conf/LocationEditor.vue:87
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr "Yes"
|
msgstr "Yes"
|
||||||
|
|
||||||
|
|
|
@ -74,8 +74,8 @@ msgstr "Agregar configuración"
|
||||||
msgid "Add Directive Below"
|
msgid "Add Directive Below"
|
||||||
msgstr "Añadir directiva a continuación"
|
msgstr "Añadir directiva a continuación"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:132
|
#: src/views/site/ngx_conf/LocationEditor.vue:130
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:159
|
#: src/views/site/ngx_conf/LocationEditor.vue:157
|
||||||
msgid "Add Location"
|
msgid "Add Location"
|
||||||
msgstr "Agregar Ubicación"
|
msgstr "Agregar Ubicación"
|
||||||
|
|
||||||
|
@ -192,7 +192,7 @@ msgstr "¿Está seguro de que quiere borrar esta directiva?"
|
||||||
msgid "Are you sure you want to remove this item?"
|
msgid "Are you sure you want to remove this item?"
|
||||||
msgstr "¿Está seguro de que desea eliminar este elemento?"
|
msgstr "¿Está seguro de que desea eliminar este elemento?"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
#: src/views/site/ngx_conf/LocationEditor.vue:86
|
||||||
msgid "Are you sure you want to remove this location?"
|
msgid "Are you sure you want to remove this location?"
|
||||||
msgstr "¿Está seguro de que quiere borrar esta ubicación?"
|
msgstr "¿Está seguro de que quiere borrar esta ubicación?"
|
||||||
|
|
||||||
|
@ -322,7 +322,7 @@ msgstr "Dir CA"
|
||||||
msgid "CADir"
|
msgid "CADir"
|
||||||
msgstr "Directorio CA"
|
msgstr "Directorio CA"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:145
|
#: src/views/preference/components/TOTP.vue:129
|
||||||
msgid "Can't scan? Use text key binding"
|
msgid "Can't scan? Use text key binding"
|
||||||
msgstr "¿No puede escanear? Utilice la vinculación con una llave de texto"
|
msgstr "¿No puede escanear? Utilice la vinculación con una llave de texto"
|
||||||
|
|
||||||
|
@ -379,7 +379,7 @@ msgid "Certificate Renewal Interval"
|
||||||
msgstr "Intervalo de renovación del Certificado"
|
msgstr "Intervalo de renovación del Certificado"
|
||||||
|
|
||||||
#: src/views/certificate/CertificateEditor.vue:128
|
#: src/views/certificate/CertificateEditor.vue:128
|
||||||
#: src/views/site/cert/Cert.vue:32
|
#: src/views/site/cert/Cert.vue:33
|
||||||
msgid "Certificate Status"
|
msgid "Certificate Status"
|
||||||
msgid_plural "Certificates Status"
|
msgid_plural "Certificates Status"
|
||||||
msgstr[0] "Estado del Certificado"
|
msgstr[0] "Estado del Certificado"
|
||||||
|
@ -403,7 +403,7 @@ msgstr "Método de desafío"
|
||||||
msgid "Change Certificate"
|
msgid "Change Certificate"
|
||||||
msgstr "Cambiar Certificado"
|
msgstr "Cambiar Certificado"
|
||||||
|
|
||||||
#: src/views/site/cert/Cert.vue:51
|
#: src/views/site/cert/Cert.vue:52
|
||||||
msgid "Changed Certificate"
|
msgid "Changed Certificate"
|
||||||
msgid_plural "Changed Certificates"
|
msgid_plural "Changed Certificates"
|
||||||
msgstr[0] "Cambiar Certificado"
|
msgstr[0] "Cambiar Certificado"
|
||||||
|
@ -465,8 +465,8 @@ msgid "Command"
|
||||||
msgstr "Comando"
|
msgstr "Comando"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:105
|
#: src/views/site/ngx_conf/LocationEditor.vue:103
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:136
|
#: src/views/site/ngx_conf/LocationEditor.vue:134
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:134
|
#: src/views/site/ngx_conf/NgxServer.vue:134
|
||||||
msgid "Comments"
|
msgid "Comments"
|
||||||
msgstr "Comentarios"
|
msgstr "Comentarios"
|
||||||
|
@ -500,8 +500,8 @@ msgid "Connection lost, please refresh the page."
|
||||||
msgstr "Conexión perdida, por favor actualice la página."
|
msgstr "Conexión perdida, por favor actualice la página."
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:117
|
#: src/views/site/ngx_conf/LocationEditor.vue:115
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:145
|
#: src/views/site/ngx_conf/LocationEditor.vue:143
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
msgstr "Contenido"
|
msgstr "Contenido"
|
||||||
|
|
||||||
|
@ -518,11 +518,11 @@ msgstr "Copiar"
|
||||||
msgid "Core Upgrade"
|
msgid "Core Upgrade"
|
||||||
msgstr "Actualización del kernel"
|
msgstr "Actualización del kernel"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:305
|
#: src/views/dashboard/ServerAnalytic.vue:301
|
||||||
msgid "CPU Status"
|
msgid "CPU Status"
|
||||||
msgstr "Estado del CPU"
|
msgstr "Estado del CPU"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:199
|
#: src/views/dashboard/ServerAnalytic.vue:195
|
||||||
msgid "CPU:"
|
msgid "CPU:"
|
||||||
msgstr "CPU:"
|
msgstr "CPU:"
|
||||||
|
|
||||||
|
@ -564,11 +564,11 @@ msgstr "Credencial"
|
||||||
msgid "Credentials"
|
msgid "Credentials"
|
||||||
msgstr "Credenciales"
|
msgstr "Credenciales"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:93
|
#: src/views/preference/components/TOTP.vue:77
|
||||||
msgid "Current account is enabled TOTP."
|
msgid "Current account is enabled TOTP."
|
||||||
msgstr "La cuenta actual tiene habilitada TOTP."
|
msgstr "La cuenta actual tiene habilitada TOTP."
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:90
|
#: src/views/preference/components/TOTP.vue:74
|
||||||
msgid "Current account is not enabled TOTP."
|
msgid "Current account is not enabled TOTP."
|
||||||
msgstr "La cuenta actual no tiene habilitada TOTP."
|
msgstr "La cuenta actual no tiene habilitada TOTP."
|
||||||
|
|
||||||
|
@ -602,6 +602,11 @@ msgstr "Base de datos (Opcional, default: database)"
|
||||||
msgid "Days"
|
msgid "Days"
|
||||||
msgstr "Días"
|
msgstr "Días"
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:3
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Decryption failed"
|
||||||
|
msgstr "Descripción"
|
||||||
|
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:110
|
#: src/views/site/ngx_conf/NgxServer.vue:110
|
||||||
|
@ -733,7 +738,7 @@ msgstr "Desactivado"
|
||||||
msgid "Disabled successfully"
|
msgid "Disabled successfully"
|
||||||
msgstr "Desactivado con éxito"
|
msgstr "Desactivado con éxito"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:370
|
#: src/views/dashboard/ServerAnalytic.vue:366
|
||||||
msgid "Disk IO"
|
msgid "Disk IO"
|
||||||
msgstr "I/O del disco"
|
msgstr "I/O del disco"
|
||||||
|
|
||||||
|
@ -903,7 +908,7 @@ msgstr "Falló el habilitado de %{conf_name} en %{node_name}"
|
||||||
msgid "Enable %{conf_name} in %{node_name} successfully"
|
msgid "Enable %{conf_name} in %{node_name} successfully"
|
||||||
msgstr "Habilitado exitoso de %{conf_name} en %{node_name}"
|
msgstr "Habilitado exitoso de %{conf_name} en %{node_name}"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:52
|
#: src/views/preference/components/TOTP.vue:38
|
||||||
msgid "Enable 2FA successfully"
|
msgid "Enable 2FA successfully"
|
||||||
msgstr "Habilitar 2FA exitoso"
|
msgstr "Habilitar 2FA exitoso"
|
||||||
|
|
||||||
|
@ -943,7 +948,7 @@ msgstr "Habilitado con Éxito"
|
||||||
msgid "Enable TLS"
|
msgid "Enable TLS"
|
||||||
msgstr "Habilitar TLS"
|
msgstr "Habilitar TLS"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:119
|
#: src/views/preference/components/TOTP.vue:103
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Enable TOTP"
|
msgid "Enable TOTP"
|
||||||
msgstr "Habilitar TLS"
|
msgstr "Habilitar TLS"
|
||||||
|
@ -978,7 +983,7 @@ msgid "Environment variables cleaned"
|
||||||
msgstr "Variables de entorno limpiadas"
|
msgstr "Variables de entorno limpiadas"
|
||||||
|
|
||||||
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
||||||
#: src/views/environment/Environment.vue:33
|
#: src/views/environment/Environment.vue:43
|
||||||
msgid "Environments"
|
msgid "Environments"
|
||||||
msgstr "Entornos"
|
msgstr "Entornos"
|
||||||
|
|
||||||
|
@ -1163,7 +1168,7 @@ msgstr ""
|
||||||
"el máximo de intentos en los minutos del umbral de prohibición, la IP será "
|
"el máximo de intentos en los minutos del umbral de prohibición, la IP será "
|
||||||
"bloqueada por un período de tiempo."
|
"bloqueada por un período de tiempo."
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:105
|
#: src/views/preference/components/TOTP.vue:89
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you lose your mobile phone, you can use the recovery code to reset your "
|
"If you lose your mobile phone, you can use the recovery code to reset your "
|
||||||
"2FA."
|
"2FA."
|
||||||
|
@ -1205,12 +1210,12 @@ msgstr "Error de actualización de kernel inicial"
|
||||||
msgid "Initialing core upgrader"
|
msgid "Initialing core upgrader"
|
||||||
msgstr "Inicializando la actualización del kernel"
|
msgstr "Inicializando la actualización del kernel"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:152
|
#: src/views/preference/components/TOTP.vue:136
|
||||||
msgid "Input the code from the app:"
|
msgid "Input the code from the app:"
|
||||||
msgstr "Ingrese el código de la aplicación:"
|
msgstr "Ingrese el código de la aplicación:"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:82
|
#: src/components/TwoFA/Authorization.vue:82
|
||||||
#: src/views/preference/components/TOTP.vue:165
|
#: src/views/preference/components/TOTP.vue:149
|
||||||
msgid "Input the recovery code:"
|
msgid "Input the recovery code:"
|
||||||
msgstr "Ingrese el código de recuperación:"
|
msgstr "Ingrese el código de recuperación:"
|
||||||
|
|
||||||
|
@ -1253,6 +1258,11 @@ msgstr "Código de acceso o código de recuperación inválido"
|
||||||
msgid "Invalid recovery code"
|
msgid "Invalid recovery code"
|
||||||
msgstr "Código 2FA o de recuperación inválido"
|
msgstr "Código 2FA o de recuperación inválido"
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:2
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Invalid request format"
|
||||||
|
msgstr "Código 2FA o de recuperación inválido"
|
||||||
|
|
||||||
#: src/views/preference/AuthSettings.vue:14
|
#: src/views/preference/AuthSettings.vue:14
|
||||||
msgid "IP"
|
msgid "IP"
|
||||||
msgstr "IP"
|
msgstr "IP"
|
||||||
|
@ -1330,15 +1340,15 @@ msgstr "Iniciar conexión"
|
||||||
msgid "List"
|
msgid "List"
|
||||||
msgstr "Lista"
|
msgstr "Lista"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:187
|
#: src/views/dashboard/ServerAnalytic.vue:183
|
||||||
msgid "Load Average:"
|
msgid "Load Average:"
|
||||||
msgstr "Promedios de carga:"
|
msgstr "Promedios de carga:"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:39
|
#: src/views/environment/Environment.vue:49
|
||||||
msgid "Load from settings"
|
msgid "Load from settings"
|
||||||
msgstr "Cargar desde configuraciones"
|
msgstr "Cargar desde configuraciones"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:13
|
#: src/views/environment/Environment.vue:17
|
||||||
msgid "Load successfully"
|
msgid "Load successfully"
|
||||||
msgstr "Cargado con éxito"
|
msgstr "Cargado con éxito"
|
||||||
|
|
||||||
|
@ -1347,7 +1357,7 @@ msgstr "Cargado con éxito"
|
||||||
msgid "Local"
|
msgid "Local"
|
||||||
msgstr "Local"
|
msgstr "Local"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:69
|
#: src/views/site/ngx_conf/LocationEditor.vue:68
|
||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr "Ubicación"
|
msgstr "Ubicación"
|
||||||
|
|
||||||
|
@ -1425,12 +1435,12 @@ msgstr "Certificado Administrado"
|
||||||
msgid "Max Attempts"
|
msgid "Max Attempts"
|
||||||
msgstr "Intentos máximos"
|
msgstr "Intentos máximos"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:226
|
#: src/views/dashboard/ServerAnalytic.vue:222
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:227
|
#: src/views/dashboard/ServerAnalytic.vue:223
|
||||||
msgid "Memory"
|
msgid "Memory"
|
||||||
msgstr "Memoria"
|
msgstr "Memoria"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:216
|
#: src/views/dashboard/ServerAnalytic.vue:212
|
||||||
msgid "Memory and Storage"
|
msgid "Memory and Storage"
|
||||||
msgstr "Memoria y almacenamiento"
|
msgstr "Memoria y almacenamiento"
|
||||||
|
|
||||||
|
@ -1484,19 +1494,19 @@ msgstr "Directiva multilínea"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nombre"
|
msgstr "Nombre"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:331
|
#: src/views/dashboard/ServerAnalytic.vue:327
|
||||||
msgid "Network"
|
msgid "Network"
|
||||||
msgstr "Red"
|
msgstr "Red"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:273
|
#: src/views/dashboard/ServerAnalytic.vue:269
|
||||||
msgid "Network Statistics"
|
msgid "Network Statistics"
|
||||||
msgstr "Estadísticas de red"
|
msgstr "Estadísticas de red"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:280
|
#: src/views/dashboard/ServerAnalytic.vue:276
|
||||||
msgid "Network Total Receive"
|
msgid "Network Total Receive"
|
||||||
msgstr "Total recibido por la red"
|
msgstr "Total recibido por la red"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:286
|
#: src/views/dashboard/ServerAnalytic.vue:282
|
||||||
msgid "Network Total Send"
|
msgid "Network Total Send"
|
||||||
msgstr "Total enviado por la red"
|
msgstr "Total enviado por la red"
|
||||||
|
|
||||||
|
@ -1613,7 +1623,7 @@ msgstr "Nginx reiniciado con éxito"
|
||||||
#: src/views/preference/AuthSettings.vue:136
|
#: src/views/preference/AuthSettings.vue:136
|
||||||
#: src/views/preference/CertSettings.vue:70
|
#: src/views/preference/CertSettings.vue:70
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:90
|
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
||||||
#: src/views/site/site_list/SiteList.vue:143
|
#: src/views/site/site_list/SiteList.vue:143
|
||||||
#: src/views/stream/StreamList.vue:163
|
#: src/views/stream/StreamList.vue:163
|
||||||
msgid "No"
|
msgid "No"
|
||||||
|
@ -1739,7 +1749,7 @@ msgstr "Nombre original"
|
||||||
msgid "OS"
|
msgid "OS"
|
||||||
msgstr "SO"
|
msgstr "SO"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:193
|
#: src/views/dashboard/ServerAnalytic.vue:189
|
||||||
msgid "OS:"
|
msgid "OS:"
|
||||||
msgstr "SO:"
|
msgstr "SO:"
|
||||||
|
|
||||||
|
@ -1795,8 +1805,8 @@ msgid "Password length cannot exceed 20 characters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/config/ConfigEditor.vue:263
|
#: src/views/config/ConfigEditor.vue:263
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:111
|
#: src/views/site/ngx_conf/LocationEditor.vue:109
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:139
|
#: src/views/site/ngx_conf/LocationEditor.vue:137
|
||||||
msgid "Path"
|
msgid "Path"
|
||||||
msgstr "Ruta"
|
msgstr "Ruta"
|
||||||
|
|
||||||
|
@ -1902,7 +1912,7 @@ msgstr ""
|
||||||
"Tenga en cuenta que las siguientes configuraciones de unidades de tiempo "
|
"Tenga en cuenta que las siguientes configuraciones de unidades de tiempo "
|
||||||
"están todas en segundos."
|
"están todas en segundos."
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:48
|
#: src/views/environment/Environment.vue:58
|
||||||
msgid "Please select at least one node to upgrade"
|
msgid "Please select at least one node to upgrade"
|
||||||
msgstr "Seleccione al menos un nodo para actualizar"
|
msgstr "Seleccione al menos un nodo para actualizar"
|
||||||
|
|
||||||
|
@ -1964,11 +1974,11 @@ msgid "Public Security Number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:387
|
#: src/views/dashboard/ServerAnalytic.vue:383
|
||||||
msgid "Reads"
|
msgid "Reads"
|
||||||
msgstr "Lecturas"
|
msgstr "Lecturas"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:338
|
#: src/views/dashboard/ServerAnalytic.vue:334
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Receive"
|
msgid "Receive"
|
||||||
msgstr "Recibido"
|
msgstr "Recibido"
|
||||||
|
@ -1987,15 +1997,15 @@ msgid "Recovered Successfully"
|
||||||
msgstr "Recuperado con éxito"
|
msgstr "Recuperado con éxito"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:89
|
#: src/components/TwoFA/Authorization.vue:89
|
||||||
#: src/views/preference/components/TOTP.vue:172
|
#: src/views/preference/components/TOTP.vue:156
|
||||||
msgid "Recovery"
|
msgid "Recovery"
|
||||||
msgstr "Recuperación"
|
msgstr "Recuperación"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:98
|
#: src/views/preference/components/TOTP.vue:82
|
||||||
msgid "Recovery Code"
|
msgid "Recovery Code"
|
||||||
msgstr "Código de Recuperación"
|
msgstr "Código de Recuperación"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:107
|
#: src/views/preference/components/TOTP.vue:91
|
||||||
msgid "Recovery Code:"
|
msgid "Recovery Code:"
|
||||||
msgstr "Código de Recuperación:"
|
msgstr "Código de Recuperación:"
|
||||||
|
|
||||||
|
@ -2163,6 +2173,10 @@ msgstr "Renovado de Certificado exitoso"
|
||||||
msgid "Renew successfully"
|
msgid "Renew successfully"
|
||||||
msgstr "Renovado con éxito"
|
msgstr "Renovado con éxito"
|
||||||
|
|
||||||
|
#: src/constants/errors/crypto.ts:4
|
||||||
|
msgid "Request timeout"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/language/constants.ts:32
|
#: src/language/constants.ts:32
|
||||||
msgid "Requested with wrong parameters"
|
msgid "Requested with wrong parameters"
|
||||||
msgstr "Pedido con parámetros incorrectos"
|
msgstr "Pedido con parámetros incorrectos"
|
||||||
|
@ -2171,7 +2185,7 @@ msgstr "Pedido con parámetros incorrectos"
|
||||||
msgid "Reset"
|
msgid "Reset"
|
||||||
msgstr "Limpiar"
|
msgstr "Limpiar"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:127
|
#: src/views/preference/components/TOTP.vue:111
|
||||||
msgid "Reset 2FA"
|
msgid "Reset 2FA"
|
||||||
msgstr "Restablecer 2FA"
|
msgstr "Restablecer 2FA"
|
||||||
|
|
||||||
|
@ -2264,7 +2278,7 @@ msgstr "Guardado con éxito"
|
||||||
msgid "Saved successfully"
|
msgid "Saved successfully"
|
||||||
msgstr "Guardado con éxito"
|
msgstr "Guardado con éxito"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:88
|
#: src/views/preference/components/TOTP.vue:72
|
||||||
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Escanee el código QR con su teléfono móvil para agregar la cuenta a la "
|
"Escanee el código QR con su teléfono móvil para agregar la cuenta a la "
|
||||||
|
@ -2274,7 +2288,7 @@ msgstr ""
|
||||||
msgid "SDK"
|
msgid "SDK"
|
||||||
msgstr "SDK"
|
msgstr "SDK"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:144
|
#: src/views/preference/components/TOTP.vue:128
|
||||||
msgid "Secret has been copied"
|
msgid "Secret has been copied"
|
||||||
msgstr "El secreto ha sido copiado"
|
msgstr "El secreto ha sido copiado"
|
||||||
|
|
||||||
|
@ -2286,12 +2300,12 @@ msgstr "Seleccionador"
|
||||||
msgid "Self Check"
|
msgid "Self Check"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:348
|
#: src/views/dashboard/ServerAnalytic.vue:344
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "Enviado"
|
msgstr "Enviado"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:179
|
#: src/views/dashboard/ServerAnalytic.vue:175
|
||||||
msgid "Server Info"
|
msgid "Server Info"
|
||||||
msgstr "Información del servidor"
|
msgstr "Información del servidor"
|
||||||
|
|
||||||
|
@ -2428,8 +2442,8 @@ msgstr "Estado"
|
||||||
msgid "Stopped"
|
msgid "Stopped"
|
||||||
msgstr "Detenido"
|
msgstr "Detenido"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:254
|
#: src/views/dashboard/ServerAnalytic.vue:250
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:255
|
#: src/views/dashboard/ServerAnalytic.vue:251
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Almacenamiento"
|
msgstr "Almacenamiento"
|
||||||
|
|
||||||
|
@ -2459,8 +2473,8 @@ msgid ""
|
||||||
"guide/nginx-proxy-example.html"
|
"guide/nginx-proxy-example.html"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:240
|
#: src/views/dashboard/ServerAnalytic.vue:236
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:241
|
#: src/views/dashboard/ServerAnalytic.vue:237
|
||||||
msgid "Swap"
|
msgid "Swap"
|
||||||
msgstr "Swap"
|
msgstr "Swap"
|
||||||
|
|
||||||
|
@ -2640,7 +2654,7 @@ msgstr ""
|
||||||
"El nombre del servidor solo debe contener letras, Unicode, números, guiones, "
|
"El nombre del servidor solo debe contener letras, Unicode, números, guiones, "
|
||||||
"rayas y puntos."
|
"rayas y puntos."
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:106
|
#: src/views/preference/components/TOTP.vue:90
|
||||||
msgid ""
|
msgid ""
|
||||||
"The recovery code is only displayed once, please save it in a safe place."
|
"The recovery code is only displayed once, please save it in a safe place."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -2741,7 +2755,7 @@ msgstr "Consejos"
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "Título"
|
msgstr "Título"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:87
|
#: src/views/preference/components/TOTP.vue:71
|
||||||
msgid ""
|
msgid ""
|
||||||
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
||||||
"on your mobile phone."
|
"on your mobile phone."
|
||||||
|
@ -2792,11 +2806,11 @@ msgid_plural "Total %{total} items"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:85
|
#: src/views/preference/components/TOTP.vue:69
|
||||||
msgid "TOTP"
|
msgid "TOTP"
|
||||||
msgstr "TOTP"
|
msgstr "TOTP"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:86
|
#: src/views/preference/components/TOTP.vue:70
|
||||||
msgid ""
|
msgid ""
|
||||||
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
||||||
"password algorithm."
|
"password algorithm."
|
||||||
|
@ -2838,7 +2852,7 @@ msgstr "Actualizado a"
|
||||||
msgid "Updated successfully"
|
msgid "Updated successfully"
|
||||||
msgstr "Actualización exitosa"
|
msgstr "Actualización exitosa"
|
||||||
|
|
||||||
#: src/routes/index.ts:297 src/views/environment/Environment.vue:56
|
#: src/routes/index.ts:297 src/views/environment/Environment.vue:66
|
||||||
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Actualizar"
|
msgstr "Actualizar"
|
||||||
|
@ -2859,7 +2873,7 @@ msgstr "Actualizando Nginx UI, por favor espere..."
|
||||||
msgid "Upstream Name"
|
msgid "Upstream Name"
|
||||||
msgstr "Nombre de la Transmisión"
|
msgstr "Nombre de la Transmisión"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:183
|
#: src/views/dashboard/ServerAnalytic.vue:179
|
||||||
msgid "Uptime:"
|
msgid "Uptime:"
|
||||||
msgstr "Tiempo encendido:"
|
msgstr "Tiempo encendido:"
|
||||||
|
|
||||||
|
@ -2974,7 +2988,7 @@ msgstr ""
|
||||||
"continuación se sincronizarán."
|
"continuación se sincronizarán."
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:377
|
#: src/views/dashboard/ServerAnalytic.vue:373
|
||||||
msgid "Writes"
|
msgid "Writes"
|
||||||
msgstr "Escrituras"
|
msgstr "Escrituras"
|
||||||
|
|
||||||
|
@ -2989,7 +3003,7 @@ msgstr "Escribir certificado a disco"
|
||||||
#: src/views/preference/AuthSettings.vue:135
|
#: src/views/preference/AuthSettings.vue:135
|
||||||
#: src/views/preference/CertSettings.vue:69
|
#: src/views/preference/CertSettings.vue:69
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:89
|
#: src/views/site/ngx_conf/LocationEditor.vue:87
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr "Si"
|
msgstr "Si"
|
||||||
|
|
||||||
|
|
|
@ -71,8 +71,8 @@ msgstr "Modifier la configuration"
|
||||||
msgid "Add Directive Below"
|
msgid "Add Directive Below"
|
||||||
msgstr "Ajouter une directive"
|
msgstr "Ajouter une directive"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:132
|
#: src/views/site/ngx_conf/LocationEditor.vue:130
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:159
|
#: src/views/site/ngx_conf/LocationEditor.vue:157
|
||||||
msgid "Add Location"
|
msgid "Add Location"
|
||||||
msgstr "Ajouter une localisation"
|
msgstr "Ajouter une localisation"
|
||||||
|
|
||||||
|
@ -199,7 +199,7 @@ msgstr "Voulez-vous vraiment supprimer cette directive ?"
|
||||||
msgid "Are you sure you want to remove this item?"
|
msgid "Are you sure you want to remove this item?"
|
||||||
msgstr "Voulez-vous vraiment supprimer cette directive ?"
|
msgstr "Voulez-vous vraiment supprimer cette directive ?"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
#: src/views/site/ngx_conf/LocationEditor.vue:86
|
||||||
msgid "Are you sure you want to remove this location?"
|
msgid "Are you sure you want to remove this location?"
|
||||||
msgstr "Voulez-vous vraiment supprimer cette localisation ?"
|
msgstr "Voulez-vous vraiment supprimer cette localisation ?"
|
||||||
|
|
||||||
|
@ -330,7 +330,7 @@ msgstr ""
|
||||||
msgid "CADir"
|
msgid "CADir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:145
|
#: src/views/preference/components/TOTP.vue:129
|
||||||
msgid "Can't scan? Use text key binding"
|
msgid "Can't scan? Use text key binding"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -388,7 +388,7 @@ msgid "Certificate Renewal Interval"
|
||||||
msgstr "Le certificat est valide"
|
msgstr "Le certificat est valide"
|
||||||
|
|
||||||
#: src/views/certificate/CertificateEditor.vue:128
|
#: src/views/certificate/CertificateEditor.vue:128
|
||||||
#: src/views/site/cert/Cert.vue:32
|
#: src/views/site/cert/Cert.vue:33
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Certificate Status"
|
msgid "Certificate Status"
|
||||||
msgid_plural "Certificates Status"
|
msgid_plural "Certificates Status"
|
||||||
|
@ -415,7 +415,7 @@ msgstr "Méthode de challenge"
|
||||||
msgid "Change Certificate"
|
msgid "Change Certificate"
|
||||||
msgstr "Changer de certificat"
|
msgstr "Changer de certificat"
|
||||||
|
|
||||||
#: src/views/site/cert/Cert.vue:51
|
#: src/views/site/cert/Cert.vue:52
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Changed Certificate"
|
msgid "Changed Certificate"
|
||||||
msgid_plural "Changed Certificates"
|
msgid_plural "Changed Certificates"
|
||||||
|
@ -481,8 +481,8 @@ msgid "Command"
|
||||||
msgstr "Commentaires"
|
msgstr "Commentaires"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:105
|
#: src/views/site/ngx_conf/LocationEditor.vue:103
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:136
|
#: src/views/site/ngx_conf/LocationEditor.vue:134
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:134
|
#: src/views/site/ngx_conf/NgxServer.vue:134
|
||||||
msgid "Comments"
|
msgid "Comments"
|
||||||
msgstr "Commentaires"
|
msgstr "Commentaires"
|
||||||
|
@ -516,8 +516,8 @@ msgid "Connection lost, please refresh the page."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:117
|
#: src/views/site/ngx_conf/LocationEditor.vue:115
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:145
|
#: src/views/site/ngx_conf/LocationEditor.vue:143
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
msgstr "Contenu"
|
msgstr "Contenu"
|
||||||
|
|
||||||
|
@ -534,11 +534,11 @@ msgstr ""
|
||||||
msgid "Core Upgrade"
|
msgid "Core Upgrade"
|
||||||
msgstr "Mise à jour du core"
|
msgstr "Mise à jour du core"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:305
|
#: src/views/dashboard/ServerAnalytic.vue:301
|
||||||
msgid "CPU Status"
|
msgid "CPU Status"
|
||||||
msgstr "État du processeur"
|
msgstr "État du processeur"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:199
|
#: src/views/dashboard/ServerAnalytic.vue:195
|
||||||
msgid "CPU:"
|
msgid "CPU:"
|
||||||
msgstr "CPU :"
|
msgstr "CPU :"
|
||||||
|
|
||||||
|
@ -584,11 +584,11 @@ msgstr "Identifiant"
|
||||||
msgid "Credentials"
|
msgid "Credentials"
|
||||||
msgstr "Identifiants"
|
msgstr "Identifiants"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:93
|
#: src/views/preference/components/TOTP.vue:77
|
||||||
msgid "Current account is enabled TOTP."
|
msgid "Current account is enabled TOTP."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:90
|
#: src/views/preference/components/TOTP.vue:74
|
||||||
msgid "Current account is not enabled TOTP."
|
msgid "Current account is not enabled TOTP."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -620,6 +620,11 @@ msgstr "Base de données (Facultatif, par défaut : database)"
|
||||||
msgid "Days"
|
msgid "Days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:3
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Decryption failed"
|
||||||
|
msgstr "Description"
|
||||||
|
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:110
|
#: src/views/site/ngx_conf/NgxServer.vue:110
|
||||||
|
@ -760,7 +765,7 @@ msgstr "Désactivé"
|
||||||
msgid "Disabled successfully"
|
msgid "Disabled successfully"
|
||||||
msgstr "Désactivé avec succès"
|
msgstr "Désactivé avec succès"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:370
|
#: src/views/dashboard/ServerAnalytic.vue:366
|
||||||
msgid "Disk IO"
|
msgid "Disk IO"
|
||||||
msgstr "E/S disque"
|
msgstr "E/S disque"
|
||||||
|
|
||||||
|
@ -939,7 +944,7 @@ msgstr ""
|
||||||
msgid "Enable %{conf_name} in %{node_name} successfully"
|
msgid "Enable %{conf_name} in %{node_name} successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:52
|
#: src/views/preference/components/TOTP.vue:38
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Enable 2FA successfully"
|
msgid "Enable 2FA successfully"
|
||||||
msgstr "Activé avec succès"
|
msgstr "Activé avec succès"
|
||||||
|
@ -981,7 +986,7 @@ msgstr "Activé avec succès"
|
||||||
msgid "Enable TLS"
|
msgid "Enable TLS"
|
||||||
msgstr "Activer TLS"
|
msgstr "Activer TLS"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:119
|
#: src/views/preference/components/TOTP.vue:103
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Enable TOTP"
|
msgid "Enable TOTP"
|
||||||
msgstr "Activer TLS"
|
msgstr "Activer TLS"
|
||||||
|
@ -1017,7 +1022,7 @@ msgid "Environment variables cleaned"
|
||||||
msgstr "Définition des variables d'environnement"
|
msgstr "Définition des variables d'environnement"
|
||||||
|
|
||||||
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
||||||
#: src/views/environment/Environment.vue:33
|
#: src/views/environment/Environment.vue:43
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Environments"
|
msgid "Environments"
|
||||||
msgstr "Commentaires"
|
msgstr "Commentaires"
|
||||||
|
@ -1203,7 +1208,7 @@ msgid ""
|
||||||
"ban threshold minutes, the ip will be banned for a period of time."
|
"ban threshold minutes, the ip will be banned for a period of time."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:105
|
#: src/views/preference/components/TOTP.vue:89
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you lose your mobile phone, you can use the recovery code to reset your "
|
"If you lose your mobile phone, you can use the recovery code to reset your "
|
||||||
"2FA."
|
"2FA."
|
||||||
|
@ -1242,12 +1247,12 @@ msgstr "Erreur du programme de mise à niveau initial du core"
|
||||||
msgid "Initialing core upgrader"
|
msgid "Initialing core upgrader"
|
||||||
msgstr "Initialisation du programme de mise à niveau du core"
|
msgstr "Initialisation du programme de mise à niveau du core"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:152
|
#: src/views/preference/components/TOTP.vue:136
|
||||||
msgid "Input the code from the app:"
|
msgid "Input the code from the app:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:82
|
#: src/components/TwoFA/Authorization.vue:82
|
||||||
#: src/views/preference/components/TOTP.vue:165
|
#: src/views/preference/components/TOTP.vue:149
|
||||||
msgid "Input the recovery code:"
|
msgid "Input the recovery code:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1288,6 +1293,10 @@ msgstr ""
|
||||||
msgid "Invalid recovery code"
|
msgid "Invalid recovery code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:2
|
||||||
|
msgid "Invalid request format"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/AuthSettings.vue:14
|
#: src/views/preference/AuthSettings.vue:14
|
||||||
msgid "IP"
|
msgid "IP"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1371,16 +1380,16 @@ msgstr ""
|
||||||
msgid "List"
|
msgid "List"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:187
|
#: src/views/dashboard/ServerAnalytic.vue:183
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Load Average:"
|
msgid "Load Average:"
|
||||||
msgstr "Charges moyennes :"
|
msgstr "Charges moyennes :"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:39
|
#: src/views/environment/Environment.vue:49
|
||||||
msgid "Load from settings"
|
msgid "Load from settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:13
|
#: src/views/environment/Environment.vue:17
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Load successfully"
|
msgid "Load successfully"
|
||||||
msgstr "Enregistré avec succès"
|
msgstr "Enregistré avec succès"
|
||||||
|
@ -1391,7 +1400,7 @@ msgstr "Enregistré avec succès"
|
||||||
msgid "Local"
|
msgid "Local"
|
||||||
msgstr "Localisation"
|
msgstr "Localisation"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:69
|
#: src/views/site/ngx_conf/LocationEditor.vue:68
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr "Localisation"
|
msgstr "Localisation"
|
||||||
|
@ -1468,12 +1477,12 @@ msgstr "Changer de certificat"
|
||||||
msgid "Max Attempts"
|
msgid "Max Attempts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:226
|
#: src/views/dashboard/ServerAnalytic.vue:222
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:227
|
#: src/views/dashboard/ServerAnalytic.vue:223
|
||||||
msgid "Memory"
|
msgid "Memory"
|
||||||
msgstr "Mémoire"
|
msgstr "Mémoire"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:216
|
#: src/views/dashboard/ServerAnalytic.vue:212
|
||||||
msgid "Memory and Storage"
|
msgid "Memory and Storage"
|
||||||
msgstr "Mémoire et stockage"
|
msgstr "Mémoire et stockage"
|
||||||
|
|
||||||
|
@ -1530,19 +1539,19 @@ msgstr "Directive multiligne"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nom"
|
msgstr "Nom"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:331
|
#: src/views/dashboard/ServerAnalytic.vue:327
|
||||||
msgid "Network"
|
msgid "Network"
|
||||||
msgstr "Réseau"
|
msgstr "Réseau"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:273
|
#: src/views/dashboard/ServerAnalytic.vue:269
|
||||||
msgid "Network Statistics"
|
msgid "Network Statistics"
|
||||||
msgstr "Statistiques du réseau"
|
msgstr "Statistiques du réseau"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:280
|
#: src/views/dashboard/ServerAnalytic.vue:276
|
||||||
msgid "Network Total Receive"
|
msgid "Network Total Receive"
|
||||||
msgstr "Réception totale du réseau"
|
msgstr "Réception totale du réseau"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:286
|
#: src/views/dashboard/ServerAnalytic.vue:282
|
||||||
msgid "Network Total Send"
|
msgid "Network Total Send"
|
||||||
msgstr "Envoi total réseau"
|
msgstr "Envoi total réseau"
|
||||||
|
|
||||||
|
@ -1662,7 +1671,7 @@ msgstr "Nginx a redémarré avec succès"
|
||||||
#: src/views/preference/AuthSettings.vue:136
|
#: src/views/preference/AuthSettings.vue:136
|
||||||
#: src/views/preference/CertSettings.vue:70
|
#: src/views/preference/CertSettings.vue:70
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:90
|
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
||||||
#: src/views/site/site_list/SiteList.vue:143
|
#: src/views/site/site_list/SiteList.vue:143
|
||||||
#: src/views/stream/StreamList.vue:163
|
#: src/views/stream/StreamList.vue:163
|
||||||
msgid "No"
|
msgid "No"
|
||||||
|
@ -1786,7 +1795,7 @@ msgstr ""
|
||||||
msgid "OS"
|
msgid "OS"
|
||||||
msgstr "OS"
|
msgstr "OS"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:193
|
#: src/views/dashboard/ServerAnalytic.vue:189
|
||||||
msgid "OS:"
|
msgid "OS:"
|
||||||
msgstr "OS :"
|
msgstr "OS :"
|
||||||
|
|
||||||
|
@ -1837,8 +1846,8 @@ msgid "Password length cannot exceed 20 characters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/config/ConfigEditor.vue:263
|
#: src/views/config/ConfigEditor.vue:263
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:111
|
#: src/views/site/ngx_conf/LocationEditor.vue:109
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:139
|
#: src/views/site/ngx_conf/LocationEditor.vue:137
|
||||||
msgid "Path"
|
msgid "Path"
|
||||||
msgstr "Chemin"
|
msgstr "Chemin"
|
||||||
|
|
||||||
|
@ -1942,7 +1951,7 @@ msgid ""
|
||||||
"Please note that the unit of time configurations below are all in seconds."
|
"Please note that the unit of time configurations below are all in seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:48
|
#: src/views/environment/Environment.vue:58
|
||||||
msgid "Please select at least one node to upgrade"
|
msgid "Please select at least one node to upgrade"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2002,12 +2011,12 @@ msgid "Public Security Number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:387
|
#: src/views/dashboard/ServerAnalytic.vue:383
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Reads"
|
msgid "Reads"
|
||||||
msgstr "Lectures"
|
msgstr "Lectures"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:338
|
#: src/views/dashboard/ServerAnalytic.vue:334
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Receive"
|
msgid "Receive"
|
||||||
|
@ -2028,15 +2037,15 @@ msgid "Recovered Successfully"
|
||||||
msgstr "Enregistré avec succès"
|
msgstr "Enregistré avec succès"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:89
|
#: src/components/TwoFA/Authorization.vue:89
|
||||||
#: src/views/preference/components/TOTP.vue:172
|
#: src/views/preference/components/TOTP.vue:156
|
||||||
msgid "Recovery"
|
msgid "Recovery"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:98
|
#: src/views/preference/components/TOTP.vue:82
|
||||||
msgid "Recovery Code"
|
msgid "Recovery Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:107
|
#: src/views/preference/components/TOTP.vue:91
|
||||||
msgid "Recovery Code:"
|
msgid "Recovery Code:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2217,6 +2226,10 @@ msgstr "Changer de certificat"
|
||||||
msgid "Renew successfully"
|
msgid "Renew successfully"
|
||||||
msgstr "Activé avec succès"
|
msgstr "Activé avec succès"
|
||||||
|
|
||||||
|
#: src/constants/errors/crypto.ts:4
|
||||||
|
msgid "Request timeout"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/language/constants.ts:32
|
#: src/language/constants.ts:32
|
||||||
msgid "Requested with wrong parameters"
|
msgid "Requested with wrong parameters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -2225,7 +2238,7 @@ msgstr ""
|
||||||
msgid "Reset"
|
msgid "Reset"
|
||||||
msgstr "Réinitialiser"
|
msgstr "Réinitialiser"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:127
|
#: src/views/preference/components/TOTP.vue:111
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Reset 2FA"
|
msgid "Reset 2FA"
|
||||||
msgstr "Réinitialiser"
|
msgstr "Réinitialiser"
|
||||||
|
@ -2317,7 +2330,7 @@ msgstr "Sauvegarde réussie"
|
||||||
msgid "Saved successfully"
|
msgid "Saved successfully"
|
||||||
msgstr "Enregistré avec succès"
|
msgstr "Enregistré avec succès"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:88
|
#: src/views/preference/components/TOTP.vue:72
|
||||||
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2325,7 +2338,7 @@ msgstr ""
|
||||||
msgid "SDK"
|
msgid "SDK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:144
|
#: src/views/preference/components/TOTP.vue:128
|
||||||
msgid "Secret has been copied"
|
msgid "Secret has been copied"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2337,12 +2350,12 @@ msgstr "Sélecteur"
|
||||||
msgid "Self Check"
|
msgid "Self Check"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:348
|
#: src/views/dashboard/ServerAnalytic.vue:344
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "Envoyer"
|
msgstr "Envoyer"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:179
|
#: src/views/dashboard/ServerAnalytic.vue:175
|
||||||
msgid "Server Info"
|
msgid "Server Info"
|
||||||
msgstr "Informations sur le serveur"
|
msgstr "Informations sur le serveur"
|
||||||
|
|
||||||
|
@ -2483,8 +2496,8 @@ msgstr "Statut"
|
||||||
msgid "Stopped"
|
msgid "Stopped"
|
||||||
msgstr "Arrêté"
|
msgstr "Arrêté"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:254
|
#: src/views/dashboard/ServerAnalytic.vue:250
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:255
|
#: src/views/dashboard/ServerAnalytic.vue:251
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Stockage"
|
msgstr "Stockage"
|
||||||
|
|
||||||
|
@ -2514,8 +2527,8 @@ msgid ""
|
||||||
"guide/nginx-proxy-example.html"
|
"guide/nginx-proxy-example.html"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:240
|
#: src/views/dashboard/ServerAnalytic.vue:236
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:241
|
#: src/views/dashboard/ServerAnalytic.vue:237
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Swap"
|
msgid "Swap"
|
||||||
msgstr "Échanger"
|
msgstr "Échanger"
|
||||||
|
@ -2688,7 +2701,7 @@ msgid ""
|
||||||
"hyphens, dashes, colons, and dots."
|
"hyphens, dashes, colons, and dots."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:106
|
#: src/views/preference/components/TOTP.vue:90
|
||||||
msgid ""
|
msgid ""
|
||||||
"The recovery code is only displayed once, please save it in a safe place."
|
"The recovery code is only displayed once, please save it in a safe place."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -2782,7 +2795,7 @@ msgstr ""
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:87
|
#: src/views/preference/components/TOTP.vue:71
|
||||||
msgid ""
|
msgid ""
|
||||||
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
||||||
"on your mobile phone."
|
"on your mobile phone."
|
||||||
|
@ -2824,11 +2837,11 @@ msgid_plural "Total %{total} items"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:85
|
#: src/views/preference/components/TOTP.vue:69
|
||||||
msgid "TOTP"
|
msgid "TOTP"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:86
|
#: src/views/preference/components/TOTP.vue:70
|
||||||
msgid ""
|
msgid ""
|
||||||
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
||||||
"password algorithm."
|
"password algorithm."
|
||||||
|
@ -2868,7 +2881,7 @@ msgstr "Mis à jour le"
|
||||||
msgid "Updated successfully"
|
msgid "Updated successfully"
|
||||||
msgstr "Mis à jour avec succés"
|
msgstr "Mis à jour avec succés"
|
||||||
|
|
||||||
#: src/routes/index.ts:297 src/views/environment/Environment.vue:56
|
#: src/routes/index.ts:297 src/views/environment/Environment.vue:66
|
||||||
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Mettre à niveau"
|
msgstr "Mettre à niveau"
|
||||||
|
@ -2890,7 +2903,7 @@ msgstr "Mise à jour de Nginx UI, veuillez patienter..."
|
||||||
msgid "Upstream Name"
|
msgid "Upstream Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:183
|
#: src/views/dashboard/ServerAnalytic.vue:179
|
||||||
msgid "Uptime:"
|
msgid "Uptime:"
|
||||||
msgstr "Disponibilité :"
|
msgstr "Disponibilité :"
|
||||||
|
|
||||||
|
@ -3001,7 +3014,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:377
|
#: src/views/dashboard/ServerAnalytic.vue:373
|
||||||
msgid "Writes"
|
msgid "Writes"
|
||||||
msgstr "Écritures"
|
msgstr "Écritures"
|
||||||
|
|
||||||
|
@ -3016,7 +3029,7 @@ msgstr "Écriture du certificat sur le disque"
|
||||||
#: src/views/preference/AuthSettings.vue:135
|
#: src/views/preference/AuthSettings.vue:135
|
||||||
#: src/views/preference/CertSettings.vue:69
|
#: src/views/preference/CertSettings.vue:69
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:89
|
#: src/views/site/ngx_conf/LocationEditor.vue:87
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr "Oui"
|
msgstr "Oui"
|
||||||
|
|
||||||
|
|
|
@ -72,8 +72,8 @@ msgstr "구성 추가"
|
||||||
msgid "Add Directive Below"
|
msgid "Add Directive Below"
|
||||||
msgstr "아래에 지시문 추가"
|
msgstr "아래에 지시문 추가"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:132
|
#: src/views/site/ngx_conf/LocationEditor.vue:130
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:159
|
#: src/views/site/ngx_conf/LocationEditor.vue:157
|
||||||
msgid "Add Location"
|
msgid "Add Location"
|
||||||
msgstr "위치 추가"
|
msgstr "위치 추가"
|
||||||
|
|
||||||
|
@ -189,7 +189,7 @@ msgstr "이 지시문을 정말로 제거하시겠습니까?"
|
||||||
msgid "Are you sure you want to remove this item?"
|
msgid "Are you sure you want to remove this item?"
|
||||||
msgstr "이 항목을 제거하시겠습니까?"
|
msgstr "이 항목을 제거하시겠습니까?"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
#: src/views/site/ngx_conf/LocationEditor.vue:86
|
||||||
msgid "Are you sure you want to remove this location?"
|
msgid "Are you sure you want to remove this location?"
|
||||||
msgstr "이 위치를 제거하시겠습니까?"
|
msgstr "이 위치를 제거하시겠습니까?"
|
||||||
|
|
||||||
|
@ -317,7 +317,7 @@ msgstr "CA 디렉토리"
|
||||||
msgid "CADir"
|
msgid "CADir"
|
||||||
msgstr "CA 디렉토리"
|
msgstr "CA 디렉토리"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:145
|
#: src/views/preference/components/TOTP.vue:129
|
||||||
msgid "Can't scan? Use text key binding"
|
msgid "Can't scan? Use text key binding"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -374,7 +374,7 @@ msgid "Certificate Renewal Interval"
|
||||||
msgstr "인증서 갱신 간격"
|
msgstr "인증서 갱신 간격"
|
||||||
|
|
||||||
#: src/views/certificate/CertificateEditor.vue:128
|
#: src/views/certificate/CertificateEditor.vue:128
|
||||||
#: src/views/site/cert/Cert.vue:32
|
#: src/views/site/cert/Cert.vue:33
|
||||||
msgid "Certificate Status"
|
msgid "Certificate Status"
|
||||||
msgid_plural "Certificates Status"
|
msgid_plural "Certificates Status"
|
||||||
msgstr[0] "인증서 상태"
|
msgstr[0] "인증서 상태"
|
||||||
|
@ -398,7 +398,7 @@ msgstr "인증 방법"
|
||||||
msgid "Change Certificate"
|
msgid "Change Certificate"
|
||||||
msgstr "인증서 변경"
|
msgstr "인증서 변경"
|
||||||
|
|
||||||
#: src/views/site/cert/Cert.vue:51
|
#: src/views/site/cert/Cert.vue:52
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Changed Certificate"
|
msgid "Changed Certificate"
|
||||||
msgid_plural "Changed Certificates"
|
msgid_plural "Changed Certificates"
|
||||||
|
@ -462,8 +462,8 @@ msgid "Command"
|
||||||
msgstr "명령어"
|
msgstr "명령어"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:105
|
#: src/views/site/ngx_conf/LocationEditor.vue:103
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:136
|
#: src/views/site/ngx_conf/LocationEditor.vue:134
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:134
|
#: src/views/site/ngx_conf/NgxServer.vue:134
|
||||||
msgid "Comments"
|
msgid "Comments"
|
||||||
msgstr "댓글"
|
msgstr "댓글"
|
||||||
|
@ -497,8 +497,8 @@ msgid "Connection lost, please refresh the page."
|
||||||
msgstr "연결이 끊어졌습니다. 페이지를 새로 고침하세요."
|
msgstr "연결이 끊어졌습니다. 페이지를 새로 고침하세요."
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:117
|
#: src/views/site/ngx_conf/LocationEditor.vue:115
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:145
|
#: src/views/site/ngx_conf/LocationEditor.vue:143
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
msgstr "내용"
|
msgstr "내용"
|
||||||
|
|
||||||
|
@ -515,11 +515,11 @@ msgstr ""
|
||||||
msgid "Core Upgrade"
|
msgid "Core Upgrade"
|
||||||
msgstr "코어 업그레이드"
|
msgstr "코어 업그레이드"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:305
|
#: src/views/dashboard/ServerAnalytic.vue:301
|
||||||
msgid "CPU Status"
|
msgid "CPU Status"
|
||||||
msgstr "CPU 상태"
|
msgstr "CPU 상태"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:199
|
#: src/views/dashboard/ServerAnalytic.vue:195
|
||||||
msgid "CPU:"
|
msgid "CPU:"
|
||||||
msgstr "CPU:"
|
msgstr "CPU:"
|
||||||
|
|
||||||
|
@ -564,11 +564,11 @@ msgstr "인증 정보"
|
||||||
msgid "Credentials"
|
msgid "Credentials"
|
||||||
msgstr "인증 정보들"
|
msgstr "인증 정보들"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:93
|
#: src/views/preference/components/TOTP.vue:77
|
||||||
msgid "Current account is enabled TOTP."
|
msgid "Current account is enabled TOTP."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:90
|
#: src/views/preference/components/TOTP.vue:74
|
||||||
msgid "Current account is not enabled TOTP."
|
msgid "Current account is not enabled TOTP."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -600,6 +600,11 @@ msgstr "데이터베이스 (선택사항, 기본값: database)"
|
||||||
msgid "Days"
|
msgid "Days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:3
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Decryption failed"
|
||||||
|
msgstr "설명"
|
||||||
|
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:110
|
#: src/views/site/ngx_conf/NgxServer.vue:110
|
||||||
|
@ -736,7 +741,7 @@ msgstr "비활성화됨"
|
||||||
msgid "Disabled successfully"
|
msgid "Disabled successfully"
|
||||||
msgstr "성공적으로 비활성화됨"
|
msgstr "성공적으로 비활성화됨"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:370
|
#: src/views/dashboard/ServerAnalytic.vue:366
|
||||||
msgid "Disk IO"
|
msgid "Disk IO"
|
||||||
msgstr "디스크 IO"
|
msgstr "디스크 IO"
|
||||||
|
|
||||||
|
@ -904,7 +909,7 @@ msgstr "%{node_name}에서 %{conf_name} 활성화 실패"
|
||||||
msgid "Enable %{conf_name} in %{node_name} successfully"
|
msgid "Enable %{conf_name} in %{node_name} successfully"
|
||||||
msgstr "%{node_name}에서 %{conf_name} 성공적으로 활성화됨"
|
msgstr "%{node_name}에서 %{conf_name} 성공적으로 활성화됨"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:52
|
#: src/views/preference/components/TOTP.vue:38
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Enable 2FA successfully"
|
msgid "Enable 2FA successfully"
|
||||||
msgstr "성공적으로 활성화"
|
msgstr "성공적으로 활성화"
|
||||||
|
@ -945,7 +950,7 @@ msgstr "성공적으로 활성화"
|
||||||
msgid "Enable TLS"
|
msgid "Enable TLS"
|
||||||
msgstr "TLS 활성화"
|
msgstr "TLS 활성화"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:119
|
#: src/views/preference/components/TOTP.vue:103
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Enable TOTP"
|
msgid "Enable TOTP"
|
||||||
msgstr "TLS 활성화"
|
msgstr "TLS 활성화"
|
||||||
|
@ -981,7 +986,7 @@ msgid "Environment variables cleaned"
|
||||||
msgstr "환경 변수 설정"
|
msgstr "환경 변수 설정"
|
||||||
|
|
||||||
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
||||||
#: src/views/environment/Environment.vue:33
|
#: src/views/environment/Environment.vue:43
|
||||||
msgid "Environments"
|
msgid "Environments"
|
||||||
msgstr "환경"
|
msgstr "환경"
|
||||||
|
|
||||||
|
@ -1166,7 +1171,7 @@ msgid ""
|
||||||
"ban threshold minutes, the ip will be banned for a period of time."
|
"ban threshold minutes, the ip will be banned for a period of time."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:105
|
#: src/views/preference/components/TOTP.vue:89
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you lose your mobile phone, you can use the recovery code to reset your "
|
"If you lose your mobile phone, you can use the recovery code to reset your "
|
||||||
"2FA."
|
"2FA."
|
||||||
|
@ -1204,12 +1209,12 @@ msgstr "초기 코어 업그레이더 오류"
|
||||||
msgid "Initialing core upgrader"
|
msgid "Initialing core upgrader"
|
||||||
msgstr "코어 업그레이더 초기화"
|
msgstr "코어 업그레이더 초기화"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:152
|
#: src/views/preference/components/TOTP.vue:136
|
||||||
msgid "Input the code from the app:"
|
msgid "Input the code from the app:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:82
|
#: src/components/TwoFA/Authorization.vue:82
|
||||||
#: src/views/preference/components/TOTP.vue:165
|
#: src/views/preference/components/TOTP.vue:149
|
||||||
msgid "Input the recovery code:"
|
msgid "Input the recovery code:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1254,6 +1259,10 @@ msgstr ""
|
||||||
msgid "Invalid recovery code"
|
msgid "Invalid recovery code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:2
|
||||||
|
msgid "Invalid request format"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/AuthSettings.vue:14
|
#: src/views/preference/AuthSettings.vue:14
|
||||||
msgid "IP"
|
msgid "IP"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1337,16 +1346,16 @@ msgstr "링크 시작"
|
||||||
msgid "List"
|
msgid "List"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:187
|
#: src/views/dashboard/ServerAnalytic.vue:183
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Load Average:"
|
msgid "Load Average:"
|
||||||
msgstr "부하 평균:"
|
msgstr "부하 평균:"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:39
|
#: src/views/environment/Environment.vue:49
|
||||||
msgid "Load from settings"
|
msgid "Load from settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:13
|
#: src/views/environment/Environment.vue:17
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Load successfully"
|
msgid "Load successfully"
|
||||||
msgstr "성공적으로 저장됨"
|
msgstr "성공적으로 저장됨"
|
||||||
|
@ -1357,7 +1366,7 @@ msgstr "성공적으로 저장됨"
|
||||||
msgid "Local"
|
msgid "Local"
|
||||||
msgstr "지역"
|
msgstr "지역"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:69
|
#: src/views/site/ngx_conf/LocationEditor.vue:68
|
||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr "위치"
|
msgstr "위치"
|
||||||
|
|
||||||
|
@ -1437,12 +1446,12 @@ msgstr "인증서 유효"
|
||||||
msgid "Max Attempts"
|
msgid "Max Attempts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:226
|
#: src/views/dashboard/ServerAnalytic.vue:222
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:227
|
#: src/views/dashboard/ServerAnalytic.vue:223
|
||||||
msgid "Memory"
|
msgid "Memory"
|
||||||
msgstr "메모리"
|
msgstr "메모리"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:216
|
#: src/views/dashboard/ServerAnalytic.vue:212
|
||||||
msgid "Memory and Storage"
|
msgid "Memory and Storage"
|
||||||
msgstr "메모리 및 저장소"
|
msgstr "메모리 및 저장소"
|
||||||
|
|
||||||
|
@ -1501,19 +1510,19 @@ msgstr "단일 지시문"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "이름"
|
msgstr "이름"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:331
|
#: src/views/dashboard/ServerAnalytic.vue:327
|
||||||
msgid "Network"
|
msgid "Network"
|
||||||
msgstr "네트워크"
|
msgstr "네트워크"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:273
|
#: src/views/dashboard/ServerAnalytic.vue:269
|
||||||
msgid "Network Statistics"
|
msgid "Network Statistics"
|
||||||
msgstr "네트워크 통계"
|
msgstr "네트워크 통계"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:280
|
#: src/views/dashboard/ServerAnalytic.vue:276
|
||||||
msgid "Network Total Receive"
|
msgid "Network Total Receive"
|
||||||
msgstr "네트워크 총 수신"
|
msgstr "네트워크 총 수신"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:286
|
#: src/views/dashboard/ServerAnalytic.vue:282
|
||||||
msgid "Network Total Send"
|
msgid "Network Total Send"
|
||||||
msgstr "네트워크 총 송신"
|
msgstr "네트워크 총 송신"
|
||||||
|
|
||||||
|
@ -1635,7 +1644,7 @@ msgstr "Nginx가 성공적으로 재시작됨"
|
||||||
#: src/views/preference/AuthSettings.vue:136
|
#: src/views/preference/AuthSettings.vue:136
|
||||||
#: src/views/preference/CertSettings.vue:70
|
#: src/views/preference/CertSettings.vue:70
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:90
|
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
||||||
#: src/views/site/site_list/SiteList.vue:143
|
#: src/views/site/site_list/SiteList.vue:143
|
||||||
#: src/views/stream/StreamList.vue:163
|
#: src/views/stream/StreamList.vue:163
|
||||||
msgid "No"
|
msgid "No"
|
||||||
|
@ -1760,7 +1769,7 @@ msgstr ""
|
||||||
msgid "OS"
|
msgid "OS"
|
||||||
msgstr "OS"
|
msgstr "OS"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:193
|
#: src/views/dashboard/ServerAnalytic.vue:189
|
||||||
msgid "OS:"
|
msgid "OS:"
|
||||||
msgstr "OS:"
|
msgstr "OS:"
|
||||||
|
|
||||||
|
@ -1811,8 +1820,8 @@ msgid "Password length cannot exceed 20 characters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/config/ConfigEditor.vue:263
|
#: src/views/config/ConfigEditor.vue:263
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:111
|
#: src/views/site/ngx_conf/LocationEditor.vue:109
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:139
|
#: src/views/site/ngx_conf/LocationEditor.vue:137
|
||||||
msgid "Path"
|
msgid "Path"
|
||||||
msgstr "경로"
|
msgstr "경로"
|
||||||
|
|
||||||
|
@ -1909,7 +1918,7 @@ msgid ""
|
||||||
"Please note that the unit of time configurations below are all in seconds."
|
"Please note that the unit of time configurations below are all in seconds."
|
||||||
msgstr "아래의 시간 설정 단위는 모두 초 단위임을 유의해주세요."
|
msgstr "아래의 시간 설정 단위는 모두 초 단위임을 유의해주세요."
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:48
|
#: src/views/environment/Environment.vue:58
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Please select at least one node to upgrade"
|
msgid "Please select at least one node to upgrade"
|
||||||
msgstr "적어도 하나의 노드를 선택해주세요!"
|
msgstr "적어도 하나의 노드를 선택해주세요!"
|
||||||
|
@ -1970,11 +1979,11 @@ msgid "Public Security Number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:387
|
#: src/views/dashboard/ServerAnalytic.vue:383
|
||||||
msgid "Reads"
|
msgid "Reads"
|
||||||
msgstr "읽기"
|
msgstr "읽기"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:338
|
#: src/views/dashboard/ServerAnalytic.vue:334
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Receive"
|
msgid "Receive"
|
||||||
msgstr "수신"
|
msgstr "수신"
|
||||||
|
@ -1994,15 +2003,15 @@ msgid "Recovered Successfully"
|
||||||
msgstr "성공적으로 제거됨"
|
msgstr "성공적으로 제거됨"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:89
|
#: src/components/TwoFA/Authorization.vue:89
|
||||||
#: src/views/preference/components/TOTP.vue:172
|
#: src/views/preference/components/TOTP.vue:156
|
||||||
msgid "Recovery"
|
msgid "Recovery"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:98
|
#: src/views/preference/components/TOTP.vue:82
|
||||||
msgid "Recovery Code"
|
msgid "Recovery Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:107
|
#: src/views/preference/components/TOTP.vue:91
|
||||||
msgid "Recovery Code:"
|
msgid "Recovery Code:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2184,6 +2193,10 @@ msgstr "인증서 갱신 성공"
|
||||||
msgid "Renew successfully"
|
msgid "Renew successfully"
|
||||||
msgstr "성공적으로 갱신됨"
|
msgstr "성공적으로 갱신됨"
|
||||||
|
|
||||||
|
#: src/constants/errors/crypto.ts:4
|
||||||
|
msgid "Request timeout"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/language/constants.ts:32
|
#: src/language/constants.ts:32
|
||||||
msgid "Requested with wrong parameters"
|
msgid "Requested with wrong parameters"
|
||||||
msgstr "잘못된 매개변수로 요청됨"
|
msgstr "잘못된 매개변수로 요청됨"
|
||||||
|
@ -2192,7 +2205,7 @@ msgstr "잘못된 매개변수로 요청됨"
|
||||||
msgid "Reset"
|
msgid "Reset"
|
||||||
msgstr "재설정"
|
msgstr "재설정"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:127
|
#: src/views/preference/components/TOTP.vue:111
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Reset 2FA"
|
msgid "Reset 2FA"
|
||||||
msgstr "재설정"
|
msgstr "재설정"
|
||||||
|
@ -2286,7 +2299,7 @@ msgstr "성공적으로 저장됨"
|
||||||
msgid "Saved successfully"
|
msgid "Saved successfully"
|
||||||
msgstr "성공적으로 저장됨"
|
msgstr "성공적으로 저장됨"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:88
|
#: src/views/preference/components/TOTP.vue:72
|
||||||
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2294,7 +2307,7 @@ msgstr ""
|
||||||
msgid "SDK"
|
msgid "SDK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:144
|
#: src/views/preference/components/TOTP.vue:128
|
||||||
msgid "Secret has been copied"
|
msgid "Secret has been copied"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2306,12 +2319,12 @@ msgstr "선택"
|
||||||
msgid "Self Check"
|
msgid "Self Check"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:348
|
#: src/views/dashboard/ServerAnalytic.vue:344
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "보내기"
|
msgstr "보내기"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:179
|
#: src/views/dashboard/ServerAnalytic.vue:175
|
||||||
msgid "Server Info"
|
msgid "Server Info"
|
||||||
msgstr "서버 정보"
|
msgstr "서버 정보"
|
||||||
|
|
||||||
|
@ -2452,8 +2465,8 @@ msgstr "상태"
|
||||||
msgid "Stopped"
|
msgid "Stopped"
|
||||||
msgstr "정지됨"
|
msgstr "정지됨"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:254
|
#: src/views/dashboard/ServerAnalytic.vue:250
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:255
|
#: src/views/dashboard/ServerAnalytic.vue:251
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "저장소"
|
msgstr "저장소"
|
||||||
|
|
||||||
|
@ -2483,8 +2496,8 @@ msgid ""
|
||||||
"guide/nginx-proxy-example.html"
|
"guide/nginx-proxy-example.html"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:240
|
#: src/views/dashboard/ServerAnalytic.vue:236
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:241
|
#: src/views/dashboard/ServerAnalytic.vue:237
|
||||||
msgid "Swap"
|
msgid "Swap"
|
||||||
msgstr "스왑"
|
msgstr "스왑"
|
||||||
|
|
||||||
|
@ -2656,7 +2669,7 @@ msgid ""
|
||||||
"hyphens, dashes, colons, and dots."
|
"hyphens, dashes, colons, and dots."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:106
|
#: src/views/preference/components/TOTP.vue:90
|
||||||
msgid ""
|
msgid ""
|
||||||
"The recovery code is only displayed once, please save it in a safe place."
|
"The recovery code is only displayed once, please save it in a safe place."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -2750,7 +2763,7 @@ msgstr "팁"
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "제목"
|
msgstr "제목"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:87
|
#: src/views/preference/components/TOTP.vue:71
|
||||||
msgid ""
|
msgid ""
|
||||||
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
||||||
"on your mobile phone."
|
"on your mobile phone."
|
||||||
|
@ -2791,11 +2804,11 @@ msgid_plural "Total %{total} items"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:85
|
#: src/views/preference/components/TOTP.vue:69
|
||||||
msgid "TOTP"
|
msgid "TOTP"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:86
|
#: src/views/preference/components/TOTP.vue:70
|
||||||
msgid ""
|
msgid ""
|
||||||
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
||||||
"password algorithm."
|
"password algorithm."
|
||||||
|
@ -2836,7 +2849,7 @@ msgstr "업데이트됨"
|
||||||
msgid "Updated successfully"
|
msgid "Updated successfully"
|
||||||
msgstr "성공적으로 저장되었습니다"
|
msgstr "성공적으로 저장되었습니다"
|
||||||
|
|
||||||
#: src/routes/index.ts:297 src/views/environment/Environment.vue:56
|
#: src/routes/index.ts:297 src/views/environment/Environment.vue:66
|
||||||
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "업그레이드"
|
msgstr "업그레이드"
|
||||||
|
@ -2859,7 +2872,7 @@ msgstr "Nginx UI를 업그레이드하는 중입니다. 잠시 기다려주세
|
||||||
msgid "Upstream Name"
|
msgid "Upstream Name"
|
||||||
msgstr "업스트림 이름"
|
msgstr "업스트림 이름"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:183
|
#: src/views/dashboard/ServerAnalytic.vue:179
|
||||||
msgid "Uptime:"
|
msgid "Uptime:"
|
||||||
msgstr "가동 시간:"
|
msgstr "가동 시간:"
|
||||||
|
|
||||||
|
@ -2973,7 +2986,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:377
|
#: src/views/dashboard/ServerAnalytic.vue:373
|
||||||
msgid "Writes"
|
msgid "Writes"
|
||||||
msgstr "쓰기"
|
msgstr "쓰기"
|
||||||
|
|
||||||
|
@ -2988,7 +3001,7 @@ msgstr "인증서를 디스크에 쓰기"
|
||||||
#: src/views/preference/AuthSettings.vue:135
|
#: src/views/preference/AuthSettings.vue:135
|
||||||
#: src/views/preference/CertSettings.vue:69
|
#: src/views/preference/CertSettings.vue:69
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:89
|
#: src/views/site/ngx_conf/LocationEditor.vue:87
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr "예"
|
msgstr "예"
|
||||||
|
|
||||||
|
|
|
@ -64,8 +64,8 @@ msgstr ""
|
||||||
msgid "Add Directive Below"
|
msgid "Add Directive Below"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:132
|
#: src/views/site/ngx_conf/LocationEditor.vue:130
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:159
|
#: src/views/site/ngx_conf/LocationEditor.vue:157
|
||||||
msgid "Add Location"
|
msgid "Add Location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -178,7 +178,7 @@ msgstr ""
|
||||||
msgid "Are you sure you want to remove this item?"
|
msgid "Are you sure you want to remove this item?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
#: src/views/site/ngx_conf/LocationEditor.vue:86
|
||||||
msgid "Are you sure you want to remove this location?"
|
msgid "Are you sure you want to remove this location?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -306,7 +306,7 @@ msgstr ""
|
||||||
msgid "CADir"
|
msgid "CADir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:145
|
#: src/views/preference/components/TOTP.vue:129
|
||||||
msgid "Can't scan? Use text key binding"
|
msgid "Can't scan? Use text key binding"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -359,7 +359,7 @@ msgid "Certificate Renewal Interval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/certificate/CertificateEditor.vue:128
|
#: src/views/certificate/CertificateEditor.vue:128
|
||||||
#: src/views/site/cert/Cert.vue:32
|
#: src/views/site/cert/Cert.vue:33
|
||||||
msgid "Certificate Status"
|
msgid "Certificate Status"
|
||||||
msgid_plural "Certificates Status"
|
msgid_plural "Certificates Status"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -383,7 +383,7 @@ msgstr ""
|
||||||
msgid "Change Certificate"
|
msgid "Change Certificate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/site/cert/Cert.vue:51
|
#: src/views/site/cert/Cert.vue:52
|
||||||
msgid "Changed Certificate"
|
msgid "Changed Certificate"
|
||||||
msgid_plural "Changed Certificates"
|
msgid_plural "Changed Certificates"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
@ -442,8 +442,8 @@ msgid "Command"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:105
|
#: src/views/site/ngx_conf/LocationEditor.vue:103
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:136
|
#: src/views/site/ngx_conf/LocationEditor.vue:134
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:134
|
#: src/views/site/ngx_conf/NgxServer.vue:134
|
||||||
msgid "Comments"
|
msgid "Comments"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -477,8 +477,8 @@ msgid "Connection lost, please refresh the page."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:117
|
#: src/views/site/ngx_conf/LocationEditor.vue:115
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:145
|
#: src/views/site/ngx_conf/LocationEditor.vue:143
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -495,11 +495,11 @@ msgstr ""
|
||||||
msgid "Core Upgrade"
|
msgid "Core Upgrade"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:305
|
#: src/views/dashboard/ServerAnalytic.vue:301
|
||||||
msgid "CPU Status"
|
msgid "CPU Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:199
|
#: src/views/dashboard/ServerAnalytic.vue:195
|
||||||
msgid "CPU:"
|
msgid "CPU:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -543,11 +543,11 @@ msgstr ""
|
||||||
msgid "Credentials"
|
msgid "Credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:93
|
#: src/views/preference/components/TOTP.vue:77
|
||||||
msgid "Current account is enabled TOTP."
|
msgid "Current account is enabled TOTP."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:90
|
#: src/views/preference/components/TOTP.vue:74
|
||||||
msgid "Current account is not enabled TOTP."
|
msgid "Current account is not enabled TOTP."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -579,6 +579,10 @@ msgstr ""
|
||||||
msgid "Days"
|
msgid "Days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:3
|
||||||
|
msgid "Decryption failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:110
|
#: src/views/site/ngx_conf/NgxServer.vue:110
|
||||||
|
@ -711,7 +715,7 @@ msgstr ""
|
||||||
msgid "Disabled successfully"
|
msgid "Disabled successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:370
|
#: src/views/dashboard/ServerAnalytic.vue:366
|
||||||
msgid "Disk IO"
|
msgid "Disk IO"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -875,7 +879,7 @@ msgstr ""
|
||||||
msgid "Enable %{conf_name} in %{node_name} successfully"
|
msgid "Enable %{conf_name} in %{node_name} successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:52
|
#: src/views/preference/components/TOTP.vue:38
|
||||||
msgid "Enable 2FA successfully"
|
msgid "Enable 2FA successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -911,7 +915,7 @@ msgstr ""
|
||||||
msgid "Enable TLS"
|
msgid "Enable TLS"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:119
|
#: src/views/preference/components/TOTP.vue:103
|
||||||
msgid "Enable TOTP"
|
msgid "Enable TOTP"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -948,7 +952,7 @@ msgstr ""
|
||||||
|
|
||||||
#: src/routes/index.ts:234
|
#: src/routes/index.ts:234
|
||||||
#: src/views/dashboard/Environments.vue:83
|
#: src/views/dashboard/Environments.vue:83
|
||||||
#: src/views/environment/Environment.vue:33
|
#: src/views/environment/Environment.vue:43
|
||||||
msgid "Environments"
|
msgid "Environments"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1126,7 +1130,7 @@ msgstr ""
|
||||||
msgid "If the number of login failed attempts from a ip reach the max attempts in ban threshold minutes, the ip will be banned for a period of time."
|
msgid "If the number of login failed attempts from a ip reach the max attempts in ban threshold minutes, the ip will be banned for a period of time."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:105
|
#: src/views/preference/components/TOTP.vue:89
|
||||||
msgid "If you lose your mobile phone, you can use the recovery code to reset your 2FA."
|
msgid "If you lose your mobile phone, you can use the recovery code to reset your 2FA."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1161,12 +1165,12 @@ msgstr ""
|
||||||
msgid "Initialing core upgrader"
|
msgid "Initialing core upgrader"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:152
|
#: src/views/preference/components/TOTP.vue:136
|
||||||
msgid "Input the code from the app:"
|
msgid "Input the code from the app:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:82
|
#: src/components/TwoFA/Authorization.vue:82
|
||||||
#: src/views/preference/components/TOTP.vue:165
|
#: src/views/preference/components/TOTP.vue:149
|
||||||
msgid "Input the recovery code:"
|
msgid "Input the recovery code:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1208,6 +1212,10 @@ msgstr ""
|
||||||
msgid "Invalid recovery code"
|
msgid "Invalid recovery code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:2
|
||||||
|
msgid "Invalid request format"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/AuthSettings.vue:14
|
#: src/views/preference/AuthSettings.vue:14
|
||||||
msgid "IP"
|
msgid "IP"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1283,15 +1291,15 @@ msgstr ""
|
||||||
msgid "List"
|
msgid "List"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:187
|
#: src/views/dashboard/ServerAnalytic.vue:183
|
||||||
msgid "Load Average:"
|
msgid "Load Average:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:39
|
#: src/views/environment/Environment.vue:49
|
||||||
msgid "Load from settings"
|
msgid "Load from settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:13
|
#: src/views/environment/Environment.vue:17
|
||||||
msgid "Load successfully"
|
msgid "Load successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1300,7 +1308,7 @@ msgstr ""
|
||||||
msgid "Local"
|
msgid "Local"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:69
|
#: src/views/site/ngx_conf/LocationEditor.vue:68
|
||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1368,12 +1376,12 @@ msgstr ""
|
||||||
msgid "Max Attempts"
|
msgid "Max Attempts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:226
|
#: src/views/dashboard/ServerAnalytic.vue:222
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:227
|
#: src/views/dashboard/ServerAnalytic.vue:223
|
||||||
msgid "Memory"
|
msgid "Memory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:216
|
#: src/views/dashboard/ServerAnalytic.vue:212
|
||||||
msgid "Memory and Storage"
|
msgid "Memory and Storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1430,19 +1438,19 @@ msgstr ""
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:331
|
#: src/views/dashboard/ServerAnalytic.vue:327
|
||||||
msgid "Network"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:273
|
#: src/views/dashboard/ServerAnalytic.vue:269
|
||||||
msgid "Network Statistics"
|
msgid "Network Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:280
|
#: src/views/dashboard/ServerAnalytic.vue:276
|
||||||
msgid "Network Total Receive"
|
msgid "Network Total Receive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:286
|
#: src/views/dashboard/ServerAnalytic.vue:282
|
||||||
msgid "Network Total Send"
|
msgid "Network Total Send"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1557,7 +1565,7 @@ msgstr ""
|
||||||
#: src/views/preference/AuthSettings.vue:136
|
#: src/views/preference/AuthSettings.vue:136
|
||||||
#: src/views/preference/CertSettings.vue:70
|
#: src/views/preference/CertSettings.vue:70
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:90
|
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
||||||
#: src/views/site/site_list/SiteList.vue:143
|
#: src/views/site/site_list/SiteList.vue:143
|
||||||
#: src/views/stream/StreamList.vue:163
|
#: src/views/stream/StreamList.vue:163
|
||||||
msgid "No"
|
msgid "No"
|
||||||
|
@ -1675,7 +1683,7 @@ msgstr ""
|
||||||
msgid "OS"
|
msgid "OS"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:193
|
#: src/views/dashboard/ServerAnalytic.vue:189
|
||||||
msgid "OS:"
|
msgid "OS:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1723,8 +1731,8 @@ msgid "Password length cannot exceed 20 characters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/config/ConfigEditor.vue:263
|
#: src/views/config/ConfigEditor.vue:263
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:111
|
#: src/views/site/ngx_conf/LocationEditor.vue:109
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:139
|
#: src/views/site/ngx_conf/LocationEditor.vue:137
|
||||||
msgid "Path"
|
msgid "Path"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1808,7 +1816,7 @@ msgstr ""
|
||||||
msgid "Please note that the unit of time configurations below are all in seconds."
|
msgid "Please note that the unit of time configurations below are all in seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:48
|
#: src/views/environment/Environment.vue:58
|
||||||
msgid "Please select at least one node to upgrade"
|
msgid "Please select at least one node to upgrade"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1867,11 +1875,11 @@ msgid "Public Security Number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:387
|
#: src/views/dashboard/ServerAnalytic.vue:383
|
||||||
msgid "Reads"
|
msgid "Reads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:338
|
#: src/views/dashboard/ServerAnalytic.vue:334
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Receive"
|
msgid "Receive"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1890,15 +1898,15 @@ msgid "Recovered Successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:89
|
#: src/components/TwoFA/Authorization.vue:89
|
||||||
#: src/views/preference/components/TOTP.vue:172
|
#: src/views/preference/components/TOTP.vue:156
|
||||||
msgid "Recovery"
|
msgid "Recovery"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:98
|
#: src/views/preference/components/TOTP.vue:82
|
||||||
msgid "Recovery Code"
|
msgid "Recovery Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:107
|
#: src/views/preference/components/TOTP.vue:91
|
||||||
msgid "Recovery Code:"
|
msgid "Recovery Code:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2051,6 +2059,10 @@ msgstr ""
|
||||||
msgid "Renew successfully"
|
msgid "Renew successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/constants/errors/crypto.ts:4
|
||||||
|
msgid "Request timeout"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/language/constants.ts:32
|
#: src/language/constants.ts:32
|
||||||
msgid "Requested with wrong parameters"
|
msgid "Requested with wrong parameters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -2059,7 +2071,7 @@ msgstr ""
|
||||||
msgid "Reset"
|
msgid "Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:127
|
#: src/views/preference/components/TOTP.vue:111
|
||||||
msgid "Reset 2FA"
|
msgid "Reset 2FA"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2147,7 +2159,7 @@ msgstr ""
|
||||||
msgid "Saved successfully"
|
msgid "Saved successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:88
|
#: src/views/preference/components/TOTP.vue:72
|
||||||
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2155,7 +2167,7 @@ msgstr ""
|
||||||
msgid "SDK"
|
msgid "SDK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:144
|
#: src/views/preference/components/TOTP.vue:128
|
||||||
msgid "Secret has been copied"
|
msgid "Secret has been copied"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2168,12 +2180,12 @@ msgstr ""
|
||||||
msgid "Self Check"
|
msgid "Self Check"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:348
|
#: src/views/dashboard/ServerAnalytic.vue:344
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:179
|
#: src/views/dashboard/ServerAnalytic.vue:175
|
||||||
msgid "Server Info"
|
msgid "Server Info"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2301,8 +2313,8 @@ msgstr ""
|
||||||
msgid "Stopped"
|
msgid "Stopped"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:254
|
#: src/views/dashboard/ServerAnalytic.vue:250
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:255
|
#: src/views/dashboard/ServerAnalytic.vue:251
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2327,8 +2339,8 @@ msgstr ""
|
||||||
msgid "Support communication with the backend through the WebSocket protocol. If your Nginx UI is being used via an Nginx reverse proxy, please refer to this link to write the corresponding configuration file: https://nginxui.com/guide/nginx-proxy-example.html"
|
msgid "Support communication with the backend through the WebSocket protocol. If your Nginx UI is being used via an Nginx reverse proxy, please refer to this link to write the corresponding configuration file: https://nginxui.com/guide/nginx-proxy-example.html"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:240
|
#: src/views/dashboard/ServerAnalytic.vue:236
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:241
|
#: src/views/dashboard/ServerAnalytic.vue:237
|
||||||
msgid "Swap"
|
msgid "Swap"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2470,7 +2482,7 @@ msgstr ""
|
||||||
msgid "The Public Security Number should only contain letters, unicode, numbers, hyphens, dashes, colons, and dots."
|
msgid "The Public Security Number should only contain letters, unicode, numbers, hyphens, dashes, colons, and dots."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:106
|
#: src/views/preference/components/TOTP.vue:90
|
||||||
msgid "The recovery code is only displayed once, please save it in a safe place."
|
msgid "The recovery code is only displayed once, please save it in a safe place."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2549,7 +2561,7 @@ msgstr ""
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:87
|
#: src/views/preference/components/TOTP.vue:71
|
||||||
msgid "To enable it, you need to install the Google or Microsoft Authenticator app on your mobile phone."
|
msgid "To enable it, you need to install the Google or Microsoft Authenticator app on your mobile phone."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2575,11 +2587,11 @@ msgid_plural "Total %{total} items"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:85
|
#: src/views/preference/components/TOTP.vue:69
|
||||||
msgid "TOTP"
|
msgid "TOTP"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:86
|
#: src/views/preference/components/TOTP.vue:70
|
||||||
msgid "TOTP is a two-factor authentication method that uses a time-based one-time password algorithm."
|
msgid "TOTP is a two-factor authentication method that uses a time-based one-time password algorithm."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2619,7 +2631,7 @@ msgid "Updated successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/routes/index.ts:297
|
#: src/routes/index.ts:297
|
||||||
#: src/views/environment/Environment.vue:56
|
#: src/views/environment/Environment.vue:66
|
||||||
#: src/views/system/Upgrade.vue:143
|
#: src/views/system/Upgrade.vue:143
|
||||||
#: src/views/system/Upgrade.vue:226
|
#: src/views/system/Upgrade.vue:226
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
|
@ -2642,7 +2654,7 @@ msgstr ""
|
||||||
msgid "Upstream Name"
|
msgid "Upstream Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:183
|
#: src/views/dashboard/ServerAnalytic.vue:179
|
||||||
msgid "Uptime:"
|
msgid "Uptime:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2739,7 +2751,7 @@ msgid "When you enable/disable, delete, or save this site, the nodes set in the
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:377
|
#: src/views/dashboard/ServerAnalytic.vue:373
|
||||||
msgid "Writes"
|
msgid "Writes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2754,7 +2766,7 @@ msgstr ""
|
||||||
#: src/views/preference/AuthSettings.vue:135
|
#: src/views/preference/AuthSettings.vue:135
|
||||||
#: src/views/preference/CertSettings.vue:69
|
#: src/views/preference/CertSettings.vue:69
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:89
|
#: src/views/site/ngx_conf/LocationEditor.vue:87
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -73,8 +73,8 @@ msgstr "Добавить конфигурацию"
|
||||||
msgid "Add Directive Below"
|
msgid "Add Directive Below"
|
||||||
msgstr "Добавить директиву ниже"
|
msgstr "Добавить директиву ниже"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:132
|
#: src/views/site/ngx_conf/LocationEditor.vue:130
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:159
|
#: src/views/site/ngx_conf/LocationEditor.vue:157
|
||||||
msgid "Add Location"
|
msgid "Add Location"
|
||||||
msgstr "Добавить Location"
|
msgstr "Добавить Location"
|
||||||
|
|
||||||
|
@ -191,7 +191,7 @@ msgstr "Вы уверены, что хотите удалить эту дире
|
||||||
msgid "Are you sure you want to remove this item?"
|
msgid "Are you sure you want to remove this item?"
|
||||||
msgstr "Вы уверены, что хотите удалить этот элемент?"
|
msgstr "Вы уверены, что хотите удалить этот элемент?"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
#: src/views/site/ngx_conf/LocationEditor.vue:86
|
||||||
msgid "Are you sure you want to remove this location?"
|
msgid "Are you sure you want to remove this location?"
|
||||||
msgstr "Вы уверены, что хотите удалить location?"
|
msgstr "Вы уверены, что хотите удалить location?"
|
||||||
|
|
||||||
|
@ -320,7 +320,7 @@ msgstr "Директория корневого сертификата"
|
||||||
msgid "CADir"
|
msgid "CADir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:145
|
#: src/views/preference/components/TOTP.vue:129
|
||||||
msgid "Can't scan? Use text key binding"
|
msgid "Can't scan? Use text key binding"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -378,7 +378,7 @@ msgid "Certificate Renewal Interval"
|
||||||
msgstr "Интервал обновления сертификата"
|
msgstr "Интервал обновления сертификата"
|
||||||
|
|
||||||
#: src/views/certificate/CertificateEditor.vue:128
|
#: src/views/certificate/CertificateEditor.vue:128
|
||||||
#: src/views/site/cert/Cert.vue:32
|
#: src/views/site/cert/Cert.vue:33
|
||||||
msgid "Certificate Status"
|
msgid "Certificate Status"
|
||||||
msgid_plural "Certificates Status"
|
msgid_plural "Certificates Status"
|
||||||
msgstr[0] "Статус сертификата"
|
msgstr[0] "Статус сертификата"
|
||||||
|
@ -402,7 +402,7 @@ msgstr "Метод Challenge"
|
||||||
msgid "Change Certificate"
|
msgid "Change Certificate"
|
||||||
msgstr "Изменить сертификат"
|
msgstr "Изменить сертификат"
|
||||||
|
|
||||||
#: src/views/site/cert/Cert.vue:51
|
#: src/views/site/cert/Cert.vue:52
|
||||||
msgid "Changed Certificate"
|
msgid "Changed Certificate"
|
||||||
msgid_plural "Changed Certificates"
|
msgid_plural "Changed Certificates"
|
||||||
msgstr[0] "Сертификат изменен"
|
msgstr[0] "Сертификат изменен"
|
||||||
|
@ -464,8 +464,8 @@ msgid "Command"
|
||||||
msgstr "Команда"
|
msgstr "Команда"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:105
|
#: src/views/site/ngx_conf/LocationEditor.vue:103
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:136
|
#: src/views/site/ngx_conf/LocationEditor.vue:134
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:134
|
#: src/views/site/ngx_conf/NgxServer.vue:134
|
||||||
msgid "Comments"
|
msgid "Comments"
|
||||||
msgstr "Комментарии"
|
msgstr "Комментарии"
|
||||||
|
@ -499,8 +499,8 @@ msgid "Connection lost, please refresh the page."
|
||||||
msgstr "Соединение потеряно, пожалуйста, обновите страницу."
|
msgstr "Соединение потеряно, пожалуйста, обновите страницу."
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:117
|
#: src/views/site/ngx_conf/LocationEditor.vue:115
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:145
|
#: src/views/site/ngx_conf/LocationEditor.vue:143
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
msgstr "Содержание"
|
msgstr "Содержание"
|
||||||
|
|
||||||
|
@ -517,11 +517,11 @@ msgstr "Копировать"
|
||||||
msgid "Core Upgrade"
|
msgid "Core Upgrade"
|
||||||
msgstr "Обновление ядра"
|
msgstr "Обновление ядра"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:305
|
#: src/views/dashboard/ServerAnalytic.vue:301
|
||||||
msgid "CPU Status"
|
msgid "CPU Status"
|
||||||
msgstr "Нагрузка CPU"
|
msgstr "Нагрузка CPU"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:199
|
#: src/views/dashboard/ServerAnalytic.vue:195
|
||||||
msgid "CPU:"
|
msgid "CPU:"
|
||||||
msgstr "CPU:"
|
msgstr "CPU:"
|
||||||
|
|
||||||
|
@ -563,12 +563,12 @@ msgstr "Учетные данные"
|
||||||
msgid "Credentials"
|
msgid "Credentials"
|
||||||
msgstr "Учетные данные"
|
msgstr "Учетные данные"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:93
|
#: src/views/preference/components/TOTP.vue:77
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Current account is enabled TOTP."
|
msgid "Current account is enabled TOTP."
|
||||||
msgstr "Текущая учетная запись имеет включенную 2ФА."
|
msgstr "Текущая учетная запись имеет включенную 2ФА."
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:90
|
#: src/views/preference/components/TOTP.vue:74
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Current account is not enabled TOTP."
|
msgid "Current account is not enabled TOTP."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -603,6 +603,11 @@ msgstr "База данных (Опционально, по умолчанию:
|
||||||
msgid "Days"
|
msgid "Days"
|
||||||
msgstr "Дни"
|
msgstr "Дни"
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:3
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Decryption failed"
|
||||||
|
msgstr "Описание"
|
||||||
|
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:110
|
#: src/views/site/ngx_conf/NgxServer.vue:110
|
||||||
|
@ -739,7 +744,7 @@ msgstr "Отключено"
|
||||||
msgid "Disabled successfully"
|
msgid "Disabled successfully"
|
||||||
msgstr "Отключено успешно"
|
msgstr "Отключено успешно"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:370
|
#: src/views/dashboard/ServerAnalytic.vue:366
|
||||||
msgid "Disk IO"
|
msgid "Disk IO"
|
||||||
msgstr "Нагрузка на Диск IO"
|
msgstr "Нагрузка на Диск IO"
|
||||||
|
|
||||||
|
@ -911,7 +916,7 @@ msgstr "Включение %{conf_name} in %{node_name} нипалучилася
|
||||||
msgid "Enable %{conf_name} in %{node_name} successfully"
|
msgid "Enable %{conf_name} in %{node_name} successfully"
|
||||||
msgstr "Включение %{conf_name} in %{node_name} успешно"
|
msgstr "Включение %{conf_name} in %{node_name} успешно"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:52
|
#: src/views/preference/components/TOTP.vue:38
|
||||||
msgid "Enable 2FA successfully"
|
msgid "Enable 2FA successfully"
|
||||||
msgstr "Двухфакторная аутентификация успешно включена"
|
msgstr "Двухфакторная аутентификация успешно включена"
|
||||||
|
|
||||||
|
@ -951,7 +956,7 @@ msgstr "Включено успешно"
|
||||||
msgid "Enable TLS"
|
msgid "Enable TLS"
|
||||||
msgstr "Включить TLS"
|
msgstr "Включить TLS"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:119
|
#: src/views/preference/components/TOTP.vue:103
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Enable TOTP"
|
msgid "Enable TOTP"
|
||||||
msgstr "Включить TLS"
|
msgstr "Включить TLS"
|
||||||
|
@ -986,7 +991,7 @@ msgid "Environment variables cleaned"
|
||||||
msgstr "Переменные окружения очищены"
|
msgstr "Переменные окружения очищены"
|
||||||
|
|
||||||
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
||||||
#: src/views/environment/Environment.vue:33
|
#: src/views/environment/Environment.vue:43
|
||||||
msgid "Environments"
|
msgid "Environments"
|
||||||
msgstr "Окружения"
|
msgstr "Окружения"
|
||||||
|
|
||||||
|
@ -1170,7 +1175,7 @@ msgstr ""
|
||||||
"количества попыток в течение пороговых минут блокировки, IP будет "
|
"количества попыток в течение пороговых минут блокировки, IP будет "
|
||||||
"заблокирован на определенный период времени."
|
"заблокирован на определенный период времени."
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:105
|
#: src/views/preference/components/TOTP.vue:89
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you lose your mobile phone, you can use the recovery code to reset your "
|
"If you lose your mobile phone, you can use the recovery code to reset your "
|
||||||
"2FA."
|
"2FA."
|
||||||
|
@ -1212,12 +1217,12 @@ msgstr "Ошибка первоначального обновления ядр
|
||||||
msgid "Initialing core upgrader"
|
msgid "Initialing core upgrader"
|
||||||
msgstr "Инициализация программы обновления ядра"
|
msgstr "Инициализация программы обновления ядра"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:152
|
#: src/views/preference/components/TOTP.vue:136
|
||||||
msgid "Input the code from the app:"
|
msgid "Input the code from the app:"
|
||||||
msgstr "Введите код из приложения:"
|
msgstr "Введите код из приложения:"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:82
|
#: src/components/TwoFA/Authorization.vue:82
|
||||||
#: src/views/preference/components/TOTP.vue:165
|
#: src/views/preference/components/TOTP.vue:149
|
||||||
msgid "Input the recovery code:"
|
msgid "Input the recovery code:"
|
||||||
msgstr "Введите код восстановления:"
|
msgstr "Введите код восстановления:"
|
||||||
|
|
||||||
|
@ -1260,6 +1265,11 @@ msgstr "Неверный пароль или код восстановления
|
||||||
msgid "Invalid recovery code"
|
msgid "Invalid recovery code"
|
||||||
msgstr "Неверный 2FA или код восстановления"
|
msgstr "Неверный 2FA или код восстановления"
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:2
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Invalid request format"
|
||||||
|
msgstr "Неверный 2FA или код восстановления"
|
||||||
|
|
||||||
#: src/views/preference/AuthSettings.vue:14
|
#: src/views/preference/AuthSettings.vue:14
|
||||||
msgid "IP"
|
msgid "IP"
|
||||||
msgstr "IP"
|
msgstr "IP"
|
||||||
|
@ -1337,15 +1347,15 @@ msgstr "Начало ссылки"
|
||||||
msgid "List"
|
msgid "List"
|
||||||
msgstr "Список"
|
msgstr "Список"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:187
|
#: src/views/dashboard/ServerAnalytic.vue:183
|
||||||
msgid "Load Average:"
|
msgid "Load Average:"
|
||||||
msgstr "Средняя нагрузка:"
|
msgstr "Средняя нагрузка:"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:39
|
#: src/views/environment/Environment.vue:49
|
||||||
msgid "Load from settings"
|
msgid "Load from settings"
|
||||||
msgstr "Загрузить из настроек"
|
msgstr "Загрузить из настроек"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:13
|
#: src/views/environment/Environment.vue:17
|
||||||
msgid "Load successfully"
|
msgid "Load successfully"
|
||||||
msgstr "Загружено успешно"
|
msgstr "Загружено успешно"
|
||||||
|
|
||||||
|
@ -1354,7 +1364,7 @@ msgstr "Загружено успешно"
|
||||||
msgid "Local"
|
msgid "Local"
|
||||||
msgstr "Локальный"
|
msgstr "Локальный"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:69
|
#: src/views/site/ngx_conf/LocationEditor.vue:68
|
||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr "Локация"
|
msgstr "Локация"
|
||||||
|
|
||||||
|
@ -1431,12 +1441,12 @@ msgstr "Управление сертификатом"
|
||||||
msgid "Max Attempts"
|
msgid "Max Attempts"
|
||||||
msgstr "Максимальное количество попыток"
|
msgstr "Максимальное количество попыток"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:226
|
#: src/views/dashboard/ServerAnalytic.vue:222
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:227
|
#: src/views/dashboard/ServerAnalytic.vue:223
|
||||||
msgid "Memory"
|
msgid "Memory"
|
||||||
msgstr "Память"
|
msgstr "Память"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:216
|
#: src/views/dashboard/ServerAnalytic.vue:212
|
||||||
msgid "Memory and Storage"
|
msgid "Memory and Storage"
|
||||||
msgstr "Память и хранилище"
|
msgstr "Память и хранилище"
|
||||||
|
|
||||||
|
@ -1490,19 +1500,19 @@ msgstr "Многострочная директива"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Имя"
|
msgstr "Имя"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:331
|
#: src/views/dashboard/ServerAnalytic.vue:327
|
||||||
msgid "Network"
|
msgid "Network"
|
||||||
msgstr "Сеть"
|
msgstr "Сеть"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:273
|
#: src/views/dashboard/ServerAnalytic.vue:269
|
||||||
msgid "Network Statistics"
|
msgid "Network Statistics"
|
||||||
msgstr "Статистика сети"
|
msgstr "Статистика сети"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:280
|
#: src/views/dashboard/ServerAnalytic.vue:276
|
||||||
msgid "Network Total Receive"
|
msgid "Network Total Receive"
|
||||||
msgstr "Всего получено"
|
msgstr "Всего получено"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:286
|
#: src/views/dashboard/ServerAnalytic.vue:282
|
||||||
msgid "Network Total Send"
|
msgid "Network Total Send"
|
||||||
msgstr "Всего отправлено"
|
msgstr "Всего отправлено"
|
||||||
|
|
||||||
|
@ -1619,7 +1629,7 @@ msgstr "Nginx успешно перезапущен"
|
||||||
#: src/views/preference/AuthSettings.vue:136
|
#: src/views/preference/AuthSettings.vue:136
|
||||||
#: src/views/preference/CertSettings.vue:70
|
#: src/views/preference/CertSettings.vue:70
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:90
|
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
||||||
#: src/views/site/site_list/SiteList.vue:143
|
#: src/views/site/site_list/SiteList.vue:143
|
||||||
#: src/views/stream/StreamList.vue:163
|
#: src/views/stream/StreamList.vue:163
|
||||||
msgid "No"
|
msgid "No"
|
||||||
|
@ -1742,7 +1752,7 @@ msgstr "Оригинальное имя"
|
||||||
msgid "OS"
|
msgid "OS"
|
||||||
msgstr "ОС"
|
msgstr "ОС"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:193
|
#: src/views/dashboard/ServerAnalytic.vue:189
|
||||||
msgid "OS:"
|
msgid "OS:"
|
||||||
msgstr "OS:"
|
msgstr "OS:"
|
||||||
|
|
||||||
|
@ -1794,8 +1804,8 @@ msgid "Password length cannot exceed 20 characters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/config/ConfigEditor.vue:263
|
#: src/views/config/ConfigEditor.vue:263
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:111
|
#: src/views/site/ngx_conf/LocationEditor.vue:109
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:139
|
#: src/views/site/ngx_conf/LocationEditor.vue:137
|
||||||
msgid "Path"
|
msgid "Path"
|
||||||
msgstr "Путь"
|
msgstr "Путь"
|
||||||
|
|
||||||
|
@ -1899,7 +1909,7 @@ msgstr ""
|
||||||
"Обратите внимание, что единица измерения времени в конфигурациях ниже "
|
"Обратите внимание, что единица измерения времени в конфигурациях ниже "
|
||||||
"указана в секундах."
|
"указана в секундах."
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:48
|
#: src/views/environment/Environment.vue:58
|
||||||
msgid "Please select at least one node to upgrade"
|
msgid "Please select at least one node to upgrade"
|
||||||
msgstr "Пожалуйста, выберите хотя бы один узел"
|
msgstr "Пожалуйста, выберите хотя бы один узел"
|
||||||
|
|
||||||
|
@ -1959,11 +1969,11 @@ msgid "Public Security Number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:387
|
#: src/views/dashboard/ServerAnalytic.vue:383
|
||||||
msgid "Reads"
|
msgid "Reads"
|
||||||
msgstr "Чтение"
|
msgstr "Чтение"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:338
|
#: src/views/dashboard/ServerAnalytic.vue:334
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Receive"
|
msgid "Receive"
|
||||||
msgstr "Принято"
|
msgstr "Принято"
|
||||||
|
@ -1982,15 +1992,15 @@ msgid "Recovered Successfully"
|
||||||
msgstr "Восстановлено успешно"
|
msgstr "Восстановлено успешно"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:89
|
#: src/components/TwoFA/Authorization.vue:89
|
||||||
#: src/views/preference/components/TOTP.vue:172
|
#: src/views/preference/components/TOTP.vue:156
|
||||||
msgid "Recovery"
|
msgid "Recovery"
|
||||||
msgstr "Восстановление"
|
msgstr "Восстановление"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:98
|
#: src/views/preference/components/TOTP.vue:82
|
||||||
msgid "Recovery Code"
|
msgid "Recovery Code"
|
||||||
msgstr "Код восстановления"
|
msgstr "Код восстановления"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:107
|
#: src/views/preference/components/TOTP.vue:91
|
||||||
msgid "Recovery Code:"
|
msgid "Recovery Code:"
|
||||||
msgstr "Код восстановления:"
|
msgstr "Код восстановления:"
|
||||||
|
|
||||||
|
@ -2157,6 +2167,10 @@ msgstr "Успешное обновление сертификата"
|
||||||
msgid "Renew successfully"
|
msgid "Renew successfully"
|
||||||
msgstr "Успешно обновлено"
|
msgstr "Успешно обновлено"
|
||||||
|
|
||||||
|
#: src/constants/errors/crypto.ts:4
|
||||||
|
msgid "Request timeout"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/language/constants.ts:32
|
#: src/language/constants.ts:32
|
||||||
msgid "Requested with wrong parameters"
|
msgid "Requested with wrong parameters"
|
||||||
msgstr "Запрос с неправильными параметрами"
|
msgstr "Запрос с неправильными параметрами"
|
||||||
|
@ -2165,7 +2179,7 @@ msgstr "Запрос с неправильными параметрами"
|
||||||
msgid "Reset"
|
msgid "Reset"
|
||||||
msgstr "Сброс"
|
msgstr "Сброс"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:127
|
#: src/views/preference/components/TOTP.vue:111
|
||||||
msgid "Reset 2FA"
|
msgid "Reset 2FA"
|
||||||
msgstr "Сброс 2FA"
|
msgstr "Сброс 2FA"
|
||||||
|
|
||||||
|
@ -2258,7 +2272,7 @@ msgstr "Сохранено успешно"
|
||||||
msgid "Saved successfully"
|
msgid "Saved successfully"
|
||||||
msgstr "Успешно сохранено"
|
msgstr "Успешно сохранено"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:88
|
#: src/views/preference/components/TOTP.vue:72
|
||||||
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Отсканируйте QR-код с помощью мобильного телефона, чтобы добавить учетную "
|
"Отсканируйте QR-код с помощью мобильного телефона, чтобы добавить учетную "
|
||||||
|
@ -2268,7 +2282,7 @@ msgstr ""
|
||||||
msgid "SDK"
|
msgid "SDK"
|
||||||
msgstr "SDK"
|
msgstr "SDK"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:144
|
#: src/views/preference/components/TOTP.vue:128
|
||||||
msgid "Secret has been copied"
|
msgid "Secret has been copied"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2280,12 +2294,12 @@ msgstr "Выбор"
|
||||||
msgid "Self Check"
|
msgid "Self Check"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:348
|
#: src/views/dashboard/ServerAnalytic.vue:344
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "Отправлено"
|
msgstr "Отправлено"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:179
|
#: src/views/dashboard/ServerAnalytic.vue:175
|
||||||
msgid "Server Info"
|
msgid "Server Info"
|
||||||
msgstr "Информация о сервере"
|
msgstr "Информация о сервере"
|
||||||
|
|
||||||
|
@ -2422,8 +2436,8 @@ msgstr "Статус"
|
||||||
msgid "Stopped"
|
msgid "Stopped"
|
||||||
msgstr "Остановлен"
|
msgstr "Остановлен"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:254
|
#: src/views/dashboard/ServerAnalytic.vue:250
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:255
|
#: src/views/dashboard/ServerAnalytic.vue:251
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Хранилище"
|
msgstr "Хранилище"
|
||||||
|
|
||||||
|
@ -2453,8 +2467,8 @@ msgid ""
|
||||||
"guide/nginx-proxy-example.html"
|
"guide/nginx-proxy-example.html"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:240
|
#: src/views/dashboard/ServerAnalytic.vue:236
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:241
|
#: src/views/dashboard/ServerAnalytic.vue:237
|
||||||
msgid "Swap"
|
msgid "Swap"
|
||||||
msgstr "Своп"
|
msgstr "Своп"
|
||||||
|
|
||||||
|
@ -2633,7 +2647,7 @@ msgstr ""
|
||||||
"Имя сервера должно содержать только буквы, юникод, цифры, дефисы, тире и "
|
"Имя сервера должно содержать только буквы, юникод, цифры, дефисы, тире и "
|
||||||
"точки."
|
"точки."
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:106
|
#: src/views/preference/components/TOTP.vue:90
|
||||||
msgid ""
|
msgid ""
|
||||||
"The recovery code is only displayed once, please save it in a safe place."
|
"The recovery code is only displayed once, please save it in a safe place."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -2734,7 +2748,7 @@ msgstr "Советы"
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "Заголовок"
|
msgstr "Заголовок"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:87
|
#: src/views/preference/components/TOTP.vue:71
|
||||||
msgid ""
|
msgid ""
|
||||||
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
||||||
"on your mobile phone."
|
"on your mobile phone."
|
||||||
|
@ -2778,11 +2792,11 @@ msgid_plural "Total %{total} items"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:85
|
#: src/views/preference/components/TOTP.vue:69
|
||||||
msgid "TOTP"
|
msgid "TOTP"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:86
|
#: src/views/preference/components/TOTP.vue:70
|
||||||
msgid ""
|
msgid ""
|
||||||
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
||||||
"password algorithm."
|
"password algorithm."
|
||||||
|
@ -2824,7 +2838,7 @@ msgstr "Обновлено в"
|
||||||
msgid "Updated successfully"
|
msgid "Updated successfully"
|
||||||
msgstr "Успешно обновлено"
|
msgstr "Успешно обновлено"
|
||||||
|
|
||||||
#: src/routes/index.ts:297 src/views/environment/Environment.vue:56
|
#: src/routes/index.ts:297 src/views/environment/Environment.vue:66
|
||||||
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Обновление"
|
msgstr "Обновление"
|
||||||
|
@ -2845,7 +2859,7 @@ msgstr "Обновление Nginx UI, подождите..."
|
||||||
msgid "Upstream Name"
|
msgid "Upstream Name"
|
||||||
msgstr "Имя Upstream"
|
msgstr "Имя Upstream"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:183
|
#: src/views/dashboard/ServerAnalytic.vue:179
|
||||||
msgid "Uptime:"
|
msgid "Uptime:"
|
||||||
msgstr "Аптайм:"
|
msgstr "Аптайм:"
|
||||||
|
|
||||||
|
@ -2955,7 +2969,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:377
|
#: src/views/dashboard/ServerAnalytic.vue:373
|
||||||
msgid "Writes"
|
msgid "Writes"
|
||||||
msgstr "Запись"
|
msgstr "Запись"
|
||||||
|
|
||||||
|
@ -2970,7 +2984,7 @@ msgstr "Запись сертификата на диск"
|
||||||
#: src/views/preference/AuthSettings.vue:135
|
#: src/views/preference/AuthSettings.vue:135
|
||||||
#: src/views/preference/CertSettings.vue:69
|
#: src/views/preference/CertSettings.vue:69
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:89
|
#: src/views/site/ngx_conf/LocationEditor.vue:87
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr "Да"
|
msgstr "Да"
|
||||||
|
|
||||||
|
|
|
@ -70,8 +70,8 @@ msgstr "Yapılandırma Ekle"
|
||||||
msgid "Add Directive Below"
|
msgid "Add Directive Below"
|
||||||
msgstr "Direktifi Aşağıya Ekleyin"
|
msgstr "Direktifi Aşağıya Ekleyin"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:132
|
#: src/views/site/ngx_conf/LocationEditor.vue:130
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:159
|
#: src/views/site/ngx_conf/LocationEditor.vue:157
|
||||||
msgid "Add Location"
|
msgid "Add Location"
|
||||||
msgstr "Konum ekle"
|
msgstr "Konum ekle"
|
||||||
|
|
||||||
|
@ -187,7 +187,7 @@ msgstr "Bu yönergeyi kaldırmak istediğinizden emin misiniz?"
|
||||||
msgid "Are you sure you want to remove this item?"
|
msgid "Are you sure you want to remove this item?"
|
||||||
msgstr "Bu öğeyi kaldırmak istediğinizden emin misiniz?"
|
msgstr "Bu öğeyi kaldırmak istediğinizden emin misiniz?"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
#: src/views/site/ngx_conf/LocationEditor.vue:86
|
||||||
msgid "Are you sure you want to remove this location?"
|
msgid "Are you sure you want to remove this location?"
|
||||||
msgstr "Bu konumu kaldırmak istediğinizden emin misiniz?"
|
msgstr "Bu konumu kaldırmak istediğinizden emin misiniz?"
|
||||||
|
|
||||||
|
@ -315,7 +315,7 @@ msgstr "CA Dizini"
|
||||||
msgid "CADir"
|
msgid "CADir"
|
||||||
msgstr "CADizini"
|
msgstr "CADizini"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:145
|
#: src/views/preference/components/TOTP.vue:129
|
||||||
msgid "Can't scan? Use text key binding"
|
msgid "Can't scan? Use text key binding"
|
||||||
msgstr "Tarayamıyor musunuz? Metin anahtar bağlamasını kullanın"
|
msgstr "Tarayamıyor musunuz? Metin anahtar bağlamasını kullanın"
|
||||||
|
|
||||||
|
@ -372,7 +372,7 @@ msgid "Certificate Renewal Interval"
|
||||||
msgstr "Sertifika Yenileme Aralığı"
|
msgstr "Sertifika Yenileme Aralığı"
|
||||||
|
|
||||||
#: src/views/certificate/CertificateEditor.vue:128
|
#: src/views/certificate/CertificateEditor.vue:128
|
||||||
#: src/views/site/cert/Cert.vue:32
|
#: src/views/site/cert/Cert.vue:33
|
||||||
msgid "Certificate Status"
|
msgid "Certificate Status"
|
||||||
msgid_plural "Certificates Status"
|
msgid_plural "Certificates Status"
|
||||||
msgstr[0] "Sertifika Durumu"
|
msgstr[0] "Sertifika Durumu"
|
||||||
|
@ -396,7 +396,7 @@ msgstr "Doğrulama Yöntemi"
|
||||||
msgid "Change Certificate"
|
msgid "Change Certificate"
|
||||||
msgstr "Sertifika Değiştir"
|
msgstr "Sertifika Değiştir"
|
||||||
|
|
||||||
#: src/views/site/cert/Cert.vue:51
|
#: src/views/site/cert/Cert.vue:52
|
||||||
msgid "Changed Certificate"
|
msgid "Changed Certificate"
|
||||||
msgid_plural "Changed Certificates"
|
msgid_plural "Changed Certificates"
|
||||||
msgstr[0] "Değişen Sertifika"
|
msgstr[0] "Değişen Sertifika"
|
||||||
|
@ -458,8 +458,8 @@ msgid "Command"
|
||||||
msgstr "Komut"
|
msgstr "Komut"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:105
|
#: src/views/site/ngx_conf/LocationEditor.vue:103
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:136
|
#: src/views/site/ngx_conf/LocationEditor.vue:134
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:134
|
#: src/views/site/ngx_conf/NgxServer.vue:134
|
||||||
msgid "Comments"
|
msgid "Comments"
|
||||||
msgstr "Yorumlar"
|
msgstr "Yorumlar"
|
||||||
|
@ -493,8 +493,8 @@ msgid "Connection lost, please refresh the page."
|
||||||
msgstr "Bağlantı kesildi, lütfen sayfayı yenileyin."
|
msgstr "Bağlantı kesildi, lütfen sayfayı yenileyin."
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:117
|
#: src/views/site/ngx_conf/LocationEditor.vue:115
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:145
|
#: src/views/site/ngx_conf/LocationEditor.vue:143
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
msgstr "İçerik"
|
msgstr "İçerik"
|
||||||
|
|
||||||
|
@ -511,11 +511,11 @@ msgstr "Kopya"
|
||||||
msgid "Core Upgrade"
|
msgid "Core Upgrade"
|
||||||
msgstr "Çekirdek Yükseltme"
|
msgstr "Çekirdek Yükseltme"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:305
|
#: src/views/dashboard/ServerAnalytic.vue:301
|
||||||
msgid "CPU Status"
|
msgid "CPU Status"
|
||||||
msgstr "CPU Durumu"
|
msgstr "CPU Durumu"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:199
|
#: src/views/dashboard/ServerAnalytic.vue:195
|
||||||
msgid "CPU:"
|
msgid "CPU:"
|
||||||
msgstr "CPU:"
|
msgstr "CPU:"
|
||||||
|
|
||||||
|
@ -557,11 +557,11 @@ msgstr "Kimlik bilgisi"
|
||||||
msgid "Credentials"
|
msgid "Credentials"
|
||||||
msgstr "Kimlik bilgileri"
|
msgstr "Kimlik bilgileri"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:93
|
#: src/views/preference/components/TOTP.vue:77
|
||||||
msgid "Current account is enabled TOTP."
|
msgid "Current account is enabled TOTP."
|
||||||
msgstr "Mevcut hesap için TOTP etkinleştirildi."
|
msgstr "Mevcut hesap için TOTP etkinleştirildi."
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:90
|
#: src/views/preference/components/TOTP.vue:74
|
||||||
msgid "Current account is not enabled TOTP."
|
msgid "Current account is not enabled TOTP."
|
||||||
msgstr "Mevcut hesap için TOTP etkin değil."
|
msgstr "Mevcut hesap için TOTP etkin değil."
|
||||||
|
|
||||||
|
@ -594,6 +594,11 @@ msgstr "Veritabanı (İsteğe bağlı, varsayılan: database)"
|
||||||
msgid "Days"
|
msgid "Days"
|
||||||
msgstr "Günler"
|
msgstr "Günler"
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:3
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Decryption failed"
|
||||||
|
msgstr "Açıklama"
|
||||||
|
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:110
|
#: src/views/site/ngx_conf/NgxServer.vue:110
|
||||||
|
@ -735,7 +740,7 @@ msgstr "Devre dışı"
|
||||||
msgid "Disabled successfully"
|
msgid "Disabled successfully"
|
||||||
msgstr "Başarıyla devre dışı bırakıldı"
|
msgstr "Başarıyla devre dışı bırakıldı"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:370
|
#: src/views/dashboard/ServerAnalytic.vue:366
|
||||||
msgid "Disk IO"
|
msgid "Disk IO"
|
||||||
msgstr "Disk IO"
|
msgstr "Disk IO"
|
||||||
|
|
||||||
|
@ -909,7 +914,7 @@ msgstr ""
|
||||||
"%{conf_name} yapılandırmasını %{node_name} düğümünde etkinleştirme başarılı "
|
"%{conf_name} yapılandırmasını %{node_name} düğümünde etkinleştirme başarılı "
|
||||||
"oldu"
|
"oldu"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:52
|
#: src/views/preference/components/TOTP.vue:38
|
||||||
msgid "Enable 2FA successfully"
|
msgid "Enable 2FA successfully"
|
||||||
msgstr "2FA'yı başarıyla etkinleştirildi"
|
msgstr "2FA'yı başarıyla etkinleştirildi"
|
||||||
|
|
||||||
|
@ -953,7 +958,7 @@ msgstr "Başarıyla etkinleştirildi"
|
||||||
msgid "Enable TLS"
|
msgid "Enable TLS"
|
||||||
msgstr "TLS'yi Etkinleştir"
|
msgstr "TLS'yi Etkinleştir"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:119
|
#: src/views/preference/components/TOTP.vue:103
|
||||||
msgid "Enable TOTP"
|
msgid "Enable TOTP"
|
||||||
msgstr "TOTP'yi Etkinleştir"
|
msgstr "TOTP'yi Etkinleştir"
|
||||||
|
|
||||||
|
@ -987,7 +992,7 @@ msgid "Environment variables cleaned"
|
||||||
msgstr "Ortam değişkenleri temizlendi"
|
msgstr "Ortam değişkenleri temizlendi"
|
||||||
|
|
||||||
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
||||||
#: src/views/environment/Environment.vue:33
|
#: src/views/environment/Environment.vue:43
|
||||||
msgid "Environments"
|
msgid "Environments"
|
||||||
msgstr "Ortamlar"
|
msgstr "Ortamlar"
|
||||||
|
|
||||||
|
@ -1171,7 +1176,7 @@ msgstr ""
|
||||||
"yasaklama eşiği dakikaları içinde maksimum deneme sayısına ulaşırsa, IP "
|
"yasaklama eşiği dakikaları içinde maksimum deneme sayısına ulaşırsa, IP "
|
||||||
"adresi belirli bir süre için yasaklanacaktır."
|
"adresi belirli bir süre için yasaklanacaktır."
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:105
|
#: src/views/preference/components/TOTP.vue:89
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you lose your mobile phone, you can use the recovery code to reset your "
|
"If you lose your mobile phone, you can use the recovery code to reset your "
|
||||||
"2FA."
|
"2FA."
|
||||||
|
@ -1214,12 +1219,12 @@ msgstr "İlk çekirdek yükseltici hatası"
|
||||||
msgid "Initialing core upgrader"
|
msgid "Initialing core upgrader"
|
||||||
msgstr "Çekirdek yükseltici başlatılıyor"
|
msgstr "Çekirdek yükseltici başlatılıyor"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:152
|
#: src/views/preference/components/TOTP.vue:136
|
||||||
msgid "Input the code from the app:"
|
msgid "Input the code from the app:"
|
||||||
msgstr "Uygulamadan kodu girin:"
|
msgstr "Uygulamadan kodu girin:"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:82
|
#: src/components/TwoFA/Authorization.vue:82
|
||||||
#: src/views/preference/components/TOTP.vue:165
|
#: src/views/preference/components/TOTP.vue:149
|
||||||
msgid "Input the recovery code:"
|
msgid "Input the recovery code:"
|
||||||
msgstr "Kurtarma kodunu girin:"
|
msgstr "Kurtarma kodunu girin:"
|
||||||
|
|
||||||
|
@ -1262,6 +1267,11 @@ msgstr "Geçersiz parola veya kurtarma kodu"
|
||||||
msgid "Invalid recovery code"
|
msgid "Invalid recovery code"
|
||||||
msgstr "Geçersiz 2FA veya kurtarma kodu"
|
msgstr "Geçersiz 2FA veya kurtarma kodu"
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:2
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Invalid request format"
|
||||||
|
msgstr "Geçersiz 2FA veya kurtarma kodu"
|
||||||
|
|
||||||
#: src/views/preference/AuthSettings.vue:14
|
#: src/views/preference/AuthSettings.vue:14
|
||||||
msgid "IP"
|
msgid "IP"
|
||||||
msgstr "IP"
|
msgstr "IP"
|
||||||
|
@ -1338,15 +1348,15 @@ msgstr "Bağlantı Başlat"
|
||||||
msgid "List"
|
msgid "List"
|
||||||
msgstr "Liste"
|
msgstr "Liste"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:187
|
#: src/views/dashboard/ServerAnalytic.vue:183
|
||||||
msgid "Load Average:"
|
msgid "Load Average:"
|
||||||
msgstr "Yük Ortalaması:"
|
msgstr "Yük Ortalaması:"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:39
|
#: src/views/environment/Environment.vue:49
|
||||||
msgid "Load from settings"
|
msgid "Load from settings"
|
||||||
msgstr "Ayarlar'dan yükle"
|
msgstr "Ayarlar'dan yükle"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:13
|
#: src/views/environment/Environment.vue:17
|
||||||
msgid "Load successfully"
|
msgid "Load successfully"
|
||||||
msgstr "Başarıyla yüklendi"
|
msgstr "Başarıyla yüklendi"
|
||||||
|
|
||||||
|
@ -1355,7 +1365,7 @@ msgstr "Başarıyla yüklendi"
|
||||||
msgid "Local"
|
msgid "Local"
|
||||||
msgstr "Yerel"
|
msgstr "Yerel"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:69
|
#: src/views/site/ngx_conf/LocationEditor.vue:68
|
||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr "Konum"
|
msgstr "Konum"
|
||||||
|
|
||||||
|
@ -1439,13 +1449,13 @@ msgstr "Yönetilen Sertifika"
|
||||||
msgid "Max Attempts"
|
msgid "Max Attempts"
|
||||||
msgstr "Maksimum Deneme"
|
msgstr "Maksimum Deneme"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:226
|
#: src/views/dashboard/ServerAnalytic.vue:222
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:227
|
#: src/views/dashboard/ServerAnalytic.vue:223
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Memory"
|
msgid "Memory"
|
||||||
msgstr "Hafıza"
|
msgstr "Hafıza"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:216
|
#: src/views/dashboard/ServerAnalytic.vue:212
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Memory and Storage"
|
msgid "Memory and Storage"
|
||||||
msgstr "Bellek ve Depolama"
|
msgstr "Bellek ve Depolama"
|
||||||
|
@ -1508,22 +1518,22 @@ msgstr "Çok Hatlı Direktif"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "İsim"
|
msgstr "İsim"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:331
|
#: src/views/dashboard/ServerAnalytic.vue:327
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Network"
|
msgid "Network"
|
||||||
msgstr "Ağ"
|
msgstr "Ağ"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:273
|
#: src/views/dashboard/ServerAnalytic.vue:269
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Network Statistics"
|
msgid "Network Statistics"
|
||||||
msgstr "Ağ İstatistikleri"
|
msgstr "Ağ İstatistikleri"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:280
|
#: src/views/dashboard/ServerAnalytic.vue:276
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Network Total Receive"
|
msgid "Network Total Receive"
|
||||||
msgstr "Ağ Toplam Alım"
|
msgstr "Ağ Toplam Alım"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:286
|
#: src/views/dashboard/ServerAnalytic.vue:282
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Network Total Send"
|
msgid "Network Total Send"
|
||||||
msgstr "Ağ Toplam Gönderme"
|
msgstr "Ağ Toplam Gönderme"
|
||||||
|
@ -1654,7 +1664,7 @@ msgstr "Nginx başarıyla yeniden başlatıldı"
|
||||||
#: src/views/preference/AuthSettings.vue:136
|
#: src/views/preference/AuthSettings.vue:136
|
||||||
#: src/views/preference/CertSettings.vue:70
|
#: src/views/preference/CertSettings.vue:70
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:90
|
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
||||||
#: src/views/site/site_list/SiteList.vue:143
|
#: src/views/site/site_list/SiteList.vue:143
|
||||||
#: src/views/stream/StreamList.vue:163
|
#: src/views/stream/StreamList.vue:163
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
|
@ -1798,7 +1808,7 @@ msgstr "Gerçek Adı"
|
||||||
msgid "OS"
|
msgid "OS"
|
||||||
msgstr "OS"
|
msgstr "OS"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:193
|
#: src/views/dashboard/ServerAnalytic.vue:189
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "OS:"
|
msgid "OS:"
|
||||||
msgstr "İŞLETIM SISTEMI:"
|
msgstr "İŞLETIM SISTEMI:"
|
||||||
|
@ -1861,8 +1871,8 @@ msgid "Password length cannot exceed 20 characters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/config/ConfigEditor.vue:263
|
#: src/views/config/ConfigEditor.vue:263
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:111
|
#: src/views/site/ngx_conf/LocationEditor.vue:109
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:139
|
#: src/views/site/ngx_conf/LocationEditor.vue:137
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Path"
|
msgid "Path"
|
||||||
msgstr "Yol"
|
msgstr "Yol"
|
||||||
|
@ -1982,7 +1992,7 @@ msgstr ""
|
||||||
"Lütfen aşağıdaki zaman birimi konfigürasyonlarının tümünün saniye cinsinden "
|
"Lütfen aşağıdaki zaman birimi konfigürasyonlarının tümünün saniye cinsinden "
|
||||||
"olduğunu unutmayın."
|
"olduğunu unutmayın."
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:48
|
#: src/views/environment/Environment.vue:58
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Please select at least one node to upgrade"
|
msgid "Please select at least one node to upgrade"
|
||||||
msgstr "Lütfen yükseltmek için en az bir düğüm seçin"
|
msgstr "Lütfen yükseltmek için en az bir düğüm seçin"
|
||||||
|
@ -2052,12 +2062,12 @@ msgid "Public Security Number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:387
|
#: src/views/dashboard/ServerAnalytic.vue:383
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Reads"
|
msgid "Reads"
|
||||||
msgstr "Okumalar"
|
msgstr "Okumalar"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:338
|
#: src/views/dashboard/ServerAnalytic.vue:334
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Receive"
|
msgid "Receive"
|
||||||
|
@ -2079,17 +2089,17 @@ msgid "Recovered Successfully"
|
||||||
msgstr "Başarıyla Kurtarıldı"
|
msgstr "Başarıyla Kurtarıldı"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:89
|
#: src/components/TwoFA/Authorization.vue:89
|
||||||
#: src/views/preference/components/TOTP.vue:172
|
#: src/views/preference/components/TOTP.vue:156
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Recovery"
|
msgid "Recovery"
|
||||||
msgstr "Kurtarma"
|
msgstr "Kurtarma"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:98
|
#: src/views/preference/components/TOTP.vue:82
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Recovery Code"
|
msgid "Recovery Code"
|
||||||
msgstr "Kurtarma Kodu"
|
msgstr "Kurtarma Kodu"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:107
|
#: src/views/preference/components/TOTP.vue:91
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Recovery Code:"
|
msgid "Recovery Code:"
|
||||||
msgstr "Kurtarma Kodu:"
|
msgstr "Kurtarma Kodu:"
|
||||||
|
@ -2288,6 +2298,10 @@ msgstr "Sertifika Yenileme Başarısı"
|
||||||
msgid "Renew successfully"
|
msgid "Renew successfully"
|
||||||
msgstr "Başarıyla yenileyin"
|
msgstr "Başarıyla yenileyin"
|
||||||
|
|
||||||
|
#: src/constants/errors/crypto.ts:4
|
||||||
|
msgid "Request timeout"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/language/constants.ts:32
|
#: src/language/constants.ts:32
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Requested with wrong parameters"
|
msgid "Requested with wrong parameters"
|
||||||
|
@ -2298,7 +2312,7 @@ msgstr "Yanlış parametrelerle talep edildi"
|
||||||
msgid "Reset"
|
msgid "Reset"
|
||||||
msgstr "Sıfırla"
|
msgstr "Sıfırla"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:127
|
#: src/views/preference/components/TOTP.vue:111
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Reset 2FA"
|
msgid "Reset 2FA"
|
||||||
msgstr "2FA'yı Sıfırla"
|
msgstr "2FA'yı Sıfırla"
|
||||||
|
@ -2401,7 +2415,7 @@ msgstr "Başarıyla kaydedin"
|
||||||
msgid "Saved successfully"
|
msgid "Saved successfully"
|
||||||
msgstr "Başarıyla Kaydedildi"
|
msgstr "Başarıyla Kaydedildi"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:88
|
#: src/views/preference/components/TOTP.vue:72
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
||||||
msgstr "Hesabı uygulamaya eklemek için QR kodunu cep telefonunuzla tarayın."
|
msgstr "Hesabı uygulamaya eklemek için QR kodunu cep telefonunuzla tarayın."
|
||||||
|
@ -2411,7 +2425,7 @@ msgstr "Hesabı uygulamaya eklemek için QR kodunu cep telefonunuzla tarayın."
|
||||||
msgid "SDK"
|
msgid "SDK"
|
||||||
msgstr "SDK"
|
msgstr "SDK"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:144
|
#: src/views/preference/components/TOTP.vue:128
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Secret has been copied"
|
msgid "Secret has been copied"
|
||||||
msgstr "Sır kopyalandı"
|
msgstr "Sır kopyalandı"
|
||||||
|
@ -2425,13 +2439,13 @@ msgstr "Selektör"
|
||||||
msgid "Self Check"
|
msgid "Self Check"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:348
|
#: src/views/dashboard/ServerAnalytic.vue:344
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "Gönder"
|
msgstr "Gönder"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:179
|
#: src/views/dashboard/ServerAnalytic.vue:175
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Server Info"
|
msgid "Server Info"
|
||||||
msgstr "Sunucu Bilgisi"
|
msgstr "Sunucu Bilgisi"
|
||||||
|
@ -2588,8 +2602,8 @@ msgstr "Durum"
|
||||||
msgid "Stopped"
|
msgid "Stopped"
|
||||||
msgstr "Durduruldu"
|
msgstr "Durduruldu"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:254
|
#: src/views/dashboard/ServerAnalytic.vue:250
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:255
|
#: src/views/dashboard/ServerAnalytic.vue:251
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Depolama"
|
msgstr "Depolama"
|
||||||
|
@ -2621,8 +2635,8 @@ msgid ""
|
||||||
"guide/nginx-proxy-example.html"
|
"guide/nginx-proxy-example.html"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:240
|
#: src/views/dashboard/ServerAnalytic.vue:236
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:241
|
#: src/views/dashboard/ServerAnalytic.vue:237
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Swap"
|
msgid "Swap"
|
||||||
msgstr "Değiştir"
|
msgstr "Değiştir"
|
||||||
|
@ -2824,7 +2838,7 @@ msgstr ""
|
||||||
"Sunucu adı yalnızca harf, unicode, sayı, kısa çizgi, tire ve nokta "
|
"Sunucu adı yalnızca harf, unicode, sayı, kısa çizgi, tire ve nokta "
|
||||||
"içermelidir."
|
"içermelidir."
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:106
|
#: src/views/preference/components/TOTP.vue:90
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"The recovery code is only displayed once, please save it in a safe place."
|
"The recovery code is only displayed once, please save it in a safe place."
|
||||||
|
@ -2937,7 +2951,7 @@ msgstr "İpuçları"
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "Başlık"
|
msgstr "Başlık"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:87
|
#: src/views/preference/components/TOTP.vue:71
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
||||||
|
@ -2992,12 +3006,12 @@ msgid_plural "Total %{total} items"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:85
|
#: src/views/preference/components/TOTP.vue:69
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "TOTP"
|
msgid "TOTP"
|
||||||
msgstr "TOTP"
|
msgstr "TOTP"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:86
|
#: src/views/preference/components/TOTP.vue:70
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
||||||
|
@ -3045,7 +3059,7 @@ msgstr "Güncelleme"
|
||||||
msgid "Updated successfully"
|
msgid "Updated successfully"
|
||||||
msgstr "Başarıyla güncellendi"
|
msgstr "Başarıyla güncellendi"
|
||||||
|
|
||||||
#: src/routes/index.ts:297 src/views/environment/Environment.vue:56
|
#: src/routes/index.ts:297 src/views/environment/Environment.vue:66
|
||||||
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
|
@ -3071,7 +3085,7 @@ msgstr "Nginx kullanıcı arayüzü yükseltiliyor, lütfen bekleyin..."
|
||||||
msgid "Upstream Name"
|
msgid "Upstream Name"
|
||||||
msgstr "Yukarı Akış Adı"
|
msgstr "Yukarı Akış Adı"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:183
|
#: src/views/dashboard/ServerAnalytic.vue:179
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Uptime:"
|
msgid "Uptime:"
|
||||||
msgstr "Çalışma süresi:"
|
msgstr "Çalışma süresi:"
|
||||||
|
@ -3200,7 +3214,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:377
|
#: src/views/dashboard/ServerAnalytic.vue:373
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Writes"
|
msgid "Writes"
|
||||||
msgstr "Yazıyor"
|
msgstr "Yazıyor"
|
||||||
|
@ -3218,7 +3232,7 @@ msgstr "Sertifikayı diske yazma"
|
||||||
#: src/views/preference/AuthSettings.vue:135
|
#: src/views/preference/AuthSettings.vue:135
|
||||||
#: src/views/preference/CertSettings.vue:69
|
#: src/views/preference/CertSettings.vue:69
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:89
|
#: src/views/site/ngx_conf/LocationEditor.vue:87
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr "Evet"
|
msgstr "Evet"
|
||||||
|
|
|
@ -69,8 +69,8 @@ msgstr "Sửa cấu hình"
|
||||||
msgid "Add Directive Below"
|
msgid "Add Directive Below"
|
||||||
msgstr "Thêm Directive"
|
msgstr "Thêm Directive"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:132
|
#: src/views/site/ngx_conf/LocationEditor.vue:130
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:159
|
#: src/views/site/ngx_conf/LocationEditor.vue:157
|
||||||
msgid "Add Location"
|
msgid "Add Location"
|
||||||
msgstr "Thêm Location"
|
msgstr "Thêm Location"
|
||||||
|
|
||||||
|
@ -197,7 +197,7 @@ msgstr "Bạn chắc chắn muốn xoá directive này ?"
|
||||||
msgid "Are you sure you want to remove this item?"
|
msgid "Are you sure you want to remove this item?"
|
||||||
msgstr "Bạn chắc chắn muốn xoá directive này ?"
|
msgstr "Bạn chắc chắn muốn xoá directive này ?"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
#: src/views/site/ngx_conf/LocationEditor.vue:86
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Are you sure you want to remove this location?"
|
msgid "Are you sure you want to remove this location?"
|
||||||
msgstr "Bạn chắc chắn muốn xoá location này ?"
|
msgstr "Bạn chắc chắn muốn xoá location này ?"
|
||||||
|
@ -330,7 +330,7 @@ msgstr ""
|
||||||
msgid "CADir"
|
msgid "CADir"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:145
|
#: src/views/preference/components/TOTP.vue:129
|
||||||
msgid "Can't scan? Use text key binding"
|
msgid "Can't scan? Use text key binding"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -388,7 +388,7 @@ msgid "Certificate Renewal Interval"
|
||||||
msgstr "Chứng chỉ SSL hợp lệ"
|
msgstr "Chứng chỉ SSL hợp lệ"
|
||||||
|
|
||||||
#: src/views/certificate/CertificateEditor.vue:128
|
#: src/views/certificate/CertificateEditor.vue:128
|
||||||
#: src/views/site/cert/Cert.vue:32
|
#: src/views/site/cert/Cert.vue:33
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Certificate Status"
|
msgid "Certificate Status"
|
||||||
msgid_plural "Certificates Status"
|
msgid_plural "Certificates Status"
|
||||||
|
@ -416,7 +416,7 @@ msgstr "Phương pháp xác thực"
|
||||||
msgid "Change Certificate"
|
msgid "Change Certificate"
|
||||||
msgstr "Thay đổi chứng chỉ"
|
msgstr "Thay đổi chứng chỉ"
|
||||||
|
|
||||||
#: src/views/site/cert/Cert.vue:51
|
#: src/views/site/cert/Cert.vue:52
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Changed Certificate"
|
msgid "Changed Certificate"
|
||||||
msgid_plural "Changed Certificates"
|
msgid_plural "Changed Certificates"
|
||||||
|
@ -482,8 +482,8 @@ msgid "Command"
|
||||||
msgstr "Bình luận"
|
msgstr "Bình luận"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:105
|
#: src/views/site/ngx_conf/LocationEditor.vue:103
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:136
|
#: src/views/site/ngx_conf/LocationEditor.vue:134
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:134
|
#: src/views/site/ngx_conf/NgxServer.vue:134
|
||||||
msgid "Comments"
|
msgid "Comments"
|
||||||
msgstr "Bình luận"
|
msgstr "Bình luận"
|
||||||
|
@ -518,8 +518,8 @@ msgid "Connection lost, please refresh the page."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:117
|
#: src/views/site/ngx_conf/LocationEditor.vue:115
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:145
|
#: src/views/site/ngx_conf/LocationEditor.vue:143
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
msgstr "Nội dung"
|
msgstr "Nội dung"
|
||||||
|
|
||||||
|
@ -536,11 +536,11 @@ msgstr ""
|
||||||
msgid "Core Upgrade"
|
msgid "Core Upgrade"
|
||||||
msgstr "Cập nhật core"
|
msgstr "Cập nhật core"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:305
|
#: src/views/dashboard/ServerAnalytic.vue:301
|
||||||
msgid "CPU Status"
|
msgid "CPU Status"
|
||||||
msgstr "Trạng thái CPU"
|
msgstr "Trạng thái CPU"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:199
|
#: src/views/dashboard/ServerAnalytic.vue:195
|
||||||
msgid "CPU:"
|
msgid "CPU:"
|
||||||
msgstr "CPU:"
|
msgstr "CPU:"
|
||||||
|
|
||||||
|
@ -586,11 +586,11 @@ msgstr "Chứng chỉ"
|
||||||
msgid "Credentials"
|
msgid "Credentials"
|
||||||
msgstr "Chứng chỉ"
|
msgstr "Chứng chỉ"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:93
|
#: src/views/preference/components/TOTP.vue:77
|
||||||
msgid "Current account is enabled TOTP."
|
msgid "Current account is enabled TOTP."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:90
|
#: src/views/preference/components/TOTP.vue:74
|
||||||
msgid "Current account is not enabled TOTP."
|
msgid "Current account is not enabled TOTP."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -622,6 +622,11 @@ msgstr "Tên cơ sở dữ liệu (Tuỳ chọn, Mặc định là: database)"
|
||||||
msgid "Days"
|
msgid "Days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:3
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Decryption failed"
|
||||||
|
msgstr "Mô tả"
|
||||||
|
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:110
|
#: src/views/site/ngx_conf/NgxServer.vue:110
|
||||||
|
@ -762,7 +767,7 @@ msgstr "Đã tắt"
|
||||||
msgid "Disabled successfully"
|
msgid "Disabled successfully"
|
||||||
msgstr "Đã tắt thành công"
|
msgstr "Đã tắt thành công"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:370
|
#: src/views/dashboard/ServerAnalytic.vue:366
|
||||||
msgid "Disk IO"
|
msgid "Disk IO"
|
||||||
msgstr "Disk IO"
|
msgstr "Disk IO"
|
||||||
|
|
||||||
|
@ -944,7 +949,7 @@ msgstr "Không thể bật %{conf_name} trên %{node_name}"
|
||||||
msgid "Enable %{conf_name} in %{node_name} successfully"
|
msgid "Enable %{conf_name} in %{node_name} successfully"
|
||||||
msgstr "Đã bật %{conf_name} trên %{node_name}"
|
msgstr "Đã bật %{conf_name} trên %{node_name}"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:52
|
#: src/views/preference/components/TOTP.vue:38
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Enable 2FA successfully"
|
msgid "Enable 2FA successfully"
|
||||||
msgstr "Đã bật"
|
msgstr "Đã bật"
|
||||||
|
@ -986,7 +991,7 @@ msgstr "Đã bật"
|
||||||
msgid "Enable TLS"
|
msgid "Enable TLS"
|
||||||
msgstr "Bật TLS"
|
msgstr "Bật TLS"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:119
|
#: src/views/preference/components/TOTP.vue:103
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Enable TOTP"
|
msgid "Enable TOTP"
|
||||||
msgstr "Bật TLS"
|
msgstr "Bật TLS"
|
||||||
|
@ -1022,7 +1027,7 @@ msgid "Environment variables cleaned"
|
||||||
msgstr "Đặt biến môi trường"
|
msgstr "Đặt biến môi trường"
|
||||||
|
|
||||||
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
||||||
#: src/views/environment/Environment.vue:33
|
#: src/views/environment/Environment.vue:43
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Environments"
|
msgid "Environments"
|
||||||
msgstr "Environments"
|
msgstr "Environments"
|
||||||
|
@ -1209,7 +1214,7 @@ msgid ""
|
||||||
"ban threshold minutes, the ip will be banned for a period of time."
|
"ban threshold minutes, the ip will be banned for a period of time."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:105
|
#: src/views/preference/components/TOTP.vue:89
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you lose your mobile phone, you can use the recovery code to reset your "
|
"If you lose your mobile phone, you can use the recovery code to reset your "
|
||||||
"2FA."
|
"2FA."
|
||||||
|
@ -1248,12 +1253,12 @@ msgstr "Không thể khởi tạo trình nâng cấp"
|
||||||
msgid "Initialing core upgrader"
|
msgid "Initialing core upgrader"
|
||||||
msgstr "Đang khởi tạo trình nâng cấp"
|
msgstr "Đang khởi tạo trình nâng cấp"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:152
|
#: src/views/preference/components/TOTP.vue:136
|
||||||
msgid "Input the code from the app:"
|
msgid "Input the code from the app:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:82
|
#: src/components/TwoFA/Authorization.vue:82
|
||||||
#: src/views/preference/components/TOTP.vue:165
|
#: src/views/preference/components/TOTP.vue:149
|
||||||
msgid "Input the recovery code:"
|
msgid "Input the recovery code:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1298,6 +1303,10 @@ msgstr ""
|
||||||
msgid "Invalid recovery code"
|
msgid "Invalid recovery code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:2
|
||||||
|
msgid "Invalid request format"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/AuthSettings.vue:14
|
#: src/views/preference/AuthSettings.vue:14
|
||||||
msgid "IP"
|
msgid "IP"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -1382,16 +1391,16 @@ msgstr "Liên kết bắt đầu"
|
||||||
msgid "List"
|
msgid "List"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:187
|
#: src/views/dashboard/ServerAnalytic.vue:183
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Load Average:"
|
msgid "Load Average:"
|
||||||
msgstr "Tải trung bình:"
|
msgstr "Tải trung bình:"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:39
|
#: src/views/environment/Environment.vue:49
|
||||||
msgid "Load from settings"
|
msgid "Load from settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:13
|
#: src/views/environment/Environment.vue:17
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Load successfully"
|
msgid "Load successfully"
|
||||||
msgstr "Lưu thành công"
|
msgstr "Lưu thành công"
|
||||||
|
@ -1402,7 +1411,7 @@ msgstr "Lưu thành công"
|
||||||
msgid "Local"
|
msgid "Local"
|
||||||
msgstr "Location"
|
msgstr "Location"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:69
|
#: src/views/site/ngx_conf/LocationEditor.vue:68
|
||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr "Location"
|
msgstr "Location"
|
||||||
|
|
||||||
|
@ -1476,12 +1485,12 @@ msgstr ""
|
||||||
msgid "Max Attempts"
|
msgid "Max Attempts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:226
|
#: src/views/dashboard/ServerAnalytic.vue:222
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:227
|
#: src/views/dashboard/ServerAnalytic.vue:223
|
||||||
msgid "Memory"
|
msgid "Memory"
|
||||||
msgstr "Memory"
|
msgstr "Memory"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:216
|
#: src/views/dashboard/ServerAnalytic.vue:212
|
||||||
msgid "Memory and Storage"
|
msgid "Memory and Storage"
|
||||||
msgstr "Memory và Storage"
|
msgstr "Memory và Storage"
|
||||||
|
|
||||||
|
@ -1540,19 +1549,19 @@ msgstr "Single Directive"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Tên"
|
msgstr "Tên"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:331
|
#: src/views/dashboard/ServerAnalytic.vue:327
|
||||||
msgid "Network"
|
msgid "Network"
|
||||||
msgstr "Mạng"
|
msgstr "Mạng"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:273
|
#: src/views/dashboard/ServerAnalytic.vue:269
|
||||||
msgid "Network Statistics"
|
msgid "Network Statistics"
|
||||||
msgstr "Thống kê mạng"
|
msgstr "Thống kê mạng"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:280
|
#: src/views/dashboard/ServerAnalytic.vue:276
|
||||||
msgid "Network Total Receive"
|
msgid "Network Total Receive"
|
||||||
msgstr "Tổng lưu lượng mạng đã nhận"
|
msgstr "Tổng lưu lượng mạng đã nhận"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:286
|
#: src/views/dashboard/ServerAnalytic.vue:282
|
||||||
msgid "Network Total Send"
|
msgid "Network Total Send"
|
||||||
msgstr "Tổng lưu lượng mạng đã gửi"
|
msgstr "Tổng lưu lượng mạng đã gửi"
|
||||||
|
|
||||||
|
@ -1673,7 +1682,7 @@ msgstr "Restart Nginx thành công"
|
||||||
#: src/views/preference/AuthSettings.vue:136
|
#: src/views/preference/AuthSettings.vue:136
|
||||||
#: src/views/preference/CertSettings.vue:70
|
#: src/views/preference/CertSettings.vue:70
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:90
|
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
||||||
#: src/views/site/site_list/SiteList.vue:143
|
#: src/views/site/site_list/SiteList.vue:143
|
||||||
#: src/views/stream/StreamList.vue:163
|
#: src/views/stream/StreamList.vue:163
|
||||||
msgid "No"
|
msgid "No"
|
||||||
|
@ -1798,7 +1807,7 @@ msgstr ""
|
||||||
msgid "OS"
|
msgid "OS"
|
||||||
msgstr "Hệ điều hành"
|
msgstr "Hệ điều hành"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:193
|
#: src/views/dashboard/ServerAnalytic.vue:189
|
||||||
msgid "OS:"
|
msgid "OS:"
|
||||||
msgstr "Hệ điều hành:"
|
msgstr "Hệ điều hành:"
|
||||||
|
|
||||||
|
@ -1849,8 +1858,8 @@ msgid "Password length cannot exceed 20 characters"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/config/ConfigEditor.vue:263
|
#: src/views/config/ConfigEditor.vue:263
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:111
|
#: src/views/site/ngx_conf/LocationEditor.vue:109
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:139
|
#: src/views/site/ngx_conf/LocationEditor.vue:137
|
||||||
msgid "Path"
|
msgid "Path"
|
||||||
msgstr "Đường dẫn"
|
msgstr "Đường dẫn"
|
||||||
|
|
||||||
|
@ -1950,7 +1959,7 @@ msgid ""
|
||||||
"Please note that the unit of time configurations below are all in seconds."
|
"Please note that the unit of time configurations below are all in seconds."
|
||||||
msgstr "Lưu ý đơn vị cấu hình thời gian bên dưới được tính bằng giây."
|
msgstr "Lưu ý đơn vị cấu hình thời gian bên dưới được tính bằng giây."
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:48
|
#: src/views/environment/Environment.vue:58
|
||||||
msgid "Please select at least one node to upgrade"
|
msgid "Please select at least one node to upgrade"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2009,11 +2018,11 @@ msgid "Public Security Number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:387
|
#: src/views/dashboard/ServerAnalytic.vue:383
|
||||||
msgid "Reads"
|
msgid "Reads"
|
||||||
msgstr "Đọc"
|
msgstr "Đọc"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:338
|
#: src/views/dashboard/ServerAnalytic.vue:334
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Receive"
|
msgid "Receive"
|
||||||
msgstr "Nhận"
|
msgstr "Nhận"
|
||||||
|
@ -2033,15 +2042,15 @@ msgid "Recovered Successfully"
|
||||||
msgstr "Xoá thành công"
|
msgstr "Xoá thành công"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:89
|
#: src/components/TwoFA/Authorization.vue:89
|
||||||
#: src/views/preference/components/TOTP.vue:172
|
#: src/views/preference/components/TOTP.vue:156
|
||||||
msgid "Recovery"
|
msgid "Recovery"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:98
|
#: src/views/preference/components/TOTP.vue:82
|
||||||
msgid "Recovery Code"
|
msgid "Recovery Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:107
|
#: src/views/preference/components/TOTP.vue:91
|
||||||
msgid "Recovery Code:"
|
msgid "Recovery Code:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2223,6 +2232,10 @@ msgstr "Gia hạn chứng chỉ SSL thành công"
|
||||||
msgid "Renew successfully"
|
msgid "Renew successfully"
|
||||||
msgstr "Gia hạn chứng chỉ SSL"
|
msgstr "Gia hạn chứng chỉ SSL"
|
||||||
|
|
||||||
|
#: src/constants/errors/crypto.ts:4
|
||||||
|
msgid "Request timeout"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/language/constants.ts:32
|
#: src/language/constants.ts:32
|
||||||
msgid "Requested with wrong parameters"
|
msgid "Requested with wrong parameters"
|
||||||
msgstr "Yêu cầu có chứa tham số sai"
|
msgstr "Yêu cầu có chứa tham số sai"
|
||||||
|
@ -2231,7 +2244,7 @@ msgstr "Yêu cầu có chứa tham số sai"
|
||||||
msgid "Reset"
|
msgid "Reset"
|
||||||
msgstr "Đặt lại"
|
msgstr "Đặt lại"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:127
|
#: src/views/preference/components/TOTP.vue:111
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Reset 2FA"
|
msgid "Reset 2FA"
|
||||||
msgstr "Đặt lại"
|
msgstr "Đặt lại"
|
||||||
|
@ -2325,7 +2338,7 @@ msgstr "Lưu thành công"
|
||||||
msgid "Saved successfully"
|
msgid "Saved successfully"
|
||||||
msgstr "Lưu thành công"
|
msgstr "Lưu thành công"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:88
|
#: src/views/preference/components/TOTP.vue:72
|
||||||
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2333,7 +2346,7 @@ msgstr ""
|
||||||
msgid "SDK"
|
msgid "SDK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:144
|
#: src/views/preference/components/TOTP.vue:128
|
||||||
msgid "Secret has been copied"
|
msgid "Secret has been copied"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2345,12 +2358,12 @@ msgstr "Bộ chọn"
|
||||||
msgid "Self Check"
|
msgid "Self Check"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:348
|
#: src/views/dashboard/ServerAnalytic.vue:344
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "Gửi"
|
msgstr "Gửi"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:179
|
#: src/views/dashboard/ServerAnalytic.vue:175
|
||||||
msgid "Server Info"
|
msgid "Server Info"
|
||||||
msgstr "Thông tin máy chủ"
|
msgstr "Thông tin máy chủ"
|
||||||
|
|
||||||
|
@ -2488,8 +2501,8 @@ msgstr "Trạng thái"
|
||||||
msgid "Stopped"
|
msgid "Stopped"
|
||||||
msgstr "Đã dừng"
|
msgstr "Đã dừng"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:254
|
#: src/views/dashboard/ServerAnalytic.vue:250
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:255
|
#: src/views/dashboard/ServerAnalytic.vue:251
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "Storage"
|
msgstr "Storage"
|
||||||
|
|
||||||
|
@ -2519,8 +2532,8 @@ msgid ""
|
||||||
"guide/nginx-proxy-example.html"
|
"guide/nginx-proxy-example.html"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:240
|
#: src/views/dashboard/ServerAnalytic.vue:236
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:241
|
#: src/views/dashboard/ServerAnalytic.vue:237
|
||||||
msgid "Swap"
|
msgid "Swap"
|
||||||
msgstr "Swap"
|
msgstr "Swap"
|
||||||
|
|
||||||
|
@ -2690,7 +2703,7 @@ msgid ""
|
||||||
"hyphens, dashes, colons, and dots."
|
"hyphens, dashes, colons, and dots."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:106
|
#: src/views/preference/components/TOTP.vue:90
|
||||||
msgid ""
|
msgid ""
|
||||||
"The recovery code is only displayed once, please save it in a safe place."
|
"The recovery code is only displayed once, please save it in a safe place."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -2781,7 +2794,7 @@ msgstr ""
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "Tiêu đề"
|
msgstr "Tiêu đề"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:87
|
#: src/views/preference/components/TOTP.vue:71
|
||||||
msgid ""
|
msgid ""
|
||||||
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
||||||
"on your mobile phone."
|
"on your mobile phone."
|
||||||
|
@ -2823,11 +2836,11 @@ msgid_plural "Total %{total} items"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:85
|
#: src/views/preference/components/TOTP.vue:69
|
||||||
msgid "TOTP"
|
msgid "TOTP"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:86
|
#: src/views/preference/components/TOTP.vue:70
|
||||||
msgid ""
|
msgid ""
|
||||||
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
||||||
"password algorithm."
|
"password algorithm."
|
||||||
|
@ -2868,7 +2881,7 @@ msgstr "Ngày cập nhật"
|
||||||
msgid "Updated successfully"
|
msgid "Updated successfully"
|
||||||
msgstr "Cập nhật thành công"
|
msgstr "Cập nhật thành công"
|
||||||
|
|
||||||
#: src/routes/index.ts:297 src/views/environment/Environment.vue:56
|
#: src/routes/index.ts:297 src/views/environment/Environment.vue:66
|
||||||
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "Cập nhật"
|
msgstr "Cập nhật"
|
||||||
|
@ -2891,7 +2904,7 @@ msgstr "Đang cập nhật Nginx UI, vui lòng đợi..."
|
||||||
msgid "Upstream Name"
|
msgid "Upstream Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:183
|
#: src/views/dashboard/ServerAnalytic.vue:179
|
||||||
msgid "Uptime:"
|
msgid "Uptime:"
|
||||||
msgstr "Thời gian hoạt động:"
|
msgstr "Thời gian hoạt động:"
|
||||||
|
|
||||||
|
@ -3005,7 +3018,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:377
|
#: src/views/dashboard/ServerAnalytic.vue:373
|
||||||
msgid "Writes"
|
msgid "Writes"
|
||||||
msgstr "Ghi"
|
msgstr "Ghi"
|
||||||
|
|
||||||
|
@ -3020,7 +3033,7 @@ msgstr "Ghi chứng chỉ vào disk"
|
||||||
#: src/views/preference/AuthSettings.vue:135
|
#: src/views/preference/AuthSettings.vue:135
|
||||||
#: src/views/preference/CertSettings.vue:69
|
#: src/views/preference/CertSettings.vue:69
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:89
|
#: src/views/site/ngx_conf/LocationEditor.vue:87
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr "Có"
|
msgstr "Có"
|
||||||
|
|
||||||
|
|
|
@ -71,8 +71,8 @@ msgstr "添加配置"
|
||||||
msgid "Add Directive Below"
|
msgid "Add Directive Below"
|
||||||
msgstr "在下面添加指令"
|
msgstr "在下面添加指令"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:132
|
#: src/views/site/ngx_conf/LocationEditor.vue:130
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:159
|
#: src/views/site/ngx_conf/LocationEditor.vue:157
|
||||||
msgid "Add Location"
|
msgid "Add Location"
|
||||||
msgstr "添加 Location"
|
msgstr "添加 Location"
|
||||||
|
|
||||||
|
@ -184,7 +184,7 @@ msgstr "您确定要删除这条指令?"
|
||||||
msgid "Are you sure you want to remove this item?"
|
msgid "Are you sure you want to remove this item?"
|
||||||
msgstr "您确定要删除这个项目吗?"
|
msgstr "您确定要删除这个项目吗?"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
#: src/views/site/ngx_conf/LocationEditor.vue:86
|
||||||
msgid "Are you sure you want to remove this location?"
|
msgid "Are you sure you want to remove this location?"
|
||||||
msgstr "您确定要删除这个 Location?"
|
msgstr "您确定要删除这个 Location?"
|
||||||
|
|
||||||
|
@ -310,7 +310,7 @@ msgstr "CA Dir"
|
||||||
msgid "CADir"
|
msgid "CADir"
|
||||||
msgstr "CADir"
|
msgstr "CADir"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:145
|
#: src/views/preference/components/TOTP.vue:129
|
||||||
msgid "Can't scan? Use text key binding"
|
msgid "Can't scan? Use text key binding"
|
||||||
msgstr "无法扫描?使用文本密钥绑定"
|
msgstr "无法扫描?使用文本密钥绑定"
|
||||||
|
|
||||||
|
@ -363,7 +363,7 @@ msgid "Certificate Renewal Interval"
|
||||||
msgstr "证书续期间隔"
|
msgstr "证书续期间隔"
|
||||||
|
|
||||||
#: src/views/certificate/CertificateEditor.vue:128
|
#: src/views/certificate/CertificateEditor.vue:128
|
||||||
#: src/views/site/cert/Cert.vue:32
|
#: src/views/site/cert/Cert.vue:33
|
||||||
msgid "Certificate Status"
|
msgid "Certificate Status"
|
||||||
msgid_plural "Certificates Status"
|
msgid_plural "Certificates Status"
|
||||||
msgstr[0] "证书状态"
|
msgstr[0] "证书状态"
|
||||||
|
@ -386,7 +386,7 @@ msgstr "挑战方法"
|
||||||
msgid "Change Certificate"
|
msgid "Change Certificate"
|
||||||
msgstr "更改证书"
|
msgstr "更改证书"
|
||||||
|
|
||||||
#: src/views/site/cert/Cert.vue:51
|
#: src/views/site/cert/Cert.vue:52
|
||||||
msgid "Changed Certificate"
|
msgid "Changed Certificate"
|
||||||
msgid_plural "Changed Certificates"
|
msgid_plural "Changed Certificates"
|
||||||
msgstr[0] "变更证书"
|
msgstr[0] "变更证书"
|
||||||
|
@ -448,8 +448,8 @@ msgid "Command"
|
||||||
msgstr "命令"
|
msgstr "命令"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:105
|
#: src/views/site/ngx_conf/LocationEditor.vue:103
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:136
|
#: src/views/site/ngx_conf/LocationEditor.vue:134
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:134
|
#: src/views/site/ngx_conf/NgxServer.vue:134
|
||||||
msgid "Comments"
|
msgid "Comments"
|
||||||
msgstr "注释"
|
msgstr "注释"
|
||||||
|
@ -483,8 +483,8 @@ msgid "Connection lost, please refresh the page."
|
||||||
msgstr "连接中断,请刷新页面。"
|
msgstr "连接中断,请刷新页面。"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:117
|
#: src/views/site/ngx_conf/LocationEditor.vue:115
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:145
|
#: src/views/site/ngx_conf/LocationEditor.vue:143
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
msgstr "内容"
|
msgstr "内容"
|
||||||
|
|
||||||
|
@ -501,11 +501,11 @@ msgstr "拷贝"
|
||||||
msgid "Core Upgrade"
|
msgid "Core Upgrade"
|
||||||
msgstr "核心升级"
|
msgstr "核心升级"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:305
|
#: src/views/dashboard/ServerAnalytic.vue:301
|
||||||
msgid "CPU Status"
|
msgid "CPU Status"
|
||||||
msgstr "CPU 状态"
|
msgstr "CPU 状态"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:199
|
#: src/views/dashboard/ServerAnalytic.vue:195
|
||||||
msgid "CPU:"
|
msgid "CPU:"
|
||||||
msgstr "CPU:"
|
msgstr "CPU:"
|
||||||
|
|
||||||
|
@ -547,11 +547,11 @@ msgstr "DNS 凭证"
|
||||||
msgid "Credentials"
|
msgid "Credentials"
|
||||||
msgstr "凭证"
|
msgstr "凭证"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:93
|
#: src/views/preference/components/TOTP.vue:77
|
||||||
msgid "Current account is enabled TOTP."
|
msgid "Current account is enabled TOTP."
|
||||||
msgstr "当前账户已启用 TOTP 验证。"
|
msgstr "当前账户已启用 TOTP 验证。"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:90
|
#: src/views/preference/components/TOTP.vue:74
|
||||||
msgid "Current account is not enabled TOTP."
|
msgid "Current account is not enabled TOTP."
|
||||||
msgstr "当前用户未启用 TOTP 验证。"
|
msgstr "当前用户未启用 TOTP 验证。"
|
||||||
|
|
||||||
|
@ -583,6 +583,10 @@ msgstr "数据库 (可选,默认: database)"
|
||||||
msgid "Days"
|
msgid "Days"
|
||||||
msgstr "天"
|
msgstr "天"
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:3
|
||||||
|
msgid "Decryption failed"
|
||||||
|
msgstr "解密失败"
|
||||||
|
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:110
|
#: src/views/site/ngx_conf/NgxServer.vue:110
|
||||||
|
@ -713,7 +717,7 @@ msgstr "禁用"
|
||||||
msgid "Disabled successfully"
|
msgid "Disabled successfully"
|
||||||
msgstr "禁用成功"
|
msgstr "禁用成功"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:370
|
#: src/views/dashboard/ServerAnalytic.vue:366
|
||||||
msgid "Disk IO"
|
msgid "Disk IO"
|
||||||
msgstr "磁盘 IO"
|
msgstr "磁盘 IO"
|
||||||
|
|
||||||
|
@ -876,7 +880,7 @@ msgstr "在%{node_name}中启用%{conf_name}失败"
|
||||||
msgid "Enable %{conf_name} in %{node_name} successfully"
|
msgid "Enable %{conf_name} in %{node_name} successfully"
|
||||||
msgstr "成功启用%{node_name}中的%{conf_name}"
|
msgstr "成功启用%{node_name}中的%{conf_name}"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:52
|
#: src/views/preference/components/TOTP.vue:38
|
||||||
msgid "Enable 2FA successfully"
|
msgid "Enable 2FA successfully"
|
||||||
msgstr "二步验证启用成功"
|
msgstr "二步验证启用成功"
|
||||||
|
|
||||||
|
@ -912,7 +916,7 @@ msgstr "启用成功"
|
||||||
msgid "Enable TLS"
|
msgid "Enable TLS"
|
||||||
msgstr "启用 TLS"
|
msgstr "启用 TLS"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:119
|
#: src/views/preference/components/TOTP.vue:103
|
||||||
msgid "Enable TOTP"
|
msgid "Enable TOTP"
|
||||||
msgstr "启用 TOTP"
|
msgstr "启用 TOTP"
|
||||||
|
|
||||||
|
@ -946,7 +950,7 @@ msgid "Environment variables cleaned"
|
||||||
msgstr "环境变量已清理"
|
msgstr "环境变量已清理"
|
||||||
|
|
||||||
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
||||||
#: src/views/environment/Environment.vue:33
|
#: src/views/environment/Environment.vue:43
|
||||||
msgid "Environments"
|
msgid "Environments"
|
||||||
msgstr "环境"
|
msgstr "环境"
|
||||||
|
|
||||||
|
@ -1126,7 +1130,7 @@ msgstr ""
|
||||||
"如果某个 IP 的登录失败次数达到禁用阈值分钟内的最大尝试次数,该 IP 将被禁止登"
|
"如果某个 IP 的登录失败次数达到禁用阈值分钟内的最大尝试次数,该 IP 将被禁止登"
|
||||||
"录一段时间。"
|
"录一段时间。"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:105
|
#: src/views/preference/components/TOTP.vue:89
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you lose your mobile phone, you can use the recovery code to reset your "
|
"If you lose your mobile phone, you can use the recovery code to reset your "
|
||||||
"2FA."
|
"2FA."
|
||||||
|
@ -1163,12 +1167,12 @@ msgstr "初始化核心升级程序错误"
|
||||||
msgid "Initialing core upgrader"
|
msgid "Initialing core upgrader"
|
||||||
msgstr "初始化核心升级器"
|
msgstr "初始化核心升级器"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:152
|
#: src/views/preference/components/TOTP.vue:136
|
||||||
msgid "Input the code from the app:"
|
msgid "Input the code from the app:"
|
||||||
msgstr "输入应用程序中的代码:"
|
msgstr "输入应用程序中的代码:"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:82
|
#: src/components/TwoFA/Authorization.vue:82
|
||||||
#: src/views/preference/components/TOTP.vue:165
|
#: src/views/preference/components/TOTP.vue:149
|
||||||
msgid "Input the recovery code:"
|
msgid "Input the recovery code:"
|
||||||
msgstr "输入恢复代码:"
|
msgstr "输入恢复代码:"
|
||||||
|
|
||||||
|
@ -1209,6 +1213,10 @@ msgstr "二次验证码或恢复代码无效"
|
||||||
msgid "Invalid recovery code"
|
msgid "Invalid recovery code"
|
||||||
msgstr "无效的恢复代码"
|
msgstr "无效的恢复代码"
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:2
|
||||||
|
msgid "Invalid request format"
|
||||||
|
msgstr "无效的请求格式"
|
||||||
|
|
||||||
#: src/views/preference/AuthSettings.vue:14
|
#: src/views/preference/AuthSettings.vue:14
|
||||||
msgid "IP"
|
msgid "IP"
|
||||||
msgstr "IP"
|
msgstr "IP"
|
||||||
|
@ -1284,15 +1292,15 @@ msgstr "链接"
|
||||||
msgid "List"
|
msgid "List"
|
||||||
msgstr "列表"
|
msgstr "列表"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:187
|
#: src/views/dashboard/ServerAnalytic.vue:183
|
||||||
msgid "Load Average:"
|
msgid "Load Average:"
|
||||||
msgstr "系统负载:"
|
msgstr "系统负载:"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:39
|
#: src/views/environment/Environment.vue:49
|
||||||
msgid "Load from settings"
|
msgid "Load from settings"
|
||||||
msgstr "从设置中加载"
|
msgstr "从设置中加载"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:13
|
#: src/views/environment/Environment.vue:17
|
||||||
msgid "Load successfully"
|
msgid "Load successfully"
|
||||||
msgstr "加载成功"
|
msgstr "加载成功"
|
||||||
|
|
||||||
|
@ -1301,7 +1309,7 @@ msgstr "加载成功"
|
||||||
msgid "Local"
|
msgid "Local"
|
||||||
msgstr "本地"
|
msgstr "本地"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:69
|
#: src/views/site/ngx_conf/LocationEditor.vue:68
|
||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr "Location"
|
msgstr "Location"
|
||||||
|
|
||||||
|
@ -1376,12 +1384,12 @@ msgstr "托管证书"
|
||||||
msgid "Max Attempts"
|
msgid "Max Attempts"
|
||||||
msgstr "最大尝试次数"
|
msgstr "最大尝试次数"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:226
|
#: src/views/dashboard/ServerAnalytic.vue:222
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:227
|
#: src/views/dashboard/ServerAnalytic.vue:223
|
||||||
msgid "Memory"
|
msgid "Memory"
|
||||||
msgstr "内存"
|
msgstr "内存"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:216
|
#: src/views/dashboard/ServerAnalytic.vue:212
|
||||||
msgid "Memory and Storage"
|
msgid "Memory and Storage"
|
||||||
msgstr "内存与存储"
|
msgstr "内存与存储"
|
||||||
|
|
||||||
|
@ -1435,19 +1443,19 @@ msgstr "多行指令"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "名称"
|
msgstr "名称"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:331
|
#: src/views/dashboard/ServerAnalytic.vue:327
|
||||||
msgid "Network"
|
msgid "Network"
|
||||||
msgstr "网络"
|
msgstr "网络"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:273
|
#: src/views/dashboard/ServerAnalytic.vue:269
|
||||||
msgid "Network Statistics"
|
msgid "Network Statistics"
|
||||||
msgstr "流量统计"
|
msgstr "流量统计"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:280
|
#: src/views/dashboard/ServerAnalytic.vue:276
|
||||||
msgid "Network Total Receive"
|
msgid "Network Total Receive"
|
||||||
msgstr "下载流量"
|
msgstr "下载流量"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:286
|
#: src/views/dashboard/ServerAnalytic.vue:282
|
||||||
msgid "Network Total Send"
|
msgid "Network Total Send"
|
||||||
msgstr "上传流量"
|
msgstr "上传流量"
|
||||||
|
|
||||||
|
@ -1561,7 +1569,7 @@ msgstr "Nginx 重启成功"
|
||||||
#: src/views/preference/AuthSettings.vue:136
|
#: src/views/preference/AuthSettings.vue:136
|
||||||
#: src/views/preference/CertSettings.vue:70
|
#: src/views/preference/CertSettings.vue:70
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:90
|
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
||||||
#: src/views/site/site_list/SiteList.vue:143
|
#: src/views/site/site_list/SiteList.vue:143
|
||||||
#: src/views/stream/StreamList.vue:163
|
#: src/views/stream/StreamList.vue:163
|
||||||
msgid "No"
|
msgid "No"
|
||||||
|
@ -1681,7 +1689,7 @@ msgstr "原名"
|
||||||
msgid "OS"
|
msgid "OS"
|
||||||
msgstr "OS"
|
msgstr "OS"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:193
|
#: src/views/dashboard/ServerAnalytic.vue:189
|
||||||
msgid "OS:"
|
msgid "OS:"
|
||||||
msgstr "OS:"
|
msgstr "OS:"
|
||||||
|
|
||||||
|
@ -1733,8 +1741,8 @@ msgid "Password length cannot exceed 20 characters"
|
||||||
msgstr "密码长度不能超过 20 个字符"
|
msgstr "密码长度不能超过 20 个字符"
|
||||||
|
|
||||||
#: src/views/config/ConfigEditor.vue:263
|
#: src/views/config/ConfigEditor.vue:263
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:111
|
#: src/views/site/ngx_conf/LocationEditor.vue:109
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:139
|
#: src/views/site/ngx_conf/LocationEditor.vue:137
|
||||||
msgid "Path"
|
msgid "Path"
|
||||||
msgstr "路径"
|
msgstr "路径"
|
||||||
|
|
||||||
|
@ -1828,7 +1836,7 @@ msgid ""
|
||||||
"Please note that the unit of time configurations below are all in seconds."
|
"Please note that the unit of time configurations below are all in seconds."
|
||||||
msgstr "请注意,下面的时间单位配置均以秒为单位。"
|
msgstr "请注意,下面的时间单位配置均以秒为单位。"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:48
|
#: src/views/environment/Environment.vue:58
|
||||||
msgid "Please select at least one node to upgrade"
|
msgid "Please select at least one node to upgrade"
|
||||||
msgstr "请至少选择一个节点进行升级"
|
msgstr "请至少选择一个节点进行升级"
|
||||||
|
|
||||||
|
@ -1885,11 +1893,11 @@ msgid "Public Security Number"
|
||||||
msgstr "公安备案号"
|
msgstr "公安备案号"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:387
|
#: src/views/dashboard/ServerAnalytic.vue:383
|
||||||
msgid "Reads"
|
msgid "Reads"
|
||||||
msgstr "读"
|
msgstr "读"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:338
|
#: src/views/dashboard/ServerAnalytic.vue:334
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Receive"
|
msgid "Receive"
|
||||||
msgstr "下载"
|
msgstr "下载"
|
||||||
|
@ -1908,15 +1916,15 @@ msgid "Recovered Successfully"
|
||||||
msgstr "恢复成功"
|
msgstr "恢复成功"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:89
|
#: src/components/TwoFA/Authorization.vue:89
|
||||||
#: src/views/preference/components/TOTP.vue:172
|
#: src/views/preference/components/TOTP.vue:156
|
||||||
msgid "Recovery"
|
msgid "Recovery"
|
||||||
msgstr "恢复"
|
msgstr "恢复"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:98
|
#: src/views/preference/components/TOTP.vue:82
|
||||||
msgid "Recovery Code"
|
msgid "Recovery Code"
|
||||||
msgstr "恢复代码"
|
msgstr "恢复代码"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:107
|
#: src/views/preference/components/TOTP.vue:91
|
||||||
msgid "Recovery Code:"
|
msgid "Recovery Code:"
|
||||||
msgstr "恢复代码:"
|
msgstr "恢复代码:"
|
||||||
|
|
||||||
|
@ -2073,6 +2081,10 @@ msgstr "证书续期成功"
|
||||||
msgid "Renew successfully"
|
msgid "Renew successfully"
|
||||||
msgstr "更新成功"
|
msgstr "更新成功"
|
||||||
|
|
||||||
|
#: src/constants/errors/crypto.ts:4
|
||||||
|
msgid "Request timeout"
|
||||||
|
msgstr "请求超时"
|
||||||
|
|
||||||
#: src/language/constants.ts:32
|
#: src/language/constants.ts:32
|
||||||
msgid "Requested with wrong parameters"
|
msgid "Requested with wrong parameters"
|
||||||
msgstr "请求参数错误"
|
msgstr "请求参数错误"
|
||||||
|
@ -2081,7 +2093,7 @@ msgstr "请求参数错误"
|
||||||
msgid "Reset"
|
msgid "Reset"
|
||||||
msgstr "重置"
|
msgstr "重置"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:127
|
#: src/views/preference/components/TOTP.vue:111
|
||||||
msgid "Reset 2FA"
|
msgid "Reset 2FA"
|
||||||
msgstr "重置二步验证"
|
msgstr "重置二步验证"
|
||||||
|
|
||||||
|
@ -2168,7 +2180,7 @@ msgstr "保存成功"
|
||||||
msgid "Saved successfully"
|
msgid "Saved successfully"
|
||||||
msgstr "保存成功"
|
msgstr "保存成功"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:88
|
#: src/views/preference/components/TOTP.vue:72
|
||||||
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
||||||
msgstr "用手机扫描二维码,将账户添加到应用程序中。"
|
msgstr "用手机扫描二维码,将账户添加到应用程序中。"
|
||||||
|
|
||||||
|
@ -2176,7 +2188,7 @@ msgstr "用手机扫描二维码,将账户添加到应用程序中。"
|
||||||
msgid "SDK"
|
msgid "SDK"
|
||||||
msgstr "SDK"
|
msgstr "SDK"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:144
|
#: src/views/preference/components/TOTP.vue:128
|
||||||
msgid "Secret has been copied"
|
msgid "Secret has been copied"
|
||||||
msgstr "密钥已复制"
|
msgstr "密钥已复制"
|
||||||
|
|
||||||
|
@ -2188,12 +2200,12 @@ msgstr "选择器"
|
||||||
msgid "Self Check"
|
msgid "Self Check"
|
||||||
msgstr "自我检查"
|
msgstr "自我检查"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:348
|
#: src/views/dashboard/ServerAnalytic.vue:344
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "上传"
|
msgstr "上传"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:179
|
#: src/views/dashboard/ServerAnalytic.vue:175
|
||||||
msgid "Server Info"
|
msgid "Server Info"
|
||||||
msgstr "服务器信息"
|
msgstr "服务器信息"
|
||||||
|
|
||||||
|
@ -2328,8 +2340,8 @@ msgstr "状态"
|
||||||
msgid "Stopped"
|
msgid "Stopped"
|
||||||
msgstr "已停止"
|
msgstr "已停止"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:254
|
#: src/views/dashboard/ServerAnalytic.vue:250
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:255
|
#: src/views/dashboard/ServerAnalytic.vue:251
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "存储"
|
msgstr "存储"
|
||||||
|
|
||||||
|
@ -2359,8 +2371,8 @@ msgstr ""
|
||||||
"支持通过 WebSocket 协议与后端通信,如果您正在使用 Nginx 反向代理了 Nginx UI "
|
"支持通过 WebSocket 协议与后端通信,如果您正在使用 Nginx 反向代理了 Nginx UI "
|
||||||
"请参考:https://nginxui.com/guide/nginx-proxy-example.html 编写配置文件"
|
"请参考:https://nginxui.com/guide/nginx-proxy-example.html 编写配置文件"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:240
|
#: src/views/dashboard/ServerAnalytic.vue:236
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:241
|
#: src/views/dashboard/ServerAnalytic.vue:237
|
||||||
msgid "Swap"
|
msgid "Swap"
|
||||||
msgstr "Swap"
|
msgstr "Swap"
|
||||||
|
|
||||||
|
@ -2519,7 +2531,7 @@ msgid ""
|
||||||
"hyphens, dashes, colons, and dots."
|
"hyphens, dashes, colons, and dots."
|
||||||
msgstr "公安备案号只能包含字母、单码、数字、连字符、破折号、冒号和点。"
|
msgstr "公安备案号只能包含字母、单码、数字、连字符、破折号、冒号和点。"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:106
|
#: src/views/preference/components/TOTP.vue:90
|
||||||
msgid ""
|
msgid ""
|
||||||
"The recovery code is only displayed once, please save it in a safe place."
|
"The recovery code is only displayed once, please save it in a safe place."
|
||||||
msgstr "恢复密码只会显示一次,请妥善保存。"
|
msgstr "恢复密码只会显示一次,请妥善保存。"
|
||||||
|
@ -2608,7 +2620,7 @@ msgstr "提示"
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "标题"
|
msgstr "标题"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:87
|
#: src/views/preference/components/TOTP.vue:71
|
||||||
msgid ""
|
msgid ""
|
||||||
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
||||||
"on your mobile phone."
|
"on your mobile phone."
|
||||||
|
@ -2652,11 +2664,11 @@ msgid "Total %{total} item"
|
||||||
msgid_plural "Total %{total} items"
|
msgid_plural "Total %{total} items"
|
||||||
msgstr[0] "共 %{total} 个项目"
|
msgstr[0] "共 %{total} 个项目"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:85
|
#: src/views/preference/components/TOTP.vue:69
|
||||||
msgid "TOTP"
|
msgid "TOTP"
|
||||||
msgstr "TOTP"
|
msgstr "TOTP"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:86
|
#: src/views/preference/components/TOTP.vue:70
|
||||||
msgid ""
|
msgid ""
|
||||||
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
||||||
"password algorithm."
|
"password algorithm."
|
||||||
|
@ -2695,7 +2707,7 @@ msgstr "修改时间"
|
||||||
msgid "Updated successfully"
|
msgid "Updated successfully"
|
||||||
msgstr "更新成功"
|
msgstr "更新成功"
|
||||||
|
|
||||||
#: src/routes/index.ts:297 src/views/environment/Environment.vue:56
|
#: src/routes/index.ts:297 src/views/environment/Environment.vue:66
|
||||||
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "升级"
|
msgstr "升级"
|
||||||
|
@ -2716,7 +2728,7 @@ msgstr "正在升级 Nginx UI,请等待..."
|
||||||
msgid "Upstream Name"
|
msgid "Upstream Name"
|
||||||
msgstr "Upstream 名称"
|
msgstr "Upstream 名称"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:183
|
#: src/views/dashboard/ServerAnalytic.vue:179
|
||||||
msgid "Uptime:"
|
msgid "Uptime:"
|
||||||
msgstr "运行时间:"
|
msgstr "运行时间:"
|
||||||
|
|
||||||
|
@ -2825,7 +2837,7 @@ msgstr ""
|
||||||
"操作。"
|
"操作。"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:377
|
#: src/views/dashboard/ServerAnalytic.vue:373
|
||||||
msgid "Writes"
|
msgid "Writes"
|
||||||
msgstr "写"
|
msgstr "写"
|
||||||
|
|
||||||
|
@ -2840,7 +2852,7 @@ msgstr "正在将证书写入磁盘"
|
||||||
#: src/views/preference/AuthSettings.vue:135
|
#: src/views/preference/AuthSettings.vue:135
|
||||||
#: src/views/preference/CertSettings.vue:69
|
#: src/views/preference/CertSettings.vue:69
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:89
|
#: src/views/site/ngx_conf/LocationEditor.vue:87
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr "是的"
|
msgstr "是的"
|
||||||
|
|
||||||
|
|
|
@ -76,8 +76,8 @@ msgstr "添加配置"
|
||||||
msgid "Add Directive Below"
|
msgid "Add Directive Below"
|
||||||
msgstr "在下方新增指令"
|
msgstr "在下方新增指令"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:132
|
#: src/views/site/ngx_conf/LocationEditor.vue:130
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:159
|
#: src/views/site/ngx_conf/LocationEditor.vue:157
|
||||||
msgid "Add Location"
|
msgid "Add Location"
|
||||||
msgstr "新增 Location"
|
msgstr "新增 Location"
|
||||||
|
|
||||||
|
@ -192,7 +192,7 @@ msgstr "您確定要刪除這條指令嗎?"
|
||||||
msgid "Are you sure you want to remove this item?"
|
msgid "Are you sure you want to remove this item?"
|
||||||
msgstr "您確定要刪除此項目嗎?"
|
msgstr "您確定要刪除此項目嗎?"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
#: src/views/site/ngx_conf/LocationEditor.vue:86
|
||||||
msgid "Are you sure you want to remove this location?"
|
msgid "Are you sure you want to remove this location?"
|
||||||
msgstr "您確定要刪除此 Location 嗎?"
|
msgstr "您確定要刪除此 Location 嗎?"
|
||||||
|
|
||||||
|
@ -319,7 +319,7 @@ msgstr "CA Dir"
|
||||||
msgid "CADir"
|
msgid "CADir"
|
||||||
msgstr "CADir"
|
msgstr "CADir"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:145
|
#: src/views/preference/components/TOTP.vue:129
|
||||||
msgid "Can't scan? Use text key binding"
|
msgid "Can't scan? Use text key binding"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -377,7 +377,7 @@ msgid "Certificate Renewal Interval"
|
||||||
msgstr "憑證更新間隔"
|
msgstr "憑證更新間隔"
|
||||||
|
|
||||||
#: src/views/certificate/CertificateEditor.vue:128
|
#: src/views/certificate/CertificateEditor.vue:128
|
||||||
#: src/views/site/cert/Cert.vue:32
|
#: src/views/site/cert/Cert.vue:33
|
||||||
msgid "Certificate Status"
|
msgid "Certificate Status"
|
||||||
msgid_plural "Certificates Status"
|
msgid_plural "Certificates Status"
|
||||||
msgstr[0] "憑證狀態"
|
msgstr[0] "憑證狀態"
|
||||||
|
@ -400,7 +400,7 @@ msgstr "驗證方式"
|
||||||
msgid "Change Certificate"
|
msgid "Change Certificate"
|
||||||
msgstr "更換憑證"
|
msgstr "更換憑證"
|
||||||
|
|
||||||
#: src/views/site/cert/Cert.vue:51
|
#: src/views/site/cert/Cert.vue:52
|
||||||
msgid "Changed Certificate"
|
msgid "Changed Certificate"
|
||||||
msgid_plural "Changed Certificates"
|
msgid_plural "Changed Certificates"
|
||||||
msgstr[0] "變更後憑證"
|
msgstr[0] "變更後憑證"
|
||||||
|
@ -461,8 +461,8 @@ msgid "Command"
|
||||||
msgstr "命令"
|
msgstr "命令"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:113
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:105
|
#: src/views/site/ngx_conf/LocationEditor.vue:103
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:136
|
#: src/views/site/ngx_conf/LocationEditor.vue:134
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:134
|
#: src/views/site/ngx_conf/NgxServer.vue:134
|
||||||
msgid "Comments"
|
msgid "Comments"
|
||||||
msgstr "備註"
|
msgstr "備註"
|
||||||
|
@ -496,8 +496,8 @@ msgid "Connection lost, please refresh the page."
|
||||||
msgstr "連接丟失,請重新整理。"
|
msgstr "連接丟失,請重新整理。"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:118
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:117
|
#: src/views/site/ngx_conf/LocationEditor.vue:115
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:145
|
#: src/views/site/ngx_conf/LocationEditor.vue:143
|
||||||
msgid "Content"
|
msgid "Content"
|
||||||
msgstr "內容"
|
msgstr "內容"
|
||||||
|
|
||||||
|
@ -514,11 +514,11 @@ msgstr "複製"
|
||||||
msgid "Core Upgrade"
|
msgid "Core Upgrade"
|
||||||
msgstr "核心升級"
|
msgstr "核心升級"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:305
|
#: src/views/dashboard/ServerAnalytic.vue:301
|
||||||
msgid "CPU Status"
|
msgid "CPU Status"
|
||||||
msgstr "中央處理器狀態"
|
msgstr "中央處理器狀態"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:199
|
#: src/views/dashboard/ServerAnalytic.vue:195
|
||||||
msgid "CPU:"
|
msgid "CPU:"
|
||||||
msgstr "中央處理器:"
|
msgstr "中央處理器:"
|
||||||
|
|
||||||
|
@ -560,12 +560,12 @@ msgstr "認證"
|
||||||
msgid "Credentials"
|
msgid "Credentials"
|
||||||
msgstr "認證資訊"
|
msgstr "認證資訊"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:93
|
#: src/views/preference/components/TOTP.vue:77
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Current account is enabled TOTP."
|
msgid "Current account is enabled TOTP."
|
||||||
msgstr "當前帳戶已啟用多因素身份驗證。"
|
msgstr "當前帳戶已啟用多因素身份驗證。"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:90
|
#: src/views/preference/components/TOTP.vue:74
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Current account is not enabled TOTP."
|
msgid "Current account is not enabled TOTP."
|
||||||
msgstr "當前帳戶未啟用多因素身份驗證。"
|
msgstr "當前帳戶未啟用多因素身份驗證。"
|
||||||
|
@ -599,6 +599,11 @@ msgstr "資料庫 (可選,預設: database)"
|
||||||
msgid "Days"
|
msgid "Days"
|
||||||
msgstr "天"
|
msgstr "天"
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:3
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Decryption failed"
|
||||||
|
msgstr "描述"
|
||||||
|
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
#: src/components/StdDesign/StdDataDisplay/StdBulkActions.vue:21
|
||||||
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
#: src/components/StdDesign/StdDataDisplay/StdTable.vue:519
|
||||||
#: src/views/site/ngx_conf/NgxServer.vue:110
|
#: src/views/site/ngx_conf/NgxServer.vue:110
|
||||||
|
@ -735,7 +740,7 @@ msgstr "停用"
|
||||||
msgid "Disabled successfully"
|
msgid "Disabled successfully"
|
||||||
msgstr "成功停用"
|
msgstr "成功停用"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:370
|
#: src/views/dashboard/ServerAnalytic.vue:366
|
||||||
msgid "Disk IO"
|
msgid "Disk IO"
|
||||||
msgstr "磁碟 IO"
|
msgstr "磁碟 IO"
|
||||||
|
|
||||||
|
@ -828,8 +833,9 @@ msgstr "試運轉模式已啟用"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Due to the security policies of some browsers, you cannot use passkeys on "
|
"Due to the security policies of some browsers, you cannot use passkeys on "
|
||||||
"non-HTTPS websites, except when running on localhost."
|
"non-HTTPS websites, except when running on localhost."
|
||||||
msgstr "基於部分瀏覽器的安全政策,您無法在未啟用 HTTPS 網站,特別是 localhost "
|
msgstr ""
|
||||||
"上使用通行密鑰。"
|
"基於部分瀏覽器的安全政策,您無法在未啟用 HTTPS 網站,特別是 localhost 上使用"
|
||||||
|
"通行密鑰。"
|
||||||
|
|
||||||
#: src/views/site/site_list/SiteDuplicate.vue:72
|
#: src/views/site/site_list/SiteDuplicate.vue:72
|
||||||
#: src/views/site/site_list/SiteList.vue:140
|
#: src/views/site/site_list/SiteList.vue:140
|
||||||
|
@ -898,7 +904,7 @@ msgstr "在 %{node_name} 啟用 %{conf_name} 失敗"
|
||||||
msgid "Enable %{conf_name} in %{node_name} successfully"
|
msgid "Enable %{conf_name} in %{node_name} successfully"
|
||||||
msgstr "成功在 %{node_name} 啟用 %{conf_name}"
|
msgstr "成功在 %{node_name} 啟用 %{conf_name}"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:52
|
#: src/views/preference/components/TOTP.vue:38
|
||||||
msgid "Enable 2FA successfully"
|
msgid "Enable 2FA successfully"
|
||||||
msgstr "啟用多因素身份驗證成功"
|
msgstr "啟用多因素身份驗證成功"
|
||||||
|
|
||||||
|
@ -938,7 +944,7 @@ msgstr "啟用成功"
|
||||||
msgid "Enable TLS"
|
msgid "Enable TLS"
|
||||||
msgstr "啟用 TLS"
|
msgstr "啟用 TLS"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:119
|
#: src/views/preference/components/TOTP.vue:103
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Enable TOTP"
|
msgid "Enable TOTP"
|
||||||
msgstr "啟用 TLS"
|
msgstr "啟用 TLS"
|
||||||
|
@ -973,7 +979,7 @@ msgid "Environment variables cleaned"
|
||||||
msgstr "環境變數已清理"
|
msgstr "環境變數已清理"
|
||||||
|
|
||||||
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
#: src/routes/index.ts:234 src/views/dashboard/Environments.vue:83
|
||||||
#: src/views/environment/Environment.vue:33
|
#: src/views/environment/Environment.vue:43
|
||||||
msgid "Environments"
|
msgid "Environments"
|
||||||
msgstr "環境"
|
msgstr "環境"
|
||||||
|
|
||||||
|
@ -1154,7 +1160,7 @@ msgstr ""
|
||||||
"如果來自某個 IP 的登錄失敗次數在禁止閾值分鐘內達到最大嘗試次數,該 IP 將被禁"
|
"如果來自某個 IP 的登錄失敗次數在禁止閾值分鐘內達到最大嘗試次數,該 IP 將被禁"
|
||||||
"止一段時間。"
|
"止一段時間。"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:105
|
#: src/views/preference/components/TOTP.vue:89
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you lose your mobile phone, you can use the recovery code to reset your "
|
"If you lose your mobile phone, you can use the recovery code to reset your "
|
||||||
"2FA."
|
"2FA."
|
||||||
|
@ -1191,12 +1197,12 @@ msgstr "初始化核心升級程式錯誤"
|
||||||
msgid "Initialing core upgrader"
|
msgid "Initialing core upgrader"
|
||||||
msgstr "正在初始化核心升級程式"
|
msgstr "正在初始化核心升級程式"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:152
|
#: src/views/preference/components/TOTP.vue:136
|
||||||
msgid "Input the code from the app:"
|
msgid "Input the code from the app:"
|
||||||
msgstr "請輸入應用程式中的代碼:"
|
msgstr "請輸入應用程式中的代碼:"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:82
|
#: src/components/TwoFA/Authorization.vue:82
|
||||||
#: src/views/preference/components/TOTP.vue:165
|
#: src/views/preference/components/TOTP.vue:149
|
||||||
msgid "Input the recovery code:"
|
msgid "Input the recovery code:"
|
||||||
msgstr "輸入恢復碼:"
|
msgstr "輸入恢復碼:"
|
||||||
|
|
||||||
|
@ -1239,6 +1245,11 @@ msgstr "無效的密碼或恢復碼"
|
||||||
msgid "Invalid recovery code"
|
msgid "Invalid recovery code"
|
||||||
msgstr "無效的多重因素驗證或恢復碼"
|
msgstr "無效的多重因素驗證或恢復碼"
|
||||||
|
|
||||||
|
#: src/constants/errors/middleware.ts:2
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Invalid request format"
|
||||||
|
msgstr "無效的多重因素驗證或恢復碼"
|
||||||
|
|
||||||
#: src/views/preference/AuthSettings.vue:14
|
#: src/views/preference/AuthSettings.vue:14
|
||||||
msgid "IP"
|
msgid "IP"
|
||||||
msgstr "IP"
|
msgstr "IP"
|
||||||
|
@ -1317,15 +1328,15 @@ msgstr "連結開始"
|
||||||
msgid "List"
|
msgid "List"
|
||||||
msgstr "列表"
|
msgstr "列表"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:187
|
#: src/views/dashboard/ServerAnalytic.vue:183
|
||||||
msgid "Load Average:"
|
msgid "Load Average:"
|
||||||
msgstr "負載平均值:"
|
msgstr "負載平均值:"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:39
|
#: src/views/environment/Environment.vue:49
|
||||||
msgid "Load from settings"
|
msgid "Load from settings"
|
||||||
msgstr "從設置加載"
|
msgstr "從設置加載"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:13
|
#: src/views/environment/Environment.vue:17
|
||||||
msgid "Load successfully"
|
msgid "Load successfully"
|
||||||
msgstr "加載成功"
|
msgstr "加載成功"
|
||||||
|
|
||||||
|
@ -1334,7 +1345,7 @@ msgstr "加載成功"
|
||||||
msgid "Local"
|
msgid "Local"
|
||||||
msgstr "本機"
|
msgstr "本機"
|
||||||
|
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:69
|
#: src/views/site/ngx_conf/LocationEditor.vue:68
|
||||||
msgid "Location"
|
msgid "Location"
|
||||||
msgstr "Location"
|
msgstr "Location"
|
||||||
|
|
||||||
|
@ -1408,12 +1419,12 @@ msgstr "受管理的憑證"
|
||||||
msgid "Max Attempts"
|
msgid "Max Attempts"
|
||||||
msgstr "最大嘗試次數"
|
msgstr "最大嘗試次數"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:226
|
#: src/views/dashboard/ServerAnalytic.vue:222
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:227
|
#: src/views/dashboard/ServerAnalytic.vue:223
|
||||||
msgid "Memory"
|
msgid "Memory"
|
||||||
msgstr "記憶體"
|
msgstr "記憶體"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:216
|
#: src/views/dashboard/ServerAnalytic.vue:212
|
||||||
msgid "Memory and Storage"
|
msgid "Memory and Storage"
|
||||||
msgstr "記憶體與儲存"
|
msgstr "記憶體與儲存"
|
||||||
|
|
||||||
|
@ -1467,19 +1478,19 @@ msgstr "多行指令"
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "名稱"
|
msgstr "名稱"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:331
|
#: src/views/dashboard/ServerAnalytic.vue:327
|
||||||
msgid "Network"
|
msgid "Network"
|
||||||
msgstr "網路"
|
msgstr "網路"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:273
|
#: src/views/dashboard/ServerAnalytic.vue:269
|
||||||
msgid "Network Statistics"
|
msgid "Network Statistics"
|
||||||
msgstr "網路統計"
|
msgstr "網路統計"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:280
|
#: src/views/dashboard/ServerAnalytic.vue:276
|
||||||
msgid "Network Total Receive"
|
msgid "Network Total Receive"
|
||||||
msgstr "下載流量"
|
msgstr "下載流量"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:286
|
#: src/views/dashboard/ServerAnalytic.vue:282
|
||||||
msgid "Network Total Send"
|
msgid "Network Total Send"
|
||||||
msgstr "上傳流量"
|
msgstr "上傳流量"
|
||||||
|
|
||||||
|
@ -1596,7 +1607,7 @@ msgstr "Nginx 重啟成功"
|
||||||
#: src/views/preference/AuthSettings.vue:136
|
#: src/views/preference/AuthSettings.vue:136
|
||||||
#: src/views/preference/CertSettings.vue:70
|
#: src/views/preference/CertSettings.vue:70
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:97
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:90
|
#: src/views/site/ngx_conf/LocationEditor.vue:88
|
||||||
#: src/views/site/site_list/SiteList.vue:143
|
#: src/views/site/site_list/SiteList.vue:143
|
||||||
#: src/views/stream/StreamList.vue:163
|
#: src/views/stream/StreamList.vue:163
|
||||||
msgid "No"
|
msgid "No"
|
||||||
|
@ -1717,7 +1728,7 @@ msgstr "原始名稱"
|
||||||
msgid "OS"
|
msgid "OS"
|
||||||
msgstr "作業系統"
|
msgstr "作業系統"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:193
|
#: src/views/dashboard/ServerAnalytic.vue:189
|
||||||
msgid "OS:"
|
msgid "OS:"
|
||||||
msgstr "作業系統:"
|
msgstr "作業系統:"
|
||||||
|
|
||||||
|
@ -1769,8 +1780,8 @@ msgid "Password length cannot exceed 20 characters"
|
||||||
msgstr "密碼長度不能超過 20 個字元"
|
msgstr "密碼長度不能超過 20 個字元"
|
||||||
|
|
||||||
#: src/views/config/ConfigEditor.vue:263
|
#: src/views/config/ConfigEditor.vue:263
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:111
|
#: src/views/site/ngx_conf/LocationEditor.vue:109
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:139
|
#: src/views/site/ngx_conf/LocationEditor.vue:137
|
||||||
msgid "Path"
|
msgid "Path"
|
||||||
msgstr "路徑"
|
msgstr "路徑"
|
||||||
|
|
||||||
|
@ -1866,7 +1877,7 @@ msgid ""
|
||||||
"Please note that the unit of time configurations below are all in seconds."
|
"Please note that the unit of time configurations below are all in seconds."
|
||||||
msgstr "請注意,以下時間配置單位均為秒。"
|
msgstr "請注意,以下時間配置單位均為秒。"
|
||||||
|
|
||||||
#: src/views/environment/Environment.vue:48
|
#: src/views/environment/Environment.vue:58
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Please select at least one node to upgrade"
|
msgid "Please select at least one node to upgrade"
|
||||||
msgstr "請至少選擇一個節點!"
|
msgstr "請至少選擇一個節點!"
|
||||||
|
@ -1927,11 +1938,11 @@ msgid "Public Security Number"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:387
|
#: src/views/dashboard/ServerAnalytic.vue:383
|
||||||
msgid "Reads"
|
msgid "Reads"
|
||||||
msgstr "讀取"
|
msgstr "讀取"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:338
|
#: src/views/dashboard/ServerAnalytic.vue:334
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Receive"
|
msgid "Receive"
|
||||||
msgstr "接收"
|
msgstr "接收"
|
||||||
|
@ -1950,15 +1961,15 @@ msgid "Recovered Successfully"
|
||||||
msgstr "恢復成功"
|
msgstr "恢復成功"
|
||||||
|
|
||||||
#: src/components/TwoFA/Authorization.vue:89
|
#: src/components/TwoFA/Authorization.vue:89
|
||||||
#: src/views/preference/components/TOTP.vue:172
|
#: src/views/preference/components/TOTP.vue:156
|
||||||
msgid "Recovery"
|
msgid "Recovery"
|
||||||
msgstr "恢復"
|
msgstr "恢復"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:98
|
#: src/views/preference/components/TOTP.vue:82
|
||||||
msgid "Recovery Code"
|
msgid "Recovery Code"
|
||||||
msgstr "恢復碼"
|
msgstr "恢復碼"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:107
|
#: src/views/preference/components/TOTP.vue:91
|
||||||
msgid "Recovery Code:"
|
msgid "Recovery Code:"
|
||||||
msgstr "恢復碼:"
|
msgstr "恢復碼:"
|
||||||
|
|
||||||
|
@ -2124,6 +2135,10 @@ msgstr "更新憑證成功"
|
||||||
msgid "Renew successfully"
|
msgid "Renew successfully"
|
||||||
msgstr "更新成功"
|
msgstr "更新成功"
|
||||||
|
|
||||||
|
#: src/constants/errors/crypto.ts:4
|
||||||
|
msgid "Request timeout"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/language/constants.ts:32
|
#: src/language/constants.ts:32
|
||||||
msgid "Requested with wrong parameters"
|
msgid "Requested with wrong parameters"
|
||||||
msgstr "請求參數錯誤"
|
msgstr "請求參數錯誤"
|
||||||
|
@ -2132,7 +2147,7 @@ msgstr "請求參數錯誤"
|
||||||
msgid "Reset"
|
msgid "Reset"
|
||||||
msgstr "重設"
|
msgstr "重設"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:127
|
#: src/views/preference/components/TOTP.vue:111
|
||||||
msgid "Reset 2FA"
|
msgid "Reset 2FA"
|
||||||
msgstr "重置多重因素驗證"
|
msgstr "重置多重因素驗證"
|
||||||
|
|
||||||
|
@ -2223,7 +2238,7 @@ msgstr "儲存成功"
|
||||||
msgid "Saved successfully"
|
msgid "Saved successfully"
|
||||||
msgstr "儲存成功"
|
msgstr "儲存成功"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:88
|
#: src/views/preference/components/TOTP.vue:72
|
||||||
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
msgid "Scan the QR code with your mobile phone to add the account to the app."
|
||||||
msgstr "用手機掃描二維碼將賬戶添加到應用程序中。"
|
msgstr "用手機掃描二維碼將賬戶添加到應用程序中。"
|
||||||
|
|
||||||
|
@ -2231,7 +2246,7 @@ msgstr "用手機掃描二維碼將賬戶添加到應用程序中。"
|
||||||
msgid "SDK"
|
msgid "SDK"
|
||||||
msgstr "SDK"
|
msgstr "SDK"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:144
|
#: src/views/preference/components/TOTP.vue:128
|
||||||
msgid "Secret has been copied"
|
msgid "Secret has been copied"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2243,12 +2258,12 @@ msgstr "選擇器"
|
||||||
msgid "Self Check"
|
msgid "Self Check"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:348
|
#: src/views/dashboard/ServerAnalytic.vue:344
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:35
|
#: src/views/dashboard/ServerAnalytic.vue:35
|
||||||
msgid "Send"
|
msgid "Send"
|
||||||
msgstr "傳送"
|
msgstr "傳送"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:179
|
#: src/views/dashboard/ServerAnalytic.vue:175
|
||||||
msgid "Server Info"
|
msgid "Server Info"
|
||||||
msgstr "伺服器資訊"
|
msgstr "伺服器資訊"
|
||||||
|
|
||||||
|
@ -2383,8 +2398,8 @@ msgstr "狀態"
|
||||||
msgid "Stopped"
|
msgid "Stopped"
|
||||||
msgstr "已停止"
|
msgstr "已停止"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:254
|
#: src/views/dashboard/ServerAnalytic.vue:250
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:255
|
#: src/views/dashboard/ServerAnalytic.vue:251
|
||||||
msgid "Storage"
|
msgid "Storage"
|
||||||
msgstr "儲存空間"
|
msgstr "儲存空間"
|
||||||
|
|
||||||
|
@ -2414,8 +2429,8 @@ msgid ""
|
||||||
"guide/nginx-proxy-example.html"
|
"guide/nginx-proxy-example.html"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:240
|
#: src/views/dashboard/ServerAnalytic.vue:236
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:241
|
#: src/views/dashboard/ServerAnalytic.vue:237
|
||||||
msgid "Swap"
|
msgid "Swap"
|
||||||
msgstr "交換空間"
|
msgstr "交換空間"
|
||||||
|
|
||||||
|
@ -2580,7 +2595,7 @@ msgid ""
|
||||||
"hyphens, dashes, colons, and dots."
|
"hyphens, dashes, colons, and dots."
|
||||||
msgstr "伺服器名稱應僅包含字母、Unicode、數字、連字符、破折號和點。"
|
msgstr "伺服器名稱應僅包含字母、Unicode、數字、連字符、破折號和點。"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:106
|
#: src/views/preference/components/TOTP.vue:90
|
||||||
msgid ""
|
msgid ""
|
||||||
"The recovery code is only displayed once, please save it in a safe place."
|
"The recovery code is only displayed once, please save it in a safe place."
|
||||||
msgstr "恢復碼僅顯示一次,請將其保存在安全的地方。"
|
msgstr "恢復碼僅顯示一次,請將其保存在安全的地方。"
|
||||||
|
@ -2672,7 +2687,7 @@ msgstr "提示"
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "標題"
|
msgstr "標題"
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:87
|
#: src/views/preference/components/TOTP.vue:71
|
||||||
msgid ""
|
msgid ""
|
||||||
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
"To enable it, you need to install the Google or Microsoft Authenticator app "
|
||||||
"on your mobile phone."
|
"on your mobile phone."
|
||||||
|
@ -2712,11 +2727,11 @@ msgid "Total %{total} item"
|
||||||
msgid_plural "Total %{total} items"
|
msgid_plural "Total %{total} items"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:85
|
#: src/views/preference/components/TOTP.vue:69
|
||||||
msgid "TOTP"
|
msgid "TOTP"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/preference/components/TOTP.vue:86
|
#: src/views/preference/components/TOTP.vue:70
|
||||||
msgid ""
|
msgid ""
|
||||||
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
"TOTP is a two-factor authentication method that uses a time-based one-time "
|
||||||
"password algorithm."
|
"password algorithm."
|
||||||
|
@ -2756,7 +2771,7 @@ msgstr "更新時間"
|
||||||
msgid "Updated successfully"
|
msgid "Updated successfully"
|
||||||
msgstr "更新成功"
|
msgstr "更新成功"
|
||||||
|
|
||||||
#: src/routes/index.ts:297 src/views/environment/Environment.vue:56
|
#: src/routes/index.ts:297 src/views/environment/Environment.vue:66
|
||||||
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
#: src/views/system/Upgrade.vue:143 src/views/system/Upgrade.vue:226
|
||||||
msgid "Upgrade"
|
msgid "Upgrade"
|
||||||
msgstr "升級"
|
msgstr "升級"
|
||||||
|
@ -2777,7 +2792,7 @@ msgstr "正在升級 Nginx UI,請稍候..."
|
||||||
msgid "Upstream Name"
|
msgid "Upstream Name"
|
||||||
msgstr "Upstream 名稱"
|
msgstr "Upstream 名稱"
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:183
|
#: src/views/dashboard/ServerAnalytic.vue:179
|
||||||
msgid "Uptime:"
|
msgid "Uptime:"
|
||||||
msgstr "運作時間:"
|
msgstr "運作時間:"
|
||||||
|
|
||||||
|
@ -2884,7 +2899,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:37
|
#: src/views/dashboard/ServerAnalytic.vue:37
|
||||||
#: src/views/dashboard/ServerAnalytic.vue:377
|
#: src/views/dashboard/ServerAnalytic.vue:373
|
||||||
msgid "Writes"
|
msgid "Writes"
|
||||||
msgstr "寫"
|
msgstr "寫"
|
||||||
|
|
||||||
|
@ -2899,7 +2914,7 @@ msgstr "將憑證寫入磁碟"
|
||||||
#: src/views/preference/AuthSettings.vue:135
|
#: src/views/preference/AuthSettings.vue:135
|
||||||
#: src/views/preference/CertSettings.vue:69
|
#: src/views/preference/CertSettings.vue:69
|
||||||
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
#: src/views/site/ngx_conf/directive/DirectiveEditorItem.vue:96
|
||||||
#: src/views/site/ngx_conf/LocationEditor.vue:89
|
#: src/views/site/ngx_conf/LocationEditor.vue:87
|
||||||
msgid "Yes"
|
msgid "Yes"
|
||||||
msgstr "是的"
|
msgstr "是的"
|
||||||
|
|
||||||
|
|
2
gen.sh
2
gen.sh
|
@ -4,7 +4,7 @@ go run generate.go -config ../../app.ini
|
||||||
popd || exit
|
popd || exit
|
||||||
|
|
||||||
# generate error definitions
|
# generate error definitions
|
||||||
go run cmd/errdef/generate.go . ts ./app/src/constants/errors
|
go run cmd/errdef/generate.go -project . -type ts -output ./app/src/constants/errors -ignore-dirs .devcontainer,app,.github
|
||||||
|
|
||||||
# parse nginx directive indexs
|
# parse nginx directive indexs
|
||||||
go run cmd/ngx_dir_index/ngx_dir_index.go ./internal/nginx/nginx_directives.json
|
go run cmd/ngx_dir_index/ngx_dir_index.go ./internal/nginx/nginx_directives.json
|
||||||
|
|
6
go.mod
6
go.mod
|
@ -35,7 +35,7 @@ require (
|
||||||
github.com/spf13/cast v1.7.1
|
github.com/spf13/cast v1.7.1
|
||||||
github.com/stretchr/testify v1.10.0
|
github.com/stretchr/testify v1.10.0
|
||||||
github.com/tufanbarisyildirim/gonginx v0.0.0-20250120210832-12a9c7ae0c8a
|
github.com/tufanbarisyildirim/gonginx v0.0.0-20250120210832-12a9c7ae0c8a
|
||||||
github.com/uozi-tech/cosy v1.14.3
|
github.com/uozi-tech/cosy v1.14.4
|
||||||
github.com/uozi-tech/cosy-driver-sqlite v0.2.1
|
github.com/uozi-tech/cosy-driver-sqlite v0.2.1
|
||||||
github.com/urfave/cli/v3 v3.0.0-beta1
|
github.com/urfave/cli/v3 v3.0.0-beta1
|
||||||
golang.org/x/crypto v0.32.0
|
golang.org/x/crypto v0.32.0
|
||||||
|
@ -256,7 +256,7 @@ require (
|
||||||
go.uber.org/ratelimit v0.3.1 // indirect
|
go.uber.org/ratelimit v0.3.1 // indirect
|
||||||
go.uber.org/zap v1.27.0 // indirect
|
go.uber.org/zap v1.27.0 // indirect
|
||||||
golang.org/x/arch v0.14.0 // indirect
|
golang.org/x/arch v0.14.0 // indirect
|
||||||
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
|
golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3 // indirect
|
||||||
golang.org/x/mod v0.23.0 // indirect
|
golang.org/x/mod v0.23.0 // indirect
|
||||||
golang.org/x/oauth2 v0.26.0 // indirect
|
golang.org/x/oauth2 v0.26.0 // indirect
|
||||||
golang.org/x/sync v0.11.0 // indirect
|
golang.org/x/sync v0.11.0 // indirect
|
||||||
|
@ -269,7 +269,7 @@ require (
|
||||||
google.golang.org/genproto/googleapis/api v0.0.0-20250204164813-702378808489 // indirect
|
google.golang.org/genproto/googleapis/api v0.0.0-20250204164813-702378808489 // indirect
|
||||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489 // indirect
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489 // indirect
|
||||||
google.golang.org/grpc v1.70.0 // indirect
|
google.golang.org/grpc v1.70.0 // indirect
|
||||||
google.golang.org/protobuf v1.36.4 // indirect
|
google.golang.org/protobuf v1.36.5 // indirect
|
||||||
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
||||||
gopkg.in/guregu/null.v4 v4.0.0 // indirect
|
gopkg.in/guregu/null.v4 v4.0.0 // indirect
|
||||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||||
|
|
7
go.sum
7
go.sum
|
@ -782,6 +782,7 @@ github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyY
|
||||||
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
|
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
|
||||||
github.com/census-instrumentation/opencensus-proto v0.3.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
|
github.com/census-instrumentation/opencensus-proto v0.3.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
|
||||||
github.com/census-instrumentation/opencensus-proto v0.4.1/go.mod h1:4T9NM4+4Vw91VeyqjLS6ao50K5bOcLKN6Q42XnYaRYw=
|
github.com/census-instrumentation/opencensus-proto v0.4.1/go.mod h1:4T9NM4+4Vw91VeyqjLS6ao50K5bOcLKN6Q42XnYaRYw=
|
||||||
|
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
|
||||||
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
|
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
|
||||||
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
||||||
github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
||||||
|
@ -1777,6 +1778,8 @@ github.com/ultradns/ultradns-go-sdk v1.8.0-20241010134910-243eeec h1:2s/ghQ8wKE+
|
||||||
github.com/ultradns/ultradns-go-sdk v1.8.0-20241010134910-243eeec/go.mod h1:BZr7Qs3ku1ckpqed8tCRSqTlp8NAeZfAVpfx4OzXMss=
|
github.com/ultradns/ultradns-go-sdk v1.8.0-20241010134910-243eeec/go.mod h1:BZr7Qs3ku1ckpqed8tCRSqTlp8NAeZfAVpfx4OzXMss=
|
||||||
github.com/uozi-tech/cosy v1.14.3 h1:YDleGHghw5Dtd8H7Fy0Iq0caXfxmhk7Zt6tJBONjq5Q=
|
github.com/uozi-tech/cosy v1.14.3 h1:YDleGHghw5Dtd8H7Fy0Iq0caXfxmhk7Zt6tJBONjq5Q=
|
||||||
github.com/uozi-tech/cosy v1.14.3/go.mod h1:DSKLtoVaGLUlJ8KiQ1vWEsnv85epRrAAMXSijuq+asM=
|
github.com/uozi-tech/cosy v1.14.3/go.mod h1:DSKLtoVaGLUlJ8KiQ1vWEsnv85epRrAAMXSijuq+asM=
|
||||||
|
github.com/uozi-tech/cosy v1.14.4 h1:9X9CzxYjTg9DRQKgBjYvDNOAYYFclOXYYq518nO4vr0=
|
||||||
|
github.com/uozi-tech/cosy v1.14.4/go.mod h1:DSKLtoVaGLUlJ8KiQ1vWEsnv85epRrAAMXSijuq+asM=
|
||||||
github.com/uozi-tech/cosy-driver-mysql v0.2.2 h1:22S/XNIvuaKGqxQPsYPXN8TZ8hHjCQdcJKVQ83Vzxoo=
|
github.com/uozi-tech/cosy-driver-mysql v0.2.2 h1:22S/XNIvuaKGqxQPsYPXN8TZ8hHjCQdcJKVQ83Vzxoo=
|
||||||
github.com/uozi-tech/cosy-driver-mysql v0.2.2/go.mod h1:EZnRIbSj1V5U0gEeTobrXai/d1SV11lkl4zP9NFEmyE=
|
github.com/uozi-tech/cosy-driver-mysql v0.2.2/go.mod h1:EZnRIbSj1V5U0gEeTobrXai/d1SV11lkl4zP9NFEmyE=
|
||||||
github.com/uozi-tech/cosy-driver-postgres v0.2.1 h1:OICakGuT+omva6QOJCxTJ5Lfr7CGXLmk/zD+aS51Z2o=
|
github.com/uozi-tech/cosy-driver-postgres v0.2.1 h1:OICakGuT+omva6QOJCxTJ5Lfr7CGXLmk/zD+aS51Z2o=
|
||||||
|
@ -1948,6 +1951,8 @@ golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMk
|
||||||
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91/go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE=
|
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91/go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE=
|
||||||
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c h1:KL/ZBHXgKGVmuZBZ01Lt57yE5ws8ZPSkkihmEyq7FXc=
|
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c h1:KL/ZBHXgKGVmuZBZ01Lt57yE5ws8ZPSkkihmEyq7FXc=
|
||||||
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c/go.mod h1:tujkw807nyEEAamNbDrEGzRav+ilXA7PCRAd6xsmwiU=
|
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c/go.mod h1:tujkw807nyEEAamNbDrEGzRav+ilXA7PCRAd6xsmwiU=
|
||||||
|
golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3 h1:qNgPs5exUA+G0C96DrPwNrvLSj7GT/9D+3WMWUcUg34=
|
||||||
|
golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3/go.mod h1:tujkw807nyEEAamNbDrEGzRav+ilXA7PCRAd6xsmwiU=
|
||||||
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs=
|
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs=
|
||||||
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
|
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
|
||||||
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
|
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
|
||||||
|
@ -2660,6 +2665,8 @@ google.golang.org/protobuf v1.29.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqw
|
||||||
google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
||||||
google.golang.org/protobuf v1.36.4 h1:6A3ZDJHn/eNqc1i+IdefRzy/9PokBTPvcqMySR7NNIM=
|
google.golang.org/protobuf v1.36.4 h1:6A3ZDJHn/eNqc1i+IdefRzy/9PokBTPvcqMySR7NNIM=
|
||||||
google.golang.org/protobuf v1.36.4/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
|
google.golang.org/protobuf v1.36.4/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
|
||||||
|
google.golang.org/protobuf v1.36.5 h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=
|
||||||
|
google.golang.org/protobuf v1.36.5/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
|
||||||
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
|
||||||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||||
|
|
|
@ -741,6 +741,11 @@
|
||||||
"https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate"
|
"https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"grpc_ssl_certificate_cache": {
|
||||||
|
"links": [
|
||||||
|
"https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate_cache"
|
||||||
|
]
|
||||||
|
},
|
||||||
"grpc_ssl_certificate_key": {
|
"grpc_ssl_certificate_key": {
|
||||||
"links": [
|
"links": [
|
||||||
"https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate_key"
|
"https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_ssl_certificate_key"
|
||||||
|
@ -1241,6 +1246,11 @@
|
||||||
"https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_disable"
|
"https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_disable"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"keepalive_min_timeout": {
|
||||||
|
"links": [
|
||||||
|
"https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_min_timeout"
|
||||||
|
]
|
||||||
|
},
|
||||||
"keepalive_requests": {
|
"keepalive_requests": {
|
||||||
"links": [
|
"links": [
|
||||||
"https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests",
|
"https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests",
|
||||||
|
@ -2100,6 +2110,12 @@
|
||||||
"https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl_certificate"
|
"https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl_certificate"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"proxy_ssl_certificate_cache": {
|
||||||
|
"links": [
|
||||||
|
"https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate_cache",
|
||||||
|
"https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_ssl_certificate_cache"
|
||||||
|
]
|
||||||
|
},
|
||||||
"proxy_ssl_certificate_key": {
|
"proxy_ssl_certificate_key": {
|
||||||
"links": [
|
"links": [
|
||||||
"https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate_key",
|
"https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ssl_certificate_key",
|
||||||
|
@ -2750,6 +2766,12 @@
|
||||||
"https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_certificate"
|
"https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_certificate"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"ssl_certificate_cache": {
|
||||||
|
"links": [
|
||||||
|
"https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate_cache",
|
||||||
|
"https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_certificate_cache"
|
||||||
|
]
|
||||||
|
},
|
||||||
"ssl_certificate_key": {
|
"ssl_certificate_key": {
|
||||||
"links": [
|
"links": [
|
||||||
"https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate_key",
|
"https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_certificate_key",
|
||||||
|
@ -2821,6 +2843,11 @@
|
||||||
"https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_key_log"
|
"https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html#ssl_key_log"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"ssl_object_cache_inheritable": {
|
||||||
|
"links": [
|
||||||
|
"https://nginx.org/en/docs/ngx_core_module.html#ssl_object_cache_inheritable"
|
||||||
|
]
|
||||||
|
},
|
||||||
"ssl_ocsp": {
|
"ssl_ocsp": {
|
||||||
"links": [
|
"links": [
|
||||||
"https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ocsp",
|
"https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_ocsp",
|
||||||
|
@ -3374,6 +3401,11 @@
|
||||||
"https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate"
|
"https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"uwsgi_ssl_certificate_cache": {
|
||||||
|
"links": [
|
||||||
|
"https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate_cache"
|
||||||
|
]
|
||||||
|
},
|
||||||
"uwsgi_ssl_certificate_key": {
|
"uwsgi_ssl_certificate_key": {
|
||||||
"links": [
|
"links": [
|
||||||
"https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate_key"
|
"https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_ssl_certificate_key"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue