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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +4 -4
- data/README.adoc +4 -4
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +16 -2
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/pl.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/sv.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +14 -0
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +199 -27
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +199 -27
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +203 -31
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/pl.yml +399 -0
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/sv.yml +217 -0
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +172 -0
- data/lib/trmnl/i18n/locales/web_ui/da.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +202 -117
- data/lib/trmnl/i18n/locales/web_ui/de.yml +202 -117
- data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/en.yml +95 -12
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +170 -85
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/he.yml +95 -10
- data/lib/trmnl/i18n/locales/web_ui/id.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/it.yml +150 -65
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +177 -92
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/no.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/pl.yml +661 -0
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +92 -9
- data/lib/trmnl/i18n/locales/web_ui/sv.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +93 -8
- data/trmnl-i18n.gemspec +2 -2
- data.tar.gz.sig +0 -0
- metadata +10 -3
- metadata.gz.sig +0 -0
@@ -1,5 +1,6 @@
|
|
1
1
|
---
|
2
2
|
fr:
|
3
|
+
locale_name: Française
|
3
4
|
add: Ajouter
|
4
5
|
add_new: Ajouter nouveau
|
5
6
|
ago: plutôt
|
@@ -40,6 +41,7 @@ fr:
|
|
40
41
|
keep_me_signed_in: Rester connecté
|
41
42
|
knowledge_base: Base de connaissances
|
42
43
|
last_name: Nom
|
44
|
+
learn_more: Learn more
|
43
45
|
loading: Chargement
|
44
46
|
login: Se connecter
|
45
47
|
log_out: Se déconnecter
|
@@ -57,10 +59,14 @@ fr:
|
|
57
59
|
sign_in: S'identifier
|
58
60
|
sign_up: S'inscrire
|
59
61
|
something_went_wrong: Une erreur est survenue
|
60
|
-
|
62
|
+
tech_support: Support
|
61
63
|
update: Mise à jour
|
62
64
|
view: Vue
|
63
65
|
welcome: Bienvenue
|
66
|
+
time:
|
67
|
+
formats:
|
68
|
+
shorter: "%-H:%M"
|
69
|
+
start_of_week: 1
|
64
70
|
account:
|
65
71
|
index:
|
66
72
|
title: Compte
|
@@ -99,9 +105,6 @@ fr:
|
|
99
105
|
dashboard:
|
100
106
|
index:
|
101
107
|
title: Tableau de bord
|
102
|
-
morning_salutation: Bonjour
|
103
|
-
afternoon_salutation: Bonjour
|
104
|
-
evening_salutation: Bonsoir
|
105
108
|
last_7_days: 7 derniers jours
|
106
109
|
last_30_days: 30 derniers jours
|
107
110
|
last_90_days: 90 derniers jours
|
@@ -114,7 +117,7 @@ fr:
|
|
114
117
|
news:
|
115
118
|
title: Nouveautés
|
116
119
|
cta: Voir tout
|
117
|
-
|
120
|
+
playlist_items:
|
118
121
|
title: Playlists
|
119
122
|
cta: Accéder aux playlists
|
120
123
|
pieces_of_content_displayed: Éléments affichés
|
@@ -128,6 +131,10 @@ fr:
|
|
128
131
|
time_saved:
|
129
132
|
title: Temps économisé
|
130
133
|
cta: À propos
|
134
|
+
welcome_message:
|
135
|
+
morning_salutation: Bonjour
|
136
|
+
afternoon_salutation: Bonjour
|
137
|
+
evening_salutation: Bonsoir
|
131
138
|
devices:
|
132
139
|
edit:
|
133
140
|
accepts_beta_firmware: Mise à jour en accès anticipé
|
@@ -141,15 +148,25 @@ fr:
|
|
141
148
|
device_credentials_hint: Voyez ce que vous pouvez faire avec ces identifiants __ici__
|
142
149
|
device_name: Nom de l'appareil
|
143
150
|
device_name_hint: Nous utilisons cela pour rendre l'interface de TRMNL plus agréable
|
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: Éditer l'appareil
|
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: Identifier
|
146
160
|
identify_device: Identifier l'appareil
|
147
161
|
identify_device_hint: Cliquez sur le bouton ci-dessous pour afficher un écran sur cet appareil qui vous aidera à l'identifier.
|
148
162
|
logs: Logs
|
149
163
|
logs_hint: Déboguer votre appareil et extensions avec des logs d'erreurs en temps réel.
|
164
|
+
low_battery_email_notification: Low Battery Email Notification
|
150
165
|
mirror: Miroir
|
151
166
|
mirror_device: Mettre en miroir avec un autre appareil
|
152
167
|
mirror_device_hint: Fournir un ID à l'appareil (partageable) pour mettre en miroir ses playlists. Vos playlists seront toujours affichées.
|
168
|
+
mirror_stop: Disconnect Mirroring
|
169
|
+
mirror_sync: Sync Screens
|
153
170
|
ota_enabled: Mises à jour de l'OTA activées
|
154
171
|
ota_enabled_hint: Installer automatiquement le nouveau firmware. Désactivez si vous souhaitez utiliser votre propre firmware.
|
155
172
|
sleep_mode: Mode veille
|
@@ -159,8 +176,10 @@ fr:
|
|
159
176
|
special_function_hint: Définissez une fonction de double-clic pour le bouton situé à l'arrière de votre appareil.
|
160
177
|
special_function_learn_more: En apprendre plus à propos des fonctions spéciales __ici__.
|
161
178
|
unlink: Dissocier
|
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: Dissocier l'appareil
|
163
181
|
unlink_device_hint: Dissocier un appareil TRMNL permet de le revendre ou de le donner en toute sécurité.
|
182
|
+
unlink_device_learn_more: Follow the full guide __here__.
|
164
183
|
visibility: Visibilité
|
165
184
|
visibility_hint: Mettre son appareil TRMNL en miroir en changeant la configuration ci-dessous.
|
166
185
|
your_device: Votre TRMNL
|
@@ -208,6 +227,8 @@ fr:
|
|
208
227
|
source: Source
|
209
228
|
time: Heure
|
210
229
|
markups:
|
230
|
+
console_logs:
|
231
|
+
js_logs: JS Logs
|
211
232
|
form:
|
212
233
|
back_to_plugin_settings: Retour aux paramètres de l'extension
|
213
234
|
design_system: Utilisez notre système de design natif
|
@@ -250,9 +271,11 @@ fr:
|
|
250
271
|
error: Code OTP invalide
|
251
272
|
verify_otp:
|
252
273
|
verify: Vérifier
|
274
|
+
reset: Reset MFA
|
275
|
+
reset_instructions: Click the button on the back of your TRMNL to generate a reset code
|
253
276
|
success: A2F validée avec succès
|
254
277
|
error: Code OTP invalide
|
255
|
-
|
278
|
+
playlist_items:
|
256
279
|
index:
|
257
280
|
title: Playlist
|
258
281
|
tagline: Choisir ce qui est affiché
|
@@ -266,18 +289,35 @@ fr:
|
|
266
289
|
display_period_from: Afficher entre
|
267
290
|
display_period_to: et
|
268
291
|
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
269
|
-
every:
|
270
|
-
|
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: Êtes-vous sûr·e de vouloir supprimer cet élément ? L'extension restera connectée mais ne s'affichera plus sur votre appareil.
|
272
302
|
displayed_now: Actuellement affiché
|
273
303
|
not_displayed_yet: Pas encore affiché
|
274
304
|
remove_from_playlist: Retirer de la playlist
|
305
|
+
hide_playlist: Hide this item
|
306
|
+
show_playlist: Show this item
|
275
307
|
create:
|
276
308
|
error: Échec de la mise à jour de la playlist
|
277
309
|
success: Playlist mise à jour
|
278
310
|
destroy:
|
279
311
|
error: Erreur lors de la suppression de l'élément de la playlist
|
280
312
|
success: Extension retirée de la 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
|
281
321
|
update:
|
282
322
|
success: Ordre de la playlist mis à jour
|
283
323
|
plugins:
|
@@ -304,10 +344,13 @@ fr:
|
|
304
344
|
tagline: Permettre à d'autres d'installer votre plugin.
|
305
345
|
name: Nom
|
306
346
|
category: Catégorie
|
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 caractères
|
309
352
|
icon: Icône
|
310
|
-
icon_hint:
|
353
|
+
icon_hint: 512x512px recommandé
|
311
354
|
installation_url: Installation URL
|
312
355
|
installation_url_hint: En apprendre plus sur le processus d'installation __ici__.
|
313
356
|
installation_success_webhook_url: URL du webhook du succès de l'installation
|
@@ -316,6 +359,8 @@ fr:
|
|
316
359
|
management_url_hint: En apprendre plus sur le processus de gestion __ici__.
|
317
360
|
markup_url: URL du balisage de l'extension
|
318
361
|
markup_url_hint: En apprendre plus sur la génération d'écran __ici__.
|
362
|
+
no_screen_padding: No Screen Padding
|
363
|
+
no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
|
319
364
|
uninstallation_webhook_url: URL du webhook de désinstallation
|
320
365
|
edit:
|
321
366
|
title: Éditer l'extension
|
@@ -324,6 +369,12 @@ fr:
|
|
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: Recette introuvable
|
329
380
|
plugin_settings:
|
@@ -337,9 +388,15 @@ fr:
|
|
337
388
|
reset_credentials: "%{plugin_name} account reset successfully"
|
338
389
|
form:
|
339
390
|
active_hint: Affiche ou masque cette instance du plugin de l'appareil
|
391
|
+
advanced_settings: Advanced Settings
|
340
392
|
back_to_plugin: Retour à %{plugin}
|
341
393
|
back_to_plugins: Retour aux extensions
|
342
394
|
connect_with: Se connecter avec %{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: Déconnecter le compte
|
344
401
|
manage_plugin: Configurer %{plugin}
|
345
402
|
force_refresh: Forcer le rafraîchissement
|
@@ -347,6 +404,11 @@ fr:
|
|
347
404
|
force_refresh_click_here: Cliquez ici
|
348
405
|
force_refresh_click_here_hint: pour générer un nouvel écran immédiatement
|
349
406
|
learn_more: Plus d'informations sur ce plugin dans notre base de connaissances
|
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: Compte lié
|
351
413
|
linked_account_success: Lié avec succès à %{plugin_name}
|
352
414
|
link_oauth: Lier un compte
|
@@ -357,6 +419,13 @@ fr:
|
|
357
419
|
plugin_uuid: UUID de l'extension
|
358
420
|
plugin_uuid_hint: Utilisez ceci pour faire des requêtes à l'API Webhook.
|
359
421
|
preview: Prévisualisation - votre appareil affichera les données actuelles
|
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: Taux de rafraîchissement
|
361
430
|
refresh_rate_hint: Définit la fréquence à laquelle cette instance de l'extension récupérera les nouvelles données
|
362
431
|
refreshed: Rafraîchi
|
@@ -367,6 +436,7 @@ fr:
|
|
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: Visiter la documentation
|
371
441
|
import:
|
372
442
|
archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
|
@@ -386,6 +456,21 @@ fr:
|
|
386
456
|
referral_code:
|
387
457
|
create:
|
388
458
|
request_received: Demande reçue, vérifiez votre boîte de réception
|
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: 'Mettre à niveau l''appareil:'
|
@@ -1,5 +1,6 @@
|
|
1
1
|
---
|
2
2
|
he:
|
3
|
+
locale_name: Hebrew
|
3
4
|
add: Add
|
4
5
|
add_new: Add new
|
5
6
|
ago: ago
|
@@ -40,6 +41,7 @@ he:
|
|
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
|
@@ -57,10 +59,14 @@ he:
|
|
57
59
|
sign_in: Sign in
|
58
60
|
sign_up: Sign up
|
59
61
|
something_went_wrong: Something went wrong
|
60
|
-
|
62
|
+
tech_support: Support
|
61
63
|
update: Update
|
62
64
|
view: View
|
63
65
|
welcome: Welcome
|
66
|
+
time:
|
67
|
+
formats:
|
68
|
+
shorter: "%-H:%M"
|
69
|
+
start_of_week: 0
|
64
70
|
account:
|
65
71
|
index:
|
66
72
|
title: Account
|
@@ -99,9 +105,6 @@ he:
|
|
99
105
|
dashboard:
|
100
106
|
index:
|
101
107
|
title: Dashboard
|
102
|
-
morning_salutation: Good morning
|
103
|
-
afternoon_salutation: Good afternoon
|
104
|
-
evening_salutation: Good evening
|
105
108
|
last_7_days: Last 7 days
|
106
109
|
last_30_days: Last 30 days
|
107
110
|
last_90_days: Last 90 days
|
@@ -114,7 +117,7 @@ he:
|
|
114
117
|
news:
|
115
118
|
title: News
|
116
119
|
cta: View All
|
117
|
-
|
120
|
+
playlist_items:
|
118
121
|
title: Playlist
|
119
122
|
cta: Edit Playlist
|
120
123
|
pieces_of_content_displayed: Pieces of content displayed
|
@@ -128,6 +131,10 @@ he:
|
|
128
131
|
time_saved:
|
129
132
|
title: Time saved
|
130
133
|
cta: Read about
|
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 @@ he:
|
|
141
148
|
device_credentials_hint: See what you can do with these credentials __here__
|
142
149
|
device_name: Device Name
|
143
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__
|
144
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
|
145
159
|
identify: Identify
|
146
160
|
identify_device: Identify Device
|
147
161
|
identify_device_hint: Click the button below to generate a screen on this device that helps identify it.
|
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: Mirror
|
151
166
|
mirror_device: Mirror another Device
|
152
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
|
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: Sleep Mode
|
@@ -159,8 +176,10 @@ he:
|
|
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: 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: Unlink Device
|
163
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__.
|
164
183
|
visibility: Visibility
|
165
184
|
visibility_hint: Make your TRMNL device mirrorable by changing the settings below.
|
166
185
|
your_device: Your TRMNL
|
@@ -208,6 +227,8 @@ he:
|
|
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 @@ he:
|
|
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
|
-
|
278
|
+
playlist_items:
|
256
279
|
index:
|
257
280
|
title: Playlist
|
258
281
|
tagline: Choose what's shown on
|
@@ -266,18 +289,35 @@ he:
|
|
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:
|
270
|
-
|
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: Are you sure you want to remove this item? The plugin will remain connected, just not shown on your device.
|
272
302
|
displayed_now: Displayed now
|
273
|
-
not_displayed_yet:
|
303
|
+
not_displayed_yet: Not displayed yet
|
274
304
|
remove_from_playlist: Remove from playlist
|
305
|
+
hide_playlist: Hide this item
|
306
|
+
show_playlist: Show this item
|
275
307
|
create:
|
276
308
|
error: Failed to update playlist
|
277
309
|
success: Playlist updated
|
278
310
|
destroy:
|
279
311
|
error: Error removing item from playlist
|
280
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
|
281
321
|
update:
|
282
322
|
success: Playlist order updated
|
283
323
|
plugins:
|
@@ -304,10 +344,13 @@ he:
|
|
304
344
|
tagline: Other users will be able 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:
|
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 @@ he:
|
|
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 @@ he:
|
|
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 @@ he:
|
|
337
388
|
reset_credentials: "%{plugin_name} account reset successfully"
|
338
389
|
form:
|
339
390
|
active_hint: Show or hide this plugin instance on your device
|
391
|
+
advanced_settings: Advanced Settings
|
340
392
|
back_to_plugin: Back to %{plugin}
|
341
393
|
back_to_plugins: Back to Plugins
|
342
394
|
connect_with: 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: Force Refresh
|
@@ -347,6 +404,11 @@ he:
|
|
347
404
|
force_refresh_click_here: Click here
|
348
405
|
force_refresh_click_here_hint: to generate a new screen immediately
|
349
406
|
learn_more: Learn about this plugin in our knowledge base
|
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: Link Account
|
@@ -357,6 +419,13 @@ he:
|
|
357
419
|
plugin_uuid: Plugin UUID
|
358
420
|
plugin_uuid_hint: Use this to make Webhook API requests.
|
359
421
|
preview: Preview - your device will show actual data
|
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: Refresh rate
|
361
430
|
refresh_rate_hint: Define how frequently this plugin instance fetches fresh data
|
362
431
|
refreshed: Refreshed
|
@@ -367,6 +436,7 @@ he:
|
|
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: Visit Docs
|
371
441
|
import:
|
372
442
|
archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
|
@@ -386,6 +456,21 @@ he:
|
|
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:'
|