devise-i18n 1.12.1 → 1.13.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.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/rails/locales/af.yml +52 -48
  4. data/rails/locales/ar.yml +30 -18
  5. data/rails/locales/az.yml +48 -42
  6. data/rails/locales/be.yml +62 -54
  7. data/rails/locales/bg.yml +61 -57
  8. data/rails/locales/bn.yml +31 -31
  9. data/rails/locales/bs.yml +90 -85
  10. data/rails/locales/ca.yml +32 -30
  11. data/rails/locales/cs.yml +48 -42
  12. data/rails/locales/da.yml +43 -41
  13. data/rails/locales/de-CH.yml +45 -45
  14. data/rails/locales/de.yml +40 -40
  15. data/rails/locales/el.yml +26 -24
  16. data/rails/locales/en-GB.yml +34 -36
  17. data/rails/locales/en.yml +31 -31
  18. data/rails/locales/eo.yml +33 -33
  19. data/rails/locales/es-CL.yml +32 -27
  20. data/rails/locales/es-CO.yml +30 -29
  21. data/rails/locales/es-MX.yml +30 -27
  22. data/rails/locales/es.yml +30 -27
  23. data/rails/locales/et.yml +42 -40
  24. data/rails/locales/fa.yml +19 -15
  25. data/rails/locales/fi.yml +35 -33
  26. data/rails/locales/fr-CA.yml +40 -35
  27. data/rails/locales/fr.yml +36 -31
  28. data/rails/locales/ha.yml +59 -55
  29. data/rails/locales/he.yml +39 -34
  30. data/rails/locales/hi.yml +33 -33
  31. data/rails/locales/hr.yml +31 -34
  32. data/rails/locales/hu.yml +58 -54
  33. data/rails/locales/id.yml +38 -35
  34. data/rails/locales/ig.yml +64 -60
  35. data/rails/locales/is.yml +32 -30
  36. data/rails/locales/it.yml +37 -34
  37. data/rails/locales/ja.yml +11 -10
  38. data/rails/locales/ka.yml +54 -52
  39. data/rails/locales/km.yml +30 -27
  40. data/rails/locales/ko.yml +22 -19
  41. data/rails/locales/lo-LA.yml +57 -57
  42. data/rails/locales/lt.yml +100 -91
  43. data/rails/locales/lv.yml +50 -47
  44. data/rails/locales/mk.yml +31 -30
  45. data/rails/locales/ms.yml +36 -35
  46. data/rails/locales/nb.yml +33 -31
  47. data/rails/locales/nl.yml +31 -31
  48. data/rails/locales/nn-NO.yml +38 -34
  49. data/rails/locales/no.yml +34 -30
  50. data/rails/locales/pl.yml +42 -41
  51. data/rails/locales/pt-BR.yml +44 -41
  52. data/rails/locales/pt.yml +39 -36
  53. data/rails/locales/ro.yml +38 -35
  54. data/rails/locales/ru.yml +71 -71
  55. data/rails/locales/si.yml +44 -40
  56. data/rails/locales/sk.yml +49 -43
  57. data/rails/locales/sl.yml +103 -95
  58. data/rails/locales/sq.yml +36 -36
  59. data/rails/locales/sr-RS.yml +33 -36
  60. data/rails/locales/sr.yml +44 -43
  61. data/rails/locales/sv.yml +33 -31
  62. data/rails/locales/th.yml +24 -21
  63. data/rails/locales/tl.yml +62 -58
  64. data/rails/locales/tr.yml +38 -32
  65. data/rails/locales/uk.yml +44 -40
  66. data/rails/locales/ur.yml +23 -19
  67. data/rails/locales/vi.yml +35 -36
  68. data/rails/locales/yo.yml +70 -96
  69. data/rails/locales/zh-CN.yml +20 -19
  70. data/rails/locales/zh-HK.yml +75 -72
  71. data/rails/locales/zh-TW.yml +15 -14
  72. data/rails/locales/zh-YUE.yml +72 -72
  73. metadata +16 -29
data/rails/locales/bs.yml CHANGED
@@ -2,144 +2,149 @@ bs:
2
2
  activerecord:
3
3
  attributes:
4
4
  user:
