@gravitee/ui-components 0.0.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.
Files changed (234) hide show
  1. package/assets/css/asciidoctor/asciidoctor.css +441 -0
  2. package/assets/css/documentation.css +21 -0
  3. package/assets/css/github-markdown-css/github-markdown.css +985 -0
  4. package/assets/css/gravitee-console-theme-v2-color.css +59 -0
  5. package/assets/css/gravitee-console-theme.css +63 -0
  6. package/assets/css/gravitee-theme.generated.css +42 -0
  7. package/assets/css/highlight.js/github.css +10 -0
  8. package/assets/i18n/en.json +154 -0
  9. package/assets/i18n/fr.json +154 -0
  10. package/assets/icons/action.svg +1 -0
  11. package/assets/icons/alert.svg +1 -0
  12. package/assets/icons/appliances.svg +1 -0
  13. package/assets/icons/av.svg +1 -0
  14. package/assets/icons/clothers.svg +1 -0
  15. package/assets/icons/code.svg +1 -0
  16. package/assets/icons/communication.svg +1 -0
  17. package/assets/icons/content.svg +1 -0
  18. package/assets/icons/cooking.svg +1 -0
  19. package/assets/icons/custom.svg +1 -0
  20. package/assets/icons/design.svg +1 -0
  21. package/assets/icons/devices.svg +1 -0
  22. package/assets/icons/editor.svg +1 -0
  23. package/assets/icons/file.svg +1 -0
  24. package/assets/icons/finance.svg +1 -0
  25. package/assets/icons/food.svg +1 -0
  26. package/assets/icons/general.svg +1 -0
  27. package/assets/icons/hardware.svg +1 -0
  28. package/assets/icons/home.svg +1 -0
  29. package/assets/icons/image.svg +1 -0
  30. package/assets/icons/layout.svg +1 -0
  31. package/assets/icons/maps.svg +1 -0
  32. package/assets/icons/mde.svg +1 -0
  33. package/assets/icons/media.svg +1 -0
  34. package/assets/icons/navigation.svg +1 -0
  35. package/assets/icons/notification.svg +1 -0
  36. package/assets/icons/places.svg +1 -0
  37. package/assets/icons/shopping.svg +1 -0
  38. package/assets/icons/social.svg +1 -0
  39. package/assets/icons/text.svg +1 -0
  40. package/assets/icons/thirdparty.svg +1 -0
  41. package/assets/icons/tools.svg +1 -0
  42. package/assets/icons/wheather.svg +1 -0
  43. package/assets/images/avatar.png +0 -0
  44. package/assets/images/gravitee-favicon.png +0 -0
  45. package/assets/images/gravitee-g-logo-cyan.svg +1 -0
  46. package/assets/images/gravitee-g-logo-dark-blue.svg +1 -0
  47. package/assets/images/gravitee-g-logo-white.svg +1 -0
  48. package/assets/images/gravitee-loader.gif +0 -0
  49. package/assets/images/gravitee-logo-cyan.svg +1 -0
  50. package/assets/images/gravitee-logo-dark-blue.svg +1 -0
  51. package/assets/images/gravitee-logo-white.svg +1 -0
  52. package/package.json +171 -0
  53. package/src/atoms/gv-autocomplete.js +1 -0
  54. package/src/atoms/gv-button.js +1 -0
  55. package/src/atoms/gv-checkbox.js +1 -0
  56. package/src/atoms/gv-date-picker-calendar.js +1 -0
  57. package/src/atoms/gv-date-picker-cell.js +1 -0
  58. package/src/atoms/gv-date-picker.js +1 -0
  59. package/src/atoms/gv-file-upload.js +1 -0
  60. package/src/atoms/gv-icon.js +1 -0
  61. package/src/atoms/gv-image.js +1 -0
  62. package/src/atoms/gv-input-message.js +1 -0
  63. package/src/atoms/gv-input.js +1 -0
  64. package/src/atoms/gv-link.js +1 -0
  65. package/src/atoms/gv-message.js +1 -0
  66. package/src/atoms/gv-metric.js +1 -0
  67. package/src/atoms/gv-relative-time.js +1 -0
  68. package/src/atoms/gv-select-native.js +1 -0
  69. package/src/atoms/gv-select.js +1 -0
  70. package/src/atoms/gv-spinner.js +1 -0
  71. package/src/atoms/gv-state.js +1 -0
  72. package/src/atoms/gv-switch.js +1 -0
  73. package/src/atoms/gv-tag.js +1 -0
  74. package/src/atoms/gv-text.js +1 -0
  75. package/src/charts/gv-chart-bar.js +1 -0
  76. package/src/charts/gv-chart-gauge.js +1 -0
  77. package/src/charts/gv-chart-histogram.js +1 -0
  78. package/src/charts/gv-chart-line.js +1 -0
  79. package/src/charts/gv-chart-map.js +1 -0
  80. package/src/charts/gv-chart-pie.js +1 -0
  81. package/src/index.js +1 -0
  82. package/src/lib/cron-expression.js +1 -0
  83. package/src/lib/date.js +1 -0
  84. package/src/lib/events.js +1 -0
  85. package/src/lib/http-client-schema-form.js +1 -0
  86. package/src/lib/http.js +1 -0
  87. package/src/lib/i18n.js +1 -0
  88. package/src/lib/item.js +1 -0
  89. package/src/lib/properties.js +1 -0
  90. package/src/lib/schema-form.js +1 -0
  91. package/src/lib/studio.js +1 -0
  92. package/src/lib/style.js +1 -0
  93. package/src/lib/text-format.js +1 -0
  94. package/src/lib/theme.js +1 -0
  95. package/src/lib/utils.js +1 -0
  96. package/src/mixins/chart-element.js +1 -0
  97. package/src/mixins/input-element.js +1 -0
  98. package/src/mixins/item-resource.js +1 -0
  99. package/src/mixins/keyboard-element.js +1 -0
  100. package/src/mixins/update-after-browser.js +1 -0
  101. package/src/mixins/with-resize-observer.js +1 -0
  102. package/src/mixins/with-skeleton-attribute.js +1 -0
  103. package/src/molecules/gv-card-full.js +1 -0
  104. package/src/molecules/gv-card-list.js +1 -0
  105. package/src/molecules/gv-card.js +1 -0
  106. package/src/molecules/gv-category-list.js +1 -0
  107. package/src/molecules/gv-category.js +1 -0
  108. package/src/molecules/gv-code.js +1 -0
  109. package/src/molecules/gv-confirm.js +1 -0
  110. package/src/molecules/gv-cron-editor.js +1 -0
  111. package/src/molecules/gv-dropdown-menu.js +1 -0
  112. package/src/molecules/gv-expandable.js +1 -0
  113. package/src/molecules/gv-expression-language.js +1 -0
  114. package/src/molecules/gv-identity-picture.js +1 -0
  115. package/src/molecules/gv-list.js +1 -0
  116. package/src/molecules/gv-metrics.js +1 -0
  117. package/src/molecules/gv-modal.js +1 -0
  118. package/src/molecules/gv-nav.js +1 -0
  119. package/src/molecules/gv-option.js +1 -0
  120. package/src/molecules/gv-plans.js +1 -0
  121. package/src/molecules/gv-popover.js +1 -0
  122. package/src/molecules/gv-promote.js +1 -0
  123. package/src/molecules/gv-rating-list.js +1 -0
  124. package/src/molecules/gv-rating.js +1 -0
  125. package/src/molecules/gv-row-expandable.js +1 -0
  126. package/src/molecules/gv-row.js +1 -0
  127. package/src/molecules/gv-stats.js +1 -0
  128. package/src/molecules/gv-stepper.js +1 -0
  129. package/src/molecules/gv-table.js +1 -0
  130. package/src/molecules/gv-tree.js +1 -0
  131. package/src/organisms/gv-documentation.js +1 -0
  132. package/src/organisms/gv-header.js +1 -0
  133. package/src/organisms/gv-http-client.js +1 -0
  134. package/src/organisms/gv-menu.js +1 -0
  135. package/src/organisms/gv-newsletter-subscription.js +1 -0
  136. package/src/organisms/gv-pagination.js +1 -0
  137. package/src/organisms/gv-properties.js +1 -0
  138. package/src/organisms/gv-resizable-views.js +1 -0
  139. package/src/organisms/gv-resources.js +1 -0
  140. package/src/organisms/gv-schema-form-array.js +1 -0
  141. package/src/organisms/gv-schema-form-control-object.js +1 -0
  142. package/src/organisms/gv-schema-form-control.js +1 -0
  143. package/src/organisms/gv-schema-form.js +1 -0
  144. package/src/organisms/gv-tabs.js +1 -0
  145. package/src/organisms/gv-user-menu.js +1 -0
  146. package/src/organisms/gv-vertical-menu.js +1 -0
  147. package/src/policy-studio/gv-flow-step.js +1 -0
  148. package/src/policy-studio/gv-flow.js +1 -0
  149. package/src/policy-studio/gv-policy-studio-menu.js +1 -0
  150. package/src/policy-studio/gv-policy-studio.js +1 -0
  151. package/src/styles/empty.js +1 -0
  152. package/src/styles/input.js +1 -0
  153. package/src/styles/link.js +1 -0
  154. package/src/styles/shapes.js +1 -0
  155. package/src/styles/skeleton.js +1 -0
  156. package/src/styles/zoom.js +1 -0
  157. package/src/theme/gv-theme.js +1 -0
  158. package/wc/gv-autocomplete.js +1 -0
  159. package/wc/gv-button.js +1 -0
  160. package/wc/gv-card-full.js +1 -0
  161. package/wc/gv-card-list.js +1 -0
  162. package/wc/gv-card.js +1 -0
  163. package/wc/gv-category-list.js +1 -0
  164. package/wc/gv-category.js +1 -0
  165. package/wc/gv-chart-bar.js +1 -0
  166. package/wc/gv-chart-gauge.js +1 -0
  167. package/wc/gv-chart-histogram.js +1 -0
  168. package/wc/gv-chart-line.js +1 -0
  169. package/wc/gv-chart-map.js +1 -0
  170. package/wc/gv-chart-pie.js +1 -0
  171. package/wc/gv-checkbox.js +1 -0
  172. package/wc/gv-code.js +1 -0
  173. package/wc/gv-confirm.js +1 -0
  174. package/wc/gv-cron-editor.js +1 -0
  175. package/wc/gv-date-picker-calendar.js +1 -0
  176. package/wc/gv-date-picker-cell.js +1 -0
  177. package/wc/gv-date-picker.js +1 -0
  178. package/wc/gv-documentation.js +1 -0
  179. package/wc/gv-dropdown-menu.js +1 -0
  180. package/wc/gv-expandable.js +1 -0
  181. package/wc/gv-expression-language.js +1 -0
  182. package/wc/gv-file-upload.js +1 -0
  183. package/wc/gv-flow-step.js +1 -0
  184. package/wc/gv-flow.js +1 -0
  185. package/wc/gv-header.js +1 -0
  186. package/wc/gv-http-client.js +1 -0
  187. package/wc/gv-icon.js +1 -0
  188. package/wc/gv-identity-picture.js +1 -0
  189. package/wc/gv-image.js +1 -0
  190. package/wc/gv-input-message.js +1 -0
  191. package/wc/gv-input.js +1 -0
  192. package/wc/gv-link.js +1 -0
  193. package/wc/gv-list.js +1 -0
  194. package/wc/gv-menu.js +1 -0
  195. package/wc/gv-message.js +1 -0
  196. package/wc/gv-metric.js +1 -0
  197. package/wc/gv-metrics.js +1 -0
  198. package/wc/gv-modal.js +1 -0
  199. package/wc/gv-nav.js +1 -0
  200. package/wc/gv-newsletter-subscription.js +1 -0
  201. package/wc/gv-option.js +1 -0
  202. package/wc/gv-pagination.js +1 -0
  203. package/wc/gv-plans.js +1 -0
  204. package/wc/gv-policy-studio-menu.js +1 -0
  205. package/wc/gv-policy-studio.js +1 -0
  206. package/wc/gv-popover.js +1 -0
  207. package/wc/gv-promote.js +1 -0
  208. package/wc/gv-properties.js +1 -0
  209. package/wc/gv-rating-list.js +1 -0
  210. package/wc/gv-rating.js +1 -0
  211. package/wc/gv-relative-time.js +1 -0
  212. package/wc/gv-resizable-views.js +1 -0
  213. package/wc/gv-resources.js +1 -0
  214. package/wc/gv-row-expandable.js +1 -0
  215. package/wc/gv-row.js +1 -0
  216. package/wc/gv-schema-form-array.js +1 -0
  217. package/wc/gv-schema-form-control-object.js +1 -0
  218. package/wc/gv-schema-form-control.js +1 -0
  219. package/wc/gv-schema-form.js +1 -0
  220. package/wc/gv-select-native.js +1 -0
  221. package/wc/gv-select.js +1 -0
  222. package/wc/gv-spinner.js +1 -0
  223. package/wc/gv-state.js +1 -0
  224. package/wc/gv-stats.js +1 -0
  225. package/wc/gv-stepper.js +1 -0
  226. package/wc/gv-switch.js +1 -0
  227. package/wc/gv-table.js +1 -0
  228. package/wc/gv-tabs.js +1 -0
  229. package/wc/gv-tag.js +1 -0
  230. package/wc/gv-text.js +1 -0
  231. package/wc/gv-theme.js +1 -0
  232. package/wc/gv-tree.js +1 -0
  233. package/wc/gv-user-menu.js +1 -0
  234. package/wc/gv-vertical-menu.js +1 -0
