dune-admin 1.2.3 → 1.2.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9f280b75ac2d26e88d1a3e4beb090ed0d2a46b2
4
- data.tar.gz: d86c90f2ccac1b299acd58861584fe30669d071a
3
+ metadata.gz: 7d2a5bce1c401e943d9175bdc26bb1d26263dabd
4
+ data.tar.gz: 192c35f93de0d5b72aa3abdf36d36dab665c3971
5
5
  SHA512:
6
- metadata.gz: e6a68d768b2999406d3ed82bce8c06cebbdafcdbee8c8ca46a36874143743e57ac788f9a13c50c8ca7ab1e274e82650183b0251c8e629d8c27c3f4d8d22ed53d
7
- data.tar.gz: 521833bf538b346d74bcb0469fb27a9ec25827705f63d6ae26db5c541baa8dd9118ccad2a831bd517ac0f4e7de703e7368c6f86a8de0906501076ecf774bd57b
6
+ metadata.gz: 53f3f6fff3733615bc955dfaf1b279d5072c4a1c703db1b8e5b69868bf76f6415e53fc3f28881cdeb167847865a740dfef50e5bd717927f28132c9c20541c340
7
+ data.tar.gz: a1da63229da2c9838b27d56dff0c39789177cc0063d8563735c8edb60adfcf6077037c78c5c187aabf5dbdfda084049be9c0ab935d52ff66c5a465c72674e2fe
@@ -32,7 +32,7 @@
32
32
  = select_tag :with_state, options_for_select(Project.state_names, params[:with_state]), include_blank: true
33
33
  .large-4.columns
34
34
  = label_tag :by_category_id, t('.by_category')
35
- = select_tag :by_category_id, options_from_collection_for_select(Category.all, :id, :name_pt,params[:by_category_id]), include_blank: true
35
+ = select_tag :by_category_id, options_from_collection_for_select(Category.all, :id, :name_fr,params[:by_category_id]), include_blank: true
36
36
  .row
37
37
  .large-6.columns
38
38
  = label_tag :user_name_contains, t('.user')
