devise-i18n-views 0.3.4 → 0.3.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3083bb86435d29df75614e573c5c15c92bf0c69a
4
- data.tar.gz: 9418928ace82b57c4a06e8919a184ca070c8629b
3
+ metadata.gz: de21eaa7fb37a952bae9d98a21adffcae0bae413
4
+ data.tar.gz: c7a7da66b6f05d5f14f7e1ffe156d427a958bea5
5
5
  SHA512:
6
- metadata.gz: ba2aa06b9a427715d9dedbab70a87af9d82171b5c39542410875b08318dfb63f769cf45840830e33e6f35b3c5f91dadc5b5b3adc9a2b633edc290af640114814
7
- data.tar.gz: c9675e6971571ab78ae1ca029fa9e1ee6f91e36b0c5f8e25295412bd3a57d6ba6e5ee2eeb9b66f57c36e2a3dfd307adcbdf8889c8ee0d57da23322416665f391
6
+ metadata.gz: 9394d21768ccff6d7f32d00067ad725ba31607177d74d3e15a5580de0962755aa821716722fc22138e5f0488856f463f3380b4289520ead1585b8bcab7d5e970
7
+ data.tar.gz: ad69d30ef6ff443f80adbce70ebe84503b1c336342ee2173a9891868f0d31cd2fe848ff3a9d3cdd767123099ad8d4b4358030085f724ef0c14dbd0b66fbd0d4c
data/Gemfile CHANGED
@@ -6,4 +6,5 @@ group :development do
6
6
  gem "jeweler", "~> 2.0"
7
7
  gem 'i18n-spec', "~> 0.6"
8
8
  gem 'localeapp', "~> 0.8"
9
+ gem 'json', ">= 1.8.2"
9
10
  end
data/Gemfile.lock CHANGED
@@ -34,7 +34,7 @@ GEM
34
34
  nokogiri (>= 1.5.10)
35
35
  rake
36
36
  rdoc
37
- json (1.7.3)
37
+ json (1.8.2)
38
38
  jwt (1.0.0)
39
39
  localeapp (0.9.0)
40
40
  gli
@@ -86,5 +86,6 @@ DEPENDENCIES
86
86
  bundler (~> 1.7)
87
87
  i18n-spec (~> 0.6)
88
88
  jeweler (~> 2.0)
89
+ json (>= 1.8.2)
89
90
  localeapp (~> 0.8)
90
91
  rspec (~> 3.1)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.4
1
+ 0.3.5
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: devise-i18n-views 0.3.4 ruby lib
5
+ # stub: devise-i18n-views 0.3.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "devise-i18n-views"
9
- s.version = "0.3.4"
9
+ s.version = "0.3.5"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["mcasimir", "Jason Barnabe"]
14
- s.date = "2015-02-08"
14
+ s.date = "2015-08-30"
15
15
  s.description = "Translatable views for devise and the translations that go with them"
16
16
  s.email = "jason.barnabe@gmail.com"
17
17
  s.extra_rdoc_files = [
@@ -55,11 +55,14 @@ Gem::Specification.new do |s|
55
55
  "locales/es-ES.yml",
56
56
  "locales/es-MX.yml",
57
57
  "locales/es.yml",
58
+ "locales/et.yml",
58
59
  "locales/fi.yml",
59
60
  "locales/fr.yml",
61
+ "locales/he.yml",
60
62
  "locales/hu.yml",
61
63
  "locales/it.yml",
62
64
  "locales/ja.yml",
65
+ "locales/lv.yml",
63
66
  "locales/nb.yml",
64
67
  "locales/nl.yml",
65
68
  "locales/pl.yml",
@@ -69,6 +72,8 @@ Gem::Specification.new do |s|
69
72
  "locales/sk.yml",
70
73
  "locales/th.yml",
71
74
  "locales/tr.yml",
75
+ "locales/uk-UA.yml",
76
+ "locales/vi.yml",
72
77
  "locales/zh-CN.yml",
73
78
  "locales/zh-TW.yml",
74
79
  "spec/devise-i18n-views_spec.rb",
@@ -76,7 +81,7 @@ Gem::Specification.new do |s|
76
81
  ]
77
82
  s.homepage = "http://github.com/mcasimir/devise-i18n-views"
78
83
  s.licenses = ["MIT"]
