trmnl-i18n 0.2.0 → 0.4.0

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.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/README.adoc +11 -4
  4. data/lib/trmnl/i18n/locales/custom_plugins/da.yml +14 -0
  5. data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +14 -0
  6. data/lib/trmnl/i18n/locales/custom_plugins/de.yml +14 -0
  7. data/lib/trmnl/i18n/locales/custom_plugins/en.yml +14 -0
  8. data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +14 -0
  9. data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +14 -0
  10. data/lib/trmnl/i18n/locales/custom_plugins/he.yml +14 -0
  11. data/lib/trmnl/i18n/locales/custom_plugins/id.yml +14 -0
  12. data/lib/trmnl/i18n/locales/custom_plugins/it.yml +16 -2
  13. data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +14 -0
  14. data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +14 -0
  15. data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +14 -0
  16. data/lib/trmnl/i18n/locales/custom_plugins/pl.yml +188 -0
  17. data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +14 -0
  18. data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +14 -0
  19. data/lib/trmnl/i18n/locales/custom_plugins/sv.yml +188 -0
  20. data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +14 -0
  21. data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +14 -0
  22. data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +14 -0
  23. data/lib/trmnl/i18n/locales/plugin_renders/da.yml +172 -0
  24. data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +199 -27
  25. data/lib/trmnl/i18n/locales/plugin_renders/de.yml +199 -27
  26. data/lib/trmnl/i18n/locales/plugin_renders/en.yml +172 -0
  27. data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +172 -0
  28. data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +172 -0
  29. data/lib/trmnl/i18n/locales/plugin_renders/he.yml +172 -0
  30. data/lib/trmnl/i18n/locales/plugin_renders/id.yml +172 -0
  31. data/lib/trmnl/i18n/locales/plugin_renders/it.yml +203 -31
  32. data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +172 -0
  33. data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +172 -0
  34. data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +172 -0
  35. data/lib/trmnl/i18n/locales/plugin_renders/no.yml +172 -0
  36. data/lib/trmnl/i18n/locales/plugin_renders/pl.yml +399 -0
  37. data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +172 -0
  38. data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +172 -0
  39. data/lib/trmnl/i18n/locales/plugin_renders/sv.yml +217 -0
  40. data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +172 -0
  41. data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +172 -0
  42. data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +172 -0
  43. data/lib/trmnl/i18n/locales/web_ui/da.yml +107 -9
  44. data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +215 -117
  45. data/lib/trmnl/i18n/locales/web_ui/de.yml +215 -117
  46. data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +492 -0
  47. data/lib/trmnl/i18n/locales/web_ui/en.yml +109 -13
  48. data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +183 -85
  49. data/lib/trmnl/i18n/locales/web_ui/fr.yml +107 -9
  50. data/lib/trmnl/i18n/locales/web_ui/he.yml +109 -11
  51. data/lib/trmnl/i18n/locales/web_ui/id.yml +107 -9
  52. data/lib/trmnl/i18n/locales/web_ui/it.yml +163 -65
  53. data/lib/trmnl/i18n/locales/web_ui/ja.yml +107 -9
  54. data/lib/trmnl/i18n/locales/web_ui/ko.yml +190 -92
  55. data/lib/trmnl/i18n/locales/web_ui/nl.yml +107 -9
  56. data/lib/trmnl/i18n/locales/web_ui/no.yml +107 -9
  57. data/lib/trmnl/i18n/locales/web_ui/pl.yml +674 -0
  58. data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +107 -9
  59. data/lib/trmnl/i18n/locales/web_ui/raw.yml +105 -9
  60. data/lib/trmnl/i18n/locales/web_ui/sv.yml +492 -0
  61. data/lib/trmnl/i18n/locales/web_ui/uk.yml +108 -10
  62. data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +107 -9
  63. data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +106 -8
  64. data/lib/trmnl/i18n/railtie.rb +1 -5
  65. data/lib/trmnl/i18n.rb +7 -0
  66. data/trmnl-i18n.gemspec +2 -2
  67. data.tar.gz.sig +0 -0
  68. metadata +10 -3
  69. metadata.gz.sig +0 -0
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  zh-HK:
3
+ locale_name: Chinese (Hong Kong)
3
4
  add: 加入