5
- confirmation_sent_at:
6
- confirmation_token:
7
- confirmed_at:
8
- created_at:
9
- current_password:
10
- current_sign_in_at:
11
- current_sign_in_ip:
12
- email:
13
- encrypted_password:
14
- failed_attempts:
15
- last_sign_in_at:
16
- last_sign_in_ip:
17
- locked_at:
18
- password:
19
- password_confirmation:
20
- remember_created_at:
21
- remember_me:
22
- reset_password_sent_at:
23
- reset_password_token:
24
- sign_in_count:
25
- unconfirmed_email:
26
- unlock_token:
27
- updated_at:
5
+ confirmation_sent_at: ""
6
+ confirmation_token: ""
7
+ confirmed_at: ""
8
+ created_at: ""
9
+ current_password: ""
10
+ current_sign_in_at: ""
11
+ current_sign_in_ip: ""
12
+ email: ""
13
+ encrypted_password: ""
14
+ failed_attempts: ""
15
+ last_sign_in_at: ""
16
+ last_sign_in_ip: ""
17
+ locked_at: ""
18
+ password: ""
19
+ password_confirmation: ""
20
+ remember_created_at: ""
21
+ remember_me: ""
22
+ reset_password_sent_at: ""
23
+ reset_password_token: ""
24
+ sign_in_count: ""
25
+ unconfirmed_email: ""
26
+ unlock_token: ""
27
+ updated_at: ""
28
28
  models:
29
- user:
29
+ user:
30
+ one: ''
31
+ few: ''
32
+ other: ''
30
33
  devise:
31
34
  confirmations:
32
35
  confirmed: Vaš račun je potvrđen.
33
36
  new:
34
- resend_confirmation_instructions:
37
+ resend_confirmation_instructions: ""
35
38
  send_instructions: U roku nekoliko minuta ćete primiti e-mail s uputama za potvrdu Vašeg računa.
36
39
  send_paranoid_instructions: Ukoliko se Vaša email adresa nalazi u našoj bazi u roku od nekoliko minuta ćete primiti e-mail s uputama kako potvrditi Vaš račun.
37
40
  failure:
38
41
  already_authenticated: Već ste prijavljeni.
39
42
  inactive: Vaš račun još nije aktiviran.
40
- invalid:
43
+ invalid: ""
41
44
  last_attempt: Imate još jedan pokušaj prije nego Vaš račun bude zaključan.
42
45
  locked: Vaš račun je zaključan.
43
- not_found_in_database:
46
+ not_found_in_database: ""
44
47
  timeout: Vrijeme trajanja Vaše sesije je isteklo. Molimo prijavite se ponovo.
45
48
  unauthenticated: Za nastavak se morate prijaviti ili registrovati.
46
49
  unconfirmed: Za nastavak morate potvrditi Vaš račun.
47
50
  mailer:
48
51
  confirmation_instructions:
49
- action:
50
- greeting:
51
- instruction:
52
+ action: ""
53
+ greeting: ""
54
+ instruction: ''
52
55
  subject: Upute za potvrdu korisničkog računa
53
56
  email_changed:
54
- greeting:
55
- message:
56
- message_unconfirmed:
57
- subject:
57
+ greeting: ""
58
+ message: ""
59
+ message_unconfirmed: ""
60
+ subject: ""
58
61
  password_change:
59
- greeting:
60
- message:
61
- subject:
62
+ greeting: ""
63
+ message: ""
64
+ subject: ""
62
65
  reset_password_instructions:
63
- action:
64
- greeting:
65
- instruction:
66
- instruction_2:
67
- instruction_3:
66
+ action: ""
67
+ greeting: ""
68
+ instruction: ""
69
+ instruction_2: ""
70
+ instruction_3: ""
68
71
  subject: Upute za promjenu lozinke
69
72
  unlock_instructions:
70
- action:
71
- greeting:
72
- instruction:
73
- message:
73
+ action: ""
74
+ greeting: ""
75
+ instruction: ''
76
+ message: ""
74
77
  subject: Upute za otključavanje korisničkog računa
75
78
  omniauth_callbacks:
76
- failure: Nismo Vas u mogućnosti autorizirati sa %{kind} računom zbog "%{reason}".
77
- success: Uspješna autorizacija sa %{kind} računa.
79
+ failure: "Nismo Vas u mogućnosti autorizirati sa %{kind} računom zbog \"%{reason}\"."
80
+ success: "Uspješna autorizacija sa %{kind} računa."
78
81
  passwords:
79
82
  edit:
80
- change_my_password:
81
- change_your_password:
82
- confirm_new_password:
83
- new_password:
83
+ change_my_password: ""
84
+ change_your_password: ""
85
+ confirm_new_password: ""
86
+ new_password: ""
84
87
  new:
85
- forgot_your_password:
86
- send_me_reset_password_instructions:
88
+ forgot_your_password: ""
89
+ send_me_reset_password_instructions: ""
87
90
  no_token: Ne možete pristupiti ovoj stranici ako niste kliknuli na link u e-mailu za resetovanje lozinke.