@@ -0,0 +1,274 @@
1
+ fr:
2
+ dune:
3
+ admin:
4
+ confirm_dialog: 'You are sure?'
5
+ dashboard:
6
+ index:
7
+ title: 'Dashboard'
8
+ menu: 'Dashboard'
9
+ download_statistics_report: 'Download Statistics Report'
10
+ download_funding_raised_per_project_report: 'Download Funding Raised Per Project Report'
11
+ total_users:
12
+ title: 'Total Users'
13
+ hint: 'Number of People Engaged on Platform'
14
+ total_organization_users:
15
+ title: 'Total Companies/Organizations'
16
+ hint: 'Number of Companies/Organizations Engaged on Platform'
17
+ total_communities:
18
+ title: 'Total Communities'
19
+ hint: 'Number of Communities Served'
20
+ total_projects:
21
+ title: 'Total Projects'
22
+ hint: 'Number of Projects on Plataform'
23
+ total_projects_draft:
24
+ title: 'Total Projects on Draft'
25
+ hint: 'Number of Projects on Draft Mode'
26
+ total_projects_online:
27
+ title: 'Total Projects Online'
28
+ hint: 'Number of Projects Online Now'
29
+ total_contributions:
30
+ title: 'Total Contributions'
31
+ hint: 'Number of Contributions'
32
+ total_contributors:
33
+ title: 'Total Contributors'
34
+ hint: 'Number of Contributors'
35
+ total_contributed:
36
+ title: 'Total Contributed'
37
+ hint: 'Funding Raised'
38
+ total_subscribers:
39
+ title: 'Total Followers'
40
+ hint: 'Number of Followers'
41
+ contacts:
42
+ index:
43
+ menu: 'Contacts'
44
+ title: 'Companies Contacts'
45
+ first_name: 'First Name'
46
+ last_name: 'Last Name'
47
+ email: 'Email Address'
48
+ company_name: 'Company Name'
49
+ created_at: 'Created at'
50
+ no_records: 'No contacts yet'
51
+ details: 'Details'
52
+ show:
53
+ title: 'Companies Contact - Details'
54
+ first_name: 'First Name'
55
+ last_name: 'Last Name'
56
+ phone: 'Phone'
57
+ email: 'Email Address'
58
+ company_name: 'Company Name'
59
+ company_website: 'Company Website'
60
+ message: 'Message'
61
+ created_at: 'Contact sent at %{date}'
62
+ back: 'Back'
63
+ tags:
64
+ index:
65
+ menu: 'Tags'
66
+ title: 'Tags management'
67
+ name: 'Name'
68
+ total_projects_using: 'Total projects using'
69
+ no_tags: 'No tags yet'
70
+ edit: 'Edit'
71
+ destroy: 'Destroy'
72
+ new: 'Add new tag'
73
+ only_polular: 'Show only popular tags'
74
+ submit: 'Search'
75
+ new:
76
+ title:
77
+ 'Add new tag'
78
+ edit:
79
+ title: 'Edit tag'
80
+ channels:
81
+ messages:
82
+ successful:
83
+ push_to_draft: 'The channel is no longer visible!'
84
+ push_to_online: 'The channel is now visible!'
85
+ index:
86
+ menu: 'Channels'
87
+ title: 'Channels management'
88
+ manage_members: 'Manage'
89
+ name: 'Name'
90
+ members: 'Members'
91
+ permalink: 'Permalink'
92
+ created_at: 'Created at'
93
+ state: 'State'
94
+ no_chaneels: 'No channels yet'
95
+ edit: 'Edit'
96
+ destroy: 'Destroy'
97
+ new: 'Add new channel'
98
+ push_to_draft: 'Send to draft'
99
+ push_to_online: 'Make it visible'
100
+ new:
101
+ title:
102
+ 'Add new channel'
103
+ edit:
104
+ title: 'Edit channel'
105
+ form:
106
+ associate_existing_user: 'Associate an existing user'
107
+ create_new_channel_user: 'Create a new user'
108
+ start_content: 'Content for Start Page'
109
+ success_content: 'Content for Successfully Submitted Page'
110
+ members:
111
+ messages:
112
+ removed: 'Successfully removed!'
113
+ success: 'Success! Now the user owns this channel.'
114
+ user_not_found: 'User not found.'
115
+ already_a_member: "This user already owns a channel."
116
+ index:
117
+ title: 'Manage %{channel_name} Members'
118
+ no_members: 'No memberts yet.'
119
+ id: 'User ID'
120
+ name: 'Name'
121
+ email: 'Email'
122
+ destroy: 'Remove'
123
+ new: 'Add new Member'
124
+ new:
125
+ title: 'Add new Member'
126
+ user_id: 'User ID'
127
+
128
+ press_assets:
129
+ index:
130
+ menu: 'Press Assets'
131
+ page_title: 'Press assets management'
132
+ no_press_assets: 'No press assets'
133
+ title: 'Title'
134
+ url: 'URL'
135
+ image: 'Image'
136
+ edit: 'Edit'
137
+ destroy: 'Destroy'
138
+ new: 'Add new press asset'
139
+ new:
140
+ title: 'Add new press asset'
141
+ edit:
142
+ title: 'Edit press asset'
143
+ projects:
144
+ index:
145
+ by_state: 'By state'
146
+ between_created_at: 'Created at between'
147
+ between_expires_at: 'Expires at between'
148
+ between_online_date: 'Between online date'
149
+ project: 'Search'
150
+ with_state: 'By state'
151
+ by_category: 'By category'
152
+ user: 'User name'
153
+ by_user_email: 'By user email'
154
+ id: ID
155
+ name: 'Name'
156
+ populate_contribution: 'Prepopulate contribution'
157
+ send_to_trash: "Send to TRASH"
158
+ send_to_draft: 'Send to DRAFT!'
159
+ approve: 'Approve!'
160
+ reject: 'Reject!'
161
+ launch: 'Launch!'
162
+ user_id: 'User ID'
163
+ goal: 'Goal'
164
+ total_contributions: 'Contributions'
165
+ online_date: 'Online date'
166
+ pledged: 'Pledged'
167
+ recommended: 'Recommended?'
168
+ state: 'State'
169
+ menu: 'Projects'
170
+ title: 'Projects management'
171
+ total_projects: 'projects'
172
+ submit: 'filter'
173
+ expires_at: 'Expires at'
174
+ category: 'Category'
175
+ order_table: 'Order table'
176
+ order_date: 'Send date'
177
+ order_asc: 'Goal asc'
178
+ order_desc: 'Goal desc'
179
+ order_created_at: 'Submission date'
180
+ featured: 'Featured?'
181
+ home_page: 'Home page?'
182
+ financials:
183
+ index:
184
+ menu: 'Financial reports'
185
+ title: 'Financial reports'
186
+ submit: 'Filter'
187
+ with_state: 'By state'
188
+ by_progress: By progress %
189
+ user: 'User name'
190
+ project: 'Project name'
191
+ download_search_report: 'Download report of results'
192
+ users:
193
+ index:
194
+ title: "Users management"
195
+ menu: 'Users'
196
+ credits: Credits
197
+ credits_view: "Calculated credits"
198
+ id: ID
199
+ key: Key
200
+ submit: Search
201
+ has_credits_difference: "Discrepancy in credits"
202
+ total_contributed: contributed
203
+ total_contributors: contributors
204
+ total_contributions: contributions
205
+ total_users: users
206
+ total_credits: credits
207
+ total_credits_view: "calculated credits"
208
+ user: User
209
+ value: Value
210
+ provider: Provider
211
+ edit: 'Edit'
212
+ contributions:
213
+ messages:
214
+ successful:
215
+ confirm: 'Contribution confirmed!'
216
+ pendent: 'Contribution unconfirmed!'
217
+ refund: 'Contribution refunded!'
218
+ change_reward: 'Reward changed!'
219
+ hide: 'Contribution hidden!'
220
+ cancel: 'Contribution canceled!'
221
+ push_to_trash: 'Contribution deleted!'
222
+ index:
223
+ push_to_trash: 'Delete contribution'
224
+ cancel: 'Cancel contribution'
225
+ refund_and_hide: 'Refund and hide'
226
+ contribution_info: 'Info of contribution %{key}'
227
+ payment_id: 'Payment ID'
228
+ payment_method: 'Payment method'
229
+ payment_fee: 'Payment method fee'
230
+ fee_paid_by_user: 'Fee paid by user?'
231
+ user_email: 'User email'
232
+ pending_to_refund: 'Pending to refund'
233
+ created_at: 'Created at'
234
+ title: "Contributions management"
235
+ menu: 'Contributions'
236
+ anonymous: Anonymous?
237
+ confirmed: Confirmed?
238
+ credits: "Used credits?"
239
+ id: ID
240
+ key: Key
241
+ no_contributions: "No contributors found."
242
+ project: Project
243
+ refunded: Refunded?
244
+ requested_refund: "Requested refund?"
245
+ reward: Reward
246
+ no_reward: "No reward"
247
+ submit: Search
248
+ total_contributed: contributed
249
+ total_contributors: contributors
250
+ total_contributions: contributions
251
+ total_users: Users
252
+ user: User
253
+ value: Value
254
+ statistics:
255
+ index:
256
+ menu: "Statistics"
257
+ title: "Statistics"
258
+ total_users: "Users"
259
+ total_contributions: "Contributions"
260
+ total_contributors: "Contributors"
261
+ total_contributed: "Contributed"
262
+ total_projects: "Projects"
263
+ total_projects_success: "Successful"
264
+ total_projects_online: "Online"
265
+ projects_by_week:
266
+ title: "Projects sent per week"
267
+ current_period: "Last 8 weeks"
268
+ previous_period: "Previous 8 weeks"
269
+ last_year: "Last year"
270
+ contributions_by_week:
271
+ title: "Backed value confirmed per week"
272
+ current_period: "Last 8 weeks"
273
+ previous_period: "Previous 8 weeks"
274
+ last_year: "Last year"
@@ -1,5 +1,5 @@
1
1
  module Dune
