trmnl-i18n 0.1.0 → 0.2.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 (63) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/README.adoc +5 -7
  4. data/lib/trmnl/i18n/locales/custom_plugins/da.yml +32 -36
  5. data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +32 -36
  6. data/lib/trmnl/i18n/locales/custom_plugins/de.yml +32 -36
  7. data/lib/trmnl/i18n/locales/custom_plugins/en.yml +32 -36
  8. data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +32 -36
  9. data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +32 -36
  10. data/lib/trmnl/i18n/locales/custom_plugins/he.yml +32 -36
  11. data/lib/trmnl/i18n/locales/custom_plugins/id.yml +32 -36
  12. data/lib/trmnl/i18n/locales/custom_plugins/it.yml +32 -36
  13. data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +31 -35
  14. data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +32 -36
  15. data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +32 -36
  16. data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +32 -36
  17. data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +32 -36
  18. data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +32 -36
  19. data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +1 -5
  20. data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +1 -5
  21. data/lib/trmnl/i18n/locales/plugin_renders/da.yml +29 -5
  22. data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +28 -4
  23. data/lib/trmnl/i18n/locales/plugin_renders/de.yml +28 -4
  24. data/lib/trmnl/i18n/locales/plugin_renders/en.yml +28 -4
  25. data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +28 -3
  26. data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +28 -4
  27. data/lib/trmnl/i18n/locales/plugin_renders/he.yml +29 -5
  28. data/lib/trmnl/i18n/locales/plugin_renders/id.yml +28 -4
  29. data/lib/trmnl/i18n/locales/plugin_renders/it.yml +28 -4
  30. data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +28 -4
  31. data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +28 -4
  32. data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +28 -4
  33. data/lib/trmnl/i18n/locales/plugin_renders/no.yml +29 -5
  34. data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +28 -4
  35. data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +28 -4
  36. data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +28 -4
  37. data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +28 -4
  38. data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +28 -4
  39. data/lib/trmnl/i18n/locales/web_ui/da.yml +24 -26
  40. data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +40 -43
  41. data/lib/trmnl/i18n/locales/web_ui/de.yml +41 -44
  42. data/lib/trmnl/i18n/locales/web_ui/en.yml +41 -44
  43. data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +41 -44
  44. data/lib/trmnl/i18n/locales/web_ui/fr.yml +37 -40
  45. data/lib/trmnl/i18n/locales/web_ui/he.yml +40 -43
  46. data/lib/trmnl/i18n/locales/web_ui/id.yml +38 -41
  47. data/lib/trmnl/i18n/locales/web_ui/it.yml +40 -43
  48. data/lib/trmnl/i18n/locales/web_ui/ja.yml +42 -45
  49. data/lib/trmnl/i18n/locales/web_ui/ko.yml +39 -42
  50. data/lib/trmnl/i18n/locales/web_ui/nl.yml +38 -41
  51. data/lib/trmnl/i18n/locales/web_ui/no.yml +21 -27
  52. data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +41 -44
  53. data/lib/trmnl/i18n/locales/web_ui/raw.yml +21 -24
  54. data/lib/trmnl/i18n/locales/web_ui/uk.yml +44 -47
  55. data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +39 -42
  56. data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +62 -65
  57. data/lib/trmnl/i18n/synchronization/processor.rb +56 -0
  58. data/lib/trmnl/i18n/synchronization/repo.rb +43 -0
  59. data/lib/trmnl/i18n/synchronization/value_reducer.rb +23 -0
  60. data/trmnl-i18n.gemspec +3 -3
  61. data.tar.gz.sig +0 -0
  62. metadata +21 -19
  63. metadata.gz.sig +0 -0
@@ -1,9 +1,9 @@
1
+ ---
1
2
  raw:
2
- # global, logged out, and auth-related
3
3
  add: add
4
4
  add_new: add_new
5
- already_have_account: already_have_account
6
5
  ago: ago
6
+ already_have_account: already_have_account
7
7
  back: back
8
8
  back_to_all_blog_posts: back_to_all_blog_posts
9
9
  blog: blog
@@ -61,12 +61,15 @@ raw:
61
61
  update: update
62
62
  view: view
63
63
  welcome: welcome
64
-
65
- # views by resource (device, plugins, playlists, account, etc)
66
64
  account:
67
65
  index:
