decidim-core 0.25.0.rc4 → 0.25.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim-core might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/models/decidim/user.rb +4 -0
- data/config/locales/bg.yml +0 -1
- data/config/locales/ca.yml +10 -8
- data/config/locales/cs.yml +1 -1
- data/config/locales/de.yml +0 -1
- data/config/locales/el.yml +0 -1
- data/config/locales/es-MX.yml +16 -1
- data/config/locales/es-PY.yml +16 -1
- data/config/locales/es.yml +16 -1
- data/config/locales/eu.yml +459 -12
- data/config/locales/fi-plain.yml +1 -1
- data/config/locales/fi.yml +1 -1
- data/config/locales/fr-CA.yml +25 -1
- data/config/locales/fr.yml +27 -3
- data/config/locales/ga-IE.yml +387 -0
- data/config/locales/hu.yml +0 -1
- data/config/locales/it.yml +1 -1
- data/config/locales/ja.yml +1 -1
- data/config/locales/lb.yml +1701 -0
- data/config/locales/lv.yml +0 -1
- data/config/locales/nl.yml +0 -1
- data/config/locales/no.yml +0 -1
- data/config/locales/pl.yml +14 -7
- data/config/locales/pt-BR.yml +0 -1
- data/config/locales/pt.yml +150 -6
- data/config/locales/ro-RO.yml +5 -6
- data/config/locales/sk.yml +0 -1
- data/config/locales/sr-CS.yml +0 -3
- data/config/locales/sv.yml +4 -1
- data/config/locales/tr-TR.yml +0 -1
- data/config/locales/zh-CN.yml +0 -1
- data/lib/decidim/core/version.rb +1 -1
- metadata +9 -8
data/config/locales/ro-RO.yml
CHANGED
@@ -71,7 +71,6 @@ ro:
|
|
71
71
|
'true': 'Da'
|
72
72
|
carrierwave:
|
73
73
|
errors:
|
74
|
-
general: Eroare la procesarea imaginii
|
75
74
|
image_too_big: Imaginea este prea mare
|
76
75
|
not_inside_organization: Fișierul nu este atașat niciunei organizații
|
77
76
|
date:
|
@@ -731,11 +730,11 @@ ro:
|
|
731
730
|
file:
|
732
731
|
explanation: 'Orientări pentru fișier:'
|
733
732
|
message_1: Are o imagine sau un document.
|
734
|
-
message_2: Pentru imagini, utilizați preferabil
|
733
|
+
message_2: Pentru imagini, utilizați preferabil formatul landscape, serviciul va decupa imaginea. Pentru fișierele CSV, separatorul de coloane trebuie să fie virgula
|
735
734
|
image:
|
736
735
|
explanation: 'Orientări pentru imagine:'
|
737
|
-
message_1:
|
738
|
-
message_2: Serviciul
|
736
|
+
message_1: De preferință o imagine landscape care să nu conțină vreun text.
|
737
|
+
message_2: Serviciul decupează imaginea.
|
739
738
|
file_validation:
|
740
739
|
allowed_file_extensions: 'Extensii de fișiere permise: %{extensions}'
|
741
740
|
max_file_size: 'Dimensiunea maximă a fișierului: %{megabytes}MB'
|
@@ -1098,7 +1097,7 @@ ro:
|
|
1098
1097
|
participate: Participă
|
1099
1098
|
welcome: Bine ai venit la %{organization}!
|
1100
1099
|
metrics:
|
1101
|
-
headline:
|
1100
|
+
headline: Indicatori
|
1102
1101
|
statistics:
|
1103
1102
|
headline: Starea curentă a %{organization}
|
1104
1103
|
sub_hero:
|
@@ -1111,7 +1110,7 @@ ro:
|
|
1111
1110
|
topics: Subiecte
|
1112
1111
|
participatory_space:
|
1113
1112
|
metrics:
|
1114
|
-
headline:
|
1113
|
+
headline: Indicatori
|
1115
1114
|
link: Arată toate măsurătorile
|
1116
1115
|
terms_and_conditions:
|
1117
1116
|
accept:
|
data/config/locales/sk.yml
CHANGED
data/config/locales/sr-CS.yml
CHANGED
data/config/locales/sv.yml
CHANGED
@@ -67,7 +67,6 @@ sv:
|
|
67
67
|
'true': 'Ja'
|
68
68
|
carrierwave:
|
69
69
|
errors:
|
70
|
-
general: Fel vid bearbetning av bild
|
71
70
|
image_too_big: Bilden är för stor
|
72
71
|
not_inside_organization: Den här filen är inte bifogad till någon organisation
|
73
72
|
date:
|
@@ -846,6 +845,10 @@ sv:
|
|
846
845
|
index:
|
847
846
|
last_activity: Senaste aktivitet
|
848
847
|
resource_type: Typ
|
848
|
+
links:
|
849
|
+
invalid_url: Ogiltig URL
|
850
|
+
warning:
|
851
|
+
close_modal: Stäng fönster
|
849
852
|
log:
|
850
853
|
base_presenter:
|
851
854
|
create: "%{user_name} skapade %{resource_name}"
|
data/config/locales/tr-TR.yml
CHANGED
data/config/locales/zh-CN.yml
CHANGED
data/lib/decidim/core/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.25.0
|
4
|
+
version: 0.25.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey Peroy
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2021-
|
13
|
+
date: 2021-10-07 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: active_link_to
|
@@ -790,28 +790,28 @@ dependencies:
|
|
790
790
|
requirements:
|
791
791
|
- - '='
|
792
792
|
- !ruby/object:Gem::Version
|
793
|
-
version: 0.25.0
|
793
|
+
version: 0.25.0
|
794
794
|
type: :runtime
|
795
795
|
prerelease: false
|
796
796
|
version_requirements: !ruby/object:Gem::Requirement
|
797
797
|
requirements:
|
798
798
|
- - '='
|
799
799
|
- !ruby/object:Gem::Version
|
800
|
-
version: 0.25.0
|
800
|
+
version: 0.25.0
|
801
801
|
- !ruby/object:Gem::Dependency
|
802
802
|
name: decidim-dev
|
803
803
|
requirement: !ruby/object:Gem::Requirement
|
804
804
|
requirements:
|
805
805
|
- - '='
|
806
806
|
- !ruby/object:Gem::Version
|
807
|
-
version: 0.25.0
|
807
|
+
version: 0.25.0
|
808
808
|
type: :development
|
809
809
|
prerelease: false
|
810
810
|
version_requirements: !ruby/object:Gem::Requirement
|
811
811
|
requirements:
|
812
812
|
- - '='
|
813
813
|
- !ruby/object:Gem::Version
|
814
|
-
version: 0.25.0
|
814
|
+
version: 0.25.0
|
815
815
|
description: Adds core features so other engines can hook into the framework.
|
816
816
|
email:
|
817
817
|
- josepjaume@gmail.com
|
@@ -2000,6 +2000,7 @@ files:
|
|
2000
2000
|
- config/locales/ko-KR.yml
|
2001
2001
|
- config/locales/ko.yml
|
2002
2002
|
- config/locales/lb-LU.yml
|
2003
|
+
- config/locales/lb.yml
|
2003
2004
|
- config/locales/lt-LT.yml
|
2004
2005
|
- config/locales/lt.yml
|
2005
2006
|
- config/locales/lv.yml
|
@@ -2577,9 +2578,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2577
2578
|
version: '2.7'
|
2578
2579
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2579
2580
|
requirements:
|
2580
|
-
- - "
|
2581
|
+
- - ">="
|
2581
2582
|
- !ruby/object:Gem::Version
|
2582
|
-
version:
|
2583
|
+
version: '0'
|
2583
2584
|
requirements: []
|
2584
2585
|
rubygems_version: 3.1.2
|
2585
2586
|
signing_key:
|