Fix forms translation
This commit is contained in:
parent
72e50cc51f
commit
c84a59606c
|
@ -4,6 +4,60 @@
|
|||
"del_common.view.modals.txtHeight": "Height",
|
||||
"del_common.view.modals.txtShare": "Share Link",
|
||||
"del_common.view.modals.txtWidth": "Width",
|
||||
"Common.Views.EmbedDialog.textTitle": "Embed",
|
||||
"Common.Views.EmbedDialog.textWidth": "Width",
|
||||
"Common.Views.EmbedDialog.textHeight": "Height",
|
||||
"Common.Views.EmbedDialog.txtCopy": "Copy to clipboard",
|
||||
"Common.Views.EmbedDialog.warnCopy": "Browser's error! Use keyboard shortcut [Ctrl] + [C]",
|
||||
"Common.Views.ShareDialog.textTitle": "Share Link",
|
||||
"Common.Views.ShareDialog.txtCopy": "Copy to clipboard",
|
||||
"Common.Views.ShareDialog.warnCopy": "Browser's error! Use keyboard shortcut [Ctrl] + [C]",
|
||||
"Common.UI.Calendar.textApril": "April",
|
||||
"Common.UI.Calendar.textAugust": "August",
|
||||
"Common.UI.Calendar.textDecember": "December",
|
||||
"Common.UI.Calendar.textFebruary": "February",
|
||||
"Common.UI.Calendar.textJanuary": "January",
|
||||
"Common.UI.Calendar.textJuly": "July",
|
||||
"Common.UI.Calendar.textJune": "June",
|
||||
"Common.UI.Calendar.textMarch": "March",
|
||||
"Common.UI.Calendar.textMay": "May",
|
||||
"Common.UI.Calendar.textMonths": "Months",
|
||||
"Common.UI.Calendar.textNovember": "November",
|
||||
"Common.UI.Calendar.textOctober": "October",
|
||||
"Common.UI.Calendar.textSeptember": "September",
|
||||
"Common.UI.Calendar.textShortApril": "Apr",
|
||||
"Common.UI.Calendar.textShortAugust": "Aug",
|
||||
"Common.UI.Calendar.textShortDecember": "Dec",
|
||||
"Common.UI.Calendar.textShortFebruary": "Feb",
|
||||
"Common.UI.Calendar.textShortFriday": "Fr",
|
||||
"Common.UI.Calendar.textShortJanuary": "Jan",
|
||||
"Common.UI.Calendar.textShortJuly": "Jul",
|
||||
"Common.UI.Calendar.textShortJune": "Jun",
|
||||
"Common.UI.Calendar.textShortMarch": "Mar",
|
||||
"Common.UI.Calendar.textShortMay": "May",
|
||||
"Common.UI.Calendar.textShortMonday": "Mo",
|
||||
"Common.UI.Calendar.textShortNovember": "Nov",
|
||||
"Common.UI.Calendar.textShortOctober": "Oct",
|
||||
"Common.UI.Calendar.textShortSaturday": "Sa",
|
||||
"Common.UI.Calendar.textShortSeptember": "Sep",
|
||||
"Common.UI.Calendar.textShortSunday": "Su",
|
||||
"Common.UI.Calendar.textShortThursday": "Th",
|
||||
"Common.UI.Calendar.textShortTuesday": "Tu",
|
||||
"Common.UI.Calendar.textShortWednesday": "We",
|
||||
"Common.UI.Calendar.textYears": "Years",
|
||||
"Common.UI.Themes.txtThemeClassicLight": "Classic Light",
|
||||
"Common.UI.Themes.txtThemeDark": "Dark",
|
||||
"Common.UI.Themes.txtThemeLight": "Light",
|
||||
"Common.UI.Window.cancelButtonText": "Cancel",
|
||||
"Common.UI.Window.closeButtonText": "Close",
|
||||
"Common.UI.Window.noButtonText": "No",
|
||||
"Common.UI.Window.okButtonText": "OK",
|
||||
"Common.UI.Window.textConfirmation": "Confirmation",
|
||||
"Common.UI.Window.textDontShow": "Don't show this message again",
|
||||
"Common.UI.Window.textError": "Error",
|
||||
"Common.UI.Window.textInformation": "Information",
|
||||
"Common.UI.Window.textWarning": "Warning",
|
||||
"Common.UI.Window.yesButtonText": "Yes",
|
||||
"DE.Controllers.ApplicationController.convertationErrorText": "Conversion failed.",
|
||||
"DE.Controllers.ApplicationController.convertationTimeoutText": "Conversion timeout exceeded.",
|
||||
"DE.Controllers.ApplicationController.criticalErrorTitle": "Error",
|
||||
|
|
Loading…
Reference in a new issue