68
66
  title: account.index.title
69
67
  tagline: account.index.tagline
68
+ api_key_confirm: account.index.api_key_confirm
69
+ api_key_hint: account.index.api_key_hint
70
+ api_key_label: account.index.api_key_label
71
+ api_key_reset: account.index.api_key_reset
72
+ api_key: account.index.api_key
70
73
  email_address: account.index.email_address
71
74
  refer_and_earn: account.index.refer_and_earn
72
75
  refer_and_earn_hint: account.index.refer_and_earn_hint
@@ -89,10 +92,10 @@ raw:
89
92
  time_zone_hint: account.index.time_zone_hint
90
93
  locale: account.index.locale
91
94
  locale_hint: account.index.locale_hint __Go here__.
92
-
93
- # toast messages
94
95
  update:
95
96
  success: account.update.success
97
+ reset_api_key:
98
+ success: account.reset_api_key.success
96
99
  dashboard:
97
100
  index:
98
101
  title: dashboard.index.title
@@ -104,25 +107,25 @@ raw:
104
107
  last_90_days: dashboard.index.last_90_days
105
108
  today: dashboard.index.today
106
109
  yesterday: dashboard.index.yesterday
107
- health: # partial (widget)
110
+ health:
108
111
  bad: dashboard.health.bad
109
112
  good: dashboard.health.good
110
113
  next_steps: dashboard.health.next_steps
111
- news: # partial (widget)
114
+ news:
112
115
  title: dashboard.news.title
113
116
  cta: dashboard.news.cta
114
- playlists: # partial (widget)
117
+ playlists:
115
118
  title: dashboard.playlists.title
116
119
  cta: dashboard.playlists.cta
117
120
  pieces_of_content_displayed: dashboard.playlists.pieces_of_content_displayed
118
- plugins: # partial (widget)
121
+ plugins:
119
122
  title: dashboard.plugins.title
120
123
  cta: dashboard.plugins.cta
121
124
  connected: dashboard.plugins.connected
122
125
  new_and_popular: dashboard.plugins.new_and_popular
123
126
  shop:
124
127
  title: dashboard.shop.title
125
- time_saved: # partial (widget)
128
+ time_saved:
126
129
  title: dashboard.time_saved.title
127
130
  cta: dashboard.time_saved.cta
128
131
  devices:
@@ -170,8 +173,6 @@ raw:
170
173
  title: devices.new.title
171
174
  description: devices.new.description
172
175
  add_device: devices.new.add_device
173
-
174
- # toast messages
175
176
  associate:
176
177
  error: devices.associate.error
177
178
  success: devices.associate.success
@@ -218,14 +219,17 @@ raw:
218
219
  edit_markup_without_preview: markups.form.edit_markup_without_preview
219
220
  error_rendering_markup: markups.form.error_rendering_markup
220
221
  fix_indentation: markups.form.fix_indentation
222
+ go_to_preview: markups.form.go_to_preview
221
223
  live_preview: markups.form.live_preview
222
224
  no_changes_to_save: markups.form.no_changes_to_save
225
+ pop_out_preview: markups.form.pop_out_preview
223
226
  quickstart_examples: markups.form.quickstart_examples
224
227
  quickstart_example_applied: markups.form.quickstart_example_applied
225
228
  quickstart_use_this_example: markups.form.quickstart_use_this_example
226
229
  revert: markups.form.revert
227
230
  revert_confirm: markups.form.revert_confirm
228
231
  save_changes: markups.form.save_changes
232
+ separate_preview: markups.form.separate_preview
229
233
  merge_variables:
230
234
  your_variables: markups.merge_variables.your_variables
231
235
  no_merge_variables:
@@ -263,13 +267,11 @@ raw:
263
267
  display_period_to: playlists.index.display_period_to
264
268
  display_period_validation: playlists.index.display_period_validation
265
269
  every: playlists.index.every
266
- playlist: # partial (single item)
270
+ playlist:
267
271
  delete: playlists.playlist.delete
268
272
  displayed_now: playlists.playlist.displayed_now
269
273
  not_displayed_yet: playlists.playlist.not_displayed_yet
270
274
  remove_from_playlist: playlists.playlist.remove_from_playlist
271
-
272
- # toast messages
273
275
  create:
274
276
  error: playlists.create.error
275
277
  success: playlists.create.success