2
2
  module Admin
3
- VERSION = '1.2.3'
3
+ VERSION = '1.2.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,103 +1,103 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dune-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierre Legrand
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-16 00:00:00.000000000 Z
11
+ date: 2015-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '4.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '4.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: best_in_place
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: 3.0.0.rc1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 3.0.0.rc1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: postgres-copy
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ~>
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
47
  version: 0.8.0
48
- - - '>='
48
+ - - ">="
49
49
  - !ruby/object:Gem::Version
50
50
  version: 0.8.0
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
54
54
  requirements:
55
- - - ~>
55
+ - - "~>"
56
56
  - !ruby/object:Gem::Version
57
57
  version: 0.8.0
58
- - - '>='
58
+ - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: 0.8.0
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: rake
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
- - - ~>
65
+ - - "~>"
66
66
  - !ruby/object:Gem::Version
67
67
  version: '10.2'
68
68
  type: :development
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
- - - ~>
72
+ - - "~>"
73
73
  - !ruby/object:Gem::Version
74
74
  version: '10.2'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: rspec-rails
77
77
  requirement: !ruby/object:Gem::Requirement
78
78
  requirements:
79
- - - ~>
79
+ - - "~>"
80
80
  - !ruby/object:Gem::Version
81
81
  version: '2.14'
82
82
  type: :development
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - ~>
86
+ - - "~>"
87
87
  - !ruby/object:Gem::Version
88
88
  version: '2.14'
89
89
  - !ruby/object:Gem::Dependency
90
90
  name: factory_girl_rails
91
91
  requirement: !ruby/object:Gem::Requirement
92
92
  requirements:
93
- - - ~>
93
+ - - "~>"
94
94
  - !ruby/object:Gem::Version
95
95
  version: '4.3'
96
96
  type: :development
97
97
  prerelease: false
98
98
  version_requirements: !ruby/object:Gem::Requirement
99
99
  requirements:
100
- - - ~>
100
+ - - "~>"
101
101
  - !ruby/object:Gem::Version
102
102
  version: '4.3'
103
103
  description: This is the admin of dune-investissement
@@ -108,10 +108,10 @@ executables:
108
108
  extensions: []
109
109
  extra_rdoc_files: []
110
110
  files:
111
- - .gitignore
112
- - .gitmodules
113
- - .rspec
114
- - .travis.yml
111
+ - ".gitignore"
112
+ - ".gitmodules"
113
+ - ".rspec"
114
+ - ".travis.yml"
115
115
  - CHANGELOG.md
116
116
  - Gemfile
117
117
  - LICENSE.txt
@@ -173,6 +173,7 @@ files:
173
173
  - app/views/dune/admin/users/index.html.slim
174
174
  - bin/rails
175
175
  - config/locales/en.yml
176
+ - config/locales/fr.yml
176
177
  - config/routes.rb
177
178
  - db/migrate/20141005184741_create_dune_admin_funding_raised_per_project_reports.rb
178
179
  - db/migrate/20141005191509_create_dune_admin_statistics.rb
@@ -205,17 +206,17 @@ require_paths:
205
206
  - lib
206
207
  required_ruby_version: !ruby/object:Gem::Requirement
207
208
  requirements:
208
- - - '>='
209
+ - - ">="
209
210
  - !ruby/object:Gem::Version
210
211
  version: '0'
211
212
  required_rubygems_version: !ruby/object:Gem::Requirement
212
213
  requirements:
213
- - - '>='
214
+ - - ">="
214
215
  - !ruby/object:Gem::Version
215
216
  version: '0'
216
217
  requirements: []
217
218
  rubyforge_project:
218
- rubygems_version: 2.0.14
219
+ rubygems_version: 2.2.2
219
220
  signing_key:
220
221
  specification_version: 4
221
222
  summary: Dune Admin.