88
91
  send_instructions: U roku nekoliko minuta ćete primiti e-mail s uputama za resetovanje Vaše lozinke.
89
- send_paranoid_instructions: Ukoliko se Vaša e-mail adresa nalazi u našoj bazi, u roku nekoliko minuta ćete primiti link za resetovanje lozinke.
92
+ send_paranoid_instructions: "Ukoliko se Vaša e-mail adresa nalazi u našoj bazi, u roku nekoliko minuta ćete primiti link za resetovanje lozinke."
90
93
  updated: Vaša lozinka je uspješno promjenjena. Sad ste prijavljeni.
91
94
  updated_not_active: Vaša lozinka je uspješno izmijenjena.
92
95
  registrations:
93
96
  destroyed: Pozdrav! Vaš račun je uspješno obrisan. Nadamo se da ćete se brzo vratiti.
94
97
  edit:
95
- are_you_sure:
96
- cancel_my_account:
97
- currently_waiting_confirmation_for_email:
98
- leave_blank_if_you_don_t_want_to_change_it:
99
- title:
100
- unhappy:
101
- update:
102
- we_need_your_current_password_to_confirm_your_changes:
98
+ are_you_sure: ""
99
+ cancel_my_account: ""
100
+ currently_waiting_confirmation_for_email: ''
101
+ leave_blank_if_you_don_t_want_to_change_it: ""
102
+ title: ""
103
+ unhappy: ""
104
+ update: ""
105
+ we_need_your_current_password_to_confirm_your_changes: ""
103
106
  new:
104
- sign_up:
107
+ sign_up: ""
105
108
  signed_up: Dobrodošli! Uspješno ste se registrovali.
106
- signed_up_but_inactive: Uspješno ste se registrovali. Nažalost, ne možete se prijaviti, jer Vaš račun još nije aktiviran.
107
- signed_up_but_locked: Uspješno ste se registrovali. Nažalost, ne možete se prijaviti, jer Vam je račun zaključan.
109
+ signed_up_but_inactive: "Uspješno ste se registrovali. Nažalost, ne možete se prijaviti, jer Vaš račun još nije aktiviran."
110
+ signed_up_but_locked: "Uspješno ste se registrovali. Nažalost, ne možete se prijaviti, jer Vam je račun zaključan."
108
111
  signed_up_but_unconfirmed: Poruka s linkom za potvrdu je poslana na Vašu e-mail adresu. Molimo kliknite na link da aktivirate Vaš račun.
109
- update_needs_confirmation: Uspješno ste ažurirali Vaš račun, ali trebamo potvrditi Vašu novu e-mail adresu. Molimo provjerite svoje sanduče i kliknite na link za potvrdu.
112
+ update_needs_confirmation: "Uspješno ste ažurirali Vaš račun, ali trebamo potvrditi Vašu novu e-mail adresu. Molimo provjerite svoje sanduče i kliknite na link za potvrdu."
110
113
  updated: Uspješno ste izmjenili Vaš račun.
111
- updated_but_not_signed_in:
114
+ updated_but_not_signed_in: ""
112
115
  sessions:
113
- already_signed_out:
116
+ already_signed_out: ""
114
117
  new:
115
- sign_in:
118
+ sign_in: ""
116
119
  signed_in: Uspješno ste se prijavili.
117
120
  signed_out: Uspješno ste se odjavili.
118
121
  shared:
119
122
  links:
120
- back:
121
- didn_t_receive_confirmation_instructions:
122
- didn_t_receive_unlock_instructions:
123
- forgot_your_password:
124
- sign_in:
125
- sign_in_with_provider:
126
- sign_up:
127
- minimum_password_length:
123
+ back: ""
124
+ didn_t_receive_confirmation_instructions: ""
125
+ didn_t_receive_unlock_instructions: ""
126
+ forgot_your_password: ""
127
+ sign_in: ""
128
+ sign_in_with_provider: ""
129
+ sign_up: ""
130
+ minimum_password_length:
131
+ one: ""
132
+ few: ""
133
+ other: ""
128
134
  unlocks:
129
135
  new:
130
- resend_unlock_instructions:
136
+ resend_unlock_instructions: ""
131
137
  send_instructions: U roku nekoliko minuta ćete primiti e-mail s uputama za otključavanje Vašeg računa.
132
- send_paranoid_instructions: Ako Vaš račun postoji, na e-mail ćete u roku nekoliko minuta primiti upute kako ga otključati.
138
+ send_paranoid_instructions: "Ako Vaš račun postoji, na e-mail ćete u roku nekoliko minuta primiti upute kako ga otključati."
133
139
  unlocked: Vaš račun je uspješno otključan. Molimo prijavite se.