@@ -286,7 +288,7 @@ raw:
286
288
  connected: plugins.index.connected
287
289
  recipes: recipes
288
290
  recipes_hint: recipes_hint. __Learn more__.
289
- search: # partial (search box)
291
+ search:
290
292
  placeholder: plugins.search.placeholder
291
293
  my:
292
294
  index:
@@ -306,8 +308,6 @@ raw:
306
308
  description_hint: plugins.new.description_hint
307
309
  icon: plugins.new.icon
308
310
  icon_hint: plugins.new.icon_hint
309
- no_screen_padding: No Screen Padding
310
- no_screen_padding_hint: This setting allows you to remove the outermost padding and use fullscreen mode.
311
311
  installation_url: plugins.new.installation_url
312
312
  installation_url_hint: plugins.new.installation_url_hint __here__.
313
313
  installation_success_webhook_url: plugins.new.installation_success_webhook_url
@@ -317,6 +317,8 @@ raw:
317
317
  markup_url: plugins.new.markup_url
318
318
  markup_url_hint: plugins.new.markup_url_hint __here__.
319
319
  uninstallation_webhook_url: plugins.new.uninstallation_webhook_url
320
+ no_screen_padding: No Screen Padding
321
+ no_screen_padding_hint: This setting allows you to remove the outermost padding and use fullscreen mode.
320
322
  edit:
321
323
  title: plugins.edit.title
322
324
  tagline: plugins.edit.tagline
@@ -373,8 +375,6 @@ raw:
373
375
  missing_entry: plugin_settings.import.missing_entry
374
376
  entry_too_large: plugin_settings.import.entry_too_large
375
377
  malformed: plugin_settings.import.malformed
376
-
377
- # toast messages
378
378
  create:
379
379
  success: plugin_settings.create.success
380
380
  playlist: plugin_settings.create.playlist
@@ -385,7 +385,6 @@ raw:
385
385
  success: plugin_settings.update.success
386
386
  add_to_playlist:
387
387
  success: plugin_settings.add_to_playlist.success
388
-
389
388
  referral_code:
390
389
  create:
391
390
  request_received: referral_code.create.request_received
@@ -395,7 +394,5 @@ raw:
395
394
  tagline: upgrade.index.tagline
396
395
  pay: upgrade.index.pay
397
396
  error: upgrade.index.error
398
-
399
- # toast messages
400
397
  confirm:
401
398
  success: upgrade.confirm.success
@@ -1,9 +1,9 @@
1
+ ---
1
2
  uk:
2
- # global, logged out, and auth-related
3
3
  add: Додати
4
4
  add_new: Додати новий
5
- ago: ago # example: "Created 5 mins ago"
6
- already_have_account: У мене вже є акаунт # signup form cta
5
+ ago: ago
6
+ already_have_account: У мене вже є акаунт
7
7
  back: Назад
8
8
  back_to_all_blog_posts: Back to all posts
9
9
  blog: Blog
@@ -18,10 +18,10 @@ uk:
18
18
  copy: Copy
19
19
  copied_to_clipboard: Copied!
20
20
  copy_to_clipboard: Copy to clipboard
21
- created: Created # example: "Created 5 mins ago"
22
- create_an_account: Створити акаунт # login form cta
21
+ created: Created
22
+ create_an_account: Створити акаунт
23
23
  current_device: Current device
24
- days: днів # TODO: Check if the declension is correct
24
+ days: днів
25
25
  delete: Видалити
26
26
  developer_edition_required: Developer edition is required to enable this feature.
27
27
  device_id: ID пристрою
@@ -30,8 +30,8 @@ uk:
30
30
  export: Export
31
31
  fetching: Fetching
32
32
  first_name: Ім'я
33
- forgot_password: Я забув мій пароль # login form link
34
- forgot_password_title: Отакої…Гайда знову # heading on /password/new
33
+ forgot_password: Я забув мій пароль
34
+ forgot_password_title: Отакої…Гайда знову
35
35
  get_started: Почнемо!
36
36
  identify: Ідентифікувати
37
37
  import: Import
@@ -41,36 +41,39 @@ uk:
41
41
  knowledge_base: База знань
42
42
  last_name: Прізвище
43
43
  loading: Loading
44
- login: Вхід # TODO: Check context, maybe be "Увійти" або "Логін"?
44
+ login: Вхід
45
45
  log_out: Вийти