79
- s.rubygems_version = "2.4.2"
84
+ s.rubygems_version = "2.4.6"
80
85
  s.summary = "I18n support for devise views"
81
86
 
82
87
  if s.respond_to? :specification_version then
@@ -88,12 +93,14 @@ Gem::Specification.new do |s|
88
93
  s.add_development_dependency(%q<jeweler>, ["~> 2.0"])
89
94
  s.add_development_dependency(%q<i18n-spec>, ["~> 0.6"])
90
95
  s.add_development_dependency(%q<localeapp>, ["~> 0.8"])
96
+ s.add_development_dependency(%q<json>, [">= 1.8.2"])
91
97
  else
92
98
  s.add_dependency(%q<rspec>, ["~> 3.1"])
93
99
  s.add_dependency(%q<bundler>, ["~> 1.7"])
94
100
  s.add_dependency(%q<jeweler>, ["~> 2.0"])
95
101
  s.add_dependency(%q<i18n-spec>, ["~> 0.6"])
96
102
  s.add_dependency(%q<localeapp>, ["~> 0.8"])
103
+ s.add_dependency(%q<json>, [">= 1.8.2"])
97
104
  end
98
105
  else
99
106
  s.add_dependency(%q<rspec>, ["~> 3.1"])
@@ -101,6 +108,7 @@ Gem::Specification.new do |s|
101
108
  s.add_dependency(%q<jeweler>, ["~> 2.0"])
102
109
  s.add_dependency(%q<i18n-spec>, ["~> 0.6"])
103
110
  s.add_dependency(%q<localeapp>, ["~> 0.8"])
111
+ s.add_dependency(%q<json>, [">= 1.8.2"])
104
112
  end
105
113
  end
106
114
 
data/locales/en.yml CHANGED
@@ -32,7 +32,7 @@ en:
32
32
  edit:
33
33
  are_you_sure: "Are you sure?"
34
34
  cancel_my_account: "Cancel my account"
35
- leave_blank_if_you_don_t_want_to_change_it: "leave blank if you dont want to change it"
35
+ leave_blank_if_you_don_t_want_to_change_it: "leave blank if you don't want to change it"
36
36
  currently_waiting_confirmation_for_email: "Currently waiting confirmation for: %{email}"
37
37
  title: "Edit %{resource}"
38
38
  we_need_your_current_password_to_confirm_your_changes: "we need your current password to confirm your changes"
