This commit is contained in:
Jamie Curnow 2023-03-05 22:37:54 +10:00
parent 6df4ea4d69
commit 15e4900133
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E
4 changed files with 22 additions and 2 deletions

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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";