trmnl-i18n 0.1.0 → 0.3.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 (70) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/README.adoc +8 -10
  4. data/lib/trmnl/i18n/locales/custom_plugins/da.yml +46 -36
  5. data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +46 -36
  6. data/lib/trmnl/i18n/locales/custom_plugins/de.yml +46 -36
  7. data/lib/trmnl/i18n/locales/custom_plugins/en.yml +46 -36
  8. data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +46 -36
  9. data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +46 -36
  10. data/lib/trmnl/i18n/locales/custom_plugins/he.yml +46 -36
  11. data/lib/trmnl/i18n/locales/custom_plugins/id.yml +46 -36
  12. data/lib/trmnl/i18n/locales/custom_plugins/it.yml +48 -38
  13. data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +45 -35
  14. data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +46 -36
  15. data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +46 -36
  16. data/lib/trmnl/i18n/locales/custom_plugins/pl.yml +188 -0
  17. data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +46 -36
  18. data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +46 -36
  19. data/lib/trmnl/i18n/locales/custom_plugins/sv.yml +188 -0
  20. data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +46 -36
  21. data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +15 -5
  22. data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +15 -5
  23. data/lib/trmnl/i18n/locales/plugin_renders/da.yml +201 -5
  24. data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +206 -10
  25. data/lib/trmnl/i18n/locales/plugin_renders/de.yml +206 -10
  26. data/lib/trmnl/i18n/locales/plugin_renders/en.yml +200 -4
  27. data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +200 -3
  28. data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +200 -4
  29. data/lib/trmnl/i18n/locales/plugin_renders/he.yml +201 -5
  30. data/lib/trmnl/i18n/locales/plugin_renders/id.yml +200 -4
  31. data/lib/trmnl/i18n/locales/plugin_renders/it.yml +212 -16
  32. data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +200 -4
  33. data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +200 -4
  34. data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +200 -4
  35. data/lib/trmnl/i18n/locales/plugin_renders/no.yml +201 -5
  36. data/lib/trmnl/i18n/locales/plugin_renders/pl.yml +399 -0
  37. data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +200 -4
  38. data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +200 -4
  39. data/lib/trmnl/i18n/locales/plugin_renders/sv.yml +217 -0
  40. data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +200 -4
  41. data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +200 -4
  42. data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +200 -4
  43. data/lib/trmnl/i18n/locales/web_ui/da.yml +116 -33
  44. data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +224 -142
  45. data/lib/trmnl/i18n/locales/web_ui/de.yml +224 -142
  46. data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +479 -0
  47. data/lib/trmnl/i18n/locales/web_ui/en.yml +133 -53
  48. data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +200 -118
  49. data/lib/trmnl/i18n/locales/web_ui/fr.yml +128 -46
  50. data/lib/trmnl/i18n/locales/web_ui/he.yml +132 -50
  51. data/lib/trmnl/i18n/locales/web_ui/id.yml +129 -47
  52. data/lib/trmnl/i18n/locales/web_ui/it.yml +177 -95
  53. data/lib/trmnl/i18n/locales/web_ui/ja.yml +133 -51
  54. data/lib/trmnl/i18n/locales/web_ui/ko.yml +204 -122
  55. data/lib/trmnl/i18n/locales/web_ui/nl.yml +129 -47
  56. data/lib/trmnl/i18n/locales/web_ui/no.yml +114 -35
  57. data/lib/trmnl/i18n/locales/web_ui/pl.yml +661 -0
  58. data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +132 -50
  59. data/lib/trmnl/i18n/locales/web_ui/raw.yml +109 -29
  60. data/lib/trmnl/i18n/locales/web_ui/sv.yml +479 -0
  61. data/lib/trmnl/i18n/locales/web_ui/uk.yml +135 -53
  62. data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +130 -48
  63. data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +152 -70
  64. data/lib/trmnl/i18n/synchronization/processor.rb +56 -0
  65. data/lib/trmnl/i18n/synchronization/repo.rb +43 -0
  66. data/lib/trmnl/i18n/synchronization/value_reducer.rb +23 -0
  67. data/trmnl-i18n.gemspec +3 -3
  68. data.tar.gz.sig +0 -0
  69. metadata +28 -19
  70. metadata.gz.sig +0 -0
