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": {
|
"view-only": {
|
||||||
"defaultMessage": "Nur anschauen"
|
"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": {
|
"status.ok": {
|
||||||
"defaultMessage": "OK"
|
"defaultMessage": "OK"
|
||||||
},
|
},
|
||||||
|
"status.provided": {
|
||||||
|
"defaultMessage": "Provided"
|
||||||
|
},
|
||||||
"status.ready": {
|
"status.ready": {
|
||||||
"defaultMessage": "Ready"
|
"defaultMessage": "Ready"
|
||||||
},
|
},
|
||||||
@ -724,5 +727,11 @@
|
|||||||
},
|
},
|
||||||
"view-only": {
|
"view-only": {
|
||||||
"defaultMessage": "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": {
|
"view-only": {
|
||||||
"defaultMessage": "مشاهده فقط"
|
"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,
|
useColorModeValue,
|
||||||
useToast,
|
useToast,
|
||||||
} from "@chakra-ui/react";
|
} from "@chakra-ui/react";
|
||||||
import { LocalePicker, PrettyButton } from "components";
|
import { LocalePicker, PrettyButton, ThemeSwitcher } from "components";
|
||||||
import { ThemeSwitcher } from "components/ThemeSwitcher";
|
|
||||||
import { useAuthState } from "context";
|
import { useAuthState } from "context";
|
||||||
import { Formik, Form, Field } from "formik";
|
import { Formik, Form, Field } from "formik";
|
||||||
import { intl } from "locale";
|
import { intl } from "locale";
|
||||||
|
Loading…
Reference in New Issue
Block a user