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
  en:
3
+ locale_name: English
3
4
  add: Add
4
5
  add_new: Add new
5
6
  ago: ago
@@ -12,6 +13,7 @@ en:
12
13
  change_password: Change Password
13
14
  charge_level: Charge Level
14
15
  charged: charged
16
+ charging: Charging
15
17
  close: Close
16
18
  confirm_change_password: Change my password
17
19
  confirm_password: Confirm new password
@@ -40,6 +42,7 @@ en:
40
42
  keep_me_signed_in: Keep me signed in
41
43
  knowledge_base: Knowledge base
42
44
  last_name: Last Name
45
+ learn_more: Learn more
43
46
  loading: Loading
44
47
  login: Login
45
48
  log_out: Log out
@@ -57,10 +60,14 @@ en:
57
60
  sign_in: Sign in
58
61
  sign_up: Sign up
59
62
  something_went_wrong: Something went wrong
60
- support: Support
63
+ tech_support: Support
61
64
  update: Update
62
65
  view: View
63
66
  welcome: Welcome
67
+ time:
68
+ formats:
69
+ shorter: "%-I:%M %p"
70
+ start_of_week: 0
64
71
  account:
65
72
  index:
66
73
  title: Account
@@ -99,9 +106,6 @@ en:
99
106
  dashboard:
100
107
  index:
101
108
  title: Dashboard
102
- morning_salutation: Good morning
103
- afternoon_salutation: Good afternoon
104
- evening_salutation: Good evening
105
109
  last_7_days: Last 7 days
106
110
  last_30_days: Last 30 days
107
111
  last_90_days: Last 90 days
@@ -114,7 +118,7 @@ en:
114
118
  news:
115
119
  title: News
116
120
  cta: View All
117
- playlists:
121
+ playlist_items:
118
122
  title: Playlist
119
123
  cta: Edit Playlist
120
124
  pieces_of_content_displayed: Pieces of content displayed
@@ -128,6 +132,10 @@ en:
128
132
  time_saved:
129
133
  title: Time saved
130
134
  cta: Read about
135
+ welcome_message:
136
+ morning_salutation: Good morning
137
+ afternoon_salutation: Good afternoon
138
+ evening_salutation: Good evening
131
139
  devices:
132
140
  edit:
133
141
  accepts_beta_firmware: Firmware Early Release
@@ -135,35 +143,56 @@ en:
135
143
  back_to_devices: Back to Devices
136
144
  battery_consumption: Battery Consumption
137
145
  battery_consumption_hint: Save power and enjoy a longer battery life by enabling Sleep Mode.
146
+ battery_learn_more: Learn more about battery charging __here__.
138
147
  developer_perks: Developer Perks
139
148
  developer_perks_hint: Options below require the __Developer add-on__.
140
149
  device_credentials: Device Credentials
141
150
  device_credentials_hint: See what you can do with these credentials __here__
142
151
  device_name: Device Name
143
152
  device_name_hint: We use this to make the TRMNL interface more comfortable
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: 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: Identify
146
162
  identify_device: Identify Device
147
163
  identify_device_hint: Click the button below to generate a screen on this device that helps identify it.
148
164
  logs: Logs
149
165
  logs_hint: Debug your device and plugins with a live feed of raw error logs.
166
+ low_battery_email_notification: Low Battery Email Notification
150
167
  mirror: Mirror
151
168
  mirror_device: Mirror another Device
152
169
  mirror_device_hint: Provide a (shareable) Device ID to mirror its playlist. Your playlist will still be displayed.
170
+ mirror_stop: Disconnect Mirroring
171
+ mirror_sync: Sync Screens
153
172
  ota_enabled: OTA Updates Enabled
154
173
  ota_enabled_hint: Automatically install new firmware. Disable to use your own firmware.
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: Sleep Mode
156
177
  sleep_mode_hint: Adjust your refresh rate to optimize focus and battery life.
157
178
  sleep_screen: Sleep Screen
158
179
  special_function: Special Function