46
- minimum_characters: мінімум символів # ex: 8 characters minimum
47
- mins: хв # 'minutes' abbreviation
46
+ minimum_characters: мінімум символів
47
+ mins: хв
48
48
  my_playlist: My Playlist
49
49
  new_password: Новий пароль
50
50
  password: Пароль
51
- please_wait: Please Wait... # similar to "Fetching", but shown after a long process button click vs on page-load
51
+ please_wait: Please Wait...
52
52
  plugin_not_found: Plugin not found
53
53
  refresh_rates_hint: Learn how refresh rates work __here__.
54
54
  reset_password: Скинути мій пароль
55
55
  save: Зберегти
56
56
  section: Section
57
- sign_in: Увійти # login form cta # TODO: Check the context
58
- sign_up: Реєстрація # logged out navigation
57
+ sign_in: Увійти
58
+ sign_up: Реєстрація
59
59
  something_went_wrong: Something went wrong
60
- support: Support # bottom navigation tab, links to help center
60
+ support: Support
61
61
  update: Оновити
62
62
  view: Переглянути
63
- welcome: Ласкаво просимо # login form heading
64
-
65
- # views by resource (device, plugins, playlists, account, etc)
63
+ welcome: Ласкаво просимо
66
64
  account:
67
65
  index:
68
66
  title: Акаунт
69
67
  tagline: Налаштування аккаунту
68
+ api_key_confirm: Are you sure you want to regenerate your API Key? The old key will be invalidated.
69
+ api_key_hint: See __the docs__ to learn how to configure your local environment.
70
+ api_key_label: The credential for authenticating local development tools
71
+ api_key_reset: Regenerate
72
+ api_key: API Key
70
73
  email_address: Єлектронна пошта
71
74
  refer_and_earn: Refer and Earn
72
75
  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
76
+ refer_and_earn_redemptions: Redemptions
74
77
  refer_and_earn_request_code: Request a Code
75
78
  device_invoice: Device Invoice
76
79
  device_invoice_label: Download commercial documents for your accountant or (weird) PDF collection.
@@ -89,10 +92,10 @@ uk:
89
92
  time_zone_hint: Визначає частоту оновлення та розклад сну пристрою.
90
93
  locale: Locale
91
94
  locale_hint: What language and localization do you prefer? __Go here__.
92
-
93
- # toast messages
94
95
  update:
95
96
  success: Профіль успішно оновлено
97
+ reset_api_key:
98
+ success: API key was regenerated successfully
96
99
  dashboard:
97
100
  index:
98
101
  title: Панель управління
@@ -104,35 +107,35 @@ uk:
104
107
  last_90_days: Останні 90 днів
105
108
  today: Сьогодні
106
109
  yesterday: Вчора
107
- health: # partial (widget)
110
+ health:
108
111
  bad: У роботі плагінів виникли неполадки
109
112
  good: Плагіни в нормі
110
113
  next_steps: Ми повідомимо вас, якщо щось зміниться
111
- news: # partial (widget)
114
+ news:
112
115
  title: Новини
113
116
  cta: View All
114
- playlists: # partial (widget)
117
+ playlists:
115
118
  title: Плейлисти
116
119
  cta: Перейти до плейлистів
117
120
  pieces_of_content_displayed: Кількість відображуваних елементів
118
- plugins: # partial (widget)
121
+ plugins:
119
122
  title: Плагіни
120
123
  cta: Перейти до плагінів
121
124
  connected: Підключено
122
125
  new_and_popular: Нові та популярні
123
126
  shop:
124
127
  title: Shop
125
- time_saved: # partial (widget)
128
+ time_saved:
126
129
  title: Зекономлений час
127
130
  cta: Читати далі
128
131
  devices:
129
132
  edit:
130
- accepts_beta_firmware: Firmware Early Release # true/false toggle to receive new device updates before regular users
133
+ accepts_beta_firmware: Firmware Early Release
131
134
  accepts_beta_firmware_hint: Toggle on to get the latest device firmware improvements before other users.
132
135
  back_to_devices: Назад до пристроїв
133
136
  battery_consumption: Споживання батареї
134
137
  battery_consumption_hint: Заощаджуйте енергію та насолоджуйтесь тривалим часом роботи батареї, увімкнувши Режим сну.
