comfortable_mexican_sofa 1.12.7 → 1.12.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/app/assets/javascripts/comfy/admin/cms/application.js.coffee +1 -1
  4. data/app/assets/javascripts/comfy/admin/cms/base.js.coffee +4 -2
  5. data/app/assets/javascripts/comfy/admin/cms/lib/redactor.js +309 -218
  6. data/app/assets/javascripts/comfy/admin/cms/lib/redactor/definedlinks.js +53 -0
  7. data/app/controllers/comfy/admin/cms/pages_controller.rb +21 -0
  8. data/app/helpers/comfy/cms_helper.rb +1 -1
  9. data/app/models/comfy/cms/site.rb +1 -1
  10. data/app/views/comfy/admin/cms/pages/_form.html.haml +2 -4
  11. data/app/views/layouts/comfy/admin/cms/_head.html.haml +1 -0
  12. data/config/environments/test.rb +4 -0
  13. data/config/locales/cs.yml +28 -23
  14. data/config/locales/da.yml +36 -31
  15. data/config/locales/de.yml +32 -27
  16. data/config/locales/en.yml +10 -7
  17. data/config/locales/es.yml +21 -16
  18. data/config/locales/fr.yml +28 -23
  19. data/config/locales/it.yml +12 -7
  20. data/config/locales/ja.yml +28 -23
  21. data/config/locales/nb.yml +12 -7
  22. data/config/locales/nl.yml +21 -16
  23. data/config/locales/pl.yml +28 -23
  24. data/config/locales/pt-BR.yml +27 -22
  25. data/config/locales/ru.yml +19 -16
  26. data/config/locales/sv.yml +28 -23
  27. data/config/locales/uk.yml +10 -7
  28. data/config/locales/zh-CN.yml +22 -17
  29. data/config/locales/zh-TW.yml +22 -17
  30. data/lib/comfortable_mexican_sofa/render_methods.rb +1 -1
  31. data/lib/comfortable_mexican_sofa/version.rb +1 -1
  32. data/test/controllers/comfy/admin/cms/pages_controller_test.rb +59 -46
  33. data/test/gemfiles/Gemfile.rails.4.0 +2 -2
  34. data/test/gemfiles/Gemfile.rails.4.1 +1 -1
  35. data/test/gemfiles/Gemfile.rails.4.2 +1 -1
  36. data/test/gemfiles/Gemfile.rails.master +1 -1
  37. data/test/integration/i18n_test.rb +37 -0
  38. data/test/integration/js_variables_test.rb +1 -0
  39. data/test/lib/mirrors_test.rb +35 -35
  40. metadata +4 -2
@@ -1,12 +1,5 @@
1
1
  # encoding: utf-8
2
2
  it:
3
- attributes:
4
- label: Etichetta
5
- slug: Slug
6
- parent_id: Padre
7
- content: Contenuto
8
- identifier: Identificatore
9
- full_path: Full path
10
3
  activerecord:
11
4
  models:
12
5
  comfy/cms/site: Sito
@@ -14,9 +7,11 @@ it:
14
7
  comfy/cms/page: Pagina
15
8
  comfy/cms/snippet: Snippet
16
9
  comfy/cms/file: File
10
+
17
11
  attributes:
18
12
  comfy/cms/site:
19
13
  identifier: Identificatore
14
+ label: Etichetta
20
15
  hostname: Indirizzo Host
21
16
  path: Percorso
22
17
  locale: Lingua
@@ -26,19 +21,26 @@ it:
26
21
  label: Nome Layout
27
22
  app_layout: Layout Applicazione
28
23
  parent_id: Layout Padre
24
+ content: Contenuto
29
25
  css: Foglio di stile
30
26
  js: Javascript
31
27
  comfy/cms/page:
32
28
  label: Etichetta
33
29
  layout_id: Layout
34
30
  slug: Slug