4
5
  add_new: 新增
5
6
  ago: 前
@@ -12,6 +13,7 @@ zh-HK:
12
13
  change_password: 更改密碼
13
14
  charge_level: 充電狀態
14
15
  charged: 電量
16
+ charging: Charging
15
17
  close: 關閉
16
18
  confirm_change_password: 更改密碼
17
19
  confirm_password: 確認新密碼
@@ -40,6 +42,7 @@ zh-HK:
40
42
  keep_me_signed_in: 保持登入狀態
41
43
  knowledge_base: 知識庫
42
44
  last_name: 姓氏
45
+ learn_more: Learn more
43
46
  loading: 載入中
44
47
  login: 登入
45
48
  log_out: 登出
@@ -57,10 +60,14 @@ zh-HK:
57
60
  sign_in: 登入
58
61
  sign_up: 註冊
59
62
  something_went_wrong: 發生錯誤
60
- support: 支援
63
+ tech_support: 支援
61
64
  update: 更新
62
65
  view: 查看
63
66
  welcome: 歡迎
67
+ time:
68
+ formats:
69
+ shorter: "%-I:%M %p"
70
+ start_of_week: 0
64
71
  account:
65
72
  index:
66
73
  title: 帳戶
@@ -99,9 +106,6 @@ zh-HK:
99
106
  dashboard:
100
107
  index:
101
108
  title: 儀表板
102
- morning_salutation: 早晨
103
- afternoon_salutation: 午安
104
- evening_salutation: 晚安
105
109
  last_7_days: 過去7日
106
110
  last_30_days: 過去30日
107
111
  last_90_days: 過去90日
@@ -114,7 +118,7 @@ zh-HK:
114
118
  news:
115
119
  title: 新聞
116
120
  cta: 查看所有
117
- playlists:
121
+ playlist_items:
118
122
  title: 播放清單
119
123
  cta: 編輯播放清單
120
124
  pieces_of_content_displayed: 顯示畫面數量
@@ -128,6 +132,10 @@ zh-HK:
128
132
  time_saved:
129
133
  title: 已節省時間
130
134
  cta: 詳情
135
+ welcome_message:
136
+ morning_salutation: 早晨
137
+ afternoon_salutation: 午安
138
+ evening_salutation: 晚安
131
139
  devices:
132
140
  edit:
133
141
  accepts_beta_firmware: 韌體搶先發佈
@@ -135,23 +143,36 @@ zh-HK:
135
143
  back_to_devices: 返回裝置
136
144
  battery_consumption: 電池消耗
137
145
  battery_consumption_hint: 啟用「睡眠模式」可節省電量,並延長電池續航時間。
146
+ battery_learn_more: Learn more about battery charging __here__.
138
147
  developer_perks: 開發者福利
139
148
  developer_perks_hint: 以下選項需要購買「__開發者版本__」。.
140
149
  device_credentials: 裝置認證
141
150
  device_credentials_hint: __按此__了解如何使用裝置認證
142
151
  device_name: 裝置名稱
143
152
  device_name_hint: 此名稱可讓TRMNL介面更舒適
153
+ device_model: Device Model
154
+ device_model_hint: Your hardware Model
155
+ device_model_switch_warning: This is a dangerous operation, learn more __here__
144
156
  edit_device: 編輯裝置
157
+ guest_mode: Guest Mode
158
+ guest_mode_hint: Choose what to display (and for how long) whenever guest mode is enabled.
159
+ guest_mode_item_placeholder: Choose an item
160
+ guest_mode_duration_placeholder: Choose a duration
145
161
  identify: 識別
146
162
  identify_device: 識別裝置
147
163
  identify_device_hint: 按下按鈕後,裝置會顯示識別畫面。
