trmnl-i18n 0.1.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 +0 -0
- data/README.adoc +8 -10
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +48 -38
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +45 -35
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/pl.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/sv.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +15 -5
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +15 -5
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +206 -10
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +206 -10
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +200 -3
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +212 -16
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/pl.yml +399 -0
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/sv.yml +217 -0
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +200 -4
- data/lib/trmnl/i18n/locales/web_ui/da.yml +116 -33
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +224 -142
- data/lib/trmnl/i18n/locales/web_ui/de.yml +224 -142
- data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/en.yml +133 -53
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +200 -118
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +128 -46
- data/lib/trmnl/i18n/locales/web_ui/he.yml +132 -50
- data/lib/trmnl/i18n/locales/web_ui/id.yml +129 -47
- data/lib/trmnl/i18n/locales/web_ui/it.yml +177 -95
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +133 -51
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +204 -122
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +129 -47
- data/lib/trmnl/i18n/locales/web_ui/no.yml +114 -35
- data/lib/trmnl/i18n/locales/web_ui/pl.yml +661 -0
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +132 -50
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +109 -29
- data/lib/trmnl/i18n/locales/web_ui/sv.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +135 -53
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +130 -48
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +152 -70
- 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 +28 -19
- metadata.gz.sig +0 -0
@@ -1,5 +1,6 @@
|
|
1
|
+
---
|
1
2
|
da:
|
2
|
-
|
3
|
+
locale_name: Dansk
|
3
4
|
add: Tilføj
|
4
5
|
add_new: Tilføj ny
|
5
6
|
ago: siden
|
@@ -40,6 +41,7 @@ da:
|
|
40
41
|
keep_me_signed_in: Hold mig logget ind
|
41
42
|
knowledge_base: Vidensbase
|
42
43
|
last_name: Efternavn
|
44
|
+
learn_more: Learn more
|
43
45
|
loading: Indlæser
|
44
46
|
login: Log ind
|
45
47
|
log_out: Log ud
|
@@ -57,15 +59,23 @@ da:
|
|
57
59
|
sign_in: Log ind
|
58
60
|
sign_up: Tilmeld
|
59
61
|
something_went_wrong: Noget gik galt
|
60
|
-
|
62
|
+
tech_support: Support
|
61
63
|
update: Opdater
|
62
64
|
view: Vis
|
63
65
|
welcome: Velkommen
|
64
|
-
|
66
|
+
time:
|
67
|
+
formats:
|
68
|
+
shorter: "%-H.%M"
|
69
|
+
start_of_week: 1
|
65
70
|
account:
|
66
71
|
index:
|
67
72
|
title: Konto
|
68
73
|
tagline: Administrer dine kontoindstillinger
|
74
|
+
api_key_confirm: Are you sure you want to regenerate your API Key? The old key will be invalidated.
|
75
|
+
api_key_hint: See __the docs__ to learn how to configure your local environment.
|
76
|
+
api_key_label: The credential for authenticating local development tools
|
77
|
+
api_key_reset: Regenerate
|
78
|
+
api_key: API Key
|
69
79
|
email_address: Mailadresse
|
70
80
|
refer_and_earn: Henvis og tjen
|
71
81
|
refer_and_earn_hint: Giv gaven af TRMNL med en personlig kupon. Tjen pr. brug, betalt månedligt.
|
@@ -88,64 +98,75 @@ da:
|
|
88
98
|
time_zone_hint: Bestemmer opdateringshastigheder og enhedens sovetid.
|
89
99
|
locale: Lokalitet
|
90
100
|
locale_hint: Hvilket sprog og lokalisering foretrækker du? __Klik her__.
|
91
|
-
|
92
|
-
# toast messages
|
93
101
|
update:
|
94
102
|
success: Profil opdateret med succes
|
103
|
+
reset_api_key:
|
104
|
+
success: API key was regenerated successfully
|
95
105
|
dashboard:
|
96
106
|
index:
|
97
107
|
title: Dashboard
|
98
|
-
morning_salutation: Godmorgen
|
99
|
-
afternoon_salutation: God eftermiddag
|
100
|
-
evening_salutation: God aften
|
101
108
|
last_7_days: Sidste 7 dage
|
102
109
|
last_30_days: Sidste 30 dage
|
103
110
|
last_90_days: Sidste 90 dage
|
104
111
|
today: I dag
|
105
112
|
yesterday: I går
|
106
|
-
health:
|
113
|
+
health:
|
107
114
|
bad: Plugins oplever problemer
|
108
115
|
good: Plugins er sunde
|
109
116
|
next_steps: Vi vil informere dig, hvis noget ændrer sig
|
110
|
-
news:
|
117
|
+
news:
|
111
118
|
title: Nyheder
|
112
119
|
cta: Se alle
|
113
|
-
|
120
|
+
playlist_items:
|
114
121
|
title: Playliste
|
115
122
|
cta: Rediger playliste
|
116
123
|
pieces_of_content_displayed: Indholdselementer vist
|
117
|
-
plugins:
|
124
|
+
plugins:
|
118
125
|
title: Plugins
|
119
126
|
cta: Gå til Plugins
|
120
127
|
connected: Forbundet
|
121
128
|
new_and_popular: Nye og populære
|
122
129
|
shop:
|
123
130
|
title: Butik
|
124
|
-
time_saved:
|
131
|
+
time_saved:
|
125
132
|
title: Tid sparet
|
126
133
|
cta: Læs om
|
134
|
+
welcome_message:
|
135
|
+
morning_salutation: Godmorgen
|
136
|
+
afternoon_salutation: God eftermiddag
|
137
|
+
evening_salutation: God aften
|
127
138
|
devices:
|
128
139
|
edit:
|
129
|
-
accepts_beta_firmware: Firmware Tidlig Udgivelse
|
140
|
+
accepts_beta_firmware: Firmware Tidlig Udgivelse
|
130
141
|
accepts_beta_firmware_hint: Slå til for at få de nyeste firmwareforbedringer før andre brugere.
|
131
142
|
back_to_devices: Tilbage til enheder
|
132
143
|
battery_consumption: Batteriforbrug
|
133
144
|
battery_consumption_hint: Spar strøm og nyd længere batterilevetid ved at aktivere dvaletilstand.
|
134
|
-
developer_perks: Udviklerfordele
|
145
|
+
developer_perks: Udviklerfordele
|
135
146
|
developer_perks_hint: Mulighederne nedenfor kræver __Udviklerudgave-tilføjelse__.
|
136
147
|
device_credentials: Enhedsoplysninger
|
137
148
|
device_credentials_hint: Se hvad du kan gøre med disse oplysninger __her__
|
138
149
|
device_name: Enhedsnavn
|
139
150
|
device_name_hint: Vi bruger dette til at gøre TRMNL-grænsefladen mere behagelig
|
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__
|
140
154
|
edit_device: Rediger enhed
|
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
|
141
159
|
identify: Identificer
|
142
160
|
identify_device: Identificer enhed
|
143
161
|
identify_device_hint: Klik på knappen nedenfor for at generere en skærm på denne enhed, der hjælper med at identificere den.
|
144
162
|
logs: Logfiler
|
145
163
|
logs_hint: Fejlfinding af din enhed og plugins med en live feed af rå fejl-logfiler.
|
164
|
+
low_battery_email_notification: Low Battery Email Notification
|
146
165
|
mirror: Spejl
|
147
166
|
mirror_device: Spejl en anden enhed
|
148
167
|
mirror_device_hint: Angiv et (delbart) enheds-ID for at spejle dens playliste. Din playliste vil stadig blive vist.
|
168
|
+
mirror_stop: Disconnect Mirroring
|
169
|
+
mirror_sync: Sync Screens
|
149
170
|
ota_enabled: OTA-opdateringer aktiveret
|
150
171
|
ota_enabled_hint: Installer automatisk ny firmware. Deaktiver for at bruge din egen firmware.
|
151
172
|
sleep_mode: Dvaletilstand
|
@@ -155,8 +176,10 @@ da:
|
|
155
176
|
special_function_hint: Indstil en dobbeltklik-funktion for knappen på bagsiden af din enhed.
|
156
177
|
special_function_learn_more: Læs mere om specialfunktioner __her__.
|
157
178
|
unlink: Fjern tilknytning
|
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.
|
158
180
|
unlink_device: Fjern tilknytning til enhed
|
159
181
|
unlink_device_hint: At fjerne tilknytningen til en TRMNL-enhed gør det sikkert at sælge eller give den til en anden.
|
182
|
+
unlink_device_learn_more: Follow the full guide __here__.
|
160
183
|
visibility: Synlighed
|
161
184
|
visibility_hint: Gør din TRMNL-enhed spejlbar ved at ændre indstillingerne nedenfor.
|
162
185
|
your_device: Din TRMNL
|
@@ -169,8 +192,6 @@ da:
|
|
169
192
|
title: Tilføj en ny enhed
|
170
193
|
description: Indtast dit enheds-ID for at tilføje en ny TRMNL-enhed til din konto.
|
171
194
|
add_device: Tilføj ny enhed
|
172
|
-
|
173
|
-
# toast messages
|
174
195
|
associate:
|
175
196
|
error: Fejl ved tilknytning af enhed
|
176
197
|
success: Enhed tilknyttet med succes
|
@@ -200,12 +221,14 @@ da:
|
|
200
221
|
title: Logfiler
|
201
222
|
all: Alle
|
202
223
|
device: Enhed
|
203
|
-
dump: Dump
|
224
|
+
dump: Dump
|
204
225
|
id: ID
|
205
226
|
private_plugins: Private Plugins
|
206
227
|
source: Kilde
|
207
228
|
time: Tid
|
208
229
|
markups:
|
230
|
+
console_logs:
|
231
|
+
js_logs: JS Logs
|
209
232
|
form:
|
210
233
|
back_to_plugin_settings: Tilbage til plugin-indstillinger
|
211
234
|
design_system: Udnyt vores indbygget designsystem
|
@@ -217,14 +240,17 @@ da:
|
|
217
240
|
edit_markup_without_preview: Rediger markup (uden forhåndsvisning)
|
218
241
|
error_rendering_markup: Fejl ved rendering af markup
|
219
242
|
fix_indentation: Ret indrykning
|
243
|
+
go_to_preview: Go To Preview
|
220
244
|
live_preview: Live forhåndsvisning
|
221
245
|
no_changes_to_save: Ingen ændringer at gemme
|
246
|
+
pop_out_preview: Pop Out Preview
|
222
247
|
quickstart_examples: Eksempler til at komme hurtigt igang
|
223
248
|
quickstart_example_applied: Anvendt!
|
224
249
|
quickstart_use_this_example: Brug dette eksempel
|
225
250
|
revert: Gendan
|
226
251
|
revert_confirm: Er du sikker på, at du vil gendanne? Alle ikke-gemte ændringer vil gå tabt.
|
227
252
|
save_changes: Gem ændringer (⌘﹢S)
|
253
|
+
separate_preview: Preview is open in a separate window
|
228
254
|
merge_variables:
|
229
255
|
your_variables: Dine variabler
|
230
256
|
no_merge_variables:
|
@@ -245,9 +271,11 @@ da:
|
|
245
271
|
error: Ugyldig OTP-kode
|
246
272
|
verify_otp:
|
247
273
|
verify: Bekræft
|
274
|
+
reset: Reset MFA
|
275
|
+
reset_instructions: Click the button on the back of your TRMNL to generate a reset code
|
248
276
|
success: 2FA vellykket
|
249
277
|
error: Ugyldig OTP-kode
|
250
|
-
|
278
|
+
playlist_items:
|
251
279
|
index:
|
252
280
|
title: Playliste
|
253
281
|
tagline: Vælg hvad der vises på
|
@@ -261,20 +289,35 @@ da:
|
|
261
289
|
display_period_from: Vis fra
|
262
290
|
display_period_to: til
|
263
291
|
display_period_validation: Starttidspunkt skal være før sluttidspunkt. Opret en ny gruppe for at dække over midnat.
|
264
|
-
every:
|
265
|
-
|
292
|
+
every: Hver
|
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
|
266
301
|
delete: Er du sikker på, at du vil fjerne dette element? Pluginet vil forblive tilsluttet, men ikke blive vist på din enhed.
|
267
302
|
displayed_now: Vist nu
|
268
303
|
not_displayed_yet: Afventer
|
269
304
|
remove_from_playlist: Fjern fra playliste
|
270
|
-
|
271
|
-
|
305
|
+
hide_playlist: Hide this item
|
306
|
+
show_playlist: Show this item
|
272
307
|
create:
|
273
308
|
error: Fejl ved opdatering af playliste
|
274
309
|
success: Playliste opdateret
|
275
310
|
destroy:
|
276
311
|
error: Fejl ved fjernelse af element fra playliste
|
277
312
|
success: Plugin fjernet fra playliste
|
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
|
278
321
|
update:
|
279
322
|
success: Playlistens rækkefølge opdateret
|
280
323
|
plugins:
|
@@ -285,7 +328,7 @@ da:
|
|
285
328
|
connected: Forbundet
|
286
329
|
recipes: Opskrifter
|
287
330
|
recipes_hint: Private plugins af fællesskabsmedlemmer, der kan installeres med 1 klik. __Lær mere__.
|
288
|
-
search:
|
331
|
+
search:
|
289
332
|
placeholder: Søg Plugins
|
290
333
|
my:
|
291
334
|
index:
|
@@ -301,10 +344,13 @@ da:
|
|
301
344
|
tagline: Andre brugere vil kunne installere dit plugin.
|
302
345
|
name: Navn
|
303
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.
|
304
350
|
description: Beskrivelse
|
305
351
|
description_hint: Maksimum 50 tegn
|
306
352
|
icon: Ikon
|
307
|
-
icon_hint:
|
353
|
+
icon_hint: 512x512px anbefalet
|
308
354
|
installation_url: Installations-URL
|
309
355
|
installation_url_hint: Lær mere om installationsflowet __her__.
|
310
356
|
installation_success_webhook_url: Installation Success Webhook URL
|
@@ -313,6 +359,8 @@ da:
|
|
313
359
|
management_url_hint: Lær mere om administrationsflowet __her__.
|
314
360
|
markup_url: Plugin Markup URL
|
315
361
|
markup_url_hint: Lær mere om skærmgenerering __her__.
|
362
|
+
no_screen_padding: No Screen Padding
|
363
|
+
no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
|
316
364
|
uninstallation_webhook_url: Afinstallations Webhook URL
|
317
365
|
edit:
|
318
366
|
title: Rediger plugin
|
@@ -321,6 +369,12 @@ da:
|
|
321
369
|
description: Beskrivelse
|
322
370
|
plugin_recipes:
|
323
371
|
connected: Recipe connected
|
372
|
+
connections:
|
373
|
+
one: Connection
|
374
|
+
other: Connections
|
375
|
+
forks:
|
376
|
+
one: Fork
|
377
|
+
other: Forks
|
324
378
|
new:
|
325
379
|
error: Opskrift ikke fundet
|
326
380
|
plugin_settings:
|
@@ -329,14 +383,20 @@ da:
|
|
329
383
|
delete_are_you_sure: Er du sikker på, at du vil slette denne indstilling?
|
330
384
|
delete: Dette vil fuldstændigt fjerne pluginets indstillinger. For blot at skjule dette plugin fra din enhed, skal du slette det fra din playliste i stedet.
|
331
385
|
inactive: Inaktiv
|
332
|
-
no_plugin_settings_found: Ingen plugin-indstillinger fundet.
|
386
|
+
no_plugin_settings_found: Ingen plugin-indstillinger fundet.
|
333
387
|
refreshing_now_please_wait: Opdaterer nu, genindlæs denne side om et par sekunder.
|
334
388
|
reset_credentials: "%{plugin_name} konto nulstillet med succes"
|
335
389
|
form:
|
336
390
|
active_hint: Vis eller skjul denne plugin-instans på din enhed
|
391
|
+
advanced_settings: Advanced Settings
|
337
392
|
back_to_plugin: Tilbage til %{plugin}
|
338
393
|
back_to_plugins: Tilbage til Plugins
|
339
394
|
connect_with: Forbind med %{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
|
340
400
|
disconnect_account: Afbryd konto
|
341
401
|
manage_plugin: Konfigurer %{plugin}
|
342
402
|
force_refresh: Tving opdatering
|
@@ -344,6 +404,11 @@ da:
|
|
344
404
|
force_refresh_click_here: Klik her
|
345
405
|
force_refresh_click_here_hint: for at generere en ny skærm med det samme
|
346
406
|
learn_more: Lær om dette plugin i vores vidensbase
|
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.'
|
347
412
|
linked_account: Tilknyttet konto
|
348
413
|
linked_account_success: Succesfuldt tilknyttet med %{plugin_name}
|
349
414
|
link_oauth: Link konto
|
@@ -354,6 +419,13 @@ da:
|
|
354
419
|
plugin_uuid: Plugin UUID
|
355
420
|
plugin_uuid_hint: Brug dette til at lave Webhook API-anmodninger.
|
356
421
|
preview: Forhåndsvisning - din enhed 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.
|
357
429
|
refresh_rate: Opdateringshastighed
|
358
430
|
refresh_rate_hint: Definer hvor ofte denne plugin-instans henter friske data
|
359
431
|
refreshed: Opdateret
|
@@ -364,14 +436,13 @@ da:
|
|
364
436
|
refresh_paused_hint: Auto-opdatering er sat på pause. Tilføj til en playliste for at starte igen.
|
365
437
|
refresh_paused_mashup: Opdaterer Mashups
|
366
438
|
refresh_paused_mashup_hint: Auto-opdatering af fuldskærmsvisning er på pause. Mashups opdaterer.
|
439
|
+
refresh_stopped: Auto-refresh stopped. Please fix the plugin error to continue.
|
367
440
|
visit_docs: Besøg dokumentation
|
368
441
|
import:
|
369
442
|
archive_too_large: ZIP-file er for stor (%{max_mb} MB maksimum)
|
370
443
|
missing_entry: ZIP-filen indeholder ikke %{filename}
|
371
444
|
entry_too_large: "%{filename} er for stor"
|
372
445
|
malformed: "%{filename} er fejlbehæftet"
|
373
|
-
|
374
|
-
# toast beskeder
|
375
446
|
create:
|
376
447
|
success: Plugin oprettet og tilføjet til din
|
377
448
|
playlist: playliste
|
@@ -382,17 +453,29 @@ da:
|
|
382
453
|
success: Plugin-konfiguration opdateret med succes
|
383
454
|
add_to_playlist:
|
384
455
|
success: Plugin tilføjet til playliste
|
385
|
-
|
386
456
|
referral_code:
|
387
457
|
create:
|
388
458
|
request_received: Anmodning modtaget, tjek din indbakke
|
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
|
-
title:
|
476
|
+
title: 'Opgradering af enhed:'
|
392
477
|
tagline: Lås op for tilpassede plugins og __mere__.
|
393
|
-
pay: Betal
|
478
|
+
pay: Betal
|
394
479
|
error: Enhed %{device_name} er allerede opgraderet, skift til en anden enhed
|
395
|
-
|
396
|
-
# toast beskeder
|
397
480
|
confirm:
|
398
481
|
success: Udviklerudgave-tilføjelse er nu aktiveret
|