devise-i18n 0.12.1 → 1.0.0
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 +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +31 -3
- data/VERSION +1 -1
- data/app/views/devise/confirmations/new.html.erb +12 -0
- data/app/views/devise/mailer/confirmation_instructions.html.erb +6 -0
- data/app/views/devise/mailer/password_change.html.erb +4 -0
- data/app/views/devise/mailer/reset_password_instructions.html.erb +9 -0
- data/app/views/devise/mailer/unlock_instructions.html.erb +8 -0
- data/app/views/devise/passwords/edit.html.erb +16 -0
- data/app/views/devise/passwords/new.html.erb +12 -0
- data/app/views/devise/registrations/edit.html.erb +31 -0
- data/app/views/devise/registrations/new.html.erb +18 -0
- data/app/views/devise/sessions/new.html.erb +17 -0
- data/app/views/devise/shared/_links.html.erb +25 -0
- data/app/views/devise/unlocks/new.html.erb +12 -0
- data/lib/devise-i18n.rb +1 -6
- data/lib/devise-i18n/railtie.rb +29 -0
- data/lib/generators/devise/views/i18n_templates/i18n_templates_generator.rb +10 -0
- data/lib/generators/devise/views/locale/locale_generator.rb +10 -0
- data/{config → rails}/locales/ar.yml +62 -2
- data/{config → rails}/locales/az.yml +60 -0
- data/{config → rails}/locales/bg.yml +60 -0
- data/rails/locales/bn.yml +118 -0
- data/{config → rails}/locales/bs.yml +60 -0
- data/{config → rails}/locales/ca.yml +60 -0
- data/rails/locales/cs.yml +119 -0
- data/{config → rails}/locales/da.yml +60 -0
- data/rails/locales/de-CH.yml +120 -0
- data/{config → rails}/locales/de.yml +67 -7
- data/{config → rails}/locales/el.yml +60 -0
- data/{config → rails}/locales/en-GB.yml +63 -3
- data/{config → rails}/locales/en.yml +60 -0
- data/rails/locales/es-MX.yml +118 -0
- data/{config → rails}/locales/es.yml +60 -0
- data/{config → rails}/locales/et.yml +61 -1
- data/{config → rails}/locales/fa.yml +61 -1
- data/{config → rails}/locales/fi.yml +60 -0
- data/{config/locales/fr.yml → rails/locales/fr-CA.yml} +65 -5
- data/rails/locales/fr.yml +118 -0
- data/{config → rails}/locales/he.yml +61 -1
- data/{config → rails}/locales/hr.yml +60 -0
- data/{config → rails}/locales/hu.yml +60 -0
- data/{config → rails}/locales/id.yml +60 -0
- data/{config → rails}/locales/is.yml +60 -0
- data/{config → rails}/locales/it.yml +60 -0
- data/{config → rails}/locales/ja.yml +60 -0
- data/{config → rails}/locales/ko.yml +60 -0
- data/{config → rails}/locales/lt.yml +60 -0
- data/{config → rails}/locales/lv.yml +61 -1
- data/{config → rails}/locales/my.yml +60 -0
- data/{config → rails}/locales/nb.yml +60 -0
- data/rails/locales/nl.yml +118 -0
- data/{config → rails}/locales/no.yml +60 -0
- data/{config → rails}/locales/pl.yml +60 -0
- data/{config → rails}/locales/pt-BR.yml +60 -0
- data/{config → rails}/locales/pt.yml +60 -0
- data/{config → rails}/locales/ro.yml +65 -5
- data/{config → rails}/locales/ru.yml +60 -0
- data/{config → rails}/locales/sk.yml +60 -0
- data/{config → rails}/locales/sl.yml +60 -0
- data/{config → rails}/locales/sr-RS.yml +60 -0
- data/{config → rails}/locales/sr.yml +60 -0
- data/{config → rails}/locales/sv.yml +60 -0
- data/{config → rails}/locales/th.yml +60 -0
- data/{config → rails}/locales/tr.yml +61 -1
- data/{config → rails}/locales/uk.yml +60 -0
- data/{config → rails}/locales/vi.yml +61 -1
- data/{config → rails}/locales/zh-CN.yml +60 -0
- data/{config → rails}/locales/zh-HK.yml +60 -0
- data/{config → rails}/locales/zh-TW.yml +60 -0
- metadata +84 -59
- data/.document +0 -5
- data/.rspec +0 -1
- data/.travis.yml +0 -3
- data/Gemfile +0 -9
- data/Gemfile.lock +0 -84
- data/Rakefile +0 -53
- data/config/locales/cs.yml +0 -59
- data/config/locales/es-MX.yml +0 -58
- data/config/locales/nl.yml +0 -58
- data/devise-i18n.gemspec +0 -113
- data/spec/devise-i18n_spec.rb +0 -8
- data/spec/spec_helper.rb +0 -12
@@ -0,0 +1,118 @@
|
|
1
|
+
nl:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
user:
|
5
|
+
current_password: Huidig wachtwoord
|
6
|
+
email: Email
|
7
|
+
password: Wachtwoord
|
8
|
+
password_confirmation: Bevestig wachtwoord
|
9
|
+
remember_me: Ingelogd blijven
|
10
|
+
models:
|
11
|
+
user: Gebruiker
|
12
|
+
devise:
|
13
|
+
confirmations:
|
14
|
+
confirmed: Je account is bevestigd.
|
15
|
+
new:
|
16
|
+
resend_confirmation_instructions: Verstuur bevestiging-instructies opnieuw
|
17
|
+
send_instructions: Je ontvangt via e-mail instructies hoe je je account kan bevestigen.
|
18
|
+
send_paranoid_instructions: Als we je e-mailadres terugvinden in onze database, zal je binnen enkele ogenblikken een e-mail ontvangen met instructies hoe je je account kan bevestigen.
|
19
|
+
failure:
|
20
|
+
already_authenticated: Je bent reeds aangemeld.
|
21
|
+
inactive: Je account is nog niet geactiveerd.
|
22
|
+
invalid: Ongeldig e-mail of wachtwoord.
|
23
|
+
last_attempt: Je hebt nog één poging voordat je account vergrendeld wordt.
|
24
|
+
locked: Je account is vergrendeld.
|
25
|
+
not_found_in_database: Ongeldig e-mail of wachtwoord.
|
26
|
+
timeout: Je sessie is verlopen, meld je opnieuw aan om door te gaan.
|
27
|
+
unauthenticated: Je dient je aan te melden of in te schrijven om door te gaan.
|
28
|
+
unconfirmed: Je dient eerst je account te bevestigen.
|
29
|
+
mailer:
|
30
|
+
confirmation_instructions:
|
31
|
+
action: Bevestig mijn account
|
32
|
+
greeting: Welkom %{recipient}!
|
33
|
+
instruction: 'U kunt uw email bevestigen via onderstaande link:'
|
34
|
+
subject: Bevestiging
|
35
|
+
password_change:
|
36
|
+
greeting:
|
37
|
+
message:
|
38
|
+
subject:
|
39
|
+
reset_password_instructions:
|
40
|
+
action: Verander mijn wachtwoord
|
41
|
+
greeting: Hallo %{recipient}!
|
42
|
+
instruction: Iemand heeft een link gevraagd om uw wachtwoord te wijzigen; dit kan via onderstaande link.
|
43
|
+
instruction_2: Als u dit niet heeft gedaan, negeer deze mail alstublieft.
|
44
|
+
instruction_3: Uw wachtwoord zal niet wijzigen totdat u bovenstaande link heeft gevolgd en een nieuw wachtwoord heeft aangevraagd.
|
45
|
+
subject: Instructies om je wachtwoord opnieuw in te stellen
|
46
|
+
unlock_instructions:
|
47
|
+
action: Ontgrendel mijn account
|
48
|
+
greeting: Hallo %{recipient}!
|
49
|
+
instruction: 'U kunt uw account ontgrendelen via onderstaande link:'
|
50
|
+
message: Uw account is vergrendeld wegens te veel mislukte pogingen in te loggen.
|
51
|
+
subject: Ontgrendelinstructies
|
52
|
+
omniauth_callbacks:
|
53
|
+
failure: We konden je niet aanmelden op je %{kind} omdat "%{reason}".
|
54
|
+
success: Je bent succesvol ingelogd op je %{kind} account.
|
55
|
+
passwords:
|
56
|
+
edit:
|
57
|
+
change_my_password: Verander mijn wachtwoord
|
58
|
+
change_your_password: Wijzig uw wachtwoord
|
59
|
+
confirm_new_password: Bevestig nieuw wachtwoord
|
60
|
+
new_password: Nieuw wachtwoord
|
61
|
+
new:
|
62
|
+
forgot_your_password: Wachtwoord vergeten?
|
63
|
+
send_me_reset_password_instructions: Stuur me wachtwoord reset instructies
|
64
|
+
no_token: Deze pagina is alleen bereikbaar via een wachtwoord vergeten e-mail. Als je wel via een wachtwoord vergeten e-mail komt, zorg er dan voor dat je de volledige URL gebruikt.
|
65
|
+
send_instructions: Je ontvangt een e-mail met instructies hoe je je wachtwoord opnieuw kan instellen.
|
66
|
+
send_paranoid_instructions: Als we je e-mailadres terugvinden in onze database, zal je binnen enkele ogenblikken via e-mail een link ontvangen om je wachtwoord opnieuw in te stellen.
|
67
|
+
updated: Je wachtwoord is gewijzigd. Je bent nu aangemeld.
|
68
|
+
updated_not_active: Je wachtwoord is met succes gewijzigd.
|
69
|
+
registrations:
|
70
|
+
destroyed: Je account is verwijderd, wellicht tot ziens!
|
71
|
+
edit:
|
72
|
+
are_you_sure: Weet u het zeker?
|
73
|
+
cancel_my_account: Annuleer mijn account
|
74
|
+
currently_waiting_confirmation_for_email: 'Aan het wachten op de bevestiging voor: %{email}'
|
75
|
+
leave_blank_if_you_don_t_want_to_change_it: laat leeg als u het niet wilt wijzigen
|
76
|
+
title: Bewerk %{resource}
|
77
|
+
unhappy: Niet blij
|
78
|
+
update: Bijwerken
|
79
|
+
we_need_your_current_password_to_confirm_your_changes: we hebben uw huidige wachtwoord nodig om uw veranderingen te bevestigen
|
80
|
+
new:
|
81
|
+
sign_up: Maak account aan
|
82
|
+
signed_up: Je bent ingeschreven.
|
83
|
+
signed_up_but_inactive: Je bent ingeschreven, maar we konden je niet inloggen omdat je account nog niet is geactiveerd.
|
84
|
+
signed_up_but_locked: Je bent ingeschreven, maar we konden je niet inloggen omdat je account is vergrendeld.
|
85
|
+
signed_up_but_unconfirmed: Een e-mail met een confirmatielink is naar je e-mailadres gestuurd. Open de link in je browser om je account te activeren.
|
86
|
+
update_needs_confirmation: Je account is bijgewerkt, maar we moeten je e-mailadres nog valideren. Een e-mail met een confirmatielink is naar je e-mailadres gestuurd. Open de link in je browser om je e-mailadres te confirmeren.
|
87
|
+
updated: Je accountgegevens zijn opgeslagen.
|
88
|
+
sessions:
|
89
|
+
already_signed_out: Je bent succesvol uitgelogd.
|
90
|
+
new:
|
91
|
+
sign_in: Inloggen
|
92
|
+
signed_in: Je bent succesvol ingelogd.
|
93
|
+
signed_out: Je bent succesvol uitgelogd.
|
94
|
+
shared:
|
95
|
+
links:
|
96
|
+
back: Terug
|
97
|
+
didn_t_receive_confirmation_instructions: Geen bevestigingsmail ontvangen?
|
98
|
+
didn_t_receive_unlock_instructions: Geen ontgrendel-instructies ontvangen?
|
99
|
+
forgot_your_password: Wachtwoord vergeten?
|
100
|
+
sign_in: Inloggen
|
101
|
+
sign_in_with_provider: Inloggen met %{provider}
|
102
|
+
sign_up: Maak account aan
|
103
|
+
unlocks:
|
104
|
+
new:
|
105
|
+
resend_unlock_instructions: Verstuur ontgrendel-instructies opnieuw
|
106
|
+
send_instructions: Je ontvangt via e-mail instructies hoe je je account kan ontgrendelen.
|
107
|
+
send_paranoid_instructions: Als we je e-mailadres terugvinden in onze database, zal je binnen enkele ogenblikken een e-mail ontvangen met instructies hoe je je account kan ontgrendelen.
|
108
|
+
unlocked: Je account is ontgrendeld. Je kan nu weer inloggen.
|
109
|
+
errors:
|
110
|
+
messages:
|
111
|
+
already_confirmed: is reeds bevestigd
|
112
|
+
confirmation_period_expired: moet binnen %{period} worden bevestigd, plaats a.u.b. een nieuw verzoek
|
113
|
+
expired: is verlopen, vraag een nieuwe aan
|
114
|
+
not_found: niet gevonden
|
115
|
+
not_locked: is niet gesloten
|
116
|
+
not_saved:
|
117
|
+
one: 'Een fout verhinderde het opslaan van deze %{resource}:'
|
118
|
+
other: "%{count} fouten verhinderde het opslaan van deze %{resource}:"
|
@@ -1,7 +1,19 @@
|
|
1
1
|
'no':
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
user:
|
5
|
+
current_password:
|
6
|
+
email:
|
7
|
+
password:
|
8
|
+
password_confirmation:
|
9
|
+
remember_me:
|
10
|
+
models:
|
11
|
+
user:
|
2
12
|
devise:
|
3
13
|
confirmations:
|
4
14
|
confirmed: Din konto er aktivert og du er nå innlogget.
|
15
|
+
new:
|
16
|
+
resend_confirmation_instructions:
|
5
17
|
send_instructions: Du vil innen få minutter motta en epost med instruksjoner for å aktivere din konto.
|
6
18
|
send_paranoid_instructions: Hvis epostadressen din finnes i vår database vil du innen få minutter motta en epost med instruksjoner for å aktivere din konto.
|
7
19
|
failure:
|
@@ -16,15 +28,39 @@
|
|
16
28
|
unconfirmed: Du må bekrefte kontoen din for å kunne fortsette.
|
17
29
|
mailer:
|
18
30
|
confirmation_instructions:
|
31
|
+
action:
|
32
|
+
greeting:
|
33
|
+
instruction:
|
19
34
|
subject: Bekreftelsesinstruksjoner
|
35
|
+
password_change:
|
36
|
+
greeting:
|
37
|
+
message:
|
38
|
+
subject:
|
20
39
|
reset_password_instructions:
|
40
|
+
action:
|
41
|
+
greeting:
|
42
|
+
instruction:
|
43
|
+
instruction_2:
|
44
|
+
instruction_3:
|
21
45
|
subject: Nullstilling av passord
|
22
46
|
unlock_instructions:
|
47
|
+
action:
|
48
|
+
greeting:
|
49
|
+
instruction:
|
50
|
+
message:
|
23
51
|
subject: Gjenåpning av konto
|
24
52
|
omniauth_callbacks:
|
25
53
|
failure: Kunne ikke autorisere deg fra %{kind} fordi "%{reason}".
|
26
54
|
success: Vellykket autorisering fra %{kind}.
|
27
55
|
passwords:
|
56
|
+
edit:
|
57
|
+
change_my_password:
|
58
|
+
change_your_password:
|
59
|
+
confirm_new_password:
|
60
|
+
new_password:
|
61
|
+
new:
|
62
|
+
forgot_your_password:
|
63
|
+
send_me_reset_password_instructions:
|
28
64
|
no_token: Du kan ikke aksessere denne siden uten å bli videresendt fra en epost med intrukssjoner for å tilbakestille passord. Hvis dette er tilfelle, vennligst sørg for at du brukte hele lenken inneholdt i eposten.
|
29
65
|
send_instructions: Du vil innen få minutter motta en epost med instruksjoner for å nullstille passordet ditt.
|
30
66
|
send_paranoid_instructions: Hvis epostadressen din finnes i vår database vil du innen få minutter motta en epost med instruksjoner for å nullstille passordet ditt.
|
@@ -32,6 +68,17 @@
|
|
32
68
|
updated_not_active: Ditt passord er endret.
|
33
69
|
registrations:
|
34
70
|
destroyed: Farvel! Din konto er nå slettet. Vi håper å se deg igjen snart.
|
71
|
+
edit:
|
72
|
+
are_you_sure:
|
73
|
+
cancel_my_account:
|
74
|
+
currently_waiting_confirmation_for_email:
|
75
|
+
leave_blank_if_you_don_t_want_to_change_it:
|
76
|
+
title:
|
77
|
+
unhappy:
|
78
|
+
update:
|
79
|
+
we_need_your_current_password_to_confirm_your_changes:
|
80
|
+
new:
|
81
|
+
sign_up:
|
35
82
|
signed_up: Velkommen! Din registrering er vellykket.
|
36
83
|
signed_up_but_inactive: Du er registrert. Vi kan derimot ikke logge deg på siden kontoen din ennå ikke er aktivert.
|
37
84
|
signed_up_but_locked: Du er registrert. Vi kan derimot ikke logge deg på siden kontoen din er låst.
|
@@ -40,9 +87,22 @@
|
|
40
87
|
updated: Din profil er oppdatert.
|
41
88
|
sessions:
|
42
89
|
already_signed_out:
|
90
|
+
new:
|
91
|
+
sign_in:
|
43
92
|
signed_in: Du er nå innlogget.
|
44
93
|
signed_out: Du er nå logget ut.
|
94
|
+
shared:
|
95
|
+
links:
|
96
|
+
back:
|
97
|
+
didn_t_receive_confirmation_instructions:
|
98
|
+
didn_t_receive_unlock_instructions:
|
99
|
+
forgot_your_password:
|
100
|
+
sign_in:
|
101
|
+
sign_in_with_provider:
|
102
|
+
sign_up:
|
45
103
|
unlocks:
|
104
|
+
new:
|
105
|
+
resend_unlock_instructions:
|
46
106
|
send_instructions: Du vil innen få minutter motta en epost med instruksjoner for å gjenåpne din konto.
|
47
107
|
send_paranoid_instructions: Hvis kontoen din eksisterer vil du innen få minutter motta en epost med instruksjoner for å låse den opp.
|
48
108
|
unlocked: Din konto er gjenåpnet. Vennligst logg inn for å fortsette.
|
@@ -1,7 +1,19 @@
|
|
1
1
|
pl:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
user:
|
5
|
+
current_password: Aktualne hasło
|
6
|
+
email: Adres e-mail
|
7
|
+
password: Hasło
|
8
|
+
password_confirmation: Potwierdzenie hasła
|
9
|
+
remember_me: Zapamiętaj mnie
|
10
|
+
models:
|
11
|
+
user: Użytkownik
|
2
12
|
devise:
|
3
13
|
confirmations:
|
4
14
|
confirmed: Konto zostało poprawnie aktywowane.
|
15
|
+
new:
|
16
|
+
resend_confirmation_instructions: Wyślij ponownie instrukcje aktywacji
|
5
17
|
send_instructions: Instrukcja jak aktywować konto zostanie niezwłocznie wysłana na podany adres e-mail.
|
6
18
|
send_paranoid_instructions: Jeśli Twój adres e-mail istnieje w naszej bazie, w ciągu najbliższych minut otrzymasz instrukcje jak aktywować konto.
|
7
19
|
failure:
|
@@ -16,15 +28,39 @@ pl:
|
|
16
28
|
unconfirmed: Aby kontynuować aktywuj konto.
|
17
29
|
mailer:
|
18
30
|
confirmation_instructions:
|
31
|
+
action: Potwierdź swoje konto
|
32
|
+
greeting: Witaj %{recipient}!
|
33
|
+
instruction: 'Możesz potwierdzić swoje konto przy pomocy poniższego linku:'
|
19
34
|
subject: Instrukcja aktywacji konta
|
35
|
+
password_change:
|
36
|
+
greeting:
|
37
|
+
message:
|
38
|
+
subject:
|
20
39
|
reset_password_instructions:
|
40
|
+
action: Zmień swoje hasło
|
41
|
+
greeting: Cześć %{recipient}!
|
42
|
+
instruction: Ktoś zażądał zmiany hasła do Twojego konta. Hasło możesz zmienić wchodząc na poniższy link.
|
43
|
+
instruction_2: Jeśli to nie Ty zażądałeś zmiany hasła, proszę zignoruj tę wiadomość.
|
44
|
+
instruction_3: Twoje hasło nie ulegnie zmianie dopóki nie wejdziesz na poniższy link i nie ustawisz nowego.
|
21
45
|
subject: Instrukcja ustawienia nowego hasła
|
22
46
|
unlock_instructions:
|
47
|
+
action: Odblokuj swoje konto
|
48
|
+
greeting: Cześć %{recipient}!
|
49
|
+
instruction: 'Kliknij poniższy link, aby odblokować swoje konto:'
|
50
|
+
message: Twoje konto zostało zablokowane z powodu zbyt dużej ilości nieprawidłowych prób zalogowania się na nie.
|
23
51
|
subject: Instrukcja odblokowania konta
|
24
52
|
omniauth_callbacks:
|
25
53
|
failure: Logowanie przez konto %{kind} zakończyło się błędem z powodu "%{reason}".
|
26
54
|
success: Logowanie przez konto %{kind} zakończyło się sukcesem.
|
27
55
|
passwords:
|
56
|
+
edit:
|
57
|
+
change_my_password: Zmień moje hasło
|
58
|
+
change_your_password: Zmień swoje hasło
|
59
|
+
confirm_new_password: Powtórz nowe hasło
|
60
|
+
new_password: Nowe hasło
|
61
|
+
new:
|
62
|
+
forgot_your_password: Zapomniałeś swoje hasło?
|
63
|
+
send_me_reset_password_instructions: Wyślij instrukcje zmiany hasła
|
28
64
|
no_token: Do tej strony możesz dostać się tylko poprzez wiadomość e-mail resetującą hasło. Jeśli to z niej tu trafiłeś, upewnij się, że użyłeś pełnego adresu.
|
29
65
|
send_instructions: Instrukcja zmiany hasła zostanie niezwłocznie wysłana na podany adres e-mail.
|
30
66
|
send_paranoid_instructions: Jeśli Twój adres e-mail istnieje w naszej bazie, otrzymasz zaraz wiadomość z instrukcjami odzyskiwania hasła.
|
@@ -32,6 +68,17 @@ pl:
|
|
32
68
|
updated_not_active: Hasło zmienione poprawnie.
|
33
69
|
registrations:
|
34
70
|
destroyed: Konto zostało usunięte.
|
71
|
+
edit:
|
72
|
+
are_you_sure: Jesteś pewny?
|
73
|
+
cancel_my_account: Anuluj moje konto
|
74
|
+
currently_waiting_confirmation_for_email: 'Aktualnie oczekujemy na potwierdzenie z: %{email}'
|
75
|
+
leave_blank_if_you_don_t_want_to_change_it: pozostaw puste, jeśli nie chcesz wprowadzać zmian
|
76
|
+
title: Edytuj %{resource}
|
77
|
+
unhappy: Niezadowolony
|
78
|
+
update: Zaktualizuj
|
79
|
+
we_need_your_current_password_to_confirm_your_changes: potrzebujemy Twojego bieżącego hasła, aby potwierdzić zmiany
|
80
|
+
new:
|
81
|
+
sign_up: Zarejestruj się
|
35
82
|
signed_up: Witaj! Rejestracja zakończyła się sukcesem.
|
36
83
|
signed_up_but_inactive: Konto zostało utworzone pomyślnie. Zanim się jednak zalogujesz, musi ono zostać jeszcze aktywowane.
|
37
84
|
signed_up_but_locked: Konto zostało utworzone pomyślnie. Nie możesz się jednak zalogować, ponieważ jest ono zablokowane.
|
@@ -40,9 +87,22 @@ pl:
|
|
40
87
|
updated: Konto zostało pomyślnie zaktualizowane.
|
41
88
|
sessions:
|
42
89
|
already_signed_out: Wylogowano pomyślnie.
|
90
|
+
new:
|
91
|
+
sign_in: Zaloguj się
|
43
92
|
signed_in: Zalogowano pomyślnie.
|
44
93
|
signed_out: Wylogowano pomyślnie.
|
94
|
+
shared:
|
95
|
+
links:
|
96
|
+
back: Powrót
|
97
|
+
didn_t_receive_confirmation_instructions: Nie otrzymałeś instrukcji aktywacji konta?
|
98
|
+
didn_t_receive_unlock_instructions: Nie otrzymałeś instrukcji odblokowania konta?
|
99
|
+
forgot_your_password: Zapomniałeś hasło?
|
100
|
+
sign_in: Zaloguj się
|
101
|
+
sign_in_with_provider: Zaloguj się przez %{provider}
|
102
|
+
sign_up: Zarejestruj się
|
45
103
|
unlocks:
|
104
|
+
new:
|
105
|
+
resend_unlock_instructions: Wyślij instrukcje odblokowania konta
|
46
106
|
send_instructions: Wkrótce powinieneś otrzymać e-mail z instrukcjami jak odblokować swoje konto.
|
47
107
|
send_paranoid_instructions: Jeśli Twoje konto istnieje w naszej bazie, otrzymasz zaraz e-mail z instrukcjami jak odblokować swoje konto.
|
48
108
|
unlocked: Twoje konto zostało odblokowane. Zaloguj się, aby kontynuować.
|
@@ -1,7 +1,19 @@
|
|
1
1
|
pt-BR:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
user:
|
5
|
+
current_password: Senha atual
|
6
|
+
email: Email
|
7
|
+
password: Senha
|
8
|
+
password_confirmation: Confirme sua senha
|
9
|
+
remember_me: Lembre-se de mim
|
10
|
+
models:
|
11
|
+
user: Usuário
|
2
12
|
devise:
|
3
13
|
confirmations:
|
4
14
|
confirmed: A sua conta foi confirmada com sucesso.
|
15
|
+
new:
|
16
|
+
resend_confirmation_instructions: Reenviar instruções de confirmação
|
5
17
|
send_instructions: Dentro de minutos, você receberá um email com as instruções de confirmação da sua conta.
|
6
18
|
send_paranoid_instructions: Se o seu email existir em nosso banco de dados, você receberá um email com instruções sobre como confirmar sua conta em alguns minutos.
|
7
19
|
failure:
|
@@ -16,15 +28,39 @@ pt-BR:
|
|
16
28
|
unconfirmed: Antes de continuar, confirme a sua conta.
|
17
29
|
mailer:
|
18
30
|
confirmation_instructions:
|
31
|
+
action: Confirmar minha conta
|
32
|
+
greeting: Bem-vindo %{recipient}!
|
33
|
+
instruction: 'Você pode confirmar sua conta através do link abaixo:'
|
19
34
|
subject: Instruções de confirmação
|
35
|
+
password_change:
|
36
|
+
greeting:
|
37
|
+
message:
|
38
|
+
subject:
|
20
39
|
reset_password_instructions:
|
40
|
+
action: Redefinir minha senha
|
41
|
+
greeting: Olá %{recipient}!
|
42
|
+
instruction: Alguém fez o pedido para redefinir sua senha, e você pode fazer isso clicando no link abaixo.
|
43
|
+
instruction_2: Se você não fez este pedido, por favor ignore este e-mail.
|
44
|
+
instruction_3: Sua senha não será alterada até que você acesse o link abaixo e crie uma nova.
|
21
45
|
subject: Instruções de reinicialização de senha
|
22
46
|
unlock_instructions:
|
47
|
+
action: Desbloquear minha conta
|
48
|
+
greeting: Olá %{recipient}!
|
49
|
+
instruction: 'Clique no link abaixo para desbloquear sua conta:'
|
50
|
+
message: Sua conta foi bloqueada devido ao excessivo número de tentativas acesso inválidas.
|
23
51
|
subject: Instruções de desbloqueio
|
24
52
|
omniauth_callbacks:
|
25
53
|
failure: Não foi possível autorizar de uma conta de %{kind} porque "%{reason}".
|
26
54
|
success: Autorizado com sucesso de uma conta de %{kind}.
|
27
55
|
passwords:
|
56
|
+
edit:
|
57
|
+
change_my_password: Alterar minha senha
|
58
|
+
change_your_password: Alterar sua senha
|
59
|
+
confirm_new_password: Confirme sua nova senha
|
60
|
+
new_password: Nova senha
|
61
|
+
new:
|
62
|
+
forgot_your_password: Esqueceu sua senha?
|
63
|
+
send_me_reset_password_instructions: Enviar instruções para redefinição da senha
|
28
64
|
no_token: Você não pode acessar esta página sem estar logado. Se você veio de um email de lembre de senha, por favor certifique-se de ter digitado a URL corretamente.
|
29
65
|
send_instructions: Dentro de minutos, você receberá um email com as instruções de reinicialização da sua senha.
|
30
66
|
send_paranoid_instructions: Se o seu email existir em nosso banco de dados, você receberá um email com um link para recuperação da senha.
|
@@ -32,6 +68,17 @@ pt-BR:
|
|
32
68
|
updated_not_active: Sua senha foi alterada com sucesso.
|
33
69
|
registrations:
|
34
70
|
destroyed: Adeus! A sua conta foi cancelada com sucesso. Esperamos vê-lo novamente em breve.
|
71
|
+
edit:
|
72
|
+
are_you_sure: Você tem certeza?
|
73
|
+
cancel_my_account: Cancelar minha conta
|
74
|
+
currently_waiting_confirmation_for_email: 'No momento esperando por: %{email}'
|
75
|
+
leave_blank_if_you_don_t_want_to_change_it: deixe em branco caso não queira alterá-la
|
76
|
+
title: Editar %{resource}
|
77
|
+
unhappy: Não está contente
|
78
|
+
update: Atualizar
|
79
|
+
we_need_your_current_password_to_confirm_your_changes: precisamos da sua senha atual para confirmar suas mudanças
|
80
|
+
new:
|
81
|
+
sign_up: Inscrever-se
|
35
82
|
signed_up: Bem vindo! Você realizou seu registro com sucesso.
|
36
83
|
signed_up_but_inactive: Você se inscreveu com sucesso, porém nós não podemos autenticá-lo porque sua conta ainda não foi ativada.
|
37
84
|
signed_up_but_locked: Você se inscreveu com sucesso. Porém nós não podemos autenticá-lo porque sua conta está bloqueada.
|
@@ -40,9 +87,22 @@ pt-BR:
|
|
40
87
|
updated: A sua conta foi atualizada com sucesso.
|
41
88
|
sessions:
|
42
89
|
already_signed_out: Logout efetuado com sucesso.
|
90
|
+
new:
|
91
|
+
sign_in: Login
|
43
92
|
signed_in: Login efetuado com sucesso.
|
44
93
|
signed_out: Logout efetuado com sucesso.
|
94
|
+
shared:
|
95
|
+
links:
|
96
|
+
back: Voltar
|
97
|
+
didn_t_receive_confirmation_instructions: Não recebeu instruções de confirmação?
|
98
|
+
didn_t_receive_unlock_instructions: Não recebeu instruções de desbloqueio?
|
99
|
+
forgot_your_password: Esqueceu sua senha?
|
100
|
+
sign_in: Login
|
101
|
+
sign_in_with_provider: Entrar com %{provider}
|
102
|
+
sign_up: Inscrever-se
|
45
103
|
unlocks:
|
104
|
+
new:
|
105
|
+
resend_unlock_instructions: Reenviar instruções de desbloqueio
|
46
106
|
send_instructions: Dentro de minutos, você receberá um email com instruções de desbloqueio da sua conta.
|
47
107
|
send_paranoid_instructions: Se sua conta existir em nosso banco de dados, você receberá em breve um email com instruções para desbloquear ela.
|
48
108
|
unlocked: A sua conta foi desbloqueada com sucesso. Você está autenticado.
|
@@ -1,7 +1,19 @@
|
|
1
1
|
pt:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
user:
|
5
|
+
current_password:
|
6
|
+
email:
|
7
|
+
password:
|
8
|
+
password_confirmation:
|
9
|
+
remember_me:
|
10
|
+
models:
|
11
|
+
user:
|
2
12
|
devise:
|
3
13
|
confirmations:
|
4
14
|
confirmed: A sua conta foi confirmada com sucesso.
|
15
|
+
new:
|
16
|
+
resend_confirmation_instructions: Reenviar instruções de confirmação
|
5
17
|
send_instructions: Dentro de alguns minutos irá receber um email com instruções para confirmar a sua conta.
|
6
18
|
send_paranoid_instructions: Se o seu email existir na nossa base de dados, irá receber dentro de alguns minutos um email com instruções para confirmar a sua conta.
|
7
19
|
failure:
|
@@ -16,15 +28,39 @@ pt:
|
|
16
28
|
unconfirmed: Tem de confirmar a sua conta antes de continuar.
|
17
29
|
mailer:
|
18
30
|
confirmation_instructions:
|
31
|
+
action: Confirmar a minha conta
|
32
|
+
greeting: Bem-vindo %{recipient}!
|
33
|
+
instruction: 'Pode confirmar a sua conta através do link:'
|
19
34
|
subject: Instruções de confirmação
|
35
|
+
password_change:
|
36
|
+
greeting:
|
37
|
+
message:
|
38
|
+
subject:
|
20
39
|
reset_password_instructions:
|
40
|
+
action: Repor a minha senha
|
41
|
+
greeting: Olá %{recipient}!
|
42
|
+
instruction: Foi efectuado um pedido para repor a sua palavra-passe. Para o fazer click no link abaixo.
|
43
|
+
instruction_2: Se não fez este pedido, por favor ignore este e-mail.
|
44
|
+
instruction_3: A sua palavra-passe só será alterada quando aceder ao link abaixo para a alterar.
|
21
45
|
subject: Instruções de recuperação de palavra-passe
|
22
46
|
unlock_instructions:
|
47
|
+
action: Desbloquear a minha conta
|
48
|
+
greeting: Olá %{recipient}!
|
49
|
+
instruction: 'Clique no seguinte link para desbloquear a sua conta:'
|
50
|
+
message: A sua conta foi bloqueada devido a um número excessivo de tentativas de acesso inválidas.
|
23
51
|
subject: Instruções de desbloqueio
|
24
52
|
omniauth_callbacks:
|
25
53
|
failure: Não foi possível autenticar a sua conta por %{kind} porque "%{reason}".
|
26
54
|
success: A sua conta foi autenticada por %{kind} com sucesso.
|
27
55
|
passwords:
|
56
|
+
edit:
|
57
|
+
change_my_password:
|
58
|
+
change_your_password:
|
59
|
+
confirm_new_password:
|
60
|
+
new_password:
|
61
|
+
new:
|
62
|
+
forgot_your_password: Esqueceu a sua senha?
|
63
|
+
send_me_reset_password_instructions: Enviar-me instruções para repor a senha
|
28
64
|
no_token: Não pode aceder a esta página sem vir do email de redefinição da senha. Se vem dum email para redefinir a senha, por favor certifique-se que usou o URL completo que foi enviado.
|
29
65
|
send_instructions: Dentro de alguns minutos irá receber um email com instruções de reinicialização da palavra-passe.
|
30
66
|
send_paranoid_instructions: Se o seu e-mail existir na nossa base de dados, irá receber dentro de alguns minutos um e-mail com instruções para recuperar a sua senha.
|
@@ -32,6 +68,17 @@ pt:
|
|
32
68
|
updated_not_active: A sua password foi alterada com sucesso.
|
33
69
|
registrations:
|
34
70
|
destroyed: A sua conta foi cancelada com sucesso.
|
71
|
+
edit:
|
72
|
+
are_you_sure: Tem a certeza?
|
73
|
+
cancel_my_account: Cancelar a minha conta
|
74
|
+
currently_waiting_confirmation_for_email:
|
75
|
+
leave_blank_if_you_don_t_want_to_change_it: deixe em branco caso não queira alterar
|
76
|
+
title: Editar %{resource}
|
77
|
+
unhappy:
|
78
|
+
update:
|
79
|
+
we_need_your_current_password_to_confirm_your_changes: precisamos da sua senha actual para confirmar as alterações
|
80
|
+
new:
|
81
|
+
sign_up: Criar Conta
|
35
82
|
signed_up: Bemvindo! A autenticação foi efectuada com sucesso.
|
36
83
|
signed_up_but_inactive: Registou-se com sucesso. No entanto, não podemos iniciar a sua sessão porque ainda não confirmou a sua conta.
|
37
84
|
signed_up_but_locked: Registou-se com sucesso. No entanto, não podemos iniciar a sua sessão porque a sua conta encontra-se bloqueada.
|
@@ -40,9 +87,22 @@ pt:
|
|
40
87
|
updated: A sua conta foi actualizada com sucesso.
|
41
88
|
sessions:
|
42
89
|
already_signed_out: Sessão terminada com sucesso.
|
90
|
+
new:
|
91
|
+
sign_in: Entrar
|
43
92
|
signed_in: Autenticação efectuada com sucesso.
|
44
93
|
signed_out: Saiu da sessão com sucesso.
|
94
|
+
shared:
|
95
|
+
links:
|
96
|
+
back:
|
97
|
+
didn_t_receive_confirmation_instructions: Não recebeu instruções de confirmação?
|
98
|
+
didn_t_receive_unlock_instructions: Não recebeu instruções de desbloqueio?
|
99
|
+
forgot_your_password: Equeceu a palavra-passe?
|
100
|
+
sign_in: Login
|
101
|
+
sign_in_with_provider: Entrar com %{provider}
|
102
|
+
sign_up: Criar conta
|
45
103
|
unlocks:
|
104
|
+
new:
|
105
|
+
resend_unlock_instructions: Renviar instruções de desbloqueio
|
46
106
|
send_instructions: Dentro de alguns minutos irá receber um email com as instruções para desbloquear a sua conta.
|
47
107
|
send_paranoid_instructions: Se a sua conta existir, irá receber dentro de alguns minutos um email com instruções para a desbloquear.
|
48
108
|
unlocked: A sua conta foi desbloqueada com sucesso. Por favor autentique-se para continuar.
|