mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 12:40:08 +00:00
chore: update locale
This commit is contained in:
@@ -4,6 +4,7 @@ import { initReactI18next } from "react-i18next"
|
|||||||
import deTranslation from "../locales/de/translation.json"
|
import deTranslation from "../locales/de/translation.json"
|
||||||
import enTranslation from "../locales/en/translation.json"
|
import enTranslation from "../locales/en/translation.json"
|
||||||
import itTranslation from "../locales/it/translation.json"
|
import itTranslation from "../locales/it/translation.json"
|
||||||
|
import ruTranslation from "../locales/ru/translation.json"
|
||||||
import zhCNTranslation from "../locales/zh-CN/translation.json"
|
import zhCNTranslation from "../locales/zh-CN/translation.json"
|
||||||
import zhTWTranslation from "../locales/zh-TW/translation.json"
|
import zhTWTranslation from "../locales/zh-TW/translation.json"
|
||||||
|
|
||||||
@@ -11,9 +12,12 @@ const resources = {
|
|||||||
"en-US": {
|
"en-US": {
|
||||||
translation: enTranslation,
|
translation: enTranslation,
|
||||||
},
|
},
|
||||||
it: {
|
'it-IT': {
|
||||||
translation: itTranslation,
|
translation: itTranslation,
|
||||||
},
|
},
|
||||||
|
"ru-RU": {
|
||||||
|
translation: ruTranslation,
|
||||||
|
},
|
||||||
"zh-CN": {
|
"zh-CN": {
|
||||||
translation: zhCNTranslation,
|
translation: zhCNTranslation,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ export const nezhaLang: Record<string, string> = {
|
|||||||
"zh-TW": "正體中文(台灣)",
|
"zh-TW": "正體中文(台灣)",
|
||||||
"en-US": "English",
|
"en-US": "English",
|
||||||
"de-DE": "Deutsch",
|
"de-DE": "Deutsch",
|
||||||
|
"it-IT": "Italiano",
|
||||||
|
"ru-RU": "Русский",
|
||||||
}
|
}
|
||||||
|
|
||||||
export const wafBlockReasons: Record<number, string> = {
|
export const wafBlockReasons: Record<number, string> = {
|
||||||
|
|||||||
Reference in New Issue
Block a user