Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion frontend/src/lang/modules/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4800,7 +4800,8 @@ const message = {
'Blocked IPs are temporarily stored in OpenResty and will be unblocked when you restart OpenResty. They can be permanently blocked through the blocking function',
addWhiteUrlHelper: 'Add URL {0} to the whitelist?',
dashHelper: 'The community version can also use the functions in global settings and website settings',
wafStatusHelper: 'WAF is not enabled, please enable it in global settings',
wafStatusHelper: 'The firewall is not enabled. Website security protection is paused. Enable it soon.',
enableProtection: 'Enable Protection',
ccMode: 'Mode',
global: 'Global Mode',
uriMode: 'URL Mode',
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/lang/modules/es-es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4866,7 +4866,9 @@ const message = {
'Las IP bloqueadas se guardan temporalmente en OpenResty y se liberan tras reinicio. Para bloqueo permanente usa reglas',
addWhiteUrlHelper: '¿Añadir URL {0} a la whitelist?',
dashHelper: 'La versión community también soporta configuraciones globales y de sitio',
wafStatusHelper: 'WAF no está activo, habilítalo en Configuración Global',
wafStatusHelper:
'El firewall no está activado. La protección de seguridad del sitio web está pausada. Actívalo cuanto antes.',
enableProtection: 'Activar protección',
ccMode: 'Modo',
global: 'Modo global',
uriMode: 'Modo URL',
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/lang/modules/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4840,7 +4840,9 @@ const message = {
'ブロックされたIPはOpenRestyに一時的に保存され、OpenRestyを再起動すると解除されます。ブロック機能で永久的にブロックできます',
addWhiteUrlHelper: 'URL {0} をホワイトリストに追加しますか?',
dashHelper: 'コミュニティバージョンでもグローバル設定とウェブサイト設定の機能を使用できます',
wafStatusHelper: 'WAFが有効ではありません。グローバル設定で有効にしてください',
wafStatusHelper:
'ファイアウォールが有効ではありません。Webサイトの安全保護は一時停止されています。早めに有効化してください。',
enableProtection: '保護を有効化',
ccMode: 'モード',
global: 'グローバルモード',
uriMode: 'URLモード',
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/lang/modules/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4743,7 +4743,9 @@ const message = {
'차단된 IP는 OpenResty 에 일시적으로 저장되며, OpenResty 재시작 시 차단이 해제됩니다. 차단 기능을 통해 영구적으로 차단할 수 있습니다.',
addWhiteUrlHelper: 'URL {0}를 화이트리스트에 추가하시겠습니까?',
dashHelper: '커뮤니티 버전은 전역 설정 및 웹사이트 설정에서 기능을 사용할 수 있습니다.',
wafStatusHelper: 'WAF 가 활성화되지 않았습니다. 전역 설정에서 활성화해 주세요.',
wafStatusHelper:
'방화벽이 활성화되지 않아 웹사이트 보안 보호가 일시 중지되었습니다. 가능한 한 빨리 활성화하세요.',
enableProtection: '보호 활성화',
ccMode: '모드',
global: '전역 모드',
uriMode: 'URL 모드',
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/lang/modules/ms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4900,7 +4900,9 @@ const message = {
'IP yang disekat disimpan sementara dalam OpenResty dan akan dibuka kunci apabila anda memulakan semula OpenResty. Mereka boleh disekat secara kekal melalui fungsi sekatan',
addWhiteUrlHelper: 'Tambah URL {0} ke senarai putih?',
dashHelper: 'Versi komuniti juga boleh menggunakan fungsi dalam tetapan global dan tetapan laman web',
wafStatusHelper: 'WAF tidak diaktifkan, sila aktifkan dalam tetapan global',
wafStatusHelper:
'Firewall belum diaktifkan. Perlindungan keselamatan laman web dijeda. Sila aktifkan segera.',
enableProtection: 'Aktifkan Perlindungan',
ccMode: 'Mod',
global: 'Mod Global',
uriMode: 'Mod URL',
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/lang/modules/pt-br.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5042,7 +5042,9 @@ const message = {
addWhiteUrlHelper: 'Adicionar URL {0} à lista branca?',
dashHelper:
'A versão comunitária também pode usar as funções nas configurações globais e configurações de site',
wafStatusHelper: 'O WAF não está ativado, por favor, ative-o nas configurações globais',
wafStatusHelper:
'O firewall não está ativado. A proteção de segurança do site está pausada. Ative-o assim que possível.',
enableProtection: 'Ativar Proteção',
ccMode: 'Modo',
global: 'Modo Global',
uriMode: 'Modo URL',
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/lang/modules/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4891,7 +4891,9 @@ const message = {
addWhiteUrlHelper: 'Добавить URL {0} в белый список?',
dashHelper:
'В общественной версии также можно использовать функции в глобальных настройках и настройках сайта',
wafStatusHelper: 'WAF не включен, пожалуйста, включите его в глобальных настройках',
wafStatusHelper:
'Файрвол не включен. Защита безопасности сайта приостановлена. Рекомендуется включить его как можно скорее.',
enableProtection: 'Включить защиту',
ccMode: 'Режим',
global: 'Глобальный режим',
uriMode: 'Режим URL',
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/lang/modules/tr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4889,7 +4889,9 @@ const message = {
'Engellenen IP’ler geçici olarak OpenResty’de saklanır ve OpenResty yeniden başlatıldığında engel kaldırılır. Engelleme fonksiyonu ile kalıcı olarak engellenebilir',
addWhiteUrlHelper: 'URL {0}’ı beyaz listeye eklemek mi?',
dashHelper: 'Topluluk sürümü, genel ayarlar ve web sitesi ayarlarındaki işlevleri de kullanabilir',
wafStatusHelper: 'WAF etkin değil, lütfen genel ayarlarda etkinleştirin',
wafStatusHelper:
'Güvenlik duvarı etkin değil. Web sitesi güvenlik koruması duraklatıldı. En kısa sürede etkinleştirmeniz önerilir.',
enableProtection: 'Korumayı Etkinleştir',
ccMode: 'Mod',
global: 'Genel Mod',
uriMode: 'URL Modu',
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/lang/modules/zh-Hant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4494,7 +4494,8 @@ const message = {
blockIPHelper: '封鎖 IP 暫時儲存在 OpenResty 中,重新啟動 OpenResty 會解封,可以透過封鎖功能永久封鎖',
addWhiteUrlHelper: '是否把 URL {0} 加到白名單?',
dashHelper: '社群版也可使用全域設定和網站設定中的功能',
wafStatusHelper: 'WAF 未開啟,請在全域設定中開啟',
wafStatusHelper: '目前防火牆未開啟,網站安全防護已暫停,建議盡快啟用。',
enableProtection: '開啟防護',
ccMode: '模式',
global: '全域模式',
uriMode: 'URL 模式',
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/lang/modules/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3937,7 +3937,8 @@ const message = {
blockIPHelper: '封锁 IP 临时存储在 OpenResty 中,重启 OpenResty 会解封,可以通过拉黑功能永久拉黑',
addWhiteUrlHelper: '是否把 URL {0} 添加到白名单?',
dashHelper: '社区版也可使用全局设置和网站设置中的功能',
wafStatusHelper: 'WAF 未开启,请在全局设置中打开',
wafStatusHelper: '当前防火墙未开启,网站安全防护已暂停,建议尽快启用。',
enableProtection: '开启防护',
ccMode: '模式',
global: '全局模式',
uriMode: 'URL 模式',
Expand Down
Loading