locomotivecms_steam 1.3.0.rc2 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +5 -5
  3. data/Gemfile.lock +84 -82
  4. data/config/locales/de.yml +7 -5
  5. data/config/locales/el.yml +154 -0
  6. data/config/locales/en.yml +6 -1
  7. data/config/locales/es.yml +7 -1
  8. data/config/locales/et.yml +4 -0
  9. data/config/locales/fr.yml +6 -1
  10. data/config/locales/it.yml +7 -1
  11. data/config/locales/nb.yml +5 -1
  12. data/config/locales/nl.yml +8 -0
  13. data/config/locales/pl.yml +8 -0
  14. data/config/locales/pt-BR.yml +6 -0
  15. data/config/locales/ru.yml +9 -1
  16. data/lib/locomotive/steam/adapters/filesystem/sanitizers/content_entry.rb +1 -1
  17. data/lib/locomotive/steam/decorators/template_decorator.rb +1 -1
  18. data/lib/locomotive/steam/entities/content_entry.rb +4 -0
  19. data/lib/locomotive/steam/entities/content_type.rb +4 -0
  20. data/lib/locomotive/steam/entities/site.rb +2 -1
  21. data/lib/locomotive/steam/liquid/drops/content_entry.rb +1 -1
  22. data/lib/locomotive/steam/liquid/drops/site.rb +1 -1
  23. data/lib/locomotive/steam/middlewares/auth.rb +29 -3
  24. data/lib/locomotive/steam/models/concerns/validation.rb +7 -8
  25. data/lib/locomotive/steam/models/i18n_field.rb +4 -2
  26. data/lib/locomotive/steam/repositories/content_entry_repository.rb +9 -1
  27. data/lib/locomotive/steam/services.rb +1 -1
  28. data/lib/locomotive/steam/services/asset_host_service.rb +21 -17
  29. data/lib/locomotive/steam/services/auth_service.rb +93 -9
  30. data/lib/locomotive/steam/services/content_entry_service.rb +4 -1
  31. data/lib/locomotive/steam/version.rb +1 -1
  32. data/locomotivecms_steam.gemspec +10 -10
  33. data/spec/fixtures/default/app/content_types/accounts.yml +2 -1
  34. data/spec/fixtures/default/app/content_types/songs.yml +2 -2
  35. data/spec/fixtures/default/app/views/pages/account/sign_up.liquid +52 -0
  36. data/spec/fixtures/default/config/translations.yml +4 -0
  37. data/spec/fixtures/default/data/accounts.yml +1 -1
  38. data/spec/fixtures/default/data/songs.yml +1 -0
  39. data/spec/fixtures/mongodb/locomotive_accounts.bson +0 -0
  40. data/spec/fixtures/mongodb/locomotive_accounts.metadata.json +1 -1
  41. data/spec/fixtures/mongodb/locomotive_activities.bson +0 -0
  42. data/spec/fixtures/mongodb/locomotive_activities.metadata.json +1 -1
  43. data/spec/fixtures/mongodb/locomotive_content_assets.bson +0 -0
  44. data/spec/fixtures/mongodb/locomotive_content_assets.metadata.json +1 -1
  45. data/spec/fixtures/mongodb/locomotive_content_entries.bson +0 -0
  46. data/spec/fixtures/mongodb/locomotive_content_entries.metadata.json +1 -1
  47. data/spec/fixtures/mongodb/locomotive_content_types.bson +0 -0
  48. data/spec/fixtures/mongodb/locomotive_content_types.metadata.json +1 -1
  49. data/spec/fixtures/mongodb/locomotive_pages.bson +0 -0
  50. data/spec/fixtures/mongodb/locomotive_pages.metadata.json +1 -1
  51. data/spec/fixtures/mongodb/locomotive_sites.bson +0 -0
  52. data/spec/fixtures/mongodb/locomotive_sites.metadata.json +1 -1
  53. data/spec/fixtures/mongodb/locomotive_snippets.bson +0 -0
  54. data/spec/fixtures/mongodb/locomotive_snippets.metadata.json +1 -1
  55. data/spec/fixtures/mongodb/locomotive_theme_assets.bson +0 -0
  56. data/spec/fixtures/mongodb/locomotive_theme_assets.metadata.json +1 -1
  57. data/spec/fixtures/mongodb/locomotive_translations.bson +0 -0
  58. data/spec/fixtures/mongodb/locomotive_translations.metadata.json +1 -1
  59. data/spec/integration/repositories/content_entry_repository_spec.rb +1 -1
  60. data/spec/integration/repositories/page_repository_spec.rb +2 -2
  61. data/spec/integration/repositories/theme_asset_repository_spec.rb +1 -1
  62. data/spec/integration/repositories/translation_repository_spec.rb +1 -1
  63. data/spec/integration/server/assets_spec.rb +1 -1
  64. data/spec/integration/server/auth_spec.rb +70 -0
  65. data/spec/integration/services/content_entry_service_spec.rb +1 -1
  66. data/spec/support/helpers.rb +1 -1
  67. data/spec/unit/adapters/filesystem/yaml_loaders/content_entry_spec.rb +1 -1
  68. data/spec/unit/adapters/filesystem/yaml_loaders/page_spec.rb +7 -7
  69. data/spec/unit/adapters/filesystem/yaml_loaders/translation_spec.rb +1 -1
  70. data/spec/unit/entities/content_entry_spec.rb +9 -0
  71. data/spec/unit/entities/content_type_spec.rb +7 -0
  72. data/spec/unit/entities/site_spec.rb +15 -0
  73. data/spec/unit/liquid/drops/content_entry_spec.rb +41 -2
  74. data/spec/unit/liquid/drops/site_spec.rb +2 -1
  75. data/spec/unit/liquid/filters/html_spec.rb +58 -1
  76. data/spec/unit/models/i18n_field_spec.rb +8 -0
  77. data/spec/unit/repositories/content_entry_repository_spec.rb +13 -0
  78. data/spec/unit/services/asset_host_service_spec.rb +27 -3
  79. data/spec/unit/services/auth_service_spec.rb +134 -8
  80. data/spec/unit/services/content_entry_service_spec.rb +1 -1
  81. metadata +27 -24
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1535dbba02a328de41369d5887f7ea9971b76127
4
- data.tar.gz: 3e039bd983df5359ddf2d9a65fb0f548a50448ed
3
+ metadata.gz: b8b855d74a5ecf8ead1e325c00d401ee74266229
4
+ data.tar.gz: 62afb8c6ca3fe699e66ca757a7e09a755f8128f0
5
5
  SHA512:
