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
@@ -0,0 +1,492 @@
1
+ ---
2
+ en-GB:
3
+ locale_name: English (United Kingdom)
4
+ add: Add
5
+ add_new: Add new
6
+ ago: ago
7
+ already_have_account: I already have an account
8
+ back: Back
9
+ back_to_all_blog_posts: Back to all posts
10
+ blog: Blog
11
+ buy_now: Buy Now
12
+ cancel: Cancel
13
+ change_password: Change Password
14
+ charge_level: Charge Level
15
+ charged: charged
16
+ charging: Charging
17
+ close: Close
18
+ confirm_change_password: Change my password
19
+ confirm_password: Confirm new password
20
+ copy: Copy
21
+ copied_to_clipboard: Copied!
22
+ copy_to_clipboard: Copy to clipboard
23
+ created: Created
24
+ create_an_account: Create an account
25
+ current_device: Current device
26
+ days: days
27
+ delete: Delete
28
+ developer_edition_required: Developer edition is required to enable this feature.
29
+ device_id: Device ID
30
+ edit: Edit
31
+ email_address: Email address
32
+ export: Export
33
+ fetching: Fetching
34
+ first_name: First Name
35
+ forgot_password: I forgot my password
36
+ forgot_password_title: Here we go again
37
+ get_started: Let's get you started!
38
+ identify: Identify
39
+ import: Import
40
+ import_new: Import new
41
+ integrations: Integrations
42
+ keep_me_signed_in: Keep me signed in
43
+ knowledge_base: Knowledge base
44
+ last_name: Last Name
45
+ learn_more: Learn more
46
+ loading: Loading
47
+ login: Login
48
+ log_out: Log out
49
+ minimum_characters: characters minimum
50
+ mins: mins
51
+ my_playlist: My Playlist
52
+ new_password: New password
53
+ password: Password
54
+ please_wait: Please Wait...
55
+ plugin_not_found: Plugin not found
56
+ refresh_rates_hint: Learn how refresh rates work __here__.
57
+ reset_password: Reset my password
58
+ save: Save
59
+ section: Section
60
+ sign_in: Sign in
61
+ sign_up: Sign up
62
+ something_went_wrong: Something went wrong
63
+ tech_support: Support
64
+ update: Update
65
+ view: View
66
+ welcome: Welcome
67
+ time:
68
+ formats:
69
+ shorter: "%-H:%M"
70
+ start_of_week: 1
71
+ account:
72
+ index:
73
+ title: Account
74
+ tagline: Manage your account settings
75
+ api_key_confirm: Are you sure you want to regenerate your API Key? The old key will be invalidated.
76
+ api_key_hint: See __the docs__ to learn how to configure your local environment.
77
+ api_key_label: The credential for authenticating local development tools
78
+ api_key_reset: Regenerate
79
+ api_key: API Key
80
+ email_address: Email Address
81
+ refer_and_earn: Refer and Earn
82
+ refer_and_earn_hint: Give the gift of TRMNL with a personalized coupon. Earn per use, paid monthly.
83
+ refer_and_earn_redemptions: Redemptions
84
+ refer_and_earn_request_code: Request a Code
85
+ device_invoice: Device Invoice
86
+ device_invoice_label: Download commercial documents for your accountant or (weird) PDF collection.
87
+ device_invoice_hint: Find this on your package tracking page or shipment notification email.
88
+ email_address_hint: Used to sign into TRMNL and receive system messages.
89
+ first_name_hint: We use your name to make the TRMNL interface more comfortable.
90
+ last_name_hint: We use your name to make the TRMNL interface more comfortable.
91
+ password_hint: Used to protect your TRMNL account.
92
+ enable_2fa: Enable 2FA?
93
+ enable_2fa_hint: __Click here__ to enable OTP.
94
+ disable_2fa: Disable 2FA
95
+ disable_2fa_hint: Provide valid OTP and current password above to disable this feature.
96
+ session: Session
97
+ session_hint: You're logged in as %{user}
98
+ time_zone: Time Zone
99
+ time_zone_hint: Determines refresh rates and device sleep time.
100
+ locale: Locale
101
+ locale_hint: What language and localization do you prefer? __Go here__.
102
+ update:
103
+ success: Profile updated successfully
104
+ reset_api_key:
105
+ success: API key was regenerated successfully
106
+ dashboard:
107
+ index:
108
+ title: Dashboard
109
+ last_7_days: Last 7 days
110
+ last_30_days: Last 30 days
111
+ last_90_days: Last 90 days
112
+ today: Today
113
+ yesterday: Yesterday
114
+ health:
115
+ bad: Plugins are experiencing issues
116
+ good: Plugins are healthy
117
+ next_steps: We will inform you if anything changes
118
+ news:
119
+ title: News
120
+ cta: View All
121
+ playlist_items:
122
+ title: Playlist
123
+ cta: Edit Playlist
124
+ pieces_of_content_displayed: Pieces of content displayed
125
+ plugins:
126
+ title: Plugins
127
+ cta: Go to Plugins
128
+ connected: Connected
129
+ new_and_popular: New and Popular
130
+ shop:
131
+ title: Shop
132
+ time_saved:
133
+ title: Time saved
134
+ cta: Read about
135
+ welcome_message:
136
+ morning_salutation: Good morning
137
+ afternoon_salutation: Good afternoon
138
+ evening_salutation: Good evening
139
+ devices:
140
+ edit:
141
+ accepts_beta_firmware: Firmware Early Release
142
+ accepts_beta_firmware_hint: Toggle on to get the latest device firmware improvements before other users.
143
+ back_to_devices: Back to Devices
144
+ battery_consumption: Battery Consumption
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__.
147
+ developer_perks: Developer Perks
148
+ developer_perks_hint: Options below require the __Developer add-on__.
149
+ device_credentials: Device Credentials
150
+ device_credentials_hint: See what you can do with these credentials __here__
151
+ device_name: Device Name
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__
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
161
+ identify: Identify
162
+ identify_device: Identify Device
163
+ identify_device_hint: Click the button below to generate a screen on this device that helps identify it.
164
+ logs: Logs
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
167
+ mirror: Mirror
168
+ mirror_device: Mirror another Device
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
172
+ ota_enabled: OTA Updates Enabled
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.
176
+ sleep_mode: Sleep Mode
177
+ sleep_mode_hint: Adjust your refresh rate to optimize focus and battery life.
178
+ sleep_screen: Sleep Screen
179
+ special_function: Special Function
180
+ special_function_hint: Set a custom feature for the button on the back of your device.
181
+ special_function_learn_more: Learn more about special functions __here__.
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.
184
+ unlink_device: Unlink Device
185
+ unlink_device_hint: Unlinking a TRMNL device makes it safe to re-sell or give to someone else.
186
+ unlink_device_learn_more: Follow the full guide __here__.
187
+ visibility: Visibility
188
+ visibility_hint: Make your TRMNL device mirrorable by changing the settings below.
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)
196
+ index:
197
+ title: Devices
198
+ tagline: Your TRMNL devices
199
+ add_device_modal_title: Add a new device
200
+ add_first_device: Start by adding your first device!
201
+ new:
202
+ title: Add a new device
203
+ description: Enter your Device ID to add a new TRMNL device to your account.
204
+ add_device: Add new device
205
+ associate:
206
+ error: Error linking device
207
+ success: Device successfully linked
208
+ dissociate:
209
+ error: Error disconnecting device
210
+ success: Device successfully unlinked
211
+ identify:
212
+ error: Error updating device
213
+ success: Device identification requested
214
+ mirror:
215
+ error: Error mirroring device
216
+ error_not_shared: Provided Device ID is not shareable
217
+ error_oneself: Can't mirror oneself
218
+ success: Device %{friendly_id} successfully mirrored
219
+ success_removed: Mirroring Removed
220
+ switch:
221
+ error: Error switching device
222
+ success: Device switched successfully
223
+ update:
224
+ error: Error updating device
225
+ success: "%{device} device settings updated successfully"
226
+ invoices:
227
+ rate_limit: Too many attempts, please wait and try again
228
+ invoice_not_found: Invoice not found
229
+ logs:
230
+ index:
231
+ title: Logs
232
+ all: All
233
+ device: Device
234
+ dump: Dump
235
+ id: ID
236
+ private_plugins: Private Plugins
237
+ source: Source
238
+ time: Time
239
+ markups:
240
+ console_logs:
241
+ js_logs: JS Logs
242
+ form:
243
+ back_to_plugin_settings: Back to plugin settings
244
+ design_system: Leverage our native design system
245
+ design_system_docs: Design System Docs
246
+ dirty_confirm: You have unsaved changes. Are you sure you want to leave this page?
247
+ edit_markup: Edit Markup
248
+ edit_markup_for_plugin: Edit markup for %{plugin_setting_name}
249
+ edit_markup_please_save_first: Please save before editing markup
250
+ edit_markup_without_preview: Edit Markup (without preview)
251
+ error_rendering_markup: Error rendering that markup
252
+ fix_indentation: Fix indentation
253
+ go_to_preview: Go To Preview
254
+ live_preview: Live Preview
255
+ no_changes_to_save: No changes to save
256
+ pop_out_preview: Pop Out Preview
257
+ quickstart_examples: Quick-start Examples
258
+ quickstart_example_applied: Applied!
259
+ quickstart_use_this_example: Use this example
260
+ revert: Revert
261
+ revert_confirm: Are you sure you want to revert? All unsaved changes will be lost.
262
+ save_changes: Save Changes (⌘﹢S)
263
+ separate_preview: Preview is open in a separate window
264
+ merge_variables:
265
+ your_variables: Your variables
266
+ no_merge_variables:
267
+ force_refresh: If you've provided variables but they aren't being detected, try a __force refresh__.
268
+ no_variables_detected: No variables detected.
269
+ mfa:
270
+ disable_otp:
271
+ success: 2FA Disabled
272
+ invalid_otp: Invalid OTP
273
+ invalid_password: Invalid Password
274
+ invalid_otp_and_password: Invalid OTP and Password
275
+ enable_otp:
276
+ input_otp: Enter OTP
277
+ submit: Verify and Enable
278
+ already_enabled: 2FA is already enabled
279
+ enable_otp_verify:
280
+ success: 2FA Enabled
281
+ error: Invalid OTP code
282
+ verify_otp:
283
+ verify: Verify
284
+ reset: Reset MFA
285
+ reset_instructions: Click the button on the back of your TRMNL to generate a reset code
286
+ success: 2FA successful
287
+ error: Invalid OTP code
288
+ playlist_items:
289
+ index:
290
+ title: Playlist
291
+ tagline: Choose what's shown on
292
+ add_a_group: Add a Group
293
+ add_a_plugin: Add a Plugin
294
+ add_first_device_cta: Start by __adding__ your first TRMNL device!
295
+ add_to_playlist: Add to Playlist
296
+ create_first_playlist_cta: Create your playlist after __connecting__ your first plugin!
297
+ custom: Custom
298
+ device_default: Device default
299
+ display_period_from: Display from
300
+ display_period_to: to
301
+ display_period_validation: Start time must be before end time. Create another group to span overnight hours.
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
311
+ delete: Are you sure you want to remove this item? The plugin will remain connected, just not shown on your device.
312
+ displayed_now: Displayed now
313
+ not_displayed_yet: Not displayed yet
314
+ remove_from_playlist: Remove from playlist
315
+ hide_playlist: Hide this item
316
+ show_playlist: Show this item
317
+ create:
318
+ error: Failed to update playlist
319
+ success: Playlist updated
320
+ destroy:
321
+ error: Error removing item from playlist
322
+ success: Plugin removed from Playlist
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
331
+ plugins:
332
+ index:
333
+ title: Plugins
334
+ tagline: What will you put on your TRMNL?
335
+ available: Available
336
+ connected: Connected
337
+ recipes: Recipes
338
+ recipes_hint: Private plugins by community members that can be installed in 1 click. __Learn more__.
339
+ search:
340
+ placeholder: Search Plugins
341
+ my:
342
+ index:
343
+ title: My Plugins
344
+ tagline: Develop Plugins for the public marketplace
345
+ card:
346
+ connections: connections
347
+ install: Install
348
+ review_are_you_sure: Are you sure? The TRMNL team will test it and email you any questions.
349
+ submit_for_review: Submit for Review
350
+ new:
351
+ title: Create New Plugin
352
+ tagline: Other users will be able to install your plugin.
353
+ name: Name
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.
358
+ description: Description
359
+ description_hint: Maximum 50 characters
360
+ icon: Icon
361
+ icon_hint: 512x512px recommended
362
+ installation_url: Installation URL
363
+ installation_url_hint: Learn more about the installation flow __here__.
364
+ installation_success_webhook_url: Installation Success Webhook URL
365
+ knowledge_base_url: Knowledge Base URL
366
+ management_url: Plugin Management URL
367
+ management_url_hint: Learn more about the management flow __here__.
368
+ markup_url: Plugin Markup URL
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.
372
+ uninstallation_webhook_url: Uninstallation Webhook URL
373
+ edit:
374
+ title: Edit Plugin
375
+ tagline: Update your plugin details.
376
+ name: Name
377
+ description: Description
378
+ plugin_recipes:
379
+ connected: Recipe connected
380
+ connections:
381
+ one: Connection
382
+ other: Connections
383
+ forks:
384
+ one: Fork
385
+ other: Forks
386
+ new:
387
+ error: Recipe not found
388
+ plugin_settings:
389
+ active: Active
390
+ copy_are_you_sure: Are you sure you want to copy this setting?
391
+ delete_are_you_sure: Are you sure you want to delete this setting?
392
+ delete: This will completely remove the plugin's settings. To simply hide this plugin from your device, delete it from your Playlist instead.
393
+ inactive: Inactive
394
+ no_plugin_settings_found: No plugin settings found.
395
+ refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
396
+ reset_credentials: "%{plugin_name} account reset successfully"
397
+ form:
398
+ active_hint: Show or hide this plugin instance on your device
399
+ advanced_settings: Advanced Settings
400
+ back_to_plugin: Back to %{plugin}
401
+ back_to_plugins: Back to Plugins
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
408
+ disconnect_account: Disconnect Account
409
+ manage_plugin: Configure %{plugin}
410
+ force_refresh: Force Refresh
411
+ force_refresh_hint: This feature is designed for testing only - please do not abuse it.
412
+ force_refresh_click_here: Click here
413
+ force_refresh_click_here_hint: to generate a new screen immediately
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.'
420
+ linked_account: Linked Account
421
+ linked_account_success: Successfully linked with %{plugin_name}
422
+ link_oauth: Link Account
423
+ link_oauth_hint: Before you continue, follow the secure authorization process provided by %{plugin}
424
+ multiple_instances_hint: This plugin supports multiple instances.
425
+ name: Name
426
+ name_hint: Give it a name for easy reference
427
+ parse: Parse
428
+ parse_save_first: Parse (Save plugin first)
429
+ parsed: Parsed
430
+ plugin_uuid: Plugin UUID
431
+ plugin_uuid_hint: Use this to make Webhook API requests.
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.
440
+ refresh_rate: Refresh rate
441
+ refresh_rate_hint: Define how frequently this plugin instance fetches fresh data
442
+ refreshed: Refreshed
443
+ remove_plugin: Remove plugin
444
+ remove_plugin_hint: Removing a plugin will also remove it from your playlist
445
+ synced: Synced
446
+ refresh_paused: Refresh Paused
447
+ refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
448
+ refresh_paused_mashup: Refreshing Mashups
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.
451
+ visit_docs: Visit Docs
452
+ import:
453
+ archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
454
+ missing_entry: The ZIP file does not contain %{filename}
455
+ entry_too_large: "%{filename} is too large"
456
+ malformed: "%{filename} is malformed"
457
+ create:
458
+ success: Plugin created and added to your
459
+ playlist: playlist
460
+ destroy:
461
+ success: Plugin deleted
462
+ handle_canceled_consent: Consent canceled, please try again
463
+ update:
464
+ success: Plugin configuration updated successfully
465
+ add_to_playlist:
466
+ success: Plugin added to Playlist
467
+ referral_code:
468
+ create:
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…
485
+ upgrade:
486
+ index:
487
+ title: 'Upgrading device:'
488
+ tagline: Unlock custom plugins and __more__.
489
+ pay: Pay
490
+ error: Device %{device_name} is already upgraded, switch to another device
491
+ confirm:
492
+ success: Developer edition add-on is now enabled