Skip to content

Commit

Permalink
Update translation
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Feb 26, 2024
1 parent b6eb9f0 commit 42503a7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
10 changes: 4 additions & 6 deletions apps/spreadsheeteditor/main/app/view/ProtectedRangesEditDlg.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ define([
value: 'view',
iconCls: 'menu__icon btn-sheet-view',
},
{ caption: '--'},
{
caption: this.textRemove,
value: 'remove',
Expand Down Expand Up @@ -553,21 +554,18 @@ define([
txtProtect: 'Protect',
txtRangeName: 'Title',
txtRange: 'Range',
txtWhoCanEdit: 'Who can edit',
txtEmpty: 'This field is required',
textSelectData: 'Select Data',
textInvalidRange: 'ERROR! Invalid cells range',
textInvalidName: 'The range title must begin with a letter and may only contain letters, numbers, and spaces.',
textTipAdd: 'Add user',
textTipDelete: 'Delete user',
textYou: 'you',
userPlaceholder: 'Start type name or email',
txtYouCanEdit: 'Only you can edit this range',
textAnonymous: 'Anonymous',
textCanEdit: 'Can edit',
textCanView: 'Can view',
textCanEdit: 'Edit',
textCanView: 'View',
textRemove: 'Remove',
textCantView: 'Can\'t view',
textCantView: 'Denied',
textAnyone: 'Anyone',
txtAccess: 'Access to range'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ define([ 'text!spreadsheeteditor/main/app/template/ProtectedRangesManagerDlg.te
lockText: 'Locked',
textFilter: 'Filter',
textFilterAll: 'All',
textYouCan: 'You can',
txtDenied: 'Denied',
txtAccess: 'Access'

Expand Down
15 changes: 8 additions & 7 deletions apps/spreadsheeteditor/main/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3460,20 +3460,20 @@
"SSE.Views.ProtectedRangesEditDlg.textInvalidName": "The range title must begin with a letter and may only contain letters, numbers, and spaces.",
"SSE.Views.ProtectedRangesEditDlg.textInvalidRange": "ERROR! Invalid cells range",
"SSE.Views.ProtectedRangesEditDlg.textSelectData": "Select data",
"SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Add user",
"SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Delete user",
"del_SSE.Views.ProtectedRangesEditDlg.textTipAdd": "Add user",
"del_SSE.Views.ProtectedRangesEditDlg.textTipDelete": "Delete user",
"SSE.Views.ProtectedRangesEditDlg.textYou": "you",
"SSE.Views.ProtectedRangesEditDlg.txtEmpty": "This field is required",
"SSE.Views.ProtectedRangesEditDlg.txtProtect": "Protect",
"SSE.Views.ProtectedRangesEditDlg.txtRange": "Range",
"SSE.Views.ProtectedRangesEditDlg.txtRangeName": "Title",
"SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Who can edit",
"del_SSE.Views.ProtectedRangesEditDlg.txtWhoCanEdit": "Who can edit",
"SSE.Views.ProtectedRangesEditDlg.txtYouCanEdit": "Only you can edit this range",
"SSE.Views.ProtectedRangesEditDlg.userPlaceholder": "Start typing name or email",
"SSE.Views.ProtectedRangesEditDlg.textCanEdit": "Can edit",
"SSE.Views.ProtectedRangesEditDlg.textCanView": "Can view",
"SSE.Views.ProtectedRangesEditDlg.textCanEdit": "Edit",
"SSE.Views.ProtectedRangesEditDlg.textCanView": "View",
"SSE.Views.ProtectedRangesEditDlg.textRemove": "Remove",
"SSE.Views.ProtectedRangesEditDlg.textCantView": "Can't view",
"SSE.Views.ProtectedRangesEditDlg.textCantView": "Denied",
"SSE.Views.ProtectedRangesEditDlg.textAnyone": "Anyone",
"SSE.Views.ProtectedRangesEditDlg.txtAccess": "Access to range",
"SSE.Views.ProtectedRangesManagerDlg.guestText": "Guest",
Expand All @@ -3488,7 +3488,7 @@
"SSE.Views.ProtectedRangesManagerDlg.textRange": "Range",
"SSE.Views.ProtectedRangesManagerDlg.textRangesDesc": "You can restrict editing ranges to selected people.",
"SSE.Views.ProtectedRangesManagerDlg.textTitle": "Title",
"SSE.Views.ProtectedRangesManagerDlg.textYouCan": "You can",
"del_SSE.Views.ProtectedRangesManagerDlg.textYouCan": "You can",
"SSE.Views.ProtectedRangesManagerDlg.tipIsLocked": "This element is being edited by another user.",
"SSE.Views.ProtectedRangesManagerDlg.txtEdit": "Edit",
"SSE.Views.ProtectedRangesManagerDlg.txtEditRange": "Edit range",
Expand All @@ -3498,6 +3498,7 @@
"SSE.Views.ProtectedRangesManagerDlg.warnDelete": "Are you sure you want to delete the protected range {0}?<br>Anyone who has edit access to the spreadsheet will be able to edit content in the range.",
"SSE.Views.ProtectedRangesManagerDlg.warnDeleteRanges": "Are you sure you want to delete the protected ranges?<br>Anyone who has edit access to the spreadsheet will be able to edit content in those ranges.",
"SSE.Views.ProtectedRangesManagerDlg.txtAccess": "Access",
"SSE.Views.ProtectedRangesManagerDlg.txtDenied": "Denied",
"SSE.Views.ProtectRangesDlg.guestText": "Guest",
"SSE.Views.ProtectRangesDlg.lockText": "Locked",
"SSE.Views.ProtectRangesDlg.textDelete": "Delete",
Expand Down

0 comments on commit 42503a7

Please sign in to comment.