148
164
  logs: 除錯記錄
149
165
  logs_hint: 提供即時串流的原始錯誤記錄,以偵錯你的裝置或外掛。
166
+ low_battery_email_notification: Low Battery Email Notification
150
167
  mirror: 鏡像共享
151
168
  mirror_device: 鏡像共享另一部裝置
152
169
  mirror_device_hint: 輸入可共享(shareable)裝置的ID,以鏡像共享其播放清單。你的播放清單仍然會顯示。
170
+ mirror_stop: Disconnect Mirroring
171
+ mirror_sync: Sync Screens
153
172
  ota_enabled: 啟用自動更新
154
173
  ota_enabled_hint: 自動安裝新的韌體。如要使用自訂韌體,請關閉此設定。
174
+ maximum_compatibility: Enable Maximum Compatibility
175
+ maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
155
176
  sleep_mode: 睡眠模式
156
177
  sleep_mode_hint: 調整重新整理頻率,以提升專注度及電池續航時間。
157
178
  sleep_screen: 睡眠畫面
@@ -159,11 +180,19 @@ zh-HK:
159
180
  special_function_hint: 按兩下裝置背面的按鈕時,會執行特別功能。
160
181
  special_function_learn_more: __按此__了解特別功能。
161
182
  unlink: 取消連結
183
+ unlink_confirm: Are you sure? This will delete all underlying plugin settings and playlist items, so the device can be added to another account.
162
184
  unlink_device: 取消連結裝置
163
185
  unlink_device_hint: 如要安全地轉售或轉讓TRMNL裝置,請先取消連結。
186
+ unlink_device_learn_more: Follow the full guide __here__.
164
187
  visibility: 共享狀態
165
188
  visibility_hint: 讓其他TRMNL裝置可鏡像共享此裝置的內容。
166
189
  your_device: 你的TRMNL
190
+ upgrade_og:
191
+ title: Upgrade to 2-bit Display Available
192
+ sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
193
+ warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
194
+ warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
195
+ cta: Upgrade to TRMNL OG (2-bit)
167
196
  index:
168
197
  title: 裝置
169
198
  tagline: 你的TRMNL裝置
@@ -208,6 +237,8 @@ zh-HK:
208
237
  source: 來源
209
238
  time: 時間
210
239
  markups:
240
+ console_logs:
241
+ js_logs: JS Logs
211
242
  form:
212
243
  back_to_plugin_settings: 返回外掛設定
213
244
  design_system: 活用我們的原生設計系統
@@ -250,9 +281,11 @@ zh-HK:
250
281
  error: OTP錯誤
251
282
  verify_otp:
252
283
  verify: 驗證
284
+ reset: Reset MFA
285
+ reset_instructions: Click the button on the back of your TRMNL to generate a reset code
253
286
  success: 雙重驗證成功
254
287
  error: OTP錯誤
255
- playlists:
288
+ playlist_items:
256
289
  index:
257
290
  title: 播放清單
258
291
  tagline: 選擇此裝置上顯示的畫面
@@ -267,17 +300,34 @@ zh-HK:
267
300
  display_period_to: 至
268
301
  display_period_validation: 開始時間必須早於結束時間。如要跨越午夜,請新增另一個群組。
269
302
  every: 頻率
270
- playlist:
303
+ never_skip: Never skip screens
304
+ smart_playlist: Smart Playlist
305
+ smart_playlist_hint: Automatically skip screens whose contents haven't changed in a while.
306
+ skip_after:
307
+ one: Skip stale screens after 1 day
308
+ other: Skip stale screens after %{count} days
309
+ playlist_item:
310
+ adjust_schedule: Adjust schedule
271
311
  delete: 確定要移除此項目嗎?外掛會保持連接,只是不會在裝置上顯示。
272
312
  displayed_now: 正在顯示
273
313
  not_displayed_yet: 待處理
274
314
  remove_from_playlist: 從播放清單中移除
