refinerycms-resources 0.9.9.8 → 0.9.9.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/config/locales/jp.yml +35 -0
- data/refinerycms-resources.gemspec +4 -3
- metadata +4 -3
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
jp:
|
|
2
|
+
plugins:
|
|
3
|
+
refinery_files:
|
|
4
|
+
title: ファイル
|
|
5
|
+
description: ファイルのアップロードと管理
|
|
6
|
+
admin:
|
|
7
|
+
resources:
|
|
8
|
+
delete: ファイルを削除
|
|
9
|
+
edit: ファイルを変更
|
|
10
|
+
form:
|
|
11
|
+
download_current: ファイルをダウンロード
|
|
12
|
+
or: または
|
|
13
|
+
replace: "このファイルと差し替える"
|
|
14
|
+
maximum_file_size: "ファイルは最大で%{megabytes}MBまでです。"
|
|
15
|
+
resource:
|
|
16
|
+
download: "ファイルをダウンロードする(%{size})"
|
|
17
|
+
actions:
|
|
18
|
+
upload_new: ファイルをアップロードする
|
|
19
|
+
records:
|
|
20
|
+
no_files_yet: まだファイルはありません。「ファイルをアップロードする」をクリックして下さい。
|
|
21
|
+
insert:
|
|
22
|
+
existing: 既存のファイル
|
|
23
|
+
new: 新規のファイル
|
|
24
|
+
no_files: ファイルはありません。
|
|
25
|
+
existing_resource:
|
|
26
|
+
link_to_file: このファイルにリンクする
|
|
27
|
+
button_text: 挿入
|
|
28
|
+
activerecord:
|
|
29
|
+
models:
|
|
30
|
+
resource: ファイル
|
|
31
|
+
errors:
|
|
32
|
+
models:
|
|
33
|
+
resource:
|
|
34
|
+
blank: アップロードするファイルを指定して下さい。
|
|
35
|
+
too_long: "ファイルは最大で%{count}までです。"
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{refinerycms-resources}
|
|
5
|
-
s.version = %q{0.9.9.
|
|
5
|
+
s.version = %q{0.9.9.9}
|
|
6
6
|
s.summary = %q{Resources engine for Refinery CMS}
|
|
7
7
|
s.description = %q{Handles all file upload and processing functionality in Refinery CMS.}
|
|
8
|
-
s.date = %q{2011-03-
|
|
8
|
+
s.date = %q{2011-03-15}
|
|
9
9
|
s.email = %q{info@refinerycms.com}
|
|
10
10
|
s.homepage = %q{http://refinerycms.com}
|
|
11
11
|
s.rubyforge_project = %q{refinerycms}
|
|
@@ -44,6 +44,7 @@ Gem::Specification.new do |s|
|
|
|
44
44
|
'config/locales/es.yml',
|
|
45
45
|
'config/locales/fr.yml',
|
|
46
46
|
'config/locales/it.yml',
|
|
47
|
+
'config/locales/jp.yml',
|
|
47
48
|
'config/locales/lolcat.yml',
|
|
48
49
|
'config/locales/lt.yml',
|
|
49
50
|
'config/locales/lv.yml',
|
|
@@ -86,7 +87,7 @@ Gem::Specification.new do |s|
|
|
|
86
87
|
'spec/uploads/refinery_is_awesome.txt'
|
|
87
88
|
]
|
|
88
89
|
|
|
89
|
-
s.add_dependency 'refinerycms-core', '~> 0.9.9.
|
|
90
|
+
s.add_dependency 'refinerycms-core', '~> 0.9.9.9'
|
|
90
91
|
s.add_dependency 'dragonfly', '~> 0.8.2'
|
|
91
92
|
s.add_dependency 'rack-cache', '>= 0.5.3'
|
|
92
93
|
end
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: refinerycms-resources
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.9.9.
|
|
5
|
+
version: 0.9.9.9
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Resolve Digital
|
|
@@ -13,7 +13,7 @@ autorequire:
|
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
15
|
|
|
16
|
-
date: 2011-03-
|
|
16
|
+
date: 2011-03-15 00:00:00 +13:00
|
|
17
17
|
default_executable:
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
requirements:
|
|
25
25
|
- - ~>
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 0.9.9.
|
|
27
|
+
version: 0.9.9.9
|
|
28
28
|
type: :runtime
|
|
29
29
|
version_requirements: *id001
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
@@ -78,6 +78,7 @@ files:
|
|
|
78
78
|
- config/locales/es.yml
|
|
79
79
|
- config/locales/fr.yml
|
|
80
80
|
- config/locales/it.yml
|
|
81
|
+
- config/locales/jp.yml
|
|
81
82
|
- config/locales/lolcat.yml
|
|
82
83
|
- config/locales/lt.yml
|
|
83
84
|
- config/locales/lv.yml
|