devise-i18n 1.1.2 → 1.2.0
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/af.yml +16 -0
- data/rails/locales/ar.yml +16 -0
- data/rails/locales/az.yml +16 -0
- data/rails/locales/be.yml +16 -0
- data/rails/locales/bg.yml +17 -1
- data/rails/locales/bn.yml +16 -0
- data/rails/locales/bs.yml +16 -0
- data/rails/locales/ca.yml +16 -0
- data/rails/locales/cs.yml +21 -5
- data/rails/locales/da.yml +16 -0
- data/rails/locales/de-CH.yml +16 -0
- data/rails/locales/de.yml +16 -0
- data/rails/locales/el.yml +16 -0
- data/rails/locales/en-GB.yml +16 -0
- data/rails/locales/en.yml +16 -0
- data/rails/locales/es-MX.yml +17 -1
- data/rails/locales/es.yml +20 -4
- data/rails/locales/et.yml +16 -0
- data/rails/locales/fa.yml +16 -0
- data/rails/locales/fi.yml +16 -0
- data/rails/locales/fr-CA.yml +20 -4
- data/rails/locales/fr.yml +16 -0
- data/rails/locales/ha.yml +136 -0
- data/rails/locales/he.yml +16 -0
- data/rails/locales/hr.yml +16 -0
- data/rails/locales/hu.yml +16 -0
- data/rails/locales/id.yml +16 -0
- data/rails/locales/ig.yml +136 -0
- data/rails/locales/is.yml +16 -0
- data/rails/locales/it.yml +16 -0
- data/rails/locales/ja.yml +21 -5
- data/rails/locales/ka.yml +17 -1
- data/rails/locales/ko.yml +16 -0
- data/rails/locales/lo-LA.yml +140 -0
- data/rails/locales/lt.yml +16 -0
- data/rails/locales/lv.yml +16 -0
- data/rails/locales/{my.yml → ms.yml} +17 -1
- data/rails/locales/nb.yml +16 -0
- data/rails/locales/nl.yml +31 -15
- data/rails/locales/nn-NO.yml +16 -0
- data/rails/locales/no.yml +16 -0
- data/rails/locales/pl.yml +16 -0
- data/rails/locales/pt-BR.yml +17 -1
- data/rails/locales/pt.yml +16 -0
- data/rails/locales/ro.yml +16 -0
- data/rails/locales/ru.yml +16 -0
- data/rails/locales/sk.yml +21 -5
- data/rails/locales/sl.yml +81 -65
- data/rails/locales/sr-RS.yml +16 -0
- data/rails/locales/sr.yml +16 -0
- data/rails/locales/sv.yml +16 -0
- data/rails/locales/th.yml +16 -0
- data/rails/locales/tr.yml +16 -0
- data/rails/locales/uk.yml +16 -0
- data/rails/locales/vi.yml +16 -0
- data/rails/locales/yo.yml +152 -0
- data/rails/locales/zh-CN.yml +47 -31
- data/rails/locales/zh-HK.yml +16 -0
- data/rails/locales/zh-TW.yml +24 -8
- data/rails/locales/zh-YUE.yml +134 -0
- metadata +8 -3
data/rails/locales/zh-CN.yml
CHANGED
@@ -2,13 +2,29 @@ zh-CN:
|
|
2
2
|
activerecord:
|
3
3
|
attributes:
|
4
4
|
user:
|
5
|
+
confirmation_sent_at:
|
6
|
+
confirmation_token:
|
7
|
+
confirmed_at:
|
8
|
+
created_at:
|
5
9
|
current_password: "当前密码"
|
10
|
+
current_sign_in_at:
|
11
|
+
current_sign_in_ip:
|
6
12
|
email: "电子邮箱"
|
13
|
+
encrypted_password:
|
14
|
+
failed_attempts:
|
15
|
+
last_sign_in_at:
|
16
|
+
last_sign_in_ip:
|
17
|
+
locked_at:
|
7
18
|
password: "密码"
|
8
19
|
password_confirmation: "密码确认"
|
20
|
+
remember_created_at:
|
9
21
|
remember_me: "记住登录信息"
|
10
|
-
|
11
|
-
|
22
|
+
reset_password_sent_at:
|
23
|
+
reset_password_token: "密码重置令牌"
|
24
|
+
sign_in_count:
|
25
|
+
unconfirmed_email:
|
26
|
+
unlock_token: "帐户解锁令牌"
|
27
|
+
updated_at:
|
12
28
|
models:
|
13
29
|
user: "用户"
|
14
30
|
devise:
|
@@ -17,43 +33,43 @@ zh-CN:
|
|
17
33
|
new:
|
18
34
|
resend_confirmation_instructions: "重新发送确认邮件"
|
19
35
|
send_instructions: "几分钟后,您将收到确认帐号的电子邮件."
|
20
|
-
send_paranoid_instructions: "
|
36
|
+
send_paranoid_instructions: "如果您的邮箱存在于我们的数据库中,您将在几分钟内收到一封确认帐号的邮件。"
|
21
37
|
failure:
|
22
38
|
already_authenticated: "登录成功"
|
23
39
|
inactive: "您的账号还未激活"
|
24
40
|
invalid: "账号或密码错误"
|
25
|
-
last_attempt: "
|
26
|
-
locked: "
|
27
|
-
not_found_in_database: "
|
28
|
-
timeout: "
|
29
|
-
unauthenticated: "
|
30
|
-
unconfirmed: "
|
41
|
+
last_attempt: "您还有最后一次尝试机会,再次失败您的帐号将被锁定。"
|
42
|
+
locked: "您的帐户正被锁定。"
|
43
|
+
not_found_in_database: "邮箱或密码错误。"
|
44
|
+
timeout: "登录超时,请重新登录。"
|
45
|
+
unauthenticated: "继续操作前请确保您已登录。"
|
46
|
+
unconfirmed: "继续操作前请先确认您的帐号。"
|
31
47
|
mailer:
|
32
48
|
confirmation_instructions:
|
33
49
|
action: "确认我的帐户"
|
34
|
-
greeting: "欢迎 %{recipient}
|
35
|
-
instruction: "
|
50
|
+
greeting: "欢迎 %{recipient}!"
|
51
|
+
instruction: "您可以通过下面的链接确认您的帐户的电子邮件:"
|
36
52
|
subject: "确认信息"
|
37
53
|
password_change:
|
38
|
-
greeting:
|
39
|
-
message:
|
40
|
-
subject:
|
54
|
+
greeting: "%{recipient}您好!"
|
55
|
+
message: "收到此邮件是因为您的帐户密码已被修改。"
|
56
|
+
subject: "密码已被修改"
|
41
57
|
reset_password_instructions:
|
42
58
|
action: "更改我的密码"
|
43
|
-
greeting: "你好 %{recipient}
|
59
|
+
greeting: "你好 %{recipient}!"
|
44
60
|
instruction: "有人要求更改密码的链接,您可以通过下面的链接更改密码:"
|
45
61
|
instruction_2: "如果您没有要求请求更改密码,请忽略此电子邮件。"
|
46
62
|
instruction_3: "如果你没有访问上面的链接并更改密码,你的密码就不会被改变。"
|
47
63
|
subject: "重置密码信息"
|
48
64
|
unlock_instructions:
|
49
65
|
action: "帐户解锁"
|
50
|
-
greeting: "你好 %{recipient}
|
51
|
-
instruction: "
|
52
|
-
message: "
|
66
|
+
greeting: "你好 %{recipient}!"
|
67
|
+
instruction: "点击下面的链接以解锁您的帐户:"
|
68
|
+
message: "由于多次登录失败,您的帐户已被锁定。"
|
53
69
|
subject: "解锁信息"
|
54
70
|
omniauth_callbacks:
|
55
|
-
failure: "
|
56
|
-
success: "成功地从%{kind}
|
71
|
+
failure: "由于%{reason},无法从%{kind}获得授权。"
|
72
|
+
success: "成功地从%{kind}获得授权。"
|
57
73
|
passwords:
|
58
74
|
edit:
|
59
75
|
change_my_password: "更改我的密码"
|
@@ -65,30 +81,30 @@ zh-CN:
|
|
65
81
|
send_me_reset_password_instructions: "请给我发送重设密码的邮件"
|
66
82
|
no_token: "您暂时不能访问此页面。您需要通过密码重置邮件中的重置链接来访问此页面,如果您正是通过重置链接访问,请确定链接的正确性。"
|
67
83
|
send_instructions: "几分钟后,您将收到重置密码的电子邮件."
|
68
|
-
send_paranoid_instructions: "
|
69
|
-
updated: "
|
70
|
-
updated_not_active: "
|
84
|
+
send_paranoid_instructions: "如果您的邮箱存在于我们的数据库中,您将收到一封找回密码的邮件。"
|
85
|
+
updated: "您的密码已修改成功,您现在已登录。"
|
86
|
+
updated_not_active: "密码修改成功。"
|
71
87
|
registrations:
|
72
|
-
destroyed: "
|
88
|
+
destroyed: "再见!您的帐户已成功注销。我们希望很快可以再见到您。"
|
73
89
|
edit:
|
74
90
|
are_you_sure: "你确定吗?"
|
75
91
|
cancel_my_account: "取消我的帐户"
|
76
92
|
currently_waiting_confirmation_for_email: "等待 %{email} 的确认"
|
77
|
-
leave_blank_if_you_don_t_want_to_change_it: "
|
93
|
+
leave_blank_if_you_don_t_want_to_change_it: "如不想更改,则不需要填写"
|
78
94
|
title: "修改 %{resource}"
|
79
95
|
unhappy: "不喜欢"
|
80
96
|
update: "更新"
|
81
|
-
we_need_your_current_password_to_confirm_your_changes: "
|
97
|
+
we_need_your_current_password_to_confirm_your_changes: "我们需要您的当前密码以确认更改"
|
82
98
|
new:
|
83
99
|
sign_up: "注册"
|
84
100
|
signed_up: "欢迎您!您已注册成功."
|
85
|
-
signed_up_but_inactive: "
|
86
|
-
signed_up_but_locked: "
|
101
|
+
signed_up_but_inactive: "您的账号还未被激活,激活前无法登陆。"
|
102
|
+
signed_up_but_locked: "您的账号已被锁定,无法登陆。"
|
87
103
|
signed_up_but_unconfirmed: "谢谢您!一封确认邮件已经发至您的邮箱,请点击其中的链接激活您的账号。"
|
88
|
-
update_needs_confirmation: "
|
104
|
+
update_needs_confirmation: "新的账号信息已成功提交,确认邮件已经发至您的邮箱,请点击其中的链接以使您的新E-mail地址生效。"
|
89
105
|
updated: "帐号资料更新成功."
|
90
106
|
sessions:
|
91
|
-
already_signed_out: "
|
107
|
+
already_signed_out: "已登出"
|
92
108
|
new:
|
93
109
|
sign_in: "登录"
|
94
110
|
signed_in: "登录成功."
|
@@ -107,7 +123,7 @@ zh-CN:
|
|
107
123
|
resend_unlock_instructions: "重发解锁邮件"
|
108
124
|
send_instructions: "几分钟后,您将收到一封解锁帐号的邮件."
|
109
125
|
send_paranoid_instructions: "如果您的邮箱存在于我们的数据库中,您将收到一封解锁账号的邮件."
|
110
|
-
unlocked: "
|
126
|
+
unlocked: "您的帐号已成功解锁,现在已登录."
|
111
127
|
errors:
|
112
128
|
messages:
|
113
129
|
already_confirmed: "已经确认,请重新登录."
|
data/rails/locales/zh-HK.yml
CHANGED
@@ -2,13 +2,29 @@ zh-HK:
|
|
2
2
|
activerecord:
|
3
3
|
attributes:
|
4
4
|
user:
|
5
|
+
confirmation_sent_at:
|
6
|
+
confirmation_token:
|
7
|
+
confirmed_at:
|
8
|
+
created_at:
|
5
9
|
current_password:
|
10
|
+
current_sign_in_at:
|
11
|
+
current_sign_in_ip:
|
6
12
|
email:
|
13
|
+
encrypted_password:
|
14
|
+
failed_attempts:
|
15
|
+
last_sign_in_at:
|
16
|
+
last_sign_in_ip:
|
17
|
+
locked_at:
|
7
18
|
password:
|
8
19
|
password_confirmation:
|
20
|
+
remember_created_at:
|
9
21
|
remember_me:
|
22
|
+
reset_password_sent_at:
|
10
23
|
reset_password_token:
|
24
|
+
sign_in_count:
|
25
|
+
unconfirmed_email:
|
11
26
|
unlock_token:
|
27
|
+
updated_at:
|
12
28
|
models:
|
13
29
|
user:
|
14
30
|
devise:
|
data/rails/locales/zh-TW.yml
CHANGED
@@ -2,13 +2,29 @@ zh-TW:
|
|
2
2
|
activerecord:
|
3
3
|
attributes:
|
4
4
|
user:
|
5
|
+
confirmation_sent_at:
|
6
|
+
confirmation_token:
|
7
|
+
confirmed_at:
|
8
|
+
created_at:
|
5
9
|
current_password: "當前密碼"
|
10
|
+
current_sign_in_at:
|
11
|
+
current_sign_in_ip:
|
6
12
|
email: "電子郵箱"
|
13
|
+
encrypted_password:
|
14
|
+
failed_attempts:
|
15
|
+
last_sign_in_at:
|
16
|
+
last_sign_in_ip:
|
17
|
+
locked_at:
|
7
18
|
password: "密碼"
|
8
19
|
password_confirmation: "密碼確認"
|
20
|
+
remember_created_at:
|
9
21
|
remember_me: "記憶登入訊息"
|
22
|
+
reset_password_sent_at:
|
10
23
|
reset_password_token:
|
24
|
+
sign_in_count:
|
25
|
+
unconfirmed_email:
|
11
26
|
unlock_token:
|
27
|
+
updated_at:
|
12
28
|
models:
|
13
29
|
user: "用戶"
|
14
30
|
devise:
|
@@ -31,23 +47,23 @@ zh-TW:
|
|
31
47
|
mailer:
|
32
48
|
confirmation_instructions:
|
33
49
|
action: "確認帳號"
|
34
|
-
greeting: "%{recipient}
|
50
|
+
greeting: "%{recipient} 您好!"
|
35
51
|
instruction: "您可以利用下面的連結確認您的帳戶的電子郵件:"
|
36
52
|
subject: "帳號驗證步驟"
|
37
53
|
password_change:
|
38
|
-
greeting: "
|
54
|
+
greeting: "您好 %{recipient}!"
|
39
55
|
message: "它會通知您,您的密碼已被更改。"
|
40
56
|
subject: "密碼已更改"
|
41
57
|
reset_password_instructions:
|
42
58
|
action: "更改我的密碼"
|
43
|
-
greeting: "
|
44
|
-
instruction: "
|
45
|
-
instruction_2: "
|
46
|
-
instruction_3: "
|
59
|
+
greeting: "您好 %{recipient}!"
|
60
|
+
instruction: "有人要求更改密碼的連結,您可以利用下面的連結更改密碼。"
|
61
|
+
instruction_2: "如果您沒有要求,請忽略此電子郵件。"
|
62
|
+
instruction_3: "如果您沒有進入上面的連結,並建立新的密碼,您的密碼不會被改變。"
|
47
63
|
subject: "密碼重設步驟"
|
48
64
|
unlock_instructions:
|
49
65
|
action: "帳戶解鎖"
|
50
|
-
greeting: "
|
66
|
+
greeting: "您好 %{recipient}!"
|
51
67
|
instruction: "點擊下面的連結到您的帳戶進行解鎖:"
|
52
68
|
message: "由於多次的不成功的登入嘗試,您的帳戶已被鎖定。"
|
53
69
|
subject: "帳號解鎖步驟"
|
@@ -71,7 +87,7 @@ zh-TW:
|
|
71
87
|
registrations:
|
72
88
|
destroyed: "再會!您的帳號已被取消。有緣再會。"
|
73
89
|
edit:
|
74
|
-
are_you_sure: "
|
90
|
+
are_you_sure: "您確定嗎?"
|
75
91
|
cancel_my_account: "取消我的帳戶"
|
76
92
|
currently_waiting_confirmation_for_email: "等待 %{email} 的確認"
|
77
93
|
leave_blank_if_you_don_t_want_to_change_it: "不想修改的話就不需要填寫這個欄位"
|
@@ -0,0 +1,134 @@
|
|
1
|
+
zh-YUE:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
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:
|
28
|
+
models:
|
29
|
+
user:
|
30
|
+
devise:
|
31
|
+
confirmations:
|
32
|
+
confirmed: "啟用同埋登入咗帳戶。"
|
33
|
+
new:
|
34
|
+
resend_confirmation_instructions:
|
35
|
+
send_instructions: "幾分鐘之後,你會收到一封電郵,入面有啟用帳戶嘅步驟。"
|
36
|
+
send_paranoid_instructions: "如果我哋既紀錄入面有呢個電郵的話,幾分鐘之後,你會收到一封電郵,入面有啟用帳戶嘅步驟。"
|
37
|
+
failure:
|
38
|
+
already_authenticated: "已經登入咗。"
|
39
|
+
inactive: "帳戶未啟用。"
|
40
|
+
invalid: "電郵或者密碼唔啱。"
|
41
|
+
last_attempt: "你仲有一次嘗試正確密碼嘅機會,過後你嘅帳戶會被鎖住。"
|
42
|
+
locked: "你個帳戶已經鎖咗。"
|
43
|
+
not_found_in_database: "電郵或者密碼唔啱。"
|
44
|
+
timeout: "超時,請重新登入。"
|
45
|
+
unauthenticated: "請登入,或者開個帳戶。"
|
46
|
+
unconfirmed: "帳戶未啟用。"
|
47
|
+
mailer:
|
48
|
+
confirmation_instructions:
|
49
|
+
action:
|
50
|
+
greeting:
|
51
|
+
instruction:
|
52
|
+
subject: "啟用帳戶"
|
53
|
+
password_change:
|
54
|
+
greeting:
|
55
|
+
message:
|
56
|
+
subject:
|
57
|
+
reset_password_instructions:
|
58
|
+
action:
|
59
|
+
greeting:
|
60
|
+
instruction:
|
61
|
+
instruction_2:
|
62
|
+
instruction_3:
|
63
|
+
subject: "重設密碼"
|
64
|
+
unlock_instructions:
|
65
|
+
action:
|
66
|
+
greeting:
|
67
|
+
instruction:
|
68
|
+
message:
|
69
|
+
subject: "帳戶解鎖"
|
70
|
+
omniauth_callbacks:
|
71
|
+
failure: "由%{kind}登入唔到,原因︰%{reason}。"
|
72
|
+
success: "%{kind}登入成功。"
|
73
|
+
passwords:
|
74
|
+
edit:
|
75
|
+
change_my_password:
|
76
|
+
change_your_password:
|
77
|
+
confirm_new_password:
|
78
|
+
new_password:
|
79
|
+
new:
|
80
|
+
forgot_your_password:
|
81
|
+
send_me_reset_password_instructions:
|
82
|
+
no_token: "請肯定網址係密碼重設電郵入面嗰個。唔經呢封電郵睇唔到呢版。"
|
83
|
+
send_instructions: "幾分鐘之後,你會收到一封電郵,入面有重設密碼嘅步驟。"
|
84
|
+
send_paranoid_instructions: "如果我哋既紀錄入面有呢個電郵的話,幾分鐘之後,你會收到一封電郵,入面有重設密碼嘅步驟。"
|
85
|
+
updated: "成功改咗密碼;重新登入咗。"
|
86
|
+
updated_not_active: "成功改咗密碼。"
|
87
|
+
registrations:
|
88
|
+
destroyed: "帳戶已經註銷。有緣再會。"
|
89
|
+
edit:
|
90
|
+
are_you_sure:
|
91
|
+
cancel_my_account:
|
92
|
+
currently_waiting_confirmation_for_email:
|
93
|
+
leave_blank_if_you_don_t_want_to_change_it:
|
94
|
+
title:
|
95
|
+
unhappy:
|
96
|
+
update:
|
97
|
+
we_need_your_current_password_to_confirm_your_changes:
|
98
|
+
new:
|
99
|
+
sign_up:
|
100
|
+
signed_up: "註冊咗。歡迎!"
|
101
|
+
signed_up_but_inactive: "註冊咗;不過要啟用埋帳戶先可以登入。"
|
102
|
+
signed_up_but_locked: "註冊咗;不過帳戶鎖咗,未可以登入住。"
|
103
|
+
signed_up_but_unconfirmed: "註冊咗;你會收到封電郵,入面有啟用帳戶嘅步驟。"
|
104
|
+
update_needs_confirmation: "更新咗帳戶。你會喺新電郵地址收到封電郵,入面有確認新電郵步驟。"
|
105
|
+
updated: "更新咗帳戶。"
|
106
|
+
sessions:
|
107
|
+
already_signed_out: "登出成功。"
|
108
|
+
new:
|
109
|
+
sign_in:
|
110
|
+
signed_in: "登入咗。"
|
111
|
+
signed_out: "登出咗。"
|
112
|
+
shared:
|
113
|
+
links:
|
114
|
+
back:
|
115
|
+
didn_t_receive_confirmation_instructions:
|
116
|
+
didn_t_receive_unlock_instructions:
|
117
|
+
forgot_your_password:
|
118
|
+
sign_in:
|
119
|
+
sign_in_with_provider:
|
120
|
+
sign_up:
|
121
|
+
unlocks:
|
122
|
+
new:
|
123
|
+
resend_unlock_instructions:
|
124
|
+
send_instructions: "幾分鐘之後,你會收到一封電郵,入面有帳戶解鎖嘅步驟。"
|
125
|
+
send_paranoid_instructions: "如果我哋既紀錄入面有呢個帳戶的話,幾分鐘之後,你會收到一封電郵,入面有帳戶解鎖嘅步驟。"
|
126
|
+
unlocked: "帳戶解咗鎖;請重新登入。"
|
127
|
+
errors:
|
128
|
+
messages:
|
129
|
+
already_confirmed: "已經啟用咗;可以登入。"
|
130
|
+
confirmation_period_expired: "超時。請重新要過個,然後喺%{period}之內確認。"
|
131
|
+
expired: "超時。請重新要過個。"
|
132
|
+
not_found: "搵唔到"
|
133
|
+
not_locked: "無鎖到"
|
134
|
+
not_saved: "有%{count}個問題,%{resource}儲存唔到。"
|
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.2.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: 2017-
|
13
|
+
date: 2017-07-26 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rspec
|
@@ -152,18 +152,21 @@ files:
|
|
152
152
|
- rails/locales/fi.yml
|
153
153
|
- rails/locales/fr-CA.yml
|
154
154
|
- rails/locales/fr.yml
|
155
|
+
- rails/locales/ha.yml
|
155
156
|
- rails/locales/he.yml
|
156
157
|
- rails/locales/hr.yml
|
157
158
|
- rails/locales/hu.yml
|
158
159
|
- rails/locales/id.yml
|
160
|
+
- rails/locales/ig.yml
|
159
161
|
- rails/locales/is.yml
|
160
162
|
- rails/locales/it.yml
|
161
163
|
- rails/locales/ja.yml
|
162
164
|
- rails/locales/ka.yml
|
163
165
|
- rails/locales/ko.yml
|
166
|
+
- rails/locales/lo-LA.yml
|
164
167
|
- rails/locales/lt.yml
|
165
168
|
- rails/locales/lv.yml
|
166
|
-
- rails/locales/
|
169
|
+
- rails/locales/ms.yml
|
167
170
|
- rails/locales/nb.yml
|
168
171
|
- rails/locales/nl.yml
|
169
172
|
- rails/locales/nn-NO.yml
|
@@ -182,9 +185,11 @@ files:
|
|
182
185
|
- rails/locales/tr.yml
|
183
186
|
- rails/locales/uk.yml
|
184
187
|
- rails/locales/vi.yml
|
188
|
+
- rails/locales/yo.yml
|
185
189
|
- rails/locales/zh-CN.yml
|
186
190
|
- rails/locales/zh-HK.yml
|
187
191
|
- rails/locales/zh-TW.yml
|
192
|
+
- rails/locales/zh-YUE.yml
|
188
193
|
homepage: http://github.com/tigrish/devise-i18n
|
189
194
|
licenses:
|
190
195
|
- MIT
|