315
+ hide_playlist: Hide this item
316
+ show_playlist: Show this item
275
317
  create:
276
318
  error: 更新播放清單時發生錯誤
277
319
  success: 已更新播放清單
278
320
  destroy:
279
321
  error: 移除外掛時發生錯誤
280
322
  success: 已從播放清單移除外掛
323
+ toggle_visibility:
324
+ success: Playlist item %{change}
325
+ duplicate:
326
+ success: Playlist duplicated
327
+ sort:
328
+ success: Playlist order updated
329
+ set_preferences:
330
+ success: Smart playlist preference updated
281
331
  update:
282
332
  success: 已更新播放清單順序
283
333
  plugins:
@@ -304,10 +354,13 @@ zh-HK:
304
354
  tagline: 其他用戶將可以安裝此外掛。
305
355
  name: 名稱
306
356
  category: 類別
357
+ category_hint: Hold cmd or ctrl to choose up to 3
358
+ refresh_every: Supported Refresh Interval
359
+ refresh_every_hint: The fastest refresh interval your plugin can support.
307
360
  description: 描述
308
361
  description_hint: 最多50個字元
309
362
  icon: 圖示
310
- icon_hint: 建議使用40×40像素
363
+ icon_hint: 建議使用512x512像素
311
364
  installation_url: 安裝網址
312
365
  installation_url_hint: __按此__了解安裝流程。
313
366
  installation_success_webhook_url: 安裝成功Webhook網址
@@ -316,6 +369,8 @@ zh-HK:
316
369
  management_url_hint: __按此__了解管理流程。
317
370
  markup_url: 標記碼(Markup)網址
318
371
  markup_url_hint: __按此__了解畫面生成方式。
372
+ no_screen_padding: No Screen Padding
373
+ no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
319
374
  uninstallation_webhook_url: 解除安裝Webhook網址
320
375
  edit:
321
376
  title: 編輯外掛
@@ -324,6 +379,12 @@ zh-HK:
324
379
  description: 描述
325
380
  plugin_recipes:
326
381
  connected: 已連接模板
382
+ connections:
383
+ one: Connection
384
+ other: Connections
385
+ forks:
386
+ one: Fork
387
+ other: Forks
327
388
  new:
328
389
  error: 找不到模板
329
390
  plugin_settings:
@@ -337,9 +398,15 @@ zh-HK:
337
398
  reset_credentials: 成功重設「%{plugin_name}」帳戶
338
399
  form:
339
400
  active_hint: 在你的裝置上顯示或隱藏此外掛
401
+ advanced_settings: Advanced Settings
340
402
  back_to_plugin: 返回%{plugin}
341
403
  back_to_plugins: 返回外掛列表
342
404
  connect_with: 連接%{plugin}
405
+ debug_logs: Debug Logs
406
+ debug_logs_click_here: Click here
407
+ debug_logs_click_here_hint: to enable debug logs for this plugin instance.
408
+ debug_logs_enabled: Debug logs enabled for %{hours} hours.
409
+ debug_logs_enabled_link: View logs
343
410
  disconnect_account: 中斷連接帳戶
344
411
  manage_plugin: 設定%{plugin}
345
412
  force_refresh: 強制重新整理
@@ -347,6 +414,11 @@ zh-HK:
347
414
  force_refresh_click_here: 按此
348
415
  force_refresh_click_here_hint: 立即生成新的畫面
349
416
  learn_more: 前往知識庫以了解此外掛
417
+ learn_more_fork: This plugin was forked from a Recipe.
418
+ learn_more_fork_original: See Original
419
+ learn_more_recipe_author: Need help? Contact %{recipe_author} on Discord.
420
+ learn_more_recipe_long: This plugin is a community Recipe and is not maintained by TRMNL.
421
+ learn_more_recipe_short: 'Note: this plugin is a Recipe.'
350
422
  linked_account: 已連結帳戶
351
423
  linked_account_success: 成功連接%{plugin_name}
