[DE mobile] [SSE mobile] Add translations
This commit is contained in:
parent
d27c3b0ca3
commit
35a8b6ffe6
|
@ -289,8 +289,8 @@ define([
|
||||||
textHiddenTableBorders: 'Hidden Table Borders',
|
textHiddenTableBorders: 'Hidden Table Borders',
|
||||||
textCollaboration: 'Collaboration',
|
textCollaboration: 'Collaboration',
|
||||||
textCommentingDisplay: 'Commenting Display',
|
textCommentingDisplay: 'Commenting Display',
|
||||||
textDisplayComments: 'Display Comments',
|
textDisplayComments: 'Comments',
|
||||||
textDisplayResolvedComments: 'Display Resolved Comments'
|
textDisplayResolvedComments: 'Resolved Comments'
|
||||||
|
|
||||||
}
|
}
|
||||||
})(), DE.Views.Settings || {}))
|
})(), DE.Views.Settings || {}))
|
||||||
|
|
|
@ -492,6 +492,9 @@
|
||||||
"DE.Views.Settings.textColorSchemes": "Color Schemes",
|
"DE.Views.Settings.textColorSchemes": "Color Schemes",
|
||||||
"DE.Views.Settings.textNoCharacters": "Nonprinting Characters",
|
"DE.Views.Settings.textNoCharacters": "Nonprinting Characters",
|
||||||
"DE.Views.Settings.textHiddenTableBorders": "Hidden Table Borders",
|
"DE.Views.Settings.textHiddenTableBorders": "Hidden Table Borders",
|
||||||
|
"DE.Views.Settings.textCommentingDisplay": "Commenting Display",
|
||||||
|
"DE.Views.Settings.textDisplayComments": "Comments",
|
||||||
|
"DE.Views.Settings.textDisplayResolvedComments": "Resolved Comments",
|
||||||
"DE.Views.Toolbar.textBack": "Back",
|
"DE.Views.Toolbar.textBack": "Back",
|
||||||
"Common.Views.Collaboration.textCollaboration": "Collaboration",
|
"Common.Views.Collaboration.textCollaboration": "Collaboration",
|
||||||
"Common.Views.Collaboration.textReviewing": "Review",
|
"Common.Views.Collaboration.textReviewing": "Review",
|
||||||
|
|
|
@ -383,8 +383,8 @@ define([
|
||||||
textR1C1Style: 'R1C1 Reference Style',
|
textR1C1Style: 'R1C1 Reference Style',
|
||||||
textRegionalSettings: 'Regional Settings',
|
textRegionalSettings: 'Regional Settings',
|
||||||
textCommentingDisplay: 'Commenting Display',
|
textCommentingDisplay: 'Commenting Display',
|
||||||
textDisplayComments: 'Display Comments',
|
textDisplayComments: 'Comments',
|
||||||
textDisplayResolvedComments: 'Display Resolved Comments'
|
textDisplayResolvedComments: 'Resolved Comments'
|
||||||
}
|
}
|
||||||
})(), SSE.Views.Settings || {}))
|
})(), SSE.Views.Settings || {}))
|
||||||
});
|
});
|
|
@ -555,6 +555,9 @@
|
||||||
"SSE.Views.Settings.textCollaboration": "Collaboration",
|
"SSE.Views.Settings.textCollaboration": "Collaboration",
|
||||||
"SSE.Views.Settings.textR1C1Style": "R1C1 Reference Style",
|
"SSE.Views.Settings.textR1C1Style": "R1C1 Reference Style",
|
||||||
"SSE.Views.Settings.textRegionalSettings": "Regional Settings",
|
"SSE.Views.Settings.textRegionalSettings": "Regional Settings",
|
||||||
|
"SSE.Views.Settings.textCommentingDisplay": "Commenting Display",
|
||||||
|
"SSE.Views.Settings.textDisplayComments": "Comments",
|
||||||
|
"SSE.Views.Settings.textDisplayResolvedComments": "Resolved Comments",
|
||||||
"SSE.Views.Toolbar.textBack": "Back",
|
"SSE.Views.Toolbar.textBack": "Back",
|
||||||
"Common.Views.Collaboration.textCollaboration": "Collaboration",
|
"Common.Views.Collaboration.textCollaboration": "Collaboration",
|
||||||
"Common.Views.Collaboration.textСomments": "Сomments",
|
"Common.Views.Collaboration.textСomments": "Сomments",
|
||||||
|
|
Loading…
Reference in a new issue