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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26139e826ff1bbca3bb53060be9b9ebaff64eced
|
|
4
|
+
data.tar.gz: 06b2cc50112fea8490b2a76a61ea80127667dc84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:
|
|
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: "« Primeira"
|