134
140
  errors:
135
141
  messages:
136
- already_confirmed: je već potvrđen, molimo pokušajte se prijaviti
137
- confirmation_period_expired: je trebao biti potvrđen tokom perioda %{period}, molimo tražite novi
138
- expired: je istekao, molimo zatražite novi
142
+ already_confirmed: "je već potvrđen, molimo pokušajte se prijaviti"
143
+ confirmation_period_expired: "je trebao biti potvrđen tokom perioda %{period}, molimo tražite novi"
144
+ expired: "je istekao, molimo zatražite novi"
139
145
  not_found: nije pronađeno
140
146
  not_locked: nije zaključan
141
147
  not_saved:
142
- few: "%{count} greške sprječavaju sačuvanje %{resource}:"
143
- many: "%{count} grešaka sprječavaju sačuvanje %{resource}:"
144
148
  one: '1 greška sprječava sačuvanje %{resource}:'
149
+ few: "%{count} greške sprječavaju sačuvanje %{resource}:"
145
150
  other: "%{count} grešaka sprječavaju sačuvanje %{resource}:"
data/rails/locales/ca.yml CHANGED
@@ -26,14 +26,16 @@ ca:
26
26
  unlock_token: Desbloquejar el token
27
27
  updated_at: Actualitzat a les
28
28
  models:
29
- user: Usuari
29
+ user:
30
+ one: Usuari
31
+ other: Usuari
30
32
  devise:
31
33
  confirmations:
32
34
  confirmed: La vostra adreça electrònica ha estat confirmada correctament.
33
35
  new:
34
36
  resend_confirmation_instructions: Reenviar instruccions de confirmació
35
37
  send_instructions: En breu rebràs un correu electrònic amb instruccions sobre com confirmar el teu compte.
36
- 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.
38
+ 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."
37
39
  failure:
38
40
  already_authenticated: Ja estàs identificat.
39
41
  inactive: El teu compte encara no ha estat activat.
@@ -41,40 +43,40 @@ ca:
41
43
  last_attempt: Disposa d'un intent més abans de que li bloquegem el compte.
42
44
  locked: El teu compte està bloquejat.
43
45
  not_found_in_database: "%{authentication_keys} o contrasenya invàlida."
44
- timeout: La teva sessió ha caducat. Si us plau, torna a iniciar sessió per a continuar.
46
+ timeout: "La teva sessió ha caducat. Si us plau, torna a iniciar sessió per a continuar."
45
47
  unauthenticated: Has d'iniciar sessió o bé registrar-te abans de continuar.
46
48
  unconfirmed: Has de confirmar el teu compte abans de continuar.
47
49
  mailer:
48
50
  confirmation_instructions:
49
51
  action: Confirmar el meu compte
50
- greeting: Benvingut %{recipient}!
52
+ greeting: "Benvingut %{recipient}!"
51
53
  instruction: 'Pots confirmar el correu electrònic del teu compte a través d''aquest enllaç:'
52
54
  subject: Instruccions de confirmació
53
55
  email_changed:
54
- greeting: Hola %{recipient}!
55
- message: Et contactem per avisar-vos que el vostre correu electrònic s'ha modificat a %{email}.
56
- message_unconfirmed:
56
+ greeting: "Hola %{recipient}!"
57
+ message: "Et contactem per avisar-vos que el vostre correu electrònic s'ha modificat a %{email}."
58
+ message_unconfirmed: ""
57
59
  subject: S'ha canviat el correu electrònic
58
60
  password_change:
59
- greeting: Hola, %{recipient}!
61
+ greeting: "Hola, %{recipient}!"
60
62
  message: Us hem contactat per notificar-vos que s'ha modificat la vostra contrasenya.
61
63
  subject: Contrasenya modificada
62
64
  reset_password_instructions:
63
65
  action: Canviar la meva contrasenya
64
- greeting: Hola %{recipient}!
65
- instruction: Algú ha sol·licitat un enllaç per a canviar la teva contrasenya, pots fer-ho amb el següent enllaç.
66
- instruction_2: Si tu no ho has sol·licitat, si us plau ignora aquest email.
66
+ greeting: "Hola %{recipient}!"
67
+ instruction: "Algú ha sol·licitat un enllaç per a canviar la teva contrasenya, pots fer-ho amb el següent enllaç."
68
+ instruction_2: "Si tu no ho has sol·licitat, si us plau ignora aquest email."
67
69
  instruction_3: La teva contrasenya no serà canviada fins que accedeixis a l'enllaç i en creïs una nova.