data/locales/et.yml ADDED
@@ -0,0 +1,67 @@
1
+ et:
2
+ activerecord:
3
+ attributes:
4
+ user:
5
+ current_password: Praegune parool
6
+ email: E-post
7
+ password: Parool
8
+ password_confirmation: Parooli kinnitus
9
+ remember_me: Hoia mind meeles
10
+ models:
11
+ user: Kasutaja
12
+ devise:
13
+ confirmations:
14
+ new:
15
+ resend_confirmation_instructions: Saada kinnitusjuhend uuesti
16
+ mailer:
17
+ confirmation_instructions:
18
+ action: Kinnita konto
19
+ greeting: Teretulemast %{recipient}!
20
+ instruction: 'Oma konto saad kinnitada alloleva lingi kaudu:'
21
+ reset_password_instructions:
22
+ action: Muuda parooli
23
+ greeting: Tere %{recipient}!
24
+ instruction: Keegi on soovinud muuta sinu parooli, saad seda teha alloleva lingi kaudu.
25
+ instruction_2: Kui sa ei ole seda soovinud, palun ignoreeri seda kirja.
26
+ instruction_3: Sinu parool ei muutu enne kui sa oled külastanud eelolevat linki ja uue parooli sisestanud.
27
+ unlock_instructions:
28
+ action: Ava konto
29
+ greeting: Tere %{recipient}!
30
+ instruction: Vajuta allolevale lingile, et oma konto avada
31
+ message: Sinu konto on lukustatud liigsete ebaõnnestunud sisselogimiskatsete tõttu
32
+ passwords:
33
+ edit:
34
+ change_my_password: Muuda parooli
35
+ change_your_password: Muuda oma parool
36
+ confirm_new_password: Kinnita uus paroo
37
+ new_password: Uus paroo
38
+ new:
39
+ forgot_your_password: Unustasid oma parooli?
40
+ send_me_reset_password_instructions: Saada parooli ennistamise juhend
41
+ registrations:
42
+ edit:
43
+ are_you_sure: Oled sa kindel?
44
+ cancel_my_account: Kustuta konto
45
+ currently_waiting_confirmation_for_email: 'Kinnituse ootel: %{email}'
46
+ leave_blank_if_you_don_t_want_to_change_it: jäta tühjaks, kui sa ei soovi seda muuta
47
+ title: Muuda %{resource}
48
+ unhappy: "Õnnetu"
49
+ update: Uuenda
50
+ we_need_your_current_password_to_confirm_your_changes: meil on vaja sinu praegust parooli, et muutused kinnitada
51
+ new:
52
+ sign_up: Loo konto
53
+ sessions:
54
+ new:
55
+ sign_in: Logi sisse
56
+ shared:
57
+ links:
58
+ back: Tagasi
59
+ didn_t_receive_confirmation_instructions: Ei saanud kinnitusjuhiseid?
60
+ didn_t_receive_unlock_instructions: Ei saanud konto avamise juhiseid?
61
+ forgot_your_password: Unustasid oma parooli?
62
+ sign_in: Logi sisse
63
+ sign_in_with_provider: Logi sisse %{provider}-ga
64
+ sign_up: Loo konto
65
+ unlocks:
66
+ new:
67
+ resend_unlock_instructions: Saada konto avamise juhised uuesti
data/locales/he.yml ADDED
@@ -0,0 +1,67 @@
1
+ he:
2
+ activerecord:
3
+ attributes:
4
+ user:
5
+ current_password: "סיסמא נוכחית"
6
+ email: "אימייל"
7
+ password: "סיסמא"
8
+ password_confirmation: "אישור סיסמא"
9
+ remember_me: "זכור אותי"
10
+ models:
11
+ user: "משתמש"
12
+ devise:
13
+ confirmations:
14
+ new:
15
+ resend_confirmation_instructions: "שלח מחדש הוראות אישור"
16
+ mailer:
17
+ confirmation_instructions:
18
+ action: "אשר את החשבון שלי"
19
+ greeting: "ברוך הבא %{recipient}!"
20
+ instruction: "אתה יכול לאשר את כתובת האימייל שלך בעזרת הקישור הנֿֿ״ל:"
21
+ reset_password_instructions:
22
+ action: "שנה סיסמא"
23
+ greeting: "שלום %{recipient}!"
24
+ instruction: "נתקבלה בקשה לשינוי הסיסמא שלך וביכולתך לעשות זאת בעזרת הקישור המוצג למטה."
25
+ instruction_2: "אם אתה לא ביקשת זאת, אנא התעלם מאימייל זה."
26
+ instruction_3: "סיסמאתך תוחלף רק אם תלחץ על הקישור המוצג מעל ותיצור סיסמא חדשה."
27
+ unlock_instructions:
28
+ action: "בטל נעילת חשבון"
29
+ greeting: "שלום %{recipient}!"
30
+ instruction: "לחץ על הלינק המוצג למטה בכדי לבטל את נעילת חשבונך:"
31
+ message: "חשבונך ננעל עקב מספר רב של ניסיונות כניסה כושלים."
32
+ passwords:
33
+ edit:
34
+ change_my_password: "שנה סיסמא"
35
+ change_your_password: "שינוי סיסמא"
36
+ confirm_new_password: "אישור סיסמא חדשה"
37
+ new_password: "סיסמא חדשה"
38
+ new:
39
+ forgot_your_password: "שכחת סיסמא?"
40
+ send_me_reset_password_instructions: "שלח לי הוראות שיחזור סיסמא"
41
+ registrations:
42
+ edit:
43
+ are_you_sure: "האם את בטוח?"
44
+ cancel_my_account: "בטל את החשבון שלי"
45
+ currently_waiting_confirmation_for_email: "ממתין לאישור של הכתובת: %{email}"
46
+ leave_blank_if_you_don_t_want_to_change_it: "השאר ריק אם אין ברצונך לשנותו"
47
+ title: "ערוך %{resource}"
48
+ unhappy: "עצוב"
49
+ update: "עדכן"
50
+ we_need_your_current_password_to_confirm_your_changes: "אנחנו זקוקים לסיסמאתך הנוכחית על מנת לבצע את השינויים שביקשת"
51
+ new:
52
+ sign_up: "הרשמה"
53
+ sessions:
54
+ new:
55
+ sign_in: "כניסה"
56
+ shared:
57
+ links:
58
+ back: "חזור"
59
+ didn_t_receive_confirmation_instructions: "לא קיבלת את הוראות האישור?"
60
+ didn_t_receive_unlock_instructions: "לא קיבלת את הוראות ביטול הנעילה?"
61
+ forgot_your_password: "שכחת סיסמא?"
62
+ sign_in: "כניסה"
63
+ sign_in_with_provider: "כניסה באמצעות %{provider}"
64
+ sign_up: "הרשמה"
65
+ unlocks:
66
+ new:
67
+ resend_unlock_instructions: "שלח שוב הוראות ביטול נעילה"
data/locales/hu.yml CHANGED
@@ -2,13 +2,13 @@ hu:
2
2
  activerecord:
3
3
  attributes:
4
4
  user:
5
- current_password:
6
- email:
7
- password:
8
- password_confirmation:
9
- remember_me:
5
+ current_password: Jelenlegi jelszó
6
+ email: E-mail
7
+ password: Jelszó
8
+ password_confirmation: Jelszó megerősítése
9
+ remember_me: Megjegyez
10
10
  models:
11
- user:
11
+ user: Felhasználó
12
12
  devise:
13
13
  confirmations:
14
14
  new:
@@ -42,7 +42,7 @@ hu:
42
42
  edit:
43
43
  are_you_sure: Biztos benne?
44
44
  cancel_my_account: Fiók megszüntetése
45
- currently_waiting_confirmation_for_email:
45
+ currently_waiting_confirmation_for_email: 'Még várjuk a következő e-mail cím megerősítését: %{email}'
46
46
  leave_blank_if_you_don_t_want_to_change_it: csak változás esetén kitöltendő
47
47
  title: "%{resource} módosítása"
48
48
  unhappy: Szomorú
@@ -55,7 +55,7 @@ hu:
55
55
  sign_in: Belépés
56
56
  shared:
57
57
  links:
58
- back:
58
+ back: Vissza
59
59
  didn_t_receive_confirmation_instructions: Nem kapta meg a megerősítő levelet?
60
60
  didn_t_receive_unlock_instructions: Nem kapta meg a feloldáshoz a levelet?
61
61
  forgot_your_password: Elfelejtette a jelszavát?
data/locales/it.yml CHANGED
@@ -2,13 +2,13 @@ it:
2
2
  activerecord:
3
3
  attributes:
4
4
  user:
5
- current_password:
6
- email:
7
- password:
8
- password_confirmation:
9
- remember_me:
5
+ current_password: Password corrente
6
+ email: Email
7
+ password: Password
8
+ password_confirmation: Conferma password
9
+ remember_me: Ricordami
10
10
  models:
11
- user:
11
+ user: Utente
12
12
  devise:
13
13
  confirmations:
14
14
  new:
@@ -32,9 +32,9 @@ it:
32
32
  passwords:
33
33
  edit:
34
34
  change_my_password:
35
- change_your_password:
36
- confirm_new_password:
37
- new_password:
35
+ change_your_password: Cambia la tua password
36
+ confirm_new_password: Conferma la nuova password
37
+ new_password: Nuova password
38
38
  new:
39
39
  forgot_your_password: Password dimenticata?
40
40
  send_me_reset_password_instructions: Inviami le istruzioni per resettare la password
@@ -55,7 +55,7 @@ it:
55
55
  sign_in: Accedi
56
56
  shared:
57
57
  links:
58
- back:
58
+ back: Indietro
59
59
  didn_t_receive_confirmation_instructions: Non hai ricevuto le istruzioni per la conferma?
60
60
  didn_t_receive_unlock_instructions: Non hai ricevuto le istruzioni per lo sblocco?
61
61
  forgot_your_password: Password dimenticata?
