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
|
nl:
|
3
|
+
locale_name: Dutch
|
3
4
|
add: Toevoegen
|
4
5
|
add_new: Nieuwe toevoegen
|
5
6
|
ago: ago
|
@@ -40,6 +41,7 @@ nl:
|
|
40
41
|
keep_me_signed_in: Blijf ingelogd
|
41
42
|
knowledge_base: Kennisbank
|
42
43
|
last_name: Achternaam
|
44
|
+
learn_more: Learn more
|
43
45
|
loading: Laden
|
44
46
|
login: Inloggen
|
45
47
|
log_out: Uitloggen
|
@@ -57,10 +59,14 @@ nl:
|
|
57
59
|
sign_in: Inloggen
|
58
60
|
sign_up: Registreren
|
59
61
|
something_went_wrong: Er is iets misgegaan
|
60
|
-
|
62
|
+
tech_support: Support
|
61
63
|
update: Bijwerken
|
62
64
|
view: Bekijk
|
63
65
|
welcome: Welkom
|
66
|
+
time:
|
67
|
+
formats:
|
68
|
+
shorter: "%-H.%M"
|
69
|
+
start_of_week: 1
|
64
70
|
account:
|
65
71
|
index:
|
66
72
|
title: Account
|
@@ -99,9 +105,6 @@ nl:
|
|
99
105
|
dashboard:
|
100
106
|
index:
|
101
107
|
title: Dashboard
|
102
|
-
morning_salutation: Goedemorgen
|
103
|
-
afternoon_salutation: Goedemiddag
|
104
|
-
evening_salutation: Goedenavond
|
105
108
|
last_7_days: Laatste 7 dagen
|
106
109
|
last_30_days: Laatste 30 dagen
|
107
110
|
last_90_days: Laatste 90 dagen
|
@@ -114,7 +117,7 @@ nl:
|
|
114
117
|
news:
|
115
118
|
title: Nieuws
|
116
119
|
cta: Alles bekijken
|
117
|
-
|
120
|
+
playlist_items:
|
118
121
|
title: Afspeellijsten
|
119
122
|
cta: Ga naar afspeellijsten
|
120
123
|
pieces_of_content_displayed: Aantal content elementen die getoond worden
|
@@ -128,6 +131,10 @@ nl:
|
|
128
131
|
time_saved:
|
129
132
|
title: Tijd bespaard
|
130
133
|
cta: Lees meer
|
134
|
+
welcome_message:
|
135
|
+
morning_salutation: Goedemorgen
|
136
|
+
afternoon_salutation: Goedemiddag
|
137
|
+
evening_salutation: Goedenavond
|
131
138
|
devices:
|
132
139
|
edit:
|
133
140
|
accepts_beta_firmware: Beta firmware-release
|
@@ -141,15 +148,25 @@ nl:
|
|
141
148
|
device_credentials_hint: Beijk __hier__ wat je met deze gegevens kunt doen.
|
142
149
|
device_name: Apparaatnaam
|
143
150
|
device_name_hint: We gebruiken dit om de TRMNL interface persoonlijker te maken
|
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: Apparaat bewerken
|
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: Identificeren
|
146
160
|
identify_device: Identificeer apparaat
|
147
161
|
identify_device_hint: Klik op onderstaande knop om een scherm op dit apparaat te tonen om het makkelijk te identificeren.
|
148
162
|
logs: Logboeken
|
149
163
|
logs_hint: Debug je apparaat en plugins met een live-feed van de foutlogboeken.
|
164
|
+
low_battery_email_notification: Low Battery Email Notification
|
150
165
|
mirror: Spiegelen
|
151
166
|
mirror_device: Spiegel een ander apparaat
|
152
167
|
mirror_device_hint: Geef een (deelbaar) apparaat ID op om zijn afspeellijst te spiegelen. Jouw afspeellijst wordt nog steeds getoond.
|
168
|
+
mirror_stop: Disconnect Mirroring
|
169
|
+
mirror_sync: Sync Screens
|
153
170
|
ota_enabled: OTA-updates ingeschakeld
|
154
171
|
ota_enabled_hint: Installeer automatisch nieuwe firmware. Deactiveer als je je je eigen firmware wil gebruiken.
|
155
172
|
sleep_mode: Slaapmodus
|
@@ -159,8 +176,10 @@ nl:
|
|
159
176
|
special_function_hint: Stel een dubbelklikfunctie in voor de knop aan de achterkant van je apparaat.
|
160
177
|
special_function_learn_more: Lees __hier__ meer over speciale functies.
|
161
178
|
unlink: Ontkoppelen
|
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: Apparaat ontkoppelen
|
163
181
|
unlink_device_hint: Door een TRMNL apparaat te ontkoppelen kun je hem veilig verkopen of aan iemand anders geven.
|
182
|
+
unlink_device_learn_more: Follow the full guide __here__.
|
164
183
|
visibility: Vindbaarheid
|
165
184
|
visibility_hint: Maak jouw TRMNL apparaat spiegelbaar door onderstaande instelling aan te passen.
|
166
185
|
your_device: Jouw TRMNL
|
@@ -208,6 +227,8 @@ nl:
|
|
208
227
|
source: Bron
|
209
228
|
time: Tijd
|
210
229
|
markups:
|
230
|
+
console_logs:
|
231
|
+
js_logs: JS Logs
|
211
232
|
form:
|
212
233
|
back_to_plugin_settings: Terug naar plugin-installingen
|
213
234
|
design_system: Maak gebruik van ons native ontwerp-systeem
|
@@ -250,9 +271,11 @@ nl:
|
|
250
271
|
error: Ongeldige OTP code
|
251
272
|
verify_otp:
|
252
273
|
verify: Verifieer
|
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 succesvol
|
254
277
|
error: Ongeldige OTP code
|
255
|
-
|
278
|
+
playlist_items:
|
256
279
|
index:
|
257
280
|
title: Afspeellijst
|
258
281
|
tagline: Kies wat wordt getoond op
|
@@ -266,18 +289,35 @@ nl:
|
|
266
289
|
display_period_from: Weergeven van
|
267
290
|
display_period_to: tot
|
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: Weet je zeker dat je dit item wilt verwijderen? De plugin blijft verbonden en wordt niet getoond op jouw apparaat.
|
272
302
|
displayed_now: Nu getoond
|
273
303
|
not_displayed_yet: Nog niet getoond
|
274
304
|
remove_from_playlist: Verwijderen van afspeellijst
|
305
|
+
hide_playlist: Hide this item
|
306
|
+
show_playlist: Show this item
|
275
307
|
create:
|
276
308
|
error: Bijwerken van afspeellijst is mislukt
|
277
309
|
success: Afspeellijst is bijgewerkt
|
278
310
|
destroy:
|
279
311
|
error: Fout bij het verwijderen van afspeellijst
|
280
312
|
success: Plugin verwijderd van afspeellijst
|
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: Volgorde afspeellijst bijgewerkt
|
283
323
|
plugins:
|
@@ -304,10 +344,13 @@ nl:
|
|
304
344
|
tagline: Sta andere gebruikers toe je plugin te installeren.
|
305
345
|
name: Naam
|
306
346
|
category: Categorie
|
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: Beschrijving
|
308
351
|
description_hint: Maximaal 50 tekens
|
309
352
|
icon: Pictogram
|
310
|
-
icon_hint:
|
353
|
+
icon_hint: 512x512 px aanbevolen
|
311
354
|
installation_url: Installatie-URL
|
312
355
|
installation_url_hint: Lees __hier__ meer over het beheerprocess.
|
313
356
|
installation_success_webhook_url: Webhook-URL voor succesvolle installatie
|
@@ -316,6 +359,8 @@ nl:
|
|
316
359
|
management_url_hint: Lees __hier__ meer over het beheerprocess.
|
317
360
|
markup_url: Plugin-markup-URL
|
318
361
|
markup_url_hint: Lees __hier__ meer over schermgeneratie.
|
362
|
+
no_screen_padding: No Screen Padding
|
363
|
+
no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
|
319
364
|
uninstallation_webhook_url: Webhook-URL voor deïnstallatie
|
320
365
|
edit:
|
321
366
|
title: Plugin bewerken
|
@@ -324,6 +369,12 @@ nl:
|
|
324
369
|
description: Beschrijving
|
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: Recept niet gevonden
|
329
380
|
plugin_settings:
|
@@ -337,9 +388,15 @@ nl:
|
|
337
388
|
reset_credentials: "%{plugin_name} account succesvol hersteld"
|
338
389
|
form:
|
339
390
|
active_hint: Toon of verberg deze plugin op je apparaat
|
391
|
+
advanced_settings: Advanced Settings
|
340
392
|
back_to_plugin: Terug naar %{plugin}
|
341
393
|
back_to_plugins: Terug naar plugins
|
342
394
|
connect_with: Verbinden met %{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: Account loskoppelen
|
344
401
|
manage_plugin: Configureer %{plugin}
|
345
402
|
force_refresh: Forceer verversen
|
@@ -347,6 +404,11 @@ nl:
|
|
347
404
|
force_refresh_click_here: Klik hier
|
348
405
|
force_refresh_click_here_hint: om direct een nieuw scherm te genereren
|
349
406
|
learn_more: Kom meer te weten over deze plugin in onze kennisbank
|
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: Gekoppeld account
|
351
413
|
linked_account_success: Succesvol gekoppeld met %{plugin_name}
|
352
414
|
link_oauth: Account koppelen
|
@@ -357,6 +419,13 @@ nl:
|
|
357
419
|
plugin_uuid: Plugin UUID
|
358
420
|
plugin_uuid_hint: Gebruik deze om Webhook API requests te maken.
|
359
421
|
preview: Voorbeeld - jouw apparaat zal echte data tonen
|
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: Verversingssnelheid
|
361
430
|
refresh_rate_hint: Bepaal hoe vaak deze plugin instantie verse data ophaalt
|
362
431
|
refreshed: Ververst
|
@@ -367,6 +436,7 @@ nl:
|
|
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: Bekijk docs
|
371
441
|
import:
|
372
442
|
archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
|
@@ -386,6 +456,21 @@ nl:
|
|
386
456
|
referral_code:
|
387
457
|
create:
|
388
458
|
request_received: Request ontvangen, check je 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: 'Apparaat upgraden:'
|
@@ -1,5 +1,6 @@
|
|
1
1
|
---
|
2
2
|
'no':
|
3
|
+
locale_name: Norwegian
|
3
4
|
add: Legg til
|
4
5
|
add_new: Legg til ny
|
5
6
|
ago: siden
|
@@ -40,6 +41,7 @@
|
|
40
41
|
keep_me_signed_in: Hold meg pålogget
|
41
42
|
knowledge_base: Kunnskapsbase
|
42
43
|
last_name: Etternavn
|
44
|
+
learn_more: Learn more
|
43
45
|
loading: Laster
|
44
46
|
login: Logg inn
|
45
47
|
log_out: Logg ut
|
@@ -57,10 +59,14 @@
|
|
57
59
|
sign_in: Logg inn
|
58
60
|
sign_up: Registrer deg
|
59
61
|
something_went_wrong: Noe gikk galt
|
60
|
-
|
62
|
+
tech_support: Support
|
61
63
|
update: Oppdater
|
62
64
|
view: Vis
|
63
65
|
welcome: Velkommen
|
66
|
+
time:
|
67
|
+
formats:
|
68
|
+
shorter: "%-H.%M"
|
69
|
+
start_of_week: 1
|
64
70
|
account:
|
65
71
|
index:
|
66
72
|
title: Konto
|
@@ -99,9 +105,6 @@
|
|
99
105
|
dashboard:
|
100
106
|
index:
|
101
107
|
title: Oversikt
|
102
|
-
morning_salutation: God morgen
|
103
|
-
afternoon_salutation: God ettermiddag
|
104
|
-
evening_salutation: God kveld
|
105
108
|
last_7_days: Siste 7 dager
|
106
109
|
last_30_days: Siste 30 dager
|
107
110
|
last_90_days: Siste 90 dager
|
@@ -114,7 +117,7 @@
|
|
114
117
|
news:
|
115
118
|
title: Nyheter
|
116
119
|
cta: Vis alle
|
117
|
-
|
120
|
+
playlist_items:
|
118
121
|
title: Spilleliste
|
119
122
|
cta: Rediger spilleliste
|
120
123
|
pieces_of_content_displayed: Antall viste innholdselementer
|
@@ -128,6 +131,10 @@
|
|
128
131
|
time_saved:
|
129
132
|
title: Tid spart
|
130
133
|
cta: Les om
|
134
|
+
welcome_message:
|
135
|
+
morning_salutation: God morgen
|
136
|
+
afternoon_salutation: God ettermiddag
|
137
|
+
evening_salutation: God kveld
|
131
138
|
devices:
|
132
139
|
edit:
|
133
140
|
accepts_beta_firmware: Tidlig utgivelse av fastvare
|
@@ -141,15 +148,25 @@
|
|
141
148
|
device_credentials_hint: Se hva du kan gjøre med denne legitimasjonen __her__
|
142
149
|
device_name: Enhetsnavn
|
143
150
|
device_name_hint: Vi bruker dette for å gjøre TRMNL-grensesnittet mer brukervennlig
|
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: Rediger enhet
|
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: Identifiser
|
146
160
|
identify_device: Identifiser enhet
|
147
161
|
identify_device_hint: Klikk på knappen nedenfor for å generere en skjerm på denne enheten som hjelper med å identifisere den.
|
148
162
|
logs: Logger
|
149
163
|
logs_hint: Feilsøk enheten og plugins med en live feed av rå feillogger.
|
164
|
+
low_battery_email_notification: Low Battery Email Notification
|
150
165
|
mirror: Speil
|
151
166
|
mirror_device: Speil en annen enhet
|
152
167
|
mirror_device_hint: Oppgi en (delbar) enhets-ID for å speile dens spilleliste. Din spilleliste vil fortsatt vises.
|
168
|
+
mirror_stop: Disconnect Mirroring
|
169
|
+
mirror_sync: Sync Screens
|
153
170
|
ota_enabled: OTA-oppdateringer aktivert
|
154
171
|
ota_enabled_hint: Installerer automatisk ny fastvare. Deaktiver for å bruke din egen fastvare.
|
155
172
|
sleep_mode: Dvalemodus
|
@@ -159,8 +176,10 @@
|
|
159
176
|
special_function_hint: Angi en dobbeltklikk-funksjon for knappen på baksiden av enheten.
|
160
177
|
special_function_learn_more: Les mer om spesialfunksjoner __her__.
|
161
178
|
unlink: Koble fra
|
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: Koble fra enhet
|
163
181
|
unlink_device_hint: Å koble fra en TRMNL-enhet gjør den trygg å selge videre eller gi bort.
|
182
|
+
unlink_device_learn_more: Follow the full guide __here__.
|
164
183
|
visibility: Synlighet
|
165
184
|
visibility_hint: Gjør TRMNL-enheten din speilbar ved å endre innstillingene nedenfor.
|
166
185
|
your_device: Din TRMNL
|
@@ -208,6 +227,8 @@
|
|
208
227
|
source: Kilde
|
209
228
|
time: Tid
|
210
229
|
markups:
|
230
|
+
console_logs:
|
231
|
+
js_logs: JS Logs
|
211
232
|
form:
|
212
233
|
back_to_plugin_settings: Tilbake til plugin-innstillinger
|
213
234
|
design_system: Dra nytte av vårt innebygde designsystem
|
@@ -250,9 +271,11 @@
|
|
250
271
|
error: Ugyldig OTP-kode
|
251
272
|
verify_otp:
|
252
273
|
verify: Verifiser
|
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 vellykket
|
254
277
|
error: Ugyldig OTP-kode
|
255
|
-
|
278
|
+
playlist_items:
|
256
279
|
index:
|
257
280
|
title: Spilleliste
|
258
281
|
tagline: Velg hva som vises på
|
@@ -266,18 +289,35 @@
|
|
266
289
|
display_period_from: Vis fra
|
267
290
|
display_period_to: til
|
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: Er du sikker på at du vil fjerne dette elementet? Pluginen vil fortsatt være tilkoblet, men ikke vist på enheten din.
|
272
302
|
displayed_now: Vises nå
|
273
303
|
not_displayed_yet: Venter
|
274
304
|
remove_from_playlist: Fjern fra spilleliste
|
305
|
+
hide_playlist: Hide this item
|
306
|
+
show_playlist: Show this item
|
275
307
|
create:
|
276
308
|
error: Kunne ikke oppdatere spillelisten
|
277
309
|
success: Spilleliste oppdatert
|
278
310
|
destroy:
|
279
311
|
error: Feil ved fjerning av element fra spilleliste
|
280
312
|
success: Plugin fjernet fra spilleliste
|
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: Rekkefølgen i spillelisten er oppdatert
|
283
323
|
plugins:
|
@@ -304,10 +344,13 @@
|
|
304
344
|
tagline: Andre brukere vil kunne installere din plugin.
|
305
345
|
name: Navn
|
306
346
|
category: Kategori
|
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: Beskrivelse
|
308
351
|
description_hint: Maksimum 50 tegn
|
309
352
|
icon: Ikon
|
310
|
-
icon_hint:
|
353
|
+
icon_hint: 512x512px anbefalt
|
311
354
|
installation_url: Installasjons-URL
|
312
355
|
installation_url_hint: Les mer om installasjonsflyten __her__.
|
313
356
|
installation_success_webhook_url: Webhook-URL for installasjonssuksess
|
@@ -316,6 +359,8 @@
|
|
316
359
|
management_url_hint: Les mer om administrasjonsflyten __her__.
|
317
360
|
markup_url: Plugin Markup-URL
|
318
361
|
markup_url_hint: Les mer om skjermgenerering __her__.
|
362
|
+
no_screen_padding: No Screen Padding
|
363
|
+
no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
|
319
364
|
uninstallation_webhook_url: Webhook-URL for avinstallasjon
|
320
365
|
edit:
|
321
366
|
title: Rediger plugin
|
@@ -324,6 +369,12 @@
|
|
324
369
|
description: Beskrivelse
|
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: Oppskrift ikke funnet
|
329
380
|
plugin_settings:
|
@@ -337,9 +388,15 @@
|
|
337
388
|
reset_credentials: "%{plugin_name} konto ble tilbakestilt"
|
338
389
|
form:
|
339
390
|
active_hint: Vis eller skjul denne plugin-instansen på enheten din
|
391
|
+
advanced_settings: Advanced Settings
|
340
392
|
back_to_plugin: Tilbake til %{plugin}
|
341
393
|
back_to_plugins: Tilbake til plugins
|
342
394
|
connect_with: Koble til %{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: Koble fra konto
|
344
401
|
manage_plugin: Konfigurer %{plugin}
|
345
402
|
force_refresh: Tving oppdatering
|
@@ -347,6 +404,11 @@
|
|
347
404
|
force_refresh_click_here: Klikk her
|
348
405
|
force_refresh_click_here_hint: for å generere en ny skjerm umiddelbart
|
349
406
|
learn_more: Les om denne pluginen i vår kunnskapsbase
|
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: Koblet konto
|
351
413
|
linked_account_success: Koblet til %{plugin_name} med hell
|
352
414
|
link_oauth: Koble konto
|
@@ -357,6 +419,13 @@
|
|
357
419
|
plugin_uuid: Plugin UUID
|
358
420
|
plugin_uuid_hint: Bruk dette for å gjøre Webhook API-forespørsler.
|
359
421
|
preview: Forhåndsvisning - enheten din vil vise faktiske 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: Oppdateringsfrekvens
|
361
430
|
refresh_rate_hint: Definer hvor ofte denne plugin-instansen henter nye data
|
362
431
|
refreshed: Oppdatert
|
@@ -367,6 +436,7 @@
|
|
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: Besøk dokumentasjonen
|
371
441
|
import:
|
372
442
|
archive_too_large: ZIP-filen er for stor (maksimum %{max_mb} MB)
|
@@ -386,6 +456,21 @@
|
|
386
456
|
referral_code:
|
387
457
|
create:
|
388
458
|
request_received: Forespørsel mottatt, sjekk innboksen din
|
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: 'Oppgraderer enhet:'
|