159
- special_function_hint: Set a double-click feature for the button on the back of your device.
180
+ special_function_hint: Set a custom feature for the button on the back of your device.
160
181
  special_function_learn_more: Learn more about special functions __here__.
161
182
  unlink: 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: Unlink Device
163
- unlink_device_hint: Unlinking a TRMNL device makes it safe to re-sell or give to someone else.
185
+ unlink_device_hint: Unlinking a TRMNL makes it safe to re-sell or give to someone else.
186
+ unlink_device_learn_more: Follow the full guide __here__.
164
187
  visibility: Visibility
165
188
  visibility_hint: Make your TRMNL device mirrorable by changing the settings below.
166
189
  your_device: Your 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: Devices
169
198
  tagline: Your TRMNL devices
@@ -208,6 +237,8 @@ en:
208
237
  source: Source
209
238
  time: Time
210
239
  markups:
240
+ console_logs:
241
+ js_logs: JS Logs
211
242
  form:
212
243
  back_to_plugin_settings: Back to plugin settings
213
244
  design_system: Leverage our native design system
@@ -250,9 +281,11 @@ en:
250
281
  error: Invalid OTP code
251
282
  verify_otp:
252
283
  verify: 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: 2FA successful
254
287
  error: Invalid OTP code
255
- playlists:
288
+ playlist_items:
256
289
  index:
257
290
  title: Playlist
258
291
  tagline: Choose what's shown on
@@ -266,20 +299,35 @@ en:
266
299
  display_period_from: Display from
267
300
  display_period_to: to
268
301
  display_period_validation: Start time must be before end time. Create another group to span overnight hours.
269
- every: every
270
- playlist:
302
+ every: Every
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: Are you sure you want to remove this item? The plugin will remain connected, just not shown on your device.
272
312
  displayed_now: Displayed now
273
- not_displayed_yet: Pending
313
+ not_displayed_yet: Not displayed yet
274
314
  remove_from_playlist: Remove from playlist
315
+ hide_playlist: Hide this item
316
+ show_playlist: Show this item
275
317
  create:
276
318
  error: Failed to update playlist
277
319
  success: Playlist updated
278
320
  destroy:
279
321
  error: Error removing item from playlist
280
322
  success: Plugin removed from Playlist
281
- update:
323
+ toggle_visibility:
324
+ success: Playlist item %{change}
325
+ duplicate:
326
+ success: Playlist duplicated
327
+ sort:
282
328
  success: Playlist order updated
329
+ set_preferences:
330
+ success: Smart playlist preference updated
283
331
  plugins:
284
332
  index:
285
333
  title: Plugins
@@ -304,10 +352,13 @@ en:
304
352
  tagline: Other users will be able to install your plugin.
305
353
  name: Name
306
354
  category: Category
355
+ category_hint: Hold cmd or ctrl to choose up to 3
356
+ refresh_every: Supported Refresh Interval
357
+ refresh_every_hint: The fastest refresh interval your plugin can support.
307
358
  description: Description
308
359
  description_hint: Maximum 50 characters
309
360
  icon: Icon
310
- icon_hint: 40px*40px recommended
361
+ icon_hint: 512x512px recommended
311
362
  installation_url: Installation URL
312
363
  installation_url_hint: Learn more about the installation flow __here__.
313
364
  installation_success_webhook_url: Installation Success Webhook URL
@@ -316,6 +367,8 @@ en:
316
367
  management_url_hint: Learn more about the management flow __here__.
317
368
  markup_url: Plugin Markup URL
318
369
  markup_url_hint: Learn more about screen generation __here__.
370
+ no_screen_padding: No Screen Padding
371
+ no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
319
372
  uninstallation_webhook_url: Uninstallation Webhook URL
320
373
  edit:
321
374
  title: Edit Plugin
@@ -324,6 +377,12 @@ en:
324
377
  description: Description
325
378
  plugin_recipes:
326
379
  connected: Recipe connected
380
+ connections:
381
+ one: Connection
382
+ other: Connections
383
+ forks:
384
+ one: Fork
385
+ other: Forks
327
386
  new:
