mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 09:48:13 -05:00
locales
This commit is contained in:
parent
6df4ea4d69
commit
15e4900133
@ -445,5 +445,11 @@
|
||||
},
|
||||
"view-only": {
|
||||
"defaultMessage": "Nur anschauen"
|
||||
},
|
||||
"wildcards-not-permitted": {
|
||||
"defaultMessage": "Wildcards not permitted for this type"
|
||||
},
|
||||
"wildcards-not-supported": {
|
||||
"defaultMessage": "Wildcards not supported for this CA"
|
||||
}
|
||||
}
|
||||
|
@ -623,6 +623,9 @@
|
||||
"status.ok": {
|
||||
"defaultMessage": "OK"
|
||||
},
|
||||
"status.provided": {
|
||||
"defaultMessage": "Provided"
|
||||
},
|
||||
"status.ready": {
|
||||
"defaultMessage": "Ready"
|
||||
},
|
||||
@ -724,5 +727,11 @@
|
||||
},
|
||||
"view-only": {
|
||||
"defaultMessage": "View Only"
|
||||
},
|
||||
"wildcards-not-permitted": {
|
||||
"defaultMessage": "Wildcards not permitted for this type"
|
||||
},
|
||||
"wildcards-not-supported": {
|
||||
"defaultMessage": "Wildcards not supported for this CA"
|
||||
}
|
||||
}
|
||||
|
@ -448,5 +448,11 @@
|
||||
},
|
||||
"view-only": {
|
||||
"defaultMessage": "مشاهده فقط"
|
||||
},
|
||||
"wildcards-not-permitted": {
|
||||
"defaultMessage": "Wildcards not permitted for this type"
|
||||
},
|
||||
"wildcards-not-supported": {
|
||||
"defaultMessage": "Wildcards not supported for this CA"
|
||||
}
|
||||
}
|
||||
|
@ -12,8 +12,7 @@ import {
|
||||
useColorModeValue,
|
||||
useToast,
|
||||
} from "@chakra-ui/react";
|
||||
import { LocalePicker, PrettyButton } from "components";
|
||||
import { ThemeSwitcher } from "components/ThemeSwitcher";
|
||||
import { LocalePicker, PrettyButton, ThemeSwitcher } from "components";
|
||||
import { useAuthState } from "context";
|
||||
import { Formik, Form, Field } from "formik";
|
||||
import { intl } from "locale";
|
||||
|
Loading…
Reference in New Issue
Block a user