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