Skip to content

Commit

Permalink
[DE] Add translation
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Apr 4, 2024
1 parent bd9683b commit 4a9c834
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions apps/documenteditor/forms/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@
"DE.Controllers.ApplicationController.warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.",
"DE.Controllers.ApplicationController.warnNoLicense": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only.<br>Contact %1 sales team for personal upgrade terms.",
"DE.Controllers.ApplicationController.warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
"DE.Controllers.ApplicationController.textSubmitOk": "Your PDF form has been saved in the Complete section. You can fill out this form again and send another result.",
"DE.Controllers.ApplicationController.textFilled": "Filled",
"DE.Views.ApplicationView.textClear": "Clear all fields",
"DE.Views.ApplicationView.textClearField": "Clear field",
"DE.Views.ApplicationView.textClose": "Close file",
Expand Down
3 changes: 1 addition & 2 deletions apps/documenteditor/main/app/view/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -3573,8 +3573,7 @@ define([
capBtnSelect: 'Select',
capBtnHand: 'Hand',
tipSelectTool: 'Select tool',
tipHandTool: 'Hand tool',

tipHandTool: 'Hand tool'
}
})(), DE.Views.Toolbar || {}));
});
11 changes: 11 additions & 0 deletions apps/documenteditor/main/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@
"Common.Views.Header.tipViewUsers": "View users and manage document access rights",
"Common.Views.Header.txtAccessRights": "Change access rights",
"Common.Views.Header.txtRename": "Rename",
"Common.Views.Header.textStartFill": "Start filling",
"Common.Views.History.textCloseHistory": "Close History",
"Common.Views.History.textHide": "Collapse",
"Common.Views.History.textHideAll": "Hide detailed changes",
Expand Down Expand Up @@ -2308,6 +2309,12 @@
"DE.Views.FormsTab.txtInlineDesc": "Insert inline text field",
"DE.Views.FormsTab.txtInlineText": "Inline",
"DE.Views.FormsTab.txtUntitled": "Untitled",
"DE.Views.FormsTab.textSubmitOk": "Your PDF form has been saved in the Complete section. You can fill out this form again and send another result.",
"DE.Views.FormsTab.textFilled": "Filled",
"DE.Views.FormsTab.tipFirstPage": "Go to the first page",
"DE.Views.FormsTab.tipLastPage": "Go to the last page",
"DE.Views.FormsTab.tipPrevPage": "Go to the previous page",
"DE.Views.FormsTab.tipNextPage": "Go to the next page",
"DE.Views.HeaderFooterSettings.textBottomCenter": "Bottom center",
"DE.Views.HeaderFooterSettings.textBottomLeft": "Bottom left",
"DE.Views.HeaderFooterSettings.textBottomPage": "Bottom of page",
Expand Down Expand Up @@ -3479,6 +3486,10 @@
"DE.Views.Toolbar.txtScheme7": "Equity",
"DE.Views.Toolbar.txtScheme8": "Flow",
"DE.Views.Toolbar.txtScheme9": "Foundry",
"DE.Views.Toolbar.capBtnSelect": "Select",
"DE.Views.Toolbar.capBtnHand": "Hand",
"DE.Views.Toolbar.tipSelectTool": "Select tool",
"DE.Views.Toolbar.tipHandTool": "Hand tool",
"DE.Views.ViewTab.textAlwaysShowToolbar": "Always Show Toolbar",
"DE.Views.ViewTab.textDarkDocument": "Dark Document",
"DE.Views.ViewTab.textFitToPage": "Fit To Page",
Expand Down

0 comments on commit 4a9c834

Please sign in to comment.