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
|
nl:
|
2
|
-
# global, logged out, and auth-related
|
3
3
|
add: Toevoegen
|
4
4
|
add_new: Nieuwe toevoegen
|
5
|
-
ago: ago
|
6
|
-
already_have_account: Ik heb al een account
|
5
|
+
ago: ago
|
6
|
+
already_have_account: Ik heb al een account
|
7
7
|
back: Terug
|
8
8
|
back_to_all_blog_posts: Terug naar alle berichten
|
9
9
|
blog: Blog
|
@@ -18,8 +18,8 @@ nl:
|
|
18
18
|
copy: Kopiëren
|
19
19
|
copied_to_clipboard: Gekopieerd!
|
20
20
|
copy_to_clipboard: Kopiëren naar klembord
|
21
|
-
created: Aangemaakt
|
22
|
-
create_an_account: Maak een account
|
21
|
+
created: Aangemaakt
|
22
|
+
create_an_account: Maak een account
|
23
23
|
current_device: Huidig apparaat
|
24
24
|
days: dagen
|
25
25
|
delete: Verwijder
|
@@ -30,8 +30,8 @@ nl:
|
|
30
30
|
export: Export
|
31
31
|
fetching: Ophalen
|
32
32
|
first_name: Voornaam
|
33
|
-
forgot_password: Wachtwoord vergeten
|
34
|
-
forgot_password_title: Hier gaan we weer
|
33
|
+
forgot_password: Wachtwoord vergeten
|
34
|
+
forgot_password_title: Hier gaan we weer
|
35
35
|
get_started: Laten we beginnen!
|
36
36
|
identify: Identificeren
|
37
37
|
import: Import
|
@@ -43,34 +43,37 @@ nl:
|
|
43
43
|
loading: Laden
|
44
44
|
login: Inloggen
|
45
45
|
log_out: Uitloggen
|
46
|
-
minimum_characters: karakters minimaal
|
47
|
-
mins: min.
|
46
|
+
minimum_characters: karakters minimaal
|
47
|
+
mins: min.
|
48
48
|
my_playlist: Mijn afspeellijst
|
49
49
|
new_password: Nieuw wachtwoord
|
50
50
|
password: Wachtwoord
|
51
|
-
please_wait: Even geduld...
|
51
|
+
please_wait: Even geduld...
|
52
52
|
plugin_not_found: Plugin niet gevonden
|
53
53
|
refresh_rates_hint: Leer __hier__ hoe verversingssnelheden werken
|
54
54
|
reset_password: Vraag nieuw wachtwoord op
|
55
55
|
save: Opslaan
|
56
56
|
section: Sectie
|
57
|
-
sign_in: Inloggen
|
58
|
-
sign_up: Registreren
|
57
|
+
sign_in: Inloggen
|
58
|
+
sign_up: Registreren
|
59
59
|
something_went_wrong: Er is iets misgegaan
|
60
|
-
support: Support
|
60
|
+
support: Support
|
61
61
|
update: Bijwerken
|
62
62
|
view: Bekijk
|
63
|
-
welcome: Welkom
|
64
|
-
|
65
|
-
# views by resource (device, plugins, playlists, account, etc)
|
63
|
+
welcome: Welkom
|
66
64
|
account:
|
67
65
|
index:
|
68
66
|
title: Account
|
69
67
|
tagline: Accountinstellingen beheren
|
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: Emailadres
|
71
74
|
refer_and_earn: Verwijs en verdien
|
72
75
|
refer_and_earn_hint: Deel TRMNL via een gepersonaliseerde coupon. Verdien per gebruik, maandelijks uitbetaald.
|
73
|
-
refer_and_earn_redemptions: Aantal keer gebruikt
|
76
|
+
refer_and_earn_redemptions: Aantal keer gebruikt
|
74
77
|
refer_and_earn_request_code: Vraag een code aan
|
75
78
|
device_invoice: Apparaatfactuur
|
76
79
|
device_invoice_label: Download commerciële documenten voor je accountant of jouw PDF-verzameling.
|
@@ -89,10 +92,10 @@ nl:
|
|
89
92
|
time_zone_hint: Bepaalt de refresh rates en apparaat slaapmodus.
|
90
93
|
locale: Landinstelling
|
91
94
|
locale_hint: Welke taal en lokalisatie heeft je voorkeur? __Ga hiernaartoe__.
|
92
|
-
|
93
|
-
# toast messages
|
94
95
|
update:
|
95
96
|
success: Profiel succesvol bijgewerkt
|
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 @@ nl:
|
|
104
107
|
last_90_days: Laatste 90 dagen
|
105
108
|
today: Vandaag
|
106
109
|
yesterday: Gisteren
|
107
|
-
health:
|
110
|
+
health:
|
108
111
|
bad: Plugins hebben wat problemen
|
109
112
|
good: Plugins zien er goed uit
|
110
113
|
next_steps: We informeren je als er iets verandert
|
111
|
-
news:
|
114
|
+
news:
|
112
115
|
title: Nieuws
|
113
116
|
cta: Alles bekijken
|
114
|
-
playlists:
|
117
|
+
playlists:
|
115
118
|
title: Afspeellijsten
|
116
119
|
cta: Ga naar afspeellijsten
|
117
120
|
pieces_of_content_displayed: Aantal content elementen die getoond worden
|
118
|
-
plugins:
|
121
|
+
plugins:
|
119
122
|
title: Plugins
|
120
123
|
cta: Ga naar plugins
|
121
124
|
connected: Verbonden
|
122
125
|
new_and_popular: Nieuw en populair
|
123
126
|
shop:
|
124
127
|
title: Winkel
|
125
|
-
time_saved:
|
128
|
+
time_saved:
|
126
129
|
title: Tijd bespaard
|
127
130
|
cta: Lees meer
|
128
131
|
devices:
|
129
132
|
edit:
|
130
|
-
accepts_beta_firmware: Beta firmware-release
|
133
|
+
accepts_beta_firmware: Beta firmware-release
|
131
134
|
accepts_beta_firmware_hint: Schakel in om de nieuwste beta firmwareverbeteringen voor je apparaat te ontvangen.
|
132
135
|
back_to_devices: Terug naar apparaten
|
133
136
|
battery_consumption: Batterijgebruik
|
134
137
|
battery_consumption_hint: Bespaar energie en geniet van een langere batterijduur door slaapmodus te activeren.
|
135
|
-
developer_perks: Ontwikkelaarsvoordelen
|
138
|
+
developer_perks: Ontwikkelaarsvoordelen
|
136
139
|
developer_perks_hint: De onderstaande opties vereisen de __ontwikkelaars-add-on__.
|
137
140
|
device_credentials: Apparaatgegevens
|
138
141
|
device_credentials_hint: Beijk __hier__ wat je met deze gegevens kunt doen.
|
@@ -170,8 +173,6 @@ nl:
|
|
170
173
|
title: Nieuw apparaat toevoegen
|
171
174
|
description: Voer je Apparaat ID in om een nieuw TRMNL apparaat aan je account toe te voegen.
|
172
175
|
add_device: Nieuw apparaat toevoegen
|
173
|
-
|
174
|
-
# toast messages
|
175
176
|
associate:
|
176
177
|
error: Fout bij koppelen apparaat
|
177
178
|
success: Apparaat succesvol gekoppeld
|
@@ -201,7 +202,7 @@ nl:
|
|
201
202
|
title: Logboeken
|
202
203
|
all: Alles
|
203
204
|
device: Apparaat
|
204
|
-
dump: Verwijderen
|
205
|
+
dump: Verwijderen
|
205
206
|
id: ID
|
206
207
|
private_plugins: Privé-plugins
|
207
208
|
source: Bron
|
@@ -218,14 +219,17 @@ nl:
|
|
218
219
|
edit_markup_without_preview: Markup bewerken (zonder voorbeeldweergave)
|
219
220
|
error_rendering_markup: Fout bij het weergeven van de markup
|
220
221
|
fix_indentation: Inspringing corrigeren
|
222
|
+
go_to_preview: Go To Preview
|
221
223
|
live_preview: Live voorbeeld
|
222
224
|
no_changes_to_save: Geen wijzigingen om op te slaan
|
225
|
+
pop_out_preview: Pop Out Preview
|
223
226
|
quickstart_examples: Snelstartvoorbeelden
|
224
227
|
quickstart_example_applied: Toegepast!
|
225
228
|
quickstart_use_this_example: Gebruik dit voorbeeld
|
226
229
|
revert: Terugzetten
|
227
230
|
revert_confirm: Weet je zeker dat je wilt terugzetten? All niet-opgeslagen wijzigingen gaan verloren.
|
228
231
|
save_changes: Wijzigingen opslaan (⌘﹢S)
|
232
|
+
separate_preview: Preview is open in a separate window
|
229
233
|
merge_variables:
|
230
234
|
your_variables: Jouw variabelen
|
231
235
|
no_merge_variables:
|
@@ -261,14 +265,13 @@ nl:
|
|
261
265
|
device_default: Device default
|
262
266
|
display_period_from: Weergeven van
|
263
267
|
display_period_to: tot
|
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: Weet je zeker dat je dit item wilt verwijderen? De plugin blijft verbonden en wordt niet getoond op jouw apparaat.
|
267
272
|
displayed_now: Nu getoond
|
268
273
|
not_displayed_yet: Nog niet getoond
|
269
274
|
remove_from_playlist: Verwijderen van afspeellijst
|
270
|
-
|
271
|
-
# toast messages
|
272
275
|
create:
|
273
276
|
error: Bijwerken van afspeellijst is mislukt
|
274
277
|
success: Afspeellijst is bijgewerkt
|
@@ -285,16 +288,17 @@ nl:
|
|
285
288
|
connected: Verbonden
|
286
289
|
recipes: Recepten
|
287
290
|
recipes_hint: Privé-plugins van communityleden die met één klik kunnen worden geïnstalleerd. __Lees meer__.
|
288
|
-
search:
|
291
|
+
search:
|
289
292
|
placeholder: Zoeken binnen plugins
|
290
293
|
my:
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
294
|
+
index:
|
295
|
+
title: Mijn plugins
|
296
|
+
tagline: Ontwikkel plugins voor de openbare marktplaats
|
297
|
+
card:
|
298
|
+
connections: verbindingen
|
299
|
+
install: Installeren
|
300
|
+
review_are_you_sure: Weet je het zeker? Het TRMNL-team gaat je plugin testen en kan eventueel vragen per e-mail sturen.
|
301
|
+
submit_for_review: Indienen ter beoordeling
|
298
302
|
new:
|
299
303
|
title: Nieuwe plugin maken
|
300
304
|
tagline: Sta andere gebruikers toe je plugin te installeren.
|
@@ -319,6 +323,7 @@ nl:
|
|
319
323
|
name: Naam
|
320
324
|
description: Beschrijving
|
321
325
|
plugin_recipes:
|
326
|
+
connected: Recipe connected
|
322
327
|
new:
|
323
328
|
error: Recept niet gevonden
|
324
329
|
plugin_settings:
|
@@ -327,7 +332,7 @@ nl:
|
|
327
332
|
delete_are_you_sure: Weet je zeker dat je deze instelling wilt verwijderen?
|
328
333
|
delete: Hiermee verwijder je de instellingen van de plugin volledig. Om deze plugin simpelweg te verbergen verwijder je deze uit jouw afspeellijst.
|
329
334
|
inactive: Inactief
|
330
|
-
no_plugin_settings_found: Geen plugininstellingen gevonden.
|
335
|
+
no_plugin_settings_found: Geen plugininstellingen gevonden.
|
331
336
|
refreshing_now_please_wait: Plugin wordt verversd, herlaad de pagina over een paar seconden.
|
332
337
|
reset_credentials: "%{plugin_name} account succesvol hersteld"
|
333
338
|
form:
|
@@ -358,14 +363,16 @@ nl:
|
|
358
363
|
remove_plugin: Plugin verwijderen
|
359
364
|
remove_plugin_hint: Het verwijderen van een plugin zal deze ook uit je afspeellijst verwijderen
|
360
365
|
synced: Gesynchroniseerd
|
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: Bekijk 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 aangemaakt en toegevoegd aan jouw
|
371
378
|
playlist: afspeellijst
|
@@ -376,17 +383,14 @@ nl:
|
|
376
383
|
success: Plugin configuratie is succesvol bijgewerkt
|
377
384
|
add_to_playlist:
|
378
385
|
success: Plugin toegevoegd aan afspeellijst
|
379
|
-
|
380
386
|
referral_code:
|
381
387
|
create:
|
382
388
|
request_received: Request ontvangen, check je inbox
|
383
389
|
upgrade:
|
384
390
|
index:
|
385
|
-
title:
|
391
|
+
title: 'Apparaat upgraden:'
|
386
392
|
tagline: Ontgrendel aangepaste plugins en __meer__.
|
387
|
-
pay: Betalen
|
393
|
+
pay: Betalen
|
388
394
|
error: Apparaat %{device_name} is al geüpgraded, wissel naar een ander apparaat
|
389
|
-
|
390
|
-
# toast messages
|
391
395
|
confirm:
|
392
396
|
success: Developer-editie add-on is nu ingeschakeld
|
@@ -1,8 +1,8 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
---
|
2
|
+
'no':
|
3
3
|
add: Legg til
|
4
4
|
add_new: Legg til ny
|
5
|
-
ago: siden
|
5
|
+
ago: siden
|
6
6
|
already_have_account: Jeg har allerede en konto
|
7
7
|
back: Tilbake
|
8
8
|
back_to_all_blog_posts: Tilbake til alle innlegg
|
@@ -61,12 +61,15 @@
|
|
61
61
|
update: Oppdater
|
62
62
|
view: Vis
|
63
63
|
welcome: Velkommen
|
64
|
-
|
65
|
-
# views by resource (device, plugins, playlists, account, etc)
|
66
64
|
account:
|
67
65
|
index:
|
68
66
|
title: Konto
|
69
67
|
tagline: Administrer kontoinnstillingene dine
|
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: E-postadresse
|
71
74
|
refer_and_earn: Henvis og tjen
|
72
75
|
refer_and_earn_hint: Gi gaven av TRMNL med en personlig kupong. Tjen per bruk, betalt månedlig.
|
@@ -89,11 +92,10 @@
|
|
89
92
|
time_zone_hint: Bestemmer oppdateringsfrekvenser og enhetens hviletid.
|
90
93
|
locale: Språk
|
91
94
|
locale_hint: Hvilket språk og lokalitet foretrekker du? __Gå hit__.
|
92
|
-
|
93
|
-
# toast messages
|
94
95
|
update:
|
95
96
|
success: Profil oppdatert
|
96
|
-
|
97
|
+
reset_api_key:
|
98
|
+
success: API key was regenerated successfully
|
97
99
|
dashboard:
|
98
100
|
index:
|
99
101
|
title: Oversikt
|
@@ -105,28 +107,27 @@
|
|
105
107
|
last_90_days: Siste 90 dager
|
106
108
|
today: I dag
|
107
109
|
yesterday: I går
|
108
|
-
health:
|
110
|
+
health:
|
109
111
|
bad: Plugins har problemer
|
110
112
|
good: Plugins fungerer bra
|
111
113
|
next_steps: Vi informerer deg hvis noe endres
|
112
|
-
news:
|
114
|
+
news:
|
113
115
|
title: Nyheter
|
114
116
|
cta: Vis alle
|
115
|
-
playlists:
|
117
|
+
playlists:
|
116
118
|
title: Spilleliste
|
117
119
|
cta: Rediger spilleliste
|
118
120
|
pieces_of_content_displayed: Antall viste innholdselementer
|
119
|
-
plugins:
|
121
|
+
plugins:
|
120
122
|
title: Plugins
|
121
123
|
cta: Gå til Plugins
|
122
124
|
connected: Tilkoblet
|
123
125
|
new_and_popular: Nye og populære
|
124
126
|
shop:
|
125
127
|
title: Butikk
|
126
|
-
time_saved:
|
128
|
+
time_saved:
|
127
129
|
title: Tid spart
|
128
130
|
cta: Les om
|
129
|
-
|
130
131
|
devices:
|
131
132
|
edit:
|
132
133
|
accepts_beta_firmware: Tidlig utgivelse av fastvare
|
@@ -172,8 +173,6 @@
|
|
172
173
|
title: Legg til en ny enhet
|
173
174
|
description: Skriv inn din enhets-ID for å legge til en ny TRMNL-enhet til kontoen din.
|
174
175
|
add_device: Legg til ny enhet
|
175
|
-
|
176
|
-
# toast messages
|
177
176
|
associate:
|
178
177
|
error: Feil ved tilkobling av enhet
|
179
178
|
success: Enheten ble tilkoblet
|
@@ -195,7 +194,6 @@
|
|
195
194
|
update:
|
196
195
|
error: Feil ved oppdatering av enhet
|
197
196
|
success: "%{device} enhetsinnstillingene ble oppdatert"
|
198
|
-
|
199
197
|
invoices:
|
200
198
|
rate_limit: For mange forsøk, vennligst vent og prøv igjen
|
201
199
|
invoice_not_found: Faktura ikke funnet
|
@@ -221,14 +219,17 @@
|
|
221
219
|
edit_markup_without_preview: Rediger markup (uten forhåndsvisning)
|
222
220
|
error_rendering_markup: Feil ved gjengivelse av markup
|
223
221
|
fix_indentation: Fiks innrykk
|
222
|
+
go_to_preview: Go To Preview
|
224
223
|
live_preview: Direkte forhåndsvisning
|
225
224
|
no_changes_to_save: Ingen endringer å lagre
|
225
|
+
pop_out_preview: Pop Out Preview
|
226
226
|
quickstart_examples: Raskstartseksempler
|
227
227
|
quickstart_example_applied: Anvendt!
|
228
228
|
quickstart_use_this_example: Bruk dette eksempelet
|
229
229
|
revert: Angre
|
230
230
|
revert_confirm: Er du sikker på at du vil angre? Alle uspurte endringer vil gå tapt.
|
231
231
|
save_changes: Lagre endringer (⌘﹢S)
|
232
|
+
separate_preview: Preview is open in a separate window
|
232
233
|
merge_variables:
|
233
234
|
your_variables: Dine variabler
|
234
235
|
no_merge_variables:
|
@@ -264,14 +265,13 @@
|
|
264
265
|
device_default: Device default
|
265
266
|
display_period_from: Vis fra
|
266
267
|
display_period_to: til
|
268
|
+
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
267
269
|
every: every
|
268
270
|
playlist:
|
269
271
|
delete: Er du sikker på at du vil fjerne dette elementet? Pluginen vil fortsatt være tilkoblet, men ikke vist på enheten din.
|
270
272
|
displayed_now: Vises nå
|
271
273
|
not_displayed_yet: Venter
|
272
274
|
remove_from_playlist: Fjern fra spilleliste
|
273
|
-
|
274
|
-
# toast messages
|
275
275
|
create:
|
276
276
|
error: Kunne ikke oppdatere spillelisten
|
277
277
|
success: Spilleliste oppdatert
|
@@ -291,13 +291,14 @@
|
|
291
291
|
search:
|
292
292
|
placeholder: Søk etter plugins
|
293
293
|
my:
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
294
|
+
index:
|
295
|
+
title: Mine plugins
|
296
|
+
tagline: Utvikle plugins for det offentlige markedet
|
297
|
+
card:
|
298
|
+
connections: tilkoblinger
|
299
|
+
install: Installer
|
300
|
+
review_are_you_sure: Er du sikker? TRMNL-teamet vil teste den og sende deg e-post med spørsmål.
|
301
|
+
submit_for_review: Send inn for vurdering
|
301
302
|
new:
|
302
303
|
title: Lag ny plugin
|
303
304
|
tagline: Andre brukere vil kunne installere din plugin.
|
@@ -322,6 +323,7 @@
|
|
322
323
|
name: Navn
|
323
324
|
description: Beskrivelse
|
324
325
|
plugin_recipes:
|
326
|
+
connected: Recipe connected
|
325
327
|
new:
|
326
328
|
error: Oppskrift ikke funnet
|
327
329
|
plugin_settings:
|
@@ -361,14 +363,16 @@
|
|
361
363
|
remove_plugin: Fjern plugin
|
362
364
|
remove_plugin_hint: Fjerning av en plugin vil også fjerne den fra spillelisten din
|
363
365
|
synced: Synkronisert
|
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.
|
364
370
|
visit_docs: Besøk dokumentasjonen
|
365
371
|
import:
|
366
|
-
archive_too_large:
|
367
|
-
missing_entry:
|
372
|
+
archive_too_large: ZIP-filen er for stor (maksimum %{max_mb} MB)
|
373
|
+
missing_entry: ZIP-filen inneholder ikke %{filename}
|
368
374
|
entry_too_large: "%{filename} er for stor"
|
369
375
|
malformed: "%{filename} er feilformatert"
|
370
|
-
|
371
|
-
# toast messages
|
372
376
|
create:
|
373
377
|
success: Plugin opprettet og lagt til din
|
374
378
|
playlist: spilleliste
|
@@ -379,17 +383,14 @@
|
|
379
383
|
success: Plugin-konfigurasjonen ble oppdatert
|
380
384
|
add_to_playlist:
|
381
385
|
success: Plugin lagt til i spilleliste
|
382
|
-
|
383
386
|
referral_code:
|
384
387
|
create:
|
385
388
|
request_received: Forespørsel mottatt, sjekk innboksen din
|
386
389
|
upgrade:
|
387
390
|
index:
|
388
|
-
title:
|
391
|
+
title: 'Oppgraderer enhet:'
|
389
392
|
tagline: Lås opp egendefinerte plugins og __mer__.
|
390
393
|
pay: Betal
|
391
394
|
error: Enheten %{device_name} er allerede oppgradert, bytt til en annen enhet
|
392
|
-
|
393
|
-
# toast messages
|
394
395
|
confirm:
|
395
396
|
success: Utviklerutgave-tillegget er nå aktivert
|