Skip to content

Commit

Permalink
Merge pull request zhw2590582#36 from Angelk90/patch-1
Browse files Browse the repository at this point in the history
Added Italian language
  • Loading branch information
zhw2590582 authored May 12, 2021
2 parents 9db3e16 + 0c6700e commit 5f2039c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/i18n/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,42 @@ const en = {
OPEN_VIDEO_ERROR: 'Please open the video first',
};

const it = {
LOADING: "Caricamento in corso...",
SUB_TEXT: "Sottotitoli",
OPEN_VIDEO: "Apri video",
OPEN_SUB: "Apri sottotitoli",
EXPORT_ASS: "Esporta ASS",
EXPORT_SRT: "Esporta SRT",
EXPORT_VTT: "Esporta VTT",
EXPORT_VIDEO: "Esporta video",
TRADUZIONE: 'Traduzione',
TRADUZIONE: 'Traduzione...',
TRANSLAT_SUCCESS: "Traduzione riuscita",
DECODE_START: "Avvia decodifica audio",
DECODE_SUCCESS: "Decodifica audio riuscita",
DECODE_ERROR: "Decodifica audio non riuscita",
VIDEO_EXT_ERR: "Impossibile aprire questo formato video",
SUB_EXT_ERR: "Impossibile aprire questo formato di sottotitoli",
MOBILE_TIP: "Utilizza l'accesso al computer",
HOTKEY_01: "Spazio: Riproduci / Pausa",
HOTKEY_02: "Ctrl + Z: Annulla",
CLEAR: "Pulisci",
ANNULLA: "Annulla",
ELIMINA: "Elimina sottotitoli",
UNISCI: "Unisci dopo",
SPLIT: "Dividi sottotitoli",
LOADING_FFMPEG: "Caricamento dipendenza in corso...",
LOADING_FONT: "Caricamento font in corso...",
LOADING_VIDEO: "Caricamento video in corso...",
LOADING_SUB: "Caricamento sottotitoli in corso...",
CLEAR_TIP: "Conferma che tutti i dati siano stati cancellati",
BURN_ERROR: "Masterizzazione sottotitoli non riuscita",
BURN_START: "Avvia masterizzazione sottotitoli",
BURN_SUCCESS: "Masterizzazione sottotitoli riuscita",
OPEN_VIDEO_ERROR: "Apri prima il video",
};

const zh = {
LOADING: '加载中...',
SUB_TEXT: '字幕文本',
Expand Down Expand Up @@ -72,6 +108,7 @@ const zh = {

const i18n = {
en,
it,
zh,
'zh-cn': zh,
'zh-tw': zh,
Expand Down

0 comments on commit 5f2039c

Please sign in to comment.