kickoff_rails 0.0.5 → 0.0.6

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: bf411b57a1354e632b247877c6bb9d13c8e60c9b
4
- data.tar.gz: a11e81c15f6ded48ff6ef1c69bb9665216e15a13
3
+ metadata.gz: 26139e826ff1bbca3bb53060be9b9ebaff64eced
4
+ data.tar.gz: 06b2cc50112fea8490b2a76a61ea80127667dc84
5
5
  SHA512:
6
- metadata.gz: 63b0933dfd7657a3e390eb625f888e069a9f6555cccaed449919ffaaffaad3875918787eb677ad22ab5832c3a315533c85b279d9b03e01204c098c44565a50bf
7
- data.tar.gz: d39298a1c5e0e77c111c75302f4fe53c8f71cb1ad04b3d0ea395d2c11a9836462fc1a1ab17c770329896f1c5ce14f514b4d4a992fb10036b8c2f0ce320cf7f3a
6
+ metadata.gz: 625d5f2ca9d18d3527d7594626d45d1e1533a6f19fa4c1d608289ccb2fb025c02d67b9a69f3b34cab13b7e9026a84e1645bc8c5e607af9a8566bc8148dc12168
7
+ data.tar.gz: 61d199ebf24667705a47e376075b3e1b1e3f0e45cb9ae71ae9308f61b866b35835b2ca9fdcb4da5d8a4aaee39939463d309e8feea0d7de7ad069e8a4885eedd2
@@ -208,31 +208,20 @@ pt-BR:
208
208
  <<: *errors
209
209
  activerecord:
210
210
  models:
211
- user: Empresa
212
- press_release: Comunicado de imprensa
211
+ user: Usuário
213
212
  attributes:
214
213
  user:
215
214
  name: Nome
216
- sign_in_count: Contagem de logins
217
- current_sign_in_at: Login atual em
218
- last_sign_in_at: Último login em
219
- current_sign_in_ip: IP do login atual
220
- last_sign_in_ip: IP do último login
221
- created_at: Cadastrado em
222
- updated_at: Atualizado em
223
- password: Nova senha
224
- password_confirmation: Confirme a nova senha
225
- current_password: Senha atual
226
- press_release:
227
- title: Título
228
- subtitle: Subtítulo
229
- location: Localização
230
- excerpt: Resumo
231
- body: Comunicado completo
232
- published: Publicado
233
215
 
234
216
  errors:
235
217
  <<: *errors
218
+
219
+ helpers:
220
+ submit:
221
+ user:
222
+ create: 'Novo %{model}'
223
+ update: 'Salvar'
224
+
236
225
  views:
237
226
  pagination:
238
227
  first: "&laquo; Primeira"
@@ -15,3 +15,10 @@ pt-BR:
15
15
  defaults:
16
16
  password: Senha
17
17
  name: Nome
18
+ # hints:
19
+ # defaults:
20
+ # password: 'Mínimo de 8 caracteres.'
21
+ # placeholders:
22
+ # defaults:
23
+ # name: 'Nome'
24
+ # password: '****'
@@ -1,3 +1,3 @@
1
1
  module KickoffRails
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kickoff_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julio Protzek