Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
e19908f2
Commit
e19908f2
authored
Dec 23, 2016
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SE mobile] Add localization for the view of editing cell
parent
5fa7723d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
148 additions
and
57 deletions
+148
-57
apps/spreadsheeteditor/mobile/app/template/EditCell.template
apps/spreadsheeteditor/mobile/app/template/EditCell.template
+55
-55
apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js
apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js
+42
-2
apps/spreadsheeteditor/mobile/locale/en.json
apps/spreadsheeteditor/mobile/locale/en.json
+51
-0
No files found.
apps/spreadsheeteditor/mobile/app/template/EditCell.template
View file @
e19908f2
This diff is collapsed.
Click to expand it.
apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js
View file @
e19908f2
...
...
@@ -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
apps/spreadsheeteditor/mobile/locale/en.json
View file @
e19908f2
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment