Skip to content

Commit 15e4900

Browse files
committed
locales
1 parent 6df4ea4 commit 15e4900

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

frontend/src/locale/src/de.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,5 +445,11 @@
445445
},
446446
"view-only": {
447447
"defaultMessage": "Nur anschauen"
448+
},
449+
"wildcards-not-permitted": {
450+
"defaultMessage": "Wildcards not permitted for this type"
451+
},
452+
"wildcards-not-supported": {
453+
"defaultMessage": "Wildcards not supported for this CA"
448454
}
449455
}

frontend/src/locale/src/en.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,9 @@
623623
"status.ok": {
624624
"defaultMessage": "OK"
625625
},
626+
"status.provided": {
627+
"defaultMessage": "Provided"
628+
},
626629
"status.ready": {
627630
"defaultMessage": "Ready"
628631
},
@@ -724,5 +727,11 @@
724727
},
725728
"view-only": {
726729
"defaultMessage": "View Only"
730+
},
731+
"wildcards-not-permitted": {
732+
"defaultMessage": "Wildcards not permitted for this type"
733+
},
734+
"wildcards-not-supported": {
735+
"defaultMessage": "Wildcards not supported for this CA"
727736
}
728737
}

frontend/src/locale/src/fa.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,5 +448,11 @@
448448
},
449449
"view-only": {
450450
"defaultMessage": "مشاهده فقط"
451+
},
452+
"wildcards-not-permitted": {
453+
"defaultMessage": "Wildcards not permitted for this type"
454+
},
455+
"wildcards-not-supported": {
456+
"defaultMessage": "Wildcards not supported for this CA"
451457
}
452458
}

frontend/src/pages/Login/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import {
1212
useColorModeValue,
1313
useToast,
1414
} from "@chakra-ui/react";
15-
import { LocalePicker, PrettyButton } from "components";
16-
import { ThemeSwitcher } from "components/ThemeSwitcher";
15+
import { LocalePicker, PrettyButton, ThemeSwitcher } from "components";
1716
import { useAuthState } from "context";
1817
import { Formik, Form, Field } from "formik";
1918
import { intl } from "locale";

0 commit comments

Comments
 (0)