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
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  uk:
3
+ locale_name: Ukrainian
3
4
  add: Додати
4
5
  add_new: Додати новий
5
6
  ago: ago
@@ -40,6 +41,7 @@ uk:
40
41
  keep_me_signed_in: Залишатись у системі
41
42
  knowledge_base: База знань
42
43
  last_name: Прізвище
44
+ learn_more: Learn more
43
45
  loading: Loading
44
46
  login: Вхід
45
47
  log_out: Вийти
@@ -57,10 +59,14 @@ uk:
57
59
  sign_in: Увійти
58
60
  sign_up: Реєстрація
59
61
  something_went_wrong: Something went wrong
60
- support: Support
62
+ tech_support: Support
61
63
  update: Оновити
62
64
  view: Переглянути
63
65
  welcome: Ласкаво просимо
66
+ time:
67
+ formats:
68
+ shorter: "%-H:%M"
69
+ start_of_week: 1
64
70
  account:
65
71
  index:
66
72
  title: Акаунт
@@ -99,9 +105,6 @@ uk:
99
105
  dashboard:
100
106
  index:
101
107
  title: Панель управління
102
- morning_salutation: Good morning
103
- afternoon_salutation: Good afternoon
104
- evening_salutation: Good evening
105
108
  last_7_days: Останні 7 днів
106
109
  last_30_days: Останні 30 днів
107
110
  last_90_days: Останні 90 днів
@@ -114,7 +117,7 @@ uk:
114
117
  news:
115
118
  title: Новини
116
119
  cta: View All
117
- playlists:
120
+ playlist_items:
118
121
  title: Плейлисти
119
122
  cta: Перейти до плейлистів
120
123
  pieces_of_content_displayed: Кількість відображуваних елементів
@@ -128,6 +131,10 @@ uk:
128
131
  time_saved:
129
132
  title: Зекономлений час
130
133
  cta: Читати далі
134
+ welcome_message:
135
+ morning_salutation: Good morning
136
+ afternoon_salutation: Good afternoon
137
+ evening_salutation: Good evening
131
138
  devices:
132
139
  edit:
133
140
  accepts_beta_firmware: Firmware Early Release
@@ -141,15 +148,25 @@ uk:
141
148
  device_credentials_hint: See what you can do with these credentials __here__
142
149
  device_name: Назва пристрою
143
150
  device_name_hint: Ми використовуємо імʼя пристрою, щоб зробити інтерфейс TRMNL більш зручним
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__
144
154
  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
145
159
  identify: Ідентифікувати
146
160
  identify_device: Ідентифікувати пристрій
147
161
  identify_device_hint: Натисніть кнопку нижче, щоб показати екран на цьому пристрої, який допоможе його ідентифікувати.
148
162
  logs: Logs
149
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
150
165
  mirror: Відзеркалити
151
166
  mirror_device: Відзеркалити інший пристрій
152
167
  mirror_device_hint: Надайте ID пристрою з увімкненим спільним доступом, щоб дзеркалити його плейлист. Ваш плейлист також буде відображатися.
168
+ mirror_stop: Disconnect Mirroring
169
+ mirror_sync: Sync Screens
153
170
  ota_enabled: OTA Updates Enabled
154
171
  ota_enabled_hint: Automatically install new firmware. Disable to use your own firmware.
155
172
  sleep_mode: Режим сну
@@ -159,8 +176,10 @@ uk:
159
176
  special_function_hint: Set a double-click feature for the button on the back of your device.
160
177
  special_function_learn_more: Learn more about special functions __here__.
161
178
  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.
162
180
  unlink_device: Відв'язати пристрій
163
181
  unlink_device_hint: Відв'язування пристрою TRMNL робить його безпечним для перепродажу або передачі іншій особі.
182
+ unlink_device_learn_more: Follow the full guide __here__.
164
183
  visibility: Спільний доступ
165
184
  visibility_hint: Зробіть ваш пристрій TRMNL доступним для віддзеркалення, змінивши налаштування нижче.
166
185
  your_device: Ваш TRMNL
@@ -208,6 +227,8 @@ uk:
208
227
  source: Source
209
228
  time: Time
210
229
  markups:
230
+ console_logs:
231
+ js_logs: JS Logs
211
232
  form:
212
233
  back_to_plugin_settings: Back to plugin settings
213
234
  design_system: Leverage our native design system