data/locales/lv.yml ADDED
@@ -0,0 +1,67 @@
1
+ lv:
2
+ activerecord:
3
+ attributes:
4
+ user:
5
+ current_password: Tagadējā parole
6
+ email: Epasts
7
+ password: Parole
8
+ password_confirmation: Apstiprināt paroli
9
+ remember_me: Atcerēties mani
10
+ models:
11
+ user: Lietotājs
12
+ devise:
13
+ confirmations:
14
+ new:
15
+ resend_confirmation_instructions: Atkārtoti atsūtīt instrukcijas apstiprinājumu
16
+ mailer:
17
+ confirmation_instructions:
18
+ action: Apstiprināt kontu
19
+ greeting: Sveicināti, %{recipient}!
20
+ instruction: 'Jūs varat apstiprināt, Jūsu konta epastu caur saiti zemāk:'
21
+ reset_password_instructions:
22
+ action: Veikt paroles maiņu
23
+ greeting: Sveicināti, %{recipient}!
24
+ instruction: Kāds ir nosūtijis pieprasijumu, Jūsu paroles maiņai, to var veikt caur saiti zemāk.
25
+ instruction_2: Ja Jūs neveicāt šo pieprasījumu, lūdzu ignorējiet šo ziņu.
26
+ instruction_3: Jūsu parole netiks mainīta, kamēr Jūs neapstiprināsiet saiti augstāk un neizveidosiet jaunu.
27
+ unlock_instructions:
28
+ action: Atbloķēt kontu
29
+ greeting: Sveicināti, %{recipient}!
30
+ instruction: 'Nospiežiet uz saites zemāk, lai atbloķētu kontu:'
31
+ message: Jūsu konts tika bloķēts vairāku kļūdainu datu ievadīšanas rezultātā.
32
+ passwords:
33
+ edit:
34
+ change_my_password: Mainīt paroli
35
+ change_your_password: Paroles maiņa
36
+ confirm_new_password: Apstiprināt jauno paroli
37
+ new_password: Jauna parole
38
+ new:
39
+ forgot_your_password: Aizmirsāt paroli?
40
+ send_me_reset_password_instructions: Atsūtīt paroles maiņas instrukciju
41
+ registrations:
42
+ edit:
43
+ are_you_sure: Vai Jūs esat pārliecināts/-ta?
44
+ cancel_my_account: Atcelt kontu
45
+ currently_waiting_confirmation_for_email: 'Pašlaik gaida apstiprinājumu epastam: %{email}'
46
+ leave_blank_if_you_don_t_want_to_change_it: atstājiet tukšu šo lauku, ja nevēlaties veikt izmaiņas
47
+ title: Rediģēt %{resource}
48
+ unhappy: Neapmierināts
49
+ update: Izmainīt
50
+ we_need_your_current_password_to_confirm_your_changes: mums ir nepieciešama Jūsu tagadējā parole, lai veiktu izmaiņas
51
+ new:
52
+ sign_up: Reģistrēties
53
+ sessions:
54
+ new:
55
+ sign_in: Pievienoties
56
+ shared:
57
+ links:
58
+ back: Atpakaļ
59
+ didn_t_receive_confirmation_instructions: Nesaņēmāt apstiprināšanas instrukciju?
60
+ didn_t_receive_unlock_instructions: Nesaņēmāt atbloķēšanas instrukciju?
61
+ forgot_your_password: Aizmirsāt paroli?
62
+ sign_in: Pievienoties
63
+ sign_in_with_provider: Pievienoties ar %{provider}
64
+ sign_up: Reģistrēties
65
+ unlocks:
66
+ new:
67
+ resend_unlock_instructions: Atkārtoti atsūtīt atbloķēšanas instrukciju
data/locales/pl.yml CHANGED
@@ -2,13 +2,13 @@ pl:
2
2
  activerecord:
3
3
  attributes:
4
4
  user:
5
- current_password:
6
- email:
7
- password:
8
- password_confirmation:
9
- remember_me:
5
+ current_password: Aktualne hasło
6
+ email: Adres e-mail
7
+ password: Hasło
8
+ password_confirmation: Potwierdzenie hasła
9
+ remember_me: Zapamiętaj mnie
10
10
  models:
11
- user:
11
+ user: Użytkownik
12
12
  devise:
13
13
  confirmations:
14
14
  new:
@@ -21,17 +21,17 @@ pl:
21
21
  reset_password_instructions:
22
22
  action: Zmień swoje hasło
23
23
  greeting: Cześć %{recipient}!
24
- instruction: 'Ktoś zażądał zmiany hasła do Twojego konta. Hasło możesz zmienić wchodząc na poniższy link:'
24
+ instruction: Ktoś zażądał zmiany hasła do Twojego konta. Hasło możesz zmienić wchodząc na poniższy link.
25
25
  instruction_2: Jeśli to nie Ty zażądałeś zmiany hasła, proszę zignoruj tę wiadomość.