@@ -1,9 +1,10 @@
1
+ ---
1
2
  en:
2
- # global, logged out, and auth-related
3
+ locale_name: English
3
4
  add: Add
4
5
  add_new: Add new
5
- ago: ago # example: "Created 5 mins ago"
6
- already_have_account: I already have an account # signup form cta
6
+ ago: ago
7
+ already_have_account: I already have an account
7
8
  back: Back
8
9
  back_to_all_blog_posts: Back to all posts
9
10
  blog: Blog
@@ -18,8 +19,8 @@ en:
18
19
  copy: Copy
19
20
  copied_to_clipboard: Copied!
20
21
  copy_to_clipboard: Copy to clipboard
21
- created: Created # example: "Created 5 mins ago"
22
- create_an_account: Create an account # login form cta
22
+ created: Created
23
+ create_an_account: Create an account
23
24
  current_device: Current device
24
25
  days: days
25
26
  delete: Delete
@@ -28,10 +29,10 @@ en:
28
29
  edit: Edit
29
30
  email_address: Email address
30
31
  export: Export
31
- fetching: Fetching # for asynchronous content requests; this message may appear as a placeholder text for 0-2 seconds
32
+ fetching: Fetching
32
33
  first_name: First Name
33
- forgot_password: I forgot my password # login form link
34
- forgot_password_title: Here we go again # heading on /password/new (hint: https://www.google.com/search?q=here+we+go+again+meme)
34
+ forgot_password: I forgot my password
35
+ forgot_password_title: Here we go again
35
36
  get_started: Let's get you started!
36
37
  identify: Identify
37
38
  import: Import
@@ -40,37 +41,45 @@ en:
40
41
  keep_me_signed_in: Keep me signed in
41
42
  knowledge_base: Knowledge base
42
43
  last_name: Last Name
44
+ learn_more: Learn more
43
45
  loading: Loading
44
46
  login: Login
45
47
  log_out: Log out
46
- minimum_characters: characters minimum # ex: 8 characters minimum
47
- mins: mins # 'minutes' abbreviation
48
- my_playlist: My Playlist # default name for a new playlist group
48
+ minimum_characters: characters minimum
49
+ mins: mins
50
+ my_playlist: My Playlist
49
51
  new_password: New password
50
52
  password: Password
51
- please_wait: Please Wait... # similar to "Fetching", but shown after a long process button click vs on page-load
53
+ please_wait: Please Wait...
52
54
  plugin_not_found: Plugin not found
53
55
  refresh_rates_hint: Learn how refresh rates work __here__.
54
56
  reset_password: Reset my password
55
57
  save: Save
56
58
  section: Section
57
- sign_in: Sign in # login form cta
58
- sign_up: Sign up # logged out navigation
59
+ sign_in: Sign in
60
+ sign_up: Sign up
59
61
  something_went_wrong: Something went wrong
60
- support: Support # bottom navigation tab, links to help center
62
+ tech_support: Support
61
63
  update: Update
62
64
  view: View
63
- welcome: Welcome # login form heading
64
-
65
- # views by resource (device, plugins, playlists, account, etc)
65
+ welcome: Welcome
66
+ time:
67
+ formats:
68
+ shorter: "%-I:%M %p"
69
+ start_of_week: 0
66
70
  account:
67
71
  index:
68
72
  title: Account
69
73
  tagline: Manage your account settings
74
+ api_key_confirm: Are you sure you want to regenerate your API Key? The old key will be invalidated.
75
+ api_key_hint: See __the docs__ to learn how to configure your local environment.
76
+ api_key_label: The credential for authenticating local development tools
77
+ api_key_reset: Regenerate
78
+ api_key: API Key
70
79
  email_address: Email Address
71
80
  refer_and_earn: Refer and Earn
72
81
  refer_and_earn_hint: Give the gift of TRMNL with a personalized coupon. Earn per use, paid monthly.
