devise-i18n 1.9.4 → 1.10.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/VERSION +1 -1
- data/app/views/devise/shared/_links.html.erb +1 -1
- data/rails/locales/en.yml +1 -1
- data/rails/locales/id.yml +16 -16
- data/rails/locales/tr.yml +1 -1
- metadata +18 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e5e73b6fb49a56ba8c250c8d05e808ca883e14fb494e269a33927e857fe192d
|
|
4
|
+
data.tar.gz: 14fb97256cda6189a30d5017424cdb5527e396b9cdf16df036f62b6a4f2e640f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ecd1a1c4402b5f2fc3b1f9c988174b434f91d4c4f31ead54593cfb5ebb6069243b8cb3e3d16cce2edb4ead9f0b9d46b955ff9f64e6d2499a322fc7aac3f70a34
|
|
7
|
+
data.tar.gz: 52b2600e590b165e27caf800ae5f9c13383af3ba23af1176cdb72755f887f03edcc448097c61bf89c8898e942bb42fdedb47c088c8283c389306120f00d149d4
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.10.0
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
|
|
21
21
|
<%- if devise_mapping.omniauthable? %>
|
|
22
22
|
<%- resource_class.omniauth_providers.each do |provider| %>
|
|
23
|
-
<%= link_to t('.sign_in_with_provider', provider: OmniAuth::Utils.camelize(provider)), omniauth_authorize_path(resource_name, provider) %><br />
|
|
23
|
+
<%= link_to t('.sign_in_with_provider', provider: OmniAuth::Utils.camelize(provider)), omniauth_authorize_path(resource_name, provider), method: :post %><br />
|
|
24
24
|
<% end %>
|
|
25
25
|
<% end %>
|
data/rails/locales/en.yml
CHANGED
|
@@ -110,7 +110,7 @@ en:
|
|
|
110
110
|
signed_up_but_unconfirmed: A message with a confirmation link has been sent to your email address. Please follow the link to activate your account.
|
|
111
111
|
update_needs_confirmation: You updated your account successfully, but we need to verify your new email address. Please check your email and follow the confirmation link to confirm your new email address.
|
|
112
112
|
updated: Your account has been updated successfully.
|
|
113
|
-
updated_but_not_signed_in: Your account has been updated successfully, but since your password was changed, you need to sign in again
|
|
113
|
+
updated_but_not_signed_in: Your account has been updated successfully, but since your password was changed, you need to sign in again.
|
|
114
114
|
sessions:
|
|
115
115
|
already_signed_out: Signed out successfully.
|
|
116
116
|
new:
|
data/rails/locales/id.yml
CHANGED
|
@@ -29,21 +29,21 @@ id:
|
|
|
29
29
|
user: Pengguna
|
|
30
30
|
devise:
|
|
31
31
|
confirmations:
|
|
32
|
-
confirmed: Akun anda telah berhasil dikonfirmasi.
|
|
32
|
+
confirmed: Akun anda telah berhasil dikonfirmasi.
|
|
33
33
|
new:
|
|
34
34
|
resend_confirmation_instructions: Kirim ulang petunjuk konfirmasi
|
|
35
35
|
send_instructions: Anda akan menerima e-mail berisi instruksi untuk melakukan konfirmasi akun dalam beberapa menit lagi.
|
|
36
36
|
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.
|
|
37
37
|
failure:
|
|
38
|
-
already_authenticated: Anda sudah
|
|
38
|
+
already_authenticated: Anda sudah masuk.
|
|
39
39
|
inactive: Akun anda belum diaktifkan.
|
|
40
|
-
invalid:
|
|
40
|
+
invalid: "%{authentication_keys} atau password adalah tidak valid."
|
|
41
41
|
last_attempt: Kesempatan terakhir sebelum akun Anda dikunci.
|
|
42
42
|
locked: Akun anda terkunci.
|
|
43
|
-
not_found_in_database:
|
|
44
|
-
timeout: Sesi anda telah kadaluarsa, silahkan
|
|
45
|
-
unauthenticated: Anda harus mendaftar atau
|
|
46
|
-
unconfirmed: Anda harus melakukan konfirmasi sebelum melanjutkan.
|
|
43
|
+
not_found_in_database: "%{authentication_keys} atau password adalah tidak valid."
|
|
44
|
+
timeout: Sesi anda telah kadaluarsa, silahkan masuk lagi untuk melanjutkan.
|
|
45
|
+
unauthenticated: Anda harus mendaftar atau masuk sebelum melanjutkan.
|
|
46
|
+
unconfirmed: Anda harus melakukan konfirmasi email Anda sebelum melanjutkan.
|
|
47
47
|
mailer:
|
|
48
48
|
confirmation_instructions:
|
|
49
49
|
action: Konfirmasi akun saya
|
|
@@ -52,8 +52,8 @@ id:
|
|
|
52
52
|
subject: Instruksi untuk melakukan konfirmasi
|
|
53
53
|
email_changed:
|
|
54
54
|
greeting: Halo %{recipient}!
|
|
55
|
-
message: Kami menghubungi Anda untuk memberitahu, bahwa email terdaftar telah berubah menjadi %{email}.
|
|
56
|
-
message_unconfirmed:
|
|
55
|
+
message: Kami menghubungi Anda untuk memberitahu, bahwa email terdaftar Anda telah berubah menjadi %{email}.
|
|
56
|
+
message_unconfirmed: Kami menghubungi Anda untuk memberitahu, bahwa email terdaftar Anda sedang diubah menjadi %{email}.
|
|
57
57
|
subject: Email telah diubah
|
|
58
58
|
password_change:
|
|
59
59
|
greeting: Halo %{recipient}!
|
|
@@ -73,7 +73,7 @@ id:
|
|
|
73
73
|
message: Akun Anda telah dikunci karena terlalu banyak percobaan masuk yang gagal.
|
|
74
74
|
subject: Instruksi untuk membuka kembali akun anda
|
|
75
75
|
omniauth_callbacks:
|
|
76
|
-
failure: Tidak dapat melakukan autentikasi dari %{kind} karena "%{reason}"
|
|
76
|
+
failure: Tidak dapat melakukan autentikasi dari %{kind} karena "%{reason}."
|
|
77
77
|
success: Berhasil melakukan autentikasi akun %{kind}.
|
|
78
78
|
passwords:
|
|
79
79
|
edit:
|
|
@@ -83,26 +83,26 @@ id:
|
|
|
83
83
|
new_password: Password baru
|
|
84
84
|
new:
|
|
85
85
|
forgot_your_password: Lupa password?
|
|
86
|
-
send_me_reset_password_instructions:
|
|
87
|
-
no_token: Tidak dapat mengakses halaman tanpa password dari email.
|
|
86
|
+
send_me_reset_password_instructions: Kirimkan instruksi untuk mereset password
|
|
87
|
+
no_token: Tidak dapat mengakses halaman tanpa password dari email. Pstikan Anda menggunakan tautan yang benar di email Reset Password.
|
|
88
88
|
send_instructions: Anda akan menerima e-mail berisi instruksi untuk melakukan reset password beberapa menit lagi.
|
|
89
89
|
send_paranoid_instructions: Jika email Anda terdaftar di basis data kami, Anda akan menerima recovery link di email Anda dalam beberapa menit.
|
|
90
|
-
updated: Password
|
|
90
|
+
updated: Password Anda telah berhasil diubah dan tetap masuk di dalam sistem.
|
|
91
91
|
updated_not_active: Password berhasil diubah.
|
|
92
92
|
registrations:
|
|
93
|
-
destroyed: Selamat Tinggal,
|
|
93
|
+
destroyed: Selamat Tinggal, akun anda telah di hapus. Kami harap untuk berjumpa Anda kembali segera.
|
|
94
94
|
edit:
|
|
95
95
|
are_you_sure: Anda yakin?
|
|
96
96
|
cancel_my_account: Batalkan akun saya
|
|
97
97
|
currently_waiting_confirmation_for_email: 'Saat ini menunggu konfirmasi untuk: %{email}'
|
|
98
98
|
leave_blank_if_you_don_t_want_to_change_it: kosongkan jika Anda tidak ingin mengubahnya
|
|
99
99
|
title: Ubah %{resource}
|
|
100
|
-
unhappy: Tidak senang
|
|
100
|
+
unhappy: Tidak senang?
|
|
101
101
|
update: Update
|
|
102
102
|
we_need_your_current_password_to_confirm_your_changes: Mohon masukkan password Anda saat ini untuk menyimpan perubahan
|
|
103
103
|
new:
|
|
104
104
|
sign_up: Mendaftar
|
|
105
|
-
signed_up:
|
|
105
|
+
signed_up: Selamat! Anda telah berhasil mendaftar
|
|
106
106
|
signed_up_but_inactive: Pendaftaran berhasil. Akan tetapi, Anda belum dapat sign in karena akun belum diaktivasi.
|
|
107
107
|
signed_up_but_locked: Pendaftaran berhasil. Akan tetapi, Anda belum dapat sign in karena akun terkunci.
|
|
108
108
|
signed_up_but_unconfirmed: Pesan dengan tautan konfirmasi telah dikirim ke email Anda. Harap buka tautan untuk mengaktifkan akun Anda.
|
data/rails/locales/tr.yml
CHANGED
|
@@ -53,7 +53,7 @@ tr:
|
|
|
53
53
|
email_changed:
|
|
54
54
|
greeting: Merhaba %{recipient}!
|
|
55
55
|
message: E-posta adresin %{email} değiştirildiğinde seni bilgilendirmek için iletişime geçeceğiz.
|
|
56
|
-
message_unconfirmed:
|
|
56
|
+
message_unconfirmed: E-posta adresiniz %{email} olarak değiştirildiğinde sizi bilgilendirmek için iletişime geçeceğiz.
|
|
57
57
|
subject: E-posta Değiştirildi
|
|
58
58
|
password_change:
|
|
59
59
|
greeting: Merhaba %{recipient}!
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: devise-i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christopher Dell
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2021-
|
|
13
|
+
date: 2021-06-21 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: devise
|
|
@@ -18,14 +18,14 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 4.
|
|
21
|
+
version: 4.8.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - ">="
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 4.
|
|
28
|
+
version: 4.8.0
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: rspec
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -138,6 +138,20 @@ dependencies:
|
|
|
138
138
|
- - ">="
|
|
139
139
|
- !ruby/object:Gem::Version
|
|
140
140
|
version: '0'
|
|
141
|
+
- !ruby/object:Gem::Dependency
|
|
142
|
+
name: omniauth-twitter
|
|
143
|
+
requirement: !ruby/object:Gem::Requirement
|
|
144
|
+
requirements:
|
|
145
|
+
- - ">="
|
|
146
|
+
- !ruby/object:Gem::Version
|
|
147
|
+
version: '0'
|
|
148
|
+
type: :development
|
|
149
|
+
prerelease: false
|
|
150
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
151
|
+
requirements:
|
|
152
|
+
- - ">="
|
|
153
|
+
- !ruby/object:Gem::Version
|
|
154
|
+
version: '0'
|
|
141
155
|
description: Translations for the devise gem
|
|
142
156
|
email: chris@tigrish.com
|
|
143
157
|
executables: []
|