@alfadocs/ui-kit-debug 0.7.3 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import n from "i18next";
2
- import { default as m } from "i18next";
2
+ import { default as g } from "i18next";
3
3
  import { initReactI18next as i } from "react-i18next";
4
4
  const e = {
5
5
  common: {
@@ -66,6 +66,16 @@ const e = {
66
66
  fair: "Fair",
67
67
  good: "Good",
68
68
  strong: "Strong"
69
+ },
70
+ requirements: {
71
+ length_one: "At least {{count}} character",
72
+ length_other: "At least {{count}} characters",
73
+ uppercase: "One uppercase letter",
74
+ lowercase: "One lowercase letter",
75
+ digit: "One number",
76
+ symbol: "One symbol",
77
+ met: "met",
78
+ unmet: "not yet met"
69
79
  }
70
80
  },
71
81
  textarea: {
@@ -1028,6 +1038,16 @@ const e = {
1028
1038
  fair: "Discreta",
1029
1039
  good: "Buona",
1030
1040
  strong: "Forte"
1041
+ },
1042
+ requirements: {
1043
+ length_one: "Almeno {{count}} carattere",
1044
+ length_other: "Almeno {{count}} caratteri",
1045
+ uppercase: "Una lettera maiuscola",
1046
+ lowercase: "Una lettera minuscola",
1047
+ digit: "Un numero",
1048
+ symbol: "Un simbolo",
1049
+ met: "soddisfatto",
1050
+ unmet: "non ancora soddisfatto"
1031
1051
  }
1032
1052
  },
1033
1053
  textarea: {
@@ -1958,6 +1978,16 @@ const e = {
1958
1978
  toggleHide: "Passwort verbergen",
1959
1979
  capsLock: "Feststelltaste ist aktiviert",
1960
1980
  strengthLabel: "Passwortstärke",
1981
+ requirements: {
1982
+ length_one: "Mindestens {{count}} Zeichen",
1983
+ length_other: "Mindestens {{count}} Zeichen",
1984
+ uppercase: "Ein Großbuchstabe",
1985
+ lowercase: "Ein Kleinbuchstabe",
1986
+ digit: "Eine Zahl",
1987
+ symbol: "Ein Sonderzeichen",
1988
+ met: "erfüllt",
1989
+ unmet: "noch nicht erfüllt"
1990
+ },
1961
1991
  strength: {
1962
1992
  weak: "Schwach",
1963
1993
  fair: "Mittel",
@@ -2874,7 +2904,7 @@ n.use(i).init({
2874
2904
  export {
2875
2905
  u as LOCALES_WITH_BUNDLES,
2876
2906
  t as arUi,
2877
- m as default,
2907
+ g as default,
2878
2908
  e as enUi,
2879
2909
  d as uiResources
2880
2910
  };