trmnl-i18n 0.0.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 (63) hide show
  1. checksums.yaml +7 -0
  2. checksums.yaml.gz.sig +0 -0
  3. data/LICENSE +21 -0
  4. data/README.adoc +134 -0
  5. data/lib/trmnl/i18n/locales/custom_plugins/da.yml +178 -0
  6. data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +178 -0
  7. data/lib/trmnl/i18n/locales/custom_plugins/de.yml +178 -0
  8. data/lib/trmnl/i18n/locales/custom_plugins/en.yml +178 -0
  9. data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +178 -0
  10. data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +178 -0
  11. data/lib/trmnl/i18n/locales/custom_plugins/he.yml +178 -0
  12. data/lib/trmnl/i18n/locales/custom_plugins/id.yml +178 -0
  13. data/lib/trmnl/i18n/locales/custom_plugins/it.yml +178 -0
  14. data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +178 -0
  15. data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +178 -0
  16. data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +178 -0
  17. data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +178 -0
  18. data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +178 -0
  19. data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +178 -0
  20. data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +216 -0
  21. data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +216 -0
  22. data/lib/trmnl/i18n/locales/plugin_renders/da.yml +21 -0
  23. data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +21 -0
  24. data/lib/trmnl/i18n/locales/plugin_renders/de.yml +21 -0
  25. data/lib/trmnl/i18n/locales/plugin_renders/en.yml +21 -0
  26. data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +20 -0
  27. data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +21 -0
  28. data/lib/trmnl/i18n/locales/plugin_renders/he.yml +21 -0
  29. data/lib/trmnl/i18n/locales/plugin_renders/id.yml +21 -0
  30. data/lib/trmnl/i18n/locales/plugin_renders/it.yml +21 -0
  31. data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +21 -0
  32. data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +21 -0
  33. data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +21 -0
  34. data/lib/trmnl/i18n/locales/plugin_renders/no.yml +21 -0
  35. data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +21 -0
  36. data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +21 -0
  37. data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +21 -0
  38. data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +21 -0
  39. data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +21 -0
  40. data/lib/trmnl/i18n/locales/web_ui/da.yml +391 -0
  41. data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +392 -0
  42. data/lib/trmnl/i18n/locales/web_ui/de.yml +392 -0
  43. data/lib/trmnl/i18n/locales/web_ui/en.yml +392 -0
  44. data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +392 -0
  45. data/lib/trmnl/i18n/locales/web_ui/fr.yml +392 -0
  46. data/lib/trmnl/i18n/locales/web_ui/he.yml +392 -0
  47. data/lib/trmnl/i18n/locales/web_ui/id.yml +392 -0
  48. data/lib/trmnl/i18n/locales/web_ui/it.yml +392 -0
  49. data/lib/trmnl/i18n/locales/web_ui/ja.yml +392 -0
  50. data/lib/trmnl/i18n/locales/web_ui/ko.yml +392 -0
  51. data/lib/trmnl/i18n/locales/web_ui/nl.yml +392 -0
  52. data/lib/trmnl/i18n/locales/web_ui/no.yml +395 -0
  53. data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +392 -0
  54. data/lib/trmnl/i18n/locales/web_ui/raw.yml +398 -0
  55. data/lib/trmnl/i18n/locales/web_ui/uk.yml +392 -0
  56. data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +392 -0
  57. data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +392 -0
  58. data/lib/trmnl/i18n/railtie.rb +18 -0
  59. data/lib/trmnl/i18n.rb +9 -0
  60. data/trmnl-i18n.gemspec +29 -0
  61. data.tar.gz.sig +0 -0
  62. metadata +146 -0
  63. metadata.gz.sig +0 -0
@@ -0,0 +1,392 @@
1
+ zh-HK:
2
+ # global, logged out, and auth-related
3
+ add: 加入
4
+ add_new: 新增
5
+ ago: 前 # example: "Created 5 mins ago"
6
+ already_have_account: 我已經有帳戶 # signup form cta
7
+ back: 返回
8
+ back_to_all_blog_posts: 返回所有貼文
9
+ blog: 網誌
10
+ buy_now: 立即購買
11
+ cancel: 取消
12
+ change_password: 更改密碼
13
+ charge_level: 充電狀態
14
+ charged: 已充電
15
+ close: 關閉
16
+ confirm_change_password: 更改密碼
17
+ confirm_password: 確認新密碼
18
+ copy: 複製
19
+ copied_to_clipboard: 已複製!
20
+ copy_to_clipboard: 複製至剪貼簿
21
+ created: 新增於 # example: "Created 5 mins ago"
22
+ create_an_account: 新增帳戶 # login form cta
23
+ current_device: 現時裝置
24
+ days: 日
25
+ delete: 刪除
26
+ developer_edition_required: 需要開發者版本才能啟用此功能。
27
+ device_id: 裝置ID
28
+ edit: 設定
29
+ email_address: 電郵地址
30
+ export: 匯出
31
+ fetching: 載入中 # for asynchronous content requests; this message may appear as a placeholder text for 0-2 seconds
32
+ first_name: 名字
33
+ forgot_password: 忘記密碼 # login form link
34
+ forgot_password_title: 再次輸入 # heading on /password/new (hint: https://www.google.com/search?q=here+we+go+again+meme)
35
+ get_started: 讓我們開始吧!
36
+ identify: 識別
37
+ import: 匯入
38
+ import_new: 匯入並新增
39
+ integrations: 整合
40
+ keep_me_signed_in: 保持登入狀態
41
+ knowledge_base: 知識庫
42
+ last_name: 姓氏
43
+ loading: 載入中
44
+ login: 登入
45
+ log_out: 登出
46
+ minimum_characters: 字元(最少) # ex: 8 characters minimum
47
+ mins: 分鐘 # 'minutes' abbreviation
48
+ my_playlist: 我的播放清單 # default name for a new playlist group
49
+ new_password: 新密碼
50
+ password: 密碼
51
+ please_wait: 請稍候⋯ # similar to "Fetching", but shown after a long process button click vs on page-load
52
+ plugin_not_found: 找不到外掛
53
+ refresh_rates_hint: "__按此__了解重新整理頻率如何運作。"
54
+ reset_password: 重設密碼
55
+ save: 儲存
56
+ section: 章節
57
+ sign_in: 登入 # login form cta
58
+ sign_up: 註冊 # logged out navigation
59
+ something_went_wrong: 發生錯誤
60
+ support: 支援 # bottom navigation tab, links to help center
61
+ update: 更新
62
+ view: 查看
63
+ welcome: 歡迎 # login form heading
64
+
65
+ # views by resource (device, plugins, playlists, account, etc)
66
+ account:
67
+ index:
68
+ title: 帳戶
69
+ tagline: 管理帳戶設定
70
+ email_address: 電郵地址
71
+ refer_and_earn: 推薦回贈計劃
72
+ refer_and_earn_hint: 使用專屬優惠券與分享TRMNL。每次使用都可賺取收入,按月支付。
73
+ refer_and_earn_redemptions: 兌換次數 # how many times this coupon has been used
74
+ refer_and_earn_request_code: 索取推薦碼
75
+ device_invoice: 裝置發票
76
+ device_invoice_label: 下載商業文件以作會計用途。
77
+ device_invoice_hint: 此代碼記載於包裹追蹤頁或發貨通知郵件中。
78
+ email_address_hint: 用於登入TRMNL及接收系統訊息。
79
+ first_name_hint: 可讓TRMNL介面更舒適。
80
+ last_name_hint: 可讓TRMNL介面更舒適。
81
+ password_hint: 用於保護你的TRMNL帳戶。
82
+ enable_2fa: 啟用雙重驗證(2FA)?
83
+ enable_2fa_hint: "__按此__啟用OTP。"
84
+ disable_2fa: 停用雙重驗證(2FA)
85
+ disable_2fa_hint: 如要停用,請提供有效的單次密碼(OTP),並在上方輸入現時密碼。
86
+ session: 登入狀態
87
+ session_hint: 你已登入為:%{user}
88
+ time_zone: 時區
89
+ time_zone_hint: 用於判斷重新整理頻率及裝置睡眠時間。
90
+ locale: 地區設定
91
+ locale_hint: 你希望使用哪一種語言? __按此了解更多__。
92
+
93
+ # toast messages
94
+ update:
95
+ success: 成功更新個人資料
96
+ dashboard:
97
+ index:
98
+ title: 儀表板
99
+ morning_salutation: 早晨
100
+ afternoon_salutation: 午安
101
+ evening_salutation: 晚安
102
+ last_7_days: 過去7日
103
+ last_30_days: 過去30日
104
+ last_90_days: 過去90日
105
+ today: 今日
106
+ yesterday: 昨日
107
+ health: # partial (widget)
108
+ bad: 外掛出現問題
109
+ good: 外掛運作正常
110
+ next_steps: 當有變更時,我們會通知你
111
+ news: # partial (widget)
112
+ title: 新聞
113
+ cta: 查看所有
114
+ playlists: # partial (widget)
115
+ title: 播放清單
116
+ cta: 編輯播放清單
117
+ pieces_of_content_displayed: 顯示畫面數量
118
+ plugins: # partial (widget)
119
+ title: 外掛功能
120
+ cta: 前往外掛列表
121
+ connected: 已連接外掛
122
+ new_and_popular: 最新及熱門項目
123
+ shop:
124
+ title: 商店
125
+ time_saved: # partial (widget)
126
+ title: 已節省時間
127
+ cta: 詳情
128
+ devices:
129
+ edit:
130
+ accepts_beta_firmware: 韌體搶先發佈 # true/false toggle to receive new device updates before regular users
131
+ accepts_beta_firmware_hint: 啟用設定後,你會在其他用戶之前取得最新的硬件韌體改進。
132
+ back_to_devices: 返回裝置
133
+ battery_consumption: 電池消耗
134
+ battery_consumption_hint: 啟用「睡眠模式」可節省電量,並延長電池續航時間。
135
+ developer_perks: 開發者福利 # heading; below this is a list of options for devices with (paid) Developer edition add-on
136
+ developer_perks_hint: 以下選項需要購買「__開發者版本__」。.
137
+ device_credentials: 裝置認證
138
+ device_credentials_hint: "__按此__了解如何使用裝置認證"
139
+ device_name: 裝置名稱
140
+ device_name_hint: 此名稱可讓TRMNL介面更舒適
141
+ edit_device: 編輯裝置
142
+ identify: 識別
143
+ identify_device: 識別裝置
144
+ identify_device_hint: 按下按鈕後,裝置會顯示識別畫面。
145
+ logs: 除錯記錄
146
+ logs_hint: 提供即時串流的原始錯誤記錄,以偵錯你的裝置或外掛。
147
+ mirror: 鏡像共享
148
+ mirror_device: 鏡像共享另一部裝置
149
+ mirror_device_hint: 輸入可共享(shareable)裝置的ID,以鏡像共享其播放清單。你的播放清單仍然會顯示。
150
+ ota_enabled: 已啟用自動更新
151
+ ota_enabled_hint: 自動安裝新的韌體。如要使用自訂韌體,請關閉此設定。
152
+ sleep_mode: 睡眠模式
153
+ sleep_mode_hint: 調整重新整理頻率,以提升專注度及電池續航時間。
154
+ sleep_screen: 睡眠畫面
155
+ special_function: 特別功能
156
+ special_function_hint: 按兩下裝置背面的按鈕時,會執行特別功能。
157
+ special_function_learn_more: "__按此__了解特別功能。"
158
+ unlink: 取消連結
159
+ unlink_device: 取消連結裝置
160
+ unlink_device_hint: 如要安全地轉售或轉讓TRMNL裝置,請先取消連結。
161
+ visibility: 共享狀態
162
+ visibility_hint: 讓其他TRMNL裝置可鏡像共享此裝置的內容。
163
+ your_device: 你的TRMNL裝置
164
+ index:
165
+ title: 裝置
166
+ tagline: 你的TRMNL裝置
167
+ add_device_modal_title: 新增裝置
168
+ add_first_device: 請先新增TRMNL裝置!
169
+ new:
170
+ title: 新增裝置
171
+ description: 輸入裝置ID以新增TRMNL裝置到你的帳戶。
172
+ add_device: 新增裝置
173
+
174
+ # toast messages
175
+ associate:
176
+ error: 連結裝置時發生錯誤
177
+ success: 成功連結裝置
178
+ dissociate:
179
+ error: 中斷連接裝置時發生錯誤
180
+ success: 成功中斷連接裝置
181
+ identify:
182
+ error: 更新裝置時發生錯誤
183
+ success: 已發出裝置識別訊息
184
+ mirror:
185
+ error: 鏡像共享裝置時發生錯誤
186
+ error_not_shared: 此裝置ID未設定為可共享(shareable)
187
+ error_oneself: 無法鏡像共享同一部裝置
188
+ success: 成功鏡像共享裝置「%{friendly_id}」
189
+ success_removed: 已移除鏡像共享
190
+ switch:
191
+ error: 切換裝置時發生錯誤
192
+ success: 成功切換裝置
193
+ update:
194
+ error: 更新裝置時發生錯誤
195
+ success: 成功更新「%{device}」的裝置設定
196
+ invoices:
197
+ rate_limit: 嘗試次數過多,請稍後再試
198
+ invoice_not_found: 找不到發票
199
+ logs:
200
+ index:
201
+ title: 除錯記錄
202
+ all: 所有
203
+ device: 裝置
204
+ dump: 內容 # content
205
+ id: ID
206
+ private_plugins: 客製外掛
207
+ source: 來源
208
+ time: 時間
209
+ markups:
210
+ form:
211
+ back_to_plugin_settings: 返回外掛設定
212
+ design_system: 活用我們的原生設計系統
213
+ design_system_docs: 設計系統文件
214
+ dirty_confirm: 你有未儲存的變更。確定要離開此頁面嗎?
215
+ edit_markup: 編輯標記碼
216
+ edit_markup_for_plugin: 編輯「%{plugin_setting_name}」的標記碼
217
+ edit_markup_please_save_first: 編輯標記碼前請先儲存
218
+ edit_markup_without_preview: 編輯標記碼(略過預覽)
219
+ error_rendering_markup: 轉譯標記碼時發生錯誤
220
+ fix_indentation: 修復縮排
221
+ live_preview: 即時預覽
222
+ no_changes_to_save: 沒有變更可儲存
223
+ quickstart_examples: 快速入門範例
224
+ quickstart_example_applied: 已套用!
225
+ quickstart_use_this_example: 套用此範例
226
+ revert: 還原
227
+ revert_confirm: 確定要還原嗎?所有未儲存的變更將會消失。
228
+ save_changes: 儲存變更 (⌘﹢S)
229
+ merge_variables:
230
+ your_variables: 變數
231
+ no_merge_variables:
232
+ force_refresh: 如果你已提供變數,但系統未能偵測,請嘗試__強制重新整理__。
233
+ no_variables_detected: 未偵測到變數。
234
+ mfa:
235
+ disable_otp:
236
+ success: 成功停用雙重驗證
237
+ invalid_otp: OTP錯誤
238
+ invalid_password: 密碼錯誤
239
+ invalid_otp_and_password: OTP及密碼錯誤
240
+ enable_otp:
241
+ input_otp: 輸入單次密碼(OTP)
242
+ submit: 驗證並啟用
243
+ already_enabled: 雙重驗證已啟用
244
+ enable_otp_verify:
245
+ success: 成功啟用雙重驗證
246
+ error: OTP錯誤
247
+ verify_otp:
248
+ verify: 驗證
249
+ success: 雙重驗證成功
250
+ error: OTP錯誤
251
+ playlists:
252
+ index:
253
+ title: 播放清單
254
+ tagline: 選擇此裝置上顯示的畫面
255
+ add_a_group: 加入群組
256
+ add_a_plugin: 加入外掛
257
+ add_first_device_cta: 請先__新增__TRMNL裝置!
258
+ add_to_playlist: 加入至播放清單
259
+ create_first_playlist_cta: 請先__連接__第一個外掛功能,方可新增播放清單!
260
+ custom: Custom
261
+ device_default: Device default
262
+ display_period_from: 顯示時間
263
+ display_period_to: 至
264
+ every: every
265
+ playlist: # partial (single item)
266
+ delete: 確定要移除此項目嗎?外掛會保持連接,只是不會在裝置上顯示。
267
+ displayed_now: 正在顯示
268
+ not_displayed_yet: 待處理
269
+ remove_from_playlist: 從播放清單中移除
270
+
271
+ # toast messages
272
+ create:
273
+ error: 更新播放清單時發生錯誤
274
+ success: 已更新播放清單
275
+ destroy:
276
+ error: 移除外掛時發生錯誤
277
+ success: 已從播放清單移除外掛
278
+ update:
279
+ success: 已更新播放清單順序
280
+ plugins:
281
+ index:
282
+ title: 外掛功能
283
+ tagline: 你會在TRMNL上顯示什麼?
284
+ available: 可使用
285
+ connected: 已連接
286
+ recipes: 模板(Recipe) # recipe doesn't tranlate well in zh-HK, using 'template' instead
287
+ recipes_hint: 社群用戶開發的客製外掛,一鍵即可安裝。 __了解更多__
288
+ search: # partial (search box)
289
+ placeholder: 搜尋外掛
290
+ my:
291
+ title: 我的外掛
292
+ tagline: 為其他用戶開發外掛
293
+ connections: 連接數量
294
+ edit: 編輯
295
+ install: 安裝
296
+ review_are_you_sure: 確定提交?TRMNL團隊會進行測試。如有任何問題,我們會以電郵聯絡你。
297
+ submit_for_review: 提交審核
298
+ new:
299
+ title: 新增外掛
300
+ tagline: 其他用戶將可以安裝此外掛。
301
+ name: 名稱
302
+ category: 類別
303
+ description: 描述
304
+ description_hint: 最多50個字元
305
+ icon: 圖示
306
+ icon_hint: 建議使用40×40像素
307
+ installation_url: 安裝網址
308
+ installation_url_hint: "__按此__了解安裝流程。"
309
+ installation_success_webhook_url: 安裝成功Webhook網址
310
+ knowledge_base_url: 知識庫網址
311
+ management_url: 管理網址
312
+ management_url_hint: "__按此__了解管理流程。"
313
+ markup_url: 標記碼(Markup)網址
314
+ markup_url_hint: "__按此__了解畫面生成方式。"
315
+ uninstallation_webhook_url: 解除安裝Webhook網址
316
+ edit:
317
+ title: 編輯外掛
318
+ tagline: 更新你的外掛。
319
+ name: 名稱
320
+ description: 描述
321
+ plugin_recipes:
322
+ new:
323
+ error: 找不到模板
324
+ plugin_settings:
325
+ active: 啟用
326
+ copy_are_you_sure: 確定要複製此設定嗎?
327
+ delete_are_you_sure: 確定要刪除此設定嗎?
328
+ delete: 這樣會完全移除此外掛的設定。如要只從你的裝置隱藏此外掛,請從播放清單將其移除。
329
+ inactive: 停用
330
+ no_plugin_settings_found: 找不到外掛設定。 # empty state - should not appear
331
+ refreshing_now_please_wait: 正在重新整理,請在幾秒鐘後重新載入此頁面。
332
+ reset_credentials: 成功重設「%{plugin_name}」帳戶
333
+ form:
334
+ active_hint: 在你的裝置上顯示或隱藏此外掛
335
+ back_to_plugin: 返回%{plugin}
336
+ back_to_plugins: 返回外掛列表
337
+ connect_with: 連接%{plugin}
338
+ disconnect_account: 中斷連接帳戶
339
+ manage_plugin: 設定%{plugin}
340
+ force_refresh: 強制重新整理
341
+ force_refresh_hint: 此功能只供測試使用,請勿濫用。
342
+ force_refresh_click_here: 按此
343
+ force_refresh_click_here_hint: 立即生成新的畫面
344
+ learn_more: 前往知識庫以了解此外掛
345
+ linked_account: 已連結帳戶
346
+ linked_account_success: 成功連接%{plugin_name}
347
+ link_oauth: 連接帳戶
348
+ link_oauth_hint: 如要繼續,請先按照「%{plugin}」提供的安全授權流程進行
349
+ multiple_instances_hint: 此外掛支援多個執行個體。
350
+ name: 名稱
351
+ name_hint: 為其命名以便於參考
352
+ plugin_uuid: 外掛UUID
353
+ plugin_uuid_hint: 用於發送Webhook API請求。
354
+ preview: 預覽圖(裝置會顯示實際資料)
355
+ refresh_rate: 重新整理頻率
356
+ refresh_rate_hint: 設定此外掛每隔多久後擷取新資料。
357
+ refreshed: 已重新整理
358
+ remove_plugin: 移除外掛
359
+ remove_plugin_hint: 移除外掛後,亦會從你的播放清單中移除
360
+ synced: 已同步
361
+ visit_docs: 前往文件
362
+ import:
363
+ archive_too_large: ZIP檔案太大(最多%{max_mb} MB)
364
+ missing_entry: ZIP檔案未包含「%{filename}」
365
+ entry_too_large: 「%{filename}」太大
366
+ malformed: 「%{filename}」格式不符
367
+
368
+ # toast messages
369
+ create:
370
+ success: 已新增外掛,並加入至你的
371
+ playlist: 播放清單
372
+ destroy:
373
+ success: 已刪除
374
+ handle_canceled_consent: 已取消授權,請重試
375
+ update:
376
+ success: 成功更新外掛設定
377
+ add_to_playlist:
378
+ success: 外掛已加入至播放清單
379
+
380
+ referral_code:
381
+ create:
382
+ request_received: 已收到請求,請查看收件箱
383
+ upgrade:
384
+ index:
385
+ title: 升級裝置:
386
+ tagline: 解鎖自訂外掛及__更多__功能。
387
+ pay: 付款 # button text; ex "Pay $20"
388
+ error: 裝置「%{device_name}」已經升級,請切換至另一部裝置
389
+
390
+ # toast messages
391
+ confirm:
392
+ success: 已啟用開發者版本附加元件
@@ -0,0 +1,18 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "rails/railtie"
4
+
5
+ module TRMNL
6
+ module I18n
7
+ # The Rails hook.
8
+ class Railtie < Rails::Railtie
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 }
15
+ end
16
+ end
17
+ end
18
+ end
data/lib/trmnl/i18n.rb ADDED
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "i18n/railtie"
4
+
5
+ module TRMNL
6
+ # Main namespace.
7
+ module I18n
8
+ end
9
+ end
@@ -0,0 +1,29 @@
1
+ # frozen_string_literal: true
2
+
3
+ Gem::Specification.new do |spec|
4
+ spec.name = "trmnl-i18n"
5
+ spec.version = "0.0.0"
6
+ spec.authors = ["Brooke Kuhlmann"]
7
+ spec.email = ["brooke@alchemists.io"]
8
+ spec.homepage = "https://github.com/usetrmnl/trmnl-i18n"
9
+ spec.summary = "A collection of TRMNL locales."
10
+ spec.license = "MIT"
11
+
12
+ spec.metadata = {
13
+ "bug_tracker_uri" => "https://github.com/usetrmnl/trmnl-i18n/issues",
14
+ "changelog_uri" => "https://github.com/usetrmnl/trmnl-i18n/tags",
15
+ "homepage_uri" => "https://github.com/usetrmnl/trmnl-i18n",
16
+ "label" => "TRMNL I18n",
17
+ "rubygems_mfa_required" => "true",
18
+ "source_code_uri" => "https://github.com/usetrmnl/trmnl-i18n"
19
+ }
20
+
21
+ spec.signing_key = Gem.default_key_path
22
+ spec.cert_chain = [Gem.default_cert_path]
23
+
24
+ spec.required_ruby_version = "~> 3.4"
25
+ spec.add_dependency "railties", "~> 8.0"
26
+
27
+ spec.extra_rdoc_files = Dir["README*", "LICENSE*"]
28
+ spec.files = Dir["*.gemspec", "lib/**/*"]
29
+ end
data.tar.gz.sig ADDED
Binary file
metadata ADDED
@@ -0,0 +1,146 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: trmnl-i18n
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Brooke Kuhlmann
8
+ bindir: bin
9
+ cert_chain:
10
+ - |
11
+ -----BEGIN CERTIFICATE-----
12
+ MIIEeDCCAuCgAwIBAgIBATANBgkqhkiG9w0BAQsFADBBMQ8wDQYDVQQDDAZicm9v
13
+ a2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQBGRYC
14
+ aW8wHhcNMjMwMzIyMTYxNDQxWhcNMjUwMzIxMTYxNDQxWjBBMQ8wDQYDVQQDDAZi
15
+ cm9va2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQB
16
+ GRYCaW8wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQCro8tj5/E1Hg88
17
+ f4qfiwPVd2zJQHvdYt4GHVvuHRRgx4HGhJuNp+4BId08RBn7V6V1MW6MY3kezRBs
18
+ M+7QOQ4b1xNLTvY7FYQB1wGK5a4x7TTokDrPYQxDB2jmsdDYCzVbIMrAvUfcecRi
19
+ khyGZCdByiiCl4fKv77P12tTT+NfsvXkLt/AYCGwjOUyGKTQ01Z6eC09T27GayPH
20
+ QQvIkakyFgcJtzSyGzs8bzK5q9u7wQ12MNTjJoXzW69lqp0oNvDylu81EiSUb5S6
21
+ QzzPxZBiRB1sgtbt1gUbVI262ZDq1gR+HxPFmp+Cgt7ZLIJZAtesQvtcMzseXpfn
22
+ hpmm0Sw22KGhRAy/mqHBRhDl5HqS1SJp2Ko3lcnpXeFResp0HNlt8NSu13vhC08j
23
+ GUHU9MyIXbFOsnp3K3ADrAVjPWop8EZkmUR3MV/CUm00w2cZHCSGiXl1KMpiVKvk
24
+ Ywr1gd2ZME4QLSo+EXUtLxDUa/W3xnBS8dBOuMMz02FPWYr3PN8CAwEAAaN7MHkw
25
+ CQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFAFgmv0tYMZnItuPycSM
26
+ F5wykJEVMB8GA1UdEQQYMBaBFGJyb29rZUBhbGNoZW1pc3RzLmlvMB8GA1UdEgQY
27
+ MBaBFGJyb29rZUBhbGNoZW1pc3RzLmlvMA0GCSqGSIb3DQEBCwUAA4IBgQAX+EGY
28
+ 9RLYGxF1VLZz+G1ACQc4uyrCB6kXwI06kzUa5dF9tPXqTX9ffnz3/W8ck2IQhKzu
29
+ MKO2FVijzbDWTsZeZGglS4E+4Jxpau1lU9HhOIcKolv6LeC6UdALTFudY+GLb8Xw
30
+ REXgaJkjzzhkUSILmEnRwEbY08dVSl7ZAaxVI679vfI2yapLlIwpbBgmQTiTvPr3
31
+ qyyLUno9flYEOv9fmGHunSrM+gE0/0niGTXa5GgXBXYGS2he4LQGgSBfGp/cTwMU
32
+ rDKJRcusZ12lNBeDfgqACz/BBJF8FLodgk6rGMRZz7+ZmjjHEmpG5bQpR6Q2BuWL
33
+ XMtYk/QzaWuhiR7pWjiF8jbdd7RO6or0ohq7iFkokz/5xrtQ/vPzU2RQ3Qc6YaKw
34
+ 3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
35
+ gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
36
+ -----END CERTIFICATE-----
37
+ date: 2025-02-20 00:00:00.000000000 Z
38
+ dependencies:
39
+ - !ruby/object:Gem::Dependency
40
+ name: railties
41
+ requirement: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - "~>"
44
+ - !ruby/object:Gem::Version
45
+ version: '8.0'
46
+ type: :runtime
47
+ prerelease: false
48
+ version_requirements: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - "~>"
51
+ - !ruby/object:Gem::Version
52
+ version: '8.0'
53
+ email:
54
+ - brooke@alchemists.io
55
+ executables: []
56
+ extensions: []
57
+ extra_rdoc_files:
58
+ - README.adoc
59
+ - LICENSE
60
+ files:
61
+ - LICENSE
62
+ - README.adoc
63
+ - lib/trmnl/i18n.rb
64
+ - lib/trmnl/i18n/locales/custom_plugins/da.yml
65
+ - lib/trmnl/i18n/locales/custom_plugins/de-AT.yml
66
+ - lib/trmnl/i18n/locales/custom_plugins/de.yml
67
+ - lib/trmnl/i18n/locales/custom_plugins/en.yml
68
+ - lib/trmnl/i18n/locales/custom_plugins/es-ES.yml
69
+ - lib/trmnl/i18n/locales/custom_plugins/fr.yml
70
+ - lib/trmnl/i18n/locales/custom_plugins/he.yml
71
+ - lib/trmnl/i18n/locales/custom_plugins/id.yml
72
+ - lib/trmnl/i18n/locales/custom_plugins/it.yml
73
+ - lib/trmnl/i18n/locales/custom_plugins/ja.yml
74
+ - lib/trmnl/i18n/locales/custom_plugins/ko.yml
75
+ - lib/trmnl/i18n/locales/custom_plugins/nl.yml
76
+ - lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml
77
+ - lib/trmnl/i18n/locales/custom_plugins/raw.yml
78
+ - lib/trmnl/i18n/locales/custom_plugins/uk.yml
79
+ - lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml
80
+ - lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml
81
+ - lib/trmnl/i18n/locales/plugin_renders/da.yml
82
+ - lib/trmnl/i18n/locales/plugin_renders/de-AT.yml
83
+ - lib/trmnl/i18n/locales/plugin_renders/de.yml
84
+ - lib/trmnl/i18n/locales/plugin_renders/en.yml
85
+ - lib/trmnl/i18n/locales/plugin_renders/es-ES.yml
86
+ - lib/trmnl/i18n/locales/plugin_renders/fr.yml
87
+ - lib/trmnl/i18n/locales/plugin_renders/he.yml
88
+ - lib/trmnl/i18n/locales/plugin_renders/id.yml
89
+ - lib/trmnl/i18n/locales/plugin_renders/it.yml
90
+ - lib/trmnl/i18n/locales/plugin_renders/ja.yml
91
+ - lib/trmnl/i18n/locales/plugin_renders/ko.yml
92
+ - lib/trmnl/i18n/locales/plugin_renders/nl.yml
93
+ - lib/trmnl/i18n/locales/plugin_renders/no.yml
94
+ - lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml
95
+ - lib/trmnl/i18n/locales/plugin_renders/raw.yml
96
+ - lib/trmnl/i18n/locales/plugin_renders/uk.yml
97
+ - lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml
98
+ - lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml
99
+ - lib/trmnl/i18n/locales/web_ui/da.yml
100
+ - lib/trmnl/i18n/locales/web_ui/de-AT.yml
101
+ - lib/trmnl/i18n/locales/web_ui/de.yml
102
+ - lib/trmnl/i18n/locales/web_ui/en.yml
103
+ - lib/trmnl/i18n/locales/web_ui/es-ES.yml
104
+ - lib/trmnl/i18n/locales/web_ui/fr.yml
105
+ - lib/trmnl/i18n/locales/web_ui/he.yml
106
+ - lib/trmnl/i18n/locales/web_ui/id.yml
107
+ - lib/trmnl/i18n/locales/web_ui/it.yml
108
+ - lib/trmnl/i18n/locales/web_ui/ja.yml
109
+ - lib/trmnl/i18n/locales/web_ui/ko.yml
110
+ - lib/trmnl/i18n/locales/web_ui/nl.yml
111
+ - lib/trmnl/i18n/locales/web_ui/no.yml
112
+ - lib/trmnl/i18n/locales/web_ui/pt-BR.yml
113
+ - lib/trmnl/i18n/locales/web_ui/raw.yml
114
+ - lib/trmnl/i18n/locales/web_ui/uk.yml
115
+ - lib/trmnl/i18n/locales/web_ui/zh-CN.yml
116
+ - lib/trmnl/i18n/locales/web_ui/zh-HK.yml
117
+ - lib/trmnl/i18n/railtie.rb
118
+ - trmnl-i18n.gemspec
119
+ homepage: https://github.com/usetrmnl/trmnl-i18n
120
+ licenses:
121
+ - MIT
122
+ metadata:
123
+ bug_tracker_uri: https://github.com/usetrmnl/trmnl-i18n/issues
124
+ changelog_uri: https://github.com/usetrmnl/trmnl-i18n/tags
125
+ homepage_uri: https://github.com/usetrmnl/trmnl-i18n
126
+ label: TRMNL I18n
127
+ rubygems_mfa_required: 'true'
128
+ source_code_uri: https://github.com/usetrmnl/trmnl-i18n
129
+ rdoc_options: []
130
+ require_paths:
131
+ - lib
132
+ required_ruby_version: !ruby/object:Gem::Requirement
133
+ requirements:
134
+ - - "~>"
135
+ - !ruby/object:Gem::Version
136
+ version: '3.4'
137
+ required_rubygems_version: !ruby/object:Gem::Requirement
138
+ requirements:
139
+ - - ">="
140
+ - !ruby/object:Gem::Version
141
+ version: '0'
142
+ requirements: []
143
+ rubygems_version: 3.6.4
144
+ specification_version: 4
145
+ summary: A collection of TRMNL locales.
146
+ test_files: []
metadata.gz.sig ADDED
Binary file