trmnl-i18n 0.2.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 (67) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +4 -4
  3. data/README.adoc +4 -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 +94 -9
  44. data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +202 -117
  45. data/lib/trmnl/i18n/locales/web_ui/de.yml +202 -117
  46. data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +479 -0
  47. data/lib/trmnl/i18n/locales/web_ui/en.yml +95 -12
  48. data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +170 -85
  49. data/lib/trmnl/i18n/locales/web_ui/fr.yml +94 -9
  50. data/lib/trmnl/i18n/locales/web_ui/he.yml +95 -10
  51. data/lib/trmnl/i18n/locales/web_ui/id.yml +94 -9
  52. data/lib/trmnl/i18n/locales/web_ui/it.yml +150 -65
  53. data/lib/trmnl/i18n/locales/web_ui/ja.yml +94 -9
  54. data/lib/trmnl/i18n/locales/web_ui/ko.yml +177 -92
  55. data/lib/trmnl/i18n/locales/web_ui/nl.yml +94 -9
  56. data/lib/trmnl/i18n/locales/web_ui/no.yml +94 -9
  57. data/lib/trmnl/i18n/locales/web_ui/pl.yml +661 -0
  58. data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +94 -9
  59. data/lib/trmnl/i18n/locales/web_ui/raw.yml +92 -9
  60. data/lib/trmnl/i18n/locales/web_ui/sv.yml +479 -0
  61. data/lib/trmnl/i18n/locales/web_ui/uk.yml +94 -9
  62. data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +94 -9
  63. data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +93 -8
  64. data/trmnl-i18n.gemspec +2 -2
  65. data.tar.gz.sig +0 -0
  66. metadata +10 -3
  67. metadata.gz.sig +0 -0