26
26
  instruction_3: Twoje hasło nie ulegnie zmianie dopóki nie wejdziesz na poniższy link i nie ustawisz nowego.
27
27
  unlock_instructions:
28
28
  action: Odblokuj swoje konto
29
29
  greeting: Cześć %{recipient}!
30
- instruction: Kliknij poniższy link aby odblokować swoje konto.
30
+ instruction: 'Kliknij poniższy link, aby odblokować swoje konto:'
31
31
  message: Twoje konto zostało zablokowane z powodu zbyt dużej ilości nieprawidłowych prób zalogowania się na nie.
32
32
  passwords:
33
33
  edit:
34
- change_my_password: Zmień swoje hasło
34
+ change_my_password: Zmień moje hasło
35
35
  change_your_password: Zmień swoje hasło
36
36
  confirm_new_password: Powtórz nowe hasło
37
37
  new_password: Nowe hasło
@@ -42,12 +42,12 @@ pl:
42
42
  edit:
43
43
  are_you_sure: Jesteś pewny?
44
44
  cancel_my_account: Anuluj moje konto
45
- currently_waiting_confirmation_for_email:
46
- leave_blank_if_you_don_t_want_to_change_it: pozostaw puste jeśli nie chcesz wprowadzać zmian
45
+ currently_waiting_confirmation_for_email: 'Aktualnie oczekujemy na potwierdzenie z: %{email}'
46
+ leave_blank_if_you_don_t_want_to_change_it: pozostaw puste, jeśli nie chcesz wprowadzać zmian
47
47
  title: Edytuj %{resource}
48
- unhappy:
48
+ unhappy: Niezadowolony
49
49
  update: Zaktualizuj
50
- we_need_your_current_password_to_confirm_your_changes: potrzebujemy Twojego bieżącego hasła aby potwierdzić zmiany
50
+ we_need_your_current_password_to_confirm_your_changes: potrzebujemy Twojego bieżącego hasła, aby potwierdzić zmiany
51
51
  new:
52
52
  sign_up: Zarejestruj się
53
53
  sessions:
@@ -55,7 +55,7 @@ pl:
55
55
  sign_in: Zaloguj się
56
56
  shared:
57
57
  links:
58
- back:
58
+ back: Powrót
59
59
  didn_t_receive_confirmation_instructions: Nie otrzymałeś instrukcji aktywacji konta?
60
60
  didn_t_receive_unlock_instructions: Nie otrzymałeś instrukcji odblokowania konta?
61
61
  forgot_your_password: Zapomniałeś hasło?
data/locales/ru.yml CHANGED
@@ -42,11 +42,11 @@ ru:
42
42
  edit:
43
43
  are_you_sure: "Вы уверены?"
44
44
  cancel_my_account: "Удалить учетную запись"
45
- currently_waiting_confirmation_for_email:
45
+ currently_waiting_confirmation_for_email: "Ожидается подтверждение адреса E-mail: %{email}"
46
46
  leave_blank_if_you_don_t_want_to_change_it: "оставьте поле пустым, если не хотите ничего менять"
47
47
  title: "Редактировать %{resource}"
48
- unhappy:
49
- update:
48
+ unhappy: "Разочарованы"
49
+ update: "Обновить"
50
50
  we_need_your_current_password_to_confirm_your_changes: "введите текущий пароль для подтверждения изменений"
51
51
  new:
52
52
  sign_up: "Регистрация"
@@ -55,7 +55,7 @@ ru:
55
55
  sign_in: "Войти"
56
56
  shared:
57
57
  links:
58
- back:
58
+ back: "Назад"
59
59
  didn_t_receive_confirmation_instructions: "Не получили подтверждение?"
60
60
  didn_t_receive_unlock_instructions: "Не получили код разблокировки?"
61
61
  forgot_your_password: "Забыли пароль?"