@@ -0,0 +1,59 @@
1
+ /*
2
+ * Copyright (C) 2021 The Gravitee team (http://gravitee.io)
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ /* Theme overrides for the Consoles */
17
+ :root {
18
+ --gv-theme-color-primary-dark: #090A1B;
19
+ --gv-theme-color-primary: #1B1D3C;
20
+ --gv-theme-color-primary-light: #2B3C5F;
21
+ --gv-theme-color-primary-contrast: #FFFFFF;
22
+
23
+ --gv-theme-color-secondary-dark: #189EA5;
24
+ --gv-theme-color-secondary: #1EC9D2;
25
+ --gv-theme-color-secondary-light: #3FDBE4;
26
+ --gv-theme-color-secondary-contrast: #262626;
27
+
28
+ --gv-theme-neutral-color-darkest: #333333;
29
+ --gv-theme-neutral-color-darker: #525252;
30
+ --gv-theme-neutral-color-dark: #737373;
31
+ --gv-theme-neutral-color: #999999;
32
+ --gv-theme-neutral-color-light: #B3B3B3;
33
+ --gv-theme-neutral-color-lighter: #CCCCCC;
34
+ --gv-theme-neutral-color-lightest: #EDEDED;
35
+
36
+ --gv-theme-color-success-dark: #388E3C;
37
+ --gv-theme-color-success: #4CAF50;
38
+ --gv-theme-color-success-light: #81C784;
39
+
40
+ --gv-theme-color-warning-dark: #f57c00;
41
+ --gv-theme-color-warning: #ff9100;
42
+ --gv-theme-color-warning-light: #ffb74d;
43
+
44
+ --gv-theme-color-error-dark: #D32F2F;
45
+ --gv-theme-color-error: #F44336;
46
+ --gv-theme-color-error-light: #E57373;
47
+
48
+ /* DEPRECATED */
49
+ --gv-theme-color-darker: #1b1d3c;
50
+ --gv-theme-color-dark: #1b475d;
51
+ --gv-theme-color: #1ecad3;
52
+ --gv-theme-color-light: #a9bbca;
53
+ --gv-theme-color-danger: #be1818;
54
+ --gv-theme-color-info-dark: #0000ff;
55
+ --gv-theme-color-info: #2b58e8;
56
+ --gv-theme-color-info-light: #57b9e6;
57
+ --gv-theme-font-color-dark: #262626;
58
+ --gv-theme-font-color-light: #ffffff;
59
+ }
@@ -0,0 +1,63 @@
1
+ /*
2
+ * Copyright (C) 2021 The Gravitee team (http://gravitee.io)
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ /* Theme overrides for the Consoles */
17
+ :root {
18
+ --gv-theme-color-darker: #1b1d3c;
19
+ --gv-theme-color-dark: #1b475d;
20
+ --gv-theme-color: #1ecad3;
21
+ --gv-theme-color-light: #a9bbca;
22
+ --gv-theme-color-danger: #be1818;
23
+ --gv-theme-color-error-dark: #6a1718;
24
+ --gv-theme-color-error: #da1a1b;
25
+ --gv-theme-color-error-light: #e57373;
26
+ --gv-theme-color-info-dark: #0000ff;
27
+ --gv-theme-color-info: #2b58e8;
28
+ --gv-theme-color-info-light: #57b9e6;
29
+ --gv-theme-color-success-dark: #388e3c;
30
+ --gv-theme-color-success: #4caf50;
31
+ --gv-theme-color-success-light: #81c784;
32
+ --gv-theme-color-warning-dark: #f57c00;
33
+ --gv-theme-color-warning: #ff9100;
34
+ --gv-theme-color-warning-light: #ffb74d;
35
+ --gv-theme-neutral-color-darkest: #000000;
36
+ --gv-theme-neutral-color-darker: #c6c6c6;
37
+ --gv-theme-neutral-color-dark: #dadada;
38
+ --gv-theme-neutral-color: #e3e3e3;
39
+ --gv-theme-neutral-color-light: #ededed;
40
+ --gv-theme-neutral-color-lighter: #f6f6f6;
41
+ --gv-theme-neutral-color-lightest: #fbfbfb;
42
+ --gv-theme-font-color-dark: #262626;
43
+ --gv-theme-font-color-light: #ffffff;
44
+ --gv-theme-font-family: 'Libre Franklin';
45
+ --gv-theme-font-size-xs: 10px;
46
+ --gv-theme-font-size-s: 12px;
47
+ --gv-theme-font-size-m: 14px;
48
+ --gv-theme-font-size-l: 16px;
49
+ --gv-theme-font-size-xl: 26px;
50
+ --gv-theme-font-size-xxl: 30px;
51
+ --gv-theme-homepage-background-height: 400px;
52
+ --gv-theme-skeleton-color: #bfbfbf;
53
+ --gv-theme-homepage-background-color: #111c4e;
54
+ --gv-theme-homepage-background-image: none;
55
+ --gv-theme-logo: url('/images/gravitee-logo-cyan.svg');
56
+ --gv-theme-optional-logo: url('/images/gravitee-logo-white.svg');
57
+
58
+ /* Component Specific Overrides (not part of the default theme) */
59
+ --gv-theme-background-gradient: rgb(1, 0, 2)
60
+ linear-gradient(180deg, rgba(1, 0, 2, 1) 0%, rgba(23, 12, 102, 1) 55%, rgba(25, 139, 183, 1) 100%);
61
+ --gv-button-primary--bgc: var(--gv-theme-color-darker);
62
+ --gv-input-invalid--bxshc: var(--gv-theme-color-error);
63
+ }
@@ -0,0 +1,42 @@
1
+ :root{
2
+ --gv-theme-color-darker: #383E3F;
3
+ --gv-theme-color-dark: #28444F;
4
+ --gv-theme-color: #5A7684;
5
+ --gv-theme-color-light: #86c3d0;
6
+ --gv-theme-color-danger: #FF5722;
7
+ --gv-theme-color-error-dark: #d32f2f;
8
+ --gv-theme-color-error: #f44336;
9
+ --gv-theme-color-error-light: #e57373;
10
+ --gv-theme-color-info-dark: #1976d2;
11
+ --gv-theme-color-info: #2196f3;
12
+ --gv-theme-color-info-light: #64b5f6;
13
+ --gv-theme-color-success-dark: #388e3c;
14
+ --gv-theme-color-success: #4caf50;
15
+ --gv-theme-color-success-light: #81c784;
16
+ --gv-theme-color-warning-dark: #f57c00;
17
+ --gv-theme-color-warning: #ff9800;
18
+ --gv-theme-color-warning-light: #ffb74d;
19
+ --gv-theme-neutral-color-darkest: #000000;
20
+ --gv-theme-neutral-color-darker: #BFBFBF;
21
+ --gv-theme-neutral-color-dark: #D9D9D9;
22
+ --gv-theme-neutral-color: #F5F5F5;
23
+ --gv-theme-neutral-color-light: #EFEFEF;
24
+ --gv-theme-neutral-color-lighter: #FAFAFA;
25
+ --gv-theme-neutral-color-lightest: #FFFFFF;
26
+ --gv-theme-font-color-dark: #262626;
27
+ --gv-theme-font-color-light: #FFFFFF;
28
+ --gv-theme-font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
29
+ --gv-theme-font-size-xs: 10px;
30
+ --gv-theme-font-size-s: 12px;
31
+ --gv-theme-font-size-m: 14px;
32
+ --gv-theme-font-size-l: 16px;
33
+ --gv-theme-font-size-xl: 26px;
34
+ --gv-theme-font-size-xxl: 30px;
35
+ --gv-theme-homepage-background-height: 400px;
36
+ --gv-theme-skeleton-color: #BFBFBF;
37
+ --gv-theme-homepage-background-color: #5A7684;
38
+ --gv-theme-homepage-background-image: none;
39
+ --gv-theme-logo: url('/images/gravitee-logo-cyan.svg');
40
+ --gv-theme-optional-logo: url('/images/gravitee-logo-white.svg');
41
+ --gv-theme-favicon: /images/gravitee-favicon.png;
42
+ }
@@ -0,0 +1,10 @@
1
+ pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
2
+ Theme: GitHub
3
+ Description: Light theme as seen on github.com
4
+ Author: github.com
5
+ Maintainer: @Hirse
6
+ Updated: 2021-05-15
7
+
8
+ Outdated base version: https://github.com/primer/github-syntax-light
9
+ Current colors taken from GitHub's CSS
10
+ */.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}
@@ -0,0 +1,154 @@
1
+ {
2
+ "gv-card": {
3
+ "empty": "No information to display",
4
+ "error": "An error has occurred"
5
+ },
6
+ "gv-card-list": {
7
+ "error": "An error has occurred"
8
+ },
9
+ "gv-card-full": {
10
+ "empty": "No information to display",
11
+ "error": "An error has occurred"
12
+ },
13
+ "gv-category": {
14
+ "empty": "No information to display",
15
+ "error": "An error has occurred"
16
+ },
17
+ "gv-chart": {
18
+ "empty": "No data to display",
19
+ "error": "An error has occurred"
20
+ },
21
+ "gv-confirm": {
22
+ "cancel": "No",
23
+ "ok": "Yes"
24
+ },
25
+ "gv-date-picker": {
26
+ "currentTime": "Current time",
27
+ "endDate": "End date",
28
+ "endTime": "End time",
29
+ "format": "MM/dd/yyyy",
30
+ "now": "Now",
31
+ "ok": "Ok",
32
+ "startDate": "Start date",
33
+ "startTime": "Start time",
34
+ "today": "Today"
35
+ },
36
+ "gv-file-upload": {
37
+ "chooseAnotherFile": "Choose another file",
38
+ "chooseFile": "Choose a file",
39
+ "error": {
40
+ "maxSize": "File size exceeds allowed limit",
41
+ "typeNotAllowed": "This file type is not allowed"
42
+ },
43
+ "orDragIt": "or drag it here.",
44
+ "removePicture": "Remove picture"
45
+ },
46
+ "gv-header": {
47
+ "empty": "No data to display here",
48
+ "error": "An error occurred while loading",
49
+ "subscribe": "subscribe"
50
+ },
51
+ "gv-input": {
52
+ "clear": "Cancel",
53
+ "copy": "Copy to clipboard",
54
+ "search": "Search"
55
+ },
56
+ "gv-list": {
57
+ "error": "An error occurred while loading list",
58
+ "paused": "Paused",
59
+ "pending": "Pending"
60
+ },
61
+ "gv-metrics": {
62
+ "error": "An error occurred while loading metrics",
63
+ "health": "Health",
64
+ "hits": "{count, plural, =0{Hit} one{Hit} other{Hits}} (last 7 days)",
65
+ "subscribers": "{count, plural, =0{Subscriber} one{Subscriber} other{Subscribers}}"
66
+ },
67
+ "gv-pagination": {
68
+ "next": "Next",
69
+ "previous": "Previous"
70
+ },
71
+ "gv-plans": {
72
+ "characteristics": {
73
+ "empty": "No information about this plan"
74
+ },
75
+ "empty": {
76
+ "redirect": "I wish to contact the owner to find out more",
77
+ "title": "API has no plan available at this time"
78
+ },
79
+ "error": "An unexpected error was occurred",
80
+ "security": {
81
+ "apiKey": "API Key",
82
+ "jwt": "Json Web Token",
83
+ "keyLess": "Without key",
84
+ "oauth2": "Oauth 2"
85
+ },
86
+ "validation": {
87
+ "auto": "Automatic validation",
88
+ "manual": "Manual validation"
89
+ }
90
+ },
91
+ "gv-policy-studio": {
92
+ "policy-settings": "Settings"
93
+ },
94
+ "gv-promote": {
95
+ "empty": "No information to display",
96
+ "error": "An error has occurred",
97
+ "view": "View"
98
+ },
99
+ "gv-properties": {
100
+ "add": "Add",
101
+ "encrypted-toggle": "Encrypted",
102
+ "placeholder": {
103
+ "input": "NEW_PROPERTY_KEY=\"New property value\"",
104
+ "key": "NEW_PROPERTY_KEY",
105
+ "value": "New property value"
106
+ },
107
+ "errors": {
108
+ "line": "line",
109
+ "invalid-key": "<code>${key}</code> is not a valid variable name",
110
+ "duplicated-key": "be careful, the key <code>${key}</code> is already defined",
111
+ "unknown": "Unknown Error",
112
+ "invalid-line": "this line is not valid, the correct pattern is: <code>KEY=\"VALUE\"</code>",
113
+ "invalid-value": "the value is not valid, if you use quotes, you need to escape them like this: <code>\\\\\"</code> or quote the whole value."
114
+ },
115
+ "infos": {
116
+ "encrypted-value": "This value is encrypted. To enter a new value, switch off the encryption toggle.",
117
+ "overwrite-encryption": "Be careful, the previous encrypted value will be lost"
118
+ }
119
+ },
120
+ "gv-rating": {
121
+ "description-1": "I hate",
122
+ "description-2": "I don't like",
123
+ "description-3": "I like",
124
+ "description-4": "I love",
125
+ "description-5": "It's perfect",
126
+ "note": "Note",
127
+ "notes": "Notes"
128
+ },
129
+ "gv-rating-list": {
130
+ "answerLabel": "Bring your answer",
131
+ "cancel": "Cancel",
132
+ "confirmAnswerDelete": "Are you sure you delete the answer ?",
133
+ "confirmRatingDelete": "Are you sure you delete the rating ?",
134
+ "deleteAnswer": "Delete answer",
135
+ "deleteRating": "Delete rating",
136
+ "reply": "Reply",
137
+ "send": "Send"
138
+ },
139
+ "gv-row": {
140
+ "empty": "No data to display here",
141
+ "error": "An error occurred while loading"
142
+ },
143
+ "gv-stats": {
144
+ "empty": "No data to display here",
145
+ "error": "An error occurred while loading"
146
+ },
147
+ "gv-stepper": {
148
+ "error": "An error occurred while loading the steps"
149
+ },
150
+ "gv-table": {
151
+ "empty": "No data to display here",
152
+ "error": "An error occurred while loading"
153
+ }
154
+ }
@@ -0,0 +1,154 @@
1
+ {
2
+ "gv-card": {
3
+ "empty": "Aucune donnée à afficher ici",
4
+ "error": "Une erreur est survenue pendant le chargement"
5
+ },
6
+ "gv-card-list": {
7
+ "error": "Une erreur est survenue pendant le chargement"
8
+ },
9
+ "gv-card-full": {
10
+ "empty": "Aucune donnée à afficher ici",
11
+ "error": "Une erreur est survenue pendant le chargement"
12
+ },
13
+ "gv-category": {
14
+ "empty": "Aucune donnée à afficher ici",
15
+ "error": "Une erreur est survenue pendant le chargement"
16
+ },
17
+ "gv-chart": {
18
+ "empty": "Aucune donnée à afficher ici",
19
+ "error": "Une erreur est survenue pendant le chargement"
20
+ },
21
+ "gv-confirm": {
22
+ "cancel": "Non",
23
+ "ok": "Oui"
24
+ },
25
+ "gv-date-picker": {
26
+ "currentTime": "L'heure courante",
27
+ "endDate": "Date de fin",
28
+ "endTime": "Heure de fin",
29
+ "format": "dd/MM/yyyy",
30
+ "now": "Maintenant",
31
+ "ok": "Ok",
32
+ "startDate": "Date de début",
33
+ "startTime": "Heure de début",
34
+ "today": "Aujourd'hui"
35
+ },
36
+ "gv-file-upload": {
37
+ "chooseAnotherFile": "Choisir un autre fichier",
38
+ "chooseFile": "Choisir un fichier",
39
+ "error": {
40
+ "maxSize": "La taille du fichier dépasse la limite autorisée",
41
+ "typeNotAllowed": "Ce type de fichier n'est pas autorisé"
42
+ },
43
+ "orDragIt": "ou déposez-le ici.",
44
+ "removePicture": "Supprimer l'image"
45
+ },
46
+ "gv-header": {
47
+ "empty": "Aucun élément à afficher ici",
48
+ "error": "Une erreur est survenue pendant le chargement",
49
+ "subscribe": "Souscrire"
50
+ },
51
+ "gv-input": {
52
+ "clear": "Vider",
53
+ "copy": "Copier dans le presse papier",
54
+ "search": "Rechercher"
55
+ },
56
+ "gv-list": {
57
+ "error": "Une erreur est survenue pendant de le chargement de la liste",
58
+ "paused": "En pause",
59
+ "pending": "En attente"
60
+ },
61
+ "gv-metrics": {
62
+ "error": "Une erreur est survenue pendant de le chargement des metrics",
63
+ "health": "Santé",
64
+ "hits": "{count, plural, =0{Appel} one{Appel} other{Appels}} (7 derniers jours)",
65
+ "subscribers": "{count, plural, =0{Souscription} one{Souscription} other{Souscriptions}}"
66
+ },
67
+ "gv-pagination": {
68
+ "next": "Suivant",
69
+ "previous": "Précédent"
70
+ },
71
+ "gv-plans": {
72
+ "characteristics": {
73
+ "empty": "Aucune information sur ce plan"
74
+ },
75
+ "empty": {
76
+ "redirect": "Je souhaite contacter le propriétaire pour en savoir plus",
77
+ "title": "L'API n'a pas de plan disponible pour le moment."
78
+ },
79
+ "error": "Une erreur inattendue est survenue",
80
+ "security": {
81
+ "apiKey": "Clé d'API personnelle",
82
+ "jwt": "Json Web Token",
83
+ "keyLess": "Accès sans clé",
84
+ "oauth2": "Oauth 2"
85
+ },
86
+ "validation": {
87
+ "auto": "Validation automatique",
88
+ "manual": "Validation manuelle"
89
+ }
90
+ },
91
+ "gv-policy-studio": {
92
+ "policy-settings": "Settings"
93
+ },
94
+ "gv-promote": {
95
+ "empty": "Aucun élément à afficher ici",
96
+ "error": "Une erreur est survenue pendant le chargement",
97
+ "view": "Voir"
98
+ },
99
+ "gv-properties": {
100
+ "add": "Ajouter",
101
+ "encrypted-toggle": "Crypté",
102
+ "placeholder": {
103
+ "input": "NOM_DE_LA_NOUVELLE_PROPRIETE=\"valeur de la nouvelle propriété\"",
104
+ "key": "NOM_DE_LA_NOUVELLE_PROPRIETE",
105
+ "value": "valeur de la nouvelle propriété"
106
+ },
107
+ "errors": {
108
+ "line": "ligne",
109
+ "invalid-key": "<code>${key}</code> n'est pas une clée valide",
110
+ "duplicated-key": "attention, la clée <code>${key}</code> est déjà utilisée",
111
+ "unknown": "Erreur inconnue",
112
+ "invalid-line": "Cette ligne n'est pas valide, il faut respecter la syntaxe: <code>NAME=\"VALUE\"</code>",
113
+ "invalid-value": "la valeur n'est pas valide, si vous utilisez des guillemets, vous devez les échapper comme ceci: <code>\\\\\"</code> ou envelopper la valeur totale."
114
+ },
115
+ "infos": {
116
+ "encrypted-value": "Cette valeur est chiffrée. Pour en saisir une nouvelle, désactivez le chiffrement via l'interrupteur.",
117
+ "overwrite-encryption": "Attention, la précédente valeur chiffrée sera effacée"
118
+ }
119
+ },
120
+ "gv-rating": {
121
+ "description-1": "Je déteste",
122
+ "description-2": "Je n'aime pas",
123
+ "description-3": "J'aime",
124
+ "description-4": "J'adore",
125
+ "description-5": "C'est parfait",
126
+ "note": "Note",
127
+ "notes": "Notes"
128
+ },
129
+ "gv-rating-list": {
130
+ "answerLabel": "Apportez votre réponse",
131
+ "cancel": "Annuler",
132
+ "confirmAnswerDelete": "Êtes-vous certains de vouloir supprimer la réponse ?",
133
+ "confirmRatingDelete": "Êtes-vous certains de vouloir supprimer l'évaluation ?",
134
+ "deleteAnswer": "Supprimer la réponse",
135
+ "deleteRating": "Supprimer l'évaluation",
136
+ "reply": "Répondre",
137
+ "send": "Envoyer"
138
+ },
139
+ "gv-row": {
140
+ "empty": "Aucun élément à afficher ici",
141
+ "error": "Une erreur est survenue pendant le chargement"
142
+ },
143
+ "gv-stats": {
144
+ "empty": "Aucune donnée à afficher ici",
145
+ "error": "Une erreur est survenue pendant le chargement"
146
+ },
147
+ "gv-stepper" : {
148
+ "error": "Une erreur est survenue pendant le chargement des étapes"
149
+ },
150
+ "gv-table": {
151
+ "empty": "Aucune donnée à afficher ici",
152
+ "error": "Une erreur est survenue pendant le chargement"
153
+ }
154
+ }