refinerycms-dashboard 0.9.9.8 → 0.9.9.9
Sign up to get free protection for your applications and to get access to all the features.
- data/config/locales/jp.yml +26 -0
- data/refinerycms-dashboard.gemspec +4 -3
- metadata +4 -3
@@ -0,0 +1,26 @@
|
|
1
|
+
jp:
|
2
|
+
plugins:
|
3
|
+
refinery_dashboard:
|
4
|
+
title: ダッシュボード
|
5
|
+
description: Refineryでの活動の記録を俯瞰します。
|
6
|
+
admin:
|
7
|
+
dashboard:
|
8
|
+
index:
|
9
|
+
quick_tasks: クイックタスク
|
10
|
+
actions:
|
11
|
+
add_a_new_page: ページの新規追加
|
12
|
+
update_a_page: ページの更新
|
13
|
+
upload_a_image: 画像をアップロード
|
14
|
+
upload_a_file: ファイルをアップロード
|
15
|
+
change_language: 言語の選択
|
16
|
+
see_home_page: ホームページを見る
|
17
|
+
recent_activity:
|
18
|
+
empty: 最近の更新はありません。
|
19
|
+
latest_activity: 最近の活動記録
|
20
|
+
latest_activity_message: '%{what} %{kind}が%{action}'
|
21
|
+
recent_inquiries:
|
22
|
+
latest_inquiries: 最近の質問
|
23
|
+
updated:
|
24
|
+
'with_article "the"': 更新されました。
|
25
|
+
created:
|
26
|
+
'with_article "the"': 追加されました。
|
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{refinerycms-dashboard}
|
5
|
-
s.version = %q{0.9.9.
|
5
|
+
s.version = %q{0.9.9.9}
|
6
6
|
s.summary = %q{Dashboard engine for Refinery CMS}
|
7
7
|
s.description = %q{The dashboard is usually the first engine the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.}
|
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}
|
@@ -42,6 +42,7 @@ Gem::Specification.new do |s|
|
|
42
42
|
'config/locales/es.yml',
|
43
43
|
'config/locales/fr.yml',
|
44
44
|
'config/locales/it.yml',
|
45
|
+
'config/locales/jp.yml',
|
45
46
|
'config/locales/lolcat.yml',
|
46
47
|
'config/locales/lt.yml',
|
47
48
|
'config/locales/lv.yml',
|
@@ -70,5 +71,5 @@ Gem::Specification.new do |s|
|
|
70
71
|
'refinerycms-dashboard.gemspec'
|
71
72
|
]
|
72
73
|
|
73
|
-
s.add_dependency 'refinerycms-core', '~> 0.9.9.
|
74
|
+
s.add_dependency 'refinerycms-core', '~> 0.9.9.9'
|
74
75
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: refinerycms-dashboard
|
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
|
description: The dashboard is usually the first engine the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.
|
@@ -53,6 +53,7 @@ files:
|
|
53
53
|
- config/locales/es.yml
|
54
54
|
- config/locales/fr.yml
|
55
55
|
- config/locales/it.yml
|
56
|
+
- config/locales/jp.yml
|
56
57
|
- config/locales/lolcat.yml
|
57
58
|
- config/locales/lt.yml
|
58
59
|
- config/locales/lv.yml
|