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/id.yml
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
id:
|
|
2
|
+
activerecord:
|
|
3
|
+
attributes:
|
|
4
|
+
user:
|
|
5
|
+
current_password: Password saat ini
|
|
6
|
+
email: Email
|
|
7
|
+
password: Password
|
|
8
|
+
password_confirmation: Konfirmasi password
|
|
9
|
+
remember_me: Ingat saya
|
|
10
|
+
reset_password_token:
|
|
11
|
+
unlock_token:
|
|
12
|
+
models:
|
|
13
|
+
user: User
|
|
14
|
+
devise:
|
|
15
|
+
confirmations:
|
|
16
|
+
confirmed: Akun anda telah berhasil dikonfirmasi. Anda telah sign in.
|
|
17
|
+
new:
|
|
18
|
+
resend_confirmation_instructions: Kirim ulang petunjuk konfirmasi
|
|
19
|
+
send_instructions: Anda akan menerima e-mail berisi instruksi untuk melakukan konfirmasi akun dalam beberapa menit lagi.
|
|
20
|
+
send_paranoid_instructions: Jika alamat email Anda ada di database kami, anda akan menerima email dengan instruksi tentang bagaimana untuk mengkonfirmasi account Anda dalam beberapa menit.
|
|
21
|
+
failure:
|
|
22
|
+
already_authenticated: Anda sudah sign in.
|
|
23
|
+
inactive: Akun anda belum diaktifkan.
|
|
24
|
+
invalid: email atau password yang anda masukkan salah.
|
|
25
|
+
last_attempt: Kesempatan terakhir sebelum akun Anda dikunci.
|
|
26
|
+
locked: Akun anda terkunci.
|
|
27
|
+
not_found_in_database: Akun tidak ditemukan di dalam basis data.
|
|
28
|
+
timeout: Sesi anda telah kadaluarsa, silahkan sign in untuk melanjutkan.
|
|
29
|
+
unauthenticated: Anda harus mendaftar atau sign in sebelum melanjutkan .
|
|
30
|
+
unconfirmed: Anda harus melakukan konfirmasi sebalum melanjutkan.
|
|
31
|
+
mailer:
|
|
32
|
+
confirmation_instructions:
|
|
33
|
+
action: Konfirmasi akun saya
|
|
34
|
+
greeting: Selamat datang %{recipient}!
|
|
35
|
+
instruction: 'Anda bisa melakukan konfirmasi email akun Anda menggunakan tautan berikut ini:'
|
|
36
|
+
subject: Instruksi untuk melakukan konfirmasi
|
|
37
|
+
password_change:
|
|
38
|
+
greeting: Halo %{recipient}!
|
|
39
|
+
message: Kami menghubungi Anda untuk menyampaikan informasi bahwa password Anda telah diubah
|
|
40
|
+
subject: Password telah diganti
|
|
41
|
+
reset_password_instructions:
|
|
42
|
+
action: Ganti password saya
|
|
43
|
+
greeting: Halo %{recipient}!
|
|
44
|
+
instruction: Seseorang telah meminta tautan untuk mengganti password Anda, dan Anda bisa melakukannya menggunakan tautan berikut ini.
|
|
45
|
+
instruction_2: Jika Anda tidak meminta hal ini, abaikan saja email ini.
|
|
46
|
+
instruction_3: Password Anda tidak akan berubah jika Anda tidak mengakses tautan di atas lalu membuat password yang baru.
|
|
47
|
+
subject: Instruksi untuk melakukan Reset password
|
|
48
|
+
unlock_instructions:
|
|
49
|
+
action: Buka kunci akun saya
|
|
50
|
+
greeting: Halo %{recipient}!
|
|
51
|
+
instruction: Klik tautan berikut ini untuk membuka kunci akun Anda.
|
|
52
|
+
message: Akun Anda telah dikunci karena terlalu banyak percobaan masuk yang gagal.
|
|
53
|
+
subject: Instruksi untuk membuka kembali akun anda
|
|
54
|
+
omniauth_callbacks:
|
|
55
|
+
failure: Tidak dapat melakukan autentikasi dari %{kind} karena "%{reason}".
|
|
56
|
+
success: Berhasil melakukan autentikasi akun %{kind}.
|
|
57
|
+
passwords:
|
|
58
|
+
edit:
|
|
59
|
+
change_my_password: Ganti password saya
|
|
60
|
+
change_your_password: Ganti password Anda
|
|
61
|
+
confirm_new_password: Konfirmasi password baru
|
|
62
|
+
new_password: Password baru
|
|
63
|
+
new:
|
|
64
|
+
forgot_your_password: Lupa password?
|
|
65
|
+
send_me_reset_password_instructions: Kirim instruksi untuk mereset password
|
|
66
|
+
no_token: Tidak dapat mengakses halaman tanpa password dari email. Jika Anda datang dari email password reset, pastikan menggunakan tautan yang benar.
|
|
67
|
+
send_instructions: Anda akan menerima e-mail berisi instruksi untuk melakukan reset password beberapa menit lagi.
|
|
68
|
+
send_paranoid_instructions: Jika email Anda terdaftar di basis data kami, Anda akan menerima recovery link di email Anda dalam beberapa menit.
|
|
69
|
+
updated: Password anda telah berhasil diubah. Anda telah sign in.
|
|
70
|
+
updated_not_active: Password berhasil diubah.
|
|
71
|
+
registrations:
|
|
72
|
+
destroyed: Selamat Tinggal, Akun anda telah di hapus
|
|
73
|
+
edit:
|
|
74
|
+
are_you_sure: Anda yakin?
|
|
75
|
+
cancel_my_account: Batalkan akun saya
|
|
76
|
+
currently_waiting_confirmation_for_email: 'Saat ini menunggu konfirmasi untuk: %{email}'
|
|
77
|
+
leave_blank_if_you_don_t_want_to_change_it: kosongkan jika Anda tidak ingin mengubahnya
|
|
78
|
+
title: Ubah %{resource}
|
|
79
|
+
unhappy: Tidak senang
|
|
80
|
+
update: Update
|
|
81
|
+
we_need_your_current_password_to_confirm_your_changes: Mohon masukkan password Anda saat ini untuk menyimpan perubahan
|
|
82
|
+
new:
|
|
83
|
+
sign_up: Mendaftar
|
|
84
|
+
signed_up: Proses pendaftaran berhasil. Apabila diaktifkan, konfirmasi telah dikirimkan ke e-mail anda.
|
|
85
|
+
signed_up_but_inactive: Pendaftaran berhasil. Akan tetapi, Anda belum dapat sign in karena akun belum diaktivasi.
|
|
86
|
+
signed_up_but_locked: Pendaftaran berhasil. Akan tetapi, Anda belum dapat sign in karena akun terkunci.
|
|
87
|
+
signed_up_but_unconfirmed: Pesan dengan tautan konfirmasi telah dikirim ke email Anda. Harap buka tautan untuk mengaktifkan akun Anda.
|
|
88
|
+
update_needs_confirmation: Berhasil memperbarui akun, namun Anda harus mengonfirmasi alamat email baru. Tolong cek email anda dan klik tautan konfirmasi untuk menyelesaikan konfirmasi email baru Anda.
|
|
89
|
+
updated: Akun anda telah berhasil diperbaharui.
|
|
90
|
+
sessions:
|
|
91
|
+
already_signed_out:
|
|
92
|
+
new:
|
|
93
|
+
sign_in: Masuk
|
|
94
|
+
signed_in: Proses sign in berhasil.
|
|
95
|
+
signed_out: Proses sign out berhasil.
|
|
96
|
+
shared:
|
|
97
|
+
links:
|
|
98
|
+
back: Kembali
|
|
99
|
+
didn_t_receive_confirmation_instructions: Apakah Anda tidak menerima instruksi cara melakukan konfirmasi?
|
|
100
|
+
didn_t_receive_unlock_instructions: Anda tidak menerima instruksi untuk membuka kunci pada akun Anda?
|
|
101
|
+
forgot_your_password: Lupa password?
|
|
102
|
+
sign_in: Masuk
|
|
103
|
+
sign_in_with_provider: Masuk dengan akun %{provider}
|
|
104
|
+
sign_up: Mendaftar
|
|
105
|
+
unlocks:
|
|
106
|
+
new:
|
|
107
|
+
resend_unlock_instructions: Kirim ulang instruksi untuk membuka kunci akun
|
|
108
|
+
send_instructions: Anda akan menerima e-mail berisi instruksi untuk membuka kembali akun anda dalam beberapa menit lagi.
|
|
109
|
+
send_paranoid_instructions: Jika akun Anda tercatan, Anda akan menerima email dengan instruksi bagaimana membuka kunci email Anda dalam beberapa menit.
|
|
110
|
+
unlocked: Akun anda telah berhasil dibuka kembali. Anda telah sign in.
|
|
111
|
+
errors:
|
|
112
|
+
messages:
|
|
113
|
+
already_confirmed: sudah di konfirmasi
|
|
114
|
+
confirmation_period_expired: harus dikonfirmasi dalam %{period}, tolong pesan lagi
|
|
115
|
+
expired: telah kadaluarsa, tolong pesan lagi
|
|
116
|
+
not_found: tidak ditemukan
|
|
117
|
+
not_locked: tidak dikunci
|
|
118
|
+
not_saved: "%{count} kesalahan membuat %{resource} tidak bisa disimpan:"
|
data/locales/is.yml
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
is:
|
|
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: Aðgangurinn hefur verið staðfestur. Þú ert núna innskráð(ur).
|
|
17
|
+
new:
|
|
18
|
+
resend_confirmation_instructions:
|
|
19
|
+
send_instructions: Eftir nokkrar mínútur munt þú fá tölvupóst með leiðbeiningum um hverning eigi að staðfesta aðganginn.
|
|
20
|
+
send_paranoid_instructions: Ef netfangið þitt er til í gagnagrunninum okkar munt þú fá leiðbeiningar um hvernig eigi að staðfesta aðganginn sendar tölvupósti innan nokkurra mínútna.
|
|
21
|
+
failure:
|
|
22
|
+
already_authenticated: "Þú ert nú þegar innskráð(ur)."
|
|
23
|
+
inactive: Aðgangurinn þinn hefur ekki verið staðfestur.
|
|
24
|
+
invalid: "Ógilt notandanafn eða lykilorð."
|
|
25
|
+
last_attempt:
|
|
26
|
+
locked: Aðgangurinn þinn er læstur.
|
|
27
|
+
not_found_in_database:
|
|
28
|
+
timeout: Seta þín hefur runnið út, skráðu þig aftur inn til að halda áfram.
|
|
29
|
+
unauthenticated: "Þú þarft að vera innskráð(ur) til þess að halda áfram."
|
|
30
|
+
unconfirmed: "Þú verður að staðfesta aðganginn þinn áður en þú getur haldið áfram."
|
|
31
|
+
mailer:
|
|
32
|
+
confirmation_instructions:
|
|
33
|
+
action:
|
|
34
|
+
greeting:
|
|
35
|
+
instruction:
|
|
36
|
+
subject: Staðfestingarleiðbeiningar
|
|
37
|
+
password_change:
|
|
38
|
+
greeting:
|
|
39
|
+
message:
|
|
40
|
+
subject:
|
|
41
|
+
reset_password_instructions:
|
|
42
|
+
action:
|
|
43
|
+
greeting:
|
|
44
|
+
instruction:
|
|
45
|
+
instruction_2:
|
|
46
|
+
instruction_3:
|
|
47
|
+
subject: Leiðbeiningar um endurstillingu lykilorðs
|
|
48
|
+
unlock_instructions:
|
|
49
|
+
action:
|
|
50
|
+
greeting:
|
|
51
|
+
instruction:
|
|
52
|
+
message:
|
|
53
|
+
subject: Aflæsingarleiðbeiningar
|
|
54
|
+
omniauth_callbacks:
|
|
55
|
+
failure: 'Innskráning með %{kind} aðgangi mistókst: %{reason}.'
|
|
56
|
+
success: Innskráning með %{kind} aðgangi tókst.
|
|
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:
|
|
65
|
+
send_me_reset_password_instructions:
|
|
66
|
+
no_token:
|
|
67
|
+
send_instructions: Innan nokkra mínútna færðu tölvupóst með leiðbeiningum um hvernig hægt sé að endurstilla aðganginn þinn.
|
|
68
|
+
send_paranoid_instructions: Ef netfangið þitt er til í gagnagrunninum okkar munt þú fá leiðbeiningar um endurstillingu sendar í tölvupósti innan nokkra mínútna.
|
|
69
|
+
updated: Lykilorði þínu hefur nú verið breytt. Þú ert núna innskráð(ur).
|
|
70
|
+
updated_not_active: Lykilorði þínu hefur nú verið breytt.
|
|
71
|
+
registrations:
|
|
72
|
+
destroyed: Bless! Aðgangnum þínum hefur verið lokað. Vonandi sjáumst við aftur.
|
|
73
|
+
edit:
|
|
74
|
+
are_you_sure:
|
|
75
|
+
cancel_my_account:
|
|
76
|
+
currently_waiting_confirmation_for_email:
|
|
77
|
+
leave_blank_if_you_don_t_want_to_change_it:
|
|
78
|
+
title:
|
|
79
|
+
unhappy:
|
|
80
|
+
update:
|
|
81
|
+
we_need_your_current_password_to_confirm_your_changes:
|
|
82
|
+
new:
|
|
83
|
+
sign_up:
|
|
84
|
+
signed_up: Velkomin(n)! Þú hefur nýskráð þig.
|
|
85
|
+
signed_up_but_inactive: "Þú hefur nýskráð þig. Hins vegar gátum við ekki innskráð þig því að aðgangurinn þinn hefur ekki verið virktur."
|
|
86
|
+
signed_up_but_locked: "Þú hefur nýskráð þig. Hins vegar gátum við ekki innskráð þig því að aðgangurinn þinn er læstur."
|
|
87
|
+
signed_up_but_unconfirmed: Staðfestingartengill hefur verið sendur á netfangið þitt. Vinsamlegast smelltu á tengilinn til að virkja aðganginn.
|
|
88
|
+
update_needs_confirmation: Aðgangurinn þinn hefur verið uppfærður, en þú þarft að staðfesta netfangið þitt. Vinsamlegast skoðaðu tölvupóstinn þinn og smelltu á staðfestingartengilinn til þess að staðfesta netfangið.
|
|
89
|
+
updated: Aðgangurinn þinn hefur verið uppfærður.
|
|
90
|
+
sessions:
|
|
91
|
+
already_signed_out:
|
|
92
|
+
new:
|
|
93
|
+
sign_in:
|
|
94
|
+
signed_in: Innskráning tókst.
|
|
95
|
+
signed_out: "Útskráning tókst."
|
|
96
|
+
shared:
|
|
97
|
+
links:
|
|
98
|
+
back:
|
|
99
|
+
didn_t_receive_confirmation_instructions:
|
|
100
|
+
didn_t_receive_unlock_instructions:
|
|
101
|
+
forgot_your_password:
|
|
102
|
+
sign_in:
|
|
103
|
+
sign_in_with_provider:
|
|
104
|
+
sign_up:
|
|
105
|
+
unlocks:
|
|
106
|
+
new:
|
|
107
|
+
resend_unlock_instructions:
|
|
108
|
+
send_instructions: Innan nokkurra mínútna færðu tölvupóst með leiðbeiningum um hvernig hægt er að aflæsa aðgangi þínum.
|
|
109
|
+
send_paranoid_instructions: Ef aðgangurinn þinn er til munt þú fá leiðbeiningar um hvernig hægt er að aflæsa honum sendar í tölvupósti innan nokkurra mínútna.
|
|
110
|
+
unlocked: Aðgangnum þínum hefur verið aflæst. Þú ert innskráð(ur).
|
|
111
|
+
errors:
|
|
112
|
+
messages:
|
|
113
|
+
already_confirmed: var nú þegar staðfestur, prófaðu að skrá þig inn
|
|
114
|
+
confirmation_period_expired:
|
|
115
|
+
expired: hefur runnið út, vinsamlegast biðjið um nýtt
|
|
116
|
+
not_found: fannst ekki
|
|
117
|
+
not_locked: var ekki læstur
|
|
118
|
+
not_saved:
|
|
119
|
+
one: '1 villa kom í veg fyrir að hægt væri að vista þennan %{resource}:'
|
|
120
|
+
other: "%{count} villur komu í veg fyrir að hægt væri að vista þennan %{resource}:"
|
data/locales/it.yml
CHANGED
|
@@ -1,45 +1,101 @@
|
|
|
1
1
|
it:
|
|
2
|
+
activerecord:
|
|
3
|
+
attributes:
|
|
4
|
+
user:
|
|
5
|
+
current_password: Password corrente
|
|
6
|
+
email: Email
|
|
7
|
+
password: Password
|
|
8
|
+
password_confirmation: Conferma password
|
|
9
|
+
remember_me: Ricordami
|
|
10
|
+
reset_password_token: Token di reset password
|
|
11
|
+
unlock_token: Token di sblocco
|
|
12
|
+
models:
|
|
13
|
+
user: Utente
|
|
2
14
|
devise:
|
|
3
15
|
confirmations:
|
|
16
|
+
confirmed: Il tuo account è stato correttamente confermato.
|
|
4
17
|
new:
|
|
5
18
|
resend_confirmation_instructions: Invia di nuovo le istruzioni per la conferma
|
|
19
|
+
send_instructions: Riceverai un messaggio email con le istruzioni per confermare il tuo account entro qualche minuto.
|
|
20
|
+
send_paranoid_instructions: Se la tua e-mail esiste nel nostro database, riceverai un messaggio email con le istruzioni per confermare il tuo account entro qualche minuto.
|
|
21
|
+
failure:
|
|
22
|
+
already_authenticated: Hai già effettuato l'accesso.
|
|
23
|
+
inactive: Il tuo account non è stato ancora attivato.
|
|
24
|
+
invalid: Indirizzo email o password non validi.
|
|
25
|
+
last_attempt: Hai ancora un tentativo prima che l'account venga bloccato.
|
|
26
|
+
locked: Il tuo account è bloccato.
|
|
27
|
+
not_found_in_database: Email o password non validi.
|
|
28
|
+
timeout: Sessione scaduta, accedere nuovamente per continuare.
|
|
29
|
+
unauthenticated: Devi accedere o registrarti per continuare.
|
|
30
|
+
unconfirmed: Devi confermare il tuo account per continuare.
|
|
6
31
|
mailer:
|
|
7
32
|
confirmation_instructions:
|
|
8
33
|
action: Conferma il mio account
|
|
9
34
|
greeting: Benvenuto %{recipient}!
|
|
10
|
-
instruction:
|
|
35
|
+
instruction: 'Puoi confermare il tuo account cliccando sul link qui sotto:'
|
|
11
36
|
subject: Istruzioni per la conferma
|
|
37
|
+
password_change:
|
|
38
|
+
greeting: Ciao %{recipient}!
|
|
39
|
+
message: Ti stiamo contattando per notificarti che la tua password è stata modificata.
|
|
40
|
+
subject: Password modificata
|
|
12
41
|
reset_password_instructions:
|
|
13
42
|
action: Cambia la mia password
|
|
14
43
|
greeting: Ciao %{recipient}!
|
|
15
44
|
instruction: Qualcuno ha richiesto di resettare la tua password, se lo vuoi davvero puoi farlo cliccando sul link qui sotto.
|
|
16
45
|
instruction_2: Se non sei stato tu ad effettuare questa richiesta puoi ignorare questa mail.
|
|
17
46
|
instruction_3: La tua password non cambierà finchè non accederai al link sopra.
|
|
18
|
-
subject: Istruzioni per
|
|
47
|
+
subject: Istruzioni per reimpostare la password
|
|
19
48
|
unlock_instructions:
|
|
20
49
|
action: Sblocca il mio account
|
|
21
50
|
greeting: Ciao %{recipient}!
|
|
22
|
-
instruction:
|
|
51
|
+
instruction: 'Clicca sul link qui sotto per sbloccare il tuo account:'
|
|
23
52
|
message: Il tuo account è stato bloccato a seguito di un numero eccessivo di tentativi di accesso falliti.
|
|
24
|
-
subject: Istruzioni per
|
|
53
|
+
subject: Istruzioni per sbloccare l'account
|
|
54
|
+
omniauth_callbacks:
|
|
55
|
+
failure: Non è stato possibile autorizzarti da %{kind} perchè "%{reason}".
|
|
56
|
+
success: Autorizzato con successo dall'account %{kind}.
|
|
25
57
|
passwords:
|
|
58
|
+
edit:
|
|
59
|
+
change_my_password: Cambia la mia password
|
|
60
|
+
change_your_password: Cambia la tua password
|
|
61
|
+
confirm_new_password: Conferma la nuova password
|
|
62
|
+
new_password: Nuova password
|
|
26
63
|
new:
|
|
27
64
|
forgot_your_password: Password dimenticata?
|
|
28
65
|
send_me_reset_password_instructions: Inviami le istruzioni per resettare la password
|
|
66
|
+
no_token: Puoi accedere a questa pagina solamente dalla email di reset della password. Se vieni dalla email controlla di aver inserito l'url completo riportato nella email.
|
|
67
|
+
send_instructions: Riceverai un messaggio email con le istruzioni per reimpostare la tua password entro qualche minuto.
|
|
68
|
+
send_paranoid_instructions: Se la tua e-mail esiste nel nostro database, riceverai un messaggio email contentente un link per il ripristino della password
|
|
69
|
+
updated: La tua password è stata cambiata. Ora sei collegato.
|
|
70
|
+
updated_not_active: La tua password è stata cambiata.
|
|
29
71
|
registrations:
|
|
72
|
+
destroyed: Arrivederci! L'account è stato cancellato. Speriamo di rivederci presto.
|
|
30
73
|
edit:
|
|
31
74
|
are_you_sure: Sei sicuro?
|
|
32
75
|
cancel_my_account: Rimuovi il mio account
|
|
76
|
+
currently_waiting_confirmation_for_email: 'In attesa di conferma per: %{email}'
|
|
33
77
|
leave_blank_if_you_don_t_want_to_change_it: lascia in bianco se non vuoi cambiarla
|
|
34
78
|
title: Modifica %{resource}
|
|
79
|
+
unhappy: Scontento
|
|
80
|
+
update: Aggiorna
|
|
35
81
|
we_need_your_current_password_to_confirm_your_changes: abbiamo bisogno della tua password attuale per confermare i cambiamenti
|
|
36
82
|
new:
|
|
37
83
|
sign_up: Registrati
|
|
84
|
+
signed_up: Iscrizione eseguita correttamente. Se abilitata, una conferma è stata inviata al tuo indirizzo email.
|
|
85
|
+
signed_up_but_inactive: Iscrizione eseguita correttamente. Però non puoi accedere in quanto il tuo account non è ancora attivo.
|
|
86
|
+
signed_up_but_locked: Iscrizione eseguita correttamente. Però non puoi accedere in quanto il tuo account è bloccato.
|
|
87
|
+
signed_up_but_unconfirmed: Ti è stato inviato un messaggio con un link di conferma. Ti invitiamo a visitare il link per attivare il tuo account.
|
|
88
|
+
update_needs_confirmation: Il tuo account è stato aggiornato, ma dobbiamo verificare la tua email. Ti invitiamo a consultare la tua email e cliccare sul link di conferma.
|
|
89
|
+
updated: Il tuo account è stato aggiornato.
|
|
38
90
|
sessions:
|
|
91
|
+
already_signed_out: Sei uscito correttamente.
|
|
39
92
|
new:
|
|
40
93
|
sign_in: Accedi
|
|
94
|
+
signed_in: Accesso effettuato con successo.
|
|
95
|
+
signed_out: Sei uscito correttamente.
|
|
41
96
|
shared:
|
|
42
97
|
links:
|
|
98
|
+
back: Indietro
|
|
43
99
|
didn_t_receive_confirmation_instructions: Non hai ricevuto le istruzioni per la conferma?
|
|
44
100
|
didn_t_receive_unlock_instructions: Non hai ricevuto le istruzioni per lo sblocco?
|
|
45
101
|
forgot_your_password: Password dimenticata?
|
|
@@ -49,3 +105,16 @@ it:
|
|
|
49
105
|
unlocks:
|
|
50
106
|
new:
|
|
51
107
|
resend_unlock_instructions: Invia di nuovo le istruzioni per lo sblocco
|
|
108
|
+
send_instructions: Riceverai un messaggio email con le istruzioni per sbloccare il tuo account entro qualche minuto.
|
|
109
|
+
send_paranoid_instructions: Se la tua e-mail esiste nel nostro database, riceverai un messaggio email con le istruzioni per sbloccare il tuo account entro qualche minuto.
|
|
110
|
+
unlocked: Il tuo account è stato correttamente sbloccato. Ora sei collegato.
|
|
111
|
+
errors:
|
|
112
|
+
messages:
|
|
113
|
+
already_confirmed: "è stato già confermato"
|
|
114
|
+
confirmation_period_expired: deve essere confermato entro %{period}, richiedi una nuova conferma
|
|
115
|
+
expired: "è scaduto, si prega di richiederne uno nuovo"
|
|
116
|
+
not_found: non trovato
|
|
117
|
+
not_locked: non era bloccato
|
|
118
|
+
not_saved:
|
|
119
|
+
one: 'Non posso salvare questo %{resource}: 1 errore'
|
|
120
|
+
other: 'Non posso salvare questo %{resource}: %{count} errori.'
|
data/locales/ja.yml
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
ja:
|
|
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: "アカウントを登録しました。"
|
|
17
|
+
new:
|
|
18
|
+
resend_confirmation_instructions: "アカウント確認メール再送"
|
|
19
|
+
send_instructions: "アカウントの有効化について数分以内にメールでご連絡します。"
|
|
20
|
+
send_paranoid_instructions: "あなたのメールアドレスが登録済みの場合、本人確認用のメールが数分以内に送信されます。"
|
|
21
|
+
failure:
|
|
22
|
+
already_authenticated: "すでにログインしています。"
|
|
23
|
+
inactive: "アカウントが有効化されていません。メールに記載された手順にしたがって、アカウントを有効化してください。"
|
|
24
|
+
invalid: "メールアドレスまたはパスワードが違います。"
|
|
25
|
+
last_attempt: "あなたのアカウントが凍結される前に、複数回の操作がおこなわれています。"
|
|
26
|
+
locked: "あなたのアカウントは凍結されています。"
|
|
27
|
+
not_found_in_database: "メールアドレスまたはパスワードが違います。"
|
|
28
|
+
timeout: "セッションがタイムアウトしました。もう一度ログインしてください。"
|
|
29
|
+
unauthenticated: "アカウント登録もしくはログインしてください。"
|
|
30
|
+
unconfirmed: "メールアドレスの本人確認が必要です。"
|
|
31
|
+
mailer:
|
|
32
|
+
confirmation_instructions:
|
|
33
|
+
action: "アカウント確認"
|
|
34
|
+
greeting: "ようこそ、%{recipient}さん!"
|
|
35
|
+
instruction: "次のリンクでメールアドレスの確認が完了します:"
|
|
36
|
+
subject: "アカウントの有効化について"
|
|
37
|
+
password_change:
|
|
38
|
+
greeting: "こんにちは、%{recipient}さん!"
|
|
39
|
+
message: "あなたのパスワードが再設定されたことを通知します。"
|
|
40
|
+
subject: "パスワードの変更について"
|
|
41
|
+
reset_password_instructions:
|
|
42
|
+
action: "パスワード変更"
|
|
43
|
+
greeting: "こんにちは、%{recipient}さん!"
|
|
44
|
+
instruction: "誰かがパスワードの再設定を希望しました。次のリンクでパスワードの再設定が出来ます。"
|
|
45
|
+
instruction_2: "あなたが希望したのではないのなら、このメールは無視してください。"
|
|
46
|
+
instruction_3: "上のリンクにアクセスして新しいパスワードを設定するまで、パスワードは変更されません。"
|
|
47
|
+
subject: "パスワードの再設定について"
|
|
48
|
+
unlock_instructions:
|
|
49
|
+
action: "アカウントのロック解除"
|
|
50
|
+
greeting: "こんにちは、%{recipient}さん!"
|
|
51
|
+
instruction: "アカウントのロックを解除するには下のリンクをクリックしてください。"
|
|
52
|
+
message: "ログイン失敗が繰り返されたため、アカウントはロックされています。"
|
|
53
|
+
subject: "アカウントの凍結解除について"
|
|
54
|
+
omniauth_callbacks:
|
|
55
|
+
failure: "%{kind} アカウントによる認証に失敗しました。理由:(%{reason})"
|
|
56
|
+
success: "%{kind} アカウントによる認証に成功しました。"
|
|
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: "パスワードを忘れましたか?"
|
|
65
|
+
send_me_reset_password_instructions: "パスワードの再設定方法を送信する"
|
|
66
|
+
no_token: "このページにはアクセスできません。パスワード再設定メールのリンクからアクセスされた場合には、URL をご確認ください。"
|
|
67
|
+
send_instructions: "パスワードの再設定について数分以内にメールでご連絡いたします。"
|
|
68
|
+
send_paranoid_instructions: "あなたのメールアドレスが登録済みの場合、パスワード再設定用のメールが数分以内に送信されます。"
|
|
69
|
+
updated: "パスワードが正しく変更されました。"
|
|
70
|
+
updated_not_active: "パスワードが正しく変更されました。"
|
|
71
|
+
registrations:
|
|
72
|
+
destroyed: "アカウントを削除しました。またのご利用をお待ちしております。"
|
|
73
|
+
edit:
|
|
74
|
+
are_you_sure: "本当に良いですか?"
|
|
75
|
+
cancel_my_account: "アカウント削除"
|
|
76
|
+
currently_waiting_confirmation_for_email: "%{email} の確認待ち"
|
|
77
|
+
leave_blank_if_you_don_t_want_to_change_it: "空欄のままなら変更しません"
|
|
78
|
+
title: "%{resource}編集"
|
|
79
|
+
unhappy: "気に入りません"
|
|
80
|
+
update: "更新"
|
|
81
|
+
we_need_your_current_password_to_confirm_your_changes: "変更を反映するには現在のパスワードを入力してください"
|
|
82
|
+
new:
|
|
83
|
+
sign_up: "アカウント登録"
|
|
84
|
+
signed_up: "アカウント登録が完了しました。"
|
|
85
|
+
signed_up_but_inactive: "ログインするためには、アカウントを有効化してください。"
|
|
86
|
+
signed_up_but_locked: "アカウントが凍結されているためログインできません。"
|
|
87
|
+
signed_up_but_unconfirmed: "本人確認用のメールを送信しました。メール内のリンクからアカウントを有効化させてください。"
|
|
88
|
+
update_needs_confirmation: "アカウント情報を変更しました。変更されたメールアドレスの本人確認のため、本人確認用メールより確認処理をおこなってください。"
|
|
89
|
+
updated: "アカウント情報を変更しました。"
|
|
90
|
+
sessions:
|
|
91
|
+
already_signed_out: "既にログアウト済みです。"
|
|
92
|
+
new:
|
|
93
|
+
sign_in: "ログイン"
|
|
94
|
+
signed_in: "ログインしました。"
|
|
95
|
+
signed_out: "ログアウトしました。"
|
|
96
|
+
shared:
|
|
97
|
+
links:
|
|
98
|
+
back: "戻る"
|
|
99
|
+
didn_t_receive_confirmation_instructions: "アカウント確認のメールを受け取っていませんか?"
|
|
100
|
+
didn_t_receive_unlock_instructions: "アカウントの凍結解除方法のメールを受け取っていませんか?"
|
|
101
|
+
forgot_your_password: "パスワードを忘れましたか?"
|
|
102
|
+
sign_in: "ログイン"
|
|
103
|
+
sign_in_with_provider: "%{provider}でログイン"
|
|
104
|
+
sign_up: "アカウント登録"
|
|
105
|
+
unlocks:
|
|
106
|
+
new:
|
|
107
|
+
resend_unlock_instructions: "アカウントの凍結解除方法を再送する"
|
|
108
|
+
send_instructions: "アカウントの凍結解除方法を数分以内にメールでご連絡します。"
|
|
109
|
+
send_paranoid_instructions: "アカウントが見つかった場合、アカウントの凍結解除方法を数分以内にメールでご連絡します。"
|
|
110
|
+
unlocked: "アカウントを凍結解除しました。"
|
|
111
|
+
errors:
|
|
112
|
+
messages:
|
|
113
|
+
already_confirmed: "は既に登録済みです。ログインしてください。"
|
|
114
|
+
confirmation_period_expired: "の期限が切れました。%{period} までに確認する必要があります。 新しくリクエストしてください。"
|
|
115
|
+
expired: "の有効期限が切れました。新しくリクエストしてください。"
|
|
116
|
+
not_found: "は見つかりませんでした。"
|
|
117
|
+
not_locked: "は凍結されていません。"
|
|
118
|
+
not_saved:
|
|
119
|
+
one: "エラーが発生したため %{resource} は保存されませんでした:"
|
|
120
|
+
other: "%{count} 件のエラーが発生したため %{resource} は保存されませんでした:"
|