73
- refer_and_earn_redemptions: Redemptions # how many times this coupon has been used
82
+ refer_and_earn_redemptions: Redemptions
74
83
  refer_and_earn_request_code: Request a Code
75
84
  device_invoice: Device Invoice
76
85
  device_invoice_label: Download commercial documents for your accountant or (weird) PDF collection.
@@ -89,64 +98,75 @@ en:
89
98
  time_zone_hint: Determines refresh rates and device sleep time.
90
99
  locale: Locale
91
100
  locale_hint: What language and localization do you prefer? __Go here__.
92
-
93
- # toast messages
94
101
  update:
95
102
  success: Profile updated successfully
103
+ reset_api_key:
104
+ success: API key was regenerated successfully
96
105
  dashboard:
97
106
  index:
98
107
  title: Dashboard
99
- morning_salutation: Good morning
100
- afternoon_salutation: Good afternoon
101
- evening_salutation: Good evening
102
108
  last_7_days: Last 7 days
103
109
  last_30_days: Last 30 days
104
110
  last_90_days: Last 90 days
105
111
  today: Today
106
112
  yesterday: Yesterday
107
- health: # partial (widget)
113
+ health:
108
114
  bad: Plugins are experiencing issues
109
115
  good: Plugins are healthy
110
116
  next_steps: We will inform you if anything changes
111
- news: # partial (widget)
117
+ news:
112
118
  title: News
113
119
  cta: View All
114
- playlists: # partial (widget)
120
+ playlist_items:
115
121
  title: Playlist
116
122
  cta: Edit Playlist
117
123
  pieces_of_content_displayed: Pieces of content displayed
118
- plugins: # partial (widget)
124
+ plugins:
119
125
  title: Plugins
120
126
  cta: Go to Plugins
121
127
  connected: Connected
122
128
  new_and_popular: New and Popular
123
129
  shop:
124
130
  title: Shop
125
- time_saved: # partial (widget)
131
+ time_saved:
126
132
  title: Time saved
127
133
  cta: Read about
134
+ welcome_message:
135
+ morning_salutation: Good morning
136
+ afternoon_salutation: Good afternoon
137
+ evening_salutation: Good evening
128
138
  devices:
129
139
  edit:
130
- accepts_beta_firmware: Firmware Early Release # true/false toggle to receive new device updates before regular users
140
+ accepts_beta_firmware: Firmware Early Release
131
141
  accepts_beta_firmware_hint: Toggle on to get the latest device firmware improvements before other users.
132
142
  back_to_devices: Back to Devices
133
143
  battery_consumption: Battery Consumption
134
144
  battery_consumption_hint: Save power and enjoy a longer battery life by enabling Sleep Mode.
135
- developer_perks: Developer Perks # heading; below this is a list of options for devices with (paid) Developer edition add-on
145
+ developer_perks: Developer Perks
136
146
  developer_perks_hint: Options below require the __Developer add-on__.
137
147
  device_credentials: Device Credentials
138
148
  device_credentials_hint: See what you can do with these credentials __here__
139
149
  device_name: Device Name
140
150
  device_name_hint: We use this to make the TRMNL interface more comfortable
151
+ device_model: Device Model
152
+ device_model_hint: Your hardware Model
153
+ device_model_switch_warning: This is a dangerous operation, learn more __here__
141
154
  edit_device: Edit Device
155
+ guest_mode: Guest Mode
156
+ guest_mode_hint: Choose what to display (and for how long) whenever guest mode is enabled.
157
+ guest_mode_item_placeholder: Choose an item
158
+ guest_mode_duration_placeholder: Choose a duration
142
159
  identify: Identify
143
160
  identify_device: Identify Device
144
161
  identify_device_hint: Click the button below to generate a screen on this device that helps identify it.
145
162
  logs: Logs
146
163
  logs_hint: Debug your device and plugins with a live feed of raw error logs.
164
+ low_battery_email_notification: Low Battery Email Notification
147
165
  mirror: Mirror
148
166
  mirror_device: Mirror another Device