328
387
  error: Recipe not found
329
388
  plugin_settings:
@@ -337,9 +396,15 @@ en:
337
396
  reset_credentials: "%{plugin_name} account reset successfully"
338
397
  form:
339
398
  active_hint: Show or hide this plugin instance on your device
399
+ advanced_settings: Advanced Settings
340
400
  back_to_plugin: Back to %{plugin}
341
401
  back_to_plugins: Back to Plugins
342
402
  connect_with: Connect with %{plugin}
403
+ debug_logs: Debug Logs
404
+ debug_logs_click_here: Click here
405
+ debug_logs_click_here_hint: to enable debug logs for this plugin instance.
406
+ debug_logs_enabled: Debug logs enabled for %{hours} hours.
407
+ debug_logs_enabled_link: View logs
343
408
  disconnect_account: Disconnect Account
344
409
  manage_plugin: Configure %{plugin}
345
410
  force_refresh: Force Refresh
@@ -347,6 +412,11 @@ en:
347
412
  force_refresh_click_here: Click here
348
413
  force_refresh_click_here_hint: to generate a new screen immediately
349
414
  learn_more: Learn about this plugin in our knowledge base
415
+ learn_more_fork: This plugin was forked from a Recipe.
416
+ learn_more_fork_original: See Original
417
+ learn_more_recipe_author: Need help? Contact %{recipe_author} on Discord.
418
+ learn_more_recipe_long: This plugin is a community Recipe and is not maintained by TRMNL.
419
+ learn_more_recipe_short: 'Note: this plugin is a Recipe.'
350
420
  linked_account: Linked Account
351
421
  linked_account_success: Successfully linked with %{plugin_name}
352
422
  link_oauth: Link Account
@@ -354,9 +424,19 @@ en:
354
424
  multiple_instances_hint: This plugin supports multiple instances.
355
425
  name: Name
356
426
  name_hint: Give it a name for easy reference
427
+ parse: Parse
428
+ parse_save_first: Parse (Save plugin first)
429
+ parsed: Parsed
357
430
  plugin_uuid: Plugin UUID
358
431
  plugin_uuid_hint: Use this to make Webhook API requests.
359
432
  preview: Preview - your device will show actual data
433
+ recipe_cta_heading_published: This plugin is a Recipe
434
+ recipe_cta_heading_in_review: Recipe in review
435
+ recipe_cta_heading_not_published: Publish as a Recipe?
436
+ recipe_cta_body_published: Changes will be reflected on existing installs and future installs/forks.
437
+ recipe_cta_body_in_review: This plugin has been submitted to our team. Stand by.
438
+ recipe_cta_body_not_published: Submit this plugin for others to install. __Learn more__.
439
+ 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
440
  refresh_rate: Refresh rate
361
441
  refresh_rate_hint: Define how frequently this plugin instance fetches fresh data
362
442
  refreshed: Refreshed
@@ -367,6 +447,7 @@ en:
367
447
  refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
368
448
  refresh_paused_mashup: Refreshing Mashups
369
449
  refresh_paused_mashup_hint: Auto-refresh paused for fullscreen. Mashups are updating.
450
+ refresh_stopped: Auto-refresh stopped. Please fix the plugin error to continue.
370
451
  visit_docs: Visit Docs
371
452
  import:
372
453
  archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
@@ -386,6 +467,21 @@ en:
386
467
  referral_code:
387
468
  create:
388
469
  request_received: Request received, check your inbox
470
+ recipes:
471
+ index:
472
+ newest_to_oldest: Newest to Oldest
473
+ oldest_to_newest: Oldest to Newest
474
+ most_popular: Most Popular
475
+ install: Install
476
+ fork: Fork
477
+ schedules:
478
+ form:
479
+ add: Add a custom schedule
480
+ append: And during…
481
+ no_schedule: This screen will be shown at all times.
482
+ some_schedule: Only show this screen during…
483
+ to: to
484
+ copy_prompt: Copy schedule from…
389
485
  upgrade:
390
486
  index:
391
487
  title: 'Upgrading device:'