6
- metadata.gz: c09afe41b49e1426bc7ff4793a9ddc56e6e2888a134afaf0ce7117380da4bcee13c54247b6f7d7d549ea8e642b36a5d0f55593b8f63ead2dfa57860c838be8be
7
- data.tar.gz: eb77af54a2142c206e9c0b0a5a52a3a641e49752b60e165cc166e2ee84232f26822de94db329cfaadc00cec4ff3bfe233c5cd5b03188d5abba26dc76bd2dede3
6
+ metadata.gz: e0986cbc5f166b29e3f43b14a41cde4a4d434eb5045ce83d89241fdc43a020acb74778022b02ff05756cfe04e8dd1b5f3cf0861043f5027718d62801a7c17dc4
7
+ data.tar.gz: 2057ef853b5b8f4c99c8167b74e1b6f02ecb4480134147252538ed067459d7c654c324ccc57b34b4b2f3a4627843b7290ee59b799faef2be12d661ed67acbe66
data/Gemfile CHANGED
@@ -12,7 +12,7 @@ group :development do
12
12
  # gem 'duktape', github: 'judofyr/duktape.rb', ref: '20ef6a5'
13
13
  # gem 'thin'
14
14
  gem 'puma'
15
- gem 'haml', '~> 4.0.6'
15
+ gem 'haml', '~> 5.0.4'
16
16
 
17
17
  gem 'rack-mini-profiler', '~> 0.10.1'
18
18
  gem 'flamegraph'
@@ -21,15 +21,15 @@ group :development do
21
21
  end
22
22
 
23
23
  group :test do