31
+ full_path: Full path
32
+ parent_id: Padre
35
33
  target_page_id: Reindirizza a Pagina
34
+ content: Contenuto
36
35
  is_published: Pubblicato
37
36
  comfy/cms/file:
37
+ label: Etichetta
38
38
  file: File
39
39
  description: Descrizione
40
40
  comfy/cms/snippet:
41
+ label: Etichetta
41
42
  identifier: Identificatore
43
+ content: Contenuto
42
44
 
43
45
  comfy:
44
46
  cms:
@@ -148,6 +150,7 @@ it:
148
150
  cancel: Cancellare
149
151
  update: Modifica Pagina
150
152
  is_published: Pubblicata
153
+ choose_link: Select page...
151
154
  form_blocks:
152
155
  no_tags: |-
153
156
  Il Layout non ha tag di contenuto definiti.<br/>
@@ -218,6 +221,8 @@ it:
218
221
  create: Carica File
219
222
  cancel: Cancellare
220
223
  update: Modifica File
224
+ delete: Elimina
225
+ are_you_sure: Sei sicuro?
221
226
  page_form:
222
227
  are_you_sure: Sei sicuro?
223
228
  file:
@@ -1,12 +1,5 @@
1
1
  # encoding: utf-8
2
2
  ja:
3
- attributes:
4
- label: ラベル
5
- slug: スラッグ
6
- parent_id: 親
7
- content: コンテンツ
8
- identifier: Identifier
9
- full_path: Full path
10
3
  activerecord:
11
4
  models:
12
5
  comfy/cms/site: サイト
@@ -14,9 +7,11 @@ ja:
14
7
  comfy/cms/page: ページ
15
8
  comfy/cms/snippet: スニペット
16
9
  comfy/cms/file: File
10
+
17
11
  attributes:
18
12
  comfy/cms/site:
19
13
  identifier: Identifier
14
+ label: ラベル
20
15
  hostname: ホスト名
21
16
  path: パス
22
17
  locale: 言語
@@ -26,39 +21,46 @@ ja:
26
21
  label: レイアウト名
27
22
  app_layout: アプリケーションレイアウト
28
23
  parent_id: 親レイアウト
24
+ content: コンテンツ
29
25
  css: スタイルシート
30
26
  js: Javascript
31
27
  comfy/cms/page:
32
28
  label: ラベル
33
29
  layout_id: レイアウト
34
30
  slug: スラッグ
31
+ full_path: Full path
32
+ parent_id: 親
35
33
  target_page_id: ページにリダイレクト
34
+ content: コンテンツ
36
35
  is_published: パブリッシュ済み
37
36
  comfy/cms/file:
37
+ label: ラベル
38
38
  file: File
39
39
  description: Description
40
40
  comfy/cms/snippet:
41
41
  identifier: Identifier
42
-
42
+ label: ラベル
43
+ content: コンテンツ
44
+
43
45
  comfy:
44
46
  cms:
45
47
  content:
46
48
  site_not_found: サイトが見つかりません
47
49
  layout_not_found: レイアウトが見つかりません
48
50
  page_not_found: ページが見つかりません
49
-
51
+
50
52
  admin:
51
53
  cms:
52
54
  base:
53
55
  site_not_found: サイトが見つかりません
54
56
  fixtures_enabled: CMS フィクスチャが有効です。 ここでの変更はすべて破棄されます。
55
-
57
+
56
58
  sites: サイト
57
59
  layouts: レイアウト
58
60
  pages: ページ
59
61
  snippets: スニペット
60
62
  files: ファイル
61
-
63
+
62
64
  sites:
63
65
  created: サイトが作成されました
64
66
  creation_failure: サイトの作成に失敗しました
@@ -66,7 +68,7 @@ ja:
66
68
  update_failure: サイトの更新に失敗しました
67
69
  deleted: サイトが削除されました
68
70
  not_found: サイトが見つかりません
