mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 09:22:26 +08:00
Merge pull request 'fix/bugfix' (#482) from fix/bugfix into release/v9.0.0
This commit is contained in:
@ -35,8 +35,7 @@
|
||||
|
||||
define([
|
||||
'common/main/lib/component/Window',
|
||||
'common/main/lib/component/MetricSpinner',
|
||||
'common/main/lib/component/TextareaField'
|
||||
'common/main/lib/component/MetricSpinner'
|
||||
], function () { 'use strict';
|
||||
|
||||
Common.Views.EmbedDialog = Common.UI.Window.extend(_.extend({
|
||||
|
||||
@ -169,7 +169,7 @@ define([
|
||||
},
|
||||
},
|
||||
'theme-white': {
|
||||
text: locale.txtThemeModerLight || 'White',
|
||||
text: locale.txtThemeModernLight || 'White',
|
||||
type: 'light',
|
||||
source: 'static',
|
||||
icons: {
|
||||
@ -177,7 +177,7 @@ define([
|
||||
}
|
||||
},
|
||||
'theme-night': {
|
||||
text: locale.txtThemeModerDark || 'Night',
|
||||
text: locale.txtThemeModernDark || 'Night',
|
||||
type: 'dark',
|
||||
source: 'static',
|
||||
icons: {
|
||||
|
||||
@ -145,13 +145,12 @@ require([
|
||||
'common/forms/lib/view/modals'
|
||||
], function() {
|
||||
app.postLaunchScripts = [
|
||||
'common/main/lib/component/TextareaField',
|
||||
'common/main/lib/view/PluginDlg',
|
||||
'common/main/lib/view/CopyWarningDialog',
|
||||
'common/main/lib/view/TextInputDialog',
|
||||
'common/main/lib/view/SelectFileDlg',
|
||||
'common/main/lib/view/SaveAsDlg',
|
||||
'common/main/lib/view/SignDialog',
|
||||
'common/main/lib/view/SignSettingsDialog',
|
||||
'common/main/lib/view/SaveAsDlg'
|
||||
];
|
||||
|
||||
window.compareVersions = true;
|
||||
|
||||
@ -1,11 +1,10 @@
|
||||
require([
|
||||
'common/main/lib/component/TextareaField',
|
||||
'common/main/lib/view/PluginDlg',
|
||||
'common/main/lib/view/CopyWarningDialog',
|
||||
'common/main/lib/view/TextInputDialog',
|
||||
'common/main/lib/view/SelectFileDlg',
|
||||
'common/main/lib/view/SaveAsDlg',
|
||||
'common/main/lib/view/SignDialog',
|
||||
'common/main/lib/view/SignSettingsDialog',
|
||||
'common/main/lib/view/SaveAsDlg'
|
||||
], function () {
|
||||
Common.NotificationCenter.trigger('app-pack:loaded');
|
||||
});
|
||||
|
||||
@ -44,6 +44,8 @@
|
||||
"Common.UI.Themes.txtThemeGray": "Gray",
|
||||
"Common.UI.Themes.txtThemeLight": "Light",
|
||||
"Common.UI.Themes.txtThemeSystem": "Same as system",
|
||||
"Common.UI.Themes.txtThemeModernLight": "Modern Light",
|
||||
"Common.UI.Themes.txtThemeModernDark": "Modern Dark",
|
||||
"Common.UI.Window.cancelButtonText": "Cancel",
|
||||
"Common.UI.Window.closeButtonText": "Close",
|
||||
"Common.UI.Window.noButtonText": "No",
|
||||
|
||||
@ -379,8 +379,8 @@
|
||||
"Common.UI.Themes.txtThemeGray": "Gray",
|
||||
"Common.UI.Themes.txtThemeLight": "Light",
|
||||
"Common.UI.Themes.txtThemeSystem": "Same as system",
|
||||
"Common.UI.Themes.txtThemeModerLight": "Moder Light",
|
||||
"Common.UI.Themes.txtThemeModerDark": "Moder Dark",
|
||||
"Common.UI.Themes.txtThemeModernLight": "Modern Light",
|
||||
"Common.UI.Themes.txtThemeModernDark": "Modern Dark",
|
||||
"Common.UI.Window.cancelButtonText": "Cancel",
|
||||
"Common.UI.Window.closeButtonText": "Close",
|
||||
"Common.UI.Window.noButtonText": "No",
|
||||
|
||||
@ -90,6 +90,8 @@
|
||||
"Common.UI.Themes.txtThemeGray": "Gray",
|
||||
"Common.UI.Themes.txtThemeLight": "Light",
|
||||
"Common.UI.Themes.txtThemeSystem": "Same as system",
|
||||
"Common.UI.Themes.txtThemeModernLight": "Modern Light",
|
||||
"Common.UI.Themes.txtThemeModernDark": "Modern Dark",
|
||||
"Common.UI.Window.cancelButtonText": "Cancel",
|
||||
"Common.UI.Window.closeButtonText": "Close",
|
||||
"Common.UI.Window.noButtonText": "No",
|
||||
|
||||
@ -469,6 +469,8 @@
|
||||
"Common.UI.Themes.txtThemeGray": "Gray",
|
||||
"Common.UI.Themes.txtThemeLight": "Light",
|
||||
"Common.UI.Themes.txtThemeSystem": "Same as system",
|
||||
"Common.UI.Themes.txtThemeModernLight": "Modern Light",
|
||||
"Common.UI.Themes.txtThemeModernDark": "Modern Dark",
|
||||
"Common.UI.Window.cancelButtonText": "Cancel",
|
||||
"Common.UI.Window.closeButtonText": "Close",
|
||||
"Common.UI.Window.noButtonText": "No",
|
||||
|
||||
@ -319,6 +319,8 @@
|
||||
"Common.UI.Themes.txtThemeGray": "Gray",
|
||||
"Common.UI.Themes.txtThemeLight": "Light",
|
||||
"Common.UI.Themes.txtThemeSystem": "Same as system",
|
||||
"Common.UI.Themes.txtThemeModernLight": "Modern Light",
|
||||
"Common.UI.Themes.txtThemeModernDark": "Modern Dark",
|
||||
"Common.UI.Window.cancelButtonText": "Cancel",
|
||||
"Common.UI.Window.closeButtonText": "Close",
|
||||
"Common.UI.Window.noButtonText": "No",
|
||||
|
||||
@ -40,6 +40,8 @@
|
||||
"Common.UI.Themes.txtThemeGray": "Gray",
|
||||
"Common.UI.Themes.txtThemeLight": "Light",
|
||||
"Common.UI.Themes.txtThemeSystem": "Same as system",
|
||||
"Common.UI.Themes.txtThemeModernLight": "Modern Light",
|
||||
"Common.UI.Themes.txtThemeModernDark": "Modern Dark",
|
||||
"Common.UI.Window.cancelButtonText": "Cancel",
|
||||
"Common.UI.Window.closeButtonText": "Close",
|
||||
"Common.UI.Window.noButtonText": "No",
|
||||
|
||||
Reference in New Issue
Block a user