24
- gem 'rspec', '~> 3.4.0'
25
- gem 'json_spec', '~> 1.1.4'
24
+ gem 'rspec', '~> 3.7.0'
25
+ gem 'json_spec', '~> 1.1.5'
26
26
  gem 'i18n-spec', '~> 0.6.0'
27
27
 
28
- gem 'timecop', '~> 0.8.0'
28
+ gem 'timecop', '~> 0.9.1'
29
29
 
30
30
  gem 'pry-byebug', '~> 3.3.0'
31
31
 
32
- gem 'rack-test', '~> 0.6.3'
32
+ gem 'rack-test', '~> 0.8.2'
33
33
 
34
34
  gem 'codeclimate-test-reporter', '~> 0.4.7', require: false
35
35
  gem 'coveralls', '~> 0.8.1', require: false
@@ -1,55 +1,55 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- locomotivecms_steam (1.3.0.rc2)
4
+ locomotivecms_steam (1.3.0)
5
5
  RedCloth (~> 4.3.2)
6
6
  autoprefixer-rails (~> 6.7.2)
7
7
  bcrypt (~> 3.1.11)
8
8
  chronic (~> 0.10.2)
9
9
  coffee-script (~> 2.4.1)
10
10
  compass (~> 1.0.3)
11
- dragonfly (~> 1.1.1)
11
+ dragonfly (~> 1.1.4)
12
12
  duktape (~> 1.6.1.0)
13
- httparty (~> 0.14.0)
14
- kramdown (~> 1.13.2)
13
+ httparty (~> 0.15.6)
14
+ kramdown (~> 1.16.2)
15
15
  locomotivecms-solid (~> 4.0.1)
16
16
  locomotivecms_common (~> 0.2.0)
17
17
  mime-types (~> 3.1.0)
18
18
  mimetype-fu (~> 0.1.2)
19
19
  moneta (~> 1.0.0)
20
20
  morphine (~> 0.1.1)
21
- nokogiri (~> 1.7.0.1)
22
- pony (~> 1.11)
21
+ nokogiri (~> 1.8.1)
22
+ pony (~> 1.12)
23
23
  rack-cache (~> 1.7.0)
24
24
  rack-rewrite (~> 1.5.1)
25
25
  rack_csrf (~> 2.6.0)
26
- sanitize (~> 4.4.0)
27
- sass (~> 3.4.23)
26
+ sanitize (~> 4.5.0)
27
+ sass (~> 3.4.25)
28
28
  sprockets (~> 3.7.1)
29
- uglifier (~> 3.1.6)
29
+ uglifier (~> 4.1.3)
30
30
 
31
31
  GEM
32
32
  remote: https://rubygems.org/
33
33
  specs:
34
34
  RedCloth (4.3.2)
35
- activesupport (4.2.8)
35
+ activesupport (4.2.10)
36
36
  i18n (~> 0.7)
37
37
  minitest (~> 5.1)
38
38
  thread_safe (~> 0.3, >= 0.3.4)
39
39
  tzinfo (~> 1.1)
40
- addressable (2.5.1)
41
- public_suffix (~> 2.0, >= 2.0.2)
40
+ addressable (2.5.2)
41
+ public_suffix (>= 2.0.2, < 4.0)
42
42
  attr_extras (4.4.0)
43
43
  autoprefixer-rails (6.7.7.2)
44
44
  execjs
45
45
  bcrypt (3.1.11)
46
- bson (4.2.1)
46
+ bson (4.3.0)
47
47
  byebug (8.2.5)
48
48
  chronic (0.10.2)
49
49
  chunky_png (1.3.8)
50
50
  codeclimate-test-reporter (0.4.8)
51
51
  simplecov (>= 0.7.1, < 1.0.0)
52
- coderay (1.1.1)
52
+ coderay (1.1.2)
53
53
  coffee-script (2.4.1)
54
54
  coffee-script-source
55
55
  execjs
@@ -68,16 +68,16 @@ GEM
68
68
  compass-import-once (1.0.5)
69
69
  sass (>= 3.2, < 3.5)
70
70
  concurrent-ruby (1.0.5)
71
- coveralls (0.8.19)
71
+ coveralls (0.8.21)
72
72
  json (>= 1.8, < 3)
73
- simplecov (~> 0.12.0)
73
+ simplecov (~> 0.14.1)
74
74
  term-ansicolor (~> 1.3)
75
- thor (~> 0.19.1)
75
+ thor (~> 0.19.4)
76
76
  tins (~> 1.6)
77
- crass (1.0.2)
77
+ crass (1.0.3)
78
78
  diff-lcs (1.3)
79
79
  docile (1.1.5)
80
- dragonfly (1.1.1)
80
+ dragonfly (1.1.4)
81
81
  addressable (~> 2.3)
82
82
  multi_json (~> 1.0)
83
83
  rack (>= 1.3)
@@ -85,20 +85,22 @@ GEM
85
85
  execjs (2.7.0)
86
86
  ffi (1.9.18)
87
87
  flamegraph (0.9.5)
88
- haml (4.0.7)
88
+ haml (5.0.4)
89
+ temple (>= 0.8.0)
89
90
  tilt
90
- httparty (0.14.0)
91
+ httparty (0.15.6)
91
92
  multi_xml (>= 0.5.2)
92
- i18n (0.8.0)
93
+ i18n (0.9.1)
94
+ concurrent-ruby (~> 1.0)
93
95
  i18n-spec (0.6.0)
94
96
  iso
95
97
  iso (0.2.2)
96
98
  i18n
97
- json (1.8.6)
98
- json_spec (1.1.4)
99
+ json (2.1.0)
100
+ json_spec (1.1.5)
99
101
  multi_json (~> 1.0)
100
102
  rspec (>= 2.0, < 4.0)
101
- kramdown (1.13.2)
103
+ kramdown (1.16.2)
102
104
  locomotivecms-liquid (4.0.0)
103
105
  locomotivecms-solid (4.0.1)
104
106
  locomotivecms-liquid (~> 4.0.0)
@@ -107,91 +109,91 @@ GEM
107
109
  attr_extras (~> 4.4.0)
108
110
  colorize
109
111
  stringex (~> 2.6.0)
110
- mail (2.6.5)
111
- mime-types (>= 1.16, < 4)
112
- memory_profiler (0.9.7)
113
- method_source (0.8.2)
112
+ mail (2.7.0)
113
+ mini_mime (>= 0.1.1)
114
+ memory_profiler (0.9.8)
115
+ method_source (0.9.0)
114
116
  mime-types (3.1)
115
117
  mime-types-data (~> 3.2015)
116
118
  mime-types-data (3.2016.0521)
117
119
  mimetype-fu (0.1.2)
118
- mini_portile2 (2.1.0)
119
- minitest (5.10.2)
120
+ mini_mime (1.0.0)
121
+ mini_portile2 (2.3.0)
122
+ minitest (5.11.1)
120
123
  moneta (1.0.0)
121
- mongo (2.4.1)
124
+ mongo (2.4.3)
122
125
  bson (>= 4.2.1, < 5.0.0)
123
126
  morphine (0.1.1)
124
- multi_json (1.12.1)
127
+ multi_json (1.13.1)
125
128
  multi_xml (0.6.0)
126
- nokogiri (1.7.0.1)
127
- mini_portile2 (~> 2.1.0)
128
- nokogumbo (1.4.12)
129
+ nokogiri (1.8.1)
130
+ mini_portile2 (~> 2.3.0)
131
+ nokogumbo (1.4.13)
129
132
  nokogiri
130
- origin (2.3.0)
131
- pony (1.11)
133
+ origin (2.3.1)
134
+ pony (1.12)
132
135
  mail (>= 2.0)
133
- pry (0.10.4)
136
+ pry (0.11.3)
134
137
  coderay (~> 1.1.0)
135
- method_source (~> 0.8.1)
136
- slop (~> 3.4)
138
+ method_source (~> 0.9.0)
137
139
  pry-byebug (3.3.0)
138
140
  byebug (~> 8.0)
139
141
  pry (~> 0.10)
140
- public_suffix (2.0.5)
141
- puma (3.7.0)
142
- rack (2.0.1)
143
- rack-cache (1.7.0)
142
+ public_suffix (3.0.1)
143
+ puma (3.11.2)
144
+ rack (2.0.3)
145
+ rack-cache (1.7.1)
144
146
  rack (>= 0.4)