@@ -250,9 +271,11 @@ uk:
250
271
  error: Invalid OTP code
251
272
  verify_otp:
252
273
  verify: Verify
274
+ reset: Reset MFA
275
+ reset_instructions: Click the button on the back of your TRMNL to generate a reset code
253
276
  success: 2FA successful
254
277
  error: Invalid OTP code
255
- playlists:
278
+ playlist_items:
256
279
  index:
257
280
  title: Плейлист
258
281
  tagline: Виберіть, що відображається на
@@ -266,18 +289,35 @@ uk:
266
289
  display_period_from: Display from
267
290
  display_period_to: to
268
291
  display_period_validation: Start time must be before end time. Create another group to span overnight hours.
269
- every: every
270
- playlist:
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
271
301
  delete: Ви впевнені, що хочете видалити цей елемент? Плагін залишиться підключеним, але не відображатиметься на вашому пристрої.
272
302
  displayed_now: Відображається зараз
273
303
  not_displayed_yet: Ще не відображається
274
304
  remove_from_playlist: Видалити з плейлиста
305
+ hide_playlist: Hide this item
306
+ show_playlist: Show this item
275
307
  create:
276
308
  error: Не вдалося оновити плейлист
277
309
  success: Плейлист оновлено
278
310
  destroy:
279
311
  error: Помилка видалення елементу з плейлиста
280
312
  success: Плагін видалено з плейлиста
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
281
321
  update:
282
322
  success: Порядок елементів оновлено
283
323
  plugins:
@@ -304,10 +344,13 @@ uk:
304
344
  tagline: Enable other user to install your plugin.
305
345
  name: Name
306
346
  category: Category
347
+ category_hint: Hold cmd or ctrl to choose up to 3
348
+ refresh_every: Supported Refresh Interval
349
+ refresh_every_hint: The fastest refresh interval your plugin can support.
307
350
  description: Description
308
351
  description_hint: Maximum 50 characters
309
352
  icon: Icon
310
- icon_hint: 40px*40px recommended
353
+ icon_hint: 512x512px recommended
311
354
  installation_url: Installation URL
312
355
  installation_url_hint: Learn more about the installation flow __here__.
313
356
  installation_success_webhook_url: Installation Success Webhook URL
@@ -316,6 +359,8 @@ uk:
316
359
  management_url_hint: Learn more about the management flow __here__.
317
360
  markup_url: Plugin Markup URL
318
361
  markup_url_hint: Learn more about screen generation __here__.
362
+ no_screen_padding: No Screen Padding
363
+ no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
319
364
  uninstallation_webhook_url: Uninstallation Webhook URL
320
365
  edit:
321
366
  title: Edit Plugin
@@ -324,6 +369,12 @@ uk:
324
369
  description: Description
325
370
  plugin_recipes:
326
371
  connected: Recipe connected
372
+ connections:
373
+ one: Connection
374
+ other: Connections
375
+ forks:
376
+ one: Fork
377
+ other: Forks
327
378
  new:
328
379
  error: Recipe not found
329
380
  plugin_settings:
@@ -337,9 +388,15 @@ uk:
337
388
  reset_credentials: "%{plugin_name} account reset successfully"
338
389
  form:
339
390
  active_hint: Показати чи приховати цей екземпляр плагіна на вашому пристрої
391
+ advanced_settings: Advanced Settings
340
392
  back_to_plugin: Назад до %{plugin}
341
393
  back_to_plugins: Назад до Плагінів
342
394
  connect_with: Підключитися до %{plugin}
395
+ debug_logs: Debug Logs
396
+ debug_logs_click_here: Click here
397
+ debug_logs_click_here_hint: to enable debug logs for this plugin instance.
398
+ debug_logs_enabled: Debug logs enabled for %{hours} hours.
399
+ debug_logs_enabled_link: View logs
343
400
  disconnect_account: Disconnect Account
344
401
  manage_plugin: Configure %{plugin}
345
402
  force_refresh: Примусове Оновлення
@@ -347,6 +404,11 @@ uk:
347
404
  force_refresh_click_here: Натисніть тут
348
405
  force_refresh_click_here_hint: щоб негайно створити новий екран
349
406
  learn_more: Дізнайтеся більше про цей плагін у нашій базі знань