68
70
  subject: Instruccions de regeneració de contrasenya
69
71
  unlock_instructions:
70
72
  action: Desbloquejar el meu compte
71
- greeting: Hola %{recipient}!
73
+ greeting: "Hola %{recipient}!"
72
74
  instruction: 'Obre el següent enllaç per a desbloquejar el teu compte:'
73
75
  message: El teu compte s'ha bloquejat a causa d'una quantitat excessiva d'intents fallits per a accedir-hi.
74
76
  subject: Instruccions de desbloqueig
75
77
  omniauth_callbacks:
76
- failure: No hem pogut autoritzar el compte des de %{kind} perquè "%{reason}".
77
- success: Autoritzat satisfactoriament el compte des de %{kind}.
78
+ failure: "No hem pogut autoritzar el compte des de %{kind} perquè \"%{reason}\"."
79
+ success: "Autoritzat satisfactoriament el compte des de %{kind}."
78
80
  passwords:
79
81
  edit:
80
82
  change_my_password: Canviar la meva contrasenya
@@ -82,33 +84,33 @@ ca:
82
84
  confirm_new_password: Confirmar nova contrasenya
83
85
  new_password: Nova contrasenya
84
86
  new:
85
- forgot_your_password: Has oblidat la teva contrasenya?
87
+ forgot_your_password: "Has oblidat la teva contrasenya?"
86
88
  send_me_reset_password_instructions: Enviar les instruccions per a regenerar la meva contrasenya
87
- 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.
89
+ 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."
88
90
  send_instructions: En breu rebràs un correu electrònic amb instruccions sobre com restablir la teva contrasenya.
89
- 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.
91
+ 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."
90
92
  updated: La teva contrasenya ha estat canviada correctament. S'ha iniciat la sessió.
91
93
  updated_not_active: La teva contrasenya ha estat canviada correctament.
92
94
  registrations:
93
95
  destroyed: Adéu! El teu compte ha estat cancel·lat correctament. Esperem tornar-te a veure!
94
96
  edit:
95
- are_you_sure: Estàs segur?
97
+ are_you_sure: "Estàs segur?"
96
98
  cancel_my_account: Cancel·lar el meu compte
97
99
  currently_waiting_confirmation_for_email: 'Esperant confirmació de: %{email}'
98
100
  leave_blank_if_you_don_t_want_to_change_it: deixa'l en blanc si no el vols canviar
99
- title: Editar %{resource}
101
+ title: "Editar %{resource}"
100
102
  unhappy: Descontent
101
103
  update: Actualitzar
102
104
  we_need_your_current_password_to_confirm_your_changes: necessitem la teva contrasenya actual per a confirmar els canvis
103
105
  new:
104
106
  sign_up: Registrar-se
105
107
  signed_up: Has estat registrat correctament.
106
- 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.
107
- signed_up_but_locked: El teu compte ha estat creat correctament. Tanmateix, no hem pogut inciar la sessió perquè el teu compte està bloquejat.
108
+ 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."
109
+ signed_up_but_locked: "El teu compte ha estat creat correctament. Tanmateix, no hem pogut inciar la sessió perquè el teu compte està bloquejat."
108
110
  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.
109
- 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.
111
+ 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."
110
112
  updated: Has actualitzat el teu compte correctament.
111
- updated_but_not_signed_in:
113
+ updated_but_not_signed_in: ""
112
114
  sessions:
113
115
  already_signed_out: Desconnectat satisfactoriament.
114
116
  new:
@@ -118,11 +120,11 @@ ca:
118
120
  shared:
119
121
  links:
120
122
  back: Tornar
121
- didn_t_receive_confirmation_instructions: No has rebut les instruccions de confirmació?
122
- didn_t_receive_unlock_instructions: No has rebut les instruccions de desbloqueig?
123
- forgot_your_password: Has oblidat la teva contrasenya?
123
+ didn_t_receive_confirmation_instructions: "No has rebut les instruccions de confirmació?"
124
+ didn_t_receive_unlock_instructions: "No has rebut les instruccions de desbloqueig?"
125
+ forgot_your_password: "Has oblidat la teva contrasenya?"
124
126
  sign_in: Iniciar sessió
125
- sign_in_with_provider: Iniciar sessió amb %{provider}
127
+ sign_in_with_provider: "Iniciar sessió amb %{provider}"
126
128
  sign_up: Registrar-se
127
129
  minimum_password_length:
128
130
  one: "(mínim %{count} caràcter)"
@@ -131,13 +133,13 @@ ca:
131
133
  new:
132
134
  resend_unlock_instructions: Reenviar instruccions de desbloqueig
133
135
  send_instructions: En breu rebràs un correu electrònic amb instruccions sobre com desbloquejar el teu compte.
134
- send_paranoid_instructions: Si el teu compte existeix, rebràs un correu electrònic amb instruccions sobre com desbloquejar-lo.
136
+ send_paranoid_instructions: "Si el teu compte existeix, rebràs un correu electrònic amb instruccions sobre com desbloquejar-lo."
135
137
  unlocked: El teu compte ha estat desbloquejat correctament. S'ha iniciat la sessió.
136
138
  errors:
137
139
  messages:
138
140
  already_confirmed: ja està confirmat
139
- confirmation_period_expired: necessita ser confirmat en %{period}, si us plau demana'n un de nou
140
- expired: ha caducat, si us plau demana'n un de nou
141
+ confirmation_period_expired: "necessita ser confirmat en %{period}, si us plau demana'n un de nou"
142
+ expired: "ha caducat, si us plau demana'n un de nou"
141
143
  not_found: no s'ha trobat
142
144
  not_locked: no està bloquejat
143
145
  not_saved:
data/rails/locales/cs.yml CHANGED
@@ -26,55 +26,59 @@ cs:
26
26
  unlock_token: Odemykací token
27
27
  updated_at: Upraveno
28
28
  models:
29
- user: Uživatel
29
+ user:
30
+ one: Uživatel
31
+ few: Uživatel
32
+ many: Uživatel
33
+ other: Uživatel
30
34
  devise:
31
35
  confirmations:
32
36
  confirmed: Vaše e-mailová adresa byla úspěšně potvrzena.
33
37
  new:
34
38
  resend_confirmation_instructions: Opět poslat instrukce pro potvrzení
35
39
  send_instructions: Za několik minut obdržíte e-mail s instrukcemi k potvrzení Vašeho účtu.
36
- 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.
40
+ 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."
37
41
  failure:
38
42
  already_authenticated: Jste již přihlášen(a).
39
43
  inactive: Váš účet ještě nebyl aktivován.
40
- invalid: Neplatné %{authentication_keys} nebo heslo.
44
+ invalid: "Neplatné %{authentication_keys} nebo heslo."
41
45
  last_attempt: Máte ještě jeden pokus než bude Váš účet uzamčen.
42
46
  locked: Váš účet je uzamčen.
43
- not_found_in_database: Neplatné %{authentication_keys} nebo heslo.
44
- timeout: Vaše relace vypršela, přihlaste se znovu, pak budete moct pokračovat.
45
- unauthenticated: Musíte se zaregistrovat nebo přihlásit, teprve poté budete moct pokračovat.
46
- unconfirmed: Musíte potvrdit svoji e-mailovou adresu, teprve poté budete moct pokračovat.
47
+ not_found_in_database: "Neplatné %{authentication_keys} nebo heslo."
48
+ timeout: "Vaše relace vypršela, přihlaste se znovu, pak budete moct pokračovat."
49
+ unauthenticated: "Musíte se zaregistrovat nebo přihlásit, teprve poté budete moct pokračovat."
50
+ unconfirmed: "Musíte potvrdit svoji e-mailovou adresu, teprve poté budete moct pokračovat."
47
51
  mailer:
48
52
  confirmation_instructions:
49
53
  action: Potvrdit můj účet
50
- greeting: Vítejte, %{recipient}!
54
+ greeting: "Vítejte, %{recipient}!"
51
55
  instruction: 'Můžete potvrdit e-mailovou adresu pomocí níže uvedeného odkazu:'
52
56
  subject: Instrukce k potvrzení
53
57
  email_changed:
54
- greeting: Ahoj, %{recipient}!
55
- message: Kontaktovali jsme Vás, abychom Vás upozornili, že se Vaše e-mailová adresa mění na %{email}.
56
- message_unconfirmed: Kontaktujeme vás, protože váš email byl změněn na %{email}.
58
+ greeting: "Ahoj, %{recipient}!"
59
+ message: "Kontaktovali jsme Vás, abychom Vás upozornili, že se Vaše e-mailová adresa mění na %{email}."
60
+ message_unconfirmed: "Kontaktujeme vás, protože váš email byl změněn na %{email}."
57
61
  subject: E-mail změněn
58
62
  password_change:
59
- greeting: Ahoj %{recipient}!
60
- message: Dáváme vám vědět, že Vaše heslo bylo změněno.
63
+ greeting: "Ahoj %{recipient}!"
64
+ message: "Dáváme vám vědět, že Vaše heslo bylo změněno."
61
65
  subject: Heslo změněno
62
66
  reset_password_instructions:
63
67
  action: Změna hesla
64
- greeting: Ahoj %{recipient}!
68
+ greeting: "Ahoj %{recipient}!"
65
69
  instruction: Někdo si vyžádal odkaz pro změnu Vašeho hesla. Změnu můžete provést pomocí odkazu níže.
66
- instruction_2: Pokud jste si toto nevyžádali, ignorujte tento e-mail.
70
+ instruction_2: "Pokud jste si toto nevyžádali, ignorujte tento e-mail."
67
71
  instruction_3: Vaše heslo se nezmění dokud neotevřete výše uvedený odkaz a nevytvoříte si nové heslo.
68
72
  subject: Instrukce k nastavení nového hesla
69
73
  unlock_instructions:
70
74
  action: Odblokovat můj účet
71
- greeting: Ahoj %{recipient}!
75
+ greeting: "Ahoj %{recipient}!"
72
76
  instruction: 'Účet odblokujete kliknutím na níže uvedený odkazu:'
73
77
  message: Váš účet byl zablokován pro nadměrný počet neúspěšných pokusů o přihlášení.
74
78
  subject: Instrukce k odemknutí účtu
75
79
  omniauth_callbacks:
76
- failure: Není možné autorizovat z %{kind}, protože "%{reason}".
77
- success: Úspěšná autorizace z účtu %{kind}.
80
+ failure: "Není možné autorizovat z %{kind}, protože \"%{reason}\"."
81
+ success: "Úspěšná autorizace z účtu %{kind}."
78
82
  passwords:
79
83
  edit:
80
84
  change_my_password: Změnit mé heslo
@@ -82,33 +86,33 @@ cs:
82
86
  confirm_new_password: Potvrdit nové heslo
83
87
  new_password: Nové heslo
84
88
  new:
85
- forgot_your_password: Zapomněli jste své heslo?
89
+ forgot_your_password: "Zapomněli jste své heslo?"
86
90
  send_me_reset_password_instructions: Poslat instrukce pro obnovení hesla
87
- no_token: Na tuto stránku se nelze dostat jinak než z e-mailu pro resetování hesla. Pokud jste přišli z takového e-mailu, přesvědčte se že jste použili celou URL adresu.
91
+ no_token: "Na tuto stránku se nelze dostat jinak než z e-mailu pro resetování hesla. Pokud jste přišli z takového e-mailu, přesvědčte se že jste použili celou URL adresu."
88
92
  send_instructions: Za několik minut obdržíte e-mail s instrukcemi pro nastavení nového hesla.
89
- send_paranoid_instructions: Pokud Vaše e-mailová adresa existuje v naší databázi, za několik minut obdržíte e-mail s instrukcemi pro nastavení nového hesla.
93
+ send_paranoid_instructions: "Pokud Vaše e-mailová adresa existuje v naší databázi, za několik minut obdržíte e-mail s instrukcemi pro nastavení nového hesla."
90
94
  updated: Vaše heslo bylo změněno. Nyní jste přihlášen(a).
91
95
  updated_not_active: Vaše heslo bylo změněno.
92
96
  registrations:
93
- destroyed: Mějte se! Váš účet byl úspěšně zrušen. Doufáme, že se brzy opět uvidíme.
97
+ destroyed: "Mějte se! Váš účet byl úspěšně zrušen. Doufáme, že se brzy opět uvidíme."
94
98
  edit:
95
- are_you_sure: Jste si jist(á)?
99
+ are_you_sure: "Jste si jist(á)?"
96
100
  cancel_my_account: Zrušit můj účet
97
101
  currently_waiting_confirmation_for_email: 'Momentálně čeká na potvrzení pro: %{email}'
98
- leave_blank_if_you_don_t_want_to_change_it: nevyplňujte, pokud ho nechcete měnit
99
- title: Upravit %{resource}
100
- unhappy: Nejste zde šťastni?
102
+ leave_blank_if_you_don_t_want_to_change_it: "nevyplňujte, pokud ho nechcete měnit"
103
+ title: "Upravit %{resource}"
104
+ unhappy: "Nejste zde šťastni?"
101
105
  update: Aktualizovat
102
106
  we_need_your_current_password_to_confirm_your_changes: Vaše současné heslo je nutné pro potvrzení změn.
103
107
  new:
104
108
  sign_up: Zaregistrovat se
105
109
  signed_up: Vítejte! Úspěšně jste se zaregistroval(a).
