devise-bootstrap-views 0.0.9 → 0.0.10
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/README.md +9 -1
- data/app/views/erb/confirmations/new.html.erb +18 -0
- data/app/views/erb/mailer/confirmation_instructions.html.erb +6 -0
- data/app/views/erb/mailer/reset_password_instructions.html.erb +8 -0
- data/app/views/erb/mailer/unlock_instructions.html.erb +7 -0
- data/app/views/erb/passwords/edit.html.erb +24 -0
- data/app/views/erb/passwords/new.html.erb +17 -0
- data/app/views/erb/registrations/edit.html.erb +31 -0
- data/app/views/erb/registrations/new.html.erb +24 -0
- data/app/views/{devise → erb}/sessions/new.html.erb +7 -7
- data/app/views/erb/shared/_links.html.erb +25 -0
- data/app/views/erb/unlocks/new.html.erb +16 -0
- data/app/views/haml/confirmations/new.html.haml +11 -0
- data/app/views/haml/mailer/confirmation_instructions.html.haml +4 -0
- data/app/views/haml/mailer/reset_password_instructions.html.haml +5 -0
- data/app/views/haml/mailer/unlock_instructions.html.haml +4 -0
- data/app/views/haml/passwords/edit.html.haml +15 -0
- data/app/views/haml/passwords/new.html.haml +11 -0
- data/app/views/haml/registrations/edit.html.haml +27 -0
- data/app/views/haml/registrations/new.html.haml +17 -0
- data/app/views/haml/sessions/new.html.haml +18 -0
- data/app/views/haml/shared/_links.html.haml +19 -0
- data/app/views/haml/unlocks/new.html.haml +11 -0
- data/app/views/slim/confirmations/new.html.slim +12 -0
- data/app/views/slim/mailer/confirmation_instructions.html.slim +7 -0
- data/app/views/slim/mailer/reset_password_instructions.html.slim +10 -0
- data/app/views/slim/mailer/unlock_instructions.html.slim +8 -0
- data/app/views/slim/passwords/edit.html.slim +16 -0
- data/app/views/slim/passwords/new.html.slim +12 -0
- data/app/views/slim/registrations/edit.html.slim +34 -0
- data/app/views/slim/registrations/new.html.slim +18 -0
- data/app/views/slim/sessions/new.html.slim +19 -0
- data/app/views/slim/shared/_links.html.slim +19 -0
- data/app/views/slim/unlocks/new.html.slim +12 -0
- data/lib/generators/devise/views/bootstrap_haml_templates/bootstrap_haml_templates_generator.rb +10 -0
- data/lib/generators/devise/views/bootstrap_slim_templates/bootstrap_slim_templates_generator.rb +10 -0
- data/lib/generators/devise/views/bootstrap_templates/bootstrap_templates_generator.rb +1 -1
- data/lib/generators/devise/views/locale/locale_generator.rb +6 -3
- data/lib/version.rb +1 -1
- data/locales/af.yml +120 -0
- data/locales/ar.yml +60 -48
- data/locales/az.yml +118 -0
- data/locales/bg.yml +120 -0
- data/locales/bn.yml +120 -0
- data/locales/bs.yml +122 -0
- data/locales/ca.yml +86 -25
- data/locales/cs.yml +97 -86
- data/locales/da.yml +120 -0
- data/locales/de-CH.yml +122 -0
- data/locales/de.yml +72 -62
- data/locales/el.yml +120 -0
- data/locales/en-GB.yml +120 -0
- data/locales/en.yml +95 -87
- data/locales/es-MX.yml +120 -0
- data/locales/es.yml +85 -16
- data/locales/et.yml +120 -0
- data/locales/fa.yml +120 -0
- data/locales/fi.yml +120 -0
- data/locales/fr-CA.yml +120 -0
- data/locales/fr.yml +86 -17
- data/locales/he.yml +120 -0
- data/locales/hr.yml +122 -0
- data/locales/hu.yml +75 -14
- data/locales/id.yml +118 -0
- data/locales/is.yml +120 -0
- data/locales/it.yml +73 -4
- data/locales/ja.yml +120 -0
- data/locales/ko.yml +118 -0
- data/locales/lt.yml +121 -0
- data/locales/lv.yml +121 -0
- data/locales/my.yml +118 -0
- data/locales/nb.yml +120 -0
- data/locales/nl.yml +75 -14
- data/locales/nn-NO.yml +120 -0
- data/locales/no.yml +120 -0
- data/locales/pl.yml +77 -12
- data/locales/pt-BR.yml +73 -9
- data/locales/pt.yml +120 -0
- data/locales/ro.yml +121 -0
- data/locales/ru.yml +78 -55
- data/locales/sk.yml +121 -0
- data/locales/sl.yml +122 -0
- data/locales/sr-RS.yml +122 -0
- data/locales/sr.yml +122 -0
- data/locales/sv.yml +120 -0
- data/locales/th.yml +118 -0
- data/locales/tr.yml +74 -7
- data/locales/uk.yml +101 -35
- data/locales/vi.yml +120 -0
- data/locales/zh-CN.yml +101 -40
- data/locales/zh-HK.yml +118 -0
- data/locales/zh-TW.yml +101 -38
- metadata +74 -14
- data/app/views/devise/confirmations/new.html.erb +0 -18
- data/app/views/devise/mailer/confirmation_instructions.html.erb +0 -6
- data/app/views/devise/mailer/reset_password_instructions.html.erb +0 -8
- data/app/views/devise/mailer/unlock_instructions.html.erb +0 -7
- data/app/views/devise/passwords/edit.html.erb +0 -24
- data/app/views/devise/passwords/new.html.erb +0 -17
- data/app/views/devise/registrations/edit.html.erb +0 -31
- data/app/views/devise/registrations/new.html.erb +0 -24
- data/app/views/devise/shared/_links.html.erb +0 -25
- data/app/views/devise/unlocks/new.html.erb +0 -16
data/locales/ca.yml
CHANGED
|
@@ -1,59 +1,120 @@
|
|
|
1
1
|
ca:
|
|
2
|
+
activerecord:
|
|
3
|
+
attributes:
|
|
4
|
+
user:
|
|
5
|
+
current_password: Contrasenya actual
|
|
6
|
+
email: Adreça electrònica
|
|
7
|
+
password: Contrasenya
|
|
8
|
+
password_confirmation: Confirmar contrasenya
|
|
9
|
+
remember_me: Recorda'm
|
|
10
|
+
reset_password_token: Restabliment de token de la contrasenya
|
|
11
|
+
unlock_token: Desbloquejar el token
|
|
12
|
+
models:
|
|
13
|
+
user: Usuari
|
|
2
14
|
devise:
|
|
3
15
|
confirmations:
|
|
16
|
+
confirmed: La vostra adreça electrònica ha estat confirmada correctament.
|
|
4
17
|
new:
|
|
5
18
|
resend_confirmation_instructions: Reenviar instruccions de confirmació
|
|
19
|
+
send_instructions: En breu rebràs un correu electrònic amb instruccions sobre com confirmar el teu compte.
|
|
20
|
+
send_paranoid_instructions: Si la teva adreça electrònica existeix a la base de dades, rebràs un correu electrònic amb instruccions sobre com confirmar el teu compte.
|
|
21
|
+
failure:
|
|
22
|
+
already_authenticated: Ja estàs identificat.
|
|
23
|
+
inactive: El teu compte encara no ha estat activat.
|
|
24
|
+
invalid: Correu electrònic o contrasenya invàlids.
|
|
25
|
+
last_attempt: Disposa d'un intent més abans de que li bloquegem el compte.
|
|
26
|
+
locked: El teu compte està bloquejat.
|
|
27
|
+
not_found_in_database: Correu electrònic o contrasenya invàlids.
|
|
28
|
+
timeout: La teva sessió ha caducat. Si us plau, torna a iniciar sessió per a continuar.
|
|
29
|
+
unauthenticated: Has d'iniciar sessió o bé registrar-te abans de continuar.
|
|
30
|
+
unconfirmed: Has de confirmar el teu compte abans de continuar.
|
|
6
31
|
mailer:
|
|
7
32
|
confirmation_instructions:
|
|
8
33
|
action: Confirmar el meu compte
|
|
9
34
|
greeting: Benvingut %{recipient}!
|
|
10
|
-
instruction:
|
|
11
|
-
subject: Instruccions de confirmació
|
|
35
|
+
instruction: 'Pots confirmar el correu electrònic del teu compte a través d''aquest enllaç:'
|
|
36
|
+
subject: Instruccions de confirmació
|
|
37
|
+
password_change:
|
|
38
|
+
greeting: Hola, %{recipient}!
|
|
39
|
+
message: Us hem contactat per notificar-vos que s'ha modificat la vostra contrasenya.
|
|
40
|
+
subject: Contrasenya modificada
|
|
12
41
|
reset_password_instructions:
|
|
13
|
-
action: Canviar la meva contrasenya
|
|
14
|
-
greeting: Hola %{recipient}!
|
|
15
|
-
instruction: Algú ha sol·licitat un enllaç per a canviar la teva contrasenya, pots fer-ho amb el següent enllaç.
|
|
16
|
-
instruction_2: Si tu no ho has sol·licitat, si us plau ignora aquest email.
|
|
17
|
-
instruction_3: La teva contrasenya no serà canviada fins que accedeixis a l'enllaç i en creïs una nova.
|
|
18
|
-
subject: Instruccions
|
|
42
|
+
action: Canviar la meva contrasenya
|
|
43
|
+
greeting: Hola %{recipient}!
|
|
44
|
+
instruction: Algú ha sol·licitat un enllaç per a canviar la teva contrasenya, pots fer-ho amb el següent enllaç.
|
|
45
|
+
instruction_2: Si tu no ho has sol·licitat, si us plau ignora aquest email.
|
|
46
|
+
instruction_3: La teva contrasenya no serà canviada fins que accedeixis a l'enllaç i en creïs una nova.
|
|
47
|
+
subject: Instruccions de regeneració de contrasenya
|
|
19
48
|
unlock_instructions:
|
|
20
|
-
action: Desbloquejar el meu compte
|
|
49
|
+
action: Desbloquejar el meu compte
|
|
21
50
|
greeting: Hola %{recipient}!
|
|
22
|
-
instruction:
|
|
23
|
-
message: El teu compte s'ha bloquejat a causa d'una quantitat excessiva d'intents fallits per a accedir-hi.
|
|
51
|
+
instruction: 'Obre el següent enllaç per a desbloquejar el teu compte:'
|
|
52
|
+
message: El teu compte s'ha bloquejat a causa d'una quantitat excessiva d'intents fallits per a accedir-hi.
|
|
24
53
|
subject: Instruccions de desbloqueig
|
|
54
|
+
omniauth_callbacks:
|
|
55
|
+
failure: No hem pogut autoritzar el compte des de %{kind} perquè "%{reason}".
|
|
56
|
+
success: Autoritzat satisfactoriament el compte des de %{kind}.
|
|
25
57
|
passwords:
|
|
26
|
-
new:
|
|
27
|
-
forgot_your_password: Has oblidat la teva contrasenya?
|
|
28
|
-
send_me_reset_password_instructions: Enviar les instruccions per a regenerar la meva contrasenya
|
|
29
58
|
edit:
|
|
59
|
+
change_my_password: Canviar la meva contrasenya
|
|
30
60
|
change_your_password: Canviar la teva contrasenya
|
|
31
|
-
new_password: Nova contrasenya
|
|
32
61
|
confirm_new_password: Confirmar nova contrasenya
|
|
33
|
-
|
|
62
|
+
new_password: Nova contrasenya
|
|
63
|
+
new:
|
|
64
|
+
forgot_your_password: Has oblidat la teva contrasenya?
|
|
65
|
+
send_me_reset_password_instructions: Enviar les instruccions per a regenerar la meva contrasenya
|
|
66
|
+
no_token: Només pots accedir a aquesta pàgina des d'un correu electrònic de recuperació de la contrasenya. Si realment has fet servir l'enllaç del correu electrònic, comprova que has utilitzat la URL completa.
|
|
67
|
+
send_instructions: En breu rebràs un correu electrònic amb instruccions sobre com restablir la teva contrasenya.
|
|
68
|
+
send_paranoid_instructions: Si la teva adreça electrònica existeix a la base de dades, rebràs un correu electrònic amb un enllaç per reestablir la contrasenya.
|
|
69
|
+
updated: La teva contrasenya ha estat canviada correctament. S'ha iniciat la sessió.
|
|
70
|
+
updated_not_active: La teva contrasenya ha estat canviada correctament.
|
|
34
71
|
registrations:
|
|
72
|
+
destroyed: Adéu! El teu compte ha estat cancel·lat correctament. Esperem tornar-te a veure!
|
|
35
73
|
edit:
|
|
36
74
|
are_you_sure: Estàs segur?
|
|
37
75
|
cancel_my_account: Cancel·lar el meu compte
|
|
38
|
-
|
|
76
|
+
currently_waiting_confirmation_for_email: 'Esperant confirmació de: %{email}'
|
|
77
|
+
leave_blank_if_you_don_t_want_to_change_it: deixa'l en blanc si no el vols canviar
|
|
39
78
|
title: Editar %{resource}
|
|
40
|
-
we_need_your_current_password_to_confirm_your_changes: necessitem la teva contrasenya actual per a confirmar els canvis
|
|
41
|
-
update: Actualitzar
|
|
42
|
-
cancel_my_account: Cancel·lar el meu compte
|
|
43
79
|
unhappy: Descontent
|
|
80
|
+
update: Actualitzar
|
|
81
|
+
we_need_your_current_password_to_confirm_your_changes: necessitem la teva contrasenya actual per a confirmar els canvis
|
|
44
82
|
new:
|
|
45
83
|
sign_up: Registrar-se
|
|
84
|
+
signed_up: Has estat registrat correctament.
|
|
85
|
+
signed_up_but_inactive: El teu compte ha estat creat correctament. Tanmateix, no hem pogut inciar la sessió perquè el teu compte encara no està activat.
|
|
86
|
+
signed_up_but_locked: El teu compte ha estat creat correctament. Tanmateix, no hem pogut inciar la sessió perquè el teu compte està bloquejat.
|
|
87
|
+
signed_up_but_unconfirmed: S'ha enviat un missatge amb un enllaç de confirmació al teu correu electrònic. Obre l'enllaç per activar el teu compte.
|
|
88
|
+
update_needs_confirmation: Has actualitzat el teu compte correctament, però cal confirmar el teu nou correu electrònic. Si us plau, comprova el teu correu i segueix l'enllaç de confirmació per finalitzar la comprovació del nou correu eletrònic.
|
|
89
|
+
updated: Has actualitzat el teu compte correctament.
|
|
46
90
|
sessions:
|
|
91
|
+
already_signed_out: Desconnectat satisfactoriament.
|
|
47
92
|
new:
|
|
48
|
-
sign_in: Iniciar sessió
|
|
93
|
+
sign_in: Iniciar sessió
|
|
94
|
+
signed_in: Sessió iniciada correctament.
|
|
95
|
+
signed_out: Sessió tancada correctament.
|
|
49
96
|
shared:
|
|
50
97
|
links:
|
|
51
|
-
|
|
52
|
-
|
|
98
|
+
back: Tornar
|
|
99
|
+
didn_t_receive_confirmation_instructions: No has rebut les instruccions de confirmació?
|
|
100
|
+
didn_t_receive_unlock_instructions: No has rebut les instruccions de desbloqueig?
|
|
53
101
|
forgot_your_password: Has oblidat la teva contrasenya?
|
|
54
|
-
sign_in: Iniciar sessió
|
|
102
|
+
sign_in: Iniciar sessió
|
|
55
103
|
sign_in_with_provider: Iniciar sessió amb %{provider}
|
|
56
104
|
sign_up: Registrar-se
|
|
57
105
|
unlocks:
|
|
58
106
|
new:
|
|
59
|
-
resend_unlock_instructions: Reenviar instruccions de desbloqueig
|
|
107
|
+
resend_unlock_instructions: Reenviar instruccions de desbloqueig
|
|
108
|
+
send_instructions: En breu rebràs un correu electrònic amb instruccions sobre com desbloquejar el teu compte.
|
|
109
|
+
send_paranoid_instructions: Si el teu compte existeix, rebràs un correu electrònic amb instruccions sobre com desbloquejar-lo.
|
|
110
|
+
unlocked: El teu compte ha estat desbloquejat correctament. S'ha iniciat la sessió.
|
|
111
|
+
errors:
|
|
112
|
+
messages:
|
|
113
|
+
already_confirmed: ja està confirmat
|
|
114
|
+
confirmation_period_expired: necessita ser confirmat en %{period}, si us plau demana'n un de nou
|
|
115
|
+
expired: ha caducat, si us plau demana'n un de nou
|
|
116
|
+
not_found: no s'ha trobat
|
|
117
|
+
not_locked: no està bloquejat
|
|
118
|
+
not_saved:
|
|
119
|
+
one: '1 error ha evitat que %{resource} es pugui desar:'
|
|
120
|
+
other: "%{count} errors han evitat que %{resource} es pugui desar:"
|
data/locales/cs.yml
CHANGED
|
@@ -1,110 +1,121 @@
|
|
|
1
1
|
cs:
|
|
2
|
+
activerecord:
|
|
3
|
+
attributes:
|
|
4
|
+
user:
|
|
5
|
+
current_password: Současné heslo
|
|
6
|
+
email: Email
|
|
7
|
+
password: Heslo
|
|
8
|
+
password_confirmation: Potvrzení hesla
|
|
9
|
+
remember_me: Zapamatuj si mě
|
|
10
|
+
reset_password_token:
|
|
11
|
+
unlock_token:
|
|
12
|
+
models:
|
|
13
|
+
user: Uživatel
|
|
2
14
|
devise:
|
|
3
15
|
confirmations:
|
|
16
|
+
confirmed: Váš účet byl úspěšně potvrzen.
|
|
4
17
|
new:
|
|
5
|
-
resend_confirmation_instructions:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
send_paranoid_instructions: "Pokud Váš účet existuje, obdržíte potvrzovací instrukce během několika minut."
|
|
18
|
+
resend_confirmation_instructions: Opět poslat instrukce pro potvrzení
|
|
19
|
+
send_instructions: Za několik minut obdržíte email s instrukcemi k potvrzení vašeho účtu.
|
|
20
|
+
send_paranoid_instructions: Pokud váš e-mail existuje v naší databázi, za několik minut obdržíte e-mail s pokyny o tom, jak potvrdit svůj účet.
|
|
9
21
|
failure:
|
|
10
|
-
already_authenticated:
|
|
11
|
-
inactive:
|
|
12
|
-
invalid:
|
|
13
|
-
|
|
14
|
-
locked:
|
|
15
|
-
not_found_in_database:
|
|
16
|
-
timeout:
|
|
17
|
-
unauthenticated:
|
|
18
|
-
unconfirmed:
|
|
22
|
+
already_authenticated: Přihlášení již proběhlo.
|
|
23
|
+
inactive: Váš účet ještě nebyl aktivován.
|
|
24
|
+
invalid: Neplatná identita nebo heslo.
|
|
25
|
+
last_attempt: Zbývá Vám ještě jeden pokus než bude Váš účet uzamčen.
|
|
26
|
+
locked: Váš účet je uzamčen.
|
|
27
|
+
not_found_in_database: Neplatná identita nebo heslo.
|
|
28
|
+
timeout: Vaše relace vypršela, přihlašte se prosím znovu, pak můžete pokračovat.
|
|
29
|
+
unauthenticated: Musíte se zaregistrovat nebo přihlásit, teprve poté můžete pokračovat.
|
|
30
|
+
unconfirmed: Musíte potvrdit svůj účet, teprve poté můžete pokračovat.
|
|
19
31
|
mailer:
|
|
20
32
|
confirmation_instructions:
|
|
21
|
-
action:
|
|
22
|
-
greeting:
|
|
23
|
-
instruction:
|
|
24
|
-
subject:
|
|
33
|
+
action: Potvrdit můj účet
|
|
34
|
+
greeting: Vítejte, %{recipient}!
|
|
35
|
+
instruction: Můžete potvrdit svůj účet pomocí odkazu níže
|
|
36
|
+
subject: Instrukce k potvrzení účtu
|
|
37
|
+
password_change:
|
|
38
|
+
greeting:
|
|
39
|
+
message:
|
|
40
|
+
subject:
|
|
25
41
|
reset_password_instructions:
|
|
26
|
-
action:
|
|
27
|
-
greeting:
|
|
28
|
-
instruction:
|
|
29
|
-
instruction_2:
|
|
30
|
-
instruction_3:
|
|
31
|
-
subject:
|
|
42
|
+
action: Změnit mé heslo
|
|
43
|
+
greeting: Ahoj %{recipient}!
|
|
44
|
+
instruction: Někdo si vyžádal odkaz pro změnu vašeho hesla. Změnu můžete provést pomocí odkazu níže.
|
|
45
|
+
instruction_2: Pokud jste si toto nevyžádali, můžete tento e-mail ignorovat.
|
|
46
|
+
instruction_3: Vaše heslo se nezmění dokud neotevřete výše uvedený odkaz a nevytvoříte si nové heslo
|
|
47
|
+
subject: Instrukce k nastavení nového hesla
|
|
32
48
|
unlock_instructions:
|
|
33
|
-
action:
|
|
34
|
-
greeting:
|
|
35
|
-
instruction: "
|
|
36
|
-
message:
|
|
37
|
-
subject:
|
|
49
|
+
action: Odblokovat můj účet
|
|
50
|
+
greeting: Ahoj %{recipient}!
|
|
51
|
+
instruction: "Účet odblokujete otevřením na odkazu níže."
|
|
52
|
+
message: Váš účet byl zablokován pro nadměrný počet neúspěšných pokusů o přihlášení.
|
|
53
|
+
subject: Instrukce k odemknutí účtu
|
|
38
54
|
omniauth_callbacks:
|
|
39
|
-
failure:
|
|
40
|
-
success: "
|
|
55
|
+
failure: 'Není možné autorizovat z %{kind}, protože: "%{reason}".'
|
|
56
|
+
success: "Úspěšná autorizace z účtu %{kind}."
|
|
41
57
|
passwords:
|
|
42
|
-
new:
|
|
43
|
-
forgot_your_password: "Zapoměl/a jste heslo?"
|
|
44
|
-
send_me_reset_password_instructions: "Zaslat instrukce k obnově hesla"
|
|
45
58
|
edit:
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
confirm_new_password:
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
59
|
+
change_my_password: Změnit mé heslo
|
|
60
|
+
change_your_password: Změna Vašeho hesla
|
|
61
|
+
confirm_new_password: Potvrdit nové heslo
|
|
62
|
+
new_password: Nové heslo
|
|
63
|
+
new:
|
|
64
|
+
forgot_your_password: Zapomněli jste své heslo?
|
|
65
|
+
send_me_reset_password_instructions: Poslat instrukce pro obnovení hesla
|
|
66
|
+
no_token: Tuto stránku lze otevřít pouze z emailu, který nastavuje nové heslo. Pokud jste přišli z takového emailu, prosím, přesvěčte se že jste použili celou URL adresu.
|
|
67
|
+
send_instructions: Za několik minut obdržíte email s instrukcemi pro nastavení nového hesla.
|
|
68
|
+
send_paranoid_instructions: Pokud váš e-mail existuje v naší databázi, za několik minut obdržíte e-mail s instrukcemi pro nastavení nového hesla.
|
|
69
|
+
updated: Vaše heslo bylo úspěšně změněno.
|
|
70
|
+
updated_not_active: Vaše heslo bylo úspěšně změněno.
|
|
55
71
|
registrations:
|
|
72
|
+
destroyed: Nashledanou! Váš účet byl úspěšně zrušen. Doufáme, že se brzy opět uvidíme.
|
|
56
73
|
edit:
|
|
57
|
-
are_you_sure:
|
|
58
|
-
cancel_my_account:
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
74
|
+
are_you_sure: Jste si jisti?
|
|
75
|
+
cancel_my_account: Zrušit můj účet
|
|
76
|
+
currently_waiting_confirmation_for_email: 'Momentálně čekám na potvrzení pro: %{email}'
|
|
77
|
+
leave_blank_if_you_don_t_want_to_change_it: nevyplňujte, pokud ho nechcete měnit
|
|
78
|
+
title: Upravit %{resource}
|
|
79
|
+
unhappy: Nejste zde šťastni?
|
|
80
|
+
update: Aktualizovat
|
|
81
|
+
we_need_your_current_password_to_confirm_your_changes: Je vyžadováno pro potvrzení změn.
|
|
64
82
|
new:
|
|
65
|
-
sign_up:
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
updated: "Účet byl aktualizován."
|
|
83
|
+
sign_up: Registrovat
|
|
84
|
+
signed_up: Vítejte! Registrace byla úspěšná.
|
|
85
|
+
signed_up_but_inactive: Vítejte! Registrace byla úspěšná. Bohužel se nemůžete přihlásit, protože váš účet ještě není aktivován.
|
|
86
|
+
signed_up_but_locked: Vítejte! Registrace byla úspěšná. Bohužel se nemůžete přihlásit, protože váš účet je zamknutý.
|
|
87
|
+
signed_up_but_unconfirmed: Vítejte! Registrace byla úspěšná. Pro dokončení otevřete aktivační odkaz zaslaný na váš email.
|
|
88
|
+
update_needs_confirmation: "Úspěšně jste aktualizovali svůj účet, ale ještě musíte ověřit svou novou e-mailovou adresu. Zkontrolujte prosím svou schránku a klikněte na odkaz pro dokončení ověření vaši nové e-mailové adresy."
|
|
89
|
+
updated: Váš účet byl úspěšně aktualizován.
|
|
73
90
|
sessions:
|
|
74
|
-
|
|
75
|
-
signed_out: "Odhlášení je hotovo."
|
|
91
|
+
already_signed_out: Nejste momentálně přihlášeni.
|
|
76
92
|
new:
|
|
77
|
-
sign_in:
|
|
93
|
+
sign_in: Přihlásit
|
|
94
|
+
signed_in: Přihlášení bylo úspěšné.
|
|
95
|
+
signed_out: Odhlášení bylo úspěšné.
|
|
78
96
|
shared:
|
|
79
97
|
links:
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
98
|
+
back: Zpět
|
|
99
|
+
didn_t_receive_confirmation_instructions: Nedostali jste informace pro potvrzení?
|
|
100
|
+
didn_t_receive_unlock_instructions: Nedostali jste instrukce pro odblokování?
|
|
101
|
+
forgot_your_password: Zapomněli jste heslo?
|
|
102
|
+
sign_in: Přihlásit
|
|
103
|
+
sign_in_with_provider: Přihlásit se přes %{provider}
|
|
104
|
+
sign_up: Registrovat
|
|
86
105
|
unlocks:
|
|
87
106
|
new:
|
|
88
|
-
resend_unlock_instructions:
|
|
89
|
-
send_instructions:
|
|
90
|
-
send_paranoid_instructions:
|
|
91
|
-
unlocked:
|
|
107
|
+
resend_unlock_instructions: Znovu odeslat instrukce pro odblokování
|
|
108
|
+
send_instructions: Za několik minut obdržíte email s instrukcemi, jak odemknout svůj účet.
|
|
109
|
+
send_paranoid_instructions: Pokud váš e-mail existuje v naší databázi, za několik minut obdržíte e-mail s instrukcemi pro odemknutí účtu.
|
|
110
|
+
unlocked: Váš účet byl úspěšně odemknut.
|
|
92
111
|
errors:
|
|
93
112
|
messages:
|
|
94
|
-
already_confirmed:
|
|
95
|
-
confirmation_period_expired:
|
|
96
|
-
expired:
|
|
97
|
-
not_found:
|
|
98
|
-
not_locked:
|
|
113
|
+
already_confirmed: byl již potvrzen, prosím, zkuste se přihlásit
|
|
114
|
+
confirmation_period_expired: Je potřeba potvrdit do %{period}, prosím, požádejte o novou
|
|
115
|
+
expired: vypršela, prosím, požádejte o nové
|
|
116
|
+
not_found: nenalezen
|
|
117
|
+
not_locked: nebyl uzamčen
|
|
99
118
|
not_saved:
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
models:
|
|
104
|
-
user: "Uživatel"
|
|
105
|
-
attributes:
|
|
106
|
-
user:
|
|
107
|
-
current_sign_in_at: "Přihlášen v"
|
|
108
|
-
email: "Email"
|
|
109
|
-
password: "Heslo"
|
|
110
|
-
last_sign_in_at: "Naposledy přihlášen v"
|
|
119
|
+
few: "%{resource} nebyl uložen kvůli %{count} chybám:"
|
|
120
|
+
one: "%{resource} nebyl uložen kvůli chybě:"
|
|
121
|
+
other: "%{resource} nebyl uložen kvůli %{count} chybám:"
|
data/locales/da.yml
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
da:
|
|
2
|
+
activerecord:
|
|
3
|
+
attributes:
|
|
4
|
+
user:
|
|
5
|
+
current_password:
|
|
6
|
+
email:
|
|
7
|
+
password:
|
|
8
|
+
password_confirmation:
|
|
9
|
+
remember_me:
|
|
10
|
+
reset_password_token:
|
|
11
|
+
unlock_token:
|
|
12
|
+
models:
|
|
13
|
+
user:
|
|
14
|
+
devise:
|
|
15
|
+
confirmations:
|
|
16
|
+
confirmed: Din konto er aktiveret og du er nu logget ind.
|
|
17
|
+
new:
|
|
18
|
+
resend_confirmation_instructions: Få tilsendt bekræftelses-instruktioner
|
|
19
|
+
send_instructions: Om få minutter vil du modtage en e-mail med instruktioner om aktivering af din konto.
|
|
20
|
+
send_paranoid_instructions: Hvis din e-mail-adresse findes i vores database vil du modtage en e-mail med instruktioner om hvordan du kan aktivere din konto.
|
|
21
|
+
failure:
|
|
22
|
+
already_authenticated: Du er allerede logget ind.
|
|
23
|
+
inactive: Din konto er ikke bekræftet.
|
|
24
|
+
invalid: E-mail-adresse eller kodeord er ikke gyldig.
|
|
25
|
+
last_attempt: Du har ét forsøg mere, inden din konto vil blive låst.
|
|
26
|
+
locked: Din konto er låst i de næste to timer.
|
|
27
|
+
not_found_in_database: E-mail-adresse eller kodeord er ikke gyldig.
|
|
28
|
+
timeout: Din session er udløbet. Log ind igen for at kunne fortsætte.
|
|
29
|
+
unauthenticated: Du skal logge ind for at kunne fortsætte.
|
|
30
|
+
unconfirmed: Du skal bekræfte din konto for at kunne fortsætte.
|
|
31
|
+
mailer:
|
|
32
|
+
confirmation_instructions:
|
|
33
|
+
action: Bekræft min konto
|
|
34
|
+
greeting: Velkommen %{recipient}!
|
|
35
|
+
instruction: 'Du kan bekræfte din email-konto igennem linket herunder:'
|
|
36
|
+
subject: Bekræftelsesinstruktioner
|
|
37
|
+
password_change:
|
|
38
|
+
greeting:
|
|
39
|
+
message:
|
|
40
|
+
subject:
|
|
41
|
+
reset_password_instructions:
|
|
42
|
+
action: "Ændre mit kodeord"
|
|
43
|
+
greeting: Hej %{recipient}!
|
|
44
|
+
instruction: Der er blevet anmodet om, at få tilsendt et link til ændring af dit kodeord. Det kan gøres ved hjælp af linket herunder.
|
|
45
|
+
instruction_2: Hvis du ikke har anmodet om dette, så se venligst bort fra denne email.
|
|
46
|
+
instruction_3: Dit kodeord forbliver uændret indtil du laver et nyt, ved hjælp af linket foroven.
|
|
47
|
+
subject: Nulstilling af kodeord
|
|
48
|
+
unlock_instructions:
|
|
49
|
+
action: Aktivér min konto
|
|
50
|
+
greeting: Hej %{recipient}!
|
|
51
|
+
instruction: 'Klik på linket herunder for at aktivere din konto:'
|
|
52
|
+
message: Din konto er blevet låst efter for mange forkerte log-ind forsøg.
|
|
53
|
+
subject: Genåbning af konto
|
|
54
|
+
omniauth_callbacks:
|
|
55
|
+
failure: Du kunne ikke logges ind med din %{kind} konto.
|
|
56
|
+
success: Du er nu logget ind med din %{kind} konto.
|
|
57
|
+
passwords:
|
|
58
|
+
edit:
|
|
59
|
+
change_my_password:
|
|
60
|
+
change_your_password:
|
|
61
|
+
confirm_new_password:
|
|
62
|
+
new_password:
|
|
63
|
+
new:
|
|
64
|
+
forgot_your_password: Glemt kodeord?
|
|
65
|
+
send_me_reset_password_instructions: Send mig instruktioner til gendannelse af password
|
|
66
|
+
no_token: Du kan ikke tilgå denne side uden at komme fra en e-mail vedrørende nulstilling af kodeord. Hvis du kommer fra sådan en e-mail, så check venligst at du har benyttet den fulde URL som er angivet.
|
|
67
|
+
send_instructions: Du vil om et øjeblik modtage en e-mail vedrørende nulstilling af kodeord.
|
|
68
|
+
send_paranoid_instructions: Hvis din e-mail-adresse findes i vores database vil du modtage et link til hvor du kan nulstille dit kodeord.
|
|
69
|
+
updated: Dit kodeord er ændret og du er nu logget ind.
|
|
70
|
+
updated_not_active: Dit kodeord er ændret.
|
|
71
|
+
registrations:
|
|
72
|
+
destroyed: Farvel. Din konto er nu lukket.
|
|
73
|
+
edit:
|
|
74
|
+
are_you_sure: Er du sikker?
|
|
75
|
+
cancel_my_account: Slet min konto
|
|
76
|
+
currently_waiting_confirmation_for_email:
|
|
77
|
+
leave_blank_if_you_don_t_want_to_change_it: 'efterlades blankt hvis det ikke ønskes ændret '
|
|
78
|
+
title: Rediger %{resource}
|
|
79
|
+
unhappy:
|
|
80
|
+
update:
|
|
81
|
+
we_need_your_current_password_to_confirm_your_changes: vi skal bruge dit nuværende kodeord for at bekræfte ændringerne.
|
|
82
|
+
new:
|
|
83
|
+
sign_up: Registrer
|
|
84
|
+
signed_up: Din registrering er godkendt.
|
|
85
|
+
signed_up_but_inactive: Din registrering er godkendt, men vi kunne ikke logge dig ind, da din konto endnu ikke er blevet aktiveret.
|
|
86
|
+
signed_up_but_locked: Din registrering er godkendt, men vi kunne ikke logge dig ind, da din konto er låst.
|
|
87
|
+
signed_up_but_unconfirmed: En besked med bekræftelses link er blevet sendt til din e-mail-adresse. Åbn venligst linket for at aktivere din konto.
|
|
88
|
+
update_needs_confirmation: Du har nu opdateret din konto, men vi skal verificere din nye e-mail-adresse. Check venligst din e-mail og tryk på linket til bekræftelse for at færdiggøre verificeringen.
|
|
89
|
+
updated: Din profil er opdateret.
|
|
90
|
+
sessions:
|
|
91
|
+
already_signed_out:
|
|
92
|
+
new:
|
|
93
|
+
sign_in: Log-ind
|
|
94
|
+
signed_in: Du er nu logget ind.
|
|
95
|
+
signed_out: Du er nu logget ud.
|
|
96
|
+
shared:
|
|
97
|
+
links:
|
|
98
|
+
back:
|
|
99
|
+
didn_t_receive_confirmation_instructions: Har du ikke modtaget bekræftelses-instruktioner?
|
|
100
|
+
didn_t_receive_unlock_instructions: Har du ikke modtaget aktiverings-instruktioner?
|
|
101
|
+
forgot_your_password: Glemt kodeord?
|
|
102
|
+
sign_in: Log-ind
|
|
103
|
+
sign_in_with_provider: Log-ind med %{provider}
|
|
104
|
+
sign_up: Registrer
|
|
105
|
+
unlocks:
|
|
106
|
+
new:
|
|
107
|
+
resend_unlock_instructions: Få tilsendt aktiverings-instruktioner
|
|
108
|
+
send_instructions: Om få minutter vil du modtage en e-mail med instruktioner om genåbning af din konto.
|
|
109
|
+
send_paranoid_instructions: Hvis din e-mail-adresse findes i vores database vil du modtage in e-mail med instutioner om hvordan du kan låse din konto op.
|
|
110
|
+
unlocked: Din konto er genåbnet og du er nu logget ind.
|
|
111
|
+
errors:
|
|
112
|
+
messages:
|
|
113
|
+
already_confirmed: er allerede bekræftet
|
|
114
|
+
confirmation_period_expired: skal bekræftes inden for %{period}, anmod venligst om en ny
|
|
115
|
+
expired: er udløbet. Vær venlig at bede om en ny
|
|
116
|
+
not_found: ikke fundet
|
|
117
|
+
not_locked: var ikke låst
|
|
118
|
+
not_saved:
|
|
119
|
+
one: '1 fejl medførte at denne %{resource} ikke kunne gemmes:'
|
|
120
|
+
other: "%{count} fejl medførte at denne %{resource} ikke kunne gemmes:"
|