352
424
  link_oauth: 連接帳戶
@@ -354,9 +426,19 @@ zh-HK:
354
426
  multiple_instances_hint: 此外掛支援多個執行個體。
355
427
  name: 名稱
356
428
  name_hint: 為其命名以便於參考
429
+ parse: Parse
430
+ parse_save_first: Parse (Save plugin first)
431
+ parsed: Parsed
357
432
  plugin_uuid: 外掛UUID
358
433
  plugin_uuid_hint: 用於發送Webhook API請求。
359
434
  preview: 預覽圖(裝置會顯示實際資料)
435
+ recipe_cta_heading_published: This plugin is a Recipe
436
+ recipe_cta_heading_in_review: Recipe in review
437
+ recipe_cta_heading_not_published: Publish as a Recipe?
438
+ recipe_cta_body_published: Changes will be reflected on existing installs and future installs/forks.
439
+ recipe_cta_body_in_review: This plugin has been submitted to our team. Stand by.
440
+ recipe_cta_body_not_published: Submit this plugin for others to install. __Learn more__.
441
+ recipe_cta_confirm: Are you sure? Our team will review and get back to you within a couple days. You may continue making changes.
360
442
  refresh_rate: 重新整理頻率
361
443
  refresh_rate_hint: 設定此外掛每隔多久後擷取新資料。
362
444
  refreshed: 已重新整理
@@ -367,6 +449,7 @@ zh-HK:
367
449
  refresh_paused_hint: 自動更新已暫停,請加入至播放清單以重新開始。
368
450
  refresh_paused_mashup: 只更新混搭畫面
369
451
  refresh_paused_mashup_hint: 已暫停全螢幕的自動更新,混搭畫面(Mashup)仍會更新。
452
+ refresh_stopped: Auto-refresh stopped. Please fix the plugin error to continue.
370
453
  visit_docs: 前往文件
371
454
  import:
372
455
  archive_too_large: ZIP檔案太大(最多%{max_mb} MB)
@@ -386,6 +469,21 @@ zh-HK:
386
469
  referral_code:
387
470
  create:
388
471
  request_received: 已收到請求,請查看收件箱
472
+ recipes:
473
+ index:
474
+ newest_to_oldest: Newest to Oldest
475
+ oldest_to_newest: Oldest to Newest
476
+ most_popular: Most Popular
477
+ install: Install
478
+ fork: Fork
479
+ schedules:
480
+ form:
481
+ add: Add a custom schedule
482
+ append: And during…
483
+ no_schedule: This screen will be shown at all times.
484
+ some_schedule: Only show this screen during…
485
+ to: to
486
+ copy_prompt: Copy schedule from…
389
487
  upgrade:
390
488
  index:
391
489
  title: 升級裝置:
@@ -7,11 +7,7 @@ module TRMNL
7
7
  # The Rails hook.
8
8
  class Railtie < Rails::Railtie
9
9
  initializer "trmnl-localizations.i18n" do
10
- Pathname(__dir__).join("locales")
11
- .glob("**/*")
12
- .select(&:file?)
13
- .map(&:to_s)
14
- .then { |paths| ::I18n.load_path.concat paths }
10
+ TRMNL::I18n.load_locales
15
11
  end
16
12
  end
17
13
  end
data/lib/trmnl/i18n.rb CHANGED
@@ -5,5 +5,12 @@ require_relative "i18n/railtie"
5
5
  module TRMNL
6
6
  # Main namespace.
7
7
  module I18n
8
+ def self.load_locales
9
+ Pathname(__dir__).join("i18n", "locales")
10
+ .glob("**/*")
11
+ .select(&:file?)
12
+ .map(&:to_s)
13
+ .then { |paths| ::I18n.load_path.concat paths }
14
+ end
8
15
  end
9
16
  end
data/trmnl-i18n.gemspec CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "trmnl-i18n"
5
- spec.version = "0.2.0"
5
+ spec.version = "0.4.0"
6
6
  spec.authors = ["TRMNL"]
