locomotivecms 3.2.1 → 3.3.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +5 -6
  3. data/LICENSE +1 -1
  4. data/README.md +2 -2
  5. data/app/api/locomotive/api.rb +1 -0
  6. data/app/api/locomotive/api/entities/content_entry_entity.rb +4 -0
  7. data/app/api/locomotive/api/forms/page_form.rb +10 -0
  8. data/app/api/locomotive/api/resources/page_resource.rb +2 -0
  9. data/app/api/locomotive/api/resources/url_redirection_resource.rb +69 -0
  10. data/app/assets/images/locomotive/icons/flags/da.png +0 -0
  11. data/app/assets/images/locomotive/icons/flags/el.png +0 -0
  12. data/app/assets/images/locomotive/icons/flags/fa-IR.png +0 -0
  13. data/app/assets/images/locomotive/icons/flags/fi-FI.png +0 -0
  14. data/app/assets/images/locomotive/icons/flags/{ja.png → ja-JP.png} +0 -0
  15. data/app/assets/images/locomotive/icons/flags/{pl.png → pl-PL.png} +0 -0
  16. data/app/assets/images/locomotive/icons/flags/uk.png +0 -0
  17. data/app/assets/javascripts/locomotive/views/inputs/markdown_view.js.coffee +6 -2
  18. data/app/assets/javascripts/locomotive/views/inputs/rte/link_view.js.coffee +1 -1
  19. data/app/assets/javascripts/locomotive/views/inputs/rte/table_view.js.coffee +1 -1
  20. data/app/assets/javascripts/locomotive/views/inputs/rte_view.js.coffee.erb +1 -1
  21. data/app/assets/stylesheets/locomotive/new/_flags.scss.erb +2 -1
  22. data/app/assets/stylesheets/locomotive/old/form/_popover.scss +0 -4
  23. data/app/controllers/locomotive/concerns/redirect_to_main_host_controller.rb +1 -1
  24. data/app/controllers/locomotive/current_site_controller.rb +4 -1
  25. data/app/controllers/locomotive/errors_controller.rb +2 -0
  26. data/app/controllers/locomotive/passwords_controller.rb +5 -1
  27. data/app/controllers/locomotive/registrations_controller.rb +6 -0
  28. data/app/controllers/locomotive/sessions_controller.rb +5 -1
  29. data/app/helpers/locomotive/base_helper.rb +18 -0
  30. data/app/helpers/locomotive/custom_fields_helper.rb +14 -0
  31. data/app/helpers/locomotive/shared/pages_helper.rb +4 -0
  32. data/app/helpers/locomotive/sites_helper.rb +4 -4
  33. data/app/models/locomotive/concerns/page/redirect.rb +1 -1
  34. data/app/models/locomotive/concerns/site/locales.rb +3 -4
  35. data/app/models/locomotive/concerns/site/url_redirections.rb +47 -1
  36. data/app/models/locomotive/page.rb +10 -5
  37. data/app/policies/locomotive/page_policy.rb +4 -0
  38. data/app/uploaders/locomotive/theme_asset_uploader.rb +1 -1
  39. data/app/views/locomotive/current_site/_url_redirection.html.slim +9 -5
  40. data/app/views/locomotive/current_site/form/_url_redirections.html.slim +1 -1
  41. data/app/views/locomotive/layouts/account.html.slim +1 -1
  42. data/app/views/locomotive/layouts/error.html.slim +2 -2
  43. data/app/views/locomotive/passwords/edit.html.slim +1 -1
  44. data/app/views/locomotive/passwords/new.html.slim +1 -1
  45. data/app/views/locomotive/registrations/new.html.slim +1 -1
  46. data/app/views/locomotive/sessions/new.html.slim +2 -2
  47. data/app/views/locomotive/shared/_account_navigation.slim +1 -1
  48. data/app/views/locomotive/shared/_sidebar.html.slim +1 -1
  49. data/app/views/locomotive/shared/sidebar/_page.html.slim +25 -24
  50. data/config/locales/ca.yml +332 -0
  51. data/config/locales/carrierwave.ar.yml +4 -0
  52. data/config/locales/carrierwave.ca.yml +4 -0
  53. data/config/locales/carrierwave.da.yml +4 -0
  54. data/config/locales/carrierwave.fi-FI.yml +4 -0
  55. data/config/locales/carrierwave.it.yml +4 -0
  56. data/config/locales/carrierwave.ja-JP.yml +4 -0
  57. data/config/locales/carrierwave.pl-PL.yml +4 -0
  58. data/config/locales/carrierwave.ru.yml +1 -1
  59. data/config/locales/carrierwave.sv-FI.yml +4 -0
  60. data/config/locales/cs.yml +14 -0
  61. data/config/locales/de.yml +64 -60
  62. data/config/locales/default.ca.yml +13 -0
  63. data/config/locales/default.da.yml +13 -0
  64. data/config/locales/default.de.yml +1 -1
  65. data/config/locales/default.fa_IR.yml +13 -0
  66. data/config/locales/default.fi-FI.yml +13 -0
  67. data/config/locales/default.ja-JP.yml +13 -0
  68. data/config/locales/default.pl-PL.yml +13 -0
  69. data/config/locales/default.sv-FI.yml +13 -0
  70. data/config/locales/devise.ca.yml +61 -0
  71. data/config/locales/devise.da.yml +60 -0
  72. data/config/locales/devise.de.yml +23 -23
  73. data/config/locales/devise.en.yml +6 -5
  74. data/config/locales/devise.fi-FI.yml +61 -0
  75. data/config/locales/devise.fr.yml +6 -4
  76. data/config/locales/devise.it.yml +61 -0
  77. data/config/locales/devise.ja-JP.yml +61 -0
  78. data/config/locales/devise.pl-PL.yml +61 -0
  79. data/config/locales/devise.ru.yml +35 -35
  80. data/config/locales/devise.sv-FI.yml +61 -0
  81. data/config/locales/el.yml +14 -0
  82. data/config/locales/en.yml +7 -0
  83. data/config/locales/flash.ca.yml +82 -0
  84. data/config/locales/flash.cs.yml +3 -0
  85. data/config/locales/flash.da.yml +79 -0
  86. data/config/locales/flash.de.yml +19 -16
  87. data/config/locales/flash.el.yml +3 -0
  88. data/config/locales/flash.ja-JP.yml +82 -0
  89. data/config/locales/flash.pl-PL.yml +82 -0
  90. data/config/locales/flash.sv-FI.yml +82 -0
  91. data/config/locales/fr.yml +5 -1
  92. data/config/locales/inputs.ca.yml +19 -0
  93. data/config/locales/inputs.da.yml +18 -0
  94. data/config/locales/inputs.fa_IR.yml +18 -0
  95. data/config/locales/inputs.fi-FI.yml +19 -0
  96. data/config/locales/inputs.ja-JP.yml +19 -0
  97. data/config/locales/inputs.pl-PL.yml +19 -0
  98. data/config/locales/inputs.sv-FI.yml +19 -0
  99. data/config/locales/ja-JP.yml +332 -0
  100. data/config/locales/mongoid.ca.yml +47 -0
  101. data/config/locales/mongoid.da.yml +47 -0
  102. data/config/locales/mongoid.de.yml +15 -6
  103. data/config/locales/mongoid.fa_IR.yml +41 -0
  104. data/config/locales/mongoid.ja-JP.yml +47 -0
  105. data/config/locales/mongoid.pl-PL.yml +47 -0
  106. data/config/locales/mongoid.sv-FI.yml +47 -0
  107. data/config/locales/nl.yml +4 -0
  108. data/config/locales/pl-PL.yml +332 -0
  109. data/config/locales/ru.yml +74 -74
  110. data/config/locales/simple_form.ca.yml +153 -0
  111. data/config/locales/simple_form.cs.yml +1 -0
  112. data/config/locales/simple_form.de.yml +45 -33
  113. data/config/locales/simple_form.el.yml +1 -0
  114. data/config/locales/simple_form.fi-FI.yml +153 -0
  115. data/config/locales/simple_form.ja-JP.yml +153 -0
  116. data/config/locales/simple_form.pl-PL.yml +153 -0
  117. data/config/locales/simple_form.ru.yml +8 -8
  118. data/config/locales/simple_form.sv-FI.yml +153 -0
  119. data/config/locales/sv-FI.yml +332 -0
  120. data/lib/locomotive/configuration.rb +1 -1
  121. data/lib/locomotive/dragonfly.rb +6 -4
  122. data/lib/locomotive/engine.rb +6 -0
  123. data/lib/locomotive/middlewares/site.rb +3 -1
  124. data/lib/locomotive/mongoid/patches.rb +9 -28
  125. data/lib/locomotive/steam/middlewares/wysihtml_css.rb +1 -1
  126. data/lib/locomotive/version.rb +1 -1
  127. data/spec/models/locomotive/concerns/site/metafields_spec.rb +1 -1
  128. data/spec/models/locomotive/concerns/site/url_redirections_spec.rb +62 -2
  129. data/spec/models/locomotive/content_entry_spec.rb +4 -4
  130. data/spec/models/locomotive/page_spec.rb +25 -10
  131. data/spec/models/locomotive/site_spec.rb +2 -0
  132. data/spec/requests/locomotive/steam/cache_spec.rb +1 -1
  133. data/spec/support/factories.rb +1 -0
  134. data/vendor/assets/javascripts/locomotive/datepicker_i18n.js.erb +12 -6
  135. data/vendor/assets/javascripts/locomotive/wysihtml5x-toolbar.js +24 -27
  136. metadata +102 -89
