devise-i18n-views 0.2.8 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/locales/nl.yml CHANGED
@@ -1,13 +1,38 @@
1
1
  nl:
2
+ activerecord:
3
+ attributes:
4
+ user:
5
+ current_password:
6
+ current_sign_in_at:
7
+ email:
8
+ last_sign_in_at:
9
+ password:
10
+ password_confirmation:
11
+ remember_me:
12
+ models:
13
+ user:
2
14
  devise:
3
15
  confirmations:
16
+ confirmed:
4
17
  new:
5
18
  resend_confirmation_instructions: Verstuur bevestiging-instructies opnieuw
19
+ send_instructions:
20
+ send_paranoid_instructions:
21
+ failure:
22
+ already_authenticated:
23
+ inactive:
24
+ invalid:
25
+ invalid_token:
26
+ locked:
27
+ not_found_in_database:
28
+ timeout:
29
+ unauthenticated:
30
+ unconfirmed:
6
31
  mailer:
7
32
  confirmation_instructions:
8
33
  action: Bevestig mijn account
9
34
  greeting: Welkom %{recipient}!
10
- instruction: ! 'U kunt uw email bevestigen via onderstaande link:'
35
+ instruction: 'U kunt uw email bevestigen via onderstaande link:'
11
36
  subject: Bevestiging-instructies
12
37
  reset_password_instructions:
13
38
  action: Verander mijn wachtwoord
@@ -19,35 +44,53 @@ nl:
19
44
  unlock_instructions:
20
45
  action: Ontgrendel mijn account
21
46
  greeting: Hallo %{recipient}!
22
- instruction: ! 'U kunt uw account ontgrendelen via onderstaande link:'
47
+ instruction: 'U kunt uw account ontgrendelen via onderstaande link:'
23
48
  message: Uw account is vergrendeld wegens te veel mislukte pogingen in te loggen.
24
49
  subject: Ontgrendel instructies
50
+ omniauth_callbacks:
51
+ failure:
52
+ success:
25
53
  passwords:
26
- new:
27
- forgot_your_password: Wachtwoord vergeten?
28
- send_me_reset_password_instructions: Stuur me wachtwoord reset instructies
29
54
  edit:
55
+ change_my_password: Verander mijn wachtwoord
30
56
  change_your_password: Wijzig uw wachtwoord
31
- new_password: Nieuw wachtwoord
32
57
  confirm_new_password: Bevestig nieuw wachtwoord
33
- change_my_password: Verander mijn wachtwoord
58
+ new_password: Nieuw wachtwoord
59
+ new:
60
+ forgot_your_password: Wachtwoord vergeten?
61
+ send_me_reset_password_instructions: Stuur me wachtwoord reset instructies
62
+ no_token:
63
+ send_instructions:
64
+ send_paranoid_instructions:
65
+ updated:
66
+ updated_not_active:
34
67
  registrations:
68
+ destroyed:
35
69
  edit:
36
70
  are_you_sure: Weet u het zeker?
37
71
  cancel_my_account: Annuleer mijn account
72
+ currently_waiting_confirmation_for_email:
38
73
  leave_blank_if_you_don_t_want_to_change_it: laat leeg als u het niet wilt wijzigen
39
74
  title: Bewerk %{resource}
40
- we_need_your_current_password_to_confirm_your_changes: we hebben uw huidige wachtwoord nodig om uw veranderingen te bevestigen
41
- update: Bijwerken
42
- cancel_my_account: Annuleer mijn account
43
75
  unhappy: Niet blij
76
+ update: Bijwerken
77
+ we_need_your_current_password_to_confirm_your_changes: we hebben uw huidige wachtwoord nodig om uw veranderingen te bevestigen
44
78
  new:
45
79
  sign_up: Maak account aan
80
+ signed_up:
81
+ signed_up_but_inactive:
82
+ signed_up_but_locked:
83
+ signed_up_but_unconfirmed:
84
+ update_needs_confirmation:
85
+ updated:
46
86
  sessions:
47
87
  new:
48
88
  sign_in: Inloggen
89
+ signed_in:
90
+ signed_out:
49
91
  shared:
50
92
  links:
93
+ back:
51
94
  didn_t_receive_confirmation_instructions: Geen bevestigingsmail ontvangen?
52
95
  didn_t_receive_unlock_instructions: Geen ontgrendel-instructies ontvangen?
53
96
  forgot_your_password: Wachtwoord vergeten?
@@ -56,4 +99,15 @@ nl:
56
99
  sign_up: Maak account aan
57
100
  unlocks:
58
101
  new:
