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.

@@ -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 imagini de peisaj, serviciul decupează imaginea. Pentru fisierele CSV, separatorul dintre coloane trebuie sa fie o virgula (",")
733
+ message_2: Pentru imagini, utilizați preferabil formatul landscape, serviciul va decupa imaginea. Pentru fișierele CSV, separatorul de coloane trebuie fie virgula
735
734
  image:
736
735
  explanation: 'Orientări pentru imagine:'
737
- message_1: Recomandat o imagine peisaj care nu are nici un text.
738
- message_2: Serviciul recoltează imaginea.
736
+ message_1: De preferință o imagine landscape care 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: Valori
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: Valori
1113
+ headline: Indicatori
1115
1114
  link: Arată toate măsurătorile
1116
1115
  terms_and_conditions:
1117
1116
  accept:
@@ -68,7 +68,6 @@ sk:
68
68
  'true': 'Áno'
69
69
  carrierwave:
70
70
  errors:
71
- general: Chyba spracovania obrázku
72
71
  image_too_big: Obrázok je príliš veľký
73
72
  date:
74
73
  formats:
@@ -5,9 +5,6 @@ sr:
5
5
  one: Podržavanje
6
6
  few: Podržavanja
7
7
  other: Podržavanja
8
- carrierwave:
9
- errors:
10
- general: Greška pri obradi slike
11
8
  decidim:
12
9
  accessibility:
13
10
  logo: "Zvanični logo %{organization}"
@@ -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}"
@@ -62,7 +62,6 @@ tr:
62
62
  'true': 'Evet'
63
63
  carrierwave:
64
64
  errors:
65
- general: İsteği işlerken bir hata oluştu
66
65
  image_too_big: Görüntü çok büyük
67
66
  not_inside_organization: Dosya herhangi bir kuruluşa eklenmemiş
68
67
  date:
@@ -58,7 +58,6 @@ zh-CN:
58
58
  'true': '否'
59
59
  carrierwave:
60
60
  errors:
61
- general: 处理图像出错
62
61
  image_too_big: 图片过大
63
62
  not_inside_organization: 该文件没有附加到任何组织
64
63
  date:
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-core version.
5
5
  module Core
6
6
  def self.version
7
- "0.25.0.rc4"
7
+ "0.25.0"
8
8
  end
9
9
  end
10
10
  end
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.rc4
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-09-20 00:00:00.000000000 Z
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.rc4
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.rc4
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.rc4
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.rc4
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: 1.3.1
2583
+ version: '0'
2583
2584
  requirements: []
2584
2585
  rubygems_version: 3.1.2
2585
2586
  signing_key: