habluhablu 0.5.0 → 0.5.5

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: aee545d7e96f51f40c55d94175351492fb1249251428ccdc31b6cee35c9fb9e4
4
- data.tar.gz: dcc17a19d94d49327e74441ff38c1d47a56929790ff028d6911efb5f013b2b4e
3
+ metadata.gz: da2e4514d812445e3b5eeb2d2d4f15e02bb28d70733475dc019d17e7f801842d
4
+ data.tar.gz: c23e32c1576db1b4ef868ecd22a298a50141f39dcbe6afc8da9c79a539e1c394
5
5
  SHA512:
6
- metadata.gz: e95799958740a7f0a0e48cd9f2f43cb51061cd5dfc0dbe2fe82f473064c125a38b6a547b5d35b3be8e0992bcca39fb44c8353dd55b4ba47d0b1bc99cce5e3a6f
7
- data.tar.gz: 6d5c50b1d28ccdc892f02c44ff8eec0fa8b5039ba17cfefd5769a70ba169638758a60b829d30652ffc2370656179395476b2b3e71c99125696f03d91970f4386
6
+ metadata.gz: 3c080d74540bb015723a357e44532c510855ca0c87b2e26abad2e9a30167e6d105e368c97cf1be5445ae617c5feec13eb41b3904582cc2dc19fa6c6ec030a2bd
7
+ data.tar.gz: 07ec30113c036545974a2c935962579f8a2fd535e6422117ce8a0db541543ad7711b8dcf23df436342fed5739e961b838a2e3f470ce6f97c16be566c86934592
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- habluhablu (0.5.0)
4
+ habluhablu (0.5.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -45,5 +45,3 @@ es:
45
45
  irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
46
46
  pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
47
47
  deserunt mollit anim id est laborum.
48
- ---
49
- translation: "¡amigo!"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Habluhablu
4
- VERSION = "0.5.0"
4
+ VERSION = "0.5.5"
5
5
  end
@@ -244,6 +244,75 @@ class Languages
244
244
  "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."
245
245
  }
246
246
  },
247
+ ko: {
248
+ "ko" => {
249
+ "date" => {
250
+ "months_names" => %w[
251
+ ],
252
+ "abbr_month_names" => %w[
253
+ ]
254
+ },
255
+ "language" => "한국어",
256
+ "welcome" => "안녕하세요",
257
+ "registration" => "가입",
258
+ "log_in" => "로그인",
259
+ "log_in_with" => "%{replace}으로 로그인", # Example: 'with Facebook' carefully!
260
+ "log_out" => "로그아웃",
261
+ "email_address" => "이메일 주소",
262
+ "username" => "사용자 이름",
263
+ "password" => "비밀번호",
264
+ "remember_me" => "사용자 이름 저장",
265
+ "forgot_password" => "비밀번호를 잊으셨나요?",
266
+ "do_not_have_account" => "%{register}계정이 없으신가요?",
267
+ "lorem" => "국민경제의 발전을 위한 중요정책의 수립에 관하여 대통령의 자문에 응하기 위하여 국민경제자문회의를 둘 수 있다."
268
+ }
269
+ },
270
+ th: {
271
+ "th" => {
272
+ "date" => {
273
+ "months_names" => %w[
274
+ ],
275
+ "abbr_month_names" => %w[
276
+ ]
277
+ },
278
+ "language" => "ไทย",
279
+ "welcome" => "ยินดีต้อนรับ",
280
+ "registration" => "ลงทะเบียน",
281
+ "log_in" => "ลงชื่อเข้าใช้",
282
+ "log_in_with" => "ลงชื่อเข้าใช้ด้วย %(replace)", # Example: 'with Facebook'
283
+ "log_out" => "ลงชื่อออก",
284
+ "email_address" => "อีเมล",
285
+ "username" => "ชื่อผู้ใช้",
286
+ "password" => "รหัสผ่าน",
287
+ "remember_me" => "จำฉันไว้",
288
+ "forgot_password" => "ลืมรหัสผ่าน",
289
+ "do_not_have_account" => "ไม่มีบัญชี %(register) ใช่ไหม",
290
+ "lorem" => "เป็นข้อความแทนที่ ใช้เพื่อลดความสนใจต่อข้อความที่นำมาแสดง สำหรับการแสดงลักษณะของ ฟอนต์ การพิมพ์และการจัดหน้า"
291
+ }
292
+ },
293
+ zh: {
294
+ "zh" => {
295
+ "date" => {
296
+ "months_names" => %w[
297
+ ],
298
+ "abbr_month_names" => %w[
299
+ ]
300
+ },
301
+ "language" => "简体中文",
302
+ "welcome" => "欢迎",
303
+ "registration" => "注册",
304
+ "log_in" => "登录",
305
+ "log_in_with" => "登录 %(replace)", # Example: 'with Facebook'
306
+ "log_out" => "登出",
307
+ "email_address" => "电子邮件地址",
308
+ "username" => "用户名",
309
+ "password" => "密码",
310
+ "remember_me" => "记住我",
311
+ "forgot_password" => "忘记密码",
312
+ "do_not_have_account" => "还没有 %(register) 账户?",
313
+ "lorem" => "側経意責家方家閉討店暖育田庁載社転線宇。得君新術治温抗添代話考振投員殴大闘北裁。品間識部案代学凰処済準世一戸刻法分。悼測済諏計飯利安凶断理資沢同岩面文認革。内警格化再薬方久化体教御決数詭芸得筆代。"
314
+ }
315
+ },
247
316
  example: {
248
317
  "example" => {
249
318
  "date" => {
data/lib/translation.rb CHANGED
@@ -43,6 +43,3 @@ class Translation
43
43
  end
44
44
  end
45
45
  end
46
-
47
- tr = Translation.new("Hi_there", "es")
48
- tr.response
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: habluhablu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Gramatowski
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-13 00:00:00.000000000 Z
11
+ date: 2021-05-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Generate language file (for I18n) with translations of the most useful
14
14
  phrases.