59
- resend_unlock_instructions: Verstuur ontgrendel-instructies opnieuw
102
+ resend_unlock_instructions: Verstuur ontgrendel-instructies opnieuw
103
+ send_instructions:
104
+ send_paranoid_instructions:
105
+ unlocked:
106
+ errors:
107
+ messages:
108
+ already_confirmed:
109
+ confirmation_period_expired:
110
+ expired:
111
+ not_found:
112
+ not_locked:
113
+ not_saved:
data/locales/pl.yml CHANGED
@@ -1,13 +1,38 @@
1
1
  pl:
2
+ activerecord:
3
+ attributes:
4
+ user:
5
+ current_password:
6
+ current_sign_in_at:
7
+ email:
8
+ last_sign_in_at:
9
+ password:
10
+ password_confirmation:
11
+ remember_me:
12
+ models:
13
+ user:
2
14
  devise:
3
15
  confirmations:
16
+ confirmed:
4
17
  new:
5
18
  resend_confirmation_instructions: Wyślij ponownie instrukcje aktywacji
19
+ send_instructions:
20
+ send_paranoid_instructions:
21
+ failure:
22
+ already_authenticated:
23
+ inactive:
24
+ invalid:
25
+ invalid_token:
26
+ locked:
27
+ not_found_in_database:
28
+ timeout:
29
+ unauthenticated:
30
+ unconfirmed:
6
31
  mailer:
7
32
  confirmation_instructions:
8
33
  action: Potwierdź swoje konto
9
34
  greeting: Witaj %{recipient}!
10
- instruction: ! 'Możesz potwierdzić swoje konto przy pomocy poniższego linku:'
35
+ instruction: 'Możesz potwierdzić swoje konto przy pomocy poniższego linku:'
11
36
  subject: Instrukcja aktywacji konta
12
37
  reset_password_instructions:
13
38
  action: Zmień swoje hasło
@@ -19,33 +44,53 @@ pl:
19
44
  unlock_instructions:
20
45
  action: Odblokuj swoje konto
21
46
  greeting: Cześć %{recipient}!
22
- instruction: ! 'Kliknij poniższy link aby odblokować swoje konto.'
47
+ instruction: Kliknij poniższy link aby odblokować swoje konto.
23
48
  message: Twoje konto zostało zablokowane z powodu zbyt dużej ilości nieprawidłowych prób zalogowania się na nie.
24
49
  subject: Instrukcja odblokowania konta
50
+ omniauth_callbacks:
51
+ failure:
52
+ success:
25
53
  passwords:
26
- new:
27
- forgot_your_password: Zapomniałeś swoje hasło?
28
- send_me_reset_password_instructions: Wyślij instrukcje zmiany hasła
29
54
  edit:
55
+ change_my_password: Zmień swoje hasło
30
56
  change_your_password: Zmień swoje hasło
31
- new_password: Nowe hasło
32
57
  confirm_new_password: Powtórz nowe hasło
33
- change_my_password: Zmień swoje hasło
58
+ new_password: Nowe hasło
59
+ new:
60
+ forgot_your_password: Zapomniałeś swoje hasło?
61
+ send_me_reset_password_instructions: Wyślij instrukcje zmiany hasła
62
+ no_token:
63
+ send_instructions:
64
+ send_paranoid_instructions:
65
+ updated:
66
+ updated_not_active:
34
67
  registrations:
68
+ destroyed:
35
69
  edit:
36
70
  are_you_sure: Jesteś pewny?
37
71
  cancel_my_account: Anuluj moje konto
72
+ currently_waiting_confirmation_for_email:
38
73
  leave_blank_if_you_don_t_want_to_change_it: pozostaw puste jeśli nie chcesz wprowadzać zmian
39
74
  title: Edytuj %{resource}
40
- we_need_your_current_password_to_confirm_your_changes: potrzebujemy Twojego bieżącego hasła aby potwierdzić zmiany
75
+ unhappy:
41
76
  update: Zaktualizuj
77
+ we_need_your_current_password_to_confirm_your_changes: potrzebujemy Twojego bieżącego hasła aby potwierdzić zmiany
42
78
  new:
43
79
  sign_up: Zarejestruj się
80
+ signed_up:
81
+ signed_up_but_inactive:
82
+ signed_up_but_locked:
83
+ signed_up_but_unconfirmed:
84
+ update_needs_confirmation:
85
+ updated:
44
86
  sessions:
45
87
  new:
46
88
  sign_in: Zaloguj się
89
+ signed_in:
90
+ signed_out:
47
91
  shared:
48
92
  links:
