devise-i18n 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/rails/locales/en-GB.yml +49 -48
- data/rails/locales/fi.yml +2 -2
- data/rails/locales/ka.yml +121 -0
- data/rails/locales/ko.yml +17 -17
- data/rails/locales/nl.yml +2 -2
- data/rails/locales/pl.yml +4 -4
- data/rails/locales/pt-BR.yml +4 -4
- data/rails/locales/pt.yml +2 -2
- data/rails/locales/uk.yml +14 -14
- data/rails/locales/zh-TW.yml +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f3031769dd7f831f002a7aa30fffea3da52d250
|
4
|
+
data.tar.gz: e7c96426c97b59f4352acb2c75010a8b8a51db81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 506147b29d32c311f88f62299267d7c4447087bd048a8a90e6cf5322db50db95435199725fbf45ba4492f5752b24eb477362f0cdebbd8ba9958f985904d67707
|
7
|
+
data.tar.gz: 828ac776a83f6cde82f17f29ba5ce7fc09e45b534f6dca94328f640a2df1ff75cc13498fb9bdee33159b6121e14345ecc2eefd533e1194d1e1dcc52c0d346339
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.2
|
data/rails/locales/en-GB.yml
CHANGED
@@ -2,20 +2,20 @@ en-GB:
|
|
2
2
|
activerecord:
|
3
3
|
attributes:
|
4
4
|
user:
|
5
|
-
current_password:
|
6
|
-
email:
|
7
|
-
password:
|
8
|
-
password_confirmation:
|
9
|
-
remember_me:
|
10
|
-
reset_password_token:
|
11
|
-
unlock_token:
|
5
|
+
current_password: Current password
|
6
|
+
email: Email
|
7
|
+
password: Password
|
8
|
+
password_confirmation: Password confirmation
|
9
|
+
remember_me: Remember me
|
10
|
+
reset_password_token: Reset password token
|
11
|
+
unlock_token: Unlock token
|
12
12
|
models:
|
13
|
-
user:
|
13
|
+
user: User
|
14
14
|
devise:
|
15
15
|
confirmations:
|
16
16
|
confirmed: Your account was successfully confirmed.
|
17
17
|
new:
|
18
|
-
resend_confirmation_instructions:
|
18
|
+
resend_confirmation_instructions: Resend confirmation instructions
|
19
19
|
send_instructions: You will receive an email with instructions about how to confirm your account in a few minutes.
|
20
20
|
send_paranoid_instructions: If your email exists on our database, you will receive an email with instructions about how to confirm your account in a few minutes.
|
21
21
|
failure:
|
@@ -30,39 +30,40 @@ en-GB:
|
|
30
30
|
unconfirmed: You have to confirm your account before continuing.
|
31
31
|
mailer:
|
32
32
|
confirmation_instructions:
|
33
|
-
action:
|
34
|
-
greeting:
|
35
|
-
instruction:
|
33
|
+
action: Confirm my account
|
34
|
+
greeting: Welcome %{recipient}!
|
35
|
+
instruction: 'You can confirm your account email through the link below:'
|
36
36
|
subject: Confirmation instructions
|
37
37
|
password_change:
|
38
|
-
greeting:
|
39
|
-
message:
|
40
|
-
subject:
|
38
|
+
greeting: Hello %{recipient}!
|
39
|
+
message: We're contacting you to notify you that your password has been changed.
|
40
|
+
subject: Password Changed
|
41
41
|
reset_password_instructions:
|
42
|
-
action:
|
43
|
-
greeting:
|
44
|
-
instruction:
|
45
|
-
instruction_2:
|
46
|
-
instruction_3:
|
42
|
+
action: Change my password
|
43
|
+
greeting: Hello %{recipient}!
|
44
|
+
instruction: Someone has requested a link to change your password, and you can do this through the link below.
|
45
|
+
instruction_2: If you didn't request this, please ignore this email.
|
46
|
+
instruction_3: |
|
47
|
+
Your password won't change until you access the link above and create a new one.
|
47
48
|
subject: Reset password instructions
|
48
49
|
unlock_instructions:
|
49
|
-
action:
|
50
|
-
greeting:
|
51
|
-
instruction:
|
52
|
-
message:
|
50
|
+
action: Unlock my account
|
51
|
+
greeting: Hello %{recipient}!
|
52
|
+
instruction: 'Click the link below to unlock your account:'
|
53
|
+
message: Your account has been locked due to an excessive amount of unsuccessful sign in attempts.
|
53
54
|
subject: Unlock Instructions
|
54
55
|
omniauth_callbacks:
|
55
56
|
failure: Could not authenticate you from %{kind} because "%{reason}".
|
56
57
|
success: Successfully authenticated from %{kind} account.
|
57
58
|
passwords:
|
58
59
|
edit:
|
59
|
-
change_my_password:
|
60
|
-
change_your_password:
|
61
|
-
confirm_new_password:
|
62
|
-
new_password:
|
60
|
+
change_my_password: Change my password
|
61
|
+
change_your_password: Change your password
|
62
|
+
confirm_new_password: Confirm new password
|
63
|
+
new_password: New password
|
63
64
|
new:
|
64
|
-
forgot_your_password:
|
65
|
-
send_me_reset_password_instructions:
|
65
|
+
forgot_your_password: Forgotten your password?
|
66
|
+
send_me_reset_password_instructions: Send me reset password instructions
|
66
67
|
no_token: You can't access this page without coming from a password reset email. If you do come from a password reset email, please make sure you used the full URL provided.
|
67
68
|
send_instructions: You will receive an email with instructions about how to reset your password in a few minutes.
|
68
69
|
send_paranoid_instructions: If your email exists on our database, you will receive a password recovery link on your email
|
@@ -71,16 +72,16 @@ en-GB:
|
|
71
72
|
registrations:
|
72
73
|
destroyed: Bye! Your account was successfully cancelled. We hope to see you again soon.
|
73
74
|
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:
|
75
|
+
are_you_sure: Are you sure?
|
76
|
+
cancel_my_account: Cancel my account
|
77
|
+
currently_waiting_confirmation_for_email: 'Currently waiting confirmation for: %{email}'
|
78
|
+
leave_blank_if_you_don_t_want_to_change_it: leave blank if you don't want to change it
|
79
|
+
title: Edit %{resource}
|
80
|
+
unhappy: Unhappy?
|
81
|
+
update: Update
|
82
|
+
we_need_your_current_password_to_confirm_your_changes: we need your current password to confirm your changes
|
82
83
|
new:
|
83
|
-
sign_up:
|
84
|
+
sign_up: Sign up
|
84
85
|
signed_up: Welcome! You have signed up successfully.
|
85
86
|
signed_up_but_inactive: You have signed up successfully. However, we could not sign you in because your account is not yet activated.
|
86
87
|
signed_up_but_locked: You have signed up successfully. However, we could not sign you in because your account is locked.
|
@@ -90,21 +91,21 @@ en-GB:
|
|
90
91
|
sessions:
|
91
92
|
already_signed_out: Signed out successfully.
|
92
93
|
new:
|
93
|
-
sign_in:
|
94
|
+
sign_in: Sign in
|
94
95
|
signed_in: Signed in successfully.
|
95
96
|
signed_out: Signed out successfully.
|
96
97
|
shared:
|
97
98
|
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:
|
99
|
+
back: Back
|
100
|
+
didn_t_receive_confirmation_instructions: Didn't receive confirmation instructions?
|
101
|
+
didn_t_receive_unlock_instructions: Didn't receive unlock instructions?
|
102
|
+
forgot_your_password: Forgotten your password?
|
103
|
+
sign_in: Sign in
|
104
|
+
sign_in_with_provider: Sign in with %{provider}
|
105
|
+
sign_up: Sign up
|
105
106
|
unlocks:
|
106
107
|
new:
|
107
|
-
resend_unlock_instructions:
|
108
|
+
resend_unlock_instructions: Resend unlock instructions
|
108
109
|
send_instructions: You will receive an email with instructions about how to unlock your account in a few minutes.
|
109
110
|
send_paranoid_instructions: If your account exists, you will receive an email with instructions about how to unlock it in a few minutes.
|
110
111
|
unlocked: Your account has been unlocked successfully. Please sign in to continue.
|
data/rails/locales/fi.yml
CHANGED
@@ -7,8 +7,8 @@ fi:
|
|
7
7
|
password: Salasana
|
8
8
|
password_confirmation: Salasanan vahvistus
|
9
9
|
remember_me: Muista minut
|
10
|
-
reset_password_token:
|
11
|
-
unlock_token:
|
10
|
+
reset_password_token: Salasanan nollaamistunniste
|
11
|
+
unlock_token: Lukituksen poistotunniste
|
12
12
|
models:
|
13
13
|
user: Käyttäjä
|
14
14
|
devise:
|
@@ -0,0 +1,121 @@
|
|
1
|
+
ka:
|
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
|
+
მომხმარებელი
|
15
|
+
devise:
|
16
|
+
confirmations:
|
17
|
+
confirmed: "თქვენი ელ-ფოსტა წარმატებულად დადასტურდა."
|
18
|
+
new:
|
19
|
+
resend_confirmation_instructions: "დადასტურების ინსტრუქციის ხელახლა გაგზავნა"
|
20
|
+
send_instructions: "თქვენ რამოდენიმე წუთში მიიღებთ ელ-ფოსტას ინსტრუქციით ელ-ფოსტის დასადასტურებლად."
|
21
|
+
send_paranoid_instructions: "თუ თქვენი ელ-ფოსტა არსებობს მონაცემთა ბაზაში, რამოდენიმე წუთში მიიღებთ ელ-ფოსტას ინსტრუქციით თქვენი ელ-ფოსტის დასადასტურებლად."
|
22
|
+
failure:
|
23
|
+
already_authenticated: "თქვენ უკვე ავტორიზირებული ხართ."
|
24
|
+
inactive: "თქვენი ანგარი ჯერ არ არის აქტივირებული."
|
25
|
+
invalid: "არასწორი ელ-ფოსტა ან პაროლი."
|
26
|
+
last_attempt: "თქვენ გაქვთ კიდევ ერთი ცდა სანამ თქვენი ანგარიში ჩაიკეტება."
|
27
|
+
locked: "თქვენი ანგარიში ჩაკეტილია."
|
28
|
+
not_found_in_database: "არასწორი ელ-ფოსტის მისამართი ან პაროლი."
|
29
|
+
timeout: "თქვენი სეანსი დასრულებულია."
|
30
|
+
unauthenticated: "გასაგრძელებლად თქვენ უნდა გაიაროთ ავტორიზაცია ან დარეგისტრირდეთ."
|
31
|
+
unconfirmed: "გაგრძელებისთვის თქვენ უნდა დაადასტუროთ თქვენი ელ-ფოსტის მისამართი."
|
32
|
+
mailer:
|
33
|
+
confirmation_instructions:
|
34
|
+
action: "დაადასტურე ჩემი ანგარიში"
|
35
|
+
greeting: "მოგესალმებით %{recipient}!"
|
36
|
+
instruction: "თქვენ შეგიძლიათ დაადასტუროთ თქვენი ანგარიშის ელ-ფოსტა ქვემო ბმულით:"
|
37
|
+
subject: "ინსტრუქცია დასადასტურებლად"
|
38
|
+
password_change:
|
39
|
+
greeting: "გამარჯობა %{recipient}!"
|
40
|
+
message: "ჩვენ გატყობინებთ რომ თქვენი პაროლი შეიცვალა."
|
41
|
+
subject: "პაროლი შეცვლილია"
|
42
|
+
reset_password_instructions:
|
43
|
+
action: "პაროლის გამოცვლა"
|
44
|
+
greeting: "გამარჯობა %{recipient}!"
|
45
|
+
instruction: "ვიღაცამ მოითხოვა პაროლის გამოცვლა, თქვენ ამის გაკეთებას ქვემო ბმულით შეძლებთ."
|
46
|
+
instruction_2: "თუ თქვენ ეს არ მოგითხოვიათ, გთხოვთ უგულვებელყოთ ეს შეტყობინება."
|
47
|
+
instruction_3: "თქვენი პაროლი არ შეიცვლება სანამ არ შეხვალთ ზემო ბმულში და ახალს არ შექმნით."
|
48
|
+
subject: "პაროლის შეცვლის ინსტრუქცია"
|
49
|
+
unlock_instructions:
|
50
|
+
action: "ჩემი ანგარიშის გახსნა"
|
51
|
+
greeting: Hello %{recipient}!
|
52
|
+
instruction: "დააწკაპუნეთ ქვემო ბმულზე თქვენი ანგარიშის გასახსნელად:"
|
53
|
+
message: "თქვენი ანგარიში დაიხურა ბევრი წარუმატებელი ავტორიზაციის მცდელობის გამო."
|
54
|
+
subject: "გახსნის ინსტრუქცია"
|
55
|
+
omniauth_callbacks:
|
56
|
+
failure: თქვენი ავთენტიკაცია %{kind}-დან ვერ მოხერხდა რადგან "%{reason}".
|
57
|
+
success: "ავთენტიკაცია %{kind}-ის ანგარიშიდან წარმატებულია."
|
58
|
+
passwords:
|
59
|
+
edit:
|
60
|
+
change_my_password: "გამოცვალე ჩემი პაროლი"
|
61
|
+
change_your_password: "გამოცვალე თქვენი პაროლი"
|
62
|
+
confirm_new_password: "ახალი პაროლის დადასტურება"
|
63
|
+
new_password: "ახალი პაროლი"
|
64
|
+
new:
|
65
|
+
forgot_your_password: "დაგავიწყდათ თქვენი პაროლი?"
|
66
|
+
send_me_reset_password_instructions: "გამომიგზავნეთ პაროლის განახლების ინსტრუქცია"
|
67
|
+
no_token: "თქვენ არ შეგიძლიათ ამ გვერდზე შესვლა პაროლის აღმდგენი შეტყობინებიდან გადამისამართების გარეშე. თუ თქვენ პაროლის აღმდგენი შეტყობინებიდან გადმომისამართდით, მაშინ ხელახლა გამოიყენეთ სრული ბმული."
|
68
|
+
send_instructions: "თქვენ რამოდენიმე წუთში მოგივათ პაროლის განახლების ელ-ფოსტა ინსტრუქციით."
|
69
|
+
send_paranoid_instructions: "თუ თქვენი ელ-ფოსტა მონაცემთა ბაზაში არსებობს, რამოდენიმე წუთში მოგივათ პაროლის აღმდგენი ბმული თქვენს ელ-ფოსტის მისამართზე. "
|
70
|
+
updated: "თქვენი პაროლი წარმატებით შეიცვალა. ეხლა თქვენ ავთენტირებული ხართ."
|
71
|
+
updated_not_active: "თქვენი პაროლი წარმატებით შეიცვალა."
|
72
|
+
registrations:
|
73
|
+
destroyed: "ნახვამდის! თქვენი ანგარიში წარმატებით გაუქმდა. ვიმედოვნებთ თქვენთან ხელახლა შეხვედრას. "
|
74
|
+
edit:
|
75
|
+
are_you_sure: "დარწმუნებული ხართ?"
|
76
|
+
cancel_my_account: "ჩემი ანგარიშის გაუქმება"
|
77
|
+
currently_waiting_confirmation_for_email: "ამჟამად ველოდებით დასტურს: %{email}-სთვის"
|
78
|
+
leave_blank_if_you_don_t_want_to_change_it: "თუ შეცვლა არ გნებავთ დატოვეთ ცარიელი"
|
79
|
+
title: Edit %{resource}
|
80
|
+
unhappy: "უკმაყოფილო ხართ?"
|
81
|
+
update: "განახლება"
|
82
|
+
we_need_your_current_password_to_confirm_your_changes: "ჩვენ გვჭირდება თქვენი მოქმედი პაროლი ცვლილებების დასადასტურებლად"
|
83
|
+
new:
|
84
|
+
sign_up: "რეგისტრაცია"
|
85
|
+
signed_up: "მოგესალმებით! თქვენ წარმატებით დარეგისტრირდით."
|
86
|
+
signed_up_but_inactive: "თქვენ წარმატებით დარეგისტრირდით. თუმცა თქვენ არ ხართ ავთენტირებული რადგან თქვენი ანგარიში ჯერ არ არის აქტივირებული."
|
87
|
+
signed_up_but_locked: "თქვენ წარმატებით დარეგისტრირდით. თუმცა თქვენ არ ხართ ავთენტირებული რადგან თქვენი ანგარიში ჩაკეტილია."
|
88
|
+
signed_up_but_unconfirmed: "დამადასტურებელი ბმული გამოიგზავნა თქვენს ელ-ფოსტის მისამართზე. გთხოვთ მიჰყვეთ ბმულს თქვენი ანგარიშის გასააქტიურებლად."
|
89
|
+
update_needs_confirmation: "თქვენ წარმატებით განაახლეთ თქვენი ანგარიში, მაგრამ ჩვენ უნდა დავადასტუროთ თქვენი ახალი ელ-ფოსტის მისამართი. გთხოვთ შეამოწმოთ თქვენი ელ-ფოსტა და მიჰყვეთ დამადასტურებელ ბმულს რათა დაადასტუროთ თქვენი ახალი ელ-ფოსტის მისამართი."
|
90
|
+
updated: "თქვენი ანგარიში განახლებულია წარმატებით."
|
91
|
+
sessions:
|
92
|
+
already_signed_out: "თქვენ წარმატებით გამოხვედით სისტემიდან."
|
93
|
+
new:
|
94
|
+
sign_in: "ავთენტიკაცია"
|
95
|
+
signed_in: "ავთენტიკაცია წარმატებულია."
|
96
|
+
signed_out: "თქვენ წარმატებით გამოხვედით სისტემიდან."
|
97
|
+
shared:
|
98
|
+
links:
|
99
|
+
back: "უკან"
|
100
|
+
didn_t_receive_confirmation_instructions: "არ მოგსვლიათ დადასტურების ინსტრუქცია?"
|
101
|
+
didn_t_receive_unlock_instructions: "არ მოგსვლიათ ანგარიშის გახსნის ინსტრუქცია?"
|
102
|
+
forgot_your_password: "დაგავიწყდათ პაროლი?"
|
103
|
+
sign_in: "ავთენტიკაცია"
|
104
|
+
sign_in_with_provider: "%{provider}-ით ავთენტიკაცია"
|
105
|
+
sign_up: "ავთენტიკაცია"
|
106
|
+
unlocks:
|
107
|
+
new:
|
108
|
+
resend_unlock_instructions: "ხელახლა ანგარიშის გახსნის ინსტრუქციის გაგზავნა "
|
109
|
+
send_instructions: "თქვენ რამოდენიმე წუთში მიიღებთ შეტყობინებას ანგარიშის გასახსნელად ინსტრუქციით."
|
110
|
+
send_paranoid_instructions: "თუ თქვენი ანგარიში არსებობს, თქვენ რამოდენიმე წუთში მიიღებთ ანგარიშის გასახსნელ ინსტრუქციის ელ-ფოსტას."
|
111
|
+
unlocked: "თქვენი ანგარიში წარმატებით განიბლოკა. გასაგრძელებლად გთხოვთ გაიაროთ ავთენტიკაცია."
|
112
|
+
errors:
|
113
|
+
messages:
|
114
|
+
already_confirmed: "უკვე დადასტურებულია, გთხოვთ სცადოთ ავთენტიკაცია"
|
115
|
+
confirmation_period_expired: "უნდა დადასტურდეს %{period}-ის განმავლობაში, გთხოვთ მოითხოვოთ ახალი"
|
116
|
+
expired: "ვადა გაუვიდა, გთხოვთ მოითხოვოთ ახალი"
|
117
|
+
not_found: "არ მოიძებნა"
|
118
|
+
not_locked: "არ იყო დაბლოკილი"
|
119
|
+
not_saved:
|
120
|
+
one: "ერთი შეცდომის გამო ვერ მოხდა %{resource}-ის დამახსოვრება:"
|
121
|
+
other: "%{count} შეცდომის გამო ვერ მოხდა %{resource}-ის დამახსოვრება"
|
data/rails/locales/ko.yml
CHANGED
@@ -6,7 +6,7 @@ ko:
|
|
6
6
|
email: "이메일"
|
7
7
|
password: "비밀번호"
|
8
8
|
password_confirmation: "비밀번호 확인"
|
9
|
-
remember_me: "로그인
|
9
|
+
remember_me: "로그인 정보 기억하기"
|
10
10
|
reset_password_token:
|
11
11
|
unlock_token:
|
12
12
|
models:
|
@@ -15,9 +15,9 @@ ko:
|
|
15
15
|
confirmations:
|
16
16
|
confirmed: "이메일 주소가 성공적으로 인증되었습니다."
|
17
17
|
new:
|
18
|
-
resend_confirmation_instructions: "인증
|
19
|
-
send_instructions: "이메일로 이메일 주소 인증
|
20
|
-
send_paranoid_instructions: "이메일 주소가
|
18
|
+
resend_confirmation_instructions: "인증 안내 재발송"
|
19
|
+
send_instructions: "이메일로 이메일 주소 인증 안내가 발송되었습니다."
|
20
|
+
send_paranoid_instructions: "이메일 주소가 존재한다면 메일로 이메일 인증 안내 메일을 받을 수 있습니다."
|
21
21
|
failure:
|
22
22
|
already_authenticated: "이미 로그인되어 있습니다."
|
23
23
|
inactive: "계정이 아직 활성화되지 않았습니다."
|
@@ -33,7 +33,7 @@ ko:
|
|
33
33
|
action: "본인 계정 인증"
|
34
34
|
greeting: "%{recipient}님 환영합니다!"
|
35
35
|
instruction: "아래의 링크를 클릭하시면 이메일 인증이 완료됩니다:"
|
36
|
-
subject: "이메일 인증
|
36
|
+
subject: "이메일 인증 안내"
|
37
37
|
password_change:
|
38
38
|
greeting:
|
39
39
|
message:
|
@@ -42,15 +42,15 @@ ko:
|
|
42
42
|
action: "비밀번호 변경"
|
43
43
|
greeting: "%{recipient}님 안녕하세요!"
|
44
44
|
instruction: "누군가 당신의 비밀번호를 변경하는 링크를 요청했으며, 다음의 링크에서 비밀번호 변경이 가능합니다."
|
45
|
-
instruction_2: "
|
46
|
-
instruction_3: "위 링크에 접속하여 새로운 비밀번호를 생성하기
|
47
|
-
subject: "비밀번호 재설정
|
45
|
+
instruction_2: "비밀번호 변경을 요청하지 않으셨다면 이 메일을 무시하십시오."
|
46
|
+
instruction_3: "위 링크에 접속하여 새로운 비밀번호를 생성하기 전까지 귀하의 비밀번호는 변경되지 않습니다."
|
47
|
+
subject: "비밀번호 재설정 안내"
|
48
48
|
unlock_instructions:
|
49
49
|
action: "본인 계정 잠금 해제"
|
50
50
|
greeting: "%{recipient}님 안녕하세요!"
|
51
51
|
instruction: "계정 잠금을 해제하려면 아래 링크를 클릭하세요."
|
52
52
|
message: "로그인 실패 횟수 초과로 귀하의 계정이 잠금 처리되었습니다."
|
53
|
-
subject: "잠금 해제
|
53
|
+
subject: "잠금 해제 안내"
|
54
54
|
omniauth_callbacks:
|
55
55
|
failure: "%{reason}(으)로 인하여 %{kind}(으)로부터 인증받지 못했습니다."
|
56
56
|
success: "%{kind} 계정으로부터 인증되었습니다."
|
@@ -62,9 +62,9 @@ ko:
|
|
62
62
|
new_password: "새 비밀번호"
|
63
63
|
new:
|
64
64
|
forgot_your_password: "비밀번호를 잊으셨나요?"
|
65
|
-
send_me_reset_password_instructions: "비밀번호 재설정
|
65
|
+
send_me_reset_password_instructions: "비밀번호 재설정 안내를 요청합니다"
|
66
66
|
no_token: "비밀번호 재설정 이메일을 거치지 않고 이 페이지에 접근할 수 없습니다. 비밀번호 재설정 이메일에서 오셨다면, 주소가 제대로 되었는지 확인해 주세요."
|
67
|
-
send_instructions: "잠시 후에 비밀번호 재설정
|
67
|
+
send_instructions: "잠시 후에 비밀번호 재설정 안내 메일을 받을 수 있습니다."
|
68
68
|
send_paranoid_instructions: "이메일이 데이터베이스에 존재할 경우, 몇 분 안에 비밀번호 재설정 주소를 이메일로 받으실 수 있습니다."
|
69
69
|
updated: "성공적으로 비밀번호를 변경했습니다. 로그인 되었습니다."
|
70
70
|
updated_not_active: "비밀번호가 성공적으로 변경되었습니다."
|
@@ -88,11 +88,11 @@ ko:
|
|
88
88
|
update_needs_confirmation: "계정이 성공적으로 수정되었지만, 새로운 이메일 주소를 확인해야 합니다. 이메일로 전송된 이메일 인증 주소를 클릭하여 새로운 이메일 주소를 인증해 주세요."
|
89
89
|
updated: "계정이 성공적으로 수정되었습니다."
|
90
90
|
sessions:
|
91
|
-
already_signed_out: "성공적으로
|
91
|
+
already_signed_out: "성공적으로 로그아웃되었습니다."
|
92
92
|
new:
|
93
93
|
sign_in: "로그인"
|
94
|
-
signed_in: "성공적으로
|
95
|
-
signed_out: "성공적으로
|
94
|
+
signed_in: "성공적으로 로그인되었습니다."
|
95
|
+
signed_out: "성공적으로 로그아웃되었습니다."
|
96
96
|
shared:
|
97
97
|
links:
|
98
98
|
back: "돌아가기"
|
@@ -105,8 +105,8 @@ ko:
|
|
105
105
|
unlocks:
|
106
106
|
new:
|
107
107
|
resend_unlock_instructions: "계정 잠금 해제 재요청"
|
108
|
-
send_instructions: "잠시 후 이메일로 계정 잠금 해제
|
109
|
-
send_paranoid_instructions: "계정이
|
108
|
+
send_instructions: "잠시 후 이메일로 계정 잠금 해제 안내를 받아보실 수 있습니다."
|
109
|
+
send_paranoid_instructions: "계정이 존재한다면 메일로 계정 잠금 해제 안내를 받을 수 있습니다."
|
110
110
|
unlocked: "계정이 성공적으로 잠금 해제되었습니다. 로그인하여 계속해 주세요."
|
111
111
|
errors:
|
112
112
|
messages:
|
@@ -115,4 +115,4 @@ ko:
|
|
115
115
|
expired: "이(가) 만료되었습니다 새로 요청해 주세요."
|
116
116
|
not_found: "찾을 수 없습니다."
|
117
117
|
not_locked: "은(는) 잠기지 않았습니다."
|
118
|
-
not_saved: "%{count}개의 오류로 인해 %{resource}
|
118
|
+
not_saved: "%{count}개의 오류로 인해 %{resource}이(가) 저장되지 못했습니다."
|
data/rails/locales/nl.yml
CHANGED
@@ -21,10 +21,10 @@ nl:
|
|
21
21
|
failure:
|
22
22
|
already_authenticated: Je bent reeds aangemeld.
|
23
23
|
inactive: Je account is nog niet geactiveerd.
|
24
|
-
invalid: Ongeldig e-
|
24
|
+
invalid: Ongeldig e-mailadres of wachtwoord.
|
25
25
|
last_attempt: Je hebt nog één poging voordat je account vergrendeld wordt.
|
26
26
|
locked: Je account is vergrendeld.
|
27
|
-
not_found_in_database: Ongeldig e-
|
27
|
+
not_found_in_database: Ongeldig e-mailadres of wachtwoord.
|
28
28
|
timeout: Je sessie is verlopen, meld je opnieuw aan om door te gaan.
|
29
29
|
unauthenticated: Je dient je aan te melden of in te schrijven om door te gaan.
|
30
30
|
unconfirmed: Je dient eerst je account te bevestigen.
|
data/rails/locales/pl.yml
CHANGED
@@ -35,9 +35,9 @@ pl:
|
|
35
35
|
instruction: 'Możesz potwierdzić swoje konto przy pomocy poniższego linku:'
|
36
36
|
subject: Instrukcja aktywacji konta
|
37
37
|
password_change:
|
38
|
-
greeting:
|
39
|
-
message:
|
40
|
-
subject:
|
38
|
+
greeting: Witaj %{recipient}!
|
39
|
+
message: Kontaktujemy się z Tobą w celu poinformowania, że Twoje hasło zostało zmienione.
|
40
|
+
subject: Hasło zostało zmienione
|
41
41
|
reset_password_instructions:
|
42
42
|
action: Zmień swoje hasło
|
43
43
|
greeting: Cześć %{recipient}!
|
@@ -61,7 +61,7 @@ pl:
|
|
61
61
|
confirm_new_password: Powtórz nowe hasło
|
62
62
|
new_password: Nowe hasło
|
63
63
|
new:
|
64
|
-
forgot_your_password: Zapomniałeś
|
64
|
+
forgot_your_password: Zapomniałeś swojego hasła?
|
65
65
|
send_me_reset_password_instructions: Wyślij instrukcje zmiany hasła
|
66
66
|
no_token: Do tej strony możesz dostać się tylko poprzez wiadomość e-mail resetującą hasło. Jeśli to z niej tu trafiłeś, upewnij się, że użyłeś pełnego adresu.
|
67
67
|
send_instructions: Instrukcja zmiany hasła zostanie niezwłocznie wysłana na podany adres e-mail.
|
data/rails/locales/pt-BR.yml
CHANGED
@@ -43,8 +43,8 @@ pt-BR:
|
|
43
43
|
greeting: Olá %{recipient}!
|
44
44
|
instruction: Alguém fez o pedido para redefinir sua senha, e você pode fazer isso clicando no link abaixo.
|
45
45
|
instruction_2: Se você não fez este pedido, por favor ignore este e-mail.
|
46
|
-
instruction_3: Sua senha não será alterada até que você acesse o link
|
47
|
-
subject: Instruções de
|
46
|
+
instruction_3: Sua senha não será alterada até que você acesse o link acima e crie uma nova.
|
47
|
+
subject: Instruções de redefinição de senha
|
48
48
|
unlock_instructions:
|
49
49
|
action: Desbloquear minha conta
|
50
50
|
greeting: Olá %{recipient}!
|
@@ -63,8 +63,8 @@ pt-BR:
|
|
63
63
|
new:
|
64
64
|
forgot_your_password: Esqueceu sua senha?
|
65
65
|
send_me_reset_password_instructions: Enviar instruções para redefinição da senha
|
66
|
-
no_token: Você não pode acessar esta página sem estar logado. Se você veio de um email de
|
67
|
-
send_instructions: Dentro de minutos, você receberá um email com as instruções de
|
66
|
+
no_token: Você não pode acessar esta página sem estar logado. Se você veio de um email de redefinição de senha, por favor certifique-se de ter digitado a URL corretamente.
|
67
|
+
send_instructions: Dentro de minutos, você receberá um email com as instruções de redefinição da sua senha.
|
68
68
|
send_paranoid_instructions: Se o seu email existir em nosso banco de dados, você receberá um email com um link para recuperação da senha.
|
69
69
|
updated: A sua senha foi alterada com sucesso. Você está autenticado.
|
70
70
|
updated_not_active: Sua senha foi alterada com sucesso.
|
data/rails/locales/pt.yml
CHANGED
@@ -6,7 +6,7 @@ pt:
|
|
6
6
|
email:
|
7
7
|
password:
|
8
8
|
password_confirmation:
|
9
|
-
remember_me:
|
9
|
+
remember_me: Lembrar-se de mim
|
10
10
|
reset_password_token:
|
11
11
|
unlock_token:
|
12
12
|
models:
|
@@ -98,7 +98,7 @@ pt:
|
|
98
98
|
back:
|
99
99
|
didn_t_receive_confirmation_instructions: Não recebeu instruções de confirmação?
|
100
100
|
didn_t_receive_unlock_instructions: Não recebeu instruções de desbloqueio?
|
101
|
-
forgot_your_password:
|
101
|
+
forgot_your_password: Esqueceu a palavra-passe?
|
102
102
|
sign_in: Login
|
103
103
|
sign_in_with_provider: Entrar com %{provider}
|
104
104
|
sign_up: Criar conta
|
data/rails/locales/uk.yml
CHANGED
@@ -7,8 +7,8 @@ uk:
|
|
7
7
|
password: "Пароль"
|
8
8
|
password_confirmation: "Підтвердження пароля"
|
9
9
|
remember_me: "Запам'ятати мене"
|
10
|
-
reset_password_token:
|
11
|
-
unlock_token:
|
10
|
+
reset_password_token: "Посилання на скидання пароля"
|
11
|
+
unlock_token: "Токен розблокування"
|
12
12
|
models:
|
13
13
|
user: "Користувач"
|
14
14
|
devise:
|
@@ -27,37 +27,37 @@ uk:
|
|
27
27
|
not_found_in_database: "Невірна електронна адреса чи пароль."
|
28
28
|
timeout: "Час вашої сесії вичерпано. Будь ласка, увійдіть в систему знову."
|
29
29
|
unauthenticated: "Вам необхідно увійти в систему чи зареєструватися."
|
30
|
-
unconfirmed: "
|
30
|
+
unconfirmed: "Вам потрібно підтвердити Ваш обліковий запис."
|
31
31
|
mailer:
|
32
32
|
confirmation_instructions:
|
33
33
|
action: "Підтвердити мій аккаунт"
|
34
|
-
greeting: "Ласкаво
|
34
|
+
greeting: "Ласкаво просимо, %{recipient}!"
|
35
35
|
instruction: "Ви можете підтвердити свою електронну пошту через посилання нижче:"
|
36
36
|
subject: "Інструкції щодо підтвердження облікового запису"
|
37
37
|
password_change:
|
38
|
-
greeting: "
|
39
|
-
message: "Ми
|
40
|
-
subject: "Пароль
|
38
|
+
greeting: "Вітаємо, %{recipient}!"
|
39
|
+
message: "Ми намагаємося зв'язатися з Вами, щоб сповістити, що Ваш пароль було змінено."
|
40
|
+
subject: "Пароль змінено"
|
41
41
|
reset_password_instructions:
|
42
42
|
action: "Зміна паролю"
|
43
|
-
greeting: "Доброго
|
44
|
-
instruction: "Хтось подав запит на зміну
|
45
|
-
instruction_2: "Якщо
|
46
|
-
instruction_3: "Ваш пароль не мінятиметься доки
|
43
|
+
greeting: "Доброго дня, %{recipient}!"
|
44
|
+
instruction: "Хтось подав запит на зміну Вашого паролю, Ви можете підтвердити зміну через посилання нижче."
|
45
|
+
instruction_2: "Якщо Ви не робили запит на зміну паролю - проігноруйте це повідомлення."
|
46
|
+
instruction_3: "Ваш пароль не мінятиметься доки Ви не перейдете за посиланням вище і не створите новий."
|
47
47
|
subject: "Інструкції щодо відновлення пароля"
|
48
48
|
unlock_instructions:
|
49
49
|
action: "Розблокувати мій обліковий запис"
|
50
|
-
greeting: "Доброго
|
50
|
+
greeting: "Доброго дня, %{recipient}!"
|
51
51
|
instruction: "Натисніть на посилання нижче, щоб розблокувати обліковий запис:"
|
52
52
|
message: "Ваш обліковий запис був заблокований через велику кількості невдалих спроб входу."
|
53
|
-
subject: "Інструкції щодо
|
53
|
+
subject: "Інструкції щодо розблоковування облікового запису"
|
54
54
|
omniauth_callbacks:
|
55
55
|
failure: Ви не можете увійти в систему обліковим записом %{kind}, тому що "%{reason}".
|
56
56
|
success: "Успішний вхід в систему з облікового запису %{kind}."
|
57
57
|
passwords:
|
58
58
|
edit:
|
59
59
|
change_my_password: "Змінити мій пароль"
|
60
|
-
change_your_password: "Змінити
|
60
|
+
change_your_password: "Змінити Ваш пароль"
|
61
61
|
confirm_new_password: "Підтвердіть новий пароль"
|
62
62
|
new_password: "Новий пароль"
|
63
63
|
new:
|
data/rails/locales/zh-TW.yml
CHANGED
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.1.
|
4
|
+
version: 1.1.2
|
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:
|
13
|
+
date: 2017-03-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rspec
|
@@ -159,6 +159,7 @@ files:
|
|
159
159
|
- rails/locales/is.yml
|
160
160
|
- rails/locales/it.yml
|
161
161
|
- rails/locales/ja.yml
|
162
|
+
- rails/locales/ka.yml
|
162
163
|
- rails/locales/ko.yml
|
163
164
|
- rails/locales/lt.yml
|
164
165
|
- rails/locales/lv.yml
|