69
-
71
+
70
72
  index:
71
73
  title: サイト
72
74
  new_link: 新規サイトを作成
@@ -83,7 +85,7 @@ ja:
83
85
  cancel: キャンセル
84
86
  update: サイトを更新
85
87
  is_mirrored: ミラーリング済み
86
-
88
+
87
89
  layouts:
88
90
  created: レイアウトが作成されました
89
91
  creation_failure: レイアウトの作成に失敗しました
@@ -91,7 +93,7 @@ ja:
91
93
  update_failure: レイアウトの更新に失敗しました
92
94
  deleted: レイアウトが削除されました
93
95
  not_found: レイアウトが見つかりません
94
-
96
+
95
97
  index:
96
98
  title: レイアウト
97
99
  new_link: 新規レイアウトを作成
@@ -116,7 +118,7 @@ ja:
116
118
  create: レイアウトを作成
117
119
  cancel: キャンセル
118
120
  update: レイアウトを更新
119
-
121
+
120
122
  pages:
121
123
  created: ページが作成されました
122
124
  creation_failure: ページの作成に失敗しました
@@ -125,7 +127,7 @@ ja:
125
127
  deleted: ページが削除されました
126
128
  not_found: ページが見つかりません
127
129
  layout_not_found: レイアウトが見つかりません。 レイアウトを作成してください。
128
-
130
+
129
131
  index:
130
132
  title: ページ
131
133
  new_link: 新規ページを作成
@@ -148,11 +150,12 @@ ja:
148
150
  cancel: キャンセル
149
151
  update: ページを更新
150
152
  is_published: パブリッシュ済み
153
+ choose_link: Select page...
151
154
  form_blocks:
152
155
  no_tags: |-
153
156
  レイアウトにはコンテンツタグが定義されていません。<br/>
154
157
  コンテンツを編集してページまたはフィールドタグを含めてください。 例: <code>{{cms:page:content}}</code>
155
-
158
+
156
159
  snippets:
157
160
  created: スニペットが作成されました
158
161
  creation_failure: スニペットの作成に失敗しました
@@ -160,7 +163,7 @@ ja:
160
163
  update_failure: スニペットの更新に失敗しました
161
164
  deleted: スニペットが削除されました
162
165
  not_found: スニペットが見つかりません
163
-
166
+
164
167
  index:
165
168
  title: スニペット
166
169
  new_link: 新規スニペットを作成
@@ -177,12 +180,12 @@ ja:
177
180
  create: スニペットを作成
178
181
  cancel: キャンセル
179
182
  update: スニペットを更新
180
-
183
+
181
184
  revisions:
182
185
  reverted: コンテンツが元に戻りました
183
186
  record_not_found: レコードが見つかりません
184
187
  not_found: リビジョンが見つかりません
185
-
188
+
186
189
  show:
187
190
  title: リビジョン
188
191
  revision: リビジョン
@@ -193,7 +196,7 @@ ja:
193
196
  changes: Changes
194
197
  previous: Previous
195
198
  current: Current
196
-
199
+
197
200
  files:
198
201
  created: ファイルがアップロードされました
199
202
  creation_failure: ファイルのアップロードに失敗しました
@@ -201,7 +204,7 @@ ja:
201
204
  update_failure: ファイルの更新に失敗しました
202
205
  deleted: ファイルが削除されました
203
206
  not_found: ファイルが見つかりません
204
-
207
+
205
208
  index:
206
209
  title: ファイル
207
210
  new_link: 新規ファイルをアップロード
@@ -218,11 +221,13 @@ ja:
218
221
  create: ファイルをアップロード
219
222
  cancel: キャンセル
220
223
  update: ファイルを更新
224
+ delete: 削除
225
+ are_you_sure: よろしいですか?
221
226
  page_form:
222
227
  are_you_sure: よろしいですか?
223
228
  file:
224
229
  are_you_sure: よろしいですか?