93
+ back:
49
94
  didn_t_receive_confirmation_instructions: Nie otrzymałeś instrukcji aktywacji konta?
50
95
  didn_t_receive_unlock_instructions: Nie otrzymałeś instrukcji odblokowania konta?
51
96
  forgot_your_password: Zapomniałeś hasło?
@@ -55,3 +100,14 @@ pl:
55
100
  unlocks:
56
101
  new:
57
102
  resend_unlock_instructions: Wyślij instrukcje odblokowania konta
103
+ send_instructions:
104
+ send_paranoid_instructions:
105
+ unlocked:
106
+ errors:
107
+ messages:
108
+ already_confirmed:
109
+ confirmation_period_expired:
110
+ expired:
111
+ not_found:
112
+ not_locked:
113
+ not_saved:
data/locales/pt-BR.yml CHANGED
@@ -1,13 +1,38 @@
1
1
  pt-BR:
2
+ activerecord:
3
+ attributes:
4
+ user:
5
+ current_password:
6
+ current_sign_in_at:
7
+ email:
8
+ last_sign_in_at:
9
+ password:
10
+ password_confirmation:
11
+ remember_me:
12
+ models:
13
+ user:
2
14
  devise:
3
15
  confirmations:
16
+ confirmed:
4
17
  new:
5
18
  resend_confirmation_instructions: Reenviar instruções de confirmação
19
+ send_instructions:
20
+ send_paranoid_instructions:
21
+ failure:
22
+ already_authenticated:
23
+ inactive:
24
+ invalid:
25
+ invalid_token:
26
+ locked:
27
+ not_found_in_database:
28
+ timeout:
29
+ unauthenticated:
30
+ unconfirmed:
6
31
  mailer:
7
32
  confirmation_instructions:
8
33
  action: Confirmar minha conta
9
34
  greeting: Bem-vindo %{recipient}!
10
- instruction: ! 'Você pode confirmar sua conta através do link abaixo:'
35
+ instruction: 'Você pode confirmar sua conta através do link abaixo:'
11
36
  subject: Instruções de confirmação
12
37
  reset_password_instructions:
13
38
  action: Redefinir minha senha
@@ -19,27 +44,53 @@ pt-BR:
19
44
  unlock_instructions:
20
45
  action: Desbloquear minha conta
21
46
  greeting: Olá %{recipient}!
22
- instruction: ! 'Clique no link abaixo para desbloquear sua conta:'
47
+ instruction: 'Clique no link abaixo para desbloquear sua conta:'
23
48
  message: Sua conta foi bloqueada devido ao excessivo número de tentativas acesso inválidas.
24
49
  subject: Instruções de desbloqueio
50
+ omniauth_callbacks:
51
+ failure:
52
+ success:
25
53
  passwords:
54
+ edit:
55
+ change_my_password:
56
+ change_your_password:
57
+ confirm_new_password:
58
+ new_password:
26
59
  new:
27
60
  forgot_your_password: Esqueceu sua senha?
28
61
  send_me_reset_password_instructions: Enviar instruções para redefinição da senha
62
+ no_token:
63
+ send_instructions:
64
+ send_paranoid_instructions:
65
+ updated:
66
+ updated_not_active:
29
67
  registrations:
68
+ destroyed:
30
69
  edit:
31
70
  are_you_sure: Você tem certeza?
32
71
  cancel_my_account: Cancelar minha conta
72
+ currently_waiting_confirmation_for_email:
33
73
  leave_blank_if_you_don_t_want_to_change_it: deixe em branco caso não queira alterá-la
34
74
  title: Editar %{resource}
75
+ unhappy:
76
+ update:
35
77
  we_need_your_current_password_to_confirm_your_changes: precisamos da sua senha atual para confirmar suas mudanças
36
78
  new:
37
79
  sign_up: Inscrever-se
80
+ signed_up:
81
+ signed_up_but_inactive:
82
+ signed_up_but_locked:
83
+ signed_up_but_unconfirmed:
84
+ update_needs_confirmation:
85
+ updated:
38
86
  sessions:
39
87
  new:
40
88
  sign_in: Login
89
+ signed_in:
90
+ signed_out:
41
91
  shared:
42
92
  links:
93
+ back:
43
94
  didn_t_receive_confirmation_instructions: Não recebeu instruções de confirmação?
44
95
  didn_t_receive_unlock_instructions: Não recebeu instruções de desbloqueio?
45
96
  forgot_your_password: Equeceu sua senha?
@@ -49,3 +100,14 @@ pt-BR:
49
100
  unlocks:
50
101
  new:
51
102
  resend_unlock_instructions: Renviar instruções de desbloqueio
