thecore_ui_rails_admin 2.7.4 → 2.7.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d71bc30ed816e7863c53a2b5f831d8e212668cc3f0536f5dff69c10e6770869e
4
- data.tar.gz: 0da00140f8304f19d3a6fe94439060d2fd25c36698654fe7e2e68c3dbef6150e
3
+ metadata.gz: 9b8d231f30c9df528d977f826039b8aa4e5dc1c88a2b34ab036b315219f5ff3e
4
+ data.tar.gz: 50522d2e4d33a66dc8a7c6b1e8aa6f58797d2cb5ebe276ff2a0428828196c2e1
5
5
  SHA512:
6
- metadata.gz: 2b8ba524a7f366991dc4c7db1df951389acfa8d415a7920b0415b050c8ef62c272fb1ff4dcf021193baeadcc126fb336e81702c861349b3d21aa38fc3d27fcfb
7
- data.tar.gz: dd918c35f6eed6b9d0d267be0a92608261e835f60191466a1a346f3e1f8bc2afcbf90e6a04ad5ec1f235dcef9556a0778910cf610b98d58564f3da2df562a9a4
6
+ metadata.gz: 53016c301af841190e79d145fc0e67da874f2d25762951b13031c6fba1a8950f16789ae160c31c8c48e2b922f5711c0cb183f1ad6b3aa49c2596b4bfc5200d81
7
+ data.tar.gz: e4fa78546d16c8f3775ae0f9f7f6602d272de54421b9cfc29d81a8ac1d1fbd5da41283c65f9fb52c08375876d8ad2c225f73cd972b3b987b05915a0e62bdda33
@@ -1,13 +1,48 @@
1
- it:
2
- yes: Yes
1
+ en:
2
+ export: Export
3
+ export_all: Export All
4
+ export_found: Export Filtered
5
+ export_selected: Export Selected
6
+ delete_selected: Delete Selected
7
+ yes: "yes"
3
8
  no: Cancel
4
9
  error: Error
5
10
  question: Question
6
- root_actions: Root Actions
11
+ root_actions: "Operations"
7
12
  admin:
13
+ misc:
14
+ root_navigation: Actions
15
+ flash:
16
+ error: "Unable to perform the action %{action} (%{name})"
17
+ model_not_found: Unable to find the Model '%{model}'
18
+ noaction: Unable to perform the action
19
+ object_not_found: "Unable to find the Model %{model} con id '%{id}'"
20
+ successful: "Action performed successfully: %{action} (%{name})"
21
+ actions:
22
+ thecore_sidekiq_monitor:
23
+ menu: Activity Monitoring
24
+ breadcrumb: Activity Monitoring
25
+ title: Activity Monitoring
26
+ thecore_blazer_bi:
27
+ menu: Business Intelligence
28
+ breadcrumb: Business Intelligence
29
+ title: Business Intelligence
30
+ index:
31
+ link: Show all elements
32
+ label: "Configurations"
33
+ advanced:
34
+ label: Advanced
35
+ logging:
36
+ label: Logging
37
+ registries:
38
+ label: Personal data
39
+ operations:
40
+ label: Operation
41
+ master_data_set:
42
+ label: Data
8
43
  js:
9
- true: True
10
- false: False
44
+ true: "True"
45
+ false: "False"
11
46
  is_present: Is present
12
47
  is_blank: Is blank
13
48
  date: Date ...
@@ -1,4 +1,34 @@
1
1
  it:
2
2
  admin:
3
+ misc:
4
+ scopes: Filtri veloci
3
5
  scopes:
4
- _all: Tutti
6
+ all: Tutti
7
+ order_by_name: Ordinato per Nome
8
+ order_by_insert_date: Ordinato per Data
9
+ starts_with_a: Inizia con A
10
+ starts_with_b: Inizia con B
11
+ starts_with_c: Inizia con C
12
+ starts_with_d: Inizia con D
13
+ starts_with_e: Inizia con E
14
+ starts_with_f: Inizia con F
15
+ starts_with_g: Inizia con G
16
+ starts_with_h: Inizia con H
17
+ starts_with_i: Inizia con I
18
+ starts_with_j: Inizia con J
19
+ starts_with_k: Inizia con K
20
+ starts_with_l: Inizia con L
21
+ starts_with_m: Inizia con M
22
+ starts_with_n: Inizia con N
23
+ starts_with_o: Inizia con O
24
+ starts_with_p: Inizia conh P
25
+ starts_with_q: Inizia con Q
26
+ starts_with_r: Inizia con R
27
+ starts_with_s: Inizia con S
28
+ starts_with_t: Inizia con T
29
+ starts_with_u: Inizia con U
30
+ starts_with_v: Inizia con V
31
+ starts_with_w: Inizia con W
32
+ starts_with_x: Inizia con X
33
+ starts_with_y: Inizia con Y
34
+ starts_with_z: Inizia con Z
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_rails_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.4
4
+ version: 2.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-25 00:00:00.000000000 Z
11
+ date: 2023-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_ui_commons
@@ -169,11 +169,9 @@ files:
169
169
  - config/initializers/thecore_concern.rb
170
170
  - config/initializers/thecore_ui_rails_admin_app_configs.rb
171
171
  - config/initializers/thecore_ui_rails_admin_load_root_actions_for.rb
172
- - config/locales/en.index_cards.custom.yml
173
172
  - config/locales/en.main.yml
174
173
  - config/locales/en.rails_admin.yml
175
174
  - config/locales/en.rollincode.yml
176
- - config/locales/it.index_cards.custom.yml
177
175
  - config/locales/it.main.yml
178
176
  - config/locales/it.rails_admin.yml
179
177
  - config/locales/it.rollincode.yml
@@ -1,8 +0,0 @@
1
- en:
2
- admin:
3
- export:
4
- found: Export found
5
- misc:
6
- order_by: Order by
7
- select:
8
- toggle: Toggle Selection
@@ -1,20 +0,0 @@
1
- it:
2
- admin:
3
- actions:
4
- new:
5
- menu: ""
6
- index:
7
- menu: ""
8
- export:
9
- menu: ""
10
- export:
11
- found: ➦
12
- misc:
13
- order_by: ⇅
14
- scopes: ⋔
15
- add_filter: ⋔
16
- add_new: ⋔
17
- refresh: Apply Filters
18
- bulk_menu_title: ☑
19
- select:
20
- toggle: ☒