@hedhog/admin 0.0.65 → 0.0.66
Sign up to get free protection for your applications and to get access to all the features.
- package/hedhog.yaml +41 -37
- package/package.json +1 -1
package/hedhog.yaml
CHANGED
@@ -1016,8 +1016,9 @@ data:
|
|
1016
1016
|
en: Manage screens in the system.
|
1017
1017
|
pt: Gerenciar telas no sistema.
|
1018
1018
|
relations:
|
1019
|
-
-
|
1020
|
-
-
|
1019
|
+
- role_users:
|
1020
|
+
- where:
|
1021
|
+
email: user@hedhog.com
|
1021
1022
|
- slug: admin-access
|
1022
1023
|
name:
|
1023
1024
|
en: Admin Access
|
@@ -1026,9 +1027,11 @@ data:
|
|
1026
1027
|
en: Access to administrative features.
|
1027
1028
|
pt: Acesso a funcionalidades administrativas.
|
1028
1029
|
relations:
|
1029
|
-
-
|
1030
|
-
-
|
1031
|
-
|
1030
|
+
- role_users:
|
1031
|
+
- where:
|
1032
|
+
email: root@hedhog.com
|
1033
|
+
- where:
|
1034
|
+
email: user@hedhog.com
|
1032
1035
|
locales:
|
1033
1036
|
- code: en
|
1034
1037
|
region: US
|
@@ -1040,36 +1043,37 @@ data:
|
|
1040
1043
|
country_id:
|
1041
1044
|
where:
|
1042
1045
|
code: BRA
|
1043
|
-
|
1046
|
+
translation_namespaces:
|
1044
1047
|
- name: translation
|
1045
|
-
|
1046
|
-
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1048
|
+
relations:
|
1049
|
+
- translations:
|
1050
|
+
- locale_id:
|
1051
|
+
where:
|
1052
|
+
code: en
|
1053
|
+
name: slogan
|
1054
|
+
value: Administration Panel
|
1055
|
+
- locale_id:
|
1056
|
+
where:
|
1057
|
+
code: pt
|
1058
|
+
name: slogan
|
1059
|
+
value: Painel de Administração
|
1060
|
+
- locale_id:
|
1061
|
+
where:
|
1062
|
+
code: en
|
1063
|
+
name: en
|
1064
|
+
value: English
|
1065
|
+
- locale_id:
|
1066
|
+
where:
|
1067
|
+
code: en
|
1068
|
+
name: pt
|
1069
|
+
value: Portuguese
|
1070
|
+
- locale_id:
|
1071
|
+
where:
|
1072
|
+
code: pt
|
1073
|
+
name: en
|
1074
|
+
value: Inglês
|
1075
|
+
- locale_id:
|
1076
|
+
where:
|
1077
|
+
code: pt
|
1078
|
+
name: pt
|
1079
|
+
value: Português
|