149
167
  mirror_device_hint: Provide a (shareable) Device ID to mirror its playlist. Your playlist will still be displayed.
168
+ mirror_stop: Disconnect Mirroring
169
+ mirror_sync: Sync Screens
150
170
  ota_enabled: OTA Updates Enabled
151
171
  ota_enabled_hint: Automatically install new firmware. Disable to use your own firmware.
152
172
  sleep_mode: Sleep Mode
@@ -156,8 +176,10 @@ en:
156
176
  special_function_hint: Set a double-click feature for the button on the back of your device.
157
177
  special_function_learn_more: Learn more about special functions __here__.
158
178
  unlink: Unlink
179
+ unlink_confirm: Are you sure? This will delete all underlying plugin settings and playlist items, so the device can be added to another account.
159
180
  unlink_device: Unlink Device
160
- unlink_device_hint: Unlinking a TRMNL device makes it safe to re-sell or give to someone else.
181
+ unlink_device_hint: Unlinking a TRMNL makes it safe to re-sell or give to someone else.
182
+ unlink_device_learn_more: Follow the full guide __here__.
161
183
  visibility: Visibility
162
184
  visibility_hint: Make your TRMNL device mirrorable by changing the settings below.
163
185
  your_device: Your TRMNL
@@ -170,8 +192,6 @@ en:
170
192
  title: Add a new device
171
193
  description: Enter your Device ID to add a new TRMNL device to your account.
172
194
  add_device: Add new device
173
-
174
- # toast messages
175
195
  associate:
176
196
  error: Error linking device
177
197
  success: Device successfully linked
@@ -201,12 +221,14 @@ en:
201
221
  title: Logs
202
222
  all: All
203
223
  device: Device
204
- dump: Dump # content
224
+ dump: Dump
205
225
  id: ID
206
226
  private_plugins: Private Plugins
207
227
  source: Source
208
228
  time: Time
209
229
  markups:
230
+ console_logs:
231
+ js_logs: JS Logs
210
232
  form:
211
233
  back_to_plugin_settings: Back to plugin settings
212
234
  design_system: Leverage our native design system
@@ -218,14 +240,17 @@ en:
218
240
  edit_markup_without_preview: Edit Markup (without preview)
219
241
  error_rendering_markup: Error rendering that markup
220
242
  fix_indentation: Fix indentation
243
+ go_to_preview: Go To Preview
221
244
  live_preview: Live Preview
222
245
  no_changes_to_save: No changes to save
246
+ pop_out_preview: Pop Out Preview
223
247
  quickstart_examples: Quick-start Examples
224
248
  quickstart_example_applied: Applied!
225
249
  quickstart_use_this_example: Use this example
226
250
  revert: Revert
227
251
  revert_confirm: Are you sure you want to revert? All unsaved changes will be lost.
228
252
  save_changes: Save Changes (⌘﹢S)
253
+ separate_preview: Preview is open in a separate window
229
254
  merge_variables:
230
255
  your_variables: Your variables
231
256
  no_merge_variables:
@@ -246,9 +271,11 @@ en:
246
271
  error: Invalid OTP code
247
272
  verify_otp:
248
273
  verify: Verify
274
+ reset: Reset MFA
275
+ reset_instructions: Click the button on the back of your TRMNL to generate a reset code
249
276
  success: 2FA successful
250
277
  error: Invalid OTP code
251
- playlists:
278
+ playlist_items:
252
279
  index:
253
280
  title: Playlist
254
281
  tagline: Choose what's shown on
@@ -262,22 +289,35 @@ en:
262
289
  display_period_from: Display from
263
290
  display_period_to: to
264
291
  display_period_validation: Start time must be before end time. Create another group to span overnight hours.
265
- every: every
266
- playlist: # partial (single item)
292
+ every: Every
293
+ never_skip: Never skip screens
294
+ smart_playlist: Smart Playlist
295
+ smart_playlist_hint: Automatically skip screens whose contents haven't changed in a while.
296
+ skip_after:
297
+ one: Skip stale screens after 1 day
298
+ other: Skip stale screens after %{count} days
299
+ playlist_item:
300
+ adjust_schedule: Adjust schedule
267
301
  delete: Are you sure you want to remove this item? The plugin will remain connected, just not shown on your device.