@@ -0,0 +1,18 @@
1
+ da:
2
+ locomotive:
3
+ inputs:
4
+ file:
5
+ none: ingen fil
6
+ choose: Vælg
7
+ change: Opdater
8
+ delete: Slet
9
+ cancel: Annuller
10
+ select_local_file: Upload en lokal fil
11
+ select_content_asset: Vælg blandt aktiver
12
+ array:
13
+ new: Ny
14
+ add: Tilføj
15
+ edit: Rediger
16
+ toggle:
17
+ on_text: "Ja"
18
+ off_text: "Nej"
@@ -0,0 +1,18 @@
1
+ fa_IR:
2
+ locomotive:
3
+ inputs:
4
+ file:
5
+ none: فایل موجود نیست
6
+ browse: انتخاب فایل
7
+ choose: انتخاب
8
+ change: تغییر
9
+ delete: حذف
10
+ cancel: لغو
11
+ select_local_file: آپلود فایل از سیستم
12
+ array:
13
+ new: جدید
14
+ add: اضافه
15
+ edit: ویرایش
16
+ toggle:
17
+ on_text: "بله"
18
+ off_text: "خیر"
@@ -0,0 +1,19 @@
1
+ fi-FI:
2
+ locomotive:
3
+ inputs:
4
+ file:
5
+ none: ei tiedostoa
6
+ browse: Selaa
7
+ choose: Valitse
8
+ change: Vaihda
9
+ delete: Poista
10
+ cancel: Peruuta
11
+ select_local_file: Lataa paikallinen tiedosto
12
+ select_content_asset: Valitse hyödykkeistä
13
+ array:
14
+ new: Uusi
15
+ add: Lisää
16
+ edit: Muokkaa
17
+ toggle:
18
+ on_text: "Kyllä"
19
+ off_text: "Ei"
@@ -0,0 +1,19 @@
1
+ ja-JP:
2
+ locomotive:
3
+ inputs:
4
+ file:
5
+ none: ファイルなし
6
+ browse: 閲覧
7
+ choose: 選択
8
+ change: 変更
9
+ delete: 削除
10
+ cancel: キャンセル
11
+ select_local_file: ファイルをアップロード
12
+ select_content_asset: アセットを選択
13
+ array:
14
+ new: 新規
15
+ add: 追加
16
+ edit: 編集
17
+ toggle:
18
+ on_text: "はい"
19
+ off_text: "いいえ"
@@ -0,0 +1,19 @@
1
+ pl-PL:
2
+ locomotive:
3
+ inputs:
4
+ file:
5
+ none: brak pliku
6
+ browse: Przeglądaj
7
+ choose: Wybierz
8
+ change: Zmień
9
+ delete: Usuń
10
+ cancel: Anuluj
11
+ select_local_file: Wgraj plik z dysku
12
+ select_content_asset: Wybierz z zasobów
13
+ array:
14
+ new: Nowy
15
+ add: Dodaj
16
+ edit: Edytuj
17
+ toggle:
18
+ on_text: "Tak"
19
+ off_text: "Nie"
@@ -0,0 +1,19 @@
1
+ sv-FI:
2
+ locomotive:
3
+ inputs:
4
+ file:
5
+ none: Ingen fil
6
+ browse: Bläddra
7
+ choose: Välj
8
+ change: Ändra
9
+ delete: Ta bort
10
+ cancel: Avbryt
11
+ select_local_file: Fil från dator
12
+ select_content_asset: Välj bland filer
13
+ array:
14
+ new: Ny
15
+ add: Lägg till
16
+ edit: Redigera
17
+ toggle:
18
+ on_text: "Ja"
19
+ off_text: "Nej"
@@ -0,0 +1,332 @@
1
+ ja-JP:
2
+ locomotive:
3
+ locales:
4
+ en: 英語
5
+ de: ドイツ語
6
+ fr: フランス語
7
+ pl: ポーランド語
8
+ pt: ポルトガル語
9
+ pt-BR: "ブラジルポルトガル語"
10
+ it: イタリア語
11
+ nl: オランダ語
12
+ nb: ノルウェー語
13
+ es: スペイン語
14
+ ru: ロシア語
15
+ et: エストニア語
16
+ lt: リトアニア語
17
+ ja: 日本語
18
+ zh-CN: 中国語
19
+ cs: チェコ語
20
+ bg: ブルガリア語
21
+ sk: スロヴァキア語
22
+ sr: セルビア語
23
+ sv: スウェーデン語
24
+ el: ギリシャ語
25
+ messages:
26
+ confirm: よろしいですか?
27
+ unsaved_content_warning: "入力したデータが保存されていません。"
28
+ shared:
29
+ header:
30
+ welcome: '%{name}さん、ようこそ!'
31
+ sites: マイサイト
32
+ account: アカウント設定
33
+ see: Webで見る
34
+ help: ヘルプ
35
+ logout: ログアウト
36
+ sidebar:
37
+ dashboard: ダッシュボード
38
+ assets: アセット
39
+ pages: ページ
40
+ settings: 設定
41
+ metafields: プロパティ
42
+ developers: 開発者情報
43
+ content_types:
44
+ title: モデル
45
+ translations: 翻訳
46
+ list:
47
+ untranslated: 未翻訳
48
+ created_at: "%{distance} 前に作成"
49
+ created_by: "%{distance} 前に %{who} が作成"
50
+ updated_at: "%{distance} 前に更新"
51
+ updated_by: "%{distance} 前に %{who} が更新"
52
+ rte:
53
+ toolbar:
54
+ table:
55
+ merge: マージ
56
+ insert_row_before: 前へ行を追加
57
+ insert_row_after: 後ろへ行を追加
58
+ insert_col_before: 前へカラムを追加
59
+ insert_col_after: 後ろへカラムを追加
60
+ delete_row: 行を削除
61
+ delete_col: カラムを削除
62
+ errors:
63
+ '500':
64
+ title: アプリケーションエラー
65
+ message: "異常が発生しました。管理者へ連絡してください。"
66
+ '404':
67
+ title: ページなし
68
+ message: "要求されたページは存在しません。"
69
+ no_site:
70
+ title: サイトなし
71
+ next: "次 →"
72
+ message:
73
+ create_account: "アカウントを作成してからサイトを作成してください。"
74
+ add_domain: "<strong>%{host}</strong>をドメインリストに追加してください。"
75
+ sign_in: "サインインしてから、<strong>%{host}</strong>をドメインリストに追加してください。"
76
+ notifications:
77
+ new_content_entry:
78
+ subject: "[%{domain}][%{type}] 新しいエントリー"
79
+ title: "%{name} さん、 <b>%{domain}</b> サイトの新しいインスタンスが %{date} に作成されました。"
80
+ type: "モデル: %{type}"
81
+ activity:
82
+ site:
83
+ created: 'サイトを作成'
84
+ page:
85
+ created: ' %{page} ページを作成'
86
+ updated: '%{page} ページを更新'
87
+ destroyed: '%{page} ページを削除'
88
+ sorted: 'ページをソート'
89
+ editable_element:
90
+ updated_bulk: '%{pages} のコンテンツを更新'
91
+ content_entry:
92
+ created: '%{entry} を %{content_type} へ追加'
93
+ created_public: '%{entry} を公開フォームの %{content_type} へ追加'
94
+ updated: '%{content_type} から %{entry} を更新'
95
+ destroyed: '%{content_type} から %{entry} を削除'
96
+ sorted: '%{content_type} をソート'
97
+ content_asset:
98
+ created_bulk: '%{count} アセットをアップロード'
99
+ destroyed: '%{name} アセットを削除'
100
+ membership:
101
+ created: '%{name} をサイトに追加'
102
+ site_metafields:
103
+ updated: '%{label} を更新'
104
+ pagination:
105
+ first: "&laquo;"
106
+ last: "&raquo;"
107
+ previous: "&lsaquo;"
108
+ next: "&rsaquo;"
109
+ truncate: "&hellip;"
110
+ custom_fields:
111
+ select_options:
112
+ edit:
113
+ title: "%{type} &mdash; 編集オプション"
114
+ back: "エントリーへ戻る"
115
+ option:
116
+ edit: 編集
117
+ apply: 適用
118
+ cancel: キャンセル
119
+ types:
120
+ belongs_to:
121
+ edit: 編集
122
+ placeholder: "%{name} を選択"
123
+ searching: 検索中...
124
+ no_matches: 該当なし
125
+ too_short: 1文字以上入力してください
126
+ many_to_many:
127
+ placeholder: "%{name} から選択"
128
+ searching: 検索中...
129
+ no_matches: 該当なし
130
+ too_short: 1文字以上入力してください
131
+ select:
132
+ edit: オプション編集
133
+ file:
134
+ delete_file: ファイル削除
135
+ has_many:
136
+ new_label: 追加
137
+ form:
138
+ required: 必須
139
+ default_label: フィールド名
140
+ select_options:
141
+ ask_name: "オプションのラベルをタイプ"
142
+ dashboard:
143
+ show:
144
+ title: 'ダッシュボード'
145
+ url:
146
+ title: "サイトURL:"
147
+ visit: '表示'
148
+ change_domain: 'ドメイン名を指定'
149
+ activity:
150
+ title: アクティビティ
151
+ unknown_account: だれか
152
+ load_more: もっとロードする
153
+ loading_activity_feed: ロード中...
154
+ sessions:
155
+ new:
156
+ email: "Eメール"
157
+ link: "パスワードを忘れた場合はこちら"
158
+ password: "パスワード"
159
+ sign_up: アカウントを作成しますか?
160
+ submit: サインイン
161
+ title: サインイン
162
+ registrations:
163
+ new:
164
+ confirm_password: パスワードを再度入力
165
+ description: "Locomotiveを使用するにはアカウントが必要です。"
166
+ sign_in: 既にアカウントをお持ちですか?
167
+ submit: アカウント登録
168
+ title: アカウント登録
169
+ passwords:
170
+ new:
171
+ description: "メールアドレスを送信してください。パスワードのリセット手順をメールでお知らせ致します。"
172
+ link: "ログインページへ戻る"
173
+ email: "メールアドレス"
174
+ submit: "送信"
175
+ title: "パスワードをお忘れですか?"
176
+ edit:
177
+ description: "新しいパスワードを入力してください。"
178
+ link: "ログインページへ戻る"
179
+ password: "新しいパスワード"
180
+ password_confirmation: "パスワード確認"
181
+ submit: "パスワードを更新"
182
+ title: "パスワードをリセット"
183
+ pages:
184
+ index:
185
+ title: 'ページ'
186
+ new: '新規ページ'
187
+ list_content_entries: "リスト %{name}"
188
+ new_content_entry: "新規 %{name}"
189
+ new:
190
+ title: 新規ページ
191
+ help: "以下を入力してください。デフォルトは非公開に設定されています。"
192
+ edit:
193
+ title: "%{title} &mdash; <small>%{fullpath}</small>"
194
+ form:
195
+ no_layout: 親ページのレイアウトを使用
196
+ redirect_type:
197
+ permanent: "永続 (301)"
198
+ temporary: "一時 (302)"
199
+ editable_elements:
200
+ index:
201
+ redirection_error: "Locomotiveページ以外は編集できません。"
202
+ iframe:
203
+ buttons:
204
+ edit: 編集
205
+ index_without_preview:
206
+ title: "%{title} &mdash; <small>%{fullpath}</small>"
207
+ edit:
208
+ settings_link: '設定'
209
+ no_editable_elements: '編集エレメントなし'
210
+ parsing_error: "<b>テンプレートをパースできません。</b><br/>Wagonで動作するか確認してください。"
211
+ blocks:
212
+ all: すべて
213
+ unknown: 不明
214
+ form:
215
+ model:
216
+ buttons:
217
+ list: 管理
218
+ edit: 編集
219
+ sites:
220
+ index:
221
+ description: "クリックすると、コンテンツマネージメントセクションに移動します。"
222
+ new: 新しいサイトを追加
223
+ title: マイサイト
224
+ new:
225
+ description: "入力してサイト作成ボタンをクリックしてください。新しいサイトが作成されます。"
226
+ go_back: 戻る
227
+ submit: サイト作成
228
+ title: 新規サイト
229
+ site:
230
+ no_domain: ドメインなし
231
+ current_site:
232
+ edit:
233
+ title: 編集中のサイト
234
+ form:
235
+ main:
236
+ new_membership: "アカウント追加"
237
+ advanced:
238
+ destroy: "このサイトを削除"
239
+ confirm_destroy: "確認のためサイト名を入力してください。"
240
+ current_site_metafields:
241
+ index:
242
+ title: プロパティを編集
243
+ no_metafields: サイトに定義されたメタフィールドがありません。
244
+ memberships:
245
+ roles:
246
+ admin: 管理者
247
+ designer: デザイナー
248
+ author: 著者
249
+ new:
250
+ title: 新しいメンバー
251
+ help: "追加アカウントのメールアドレスを入力してください。入力されていないときは、アカウント作成フォームに移ります。"
252
+ back: "サイト設定へ戻る"
253
+ edit:
254
+ title: "<b>%{name}</b> のメンバーシップを編集"
255
+ back: "サイト設定へ戻る"
256
+ accounts:
257
+ new:
258
+ title: 新しいアカウント
259
+ help: "入力してください。"
260
+ my_account:
261
+ edit:
262
+ title: アカウント編集
263
+ form:
264
+ api:
265
+ api_key: "Wagonがサイトをディプロイするために使用しています。(Wagonサイトの config/deploy.yml ファイルを確認してください。)"
266
+ translations:
267
+ untranslated: "未翻訳のロケール"
268
+ index:
269
+ title: 翻訳
270
+ no_items: "翻訳はありません。"
271
+ search_placeholder: "キーまたは翻訳を入力"
272
+ help: "オレンジ(一部ローカライズ)と赤(ローカライズなし)のドットのエントリを全て翻訳してください。"
273
+ filter_by:
274
+ all: 全て
275
+ done: 翻訳済み
276
+ partially: 一部翻訳済み
277
+ none: 未翻訳
278
+ edit:
279
+ title: "翻訳 &mdash; %{key} を編集中"
280
+ form:
281
+ not_translated: "未翻訳"
282
+ content_assets:
283
+ index:
284
+ title: "アセット"
285
+ upload: ファイルアップロード
286
+ edit_in_drawer:
287
+ buttons:
288
+ resize: "リサイズ"
289
+ crop: "クロップ"
290
+ apply: "適用"
291
+ dropzone:
292
+ instructions: "<strong>ここにファイルをドロップ</strong><br/>You can also"
293
+ browse: "ファイルを選択"
294
+ list:
295
+ no_items: "アセットはありません。"
296
+ buttons:
297
+ select: "選択"
298
+ edit: "編集"
299
+ nav:
300
+ types:
301
+ all: 全て
302
+ pdf: PDF
303
+ image: イメージ
304
+ media: リッチメディア
305
+ others: その他
306
+ search_form:
307
+ placeholder: ファイル名で検索
308
+ public_submission_accounts:
309
+ edit:
310
+ title: "%{name} &mdash; 通知設定"
311
+ content_entries:
312
+ index:
313
+ title: '%{type}'
314
+ download: ダウンロードしたエントリー
315
+ new: 新しいエントリー
316
+ edit_notification_settings: 通知設定を編集
317
+ search_placeholder: "検索キーワードを入力"
318
+ group_by:
319
+ all: 全体
320
+ list:
321
+ no_items: "エントリーがありません。作成するには <a href=\"%{url}\">ここ</a>をクリックしてください。"
322
+ new:
323
+ title: '%{type} &mdash; 新規'
324
+ edit:
325
+ title: '%{type} &mdash; 編集'
326
+ shared:
327
+ back: '&larr; リストへ戻る'
328
+ developers_documentation:
329
+ show:
330
+ title: 開発者情報
331
+ wagon: Wagon
332
+ api: API