feat(plugin-seo): add Italian translations (#8020)
Added italian translation and updated index.ts
This commit is contained in:
committed by
GitHub
parent
d9cccc7081
commit
1130a581c0
@@ -201,6 +201,28 @@ export const translations = {
|
|||||||
tooShort: 'Закороткий',
|
tooShort: 'Закороткий',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
it: {
|
||||||
|
$schema: './translation-schema.json',
|
||||||
|
'plugin-seo': {
|
||||||
|
almostThere: 'Ci siamo quasi',
|
||||||
|
autoGenerate: 'Generazione automatica',
|
||||||
|
bestPractices: 'migliori pratiche',
|
||||||
|
characterCount: '{{current}}/{{minLength}}-{{maxLength}} caratteri, ',
|
||||||
|
charactersLeftOver: '{{characters}} rimasti',
|
||||||
|
charactersToGo: '{{characters}} mancanti',
|
||||||
|
charactersTooMany: '{{characters}} in più',
|
||||||
|
checksPassing: '{{current}}/{{max}} controlli superati',
|
||||||
|
good: 'Bene',
|
||||||
|
imageAutoGenerationTip: 'La generazione automatica recupererà l\'immagine selezionata per l\'hero',
|
||||||
|
lengthTipDescription: 'Dovrebbe essere compreso tra {{minLength}} e {{maxLength}} caratteri. Per assistenza nella scrittura di meta descrizioni di qualità, vedere ',
|
||||||
|
lengthTipTitle: 'Dovrebbe essere compreso tra {{minLength}} e {{maxLength}} caratteri. Per assistenza nella scrittura di meta titoli di qualità, vedere ',
|
||||||
|
noImage: 'Nessuna Immagine',
|
||||||
|
preview: 'Anteprima',
|
||||||
|
previewDescription: 'I risultati esatti possono variare in base al contenuto e alla pertinenza della ricerca.',
|
||||||
|
tooLong: 'Troppo lungo',
|
||||||
|
tooShort: 'Troppo corto'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export type PluginSEOTranslations = typeof translations.en
|
export type PluginSEOTranslations = typeof translations.en
|
||||||
|
|||||||
22
packages/plugin-seo/src/translations/it.json
Normal file
22
packages/plugin-seo/src/translations/it.json
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"$schema": "./translation-schema.json",
|
||||||
|
"plugin-seo": {
|
||||||
|
"almostThere": "Ci siamo quasi",
|
||||||
|
"autoGenerate": "Generazione automatica",
|
||||||
|
"bestPractices": "migliori pratiche",
|
||||||
|
"characterCount": "{{current}}/{{minLength}}-{{maxLength}} caratteri, ",
|
||||||
|
"charactersLeftOver": "{{characters}} rimasti",
|
||||||
|
"charactersToGo": "{{characters}} mancanti",
|
||||||
|
"charactersTooMany": "{{characters}} in più",
|
||||||
|
"checksPassing": "{{current}}/{{max}} controlli superati",
|
||||||
|
"good": "Bene",
|
||||||
|
"imageAutoGenerationTip": "La generazione automatica recupererà l'immagine selezionata per l'hero.",
|
||||||
|
"lengthTipDescription": "Dovrebbe essere compreso tra {{minLength}} e {{maxLength}} caratteri. Per assistenza nella scrittura di meta descrizioni di qualità, vedere ",
|
||||||
|
"lengthTipTitle": "Dovrebbe essere compreso tra {{minLength}} e {{maxLength}} caratteri. Per assistenza nella scrittura di meta titoli di qualità, vedere ",
|
||||||
|
"noImage": "Nessuna Immagine",
|
||||||
|
"preview": "Anteprima",
|
||||||
|
"previewDescription": "I risultati esatti possono variare in base al contenuto e alla pertinenza della ricerca.",
|
||||||
|
"tooLong": "Troppo lungo",
|
||||||
|
"tooShort": "Troppo corto"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user