chore: Update translations from Crowdin (#5192)

This commit is contained in:
Sojan Jose
2022-08-03 14:56:24 +02:00
committed by GitHub
parent a18c0a97f3
commit 7659197d4d
199 changed files with 9352 additions and 1193 deletions

View File

@@ -4,7 +4,18 @@
"FILTER": "Filtra per",
"SORT": "Ordina per",
"SETTINGS_BUTTON": "Impostazioni",
"NEW_BUTTON": "Nuovo articolo"
"NEW_BUTTON": "Nuovo articolo",
"DROPDOWN_OPTIONS": {
"PUBLISHED": "Pubblicato",
"DRAFT": "Bozza",
"ARCHIVED": "Archiviato"
},
"TITLES": {
"ALL_ARTICLES": "Tutti gli articoli",
"MINE": "I miei articoli",
"DRAFT": "Draft Articles",
"ARCHIVED": "Archived Articles"
}
},
"EDIT_HEADER": {
"PUBLISH_BUTTON": "Pubblica",
@@ -15,7 +26,58 @@
"SAVING": "Salvataggio bozza...",
"SAVED": "Bozza salvata"
},
"PORTAL": {
"HEADER": "Portals",
"NEW_BUTTON": "New Portal",
"ACTIVE_BADGE": "attivo",
"CHOOSE_LOCALE_LABEL": "Choose a locale",
"ARTICLES_LABEL": "articles",
"ADD_NEW_LOCALE": "Add a new locale",
"POPOVER": {
"TITLE": "Portals",
"PORTAL_SETTINGS": "Portal settings",
"SUBTITLE": "You have multiple portals and can have different locales for each portal.",
"CANCEL_BUTTON_LABEL": "annulla",
"CHOOSE_LOCALE_BUTTON": "Choose Locale"
},
"PORTAL_SETTINGS": {
"LIST_ITEM": {
"HEADER": {
"COUNT_LABEL": "articles",
"ADD": "Add locale",
"VISIT": "Visit site",
"SETTINGS": "Impostazioni"
},
"PORTAL_CONFIG": {
"TITLE": "Portal Configurations",
"ITEMS": {
"NAME": "Nome",
"DOMAIN": "Custom domain",
"SLUG": "Slug",
"TITLE": "Portal title",
"THEME": "Theme color",
"SUB_TEXT": "Portal sub text"
}
},
"AVAILABLE_LOCALES": {
"TITLE": "Available locales",
"TABLE": {
"NAME": "Locale name",
"CODE": "Locale code",
"ARTICLE_COUNT": "No. of articles",
"CATEGORIES": "No. of categories",
"SWAP": "Swap",
"DELETE": "Elimina",
"DEFAULT_LOCALE": "Default"
}
}
}
}
},
"TABLE": {
"LOADING_MESSAGE": "Loading articles...",
"404": "No articles matches your search 🔍",
"NO_ARTICLES": "There are no available articles",
"HEADERS": {
"TITLE": "Titolo",
"CATEGORY": "Categoria",
@@ -35,6 +97,35 @@
"SEARCH": {
"PLACEHOLDER": "Cerca articoli"
}
},
"CATEGORY": {
"ADD": {
"TITLE": "Crea una categoria",
"SUB_TITLE": "La categoria sarà utilizzata nel portale pubblico per classificare gli articoli.",
"PORTAL": "Portale",
"LOCALE": "Locale",
"NAME": {
"LABEL": "Nome",
"PLACEHOLDER": "Nome categoria",
"HELP_TEXT": "Il nome della categoria verrà utilizzato nel portale pubblico per categorizzare gli articoli.",
"ERROR": "Il nome è obbligatorio"
},
"SLUG": {
"LABEL": "Slug",
"PLACEHOLDER": "Slug categoria per url",
"HELP_TEXT": "app.chatwoot.com/portal/my-portal/en-US/categories/my-slug",
"ERROR": "Slug è obbligatorio"
},
"DESCRIPTION": {
"LABEL": "Descrizione",
"PLACEHOLDER": "Fornisci una breve descrizione della categoria.",
"ERROR": "La descrizione è obbligatoria"
},
"BUTTONS": {
"CREATE": "Crea categoria",
"CANCEL": "annulla"
}
}
}
}
}