habluhablu 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 622b7f9e835ed5d23abdd90daceb817bf116d62b2d591fbdc777b3b17144c660
4
- data.tar.gz: c0568cd89ad6c6afac070cc44b592d858cf4797611b213465ffd2b42e6e42f00
3
+ metadata.gz: 037df725642b4986782de3965e626feb2b59a6b4baddf6bf4d6ddfa1ebe0830f
4
+ data.tar.gz: acbd741f6a3270ad5ad73ebc0ab33ab4460dd556a4670b8fbb86156cf31a75a5
5
5
  SHA512:
6
- metadata.gz: 5f42d1dbbab0fb5731853625e801443ad4e226dfa0c99a686a2b33a4b86aaf0724ad0159b4e3812e2f17ae0d2ab47d9f260223427a32486c869958467b6f97d2
7
- data.tar.gz: ea018c7e91a3cd8033eb357a4303327fc45406822f0ba074d80fe15befb1e654bc3d8bbddbff6cd58bf25d5429f3cfdb93091b98b1ce97bed22e57f29102cbb0
6
+ metadata.gz: faf759d481c2b1acb7750ffd6c0375d8d79cb33903a757a052d0d14eb0653a874bbcb00d5d26012fe0aecfd8f3ccfe08829e5f38128bca4125e21659f16e1a01
7
+ data.tar.gz: 48167c3fbd17c81caf42fd9d0f57fb78849a3e8797ed7fa40096f794ded56f68dd0155568c8a5717354f950e1718dc65da91c65589ad988206d8bae445a25717
data/Gemfile.lock CHANGED
@@ -1,55 +1,55 @@
1
- PATH
2
- remote: .
3
- specs:
4
- habluhablu (0.2.6)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- ast (2.4.2)
10
- diff-lcs (1.4.4)
11
- parallel (1.20.1)
12
- parser (3.0.1.1)
13
- ast (~> 2.4.1)
14
- rainbow (3.0.0)
15
- rake (13.0.3)
16
- regexp_parser (2.1.1)
17
- rexml (3.2.5)
18
- rspec (3.10.0)
19
- rspec-core (~> 3.10.0)
20
- rspec-expectations (~> 3.10.0)
21
- rspec-mocks (~> 3.10.0)
22
- rspec-core (3.10.1)
23
- rspec-support (~> 3.10.0)
24
- rspec-expectations (3.10.1)
25
- diff-lcs (>= 1.2.0, < 2.0)
26
- rspec-support (~> 3.10.0)
27
- rspec-mocks (3.10.2)
28
- diff-lcs (>= 1.2.0, < 2.0)
29
- rspec-support (~> 3.10.0)
30
- rspec-support (3.10.2)
31
- rubocop (1.14.0)
32
- parallel (~> 1.10)
33
- parser (>= 3.0.0.0)
34
- rainbow (>= 2.2.2, < 4.0)
35
- regexp_parser (>= 1.8, < 3.0)
36
- rexml
37
- rubocop-ast (>= 1.5.0, < 2.0)
38
- ruby-progressbar (~> 1.7)
39
- unicode-display_width (>= 1.4.0, < 3.0)
40
- rubocop-ast (1.5.0)
41
- parser (>= 3.0.1.1)
42
- ruby-progressbar (1.11.0)
43
- unicode-display_width (2.0.0)
44
-
45
- PLATFORMS
46
- x64-mingw32
47
-
48
- DEPENDENCIES
49
- habluhablu!
50
- rake (~> 13.0)
51
- rspec (~> 3.0)
52
- rubocop (~> 1.7)
53
-
54
- BUNDLED WITH
55
- 2.2.14
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ habluhablu (0.2.7)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ ast (2.4.2)
10
+ diff-lcs (1.4.4)
11
+ parallel (1.20.1)
12
+ parser (3.0.1.1)
13
+ ast (~> 2.4.1)
14
+ rainbow (3.0.0)
15
+ rake (13.0.3)
16
+ regexp_parser (2.1.1)
17
+ rexml (3.2.5)
18
+ rspec (3.10.0)
19
+ rspec-core (~> 3.10.0)
20
+ rspec-expectations (~> 3.10.0)
21
+ rspec-mocks (~> 3.10.0)
22
+ rspec-core (3.10.1)
23
+ rspec-support (~> 3.10.0)
24
+ rspec-expectations (3.10.1)
25
+ diff-lcs (>= 1.2.0, < 2.0)
26
+ rspec-support (~> 3.10.0)
27
+ rspec-mocks (3.10.2)
28
+ diff-lcs (>= 1.2.0, < 2.0)
29
+ rspec-support (~> 3.10.0)
30
+ rspec-support (3.10.2)
31
+ rubocop (1.14.0)
32
+ parallel (~> 1.10)
33
+ parser (>= 3.0.0.0)
34
+ rainbow (>= 2.2.2, < 4.0)
35
+ regexp_parser (>= 1.8, < 3.0)
36
+ rexml
37
+ rubocop-ast (>= 1.5.0, < 2.0)
38
+ ruby-progressbar (~> 1.7)
39
+ unicode-display_width (>= 1.4.0, < 3.0)
40
+ rubocop-ast (1.5.0)
41
+ parser (>= 3.0.1.1)
42
+ ruby-progressbar (1.11.0)
43
+ unicode-display_width (2.0.0)
44
+
45
+ PLATFORMS
46
+ x64-mingw32
47
+
48
+ DEPENDENCIES
49
+ habluhablu!
50
+ rake (~> 13.0)
51
+ rspec (~> 3.0)
52
+ rubocop (~> 1.7)
53
+
54
+ BUNDLED WITH
55
+ 2.2.14
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Habluhablu
4
- VERSION = "0.2.6"
4
+ VERSION = "0.2.7"
5
5
  end