145
- rack-mini-profiler (0.10.2)
147
+ rack-mini-profiler (0.10.7)
146
148
  rack (>= 1.2.0)
147
149
  rack-rewrite (1.5.1)
148
- rack-test (0.6.3)
149
- rack (>= 1.0)
150
+ rack-test (0.8.2)
151
+ rack (>= 1.0, < 3)
150
152
  rack_csrf (2.6.0)
151
153
  rack (>= 1.1.0)
152
154
  rake (10.4.2)
153
- rb-fsevent (0.9.8)
154
- rb-inotify (0.9.8)
155
- ffi (>= 0.5.0)
156
- rspec (3.4.0)
157
- rspec-core (~> 3.4.0)
158
- rspec-expectations (~> 3.4.0)
159
- rspec-mocks (~> 3.4.0)
160
- rspec-core (3.4.4)
161
- rspec-support (~> 3.4.0)
162
- rspec-expectations (3.4.0)
155
+ rb-fsevent (0.10.2)
156
+ rb-inotify (0.9.10)
157
+ ffi (>= 0.5.0, < 2)
158
+ rspec (3.7.0)
159
+ rspec-core (~> 3.7.0)
160
+ rspec-expectations (~> 3.7.0)
161
+ rspec-mocks (~> 3.7.0)
162
+ rspec-core (3.7.1)
163
+ rspec-support (~> 3.7.0)
164
+ rspec-expectations (3.7.0)
163
165
  diff-lcs (>= 1.2.0, < 2.0)
164
- rspec-support (~> 3.4.0)
165
- rspec-mocks (3.4.1)
166
+ rspec-support (~> 3.7.0)
167
+ rspec-mocks (3.7.0)
166
168
  diff-lcs (>= 1.2.0, < 2.0)
167
- rspec-support (~> 3.4.0)
168
- rspec-support (3.4.1)
169
- sanitize (4.4.0)
169
+ rspec-support (~> 3.7.0)
170
+ rspec-support (3.7.0)
171
+ sanitize (4.5.0)
170
172
  crass (~> 1.0.2)
171
173
  nokogiri (>= 1.4.4)
172
174
  nokogumbo (~> 1.4.1)
173
- sass (3.4.24)
174
- simplecov (0.12.0)
175
+ sass (3.4.25)
176
+ simplecov (0.14.1)
175
177
  docile (~> 1.1.0)
176
178
  json (>= 1.8, < 3)
177
179
  simplecov-html (~> 0.10.0)
178
- simplecov-html (0.10.0)
179
- slop (3.6.0)
180
+ simplecov-html (0.10.2)
180
181
  sprockets (3.7.1)
181
182
  concurrent-ruby (~> 1.0)
182
183
  rack (> 1, < 3)
183
- stackprof (0.2.10)
184
+ stackprof (0.2.11)
184
185
  stringex (2.6.1)
185
- term-ansicolor (1.4.0)
186
+ temple (0.8.0)
187
+ term-ansicolor (1.6.0)
186
188
  tins (~> 1.0)
187
189
  thor (0.19.4)
188
190
  thread_safe (0.3.6)
189
- tilt (2.0.6)
190
- timecop (0.8.1)
191
- tins (1.13.2)
192
- tzinfo (1.2.3)
191
+ tilt (2.0.8)
192
+ timecop (0.9.1)
193
+ tins (1.16.3)
194
+ tzinfo (1.2.4)
193
195
  thread_safe (~> 0.1)
194
- uglifier (3.1.13)
196
+ uglifier (4.1.3)
195
197
  execjs (>= 0.3.0, < 3)
196
198
 
197
199
  PLATFORMS
@@ -202,24 +204,24 @@ DEPENDENCIES
202
204
  codeclimate-test-reporter (~> 0.4.7)
203
205
  coveralls (~> 0.8.1)
204
206
  flamegraph
205
- haml (~> 4.0.6)
207
+ haml (~> 5.0.4)
206
208
  i18n-spec (~> 0.6.0)
207
- json_spec (~> 1.1.4)
209
+ json_spec (~> 1.1.5)
208
210
  locomotivecms_steam!
