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.
- 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 +24 -26
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +40 -43
- data/lib/trmnl/i18n/locales/web_ui/de.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/en.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +37 -40
- data/lib/trmnl/i18n/locales/web_ui/he.yml +40 -43
- data/lib/trmnl/i18n/locales/web_ui/id.yml +38 -41
- data/lib/trmnl/i18n/locales/web_ui/it.yml +40 -43
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +42 -45
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +39 -42
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +38 -41
- data/lib/trmnl/i18n/locales/web_ui/no.yml +21 -27
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +41 -44
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +21 -24
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +44 -47
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +39 -42
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +62 -65
- 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,8 +18,8 @@ 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
|
@@ -28,10 +28,10 @@ en:
|
|
28
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:
|
@@ -263,13 +267,11 @@ en:
|
|
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:
|
270
|
+
playlist:
|
267
271
|
delete: Are you sure you want to remove this item? The plugin will remain connected, just not shown on your device.
|
268
272
|
displayed_now: Displayed now
|
269
273
|
not_displayed_yet: Pending
|
270
274
|
remove_from_playlist: Remove from playlist
|
271
|
-
|
272
|
-
# toast messages
|
273
275
|
create:
|
274
276
|
error: Failed to update playlist
|
275
277
|
success: Playlist updated
|
@@ -286,7 +288,7 @@ en:
|
|
286
288
|
connected: 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:
|
291
|
+
search:
|
290
292
|
placeholder: Search Plugins
|
291
293
|
my:
|
292
294
|
index:
|
@@ -321,7 +323,7 @@ en:
|
|
321
323
|
name: Name
|
322
324
|
description: Description
|
323
325
|
plugin_recipes:
|
324
|
-
connected: Recipe connected
|
326
|
+
connected: Recipe connected
|
325
327
|
new:
|
326
328
|
error: Recipe not found
|
327
329
|
plugin_settings:
|
@@ -330,7 +332,7 @@ en:
|
|
330
332
|
delete_are_you_sure: Are you sure you want to delete this setting?
|
331
333
|
delete: This will completely remove the plugin's settings. To simply hide this plugin from your device, delete it from your Playlist instead.
|
332
334
|
inactive: Inactive
|
333
|
-
no_plugin_settings_found: No plugin settings found.
|
335
|
+
no_plugin_settings_found: 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 @@ en:
|
|
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: Plugin created and added to your
|
378
378
|
playlist: playlist
|
@@ -383,17 +383,14 @@ en:
|
|
383
383
|
success: Plugin configuration updated successfully
|
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:
|
391
|
+
title: 'Upgrading device:'
|
393
392
|
tagline: Unlock custom plugins and __more__.
|
394
|
-
pay: Pay
|
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
|
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,9 +258,9 @@ 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
|
@@ -264,12 +268,10 @@ es-ES:
|
|
264
268
|
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
265
269
|
every: every
|
266
270
|
playlist:
|
267
|
-
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."
|
268
272
|
displayed_now: Mostrado ahora
|
269
273
|
not_displayed_yet: Pendiente
|
270
274
|
remove_from_playlist: Eliminar de la lista de reproducción
|
271
|
-
|
272
|
-
# toast messages
|
273
275
|
create:
|
274
276
|
error: Falló la actualización de la lista de reproducción
|
275
277
|
success: Lista de reproducción actualizada
|
@@ -281,12 +283,12 @@ es-ES:
|
|
281
283
|
plugins:
|
282
284
|
index:
|
283
285
|
title: Complementos
|
284
|
-
tagline: ¿Qué pondrás en tu TRMNL?
|
286
|
+
tagline: "¿Qué pondrás en tu TRMNL?"
|
285
287
|
available: Disponible
|
286
288
|
connected: Conectado
|
287
289
|
recipes: Recipes
|
288
290
|
recipes_hint: Private plugins by community members that can be installed in 1 click. __Learn more__.
|
289
|
-
search:
|
291
|
+
search:
|
290
292
|
placeholder: Buscar Plugins
|
291
293
|
my:
|
292
294
|
index:
|
@@ -371,8 +373,6 @@ es-ES:
|
|
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: Plugin creado y añadido a tu
|
378
378
|
playlist: lista de reproducción
|
@@ -383,17 +383,14 @@ es-ES:
|
|
383
383
|
success: Configuración del plugin actualizada con éxito
|
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:
|
391
|
+
title: 'Upgrading device:'
|
393
392
|
tagline: Unlock custom plugins and __more__.
|
394
|
-
pay: Pay
|
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
|