225
-
230
+
226
231
  categories:
227
232
  index:
228
233
  label: カテゴリー
@@ -1,12 +1,5 @@
1
1
  # encoding: utf-8
2
2
  nb:
3
- attributes:
4
- label: Navn
5
- slug: Sti
6
- parent_id: Underside til
7
- content: Innhold
8
- identifier: Identifikator
9
- full_path: Fullstendig sti
10
3
  activerecord:
11
4
  models:
12
5
  comfy/cms/site: Nettside
@@ -14,9 +7,11 @@ nb:
14
7
  comfy/cms/page: Side
15
8
  comfy/cms/snippet: Snutt
16
9
  comfy/cms/file: Fil
10
+
17
11
  attributes:
18
12
  comfy/cms/site:
19
13
  identifier: Identifikator
14
+ label: Navn
20
15
  hostname: Tjenestenavn
21
16
  path: Sti
22
17
  locale: Språk
@@ -26,19 +21,26 @@ nb:
26
21
  label: Layoutnavn
27
22
  app_layout: Applayout
28
23
  parent_id: Hovedlayout
24
+ content: Innhold
29
25
  css: Stylesheet
30
26
  js: Javascript
31
27
  comfy/cms/page:
32
28
  label: Navn
33
29
  layout_id: Layout
34
30
  slug: Sti
31
+ full_path: Fullstendig sti
32
+ parent_id: Underside til
35
33
  target_page_id: Videresend til
34
+ content: Innhold
36
35
  is_published: Publisert
37
36
  comfy/cms/file:
37
+ label: Navn
38
38
  file: Fil
39
39
  description: Beskrivelse
40
40
  comfy/cms/snippet:
41
41
  identifier: Identifikator
42
+ label: Navn
43
+ content: Innhold
42
44
 
43
45
  comfy:
44
46
  cms:
@@ -148,6 +150,7 @@ nb:
148
150
  cancel: Cancel
149
151
  update: Endre side
150
152
  is_published: Publisert
153
+ choose_link: Velg side...
151
154
  form_blocks:
152
155
  no_tags: |-
153
156
  layout har ingen innholdsknagger definert.<br/>
@@ -218,6 +221,8 @@ nb:
218
221
  create: Last opp fil
219
222
  cancel: Cancel
220
223
  update: Endre fil
224
+ delete: Fjerne
225
+ are_you_sure: Er du sikker?
221
226
  page_form:
222
227
  are_you_sure: Er du sikker?
223
228
  file:
@@ -1,12 +1,5 @@
1
1
  # encoding: utf-8
2
2
  nl:
3
- attributes:
4
- label: Label
5
- slug: Slug
6
- parent_id: Ouder
7
- content: Inhoud
8
- identifier: Identifier
9
- full_path: Full path
10
3
  activerecord:
11
4
  models:
12
5
  comfy/cms/site: Site
@@ -14,9 +7,11 @@ nl:
14
7
  comfy/cms/page: Pagina
15
8
  comfy/cms/snippet: Snippet
16
9
  comfy/cms/file: Bestand
10
+
17
11
  attributes:
18
12
  comfy/cms/site:
19
13
  identifier: Identifier
14
+ label: Label
20
15
  hostname: Hostname
21
16
  path: Pad
22
17
  locale: Taal
@@ -26,19 +21,26 @@ nl:
26
21
  label: Lay-out Naam
27
22
  app_layout: App Lay-out
28
23
  parent_id: Ouder Lay-out
24
+ content: Inhoud
29
25
  css: Stylesheet
30
26
  js: Javascript
31
27
  comfy/cms/page:
32
28
  label: Label
33
29
  layout_id: Lay-out
34
30
  slug: Slug
31
+ full_path: Full path
32
+ parent_id: Ouder
35
33
  target_page_id: Omleiding naar Pagina
34
+ content: Inhoud
36
35
  is_published: Gepubliceerd