@@ -0,0 +1,661 @@
1
+ ---
2
+ pl:
3
+ locale_name: Polish
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
+ close: Close
17
+ confirm_change_password: Change my password
18
+ confirm_password: Confirm new password
19
+ copy: Copy
20
+ copied_to_clipboard: Copied!
21
+ copy_to_clipboard: Copy to clipboard
22
+ created: Created
23
+ create_an_account: Create an account
24
+ current_device: Current device
25
+ days: days
26
+ delete: Delete
27
+ developer_edition_required: Developer edition is required to enable this feature.
28
+ device_id: Device ID
29
+ edit: Edit
30
+ email_address: Email address
31
+ export: Export
32
+ fetching: Fetching
33
+ first_name: First Name
34
+ forgot_password: I forgot my password
35
+ forgot_password_title: Here we go again
36
+ get_started: Let's get you started!
37
+ identify: Identify
38
+ import: Import
39
+ import_new: Import new
40
+ integrations: Integrations
41
+ keep_me_signed_in: Keep me signed in
42
+ knowledge_base: Knowledge base
43
+ last_name: Last Name
44
+ learn_more: Learn more
45
+ loading: Loading
46
+ login: Login
47
+ log_out: Log out
48
+ minimum_characters: characters minimum
49
+ mins: mins
50
+ my_playlist: My Playlist
51
+ new_password: New password
52
+ password: Password
53
+ please_wait: Please Wait...
54
+ plugin_not_found: Plugin not found
55
+ refresh_rates_hint: Learn how refresh rates work __here__.
56
+ reset_password: Reset my password
57
+ save: Save
58
+ section: Section
59
+ sign_in: Sign in
60
+ sign_up: Sign up
61
+ something_went_wrong: Something went wrong
62
+ tech_support: Support
63
+ update: Update
64
+ view: View
65
+ welcome: Welcome
66
+ time:
67
+ formats:
68
+ shorter: "%-H:%M"
69
+ start_of_week: 1
70
+ account:
71
+ index:
72
+ title: Account
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
79
+ email_address: Email Address
80
+ refer_and_earn: Refer and Earn
81
+ refer_and_earn_hint: Give the gift of TRMNL with a personalized coupon. Earn per use, paid monthly.
82
+ refer_and_earn_redemptions: Redemptions
83
+ refer_and_earn_request_code: Request a Code
84
+ device_invoice: Device Invoice
85
+ device_invoice_label: Download commercial documents for your accountant or (weird) PDF collection.
86
+ device_invoice_hint: Find this on your package tracking page or shipment notification email.
87
+ email_address_hint: Used to sign into TRMNL and receive system messages.
88
+ first_name_hint: We use your name to make the TRMNL interface more comfortable.
89
+ last_name_hint: We use your name to make the TRMNL interface more comfortable.
90
+ password_hint: Used to protect your TRMNL account.
91
+ enable_2fa: Enable 2FA?
92
+ enable_2fa_hint: __Click here__ to enable OTP.
93
+ disable_2fa: Disable 2FA
94
+ disable_2fa_hint: Provide valid OTP and current password above to disable this feature.
95
+ session: Session
96
+ session_hint: You're logged in as %{user}
97
+ time_zone: Time Zone
98
+ time_zone_hint: Determines refresh rates and device sleep time.
99
+ locale: Locale
100
+ locale_hint: What language and localization do you prefer? __Go here__.
101
+ update:
102
+ success: Profile updated successfully
103
+ reset_api_key:
104
+ success: API key was regenerated successfully
105
+ dashboard:
106
+ index:
107
+ title: Dashboard
108
+ last_7_days: Last 7 days
109
+ last_30_days: Last 30 days
110
+ last_90_days: Last 90 days
111
+ today: Today
112
+ yesterday: Yesterday
113
+ health:
114
+ bad: Plugins are experiencing issues
115
+ good: Plugins are healthy
116
+ next_steps: We will inform you if anything changes
117
+ news:
118
+ title: News
119
+ cta: View All
120
+ playlist_items:
121
+ title: Playlist
122
+ cta: Edit Playlist
123
+ pieces_of_content_displayed: Pieces of content displayed
124
+ plugins:
125
+ title: Plugins
126
+ cta: Go to Plugins
127
+ connected: Connected
128
+ new_and_popular: New and Popular
129
+ shop:
130
+ title: Shop
131
+ time_saved:
132
+ title: Time saved
133
+ cta: Read about
134
+ welcome_message:
135
+ morning_salutation: Good morning
136
+ afternoon_salutation: Good afternoon
137
+ evening_salutation: Good evening
138
+ devices:
139
+ edit:
140
+ accepts_beta_firmware: Firmware Early Release
141
+ accepts_beta_firmware_hint: Toggle on to get the latest device firmware improvements before other users.
142
+ back_to_devices: Back to Devices
143
+ battery_consumption: Battery Consumption
144
+ battery_consumption_hint: Save power and enjoy a longer battery life by enabling Sleep Mode.
145
+ developer_perks: Developer Perks
146
+ developer_perks_hint: Options below require the __Developer add-on__.
147
+ device_credentials: Device Credentials
148
+ device_credentials_hint: See what you can do with these credentials __here__
149
+ device_name: Device Name
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__
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
159
+ identify: Identify
160
+ identify_device: Identify Device
161
+ identify_device_hint: Click the button below to generate a screen on this device that helps identify it.
162
+ logs: Logs
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
165
+ mirror: Mirror
166
+ mirror_device: Mirror another Device
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
170
+ ota_enabled: OTA Updates Enabled
171
+ ota_enabled_hint: Automatically install new firmware. Disable to use your own firmware.
172
+ sleep_mode: Sleep Mode
173
+ sleep_mode_hint: Adjust your refresh rate to optimize focus and battery life.
174
+ sleep_screen: Sleep Screen
175
+ special_function: Special Function
176
+ special_function_hint: Set a double-click feature for the button on the back of your device.
177
+ special_function_learn_more: Learn more about special functions __here__.
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.
180
+ unlink_device: Unlink Device
181
+ unlink_device_hint: Unlinking a TRMNL device makes it safe to re-sell or give to someone else.
182
+ unlink_device_learn_more: Follow the full guide __here__.
183
+ visibility: Visibility
184
+ visibility_hint: Make your TRMNL device mirrorable by changing the settings below.
185
+ your_device: Your TRMNL
186
+ index:
187
+ title: Devices
188
+ tagline: Your TRMNL devices
189
+ add_device_modal_title: Add a new device
190
+ add_first_device: Start by adding your first device!
191
+ new:
192
+ title: Add a new device
193
+ description: Enter your Device ID to add a new TRMNL device to your account.
194
+ add_device: Add new device
195
+ associate:
196
+ error: Error linking device
197
+ success: Device successfully linked
198
+ dissociate:
199
+ error: Error disconnecting device
200
+ success: Device successfully unlinked
201
+ identify:
202
+ error: Error updating device
203
+ success: Device identification requested
204
+ mirror:
205
+ error: Error mirroring device
206
+ error_not_shared: Provided Device ID is not shareable
207
+ error_oneself: Can't mirror oneself
208
+ success: Device %{friendly_id} successfully mirrored
209
+ success_removed: Mirroring Removed
210
+ switch:
211
+ error: Error switching device
212
+ success: Device switched successfully
213
+ update:
214
+ error: Error updating device
215
+ success: "%{device} device settings updated successfully"
216
+ invoices:
217
+ rate_limit: Too many attempts, please wait and try again
218
+ invoice_not_found: Invoice not found
219
+ logs:
220
+ index:
221
+ title: Logs
222
+ all: All
223
+ device: Device
224
+ dump: Dump
225
+ id: ID
226
+ private_plugins: Private Plugins
227
+ source: Source
228
+ time: Time
229
+ markups:
230
+ console_logs:
231
+ js_logs: JS Logs
232
+ form:
233
+ back_to_plugin_settings: Back to plugin settings
234
+ design_system: Leverage our native design system
235
+ design_system_docs: Design System Docs
236
+ dirty_confirm: You have unsaved changes. Are you sure you want to leave this page?
237
+ edit_markup: Edit Markup
238
+ edit_markup_for_plugin: Edit markup for %{plugin_setting_name}
239
+ edit_markup_please_save_first: Please save before editing markup
240
+ edit_markup_without_preview: Edit Markup (without preview)
241
+ error_rendering_markup: Error rendering that markup
242
+ fix_indentation: Fix indentation
243
+ go_to_preview: Go To Preview
244
+ live_preview: Live Preview
245
+ no_changes_to_save: No changes to save
246
+ pop_out_preview: Pop Out Preview
247
+ quickstart_examples: Quick-start Examples
248
+ quickstart_example_applied: Applied!
249
+ quickstart_use_this_example: Use this example
250
+ revert: Revert
251
+ revert_confirm: Are you sure you want to revert? All unsaved changes will be lost.
252
+ save_changes: Save Changes (⌘﹢S)
253
+ separate_preview: Preview is open in a separate window
254
+ merge_variables:
255
+ your_variables: Your variables
256
+ no_merge_variables:
257
+ force_refresh: If you've provided variables but they aren't being detected, try a __force refresh__.
258
+ no_variables_detected: No variables detected.
259
+ mfa:
260
+ disable_otp:
261
+ success: 2FA Disabled
262
+ invalid_otp: Invalid OTP
263
+ invalid_password: Invalid Password
264
+ invalid_otp_and_password: Invalid OTP and Password
265
+ enable_otp:
266
+ input_otp: Enter OTP
267
+ submit: Verify and Enable
268
+ already_enabled: 2FA is already enabled
269
+ enable_otp_verify:
270
+ success: 2FA Enabled
271
+ error: Invalid OTP code
272
+ verify_otp:
273
+ verify: Verify
274
+ reset: Reset MFA
275
+ reset_instructions: Click the button on the back of your TRMNL to generate a reset code
276
+ success: 2FA successful
277
+ error: Invalid OTP code
278
+ playlist_items:
279
+ index:
280
+ title: Playlist
281
+ tagline: Choose what's shown on
282
+ add_a_group: Add a Group
283
+ add_a_plugin: Add a Plugin
284
+ add_first_device_cta: Start by __adding__ your first TRMNL device!
285
+ add_to_playlist: Add to Playlist
286
+ create_first_playlist_cta: Create your playlist after __connecting__ your first plugin!
287
+ custom: Custom
288
+ device_default: Device default
289
+ display_period_from: Display from
290
+ display_period_to: to
291
+ display_period_validation: Start time must be before end time. Create another group to span overnight hours.
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
301
+ delete: Are you sure you want to remove this item? The plugin will remain connected, just not shown on your device.
302
+ displayed_now: Displayed now
303
+ not_displayed_yet: Not displayed yet
304
+ remove_from_playlist: Remove from playlist
305
+ hide_playlist: Hide this item
306
+ show_playlist: Show this item
307
+ create:
308
+ error: Failed to update playlist
309
+ success: Playlist updated
310
+ destroy:
311
+ error: Error removing item from playlist
312
+ success: Plugin removed from Playlist
313
+ toggle_visibility:
314
+ success: Playlist item %{change}
315
+ duplicate:
316
+ success: Playlist duplicated
317
+ sort:
318
+ success: Playlist order updated
319
+ set_preferences:
320
+ success: Smart playlist preference updated
321
+ plugins:
322
+ index:
323
+ title: Plugins
324
+ tagline: What will you put on your TRMNL?
325
+ available: Available
326
+ connected: Connected
327
+ recipes: Recipes
328
+ recipes_hint: Private plugins by community members that can be installed in 1 click. __Learn more__.
329
+ search:
330
+ placeholder: Search Plugins
331
+ my:
332
+ index:
333
+ title: My Plugins
334
+ tagline: Develop Plugins for the public marketplace
335
+ card:
336
+ connections: connections
337
+ install: Install
338
+ review_are_you_sure: Are you sure? The TRMNL team will test it and email you any questions.
339
+ submit_for_review: Submit for Review
340
+ new:
341
+ title: Create New Plugin
342
+ tagline: Other users will be able to install your plugin.
343
+ name: Name
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.
348
+ description: Description
349
+ description_hint: Maximum 50 characters
350
+ icon: Icon
351
+ icon_hint: 512x512px recommended
352
+ installation_url: Installation URL
353
+ installation_url_hint: Learn more about the installation flow __here__.
354
+ installation_success_webhook_url: Installation Success Webhook URL
355
+ knowledge_base_url: Knowledge Base URL
356
+ management_url: Plugin Management URL
357
+ management_url_hint: Learn more about the management flow __here__.
358
+ markup_url: Plugin Markup URL
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.
362
+ uninstallation_webhook_url: Uninstallation Webhook URL
363
+ edit:
364
+ title: Edit Plugin
365
+ tagline: Update your plugin details.
366
+ name: Name
367
+ description: Description
368
+ plugin_recipes:
369
+ connected: Recipe connected
370
+ connections:
371
+ one: Connection
372
+ other: Connections
373
+ forks:
374
+ one: Fork
375
+ other: Forks
376
+ new:
377
+ error: Recipe not found
378
+ plugin_settings:
379
+ active: Active
380
+ copy_are_you_sure: Are you sure you want to copy this setting?
381
+ delete_are_you_sure: Are you sure you want to delete this setting?
382
+ delete: This will completely remove the plugin's settings. To simply hide this plugin from your device, delete it from your Playlist instead.
383
+ inactive: Inactive
384
+ no_plugin_settings_found: No plugin settings found.
385
+ refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
386
+ reset_credentials: "%{plugin_name} account reset successfully"
387
+ form:
388
+ active_hint: Show or hide this plugin instance on your device
389
+ advanced_settings: Advanced Settings
390
+ back_to_plugin: Back to %{plugin}
391
+ back_to_plugins: Back to Plugins
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
398
+ disconnect_account: Disconnect Account
399
+ manage_plugin: Configure %{plugin}
400
+ force_refresh: Force Refresh
401
+ force_refresh_hint: This feature is designed for testing only - please do not abuse it.
402
+ force_refresh_click_here: Click here
403
+ force_refresh_click_here_hint: to generate a new screen immediately
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.'
410
+ linked_account: Linked Account
411
+ linked_account_success: Successfully linked with %{plugin_name}
412
+ link_oauth: Link Account
413
+ link_oauth_hint: Before you continue, follow the secure authorization process provided by %{plugin}
414
+ multiple_instances_hint: This plugin supports multiple instances.
415
+ name: Name
416
+ name_hint: Give it a name for easy reference
417
+ plugin_uuid: Plugin UUID
418
+ plugin_uuid_hint: Use this to make Webhook API requests.
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.
427
+ refresh_rate: Refresh rate
428
+ refresh_rate_hint: Define how frequently this plugin instance fetches fresh data
429
+ refreshed: Refreshed
430
+ remove_plugin: Remove plugin
431
+ remove_plugin_hint: Removing a plugin will also remove it from your playlist
432
+ synced: Synced
433
+ refresh_paused: Refresh Paused
434
+ refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
435
+ refresh_paused_mashup: Refreshing Mashups
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.
438
+ visit_docs: Visit Docs
439
+ import:
440
+ archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
441
+ missing_entry: The ZIP file does not contain %{filename}
442
+ entry_too_large: "%{filename} is too large"
443
+ malformed: "%{filename} is malformed"
444
+ create:
445
+ success: Plugin created and added to your
446
+ playlist: playlist
447
+ destroy:
448
+ success: Plugin deleted
449
+ handle_canceled_consent: Consent canceled, please try again
450
+ update:
451
+ success: Plugin configuration updated successfully
452
+ add_to_playlist:
453
+ success: Plugin added to Playlist
454
+ referral_code:
455
+ create:
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…
472
+ upgrade:
473
+ index:
474
+ title: 'Upgrading device:'
475
+ tagline: Unlock custom plugins and __more__.
476
+ pay: Pay
477
+ error: Device %{device_name} is already upgraded, switch to another device
478
+ confirm:
479
+ success: Developer edition add-on is now enabled
480
+ custom_plugins:
481
+ today: today
482
+ tomorrow: tomorrow
483
+ deutsche_bahn_departures:
484
+ time: Time
485
+ destination: Destination
486
+ platform: Platform
487
+ delay: Delay
488
+ train: Train
489
+ on_time: On time
490
+ cancelled: Cancelled
491
+ minutes: m
492
+ refreshed: Refreshed
493
+ simple_calendar:
494
+ title: Calendar
495
+ ym_format: "%B %Y"
496
+ chinese_korean:
497
+ leap_format: Leap %{month_label}
498
+ leap_format_short: LM%{alt_month}
499
+ ym_format: ", %{leap_month_label} %{heavenly_stem} %{earthly_branch}"
500
+ month_labels:
501
+ -
502
+ - M1
503
+ - M2
504
+ - M3
505
+ - M4
506
+ - M5
507
+ - M6
508
+ - M7
509
+ - M8
510
+ - M9
511
+ - M10
512
+ - M11
513
+ - M12
514
+ date_labels:
515
+ -
516
+ - '1'
517
+ - '2'
518
+ - '3'
519
+ - '4'
520
+ - '5'
521
+ - '6'
522
+ - '7'
523
+ - '8'
524
+ - '9'
525
+ - '10'
526
+ - '11'
527
+ - '12'
528
+ - '13'
529
+ - '14'
530
+ - '15'
531
+ - '16'
532
+ - '17'
533
+ - '18'
534
+ - '19'
535
+ - '20'
536
+ - '21'
537
+ - '22'
538
+ - '23'
539
+ - '24'
540
+ - '25'
541
+ - '26'
542
+ - '27'
543
+ - '28'
544
+ - '29'
545
+ - '30'
546
+ heavenly_stems:
547
+ - Wood
548
+ - Wood
549
+ - Fire
550
+ - Fire
551
+ - Earth
552
+ - Earth
553
+ - Metal
554
+ - Metal
555
+ - Water
556
+ - Water
557
+ earthly_branches:
558
+ - Rat
559
+ - Ox
560
+ - Tiger
561
+ - Rabbit
562
+ - Dragon
563
+ - Snake
564
+ - Horse
565
+ - Goat
566
+ - Monkey
567
+ - Rooster
568
+ - Dog
569
+ - Pig
570
+ japanese:
571
+ rokuyo_terms:
572
+ - 先勝
573
+ - 友引
574
+ - 先負
575
+ - 仏滅
576
+ - 大安
577
+ - 赤口
578
+ nengo:
579
+ reiwa: Reiwa
580
+ ym_format: "%B %Y (%{nengo} %{alt_year})"
581
+ year_1: '1'
582
+ hebrew:
583
+ ym_format: ", %{month_label} %{alt_year}"
584
+ month_labels:
585
+ - Nisan
586
+ - Iyar
587
+ - Sivan
588
+ - Tamuz
589
+ - Av
590
+ - Elul
591
+ - Tishri
592
+ - Heshvan
593
+ - Kislev
594
+ - Tevet
595
+ - Shevat
596
+ - Adar
597
+ - Adar I
598
+ - Adar II
599
+ month_labels_abbr:
600
+ - Nis
601
+ - Iya
602
+ - Siv
603
+ - Tam
604
+ - Av
605
+ - Elu
606
+ - Tis
607
+ - Hes
608
+ - Kis
609
+ - Tev
610
+ - Shv
611
+ - Ada
612
+ - Ad1
613
+ - Ad2
614
+ hijri:
615
+ ym_format: ", %{month_label} %{alt_year}"
616
+ month_labels:
617
+ -
618
+ - Muharram
619
+ - Safar
620
+ - Rabiʻ I
621
+ - Rabiʻ II
622
+ - Jumada I
623
+ - Jumada II
624
+ - Rajab
625
+ - Shaʻban
626
+ - Ramadan
627
+ - Shawwal
628
+ - Dhuʻl-Qiʻdah
629
+ - Dhuʻl-Hijjah
630
+ bengali:
631
+ ym_format: ", %{month_label} %{alt_year}"
632
+ month_labels:
633
+ -
634
+ - Boishakh
635
+ - Joishtho
636
+ - Asharh
637
+ - Srabon
638
+ - Bhadro
639
+ - Ashwin
640
+ - Kartika
641
+ - Ogrohayon
642
+ - Poush
643
+ - Magh
644
+ - Falgun
645
+ - Choitro
646
+ indian:
647
+ ym_format: ", %{month_label} %{alt_year}"
648
+ month_labels:
649
+ -
650
+ - Chaitra
651
+ - Vaisakha
652
+ - Jyaistha
653
+ - Asadha
654
+ - Sravana
655
+ - Bhadra
656
+ - Asvina
657
+ - Kartika
658
+ - Agrahayana
659
+ - Pausa
660
+ - Magha
661
+ - Phalguna