209
211
  memory_profiler
210
- mongo (~> 2.4.1)
211
- origin (~> 2.3.0)
212
+ mongo (~> 2.4.3)
213
+ origin (~> 2.3.1)
212
214
  pry-byebug (~> 3.3.0)
213
215
  puma
214
216
  rack-mini-profiler (~> 0.10.1)
215
- rack-test (~> 0.6.3)
217
+ rack-test (~> 0.8.2)
216
218
  rake (~> 10.4.2)
217
- rspec (~> 3.4.0)
219
+ rspec (~> 3.7.0)
218
220
  stackprof
219
- timecop (~> 0.8.0)
221
+ timecop (~> 0.9.1)
220
222
 
221
223
  RUBY VERSION
222
224
  ruby 2.3.3p222
223
225
 
224
226
  BUNDLED WITH
225
- 1.14.6
227
+ 1.16.0
@@ -12,10 +12,16 @@ de:
12
12
  es: Spanisch
13
13
  ru: Russisch
14
14
  et: Estnisch
15
+ el: Griechisch
15
16
 
16
17
  errors:
17
18
  messages:
18
19
  blank: "leer"
20
+ taken: ist bereits vergeben
21
+ confirmation: stimmt nicht mit %{attribute} überein
22
+ too_short:
23
+ one: ist zu kurz (weniger als 1 Zeichen)
24
+ other: ist zu kurz (weniger als %{count} Zeichen)
19
25
 
20
26
  pagination:
21
27
  previous: "&laquo; Zurück"
@@ -35,10 +41,6 @@ de:
35
41
  abbr_month_names: [~, Jan., Feb., Mär., Apr., Mai, Juni, Juli, Aug., Sept., Okt., Nov., Dez.]
36
42
  order: [ day, month, year ]
37
43
 
38
- pagination:
39
- previous: "&laquo; Zurück"
40
- next: "Vor &raquo;"
41
-
42
44
  time:
43
45
  formats:
44
46
  default: "%d %B %Y %H:%M"
@@ -154,4 +156,4 @@ de:
154
156
  skip_last_comma: true
155
157
  words_connector: ", "
156
158
  two_words_connector: " und "
