habluhablu 0.2.7 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +3 -0
- data/Gemfile.lock +1 -1
- data/lib/habluhablu/version.rb +1 -1
- data/lib/languages/languages.rb +11 -11
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 34250c63152fd8c1edef7805706653e8d7519f82e2d9eb0b2a1a4c46ed45b205
|
4
|
+
data.tar.gz: 1b952efb739c4e058012099bb48d8f8b4cbed95fc068fc76f2150d9b80e6e111
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a1a9023550540129a30498896da86f1d1e4f8c8f1554757496fe9be0411150e03235ac27321f97bbc53d64daf502b2f2eaea32ffc3e4e5cd21b2000fe6b2356
|
7
|
+
data.tar.gz: ec5787b1a724896153d520bb97b2a196d06351c0dbbd4b68fa11f385b3f984a629ecadc17965ee7afcbbcea7e24f4c6b080a5c2f9295c0e39627df8a44a1347e
|
data/.rubocop.yml
CHANGED
data/Gemfile.lock
CHANGED
data/lib/habluhablu/version.rb
CHANGED
data/lib/languages/languages.rb
CHANGED
@@ -14,7 +14,7 @@ class Languages
|
|
14
14
|
"welcome" => "مرحبا",
|
15
15
|
"registration" => "عنوان البريد الإلكتروني",
|
16
16
|
"log_in" => "تسجيل الدخول",
|
17
|
-
"log_in_with" => "
|
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
|
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
|
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ą
|
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" => "
|
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
|
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
|
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
|
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
|
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" => "
|
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
|
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
|
},
|