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,8 +1,9 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
---
|
2
|
+
'no':
|
3
|
+
locale_name: Norwegian
|
3
4
|
add: Legg til
|
4
5
|
add_new: Legg til ny
|
5
|
-
ago: siden
|
6
|
+
ago: siden
|
6
7
|
already_have_account: Jeg har allerede en konto
|
7
8
|
back: Tilbake
|
8
9
|
back_to_all_blog_posts: Tilbake til alle innlegg
|
@@ -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,16 +59,23 @@
|
|
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
|
64
|
-
|
65
|
-
|
66
|
+
time:
|
67
|
+
formats:
|
68
|
+
shorter: "%-H.%M"
|
69
|
+
start_of_week: 1
|
66
70
|
account:
|
67
71
|
index:
|
68
72
|
title: Konto
|
69
73
|
tagline: Administrer kontoinnstillingene dine
|
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
|
70
79
|
email_address: E-postadresse
|
71
80
|
refer_and_earn: Henvis og tjen
|
72
81
|
refer_and_earn_hint: Gi gaven av TRMNL med en personlig kupong. Tjen per bruk, betalt månedlig.
|
@@ -89,44 +98,43 @@
|
|
89
98
|
time_zone_hint: Bestemmer oppdateringsfrekvenser og enhetens hviletid.
|
90
99
|
locale: Språk
|
91
100
|
locale_hint: Hvilket språk og lokalitet foretrekker du? __Gå hit__.
|
92
|
-
|
93
|
-
# toast messages
|
94
101
|
update:
|
95
102
|
success: Profil oppdatert
|
96
|
-
|
103
|
+
reset_api_key:
|
104
|
+
success: API key was regenerated successfully
|
97
105
|
dashboard:
|
98
106
|
index:
|
99
107
|
title: Oversikt
|
100
|
-
morning_salutation: God morgen
|
101
|
-
afternoon_salutation: God ettermiddag
|
102
|
-
evening_salutation: God kveld
|
103
108
|
last_7_days: Siste 7 dager
|
104
109
|
last_30_days: Siste 30 dager
|
105
110
|
last_90_days: Siste 90 dager
|
106
111
|
today: I dag
|
107
112
|
yesterday: I går
|
108
|
-
health:
|
113
|
+
health:
|
109
114
|
bad: Plugins har problemer
|
110
115
|
good: Plugins fungerer bra
|
111
116
|
next_steps: Vi informerer deg hvis noe endres
|
112
|
-
news:
|
117
|
+
news:
|
113
118
|
title: Nyheter
|
114
119
|
cta: Vis alle
|
115
|
-
|
120
|
+
playlist_items:
|
116
121
|
title: Spilleliste
|
117
122
|
cta: Rediger spilleliste
|
118
123
|
pieces_of_content_displayed: Antall viste innholdselementer
|
119
|
-
plugins:
|
124
|
+
plugins:
|
120
125
|
title: Plugins
|
121
126
|
cta: Gå til Plugins
|
122
127
|
connected: Tilkoblet
|
123
128
|
new_and_popular: Nye og populære
|
124
129
|
shop:
|
125
130
|
title: Butikk
|
126
|
-
time_saved:
|
131
|
+
time_saved:
|
127
132
|
title: Tid spart
|
128
133
|
cta: Les om
|
129
|
-
|
134
|
+
welcome_message:
|
135
|
+
morning_salutation: God morgen
|
136
|
+
afternoon_salutation: God ettermiddag
|
137
|
+
evening_salutation: God kveld
|
130
138
|
devices:
|
131
139
|
edit:
|
132
140
|
accepts_beta_firmware: Tidlig utgivelse av fastvare
|
@@ -140,15 +148,25 @@
|
|
140
148
|
device_credentials_hint: Se hva du kan gjøre med denne legitimasjonen __her__
|
141
149
|
device_name: Enhetsnavn
|
142
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__
|
143
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
|
144
159
|
identify: Identifiser
|
145
160
|
identify_device: Identifiser enhet
|
146
161
|
identify_device_hint: Klikk på knappen nedenfor for å generere en skjerm på denne enheten som hjelper med å identifisere den.
|
147
162
|
logs: Logger
|
148
163
|
logs_hint: Feilsøk enheten og plugins med en live feed av rå feillogger.
|
164
|
+
low_battery_email_notification: Low Battery Email Notification
|
149
165
|
mirror: Speil
|
150
166
|
mirror_device: Speil en annen enhet
|
151
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
|
152
170
|
ota_enabled: OTA-oppdateringer aktivert
|
153
171
|
ota_enabled_hint: Installerer automatisk ny fastvare. Deaktiver for å bruke din egen fastvare.
|
154
172
|
sleep_mode: Dvalemodus
|
@@ -158,8 +176,10 @@
|
|
158
176
|
special_function_hint: Angi en dobbeltklikk-funksjon for knappen på baksiden av enheten.
|
159
177
|
special_function_learn_more: Les mer om spesialfunksjoner __her__.
|
160
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.
|
161
180
|
unlink_device: Koble fra enhet
|
162
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__.
|
163
183
|
visibility: Synlighet
|
164
184
|
visibility_hint: Gjør TRMNL-enheten din speilbar ved å endre innstillingene nedenfor.
|
165
185
|
your_device: Din TRMNL
|
@@ -172,8 +192,6 @@
|
|
172
192
|
title: Legg til en ny enhet
|
173
193
|
description: Skriv inn din enhets-ID for å legge til en ny TRMNL-enhet til kontoen din.
|
174
194
|
add_device: Legg til ny enhet
|
175
|
-
|
176
|
-
# toast messages
|
177
195
|
associate:
|
178
196
|
error: Feil ved tilkobling av enhet
|
179
197
|
success: Enheten ble tilkoblet
|
@@ -195,7 +213,6 @@
|
|
195
213
|
update:
|
196
214
|
error: Feil ved oppdatering av enhet
|
197
215
|
success: "%{device} enhetsinnstillingene ble oppdatert"
|
198
|
-
|
199
216
|
invoices:
|
200
217
|
rate_limit: For mange forsøk, vennligst vent og prøv igjen
|
201
218
|
invoice_not_found: Faktura ikke funnet
|
@@ -210,6 +227,8 @@
|
|
210
227
|
source: Kilde
|
211
228
|
time: Tid
|
212
229
|
markups:
|
230
|
+
console_logs:
|
231
|
+
js_logs: JS Logs
|
213
232
|
form:
|
214
233
|
back_to_plugin_settings: Tilbake til plugin-innstillinger
|
215
234
|
design_system: Dra nytte av vårt innebygde designsystem
|
@@ -221,14 +240,17 @@
|
|
221
240
|
edit_markup_without_preview: Rediger markup (uten forhåndsvisning)
|
222
241
|
error_rendering_markup: Feil ved gjengivelse av markup
|
223
242
|
fix_indentation: Fiks innrykk
|
243
|
+
go_to_preview: Go To Preview
|
224
244
|
live_preview: Direkte forhåndsvisning
|
225
245
|
no_changes_to_save: Ingen endringer å lagre
|
246
|
+
pop_out_preview: Pop Out Preview
|
226
247
|
quickstart_examples: Raskstartseksempler
|
227
248
|
quickstart_example_applied: Anvendt!
|
228
249
|
quickstart_use_this_example: Bruk dette eksempelet
|
229
250
|
revert: Angre
|
230
251
|
revert_confirm: Er du sikker på at du vil angre? Alle uspurte endringer vil gå tapt.
|
231
252
|
save_changes: Lagre endringer (⌘﹢S)
|
253
|
+
separate_preview: Preview is open in a separate window
|
232
254
|
merge_variables:
|
233
255
|
your_variables: Dine variabler
|
234
256
|
no_merge_variables:
|
@@ -249,9 +271,11 @@
|
|
249
271
|
error: Ugyldig OTP-kode
|
250
272
|
verify_otp:
|
251
273
|
verify: Verifiser
|
274
|
+
reset: Reset MFA
|
275
|
+
reset_instructions: Click the button on the back of your TRMNL to generate a reset code
|
252
276
|
success: 2FA vellykket
|
253
277
|
error: Ugyldig OTP-kode
|
254
|
-
|
278
|
+
playlist_items:
|
255
279
|
index:
|
256
280
|
title: Spilleliste
|
257
281
|
tagline: Velg hva som vises på
|
@@ -265,20 +289,35 @@
|
|
265
289
|
display_period_from: Vis fra
|
266
290
|
display_period_to: til
|
267
291
|
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
268
|
-
every:
|
269
|
-
|
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
|
270
301
|
delete: Er du sikker på at du vil fjerne dette elementet? Pluginen vil fortsatt være tilkoblet, men ikke vist på enheten din.
|
271
302
|
displayed_now: Vises nå
|
272
303
|
not_displayed_yet: Venter
|
273
304
|
remove_from_playlist: Fjern fra spilleliste
|
274
|
-
|
275
|
-
|
305
|
+
hide_playlist: Hide this item
|
306
|
+
show_playlist: Show this item
|
276
307
|
create:
|
277
308
|
error: Kunne ikke oppdatere spillelisten
|
278
309
|
success: Spilleliste oppdatert
|
279
310
|
destroy:
|
280
311
|
error: Feil ved fjerning av element fra spilleliste
|
281
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
|
282
321
|
update:
|
283
322
|
success: Rekkefølgen i spillelisten er oppdatert
|
284
323
|
plugins:
|
@@ -305,10 +344,13 @@
|
|
305
344
|
tagline: Andre brukere vil kunne installere din plugin.
|
306
345
|
name: Navn
|
307
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.
|
308
350
|
description: Beskrivelse
|
309
351
|
description_hint: Maksimum 50 tegn
|
310
352
|
icon: Ikon
|
311
|
-
icon_hint:
|
353
|
+
icon_hint: 512x512px anbefalt
|
312
354
|
installation_url: Installasjons-URL
|
313
355
|
installation_url_hint: Les mer om installasjonsflyten __her__.
|
314
356
|
installation_success_webhook_url: Webhook-URL for installasjonssuksess
|
@@ -317,6 +359,8 @@
|
|
317
359
|
management_url_hint: Les mer om administrasjonsflyten __her__.
|
318
360
|
markup_url: Plugin Markup-URL
|
319
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.
|
320
364
|
uninstallation_webhook_url: Webhook-URL for avinstallasjon
|
321
365
|
edit:
|
322
366
|
title: Rediger plugin
|
@@ -325,6 +369,12 @@
|
|
325
369
|
description: Beskrivelse
|
326
370
|
plugin_recipes:
|
327
371
|
connected: Recipe connected
|
372
|
+
connections:
|
373
|
+
one: Connection
|
374
|
+
other: Connections
|
375
|
+
forks:
|
376
|
+
one: Fork
|
377
|
+
other: Forks
|
328
378
|
new:
|
329
379
|
error: Oppskrift ikke funnet
|
330
380
|
plugin_settings:
|
@@ -338,9 +388,15 @@
|
|
338
388
|
reset_credentials: "%{plugin_name} konto ble tilbakestilt"
|
339
389
|
form:
|
340
390
|
active_hint: Vis eller skjul denne plugin-instansen på enheten din
|
391
|
+
advanced_settings: Advanced Settings
|
341
392
|
back_to_plugin: Tilbake til %{plugin}
|
342
393
|
back_to_plugins: Tilbake til plugins
|
343
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
|
344
400
|
disconnect_account: Koble fra konto
|
345
401
|
manage_plugin: Konfigurer %{plugin}
|
346
402
|
force_refresh: Tving oppdatering
|
@@ -348,6 +404,11 @@
|
|
348
404
|
force_refresh_click_here: Klikk her
|
349
405
|
force_refresh_click_here_hint: for å generere en ny skjerm umiddelbart
|
350
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.'
|
351
412
|
linked_account: Koblet konto
|
352
413
|
linked_account_success: Koblet til %{plugin_name} med hell
|
353
414
|
link_oauth: Koble konto
|
@@ -358,6 +419,13 @@
|
|
358
419
|
plugin_uuid: Plugin UUID
|
359
420
|
plugin_uuid_hint: Bruk dette for å gjøre Webhook API-forespørsler.
|
360
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.
|
361
429
|
refresh_rate: Oppdateringsfrekvens
|
362
430
|
refresh_rate_hint: Definer hvor ofte denne plugin-instansen henter nye data
|
363
431
|
refreshed: Oppdatert
|
@@ -368,14 +436,13 @@
|
|
368
436
|
refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
|
369
437
|
refresh_paused_mashup: Refreshing Mashups
|
370
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.
|
371
440
|
visit_docs: Besøk dokumentasjonen
|
372
441
|
import:
|
373
|
-
archive_too_large:
|
374
|
-
missing_entry:
|
442
|
+
archive_too_large: ZIP-filen er for stor (maksimum %{max_mb} MB)
|
443
|
+
missing_entry: ZIP-filen inneholder ikke %{filename}
|
375
444
|
entry_too_large: "%{filename} er for stor"
|
376
445
|
malformed: "%{filename} er feilformatert"
|
377
|
-
|
378
|
-
# toast messages
|
379
446
|
create:
|
380
447
|
success: Plugin opprettet og lagt til din
|
381
448
|
playlist: spilleliste
|
@@ -386,17 +453,29 @@
|
|
386
453
|
success: Plugin-konfigurasjonen ble oppdatert
|
387
454
|
add_to_playlist:
|
388
455
|
success: Plugin lagt til i spilleliste
|
389
|
-
|
390
456
|
referral_code:
|
391
457
|
create:
|
392
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…
|
393
474
|
upgrade:
|
394
475
|
index:
|
395
|
-
title:
|
476
|
+
title: 'Oppgraderer enhet:'
|
396
477
|
tagline: Lås opp egendefinerte plugins og __mer__.
|
397
478
|
pay: Betal
|
398
479
|
error: Enheten %{device_name} er allerede oppgradert, bytt til en annen enhet
|
399
|
-
|
400
|
-
# toast messages
|
401
480
|
confirm:
|
402
481
|
success: Utviklerutgave-tillegget er nå aktivert
|