File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ const da = {
2+
3+ config : {
4+
5+ title : {
6+ minimum : 'Minimum' ,
7+ minimumStep : 'Step' ,
8+ } ,
9+ } ,
10+
11+ } ;
12+
13+ export default da ;
Original file line number Diff line number Diff line change 1+ const de = {
2+
3+ config : {
4+
5+ title : {
6+ minimum : 'Minimum' ,
7+ minimumStep : 'Step' ,
8+ } ,
9+ } ,
10+
11+ } ;
12+
13+ export default de ;
Original file line number Diff line number Diff line change 1+ const fr = {
2+
3+ config : {
4+
5+ title : {
6+ minimum : 'Minimum' ,
7+ minimumStep : 'Step' ,
8+ } ,
9+ } ,
10+
11+ } ;
12+
13+ export default fr ;
Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ const it = {
6464 broker : 'Broker' ,
6565 colorType : 'Color Type' ,
6666 historyEnabled : 'Enable History' ,
67+ minimum : 'Minimum' ,
68+ minimumStep : 'Step' ,
6769 maximum : 'Maximum' ,
6870 password : 'Password' ,
6971 time : 'Auto-Reset Delay' ,
Original file line number Diff line number Diff line change 1+ const ro = {
2+
3+ config : {
4+
5+ title : {
6+ minimum : 'Minimum' ,
7+ minimumStep : 'Step' ,
8+ } ,
9+ } ,
10+
11+ } ;
12+
13+ export default ro ;
Original file line number Diff line number Diff line change 1+ const vi = {
2+
3+ config : {
4+
5+ title : {
6+ minimum : 'Minimum' ,
7+ minimumStep : 'Step' ,
8+ } ,
9+ } ,
10+
11+ } ;
12+
13+ export default vi ;
You can’t perform that action at this time.
0 commit comments