135
- developer_perks: Developer Perks # heading; below this is a list of options for devices with (paid) Developer edition add-on
138
+ developer_perks: Developer Perks
136
139
  developer_perks_hint: Options below require the __Developer add-on__.
137
140
  device_credentials: Device Credentials
138
141
  device_credentials_hint: See what you can do with these credentials __here__
@@ -170,8 +173,6 @@ uk:
170
173
  title: Додати новий пристрій
171
174
  description: Введіть ваш Дружній ID, щоб додати новий пристрій TRMNL до вашого акаунту.
172
175
  add_device: Додати новий пристрій
173
-
174
- # toast messages
175
176
  associate:
176
177
  error: Помилка підключення пристрою
177
178
  success: Пристрій успішно підключено
@@ -188,11 +189,11 @@ uk:
188
189
  success: Пристрій %{friendly_id} успішно віддзеркалено
189
190
  success_removed: Mirroring Removed
190
191
  switch:
191
- error: Помилка перемикання пристрою # TODO: Check the context
192
+ error: Помилка перемикання пристрою
192
193
  success: Пристрій успішно перемкнено
193
194
  update:
194
195
  error: Помилка оновлення пристрою
195
- success: "Налаштування пристрою %{device} успішно оновлено"
196
+ success: Налаштування пристрою %{device} успішно оновлено
196
197
  invoices:
197
198
  rate_limit: Too many attempts, please wait and try again
198
199
  invoice_not_found: Invoice not found
@@ -201,7 +202,7 @@ uk:
201
202
  title: Logs
202
203
  all: All
203
204
  device: Device
204
- dump: Dump # content
205
+ dump: Dump
205
206
  id: ID
206
207
  private_plugins: Private Plugins
207
208
  source: Source
@@ -218,14 +219,17 @@ uk:
218
219
  edit_markup_without_preview: Edit Markup (without preview)
219
220
  error_rendering_markup: Error rendering that markup
220
221
  fix_indentation: Fix indentation
222
+ go_to_preview: Go To Preview
221
223
  live_preview: Live Preview
222
224
  no_changes_to_save: No changes to save
225
+ pop_out_preview: Pop Out Preview
223
226
  quickstart_examples: Quick-start Examples
224
227
  quickstart_example_applied: Applied!
225
228
  quickstart_use_this_example: Use this example
226
229
  revert: Revert
227
230
  revert_confirm: Are you sure you want to revert? All unsaved changes will be lost.
228
231
  save_changes: Save Changes (⌘﹢S)
232
+ separate_preview: Preview is open in a separate window
229
233
  merge_variables:
230
234
  your_variables: Your variables
231
235
  no_merge_variables:
@@ -263,13 +267,11 @@ uk:
263
267
  display_period_to: to
264
268
  display_period_validation: Start time must be before end time. Create another group to span overnight hours.
265
269
  every: every
266
- playlist: # partial (single item)
270
+ playlist:
267
271
  delete: Ви впевнені, що хочете видалити цей елемент? Плагін залишиться підключеним, але не відображатиметься на вашому пристрої.
268
272
  displayed_now: Відображається зараз
269
273
  not_displayed_yet: Ще не відображається
270
274
  remove_from_playlist: Видалити з плейлиста
271
-
272
- # toast messages
273
275
  create:
274
276
  error: Не вдалося оновити плейлист
275
277
  success: Плейлист оновлено
@@ -286,7 +288,7 @@ uk:
286
288
  connected: Підключені
287
289
  recipes: Recipes
288
290
  recipes_hint: Private plugins by community members that can be installed in 1 click. __Learn more__.
289
- search: # partial (search box)
291
+ search:
290
292
  placeholder: Знайти плагіни
291
293
  my:
292
294
  index:
@@ -330,7 +332,7 @@ uk:
330
332
  delete_are_you_sure: Are you sure you want to delete this setting?
331
333
  delete: Це повністю видалить налаштування плагіна. Щоб просто приховати цей плагін з вашого пристрою, видаліть його з плейлиста.
332
334
  inactive: Неактивний
333
- no_plugin_settings_found: Налаштування плагінів не знайдено. # empty state - should not appear
335
+ no_plugin_settings_found: Налаштування плагінів не знайдено.
334
336
  refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
335
337
  reset_credentials: "%{plugin_name} account reset successfully"
