trmnl-i18n 0.0.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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +5 -7
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +31 -35
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +1 -5
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +1 -5
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +28 -3
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +28 -4
- data/lib/trmnl/i18n/locales/web_ui/da.yml +66 -61
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +54 -50
- data/lib/trmnl/i18n/locales/web_ui/de.yml +55 -51
- data/lib/trmnl/i18n/locales/web_ui/en.yml +55 -51
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +55 -51
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +51 -47
- data/lib/trmnl/i18n/locales/web_ui/he.yml +54 -50
- data/lib/trmnl/i18n/locales/web_ui/id.yml +52 -48
- data/lib/trmnl/i18n/locales/web_ui/it.yml +54 -50
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +56 -52
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +53 -49
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +52 -48
- data/lib/trmnl/i18n/locales/web_ui/no.yml +35 -34
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +55 -51
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +44 -44
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +58 -54
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +53 -49
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +70 -66
- data/lib/trmnl/i18n/synchronization/processor.rb +56 -0
- data/lib/trmnl/i18n/synchronization/repo.rb +43 -0
- data/lib/trmnl/i18n/synchronization/value_reducer.rb +23 -0
- data/trmnl-i18n.gemspec +3 -3
- data.tar.gz.sig +0 -0
- metadata +21 -19
- metadata.gz.sig +0 -0
@@ -1,9 +1,9 @@
|
|
1
|
+
---
|
1
2
|
fr:
|
2
|
-
# global, logged out, and auth-related
|
3
3
|
add: Ajouter
|
4
4
|
add_new: Ajouter nouveau
|
5
|
-
ago: plutôt
|
6
|
-
already_have_account: J'ai déjà un compte
|
5
|
+
ago: plutôt
|
6
|
+
already_have_account: J'ai déjà un compte
|
7
7
|
back: Retour
|
8
8
|
back_to_all_blog_posts: Retour à tous les articles
|
9
9
|
blog: Blog
|
@@ -19,7 +19,7 @@ fr:
|
|
19
19
|
copied_to_clipboard: Copié !
|
20
20
|
copy_to_clipboard: Copier dans le presse-papiers
|
21
21
|
created: Créé
|
22
|
-
create_an_account: Créer un compte
|
22
|
+
create_an_account: Créer un compte
|
23
23
|
current_device: Appareil actuel
|
24
24
|
days: jours
|
25
25
|
delete: Supprimer
|
@@ -30,8 +30,8 @@ fr:
|
|
30
30
|
export: Export
|
31
31
|
fetching: Chargement en cours
|
32
32
|
first_name: Prénom
|
33
|
-
forgot_password: J'ai oublié mon mot de passe
|
34
|
-
forgot_password_title: Rebelote
|
33
|
+
forgot_password: J'ai oublié mon mot de passe
|
34
|
+
forgot_password_title: Rebelote
|
35
35
|
get_started: Commençons !
|
36
36
|
identify: S'identifier
|
37
37
|
import: Import
|
@@ -43,8 +43,8 @@ fr:
|
|
43
43
|
loading: Chargement
|
44
44
|
login: Se connecter
|
45
45
|
log_out: Se déconnecter
|
46
|
-
minimum_characters: caractères minimums
|
47
|
-
mins: mins
|
46
|
+
minimum_characters: caractères minimums
|
47
|
+
mins: mins
|
48
48
|
my_playlist: Ma playlist
|
49
49
|
new_password: Nouveau mot de passe
|
50
50
|
password: Mot de passe
|
@@ -54,23 +54,26 @@ fr:
|
|
54
54
|
reset_password: Réinitialiser mon mot de passe
|
55
55
|
save: Sauvegarder
|
56
56
|
section: Section
|
57
|
-
sign_in: S'identifier
|
58
|
-
sign_up: S'inscrire
|
57
|
+
sign_in: S'identifier
|
58
|
+
sign_up: S'inscrire
|
59
59
|
something_went_wrong: Une erreur est survenue
|
60
|
-
support: Support
|
60
|
+
support: Support
|
61
61
|
update: Mise à jour
|
62
62
|
view: Vue
|
63
|
-
welcome: Bienvenue
|
64
|
-
|
65
|
-
# views by resource (device, plugins, playlists, account, etc)
|
63
|
+
welcome: Bienvenue
|
66
64
|
account:
|
67
65
|
index:
|
68
66
|
title: Compte
|
69
67
|
tagline: Gérez vos paramètres de compte
|
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: Adresse email
|
71
74
|
refer_and_earn: Parrainez et gagnez
|
72
75
|
refer_and_earn_hint: Offrez le cadeau TRMNL avec un coupon personnalisé. Gagnez par utilisation, payé mensuellement.
|
73
|
-
refer_and_earn_redemptions: Remboursements
|
76
|
+
refer_and_earn_redemptions: Remboursements
|
74
77
|
refer_and_earn_request_code: Demander un code
|
75
78
|
device_invoice: Facture de l'appareil
|
76
79
|
device_invoice_label: Télécharger les documents commerciaux pour votre comptable ou votre (bizarre) collection de PDF.
|
@@ -80,7 +83,7 @@ fr:
|
|
80
83
|
last_name_hint: Nous utilisons votre nom pour rendre l'interface de TRMNL plus agréable.
|
81
84
|
password_hint: Utilisé pour protéger votre compte TRMNL.
|
82
85
|
enable_2fa: Activer l'A2F ?
|
83
|
-
enable_2fa_hint:
|
86
|
+
enable_2fa_hint: __Cliquer ici__ pour activer l'OTP.
|
84
87
|
disable_2fa: Activer l'A2F ?
|
85
88
|
disable_2fa_hint: Fournissez un OTP valide et votre mot de passe actuel pour désactiver l'A2F.
|
86
89
|
session: Session
|
@@ -89,10 +92,10 @@ fr:
|
|
89
92
|
time_zone_hint: Détermine les taux de rafraîchissement et le temps de veille de l'appareil.
|
90
93
|
locale: Locale
|
91
94
|
locale_hint: Quel langage et localisation préférez-vous ? __Voir ici__.
|
92
|
-
|
93
|
-
# toast messages
|
94
95
|
update:
|
95
96
|
success: Profil mis à jour avec succès
|
97
|
+
reset_api_key:
|
98
|
+
success: API key was regenerated successfully
|
96
99
|
dashboard:
|
97
100
|
index:
|
98
101
|
title: Tableau de bord
|
@@ -104,35 +107,35 @@ fr:
|
|
104
107
|
last_90_days: 90 derniers jours
|
105
108
|
today: Aujourd'hui
|
106
109
|
yesterday: Hier
|
107
|
-
health:
|
110
|
+
health:
|
108
111
|
bad: Les extensions rencontrent des problèmes
|
109
112
|
good: Les extensions fonctionnent correctement
|
110
113
|
next_steps: Nous vous informerons si quelque chose change
|
111
|
-
news:
|
114
|
+
news:
|
112
115
|
title: Nouveautés
|
113
116
|
cta: Voir tout
|
114
|
-
playlists:
|
117
|
+
playlists:
|
115
118
|
title: Playlists
|
116
119
|
cta: Accéder aux playlists
|
117
120
|
pieces_of_content_displayed: Éléments affichés
|
118
|
-
plugins:
|
121
|
+
plugins:
|
119
122
|
title: Extensions
|
120
123
|
cta: Accéder aux extensions
|
121
124
|
connected: Connectée
|
122
125
|
new_and_popular: Nouveau et populaire
|
123
126
|
shop:
|
124
127
|
title: Boutique
|
125
|
-
time_saved:
|
128
|
+
time_saved:
|
126
129
|
title: Temps économisé
|
127
130
|
cta: À propos
|
128
131
|
devices:
|
129
132
|
edit:
|
130
|
-
accepts_beta_firmware: Mise à jour en accès anticipé
|
133
|
+
accepts_beta_firmware: Mise à jour en accès anticipé
|
131
134
|
accepts_beta_firmware_hint: Activer pour obtenir les dernières améliorations du micrologiciel de l'appareil avant les autres utilisateurs.
|
132
135
|
back_to_devices: Retour aux appareils
|
133
136
|
battery_consumption: Consommation de la batterie
|
134
137
|
battery_consumption_hint: Économisez de l'énergie et appréciez une meilleure durée de vie de la batterie en activant la mise.
|
135
|
-
developer_perks: Avantages pour les développeurs
|
138
|
+
developer_perks: Avantages pour les développeurs
|
136
139
|
developer_perks_hint: Les options ci-dessous requièrent le __complément payant Developer__.
|
137
140
|
device_credentials: Identifiants de l'appareil
|
138
141
|
device_credentials_hint: Voyez ce que vous pouvez faire avec ces identifiants __ici__
|
@@ -170,8 +173,6 @@ fr:
|
|
170
173
|
title: Ajouter un nouvel appareil
|
171
174
|
description: Entrez votre ID d'appareil pour ajouter un nouveau TRMNL à votre compte.
|
172
175
|
add_device: Ajouter un nouvel appareil
|
173
|
-
|
174
|
-
# toast messages
|
175
176
|
associate:
|
176
177
|
error: Erreur lors de l'association de l'appareil
|
177
178
|
success: Appareil associé avec succès
|
@@ -201,7 +202,7 @@ fr:
|
|
201
202
|
title: Logs
|
202
203
|
all: Tous
|
203
204
|
device: Appareil
|
204
|
-
dump: Message
|
205
|
+
dump: Message
|
205
206
|
id: ID
|
206
207
|
private_plugins: Extensions Privées
|
207
208
|
source: Source
|
@@ -218,14 +219,17 @@ fr:
|
|
218
219
|
edit_markup_without_preview: Modifier le balisage (sans aperçu)
|
219
220
|
error_rendering_markup: Erreur de rendu du balisage
|
220
221
|
fix_indentation: Corriger l'indentation
|
222
|
+
go_to_preview: Go To Preview
|
221
223
|
live_preview: Aperçu en direct
|
222
224
|
no_changes_to_save: Pas de modifications à enregistrer
|
225
|
+
pop_out_preview: Pop Out Preview
|
223
226
|
quickstart_examples: Exemples de démarrage rapide
|
224
227
|
quickstart_example_applied: Appliqué !
|
225
228
|
quickstart_use_this_example: Utiliser cet exemple
|
226
229
|
revert: Annuler
|
227
230
|
revert_confirm: Êtes-vous sûr·e de vouloir annuler ? Toutes modifications non enregistrées seront perdues.
|
228
231
|
save_changes: Enregistrer les modifications (⌘﹢S)
|
232
|
+
separate_preview: Preview is open in a separate window
|
229
233
|
merge_variables:
|
230
234
|
your_variables: Vos variables
|
231
235
|
no_merge_variables:
|
@@ -261,14 +265,13 @@ fr:
|
|
261
265
|
device_default: Device default
|
262
266
|
display_period_from: Afficher entre
|
263
267
|
display_period_to: et
|
268
|
+
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
264
269
|
every: every
|
265
|
-
playlist:
|
270
|
+
playlist:
|
266
271
|
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.
|
267
272
|
displayed_now: Actuellement affiché
|
268
273
|
not_displayed_yet: Pas encore affiché
|
269
274
|
remove_from_playlist: Retirer de la playlist
|
270
|
-
|
271
|
-
# toast messages
|
272
275
|
create:
|
273
276
|
error: Échec de la mise à jour de la playlist
|
274
277
|
success: Playlist mise à jour
|
@@ -285,16 +288,17 @@ fr:
|
|
285
288
|
connected: Connectée
|
286
289
|
recipes: Recettes
|
287
290
|
recipes_hint: Extensions privées créées par des membres de la communauté pouvant être installées en 1 clic. __En apprendre plus__.
|
288
|
-
search:
|
291
|
+
search:
|
289
292
|
placeholder: Rechercher des extensions
|
290
293
|
my:
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
294
|
+
index:
|
295
|
+
title: Mes extensions
|
296
|
+
tagline: Développez des plugins pour le marketplace
|
297
|
+
card:
|
298
|
+
connections: connexions
|
299
|
+
install: Installer
|
300
|
+
review_are_you_sure: Êtes-vous sûr·e ? L'équipe TRMNL va le tester et vous contactera en cas de questions.
|
301
|
+
submit_for_review: Soumettre pour revue
|
298
302
|
new:
|
299
303
|
title: Créer un nouveau plugin
|
300
304
|
tagline: Permettre à d'autres d'installer votre plugin.
|
@@ -319,6 +323,7 @@ fr:
|
|
319
323
|
name: Nom
|
320
324
|
description: Description
|
321
325
|
plugin_recipes:
|
326
|
+
connected: Recipe connected
|
322
327
|
new:
|
323
328
|
error: Recette introuvable
|
324
329
|
plugin_settings:
|
@@ -327,7 +332,7 @@ fr:
|
|
327
332
|
delete_are_you_sure: Êtes-vous sûr·e de vouloir supprimer ce paramètre ?
|
328
333
|
delete: Cela va entièrement supprimer les paramètres de l'extension. Pour simplement masquer l'extension de votre appareil, supprimez-la plutôt de la playlist.
|
329
334
|
inactive: Inactive
|
330
|
-
no_plugin_settings_found: Aucun paramètre pour l'extension trouvé.
|
335
|
+
no_plugin_settings_found: Aucun paramètre pour l'extension trouvé.
|
331
336
|
refreshing_now_please_wait: Actualisation en cours, veuillez recharger cette page dans quelques secondes.
|
332
337
|
reset_credentials: "%{plugin_name} account reset successfully"
|
333
338
|
form:
|
@@ -358,14 +363,16 @@ fr:
|
|
358
363
|
remove_plugin: Retirer l'extension
|
359
364
|
remove_plugin_hint: Retirer une extension la retirera aussi de votre playlist
|
360
365
|
synced: Synchronisé
|
366
|
+
refresh_paused: Refresh Paused
|
367
|
+
refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
|
368
|
+
refresh_paused_mashup: Refreshing Mashups
|
369
|
+
refresh_paused_mashup_hint: Auto-refresh paused for fullscreen. Mashups are updating.
|
361
370
|
visit_docs: Visiter la documentation
|
362
371
|
import:
|
363
372
|
archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
|
364
373
|
missing_entry: The ZIP file does not contain %{filename}
|
365
374
|
entry_too_large: "%{filename} is too large"
|
366
375
|
malformed: "%{filename} is malformed"
|
367
|
-
|
368
|
-
# toast messages
|
369
376
|
create:
|
370
377
|
success: Extension créée et ajoutée à votre
|
371
378
|
playlist: playlist
|
@@ -376,17 +383,14 @@ fr:
|
|
376
383
|
success: Configuration de l'extension mise à jour avec succès
|
377
384
|
add_to_playlist:
|
378
385
|
success: Extension ajoutée à la playlist
|
379
|
-
|
380
386
|
referral_code:
|
381
387
|
create:
|
382
388
|
request_received: Demande reçue, vérifiez votre boîte de réception
|
383
389
|
upgrade:
|
384
390
|
index:
|
385
|
-
title:
|
391
|
+
title: 'Mettre à niveau l''appareil:'
|
386
392
|
tagline: Débloquez des extensions personnalisées et __plus__.
|
387
|
-
pay: Payer
|
393
|
+
pay: Payer
|
388
394
|
error: L'appareil %{device_name} est déjà mis à niveau, changez d'appareil
|
389
|
-
|
390
|
-
# toast messages
|
391
395
|
confirm:
|
392
396
|
success: Le complément édition développeur est maintenant activé
|
@@ -1,9 +1,9 @@
|
|
1
|
+
---
|
1
2
|
he:
|
2
|
-
# global, logged out, and auth-related
|
3
3
|
add: Add
|
4
4
|
add_new: Add new
|
5
|
-
ago: ago
|
6
|
-
already_have_account: I already have an account
|
5
|
+
ago: ago
|
6
|
+
already_have_account: I already have an account
|
7
7
|
back: Back
|
8
8
|
back_to_all_blog_posts: Back to all posts
|
9
9
|
blog: Blog
|
@@ -18,8 +18,8 @@ he:
|
|
18
18
|
copy: Copy
|
19
19
|
copied_to_clipboard: Copied!
|
20
20
|
copy_to_clipboard: Copy to clipboard
|
21
|
-
created: Created
|
22
|
-
create_an_account: Create an account
|
21
|
+
created: Created
|
22
|
+
create_an_account: Create an account
|
23
23
|
current_device: Current device
|
24
24
|
days: days
|
25
25
|
delete: Delete
|
@@ -28,10 +28,10 @@ he:
|
|
28
28
|
edit: Settings
|
29
29
|
email_address: Email address
|
30
30
|
export: Export
|
31
|
-
fetching: Fetching
|
31
|
+
fetching: Fetching
|
32
32
|
first_name: First Name
|
33
|
-
forgot_password: I forgot my password
|
34
|
-
forgot_password_title: Here we go again
|
33
|
+
forgot_password: I forgot my password
|
34
|
+
forgot_password_title: Here we go again
|
35
35
|
get_started: Let's get you started!
|
36
36
|
identify: Identify
|
37
37
|
import: Import
|
@@ -43,34 +43,37 @@ he:
|
|
43
43
|
loading: Loading
|
44
44
|
login: Login
|
45
45
|
log_out: Log out
|
46
|
-
minimum_characters: characters minimum
|
47
|
-
mins: mins
|
48
|
-
my_playlist: My Playlist
|
46
|
+
minimum_characters: characters minimum
|
47
|
+
mins: mins
|
48
|
+
my_playlist: My Playlist
|
49
49
|
new_password: New password
|
50
50
|
password: Password
|
51
|
-
please_wait: Please Wait...
|
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: Reset my password
|
55
55
|
save: Save
|
56
56
|
section: Section
|
57
|
-
sign_in: Sign in
|
58
|
-
sign_up: Sign up
|
57
|
+
sign_in: Sign in
|
58
|
+
sign_up: Sign up
|
59
59
|
something_went_wrong: Something went wrong
|
60
|
-
support: Support
|
60
|
+
support: Support
|
61
61
|
update: Update
|
62
62
|
view: View
|
63
|
-
welcome: Welcome
|
64
|
-
|
65
|
-
# views by resource (device, plugins, playlists, account, etc)
|
63
|
+
welcome: Welcome
|
66
64
|
account:
|
67
65
|
index:
|
68
66
|
title: Account
|
69
67
|
tagline: Manage your account settings
|
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 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
|
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 @@ he:
|
|
89
92
|
time_zone_hint: Determines refresh rates and device sleep time.
|
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: Profile updated successfully
|
97
|
+
reset_api_key:
|
98
|
+
success: API key was regenerated successfully
|
96
99
|
dashboard:
|
97
100
|
index:
|
98
101
|
title: Dashboard
|
@@ -104,35 +107,35 @@ he:
|
|
104
107
|
last_90_days: Last 90 days
|
105
108
|
today: Today
|
106
109
|
yesterday: Yesterday
|
107
|
-
health:
|
110
|
+
health:
|
108
111
|
bad: Plugins are experiencing issues
|
109
112
|
good: Plugins are healthy
|
110
113
|
next_steps: We will inform you if anything changes
|
111
|
-
news:
|
114
|
+
news:
|
112
115
|
title: News
|
113
116
|
cta: View All
|
114
|
-
playlists:
|
117
|
+
playlists:
|
115
118
|
title: Playlist
|
116
119
|
cta: Edit Playlist
|
117
120
|
pieces_of_content_displayed: Pieces of content displayed
|
118
|
-
plugins:
|
121
|
+
plugins:
|
119
122
|
title: Plugins
|
120
123
|
cta: Go to Plugins
|
121
124
|
connected: Connected
|
122
125
|
new_and_popular: New and Popular
|
123
126
|
shop:
|
124
127
|
title: Shop
|
125
|
-
time_saved:
|
128
|
+
time_saved:
|
126
129
|
title: Time saved
|
127
130
|
cta: Read about
|
128
131
|
devices:
|
129
132
|
edit:
|
130
|
-
accepts_beta_firmware: Firmware Early Release
|
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: Back to Devices
|
133
136
|
battery_consumption: Battery Consumption
|
134
137
|
battery_consumption_hint: Save power and enjoy a longer battery life by enabling Sleep Mode.
|
135
|
-
developer_perks: Developer Perks
|
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 @@ he:
|
|
170
173
|
title: Add a new device
|
171
174
|
description: Enter your Device ID to add a new TRMNL device to your account.
|
172
175
|
add_device: Add new device
|
173
|
-
|
174
|
-
# toast messages
|
175
176
|
associate:
|
176
177
|
error: Error linking device
|
177
178
|
success: Device successfully linked
|
@@ -201,7 +202,7 @@ he:
|
|
201
202
|
title: Logs
|
202
203
|
all: All
|
203
204
|
device: Device
|
204
|
-
dump: Dump
|
205
|
+
dump: Dump
|
205
206
|
id: ID
|
206
207
|
private_plugins: Private Plugins
|
207
208
|
source: Source
|
@@ -218,14 +219,17 @@ he:
|
|
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:
|
@@ -261,14 +265,13 @@ he:
|
|
261
265
|
device_default: Device default
|
262
266
|
display_period_from: Display from
|
263
267
|
display_period_to: to
|
268
|
+
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
264
269
|
every: every
|
265
|
-
playlist:
|
270
|
+
playlist:
|
266
271
|
delete: Are you sure you want to remove this item? The plugin will remain connected, just not shown on your device.
|
267
272
|
displayed_now: Displayed now
|
268
273
|
not_displayed_yet: Pending
|
269
274
|
remove_from_playlist: Remove from playlist
|
270
|
-
|
271
|
-
# toast messages
|
272
275
|
create:
|
273
276
|
error: Failed to update playlist
|
274
277
|
success: Playlist updated
|
@@ -285,16 +288,17 @@ he:
|
|
285
288
|
connected: Connected
|
286
289
|
recipes: Recipes
|
287
290
|
recipes_hint: Private plugins by community members that can be installed in 1 click. __Learn more__.
|
288
|
-
search:
|
291
|
+
search:
|
289
292
|
placeholder: Search Plugins
|
290
293
|
my:
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
294
|
+
index:
|
295
|
+
title: My Plugins
|
296
|
+
tagline: Develop Plugins for the public marketplace
|
297
|
+
card:
|
298
|
+
connections: connections
|
299
|
+
install: Install
|
300
|
+
review_are_you_sure: Are you sure? The TRMNL team will test it and email you any questions.
|
301
|
+
submit_for_review: Submit for Review
|
298
302
|
new:
|
299
303
|
title: Create New Plugin
|
300
304
|
tagline: Other users will be able to install your plugin.
|
@@ -319,6 +323,7 @@ he:
|
|
319
323
|
name: Name
|
320
324
|
description: Description
|
321
325
|
plugin_recipes:
|
326
|
+
connected: Recipe connected
|
322
327
|
new:
|
323
328
|
error: Recipe not found
|
324
329
|
plugin_settings:
|
@@ -327,7 +332,7 @@ he:
|
|
327
332
|
delete_are_you_sure: Are you sure you want to delete this setting?
|
328
333
|
delete: This will completely remove the plugin's settings. To simply hide this plugin from your device, delete it from your Playlist instead.
|
329
334
|
inactive: Inactive
|
330
|
-
no_plugin_settings_found: No plugin settings found.
|
335
|
+
no_plugin_settings_found: No plugin settings found.
|
331
336
|
refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
|
332
337
|
reset_credentials: "%{plugin_name} account reset successfully"
|
333
338
|
form:
|
@@ -358,14 +363,16 @@ he:
|
|
358
363
|
remove_plugin: Remove plugin
|
359
364
|
remove_plugin_hint: Removing a plugin will also remove it from your playlist
|
360
365
|
synced: Synced
|
366
|
+
refresh_paused: Refresh Paused
|
367
|
+
refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
|
368
|
+
refresh_paused_mashup: Refreshing Mashups
|
369
|
+
refresh_paused_mashup_hint: Auto-refresh paused for fullscreen. Mashups are updating.
|
361
370
|
visit_docs: Visit Docs
|
362
371
|
import:
|
363
372
|
archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
|
364
373
|
missing_entry: The ZIP file does not contain %{filename}
|
365
374
|
entry_too_large: "%{filename} is too large"
|
366
375
|
malformed: "%{filename} is malformed"
|
367
|
-
|
368
|
-
# toast messages
|
369
376
|
create:
|
370
377
|
success: Plugin created and added to your
|
371
378
|
playlist: playlist
|
@@ -376,17 +383,14 @@ he:
|
|
376
383
|
success: Plugin configuration updated successfully
|
377
384
|
add_to_playlist:
|
378
385
|
success: Plugin added to Playlist
|
379
|
-
|
380
386
|
referral_code:
|
381
387
|
create:
|
382
388
|
request_received: Request received, check your inbox
|
383
389
|
upgrade:
|
384
390
|
index:
|
385
|
-
title:
|
391
|
+
title: 'Upgrading device:'
|
386
392
|
tagline: Unlock custom plugins and __more__.
|
387
|
-
pay: Pay
|
393
|
+
pay: Pay
|
388
394
|
error: Device %{device_name} is already upgraded, switch to another device
|
389
|
-
|
390
|
-
# toast messages
|
391
395
|
confirm:
|
392
396
|
success: Developer edition add-on is now enabled
|