@@ -14,7 +14,7 @@ class Languages
14
14
  "welcome" => "مرحبا",
15
15
  "registration" => "عنوان البريد الإلكتروني",
16
16
  "log_in" => "تسجيل الدخول",
17
- "log_in_with" => "سجّل الدخول باستخدام حساب", # Example: 'with Facebook'
17
+ "log_in_with" => "#{replace} سجّل الدخول باستخدام حساب", # Example: 'with Facebook'
18
18
  "log_out" => "تسجيل الخروج",
19
19
  "email_address" => "عنوان البريد الإلكتروني",
20
20
  "username" => "اسم االمستخدم",
@@ -30,7 +30,7 @@ class Languages
30
30
  "welcome" => "Welcome",
31
31
  "registration" => "Registartion",
32
32
  "log_in" => "Log in",
33
- "log_in_with" => "Log in with", # Example: 'with Facebook'
33
+ "log_in_with" => "Log in with #{replace}", # Example: 'with Facebook'
34
34
  "log_out" => "Log out",
35
35
  "email_address" => "Email address",
36
36
  "username" => "Username",
@@ -54,7 +54,7 @@ class Languages
54
54
  "welcome" => "Bienvenido",
55
55
  "registration" => "Regístrate",
56
56
  "log_in" => "Iniciar sesión",
57
- "log_in_with" => "Iniciar sesión con", # Example: 'with Facebook'
57
+ "log_in_with" => "Iniciar sesión con #{replace}", # Example: 'with Facebook'
58
58
  "log_out" => "Cerrar la sesión",
59
59
  "email_address" => "Dirección de correo electrónico",
60
60
  "username" => "Nombre de usuario",
@@ -78,7 +78,7 @@ class Languages
78
78
  "welcome" => "Witaj",
79
79
  "registration" => "Zarejestruj się",
80
80
  "log_in" => "Zaloguj się",
81
- "log_in_with" => "Zaloguj się za pomocą", # Example: 'with Facebook'
81
+ "log_in_with" => "Zaloguj się za pomocą #{replace}", # Example: 'with Facebook'
82
82
  "log_out" => "Wyolguj się",
83
83
  "email_address" => "Adres email",
84
84
  "username" => "Nazwa użytkownika",
@@ -95,7 +95,7 @@ class Languages
95
95
  "welcome" => "שלום",
96
96
  "registration" => "הירשם",
97
97
  "log_in" => "להתחבר",
98
- "log_in_with" => "התחבר ל", # Example: 'with Facebook'
98
+ "log_in_with" => "#{replace}התחבר ל", # Example: 'with Facebook'
99
99
  "log_out" => "להתנתק",
100
100
  "email_address" => "אימייל",
101
101
  "username" => "שם משתמש",
@@ -111,7 +111,7 @@ class Languages
111
111
  "welcome" => "Bienvenu", # bienvenue female
112
112
  "registration" => "Créer un compte",
113
113
  "log_in" => "Connexion",
114
- "log_in_with" => "Se connecter avec", # Example: 'with Facebook'
114
+ "log_in_with" => "Se connecter avec #{replace}", # Example: 'with Facebook'
115
115
  "log_out" => "Déconnexion",
116
116
  "email_address" => "Adresse e-mail",
117
117
  "username" => "Nom d'utilisateur",
@@ -127,7 +127,7 @@ class Languages
127
127
  "welcome" => "Benvenuto", # benvenuta female
128
128
  "registration" => "Iscriviti",
129
129
  "log_in" => "Accedi",
130
- "log_in_with" => "Accedi con", # Example: 'with Facebook'
130
+ "log_in_with" => "Accedi con #{replace}", # Example: 'with Facebook'
131
131
  "log_out" => "Esci",
132
132
  "email_address" => "Indirizzo e-mail",
133
133
  "username" => "Nome utente",
@@ -143,7 +143,7 @@ class Languages
143
143
  "welcome" => "Willkommen",
144
144
  "registration" => "Registrieren",
145
145
  "log_in" => "Anmelden",
146
- "log_in_with" => "Anmeldung mit", # Example: 'with Facebook'
146
+ "log_in_with" => "Anmeldung mit #{replace}", # Example: 'with Facebook'
147
147
  "log_out" => "Abmelden",
148
148
  "email_address" => "E-Mail-Adresse",
149
149
  "username" => "Nutzername",
@@ -165,7 +165,7 @@ class Languages
165
165
  "welcome" => "Bem-vindo",
166
166
  "registration" => "Cadastrar",
167
167
  "log_in" => "Entrar",
168
- "log_in_with" => "Entrar com", # Example: 'with Facebook'
168
+ "log_in_with" => "Entrar com #{replace}", # Example: 'with Facebook'
169
169
  "log_out" => "Fazer logoff",
170
170
  "email_address" => "Endereço de E-mail",
171
171
  "username" => "Nome de usuário",
@@ -187,14 +187,14 @@ class Languages
187
187
  "welcome" => "Hoşgeldiniz",
188
188
  "registration" => "Kayıt Ol",
189
189
  "log_in" => "Giriş Yap",
190
- "log_in_with" => "FACEBOOK ile giriş yap", # Example: 'with Facebook', reaplce facebook!
190
+ "log_in_with" => "#{replace} ile giriş yap", # Example: 'with Facebook'!
191
191
  "log_out" => "Çıkış Yap",
192
192
  "email_address" => "E-posta Adresi",
193
193
  "username" => "Kullanıcı adı",
194
194
  "password" => "Şifre",
195
195
  "remember_me" => "Beni hatırla",
196
196
  "forgot_password" => "Şifreni Mi Unuttun?",
197
- "do_not_have_account" => "Bir FACEBOOK hesabın yok mu?", # Replace facebook!
197
+ "do_not_have_account" => "Bir #{tr_register} hesabın yok mu?", # Example: Facebook
198
198
  "lorem" => "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
199
199
  }
200
200
  },
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: habluhablu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Gramatowski