mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix(i18n): complete the Italian feedback translations (#426)
Lands albanobattistella's Italian translation of the feedback strings from #425, with two mistyped keys corrected (great and adminCardDescription). Verified against main: typecheck 0 errors, i18n parity 23/23, Biome clean. Co-authored-by: albanobattistella <34811668+albanobattistella@users.noreply.github.com>
This commit is contained in:
co-authored by
albanobattistella
parent
23efce9df0
commit
3ae48cc76a
@@ -41,96 +41,98 @@ export const it: TranslationKeys = {
|
||||
pageNotFoundDescription: "La pagina che stai cercando non esiste o è stata spostata.",
|
||||
},
|
||||
feedback: {
|
||||
navLabel: "Share feedback",
|
||||
dialogTitle: "Share feedback",
|
||||
toolDialogTitle: "How did this tool work?",
|
||||
failedDialogTitle: "Report a tool issue",
|
||||
adminDialogTitle: "How was setup?",
|
||||
closeLabel: "Close feedback dialog",
|
||||
navLabel: "Condividi feedback",
|
||||
dialogTitle: "Condividi feedback",
|
||||
toolDialogTitle: "Come ha funzionato questo strumento?",
|
||||
failedDialogTitle: "Segnala un problema dello strumento",
|
||||
adminDialogTitle: "Com’è stata la configurazione?",
|
||||
closeLabel: "Chiudi la finestra di feedback",
|
||||
privacyNote:
|
||||
"Feedback is sent only when you submit it. SnapOtter does not include your files, file contents, file names, or private outputs.",
|
||||
typeLabel: "Feedback type",
|
||||
sentimentLabel: "Quick rating",
|
||||
"Il feedback viene inviato solo quando lo invii. SnapOtter non include i tuoi file, i contenuti dei file, i nomi dei file o output privati.",
|
||||
typeLabel: "Tipo di feedback",
|
||||
sentimentLabel: "Valutazione rapida",
|
||||
messageLabel: "Feedback",
|
||||
messagePlaceholder: "Tell us what worked, what broke, or what would make SnapOtter better.",
|
||||
improveFirstLabel: "What should we improve first?",
|
||||
improveFirstPlaceholder: "Tell us what made setup harder than it should be.",
|
||||
contactOkLabel: "You can contact me about this feedback.",
|
||||
emailPlaceholder: "Email (optional)",
|
||||
namePlaceholder: "Name (optional)",
|
||||
companyPlaceholder: "Company or org (optional)",
|
||||
submit: "Send feedback",
|
||||
submitting: "Sending...",
|
||||
submitFailed: "Feedback could not be sent. Please try again.",
|
||||
messagePlaceholder:
|
||||
"Dicci cosa ha funzionato, cosa si è rotto o cosa potrebbe migliorare SnapOtter.",
|
||||
improveFirstLabel: "Cosa dovremmo migliorare per primo?",
|
||||
improveFirstPlaceholder: "Dicci cosa ha reso la configurazione più difficile del previsto.",
|
||||
contactOkLabel: "Puoi contattarmi riguardo questo feedback.",
|
||||
emailPlaceholder: "Email (opzionale)",
|
||||
namePlaceholder: "Nome (opzionale)",
|
||||
companyPlaceholder: "Azienda o organizzazione (opzionale)",
|
||||
submit: "Invia feedback",
|
||||
submitting: "Invio...",
|
||||
submitFailed: "Impossibile inviare il feedback. Riprova.",
|
||||
searchMissTitle: "Richiedi uno strumento",
|
||||
searchMissContext: "Hai cercato: {query}",
|
||||
searchMissDiscussionsFallback:
|
||||
"Non siamo riusciti a registrarlo. Apri una richiesta in Discussions.",
|
||||
thanksTitle: "Thanks for the feedback.",
|
||||
thanksDescription: "It helps us improve SnapOtter without collecting files or private content.",
|
||||
quickThanks: "Thanks for the signal.",
|
||||
reportIssue: "Report issue",
|
||||
toolPromptTitle: "How did this tool work?",
|
||||
toolPromptDescription: "One quick signal helps us improve SnapOtter.",
|
||||
dismissPrompt: "Dismiss feedback prompt",
|
||||
workedWell: "Worked well",
|
||||
dontAskAgain: "Don't ask again",
|
||||
shareFeedback: "Share feedback",
|
||||
remindLater: "Remind me later",
|
||||
adminCardTitle: "How was setup?",
|
||||
thanksTitle: "Grazie per il feedback.",
|
||||
thanksDescription:
|
||||
"Ci aiuta a migliorare SnapOtter senza raccogliere file o contenuti privati.",
|
||||
quickThanks: "Grazie per il segnale.",
|
||||
reportIssue: "Segnala problema",
|
||||
toolPromptTitle: "Come ha funzionato questo strumento?",
|
||||
toolPromptDescription: "Un rapido segnale ci aiuta a migliorare SnapOtter.",
|
||||
dismissPrompt: "Chiudi il prompt di feedback",
|
||||
workedWell: "Ha funzionato bene",
|
||||
dontAskAgain: "Non chiedere di nuovo",
|
||||
shareFeedback: "Condividi feedback",
|
||||
remindLater: "Ricordamelo più tardi",
|
||||
adminCardTitle: "Com’è stata la configurazione?",
|
||||
adminCardDescription:
|
||||
"A quick note from admins helps us improve Docker, source installs, and docs.",
|
||||
installMethodLabel: "Install method",
|
||||
frictionAreaLabel: "Hardest setup area",
|
||||
importantAreasLabel: "Most important areas",
|
||||
"Una breve nota dagli amministratori ci aiuta a migliorare Docker, le installazioni da sorgente e la documentazione.",
|
||||
installMethodLabel: "Metodo di installazione",
|
||||
frictionAreaLabel: "Area più difficile della configurazione",
|
||||
importantAreasLabel: "Aree più importanti",
|
||||
sentiments: {
|
||||
great: "Great",
|
||||
great: "Ottimo",
|
||||
okay: "Okay",
|
||||
issue: "Had an issue",
|
||||
missing: "Missing something",
|
||||
issue: "Ha avuto un problema",
|
||||
missing: "Manca qualcosa",
|
||||
bug: "Bug",
|
||||
idea: "Idea",
|
||||
other: "Other",
|
||||
other: "Altro",
|
||||
},
|
||||
types: {
|
||||
bug: "Bug",
|
||||
feature_request: "Feature request",
|
||||
confusing_ux: "Confusing UX",
|
||||
performance: "Performance",
|
||||
other: "Other",
|
||||
feature_request: "Richiesta funzionalità",
|
||||
confusing_ux: "UX confusa",
|
||||
performance: "Prestazioni",
|
||||
other: "Altro",
|
||||
},
|
||||
installMethods: {
|
||||
docker: "Docker",
|
||||
docker_compose: "Docker Compose",
|
||||
source: "Built from source",
|
||||
source: "Compilato dai sorgenti",
|
||||
cloud: "Cloud/demo",
|
||||
other: "Other",
|
||||
other: "Altro",
|
||||
},
|
||||
usageTypes: {
|
||||
personal: "Solo io",
|
||||
team_internal: "Piccolo team",
|
||||
business_workflow: "Azienda o organizzazione",
|
||||
education: "Education",
|
||||
evaluating: "Evaluating",
|
||||
education: "Istruzione",
|
||||
evaluating: "Valutazione",
|
||||
},
|
||||
frictionAreas: {
|
||||
smooth: "Nothing, setup was smooth",
|
||||
docker: "Docker/container setup",
|
||||
environment_variables: "Environment variables",
|
||||
auth: "Authentication/SSO",
|
||||
storage: "Storage/uploads",
|
||||
workers: "Workers/queues",
|
||||
ai_tools: "AI tools",
|
||||
docs: "Documentation",
|
||||
performance: "Performance/resources",
|
||||
other: "Other",
|
||||
smooth: "Niente, la configurazione è stata fluida",
|
||||
docker: "Configurazione Docker/container",
|
||||
environment_variables: "Variabili d'ambiente",
|
||||
auth: "Autenticazione/SSO",
|
||||
storage: "Storage/upload",
|
||||
workers: "Worker/code",
|
||||
ai_tools: "Strumenti AI",
|
||||
docs: "Documentazione",
|
||||
performance: "Prestazioni/risorse",
|
||||
other: "Altro",
|
||||
},
|
||||
importantAreas: {
|
||||
images: "Images",
|
||||
pdf_docs: "PDF/docs",
|
||||
images: "Immagini",
|
||||
pdf_docs: "PDF/documenti",
|
||||
video_audio: "Video/audio",
|
||||
batch_workflows: "Batch workflows",
|
||||
ai_tools: "AI tools",
|
||||
batch_workflows: "Workflow batch",
|
||||
ai_tools: "Strumenti AI",
|
||||
},
|
||||
},
|
||||
onboarding: {
|
||||
|
||||
Reference in New Issue
Block a user