407
+ learn_more_fork: This plugin was forked from a Recipe.
408
+ learn_more_fork_original: See Original
409
+ learn_more_recipe_author: Need help? Contact %{recipe_author} on Discord.
410
+ learn_more_recipe_long: This plugin is a community Recipe and is not maintained by TRMNL.
411
+ learn_more_recipe_short: 'Note: this plugin is a Recipe.'
350
412
  linked_account: Linked Account
351
413
  linked_account_success: Successfully linked with %{plugin_name}
352
414
  link_oauth: Підключити обліковий запис
@@ -357,6 +419,13 @@ uk:
357
419
  plugin_uuid: UUID плагіна
358
420
  plugin_uuid_hint: Використовуйте це для здійснення запитів Webhook API.
359
421
  preview: Попередній перегляд - ваш пристрій буде показувати актуальні дані
422
+ recipe_cta_heading_published: This plugin is a Recipe
423
+ recipe_cta_heading_in_review: Recipe in review
424
+ recipe_cta_heading_not_published: Publish as a Recipe?
425
+ recipe_cta_body_published: Changes will be reflected on existing installs and future installs/forks.
426
+ recipe_cta_body_in_review: This plugin has been submitted to our team. Stand by.
427
+ recipe_cta_body_not_published: Submit this plugin for others to install. __Learn more__.
428
+ 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
429
  refresh_rate: Частота оновлення
361
430
  refresh_rate_hint: Оберіть, як часто цей екземпляр плагіна отримує свіжі дані
362
431
  refreshed: Оновлено
@@ -367,6 +436,7 @@ uk:
367
436
  refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
368
437
  refresh_paused_mashup: Refreshing Mashups
369
438
  refresh_paused_mashup_hint: Auto-refresh paused for fullscreen. Mashups are updating.
439
+ refresh_stopped: Auto-refresh stopped. Please fix the plugin error to continue.
370
440
  visit_docs: Переглянути Документацію
371
441
  import:
372
442
  archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
@@ -386,6 +456,21 @@ uk:
386
456
  referral_code:
387
457
  create:
388
458
  request_received: Request received, check your inbox
459
+ recipes:
460
+ index:
461
+ newest_to_oldest: Newest to Oldest
462
+ oldest_to_newest: Oldest to Newest
463
+ most_popular: Most Popular
464
+ install: Install
465
+ fork: Fork
466
+ schedules:
467
+ form:
468
+ add: Add a custom schedule
469
+ append: And during…
470
+ no_schedule: This screen will be shown at all times.
471
+ some_schedule: Only show this screen during…
472
+ to: to
473
+ copy_prompt: Copy schedule from…
389
474
  upgrade:
390
475
  index:
391
476
  title: 'Upgrading device:'
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  zh-CN:
3
+ locale_name: Chinese (Simplified)
3
4
  add: 添加
4
5
  add_new: 添加新设备
5
6
  ago: 之前
@@ -40,6 +41,7 @@ zh-CN:
40
41
  keep_me_signed_in: 保持登录
41
42
  knowledge_base: 说明书
42
43
  last_name: 姓
44
+ learn_more: Learn more
43
45
  loading: 加载中
44
46
  login: 登陆
45
47
  log_out: 登出
@@ -57,10 +59,14 @@ zh-CN:
57
59
  sign_in: 登录
58
60
  sign_up: 退出
59
61
  something_went_wrong: 未知错误
60
- support: 技术支持
62
+ tech_support: 技术支持
61
63
  update: 更新
62
64
  view: 查看
63
65
  welcome: 欢迎
66
+ time:
67
+ formats:
68
+ shorter: "%-H:%M"
69
+ start_of_week: 1
64
70
  account:
65
71
  index:
66
72
  title: 账号
@@ -99,9 +105,6 @@ zh-CN:
99
105
  dashboard:
100
106
  index:
101
107
  title: 仪表盘
102
- morning_salutation: 早上好
103
- afternoon_salutation: 下午好
104
- evening_salutation: 晚上好
105
108
  last_7_days: 过去7日
106
109
  last_30_days: 过去30日
107
110
  last_90_days: 过去90日
@@ -114,7 +117,7 @@ zh-CN:
114
117
  news:
115
118
  title: 通知
116
119
  cta: 全部显示
117
- playlists:
120
+ playlist_items:
118
121
  title: 播放列表
119
122
  cta: 修改播放列表
120
123
  pieces_of_content_displayed: 显示信息数量
@@ -128,6 +131,10 @@ zh-CN:
128
131
  time_saved:
129
132
  title: 节省时间
130
133
  cta: 详细信息
134
+ welcome_message:
135
+ morning_salutation: 早上好
136
+ afternoon_salutation: 下午好
137
+ evening_salutation: 晚上好
131
138
  devices:
132
139
  edit:
133
140
  accepts_beta_firmware: beta测试固件
@@ -141,15 +148,25 @@ zh-CN:
141
148
  device_credentials_hint: See what you can do with these credentials __here__
142
149
  device_name: 设备名称
143
150
  device_name_hint: 用于TRMNL界面
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__
144
154
  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
145
159
  identify: 识别
146
160
  identify_device: 识别设备
147
161
  identify_device_hint: 点击以在此设备上显示识别信息
148
162
  logs: 日志
149
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
150
165
  mirror: 镜像
151
166
  mirror_device: 镜像其他设备
152
167
  mirror_device_hint: 生成一个设备ID,用于镜像播放列表
168
+ mirror_stop: Disconnect Mirroring
169
+ mirror_sync: Sync Screens
153
170
  ota_enabled: 启用OTA更新
154
171
  ota_enabled_hint: 自动安装新固件。禁用以手动更新。
155
172
  sleep_mode: 睡眠模式
@@ -159,8 +176,10 @@ zh-CN:
159
176
  special_function_hint: 设置设备背部按键的双击功能
160
177
  special_function_learn_more: 点击__此处__以了解更多
161
178
  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.
162
180
  unlink_device: 解绑设备
163
181
  unlink_device_hint: 解绑TRMN设备以转移用户
182
+ unlink_device_learn_more: Follow the full guide __here__.
164
183
  visibility: 隐藏
165
184
  visibility_hint: 让TRMNL设备显示镜像播放列表
166
185
  your_device: 您的TRMNL
@@ -208,6 +227,8 @@ zh-CN:
208
227
  source: 来源
209
228
  time: 时间
210
229
  markups:
230
+ console_logs:
231
+ js_logs: JS Logs
211
232
  form:
212
233
  back_to_plugin_settings: Back to plugin settings
213
234
  design_system: Leverage our native design system
@@ -250,9 +271,11 @@ zh-CN:
250
271
  error: Invalid OTP code
251
272
  verify_otp:
252
273
  verify: Verify
274
+ reset: Reset MFA
275
+ reset_instructions: Click the button on the back of your TRMNL to generate a reset code
253
276
  success: 2FA successful
254
277
  error: Invalid OTP code
255
- playlists:
278
+ playlist_items:
256
279
  index:
257
280
  title: 播放列表
258
281
  tagline: 选择您的播放列表
@@ -266,18 +289,35 @@ zh-CN:
266
289
  display_period_from: Display from
267
290
  display_period_to: to
268
291
  display_period_validation: Start time must be before end time. Create another group to span overnight hours.
269
- every: every
270
- playlist:
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
271
301
  delete: 确认删除设备?尽在设备上删除,不会影响插件连接。
272
302
  displayed_now: 正在显示
273
303
  not_displayed_yet: 尚未显示
274
304
  remove_from_playlist: 从播放列表中删除
305
+ hide_playlist: Hide this item
306
+ show_playlist: Show this item
275
307
  create:
276
308
  error: 创建播放列表错误
277
309
  success: 播放列表创建成功
278
310
  destroy:
279
311
  error: 删除播放列表错误
280
312
  success: 播放列表删除成功
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
281
321
  update:
282
322
  success: 播放列表更新成功
283
323
  plugins:
@@ -304,10 +344,13 @@ zh-CN:
304
344
  tagline: 开发您的第一个插件
305
345
  name: 名称
306
346
  category: Category
347
+ category_hint: Hold cmd or ctrl to choose up to 3
348
+ refresh_every: Supported Refresh Interval
349
+ refresh_every_hint: The fastest refresh interval your plugin can support.
307
350
  description: 简介
308
351
  description_hint: 最多 50 字符
309
352
  icon: 图标
310
- icon_hint: 推荐大小40px*40px
353
+ icon_hint: 推荐大小512x512px
311
354
  installation_url: Installation URL
312
355
  installation_url_hint: __了解__更多关于安装流程
313
356
  installation_success_webhook_url: Installation Success Webhook URL
@@ -316,6 +359,8 @@ zh-CN:
316
359
  management_url_hint: __了解__更多关于插件管理
