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,398 @@
1
+ raw:
2
+ # global, logged out, and auth-related
3
+ add: add
4
+ add_new: add_new
5
+ already_have_account: already_have_account
6
+ ago: ago
7
+ back: back
8
+ back_to_all_blog_posts: back_to_all_blog_posts
9
+ blog: blog
10
+ buy_now: buy_now
11
+ cancel: cancel
12
+ change_password: change_password
13
+ charge_level: charge_level
14
+ charged: charged
15
+ close: close
16
+ confirm_change_password: confirm_change_password
17
+ confirm_password: confirm_password
18
+ copy: copy
19
+ copied_to_clipboard: copied_to_clipboard
20
+ copy_to_clipboard: copy_to_clipboard
21
+ created: created
22
+ create_an_account: create_an_account
23
+ current_device: current_device
24
+ days: days
25
+ delete: delete
26
+ developer_edition_required: developer_edition_required
27
+ device_id: device_id
28
+ edit: edit
29
+ email_address: email_address
30
+ export: export
31
+ fetching: fetching
32
+ first_name: first_name
33
+ forgot_password: forgot_password
34
+ forgot_password_title: forgot_password_title
35
+ get_started: get_started
36
+ identify: identify
37
+ import: import
38
+ import_new: import_new
39
+ integrations: integrations
40
+ keep_me_signed_in: keep_me_signed_in
41
+ knowledge_base: knowledge_base
42
+ last_name: last_name
43
+ loading: loading
44
+ login: login
45
+ log_out: log_out
46
+ minimum_characters: minimum_characters
47
+ mins: mins
48
+ my_playlist: my_playlist
49
+ new_password: new_password
50
+ password: password
51
+ please_wait: please_wait
52
+ plugin_not_found: plugin_not_found
53
+ refresh_rates_hint: refresh_rates_hint __here__.
54
+ reset_password: reset_password
55
+ save: save
56
+ section: section
57
+ sign_in: sign_in
58
+ sign_up: sign_up
59
+ something_went_wrong: something_went_wrong
60
+ support: support
61
+ update: update
62
+ view: view
63
+ welcome: welcome
64
+
65
+ # views by resource (device, plugins, playlists, account, etc)
66
+ account:
67
+ index:
68
+ title: account.index.title
69
+ tagline: account.index.tagline
70
+ email_address: account.index.email_address
71
+ refer_and_earn: account.index.refer_and_earn
72
+ refer_and_earn_hint: account.index.refer_and_earn_hint
73
+ refer_and_earn_redemptions: account.index.refer_and_earn_redemptions
74
+ refer_and_earn_request_code: account.index.refer_and_earn_request_code
75
+ device_invoice: account.index.device_invoice
76
+ device_invoice_label: account.index.device_invoice_label
77
+ device_invoice_hint: account.index.device_invoice_hint
78
+ email_address_hint: account.index.email_address_hint
79
+ first_name_hint: account.index.first_name_hint
80
+ last_name_hint: account.index.last_name_hint
81
+ password_hint: account.index.password_hint
82
+ enable_2fa: account.index.enable_2fa
83
+ enable_2fa_hint: account.index.enable_2fa_hint __Click here__.
84
+ disable_2fa: account.index.disable_2fa
85
+ disable_2fa_hint: account.index.disable_2fa_hint
86
+ session: account.index.session
87
+ session_hint: account.index.session_hint
88
+ time_zone: account.index.time_zone
89
+ time_zone_hint: account.index.time_zone_hint
90
+ locale: account.index.locale
91
+ locale_hint: account.index.locale_hint __Go here__.
92
+
93
+ # toast messages
94
+ update:
95
+ success: account.update.success
96
+ dashboard:
97
+ index:
98
+ title: dashboard.index.title
99
+ morning_salutation: dashboard.index.morning
100
+ afternoon_salutation: dashboard.index.afternoon
101
+ evening_salutation: dashboard.index.evening
102
+ last_7_days: dashboard.index.last_7_days
103
+ last_30_days: dashboard.index.last_30_days
104
+ last_90_days: dashboard.index.last_90_days
105
+ today: dashboard.index.today
106
+ yesterday: dashboard.index.yesterday
107
+ health: # partial (widget)
108
+ bad: dashboard.health.bad
109
+ good: dashboard.health.good
110
+ next_steps: dashboard.health.next_steps
111
+ news: # partial (widget)
112
+ title: dashboard.news.title
113
+ cta: dashboard.news.cta
114
+ playlists: # partial (widget)
115
+ title: dashboard.playlists.title
116
+ cta: dashboard.playlists.cta
117
+ pieces_of_content_displayed: dashboard.playlists.pieces_of_content_displayed
118
+ plugins: # partial (widget)
119
+ title: dashboard.plugins.title
120
+ cta: dashboard.plugins.cta
121
+ connected: dashboard.plugins.connected
122
+ new_and_popular: dashboard.plugins.new_and_popular
123
+ shop:
124
+ title: dashboard.shop.title
125
+ time_saved: # partial (widget)
126
+ title: dashboard.time_saved.title
127
+ cta: dashboard.time_saved.cta
128
+ devices:
129
+ edit:
130
+ accepts_beta_firmware: devices.edit.accepts_beta_firmware
131
+ accepts_beta_firmware_hint: devices.edit.accepts_beta_firmware_hint
132
+ back_to_devices: devices.edit.back_to_devices
133
+ battery_consumption: devices.edit.battery_consumption
134
+ battery_consumption_hint: devices.edit.battery_consumption_hint
135
+ developer_perks: devices.edit.developer_perks
136
+ developer_perks_hint: devices.edit.developer_perks_hint
137
+ device_credentials: devices.edit.device_credentials
138
+ device_credentials_hint: device_credentials_hint __here__
139
+ device_name: devices.edit.device_name
140
+ device_name_hint: devices.edit.device_name_hint
141
+ edit_device: devices.edit.edit_device
142
+ identify: devices.edit.identify
143
+ identify_device: devices.edit.identify_device
144
+ identify_device_hint: devices.edit.identify_device_hint
145
+ logs: devices.edit.logs
146
+ logs_hint: devices.edit.logs_hint
147
+ mirror: devices.edit.mirror
148
+ mirror_device: devices.edit.mirror_device
149
+ mirror_device_hint: devices.edit.mirror_device_hint
150
+ ota_enabled: devices.edit.ota_enabled
151
+ ota_enabled_hint: devices.edit.ota_enabled_hint
152
+ sleep_mode: devices.edit.sleep_mode
153
+ sleep_mode_hint: devices.edit.sleep_mode_hint
154
+ sleep_screen: devices.edit.sleep_screen
155
+ special_function: devices.edit.special_function
156
+ special_function_hint: devices.edit.special_function_hint
157
+ special_function_learn_more: devices.edit.special_function_learn_more
158
+ unlink: devices.edit.unlink
159
+ unlink_device: devices.edit.unlink_device
160
+ unlink_device_hint: devices.edit.unlink_device_hint
161
+ visibility: devices.edit.visibility
162
+ visibility_hint: devices.edit.visibility_hint
163
+ your_device: devices.edit.your_device
164
+ index:
165
+ title: devices.index.title
166
+ tagline: devices.index.tagline
167
+ add_device_modal_title: devices.index.add_device_modal_title
168
+ add_first_device: devices.index.add_first_device
169
+ new:
170
+ title: devices.new.title
171
+ description: devices.new.description
172
+ add_device: devices.new.add_device
173
+
174
+ # toast messages
175
+ associate:
176
+ error: devices.associate.error
177
+ success: devices.associate.success
178
+ dissociate:
179
+ error: devices.dissociate.error
180
+ success: devices.dissociate.success
181
+ identify:
182
+ error: devices.identify.error
183
+ success: devices.identify.success
184
+ mirror:
185
+ error: devices.mirror.error
186
+ error_not_shared: devices.mirror.error_not_shared
187
+ error_oneself: devices.mirror.error_oneself
188
+ success: devices.mirror.success
189
+ success_removed: devices.mirror.success_removed
190
+ switch:
191
+ error: devices.switch.error
192
+ success: devices.switch.success
193
+ update:
194
+ error: devices.update.error
195
+ success: devices.update.success
196
+ invoices:
197
+ rate_limit: invoices.rate_limit
198
+ invoice_not_found: invoices.invoice_not_found
199
+ logs:
200
+ index:
201
+ title: logs.index.title
202
+ all: logs.index.all
203
+ device: logs.index.device
204
+ dump: logs.index.dump
205
+ id: logs.index.id
206
+ private_plugins: logs.index.private_plugins
207
+ source: logs.index.source
208
+ time: logs.index.time
209
+ markups:
210
+ form:
211
+ back_to_plugin_settings: markups.form.back_to_plugin_settings
212
+ design_system: markups.form.design_system
213
+ design_system_docs: markups.form.design_system_docs
214
+ dirty_confirm: markups.form.dirty_confirm
215
+ edit_markup: markups.form.edit_markup
216
+ edit_markup_for_plugin: markups.form.edit_markup_for_plugin
217
+ edit_markup_please_save_first: markups.form.edit_markup_please_save_first
218
+ edit_markup_without_preview: markups.form.edit_markup_without_preview
219
+ error_rendering_markup: markups.form.error_rendering_markup
220
+ fix_indentation: markups.form.fix_indentation
221
+ live_preview: markups.form.live_preview
222
+ no_changes_to_save: markups.form.no_changes_to_save
223
+ quickstart_examples: markups.form.quickstart_examples
224
+ quickstart_example_applied: markups.form.quickstart_example_applied
225
+ quickstart_use_this_example: markups.form.quickstart_use_this_example
226
+ revert: markups.form.revert
227
+ revert_confirm: markups.form.revert_confirm
228
+ save_changes: markups.form.save_changes
229
+ merge_variables:
230
+ your_variables: markups.merge_variables.your_variables
231
+ no_merge_variables:
232
+ force_refresh: markups.no_merge_variables.force_refresh
233
+ no_variables_detected: markups.no_merge_variables.no_variables_detected __force refresh__.
234
+ mfa:
235
+ disable_otp:
236
+ success: mfa.disable_otp.success
237
+ invalid_otp: mfa.disable_otp.invalid_otp
238
+ invalid_password: mfa.disable_otp.invalid_password
239
+ invalid_otp_and_password: mfa.disable_otp.invalid_otp_and_password
240
+ enable_otp:
241
+ input_otp: mfa.enable_otp.input_otp
242
+ submit: mfa.enable_otp.submit
243
+ already_enabled: mfa.enable_otp.already_enabled
244
+ enable_otp_verify:
245
+ success: mfa.enable_otp_verify.success
246
+ error: mfa.enable_otp_verify.error
247
+ verify_otp:
248
+ verify: mfa.verify_otp.verify
249
+ success: mfa.verify_otp.success
250
+ error: mfa.verify_otp.error
251
+ playlists:
252
+ index:
253
+ title: playlists.index.title
254
+ tagline: playlists.index.tagline
255
+ add_a_group: add_a_group
256
+ add_a_plugin: add_a_plugin
257
+ add_first_device_cta: playlists.index.add_first_device_cta
258
+ add_to_playlist: playlists.index.add_to_playlist
259
+ create_first_playlist_cta: playlists.index.create_first_playlist_cta
260
+ custom: Custom
261
+ device_default: Device default
262
+ display_period_from: display_period_from
263
+ display_period_to: display_period_to
264
+ every: every
265
+ playlist: # partial (single item)
266
+ delete: playlists.playlist.delete
267
+ displayed_now: playlists.playlist.displayed_now
268
+ not_displayed_yet: playlists.playlist.not_displayed_yet
269
+ remove_from_playlist: playlists.playlist.remove_from_playlist
270
+
271
+ # toast messages
272
+ create:
273
+ error: playlists.create.error
274
+ success: playlists.create.success
275
+ destroy:
276
+ error: playlists.destroy.error
277
+ success: playlists.destroy.success
278
+ update:
279
+ success: playlists.update.success
280
+ plugins:
281
+ index:
282
+ title: plugins.index.title
283
+ tagline: plugins.index.tagline
284
+ available: plugins.index.available
285
+ connected: plugins.index.connected
286
+ recipes: recipes
287
+ recipes_hint: recipes_hint. __Learn more__.
288
+ search: # partial (search box)
289
+ placeholder: plugins.search.placeholder
290
+ my:
291
+ title: plugins.my.title
292
+ tagline: plugins.my.tagline
293
+ connections: plugins.my.connections
294
+ edit: plugins.my.edit
295
+ install: plugins.my.install
296
+ review_are_you_sure: plugins.my.review_are_you_sure
297
+ submit_for_review: plugins.my.submit_for_review
298
+ new:
299
+ title: plugins.new.title
300
+ tagline: plugins.new.tagline
301
+ name: plugins.new.name
302
+ category: plugins.new.category
303
+ description: plugins.new.description
304
+ description_hint: plugins.new.description_hint
305
+ icon: plugins.new.icon
306
+ icon_hint: plugins.new.icon_hint
307
+ no_screen_padding: No Screen Padding
308
+ no_screen_padding_hint: This setting allows you to remove the outermost padding and use fullscreen mode.
309
+ installation_url: plugins.new.installation_url
310
+ installation_url_hint: plugins.new.installation_url_hint __here__.
311
+ installation_success_webhook_url: plugins.new.installation_success_webhook_url
312
+ knowledge_base_url: plugins.new.knowledge_base_url
313
+ management_url: plugins.new.management_url
314
+ management_url_hint: plugins.new.management_url_hint __here__.
315
+ markup_url: plugins.new.markup_url
316
+ markup_url_hint: plugins.new.markup_url_hint __here__.
317
+ uninstallation_webhook_url: plugins.new.uninstallation_webhook_url
318
+ edit:
319
+ title: plugins.edit.title
320
+ tagline: plugins.edit.tagline
321
+ name: plugins.edit.name
322
+ description: plugins.edit.description
323
+ plugin_recipes:
324
+ index:
325
+ title: Community Recipe
326
+ tagline: Installable Recipe Shared by Community
327
+ connected: plugin_recipes.connected
328
+ new:
329
+ error: plugin_recipes.new.error
330
+ plugin_settings:
331
+ active: plugin_settings.active
332
+ copy_are_you_sure: plugin_settings.copy_are_you_sure
333
+ delete_are_you_sure: plugin_settings.delete_are_you_sure
334
+ delete: plugin_settings.delete
335
+ inactive: plugin_settings.inactive
336
+ no_plugin_settings_found: plugin_settings.no_plugin_settings_found
337
+ refreshing_now_please_wait: plugin_settings.refreshing_now_please_wait
338
+ reset_credentials: "%{plugin_name} account reset successfully"
339
+ form:
340
+ active_hint: plugin_settings.form.active_hint
341
+ back_to_plugin: plugin_settings.form.back_to_plugin
342
+ back_to_plugins: plugin_settings.form.back_to_plugins
343
+ connect_with: plugin_settings.form.connect_with
344
+ disconnect_account: plugin_settings.form.disconnect_account
345
+ manage_plugin: plugin_settings.form.manage_plugin
346
+ force_refresh: plugin_settings.form.force_refresh
347
+ force_refresh_hint: plugin_settings.form.force_refresh_hint
348
+ force_refresh_click_here: plugin_settings.form.force_refresh_click_here
349
+ force_refresh_click_here_hint: plugin_settings.form.force_refresh_click_here_hint
350
+ learn_more: plugin_settings.form.learn_more
351
+ linked_account: linked_account
352
+ linked_account_success: plugin_settings.form.linked_account_success
353
+ link_oauth: plugin_settings.form.link_oauth
354
+ link_oauth_hint: plugin_settings.form.link_oauth_hint
355
+ multiple_instances_hint: plugin_settings.form.multiple_instances_hint
356
+ name: plugin_settings.form.name
357
+ name_hint: plugin_settings.form.name_hint
358
+ plugin_uuid: plugin_settings.form.plugin_uuid
359
+ plugin_uuid_hint: plugin_settings.form.plugin_uuid_hint
360
+ preview: plugin_settings.form.preview
361
+ refresh_rate: plugin_settings.form.refresh_rate
362
+ refresh_rate_hint: plugin_settings.form.refresh_rate_hint
363
+ refreshed: plugin_settings.form.refreshed
364
+ remove_plugin: plugin_settings.form.remove_plugin
365
+ remove_plugin_hint: remove_plugin_hint
366
+ synced: plugin_settings.form.synced
367
+ visit_docs: plugin_settings.form.visit_docs
368
+ import:
369
+ archive_too_large: plugin_settings.import.archive_too_large
370
+ missing_entry: plugin_settings.import.missing_entry
371
+ entry_too_large: plugin_settings.import.entry_too_large
372
+ malformed: plugin_settings.import.malformed
373
+
374
+ # toast messages
375
+ create:
376
+ success: plugin_settings.create.success
377
+ playlist: plugin_settings.create.playlist
378
+ destroy:
379
+ success: plugin_settings.destroy.success
380
+ handle_canceled_consent: plugin_settings.handle_canceled_consent
381
+ update:
382
+ success: plugin_settings.update.success
383
+ add_to_playlist:
384
+ success: plugin_settings.add_to_playlist.success
385
+
386
+ referral_code:
387
+ create:
388
+ request_received: referral_code.create.request_received
389
+ upgrade:
390
+ index:
391
+ title: upgrade.index.title
392
+ tagline: upgrade.index.tagline
393
+ pay: upgrade.index.pay
394
+ error: upgrade.index.error
395
+
396
+ # toast messages
397
+ confirm:
398
+ success: upgrade.confirm.success