7
- spec.email = ["support@usetrmnl.com"]
7
+ spec.email = ["engineering@usetrmnl.com"]
8
8
  spec.homepage = "https://github.com/usetrmnl/trmnl-i18n"
9
9
  spec.summary = "A collection of TRMNL locales."
10
10
  spec.license = "MIT"
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trmnl-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - TRMNL
@@ -50,7 +50,7 @@ dependencies:
50
50
  - !ruby/object:Gem::Version
51
51
  version: '8.0'
52
52
  email:
53
- - support@usetrmnl.com
53
+ - engineering@usetrmnl.com
54
54
  executables: []
55
55
  extensions: []
56
56
  extra_rdoc_files:
@@ -72,8 +72,10 @@ files:
72
72
  - lib/trmnl/i18n/locales/custom_plugins/ja.yml
73
73
  - lib/trmnl/i18n/locales/custom_plugins/ko.yml
74
74
  - lib/trmnl/i18n/locales/custom_plugins/nl.yml
75
+ - lib/trmnl/i18n/locales/custom_plugins/pl.yml
75
76
  - lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml
76
77
  - lib/trmnl/i18n/locales/custom_plugins/raw.yml
78
+ - lib/trmnl/i18n/locales/custom_plugins/sv.yml
77
79
  - lib/trmnl/i18n/locales/custom_plugins/uk.yml
78
80
  - lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml
79
81
  - lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml
@@ -90,14 +92,17 @@ files:
90
92
  - lib/trmnl/i18n/locales/plugin_renders/ko.yml
91
93
  - lib/trmnl/i18n/locales/plugin_renders/nl.yml
92
94
  - lib/trmnl/i18n/locales/plugin_renders/no.yml
95
+ - lib/trmnl/i18n/locales/plugin_renders/pl.yml
93
96
  - lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml
94
97
  - lib/trmnl/i18n/locales/plugin_renders/raw.yml
98
+ - lib/trmnl/i18n/locales/plugin_renders/sv.yml
95
99
  - lib/trmnl/i18n/locales/plugin_renders/uk.yml
96
100
  - lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml
97
101
  - lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml
98
102
  - lib/trmnl/i18n/locales/web_ui/da.yml
99
103
  - lib/trmnl/i18n/locales/web_ui/de-AT.yml
100
104
  - lib/trmnl/i18n/locales/web_ui/de.yml
105
+ - lib/trmnl/i18n/locales/web_ui/en-GB.yml
101
106
  - lib/trmnl/i18n/locales/web_ui/en.yml
102
107
  - lib/trmnl/i18n/locales/web_ui/es-ES.yml
103
108
  - lib/trmnl/i18n/locales/web_ui/fr.yml
@@ -108,8 +113,10 @@ files:
108
113
  - lib/trmnl/i18n/locales/web_ui/ko.yml
109
114
  - lib/trmnl/i18n/locales/web_ui/nl.yml
110
115
  - lib/trmnl/i18n/locales/web_ui/no.yml
116
+ - lib/trmnl/i18n/locales/web_ui/pl.yml
111
117
  - lib/trmnl/i18n/locales/web_ui/pt-BR.yml
112
118
  - lib/trmnl/i18n/locales/web_ui/raw.yml
119
+ - lib/trmnl/i18n/locales/web_ui/sv.yml
113
120
  - lib/trmnl/i18n/locales/web_ui/uk.yml
114
121
  - lib/trmnl/i18n/locales/web_ui/zh-CN.yml
115
122
  - lib/trmnl/i18n/locales/web_ui/zh-HK.yml
@@ -142,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
149
  - !ruby/object:Gem::Version
143
150
  version: '0'
144
151
  requirements: []
145
- rubygems_version: 3.6.7
152
+ rubygems_version: 3.7.1
146
153
  specification_version: 4
147
154
  summary: A collection of TRMNL locales.
148
155
  test_files: []
metadata.gz.sig CHANGED
Binary file