106
- signed_up_but_inactive: Úspěšně jste se zaregistroval(a). Bohužel se nemůžete přihlásit, protože Váš účet ještě není aktivován.
107
- signed_up_but_locked: Úspěšně jste se zaregistroval(a). Bohužel se nemůžete přihlásit, protože Váš účet je zamknutý.
110
+ signed_up_but_inactive: "Úspěšně jste se zaregistroval(a). Bohužel se nemůžete přihlásit, protože Váš účet ještě není aktivován."
111
+ signed_up_but_locked: "Úspěšně jste se zaregistroval(a). Bohužel se nemůžete přihlásit, protože Váš účet je zamknutý."
108
112
  signed_up_but_unconfirmed: Byl vám zaslán potvrzovací e-mail. Pro dokončení klikněte na aktivační odkaz zaslaný na Váš e-mail.
109
- update_needs_confirmation: Úspěšně jste aktualizovali svůj účet, ale ještě musíte ověřit svou novou e-mailovou adresu. Zkontrolujte svou schránku a klikněte na odkaz pro dokončení ověření Vaší nové e-mailové adresy.
113
+ update_needs_confirmation: "Úspěšně jste aktualizovali svůj účet, ale ještě musíte ověřit svou novou e-mailovou adresu. Zkontrolujte svou schránku a klikněte na odkaz pro dokončení ověření Vaší nové e-mailové adresy."
110
114
  updated: Váš účet byl úspěšně aktualizován.
111
- updated_but_not_signed_in: Váš účet byl úspěšně aktualizován. Protože došlo ke změně hesla, je nutné se znovu přihlásit.
115
+ updated_but_not_signed_in: "Váš účet byl úspěšně aktualizován. Protože došlo ke změně hesla, je nutné se znovu přihlásit."
112
116
  sessions:
113
117
  already_signed_out: Odhlášen(a).
114
118
  new:
@@ -118,30 +122,32 @@ cs:
118
122
  shared:
119
123
  links:
120
124
  back: Zpět
121
- didn_t_receive_confirmation_instructions: Nedostali jste informace pro potvrzení?
122
- didn_t_receive_unlock_instructions: Nedostali jste instrukce pro odblokování?
123
- forgot_your_password: Zapomněli jste heslo?
125
+ didn_t_receive_confirmation_instructions: "Nedostali jste informace pro potvrzení?"
126
+ didn_t_receive_unlock_instructions: "Nedostali jste instrukce pro odblokování?"
127
+ forgot_your_password: "Zapomněli jste heslo?"
124
128
  sign_in: Přihlásit se
125
- sign_in_with_provider: Přihlásit se přes %{provider}
129
+ sign_in_with_provider: "Přihlásit se přes %{provider}"
126
130
  sign_up: Zaregistrovat se
127
131
  minimum_password_length:
132
+ one: "(minimálně %{count} znaky)"
128
133
  few: "(minimálně %{count} znaky)"
129
- one: "(minimálně %{count} znak)"
130
- other: "(minimálně %{count} znaků)"
134
+ many: "(minimálně %{count} znaky)"
135
+ other: "(minimálně %{count} znaky)"
131
136
  unlocks:
132
137
  new:
133
138
  resend_unlock_instructions: Znovu odeslat instrukce pro odblokování
134
- send_instructions: Za několik minut obdržíte e-mail s instrukcemi, jak odemknout svůj účet.
135
- 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.
139
+ send_instructions: "Za několik minut obdržíte e-mail s instrukcemi, jak odemknout svůj účet."
140
+ 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."
136
141
  unlocked: Váš účet byl úspěšně odblokován.
137
142
  errors:
138
143
  messages:
139
- already_confirmed: byl již potvrzen, zkuste se přihlásit
140
- confirmation_period_expired: Je potřeba potvrdit do %{period}, požádejte o novou
141
- expired: vypršela, požádejte o nové
144
+ already_confirmed: "byl již potvrzen, zkuste se přihlásit"
145
+ confirmation_period_expired: "Je potřeba potvrdit do %{period}, požádejte o novou"
146
+ expired: "vypršela, požádejte o nové"
142
147
  not_found: nenalezen
143
148
  not_locked: nebyl uzamčen
144
149
  not_saved:
150
+ one: '%{resource} nebyl uložen kvůli %{count} chybám:'
145
151
  few: "%{resource} nebyl uložen kvůli %{count} chybám:"
146
- one: "%{resource} nebyl uložen kvůli chybě:"
152
+ many: "%{resource} nebyl uložen kvůli %{count} chybám:"
147
153
  other: "%{resource} nebyl uložen kvůli %{count} chybám:"