37
36
  comfy/cms/file:
37
+ label: Label
38
38
  file: Bestand
39
39
  description: Omschrijving
40
40
  comfy/cms/snippet:
41
41
  identifier: Identifier
42
+ label: Label
43
+ content: Inhoud
42
44
 
43
45
  comfy:
44
46
  cms:
@@ -46,13 +48,13 @@ nl:
46
48
  site_not_found: Site niet gevonden
47
49
  layout_not_found: Lay-out niet gevonden
48
50
  page_not_found: Pagina niet gevonden
49
-
51
+
50
52
  admin:
51
53
  cms:
52
54
  base:
53
55
  site_not_found: Site niet gevonden
54
56
  fixtures_enabled: CMS Fixtures zijn ingeschakeld. Alle veranderingen die hier gedaan zijn worden weggegooid.
55
-
57
+
56
58
  sites: Sites
57
59
  layouts: Lay-outs
58
60
  pages: Pagina's
@@ -66,7 +68,7 @@ nl:
66
68
  update_failure: Site bijwerken mislukt
67
69
  deleted: Site verwijderd
68
70
  not_found: Site niet gevonden
69
-
71
+
70
72
  index:
71
73
  title: Sites
72
74
  new_link: Maak Nieuwe Site Aan
@@ -91,7 +93,7 @@ nl:
91
93
  update_failure: Lay-out bijwerken mislukt
92
94
  deleted: Lay-out verwijderd
93
95
  not_found: Lay-out niet gevonden
94
-
96
+
95
97
  index:
96
98
  title: Lay-outs
97
99
  new_link: Maak Nieuwe Lay-out Aan
@@ -125,7 +127,7 @@ nl:
125
127
  deleted: Pagina verwijderd
126
128
  not_found: Pagina niet gevonden
127
129
  layout_not_found: Geen Lay-outs gevonden. Maak er a.u.b. een aan.
128
-
130
+
129
131
  index:
130
132
  title: Pagina's
131
133
  new_link: Maak Nieuwe Pagina Aan
@@ -148,6 +150,7 @@ nl:
148
150
  cancel: Annuleren
149
151
  update: Pagina Bijwerken
150
152
  is_published: Gepubliceerd
153
+ choose_link: Select page...
151
154
  form_blocks:
152
155
  no_tags: |-
153
156
  Lay-out heeft geen inhoud-tags gedefinieerd.<br/>
@@ -160,7 +163,7 @@ nl:
160
163
  update_failure: Snippet bijwerken mislukt
161
164
  deleted: Snippet verwijderd
162
165
  not_found: Snippet niet gevonden
163
-
166
+
164
167
  index:
165
168
  title: Snippets
166
169
  new_link: Maak Nieuw Snippet Aan
@@ -182,7 +185,7 @@ nl:
182
185
  reverted: Content teruggezet
183
186
  record_not_found: Record niet gevonden
184
187
  not_found: Revisie niet gevonden
185
-
188
+
186
189
  show:
187
190
  title: Revisies van
188
191
  revision: Revisie
@@ -201,7 +204,7 @@ nl:
201
204
  update_failure: Bestand bijwerken mislukt
202
205
  deleted: Bestand verwijderd
203
206
  not_found: Bestand niet gevonden
204
-
207
+
205
208
  index:
206
209
  title: Bestanden
207
210
  new_link: Upload Nieuw Bestand
@@ -218,11 +221,13 @@ nl:
218
221
  create: Upload Bestand
219
222
  cancel: Annuleren
220
223
  update: Update Bestand
224
+ delete: Verwijder
225
+ are_you_sure: Weet u het zeker?
221
226
  page_form:
222
227
  are_you_sure: Weet u het zeker?
223
228
  file:
224
229
  are_you_sure: Weet u het zeker?
225
-
230
+
226
231
  categories:
227
232
  index:
228
233
  label: Categorieën