157
- last_word_connector: " und "
159
+ last_word_connector: " und "
@@ -0,0 +1,154 @@
1
+ el:
2
+ locomotive:
3
+ locales:
4
+ en: Αγγλικά
5
+ de: Γερμανικά
6
+ fr: Γαλλικά
7
+ pl: Πολωνικά
8
+ pt-BR: "Πορτογαλικά Βραζιλίας"
9
+ it: Ιταλικά
10
+ nl: Ολλανδικά
11
+ nb: Νορβηγικά
12
+ es: Ισπανικά
13
+ ru: Ρώσικα
14
+ et: Εσθονιακά
15
+ el: Ελληνικά
16
+
17
+ errors:
18
+ messages:
19
+ blank: "Δεν μπορεί να είναι κενό"
20
+
21
+ pagination:
22
+ previous: "&laquo; Προηγούμενο"
23
+ next: "Επόμενο &raquo;"
24
+
25
+ date:
26
+ formats:
27
+ default: "%d/%m/%Y"
28
+ short: "%e-%b"
29
+ long: "%e-%B-%Y"
30
+ long_ordinal: "%e de %B de %Y"
31
+ only_day: "%e"
32
+
33
+ day_names: [Κυριακή, Δευτέρα, Τρίτη, Τετάρτη, Πέμπτη, Παρασκευή, Σάββατο]
34
+ abbr_day_names: [Κυρ, Δε, Τρ, Τετ, Πεμ, Παρ, Σαβ]
35
+ month_names: [~, Ιανουάριος, Φεβρουάριος, Μάρτιος, Απρίλιος, Μάιος, Ιούνιος, Ιούλιος, Αύγουστος, Σεπτέπμβριος, Οκτώβριος, Νοέμβριος, Δεκέμβριος]
36
+ abbr_month_names: [~, Ιαν., Φεβ., Μαρ., Απρ., Μάι., Ιούν., Ιούλ., Αυγ., Σεπτ., Οκτ., Νοε., Δεκ.]
37
+ order: [ day, month, year ]
38
+
39
+ time:
40
+ formats:
41
+ default: "%d %B %Y %H:%M"
42
+ time: "%H:%M"
43
+ short: "%d %b %H:%M"
44
+ long: "%A %d %B %Y %H:%M:%S %Z"
45
+ long_ordinal: "%A %d %B %Y %H:%M:%S %Z"
46
+ only_second: "%S"
47
+ am: "πμ"
48
+ pm: "μμ"
49
+
50
+ datetime:
51
+ distance_in_words:
52
+ half_a_minute: 'μισό λεπτό'
53
+ less_than_x_seconds:
54
+ one: 'λιγότερο από ένα δευτερόλεπτο'
55
+ other: 'λιγότερο από %{count} δευτερόλεπτα'
56
+ x_seconds:
57
+ one: 'ένα δευτερόλεπτο'
58
+ other: '%{count} δευτερόλεπτα'
59
+ less_than_x_minutes:
60
+ one: 'λιγότερο από ένα λεπτό'
61
+ other: 'λιγότερο από %{count} λεπτά'
62
+ x_minutes:
63
+ one: 'ένα λεπτό'
64
+ other: '%{count} λεπτά'
65
+ about_x_hours:
66
+ one: 'περίπου μία ώρα'
67
+ other: 'περίπου %{count} ώρες'
68
+ x_days:
69
+ one: 'μία μέρα'
70
+ other: '%{count} μέρες'
71
+ about_x_months:
72
+ one: 'περίπου ένας μήνας'
73
+ other: 'περίπου %{count} μήνες'
74
+ x_months:
75
+ one: 'ένας μήνας'
76
+ other: '%{count} μήνες'
77
+ almost_x_years:
78
+ one: 'σχεδόν ένα έτος'
79
+ other: 'σχεδόν %{count} χρόνια'
80
+ about_x_years:
81
+ one: 'περίπου ένα έτος'
82
+ other: 'περίπου %{count} χρόνια'
83
+ over_x_years:
84
+ one: 'πάνω από ένα έτος'
85
+ other: 'πάνω από %{count} χρόνια'
86
+ prompts:
87
+ second: "δευτερόλεπτο"
88
+ minute: "λεπτό"
89
+ hour: "ώρα"
90
+ day: "μέρα"
91
+ month: "μήνας"
92
+ year: "έτος"
93
+
94
+ number:
95
+ format:
96
+ precision: 2
97
+ separator: '.'
98
+ delimiter: ','
99
+ currency:
100
+ format:
101
+ unit: '€'
102
+ format: '%n %u'
103
+ separator: "."
104
+ delimiter: ","
105
+ precision: 2
106
+ percentage:
107
+ format:
108
+ delimiter: ""
109
+ precision:
110
+ format:
111
+ delimiter: ""
112
+ human:
113
+ format:
114
+ delimiter: ""
115
+ precision: 1
116
+ significant: true
117
+ strip_insignificant_zeros: true
118
+ storage_units:
119
+ # Storage units output formatting.
120
+ # %u is the storage unit, %n is the number (default: 2 MB)
121
+ format: "%n %u"
122
+ units:
123
+ byte:
124
+ one: "Byte"
125
+ other: "Bytes"
126
+ kb: "KB"
127
+ mb: "MB"
128
+ gb: "GB"
129
+ tb: "TB"
130
+ decimal_units:
131
+ format: "%n %u"
132
+ units:
133
+ unit: ""
134
+ thousand: χίλια
135
+ million:
136
+ one: εκατομμύριο
137
+ others: εκατομμύρια
138
+ billion:
139
+ one: δισεκατομμύριο
140
+ others: δισεκατομμύρια
141
+ trillion:
142
+ one: τρισεκατομμύριο
143
+ others: τρισεκατομμύρια
144
+ quadrillion:
145
+ one: τετράκις εκατομμύριο
146
+ others: τετράκις εκατομμύρια
147
+
148
+ support:
149
+ array:
150
+ sentence_connector: 'και'
151
+ skip_last_comma: true
152
+ words_connector: ", "
153
+ two_words_connector: " και "
154
+ last_word_connector: " και "