103
+ send_instructions:
104
+ send_paranoid_instructions:
105
+ unlocked:
106
+ errors:
107
+ messages:
108
+ already_confirmed:
109
+ confirmation_period_expired:
110
+ expired:
111
+ not_found:
112
+ not_locked:
113
+ not_saved:
data/locales/pt-PT.yml ADDED
@@ -0,0 +1,113 @@
1
+ pt-PT:
2
+ activerecord:
3
+ attributes:
4
+ user:
5
+ current_password:
6
+ current_sign_in_at:
7
+ email:
8
+ last_sign_in_at:
9
+ password:
10
+ password_confirmation:
11
+ remember_me:
12
+ models:
13
+ user:
14
+ devise:
15
+ confirmations:
16
+ confirmed:
17
+ new:
18
+ resend_confirmation_instructions: Reenviar instruções de confirmação
19
+ send_instructions:
20
+ send_paranoid_instructions:
21
+ failure:
22
+ already_authenticated:
23
+ inactive:
24
+ invalid:
25
+ invalid_token:
26
+ locked:
27
+ not_found_in_database:
28
+ timeout:
29
+ unauthenticated:
30
+ unconfirmed:
31
+ mailer:
32
+ confirmation_instructions:
33
+ action: Confirmar a minha conta
34
+ greeting: Bem-vindo %{recipient}!
35
+ instruction: 'Pode confirmar a sua conta através do link:'
36
+ subject: Instruções de confirmação
37
+ reset_password_instructions:
38
+ action: Repor a minha senha
39
+ greeting: Olá %{recipient}!
40
+ instruction: Foi efectuado um pedido para repor a sua palavra-passe. Para o fazer click no link abaixo.
41
+ instruction_2: Se não fez este pedido, por favor ignore este e-mail.
42
+ instruction_3: A sua palavra-passe só será alterada quando aceder ao link abaixo para a alterar.
43
+ subject: Instruções para repor palavra-passe
44
+ unlock_instructions:
45
+ action: Desbloquear a minha conta
46
+ greeting: Olá %{recipient}!
47
+ instruction: 'Clique no seguinte link para desbloquear a sua conta:'
48
+ message: A sua conta foi bloqueada devido a um número excessivo de tentativas de acesso inválidas.
49
+ subject: Instruções de desbloqueio
50
+ omniauth_callbacks:
51
+ failure:
52
+ success:
53
+ passwords:
54
+ edit:
55
+ change_my_password:
56
+ change_your_password:
57
+ confirm_new_password:
58
+ new_password:
59
+ new:
60
+ forgot_your_password: Esqueceu a sua senha?
61
+ send_me_reset_password_instructions: Enviar-me instruções para repor a senha
62
+ no_token:
63
+ send_instructions:
64
+ send_paranoid_instructions:
65
+ updated:
66
+ updated_not_active:
67
+ registrations:
68
+ destroyed:
69
+ edit:
70
+ are_you_sure: Tem a certeza?
71
+ cancel_my_account: Cancelar a minha conta
72
+ currently_waiting_confirmation_for_email:
73
+ leave_blank_if_you_don_t_want_to_change_it: deixe em branco caso não queira alterar
74
+ title: Editar %{resource}
75
+ unhappy:
76
+ update:
77
+ we_need_your_current_password_to_confirm_your_changes: precisamos da sua senha actual para confirmar as alterações
78
+ new:
79
+ sign_up: Criar Conta
80
+ signed_up:
81
+ signed_up_but_inactive:
82
+ signed_up_but_locked:
83
+ signed_up_but_unconfirmed:
84
+ update_needs_confirmation:
85
+ updated:
86
+ sessions:
87
+ new:
88
+ sign_in: Entrar
89
+ signed_in:
90
+ signed_out:
91
+ shared:
92
+ links:
93
+ back:
94
+ didn_t_receive_confirmation_instructions: Não recebeu instruções de confirmação?
95
+ didn_t_receive_unlock_instructions: Não recebeu instruções de desbloqueio?
96
+ forgot_your_password: Equeceu a palavra-passe?
97
+ sign_in: Login
98
+ sign_in_with_provider: Entrar com %{provider}
99
+ sign_up: Criar conta
100
+ unlocks:
101
+ new:
102
+ resend_unlock_instructions: Renviar instruções de desbloqueio
103
+ send_instructions:
104
+ send_paranoid_instructions:
105
+ unlocked:
106
+ errors:
107
+ messages:
108
+ already_confirmed:
109
+ confirmation_period_expired:
110
+ expired:
111
+ not_found:
112
+ not_locked:
113
+ not_saved: