[all] changed translations
This commit is contained in:
parent
97c461c555
commit
f4c9bb8e0f
|
@ -17,7 +17,7 @@ define([
|
||||||
const THEME_TYPE_SYSTEM = 'system';
|
const THEME_TYPE_SYSTEM = 'system';
|
||||||
var themes_map = {
|
var themes_map = {
|
||||||
'theme-system': {
|
'theme-system': {
|
||||||
text: locale.txtThemeSystem || 'Auto',
|
text: locale.txtThemeSystem || 'Same as system',
|
||||||
type: THEME_TYPE_SYSTEM,
|
type: THEME_TYPE_SYSTEM,
|
||||||
source: 'static',
|
source: 'static',
|
||||||
},
|
},
|
||||||
|
|
|
@ -188,7 +188,7 @@
|
||||||
"Common.UI.Themes.txtThemeClassicLight": "Classic Light",
|
"Common.UI.Themes.txtThemeClassicLight": "Classic Light",
|
||||||
"Common.UI.Themes.txtThemeDark": "Dark",
|
"Common.UI.Themes.txtThemeDark": "Dark",
|
||||||
"Common.UI.Themes.txtThemeLight": "Light",
|
"Common.UI.Themes.txtThemeLight": "Light",
|
||||||
"Common.UI.Themes.txtThemeSystem": "Auto",
|
"Common.UI.Themes.txtThemeSystem": "Same as system",
|
||||||
"Common.UI.Window.cancelButtonText": "Cancel",
|
"Common.UI.Window.cancelButtonText": "Cancel",
|
||||||
"Common.UI.Window.closeButtonText": "Close",
|
"Common.UI.Window.closeButtonText": "Close",
|
||||||
"Common.UI.Window.noButtonText": "No",
|
"Common.UI.Window.noButtonText": "No",
|
||||||
|
|
|
@ -275,7 +275,7 @@
|
||||||
"Common.UI.Themes.txtThemeClassicLight": "Classic Light",
|
"Common.UI.Themes.txtThemeClassicLight": "Classic Light",
|
||||||
"Common.UI.Themes.txtThemeDark": "Dark",
|
"Common.UI.Themes.txtThemeDark": "Dark",
|
||||||
"Common.UI.Themes.txtThemeLight": "Light",
|
"Common.UI.Themes.txtThemeLight": "Light",
|
||||||
"Common.UI.Themes.txtThemeSystem": "Auto",
|
"Common.UI.Themes.txtThemeSystem": "Same as system",
|
||||||
"Common.UI.Window.cancelButtonText": "Cancel",
|
"Common.UI.Window.cancelButtonText": "Cancel",
|
||||||
"Common.UI.Window.closeButtonText": "Close",
|
"Common.UI.Window.closeButtonText": "Close",
|
||||||
"Common.UI.Window.noButtonText": "No",
|
"Common.UI.Window.noButtonText": "No",
|
||||||
|
|
|
@ -133,7 +133,7 @@
|
||||||
"Common.UI.Themes.txtThemeClassicLight": "Classic Light",
|
"Common.UI.Themes.txtThemeClassicLight": "Classic Light",
|
||||||
"Common.UI.Themes.txtThemeDark": "Dark",
|
"Common.UI.Themes.txtThemeDark": "Dark",
|
||||||
"Common.UI.Themes.txtThemeLight": "Light",
|
"Common.UI.Themes.txtThemeLight": "Light",
|
||||||
"Common.UI.Themes.txtThemeSystem": "Auto",
|
"Common.UI.Themes.txtThemeSystem": "Same as system",
|
||||||
"Common.UI.Window.cancelButtonText": "Cancel",
|
"Common.UI.Window.cancelButtonText": "Cancel",
|
||||||
"Common.UI.Window.closeButtonText": "Close",
|
"Common.UI.Window.closeButtonText": "Close",
|
||||||
"Common.UI.Window.noButtonText": "No",
|
"Common.UI.Window.noButtonText": "No",
|
||||||
|
|
Loading…
Reference in a new issue