thecore_ui_rails_admin 3.1.5 → 3.1.6
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4babbe34282c21602684d73ca264d68a2b7897ebe042261cd28ee5ac83c4301c
|
|
4
|
+
data.tar.gz: 5f79aef959ece3003e0d5cd6fca9e249ae6137518bd0a9d244dc1f93703119f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ebc3eca84543b29b98a95cea7adb60bed8bb9b5f9bc9063c6ef2b2732a15b314a187ec538f294b8a5aee0b3e79dbbdd3850872aa814ffb18e3544411ad9502a
|
|
7
|
+
data.tar.gz: 28be73ee64b36a3ce84755a4b7597f1b19920d22de37ece36b9be96b3071e68bc80f447e56eec4afe0af81a86bb8a2ab42d8f5067b0056be6b2e10516e9cb5db
|
data/README.md
CHANGED
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Short description and motivation.
|
|
3
|
-
|
|
4
|
-
## Usage
|
|
5
|
-
How to use my plugin.
|
|
6
|
-
|
|
7
|
-
## Installation
|
|
8
|
-
Add this line to your application's Gemfile:
|
|
9
|
-
|
|
10
|
-
```ruby
|
|
11
|
-
gem "thecore_ui_rails_admin"
|
|
12
|
-
```
|
|
13
|
-
|
|
14
|
-
And then execute:
|
|
15
|
-
```bash
|
|
16
|
-
$ bundle
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
Or install it yourself as:
|
|
20
|
-
```bash
|
|
21
|
-
$ gem install thecore_ui_rails_admin
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
## Contributing
|
|
25
|
-
Contribution directions go here.
|
|
26
|
-
|
|
27
|
-
## License
|
|
28
|
-
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
1
|
+
This is part of Thecore framework: https://github.com/gabrieletassoni/thecore/tree/release/3
|
data/config/locales/en.main.yml
CHANGED
|
@@ -1,17 +1,31 @@
|
|
|
1
1
|
en:
|
|
2
2
|
export: Export
|
|
3
3
|
export_all: Export All
|
|
4
|
-
export_found: Export
|
|
4
|
+
export_found: Export Filtered
|
|
5
5
|
export_selected: Export Selected
|
|
6
6
|
delete_selected: Delete Selected
|
|
7
7
|
yes: "Yes"
|
|
8
8
|
no: "No"
|
|
9
9
|
error: Error
|
|
10
10
|
question: Question
|
|
11
|
-
root_actions:
|
|
11
|
+
root_actions: Actions
|
|
12
12
|
admin:
|
|
13
13
|
misc:
|
|
14
14
|
root_navigation: Actions
|
|
15
|
+
flash:
|
|
16
|
+
error: "Unable to perform action %{action} (%{name})"
|
|
17
|
+
model_not_found: Unable to find model '%{model}'
|
|
18
|
+
noaction: Unable to perform action
|
|
19
|
+
object_not_found: "Unable to find model %{model} with id '%{id}'"
|
|
20
|
+
successful: "Action executed successfully: %{action} (%{name})"
|
|
21
|
+
actions:
|
|
22
|
+
thecore_blazer_bi:
|
|
23
|
+
menu: Business Intelligence
|
|
24
|
+
breadcrumb: Business Intelligence
|
|
25
|
+
title: Business Intelligence
|
|
26
|
+
index:
|
|
27
|
+
link: Show All Items
|
|
28
|
+
label: Settings
|
|
15
29
|
advanced:
|
|
16
30
|
label: Advanced
|
|
17
31
|
logging:
|
|
@@ -21,10 +35,10 @@ en:
|
|
|
21
35
|
operations:
|
|
22
36
|
label: Operations
|
|
23
37
|
master_data_set:
|
|
24
|
-
label:
|
|
38
|
+
label: Data
|
|
25
39
|
js:
|
|
26
|
-
true:
|
|
27
|
-
false:
|
|
40
|
+
true: True
|
|
41
|
+
false: False
|
|
28
42
|
is_present: Is present
|
|
29
43
|
is_blank: Is blank
|
|
30
44
|
date: Date ...
|
|
@@ -9,32 +9,4 @@ en:
|
|
|
9
9
|
scopes: Fast Filters
|
|
10
10
|
scopes:
|
|
11
11
|
_all: Tutti
|
|
12
|
-
|
|
13
|
-
order_by_name: Order By Name
|
|
14
|
-
order_by_insert_date: Order By Date
|
|
15
|
-
starts_with_a: Starts with A
|
|
16
|
-
starts_with_b: Starts with B
|
|
17
|
-
starts_with_c: Starts with C
|
|
18
|
-
starts_with_d: Starts with D
|
|
19
|
-
starts_with_e: Starts with E
|
|
20
|
-
starts_with_f: Starts with F
|
|
21
|
-
starts_with_g: Starts with G
|
|
22
|
-
starts_with_h: Starts with H
|
|
23
|
-
starts_with_i: Starts with I
|
|
24
|
-
starts_with_j: Starts with J
|
|
25
|
-
starts_with_k: Starts with K
|
|
26
|
-
starts_with_l: Starts with L
|
|
27
|
-
starts_with_m: Starts with M
|
|
28
|
-
starts_with_n: Starts with N
|
|
29
|
-
starts_with_o: Starts with O
|
|
30
|
-
starts_with_p: Starts with P
|
|
31
|
-
starts_with_q: Starts with Q
|
|
32
|
-
starts_with_r: Starts with R
|
|
33
|
-
starts_with_s: Starts with S
|
|
34
|
-
starts_with_t: Starts with T
|
|
35
|
-
starts_with_u: Starts with U
|
|
36
|
-
starts_with_v: Starts with V
|
|
37
|
-
starts_with_w: Starts with W
|
|
38
|
-
starts_with_x: Starts with X
|
|
39
|
-
starts_with_y: Starts with Y
|
|
40
|
-
starts_with_z: Starts with Z
|
|
12
|
+
|
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: 3.1.
|
|
4
|
+
version: 3.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriele Tassoni
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thecore_ui_commons
|
|
@@ -99,11 +99,9 @@ files:
|
|
|
99
99
|
- config/initializers/concern_settings.rb
|
|
100
100
|
- config/initializers/concern_target.rb
|
|
101
101
|
- config/initializers/concern_user.rb
|
|
102
|
-
- config/locales/en.index_cards.custom.yml
|
|
103
102
|
- config/locales/en.main.yml
|
|
104
103
|
- config/locales/en.rails_admin.yml
|
|
105
104
|
- config/locales/en.rollincode.yml
|
|
106
|
-
- config/locales/it.index_cards.custom.yml
|
|
107
105
|
- config/locales/it.main.yml
|
|
108
106
|
- config/locales/it.rails_admin.yml
|
|
109
107
|
- config/locales/it.rollincode.yml
|
|
@@ -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: Cerca
|
|
18
|
-
# bulk_menu_title: ☑
|
|
19
|
-
# select:
|
|
20
|
-
# toggle: ☒
|