268
302
  displayed_now: Displayed now
269
- not_displayed_yet: Pending
303
+ not_displayed_yet: Not displayed yet
270
304
  remove_from_playlist: Remove from playlist
271
-
272
- # toast messages
305
+ hide_playlist: Hide this item
306
+ show_playlist: Show this item
273
307
  create:
274
308
  error: Failed to update playlist
275
309
  success: Playlist updated
276
310
  destroy:
277
311
  error: Error removing item from playlist
278
312
  success: Plugin removed from Playlist
279
- update:
313
+ toggle_visibility:
314
+ success: Playlist item %{change}
315
+ duplicate:
316
+ success: Playlist duplicated
317
+ sort:
280
318
  success: Playlist order updated
319
+ set_preferences:
320
+ success: Smart playlist preference updated
281
321
  plugins:
282
322
  index:
283
323
  title: Plugins
@@ -286,7 +326,7 @@ en:
286
326
  connected: Connected
287
327
  recipes: Recipes
288
328
  recipes_hint: Private plugins by community members that can be installed in 1 click. __Learn more__.
289
- search: # partial (search box)
329
+ search:
290
330
  placeholder: Search Plugins
291
331
  my:
292
332
  index:
@@ -302,10 +342,13 @@ en:
302
342
  tagline: Other users will be able to install your plugin.
303
343
  name: Name
304
344
  category: Category
345
+ category_hint: Hold cmd or ctrl to choose up to 3
346
+ refresh_every: Supported Refresh Interval
347
+ refresh_every_hint: The fastest refresh interval your plugin can support.
305
348
  description: Description
306
349
  description_hint: Maximum 50 characters
307
350
  icon: Icon
308
- icon_hint: 40px*40px recommended
351
+ icon_hint: 512x512px recommended
309
352
  installation_url: Installation URL
310
353
  installation_url_hint: Learn more about the installation flow __here__.
311
354
  installation_success_webhook_url: Installation Success Webhook URL
@@ -314,6 +357,8 @@ en:
314
357
  management_url_hint: Learn more about the management flow __here__.
315
358
  markup_url: Plugin Markup URL
316
359
  markup_url_hint: Learn more about screen generation __here__.
360
+ no_screen_padding: No Screen Padding
361
+ no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
317
362
  uninstallation_webhook_url: Uninstallation Webhook URL
318
363
  edit:
319
364
  title: Edit Plugin
@@ -321,7 +366,13 @@ en:
321
366
  name: Name
322
367
  description: Description
323
368
  plugin_recipes:
324
- connected: Recipe connected # success toast message following "Install"
369
+ connected: Recipe connected
370
+ connections:
371
+ one: Connection
372
+ other: Connections
373
+ forks:
374
+ one: Fork
375
+ other: Forks
325
376
  new:
326
377
  error: Recipe not found
327
378
  plugin_settings:
@@ -330,14 +381,20 @@ en:
330
381
  delete_are_you_sure: Are you sure you want to delete this setting?
331
382
  delete: This will completely remove the plugin's settings. To simply hide this plugin from your device, delete it from your Playlist instead.
332
383
  inactive: Inactive
333
- no_plugin_settings_found: No plugin settings found. # empty state - should not appear
384
+ no_plugin_settings_found: No plugin settings found.
334
385
  refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
335
386
  reset_credentials: "%{plugin_name} account reset successfully"
336
387
  form:
337
388
  active_hint: Show or hide this plugin instance on your device
389
+ advanced_settings: Advanced Settings
338
390
  back_to_plugin: Back to %{plugin}
339
391
  back_to_plugins: Back to Plugins
340
392
  connect_with: Connect with %{plugin}
393
+ debug_logs: Debug Logs
394
+ debug_logs_click_here: Click here
395
+ debug_logs_click_here_hint: to enable debug logs for this plugin instance.
396
+ debug_logs_enabled: Debug logs enabled for %{hours} hours.
397
+ debug_logs_enabled_link: View logs
341
398
  disconnect_account: Disconnect Account
342
399
  manage_plugin: Configure %{plugin}
343
400
  force_refresh: Force Refresh
@@ -345,6 +402,11 @@ en:
345
402
  force_refresh_click_here: Click here
346
403
  force_refresh_click_here_hint: to generate a new screen immediately
347
404
  learn_more: Learn about this plugin in our knowledge base
405
+ learn_more_fork: This plugin was forked from a Recipe.
406
+ learn_more_fork_original: See Original
407
+ learn_more_recipe_author: Need help? Contact %{recipe_author} on Discord.
408
+ learn_more_recipe_long: This plugin is a community Recipe and is not maintained by TRMNL.
409
+ learn_more_recipe_short: 'Note: this plugin is a Recipe.'
348
410
  linked_account: Linked Account
349
411
  linked_account_success: Successfully linked with %{plugin_name}
350
412
  link_oauth: Link Account
@@ -355,6 +417,13 @@ en:
355
417
  plugin_uuid: Plugin UUID
356
418
  plugin_uuid_hint: Use this to make Webhook API requests.
357
419
  preview: Preview - your device will show actual data
420
+ recipe_cta_heading_published: This plugin is a Recipe
421
+ recipe_cta_heading_in_review: Recipe in review
422
+ recipe_cta_heading_not_published: Publish as a Recipe?
423
+ recipe_cta_body_published: Changes will be reflected on existing installs and future installs/forks.
424
+ recipe_cta_body_in_review: This plugin has been submitted to our team. Stand by.
425
+ recipe_cta_body_not_published: Submit this plugin for others to install. __Learn more__.
426
+ recipe_cta_confirm: Are you sure? Our team will review and get back to you within a couple days. You may continue making changes.
358
427
  refresh_rate: Refresh rate
359
428
  refresh_rate_hint: Define how frequently this plugin instance fetches fresh data
360
429
  refreshed: Refreshed
@@ -365,14 +434,13 @@ en:
365
434
  refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
366
435
  refresh_paused_mashup: Refreshing Mashups
367
436
  refresh_paused_mashup_hint: Auto-refresh paused for fullscreen. Mashups are updating.
437
+ refresh_stopped: Auto-refresh stopped. Please fix the plugin error to continue.
368
438
  visit_docs: Visit Docs
369
439
  import:
370
440
  archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
371
441
  missing_entry: The ZIP file does not contain %{filename}
372
442
  entry_too_large: "%{filename} is too large"
373
443
  malformed: "%{filename} is malformed"
374
-
375
- # toast messages
376
444
  create:
377
445
  success: Plugin created and added to your
378
446
  playlist: playlist
@@ -383,17 +451,29 @@ en:
383
451
  success: Plugin configuration updated successfully
384
452
  add_to_playlist:
385
453
  success: Plugin added to Playlist
386
-
387
454
  referral_code:
388
455
  create:
389
456
  request_received: Request received, check your inbox
457
+ recipes:
458
+ index:
459
+ newest_to_oldest: Newest to Oldest
460
+ oldest_to_newest: Oldest to Newest
461
+ most_popular: Most Popular
462
+ install: Install
463
+ fork: Fork
464
+ schedules:
465
+ form:
466
+ add: Add a custom schedule
467
+ append: And during…
468
+ no_schedule: This screen will be shown at all times.
469
+ some_schedule: Only show this screen during…
470
+ to: to
471
+ copy_prompt: Copy schedule from…
390
472
  upgrade:
391
473
  index:
392
- title: "Upgrading device:"
474
+ title: 'Upgrading device:'
393
475
  tagline: Unlock custom plugins and __more__.
394
- pay: Pay # button text; ex "Pay $20"
476
+ pay: Pay
395
477
  error: Device %{device_name} is already upgraded, switch to another device
396
-
397
- # toast messages
398
478
  confirm:
399
479
  success: Developer edition add-on is now enabled