317
360
  markup_url: Plugin Markup URL
318
361
  markup_url_hint: __了解__更多关于插件标记
362
+ no_screen_padding: No Screen Padding
363
+ no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
319
364
  uninstallation_webhook_url: Uninstallation Webhook URL
320
365
  edit:
321
366
  title: 编辑插件
@@ -324,6 +369,12 @@ zh-CN:
324
369
  description: 简介
325
370
  plugin_recipes:
326
371
  connected: Recipe connected
372
+ connections:
373
+ one: Connection
374
+ other: Connections
375
+ forks:
376
+ one: Fork
377
+ other: Forks
327
378
  new:
328
379
  error: Recipe not found
329
380
  plugin_settings:
@@ -337,9 +388,15 @@ zh-CN:
337
388
  reset_credentials: "%{plugin_name} account reset successfully"
338
389
  form:
339
390
  active_hint: 显示/隐藏此插件
391
+ advanced_settings: Advanced Settings
340
392
  back_to_plugin: 返回 %{plugin}
341
393
  back_to_plugins: 返回插件
342
394
  connect_with: 已连接 %{plugin}
395
+ debug_logs: Debug Logs
396
+ debug_logs_click_here: Click here
397
+ debug_logs_click_here_hint: to enable debug logs for this plugin instance.
398
+ debug_logs_enabled: Debug logs enabled for %{hours} hours.
399
+ debug_logs_enabled_link: View logs
343
400
  disconnect_account: Disconnect Account
344
401
  manage_plugin: 设置 %{plugin}
345
402
  force_refresh: 强制刷新
@@ -347,6 +404,11 @@ zh-CN:
347
404
  force_refresh_click_here: 点击此处
348
405
  force_refresh_click_here_hint: 立即刷新插件
349
406
  learn_more: 了解更多
407
+ learn_more_fork: This plugin was forked from a Recipe.
408
+ learn_more_fork_original: See Original
409
+ learn_more_recipe_author: Need help? Contact %{recipe_author} on Discord.
410
+ learn_more_recipe_long: This plugin is a community Recipe and is not maintained by TRMNL.
411
+ learn_more_recipe_short: 'Note: this plugin is a Recipe.'
350
412
  linked_account: Linked Account
351
413
  linked_account_success: Successfully linked with %{plugin_name}
352
414
  link_oauth: 链接账户
@@ -357,6 +419,13 @@ zh-CN:
357
419
  plugin_uuid: 插件UUID
358
420
  plugin_uuid_hint: 用于发起 Webhook API 请求
359
421
  preview: 预览
422
+ recipe_cta_heading_published: This plugin is a Recipe
423
+ recipe_cta_heading_in_review: Recipe in review
424
+ recipe_cta_heading_not_published: Publish as a Recipe?
425
+ recipe_cta_body_published: Changes will be reflected on existing installs and future installs/forks.
426
+ recipe_cta_body_in_review: This plugin has been submitted to our team. Stand by.
427
+ recipe_cta_body_not_published: Submit this plugin for others to install. __Learn more__.
428
+ 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
429
  refresh_rate: 刷新率
361
430
  refresh_rate_hint: 设置插件刷新频率
362
431
  refreshed: 已刷新
@@ -367,6 +436,7 @@ zh-CN:
367
436
  refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
368
437
  refresh_paused_mashup: Refreshing Mashups
369
438
  refresh_paused_mashup_hint: Auto-refresh paused for fullscreen. Mashups are updating.
439
+ refresh_stopped: Auto-refresh stopped. Please fix the plugin error to continue.
370
440
  visit_docs: 查看文档
371
441
  import:
372
442
  archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
@@ -386,6 +456,21 @@ zh-CN:
386
456
  referral_code:
387
457
  create:
388
458
  request_received: Request received, check your inbox
459
+ recipes:
460
+ index:
461
+ newest_to_oldest: Newest to Oldest
462
+ oldest_to_newest: Oldest to Newest
463
+ most_popular: Most Popular
464
+ install: Install
465
+ fork: Fork
466
+ schedules:
467
+ form:
468
+ add: Add a custom schedule
469
+ append: And during…
470
+ no_schedule: This screen will be shown at all times.
471
+ some_schedule: Only show this screen during…
472
+ to: to
473
+ copy_prompt: Copy schedule from…
389
474
  upgrade:
390
475
  index:
391
476
  title: 正在升级设备: