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
51e83664
Commit
51e83664
authored
May 13, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE] Отладка Top10 filters, добавлены переводы.
parent
862fb0cb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js
apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js
+4
-5
apps/spreadsheeteditor/main/locale/en.json
apps/spreadsheeteditor/main/locale/en.json
+9
-1
No files found.
apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js
View file @
51e83664
...
...
@@ -316,11 +316,11 @@ define([
'
<div id="id-top10-type-combo" style=""></div>
'
,
'
</div>
'
,
'
<div style="margin-right:15px; display: inline-block; vertical-align: middle;">
'
,
'
<label class="input-label">
'
,
t
.
textCount
,
'
</label>
'
,
'
<label class="input-label"></label>
'
,
'
<div id="id-top10-count-spin" class="input-group-nr" style=""></div>
'
,
'
</div>
'
,
'
<div style="display: inline-block; vertical-align: middle;">
'
,
'
<label class="input-label">
'
,
t
.
textItem
,
'
</label>
'
,
'
<label class="input-label"></label>
'
,
'
<div id="id-top10-item-combo" class="input-group-nr" style=""></div>
'
,
'
</div>
'
,
'
</div>
'
,
...
...
@@ -427,6 +427,7 @@ define([
this
.
cmbType
.
setValue
(
type
||
type
===
null
);
this
.
cmbItem
.
setValue
(
percent
||
percent
===
null
);
this
.
spnCount
.
setDefaultUnit
((
percent
||
percent
===
null
)
?
'
%
'
:
''
);
this
.
spnCount
.
setValue
(
top10Filter
.
asc_getVal
());
}
}
...
...
@@ -455,10 +456,8 @@ define([
cancelButtonText
:
"
Cancel
"
,
okButtonText
:
'
OK
'
,
txtTitle
:
"
Top 10 Filter
"
,
txtTitle
:
"
Top 10
Auto
Filter
"
,
textType
:
'
Show
'
,
textCount
:
''
,
textItem
:
''
,
txtTop
:
'
Top
'
,
txtBottom
:
'
Bottom
'
,
txtItems
:
'
Item
'
,
...
...
apps/spreadsheeteditor/main/locale/en.json
View file @
51e83664
...
...
@@ -1115,5 +1115,13 @@
"SSE.Views.Toolbar.txtText"
:
"Text"
,
"SSE.Views.Toolbar.txtTime"
:
"Time"
,
"SSE.Views.Toolbar.txtUnmerge"
:
"Unmerge Cells"
,
"SSE.Views.Toolbar.txtYen"
:
"¥ Yen"
"SSE.Views.Toolbar.txtYen"
:
"¥ Yen"
,
"SSE.Views.Top10FilterDialog.cancelButtonText"
:
"Cancel"
,
"SSE.Views.Top10FilterDialog.okButtonText"
:
"OK"
,
"SSE.Views.Top10FilterDialog.txtTitle"
:
"Top 10 AutoFilter"
,
"SSE.Views.Top10FilterDialog.textType"
:
"Show"
,
"SSE.Views.Top10FilterDialog.txtTop"
:
"Top"
,
"SSE.Views.Top10FilterDialog.txtBottom"
:
"Bottom"
,
"SSE.Views.Top10FilterDialog.txtItems"
:
"Item"
,
"SSE.Views.Top10FilterDialog.txtPercent"
:
"Percent"
}
\ No newline at end of file
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