336
338
  form:
@@ -343,7 +345,7 @@ uk:
343
345
  force_refresh: Примусове Оновлення
344
346
  force_refresh_hint: Ця функція призначена лише для тестування - будь ласка, не зловживайте нею.
345
347
  force_refresh_click_here: Натисніть тут
346
- force_refresh_click_here_hint: щоб негайно створити новий екран # TODO: Check the context
348
+ force_refresh_click_here_hint: щоб негайно створити новий екран
347
349
  learn_more: Дізнайтеся більше про цей плагін у нашій базі знань
348
350
  linked_account: Linked Account
349
351
  linked_account_success: Successfully linked with %{plugin_name}
@@ -371,29 +373,24 @@ uk:
371
373
  missing_entry: The ZIP file does not contain %{filename}
372
374
  entry_too_large: "%{filename} is too large"
373
375
  malformed: "%{filename} is malformed"
374
-
375
- # toast messages
376
376
  create:
377
377
  success: Плагін створено та додано до вашого
378
378
  playlist: плейлисту
379
379
  destroy:
380
380
  success: Плагін видалено
381
- handle_canceled_consent: Згоду скасовано, будь ласка, спробуйте ще раз # TODO: Check the context
381
+ handle_canceled_consent: Згоду скасовано, будь ласка, спробуйте ще раз
382
382
  update:
383
383
  success: Конфігурацію плагіна успішно оновлено
384
384
  add_to_playlist:
385
385
  success: Plugin added to Playlist
386
-
387
386
  referral_code:
388
387
  create:
389
388
  request_received: Request received, check your inbox
390
389
  upgrade:
391
390
  index:
392
- title: "Upgrading device:"
391
+ title: 'Upgrading device:'
393
392
  tagline: Unlock custom plugins and __more__.
394
- pay: Pay # button text; ex "Pay $20"
393
+ pay: Pay
395
394
  error: Device %{device_name} is already upgraded, switch to another device
396
-
397
- # toast messages
398
395
  confirm:
399
396
  success: Developer edition add-on is now enabled
@@ -1,9 +1,9 @@
1
+ ---
1
2
  zh-CN:
2
- # global, logged out, and auth-related
3
3
  add: 添加
4
4
  add_new: 添加新设备
5
- ago: 之前 # example: "Created 5 mins ago"
6
- already_have_account: 登录 # signup form cta
5
+ ago: 之前
6
+ already_have_account: 登录
7
7
  back: 后退
8
8
  back_to_all_blog_posts: 返回首页
9
9
  blog: 博客
@@ -18,8 +18,8 @@ zh-CN:
18
18
  copy: 复制
19
19
  copied_to_clipboard: 已复制
20
20
  copy_to_clipboard: 复制到剪贴板
21
- created: 新建于 # example: "Created 5 mins ago"
22
- create_an_account: 创建账号 # login form cta
21
+ created: 新建于
22
+ create_an_account: 创建账号
23
23
  current_device: 当前设备
24
24
  days: 天
25
25
  delete: 删除
@@ -30,8 +30,8 @@ zh-CN:
30
30
  export: Export
31
31
  fetching: 正在获取
32
32
  first_name: 名
33
- forgot_password: 忘记密码 # login form link
34
- forgot_password_title: 重新设置密码 # heading on /password/new (hint: https://www.google.com/search?q=here+we+go+again+meme)
33
+ forgot_password: 忘记密码
34
+ forgot_password_title: 重新设置密码
35
35
  get_started: 开始使用
36
36
  identify: 识别
37
37
  import: Import
@@ -43,34 +43,37 @@ zh-CN:
43
43
  loading: 加载中
44
44
  login: 登陆
45
45
  log_out: 登出
46
- minimum_characters: 最少字符 # ex: 8 characters minimum
47
- mins: 分 # 'minutes' abbreviation
46
+ minimum_characters: 最少字符
47
+ mins: 分
48
48
  my_playlist: 我的播放列表
49
49
  new_password: 新密码
50
50
  password: 密码
51
- please_wait: 请等待…… # similar to "Fetching", but shown after a long process button click vs on page-load
51
+ please_wait: 请等待……
52
52
  plugin_not_found: 未发现插件
53
53
  refresh_rates_hint: 点击 __此处__ 了解刷新频次。
