Commit e19908f2 authored by Alexander Yuzhin's avatar Alexander Yuzhin

[SE mobile] Add localization for the view of editing cell

parent 5fa7723d
......@@ -253,8 +253,48 @@ define([
textFillColor: 'Fill Color',
textTextFormat: 'Text Format',
textBorderStyle: 'Border Style',
textSize: 'Size'
}
textSize: 'Size',
textFormat: 'Format',
textCellStyle: 'Cell Styles',
textAlignLeft: 'Align Left',
textAlignCenter: 'Align Center',
textAlignRight: 'Align Right',
textJustified: 'Justified',
textAlignTop: 'Align Top',
textAlignMiddle: 'Align Middle',
textAlignBottom: 'Align Bottom',
textWrapText: 'Wrap Text',
textNoBorder: 'No Border',
textAllBorders: 'All Borders',
textBottomBorder: 'Bottom Border',
textTopBorder: 'Top Border',
textLeftBorder: 'Left Border',
textRightBorder: 'Right Border',
textInBorders: 'Inside Borders',
textInVertBorder: 'Inside Vertical Border',
textInHorBorder: 'Inside Horizontal Border',
textDiagUpBorder: 'Diagonal Up Border',
textDiagDownBorder: 'Diagonal Down Border',
textColor: 'Color',
textThin: 'Thin',
textMedium: 'Medium',
textThick: 'Thick',
textInteger: 'Integer',
textGeneral: 'General',
textNumber: 'Number',
textScientific: 'Scientific',
textAccounting: 'Accounting',
textCurrency: 'Currency',
textDate: 'Date',
textTime: 'Time',
textPercentage: 'Percentage',
textText: 'Text',
textDollar: 'Dollar',
textEuro: 'Euro',
textPound: 'Pound',
textRouble: 'Rouble',
textYen: 'Yen'
}
})(), SSE.Views.EditCell || {}))
});
\ No newline at end of file
......@@ -2,6 +2,57 @@
"Common.UI.ThemeColorPalette.textThemeColors": "Theme Colors",
"Common.UI.ThemeColorPalette.textStandartColors": "Standard Colors",
"SSE.Controllers.EditCell.textFonts": "Fonts",
"SSE.Controllers.EditCell.textAuto": "Auto",
"SSE.Controllers.EditCell.textPt": "pt",
"SSE.Views.EditCell.textBack": "Back",
"SSE.Views.EditCell.textFonts": "Fonts",
"SSE.Views.EditCell.textTextColor": "Text Color",
"SSE.Views.EditCell.textFillColor": "Fill Color",
"SSE.Views.EditCell.textTextFormat": "Text Format",
"SSE.Views.EditCell.textBorderStyle": "Border Style",
"SSE.Views.EditCell.textSize": "Size",
"SSE.Views.EditCell.textFormat": "Format",
"SSE.Views.EditCell.textCellStyle": "Cell Styles",
"SSE.Views.EditCell.textAlignLeft": "Align Left",
"SSE.Views.EditCell.textAlignCenter": "Align Center",
"SSE.Views.EditCell.textAlignRight": "Align Right",
"SSE.Views.EditCell.textJustified": "Justified",
"SSE.Views.EditCell.textAlignTop": "Align Top",
"SSE.Views.EditCell.textAlignMiddle": "Align Middle",
"SSE.Views.EditCell.textAlignBottom": "Align Bottom",
"SSE.Views.EditCell.textWrapText": "Wrap Text",
"SSE.Views.EditCell.textNoBorder": "No Border",
"SSE.Views.EditCell.textAllBorders": "All Borders",
"SSE.Views.EditCell.textBottomBorder": "Bottom Border",
"SSE.Views.EditCell.textTopBorder": "Top Border",
"SSE.Views.EditCell.textLeftBorder": "Left Border",
"SSE.Views.EditCell.textRightBorder": "Right Border",
"SSE.Views.EditCell.textInBorders": "Inside Borders",
"SSE.Views.EditCell.textInVertBorder": "Inside Vertical Border",
"SSE.Views.EditCell.textInHorBorder": "Inside Horizontal Border",
"SSE.Views.EditCell.textDiagUpBorder": "Diagonal Up Border",
"SSE.Views.EditCell.textDiagDownBorder": "Diagonal Down Border",
"SSE.Views.EditCell.textColor": "Color",
"SSE.Views.EditCell.textThin": "Thin",
"SSE.Views.EditCell.textMedium": "Medium",
"SSE.Views.EditCell.textThick": "Thick",
"SSE.Views.EditCell.textInteger": "Integer",
"SSE.Views.EditCell.textGeneral": "General",
"SSE.Views.EditCell.textNumber": "Number",
"SSE.Views.EditCell.textScientific": "Scientific",
"SSE.Views.EditCell.textAccounting": "Accounting",
"SSE.Views.EditCell.textCurrency": "Currency",
"SSE.Views.EditCell.textDate": "Date",
"SSE.Views.EditCell.textTime": "Time",
"SSE.Views.EditCell.textPercentage": "Percentage",
"SSE.Views.EditCell.textText": "Text",
"SSE.Views.EditCell.textDollar": "Dollar",
"SSE.Views.EditCell.textEuro": "Euro",
"SSE.Views.EditCell.textPound": "Pound",
"SSE.Views.EditCell.textRouble": "Rouble",
"SSE.Views.EditCell.textYen": "Yen",
"SSE.Controllers.EditChart.textValue": "Value",
"SSE.Controllers.EditChart.textMinValue": "Minimum Value",
"SSE.Controllers.EditChart.textMaxValue": "Maximum Value",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment