From 0c6daea59aea5ecb28d3e9f41080988f3a093f94 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 27 May 2019 16:52:08 +0300 Subject: [PATCH] [SSE] Formula dialog: add translation for groups to italian --- .../main/app/view/FormulaDialog.js | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/view/FormulaDialog.js b/apps/spreadsheeteditor/main/app/view/FormulaDialog.js index 999d48469..de93bd88c 100644 --- a/apps/spreadsheeteditor/main/app/view/FormulaDialog.js +++ b/apps/spreadsheeteditor/main/app/view/FormulaDialog.js @@ -117,7 +117,8 @@ define([ ru: this[translate+'_ru'], pl: this[translate+'_pl'], es: this[translate+'_es'], - fr: this[translate+'_fr'] + fr: this[translate+'_fr'], + it: this[translate+'_it'] }; } @@ -475,7 +476,19 @@ define([ sCategoryLookupAndReference_pl: 'Wyszukiwanie i odniesienie', sCategoryMathematic_pl: 'Matematyczne i trygonometryczne', sCategoryStatistical_pl: 'Statystyczny', - sCategoryTextAndData_pl: 'Tekst i data' + sCategoryTextAndData_pl: 'Tekst i data', + sCategoryAll_it: 'Tutto', + sCategoryLogical_it: 'Logico', + sCategoryCube_it: 'Cubo', + sCategoryDatabase_it: 'Banca dati', + sCategoryDateAndTime_it: 'Data e ora', + sCategoryEngineering_it: 'Ingegneria', + sCategoryFinancial_it: 'Finanziario', + sCategoryInformation_it: 'Informazioni', + sCategoryLookupAndReference_it: 'Ricerca e Riferimento', + sCategoryMathematic_it: 'Matematiche e trigonometriche', + sCategoryStatistical_it: 'Statistico', + sCategoryTextAndData_it: 'Testo e dati' }, SSE.Views.FormulaDialog || {})); }); \ No newline at end of file