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
|
en:
|
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,20 +18,20 @@ en:
|
|
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
|
26
26
|
developer_edition_required: Developer edition is required to enable this feature.
|
27
27
|
device_id: Device ID
|
28
|
-
edit:
|
28
|
+
edit: Edit
|
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 @@ en:
|
|
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 @@ en:
|
|
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 @@ en:
|
|
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 @@ en:
|
|
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 @@ en:
|
|
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 @@ en:
|
|
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 @@ en:
|
|
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 @@ en:
|
|
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 @@ en:
|
|
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 @@ en:
|
|
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 @@ en:
|
|
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 @@ en:
|
|
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
|
@@ -1,9 +1,9 @@
|
|
1
|
+
---
|
1
2
|
es-ES:
|
2
|
-
# global, logged out, and auth-related
|
3
3
|
add: Crear
|
4
4
|
add_new: Crear nuevo
|
5
|
-
ago: ago
|
6
|
-
already_have_account: Tengo una cuenta
|
5
|
+
ago: ago
|
6
|
+
already_have_account: Tengo una cuenta
|
7
7
|
back: Atrás
|
8
8
|
back_to_all_blog_posts: Back to all posts
|
9
9
|
blog: Blog
|
@@ -18,8 +18,8 @@ es-ES:
|
|
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: Crear cuenta de usuario
|
21
|
+
created: Created
|
22
|
+
create_an_account: Crear cuenta de usuario
|
23
23
|
current_device: Current device
|
24
24
|
days: días
|
25
25
|
delete: Borrar
|
@@ -30,9 +30,9 @@ es-ES:
|
|
30
30
|
export: Export
|
31
31
|
fetching: Fetching
|
32
32
|
first_name: Nombre
|
33
|
-
forgot_password: Olvidé mi contraseña
|
34
|
-
forgot_password_title: Otra vez
|
35
|
-
get_started: ¡Empecemos!
|
33
|
+
forgot_password: Olvidé mi contraseña
|
34
|
+
forgot_password_title: Otra vez
|
35
|
+
get_started: "¡Empecemos!"
|
36
36
|
identify: Identificar
|
37
37
|
import: Import
|
38
38
|
import_new: Import new
|
@@ -43,34 +43,37 @@ es-ES:
|
|
43
43
|
loading: Loading
|
44
44
|
login: Iniciar sesión
|
45
45
|
log_out: Cerrar sesión
|
46
|
-
minimum_characters: Caracteres como mínimo
|
47
|
-
mins: mins
|
46
|
+
minimum_characters: Caracteres como mínimo
|
47
|
+
mins: mins
|
48
48
|
my_playlist: My Playlist
|
49
49
|
new_password: Nueva contraseña
|
50
50
|
password: Contraseña
|
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: Restablecer mi contraseña
|
55
55
|
save: Guardar
|
56
56
|
section: Section
|
57
|
-
sign_in: Iniciar sesión
|
58
|
-
sign_up: Registrarse
|
57
|
+
sign_in: Iniciar sesión
|
58
|
+
sign_up: Registrarse
|
59
59
|
something_went_wrong: Something went wrong
|
60
|
-
support: Support
|
60
|
+
support: Support
|
61
61
|
update: Actualizar
|
62
62
|
view: Ver
|
63
|
-
welcome: ¡Hola!
|
64
|
-
|
65
|
-
# views by resource (device, plugins, playlists, account, etc)
|
63
|
+
welcome: "¡Hola!"
|
66
64
|
account:
|
67
65
|
index:
|
68
66
|
title: Cuenta
|
69
67
|
tagline: Gestionar mi cuenta
|
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: Correo electrónico
|
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 @@ es-ES:
|
|
89
92
|
time_zone_hint: Determina la tasa de refresco y tiempo de suspensión del dispositivo.
|
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: Perfil actualizado correctamente
|
97
|
+
reset_api_key:
|
98
|
+
success: API key was regenerated successfully
|
96
99
|
dashboard:
|
97
100
|
index:
|
98
101
|
title: Panel de control
|
@@ -104,25 +107,25 @@ es-ES:
|
|
104
107
|
last_90_days: Últimos 90 días
|
105
108
|
today: Hoy
|
106
109
|
yesterday: Ayer
|
107
|
-
health:
|
110
|
+
health:
|
108
111
|
bad: Algunos plugins tienen problemas
|
109
112
|
good: Los plugins funcionan correctamente
|
110
113
|
next_steps: Te informaremos si algo cambia
|
111
|
-
news:
|
114
|
+
news:
|
112
115
|
title: Noticias
|
113
116
|
cta: View All
|
114
|
-
playlists:
|
117
|
+
playlists:
|
115
118
|
title: Lista de reproducción
|
116
119
|
cta: Editar lista de reproducción
|
117
120
|
pieces_of_content_displayed: Contenido mostrado
|
118
|
-
plugins:
|
121
|
+
plugins:
|
119
122
|
title: Plugins
|
120
123
|
cta: Ir a Plugins
|
121
124
|
connected: Conectado
|
122
125
|
new_and_popular: Nuevo y Popular
|
123
126
|
shop:
|
124
127
|
title: Shop
|
125
|
-
time_saved:
|
128
|
+
time_saved:
|
126
129
|
title: Tiempo ahorrado
|
127
130
|
cta: Leer más
|
128
131
|
devices:
|
@@ -165,13 +168,11 @@ es-ES:
|
|
165
168
|
title: Dispositivos
|
166
169
|
tagline: Tus dispositivos TRMNL
|
167
170
|
add_device_modal_title: Añadir un nuevo dispositivo
|
168
|
-
add_first_device: ¡Añade tu primer dispositivo!
|
171
|
+
add_first_device: "¡Añade tu primer dispositivo!"
|
169
172
|
new:
|
170
173
|
title: Añadir un nuevo dispositivo
|
171
174
|
description: Introduce tu ID de Dispositivo para añadir un nuevo dispositivo TRMNL a tu cuenta.
|
172
175
|
add_device: Añadir nuevo dispositivo
|
173
|
-
|
174
|
-
# toast messages
|
175
176
|
associate:
|
176
177
|
error: Error al vincular el dispositivo
|
177
178
|
success: Dispositivo vinculado con éxito
|
@@ -192,7 +193,7 @@ es-ES:
|
|
192
193
|
success: Dispositivo cambiado con éxito
|
193
194
|
update:
|
194
195
|
error: Error al actualizar el dispositivo
|
195
|
-
success:
|
196
|
+
success: Configuración del dispositivo %{device} actualizada con éxito
|
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 @@ es-ES:
|
|
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 @@ es-ES:
|
|
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:
|
@@ -254,21 +258,20 @@ es-ES:
|
|
254
258
|
tagline: Elige lo que se muestra en
|
255
259
|
add_a_group: Add a Group
|
256
260
|
add_a_plugin: Add a Plugin
|
257
|
-
add_first_device_cta: ¡Empieza __añadiendo__ tu primer dispositivo TRMNL!
|
261
|
+
add_first_device_cta: "¡Empieza __añadiendo__ tu primer dispositivo TRMNL!"
|
258
262
|
add_to_playlist: Añadir a la Lista de Reproducción
|
259
|
-
create_first_playlist_cta: ¡Crea tu lista de reproducción después de __conectar__ tu primer plugin!
|
263
|
+
create_first_playlist_cta: "¡Crea tu lista de reproducción después de __conectar__ tu primer plugin!"
|
260
264
|
custom: Custom
|
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
270
|
playlist:
|
266
|
-
delete: ¿Seguro que quieres eliminar este elemento? El plugin permanecerá conectado, pero no se mostrará en tu dispositivo.
|
271
|
+
delete: "¿Seguro que quieres eliminar este elemento? El plugin permanecerá conectado, pero no se mostrará en tu dispositivo."
|
267
272
|
displayed_now: Mostrado ahora
|
268
273
|
not_displayed_yet: Pendiente
|
269
274
|
remove_from_playlist: Eliminar de la lista de reproducción
|
270
|
-
|
271
|
-
# toast messages
|
272
275
|
create:
|
273
276
|
error: Falló la actualización de la lista de reproducción
|
274
277
|
success: Lista de reproducción actualizada
|
@@ -280,21 +283,22 @@ es-ES:
|
|
280
283
|
plugins:
|
281
284
|
index:
|
282
285
|
title: Complementos
|
283
|
-
tagline: ¿Qué pondrás en tu TRMNL?
|
286
|
+
tagline: "¿Qué pondrás en tu TRMNL?"
|
284
287
|
available: Disponible
|
285
288
|
connected: Conectado
|
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: Buscar Plugins
|
290
293
|
my:
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
294
|
+
index:
|
295
|
+
title: Mis Plugins
|
296
|
+
tagline: Desarrolla para el mercado de Plugins
|
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: Mandar a revisión
|
298
302
|
new:
|
299
303
|
title: Crear Plugin
|
300
304
|
tagline: Permitir que otros usuarios instalen tu plugin
|
@@ -319,6 +323,7 @@ es-ES:
|
|
319
323
|
name: Nombre
|
320
324
|
description: Descripción
|
321
325
|
plugin_recipes:
|
326
|
+
connected: Recipe connected
|
322
327
|
new:
|
323
328
|
error: Recipe not found
|
324
329
|
plugin_settings:
|
@@ -358,14 +363,16 @@ es-ES:
|
|
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: Visitar Documentación
|
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 creado y añadido a tu
|
371
378
|
playlist: lista de reproducción
|
@@ -376,17 +383,14 @@ es-ES:
|
|
376
383
|
success: Configuración del plugin actualizada con éxito
|
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
|