54
54
  reset_password: 重置密码
55
55
  save: 保存
56
56
  section: 分区
57
- sign_in: 登录 # login form cta
58
- sign_up: 退出 # logged out navigation
57
+ sign_in: 登录
58
+ sign_up: 退出
59
59
  something_went_wrong: 未知错误
60
- support: 技术支持 # bottom navigation tab, links to help center
60
+ support: 技术支持
61
61
  update: 更新
62
62
  view: 查看
63
- welcome: 欢迎 # login form heading
64
-
65
- # views by resource (device, plugins, playlists, account, etc)
63
+ welcome: 欢迎
66
64
  account:
67
65
  index:
68
66
  title: 账号
69
67
  tagline: 修改账号设置
68
+ api_key_confirm: Are you sure you want to regenerate your API Key? The old key will be invalidated.
69
+ api_key_hint: See __the docs__ to learn how to configure your local environment.
70
+ api_key_label: The credential for authenticating local development tools
71
+ api_key_reset: Regenerate
72
+ api_key: API Key
70
73
  email_address: Email
71
74
  refer_and_earn: 返利
72
75
  refer_and_earn_hint: 通过个性化的优惠券赠送 TRMNL 设备。按使用次数付费,按月支付。
73
- refer_and_earn_redemptions: 兑换次数 # how many times this coupon has been used
76
+ refer_and_earn_redemptions: 兑换次数
74
77
  refer_and_earn_request_code: 生成兑换码
75
78
  device_invoice: 设备发票
76
79
  device_invoice_label: 下载您的商业发票或者 PDF 汇款证明。
@@ -89,10 +92,10 @@ zh-CN:
89
92
  time_zone_hint: 用于自动调整刷新率与设备休眠
90
93
  locale: 本地化
91
94
  locale_hint: 您首选的语言和本地化是?__可在此设置__。
92
-
93
- # toast messages
94
95
  update:
95
96
  success: 账户修改成功
97
+ reset_api_key:
98
+ success: API key was regenerated successfully
96
99
  dashboard:
97
100
  index:
98
101
  title: 仪表盘
@@ -104,35 +107,35 @@ zh-CN:
104
107
  last_90_days: 过去90日
105
108
  today: 今日
106
109
  yesterday: 昨日
107
- health: # partial (widget)
110
+ health:
108
111
  bad: 插件出现错误
109
112
  good: 插件正常
110
113
  next_steps: 若有进一步变化,将通知您
111
- news: # partial (widget)
114
+ news:
112
115
  title: 通知
113
116
  cta: 全部显示
114
- playlists: # partial (widget)
117
+ playlists:
115
118
  title: 播放列表
116
119
  cta: 修改播放列表
117
120
  pieces_of_content_displayed: 显示信息数量
118
- plugins: # partial (widget)
121
+ plugins:
119
122
  title: 插件
120
123
  cta: 前往插件
121
124
  connected: 已连接
122
125
  new_and_popular: 热门插件
123
126
  shop:
124
127
  title: 店铺
125
- time_saved: # partial (widget)
128
+ time_saved:
126
129
  title: 节省时间
127
130
  cta: 详细信息
128
131
  devices:
129
132
  edit:
130
- accepts_beta_firmware: beta测试固件 # true/false toggle to receive new device updates before regular users
133
+ accepts_beta_firmware: beta测试固件
131
134
  accepts_beta_firmware_hint: 打开以提前使用最新固件
132
135
  back_to_devices: 返回设备列表
133
136
  battery_consumption: 电池消耗
134
137
  battery_consumption_hint: 在晚上10点到早上8点之间启用睡眠模式,节省电量并延长电池寿命。
135
- developer_perks: 开发者选项 # heading; below this is a list of options for devices with (paid) Developer edition add-on
138
+ developer_perks: 开发者选项
136
139
  developer_perks_hint: 下列选项需要__开发者选项__
137
140
  device_credentials: 设备密码
138
141
  device_credentials_hint: See what you can do with these credentials __here__
@@ -170,8 +173,6 @@ zh-CN:
170
173
  title: 添加新TRMNL设备
171
174
  description: 输入您的TRMNL设备ID以添加新TRMNL设备
172
175
  add_device: 添加新添加新TRMNL设备设备
173
-
174
- # toast messages
175
176
  associate:
176
177
  error: 设备连接错误
