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,8 +1,9 @@
|
|
1
1
|
---
|
2
2
|
it:
|
3
|
+
locale_name: Italiano
|
3
4
|
add: Aggiungi
|
4
5
|
add_new: Aggiungi nuovo
|
5
|
-
ago:
|
6
|
+
ago: fa
|
6
7
|
already_have_account: Ho già un account
|
7
8
|
back: Indietro
|
8
9
|
back_to_all_blog_posts: Back to all posts
|
@@ -23,12 +24,12 @@ it:
|
|
23
24
|
current_device: Current device
|
24
25
|
days: giorni
|
25
26
|
delete: Cancella
|
26
|
-
developer_edition_required: Developer edition
|
27
|
+
developer_edition_required: Developer edition è richiesta per abilitare questa funzione
|
27
28
|
device_id: ID Dispositivo
|
28
29
|
edit: Modifica
|
29
30
|
email_address: Indirizzo email
|
30
|
-
export:
|
31
|
-
fetching:
|
31
|
+
export: Esporta
|
32
|
+
fetching: Ottengo
|
32
33
|
first_name: Nome
|
33
34
|
forgot_password: Ho dimenticato la password
|
34
35
|
forgot_password_title: Ci risiamo
|
@@ -40,6 +41,7 @@ it:
|
|
40
41
|
keep_me_signed_in: Ricordami
|
41
42
|
knowledge_base: Knowledge base
|
42
43
|
last_name: Cognome
|
44
|
+
learn_more: Learn more
|
43
45
|
loading: Caricamento
|
44
46
|
login: Accedi
|
45
47
|
log_out: Esci
|
@@ -50,34 +52,38 @@ it:
|
|
50
52
|
password: Password
|
51
53
|
please_wait: Attendi...
|
52
54
|
plugin_not_found: Plugin non trovato
|
53
|
-
refresh_rates_hint:
|
55
|
+
refresh_rates_hint: Scopri come i gli aggiornamenti fuzionano __qui__.
|
54
56
|
reset_password: Reimposta password
|
55
57
|
save: Salva
|
56
58
|
section: Sezione
|
57
59
|
sign_in: Accedi
|
58
60
|
sign_up: Registrati
|
59
61
|
something_went_wrong: Qualcosa è andato storto
|
60
|
-
|
62
|
+
tech_support: Supporto
|
61
63
|
update: Aggiorna
|
62
64
|
view: View
|
63
65
|
welcome: Benvenuto/a
|
66
|
+
time:
|
67
|
+
formats:
|
68
|
+
shorter: "%-H:%M"
|
69
|
+
start_of_week: 1
|
64
70
|
account:
|
65
71
|
index:
|
66
72
|
title: Profilo
|
67
73
|
tagline: Gestisci le impostazioni del profilo
|
68
|
-
api_key_confirm:
|
69
|
-
api_key_hint:
|
70
|
-
api_key_label:
|
71
|
-
api_key_reset:
|
74
|
+
api_key_confirm: Sei sicuro di voler ricreare la tua API Key? La vecchia chiave verrà invalidata.
|
75
|
+
api_key_hint: Vai __alla documentazione__ per imparare a configurare il tuo ambiente locale.
|
76
|
+
api_key_label: Le credenziali per autenticarsi con i tool di sviluppo.
|
77
|
+
api_key_reset: Ricrea
|
72
78
|
api_key: API Key
|
73
79
|
email_address: Indirizzo Email
|
74
|
-
refer_and_earn:
|
80
|
+
refer_and_earn: Consiglia e Guadagna
|
75
81
|
refer_and_earn_hint: Give the gift of TRMNL with a personalized coupon. Earn per use, paid monthly.
|
76
82
|
refer_and_earn_redemptions: Utilizzi
|
77
83
|
refer_and_earn_request_code: Richiedi un codice
|
78
|
-
device_invoice:
|
79
|
-
device_invoice_label:
|
80
|
-
device_invoice_hint:
|
84
|
+
device_invoice: Fattura dispositivo
|
85
|
+
device_invoice_label: Scarica il documento commerciale per il tuo commercialista oppure (strana) collezione PDF.
|
86
|
+
device_invoice_hint: Trovi questo nella pagiana di spedizione o nella email di spedizione.
|
81
87
|
email_address_hint: Usato per accedere a TRMNL e ricevere messaggi di sistema.
|
82
88
|
first_name_hint: Usiamo il tuo nome per migliorare l'interfaccia TRMNL.
|
83
89
|
last_name_hint: Usiamo il tuo cognome per migliorare l'interfaccia TRMNL.
|
@@ -90,18 +96,15 @@ it:
|
|
90
96
|
session_hint: Sei connesso/a come %{user}
|
91
97
|
time_zone: Time Zone
|
92
98
|
time_zone_hint: Determina la frequenza di aggiornamento e il periodo di riposo del dispositivo.
|
93
|
-
locale:
|
94
|
-
locale_hint:
|
99
|
+
locale: Lingua
|
100
|
+
locale_hint: Quale lingua e localizzazione preferisci? __Vai qui__.
|
95
101
|
update:
|
96
102
|
success: Profilo aggiornato con successo
|
97
103
|
reset_api_key:
|
98
|
-
success: API key
|
104
|
+
success: API key ricreata correttamente
|
99
105
|
dashboard:
|
100
106
|
index:
|
101
107
|
title: Dashboard
|
102
|
-
morning_salutation: Buongiorno
|
103
|
-
afternoon_salutation: Buon pomeriggio
|
104
|
-
evening_salutation: Buonasera
|
105
108
|
last_7_days: Ultimi 7 giorni
|
106
109
|
last_30_days: Ultimi 30 giorni
|
107
110
|
last_90_days: Ultimi 90 giorni
|
@@ -114,7 +117,7 @@ it:
|
|
114
117
|
news:
|
115
118
|
title: Novità
|
116
119
|
cta: Vedi tutti
|
117
|
-
|
120
|
+
playlist_items:
|
118
121
|
title: Playlist
|
119
122
|
cta: Vai alle Playlist
|
120
123
|
pieces_of_content_displayed: Elementi di contenuto mostrati
|
@@ -128,6 +131,10 @@ it:
|
|
128
131
|
time_saved:
|
129
132
|
title: Tempo risparmiato
|
130
133
|
cta: Maggiori informazioni
|
134
|
+
welcome_message:
|
135
|
+
morning_salutation: Buongiorno
|
136
|
+
afternoon_salutation: Buon pomeriggio
|
137
|
+
evening_salutation: Buonasera
|
131
138
|
devices:
|
132
139
|
edit:
|
133
140
|
accepts_beta_firmware: Firmware Accesso Anticipato
|
@@ -141,15 +148,25 @@ it:
|
|
141
148
|
device_credentials_hint: Scopri cosa puoi fare con queste credenziali __qui__
|
142
149
|
device_name: Nome Dispositivo
|
143
150
|
device_name_hint: Lo usiamo per migliorare l'interfaccia TRMNL
|
151
|
+
device_model: Modello dispositivo
|
152
|
+
device_model_hint: Il tuo modello di Hardware
|
153
|
+
device_model_switch_warning: Questa è un operazione pericolosa, scopri di più __qui__
|
144
154
|
edit_device: Modifica Dispositivo
|
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: Identifica
|
146
160
|
identify_device: Identifica Dispositivo
|
147
161
|
identify_device_hint: Fai click sul bottone sottostante per mostrare una schermata di identificazione sul dispositivo.
|
148
162
|
logs: Logs
|
149
|
-
logs_hint:
|
163
|
+
logs_hint: Effettua il debug del tuo dispositivo o plugin con un log degli errori in tempo reale.
|
164
|
+
low_battery_email_notification: Notifica di batteria scarica per Email
|
150
165
|
mirror: Duplica
|
151
166
|
mirror_device: Duplica un altro Dispositivo
|
152
167
|
mirror_device_hint: Indica un ID Dispositivo (condivisibile) per duplicare la sua playlist. La tua playlist rimarrà visibile.
|
168
|
+
mirror_stop: Disconnect Mirroring
|
169
|
+
mirror_sync: Sync Screens
|
153
170
|
ota_enabled: Abilita aggiornamenti OTA
|
154
171
|
ota_enabled_hint: Installa automaticamente i nuovi firmware. Disabilita per utilizzare il tuo firmware
|
155
172
|
sleep_mode: Modalità Riposo
|
@@ -159,8 +176,10 @@ it:
|
|
159
176
|
special_function_hint: Imposta la funzione al doppio click del pulsante sul retro del dispositivo.
|
160
177
|
special_function_learn_more: Scopri di più sulle funzioni speciali __qui__.
|
161
178
|
unlink: Scollega
|
179
|
+
unlink_confirm: Sei sicuro? Verranno eliminate tutte le impostazioni dei plugin e gli oggetti nelle playlist per permettere di aggiungere questo dispositivi ad un altro account.
|
162
180
|
unlink_device: Scollega Dispositivo
|
163
181
|
unlink_device_hint: Scollegare un dispositivo TRMNL rende sicuro rivenderlo o darlo a qualcun altro.
|
182
|
+
unlink_device_learn_more: Segui la guida completa __qui__.
|
164
183
|
visibility: Visibilità
|
165
184
|
visibility_hint: Permetti la duplicazione di questo dispositivo TRMNL modificando le impostazioni seguenti.
|
166
185
|
your_device: Il tuo TRMNL
|
@@ -208,10 +227,12 @@ it:
|
|
208
227
|
source: Sorgente
|
209
228
|
time: Time
|
210
229
|
markups:
|
230
|
+
console_logs:
|
231
|
+
js_logs: JS Logs
|
211
232
|
form:
|
212
233
|
back_to_plugin_settings: Torna alle impostazioni del plugin
|
213
|
-
design_system:
|
214
|
-
design_system_docs:
|
234
|
+
design_system: Utilizza il nostro sistema di design nativo
|
235
|
+
design_system_docs: Documentazione del sistema di design
|
215
236
|
dirty_confirm: Hai dei cambiamenti non salvati. Sei sicuro di voler lasciare questa pagina?
|
216
237
|
edit_markup: Modifica Markup
|
217
238
|
edit_markup_for_plugin: Modifica markup per %{plugin_setting_name}
|
@@ -219,11 +240,11 @@ it:
|
|
219
240
|
edit_markup_without_preview: Modifica Markup (senza anteprima)
|
220
241
|
error_rendering_markup: Errore nel rendering del markup
|
221
242
|
fix_indentation: Correggi identazione
|
222
|
-
go_to_preview:
|
223
|
-
live_preview:
|
243
|
+
go_to_preview: Vai all'anteprima
|
244
|
+
live_preview: Anteprima in tempo reale
|
224
245
|
no_changes_to_save: Nessuna modifica da salvare
|
225
|
-
pop_out_preview:
|
226
|
-
quickstart_examples: Quick-start
|
246
|
+
pop_out_preview: Anteprima pop out
|
247
|
+
quickstart_examples: Esempi Quick-start
|
227
248
|
quickstart_example_applied: Applicato!
|
228
249
|
quickstart_use_this_example: Usa questo esempio
|
229
250
|
revert: Annulla
|
@@ -250,14 +271,16 @@ it:
|
|
250
271
|
error: Codice OTP non valido
|
251
272
|
verify_otp:
|
252
273
|
verify: Verifica
|
274
|
+
reset: Reset MFA
|
275
|
+
reset_instructions: Clicca il pulsante sul retro del tuo TRMNL per generare un codice di reset
|
253
276
|
success: 2FA successful
|
254
277
|
error: Codice OTP non valido
|
255
|
-
|
278
|
+
playlist_items:
|
256
279
|
index:
|
257
280
|
title: Playlist
|
258
281
|
tagline: Scegli cosa mostrare
|
259
282
|
add_a_group: Aggiungi un gruppo
|
260
|
-
add_a_plugin:
|
283
|
+
add_a_plugin: Aggiungi un Plugin
|
261
284
|
add_first_device_cta: Comincia __aggiungendo__ il tuo primo dispositivo TRMNL!
|
262
285
|
add_to_playlist: Aggiungi a Playlist
|
263
286
|
create_first_playlist_cta: Crea la tua playlist, ma prima __connetti__ il tuo primo plugin!
|
@@ -265,28 +288,45 @@ it:
|
|
265
288
|
device_default: Device default
|
266
289
|
display_period_from: Mostra dalle
|
267
290
|
display_period_to: alle
|
268
|
-
display_period_validation:
|
269
|
-
every:
|
270
|
-
|
291
|
+
display_period_validation: L'ora di inizio deve essere inferiore all'ora di fine. Crea un altro gruppo per le ore notturne.
|
292
|
+
every: Ogni
|
293
|
+
never_skip: Non saltare schermate.
|
294
|
+
smart_playlist: Smart Playlist
|
295
|
+
smart_playlist_hint: Salta automaticamente le schermate nelle quali il contenuto non è campiato per un po' di tempo.
|
296
|
+
skip_after:
|
297
|
+
one: Salta schermate stagnanti dopo 1 giorno
|
298
|
+
other: Salta schermate stagnanti dopo %{count} giorni
|
299
|
+
playlist_item:
|
300
|
+
adjust_schedule: Adjust schedule
|
271
301
|
delete: Vuoi davvero rimuovere questo elemento? Il plugin resterà connesso, ma non sarà visibile sul tuo dispositivo.
|
272
302
|
displayed_now: Mostrato ora
|
273
303
|
not_displayed_yet: Non ancora mostrato
|
274
304
|
remove_from_playlist: Rimuovi dalla playlist
|
305
|
+
hide_playlist: Nascondi questo elemento
|
306
|
+
show_playlist: Mostra questo elemento
|
275
307
|
create:
|
276
308
|
error: Aggiornamento Playlist fallito
|
277
309
|
success: Playlist aggiornata
|
278
310
|
destroy:
|
279
311
|
error: Errore nella rimozione dell'elemento dalla Playlist
|
280
312
|
success: Plugin rimosso dalla Playlist
|
313
|
+
toggle_visibility:
|
314
|
+
success: Playlist item %{change}
|
315
|
+
duplicate:
|
316
|
+
success: Playlist duplicata
|
317
|
+
sort:
|
318
|
+
success: Ordine Playlist aggiornato
|
319
|
+
set_preferences:
|
320
|
+
success: Smart playlist preference updated
|
281
321
|
update:
|
282
|
-
success: Ordinamento
|
322
|
+
success: Ordinamento Playlist aggiornato
|
283
323
|
plugins:
|
284
324
|
index:
|
285
325
|
title: Plugin
|
286
326
|
tagline: Cosa metterai sul tuo TRMNL?
|
287
327
|
available: Disponibile
|
288
328
|
connected: Connesso
|
289
|
-
recipes:
|
329
|
+
recipes: Recipes
|
290
330
|
recipes_hint: Plugin privati dai membri della comunità possono essere installati in 1 click. __Scopri di più__.
|
291
331
|
search:
|
292
332
|
placeholder: Cerca Plugin
|
@@ -295,7 +335,7 @@ it:
|
|
295
335
|
title: I Miei Plugin
|
296
336
|
tagline: Crea Plugin per il marketplace
|
297
337
|
card:
|
298
|
-
connections:
|
338
|
+
connections: Connessioni
|
299
339
|
install: Installa
|
300
340
|
review_are_you_sure: Sei sicuro? Il team TRMNL proverà e ti manderà una mail con qualsiasi domanda.
|
301
341
|
submit_for_review: Invia per revisione
|
@@ -304,10 +344,13 @@ it:
|
|
304
344
|
tagline: Gli altri utenti potranno installare il tuo plugin.
|
305
345
|
name: Nome
|
306
346
|
category: Categoria
|
347
|
+
category_hint: Mantieni cmd o ctrl per scegliere fino a 3
|
348
|
+
refresh_every: Intervalli di aggiornamento supportati
|
349
|
+
refresh_every_hint: L'intervallo più veloce che questo plugin può supportare.
|
307
350
|
description: Descrizione
|
308
351
|
description_hint: Massimo 50 Caratteri
|
309
352
|
icon: Icona
|
310
|
-
icon_hint:
|
353
|
+
icon_hint: 512x512px raccomandata
|
311
354
|
installation_url: URL installazione
|
312
355
|
installation_url_hint: Maggiori dettagli sulla procedura di installazione __qui__.
|
313
356
|
installation_success_webhook_url: Installation Success Webhook URL
|
@@ -316,39 +359,58 @@ it:
|
|
316
359
|
management_url_hint: Maggiori dettagli sulla procedura di gestione __qui__.
|
317
360
|
markup_url: URL Markup Plugin
|
318
361
|
markup_url_hint: Maggiori dettagli sulla generazione delle schermate __qui__.
|
319
|
-
|
362
|
+
no_screen_padding: No Screen Padding
|
363
|
+
no_screen_padding_hint: Rmuove il padding esterno per la modalità fullscreen.
|
364
|
+
uninstallation_webhook_url: Webhook URL Disistallazione
|
320
365
|
edit:
|
321
366
|
title: Modifica Plugin
|
322
367
|
tagline: Aggiorna i dettagli del tuo plugin.
|
323
368
|
name: Nome
|
324
369
|
description: Descrizione
|
325
370
|
plugin_recipes:
|
326
|
-
connected: Recipe
|
371
|
+
connected: Recipe connessa
|
372
|
+
connections:
|
373
|
+
one: Connessione
|
374
|
+
other: Connessioni
|
375
|
+
forks:
|
376
|
+
one: Fork
|
377
|
+
other: Forks
|
327
378
|
new:
|
328
|
-
error: Recipe
|
379
|
+
error: Recipe non trovata
|
329
380
|
plugin_settings:
|
330
381
|
active: Attivo
|
331
|
-
copy_are_you_sure:
|
332
|
-
delete_are_you_sure:
|
382
|
+
copy_are_you_sure: Sei sicuro di voler copiare queste impostazioni?
|
383
|
+
delete_are_you_sure: Sei sicuro di voler eliminare queste impostazioni?
|
333
384
|
delete: Questo cancellerà qualunque impostazione del plugin. Per nascondere questo plugin dal dispositivo, rimuoverlo invece dalla Playlist.
|
334
385
|
inactive: Inattivo
|
335
386
|
no_plugin_settings_found: Impostazioni per plugin non trovate.
|
336
|
-
refreshing_now_please_wait:
|
337
|
-
reset_credentials: "%{plugin_name}
|
387
|
+
refreshing_now_please_wait: Aggiornamento, ricarica questa pagina tra qualche secondo.
|
388
|
+
reset_credentials: "%{plugin_name} Account resettato con successo"
|
338
389
|
form:
|
339
390
|
active_hint: Mostra o nascondi questo plugin sul tuo dispositivo
|
391
|
+
advanced_settings: Impostazioni Avanzate
|
340
392
|
back_to_plugin: Torna a %{plugin}
|
341
393
|
back_to_plugins: Torna ai Plugin
|
342
394
|
connect_with: Connetti con %{plugin}
|
343
|
-
|
395
|
+
debug_logs: Log di Debug
|
396
|
+
debug_logs_click_here: Clicca qui
|
397
|
+
debug_logs_click_here_hint: per abilitare i log di debug per questa istanza di plugin.
|
398
|
+
debug_logs_enabled: Log di Debug ailitati per %{hours} ore.
|
399
|
+
debug_logs_enabled_link: Vedi log
|
400
|
+
disconnect_account: Disconnetti Account
|
344
401
|
manage_plugin: Configura %{plugin}
|
345
402
|
force_refresh: Forza Aggiornamento
|
346
403
|
force_refresh_hint: Questa funzionalità è pensata per scopi di collaudo - per favore, non abusarne.
|
347
404
|
force_refresh_click_here: Clicca qui
|
348
405
|
force_refresh_click_here_hint: per generare subito una nuova schermata
|
349
406
|
learn_more: Maggiori informazioni su questo plugin sono nella nostra knowledge base
|
350
|
-
|
351
|
-
|
407
|
+
learn_more_fork: Questo plugin è un fork di una Recipe.
|
408
|
+
learn_more_fork_original: Mostra Originale
|
409
|
+
learn_more_recipe_author: Hai bisogno di aiuto? Contatta %{recipe_author} su Discord.
|
410
|
+
learn_more_recipe_long: Questi plugin è una Recipe della comunità e non viene manutenuta da TRMNL.
|
411
|
+
learn_more_recipe_short: 'Note: questo plugin è una Recipe'
|
412
|
+
linked_account: Account Connesso
|
413
|
+
linked_account_success: Connesso correttamente con %{plugin_name}
|
352
414
|
link_oauth: Collega Profilo
|
353
415
|
link_oauth_hint: Prima di continuare, segui la procedura di autorizzazione sicura fornita da %{plugin}
|
354
416
|
multiple_instances_hint: Questo plugin supporta istanze multiple.
|
@@ -357,22 +419,30 @@ it:
|
|
357
419
|
plugin_uuid: Plugin UUID
|
358
420
|
plugin_uuid_hint: Utilizzalo per richieste Webhook API.
|
359
421
|
preview: Anteprima - il tuo dispositivo mostrerà dati reali
|
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: Frequenza di aggiornamento
|
361
430
|
refresh_rate_hint: Definisce con quale frequenza questo plugin recupera dati aggiornati
|
362
431
|
refreshed: Aggiornato
|
363
|
-
remove_plugin:
|
364
|
-
remove_plugin_hint:
|
365
|
-
synced:
|
366
|
-
refresh_paused:
|
367
|
-
refresh_paused_hint:
|
368
|
-
refresh_paused_mashup:
|
369
|
-
refresh_paused_mashup_hint:
|
432
|
+
remove_plugin: Rimuovi plugin
|
433
|
+
remove_plugin_hint: Rimuovendo un plugin verrà rimosso anche dalla tua playlist
|
434
|
+
synced: Sincronizzato
|
435
|
+
refresh_paused: Aggiornamento in pausa
|
436
|
+
refresh_paused_hint: Aggiornamento automatico fermo. Aggiungi una playlist per avviarlo.
|
437
|
+
refresh_paused_mashup: Aggiornamento Mashups
|
438
|
+
refresh_paused_mashup_hint: Aggiornamento automatico in pausa per schemo interno. Mashups si aggiornano.
|
439
|
+
refresh_stopped: Aggiornamento automatico fermo. Correggi l'errore con il plugin per continuare.
|
370
440
|
visit_docs: Guarda la Documentazione
|
371
441
|
import:
|
372
|
-
archive_too_large: ZIP
|
373
|
-
missing_entry:
|
374
|
-
entry_too_large: "%{filename}
|
375
|
-
malformed: "%{filename}
|
442
|
+
archive_too_large: File ZIP troppo grande (%{max_mb} MB massimi)
|
443
|
+
missing_entry: Il file ZIP non contiene %{filename}
|
444
|
+
entry_too_large: "%{filename} troppo grande"
|
445
|
+
malformed: "%{filename} non valido"
|
376
446
|
create:
|
377
447
|
success: Plugin creato e aggiunto alla tua
|
378
448
|
playlist: playlist
|
@@ -382,15 +452,30 @@ it:
|
|
382
452
|
update:
|
383
453
|
success: Configurazione del plugin aggiornata con successo
|
384
454
|
add_to_playlist:
|
385
|
-
success: Plugin
|
455
|
+
success: Plugin aggiunto alla Playlist
|
386
456
|
referral_code:
|
387
457
|
create:
|
388
|
-
request_received:
|
458
|
+
request_received: Richiesta ricevuta, controlla la tua posta
|
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: Aggiungi programmazione personalizzata
|
469
|
+
append: E durante…
|
470
|
+
no_schedule: Questo schermo verrà visualizzato a tutte le ore.
|
471
|
+
some_schedule: Mostra questo schermo solo durante…
|
472
|
+
to: alle
|
473
|
+
copy_prompt: Copia programmazione da…
|
389
474
|
upgrade:
|
390
475
|
index:
|
391
|
-
title: '
|
392
|
-
tagline:
|
393
|
-
pay:
|
394
|
-
error:
|
476
|
+
title: 'Aggiorna dispositivo:'
|
477
|
+
tagline: Sblocca plugin personalizzati e __altro__.
|
478
|
+
pay: Paga
|
479
|
+
error: Dispositivo %{device_name} già aggiornato, seleziona un dispositivo diverso
|
395
480
|
confirm:
|
396
|
-
success: Developer edition add-on
|
481
|
+
success: Developer edition add-on è ora disponibile
|