Line data Source code
1 : // ignore: unused_import
2 : import 'package:intl/intl.dart' as intl;
3 : import 'app_localizations.dart';
4 :
5 : // ignore_for_file: type=lint
6 :
7 : /// The translations for Italian (`it`).
8 : class AppLocalizationsIt extends AppLocalizations {
9 0 : AppLocalizationsIt([String locale = 'it']) : super(locale);
10 :
11 0 : @override
12 : String get contactDisconnectSummary => 'Disconnect from Contact';
13 :
14 0 : @override
15 : String get messageHistoryEndOfHistory => 'Beginning of Conversation History';
16 :
17 0 : @override
18 : String get messageHistoryLoadOlderMessages => 'Load Older Messages';
19 :
20 0 : @override
21 : String get relativeTimeEarlier => 'Earlier';
22 :
23 0 : @override
24 : String get relativeTimeThisYear => 'This Year';
25 :
26 0 : @override
27 : String get relativeTimeLastMonth => 'Last Month';
28 :
29 0 : @override
30 : String get relativeTimeThisMonth => 'This Month';
31 :
32 0 : @override
33 : String get relativeTimeLastWeek => 'Last Week';
34 :
35 0 : @override
36 : String get relativeTimeThisWeek => 'This Week';
37 :
38 0 : @override
39 : String get relativeTimeYesterday => 'Yesterday';
40 :
41 0 : @override
42 : String get relativeTimeToday => 'Today';
43 :
44 0 : @override
45 : String get privateNameHint => 'Private name for this account (never shared)';
46 :
47 0 : @override
48 : String get privateNameLabel => 'Private Name';
49 :
50 0 : @override
51 : String get settingsExperimentsShowPerformanceDescription => 'Visualizzare un grafico sovrapposto del tempo di rendering.';
52 :
53 0 : @override
54 : String get settingsExperimentsShowPerformanceTitle => 'Mostrare le prestazioni in sovrapposizione';
55 :
56 0 : @override
57 : String get settingThemeOverwriteConfirm => 'Confermare';
58 :
59 0 : @override
60 : String get settingThemeOverwriteQuestion => 'Il tema \$themeName esiste già, confermare la sovrascrittura?';
61 :
62 0 : @override
63 : String get settingsThemeErrorInvalid => 'Errore: Impossibile importare \$themeName, manca il file theme.yml nella directory di temi e non è quindi valida';
64 :
65 0 : @override
66 : String get settingsImportThemeTitle => 'Importare tema';
67 :
68 0 : @override
69 : String get settingsImportThemeDescription => 'Selezionare la directory dei temi da importare per l\'uso in Cwtch';
70 :
71 0 : @override
72 : String get settingsImportThemeButton => 'Importare tema';
73 :
74 0 : @override
75 : String get settingsThemeImagesDescription => 'Abilitare la visualizzazione delle immagini dai temi';
76 :
77 0 : @override
78 : String get settingsThemeImages => 'Immagini di temi';
79 :
80 0 : @override
81 : String get settingsGroupAbout => 'Informazioni';
82 :
83 0 : @override
84 : String get localeUzbek => 'Uzbeko / Oʻzbekcha';
85 :
86 0 : @override
87 : String get profileOfflineAtStart => 'Apparire offline all\'avvio';
88 :
89 0 : @override
90 : String get now => 'Ora';
91 :
92 0 : @override
93 : String get xSecondsAgo => '\$seconds secondi fa';
94 :
95 0 : @override
96 : String get xMinutesAgo => '\$minutes minuti fa';
97 :
98 0 : @override
99 : String get xHoursAgo => '\$ore ore fa';
100 :
101 0 : @override
102 : String get xDaysAgo => '\$giorni giorni fa';
103 :
104 0 : @override
105 : String get profileAllowUnknownContacts => 'Consentire contatti sconosciuti';
106 :
107 0 : @override
108 : String get profileBlockUnknownContacts => 'Bloccare contatti sconosciuti';
109 :
110 0 : @override
111 : String get profileDisableProfile => 'Disattivare il profilo';
112 :
113 0 : @override
114 : String get profileEnableProfile => 'Abilitare il profilo';
115 :
116 0 : @override
117 : String get profileAppearOnline => 'Apparire online';
118 :
119 0 : @override
120 : String get contactDisconnect =>
121 : 'Disconnettersi dal contatto (se l\'opzione Apparire offline non è abilitata, questo contatto potrebbe comunque essere in grado di ristabilire una connessione con voi)';
122 :
123 0 : @override
124 : String get profileAppearOfflineDescription =>
125 : 'Per impostazione predefinita, quando il profilo Cwtch è abilitato, esso tenta automaticamente di connettersi ai contatti conosciuti e consente le connessioni in entrata. Questa impostazione disabilita queste azioni e consente di scegliere manualmente i contatti a cui connettersi.';
126 :
127 0 : @override
128 : String get profileAppearOffline => 'Apparire offline';
129 :
130 0 : @override
131 : String get deleteServerConfirmBtn => 'Elimina davvero il server';
132 :
133 0 : @override
134 : String get cannotDeleteServerIfActiveGroups => 'Ci sono gruppi attivi associati a questo server Cwtch. Si prega di eliminarli prima di eliminare questo server Cwtch.';
135 :
136 0 : @override
137 : String get groupsOnThisServerLabel => 'Gruppi di cui sono parte su questo server';
138 :
139 0 : @override
140 : String get serverinfoNoGroupInfo => 'Non ci sono gruppi associati a questo server Cwtch.';
141 :
142 0 : @override
143 : String get preserveHistorySettingDescription =>
144 : 'Per impostazione predefinita, Cwtch cancella la cronologia delle conversazioni quando viene spento. Se questa impostazione è attivata, Cwtch conserverà la cronologia delle conversazioni tra peer.';
145 :
146 0 : @override
147 : String get defaultPreserveHistorySetting => 'Conservare la cronologia delle conversazioni';
148 :
149 0 : @override
150 : String get localeUk => 'Ucraino /українською';
151 :
152 0 : @override
153 : String get profileEnabledDescription => 'Attiva o disattiva il profilo.';
154 :
155 0 : @override
156 : String get localeSw => 'Swahili / Kiswahili';
157 :
158 0 : @override
159 : String get localeSv => 'Svedese / Svenska';
160 :
161 0 : @override
162 : String get fontScalingDescription => 'Regola il fattore di scala relativo dei caratteri applicato al testo e ai widget.';
163 :
164 0 : @override
165 : String get defaultScalingText => 'Testo di dimensioni predefinite (fattore di scala:';
166 :
167 0 : @override
168 : String get localeJa => 'Giapponese / 日本語';
169 :
170 0 : @override
171 : String get retryConnectionTooltip => 'Cwtch riprova i peer regolarmente, ma puoi dire a Cwtch di provare prima premendo questo pulsante.';
172 :
173 0 : @override
174 : String get retryConnection => 'Riprova';
175 :
176 0 : @override
177 : String get availabilityStatusTooltip => 'Imposta il tuo stato di disponibilità';
178 :
179 0 : @override
180 : String get profileInfoHint3 => 'I contatti potranno vedere queste informazioni nelle Impostazioni di conversazione. ';
181 :
182 0 : @override
183 : String get profileInfoHint2 => 'È possibile aggiungere fino a 3 campi.';
184 :
185 0 : @override
186 : String get profileInfoHint => 'Aggiungi qui alcune informazioni personali pubbliche, ad esempio blog, siti web, breve biografia.';
187 :
188 0 : @override
189 : String get availabilityStatusAway => 'Assente';
190 :
191 0 : @override
192 : String get availabilityStatusBusy => 'Non disponibile';
193 :
194 0 : @override
195 : String get availabilityStatusAvailable => 'Disponibile';
196 :
197 0 : @override
198 : String get blodeuweddWarning =>
199 : 'Blodeuwedd utilizza un modello linguistico locale e una serie di piccoli modelli ausiliari per alimentare la sua funzionalità. Queste tecniche sono spesso molto efficaci ma non prive di errori. \n\nSebbene ci siamo impegnati per ridurre al minimo il rischio, esiste ancora la possibilità che i risultati di Blodeuwedd siano errati, allucinati e/o offensivi. \n\nPer questo Blodeuwedd richiede il download di due componenti aggiuntivi separati da Cwtch, il Blodeuwedd Model (o un modello compatibile) e il Blodeuwedd Runner. \n\nVedere https://docs.cwtch.im/docs/settings/experiments/blodeuwedd per ulteriori informazioni su come ottenere questi componenti e configurarli.';
200 :
201 0 : @override
202 : String get blodeuweddSummarize => 'Riassumi la conversazione';
203 :
204 0 : @override
205 : String get blodeuweddTranslate => 'Traduci il messaggio';
206 :
207 0 : @override
208 : String get blodeuweddProcessing => 'Blodeuwedd sta elaborando...';
209 :
210 0 : @override
211 : String get blodeuweddPath => 'La directory in cui si trova Blodeuwedd sul tuo computer.';
212 :
213 0 : @override
214 : String get blodeuweddNotSupported => 'Questa versione di Cwtch è stata compilata senza il supporto per l\'assistente Blodeuwedd.';
215 :
216 0 : @override
217 : String get blodeuweddDescription =>
218 : 'L\'assistente Blodeuwedd aggiunge nuove funzionalità a Cwtch come il riepilogo della trascrizione della chat e la traduzione dei messaggi tramite un modello linguistico ospitato localmente.';
219 :
220 0 : @override
221 : String get blodeuweddExperimentEnable => 'Assistente Blodeuwedd';
222 :
223 0 : @override
224 : String get localeKo => 'Coreano / 한국어';
225 :
226 0 : @override
227 : String get localeSk => 'Slovacco / Slovák';
228 :
229 0 : @override
230 : String get profileAutostartDescription => 'Controlla se il profilo verrà lanciato automaticamente all\'avvio.';
231 :
232 0 : @override
233 : String get profileEnabled => 'Abilita';
234 :
235 0 : @override
236 : String get profileAutostartLabel => 'Avvio automatico';
237 :
238 0 : @override
239 : String get localePtBr => 'Portoghese brasiliano / Português do Brasil';
240 :
241 0 : @override
242 : String get localeNl => 'Olandese / Dutch';
243 :
244 0 : @override
245 : String get experimentQRCodeDescription => 'Il supporto del codice QR consente la condivisione di dati (come l\'identità del profilo) tramite codici QR';
246 :
247 0 : @override
248 : String get enableExperimentQRCode => 'Codici QR';
249 :
250 0 : @override
251 : String get shareMenuQRCode => 'Mostra il codice QR';
252 :
253 0 : @override
254 : String get shareProfileMenuTooltop => 'Condividi il profilo tramite...';
255 :
256 0 : @override
257 : String get acquiredTicketsFromServer => 'Operazione antispam completata';
258 :
259 0 : @override
260 : String get acquiringTicketsFromServer => 'Esecuzione dell\'operazione antispam';
261 :
262 0 : @override
263 : String get errorDownloadDirectoryDoesNotExist =>
264 : 'La condivisione file non può essere abilitata perché la destinazione dei download non è stata impostata o è impostata su una cartella che non esiste.';
265 :
266 0 : @override
267 : String get localeIt => 'Italiano / Italiano';
268 :
269 0 : @override
270 : String get localeTr => 'Turco / Türk';
271 :
272 0 : @override
273 : String get tooltipUnpinConversation => 'Rimuovi la conversazione dalla cima della lista \"Conversazioni\"';
274 :
275 0 : @override
276 : String get tooltipPinConversation => 'Aggiungi la conversazione in cima alla lista \"Conversazioni\"';
277 :
278 0 : @override
279 : String get replyingTo => 'Risposta a %1';
280 :
281 0 : @override
282 : String get fileDownloadUnavailable => 'Questo file non sembra disponibile per il download. Il mittente potrebbe aver disabilitato i download per questo file.';
283 :
284 0 : @override
285 : String get messageNoReplies => 'Non ci sono risposte a questo messaggio.';
286 :
287 0 : @override
288 : String get headingReplies => 'Risposte';
289 :
290 0 : @override
291 : String get viewReplies => 'Visualizza le risposte a questo messaggio';
292 :
293 0 : @override
294 : String get restartFileShare => 'Avvia la condivisione del file';
295 :
296 0 : @override
297 : String get stopSharingFile => 'Interrompi la condivisione del file';
298 :
299 0 : @override
300 : String get manageSharedFiles => 'Gestisci file condivisi';
301 :
302 0 : @override
303 : String get localeDe => 'Tedesco / Deutsch';
304 :
305 0 : @override
306 : String get localeEn => 'Inglese / English';
307 :
308 0 : @override
309 : String get localeLb => 'Lussemburghese / Lëtzebuergesch';
310 :
311 0 : @override
312 : String get localeNo => 'Norvegese / Norsk';
313 :
314 0 : @override
315 : String get localeEl => 'Greco / Ελληνικά';
316 :
317 0 : @override
318 : String get localePl => 'Polacco / Polski';
319 :
320 0 : @override
321 : String get localeRo => 'Rumeno / Română';
322 :
323 0 : @override
324 : String get localeRU => 'Russo / Русский';
325 :
326 0 : @override
327 : String get localeEs => 'Spagnolo / Español';
328 :
329 0 : @override
330 : String get localeDa => 'Danese / Dansk';
331 :
332 0 : @override
333 : String get localePt => 'Portoghese / Portuguesa';
334 :
335 0 : @override
336 : String get localeFr => 'Francese / Français';
337 :
338 0 : @override
339 : String get localeCy => 'Gallese / Cymraeg';
340 :
341 0 : @override
342 : String get settingImagePreviewsDescription =>
343 : 'Le immagini e le immagini del profilo verranno scaricate e visualizzate in anteprima automaticamente. Ti consigliamo di non abilitare questo esperimento se usi Cwtch con contatti non attendibili.';
344 :
345 0 : @override
346 : String get tooltipPreviewFormatting => 'Anteprima della formattazione del messaggio';
347 :
348 0 : @override
349 : String get tooltipCode => 'Codice / Monospazio';
350 :
351 0 : @override
352 : String get tooltipStrikethrough => 'Barrato';
353 :
354 0 : @override
355 : String get tooltipSubscript => 'Pedice';
356 :
357 0 : @override
358 : String get tooltipSuperscript => 'Apice';
359 :
360 0 : @override
361 : String get tooltipItalicize => 'Corsivo';
362 :
363 0 : @override
364 : String get tooltipBackToMessageEditing => 'Torna a Modifica del messaggio';
365 :
366 0 : @override
367 : String get tooltipBoldText => 'Grassetto';
368 :
369 0 : @override
370 : String get okButton => 'OK';
371 :
372 0 : @override
373 : String get settingsAndroidPowerReenablePopup =>
374 : 'Impossibile riattivare l\'ottimizzazione della batteria dall\'interno di Cwtch. Vai su Android / Impostazioni / Apps / Cwtch / Informazioni App / (Utilizzo) Batteria e imposta su \'Ottimizzato\'.';
375 :
376 0 : @override
377 : String get settingAndroidPowerExemptionDescription =>
378 : 'Opzionale: richiedi ad Android di esentare Cwtch dalla gestione ottimizzata dell\'alimentazione. Ciò si tradurrà in una migliore stabilità a costo di un maggiore utilizzo della batteria.';
379 :
380 0 : @override
381 : String get settingAndroidPowerExemption => 'Android ignora le ottimizzazioni della batteria';
382 :
383 0 : @override
384 : String get thisFeatureRequiresGroupExpermientsToBeEnabled => 'Questa funzione richiede che l\'esperimento Gruppi sia abilitato in Impostazioni';
385 :
386 0 : @override
387 : String get messageFormattingDescription => 'Abilita la formattazione RTF nei messaggi visualizzati, ad esempio **grassetto** e *corsivo*';
388 :
389 0 : @override
390 : String get formattingExperiment => 'Formattazione dei messaggi';
391 :
392 0 : @override
393 : String get clickableLinkError => 'Errore riscontrato durante il tentativo di aprire l\'URL';
394 :
395 0 : @override
396 : String get clickableLinksWarning =>
397 : 'L\'apertura di questo URL avvierà un\'applicazione al di fuori di Cwtch e potrebbe rivelare metadati o compromettere in altro modo la sicurezza di Cwtch. Apri solo gli URL provenienti da persone di cui ti fidi. Vuoi continuare?';
398 :
399 0 : @override
400 : String get clickableLinksCopy => 'Copiare l\'URL';
401 :
402 0 : @override
403 : String get clickableLinkOpen => 'Aprire l\'URL';
404 :
405 0 : @override
406 : String get shuttingDownApp => 'Spegnimento...';
407 :
408 0 : @override
409 : String get successfullyImportedProfile => 'Profilo importato con successo: %profilo';
410 :
411 0 : @override
412 : String get failedToImportProfile => 'Errore nell\'importazione del profilo';
413 :
414 0 : @override
415 : String get importProfileTooltip => 'Utilizza un backup Cwtch crittografato per importare un profilo creato in un\'altra istanza di Cwtch.';
416 :
417 0 : @override
418 : String get importProfile => 'Importa profilo';
419 :
420 0 : @override
421 : String get exportProfileTooltip => 'Salva il backup di questo profilo in un file crittografato. Il file crittografato può essere importato in un\'altra app Cwtch.';
422 :
423 0 : @override
424 : String get exportProfile => 'Esporta profilo';
425 :
426 0 : @override
427 : String get conversationNotificationPolicySettingDescription => 'Controlla il comportamento delle notifiche per questa conversazione';
428 :
429 0 : @override
430 : String get newMessageNotificationConversationInfo => 'Nuovo messaggio da %1';
431 :
432 0 : @override
433 : String get newMessageNotificationSimple => 'Nuovo messaggio';
434 :
435 0 : @override
436 : String get notificationContentContactInfo => 'Informazioni sulla conversazione';
437 :
438 0 : @override
439 : String get notificationContentSimpleEvent => 'Evento semplice';
440 :
441 0 : @override
442 : String get conversationNotificationPolicySettingLabel => 'Criteri di notifica delle conversazioni';
443 :
444 0 : @override
445 : String get settingsGroupExperiments => 'Esperimenti';
446 :
447 0 : @override
448 : String get settingsGroupAppearance => 'Aspetto';
449 :
450 0 : @override
451 : String get settingGroupBehaviour => 'Comportamento';
452 :
453 0 : @override
454 : String get notificationContentSettingDescription => 'Controlla il contenuto delle notifiche di conversazione';
455 :
456 0 : @override
457 : String get notificationPolicySettingDescription => 'Controlla il comportamento predefinito delle notifiche dell\'applicazione';
458 :
459 0 : @override
460 : String get notificationContentSettingLabel => 'Contenuto della notifica';
461 :
462 0 : @override
463 : String get notificationPolicySettingLabel => 'Criteri di notifica';
464 :
465 0 : @override
466 : String get conversationNotificationPolicyNever => 'Mai';
467 :
468 0 : @override
469 : String get conversationNotificationPolicyOptIn => 'Attiva';
470 :
471 0 : @override
472 : String get conversationNotificationPolicyDefault => 'Default';
473 :
474 0 : @override
475 : String get notificationPolicyDefaultAll => 'Default globale';
476 :
477 0 : @override
478 : String get notificationPolicyOptIn => 'A scelta';
479 :
480 0 : @override
481 : String get notificationPolicyMute => 'Nessuna notifica';
482 :
483 0 : @override
484 : String get tooltipSelectACustomProfileImage => 'Seleziona un\'immagine del profilo personalizzata';
485 :
486 0 : @override
487 : String get editProfile => 'Modifica il profilo';
488 :
489 0 : @override
490 : String get torSettingsEnabledCacheDescription =>
491 : 'Memorizza nella cache l\'attuale consenso di tor scaricato per riutilizzarlo alla prossima apertura di Cwtch. Ciò consentirà a Tor di iniziare più velocemente. Se disabilitato, Cwtch eliminerà i dati memorizzati nella cache all\'avvio.';
492 :
493 0 : @override
494 : String get torSettingsEnableCache => 'Memorizza nella cache il consenso di tor ';
495 :
496 0 : @override
497 : String get labelTorNetwork => 'Rete tor';
498 :
499 0 : @override
500 : String get descriptionACNCircuitInfo => 'Informazioni approfondite sul percorso utilizzato dalla rete di comunicazione anonima per connettersi a questa conversazione.';
501 :
502 0 : @override
503 : String get labelACNCircuitInfo => 'Informazioni sul circuito ACN (Network di Comunicazione Anonima)';
504 :
505 0 : @override
506 : String get fileSharingSettingsDownloadFolderTooltip => 'Seleziona un\'altra cartella predefinita per i file scaricati.';
507 :
508 0 : @override
509 : String get fileSharingSettingsDownloadFolderDescription =>
510 : 'Quando i file vengono scaricati automaticamente (ad esempio le immagini, quando le anteprime delle immagini sono abilitate) è necessaria una posizione predefinita in cui scaricare i file.';
511 :
512 0 : @override
513 : String get torSettingsErrorSettingPort => 'Il numero di porta deve essere compreso tra 1 e 65535';
514 :
515 0 : @override
516 : String get settingTheme => 'Usa Temi Leggeri';
517 :
518 0 : @override
519 : String get torSettingsUseCustomTorServiceConfiguration => 'Utilizzare una configurazione personalizzata di tor (torrc)';
520 :
521 0 : @override
522 : String get torSettingsUseCustomTorServiceConfigurastionDescription =>
523 : 'Sovrascrivi la configurazione predefinita di tor. Attenzione: Questo potrebbe essere pericoloso. Attivalo solo se sai cosa stai facendo.';
524 :
525 0 : @override
526 : String get torSettingsCustomControlPortDescription => 'Usa una porta personalizzata per le connessioni di controllo al proxy di tor';
527 :
528 0 : @override
529 : String get torSettingsCustomControlPort => 'Porta di controllo personalizzata';
530 :
531 0 : @override
532 : String get torSettingsCustomSocksPortDescription => 'Usa una porta personalizzata per le connessioni dati al proxy di tor';
533 :
534 0 : @override
535 : String get torSettingsCustomSocksPort => 'Porta SOCKS personalizzata';
536 :
537 0 : @override
538 : String get torSettingsEnabledAdvancedDescription => 'Usa un servizio tor esistente nel tuo sistema o modifica i parametri del servizio tor di Cwtch';
539 :
540 0 : @override
541 : String get torSettingsEnabledAdvanced => 'Abilita la configurazione avanzata di tor';
542 :
543 0 : @override
544 : String get msgAddToAccept => 'Aggiungi questo account ai tuoi contatti per accettare questo file.';
545 :
546 0 : @override
547 : String get btnSendFile => 'Invia File';
548 :
549 0 : @override
550 : String get msgConfirmSend => 'Confermi di voler inviare?';
551 :
552 0 : @override
553 : String get msgFileTooBig => 'La dimensione del file non può superare i 10 GB';
554 :
555 0 : @override
556 : String get storageMigrationModalMessage => 'Migrazione dei profili al nuovo formato di archiviazione. L\'operazione potrebbe richiedere alcuni minuti...';
557 :
558 0 : @override
559 : String get loadingCwtch => 'Caricamento Cwtch...';
560 :
561 0 : @override
562 : String get themeColorLabel => 'Schema di Colori';
563 :
564 0 : @override
565 : String get themeNameNeon2 => 'Neon2';
566 :
567 0 : @override
568 : String get themeNameNeon1 => 'Neon1';
569 :
570 0 : @override
571 : String get themeNameMidnight => 'Mezzanotte';
572 :
573 0 : @override
574 : String get themeNameMermaid => 'Sirena';
575 :
576 0 : @override
577 : String get themeNamePumpkin => 'Zucca';
578 :
579 0 : @override
580 : String get themeNameGhost => 'Fantasma';
581 :
582 0 : @override
583 : String get themeNameVampire => 'Vampiro';
584 :
585 0 : @override
586 : String get themeNameWitch => 'Strega';
587 :
588 0 : @override
589 : String get themeNameCwtch => 'Cwtch';
590 :
591 0 : @override
592 : String get settingDownloadFolder => 'Cartella di Download';
593 :
594 0 : @override
595 : String get settingImagePreviews => 'Anteprime delle immagini e immagini del profilo';
596 :
597 0 : @override
598 : String get experimentClickableLinksDescription => 'L\'esperimento dei link cliccabili permette di cliccare sugli URL condivisi nei messaggi';
599 :
600 0 : @override
601 : String get enableExperimentClickableLinks => 'Abilita Link Cliccabili';
602 :
603 0 : @override
604 : String get serverConnectionsLabel => 'Connessione';
605 :
606 0 : @override
607 : String get serverTotalMessagesLabel => 'Numero Totale di Messaggi';
608 :
609 0 : @override
610 : String get serverMetricsLabel => 'Metriche del Server';
611 :
612 0 : @override
613 : String get manageKnownServersShort => 'Server';
614 :
615 0 : @override
616 : String get manageKnownServersLong => 'Gestisci i Server Conosciuti';
617 :
618 0 : @override
619 : String get displayNameTooltip => 'Inserisci un nome visualizzato';
620 :
621 0 : @override
622 : String get manageKnownServersButton => 'Gestisci i Server Conosciuti';
623 :
624 0 : @override
625 : String get fieldDescriptionLabel => 'Descrizione';
626 :
627 0 : @override
628 : String get importLocalServerButton => 'Importa %1';
629 :
630 0 : @override
631 : String get importLocalServerSelectText => 'Seleziona il Server Locale';
632 :
633 0 : @override
634 : String get importLocalServerLabel => 'Importa un server ospitato localmente';
635 :
636 0 : @override
637 : String get savePeerHistoryDescription => 'Determina se eliminare la cronologia eventualmente associata al contatto.';
638 :
639 0 : @override
640 : String get newMessagesLabel => 'Nuovi Messaggi';
641 :
642 0 : @override
643 : String get copyServerKeys => 'Copia chiavi';
644 :
645 0 : @override
646 : String get verfiyResumeButton => 'Verifica/riprendi';
647 :
648 0 : @override
649 : String get fileCheckingStatus => 'Controllo dello stato del download';
650 :
651 0 : @override
652 : String get fileInterrupted => 'Interrotto';
653 :
654 0 : @override
655 : String get fileSavedTo => 'Salvato in';
656 :
657 0 : @override
658 : String get plainServerDescription =>
659 : 'Ti raccomandiamo di proteggere i tuoi server Cwtch con una password. Se non imposti una password su questo server, chiunque abbia accesso a questo dispositivo potrebbe essere in grado di accedere alle relativ informazioni, compresi dati sensibili come le chiavi crittografiche.';
660 :
661 0 : @override
662 : String get encryptedServerDescription =>
663 : 'Criptare un server con una password lo protegge da altre persone che potrebbero usare questo dispositivo. I server criptati non possono essere decriptati, visualizzati o accessibili finché non viene inserita la password corretta per sbloccarli.';
664 :
665 0 : @override
666 : String get deleteServerSuccess => 'Server eliminato con successo';
667 :
668 0 : @override
669 : String get enterCurrentPasswordForDeleteServer => 'Inserisci la password attuale per eliminare questo server';
670 :
671 0 : @override
672 : String get copyAddress => 'Copia indirizzo';
673 :
674 0 : @override
675 : String get settingServersDescription => 'L\'esperimento dei server di hosting permette di allocare e gestire i server Cwtch';
676 :
677 0 : @override
678 : String get settingServers => 'Server di Hosting';
679 :
680 0 : @override
681 : String get enterServerPassword => 'Inserisci la password per sbloccare il server';
682 :
683 0 : @override
684 : String get unlockProfileTip => 'Crea o sblocca un profilo per iniziare!';
685 :
686 0 : @override
687 : String get unlockServerTip => 'Crea o sblocca un server per iniziare!';
688 :
689 0 : @override
690 : String get addServerTooltip => 'Aggiungi nuovo server';
691 :
692 0 : @override
693 : String get serversManagerTitleShort => 'Gestisci i server';
694 :
695 0 : @override
696 : String get serversManagerTitleLong => 'Server che Gestisci';
697 :
698 0 : @override
699 : String get saveServerButton => 'Salva il Server';
700 :
701 0 : @override
702 : String get serverAutostartDescription => 'Controlla se l\'applicazione avvierà automaticamente il server all\'avvio';
703 :
704 0 : @override
705 : String get serverAutostartLabel => 'Avvio automatico';
706 :
707 0 : @override
708 : String get serverEnabledDescription => 'Avvia o arresta il server';
709 :
710 0 : @override
711 : String get serverEnabled => 'Server Abilitato';
712 :
713 0 : @override
714 : String get serverDescriptionDescription => 'La tua descrizione del server solo per gestione personale, non sarà mai condivisa';
715 :
716 0 : @override
717 : String get serverDescriptionLabel => 'Descrizione del server';
718 :
719 0 : @override
720 : String get serverAddress => 'Indirizzo del Server';
721 :
722 0 : @override
723 : String get editServerTitle => 'Modifica il Server';
724 :
725 0 : @override
726 : String get addServerTitle => 'Aggiungi Server';
727 :
728 0 : @override
729 : String get titleManageProfilesShort => 'Profili';
730 :
731 0 : @override
732 : String get descriptionStreamerMode =>
733 : 'Se attivata, questa opzione rende l\'applicazione visivamente più privata per lo streaming o la presentazione, ad esempio nascondendo il profilo e gli indirizzi di contatto';
734 :
735 0 : @override
736 : String get descriptionFileSharing =>
737 : 'L\'esperimento di condivisione dei file ti consente di inviare e ricevere file dai contatti e dai gruppi di Cwtch. Tieni presente che la condivisione di un file con un gruppo farà sì che i membri di quel gruppo si colleghino con te direttamente su Cwtch per scaricarlo.';
738 :
739 0 : @override
740 : String get settingFileSharing => 'Condivisione file';
741 :
742 0 : @override
743 : String get tooltipSendFile => 'Invia file';
744 :
745 0 : @override
746 : String get messageFileOffered => 'Il contatto offre l\'invio di un file';
747 :
748 0 : @override
749 : String get messageFileSent => 'Hai inviato un file';
750 :
751 0 : @override
752 : String get messageEnableFileSharing => 'Abilita l\'esperimento di condivisione dei file per visualizzare questo messaggio.';
753 :
754 0 : @override
755 : String get labelFilesize => 'Dimensione';
756 :
757 0 : @override
758 : String get labelFilename => 'Nome del file';
759 :
760 0 : @override
761 : String get downloadFileButton => 'Scarica';
762 :
763 0 : @override
764 : String get openFolderButton => 'Apri Cartella';
765 :
766 0 : @override
767 : String get retrievingManifestMessage => 'Recupero delle informazioni sul file in corso...';
768 :
769 0 : @override
770 : String get streamerModeLabel => 'Modalità Streamer/Presentazione';
771 :
772 0 : @override
773 : String get archiveConversation => 'Archivia questa conversazione';
774 :
775 0 : @override
776 : String get profileOnionLabel => 'Invia questo indirizzo ai contatti con cui vuoi connetterti';
777 :
778 0 : @override
779 : String get addPeerTab => 'Aggiungi un contatto';
780 :
781 0 : @override
782 : String get addPeer => 'Aggiungi Contatto';
783 :
784 0 : @override
785 : String get peerNotOnline => 'Il contatto è offline. Le applicazioni non possono essere utilizzate in questo momento.';
786 :
787 0 : @override
788 : String get peerBlockedMessage => 'Il contatto è bloccato';
789 :
790 0 : @override
791 : String get peerOfflineMessage => 'Il contatto è offline, i messaggi non possono essere recapitati in questo momento';
792 :
793 0 : @override
794 : String get blockBtn => 'Blocca il contatto';
795 :
796 0 : @override
797 : String get savePeerHistory => 'Salva la cronologia';
798 :
799 0 : @override
800 : String get dontSavePeerHistory => 'Elimina la cronologia';
801 :
802 0 : @override
803 : String get unblockBtn => 'Sblocca il contatto';
804 :
805 0 : @override
806 : String get blockUnknownLabel => 'Blocca Contatti Sconosciuti';
807 :
808 0 : @override
809 : String get blockUnknownConnectionsEnabledDescription => 'Le connessioni da contatti sconosciuti sono bloccate. Puoi modificare questa impostazione in Impostazioni';
810 :
811 0 : @override
812 : String get networkStatusConnecting => 'Connessione alla rete e ai contatti...';
813 :
814 0 : @override
815 : String get showMessageButton => 'Mostra il Messaggio';
816 :
817 0 : @override
818 : String get blockedMessageMessage => 'Questo messaggio proviene da un profilo che hai bloccato.';
819 :
820 0 : @override
821 : String get placeholderEnterMessage => 'Scrivi un messaggio...';
822 :
823 0 : @override
824 : String get plainProfileDescription =>
825 : 'Ti raccomandiamo di proteggere i tuoi profili Cwtch con una password. Se non imposti una password su questo profilo, chiunque abbia accesso a questo dispositivo potrebbe essere in grado di accedere alle relative informazioni, compresi contatti, messaggi e altri dati sensibili come le chiavi crittografiche.';
826 :
827 0 : @override
828 : String get encryptedProfileDescription =>
829 : 'Criptare un profilo con una password lo protegge da altre persone che potrebbero usare questo dispositivo. I profili criptati non possono essere decriptati, visualizzati o accessibili finché non viene inserita la password corretta per sbloccarli.';
830 :
831 0 : @override
832 : String get addContactConfirm => 'Aggiungi %1 come contatto';
833 :
834 0 : @override
835 : String get addContact => 'Aggiungi contatto';
836 :
837 0 : @override
838 : String get contactGoto => 'Vai alla conversazione con %1';
839 :
840 0 : @override
841 : String get settingUIColumnOptionSame => 'Stessa impostazione della modalità verticale';
842 :
843 0 : @override
844 : String get settingUIColumnDouble14Ratio => 'Doppia (1:4)';
845 :
846 0 : @override
847 : String get settingUIColumnDouble12Ratio => 'Doppia (1:2)';
848 :
849 0 : @override
850 : String get settingUIColumnSingle => 'Singola';
851 :
852 0 : @override
853 : String get settingUIColumnLandscape => 'Colonne dell\'interfaccia utente in modalità orizzontale';
854 :
855 0 : @override
856 : String get settingUIColumnPortrait => 'Colonne dell\'interfaccia utente in modalità verticale';
857 :
858 0 : @override
859 : String get tooltipRemoveThisQuotedMessage => 'Rimuovi il messaggio citato.';
860 :
861 0 : @override
862 : String get tooltipReplyToThisMessage => 'Rispondi a questo messaggio';
863 :
864 0 : @override
865 : String get tooltipRejectContactRequest => 'Rifiuta questa richiesta di contatto';
866 :
867 0 : @override
868 : String get tooltipAcceptContactRequest => 'Accetta questa richiesta di contatto.';
869 :
870 0 : @override
871 : String get notificationNewMessageFromGroup => 'Nuovo messaggio in un gruppo!';
872 :
873 0 : @override
874 : String get notificationNewMessageFromPeer => 'Nuovo messaggio da un contatto!';
875 :
876 0 : @override
877 : String get tooltipHidePassword => 'Nascondi la Password';
878 :
879 0 : @override
880 : String get tooltipShowPassword => 'Mostra la Password';
881 :
882 0 : @override
883 : String get serverNotSynced => 'Sincronizzazione Nuovi Messaggi (L\'operazione può richiedere del tempo)...';
884 :
885 0 : @override
886 : String get groupInviteSettingsWarning => 'Hai ricevuto l\'invito ad unirti ad un gruppo! Abilita l\'Esperimento di chat di gruppo in Impostazioni per visualizzare questo Invito.';
887 :
888 0 : @override
889 : String get shutdownCwtchAction => 'Chiudi Cwtch';
890 :
891 0 : @override
892 : String get shutdownCwtchDialog => 'Confermi di voler chiudere Cwtch? Questo chiuderà tutte le connessioni e uscirà dall\'applicazione.';
893 :
894 0 : @override
895 : String get shutdownCwtchDialogTitle => 'Chiudi Cwtch?';
896 :
897 0 : @override
898 : String get shutdownCwtchTooltip => 'Chiudi Cwtch';
899 :
900 0 : @override
901 : String get malformedMessage => 'Messaggio non valido';
902 :
903 0 : @override
904 : String get profileDeleteSuccess => 'Profilo eliminato con successo';
905 :
906 0 : @override
907 : String get debugLog => 'Attiva la registrazione del debug della console';
908 :
909 0 : @override
910 : String get torNetworkStatus => 'Stato della rete Tor';
911 :
912 0 : @override
913 : String get addContactFirst => 'Aggiungi o scegli un contatto per iniziare a chattare.';
914 :
915 0 : @override
916 : String get createProfileToBegin => 'Crea o sblocca un profilo per iniziare';
917 :
918 0 : @override
919 : String get nickChangeSuccess => 'Nickname del profilo modificato con successo';
920 :
921 0 : @override
922 : String get addServerFirst => 'È necessario aggiungere un server prima di poter creare un gruppo';
923 :
924 0 : @override
925 : String get deleteProfileSuccess => 'Profilo eliminato con successo';
926 :
927 0 : @override
928 : String get sendInvite => 'Invia un invito a un contatto o a un gruppo';
929 :
930 0 : @override
931 : String get sendMessage => 'Invia Messaggio';
932 :
933 0 : @override
934 : String get cancel => 'Annulla';
935 :
936 0 : @override
937 : String get resetTor => 'Resettare';
938 :
939 0 : @override
940 : String get torStatus => 'Stato di Tor';
941 :
942 0 : @override
943 : String get torVersion => 'Versione di Tor';
944 :
945 0 : @override
946 : String get sendAnInvitation => 'Hai inviato un invito per:';
947 :
948 0 : @override
949 : String get contactSuggestion => 'Questo è un suggerimento di contatto per:';
950 :
951 0 : @override
952 : String get rejected => 'Rifiutato!';
953 :
954 0 : @override
955 : String get accepted => 'Accettato!';
956 :
957 0 : @override
958 : String get chatHistoryDefault =>
959 : 'Questa conversazione sarà cancellata quando Cwtch sarà chiuso! La cronologia dei messaggi può essere abilitata per ogni conversazione tramite il menu Impostazioni in alto a destra.';
960 :
961 0 : @override
962 : String get newPassword => 'Nuova password';
963 :
964 0 : @override
965 : String get yesLeave => 'Sì, lascia questa conversazione';
966 :
967 0 : @override
968 : String get reallyLeaveThisGroupPrompt => 'Confermi di voler lasciare questa conversazione? Tutti i messaggi e gli attributi verranno eliminati.';
969 :
970 0 : @override
971 : String get leaveConversation => 'Lascia questa conversazione';
972 :
973 0 : @override
974 : String get inviteToGroup => 'Hai ricevuto un invito a unirti a un gruppo:';
975 :
976 0 : @override
977 : String get pasteAddressToAddContact => 'Incolla qui un indirizzo cwtch, un invito o un gruppo di chiavi per aggiungere una nuova conversazione';
978 :
979 0 : @override
980 : String get tooltipAddContact => 'Aggiungi un nuovo contatto o conversazione';
981 :
982 0 : @override
983 : String get titleManageContacts => 'Conversazioni';
984 :
985 0 : @override
986 : String get titleManageServers => 'Gestisci i server';
987 :
988 0 : @override
989 : String get successfullAddedContact => 'Aggiunto con successo ';
990 :
991 0 : @override
992 : String get descriptionBlockUnknownConnections => 'Se attivata, questa opzione chiuderà automaticamente le connessioni degli utenti Cwtch che non sono stati aggiunti alla tua lista di contatti.';
993 :
994 0 : @override
995 : String get descriptionExperimentsGroups =>
996 : 'L\'esperimento di gruppo permette a Cwtch di connettersi con un\'infrastruttura server non fidata per facilitare la comunicazione con più di un contatto.';
997 :
998 0 : @override
999 : String get descriptionExperiments =>
1000 : 'Gli esperimenti di Cwtch sono opzioni abilitabili per aggiungere a Cwtch funzionalità che possono considerare la privacy diversamente rispetto alla tradizionale chat 1:1 resistente ai metadati, ad esempio chat di gruppo, integrazione di bot ecc.';
1001 :
1002 0 : @override
1003 : String get titleManageProfiles => 'Gestisci i profili Cwtch';
1004 :
1005 0 : @override
1006 : String get tooltipUnlockProfiles => 'Sblocca i profili crittografati inserendo la loro password.';
1007 :
1008 0 : @override
1009 : String get tooltipOpenSettings => 'Aprire il pannello delle impostazioni';
1010 :
1011 0 : @override
1012 : String get invalidImportString => 'Importazione stringa non valida';
1013 :
1014 0 : @override
1015 : String get contactAlreadyExists => 'Il contatto esiste già';
1016 :
1017 0 : @override
1018 : String get conversationSettings => 'Impostazioni di conversazione';
1019 :
1020 0 : @override
1021 : String get enterCurrentPasswordForDelete => 'Inserisci la password attuale per eliminare questo profilo.';
1022 :
1023 0 : @override
1024 : String get enableGroups => 'Abilita la Chat di Gruppo';
1025 :
1026 0 : @override
1027 : String get experimentsEnabled => 'Abilita gli esperimenti';
1028 :
1029 0 : @override
1030 : String get addListItem => 'Aggiungi un Nuovo Elemento alla Lista';
1031 :
1032 0 : @override
1033 : String get addNewItem => 'Aggiungi un nuovo elemento alla lista';
1034 :
1035 0 : @override
1036 : String get todoPlaceholder => 'Da fare...';
1037 :
1038 0 : @override
1039 : String get newConnectionPaneTitle => 'Nuova Connessione';
1040 :
1041 0 : @override
1042 : String get networkStatusOnline => 'Online';
1043 :
1044 0 : @override
1045 : String get networkStatusAttemptingTor => 'Tentativo di connessione alla rete Tor';
1046 :
1047 0 : @override
1048 : String get networkStatusDisconnected => 'Disconnesso da Internet, controlla la tua connessione';
1049 :
1050 0 : @override
1051 : String get viewGroupMembershipTooltip => 'Visualizza i Membri del Gruppo';
1052 :
1053 0 : @override
1054 : String get loadingTor => 'Caricamento di tor...';
1055 :
1056 0 : @override
1057 : String get smallTextLabel => 'Piccolo';
1058 :
1059 0 : @override
1060 : String get builddate => 'Costruito il: %2';
1061 :
1062 0 : @override
1063 : String get version => 'Versione %1';
1064 :
1065 0 : @override
1066 : String get versionTor => 'Versione %1 con tor %2';
1067 :
1068 0 : @override
1069 : String get themeDark => 'Scuro';
1070 :
1071 0 : @override
1072 : String get themeLight => 'Chiaro';
1073 :
1074 0 : @override
1075 : String get largeTextLabel => 'Grande';
1076 :
1077 0 : @override
1078 : String get settingInterfaceZoom => 'Livello di zoom';
1079 :
1080 0 : @override
1081 : String get settingLanguage => 'Lingua';
1082 :
1083 0 : @override
1084 : String get zoomLabel => 'Zoom dell\'interfaccia (influisce principalmente sulle dimensioni del testo e dei pulsanti)';
1085 :
1086 0 : @override
1087 : String get versionBuilddate => 'Versione: %1 Costruito il: %2';
1088 :
1089 0 : @override
1090 : String get cwtchSettingsTitle => 'Impostazioni di Cwtch';
1091 :
1092 0 : @override
1093 : String get unlock => 'Sblocca';
1094 :
1095 0 : @override
1096 : String get yourServers => 'I tuoi server';
1097 :
1098 0 : @override
1099 : String get yourProfiles => 'I tuoi profili';
1100 :
1101 0 : @override
1102 : String get error0ProfilesLoadedForPassword => '0 profili caricati con quella password';
1103 :
1104 0 : @override
1105 : String get password => 'Password';
1106 :
1107 0 : @override
1108 : String get enterProfilePassword => 'Inserisci una password per visualizzare i tuoi profili';
1109 :
1110 0 : @override
1111 : String get addNewProfileBtn => 'Aggiungi nuovo profilo';
1112 :
1113 0 : @override
1114 : String get deleteConfirmText => 'ELIMINA';
1115 :
1116 0 : @override
1117 : String get deleteProfileConfirmBtn => 'Elimina definitivamente il profilo';
1118 :
1119 0 : @override
1120 : String get deleteConfirmLabel => 'Digita ELIMINA per confermare';
1121 :
1122 0 : @override
1123 : String get deleteProfileBtn => 'Elimina il profilo';
1124 :
1125 0 : @override
1126 : String get passwordChangeError => 'Errore durante la modifica della password: password fornita rifiutata';
1127 :
1128 0 : @override
1129 : String get passwordErrorMatch => 'Le password non corrispondono';
1130 :
1131 0 : @override
1132 : String get saveProfileBtn => 'Salva il profilo';
1133 :
1134 0 : @override
1135 : String get createProfileBtn => 'Crea un profilo';
1136 :
1137 0 : @override
1138 : String get passwordErrorEmpty => 'La password non può essere vuota';
1139 :
1140 0 : @override
1141 : String get password2Label => 'Reinserire la password';
1142 :
1143 0 : @override
1144 : String get password1Label => 'Password';
1145 :
1146 0 : @override
1147 : String get currentPasswordLabel => 'Password corrente';
1148 :
1149 0 : @override
1150 : String get yourDisplayName => 'Il tuo Nome Visualizzato';
1151 :
1152 0 : @override
1153 : String get noPasswordWarning => 'Se non utilizzi una password su questo account, tutti i dati archiviati localmente non verranno criptati';
1154 :
1155 0 : @override
1156 : String get radioNoPassword => 'Non criptato (senza password)';
1157 :
1158 0 : @override
1159 : String get radioUsePassword => 'Password';
1160 :
1161 0 : @override
1162 : String get newProfile => 'Nuovo Profilo';
1163 :
1164 0 : @override
1165 : String get defaultProfileName => 'Alice';
1166 :
1167 0 : @override
1168 : String get profileName => 'Nome visualizzato';
1169 :
1170 0 : @override
1171 : String get editProfileTitle => 'Modifica il profilo';
1172 :
1173 0 : @override
1174 : String get addProfileTitle => 'Aggiungi nuovo profilo';
1175 :
1176 0 : @override
1177 : String get deleteBtn => 'Elimina';
1178 :
1179 0 : @override
1180 : String get saveBtn => 'Salva';
1181 :
1182 0 : @override
1183 : String get displayNameLabel => 'Nome visualizzato';
1184 :
1185 0 : @override
1186 : String get copiedToClipboardNotification => 'Copiato negli Appunti';
1187 :
1188 0 : @override
1189 : String get addressLabel => 'Indirizzo';
1190 :
1191 0 : @override
1192 : String get puzzleGameBtn => 'Gioco di puzzle';
1193 :
1194 0 : @override
1195 : String get bulletinsBtn => 'Bollettini';
1196 :
1197 0 : @override
1198 : String get listsBtn => 'Liste';
1199 :
1200 0 : @override
1201 : String get chatBtn => 'Chat';
1202 :
1203 0 : @override
1204 : String get rejectGroupBtn => 'Rifiuta';
1205 :
1206 0 : @override
1207 : String get acceptGroupBtn => 'Accetta';
1208 :
1209 0 : @override
1210 : String get acceptGroupInviteLabel => 'Vuoi accettare l\'invito a';
1211 :
1212 0 : @override
1213 : String get newGroupBtn => 'Crea un nuovo gruppo';
1214 :
1215 0 : @override
1216 : String get copyBtn => 'Copia';
1217 :
1218 0 : @override
1219 : String get pendingLabel => 'In corso';
1220 :
1221 0 : @override
1222 : String get acknowledgedLabel => 'Riconosciuto';
1223 :
1224 0 : @override
1225 : String get couldNotSendMsgError => 'Impossibile inviare questo messaggio';
1226 :
1227 0 : @override
1228 : String get dmTooltip => 'Clicca per inviare un Messaggio Diretto';
1229 :
1230 0 : @override
1231 : String get membershipDescription =>
1232 : 'Di seguito è riportato un elenco di utenti che hanno inviato messaggi al gruppo. Questo elenco potrebbe non corrispondere a tutti gli utenti che hanno accesso al gruppo.';
1233 :
1234 0 : @override
1235 : String get addListItemBtn => 'Aggiungi elemento';
1236 :
1237 0 : @override
1238 : String get searchList => 'Elenco di Ricerca';
1239 :
1240 0 : @override
1241 : String get update => 'Aggiornamento';
1242 :
1243 0 : @override
1244 : String get inviteBtn => 'Invitare';
1245 :
1246 0 : @override
1247 : String get inviteToGroupLabel => 'Invitare nel gruppo';
1248 :
1249 0 : @override
1250 : String get groupNameLabel => 'Nome del Gruppo';
1251 :
1252 0 : @override
1253 : String get viewServerInfo => 'Informazioni sul Server';
1254 :
1255 0 : @override
1256 : String get serverSynced => 'Sincronizzato';
1257 :
1258 0 : @override
1259 : String get serverConnectivityDisconnected => 'Server Disconnesso';
1260 :
1261 0 : @override
1262 : String get serverConnectivityConnected => 'Server Connesso';
1263 :
1264 0 : @override
1265 : String get serverInfo => 'Informazioni sul server';
1266 :
1267 0 : @override
1268 : String get invitationLabel => 'Invito';
1269 :
1270 0 : @override
1271 : String get serverLabel => 'Server';
1272 :
1273 0 : @override
1274 : String get search => 'Ricerca...';
1275 :
1276 0 : @override
1277 : String get blocked => 'Bloccato';
1278 :
1279 0 : @override
1280 : String get titlePlaceholder => 'titolo...';
1281 :
1282 0 : @override
1283 : String get postNewBulletinLabel => 'Pubblica un nuovo bollettino';
1284 :
1285 0 : @override
1286 : String get newBulletinLabel => 'Nuovo Bollettino';
1287 :
1288 0 : @override
1289 : String get joinGroup => 'Unisciti al gruppo';
1290 :
1291 0 : @override
1292 : String get createGroup => 'Crea un gruppo';
1293 :
1294 0 : @override
1295 : String get groupAddr => 'Indirizzo';
1296 :
1297 0 : @override
1298 : String get invitation => 'Invito';
1299 :
1300 0 : @override
1301 : String get server => 'Server';
1302 :
1303 0 : @override
1304 : String get peerName => 'Nome';
1305 :
1306 0 : @override
1307 : String get peerAddress => 'Indirizzo';
1308 :
1309 0 : @override
1310 : String get joinGroupTab => 'Unisciti a un gruppo';
1311 :
1312 0 : @override
1313 : String get createGroupTab => 'Crea un gruppo';
1314 :
1315 0 : @override
1316 : String get createGroupBtn => 'Crea';
1317 :
1318 0 : @override
1319 : String get defaultGroupName => 'Gruppo Fantastico';
1320 :
1321 0 : @override
1322 : String get createGroupTitle => 'Crea un Gruppo';
1323 :
1324 0 : @override
1325 : String get hybridGroupsManagerTitleShort => 'Groups';
1326 :
1327 0 : @override
1328 : String get hybridGroupsManagerTitleLong => 'Groups you host';
1329 :
1330 0 : @override
1331 : String get addHybridGroupTooltip => 'Add group';
1332 :
1333 0 : @override
1334 : String get unlockHybridGroupsTip => 'Unlock group';
1335 :
1336 0 : @override
1337 : String get tooltipUnlockServers => 'Unlock encrypted servers by entering their password.';
1338 :
1339 0 : @override
1340 : String get tooltipUnlockHybridGroups => 'Unlock encrypted groups by entering their password.';
1341 :
1342 0 : @override
1343 : String get enterHybridGroupPassword => 'Enter password to unlock group';
1344 :
1345 0 : @override
1346 : String get addHybridGroupTitle => 'Add group';
1347 :
1348 0 : @override
1349 : String get editHybridGroupTitle => 'Edit group';
1350 :
1351 0 : @override
1352 : String get hybridGroupAddress => 'Group address';
1353 :
1354 0 : @override
1355 : String get hybridGroupDescriptionLabel => 'Group description';
1356 :
1357 0 : @override
1358 : String get hybridGroupDescriptionDescription => 'Initial name of the group, which will be shared with group members';
1359 :
1360 0 : @override
1361 : String get hybridGroupInitialAdminDescription => 'Initial admin for this group (can be changed later)';
1362 :
1363 0 : @override
1364 : String get hybridGroupEnabled => 'Group enabled';
1365 :
1366 0 : @override
1367 : String get hybridGroupEnabledDescription => 'Start or stop the group';
1368 :
1369 0 : @override
1370 : String get hybridGroupAutostartLabel => 'Autostart';
1371 :
1372 0 : @override
1373 : String get hybridGroupAutostartDescription => 'Controls if the application will automatically launch the server on start';
1374 :
1375 0 : @override
1376 : String get hybridGroupMetricsLabel => 'Group metrics';
1377 :
1378 0 : @override
1379 : String get hybridGroupTotalMessagesLabel => 'Messages';
1380 :
1381 0 : @override
1382 : String get hybridGroupConnectionsLabel => 'Connections';
1383 :
1384 0 : @override
1385 : String get enterCurrentPasswordForDeleteHybridGroup => 'Please enter current password to delete this group';
1386 :
1387 0 : @override
1388 : String get plainHybridGroupDescription =>
1389 : 'We recommend that you protect your Cwtch groups with a password. If you do not set a password on this group then anyone who has access to this device may be able to access information about this group, including sensitive cryptographic keys.';
1390 :
1391 0 : @override
1392 : String get encryptedHybridGroupDescription =>
1393 : 'Encrypting a group with a password protects it from other people who may also use this device. Encrypted groups cannot be decrypted, displayed or accessed until the correct password is entered to unlock them.';
1394 :
1395 0 : @override
1396 : String get saveHybridGroupButton => 'Save group';
1397 :
1398 0 : @override
1399 : String get deleteHybridGroupConfirmBtn => 'Really delete group?';
1400 :
1401 0 : @override
1402 : String get deleteHybridGroupSuccess => 'Successfully deleted group';
1403 :
1404 0 : @override
1405 : String get copyHybridGroupKeys => 'Copy keys';
1406 :
1407 0 : @override
1408 : String get settingHybridGroups => 'Hybrid groups';
1409 :
1410 0 : @override
1411 : String get settingHybridGroupsDescription => 'This experiment enables hosting and managing hybrid groups.';
1412 :
1413 0 : @override
1414 : String get roleAdmin => 'Admin';
1415 :
1416 0 : @override
1417 : String get roleAdminPlural => 'Admins';
1418 :
1419 0 : @override
1420 : String get roleOp => 'Operator';
1421 :
1422 0 : @override
1423 : String get roleOpPlural => 'Operators';
1424 :
1425 0 : @override
1426 : String get roleMod => 'Moderator';
1427 :
1428 0 : @override
1429 : String get roleModPlural => 'Moderators';
1430 :
1431 0 : @override
1432 : String get roleVoice => 'Voice';
1433 :
1434 0 : @override
1435 : String get roleVoicePlural => 'Voices';
1436 :
1437 0 : @override
1438 : String get roleUser => 'User';
1439 :
1440 0 : @override
1441 : String get roleUserPlural => 'Users';
1442 :
1443 0 : @override
1444 : String get roleBanned => 'Banned';
1445 :
1446 0 : @override
1447 : String get roleUnknown => 'Unknown';
1448 :
1449 0 : @override
1450 : String get titleModerationOptions => 'Moderation options';
1451 :
1452 0 : @override
1453 : String get messageHidden => 'Message hidden by a moderator.';
1454 :
1455 0 : @override
1456 : String get messageHiddenPreview => 'This message is currently hidden from regular users. As a moderator, you may decide to un-hide it.';
1457 :
1458 0 : @override
1459 : String get messageWithheld => 'Message hidden by default - group is +m';
1460 :
1461 0 : @override
1462 : String get messageDeleted => 'This message was deleted by a moderator.';
1463 :
1464 0 : @override
1465 : String get buttonMessagePreview => 'Preview';
1466 :
1467 0 : @override
1468 : String get buttonMessageReveal => 'Reveal message';
1469 :
1470 0 : @override
1471 : String get buttonMessageHide => 'Hide message';
1472 :
1473 0 : @override
1474 : String get buttonMessageUnhide => 'Unhide message';
1475 :
1476 0 : @override
1477 : String get buttonMessageDelete => 'Delete message';
1478 :
1479 0 : @override
1480 : String get editGroupTitle => 'Edit Group';
1481 :
1482 0 : @override
1483 : String get editGroupMetadataTitle => 'Metadata';
1484 :
1485 0 : @override
1486 : String get editGroupModeTitle => 'Mode';
1487 :
1488 0 : @override
1489 : String get editGroupMaskTitle => 'Mask';
1490 :
1491 0 : @override
1492 : String get changeGroupPicture => 'Change group picture';
1493 :
1494 0 : @override
1495 : String get groupInfoName => 'Group name (public)';
1496 :
1497 0 : @override
1498 : String get groupInfoTopic => 'Group topic';
1499 :
1500 0 : @override
1501 : String get groupInfoExtra1 => 'Extra public information 1';
1502 :
1503 0 : @override
1504 : String get groupInfoExtra2 => 'Extra public information 2';
1505 :
1506 0 : @override
1507 : String get groupModeF => 'Filesharing allowed (+f)';
1508 :
1509 0 : @override
1510 : String get groupModeFDescription => 'Allows members to share files with the group (if they have the file sharing experiment enabled)';
1511 :
1512 0 : @override
1513 : String get groupModeS => 'Slow mode (+s)';
1514 :
1515 0 : @override
1516 : String get groupModeSDescription => 'Restricts group members to sending one message every 60 seconds.';
1517 :
1518 0 : @override
1519 : String get groupModeI => 'Anyone can invite (+i)';
1520 :
1521 0 : @override
1522 : String get groupModeIDescription => 'Anyone existing member can add new members to the group, instead of just admins/ops.';
1523 :
1524 0 : @override
1525 : String get groupModeO => 'Open group (+o)';
1526 :
1527 0 : @override
1528 : String get groupModeODescription => 'Anyone can join the group without an invitation, if they have the invitation string (see conversation settings).';
1529 :
1530 0 : @override
1531 : String get groupModeV => 'Voice only (+v)';
1532 :
1533 0 : @override
1534 : String get groupModeVDescription => 'Only users with the voice role or higher can send messages to the group.';
1535 :
1536 0 : @override
1537 : String get groupModeM => 'Hide by default (+m)';
1538 :
1539 0 : @override
1540 : String get groupModeMDescription => 'All messages to the channel are hidden. Moderators or above can review the contents of messages and decide whether to reveal them.';
1541 :
1542 0 : @override
1543 : String get groupModeW => 'Write-only / no-read (+w)';
1544 :
1545 0 : @override
1546 : String get groupModeWDescription =>
1547 : 'Messages can be sent to the channel, but only moderators or above will receive them. Use this, for example, to make a channel for privately sending requests or reporting sensitive issues.';
1548 :
1549 0 : @override
1550 : String get groupModeE => 'Equality (+e)';
1551 :
1552 0 : @override
1553 : String get groupModeEDescription => 'Normally, users can only promote/demote to roles below their own. With +e enabled, ops can promote/demote other ops, and mods can promote/demote other mods.';
1554 :
1555 0 : @override
1556 : String get footnoteMask => '* These modes can be changed by moderators (see: Mask tab).';
1557 :
1558 0 : @override
1559 : String get explainerMasks =>
1560 : 'Normally, only admins and ops can change group mode settings. However, by enabling mode masks below, moderators can also toggle those group modes. For example, you might want to allow mods to toggle slow mode for the group.';
1561 :
1562 0 : @override
1563 : String get editMembershipTitle => 'Membership';
1564 :
1565 0 : @override
1566 : String get editMembersTabTitle => 'Members';
1567 :
1568 0 : @override
1569 : String get editBansTabTitle => 'Bans';
1570 :
1571 0 : @override
1572 : String get noBansMessage => 'If someone is banned from the group, their handle will appear here.';
1573 :
1574 0 : @override
1575 : String get explainUnban => 'To unban someone, use the Add New Member control to add them back to the member list.';
1576 :
1577 0 : @override
1578 : String get buttonKick => 'Kick member';
1579 :
1580 0 : @override
1581 : String get buttonChangeRole => 'Change role';
1582 :
1583 0 : @override
1584 : String get addMemberLabel => 'Add new member';
1585 :
1586 0 : @override
1587 : String get addMemberButton => 'Add';
1588 :
1589 0 : @override
1590 : String get explainOpenGroup => 'This is an open group. You can invite a new member here, or they can join directly by using the invite string found in Conversation Settings.';
1591 :
1592 0 : @override
1593 : String get buttonMemberDrawer => 'View group members';
1594 :
1595 0 : @override
1596 : String get displayNameLocalOnly => 'Display name (local only)';
1597 :
1598 0 : @override
1599 : String get anyoneCanJoin => 'Anyone can join this group by adding this group address as a contact.';
1600 :
1601 0 : @override
1602 : String get inviteRequired => 'New members must be added to this group via the Group Membership controls.';
1603 :
1604 0 : @override
1605 : String get errVoiceOnly => 'You do not have permission to speak in this channel';
1606 :
1607 0 : @override
1608 : String get hybridGroupInviteSettingsWarning => 'You have been invited to join a hybrid group. Please enabled the hybrid groups experiment in Settings to view this invitation.';
1609 : }
|