177
178
  success: 设备连接成功
@@ -192,7 +193,7 @@ zh-CN:
192
193
  success: 设备切换成功
193
194
  update:
194
195
  error: 设备更新错误
195
- success: “%{device} 更新成功”
196
+ success: "“%{device} 更新成功”"
196
197
  invoices:
197
198
  rate_limit: 尝试次数过多,请耐心等待之后再次尝试
198
199
  invoice_not_found: 未找到发票
@@ -201,7 +202,7 @@ zh-CN:
201
202
  title: 日志
202
203
  all: 全部
203
204
  device: 设备
204
- dump: Dump # content
205
+ dump: Dump
205
206
  id: ID
206
207
  private_plugins: 私有插件
207
208
  source: 来源
@@ -218,14 +219,17 @@ zh-CN:
218
219
  edit_markup_without_preview: Edit Markup (without preview)
219
220
  error_rendering_markup: Error rendering that markup
220
221
  fix_indentation: Fix indentation
222
+ go_to_preview: Go To Preview
221
223
  live_preview: Live Preview
222
224
  no_changes_to_save: No changes to save
225
+ pop_out_preview: Pop Out Preview
223
226
  quickstart_examples: Quick-start Examples
224
227
  quickstart_example_applied: Applied!
225
228
  quickstart_use_this_example: Use this example
226
229
  revert: Revert
227
230
  revert_confirm: Are you sure you want to revert? All unsaved changes will be lost.
228
231
  save_changes: Save Changes (⌘﹢S)
232
+ separate_preview: Preview is open in a separate window
229
233
  merge_variables:
230
234
  your_variables: Your variables
231
235
  no_merge_variables:
@@ -263,13 +267,11 @@ zh-CN:
263
267
  display_period_to: to
264
268
  display_period_validation: Start time must be before end time. Create another group to span overnight hours.
265
269
  every: every
266
- playlist: # partial (single item)
270
+ playlist:
267
271
  delete: 确认删除设备?尽在设备上删除,不会影响插件连接。
268
272
  displayed_now: 正在显示
269
273
  not_displayed_yet: 尚未显示
270
274
  remove_from_playlist: 从播放列表中删除
271
-
272
- # toast messages
273
275
  create:
274
276
  error: 创建播放列表错误
275
277
  success: 播放列表创建成功
@@ -286,7 +288,7 @@ zh-CN:
286
288
  connected: 已连接
287
289
  recipes: Recipes
288
290
  recipes_hint: Private plugins by community members that can be installed in 1 click. __Learn more__.
289
- search: # partial (search box)
291
+ search:
290
292
  placeholder: 搜索所有插件
291
293
  my:
292
294
  index:
@@ -330,7 +332,7 @@ zh-CN:
330
332
  delete_are_you_sure: Are you sure you want to delete this setting?
331
333
  delete: 删除。这将完全删除插件的设置。要仅隐藏此插件,请从播放列表中删除。
332
334
  inactive: 停用
333
- no_plugin_settings_found: 未找到插件信息 # empty state - should not appear
335
+ no_plugin_settings_found: 未找到插件信息
334
336
  refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
335
337
  reset_credentials: "%{plugin_name} account reset successfully"
336
338
  form:
@@ -371,8 +373,6 @@ zh-CN:
371
373
  missing_entry: The ZIP file does not contain %{filename}
372
374
  entry_too_large: "%{filename} is too large"
373
375
  malformed: "%{filename} is malformed"
374
-
375
- # toast messages
376
376
  create:
377
377
  success: 插件设置创建并添加成功
378
378
  playlist: 播放列表
@@ -383,17 +383,14 @@ zh-CN:
383
383
  success: 插件成功更新设置
384
384
  add_to_playlist:
385
385
  success: 插件成功添加到播放列表
386
-
387
386
  referral_code:
388
387
  create:
389
388
  request_received: Request received, check your inbox
390
389
  upgrade:
391
390
  index:
392
- title: "正在升级设备:"
391
+ title: 正在升级设备:
393
392
  tagline: 选择您的升级计划
394
- pay: 支付 # button text; ex "Pay $20"
393
+ pay: 支付
395
394
  error: Device %{device_name} is already upgraded, switch to another device
396
-
397
- # toast messages
398
395
  confirm:
399
396
  success: Developer edition add-on is now enabled