data/locales/uk-UA.yml ADDED
@@ -0,0 +1,67 @@
1
+ uk-UA:
2
+ activerecord:
3
+ attributes:
4
+ user:
5
+ current_password: "Поточний пароль"
6
+ email: Email
7
+ password: "Пароль"
8
+ password_confirmation: "Підтвердження пароля"
9
+ remember_me: "Запам'ятати мене"
10
+ models:
11
+ user: "Користувач"
12
+ devise:
13
+ confirmations:
14
+ new:
15
+ resend_confirmation_instructions: "Повторно надіслати інструкцію з підтвердженням"
16
+ mailer:
17
+ confirmation_instructions:
18
+ action: "Підтвердити мій аккаунт"
19
+ greeting: "Ласкаво просимо %{recipient}!"
20
+ instruction: "Ви можете підтвердити свою електронну пошту через посилання нижче:"
21
+ reset_password_instructions:
22
+ action: "Зміна паролю"
23
+ greeting: "Доброго дня %{recipient}!"
24
+ instruction: "Хтось подав запит на зміну вашого паролю, ви можете підтвердити зміну через посилання нижче."
25
+ instruction_2: "Якщо вам цього не потрібно, не звертайте увагу на це повідомлення."
26
+ instruction_3: "Ваш пароль не мінятиметься доки ви не перейдете за посиланням вище і створите новий."
27
+ unlock_instructions:
28
+ action: "Розблокувати мій обліковий запис"
29
+ greeting: "Доброго дня %{recipient}!"
30
+ instruction: "Натисніть на посилання нижче, щоб розблокувати обліковий запис:"
31
+ message: "Ваш обліковий запис був заблокований через велику кількості невдалих спроб входу."
32
+ passwords:
33
+ edit:
34
+ change_my_password: "Змінити мій пароль"
35
+ change_your_password: "Змінити ваш пароль"
36
+ confirm_new_password: "Підтвердіть новий пароль"
37
+ new_password: "Новий пароль"
38
+ new:
39
+ forgot_your_password: "Забули пароль?"
40
+ send_me_reset_password_instructions: "Відправити мені інструкції скидання паролів"
41
+ registrations:
42
+ edit:
43
+ are_you_sure: "Ви впевнені?"
44
+ cancel_my_account: "Скасувати мій обліковий запис"
45
+ currently_waiting_confirmation_for_email: "В даний час очікуємо підтвердження від: %{email}"
46
+ leave_blank_if_you_don_t_want_to_change_it: "залиште порожнім, якщо ви не хочете змінити його"
47
+ title: "Редагувати %{resource}"
48
+ unhappy: "Нещасний"
49
+ update: "Оновити"
50
+ we_need_your_current_password_to_confirm_your_changes: "введіть свій поточний пароль для підтвердження змін"
51
+ new:
52
+ sign_up: "Зареєструватись"
53
+ sessions:
54
+ new:
55
+ sign_in: "Увійти"
56
+ shared:
57
+ links:
58
+ back: "Назад"
59
+ didn_t_receive_confirmation_instructions: "Не отримали лист з підтвердженням?"
60
+ didn_t_receive_unlock_instructions: "Не отримали інструкції розблокування?"
61
+ forgot_your_password: "Забули пароль?"
62
+ sign_in: "Увійти"
63
+ sign_in_with_provider: "Увійти за допомогою %{provider}"
64
+ sign_up: "Зареєструватись"
65
+ unlocks:
66
+ new:
67
+ resend_unlock_instructions: "Повторно надіслати інструкції з розблокування"
data/locales/vi.yml ADDED
@@ -0,0 +1,67 @@
1
+ vi:
2
+ activerecord:
3
+ attributes:
4
+ user:
5
+ current_password: Mật khẩu hiện tại
6
+ email: Email
7
+ password: Mật khẩu
8
+ password_confirmation: Xác nhận mật khẩu
9
+ remember_me: Ghi nhớ đăng nhập
10
+ models:
11
+ user: Người dùng
12
+ devise:
13
+ confirmations:
14
+ new:
15
+ resend_confirmation_instructions: Gửi lại hướng dẫn xác nhận tài khoản
16
+ mailer:
17
+ confirmation_instructions:
18
+ action: Xác nhận tài khoản
19
+ greeting: Chào mừng %{recipient}!
20
+ instruction: 'Bạn có thể xác nhận tài khoản email bằng liên kết dưới đây:'
21
+ reset_password_instructions:
22
+ action: Thay đổi mật khẩu
23
+ greeting: Xin chào %{recipient}!
24
+ instruction: Có ai đó yêu cầu liên kết thay đổi mật khẩu, bạn có thể thay đổi mật khẩu bằng liên kết dưới đây.
25
+ instruction_2: Nếu bạn không yêu cầu, vui lòng bỏ qua email này.
26
+ instruction_3: Mật khẩu của bạn sẽ không thay đổi cho đến khi bạn ấn vào liên kết trên và tạo mật khẩu mới.
27
+ unlock_instructions:
28
+ action: Mở khoá tài khoản
29
+ greeting: Xin chào %{recipient}!
30
+ instruction: 'Hãy nhấn vào liên kết dưới đây để mở khoá tài khoản:'
31
+ message: Tài khoản của bạn đã bị khoá do vượt quá giới hạn số lần đăng nhập không thành công.
32
+ passwords:
33
+ edit:
34
+ change_my_password: Thay đổi mật khẩu
35
+ change_your_password: Thay đổi mật khẩu
36
+ confirm_new_password: Xác nhận mật khẩu mới
37
+ new_password: Mật khẩu mới
38
+ new:
39
+ forgot_your_password: Quên mật khẩu?
40
+ send_me_reset_password_instructions: Gửi cho tôi hướng dẫn cài đặt lại mật khẩu
41
+ registrations:
42
+ edit:
43
+ are_you_sure: Bạn có chắc?
44
+ cancel_my_account: Xoá tài khoản
45
+ currently_waiting_confirmation_for_email: "Đang đợi xác nhận tài khoản email: %{email}"
46
+ leave_blank_if_you_don_t_want_to_change_it: "để trống nếu bạn không muốn thay đổi mật khẩu"
47
+ title: Cập nhật %{resource}
48
+ unhappy: Không hài lòng
49
+ update: Cập nhật
50
+ we_need_your_current_password_to_confirm_your_changes: we need your current password to confirm your changes
51
+ new:
52
+ sign_up: "Đăng ký"
53
+ sessions:
54
+ new:
55
+ sign_in: "Đăng nhập"
56
+ shared:
57
+ links:
58
+ back: Trở về
59
+ didn_t_receive_confirmation_instructions: Không nhận được hướng dẫn xác nhận tài khoản?
60
+ didn_t_receive_unlock_instructions: Không nhận được hướng dẫn mở khoá tài khoản?
61
+ forgot_your_password: Quên mật khẩu?
62
+ sign_in: "Đăng nhập"
63
+ sign_in_with_provider: "Đăng nhập với %{provider}"
64
+ sign_up: "Đăng ký"
65
+ unlocks:
66
+ new:
67
+ resend_unlock_instructions: Gửi lại hướng dẫn mở khoá tài khoản
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-i18n-views
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - mcasimir
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-02-08 00:00:00.000000000 Z
12
+ date: 2015-08-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -81,6 +81,20 @@ dependencies:
81
81
  - - "~>"
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0.8'
84
+ - !ruby/object:Gem::Dependency
85
+ name: json
86
+ requirement: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: 1.8.2
91
+ type: :development
92
+ prerelease: false
93
+ version_requirements: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ version: 1.8.2
84
98
  description: Translatable views for devise and the translations that go with them
85
99
  email: jason.barnabe@gmail.com
86
100
  executables: []
@@ -125,11 +139,14 @@ files:
125
139
  - locales/es-ES.yml
126
140
  - locales/es-MX.yml
127
141
  - locales/es.yml
142
+ - locales/et.yml
128
143
  - locales/fi.yml
129
144
  - locales/fr.yml
145
+ - locales/he.yml
130
146
  - locales/hu.yml
131
147
  - locales/it.yml
132
148
  - locales/ja.yml
149
+ - locales/lv.yml
133
150
  - locales/nb.yml
134
151
  - locales/nl.yml
135
152
  - locales/pl.yml
@@ -139,6 +156,8 @@ files:
139
156
  - locales/sk.yml
140
157
  - locales/th.yml
141
158
  - locales/tr.yml
159
+ - locales/uk-UA.yml
160
+ - locales/vi.yml
142
161
  - locales/zh-CN.yml
143
162
  - locales/zh-TW.yml
144
163
  - spec/devise-i18n-views_spec.rb
@@ -163,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
182
  version: '0'
164
183
  requirements: []
165
184
  rubyforge_project:
166
- rubygems_version: 2.4.2
185
+ rubygems_version: 2.4.6
167
186
  signing_key:
168
187
  specification_version: 4
169
188
  summary: I18n support for devise views