Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Added italian localization #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
46 changes: 46 additions & 0 deletions src/i18n/it-it.js
@@ -0,0 +1,46 @@
export default {
align: 'allineamento',
image: 'immagine',
list: 'lista',
link: 'link',
unlink: 'unlink',
table: 'tabella',
font: 'font',
'full screen': 'schermo intero',
text: 'testo',
eraser: 'rimuovi formato',
info: 'info',
color: 'colore',
'please enter a url': 'inserire un url',
'create link': 'crea link',
bold: 'grassetto',
italic: 'italico',
underline: 'sottolineato',
'strike through': 'barrato',
subscript: 'pedice',
superscript: 'apice',
heading: 'intestazione',
'font name': 'nome font',
'font size': 'dimensione font',
'left justify': 'allineamento a sinistra',
'center justify': 'allineamento al centro',
'right justify': 'allineamento a destra',
'ordered list': 'lista ordinata',
'unordered list': 'lista non ordinata',
'fore color': 'colore anteriore',
'background color': 'colore sfondo',
'row count': 'conteggio righe',
'column count': 'conteggio colonne',
save: 'salva',
upload: 'carica',
progress: 'progresso',
unknown: 'sconosciuto',
'please wait': 'please wait',
error: 'errore',
abort: 'aborto',
reset: 'reset',
hr: 'linea orizzontale',
undo: 'cancella',
'line height': 'altezza linea',
'exceed size limit': 'limiti di dimensione superati'
}