From c3c2519bee85700d78baa9bd63ca9f59946b5361 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 8 Oct 2021 19:54:58 +0300 Subject: [PATCH 01/64] [DE] Download as oform and docxf --- .../main/resources/img/doc-formats/docxf.svg | 8 ++++++++ .../main/resources/img/doc-formats/oform.svg | 18 ++++++++++++++++++ .../main/app/view/FileMenuPanels.js | 6 ++++++ apps/documenteditor/main/index.html | 2 ++ apps/documenteditor/main/index.html.deploy | 2 ++ apps/documenteditor/main/index_loader.html | 2 ++ .../main/index_loader.html.deploy | 2 ++ 7 files changed, 40 insertions(+) create mode 100644 apps/common/main/resources/img/doc-formats/docxf.svg create mode 100644 apps/common/main/resources/img/doc-formats/oform.svg diff --git a/apps/common/main/resources/img/doc-formats/docxf.svg b/apps/common/main/resources/img/doc-formats/docxf.svg new file mode 100644 index 000000000..4f92c33a4 --- /dev/null +++ b/apps/common/main/resources/img/doc-formats/docxf.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/apps/common/main/resources/img/doc-formats/oform.svg b/apps/common/main/resources/img/doc-formats/oform.svg new file mode 100644 index 000000000..9e2067a69 --- /dev/null +++ b/apps/common/main/resources/img/doc-formats/oform.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index 979a3aefb..950979fed 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -64,6 +64,9 @@ define([ {name: 'RTF', imgCls: 'rtf', type: Asc.c_oAscFileType.RTF} ],[ {name: 'DOCM', imgCls: 'docm', type: Asc.c_oAscFileType.DOCM}, + {name: 'DOCXF', imgCls: 'docxf', type: Asc.c_oAscFileType.DOCXF}, + {name: 'OFORM', imgCls: 'oform', type: Asc.c_oAscFileType.OFORM} + ],[ {name: 'HTML (Zipped)', imgCls: 'html', type: Asc.c_oAscFileType.HTML}, {name: 'FB2', imgCls: 'fb2', type: Asc.c_oAscFileType.FB2}, {name: 'EPUB', imgCls: 'epub', type: Asc.c_oAscFileType.EPUB} @@ -137,6 +140,9 @@ define([ {name: 'RTF', imgCls: 'rtf', type: Asc.c_oAscFileType.RTF, ext: '.rtf'} ],[ {name: 'DOCM', imgCls: 'docm', type: Asc.c_oAscFileType.DOCM, ext: '.docm'}, + {name: 'DOCXF', imgCls: 'docxf', type: Asc.c_oAscFileType.DOCXF, ext: '.docxf'}, + {name: 'OFORM', imgCls: 'oform', type: Asc.c_oAscFileType.OFORM, ext: '.oform'} + ],[ {name: 'HTML (Zipped)', imgCls: 'html', type: Asc.c_oAscFileType.HTML, ext: '.html'}, {name: 'FB2', imgCls: 'fb2', type: Asc.c_oAscFileType.FB2, ext: '.fb2'}, {name: 'EPUB', imgCls: 'epub', type: Asc.c_oAscFileType.EPUB, ext: '.epub'} diff --git a/apps/documenteditor/main/index.html b/apps/documenteditor/main/index.html index 4e42d513a..8d72d3a61 100644 --- a/apps/documenteditor/main/index.html +++ b/apps/documenteditor/main/index.html @@ -316,6 +316,8 @@ + + diff --git a/apps/documenteditor/main/index.html.deploy b/apps/documenteditor/main/index.html.deploy index 7b6f06933..a3ec6e07f 100644 --- a/apps/documenteditor/main/index.html.deploy +++ b/apps/documenteditor/main/index.html.deploy @@ -310,6 +310,8 @@ + + diff --git a/apps/documenteditor/main/index_loader.html b/apps/documenteditor/main/index_loader.html index 1c9047bde..dd264349c 100644 --- a/apps/documenteditor/main/index_loader.html +++ b/apps/documenteditor/main/index_loader.html @@ -283,6 +283,8 @@ + + diff --git a/apps/documenteditor/main/index_loader.html.deploy b/apps/documenteditor/main/index_loader.html.deploy index 1a25ff3f2..3f60b2346 100644 --- a/apps/documenteditor/main/index_loader.html.deploy +++ b/apps/documenteditor/main/index_loader.html.deploy @@ -328,6 +328,8 @@ + + From bb417b06780197a44ee10d1ebbd9f01f5be2ae04 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 8 Oct 2021 20:14:28 +0300 Subject: [PATCH 02/64] [DE] Download as oform and docxf --- apps/documenteditor/main/app/controller/Main.js | 4 +++- apps/documenteditor/main/app/controller/Toolbar.js | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 6d5d14ed4..8f133fca1 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -545,7 +545,9 @@ define([ Asc.c_oAscFileType.OTT, Asc.c_oAscFileType.FB2, Asc.c_oAscFileType.EPUB, - Asc.c_oAscFileType.DOCM + Asc.c_oAscFileType.DOCM, + Asc.c_oAscFileType.DOCXF, + Asc.c_oAscFileType.OFORM ]; if ( !_format || _supported.indexOf(_format) < 0 ) diff --git a/apps/documenteditor/main/app/controller/Toolbar.js b/apps/documenteditor/main/app/controller/Toolbar.js index a2be82ea9..24081a9c6 100644 --- a/apps/documenteditor/main/app/controller/Toolbar.js +++ b/apps/documenteditor/main/app/controller/Toolbar.js @@ -159,7 +159,9 @@ define([ Asc.c_oAscFileType.OTT, Asc.c_oAscFileType.FB2, Asc.c_oAscFileType.EPUB, - Asc.c_oAscFileType.DOCM + Asc.c_oAscFileType.DOCM, + Asc.c_oAscFileType.DOCXF, + Asc.c_oAscFileType.OFORM ]; if ( !_format || _supported.indexOf(_format) < 0 ) From 64e02d14d8c80471da91b62c424b99bd17c1437f Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 8 Oct 2021 20:17:11 +0300 Subject: [PATCH 03/64] [DE] Show forms tab for docxf format --- apps/documenteditor/main/app/controller/Main.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 8f133fca1..6bf5a7146 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -402,7 +402,7 @@ define([ this.appOptions.compatibleFeatures = (typeof (this.appOptions.customization) == 'object') && !!this.appOptions.customization.compatibleFeatures; this.appOptions.canFeatureComparison = !!this.api.asc_isSupportFeature("comparison"); this.appOptions.canFeatureContentControl = !!this.api.asc_isSupportFeature("content-controls"); - this.appOptions.canFeatureForms = true; + this.appOptions.mentionShare = !((typeof (this.appOptions.customization) == 'object') && (this.appOptions.customization.mentionShare==false)); this.appOptions.user.guest && this.appOptions.canRenameAnonymous && Common.NotificationCenter.on('user:rename', _.bind(this.showRenameUserDialog, this)); @@ -479,6 +479,9 @@ define([ $('#editor-container').find('.doc-placeholder').css('margin-top', 19); } + var type = data.doc ? /^(?:(docxf))$/.exec(data.doc.fileType) : false; + this.appOptions.canFeatureForms = !!(type && typeof type[1] === 'string'); + this.api.asc_registerCallback('asc_onGetEditorPermissions', _.bind(this.onEditorPermissions, this)); this.api.asc_registerCallback('asc_onLicenseChanged', _.bind(this.onLicenseChanged, this)); this.api.asc_registerCallback('asc_onRunAutostartMacroses', _.bind(this.onRunAutostartMacroses, this)); From 30fd37cd24faec67d4f7f70632bdbcf37fa5bd24 Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Thu, 14 Oct 2021 12:53:14 +0300 Subject: [PATCH 04/64] [DE PE SSE] Fix Bug 53128 --- apps/common/mobile/resources/less/common-material.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/common/mobile/resources/less/common-material.less b/apps/common/mobile/resources/less/common-material.less index 11df30aaa..8631b30e9 100644 --- a/apps/common/mobile/resources/less/common-material.less +++ b/apps/common/mobile/resources/less/common-material.less @@ -427,9 +427,11 @@ .searchbar .input-clear-button { width: 18px; height: 18px; + margin-top: -8px; &:after { color: @white; font-size: 19px; + line-height: 19px; } } From a7a924ce28b882496ebc5fb62ea19a98222c9b24 Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Thu, 14 Oct 2021 16:44:53 +0300 Subject: [PATCH 05/64] [SSE] Fix Bug 53149 --- apps/spreadsheeteditor/mobile/locale/en.json | 1 + .../mobile/src/controller/ContextMenu.jsx | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json index 14ca5cb96..0b89dd7a6 100644 --- a/apps/spreadsheeteditor/mobile/locale/en.json +++ b/apps/spreadsheeteditor/mobile/locale/en.json @@ -41,6 +41,7 @@ }, "ContextMenu": { "errorCopyCutPaste": "Copy, cut, and paste actions using the context menu will be performed within the current file only.", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it.", "menuAddComment": "Add Comment", "menuAddLink": "Add Link", "menuCancel": "Cancel", diff --git a/apps/spreadsheeteditor/mobile/src/controller/ContextMenu.jsx b/apps/spreadsheeteditor/mobile/src/controller/ContextMenu.jsx index 47212dde2..f2a3377d6 100644 --- a/apps/spreadsheeteditor/mobile/src/controller/ContextMenu.jsx +++ b/apps/spreadsheeteditor/mobile/src/controller/ContextMenu.jsx @@ -26,6 +26,7 @@ class ContextMenu extends ContextMenuController { this.onApiShowComment = this.onApiShowComment.bind(this); this.onApiHideComment = this.onApiHideComment.bind(this); this.getUserName = this.getUserName.bind(this); + this.onApiHyperlinkClick = this.onApiHyperlinkClick.bind(this); } static closeContextMenu() { @@ -43,6 +44,7 @@ class ContextMenu extends ContextMenuController { const api = Common.EditorApi.get(); api.asc_unregisterCallback('asc_onShowComment', this.onApiShowComment); api.asc_unregisterCallback('asc_onHideComment', this.onApiHideComment); + api.asc_unregisterCallback('asc_onHyperlinkClick', this.onApiHyperlinkClick); } @@ -58,6 +60,20 @@ class ContextMenu extends ContextMenuController { // super.onMenuClosed(); // } + onApiHyperlinkClick(url) { + const { t } = this.props; + + if(!url) { + f7.dialog.create({ + title: t('ContextMenu.notcriticalErrorTitle'), + text: t('ContextMenu.errorInvalidLink'), + buttons:[ + {text: 'OK'} + ] + }).open(); + } + } + onMenuItemClick(action) { const { t } = this.props; const _t = t("ContextMenu", { returnObjects: true }); @@ -175,6 +191,7 @@ class ContextMenu extends ContextMenuController { const api = Common.EditorApi.get(); api.asc_registerCallback('asc_onShowComment', this.onApiShowComment); api.asc_registerCallback('asc_onHideComment', this.onApiHideComment); + api.asc_registerCallback('asc_onHyperlinkClick', this.onApiHyperlinkClick); } initMenuItems() { From 535c20743dc9b56c262f0bf6accc5c7be58419ee Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Thu, 14 Oct 2021 17:51:22 +0300 Subject: [PATCH 06/64] [SSE] Fix Bug 53158 --- apps/spreadsheeteditor/mobile/src/view/edit/EditLink.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/mobile/src/view/edit/EditLink.jsx b/apps/spreadsheeteditor/mobile/src/view/edit/EditLink.jsx index b5923fa3c..a0e1e35d0 100644 --- a/apps/spreadsheeteditor/mobile/src/view/edit/EditLink.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/edit/EditLink.jsx @@ -138,7 +138,7 @@ const EditLink = props => { placeholder={_t.textRequired} value={range} onChange={(event) => {setRange(event.target.value)}} - className={isIos ? 'list-input-right' : ''} + className={[isIos ? 'list-input-right' : '', linkSheet === '' && 'disabled'].join(' ')} /> } Date: Mon, 18 Oct 2021 18:27:44 +0300 Subject: [PATCH 07/64] [SSE] Correct RangeLink --- apps/spreadsheeteditor/mobile/src/view/edit/EditLink.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/mobile/src/view/edit/EditLink.jsx b/apps/spreadsheeteditor/mobile/src/view/edit/EditLink.jsx index a0e1e35d0..517c3a835 100644 --- a/apps/spreadsheeteditor/mobile/src/view/edit/EditLink.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/edit/EditLink.jsx @@ -107,7 +107,7 @@ const EditLink = props => { }; const valueRange = linkInfo.asc_getRange(); - const [range, setRange] = useState(valueRange || ''); + const [range, setRange] = useState(valueRange || 'A1'); return ( @@ -138,7 +138,7 @@ const EditLink = props => { placeholder={_t.textRequired} value={range} onChange={(event) => {setRange(event.target.value)}} - className={[isIos ? 'list-input-right' : '', linkSheet === '' && 'disabled'].join(' ')} + className={[isIos ? 'list-input-right' : '', curSheet === '' && 'disabled'].join(' ')} /> } Date: Tue, 19 Oct 2021 14:05:12 +0300 Subject: [PATCH 08/64] [SSE] Fix Bug 53074 --- apps/common/mobile/resources/less/common.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/common/mobile/resources/less/common.less b/apps/common/mobile/resources/less/common.less index fa988e672..67936d5db 100644 --- a/apps/common/mobile/resources/less/common.less +++ b/apps/common/mobile/resources/less/common.less @@ -908,6 +908,14 @@ input[type="number"]::-webkit-inner-spin-button { } } +#idx-celleditor.expanded { + .functions-list { + &__mobile { + top: 70px; + } + } +} + .popover__functions { box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.3); } From 15b48fe3fb44db90fe7561086cb5a8adf3f8c7b3 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Tue, 19 Oct 2021 20:16:14 +0400 Subject: [PATCH 09/64] [SSE mobile] Fix Bug 53220 --- .../mobile/src/controller/Main.jsx | 15 +++++++++------ apps/spreadsheeteditor/mobile/src/store/sheets.js | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/apps/spreadsheeteditor/mobile/src/controller/Main.jsx b/apps/spreadsheeteditor/mobile/src/controller/Main.jsx index 897561356..8f1ca6aee 100644 --- a/apps/spreadsheeteditor/mobile/src/controller/Main.jsx +++ b/apps/spreadsheeteditor/mobile/src/controller/Main.jsx @@ -410,15 +410,18 @@ class MainController extends Component { onChangeProtectSheet() { const storeWorksheets = this.props.storeWorksheets; let {wsLock, wsProps} = this.getWSProps(true); - - storeWorksheets.setWsLock(wsLock); - storeWorksheets.setWsProps(wsProps); + + if(wsProps) { + storeWorksheets.setWsLock(wsLock); + storeWorksheets.setWsProps(wsProps); + } } getWSProps(update) { const storeAppOptions = this.props.storeAppOptions; let wsProtection = {}; - if (!storeAppOptions.config || !storeAppOptions.isEdit && !storeAppOptions.isRestrictedEdit) return; + if (!storeAppOptions.config || !storeAppOptions.isEdit && !storeAppOptions.isRestrictedEdit) + return wsProtection; if (update) { let wsLock = !!this.api.asc_isProtectedSheet(); @@ -436,9 +439,9 @@ class MainController extends Component { } wsProtection = {wsLock, wsProps}; + + return wsProtection; } - - return wsProtection; } _onLongActionEnd(type, id) { diff --git a/apps/spreadsheeteditor/mobile/src/store/sheets.js b/apps/spreadsheeteditor/mobile/src/store/sheets.js index 7447b6872..e11964002 100644 --- a/apps/spreadsheeteditor/mobile/src/store/sheets.js +++ b/apps/spreadsheeteditor/mobile/src/store/sheets.js @@ -101,7 +101,7 @@ export class storeWorksheets { this.isProtectedWorkbook = value; } - wsProps = {}; + wsProps; setWsProps(value) { this.wsProps = value; } From adef902106abdb80bfde8197fe52a109da4e5753 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 19 Oct 2021 20:15:07 +0300 Subject: [PATCH 10/64] Fix Bug 53235 --- apps/common/main/lib/view/About.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/common/main/lib/view/About.js b/apps/common/main/lib/view/About.js index 4a464abf2..e588215ae 100644 --- a/apps/common/main/lib/view/About.js +++ b/apps/common/main/lib/view/About.js @@ -55,6 +55,10 @@ define([ this.txtVersionNum = '{{PRODUCT_VERSION}}'; + !(/\s$/.test(this.txtAddress)) && (this.txtAddress += " "); + !(/\s$/.test(this.txtMail)) && (this.txtMail += " "); + !(/\s$/.test(this.txtTel)) && (this.txtTel += " "); + this.template = _.template([ '', '', From c435ab32909487754b232c92f00209bbf3a72977 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Tue, 19 Oct 2021 23:51:59 +0300 Subject: [PATCH 11/64] [all] debug for app customization config --- apps/common/mobile/lib/view/Search.jsx | 48 ++++++++++++-------------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/apps/common/mobile/lib/view/Search.jsx b/apps/common/mobile/lib/view/Search.jsx index 5b54457da..1a9932d06 100644 --- a/apps/common/mobile/lib/view/Search.jsx +++ b/apps/common/mobile/lib/view/Search.jsx @@ -85,43 +85,41 @@ class SearchView extends Component { constructor(props) { super(props); - const $$ = Dom7; - this.state = { searchQuery: '', replaceQuery: '' }; - $$(document).on('page:init', (e, page) => { - if(!this.searchbar) { - this.searchbar = f7.searchbar.create({ - el: '.searchbar', - customSearch: true, - expandable: true, - backdrop: false, - on: { - search: (bar, curval, prevval) => { - }, - enable: this.onSearchbarShow.bind(this, true), - disable: this.onSearchbarShow.bind(this, false) - } - }); - - const $editor = $$('#editor_sdk'); - - $editor.on('pointerdown', this.onEditorTouchStart.bind(this)); - $editor.on('pointerup', this.onEditorTouchEnd.bind(this)); - } - }); - this.onSettingsClick = this.onSettingsClick.bind(this); this.onSearchClick = this.onSearchClick.bind(this); this.onReplaceClick = this.onReplaceClick.bind(this); } componentDidMount(){ - const $$ = Dom7; this.$replace = $$('#idx-replace-val'); + + const $editor = $$('#editor_sdk'); + $editor.on('pointerdown', this.onEditorTouchStart.bind(this)); + $editor.on('pointerup', this.onEditorTouchEnd.bind(this)); + + if( !this.searchbar ) { + this.searchbar = f7.searchbar.get('.searchbar'); + } + + if( !this.searchbar ) { + this.searchbar = f7.searchbar.create({ + el: '.searchbar', + customSearch: true, + expandable: true, + backdrop: false, + on: { + search: (bar, curval, prevval) => { + }, + enable: this.onSearchbarShow.bind(this, true), + disable: this.onSearchbarShow.bind(this, false) + } + }); + } } componentWillUnmount() { From b9612267af77292378b4ccdabf178ce93772ccb9 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 20 Oct 2021 12:10:24 +0300 Subject: [PATCH 12/64] [DE] Fix highlight color for forms --- apps/documenteditor/main/app/view/FormsTab.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/documenteditor/main/app/view/FormsTab.js b/apps/documenteditor/main/app/view/FormsTab.js index b43f30aba..15a6776f6 100644 --- a/apps/documenteditor/main/app/view/FormsTab.js +++ b/apps/documenteditor/main/app/view/FormsTab.js @@ -327,6 +327,7 @@ define([ if (config.canEditContentControl) { me.btnHighlight.setMenu(); me.mnuFormsColorPicker = me.btnHighlight.getPicker(); + me.btnHighlight.currentColor && me.mnuFormsColorPicker.selectByRGB(me.btnHighlight.currentColor, true); me.mnuNoFormsColor.setChecked(me.btnHighlight.currentColor === null); me.btnHighlight.setColor(me.btnHighlight.currentColor || 'transparent'); } else { From 3f99cb48e2459cd11cee8be8913b4bd58c0da903 Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Wed, 20 Oct 2021 16:21:52 +0300 Subject: [PATCH 13/64] [SSE] Fix Bug 53055 --- .../mobile/src/view/edit/EditSlide.jsx | 31 ++++++++----------- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/apps/presentationeditor/mobile/src/view/edit/EditSlide.jsx b/apps/presentationeditor/mobile/src/view/edit/EditSlide.jsx index 549bf0032..6d5b2d8ba 100644 --- a/apps/presentationeditor/mobile/src/view/edit/EditSlide.jsx +++ b/apps/presentationeditor/mobile/src/view/edit/EditSlide.jsx @@ -1,4 +1,4 @@ -import React, {Fragment, useState} from 'react'; +import React, {Fragment, useEffect, useState} from 'react'; import {observer, inject} from "mobx-react"; import {f7, Page, Navbar, List, ListItem, Row, BlockTitle, Link, Toggle, Icon, View, NavRight, ListItemCell, Range, Button, Segmented, ListButton} from 'framework7-react'; import { ThemeColorPalette, CustomColorPicker } from '../../../../../common/mobile/lib/component/ThemeColorPalette.jsx'; @@ -208,21 +208,25 @@ const PageTransition = props => { const storeFocusObjects = props.storeFocusObjects; const transitionObj = storeFocusObjects.slideObject.get_transition(); - const [_effect, setEffect] = useState(transitionObj.get_TransitionType()); - const valueEffectTypes = fillEffectTypes(_effect); - const [type, setType] = useState(valueEffectTypes); - let _effectDelay = transitionObj.get_SlideAdvanceDuration(); const [stateRange, changeRange] = useState((_effectDelay !== null && _effectDelay !== undefined) ? parseInt(_effectDelay / 1000.) : 0); const isDelay = transitionObj.get_SlideAdvanceAfter(); const isStartOnClick = transitionObj.get_SlideAdvanceOnMouseClick(); + + const _effect = transitionObj.get_TransitionType(); const nameEffect = getEffectName(_effect); + if(_effect != Asc.c_oAscSlideTransitionTypes.None) fillEffectTypes(_effect); const _effectType = transitionObj.get_TransitionOption(); const nameEffectType = getEffectTypeName(_effectType); + const _effectDuration = transitionObj.get_TransitionDuration(); + useEffect(() => { + changeRange((_effectDelay !== null && _effectDelay !== undefined) ? parseInt(_effectDelay / 1000.) : 0); + }, [_effectDelay]) + return ( @@ -240,8 +244,6 @@ const PageTransition = props => { onEffectClick: props.onEffectClick, fillEffectTypes, _effect, - setEffect, - setType }}> { _arrCurrentEffectTypes, onEffectTypeClick: props.onEffectTypeClick, _effect, - type, - setType + _effectType, }}> @@ -312,8 +313,7 @@ const PageTransition = props => { const PageEffect = props => { const { t } = useTranslation(); const _t = t("View.Edit", { returnObjects: true }); - const _effect = props._effect; - const [currentEffect, setEffect] = useState(_effect); + const [currentEffect, setEffect] = useState(props._effect); const _arrEffect = props._arrEffect; return ( @@ -334,9 +334,7 @@ const PageEffect = props => { { setEffect(elem.value); - props.setEffect(elem.value); let valueEffectTypes = props.fillEffectTypes(elem.value); - props.setType(valueEffectTypes); props.onEffectClick(elem.value, valueEffectTypes); }}> ) @@ -351,9 +349,7 @@ const PageType= props => { const { t } = useTranslation(); const _t = t("View.Edit", { returnObjects: true }); const _arrCurrentEffectTypes = props._arrCurrentEffectTypes; - const _effect = props._effect; - const type = props.type; - const [currentType, setType] = useState(type); + const [currentType, setType] = useState(props._effectType); return ( @@ -373,8 +369,7 @@ const PageType= props => { { setType(elem.value); - props.setType(elem.value); - props.onEffectTypeClick(elem.value, _effect); + props.onEffectTypeClick(elem.value, props._effect); }}> ) From 13492a66eb865865e96fef0c99720040fc264e0d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 20 Oct 2021 16:26:55 +0300 Subject: [PATCH 14/64] [DE] Save form using onRequestSaveAs event or saveAsUrl parameter --- .../main/app/controller/FormsTab.js | 39 ++++++++++++++++++- apps/documenteditor/main/app/view/FormsTab.js | 3 +- apps/documenteditor/main/locale/en.json | 1 + 3 files changed, 41 insertions(+), 2 deletions(-) diff --git a/apps/documenteditor/main/app/controller/FormsTab.js b/apps/documenteditor/main/app/controller/FormsTab.js index ffda935a8..61fddb753 100644 --- a/apps/documenteditor/main/app/controller/FormsTab.js +++ b/apps/documenteditor/main/app/controller/FormsTab.js @@ -73,6 +73,7 @@ define([ this.api.asc_registerCallback('asc_onStartAction', _.bind(this.onLongActionBegin, this)); this.api.asc_registerCallback('asc_onEndAction', _.bind(this.onLongActionEnd, this)); this.api.asc_registerCallback('asc_onError', _.bind(this.onError, this)); + this.api.asc_registerCallback('asc_onDownloadUrl', _.bind(this.onDownloadUrl, this)); // this.api.asc_registerCallback('asc_onShowContentControlsActions',_.bind(this.onShowContentControlsActions, this)); // this.api.asc_registerCallback('asc_onHideContentControlsActions',_.bind(this.onHideContentControlsActions, this)); @@ -247,7 +248,43 @@ define([ }, onSaveFormClick: function() { - this.api.asc_DownloadAs(new Asc.asc_CDownloadOptions(Asc.c_oAscFileType.OFORM)); + this.isFromFormSaveAs = this.appConfig.canRequestSaveAs || !!this.appConfig.saveAsUrl; + this.api.asc_DownloadAs(new Asc.asc_CDownloadOptions(Asc.c_oAscFileType.OFORM, this.isFromFormSaveAs)); + }, + + onDownloadUrl: function(url, fileType) { + if (this.isFromFormSaveAs) { + var me = this, + defFileName = this.getApplication().getController('Viewport').getView('Common.Views.Header').getDocumentCaption(); + !defFileName && (defFileName = me.view.txtUntitled); + + var idx = defFileName.lastIndexOf('.'); + if (idx>0) + defFileName = defFileName.substring(0, idx) + '.oform'; + + if (me.appConfig.canRequestSaveAs) { + Common.Gateway.requestSaveAs(url, defFileName, fileType); + } else { + me._saveCopyDlg = new Common.Views.SaveAsDlg({ + saveFolderUrl: me.appConfig.saveAsUrl, + saveFileUrl: url, + defFileName: defFileName + }); + me._saveCopyDlg.on('saveaserror', function(obj, err){ + Common.UI.warning({ + closable: false, + msg: err, + callback: function(btn){ + Common.NotificationCenter.trigger('edit:complete', me); + } + }); + }).on('close', function(obj){ + me._saveCopyDlg = undefined; + }); + me._saveCopyDlg.show(); + } + } + this.isFromFormSaveAs = false; }, disableEditing: function(disable) { diff --git a/apps/documenteditor/main/app/view/FormsTab.js b/apps/documenteditor/main/app/view/FormsTab.js index 15a6776f6..33a6ce3d6 100644 --- a/apps/documenteditor/main/app/view/FormsTab.js +++ b/apps/documenteditor/main/app/view/FormsTab.js @@ -430,7 +430,8 @@ define([ textSubmited: 'Form submitted successfully', textRequired: 'Fill all required fields to send form.', capBtnSaveForm: 'Save as a Form', - tipSaveForm: 'Save a file as a fillable OFORM document' + tipSaveForm: 'Save a file as a fillable OFORM document', + txtUntitled: 'Untitled' } }()), DE.Views.FormsTab || {})); }); \ No newline at end of file diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index fff7a32a4..7e9248164 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -1824,6 +1824,7 @@ "DE.Views.FormsTab.tipSubmit": "Submit form", "DE.Views.FormsTab.tipTextField": "Insert text field", "DE.Views.FormsTab.tipViewForm": "View form", + "DE.Views.FormsTab.txtUntitled": "Untitled", "DE.Views.HeaderFooterSettings.textBottomCenter": "Bottom center", "DE.Views.HeaderFooterSettings.textBottomLeft": "Bottom left", "DE.Views.HeaderFooterSettings.textBottomPage": "Bottom of Page", From 58968edc9a7130bff2c11cc5cf3836d5e67fdbac Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 20 Oct 2021 18:44:51 +0400 Subject: [PATCH 15/64] [PE mobile] Fix Bug 53023 --- apps/presentationeditor/mobile/src/view/edit/EditSlide.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/presentationeditor/mobile/src/view/edit/EditSlide.jsx b/apps/presentationeditor/mobile/src/view/edit/EditSlide.jsx index a07a9c4bc..542cff438 100644 --- a/apps/presentationeditor/mobile/src/view/edit/EditSlide.jsx +++ b/apps/presentationeditor/mobile/src/view/edit/EditSlide.jsx @@ -393,7 +393,7 @@ const PageFillColor = props => { const storePalette = props.storePalette; const storeSlideSettings = props.storeSlideSettings; const customColors = storePalette.customColors; - const fillColor = storeSlideSettings.fillColor ? storeSlideSettings.fillColor : storeSlideSettings.getFillColor(slideObject); + const fillColor = storeSlideSettings.getFillColor(slideObject); const changeColor = (color, effectId, effectValue) => { if (color !== 'empty') { From eec4f09a7067ce312b8e4e59e354cf920e69463e Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 20 Oct 2021 18:36:44 +0300 Subject: [PATCH 16/64] [DE] Fill forms only in oform format --- apps/api/documents/api.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/api/documents/api.js b/apps/api/documents/api.js index 8816131b3..43cc786f3 100644 --- a/apps/api/documents/api.js +++ b/apps/api/documents/api.js @@ -884,10 +884,11 @@ ? "mobile" : config.document.permissions && (config.document.permissions.fillForms === true) && (config.editorConfig.mode !== 'view') ? "forms" : "embed"; } else { + if (app==='documenteditor' && config.document && config.document.permissions && (config.document.permissions.edit === false) && (config.document.permissions.review !== true)) { + config.document.permissions.fillForms = false; + } path_type = (config.type === "mobile" || isSafari_mobile) - ? "mobile" : ((app==='documenteditor') && config.document && config.document.permissions && (config.document.permissions.fillForms===true) && - (config.document.permissions.edit === false) && (config.document.permissions.review !== true) && (config.editorConfig.mode !== 'view')) - ? "forms" : (config.type === "embedded") + ? "mobile" : (config.type === "embedded") ? "embed" : "main"; } From fc04ff918acfeba1ede04e02c616afd9a036c202 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 20 Oct 2021 18:42:55 +0300 Subject: [PATCH 17/64] Change icon for docxf --- .../main/resources/img/doc-formats/docxf.svg | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/apps/common/main/resources/img/doc-formats/docxf.svg b/apps/common/main/resources/img/doc-formats/docxf.svg index 4f92c33a4..e14823dae 100644 --- a/apps/common/main/resources/img/doc-formats/docxf.svg +++ b/apps/common/main/resources/img/doc-formats/docxf.svg @@ -1,8 +1,16 @@ - - - - - - - + + + + + + + + + + + + + + + From 6044b95c2fd66768259af72c9de223c35a0a3a57 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 20 Oct 2021 21:24:08 +0400 Subject: [PATCH 18/64] [SSE mobile] Add protection in comments --- .../lib/controller/collaboration/Comments.jsx | 28 +++++++++-- .../lib/view/collaboration/Collaboration.jsx | 4 +- .../lib/view/collaboration/Comments.jsx | 46 +++++++++++++++++-- .../mobile/src/controller/Main.jsx | 6 ++- 4 files changed, 72 insertions(+), 12 deletions(-) diff --git a/apps/common/mobile/lib/controller/collaboration/Comments.jsx b/apps/common/mobile/lib/controller/collaboration/Comments.jsx index 95904000f..0ac2326ca 100644 --- a/apps/common/mobile/lib/controller/collaboration/Comments.jsx +++ b/apps/common/mobile/lib/controller/collaboration/Comments.jsx @@ -5,7 +5,7 @@ import {Device} from '../../../../../common/mobile/utils/device'; import { withTranslation} from 'react-i18next'; import { LocalStorage } from '../../../utils/LocalStorage'; -import {AddComment, EditComment, AddReply, EditReply, ViewComments, ViewCurrentComments} from '../../view/collaboration/Comments'; +import {AddComment, EditComment, AddReply, EditReply, ViewComments, ViewCurrentComments, ViewAllComments} from '../../view/collaboration/Comments'; // utils const timeZoneOffsetInMs = (new Date()).getTimezoneOffset() * 60000; @@ -625,14 +625,36 @@ class ViewCommentsController extends Component { } } +class ViewCommentsSheetsController extends ViewCommentsController { + constructor(props) { + super(props); + } + + render() { + return ( + + {this.props.allComments && } + {this.state.isOpenViewCurComments && } + + ) + } +} + const _CommentsController = inject('storeAppOptions', 'storeComments', 'users', "storeApplicationSettings")(observer(CommentsController)); const _AddCommentController = inject('storeAppOptions', 'storeComments', 'users')(observer(AddCommentController)); const _EditCommentController = inject('storeComments', 'users')(observer(EditCommentController)); -const _ViewCommentsController = inject('storeComments', 'users', "storeApplicationSettings")(observer(withTranslation()(ViewCommentsController))); +const _ViewCommentsController = inject('storeComments', 'users', "storeApplicationSettings", "storeReview", "storeAppOptions")(observer(withTranslation()(ViewCommentsController))); +const _ViewCommentsSheetsController = inject('storeComments', 'users', "storeApplicationSettings", "storeWorksheets", "storeReview", "storeAppOptions")(observer(withTranslation()(ViewCommentsSheetsController))); export { _CommentsController as CommentsController, _AddCommentController as AddCommentController, _EditCommentController as EditCommentController, - _ViewCommentsController as ViewCommentsController + _ViewCommentsController as ViewCommentsController, + _ViewCommentsSheetsController as ViewCommentsSheetsController }; \ No newline at end of file diff --git a/apps/common/mobile/lib/view/collaboration/Collaboration.jsx b/apps/common/mobile/lib/view/collaboration/Collaboration.jsx index c6d51d586..f761d69aa 100644 --- a/apps/common/mobile/lib/view/collaboration/Collaboration.jsx +++ b/apps/common/mobile/lib/view/collaboration/Collaboration.jsx @@ -8,7 +8,7 @@ import {Device} from "../../../utils/device"; import {ReviewController, ReviewChangeController} from "../../controller/collaboration/Review"; import {PageDisplayMode} from "./Review"; -import {ViewCommentsController} from "../../controller/collaboration/Comments"; +import {ViewCommentsController, ViewCommentsSheetsController} from "../../controller/collaboration/Comments"; const PageUsers = inject("users")(observer(props => { const { t } = useTranslation(); @@ -76,7 +76,7 @@ const routes = [ }, { path: '/comments/', - component: ViewCommentsController, + component: ViewCommentsSheetsController, options: { props: { allComments: true diff --git a/apps/common/mobile/lib/view/collaboration/Comments.jsx b/apps/common/mobile/lib/view/collaboration/Comments.jsx index 5917ba4be..d67abd55e 100644 --- a/apps/common/mobile/lib/view/collaboration/Comments.jsx +++ b/apps/common/mobile/lib/view/collaboration/Comments.jsx @@ -628,7 +628,8 @@ const pickLink = (message) => { } // View comments -const ViewComments = ({storeComments, storeAppOptions, onCommentMenuClick, onResolveComment, showComment, storeReview}) => { +// ({storeComments, storeAppOptions, onCommentMenuClick, onResolveComment, showComment, storeReview, storeWorksheets}) +const ViewComments = inject("storeComments", "storeAppOptions", "storeReview")(observer(({storeComments, storeAppOptions, onCommentMenuClick, onResolveComment, showComment, storeReview, wsProps}) => { const { t } = useTranslation(); const _t = t('Common.Collaboration', {returnObjects: true}); const isAndroid = Device.android; @@ -736,9 +737,9 @@ const ViewComments = ({storeComments, storeAppOptions, onCommentMenuClick, onRes ) -}; +})); -const _ViewComments = inject('storeComments', 'storeAppOptions', "storeReview")(observer(ViewComments)); +// const _ViewComments = inject('storeComments', 'storeAppOptions', "storeReview")(observer(ViewComments)); const CommentList = inject("storeComments", "storeAppOptions", "storeReview")(observer(({storeComments, storeAppOptions, onCommentMenuClick, onResolveComment, storeReview}) => { @@ -925,6 +926,7 @@ const ViewCommentPopover = ({onCommentMenuClick, onResolveComment}) => { useEffect(() => { f7.popover.open('#view-comment-popover', '#btn-coauth'); }); + return ( @@ -932,6 +934,30 @@ const ViewCommentPopover = ({onCommentMenuClick, onResolveComment}) => { ) }; +const ViewCommentsPopover = ({wsProps, onCommentMenuClick, onResolveComment, showComment}) => { + useEffect(() => { + f7.popover.open('#view-comments-popover', '#btn-coauth'); + }); + + return ( + + + + ) +} + +const ViewCommentsSheet = ({wsProps, onCommentMenuClick, onResolveComment, showComment}) => { + useEffect(() => { + f7.sheet.open('#view-comments-sheet'); + }); + + return ( + + + + ) +} + const ViewCurrentComments = props => { return ( Device.phone ? @@ -940,11 +966,21 @@ const ViewCurrentComments = props => { ) }; +const ViewAllComments = props => { + return ( + Device.phone ? + : + + ) +} + export { AddComment, EditComment, AddReply, EditReply, - _ViewComments as ViewComments, - ViewCurrentComments + ViewComments, + // _ViewComments as ViewComments, + ViewCurrentComments, + ViewAllComments }; diff --git a/apps/spreadsheeteditor/mobile/src/controller/Main.jsx b/apps/spreadsheeteditor/mobile/src/controller/Main.jsx index 8f1ca6aee..5ad190818 100644 --- a/apps/spreadsheeteditor/mobile/src/controller/Main.jsx +++ b/apps/spreadsheeteditor/mobile/src/controller/Main.jsx @@ -10,7 +10,8 @@ import { AddCommentController, CommentsController, EditCommentController, - ViewCommentsController + ViewCommentsController, + ViewCommentsSheetsController } from "../../../../common/mobile/lib/controller/collaboration/Comments"; import {LocalStorage} from "../../../../common/mobile/utils/LocalStorage"; import LongActionsController from "./LongActions"; @@ -887,7 +888,8 @@ class MainController extends Component { - + + {/* */} From 58a6d1da3a5de8be084313f684ce39581ac342a3 Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Thu, 21 Oct 2021 11:33:56 +0300 Subject: [PATCH 19/64] [DE PE SSE] Fix Bug 51892 --- apps/common/mobile/resources/less/common-material.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/mobile/resources/less/common-material.less b/apps/common/mobile/resources/less/common-material.less index 8631b30e9..5be411735 100644 --- a/apps/common/mobile/resources/less/common-material.less +++ b/apps/common/mobile/resources/less/common-material.less @@ -74,7 +74,7 @@ margin-top: 8px; } .add-image, .inputs-list { - ul:after, :before{ + ul:after { display: none; } } From 09dd592204e7c93685880a4159c94dd96e8bdd2b Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Thu, 21 Oct 2021 14:36:12 +0300 Subject: [PATCH 20/64] [DE PE SSE] Fix Bug 53225 --- .../mobile/src/view/edit/EditHeader.jsx | 8 ++++---- .../mobile/src/view/edit/EditImage.jsx | 4 ++-- .../mobile/src/view/edit/EditParagraph.jsx | 10 +++++----- .../mobile/src/view/edit/EditShape.jsx | 4 ++-- .../mobile/src/view/edit/EditTable.jsx | 18 +++++++++--------- .../src/view/settings/ApplicationSettings.jsx | 10 +++++----- .../mobile/src/view/settings/Settings.jsx | 2 +- .../mobile/src/view/edit/EditSlide.jsx | 4 ++-- .../mobile/src/view/edit/EditTable.jsx | 12 ++++++------ .../src/view/settings/ApplicationSettings.jsx | 2 +- .../mobile/src/view/edit/EditCell.jsx | 2 +- .../mobile/src/view/edit/EditChart.jsx | 4 ++-- .../src/view/settings/ApplicationSettings.jsx | 6 +++--- .../src/view/settings/SpreadsheetSettings.jsx | 4 ++-- 14 files changed, 45 insertions(+), 45 deletions(-) diff --git a/apps/documenteditor/mobile/src/view/edit/EditHeader.jsx b/apps/documenteditor/mobile/src/view/edit/EditHeader.jsx index a2b61ffaf..63769fb49 100644 --- a/apps/documenteditor/mobile/src/view/edit/EditHeader.jsx +++ b/apps/documenteditor/mobile/src/view/edit/EditHeader.jsx @@ -22,19 +22,19 @@ const EditHeader = props => { - {props.onDiffFirst(!isDiffFirst)}}/> + {props.onDiffFirst(!isDiffFirst)}}/> - {props.onDiffOdd(!isDiffOdd)}}/> + {props.onDiffOdd(!isDiffOdd)}}/> - {props.onSameAs(!boolLinkToPrev)}}/> + {props.onSameAs(!boolLinkToPrev)}}/> {_t.textPageNumbering} - {props.onNumberingContinue(!(startPageNumber<0), _startAt)}}/> + {props.onNumberingContinue(!(startPageNumber<0), _startAt)}}/> {!isAndroid &&
{_startAt}
} diff --git a/apps/documenteditor/mobile/src/view/edit/EditImage.jsx b/apps/documenteditor/mobile/src/view/edit/EditImage.jsx index 476af0fe7..1aefaa88d 100644 --- a/apps/documenteditor/mobile/src/view/edit/EditImage.jsx +++ b/apps/documenteditor/mobile/src/view/edit/EditImage.jsx @@ -91,10 +91,10 @@ const PageWrap = props => { } - {props.onMoveText(!moveText)}}/> + {props.onMoveText(!moveText)}}/> - {props.onOverlap(!overlap)}}/> + {props.onOverlap(!overlap)}}/> { diff --git a/apps/documenteditor/mobile/src/view/edit/EditParagraph.jsx b/apps/documenteditor/mobile/src/view/edit/EditParagraph.jsx index 9331f1c00..8292b4e13 100644 --- a/apps/documenteditor/mobile/src/view/edit/EditParagraph.jsx +++ b/apps/documenteditor/mobile/src/view/edit/EditParagraph.jsx @@ -94,21 +94,21 @@ const PageAdvancedSettings = props => {
- {props.onSpaceBetween(!spaceBetween)}}/> + {props.onSpaceBetween(!spaceBetween)}}/> - {props.onBreakBefore(!breakBefore)}}/> + {props.onBreakBefore(!breakBefore)}}/> - {props.onOrphan(!orphanControl)}}/> + {props.onOrphan(!orphanControl)}}/> - {props.onKeepTogether(!keepTogether)}}/> + {props.onKeepTogether(!keepTogether)}}/> - {props.onKeepNext(!keepWithNext)}}/> + {props.onKeepNext(!keepWithNext)}}/>
diff --git a/apps/documenteditor/mobile/src/view/edit/EditShape.jsx b/apps/documenteditor/mobile/src/view/edit/EditShape.jsx index f15ee3cab..874dc135a 100644 --- a/apps/documenteditor/mobile/src/view/edit/EditShape.jsx +++ b/apps/documenteditor/mobile/src/view/edit/EditShape.jsx @@ -391,10 +391,10 @@ const PageWrap = props => { } - {props.onMoveText(!moveText)}}/> + {props.onMoveText(!moveText)}}/> - {props.onOverlap(!overlap)}}/> + {props.onOverlap(!overlap)}}/> { diff --git a/apps/documenteditor/mobile/src/view/edit/EditTable.jsx b/apps/documenteditor/mobile/src/view/edit/EditTable.jsx index d17639b5b..847145750 100644 --- a/apps/documenteditor/mobile/src/view/edit/EditTable.jsx +++ b/apps/documenteditor/mobile/src/view/edit/EditTable.jsx @@ -40,10 +40,10 @@ const PageTableOptions = props => { - {props.onOptionRepeat(!isRepeat)}}/> + {props.onOptionRepeat(!isRepeat)}}/> - {props.onOptionResize(!isResize)}}/> + {props.onOptionResize(!isResize)}}/> {_t.textCellMargins} @@ -115,7 +115,7 @@ const PageWrap = props => { - {props.onWrapMoveText(!moveText)}}/> + {props.onWrapMoveText(!moveText)}}/> { @@ -223,24 +223,24 @@ const PageStyleOptions = props => { - {props.onCheckTemplateChange(tableLook, 0, !isFirstRow)}}/> + {props.onCheckTemplateChange(tableLook, 0, !isFirstRow)}}/> - {props.onCheckTemplateChange(tableLook, 1, !isLastRow)}}/> + {props.onCheckTemplateChange(tableLook, 1, !isLastRow)}}/> - {props.onCheckTemplateChange(tableLook, 2, !isBandHor)}}/> + {props.onCheckTemplateChange(tableLook, 2, !isBandHor)}}/> - {props.onCheckTemplateChange(tableLook, 3, !isFirstCol)}}/> + {props.onCheckTemplateChange(tableLook, 3, !isFirstCol)}}/> - {props.onCheckTemplateChange(tableLook, 4, !isLastCol)}}/> + {props.onCheckTemplateChange(tableLook, 4, !isLastCol)}}/> - {props.onCheckTemplateChange(tableLook, 5, !isBandVer)}}/> + {props.onCheckTemplateChange(tableLook, 5, !isBandVer)}}/> diff --git a/apps/documenteditor/mobile/src/view/settings/ApplicationSettings.jsx b/apps/documenteditor/mobile/src/view/settings/ApplicationSettings.jsx index ca26d3f6c..23af47efd 100644 --- a/apps/documenteditor/mobile/src/view/settings/ApplicationSettings.jsx +++ b/apps/documenteditor/mobile/src/view/settings/ApplicationSettings.jsx @@ -42,7 +42,7 @@ const PageApplicationSettings = props => { { + onToggleChange={() => { store.changeSpellCheck(!isSpellChecking); props.switchSpellCheck(!isSpellChecking); }} @@ -52,7 +52,7 @@ const PageApplicationSettings = props => { {/*ToDo: if (DisplayMode == "final" || DisplayMode == "original") {disabled} */} { + onToggleChange={() => { store.changeNoCharacters(!isNonprintingCharacters); props.switchNoCharacters(!isNonprintingCharacters); }} @@ -60,7 +60,7 @@ const PageApplicationSettings = props => { {/*ToDo: if (DisplayMode == "final" || DisplayMode == "original") {disabled} */} { + onToggleChange={() => { store.changeShowTableEmptyLine(!isHiddenTableBorders); props.switchShowTableEmptyLine(!isHiddenTableBorders); }} @@ -73,7 +73,7 @@ const PageApplicationSettings = props => { { + onToggleChange={() => { store.changeDisplayComments(!isComments); props.switchDisplayComments(!isComments); }} @@ -81,7 +81,7 @@ const PageApplicationSettings = props => { { + onToggleChange={() => { store.changeDisplayResolved(!isResolvedComments); props.switchDisplayResolved(!isResolvedComments); }} diff --git a/apps/documenteditor/mobile/src/view/settings/Settings.jsx b/apps/documenteditor/mobile/src/view/settings/Settings.jsx index cc1d9be71..4a63c0283 100644 --- a/apps/documenteditor/mobile/src/view/settings/Settings.jsx +++ b/apps/documenteditor/mobile/src/view/settings/Settings.jsx @@ -132,7 +132,7 @@ const SettingsList = inject("storeAppOptions", "storeReview")(observer(props => {_canReader && {/*ToDo*/} - {props.onReaderMode()}}/> + {props.onReaderMode()}}/> } {Device.sailfish && _isEdit && diff --git a/apps/presentationeditor/mobile/src/view/edit/EditSlide.jsx b/apps/presentationeditor/mobile/src/view/edit/EditSlide.jsx index a07a9c4bc..eca29b78d 100644 --- a/apps/presentationeditor/mobile/src/view/edit/EditSlide.jsx +++ b/apps/presentationeditor/mobile/src/view/edit/EditSlide.jsx @@ -281,11 +281,11 @@ const PageTransition = props => { {_t.textStartOnClick} - {props.onStartClick(!isStartOnClick)}} /> + {props.onStartClick(!isStartOnClick)}} /> {_t.textDelay} - {props.onDelayCheck(!isDelay, _effectDelay)}} /> + {props.onDelayCheck(!isDelay, _effectDelay)}} />
diff --git a/apps/presentationeditor/mobile/src/view/edit/EditTable.jsx b/apps/presentationeditor/mobile/src/view/edit/EditTable.jsx index 789ba0a45..1a411228d 100644 --- a/apps/presentationeditor/mobile/src/view/edit/EditTable.jsx +++ b/apps/presentationeditor/mobile/src/view/edit/EditTable.jsx @@ -64,24 +64,24 @@ const PageStyleOptions = props => { - {props.onCheckTemplateChange(tableLook, 0, !isFirstRow)}}/> + {props.onCheckTemplateChange(tableLook, 0, !isFirstRow)}}/> - {props.onCheckTemplateChange(tableLook, 1, !isLastRow)}}/> + {props.onCheckTemplateChange(tableLook, 1, !isLastRow)}}/> - {props.onCheckTemplateChange(tableLook, 2, !isBandHor)}}/> + {props.onCheckTemplateChange(tableLook, 2, !isBandHor)}}/> - {props.onCheckTemplateChange(tableLook, 3, !isFirstCol)}}/> + {props.onCheckTemplateChange(tableLook, 3, !isFirstCol)}}/> - {props.onCheckTemplateChange(tableLook, 4, !isLastCol)}}/> + {props.onCheckTemplateChange(tableLook, 4, !isLastCol)}}/> - {props.onCheckTemplateChange(tableLook, 5, !isBandVer)}}/> + {props.onCheckTemplateChange(tableLook, 5, !isBandVer)}}/> diff --git a/apps/presentationeditor/mobile/src/view/settings/ApplicationSettings.jsx b/apps/presentationeditor/mobile/src/view/settings/ApplicationSettings.jsx index 54a805d50..257b17063 100644 --- a/apps/presentationeditor/mobile/src/view/settings/ApplicationSettings.jsx +++ b/apps/presentationeditor/mobile/src/view/settings/ApplicationSettings.jsx @@ -38,7 +38,7 @@ const PageApplicationSettings = props => { {_t.textSpellcheck} { + onToggleChange={() => { store.changeSpellCheck(!isSpellChecking); props.switchSpellCheck(!isSpellChecking); }} diff --git a/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx b/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx index 8d771987c..34d17750f 100644 --- a/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx @@ -486,7 +486,7 @@ const PageTextFormatCell = props => { {!isAndroid ? : null} - {props.onWrapTextChange(!isWrapText)}} /> + {props.onWrapTextChange(!isWrapText)}} /> diff --git a/apps/spreadsheeteditor/mobile/src/view/edit/EditChart.jsx b/apps/spreadsheeteditor/mobile/src/view/edit/EditChart.jsx index cb377eec2..bc733e3c1 100644 --- a/apps/spreadsheeteditor/mobile/src/view/edit/EditChart.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/edit/EditChart.jsx @@ -862,7 +862,7 @@ const PageVerticalAxis = props => {
{ + onToggleChange={() => { toggleValuesReverseOrder(!valuesReverseOrder); props.onVerAxisReverse(!valuesReverseOrder); }} /> @@ -1170,7 +1170,7 @@ const PageHorizontalAxis = props => {
{ + onToggleChange={() => { toggleValuesReverseOrder(!valuesReverseOrder); props.onHorAxisReverse(!valuesReverseOrder); }} /> diff --git a/apps/spreadsheeteditor/mobile/src/view/settings/ApplicationSettings.jsx b/apps/spreadsheeteditor/mobile/src/view/settings/ApplicationSettings.jsx index 1059f894f..207607719 100644 --- a/apps/spreadsheeteditor/mobile/src/view/settings/ApplicationSettings.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/settings/ApplicationSettings.jsx @@ -66,7 +66,7 @@ const PageApplicationSettings = props => { {_t.textComments} { + onToggleChange={() => { storeApplicationSettings.changeDisplayComments(!isComments); props.onChangeDisplayComments(!isComments); }} @@ -75,7 +75,7 @@ const PageApplicationSettings = props => { {_t.textResolvedComments} { + onToggleChange={() => { storeApplicationSettings.changeDisplayResolved(!isResolvedComments); props.onChangeDisplayResolved(!isResolvedComments); }} @@ -86,7 +86,7 @@ const PageApplicationSettings = props => { {_t.textR1C1Style} { + onToggleChange={() => { storeApplicationSettings.changeRefStyle(!isRefStyle); props.clickR1C1Style(!isRefStyle); }} diff --git a/apps/spreadsheeteditor/mobile/src/view/settings/SpreadsheetSettings.jsx b/apps/spreadsheeteditor/mobile/src/view/settings/SpreadsheetSettings.jsx index 7ce44af2a..2c7170a01 100644 --- a/apps/spreadsheeteditor/mobile/src/view/settings/SpreadsheetSettings.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/settings/SpreadsheetSettings.jsx @@ -241,14 +241,14 @@ const PageSpreadsheetSettings = props => { {_t.textHideHeadings} - { + { storeSpreadsheetSettings.changeHideHeadings(!isHideHeadings); props.clickCheckboxHideHeadings(!isHideHeadings) }} /> {_t.textHideGridlines} - { + { storeSpreadsheetSettings.changeHideGridlines(!isHideGridlines); props.clickCheckboxHideGridlines(!isHideGridlines) }} /> From d05770fe6b24612e8890c281d053d7362eefa056 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Thu, 21 Oct 2021 18:06:24 +0300 Subject: [PATCH 21/64] Fix bug --- .../main/app/controller/Transitions.js | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/apps/presentationeditor/main/app/controller/Transitions.js b/apps/presentationeditor/main/app/controller/Transitions.js index 09a8a81a2..ec3d2bee5 100644 --- a/apps/presentationeditor/main/app/controller/Transitions.js +++ b/apps/presentationeditor/main/app/controller/Transitions.js @@ -76,6 +76,8 @@ define([ } }); + this._noApply = false; + }, onLaunch: function () { @@ -122,12 +124,12 @@ define([ }, onParameterClick: function (item) { - this.EffectType = item.value; + this._state.EffectType = item.value; if (this.api && !this._noApply) { var props = new Asc.CAscSlideProps(); var transition = new Asc.CAscSlideTransition(); - transition.put_TransitionType(this.Effect); - transition.put_TransitionOption(this.EffectType); + transition.put_TransitionType(this._state.Effect); + transition.put_TransitionOption(this._state.EffectType); props.put_transition(transition); this.api.SetSlideProps(props); } @@ -181,22 +183,24 @@ define([ onEffectSelect: function (combo, record) { var type = record.get('value'); - if (this.Effect !== type && - !((this.Effect === Asc.c_oAscSlideTransitionTypes.Wipe || this.Effect === Asc.c_oAscSlideTransitionTypes.UnCover || this.Effect === Asc.c_oAscSlideTransitionTypes.Cover)&& + if (this._state.Effect !== type && + !((this._state.Effect === Asc.c_oAscSlideTransitionTypes.Wipe || this._state.Effect === Asc.c_oAscSlideTransitionTypes.UnCover || this._state.Effect === Asc.c_oAscSlideTransitionTypes.Cover)&& (type === Asc.c_oAscSlideTransitionTypes.Wipe || type === Asc.c_oAscSlideTransitionTypes.UnCover || type === Asc.c_oAscSlideTransitionTypes.Cover))) { var parameter = this.view.setMenuParameters(type); if (parameter) this.onParameterClick(parameter); } - this.Effect = type; + this._state.Effect = type; if (this.api && !this._noApply) { var props = new Asc.CAscSlideProps(); var transition = new Asc.CAscSlideTransition(); transition.put_TransitionType(type); - transition.put_TransitionOption(this.EffectType); + transition.put_TransitionOption(this._state.EffectType); props.put_transition(transition); this.api.SetSlideProps(props); + + this._state.Effect = type; } }, From c1e5327d475f054461752fe495ebbd607d1cb187 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Thu, 21 Oct 2021 20:49:55 +0300 Subject: [PATCH 22/64] Refactoring --- .../main/app/controller/Transitions.js | 25 +++++-------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/apps/presentationeditor/main/app/controller/Transitions.js b/apps/presentationeditor/main/app/controller/Transitions.js index ec3d2bee5..aef5b8d60 100644 --- a/apps/presentationeditor/main/app/controller/Transitions.js +++ b/apps/presentationeditor/main/app/controller/Transitions.js @@ -76,8 +76,6 @@ define([ } }); - this._noApply = false; - }, onLaunch: function () { @@ -125,7 +123,7 @@ define([ onParameterClick: function (item) { this._state.EffectType = item.value; - if (this.api && !this._noApply) { + if (this.api) { var props = new Asc.CAscSlideProps(); var transition = new Asc.CAscSlideTransition(); transition.put_TransitionType(this._state.Effect); @@ -136,7 +134,7 @@ define([ }, onDurationChange: function(field, newValue, oldValue, eOpts) { - if (this.api && !this._noApply) { + if (this.api) { var props = new Asc.CAscSlideProps(); var transition = new Asc.CAscSlideTransition(); transition.put_TransitionDuration(field.getNumberValue()*1000); @@ -146,7 +144,7 @@ define([ }, onStartOnClickChange: function(field, newValue, oldValue, eOpts) { - if (this.api && !this._noApply) { + if (this.api) { var props = new Asc.CAscSlideProps(); var transition = new Asc.CAscSlideTransition(); transition.put_SlideAdvanceOnMouseClick(field.getValue() == 'checked'); @@ -156,7 +154,7 @@ define([ }, onDelayChange: function(field, newValue, oldValue, eOpts) { - if (this.api && !this._noApply) { + if (this.api) { var props = new Asc.CAscSlideProps(); var transition = new Asc.CAscSlideTransition(); transition.put_SlideAdvanceDuration(field.getNumberValue()*1000); @@ -167,7 +165,7 @@ define([ onCheckDelayChange: function(field, newValue, oldValue, eOpts) { this.view.numDelay.setDisabled(field.getValue() !== 'checked'); - if (this.api && !this._noApply) { + if (this.api) { var props = new Asc.CAscSlideProps(); var transition = new Asc.CAscSlideTransition(); transition.put_SlideAdvanceAfter(field.getValue() == 'checked'); @@ -187,21 +185,11 @@ define([ !((this._state.Effect === Asc.c_oAscSlideTransitionTypes.Wipe || this._state.Effect === Asc.c_oAscSlideTransitionTypes.UnCover || this._state.Effect === Asc.c_oAscSlideTransitionTypes.Cover)&& (type === Asc.c_oAscSlideTransitionTypes.Wipe || type === Asc.c_oAscSlideTransitionTypes.UnCover || type === Asc.c_oAscSlideTransitionTypes.Cover))) { var parameter = this.view.setMenuParameters(type); + this._state.Effect = type; if (parameter) this.onParameterClick(parameter); } - this._state.Effect = type; - if (this.api && !this._noApply) { - var props = new Asc.CAscSlideProps(); - var transition = new Asc.CAscSlideTransition(); - transition.put_TransitionType(type); - transition.put_TransitionOption(this._state.EffectType); - props.put_transition(transition); - this.api.SetSlideProps(props); - - this._state.Effect = type; - } }, onFocusObject: function(selectedObjects) { @@ -277,7 +265,6 @@ define([ setSettings: function () { var me = this.view; - if (this._state.Effect !== undefined) { var item = me.listEffects.store.findWhere({value: this._state.Effect}); me.listEffects.menuPicker.selectRecord(item ? item : me.listEffects.menuPicker.items[0]); From 04019e3414c300f14c73fa1f3765f60b04d29763 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 21 Oct 2021 21:17:50 +0300 Subject: [PATCH 23/64] [DE] Fix opening oform files, disable filling forms for not-oform files. --- apps/api/documents/api.js | 14 +++++--------- .../embed/js/ApplicationController.js | 2 +- .../forms/app/controller/ApplicationController.js | 4 +++- apps/documenteditor/main/app/controller/Main.js | 7 ++++++- apps/documenteditor/mobile/src/controller/Main.jsx | 8 +++++++- apps/documenteditor/mobile/src/store/appOptions.js | 5 +++-- 6 files changed, 25 insertions(+), 15 deletions(-) diff --git a/apps/api/documents/api.js b/apps/api/documents/api.js index 43cc786f3..8161860bf 100644 --- a/apps/api/documents/api.js +++ b/apps/api/documents/api.js @@ -876,17 +876,13 @@ path += app + "/"; if (config.document && typeof config.document.fileType === 'string' && config.document.fileType.toLowerCase() === 'oform') { - if (config.document.permissions) { - (config.document.permissions.fillForms===undefined) && (config.document.permissions.fillForms = (config.document.permissions.edit !== false)); - config.document.permissions.edit = config.document.permissions.review = config.document.permissions.comment = false; - } + var canFillForms = !config.document.permissions + ? true : (config.document.permissions.fillForms===undefined) + ? (config.document.permissions.edit !== false) : config.document.permissions.fillForms; path_type = (config.type === "mobile" || isSafari_mobile) - ? "mobile" : config.document.permissions && (config.document.permissions.fillForms === true) && (config.editorConfig.mode !== 'view') - ? "forms" : "embed"; + ? "mobile" : (config.type === "embedded" || !canFillForms || config.editorConfig.mode === 'view') + ? "embed" : "forms"; } else { - if (app==='documenteditor' && config.document && config.document.permissions && (config.document.permissions.edit === false) && (config.document.permissions.review !== true)) { - config.document.permissions.fillForms = false; - } path_type = (config.type === "mobile" || isSafari_mobile) ? "mobile" : (config.type === "embedded") ? "embed" : "main"; diff --git a/apps/documenteditor/embed/js/ApplicationController.js b/apps/documenteditor/embed/js/ApplicationController.js index 2879e3683..2238c2de6 100644 --- a/apps/documenteditor/embed/js/ApplicationController.js +++ b/apps/documenteditor/embed/js/ApplicationController.js @@ -597,7 +597,7 @@ DE.ApplicationController = new(function(){ function onEditorPermissions(params) { var licType = params.asc_getLicenseType(); appOptions.canLicense = (licType === Asc.c_oLicenseResult.Success || licType === Asc.c_oLicenseResult.SuccessLimit); - appOptions.canFillForms = appOptions.canLicense && (permissions.fillForms===true) && (config.mode !== 'view'); + appOptions.canFillForms = false; // use forms editor for filling forms appOptions.canSubmitForms = appOptions.canLicense && (typeof (config.customization) == 'object') && !!config.customization.submitForm; appOptions.canBranding = params.asc_getCustomization(); appOptions.canBranding && setBranding(config.customization); diff --git a/apps/documenteditor/forms/app/controller/ApplicationController.js b/apps/documenteditor/forms/app/controller/ApplicationController.js index 3d6f4e898..25e84cd04 100644 --- a/apps/documenteditor/forms/app/controller/ApplicationController.js +++ b/apps/documenteditor/forms/app/controller/ApplicationController.js @@ -441,7 +441,9 @@ define([ this.appOptions.isBeta = params.asc_getIsBeta(); this.appOptions.canLicense = (licType === Asc.c_oLicenseResult.Success || licType === Asc.c_oLicenseResult.SuccessLimit); this.appOptions.canSubmitForms = this.appOptions.canLicense && (typeof (this.editorConfig.customization) == 'object') && !!this.editorConfig.customization.submitForm; - this.appOptions.canFillForms = this.appOptions.canLicense && (this.permissions.fillForms===true) && (this.editorConfig.mode !== 'view'); + + var type = /^(?:(oform))$/.exec(this.document.fileType); // can fill forms only in oform format + this.appOptions.canFillForms = this.appOptions.canLicense && !!(type && typeof type[1] === 'string') && ((this.permissions.fillForms===undefined) ? (this.permissions.edit !== false) : this.permissions.fillForms) && (this.editorConfig.mode !== 'view'); this.api.asc_setViewMode(!this.appOptions.canFillForms); this.appOptions.canBranding = params.asc_getCustomization(); diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 6bf5a7146..13fd10f2c 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -482,6 +482,10 @@ define([ var type = data.doc ? /^(?:(docxf))$/.exec(data.doc.fileType) : false; this.appOptions.canFeatureForms = !!(type && typeof type[1] === 'string'); + type = data.doc ? /^(?:(oform))$/.exec(data.doc.fileType) : false; + if (type && typeof type[1] === 'string') + this.permissions.edit = this.permissions.review = this.permissions.comment = false; + this.api.asc_registerCallback('asc_onGetEditorPermissions', _.bind(this.onEditorPermissions, this)); this.api.asc_registerCallback('asc_onLicenseChanged', _.bind(this.onLicenseChanged, this)); this.api.asc_registerCallback('asc_onRunAutostartMacroses', _.bind(this.onRunAutostartMacroses, this)); @@ -1421,7 +1425,8 @@ define([ this.appOptions.canEditContentControl = (this.permissions.modifyContentControl!==false); this.appOptions.canHelp = !((typeof (this.editorConfig.customization) == 'object') && this.editorConfig.customization.help===false); this.appOptions.canSubmitForms = false; // this.appOptions.canLicense && (typeof (this.editorConfig.customization) == 'object') && !!this.editorConfig.customization.submitForm; - this.appOptions.canFillForms = this.appOptions.canLicense && ((this.permissions.fillForms===undefined) ? this.appOptions.isEdit : this.permissions.fillForms) && (this.editorConfig.mode !== 'view'); + // use forms editor for filling forms mode + this.appOptions.canFillForms = false;// this.appOptions.canLicense && ((this.permissions.fillForms===undefined) ? this.appOptions.isEdit : this.permissions.fillForms) && (this.editorConfig.mode !== 'view'); this.appOptions.isRestrictedEdit = !this.appOptions.isEdit && (this.appOptions.canComments || this.appOptions.canFillForms); if (this.appOptions.isRestrictedEdit && this.appOptions.canComments && this.appOptions.canFillForms) // must be one restricted mode, priority for filling forms this.appOptions.canComments = false; diff --git a/apps/documenteditor/mobile/src/controller/Main.jsx b/apps/documenteditor/mobile/src/controller/Main.jsx index a10936f64..65df10d91 100644 --- a/apps/documenteditor/mobile/src/controller/Main.jsx +++ b/apps/documenteditor/mobile/src/controller/Main.jsx @@ -133,12 +133,18 @@ class MainController extends Component { enable = !this.editorConfig.customization || (this.editorConfig.customization.plugins !== false); docInfo.asc_putIsEnabledPlugins(!!enable); - const type = /^(?:(pdf|djvu|xps|oxps))$/.exec(data.doc.fileType); + let type = /^(?:(pdf|djvu|xps|oxps))$/.exec(data.doc.fileType); if (type && typeof type[1] === 'string') { this.permissions.edit = this.permissions.review = false; } } + let type = data.doc ? /^(?:(oform))$/.exec(data.doc.fileType) : false; + if (type && typeof type[1] === 'string') { + (this.permissions.fillForms===undefined) && (this.permissions.fillForms = (this.permissions.edit!==false)); + this.permissions.edit = this.permissions.review = this.permissions.comment = false; + } + this.api.asc_registerCallback('asc_onGetEditorPermissions', onEditorPermissions); this.api.asc_registerCallback('asc_onDocumentContentReady', onDocumentContentReady); this.api.asc_registerCallback('asc_onLicenseChanged', this.onLicenseChanged.bind(this)); diff --git a/apps/documenteditor/mobile/src/store/appOptions.js b/apps/documenteditor/mobile/src/store/appOptions.js index 3e0d1ac8d..caba8775d 100644 --- a/apps/documenteditor/mobile/src/store/appOptions.js +++ b/apps/documenteditor/mobile/src/store/appOptions.js @@ -118,13 +118,14 @@ export class storeAppOptions { this.canEditStyles = this.canLicense && this.canEdit; this.canPrint = (permissions.print !== false); this.fileKey = document.key; - this.canFillForms = this.canLicense && ((permissions.fillForms===undefined) ? this.isEdit : permissions.fillForms) && (this.config.mode !== 'view'); + let type = /^(?:(oform))$/.exec(document.fileType); // can fill forms only in oform format + this.canFillForms = this.canLicense && (!!type && typeof type[1] === 'string') && ((permissions.fillForms===undefined) ? this.isEdit : permissions.fillForms) && (this.config.mode !== 'view'); this.isRestrictedEdit = !this.isEdit && (this.canComments || this.canFillForms); if (this.isRestrictedEdit && this.canComments && this.canFillForms) // must be one restricted mode, priority for filling forms this.canComments = false; this.trialMode = params.asc_getLicenseMode(); - const type = /^(?:(pdf|djvu|xps|oxps))$/.exec(document.fileType); + type = /^(?:(pdf|djvu|xps|oxps))$/.exec(document.fileType); this.canDownloadOrigin = permissions.download !== false && (type && typeof type[1] === 'string'); this.canDownload = permissions.download !== false && (!type || typeof type[1] !== 'string'); this.canReader = (!type || typeof type[1] !== 'string'); From bdac3a45219b2dbe28b0d669d2690a07bbc5d6be Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Thu, 21 Oct 2021 23:45:19 +0400 Subject: [PATCH 24/64] [SSE mobile] Add protection in comments v.2 --- .../lib/controller/collaboration/Comments.jsx | 20 +------ .../lib/view/collaboration/Comments.jsx | 58 ++++--------------- 2 files changed, 15 insertions(+), 63 deletions(-) diff --git a/apps/common/mobile/lib/controller/collaboration/Comments.jsx b/apps/common/mobile/lib/controller/collaboration/Comments.jsx index 0ac2326ca..8faa8277c 100644 --- a/apps/common/mobile/lib/controller/collaboration/Comments.jsx +++ b/apps/common/mobile/lib/controller/collaboration/Comments.jsx @@ -5,7 +5,7 @@ import {Device} from '../../../../../common/mobile/utils/device'; import { withTranslation} from 'react-i18next'; import { LocalStorage } from '../../../utils/LocalStorage'; -import {AddComment, EditComment, AddReply, EditReply, ViewComments, ViewCurrentComments, ViewAllComments} from '../../view/collaboration/Comments'; +import {AddComment, EditComment, AddReply, EditReply, ViewComments, ViewCurrentComments} from '../../view/collaboration/Comments'; // utils const timeZoneOffsetInMs = (new Date()).getTimezoneOffset() * 60000; @@ -613,9 +613,9 @@ class ViewCommentsController extends Component { render() { return( - {this.props.allComments && } - {this.state.isOpenViewCurComments && - {this.props.allComments && } - {this.state.isOpenViewCurComments && } - - ) - } } const _CommentsController = inject('storeAppOptions', 'storeComments', 'users', "storeApplicationSettings")(observer(CommentsController)); diff --git a/apps/common/mobile/lib/view/collaboration/Comments.jsx b/apps/common/mobile/lib/view/collaboration/Comments.jsx index d67abd55e..94f0891d1 100644 --- a/apps/common/mobile/lib/view/collaboration/Comments.jsx +++ b/apps/common/mobile/lib/view/collaboration/Comments.jsx @@ -674,8 +674,8 @@ const ViewComments = inject("storeComments", "storeAppOptions", "storeReview")(o
{!viewMode &&
- {(comment.editable && displayMode === 'markup') &&
{onResolveComment(comment);}}>
} - {displayMode === 'markup' && + {(comment.editable && displayMode === 'markup' && !wsProps?.Objects) &&
{onResolveComment(comment);}}>
} + {(displayMode === 'markup' && !wsProps?.Objects) &&
{setComment(comment); openActionComment(true);}}> @@ -741,8 +741,7 @@ const ViewComments = inject("storeComments", "storeAppOptions", "storeReview")(o // const _ViewComments = inject('storeComments', 'storeAppOptions', "storeReview")(observer(ViewComments)); - -const CommentList = inject("storeComments", "storeAppOptions", "storeReview")(observer(({storeComments, storeAppOptions, onCommentMenuClick, onResolveComment, storeReview}) => { +const CommentList = inject("storeComments", "storeAppOptions", "storeReview")(observer(({storeComments, storeAppOptions, onCommentMenuClick, onResolveComment, storeReview, wsProps}) => { const { t } = useTranslation(); const _t = t('Common.Collaboration', {returnObjects: true}); const isAndroid = Device.android; @@ -785,8 +784,8 @@ const CommentList = inject("storeComments", "storeAppOptions", "storeReview")(ob return ( - {!viewMode && - {onCommentMenuClick('addReply', comment);}}>{_t.textAddReply} + {!viewMode && + {onCommentMenuClick('addReply', comment);}}>{_t.textAddReply} }
@@ -807,8 +806,8 @@ const CommentList = inject("storeComments", "storeAppOptions", "storeReview")(ob
{!viewMode &&
- {(comment.editable && displayMode === 'markup') &&
{onResolveComment(comment);}}>
} - {displayMode === 'markup' && + {(comment.editable && displayMode === 'markup' && !wsProps?.Objects) &&
{onResolveComment(comment);}}>
} + {(displayMode === 'markup' && !wsProps?.Objects) &&
{openActionComment(true);}}> @@ -871,7 +870,7 @@ const CommentList = inject("storeComments", "storeAppOptions", "storeReview")(ob })); -const ViewCommentSheet = ({closeCurComments, onCommentMenuClick, onResolveComment}) => { +const ViewCommentSheet = ({closeCurComments, onCommentMenuClick, onResolveComment, wsProps}) => { useEffect(() => { f7.sheet.open('#view-comment-sheet'); }); @@ -917,47 +916,23 @@ const ViewCommentSheet = ({closeCurComments, onCommentMenuClick, onResolveCommen
- + ) }; -const ViewCommentPopover = ({onCommentMenuClick, onResolveComment}) => { +const ViewCommentPopover = ({onCommentMenuClick, onResolveComment, wsProps}) => { useEffect(() => { f7.popover.open('#view-comment-popover', '#btn-coauth'); }); return ( - + ) }; -const ViewCommentsPopover = ({wsProps, onCommentMenuClick, onResolveComment, showComment}) => { - useEffect(() => { - f7.popover.open('#view-comments-popover', '#btn-coauth'); - }); - - return ( - - - - ) -} - -const ViewCommentsSheet = ({wsProps, onCommentMenuClick, onResolveComment, showComment}) => { - useEffect(() => { - f7.sheet.open('#view-comments-sheet'); - }); - - return ( - - - - ) -} - const ViewCurrentComments = props => { return ( Device.phone ? @@ -966,14 +941,6 @@ const ViewCurrentComments = props => { ) }; -const ViewAllComments = props => { - return ( - Device.phone ? - : - - ) -} - export { AddComment, EditComment, @@ -981,6 +948,5 @@ export { EditReply, ViewComments, // _ViewComments as ViewComments, - ViewCurrentComments, - ViewAllComments + ViewCurrentComments }; From 346ee0946010437413728cae13a4d45f2c691403 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Fri, 22 Oct 2021 15:11:14 +0400 Subject: [PATCH 25/64] [SSE mobile] Correct protection --- apps/common/mobile/lib/view/collaboration/Collaboration.jsx | 3 +-- apps/common/mobile/lib/view/collaboration/Comments.jsx | 5 +---- apps/spreadsheeteditor/mobile/src/controller/Main.jsx | 2 -- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/apps/common/mobile/lib/view/collaboration/Collaboration.jsx b/apps/common/mobile/lib/view/collaboration/Collaboration.jsx index f761d69aa..ce900db31 100644 --- a/apps/common/mobile/lib/view/collaboration/Collaboration.jsx +++ b/apps/common/mobile/lib/view/collaboration/Collaboration.jsx @@ -76,7 +76,7 @@ const routes = [ }, { path: '/comments/', - component: ViewCommentsSheetsController, + asyncComponent: () => window.editorType == 'sse' ? ViewCommentsSheetsController : ViewCommentsController, options: { props: { allComments: true @@ -123,7 +123,6 @@ const PageCollaboration = inject('storeAppOptions', 'users')(observer(props => { ) })); - class CollaborationView extends Component { constructor(props) { super(props); diff --git a/apps/common/mobile/lib/view/collaboration/Comments.jsx b/apps/common/mobile/lib/view/collaboration/Comments.jsx index 94f0891d1..db73167b5 100644 --- a/apps/common/mobile/lib/view/collaboration/Comments.jsx +++ b/apps/common/mobile/lib/view/collaboration/Comments.jsx @@ -628,7 +628,7 @@ const pickLink = (message) => { } // View comments -// ({storeComments, storeAppOptions, onCommentMenuClick, onResolveComment, showComment, storeReview, storeWorksheets}) + const ViewComments = inject("storeComments", "storeAppOptions", "storeReview")(observer(({storeComments, storeAppOptions, onCommentMenuClick, onResolveComment, showComment, storeReview, wsProps}) => { const { t } = useTranslation(); const _t = t('Common.Collaboration', {returnObjects: true}); @@ -739,8 +739,6 @@ const ViewComments = inject("storeComments", "storeAppOptions", "storeReview")(o ) })); -// const _ViewComments = inject('storeComments', 'storeAppOptions', "storeReview")(observer(ViewComments)); - const CommentList = inject("storeComments", "storeAppOptions", "storeReview")(observer(({storeComments, storeAppOptions, onCommentMenuClick, onResolveComment, storeReview, wsProps}) => { const { t } = useTranslation(); const _t = t('Common.Collaboration', {returnObjects: true}); @@ -947,6 +945,5 @@ export { AddReply, EditReply, ViewComments, - // _ViewComments as ViewComments, ViewCurrentComments }; diff --git a/apps/spreadsheeteditor/mobile/src/controller/Main.jsx b/apps/spreadsheeteditor/mobile/src/controller/Main.jsx index 5ad190818..62f4565c2 100644 --- a/apps/spreadsheeteditor/mobile/src/controller/Main.jsx +++ b/apps/spreadsheeteditor/mobile/src/controller/Main.jsx @@ -10,7 +10,6 @@ import { AddCommentController, CommentsController, EditCommentController, - ViewCommentsController, ViewCommentsSheetsController } from "../../../../common/mobile/lib/controller/collaboration/Comments"; import {LocalStorage} from "../../../../common/mobile/utils/LocalStorage"; @@ -889,7 +888,6 @@ class MainController extends Component { - {/* */} From 1a7d36f4d2e835aee29ef2068a938aa29516cfc9 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Fri, 22 Oct 2021 14:19:53 +0300 Subject: [PATCH 26/64] Refactoring --- apps/presentationeditor/main/app/view/Transitions.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/presentationeditor/main/app/view/Transitions.js b/apps/presentationeditor/main/app/view/Transitions.js index 3751874af..38a89f616 100644 --- a/apps/presentationeditor/main/app/view/Transitions.js +++ b/apps/presentationeditor/main/app/view/Transitions.js @@ -393,12 +393,11 @@ define([ } var selectedElement; - _.each(this.btnParameters.menu.items, function (element, index) { - if (((index < minMax[0])||(index > minMax[1]))) - element.$el.css('display', 'none'); - else { - element.$el.css('display', ''); + _.each(this.btnParameters.menu.items, function (element, index) { + element.setVisible(((index >= minMax[0])&&(index <= minMax[1]))); + + if ((index >= minMax[0])&&(index <= minMax[1])) { if (value != undefined) { if (value == element.value) selectedElement = element; } From a8ca0bb10ac37d468a557286d92bac2584f052cb Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 22 Oct 2021 17:04:21 +0300 Subject: [PATCH 27/64] [DE] Support fillForms parameter for not-oform files --- apps/documenteditor/main/app/controller/Main.js | 7 +++---- apps/documenteditor/mobile/src/store/appOptions.js | 5 ++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 13fd10f2c..428a94113 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -483,8 +483,8 @@ define([ this.appOptions.canFeatureForms = !!(type && typeof type[1] === 'string'); type = data.doc ? /^(?:(oform))$/.exec(data.doc.fileType) : false; - if (type && typeof type[1] === 'string') - this.permissions.edit = this.permissions.review = this.permissions.comment = false; + if (type && typeof type[1] === 'string') // open oform files in forms editor or in viewer + this.permissions.edit = this.permissions.review = this.permissions.comment = this.permissions.fillForms = false; this.api.asc_registerCallback('asc_onGetEditorPermissions', _.bind(this.onEditorPermissions, this)); this.api.asc_registerCallback('asc_onLicenseChanged', _.bind(this.onLicenseChanged, this)); @@ -1425,8 +1425,7 @@ define([ this.appOptions.canEditContentControl = (this.permissions.modifyContentControl!==false); this.appOptions.canHelp = !((typeof (this.editorConfig.customization) == 'object') && this.editorConfig.customization.help===false); this.appOptions.canSubmitForms = false; // this.appOptions.canLicense && (typeof (this.editorConfig.customization) == 'object') && !!this.editorConfig.customization.submitForm; - // use forms editor for filling forms mode - this.appOptions.canFillForms = false;// this.appOptions.canLicense && ((this.permissions.fillForms===undefined) ? this.appOptions.isEdit : this.permissions.fillForms) && (this.editorConfig.mode !== 'view'); + this.appOptions.canFillForms = this.appOptions.canLicense && ((this.permissions.fillForms===undefined) ? this.appOptions.isEdit : this.permissions.fillForms) && (this.editorConfig.mode !== 'view'); this.appOptions.isRestrictedEdit = !this.appOptions.isEdit && (this.appOptions.canComments || this.appOptions.canFillForms); if (this.appOptions.isRestrictedEdit && this.appOptions.canComments && this.appOptions.canFillForms) // must be one restricted mode, priority for filling forms this.appOptions.canComments = false; diff --git a/apps/documenteditor/mobile/src/store/appOptions.js b/apps/documenteditor/mobile/src/store/appOptions.js index caba8775d..3e0d1ac8d 100644 --- a/apps/documenteditor/mobile/src/store/appOptions.js +++ b/apps/documenteditor/mobile/src/store/appOptions.js @@ -118,14 +118,13 @@ export class storeAppOptions { this.canEditStyles = this.canLicense && this.canEdit; this.canPrint = (permissions.print !== false); this.fileKey = document.key; - let type = /^(?:(oform))$/.exec(document.fileType); // can fill forms only in oform format - this.canFillForms = this.canLicense && (!!type && typeof type[1] === 'string') && ((permissions.fillForms===undefined) ? this.isEdit : permissions.fillForms) && (this.config.mode !== 'view'); + this.canFillForms = this.canLicense && ((permissions.fillForms===undefined) ? this.isEdit : permissions.fillForms) && (this.config.mode !== 'view'); this.isRestrictedEdit = !this.isEdit && (this.canComments || this.canFillForms); if (this.isRestrictedEdit && this.canComments && this.canFillForms) // must be one restricted mode, priority for filling forms this.canComments = false; this.trialMode = params.asc_getLicenseMode(); - type = /^(?:(pdf|djvu|xps|oxps))$/.exec(document.fileType); + const type = /^(?:(pdf|djvu|xps|oxps))$/.exec(document.fileType); this.canDownloadOrigin = permissions.download !== false && (type && typeof type[1] === 'string'); this.canDownload = permissions.download !== false && (!type || typeof type[1] !== 'string'); this.canReader = (!type || typeof type[1] !== 'string'); From fb36397fbd49cb586a15efe467bd39fc264d859b Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 22 Oct 2021 17:17:05 +0300 Subject: [PATCH 28/64] [DE] Fix fillForms mode --- apps/documenteditor/main/app/controller/Main.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 428a94113..74c7ead81 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -483,9 +483,10 @@ define([ this.appOptions.canFeatureForms = !!(type && typeof type[1] === 'string'); type = data.doc ? /^(?:(oform))$/.exec(data.doc.fileType) : false; - if (type && typeof type[1] === 'string') // open oform files in forms editor or in viewer - this.permissions.edit = this.permissions.review = this.permissions.comment = this.permissions.fillForms = false; - + if (type && typeof type[1] === 'string') { + (this.permissions.fillForms===undefined) && (this.permissions.fillForms = (this.permissions.edit!==false)); + this.permissions.edit = this.permissions.review = this.permissions.comment = false; + } this.api.asc_registerCallback('asc_onGetEditorPermissions', _.bind(this.onEditorPermissions, this)); this.api.asc_registerCallback('asc_onLicenseChanged', _.bind(this.onLicenseChanged, this)); this.api.asc_registerCallback('asc_onRunAutostartMacroses', _.bind(this.onRunAutostartMacroses, this)); From 7c0d2557b2e610a7dcd56871f819f247870f6bb9 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 22 Oct 2021 17:28:25 +0300 Subject: [PATCH 29/64] Update translation --- apps/documenteditor/embed/locale/be.json | 1 + apps/documenteditor/main/locale/pl.json | 10 +- apps/documenteditor/main/locale/ro.json | 1 + apps/documenteditor/main/locale/ru.json | 3 + apps/documenteditor/main/locale/tr.json | 1 + apps/presentationeditor/main/locale/pl.json | 6 +- apps/spreadsheeteditor/main/locale/zh.json | 461 +++++++++++++++++++- 7 files changed, 474 insertions(+), 9 deletions(-) diff --git a/apps/documenteditor/embed/locale/be.json b/apps/documenteditor/embed/locale/be.json index 41d6ead30..f633f1902 100644 --- a/apps/documenteditor/embed/locale/be.json +++ b/apps/documenteditor/embed/locale/be.json @@ -20,6 +20,7 @@ "DE.ApplicationController.textLoadingDocument": "Загрузка дакумента", "DE.ApplicationController.textOf": "з", "DE.ApplicationController.txtClose": "Закрыць", + "DE.ApplicationController.txtEmpty": "(Пуста)", "DE.ApplicationController.unknownErrorText": "Невядомая памылка.", "DE.ApplicationController.unsupportedBrowserErrorText": "Ваш браўзер не падтрымліваецца.", "DE.ApplicationController.waitText": "Калі ласка, пачакайце...", diff --git a/apps/documenteditor/main/locale/pl.json b/apps/documenteditor/main/locale/pl.json index 973b4f6b1..c1b848296 100644 --- a/apps/documenteditor/main/locale/pl.json +++ b/apps/documenteditor/main/locale/pl.json @@ -1723,7 +1723,7 @@ "DE.Views.FileMenuPanels.Settings.text30Minutes": "Każde 30 minut", "DE.Views.FileMenuPanels.Settings.text5Minutes": "Każde 5 minut", "DE.Views.FileMenuPanels.Settings.text60Minutes": "Każda godzina", - "DE.Views.FileMenuPanels.Settings.textAlignGuides": "Porady wyrównania", + "DE.Views.FileMenuPanels.Settings.textAlignGuides": "Prowadnice wyrównania", "DE.Views.FileMenuPanels.Settings.textAutoRecover": "Automatyczne odzyskiwanie", "DE.Views.FileMenuPanels.Settings.textAutoSave": "Automatyczny zapis", "DE.Views.FileMenuPanels.Settings.textCompatible": "Kompatybilność", @@ -2124,14 +2124,14 @@ "DE.Views.PageMarginsDialog.textGutter": "Wiążący", "DE.Views.PageMarginsDialog.textGutterPosition": "Pozycja marginesu na oprawę", "DE.Views.PageMarginsDialog.textInside": "Wewnętrzne", - "DE.Views.PageMarginsDialog.textLandscape": "Krajobraz", + "DE.Views.PageMarginsDialog.textLandscape": "Pozioma", "DE.Views.PageMarginsDialog.textLeft": "Lewy", "DE.Views.PageMarginsDialog.textMirrorMargins": "Marginesy lustrzane", "DE.Views.PageMarginsDialog.textMultiplePages": "Wiele stron", "DE.Views.PageMarginsDialog.textNormal": "Normalny", "DE.Views.PageMarginsDialog.textOrientation": "Orientacja", "DE.Views.PageMarginsDialog.textOutside": "Zewnętrzne", - "DE.Views.PageMarginsDialog.textPortrait": "Portret", + "DE.Views.PageMarginsDialog.textPortrait": "Pionowa", "DE.Views.PageMarginsDialog.textPreview": "Podgląd", "DE.Views.PageMarginsDialog.textRight": "Prawy", "DE.Views.PageMarginsDialog.textTitle": "Marginesy", @@ -2626,7 +2626,7 @@ "DE.Views.Toolbar.textInsSectionBreak": "Wstaw podział sekcji", "DE.Views.Toolbar.textInText": "W tekście", "DE.Views.Toolbar.textItalic": "Kursywa", - "DE.Views.Toolbar.textLandscape": "Krajobraz", + "DE.Views.Toolbar.textLandscape": "Pozioma", "DE.Views.Toolbar.textLeft": "Lewo:", "DE.Views.Toolbar.textListSettings": "Ustawienia listy", "DE.Views.Toolbar.textMarginsLast": "Ostatni niestandardowy", @@ -2644,7 +2644,7 @@ "DE.Views.Toolbar.textPageSizeCustom": "Własny rozmiar strony", "DE.Views.Toolbar.textPictureControl": "Obraz", "DE.Views.Toolbar.textPlainControl": "Zwykły Tekst", - "DE.Views.Toolbar.textPortrait": "Portret", + "DE.Views.Toolbar.textPortrait": "Pionowa", "DE.Views.Toolbar.textRemoveControl": "Usuń kontrolę treści", "DE.Views.Toolbar.textRemWatermark": "Usuń znak wodny", "DE.Views.Toolbar.textRestartEachPage": "Rozpocznij nową stronę", diff --git a/apps/documenteditor/main/locale/ro.json b/apps/documenteditor/main/locale/ro.json index eef036e73..213a5bb44 100644 --- a/apps/documenteditor/main/locale/ro.json +++ b/apps/documenteditor/main/locale/ro.json @@ -1822,6 +1822,7 @@ "DE.Views.FormsTab.tipSubmit": "Remitere formular", "DE.Views.FormsTab.tipTextField": "Se inserează un control câmp text", "DE.Views.FormsTab.tipViewForm": "Vizualizare formular", + "DE.Views.FormsTab.txtUntitled": "Fără titlu", "DE.Views.HeaderFooterSettings.textBottomCenter": "Centru jos", "DE.Views.HeaderFooterSettings.textBottomLeft": "Stânga jos", "DE.Views.HeaderFooterSettings.textBottomPage": "Josul paginii", diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json index 03750ace0..57c92d7ee 100644 --- a/apps/documenteditor/main/locale/ru.json +++ b/apps/documenteditor/main/locale/ru.json @@ -1803,6 +1803,7 @@ "DE.Views.FormsTab.capBtnNext": "Следующее поле", "DE.Views.FormsTab.capBtnPrev": "Предыдущее поле", "DE.Views.FormsTab.capBtnRadioBox": "Переключатель", + "DE.Views.FormsTab.capBtnSaveForm": "Сохранить как форму", "DE.Views.FormsTab.capBtnSubmit": "Отправить", "DE.Views.FormsTab.capBtnText": "Текстовое поле", "DE.Views.FormsTab.capBtnView": "Просмотреть форму", @@ -1819,9 +1820,11 @@ "DE.Views.FormsTab.tipNextForm": "Перейти к следующему полю", "DE.Views.FormsTab.tipPrevForm": "Перейти к предыдущему полю", "DE.Views.FormsTab.tipRadioBox": "Вставить переключатель", + "DE.Views.FormsTab.tipSaveForm": "Сохранить файл как заполняемый документ OFORM", "DE.Views.FormsTab.tipSubmit": "Отправить форму", "DE.Views.FormsTab.tipTextField": "Вставить текстовое поле", "DE.Views.FormsTab.tipViewForm": "Просмотреть форму", + "DE.Views.FormsTab.txtUntitled": "Без имени", "DE.Views.HeaderFooterSettings.textBottomCenter": "Снизу по центру", "DE.Views.HeaderFooterSettings.textBottomLeft": "Снизу слева", "DE.Views.HeaderFooterSettings.textBottomPage": "Внизу страницы", diff --git a/apps/documenteditor/main/locale/tr.json b/apps/documenteditor/main/locale/tr.json index 069779eb5..88f6d005a 100644 --- a/apps/documenteditor/main/locale/tr.json +++ b/apps/documenteditor/main/locale/tr.json @@ -273,6 +273,7 @@ "Common.Views.ReviewPopover.textClose": "Kapat", "Common.Views.ReviewPopover.textEdit": "Tamam", "Common.Views.ReviewPopover.textReply": "Yanıtla", + "Common.Views.SaveAsDlg.textLoading": "Yükleniyor", "Common.Views.SignDialog.textBold": "Kalın", "Common.Views.SignDialog.textCertificate": "Sertifika", "Common.Views.SignDialog.textChange": "Değiştir", diff --git a/apps/presentationeditor/main/locale/pl.json b/apps/presentationeditor/main/locale/pl.json index 8d5a56558..36125f2a8 100644 --- a/apps/presentationeditor/main/locale/pl.json +++ b/apps/presentationeditor/main/locale/pl.json @@ -899,7 +899,7 @@ "PE.Views.FileMenuPanels.Settings.text30Minutes": "Każde 30 minut", "PE.Views.FileMenuPanels.Settings.text5Minutes": "Każde 5 minut", "PE.Views.FileMenuPanels.Settings.text60Minutes": "Każda godzina", - "PE.Views.FileMenuPanels.Settings.textAlignGuides": "Porady wyrównania", + "PE.Views.FileMenuPanels.Settings.textAlignGuides": "Prowadnice wyrównania", "PE.Views.FileMenuPanels.Settings.textAutoRecover": "Automatyczne odzyskiwanie", "PE.Views.FileMenuPanels.Settings.textAutoSave": "Automatyczny zapis", "PE.Views.FileMenuPanels.Settings.textDisabled": "Wyłączony", @@ -1125,8 +1125,8 @@ "PE.Views.SlideSettings.txtWood": "Drewno", "PE.Views.SlideshowSettings.textLoop": "Zapętl do momentu, aż zostanie naciśnięty klawisz \"Esc\"", "PE.Views.SlideshowSettings.textTitle": "Pokaż ustawienia", - "PE.Views.SlideSizeSettings.strLandscape": "Krajobraz", - "PE.Views.SlideSizeSettings.strPortrait": "Portret", + "PE.Views.SlideSizeSettings.strLandscape": "Pozioma", + "PE.Views.SlideSizeSettings.strPortrait": "Pionowa", "PE.Views.SlideSizeSettings.textHeight": "Wysokość", "PE.Views.SlideSizeSettings.textSlideOrientation": "Orientacja slajdu", "PE.Views.SlideSizeSettings.textSlideSize": "Rozmiar slajdu", diff --git a/apps/spreadsheeteditor/main/locale/zh.json b/apps/spreadsheeteditor/main/locale/zh.json index 299c1aa8d..3fcd6c04b 100644 --- a/apps/spreadsheeteditor/main/locale/zh.json +++ b/apps/spreadsheeteditor/main/locale/zh.json @@ -2,43 +2,107 @@ "cancelButtonText": "取消", "Common.Controllers.Chat.notcriticalErrorTitle": "警告", "Common.Controllers.Chat.textEnterMessage": "在这里输入你的信息", + "Common.Controllers.History.notcriticalErrorTitle": "警告", "Common.define.chartData.textArea": "区域", + "Common.define.chartData.textAreaStacked": "堆积面积图", "Common.define.chartData.textAreaStackedPer": "百分比堆积面积图", "Common.define.chartData.textBar": "条", "Common.define.chartData.textBarNormal": "簇状柱形图", "Common.define.chartData.textBarNormal3d": "三维簇状柱形图", "Common.define.chartData.textBarNormal3dPerspective": "三维柱形图", + "Common.define.chartData.textBarStacked": "堆积柱形图", "Common.define.chartData.textBarStacked3d": "三维堆积柱形图", "Common.define.chartData.textBarStackedPer": "百分比堆积柱形图", "Common.define.chartData.textBarStackedPer3d": "三维百分比堆积柱形图", "Common.define.chartData.textCharts": "图表", "Common.define.chartData.textColumn": "列", "Common.define.chartData.textColumnSpark": "列", + "Common.define.chartData.textCombo": "组合", + "Common.define.chartData.textComboAreaBar": "堆积面积图 - 簇状柱形图", "Common.define.chartData.textComboBarLine": "簇状柱形图 - 折线图", + "Common.define.chartData.textComboBarLineSecondary": "簇状柱形图 - 次坐标轴上的折线图", + "Common.define.chartData.textComboCustom": "自定义组合", "Common.define.chartData.textDoughnut": "圆环图​​", + "Common.define.chartData.textHBarNormal": "簇状条形图", "Common.define.chartData.textHBarNormal3d": "三维簇状条形图", + "Common.define.chartData.textHBarStacked": "堆积条形图", "Common.define.chartData.textHBarStacked3d": "三维堆积条形图", "Common.define.chartData.textHBarStackedPer": "百分比堆积条形图", "Common.define.chartData.textHBarStackedPer3d": "三维百分比堆积条形图", "Common.define.chartData.textLine": "线", "Common.define.chartData.textLine3d": "三维直线图", + "Common.define.chartData.textLineMarker": "有标记的折线图", "Common.define.chartData.textLineSpark": "线", + "Common.define.chartData.textLineStacked": "堆积折线图", + "Common.define.chartData.textLineStackedMarker": "有标记的堆积折线图", "Common.define.chartData.textLineStackedPer": "百分比堆积折线图", "Common.define.chartData.textLineStackedPerMarker": "有标记的百分比堆积折线图", "Common.define.chartData.textPie": "派", "Common.define.chartData.textPie3d": "三维饼图", "Common.define.chartData.textPoint": "XY(散射)", + "Common.define.chartData.textScatter": "散点图​​", + "Common.define.chartData.textScatterLine": "带直线的散点图", + "Common.define.chartData.textScatterLineMarker": "带直线和数据标记的散点图", + "Common.define.chartData.textScatterSmooth": "带平滑线的散点图", + "Common.define.chartData.textScatterSmoothMarker": "带平滑线和数据标记的散点图", "Common.define.chartData.textSparks": "迷你", "Common.define.chartData.textStock": "股票", "Common.define.chartData.textSurface": "平面", "Common.define.chartData.textWinLossSpark": "赢/输", "Common.define.conditionalData.exampleText": "AaBbCcYyZz", + "Common.define.conditionalData.noFormatText": "无设定格式", + "Common.define.conditionalData.text1Above": "标准偏差高于1", + "Common.define.conditionalData.text1Below": "标准偏差低于1", + "Common.define.conditionalData.text2Above": "标准偏差高于2", + "Common.define.conditionalData.text2Below": "标准偏差低于2", + "Common.define.conditionalData.text3Above": "标准偏差高于3", + "Common.define.conditionalData.text3Below": "标准偏差低于3", + "Common.define.conditionalData.textAbove": "高于", "Common.define.conditionalData.textAverage": "平均值", "Common.define.conditionalData.textBegins": "始于", + "Common.define.conditionalData.textBelow": "低于", + "Common.define.conditionalData.textBetween": "介于", + "Common.define.conditionalData.textBlank": "空白", + "Common.define.conditionalData.textBlanks": "包含空白", + "Common.define.conditionalData.textBottom": "底部", + "Common.define.conditionalData.textContains": "包含", + "Common.define.conditionalData.textDataBar": "数据栏", + "Common.define.conditionalData.textDate": "日期", + "Common.define.conditionalData.textDuplicate": "复制", + "Common.define.conditionalData.textEnds": "结尾为", + "Common.define.conditionalData.textEqAbove": "等于或高于", + "Common.define.conditionalData.textEqBelow": "等于或低于", "Common.define.conditionalData.textEqual": "等于", "Common.define.conditionalData.textError": "错误", + "Common.define.conditionalData.textErrors": "包含错误", "Common.define.conditionalData.textFormula": "公式", + "Common.define.conditionalData.textGreater": "大于", + "Common.define.conditionalData.textGreaterEq": "大于或等于", + "Common.define.conditionalData.textIconSets": "图标集", + "Common.define.conditionalData.textLast7days": "最近7天", + "Common.define.conditionalData.textLastMonth": "上月", + "Common.define.conditionalData.textLastWeek": "上星期", + "Common.define.conditionalData.textLess": "小于", + "Common.define.conditionalData.textLessEq": "小于或等于", + "Common.define.conditionalData.textNextMonth": "下个月", + "Common.define.conditionalData.textNextWeek": "下星期", + "Common.define.conditionalData.textNotBetween": "不介于", + "Common.define.conditionalData.textNotBlanks": "不包含空白", + "Common.define.conditionalData.textNotContains": "不包含", + "Common.define.conditionalData.textNotEqual": "不等于", + "Common.define.conditionalData.textNotErrors": "不包含错误", + "Common.define.conditionalData.textText": "文本", + "Common.define.conditionalData.textThisMonth": "本月", + "Common.define.conditionalData.textThisWeek": "本周", + "Common.define.conditionalData.textToday": "今天", + "Common.define.conditionalData.textTomorrow": "明天", + "Common.define.conditionalData.textTop": "顶部", + "Common.define.conditionalData.textUnique": "唯一", + "Common.define.conditionalData.textValue": "值为", + "Common.define.conditionalData.textYesterday": "昨天", "Common.Translation.warnFileLocked": "另一个应用程序正在编辑本文件。你可以继续编辑,并另存为副本。", + "Common.Translation.warnFileLockedBtnEdit": "创建副本", + "Common.Translation.warnFileLockedBtnView": "打开以查看", "Common.UI.ButtonColored.textAutoColor": "自动", "Common.UI.ButtonColored.textNewColor": "添加新的自定义颜色", "Common.UI.ComboBorderSize.txtNoBorders": "没有边框", @@ -64,6 +128,9 @@ "Common.UI.SynchronizeTip.textSynchronize": "该文档已被其他用户更改。
请点击保存更改并重新加载更新。", "Common.UI.ThemeColorPalette.textStandartColors": "标准颜色", "Common.UI.ThemeColorPalette.textThemeColors": "主题颜色", + "Common.UI.Themes.txtThemeClassicLight": "经典浅色", + "Common.UI.Themes.txtThemeDark": "深色", + "Common.UI.Themes.txtThemeLight": "浅色", "Common.UI.Window.cancelButtonText": "取消", "Common.UI.Window.closeButtonText": "关闭", "Common.UI.Window.noButtonText": "否", @@ -89,7 +156,9 @@ "Common.Views.AutoCorrectDialog.textBy": "依据", "Common.Views.AutoCorrectDialog.textDelete": "删除", "Common.Views.AutoCorrectDialog.textMathCorrect": "数学自动修正", + "Common.Views.AutoCorrectDialog.textRecognized": "可识别的函数", "Common.Views.AutoCorrectDialog.textReplace": "替换", + "Common.Views.AutoCorrectDialog.textReplaceText": "键入时替换", "Common.Views.AutoCorrectDialog.textReplaceType": "输入时自动替换文字", "Common.Views.AutoCorrectDialog.textReset": "重置", "Common.Views.AutoCorrectDialog.textResetAll": "重置为默认", @@ -100,6 +169,9 @@ "Common.Views.Chat.textSend": "发送", "Common.Views.Comments.mniAuthorAsc": "作者 A到Z", "Common.Views.Comments.mniAuthorDesc": "作者 Z到A", + "Common.Views.Comments.mniDateAsc": "最旧", + "Common.Views.Comments.mniDateDesc": "最新", + "Common.Views.Comments.mniPositionAsc": "从顶部", "Common.Views.Comments.mniPositionDesc": "从底部", "Common.Views.Comments.textAdd": "添加", "Common.Views.Comments.textAddComment": "添加批注", @@ -108,6 +180,7 @@ "Common.Views.Comments.textAnonym": "游客", "Common.Views.Comments.textCancel": "取消", "Common.Views.Comments.textClose": "关闭", + "Common.Views.Comments.textClosePanel": "关闭批注", "Common.Views.Comments.textComments": "批注", "Common.Views.Comments.textEdit": "确定", "Common.Views.Comments.textEnterCommentHint": "在此输入您的批注", @@ -116,6 +189,7 @@ "Common.Views.Comments.textReply": "回复", "Common.Views.Comments.textResolve": "解决", "Common.Views.Comments.textResolved": "已解决", + "Common.Views.Comments.textSort": "评论排序", "Common.Views.CopyWarningDialog.textDontShow": "不要再显示此消息", "Common.Views.CopyWarningDialog.textMsg": "使用编辑器工具栏按钮和上下文菜单操作复制,剪切和粘贴操作将仅在此编辑器选项卡中执行。

要在编辑器选项卡之外复制或粘贴到应用程序,请使用以下键盘组合:", "Common.Views.CopyWarningDialog.textTitle": "复制,剪切和粘贴操作", @@ -127,11 +201,13 @@ "Common.Views.EditNameDialog.textLabel": "标签:", "Common.Views.EditNameDialog.textLabelError": "标签不能空", "Common.Views.Header.labelCoUsersDescr": "文件正在被多个用户编辑。", + "Common.Views.Header.textAddFavorite": "标记为收藏项", "Common.Views.Header.textAdvSettings": "高级设置", "Common.Views.Header.textBack": "打开文件所在位置", "Common.Views.Header.textCompactView": "查看紧凑工具栏", "Common.Views.Header.textHideLines": "隐藏标尺", "Common.Views.Header.textHideStatusBar": "隐藏状态栏", + "Common.Views.Header.textRemoveFavorite": "从收藏夹中删除", "Common.Views.Header.textSaveBegin": "正在保存...", "Common.Views.Header.textSaveChanged": "已修改", "Common.Views.Header.textSaveEnd": "所有更改已保存", @@ -149,7 +225,13 @@ "Common.Views.Header.tipViewUsers": "查看用户和管理文档访问权限", "Common.Views.Header.txtAccessRights": "更改访问权限", "Common.Views.Header.txtRename": "重命名", + "Common.Views.History.textCloseHistory": "关闭历史记录", + "Common.Views.History.textHide": "折叠", + "Common.Views.History.textHideAll": "隐藏详细更改", + "Common.Views.History.textRestore": "还原", "Common.Views.History.textShow": "展开", + "Common.Views.History.textShowAll": "显示详细的更改", + "Common.Views.History.textVer": "版本", "Common.Views.ImageFromUrlDialog.textUrl": "粘贴图片网址:", "Common.Views.ImageFromUrlDialog.txtEmpty": "这是必填栏", "Common.Views.ImageFromUrlDialog.txtNotUrl": "该字段应该是“http://www.example.com”格式的URL", @@ -165,11 +247,15 @@ "Common.Views.ListSettingsDialog.txtStart": "开始", "Common.Views.ListSettingsDialog.txtSymbol": "符号", "Common.Views.ListSettingsDialog.txtTitle": "列表设置", + "Common.Views.ListSettingsDialog.txtType": "类型", "Common.Views.OpenDialog.closeButtonText": "关闭文件", + "Common.Views.OpenDialog.textInvalidRange": "无效的单元格范围", + "Common.Views.OpenDialog.textSelectData": "选择数据", "Common.Views.OpenDialog.txtAdvanced": "进阶", "Common.Views.OpenDialog.txtColon": "冒号", "Common.Views.OpenDialog.txtComma": "逗号", "Common.Views.OpenDialog.txtDelimiter": "字段分隔符", + "Common.Views.OpenDialog.txtEmpty": "此字段是必需的", "Common.Views.OpenDialog.txtEncoding": "编码", "Common.Views.OpenDialog.txtIncorrectPwd": "密码错误", "Common.Views.OpenDialog.txtOpenFile": "输入密码来打开文件", @@ -216,6 +302,8 @@ "Common.Views.ReviewChanges.tipCoAuthMode": "设置共同编辑模式", "Common.Views.ReviewChanges.tipCommentRem": "移除批注", "Common.Views.ReviewChanges.tipCommentRemCurrent": "移除当前批注", + "Common.Views.ReviewChanges.tipCommentResolve": "解决评论", + "Common.Views.ReviewChanges.tipCommentResolveCurrent": "解决当前评论", "Common.Views.ReviewChanges.tipHistory": "显示历史版本", "Common.Views.ReviewChanges.tipRejectCurrent": "拒绝当前的变化", "Common.Views.ReviewChanges.tipReview": "跟踪变化", @@ -235,6 +323,11 @@ "Common.Views.ReviewChanges.txtCommentRemMy": "移除我的批注", "Common.Views.ReviewChanges.txtCommentRemMyCurrent": "移除我的当前批注", "Common.Views.ReviewChanges.txtCommentRemove": "删除", + "Common.Views.ReviewChanges.txtCommentResolve": "解决", + "Common.Views.ReviewChanges.txtCommentResolveAll": "解决所有评论", + "Common.Views.ReviewChanges.txtCommentResolveCurrent": "解决当前评论", + "Common.Views.ReviewChanges.txtCommentResolveMy": "解决我的评论", + "Common.Views.ReviewChanges.txtCommentResolveMyCurrent": "解决我当前的评论", "Common.Views.ReviewChanges.txtDocLang": "语言", "Common.Views.ReviewChanges.txtFinal": "已接受所有更改(预览)", "Common.Views.ReviewChanges.txtFinalCap": "最终版", @@ -318,13 +411,17 @@ "Common.Views.SymbolTableDialog.textSymbols": "符号", "Common.Views.SymbolTableDialog.textTitle": "符号", "Common.Views.SymbolTableDialog.textTradeMark": "商标标识", + "Common.Views.UserNameDialog.textDontShow": "不再询问我", + "Common.Views.UserNameDialog.textLabel": "标签:", "SSE.Controllers.DataTab.textColumns": "列", "SSE.Controllers.DataTab.textRows": "行", "SSE.Controllers.DataTab.textWizard": "文本分列向导", "SSE.Controllers.DataTab.txtDataValidation": "数据校验", "SSE.Controllers.DataTab.txtExpand": "扩大", + "SSE.Controllers.DataTab.txtImportWizard": "文本导入向导", "SSE.Controllers.DataTab.txtRemDuplicates": "移除多次出现的元素", "SSE.Controllers.DataTab.txtRemSelected": "移除选定的", + "SSE.Controllers.DataTab.txtUrlTitle": "粘贴URL数据", "SSE.Controllers.DocumentHolder.alignmentText": "对齐", "SSE.Controllers.DocumentHolder.centerText": "中心", "SSE.Controllers.DocumentHolder.deleteColumnText": "删除列", @@ -347,6 +444,7 @@ "SSE.Controllers.DocumentHolder.textInsertLeft": "向左插入", "SSE.Controllers.DocumentHolder.textInsertTop": "插入顶部", "SSE.Controllers.DocumentHolder.textPasteSpecial": "特殊粘贴", + "SSE.Controllers.DocumentHolder.textStopExpand": "停止自动扩展表", "SSE.Controllers.DocumentHolder.textSym": "符号", "SSE.Controllers.DocumentHolder.tipIsLocked": "此元素正在被其他用户编辑。", "SSE.Controllers.DocumentHolder.txtAboveAve": "平均水平以上", @@ -492,6 +590,7 @@ "SSE.Controllers.LeftMenu.textByRows": "按行", "SSE.Controllers.LeftMenu.textFormulas": "公式", "SSE.Controllers.LeftMenu.textItemEntireCell": "整个单元格内容", + "SSE.Controllers.LeftMenu.textLoadHistory": "载入版本历史记录中...", "SSE.Controllers.LeftMenu.textLookin": "在看", "SSE.Controllers.LeftMenu.textNoTextFound": "您搜索的数据无法找到。请调整您的搜索选项。", "SSE.Controllers.LeftMenu.textReplaceSkipped": "已经更换了。{0}次跳过。", @@ -570,6 +669,7 @@ "SSE.Controllers.Main.errorSessionAbsolute": "文档编辑会话已过期。请重新加载页面。", "SSE.Controllers.Main.errorSessionIdle": "该文件尚未编辑相当长的时间。请重新加载页面。", "SSE.Controllers.Main.errorSessionToken": "与服务器的连接已中断。请重新加载页面。", + "SSE.Controllers.Main.errorSetPassword": "无法设置密码", "SSE.Controllers.Main.errorStockChart": "行顺序不正确。建立股票图表将数据按照以下顺序放置在表格上:
开盘价,最高价格,最低价格,收盘价。", "SSE.Controllers.Main.errorToken": "文档安全令牌未正确形成。
请与您的文件服务器管理员联系。", "SSE.Controllers.Main.errorTokenExpire": "文档安全令牌已过期。
请与您的文档服务器管理员联系。", @@ -618,7 +718,10 @@ "SSE.Controllers.Main.textConfirm": "确认", "SSE.Controllers.Main.textContactUs": "联系销售", "SSE.Controllers.Main.textCustomLoader": "请注意,根据许可条款您无权更改加载程序。
请联系我们的销售部门获取报价。", + "SSE.Controllers.Main.textDisconnect": "网络连接已断开。", + "SSE.Controllers.Main.textGuest": "来宾", "SSE.Controllers.Main.textHasMacros": "这个文件带有自动宏。
是否要运行宏?", + "SSE.Controllers.Main.textLearnMore": "了解更多", "SSE.Controllers.Main.textLoadingDocument": "正在加载电子表格", "SSE.Controllers.Main.textNo": "否", "SSE.Controllers.Main.textNoLicenseTitle": "ONLYOFFICE开源版本", @@ -626,6 +729,7 @@ "SSE.Controllers.Main.textPleaseWait": "该操作可能需要比预期的更多的时间。请稍候...", "SSE.Controllers.Main.textRecalcFormulas": "计算公式...", "SSE.Controllers.Main.textRemember": "记住我的选择", + "SSE.Controllers.Main.textRenameError": "用户名不能为空。", "SSE.Controllers.Main.textShape": "形状", "SSE.Controllers.Main.textStrict": "严格模式", "SSE.Controllers.Main.textTryUndoRedo": "对于快速的协同编辑模式,取消/重做功能是禁用的。< br >单击“严格模式”按钮切换到严格co-editing模式编辑该文件没有其他用户干扰和发送您的更改只后你拯救他们。您可以使用编辑器高级设置在编辑模式之间切换。", @@ -647,13 +751,19 @@ "SSE.Controllers.Main.txtColumn": "列", "SSE.Controllers.Main.txtConfidential": "机密", "SSE.Controllers.Main.txtDate": "日期", + "SSE.Controllers.Main.txtDays": "天", "SSE.Controllers.Main.txtDiagramTitle": "图表标题", "SSE.Controllers.Main.txtEditingMode": "设置编辑模式..", + "SSE.Controllers.Main.txtErrorLoadHistory": "历史记录的加载失败", "SSE.Controllers.Main.txtFiguredArrows": "图形箭头", "SSE.Controllers.Main.txtFile": "文件", "SSE.Controllers.Main.txtGrandTotal": "合计", + "SSE.Controllers.Main.txtGroup": "组合", + "SSE.Controllers.Main.txtHours": "小时", "SSE.Controllers.Main.txtLines": "行", "SSE.Controllers.Main.txtMath": "数学", + "SSE.Controllers.Main.txtMinutes": "分钟", + "SSE.Controllers.Main.txtMonths": "月", "SSE.Controllers.Main.txtMultiSelect": "多选模式 (Alt+S)", "SSE.Controllers.Main.txtOr": "%1或%2", "SSE.Controllers.Main.txtPage": "页面", @@ -661,9 +771,12 @@ "SSE.Controllers.Main.txtPages": "页面", "SSE.Controllers.Main.txtPreparedBy": "编制人", "SSE.Controllers.Main.txtPrintArea": "Print_Area", + "SSE.Controllers.Main.txtQuarter": "季度", + "SSE.Controllers.Main.txtQuarters": "季度", "SSE.Controllers.Main.txtRectangles": "矩形", "SSE.Controllers.Main.txtRow": "行", "SSE.Controllers.Main.txtRowLbls": "行标签", + "SSE.Controllers.Main.txtSeconds": "秒", "SSE.Controllers.Main.txtSeries": "系列", "SSE.Controllers.Main.txtShape_accentBorderCallout1": "线形标注1(边框和强调线)", "SSE.Controllers.Main.txtShape_accentBorderCallout2": "线形标注2(边框和强调线)", @@ -861,11 +974,17 @@ "SSE.Controllers.Main.txtTab": "标签", "SSE.Controllers.Main.txtTable": "表格", "SSE.Controllers.Main.txtTime": "时间", + "SSE.Controllers.Main.txtUnlock": "解锁", + "SSE.Controllers.Main.txtUnlockRange": "解锁区域", + "SSE.Controllers.Main.txtUnlockRangeDescription": "请输入密码以更改此范围:", "SSE.Controllers.Main.txtValues": "值", "SSE.Controllers.Main.txtXAxis": "X轴", "SSE.Controllers.Main.txtYAxis": "Y轴", + "SSE.Controllers.Main.txtYears": "年", "SSE.Controllers.Main.unknownErrorText": "未知错误", "SSE.Controllers.Main.unsupportedBrowserErrorText": "你的浏览器不支持", + "SSE.Controllers.Main.uploadDocExtMessage": "未知的文档格式。", + "SSE.Controllers.Main.uploadDocFileCountMessage": "没有上载的文档", "SSE.Controllers.Main.uploadImageExtMessage": "未知图像格式", "SSE.Controllers.Main.uploadImageFileCountMessage": "没有图片上传", "SSE.Controllers.Main.uploadImageSizeMessage": "超过了Maximium图像大小限制。", @@ -904,9 +1023,11 @@ "SSE.Controllers.Toolbar.errorStockChart": "行顺序不正确。建立股票图表将数据按照以下顺序放置在表格上:
开盘价,最高价格,最低价格,收盘价。", "SSE.Controllers.Toolbar.textAccent": "口音", "SSE.Controllers.Toolbar.textBracket": "括号", + "SSE.Controllers.Toolbar.textDirectional": "方向", "SSE.Controllers.Toolbar.textFontSizeErr": "输入的值不正确。
请输入1到409之间的数值", "SSE.Controllers.Toolbar.textFraction": "分数", "SSE.Controllers.Toolbar.textFunction": "功能", + "SSE.Controllers.Toolbar.textIndicator": "标记", "SSE.Controllers.Toolbar.textInsert": "插入", "SSE.Controllers.Toolbar.textIntegral": "集成", "SSE.Controllers.Toolbar.textLargeOperator": "大型运营商", @@ -916,7 +1037,9 @@ "SSE.Controllers.Toolbar.textOperator": "运营商", "SSE.Controllers.Toolbar.textPivot": "数据透视表", "SSE.Controllers.Toolbar.textRadical": "自由基", + "SSE.Controllers.Toolbar.textRating": "等级", "SSE.Controllers.Toolbar.textScript": "脚本", + "SSE.Controllers.Toolbar.textShapes": "形状", "SSE.Controllers.Toolbar.textSymbols": "符号", "SSE.Controllers.Toolbar.textWarning": "警告", "SSE.Controllers.Toolbar.txtAccent_Accent": "急性", @@ -1301,20 +1424,30 @@ "SSE.Views.CellRangeDialog.txtEmpty": "这是必填栏", "SSE.Views.CellRangeDialog.txtInvalidRange": "错误!无效的单元格范围", "SSE.Views.CellRangeDialog.txtTitle": "选择数据范围", + "SSE.Views.CellSettings.strShrink": "缩小字体填充", "SSE.Views.CellSettings.strWrap": "文字换行", "SSE.Views.CellSettings.textAngle": "角度", "SSE.Views.CellSettings.textBackColor": "背景颜色", "SSE.Views.CellSettings.textBackground": "背景颜色", "SSE.Views.CellSettings.textBorderColor": "颜色", "SSE.Views.CellSettings.textBorders": "边框风格", + "SSE.Views.CellSettings.textClearRule": "清除规则", "SSE.Views.CellSettings.textColor": "颜色填充", + "SSE.Views.CellSettings.textColorScales": "色阶", + "SSE.Views.CellSettings.textCondFormat": "条件格式", + "SSE.Views.CellSettings.textControl": "文本控制", + "SSE.Views.CellSettings.textDataBars": "数据栏", "SSE.Views.CellSettings.textDirection": "方向", "SSE.Views.CellSettings.textFill": "填满", "SSE.Views.CellSettings.textForeground": "前景色", "SSE.Views.CellSettings.textGradient": "渐变", "SSE.Views.CellSettings.textGradientColor": "颜色", "SSE.Views.CellSettings.textGradientFill": "渐变填充", + "SSE.Views.CellSettings.textIndent": "缩进", + "SSE.Views.CellSettings.textItems": "项目", "SSE.Views.CellSettings.textLinear": "线性", + "SSE.Views.CellSettings.textManageRule": "管理规则", + "SSE.Views.CellSettings.textNewRule": "新规则", "SSE.Views.CellSettings.textNoFill": "没有填充", "SSE.Views.CellSettings.textOrientation": "文字方向", "SSE.Views.CellSettings.textPattern": "模式", @@ -1322,6 +1455,10 @@ "SSE.Views.CellSettings.textPosition": "位置", "SSE.Views.CellSettings.textRadial": "径向", "SSE.Views.CellSettings.textSelectBorders": "选择您要更改应用样式的边框", + "SSE.Views.CellSettings.textSelection": "从当前选择", + "SSE.Views.CellSettings.textThisPivot": "从此数据透视表", + "SSE.Views.CellSettings.textThisSheet": "从此工作表", + "SSE.Views.CellSettings.textThisTable": "从此表格", "SSE.Views.CellSettings.tipAddGradientPoint": "新增渐变点", "SSE.Views.CellSettings.tipAll": "设置外边框和所有内线", "SSE.Views.CellSettings.tipBottom": "仅设置外底边框", @@ -1338,23 +1475,33 @@ "SSE.Views.CellSettings.tipTop": "仅限外部边框", "SSE.Views.ChartDataDialog.errorStockChart": "行顺序不正确,建立股票图表应将数据按照以下顺序放置在表格上:
开盘价,最高价格,最低价格,收盘价。", "SSE.Views.ChartDataDialog.textAdd": "新增", + "SSE.Views.ChartDataDialog.textData": "图表数据区域", "SSE.Views.ChartDataDialog.textDelete": "删除", "SSE.Views.ChartDataDialog.textDown": "下", "SSE.Views.ChartDataDialog.textEdit": "编辑", "SSE.Views.ChartDataDialog.textInvalidRange": "无效的单元格范围", "SSE.Views.ChartDataDialog.textSelectData": "选择数据", + "SSE.Views.ChartDataDialog.textSeries": "图例项(系列)", "SSE.Views.ChartDataDialog.textSwitch": "切换行/列", + "SSE.Views.ChartDataDialog.textTitle": "图表数据", "SSE.Views.ChartDataDialog.textUp": "上", "SSE.Views.ChartDataRangeDialog.errorStockChart": "行顺序不正确,建立股票图表应将数据按照以下顺序放置在表格上:
开盘价,最高价格,最低价格,收盘价。", "SSE.Views.ChartDataRangeDialog.textInvalidRange": "无效的单元格范围", "SSE.Views.ChartDataRangeDialog.textSelectData": "选择数据", + "SSE.Views.ChartDataRangeDialog.txtAxisLabel": "轴标签区域", + "SSE.Views.ChartDataRangeDialog.txtChoose": "选择范围", + "SSE.Views.ChartDataRangeDialog.txtSeriesName": "系列名称", "SSE.Views.ChartDataRangeDialog.txtTitleCategory": "坐标轴标题", + "SSE.Views.ChartDataRangeDialog.txtTitleSeries": "编辑​​系列", "SSE.Views.ChartDataRangeDialog.txtValues": "值", + "SSE.Views.ChartDataRangeDialog.txtXValues": "X 值", + "SSE.Views.ChartDataRangeDialog.txtYValues": "Y 值", "SSE.Views.ChartSettings.strLineWeight": "线宽", "SSE.Views.ChartSettings.strSparkColor": "颜色", "SSE.Views.ChartSettings.strTemplate": "模板", "SSE.Views.ChartSettings.textAdvanced": "显示高级设置", "SSE.Views.ChartSettings.textBorderSizeErr": "输入的值不正确。
请输入介于0 pt和1584 pt之间的值。", + "SSE.Views.ChartSettings.textChangeType": "更改类型", "SSE.Views.ChartSettings.textChartType": "更改图表类型", "SSE.Views.ChartSettings.textEditData": "编辑数据和位置", "SSE.Views.ChartSettings.textFirstPoint": "第一点", @@ -1386,6 +1533,7 @@ "SSE.Views.ChartSettingsDlg.textAxisOptions": "轴的选择", "SSE.Views.ChartSettingsDlg.textAxisPos": "轴的位置", "SSE.Views.ChartSettingsDlg.textAxisSettings": "轴设置", + "SSE.Views.ChartSettingsDlg.textAxisTitle": "标题", "SSE.Views.ChartSettingsDlg.textBetweenTickMarks": "刻度线之间", "SSE.Views.ChartSettingsDlg.textBillions": "十亿", "SSE.Views.ChartSettingsDlg.textBottom": "底部", @@ -1403,12 +1551,15 @@ "SSE.Views.ChartSettingsDlg.textEmptyLine": "用线连接数据点", "SSE.Views.ChartSettingsDlg.textFit": "适合宽度", "SSE.Views.ChartSettingsDlg.textFixed": "固定", + "SSE.Views.ChartSettingsDlg.textFormat": "标签格式", "SSE.Views.ChartSettingsDlg.textGaps": "间隙", "SSE.Views.ChartSettingsDlg.textGridLines": "网格线", "SSE.Views.ChartSettingsDlg.textGroup": "组合迷你图", "SSE.Views.ChartSettingsDlg.textHide": "隐藏", + "SSE.Views.ChartSettingsDlg.textHideAxis": "隐藏轴", "SSE.Views.ChartSettingsDlg.textHigh": "高", "SSE.Views.ChartSettingsDlg.textHorAxis": "横轴", + "SSE.Views.ChartSettingsDlg.textHorAxisSec": "次要横坐标轴", "SSE.Views.ChartSettingsDlg.textHorizontal": "水平的", "SSE.Views.ChartSettingsDlg.textHundredMil": "100 000 000", "SSE.Views.ChartSettingsDlg.textHundreds": "数以百计", @@ -1486,10 +1637,17 @@ "SSE.Views.ChartSettingsDlg.textUnits": "显示单位", "SSE.Views.ChartSettingsDlg.textValue": "值", "SSE.Views.ChartSettingsDlg.textVertAxis": "垂直轴", + "SSE.Views.ChartSettingsDlg.textVertAxisSec": "次要纵坐标轴", "SSE.Views.ChartSettingsDlg.textXAxisTitle": "X轴标题", "SSE.Views.ChartSettingsDlg.textYAxisTitle": "Y轴标题", "SSE.Views.ChartSettingsDlg.textZero": "零", "SSE.Views.ChartSettingsDlg.txtEmpty": "这是必填栏", + "SSE.Views.ChartTypeDialog.textSecondary": "次坐标轴", + "SSE.Views.ChartTypeDialog.textSeries": "系列", + "SSE.Views.ChartTypeDialog.textStyle": "样式", + "SSE.Views.ChartTypeDialog.textTitle": "图表类型", + "SSE.Views.ChartTypeDialog.textType": "类型", + "SSE.Views.CreatePivotDialog.textDataRange": "源数据区域", "SSE.Views.CreatePivotDialog.textDestination": "选择安放表格的位置", "SSE.Views.CreatePivotDialog.textExist": "已有的工作表", "SSE.Views.CreatePivotDialog.textInvalidRange": "无效的单元格范围", @@ -1497,12 +1655,19 @@ "SSE.Views.CreatePivotDialog.textSelectData": "选择数据", "SSE.Views.CreatePivotDialog.textTitle": "创建表", "SSE.Views.CreatePivotDialog.txtEmpty": "这是必填栏", + "SSE.Views.CreateSparklineDialog.textDataRange": "源数据区域", + "SSE.Views.CreateSparklineDialog.textInvalidRange": "无效的单元格范围", + "SSE.Views.CreateSparklineDialog.textSelectData": "选择数据", + "SSE.Views.CreateSparklineDialog.textTitle": "创建迷你图", + "SSE.Views.CreateSparklineDialog.txtEmpty": "此字段是必需的", "SSE.Views.DataTab.capBtnGroup": "分组", "SSE.Views.DataTab.capBtnTextCustomSort": "自定义排序", "SSE.Views.DataTab.capBtnTextDataValidation": "数据校验", "SSE.Views.DataTab.capBtnTextRemDuplicates": "移除多次出现的元素", "SSE.Views.DataTab.capBtnTextToCol": "文本分列向导", "SSE.Views.DataTab.capBtnUngroup": "取消组合", + "SSE.Views.DataTab.capDataFromText": "获取数据", + "SSE.Views.DataTab.mniFromFile": "来自本地TXT/CSV", "SSE.Views.DataTab.textBelow": "详细信息下的摘要行", "SSE.Views.DataTab.textClear": "清晰的轮廓", "SSE.Views.DataTab.textColumns": "取消列分组", @@ -1511,37 +1676,59 @@ "SSE.Views.DataTab.textRightOf": "详细信息右侧的摘要列", "SSE.Views.DataTab.textRows": "取消行分组", "SSE.Views.DataTab.tipCustomSort": "自定义排序", + "SSE.Views.DataTab.tipDataFromText": "从文本/CSV文件中获取数据", "SSE.Views.DataTab.tipDataValidation": "数据校验", "SSE.Views.DataTab.tipGroup": "单元组范围", "SSE.Views.DataTab.tipRemDuplicates": "从表单中移除多次出现的行", "SSE.Views.DataTab.tipToColumns": "将单元格文本分隔成列", "SSE.Views.DataTab.tipUngroup": "取消单元格范围分组", + "SSE.Views.DataValidationDialog.errorNegativeTextLength": "负值不能用在条件\"{0}\"中。", "SSE.Views.DataValidationDialog.strError": "错误警报", + "SSE.Views.DataValidationDialog.strInput": "输入信息", "SSE.Views.DataValidationDialog.strSettings": "设置", "SSE.Views.DataValidationDialog.textAlert": "提示", "SSE.Views.DataValidationDialog.textAllow": "允许", + "SSE.Views.DataValidationDialog.textCompare": "相比于", "SSE.Views.DataValidationDialog.textData": "数据", + "SSE.Views.DataValidationDialog.textEndDate": "结束日期", + "SSE.Views.DataValidationDialog.textEndTime": "结束时间", "SSE.Views.DataValidationDialog.textError": "错误消息", "SSE.Views.DataValidationDialog.textFormula": "公式", + "SSE.Views.DataValidationDialog.textIgnore": "忽略空值", + "SSE.Views.DataValidationDialog.textInput": "输入信息", "SSE.Views.DataValidationDialog.textMax": "最大值", "SSE.Views.DataValidationDialog.textMessage": "信息", "SSE.Views.DataValidationDialog.textMin": "最小值", "SSE.Views.DataValidationDialog.textSelectData": "选择数据", "SSE.Views.DataValidationDialog.textSource": "来源", + "SSE.Views.DataValidationDialog.textStartDate": "开始日期", + "SSE.Views.DataValidationDialog.textStartTime": "开始时间", "SSE.Views.DataValidationDialog.textStop": "停止", "SSE.Views.DataValidationDialog.textStyle": "样式", + "SSE.Views.DataValidationDialog.textTitle": "标题", + "SSE.Views.DataValidationDialog.textUserEnters": "用户输入无效数据时显示下列出错警告", "SSE.Views.DataValidationDialog.txtAny": "任何值", "SSE.Views.DataValidationDialog.txtBetween": "介于", "SSE.Views.DataValidationDialog.txtDate": "日期", + "SSE.Views.DataValidationDialog.txtDecimal": "十进制", + "SSE.Views.DataValidationDialog.txtElTime": "运行时间", + "SSE.Views.DataValidationDialog.txtEndDate": "结束日期", + "SSE.Views.DataValidationDialog.txtEndTime": "结束时间", "SSE.Views.DataValidationDialog.txtEqual": "等于", "SSE.Views.DataValidationDialog.txtGreaterThan": "大于", "SSE.Views.DataValidationDialog.txtGreaterThanOrEqual": "大于或等于", + "SSE.Views.DataValidationDialog.txtLength": "长度", "SSE.Views.DataValidationDialog.txtLessThan": "小于", "SSE.Views.DataValidationDialog.txtLessThanOrEqual": "小于或等于", + "SSE.Views.DataValidationDialog.txtList": "列表", "SSE.Views.DataValidationDialog.txtNotBetween": "不介于", "SSE.Views.DataValidationDialog.txtNotEqual": "不等于", "SSE.Views.DataValidationDialog.txtOther": "其他", + "SSE.Views.DataValidationDialog.txtStartDate": "开始日期", + "SSE.Views.DataValidationDialog.txtStartTime": "开始时间", + "SSE.Views.DataValidationDialog.txtTextLength": "文本长度", "SSE.Views.DataValidationDialog.txtTime": "时间", + "SSE.Views.DataValidationDialog.txtWhole": "整数", "SSE.Views.DigitalFilterDialog.capAnd": "和", "SSE.Views.DigitalFilterDialog.capCondition1": "等于", "SSE.Views.DigitalFilterDialog.capCondition10": "不结束于", @@ -1563,6 +1750,7 @@ "SSE.Views.DigitalFilterDialog.txtTitle": "自定义筛选器", "SSE.Views.DocumentHolder.advancedImgText": "高级图像设置", "SSE.Views.DocumentHolder.advancedShapeText": "形状高级设置", + "SSE.Views.DocumentHolder.advancedSlicerText": "切片器高级设置", "SSE.Views.DocumentHolder.bottomCellText": "底部对齐", "SSE.Views.DocumentHolder.bulletsText": "子弹和编号", "SSE.Views.DocumentHolder.centerCellText": "居中对齐", @@ -1597,6 +1785,7 @@ "SSE.Views.DocumentHolder.textArrangeForward": "向前移动", "SSE.Views.DocumentHolder.textArrangeFront": "放到最上面", "SSE.Views.DocumentHolder.textAverage": "平均值", + "SSE.Views.DocumentHolder.textBullets": "项目符号", "SSE.Views.DocumentHolder.textCount": "计数", "SSE.Views.DocumentHolder.textCrop": "裁剪", "SSE.Views.DocumentHolder.textCropFill": "填满", @@ -1609,11 +1798,13 @@ "SSE.Views.DocumentHolder.textFromStorage": "来自存储设备", "SSE.Views.DocumentHolder.textFromUrl": "从URL", "SSE.Views.DocumentHolder.textListSettings": "列表设置", + "SSE.Views.DocumentHolder.textMacro": "指定宏", "SSE.Views.DocumentHolder.textMax": "最大值", "SSE.Views.DocumentHolder.textMin": "最小值", "SSE.Views.DocumentHolder.textMore": "其他函数", "SSE.Views.DocumentHolder.textMoreFormats": "更多格式", "SSE.Views.DocumentHolder.textNone": "没有", + "SSE.Views.DocumentHolder.textNumbering": "编号", "SSE.Views.DocumentHolder.textReplace": "替换图像", "SSE.Views.DocumentHolder.textRotate": "旋转", "SSE.Views.DocumentHolder.textRotate270": "逆时针旋转90°", @@ -1628,6 +1819,7 @@ "SSE.Views.DocumentHolder.textSum": "合计", "SSE.Views.DocumentHolder.textUndo": "复原", "SSE.Views.DocumentHolder.textUnFreezePanes": "解冻窗格", + "SSE.Views.DocumentHolder.textVar": "方差", "SSE.Views.DocumentHolder.topCellText": "顶端对齐", "SSE.Views.DocumentHolder.txtAccounting": "统计", "SSE.Views.DocumentHolder.txtAddComment": "添加批注", @@ -1646,6 +1838,7 @@ "SSE.Views.DocumentHolder.txtClearText": "文本", "SSE.Views.DocumentHolder.txtColumn": "整列", "SSE.Views.DocumentHolder.txtColumnWidth": "设置列宽", + "SSE.Views.DocumentHolder.txtCondFormat": "条件格式", "SSE.Views.DocumentHolder.txtCopy": "复制", "SSE.Views.DocumentHolder.txtCurrency": "货币", "SSE.Views.DocumentHolder.txtCustomColumnWidth": "自定义列宽", @@ -1695,6 +1888,7 @@ "SSE.Views.DocumentHolder.txtWidth": "宽度", "SSE.Views.DocumentHolder.vertAlignText": "垂直对齐", "SSE.Views.FieldSettingsDialog.strLayout": "布局", + "SSE.Views.FieldSettingsDialog.strSubtotals": "分类汇总", "SSE.Views.FieldSettingsDialog.textReport": "报告", "SSE.Views.FieldSettingsDialog.textTitle": "域设置", "SSE.Views.FieldSettingsDialog.txtAverage": "平均值", @@ -1704,20 +1898,28 @@ "SSE.Views.FieldSettingsDialog.txtCount": "计数", "SSE.Views.FieldSettingsDialog.txtCountNums": "计数", "SSE.Views.FieldSettingsDialog.txtCustomName": "自定义名称", + "SSE.Views.FieldSettingsDialog.txtEmpty": "显示无数据的项目", "SSE.Views.FieldSettingsDialog.txtMax": "最大值", "SSE.Views.FieldSettingsDialog.txtMin": "最小值", "SSE.Views.FieldSettingsDialog.txtOutline": "大纲", "SSE.Views.FieldSettingsDialog.txtProduct": "产品", "SSE.Views.FieldSettingsDialog.txtRepeat": "在每行重复标记项目", + "SSE.Views.FieldSettingsDialog.txtShowSubtotals": "显示分类汇总", + "SSE.Views.FieldSettingsDialog.txtSourceName": "源名称:", "SSE.Views.FieldSettingsDialog.txtStdDev": "标准差", + "SSE.Views.FieldSettingsDialog.txtStdDevp": "总体标准偏差", "SSE.Views.FieldSettingsDialog.txtSum": "合计", "SSE.Views.FieldSettingsDialog.txtSummarize": "用于小计的函数", + "SSE.Views.FieldSettingsDialog.txtTabular": "表格", "SSE.Views.FieldSettingsDialog.txtTop": "在群组顶部显示", + "SSE.Views.FieldSettingsDialog.txtVar": "方差", + "SSE.Views.FieldSettingsDialog.txtVarp": "总体方差", "SSE.Views.FileMenu.btnBackCaption": "打开文件所在位置", "SSE.Views.FileMenu.btnCloseMenuCaption": "关闭菜单", "SSE.Views.FileMenu.btnCreateNewCaption": "新建", "SSE.Views.FileMenu.btnDownloadCaption": "下载为...", "SSE.Views.FileMenu.btnHelpCaption": "帮助", + "SSE.Views.FileMenu.btnHistoryCaption": "版本历史", "SSE.Views.FileMenu.btnInfoCaption": "电子表格信息...", "SSE.Views.FileMenu.btnPrintCaption": "打印", "SSE.Views.FileMenu.btnProtectCaption": "保护", @@ -1730,6 +1932,8 @@ "SSE.Views.FileMenu.btnSaveCopyAsCaption": "将副本另存为...", "SSE.Views.FileMenu.btnSettingsCaption": "高级设置…", "SSE.Views.FileMenu.btnToEditCaption": "编辑电子表格", + "SSE.Views.FileMenuPanels.CreateNew.txtBlank": "空白表格", + "SSE.Views.FileMenuPanels.CreateNew.txtCreateNew": "新建", "SSE.Views.FileMenuPanels.DocumentInfo.okButtonText": "应用", "SSE.Views.FileMenuPanels.DocumentInfo.txtAddAuthor": "添加作者", "SSE.Views.FileMenuPanels.DocumentInfo.txtAddText": "添加文本", @@ -1769,6 +1973,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.strResolvedComment": "显示已解决批注", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strSeparator": "分隔符", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strStrict": "严格", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strTheme": "界面主题", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strThousandsSeparator": "千位分隔符", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strUnit": "测量单位", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strUseSeparatorsBasedOnRegionalSettings": "根据区域设置使用分隔符", @@ -1783,25 +1988,49 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.textForceSave": "保存到服务器", "SSE.Views.FileMenuPanels.MainSettingsGeneral.textMinute": "每一分钟", "SSE.Views.FileMenuPanels.MainSettingsGeneral.textRefStyle": "参考风格", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBe": "白俄罗斯文", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBg": "保加利亚文", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCa": "加泰罗尼亚语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCacheMode": "默认缓存模式", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCm": "厘米", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCs": "捷克语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDa": "丹麦语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDe": "德语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEl": "希腊语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEn": "英语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "西班牙语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFi": "芬兰语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFr": "法语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtHu": "匈牙利语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtId": "印度尼西亚语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtInch": "寸", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "意大利语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "日语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "韩语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "批注显示", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "老挝语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "拉脱维亚语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "仿照 OS X", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNative": "本机系统原生", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNb": "挪威语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNl": "荷兰语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "抛光", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "点", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtbr": "葡萄牙语(巴西)", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPtlang": "葡萄牙语(葡萄牙)", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRo": "罗马尼亚语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "俄语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacros": "启动所有项目", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacrosDesc": "启动所有不带通知的宏", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSk": "斯洛伐克语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSl": "斯洛文尼亚语", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "解除所有项目", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "解除所有不带通知的宏", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtSv": "瑞典语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtTr": "土耳其语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtUk": "乌克兰语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtVi": "越南语", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "显示通知", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "解除所有带通知的宏", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "仿照 Windows", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtZh": "中文", @@ -1826,24 +2055,136 @@ "SSE.Views.FileMenuPanels.Settings.txtPageSettings": "页面设置", "SSE.Views.FileMenuPanels.Settings.txtSpellChecking": "拼写检查", "SSE.Views.FormatRulesEditDlg.fillColor": "填充颜色", + "SSE.Views.FormatRulesEditDlg.notcriticalErrorTitle": "警告", + "SSE.Views.FormatRulesEditDlg.text2Scales": "双色刻度", + "SSE.Views.FormatRulesEditDlg.text3Scales": "三色刻度", "SSE.Views.FormatRulesEditDlg.textAllBorders": "所有边框", "SSE.Views.FormatRulesEditDlg.textAppearance": "条形图外观", "SSE.Views.FormatRulesEditDlg.textApply": "应用于范围", "SSE.Views.FormatRulesEditDlg.textAutomatic": "自动", "SSE.Views.FormatRulesEditDlg.textAxis": "轴", "SSE.Views.FormatRulesEditDlg.textBarDirection": "条形图方向", + "SSE.Views.FormatRulesEditDlg.textBold": "粗体", + "SSE.Views.FormatRulesEditDlg.textBorder": "边框", + "SSE.Views.FormatRulesEditDlg.textBordersColor": "边框颜色", + "SSE.Views.FormatRulesEditDlg.textBordersStyle": "边框样式", + "SSE.Views.FormatRulesEditDlg.textBottomBorders": "底部边框", + "SSE.Views.FormatRulesEditDlg.textCellMidpoint": "单元格中点值", + "SSE.Views.FormatRulesEditDlg.textCenterBorders": "内部垂直边框", + "SSE.Views.FormatRulesEditDlg.textClear": "清除", + "SSE.Views.FormatRulesEditDlg.textColor": "文本颜色", + "SSE.Views.FormatRulesEditDlg.textContext": "上下文", + "SSE.Views.FormatRulesEditDlg.textCustom": "自定义", + "SSE.Views.FormatRulesEditDlg.textDiagDownBorder": "斜下框线", + "SSE.Views.FormatRulesEditDlg.textDiagUpBorder": "斜上框线", + "SSE.Views.FormatRulesEditDlg.textEmptyFormula": "请输入一个有效公式。", + "SSE.Views.FormatRulesEditDlg.textEmptyText": "输入某一值。", + "SSE.Views.FormatRulesEditDlg.textErrorTop10Between": "输入{0}到{1}之间的数字。", "SSE.Views.FormatRulesEditDlg.textFill": "填充", "SSE.Views.FormatRulesEditDlg.textFormat": "格式", "SSE.Views.FormatRulesEditDlg.textFormula": "公式", + "SSE.Views.FormatRulesEditDlg.textGradient": "渐变", + "SSE.Views.FormatRulesEditDlg.textIconLabel": "时间 {0} {1}和", + "SSE.Views.FormatRulesEditDlg.textIconLabelFirst": "时间 {0} {1}", + "SSE.Views.FormatRulesEditDlg.textIconLabelLast": "当值是", + "SSE.Views.FormatRulesEditDlg.textIconStyle": "图标样式", + "SSE.Views.FormatRulesEditDlg.textInsideBorders": "内部框线", + "SSE.Views.FormatRulesEditDlg.textInvalid": "无效的数据范围。", "SSE.Views.FormatRulesEditDlg.textInvalidRange": "错误!单元格范围无效。", + "SSE.Views.FormatRulesEditDlg.textItalic": "斜体", + "SSE.Views.FormatRulesEditDlg.textItem": "项目", + "SSE.Views.FormatRulesEditDlg.textLeft2Right": "从左到右", + "SSE.Views.FormatRulesEditDlg.textLeftBorders": "左框线", + "SSE.Views.FormatRulesEditDlg.textLongBar": "最长数据条", + "SSE.Views.FormatRulesEditDlg.textMaximum": "最大值", + "SSE.Views.FormatRulesEditDlg.textMaxpoint": "最大值点", + "SSE.Views.FormatRulesEditDlg.textMiddleBorders": "内部水平边框", + "SSE.Views.FormatRulesEditDlg.textMidpoint": "中点", + "SSE.Views.FormatRulesEditDlg.textMinimum": "最小值", + "SSE.Views.FormatRulesEditDlg.textMinpoint": "最小值点", + "SSE.Views.FormatRulesEditDlg.textNegative": "负", "SSE.Views.FormatRulesEditDlg.textNewColor": "添加新的自定义颜色", + "SSE.Views.FormatRulesEditDlg.textNoBorders": "无边框", + "SSE.Views.FormatRulesEditDlg.textNone": "无", + "SSE.Views.FormatRulesEditDlg.textOutBorders": "外部边框", + "SSE.Views.FormatRulesEditDlg.textPercent": "百分比", + "SSE.Views.FormatRulesEditDlg.textPercentile": "百分点值", + "SSE.Views.FormatRulesEditDlg.textPosition": "位置", + "SSE.Views.FormatRulesEditDlg.textPositive": "正", + "SSE.Views.FormatRulesEditDlg.textPresets": "预置", + "SSE.Views.FormatRulesEditDlg.textPreview": "预览", + "SSE.Views.FormatRulesEditDlg.textReverse": "倒转图标顺序", + "SSE.Views.FormatRulesEditDlg.textRight2Left": "从右到左", + "SSE.Views.FormatRulesEditDlg.textRightBorders": "右边框", + "SSE.Views.FormatRulesEditDlg.textRule": "规则", + "SSE.Views.FormatRulesEditDlg.textSameAs": "与正值相同", + "SSE.Views.FormatRulesEditDlg.textSelectData": "选择数据", + "SSE.Views.FormatRulesEditDlg.textShortBar": "最短数据条", + "SSE.Views.FormatRulesEditDlg.textShowBar": "仅显示数据条", + "SSE.Views.FormatRulesEditDlg.textShowIcon": "仅显示图标", + "SSE.Views.FormatRulesEditDlg.textSolid": "实线", + "SSE.Views.FormatRulesEditDlg.textStrikeout": "删除线", + "SSE.Views.FormatRulesEditDlg.textSubscript": "下标", + "SSE.Views.FormatRulesEditDlg.textSuperscript": "上标", + "SSE.Views.FormatRulesEditDlg.textTopBorders": "上框线", + "SSE.Views.FormatRulesEditDlg.textUnderline": "下划线", + "SSE.Views.FormatRulesEditDlg.tipBorders": "边框", + "SSE.Views.FormatRulesEditDlg.tipNumFormat": "数字格式", + "SSE.Views.FormatRulesEditDlg.txtAccounting": "核算", + "SSE.Views.FormatRulesEditDlg.txtCurrency": "货币", + "SSE.Views.FormatRulesEditDlg.txtDate": "日期", + "SSE.Views.FormatRulesEditDlg.txtEmpty": "此字段是必需的", "SSE.Views.FormatRulesEditDlg.txtFraction": "分数", + "SSE.Views.FormatRulesEditDlg.txtGeneral": "常规", + "SSE.Views.FormatRulesEditDlg.txtNoCellIcon": "无图标", + "SSE.Views.FormatRulesEditDlg.txtNumber": "数字", + "SSE.Views.FormatRulesEditDlg.txtPercentage": "百分比", + "SSE.Views.FormatRulesEditDlg.txtScientific": "科学型", + "SSE.Views.FormatRulesEditDlg.txtText": "文本", + "SSE.Views.FormatRulesEditDlg.txtTime": "时间", + "SSE.Views.FormatRulesEditDlg.txtTitleEdit": "编辑格式规则", + "SSE.Views.FormatRulesEditDlg.txtTitleNew": "新建格式规则", + "SSE.Views.FormatRulesManagerDlg.guestText": "来宾", + "SSE.Views.FormatRulesManagerDlg.text1Above": "标准偏差高于平均值1", + "SSE.Views.FormatRulesManagerDlg.text1Below": "标准偏差低于平均值1", + "SSE.Views.FormatRulesManagerDlg.text2Above": "标准偏差高于平均值2", + "SSE.Views.FormatRulesManagerDlg.text2Below": "标准偏差低于平均值2", + "SSE.Views.FormatRulesManagerDlg.text3Above": "标准偏差高于平均值3", + "SSE.Views.FormatRulesManagerDlg.text3Below": "标准偏差低于平均值3", "SSE.Views.FormatRulesManagerDlg.textAbove": "高于平均值", "SSE.Views.FormatRulesManagerDlg.textApply": "应用于", + "SSE.Views.FormatRulesManagerDlg.textBeginsWith": "单元格值开头是", + "SSE.Views.FormatRulesManagerDlg.textBelow": "低于平均值", + "SSE.Views.FormatRulesManagerDlg.textBetween": "介于{0}到{1}之间", + "SSE.Views.FormatRulesManagerDlg.textCellValue": "单元格值", + "SSE.Views.FormatRulesManagerDlg.textColorScale": "渐变颜色刻度", + "SSE.Views.FormatRulesManagerDlg.textContains": "单元格值包含", + "SSE.Views.FormatRulesManagerDlg.textDelete": "删除", + "SSE.Views.FormatRulesManagerDlg.textDown": "下移规则", + "SSE.Views.FormatRulesManagerDlg.textDuplicate": "重复值", + "SSE.Views.FormatRulesManagerDlg.textEdit": "编辑", + "SSE.Views.FormatRulesManagerDlg.textEnds": "单元格值结尾是", + "SSE.Views.FormatRulesManagerDlg.textEqAbove": "等于或高于平均值", + "SSE.Views.FormatRulesManagerDlg.textEqBelow": "等于或低于平均值", "SSE.Views.FormatRulesManagerDlg.textFormat": "格式", + "SSE.Views.FormatRulesManagerDlg.textIconSet": "图标集", + "SSE.Views.FormatRulesManagerDlg.textNew": "新", + "SSE.Views.FormatRulesManagerDlg.textNotBetween": "不介于{0}到{1}之间", + "SSE.Views.FormatRulesManagerDlg.textNotContains": "单元格值不包含", + "SSE.Views.FormatRulesManagerDlg.textRules": "规则", + "SSE.Views.FormatRulesManagerDlg.textScope": "显示其格式规则", + "SSE.Views.FormatRulesManagerDlg.textSelectData": "选择数据", + "SSE.Views.FormatRulesManagerDlg.textSelection": "当前选择", + "SSE.Views.FormatRulesManagerDlg.textThisPivot": "此数据透视", + "SSE.Views.FormatRulesManagerDlg.textThisSheet": "当前工作表", + "SSE.Views.FormatRulesManagerDlg.textThisTable": "当前表", + "SSE.Views.FormatRulesManagerDlg.textUnique": "唯一值", + "SSE.Views.FormatRulesManagerDlg.textUp": "上移规则", + "SSE.Views.FormatRulesManagerDlg.txtTitle": "条件格式", "SSE.Views.FormatSettingsDialog.textCategory": "分类", "SSE.Views.FormatSettingsDialog.textDecimal": "十进制", "SSE.Views.FormatSettingsDialog.textFormat": "格式", + "SSE.Views.FormatSettingsDialog.textLinked": "链接到源", "SSE.Views.FormatSettingsDialog.textSeparator": "使用1000分隔符", "SSE.Views.FormatSettingsDialog.textSymbols": "符号", "SSE.Views.FormatSettingsDialog.textTitle": "数字格式", @@ -1890,10 +2231,12 @@ "SSE.Views.FormulaTab.txtMore": "更多功能", "SSE.Views.FormulaTab.txtRecent": "最近使用的", "SSE.Views.FormulaWizard.textAny": "任何", + "SSE.Views.FormulaWizard.textArgument": "参数", "SSE.Views.FormulaWizard.textFunction": "函数", "SSE.Views.FormulaWizard.textFunctionRes": "函数值", "SSE.Views.FormulaWizard.textHelp": "关于此函数的帮助", "SSE.Views.FormulaWizard.textLogical": "合乎逻辑", + "SSE.Views.FormulaWizard.textNoArgs": "此函数无参数", "SSE.Views.FormulaWizard.textNumber": "数值", "SSE.Views.FormulaWizard.textRef": "引用", "SSE.Views.FormulaWizard.textText": "文本", @@ -1999,6 +2342,8 @@ "SSE.Views.LeftMenu.txtDeveloper": "开发者模式", "SSE.Views.LeftMenu.txtLimit": "限制访问", "SSE.Views.LeftMenu.txtTrial": "试用模式", + "SSE.Views.MacroDialog.textMacro": "宏名称", + "SSE.Views.MacroDialog.textTitle": "指定宏", "SSE.Views.MainSettingsPrint.okButtonText": "保存", "SSE.Views.MainSettingsPrint.strBottom": "底部", "SSE.Views.MainSettingsPrint.strLandscape": "横向", @@ -2128,10 +2473,23 @@ "SSE.Views.PivotDigitalFilterDialog.capCondition7": "开头为", "SSE.Views.PivotDigitalFilterDialog.capCondition8": "不起始于", "SSE.Views.PivotDigitalFilterDialog.capCondition9": "结束于", + "SSE.Views.PivotDigitalFilterDialog.textShowValue": "显示符合以下条件的项目:", "SSE.Views.PivotDigitalFilterDialog.txtAnd": "且", "SSE.Views.PivotDigitalFilterDialog.txtTitleLabel": "标签过滤器", "SSE.Views.PivotDigitalFilterDialog.txtTitleValue": "按值筛选", "SSE.Views.PivotGroupDialog.textAuto": "自动", + "SSE.Views.PivotGroupDialog.textDays": "天", + "SSE.Views.PivotGroupDialog.textEnd": "终止于", + "SSE.Views.PivotGroupDialog.textError": "此字段必须为数值。", + "SSE.Views.PivotGroupDialog.textHour": "小时", + "SSE.Views.PivotGroupDialog.textMin": "分钟", + "SSE.Views.PivotGroupDialog.textMonth": "月", + "SSE.Views.PivotGroupDialog.textNumDays": "天数", + "SSE.Views.PivotGroupDialog.textQuart": "季度", + "SSE.Views.PivotGroupDialog.textSec": "秒", + "SSE.Views.PivotGroupDialog.textStart": "起始于", + "SSE.Views.PivotGroupDialog.textYear": "年", + "SSE.Views.PivotGroupDialog.txtTitle": "组合", "SSE.Views.PivotSettings.textAdvanced": "显示高级设置", "SSE.Views.PivotSettings.textColumns": "列", "SSE.Views.PivotSettings.textFields": "选择字段", @@ -2155,6 +2513,7 @@ "SSE.Views.PivotSettingsAdvanced.strLayout": "名称与布局", "SSE.Views.PivotSettingsAdvanced.textAlt": "备选文本", "SSE.Views.PivotSettingsAdvanced.textAltDescription": "说明", + "SSE.Views.PivotSettingsAdvanced.textAltTitle": "标题", "SSE.Views.PivotSettingsAdvanced.textDataRange": "数据范围", "SSE.Views.PivotSettingsAdvanced.textDataSource": "数据来源", "SSE.Views.PivotSettingsAdvanced.textDisplayFields": "解除过滤器位置的域", @@ -2164,6 +2523,8 @@ "SSE.Views.PivotSettingsAdvanced.textInvalidRange": "失败!单元格范围无效", "SSE.Views.PivotSettingsAdvanced.textOver": "先上再下", "SSE.Views.PivotSettingsAdvanced.textSelectData": "选择数据", + "SSE.Views.PivotSettingsAdvanced.textShowCols": "列的显示", + "SSE.Views.PivotSettingsAdvanced.textShowRows": "行的显示", "SSE.Views.PivotSettingsAdvanced.textTitle": "数据透视表 - 进阶设定", "SSE.Views.PivotSettingsAdvanced.textWrapCol": "报告每列的过滤域", "SSE.Views.PivotSettingsAdvanced.textWrapRow": "报告每行的过滤域", @@ -2252,10 +2613,44 @@ "SSE.Views.PrintTitlesDialog.textTitle": "打印标题", "SSE.Views.PrintTitlesDialog.textTop": "在顶部重复一行", "SSE.Views.ProtectDialog.textInvalidRange": "错误!单元格范围无效。", + "SSE.Views.ProtectDialog.textSelectData": "选择数据", + "SSE.Views.ProtectDialog.txtAutofilter": "使用自动筛选", + "SSE.Views.ProtectDialog.txtDelCols": "删除列", + "SSE.Views.ProtectDialog.txtDelRows": "删除行​​", + "SSE.Views.ProtectDialog.txtEmpty": "此字段是必需的", "SSE.Views.ProtectDialog.txtFormatCells": "设置单元格格式", "SSE.Views.ProtectDialog.txtFormatCols": "设置列格式", "SSE.Views.ProtectDialog.txtFormatRows": "设置行格式", + "SSE.Views.ProtectDialog.txtIncorrectPwd": "确认的密码与先前输入的不一致。", + "SSE.Views.ProtectDialog.txtInsCols": "插入列", + "SSE.Views.ProtectDialog.txtInsHyper": "插入超链接", + "SSE.Views.ProtectDialog.txtInsRows": "插入行", + "SSE.Views.ProtectDialog.txtObjs": "编辑对象", + "SSE.Views.ProtectDialog.txtOptional": "可选", + "SSE.Views.ProtectDialog.txtPassword": "密码", + "SSE.Views.ProtectDialog.txtPivot": "使用数据透视表和数据透视图", + "SSE.Views.ProtectDialog.txtProtect": "保护", + "SSE.Views.ProtectDialog.txtRange": "区域", + "SSE.Views.ProtectDialog.txtRangeName": "标题", + "SSE.Views.ProtectDialog.txtRepeat": "重复输入密码", + "SSE.Views.ProtectDialog.txtScen": "编辑方案", + "SSE.Views.ProtectDialog.txtSelLocked": "选定锁定的单元格", + "SSE.Views.ProtectDialog.txtSelUnLocked": "选择未锁定的单元格", + "SSE.Views.ProtectDialog.txtSheetTitle": "保护工作表", + "SSE.Views.ProtectDialog.txtSort": "排序", + "SSE.Views.ProtectRangesDlg.guestText": "来宾", + "SSE.Views.ProtectRangesDlg.textDelete": "删除", + "SSE.Views.ProtectRangesDlg.textEdit": "编辑", + "SSE.Views.ProtectRangesDlg.textNew": "新", + "SSE.Views.ProtectRangesDlg.textProtect": "保护工作表", + "SSE.Views.ProtectRangesDlg.textPwd": "密码", + "SSE.Views.ProtectRangesDlg.textRange": "区域", + "SSE.Views.ProtectRangesDlg.textTitle": "标题", + "SSE.Views.ProtectRangesDlg.txtEditRange": "编辑范围", + "SSE.Views.ProtectRangesDlg.txtNewRange": "新区域", + "SSE.Views.ProtectRangesDlg.txtNo": "否", "SSE.Views.ProtectRangesDlg.txtTitle": "允许用户编辑范围", + "SSE.Views.ProtectRangesDlg.txtYes": "是", "SSE.Views.RemoveDuplicatesDialog.textColumns": "列", "SSE.Views.RemoveDuplicatesDialog.textHeaders": "我的数据有题头", "SSE.Views.RemoveDuplicatesDialog.textSelectAll": "全选", @@ -2268,6 +2663,7 @@ "SSE.Views.RightMenu.txtSettings": "通用设置", "SSE.Views.RightMenu.txtShapeSettings": "形状设置", "SSE.Views.RightMenu.txtSignatureSettings": "签名设置", + "SSE.Views.RightMenu.txtSlicerSettings": "切片器设置", "SSE.Views.RightMenu.txtSparklineSettings": "迷你图设置", "SSE.Views.RightMenu.txtTableSettings": "表设置", "SSE.Views.RightMenu.txtTextArtSettings": "文字艺术设定", @@ -2401,6 +2797,8 @@ "SSE.Views.SlicerAddDialog.textColumns": "列", "SSE.Views.SlicerAddDialog.txtTitle": "插入分法", "SSE.Views.SlicerSettings.strHideNoData": "隐藏没有数据的项目", + "SSE.Views.SlicerSettings.strIndNoData": "直观地指示空数据项", + "SSE.Views.SlicerSettings.strShowNoData": "最后显示空数据项", "SSE.Views.SlicerSettings.strSorting": "排序和筛选", "SSE.Views.SlicerSettings.textAdvanced": "显示高级设置", "SSE.Views.SlicerSettings.textAsc": "升序", @@ -2417,6 +2815,7 @@ "SSE.Views.SlicerSettings.textOldNew": "由旧到新", "SSE.Views.SlicerSettings.textPosition": "位置", "SSE.Views.SlicerSettings.textSize": "大小", + "SSE.Views.SlicerSettings.textSmallLarge": "升序", "SSE.Views.SlicerSettings.textStyle": "样式", "SSE.Views.SlicerSettings.textVert": "垂直", "SSE.Views.SlicerSettings.textWidth": "宽度", @@ -2424,8 +2823,10 @@ "SSE.Views.SlicerSettingsAdvanced.strColumns": "列", "SSE.Views.SlicerSettingsAdvanced.strHeight": "高度", "SSE.Views.SlicerSettingsAdvanced.strHideNoData": "隐藏没有数据的项目", + "SSE.Views.SlicerSettingsAdvanced.strIndNoData": "直观地指示空数据项", "SSE.Views.SlicerSettingsAdvanced.strReferences": "引用", "SSE.Views.SlicerSettingsAdvanced.strShowHeader": "显示题头", + "SSE.Views.SlicerSettingsAdvanced.strShowNoData": "最后显示空数据项", "SSE.Views.SlicerSettingsAdvanced.strSize": "大小", "SSE.Views.SlicerSettingsAdvanced.strSorting": "排序和筛选", "SSE.Views.SlicerSettingsAdvanced.strStyle": "样式", @@ -2434,6 +2835,7 @@ "SSE.Views.SlicerSettingsAdvanced.textAbsolute": "不要移动或调整单元格大小", "SSE.Views.SlicerSettingsAdvanced.textAlt": "备选文本", "SSE.Views.SlicerSettingsAdvanced.textAltDescription": "说明", + "SSE.Views.SlicerSettingsAdvanced.textAltTitle": "标题", "SSE.Views.SlicerSettingsAdvanced.textAsc": "升序", "SSE.Views.SlicerSettingsAdvanced.textAZ": "A到Z", "SSE.Views.SlicerSettingsAdvanced.textDesc": "降序", @@ -2445,8 +2847,11 @@ "SSE.Views.SlicerSettingsAdvanced.textNewOld": "由新到旧", "SSE.Views.SlicerSettingsAdvanced.textOldNew": "由旧到新", "SSE.Views.SlicerSettingsAdvanced.textOneCell": "移动但不按单元格大小调整", + "SSE.Views.SlicerSettingsAdvanced.textSmallLarge": "升序", "SSE.Views.SlicerSettingsAdvanced.textSnap": "单元捕捉", "SSE.Views.SlicerSettingsAdvanced.textSort": "排序", + "SSE.Views.SlicerSettingsAdvanced.textSourceName": "源名称", + "SSE.Views.SlicerSettingsAdvanced.textTitle": "切片器 - 高级设置", "SSE.Views.SlicerSettingsAdvanced.textTwoCell": "随单元格移动和调整大小", "SSE.Views.SlicerSettingsAdvanced.txtEmpty": "这是必填栏", "SSE.Views.SortDialog.errorEmpty": "所有排序条件都必须指定列或行。", @@ -2509,7 +2914,9 @@ "SSE.Views.SpecialPasteDialog.textNone": "无", "SSE.Views.SpecialPasteDialog.textOperation": "操作", "SSE.Views.SpecialPasteDialog.textPaste": "粘贴", + "SSE.Views.SpecialPasteDialog.textSub": "减", "SSE.Views.SpecialPasteDialog.textTitle": "特殊粘贴", + "SSE.Views.SpecialPasteDialog.textTranspose": "转置", "SSE.Views.SpecialPasteDialog.textValues": "值", "SSE.Views.SpecialPasteDialog.textVFormat": "值和格式", "SSE.Views.SpecialPasteDialog.textVNFormat": "值和数字格式", @@ -2540,13 +2947,17 @@ "SSE.Views.Statusbar.itemMaximum": "最大值", "SSE.Views.Statusbar.itemMinimum": "最小值", "SSE.Views.Statusbar.itemMove": "移动", + "SSE.Views.Statusbar.itemProtect": "保护", "SSE.Views.Statusbar.itemRename": "重命名", + "SSE.Views.Statusbar.itemStatus": "在保存状态", "SSE.Views.Statusbar.itemSum": "合计", "SSE.Views.Statusbar.itemTabColor": "标签颜色", + "SSE.Views.Statusbar.itemUnProtect": "取消保护", "SSE.Views.Statusbar.RenameDialog.errNameExists": "具有这样一个名称的工作表已经存在。", "SSE.Views.Statusbar.RenameDialog.errNameWrongChar": "表格名字中不能保护以下符号:\\/*?[]:", "SSE.Views.Statusbar.RenameDialog.labelSheetName": "工作表名称", "SSE.Views.Statusbar.selectAllSheets": "选择所有工作表", + "SSE.Views.Statusbar.sheetIndexText": "第{1}页的第{0}页", "SSE.Views.Statusbar.textAverage": "平均值", "SSE.Views.Statusbar.textCount": "计数", "SSE.Views.Statusbar.textMax": "最大值", @@ -2584,6 +2995,7 @@ "SSE.Views.TableSettings.selectDataText": "选择列数据", "SSE.Views.TableSettings.selectRowText": "选择行", "SSE.Views.TableSettings.selectTableText": "选择表", + "SSE.Views.TableSettings.textActions": "表操作", "SSE.Views.TableSettings.textAdvanced": "显示高级设置", "SSE.Views.TableSettings.textBanded": "带状", "SSE.Views.TableSettings.textColumns": "列", @@ -2660,8 +3072,10 @@ "SSE.Views.TextArtSettings.txtPapyrus": "纸莎草", "SSE.Views.TextArtSettings.txtWood": "木头", "SSE.Views.Toolbar.capBtnAddComment": "添加批注", + "SSE.Views.Toolbar.capBtnColorSchemas": "配色方案", "SSE.Views.Toolbar.capBtnComment": "批注", "SSE.Views.Toolbar.capBtnInsHeader": "页眉/页脚", + "SSE.Views.Toolbar.capBtnInsSlicer": "切片器", "SSE.Views.Toolbar.capBtnInsSymbol": "符号", "SSE.Views.Toolbar.capBtnMargins": "边距", "SSE.Views.Toolbar.capBtnPageOrient": "选项", @@ -2678,6 +3092,7 @@ "SSE.Views.Toolbar.capInsertHyperlink": "超链接", "SSE.Views.Toolbar.capInsertImage": "图片", "SSE.Views.Toolbar.capInsertShape": "形状", + "SSE.Views.Toolbar.capInsertSpark": "迷你图", "SSE.Views.Toolbar.capInsertTable": "表格", "SSE.Views.Toolbar.capInsertText": "文本框", "SSE.Views.Toolbar.mniImageFromFile": "图片文件", @@ -2701,8 +3116,11 @@ "SSE.Views.Toolbar.textBottomBorders": "底部边界", "SSE.Views.Toolbar.textCenterBorders": "内部垂直边界", "SSE.Views.Toolbar.textClearPrintArea": "清除打印区域", + "SSE.Views.Toolbar.textClearRule": "清除规则", "SSE.Views.Toolbar.textClockwise": "顺时针方向角", + "SSE.Views.Toolbar.textColorScales": "色阶", "SSE.Views.Toolbar.textCounterCw": "角逆时针", + "SSE.Views.Toolbar.textDataBars": "数据栏", "SSE.Views.Toolbar.textDelLeft": "移动单元格", "SSE.Views.Toolbar.textDelUp": "向上移动单元格", "SSE.Views.Toolbar.textDiagDownBorder": "对角线下边界", @@ -2716,9 +3134,11 @@ "SSE.Views.Toolbar.textInsideBorders": "内陆边界", "SSE.Views.Toolbar.textInsRight": "右移小区", "SSE.Views.Toolbar.textItalic": "斜体", + "SSE.Views.Toolbar.textItems": "项目", "SSE.Views.Toolbar.textLandscape": "横向", "SSE.Views.Toolbar.textLeft": "左: ", "SSE.Views.Toolbar.textLeftBorders": "左边界", + "SSE.Views.Toolbar.textManageRule": "管理规则", "SSE.Views.Toolbar.textManyPages": "页面", "SSE.Views.Toolbar.textMarginsLast": "最后自定义", "SSE.Views.Toolbar.textMarginsNarrow": "缩小", @@ -2728,6 +3148,7 @@ "SSE.Views.Toolbar.textMoreFormats": "更多格式", "SSE.Views.Toolbar.textMorePages": "更多页", "SSE.Views.Toolbar.textNewColor": "添加新的自定义颜色", + "SSE.Views.Toolbar.textNewRule": "新规则", "SSE.Views.Toolbar.textNoBorders": "没有边框", "SSE.Views.Toolbar.textOnePage": "页面", "SSE.Views.Toolbar.textOutBorders": "境外", @@ -2741,6 +3162,7 @@ "SSE.Views.Toolbar.textRotateUp": "旋转270°", "SSE.Views.Toolbar.textScale": "缩放", "SSE.Views.Toolbar.textScaleCustom": "自定义", + "SSE.Views.Toolbar.textSelection": "从当前选择", "SSE.Views.Toolbar.textSetPrintArea": "设置打印区域", "SSE.Views.Toolbar.textStrikeout": "删除线", "SSE.Views.Toolbar.textSubscript": "下标", @@ -2754,6 +3176,10 @@ "SSE.Views.Toolbar.textTabInsert": "插入", "SSE.Views.Toolbar.textTabLayout": "布局", "SSE.Views.Toolbar.textTabProtect": "保护", + "SSE.Views.Toolbar.textTabView": "查看", + "SSE.Views.Toolbar.textThisPivot": "从此数据透视表", + "SSE.Views.Toolbar.textThisSheet": "从此工作表", + "SSE.Views.Toolbar.textThisTable": "从此表格", "SSE.Views.Toolbar.textTop": "顶边: ", "SSE.Views.Toolbar.textTopBorders": "顶部边界", "SSE.Views.Toolbar.textUnderline": "下划线", @@ -2774,6 +3200,7 @@ "SSE.Views.Toolbar.tipChangeChart": "更改图表类型", "SSE.Views.Toolbar.tipClearStyle": "清除", "SSE.Views.Toolbar.tipColorSchemas": "更改配色方案", + "SSE.Views.Toolbar.tipCondFormat": "条件格式", "SSE.Views.Toolbar.tipCopy": "复制", "SSE.Views.Toolbar.tipCopyStyle": "复制样式", "SSE.Views.Toolbar.tipDecDecimal": "减少十进制", @@ -2784,6 +3211,7 @@ "SSE.Views.Toolbar.tipDigStylePercent": "百分比风格", "SSE.Views.Toolbar.tipEditChart": "编辑图表", "SSE.Views.Toolbar.tipEditChartData": "选择数据", + "SSE.Views.Toolbar.tipEditChartType": "更改图表类型", "SSE.Views.Toolbar.tipEditHeader": "编辑页眉或页脚", "SSE.Views.Toolbar.tipFontColor": "字体颜色", "SSE.Views.Toolbar.tipFontName": "字体 ", @@ -2800,6 +3228,7 @@ "SSE.Views.Toolbar.tipInsertOpt": "插入单元格", "SSE.Views.Toolbar.tipInsertShape": "自动插入形状", "SSE.Views.Toolbar.tipInsertSlicer": "插入分法", + "SSE.Views.Toolbar.tipInsertSpark": "插入迷你图", "SSE.Views.Toolbar.tipInsertSymbol": "插入符号", "SSE.Views.Toolbar.tipInsertTable": "插入表", "SSE.Views.Toolbar.tipInsertText": "插入文字", @@ -2875,6 +3304,7 @@ "SSE.Views.Toolbar.txtScheme2": "灰度", "SSE.Views.Toolbar.txtScheme20": "城市的", "SSE.Views.Toolbar.txtScheme21": "气势", + "SSE.Views.Toolbar.txtScheme22": "新Office", "SSE.Views.Toolbar.txtScheme3": "顶点", "SSE.Views.Toolbar.txtScheme4": "方面", "SSE.Views.Toolbar.txtScheme5": "公民", @@ -2901,6 +3331,8 @@ "SSE.Views.Top10FilterDialog.txtSum": "合计", "SSE.Views.Top10FilterDialog.txtTitle": "前十位自动过滤", "SSE.Views.Top10FilterDialog.txtTop": "顶部", + "SSE.Views.Top10FilterDialog.txtValueTitle": "前10个筛选器", + "SSE.Views.ValueFieldSettingsDialog.textTitle": "值字段设置", "SSE.Views.ValueFieldSettingsDialog.txtAverage": "平均值", "SSE.Views.ValueFieldSettingsDialog.txtBaseField": "基域", "SSE.Views.ValueFieldSettingsDialog.txtBaseItem": "基本项目", @@ -2919,16 +3351,26 @@ "SSE.Views.ValueFieldSettingsDialog.txtPercentOfTotal": "占所有行的百分比", "SSE.Views.ValueFieldSettingsDialog.txtProduct": "产品", "SSE.Views.ValueFieldSettingsDialog.txtRunTotal": "总运行", + "SSE.Views.ValueFieldSettingsDialog.txtShowAs": "值显示方式", + "SSE.Views.ValueFieldSettingsDialog.txtSourceName": "源名称:", "SSE.Views.ValueFieldSettingsDialog.txtStdDev": "标准差", + "SSE.Views.ValueFieldSettingsDialog.txtStdDevp": "总体标准偏差", "SSE.Views.ValueFieldSettingsDialog.txtSum": "合计", + "SSE.Views.ValueFieldSettingsDialog.txtVar": "方差", + "SSE.Views.ValueFieldSettingsDialog.txtVarp": "总体方差", "SSE.Views.ViewManagerDlg.closeButtonText": "关闭", "SSE.Views.ViewManagerDlg.guestText": "游客", "SSE.Views.ViewManagerDlg.textDelete": "删除", "SSE.Views.ViewManagerDlg.textDuplicate": "复制", + "SSE.Views.ViewManagerDlg.textGoTo": "转到视图", "SSE.Views.ViewManagerDlg.textNew": "新", "SSE.Views.ViewManagerDlg.textRename": "重命名", + "SSE.Views.ViewManagerDlg.textRenameLabel": "重命名视图", + "SSE.Views.ViewManagerDlg.textViews": "工作表视图", "SSE.Views.ViewManagerDlg.tipIsLocked": "此元素正在被其他用户编辑。", + "SSE.Views.ViewManagerDlg.txtTitle": "工作表视图的管理器", "SSE.Views.ViewTab.capBtnFreeze": "冻结窗格", + "SSE.Views.ViewTab.capBtnSheetView": "工作表视图", "SSE.Views.ViewTab.textClose": "关闭", "SSE.Views.ViewTab.textCreate": "新", "SSE.Views.ViewTab.textDefault": "默认", @@ -2936,8 +3378,25 @@ "SSE.Views.ViewTab.textFreezeCol": "冻结首列", "SSE.Views.ViewTab.textFreezeRow": "冻结首行", "SSE.Views.ViewTab.textGridlines": "网格线", + "SSE.Views.ViewTab.textHeadings": "标题", + "SSE.Views.ViewTab.textManager": "查看管理器", + "SSE.Views.ViewTab.textUnFreeze": "取消冻结窗格", + "SSE.Views.ViewTab.textZeros": "显示零", "SSE.Views.ViewTab.textZoom": "放大", + "SSE.Views.ViewTab.tipClose": "关闭工作表视图", + "SSE.Views.ViewTab.tipCreate": "创建工作表视图", "SSE.Views.ViewTab.tipFreeze": "冻结窗格", + "SSE.Views.ViewTab.tipSheetView": "工作表视图", "SSE.Views.WBProtection.hintAllowRanges": "允许编辑范围", - "SSE.Views.WBProtection.txtAllowRanges": "允许编辑范围" + "SSE.Views.WBProtection.hintProtectSheet": "保护工作表", + "SSE.Views.WBProtection.hintProtectWB": "保护工作簿​​", + "SSE.Views.WBProtection.txtAllowRanges": "允许编辑范围", + "SSE.Views.WBProtection.txtHiddenFormula": "隐藏公式", + "SSE.Views.WBProtection.txtLockedCell": "锁定的单元格", + "SSE.Views.WBProtection.txtLockedShape": "形状锁定了", + "SSE.Views.WBProtection.txtLockedText": "锁定文本", + "SSE.Views.WBProtection.txtProtectSheet": "保护工作表", + "SSE.Views.WBProtection.txtProtectWB": "保护工作簿​​", + "SSE.Views.WBProtection.txtSheetUnlockTitle": "取消工作表保护", + "SSE.Views.WBProtection.txtWBUnlockTitle": "取消工作簿保护" } \ No newline at end of file From 3e582f9c31bc7200188bda64e3b7a48e6b2f4910 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Fri, 22 Oct 2021 17:32:38 +0300 Subject: [PATCH 30/64] Refactoring --- .../main/app/controller/Transitions.js | 17 +++++++++-------- .../main/app/view/Transitions.js | 12 +++++------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/apps/presentationeditor/main/app/controller/Transitions.js b/apps/presentationeditor/main/app/controller/Transitions.js index aef5b8d60..1202d5cf8 100644 --- a/apps/presentationeditor/main/app/controller/Transitions.js +++ b/apps/presentationeditor/main/app/controller/Transitions.js @@ -121,8 +121,8 @@ define([ } }, - onParameterClick: function (item) { - this._state.EffectType = item.value; + onParameterClick: function (value) { + this._state.EffectType = value; if (this.api) { var props = new Asc.CAscSlideProps(); var transition = new Asc.CAscSlideTransition(); @@ -183,13 +183,14 @@ define([ if (this._state.Effect !== type && !((this._state.Effect === Asc.c_oAscSlideTransitionTypes.Wipe || this._state.Effect === Asc.c_oAscSlideTransitionTypes.UnCover || this._state.Effect === Asc.c_oAscSlideTransitionTypes.Cover)&& - (type === Asc.c_oAscSlideTransitionTypes.Wipe || type === Asc.c_oAscSlideTransitionTypes.UnCover || type === Asc.c_oAscSlideTransitionTypes.Cover))) { - var parameter = this.view.setMenuParameters(type); - this._state.Effect = type; - if (parameter) - this.onParameterClick(parameter); - } + (type === Asc.c_oAscSlideTransitionTypes.Wipe || type === Asc.c_oAscSlideTransitionTypes.UnCover || type === Asc.c_oAscSlideTransitionTypes.Cover))) + var parameter = this.view.setMenuParameters(type); + this._state.Effect = type; + if (parameter) + this.onParameterClick(parameter); + else + this.onParameterClick(this._state.EffectType); }, onFocusObject: function(selectedObjects) { diff --git a/apps/presentationeditor/main/app/view/Transitions.js b/apps/presentationeditor/main/app/view/Transitions.js index 38a89f616..07a57cc83 100644 --- a/apps/presentationeditor/main/app/view/Transitions.js +++ b/apps/presentationeditor/main/app/view/Transitions.js @@ -70,12 +70,9 @@ define([ } if (me.btnParameters) { - me.btnParameters.on('click', function (e) { - me.fireEvent('transit:parameters', ['current']); - }); me.btnParameters.menu.on('item:click', function (menu, item, e) { - me.fireEvent('transit:parameters', [item]); + me.fireEvent('transit:parameters', [item.value]); }); } @@ -395,13 +392,14 @@ define([ var selectedElement; _.each(this.btnParameters.menu.items, function (element, index) { - element.setVisible(((index >= minMax[0])&&(index <= minMax[1]))); - if ((index >= minMax[0])&&(index <= minMax[1])) { + element.setVisible(true); if (value != undefined) { if (value == element.value) selectedElement = element; } } + else + element.setVisible(false); }); if (selectedElement == undefined) @@ -416,7 +414,7 @@ define([ this.btnPreview.setDisabled(effect === Asc.c_oAscSlideTransitionTypes.None); this.numDuration.setDisabled(effect === Asc.c_oAscSlideTransitionTypes.None); } - return selectedElement; + return (selectedElement)?selectedElement.value:-1; }, From 86b44aec906fd08bb82491c5bca819a60d846c3e Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 22 Oct 2021 17:35:06 +0300 Subject: [PATCH 31/64] [Mobile] Update translation --- apps/presentationeditor/mobile/locale/ca.json | 4 ++-- apps/presentationeditor/mobile/locale/de.json | 4 ++-- apps/presentationeditor/mobile/locale/es.json | 4 ++-- apps/presentationeditor/mobile/locale/fr.json | 4 ++-- apps/presentationeditor/mobile/locale/it.json | 2 +- apps/presentationeditor/mobile/locale/ja.json | 4 ++-- apps/presentationeditor/mobile/locale/ko.json | 4 ++-- apps/presentationeditor/mobile/locale/pt.json | 4 ++-- apps/presentationeditor/mobile/locale/ro.json | 4 ++-- apps/presentationeditor/mobile/locale/ru.json | 4 ++-- apps/presentationeditor/mobile/locale/zh.json | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/apps/presentationeditor/mobile/locale/ca.json b/apps/presentationeditor/mobile/locale/ca.json index 0b7cd61e8..fe1a3eab5 100644 --- a/apps/presentationeditor/mobile/locale/ca.json +++ b/apps/presentationeditor/mobile/locale/ca.json @@ -373,6 +373,7 @@ "textTopRight": "Superior-dreta", "textTotalRow": "Fila de total", "textTransition": "Transició", + "textTransitions": "Transicions", "textType": "Tipus", "textUnCover": "Descobreix", "textVerticalIn": "Vertical entrant", @@ -382,8 +383,7 @@ "textZoom": "Zoom", "textZoomIn": "Amplia", "textZoomOut": "Redueix", - "textZoomRotate": "Amplia i gira", - "textTransitions": "Transitions" + "textZoomRotate": "Amplia i gira" }, "Settings": { "mniSlideStandard": "Estàndard (4:3)", diff --git a/apps/presentationeditor/mobile/locale/de.json b/apps/presentationeditor/mobile/locale/de.json index 7ea38c878..8cba27fe1 100644 --- a/apps/presentationeditor/mobile/locale/de.json +++ b/apps/presentationeditor/mobile/locale/de.json @@ -373,6 +373,7 @@ "textTopRight": "Oben rechts", "textTotalRow": "Ergebniszeile", "textTransition": "Übergang", + "textTransitions": "Übergänge", "textType": "Typ", "textUnCover": "Aufdecken", "textVerticalIn": "Vertikal nach innen", @@ -382,8 +383,7 @@ "textZoom": "Zoom", "textZoomIn": "Vergrößern", "textZoomOut": "Verkleinern", - "textZoomRotate": "Vergrößern und drehen", - "textTransitions": "Transitions" + "textZoomRotate": "Vergrößern und drehen" }, "Settings": { "mniSlideStandard": "Standard (4:3)", diff --git a/apps/presentationeditor/mobile/locale/es.json b/apps/presentationeditor/mobile/locale/es.json index c54731282..748e5ccf1 100644 --- a/apps/presentationeditor/mobile/locale/es.json +++ b/apps/presentationeditor/mobile/locale/es.json @@ -373,6 +373,7 @@ "textTopRight": "Arriba a la derecha", "textTotalRow": "Fila de totales", "textTransition": "Transición", + "textTransitions": "Transiciones", "textType": "Tipo", "textUnCover": "Revelar", "textVerticalIn": "Vertical entrante", @@ -382,8 +383,7 @@ "textZoom": "Zoom", "textZoomIn": "Acercar", "textZoomOut": "Alejar", - "textZoomRotate": "Zoom y giro", - "textTransitions": "Transitions" + "textZoomRotate": "Zoom y giro" }, "Settings": { "mniSlideStandard": "Estándar (4:3)", diff --git a/apps/presentationeditor/mobile/locale/fr.json b/apps/presentationeditor/mobile/locale/fr.json index 36c59fc99..f79478d1d 100644 --- a/apps/presentationeditor/mobile/locale/fr.json +++ b/apps/presentationeditor/mobile/locale/fr.json @@ -373,6 +373,7 @@ "textTopRight": "Haut à droite", "textTotalRow": "Ligne de total", "textTransition": "Transition", + "textTransitions": "Transitions", "textType": "Type", "textUnCover": "Découvrir", "textVerticalIn": "Vertical intérieur", @@ -382,8 +383,7 @@ "textZoom": "Zoom", "textZoomIn": "Zoom avant", "textZoomOut": "Zoom arrière", - "textZoomRotate": "Zoom et rotation", - "textTransitions": "Transitions" + "textZoomRotate": "Zoom et rotation" }, "Settings": { "mniSlideStandard": "Standard (4:3)", diff --git a/apps/presentationeditor/mobile/locale/it.json b/apps/presentationeditor/mobile/locale/it.json index 3329a3be7..e79db49e0 100644 --- a/apps/presentationeditor/mobile/locale/it.json +++ b/apps/presentationeditor/mobile/locale/it.json @@ -214,6 +214,7 @@ "textAllCaps": "Tutto maiuscolo", "textApplyAll": "Applica a tutte le diapositive", "textAuto": "Auto", + "textTransitions": "Transizioni", "notcriticalErrorTitle": "Warning", "textActualSize": "Actual Size", "textAdditional": "Additional", @@ -335,7 +336,6 @@ "textTopLeft": "Top-Left", "textTopRight": "Top-Right", "textTotalRow": "Total Row", - "textTransitions": "Transitions", "textType": "Type", "textUnCover": "UnCover", "textVerticalIn": "Vertical In", diff --git a/apps/presentationeditor/mobile/locale/ja.json b/apps/presentationeditor/mobile/locale/ja.json index 27463b06b..ee9e2b7a0 100644 --- a/apps/presentationeditor/mobile/locale/ja.json +++ b/apps/presentationeditor/mobile/locale/ja.json @@ -373,6 +373,7 @@ "textTopRight": "右上", "textTotalRow": "合計行", "textTransition": "切り替え​​", + "textTransitions": "遷移", "textType": "タイプ", "textUnCover": "アンカバー", "textVerticalIn": "縦(中)", @@ -382,8 +383,7 @@ "textZoom": "ズーム", "textZoomIn": "拡大", "textZoomOut": "縮小", - "textZoomRotate": "ズームと回転", - "textTransitions": "Transitions" + "textZoomRotate": "ズームと回転" }, "Settings": { "mniSlideStandard": "標準(4:3)", diff --git a/apps/presentationeditor/mobile/locale/ko.json b/apps/presentationeditor/mobile/locale/ko.json index 4a51fb1c9..d3f55e463 100644 --- a/apps/presentationeditor/mobile/locale/ko.json +++ b/apps/presentationeditor/mobile/locale/ko.json @@ -373,6 +373,7 @@ "textTopRight": "오른쪽 위", "textTotalRow": "합계", "textTransition": "전환", + "textTransitions": "전환", "textType": "유형", "textUnCover": "당기기", "textVerticalIn": "덮기", @@ -382,8 +383,7 @@ "textZoom": "확대/축소", "textZoomIn": "확대", "textZoomOut": "축소", - "textZoomRotate": "확대 / 축소 및 회전", - "textTransitions": "Transitions" + "textZoomRotate": "확대 / 축소 및 회전" }, "Settings": { "mniSlideStandard": "표준 (4 : 3)", diff --git a/apps/presentationeditor/mobile/locale/pt.json b/apps/presentationeditor/mobile/locale/pt.json index aa6ebb34e..642d93c15 100644 --- a/apps/presentationeditor/mobile/locale/pt.json +++ b/apps/presentationeditor/mobile/locale/pt.json @@ -373,6 +373,7 @@ "textTopRight": "Parte superior direita", "textTotalRow": "Linha total", "textTransition": "Transição", + "textTransitions": "Transições", "textType": "Tipo", "textUnCover": "Descobrir", "textVerticalIn": "Vertical para dentro", @@ -382,8 +383,7 @@ "textZoom": "Zoom", "textZoomIn": "Ampliar", "textZoomOut": "Reduzir", - "textZoomRotate": "Zoom e Rotação", - "textTransitions": "Transitions" + "textZoomRotate": "Zoom e Rotação" }, "Settings": { "mniSlideStandard": "Padrão (4:3)", diff --git a/apps/presentationeditor/mobile/locale/ro.json b/apps/presentationeditor/mobile/locale/ro.json index 8fb5eb432..d43cbb1b0 100644 --- a/apps/presentationeditor/mobile/locale/ro.json +++ b/apps/presentationeditor/mobile/locale/ro.json @@ -373,6 +373,7 @@ "textTopRight": "Dreapta sus", "textTotalRow": "Rând total", "textTransition": "Tranziții", + "textTransitions": "Tranziții", "textType": "Tip", "textUnCover": "Descoperire", "textVerticalIn": "Vertical în interior", @@ -382,8 +383,7 @@ "textZoom": "Zoom", "textZoomIn": "Mărire", "textZoomOut": "Micșorare", - "textZoomRotate": "Zoom și rotire", - "textTransitions": "Transitions" + "textZoomRotate": "Zoom și rotire" }, "Settings": { "mniSlideStandard": "Standard (4:3)", diff --git a/apps/presentationeditor/mobile/locale/ru.json b/apps/presentationeditor/mobile/locale/ru.json index ca710df6c..5dd647b27 100644 --- a/apps/presentationeditor/mobile/locale/ru.json +++ b/apps/presentationeditor/mobile/locale/ru.json @@ -373,6 +373,7 @@ "textTopRight": "Сверху справа", "textTotalRow": "Строка итогов", "textTransition": "Переход", + "textTransitions": "Переходы", "textType": "Тип", "textUnCover": "Открывание", "textVerticalIn": "По вертикали внутрь", @@ -382,8 +383,7 @@ "textZoom": "Масштабирование", "textZoomIn": "Увеличение", "textZoomOut": "Уменьшение", - "textZoomRotate": "Увеличение с поворотом", - "textTransitions": "Transitions" + "textZoomRotate": "Увеличение с поворотом" }, "Settings": { "mniSlideStandard": "Стандартный (4:3)", diff --git a/apps/presentationeditor/mobile/locale/zh.json b/apps/presentationeditor/mobile/locale/zh.json index c4ec9e4b4..abdc1dc1b 100644 --- a/apps/presentationeditor/mobile/locale/zh.json +++ b/apps/presentationeditor/mobile/locale/zh.json @@ -373,6 +373,7 @@ "textTopRight": "右上", "textTotalRow": "总行", "textTransition": "过渡", + "textTransitions": "转换", "textType": "类型", "textUnCover": "揭露", "textVerticalIn": "铅直进入", @@ -382,8 +383,7 @@ "textZoom": "放大", "textZoomIn": "放大", "textZoomOut": "缩小", - "textZoomRotate": "缩放并旋转", - "textTransitions": "Transitions" + "textZoomRotate": "缩放并旋转" }, "Settings": { "mniSlideStandard": "标准(4:3)", From dcf9248b291710277b1e3a68216d8862083c31ac Mon Sep 17 00:00:00 2001 From: OVSharova Date: Fri, 22 Oct 2021 17:44:37 +0300 Subject: [PATCH 32/64] Fix bug --- apps/presentationeditor/main/app/controller/Transitions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/presentationeditor/main/app/controller/Transitions.js b/apps/presentationeditor/main/app/controller/Transitions.js index 1202d5cf8..89660d903 100644 --- a/apps/presentationeditor/main/app/controller/Transitions.js +++ b/apps/presentationeditor/main/app/controller/Transitions.js @@ -187,7 +187,7 @@ define([ var parameter = this.view.setMenuParameters(type); this._state.Effect = type; - if (parameter) + if (parameter!=undefined) this.onParameterClick(parameter); else this.onParameterClick(this._state.EffectType); From 03c11ac11028b81dba9030b4cbd17dbc93dadea6 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Fri, 22 Oct 2021 18:46:18 +0300 Subject: [PATCH 33/64] Refactoring --- .../presentationeditor/main/app/controller/Transitions.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/presentationeditor/main/app/controller/Transitions.js b/apps/presentationeditor/main/app/controller/Transitions.js index 89660d903..3b28840a3 100644 --- a/apps/presentationeditor/main/app/controller/Transitions.js +++ b/apps/presentationeditor/main/app/controller/Transitions.js @@ -180,17 +180,15 @@ define([ onEffectSelect: function (combo, record) { var type = record.get('value'); + var parameter = this._state.EffectType; if (this._state.Effect !== type && !((this._state.Effect === Asc.c_oAscSlideTransitionTypes.Wipe || this._state.Effect === Asc.c_oAscSlideTransitionTypes.UnCover || this._state.Effect === Asc.c_oAscSlideTransitionTypes.Cover)&& (type === Asc.c_oAscSlideTransitionTypes.Wipe || type === Asc.c_oAscSlideTransitionTypes.UnCover || type === Asc.c_oAscSlideTransitionTypes.Cover))) - var parameter = this.view.setMenuParameters(type); + parameter = this.view.setMenuParameters(type); this._state.Effect = type; - if (parameter!=undefined) - this.onParameterClick(parameter); - else - this.onParameterClick(this._state.EffectType); + this.onParameterClick(this._state.EffectType); }, onFocusObject: function(selectedObjects) { From 15ab5fad67c4b0dd16c19b76d4b00a8f0e3ee861 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Fri, 22 Oct 2021 19:52:59 +0400 Subject: [PATCH 34/64] [SSE mobile] Fix Bug 53279 --- .../mobile/src/controller/Statusbar.jsx | 9 ++++++++- apps/spreadsheeteditor/mobile/src/store/sheets.js | 10 +++++++++- apps/spreadsheeteditor/mobile/src/view/Statusbar.jsx | 3 ++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/apps/spreadsheeteditor/mobile/src/controller/Statusbar.jsx b/apps/spreadsheeteditor/mobile/src/controller/Statusbar.jsx index 9455ee9e0..3a03a769d 100644 --- a/apps/spreadsheeteditor/mobile/src/controller/Statusbar.jsx +++ b/apps/spreadsheeteditor/mobile/src/controller/Statusbar.jsx @@ -22,6 +22,7 @@ const StatusbarController = inject('sheets', 'storeFocusObjects', 'users')(obser api.asc_registerCallback('asc_onChangeProtectWorkbook', () => { sheets.setProtectedWorkbook(api.asc_isProtectedWorkbook()); }); + api.asc_registerCallback('asc_onEditCell', onApiEditCell); api.asc_registerCallback('asc_onSheetsChanged', onApiSheetsChanged); api.asc_registerCallback('asc_onActiveSheetChanged', onApiActiveSheetChanged); api.asc_registerCallback('asc_onHidePopMenu', onApiHideTabContextMenu); @@ -32,6 +33,11 @@ const StatusbarController = inject('sheets', 'storeFocusObjects', 'users')(obser Common.Notifications.on('api:disconnect', onApiDisconnect); }); + const onApiEditCell = state => { + let isDisable = state !== Asc.c_oAscCellEditorState.editEnd; + sheets.setDisabledEditSheet(isDisable); + } + const onApiDisconnect = () => { users.resetDisconnected(true); } @@ -127,6 +133,7 @@ const Statusbar = inject('sheets', 'storeAppOptions', 'users')(observer(props => const isEdit = storeAppOptions.isEdit; const isDisconnected = users.isDisconnected; const isProtectedWorkbook = sheets.isProtectedWorkbook; + const isDisabledEditSheet = sheets.isDisabledEditSheet; useEffect(() => { const on_main_view_click = e => { @@ -184,7 +191,7 @@ const Statusbar = inject('sheets', 'storeAppOptions', 'users')(observer(props => if (index == api.asc_getActiveWorksheetIndex()) { if (!opened) { - if (isEdit && !isDisconnected && !model.locked && !isProtectedWorkbook) { + if (isEdit && !isDisconnected && !model.locked && !isProtectedWorkbook && !isDisabledEditSheet) { api.asc_closeCellEditor(); f7.popover.open('#idx-tab-context-menu-popover', target); } diff --git a/apps/spreadsheeteditor/mobile/src/store/sheets.js b/apps/spreadsheeteditor/mobile/src/store/sheets.js index e11964002..3caa203da 100644 --- a/apps/spreadsheeteditor/mobile/src/store/sheets.js +++ b/apps/spreadsheeteditor/mobile/src/store/sheets.js @@ -39,7 +39,10 @@ export class storeWorksheets { setProtectedWorkbook: action, wsProps: observable, - setWsProps: action + setWsProps: action, + + isDisabledEditSheet: observable, + setDisabledEditSheet: action }); this.sheets = []; } @@ -110,4 +113,9 @@ export class storeWorksheets { setWsLock(value) { this.wsLock = value; } + + isDisabledEditSheet; + setDisabledEditSheet(value) { + this.isDisabledEditSheet = value; + } } diff --git a/apps/spreadsheeteditor/mobile/src/view/Statusbar.jsx b/apps/spreadsheeteditor/mobile/src/view/Statusbar.jsx index f31277e63..20685bd5b 100644 --- a/apps/spreadsheeteditor/mobile/src/view/Statusbar.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/Statusbar.jsx @@ -20,12 +20,13 @@ const StatusbarView = inject('storeAppOptions', 'sheets', 'users')(observer(prop const isProtectedWorkbook = sheets.isProtectedWorkbook; const isEdit = storeAppOptions.isEdit; const isDisconnected = users.isDisconnected; + const isDisabledEditSheet = sheets.isDisabledEditSheet; return (
- +
From a3e8192289d2dabe24a3822b4f9809f71715ff43 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Fri, 22 Oct 2021 21:07:00 +0300 Subject: [PATCH 35/64] Fix bug --- apps/presentationeditor/main/app/controller/Transitions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/presentationeditor/main/app/controller/Transitions.js b/apps/presentationeditor/main/app/controller/Transitions.js index 3b28840a3..6b8efb3b0 100644 --- a/apps/presentationeditor/main/app/controller/Transitions.js +++ b/apps/presentationeditor/main/app/controller/Transitions.js @@ -188,7 +188,7 @@ define([ parameter = this.view.setMenuParameters(type); this._state.Effect = type; - this.onParameterClick(this._state.EffectType); + this.onParameterClick(parameter); }, onFocusObject: function(selectedObjects) { From 5be8e0408dcdf165efab1ca6dd5abf34d58d92c7 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Mon, 25 Oct 2021 13:54:15 +0300 Subject: [PATCH 36/64] Fix bug 53232 --- apps/presentationeditor/main/app/template/Toolbar.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/presentationeditor/main/app/template/Toolbar.template b/apps/presentationeditor/main/app/template/Toolbar.template index 14e7722d5..d7d0f4655 100644 --- a/apps/presentationeditor/main/app/template/Toolbar.template +++ b/apps/presentationeditor/main/app/template/Toolbar.template @@ -143,7 +143,7 @@
-
+
From b0247c6e5ca5820d9e3342cfa70a1e09c45639e0 Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Mon, 25 Oct 2021 14:37:08 +0300 Subject: [PATCH 37/64] Fix bug 53321 --- apps/common/main/lib/component/HintManager.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/common/main/lib/component/HintManager.js b/apps/common/main/lib/component/HintManager.js index df47ad4a7..0ff9b77be 100644 --- a/apps/common/main/lib/component/HintManager.js +++ b/apps/common/main/lib/component/HintManager.js @@ -105,7 +105,7 @@ Common.UI.HintManager = new(function() { _arrEnAlphabet = [], _arrQwerty = [], _arrEnQwerty = [], - _isAlt = false, + _needShow = false, _hintVisible = false, _currentLevel = 0, _currentSection = document, @@ -381,7 +381,7 @@ Common.UI.HintManager = new(function() { _clearHints(); }); $(document).on('keyup', function(e) { - if (e.keyCode == Common.UI.Keys.ALT && _isAlt) { + if (e.keyCode == Common.UI.Keys.ALT && _needShow) { e.preventDefault(); if (!_hintVisible) { $('input:focus').blur(); // to change value in inputField @@ -399,7 +399,7 @@ Common.UI.HintManager = new(function() { } else if (_hintVisible) { e.preventDefault(); } - _isAlt = false; + _needShow = false; }); $(document).on('keydown', function(e) { if (_hintVisible) { @@ -490,7 +490,7 @@ Common.UI.HintManager = new(function() { } } - _isAlt = (e.keyCode == Common.UI.Keys.ALT); + _needShow = (e.keyCode == Common.UI.Keys.ALT && !Common.Utils.ModalWindow.isVisible()); }); }; From fddc74b65850e0532a9608c43bab49dad823e735 Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Mon, 25 Oct 2021 17:59:18 +0300 Subject: [PATCH 38/64] [DE PE] Fix Bug 53251 --- apps/documenteditor/mobile/src/controller/Search.jsx | 2 ++ apps/presentationeditor/mobile/src/controller/Search.jsx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/apps/documenteditor/mobile/src/controller/Search.jsx b/apps/documenteditor/mobile/src/controller/Search.jsx index c3f8ae3f9..dc67343b7 100644 --- a/apps/documenteditor/mobile/src/controller/Search.jsx +++ b/apps/documenteditor/mobile/src/controller/Search.jsx @@ -95,6 +95,8 @@ const Search = withTranslation()(props => { const onSearchQuery = params => { const api = Common.EditorApi.get(); + f7.popover.close('.document-menu.modal-in', false); + if (params.find && params.find.length) { if (!api.asc_findText(params.find, params.forward, params.caseSensitive, params.highlight) ) { f7.dialog.alert(null, _t.textNoTextFound); diff --git a/apps/presentationeditor/mobile/src/controller/Search.jsx b/apps/presentationeditor/mobile/src/controller/Search.jsx index b854ae12f..9880ad295 100644 --- a/apps/presentationeditor/mobile/src/controller/Search.jsx +++ b/apps/presentationeditor/mobile/src/controller/Search.jsx @@ -77,6 +77,8 @@ const Search = withTranslation()(props => { const onSearchQuery = params => { const api = Common.EditorApi.get(); + f7.popover.close('.document-menu.modal-in', false); + if (params.find && params.find.length) { if (!api.findText(params.find, params.forward, params.caseSensitive) ) { f7.dialog.alert(null, _t.textNoTextFound); From efa1e3929aeb3f59b75aafa7ebc2f258cf348e59 Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Mon, 25 Oct 2021 18:29:09 +0300 Subject: [PATCH 39/64] [DE PE SSE] Fix Bug 53331 --- apps/documenteditor/mobile/src/controller/Search.jsx | 2 +- apps/presentationeditor/mobile/src/controller/Search.jsx | 2 +- apps/spreadsheeteditor/mobile/src/controller/Search.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/mobile/src/controller/Search.jsx b/apps/documenteditor/mobile/src/controller/Search.jsx index dc67343b7..fc2ea6c7a 100644 --- a/apps/documenteditor/mobile/src/controller/Search.jsx +++ b/apps/documenteditor/mobile/src/controller/Search.jsx @@ -28,7 +28,7 @@ class SearchSettings extends SearchSettingsView { const markup = ( - + {!show_popover && {_t.textDone} diff --git a/apps/presentationeditor/mobile/src/controller/Search.jsx b/apps/presentationeditor/mobile/src/controller/Search.jsx index 9880ad295..fe0064ecb 100644 --- a/apps/presentationeditor/mobile/src/controller/Search.jsx +++ b/apps/presentationeditor/mobile/src/controller/Search.jsx @@ -21,7 +21,7 @@ class SearchSettings extends SearchSettingsView { const markup = ( - + {!show_popover && {_t.textDone} diff --git a/apps/spreadsheeteditor/mobile/src/controller/Search.jsx b/apps/spreadsheeteditor/mobile/src/controller/Search.jsx index f80e789fc..fbdc7614f 100644 --- a/apps/spreadsheeteditor/mobile/src/controller/Search.jsx +++ b/apps/spreadsheeteditor/mobile/src/controller/Search.jsx @@ -29,7 +29,7 @@ class SearchSettings extends SearchSettingsView { const markup = ( - + {!show_popover && {_t.textDone} From c5e8d8417200558a16adcf564693bb5b9bd59fba Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Mon, 25 Oct 2021 20:45:08 +0400 Subject: [PATCH 40/64] [DE PE SSE mobile] Blocking keyboard --- .../lib/view/collaboration/Collaboration.jsx | 9 +++++++- .../mobile/src/view/add/Add.jsx | 8 ++++++- .../mobile/src/view/edit/Edit.jsx | 8 ++++++- .../mobile/src/view/settings/Settings.jsx | 4 ++++ .../mobile/src/view/add/Add.jsx | 8 ++++++- .../mobile/src/view/edit/Edit.jsx | 8 ++++++- .../mobile/src/view/settings/Settings.jsx | 8 ++++++- .../mobile/src/view/add/Add.jsx | 21 ++++++++++++------- .../mobile/src/view/edit/Edit.jsx | 16 ++++++++------ .../mobile/src/view/settings/Settings.jsx | 8 ++++++- 10 files changed, 77 insertions(+), 21 deletions(-) diff --git a/apps/common/mobile/lib/view/collaboration/Collaboration.jsx b/apps/common/mobile/lib/view/collaboration/Collaboration.jsx index ce900db31..31dca7cb5 100644 --- a/apps/common/mobile/lib/view/collaboration/Collaboration.jsx +++ b/apps/common/mobile/lib/view/collaboration/Collaboration.jsx @@ -147,7 +147,11 @@ class CollaborationView extends Component { } const Collaboration = props => { + const api = Common.EditorApi.get(); + useEffect(() => { + api.asc_enableKeyEvents(false); + if ( Device.phone ) { f7.sheet.open('.coauth__sheet'); } else { @@ -160,7 +164,10 @@ const Collaboration = props => { }); const onviewclosed = () => { - if ( props.onclosed ) props.onclosed(); + if ( props.onclosed ) { + api.asc_enableKeyEvents(true); + props.onclosed(); + } }; return ( diff --git a/apps/documenteditor/mobile/src/view/add/Add.jsx b/apps/documenteditor/mobile/src/view/add/Add.jsx index a53800be8..6edc60edb 100644 --- a/apps/documenteditor/mobile/src/view/add/Add.jsx +++ b/apps/documenteditor/mobile/src/view/add/Add.jsx @@ -213,7 +213,11 @@ class AddView extends Component { } const Add = props => { + const api = Common.EditorApi.get(); + useEffect(() => { + api.asc_enableKeyEvents(false); + if ( Device.phone ) f7.popup.open('.add-popup'); else f7.popover.open('#add-popover', '#btn-add'); @@ -225,8 +229,10 @@ const Add = props => { } }); const onviewclosed = () => { - if ( props.onclosed ) + if ( props.onclosed ) { + api.asc_enableKeyEvents(true); props.onclosed(); + } }; return }; diff --git a/apps/documenteditor/mobile/src/view/edit/Edit.jsx b/apps/documenteditor/mobile/src/view/edit/Edit.jsx index 7554124c2..002aad77c 100644 --- a/apps/documenteditor/mobile/src/view/edit/Edit.jsx +++ b/apps/documenteditor/mobile/src/view/edit/Edit.jsx @@ -328,7 +328,11 @@ const EditView = props => { }; const EditOptions = props => { + const api = Common.EditorApi.get(); + useEffect(() => { + api.asc_enableKeyEvents(false); + if ( Device.phone ) f7.sheet.open('#edit-sheet'); else f7.popover.open('#edit-popover', '#btn-edit'); @@ -339,8 +343,10 @@ const EditOptions = props => { }); const onviewclosed = () => { - if ( props.onclosed ) + if ( props.onclosed ) { + api.asc_enableKeyEvents(true); props.onclosed(); + } }; return ( diff --git a/apps/documenteditor/mobile/src/view/settings/Settings.jsx b/apps/documenteditor/mobile/src/view/settings/Settings.jsx index 4a63c0283..26560eb8f 100644 --- a/apps/documenteditor/mobile/src/view/settings/Settings.jsx +++ b/apps/documenteditor/mobile/src/view/settings/Settings.jsx @@ -60,6 +60,7 @@ const routes = [ const SettingsList = inject("storeAppOptions", "storeReview")(observer(props => { const { t } = useTranslation(); const _t = t('Settings', {returnObjects: true}); + const api = Common.EditorApi.get(); const storeReview = props.storeReview; const displayMode = storeReview.displayMode; const navbar = @@ -72,6 +73,8 @@ const SettingsList = inject("storeAppOptions", "storeReview")(observer(props => }; const closeModal = () => { + api.asc_enableKeyEvents(true); + if (Device.phone) { f7.sheet.close('.settings-popup', false); } else { @@ -85,6 +88,7 @@ const SettingsList = inject("storeAppOptions", "storeReview")(observer(props => } useEffect(() => { + api.asc_enableKeyEvents(false); }); // set mode diff --git a/apps/presentationeditor/mobile/src/view/add/Add.jsx b/apps/presentationeditor/mobile/src/view/add/Add.jsx index afbfcc092..1875a82ac 100644 --- a/apps/presentationeditor/mobile/src/view/add/Add.jsx +++ b/apps/presentationeditor/mobile/src/view/add/Add.jsx @@ -152,7 +152,11 @@ class AddView extends Component { } const Add = props => { + const api = Common.EditorApi.get(); + useEffect(() => { + api.asc_enableKeyEvents(false); + if ( Device.phone ) f7.popup.open('.add-popup'); else f7.popover.open('#add-popover', '#btn-add'); @@ -162,8 +166,10 @@ const Add = props => { } }); const onviewclosed = () => { - if ( props.onclosed ) + if ( props.onclosed ) { + api.asc_enableKeyEvents(true); props.onclosed(); + } }; return }; diff --git a/apps/presentationeditor/mobile/src/view/edit/Edit.jsx b/apps/presentationeditor/mobile/src/view/edit/Edit.jsx index 6bf147ace..76c13a4fc 100644 --- a/apps/presentationeditor/mobile/src/view/edit/Edit.jsx +++ b/apps/presentationeditor/mobile/src/view/edit/Edit.jsx @@ -349,7 +349,11 @@ const EditView = props => { }; const EditOptions = props => { + const api = Common.EditorApi.get(); + useEffect(() => { + api.asc_enableKeyEvents(false); + if ( Device.phone ) f7.sheet.open('#edit-sheet'); else f7.popover.open('#edit-popover', '#btn-edit'); @@ -360,8 +364,10 @@ const EditOptions = props => { }); const onviewclosed = () => { - if ( props.onclosed ) + if ( props.onclosed ) { + api.asc_enableKeyEvents(true); props.onclosed(); + } }; return ( diff --git a/apps/presentationeditor/mobile/src/view/settings/Settings.jsx b/apps/presentationeditor/mobile/src/view/settings/Settings.jsx index 744f34910..6ad187cdb 100644 --- a/apps/presentationeditor/mobile/src/view/settings/Settings.jsx +++ b/apps/presentationeditor/mobile/src/view/settings/Settings.jsx @@ -189,7 +189,11 @@ class SettingsView extends Component { } const Settings = props => { + const api = Common.EditorApi.get(); + useEffect(() => { + api.asc_enableKeyEvents(false); + if ( Device.phone ) f7.popup.open('.settings-popup'); else f7.popover.open('#settings-popover', '#btn-settings'); @@ -199,8 +203,10 @@ const Settings = props => { }); const onviewclosed = () => { - if (props.onclosed) + if (props.onclosed) { + api.asc_enableKeyEvents(true); props.onclosed(); + } }; return diff --git a/apps/spreadsheeteditor/mobile/src/view/add/Add.jsx b/apps/spreadsheeteditor/mobile/src/view/add/Add.jsx index 325442ffa..0d6f3a4ec 100644 --- a/apps/spreadsheeteditor/mobile/src/view/add/Add.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/add/Add.jsx @@ -193,7 +193,17 @@ class AddView extends Component { } const Add = props => { + const api = Common.EditorApi.get(); + const cellinfo = api.asc_getCellInfo(); + const seltype = cellinfo.asc_getSelectionType(); + const iscelllocked = cellinfo.asc_getLocked(); + const isAddShapeHyperlink = api.asc_canAddShapeHyperlink(); + + let options; + useEffect(() => { + api.asc_enableKeyEvents(false); + if ( Device.phone ) { f7.popup.open('.add-popup'); } else { @@ -207,17 +217,12 @@ const Add = props => { }); const onviewclosed = () => { - if ( props.onclosed ) + if ( props.onclosed ) { + api.asc_enableKeyEvents(true); props.onclosed(); + } }; - const api = Common.EditorApi.get(); - const cellinfo = api.asc_getCellInfo(); - const seltype = cellinfo.asc_getSelectionType(); - const iscelllocked = cellinfo.asc_getLocked(); - const isAddShapeHyperlink = api.asc_canAddShapeHyperlink(); - let options; - if ( !iscelllocked ) { options = props.showOptions; if ( !options ) { diff --git a/apps/spreadsheeteditor/mobile/src/view/edit/Edit.jsx b/apps/spreadsheeteditor/mobile/src/view/edit/Edit.jsx index a2faab7b1..7afba155f 100644 --- a/apps/spreadsheeteditor/mobile/src/view/edit/Edit.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/edit/Edit.jsx @@ -430,7 +430,14 @@ const EditView = props => { }; const EditOptions = props => { + const api = Common.EditorApi.get(); + const cellinfo = api.asc_getCellInfo(); + const hyperinfo = cellinfo.asc_getHyperlink(); + const isAddShapeHyperlink = api.asc_canAddShapeHyperlink(); + useEffect(() => { + api.asc_enableKeyEvents(false); + if ( Device.phone ) f7.sheet.open('#edit-sheet'); else f7.popover.open('#edit-popover', '#btn-edit'); @@ -441,15 +448,12 @@ const EditOptions = props => { }); const onviewclosed = () => { - if ( props.onclosed ) + if ( props.onclosed ) { + api.asc_enableKeyEvents(true); props.onclosed(); + } }; - const api = Common.EditorApi.get(); - const cellinfo = api.asc_getCellInfo(); - const hyperinfo = cellinfo.asc_getHyperlink(); - const isAddShapeHyperlink = api.asc_canAddShapeHyperlink(); - return ( ) diff --git a/apps/spreadsheeteditor/mobile/src/view/settings/Settings.jsx b/apps/spreadsheeteditor/mobile/src/view/settings/Settings.jsx index 2a0e42c8e..b71c47fca 100644 --- a/apps/spreadsheeteditor/mobile/src/view/settings/Settings.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/settings/Settings.jsx @@ -193,7 +193,11 @@ class SettingsView extends Component { } const Settings = props => { + const api = Common.EditorApi.get(); + useEffect(() => { + api.asc_enableKeyEvents(false); + if ( Device.phone ) f7.popup.open('.settings-popup'); else f7.popover.open('#settings-popover', '#btn-settings'); @@ -204,8 +208,10 @@ const Settings = props => { const onviewclosed = () => { - if ( props.onclosed ) + if ( props.onclosed ) { + api.asc_enableKeyEvents(true); props.onclosed(); + } }; return From e3d3cb8acb9996430568bb33830dea241c31b1e9 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 26 Oct 2021 11:26:31 +0300 Subject: [PATCH 41/64] Fix Bug 53311 --- apps/common/main/lib/extend/Bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/extend/Bootstrap.js b/apps/common/main/lib/extend/Bootstrap.js index 88d24f543..f5ae4fedc 100755 --- a/apps/common/main/lib/extend/Bootstrap.js +++ b/apps/common/main/lib/extend/Bootstrap.js @@ -57,7 +57,7 @@ function onDropDownKeyDown(e) { } } } else if ($this.hasClass('move-focus')) { - if (!(/^(27|13|9|32)/.test(e.keyCode) && !e.ctrlKey && !e.altKey)) { + if (!((/^(13|9|32)/.test(e.keyCode) || e.keyCode===27 && !$parent.hasClass('open')) && !e.ctrlKey && !e.altKey)) { patchDropDownKeyDown.call(this, e); e.preventDefault(); e.stopPropagation(); From b91210e78607c28a627e98fcea1d070c1cc4166b Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 26 Oct 2021 11:27:25 +0300 Subject: [PATCH 42/64] [DE] Forms refactoring --- .../forms/app/controller/ApplicationController.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/documenteditor/forms/app/controller/ApplicationController.js b/apps/documenteditor/forms/app/controller/ApplicationController.js index 25e84cd04..7985f3dbc 100644 --- a/apps/documenteditor/forms/app/controller/ApplicationController.js +++ b/apps/documenteditor/forms/app/controller/ApplicationController.js @@ -646,6 +646,10 @@ define([ this.submitedTooltip.show(); } } + if ( type == Asc.c_oAscAsyncActionType.BlockInteraction && + !((id == Asc.c_oAscAsyncAction['LoadDocumentFonts'] || id == Asc.c_oAscAsyncAction['ApplyChanges'] || id == Asc.c_oAscAsyncAction['DownloadAs']) && Common.Utils.ModalWindow.isVisible()) ) { + this.api.asc_enableKeyEvents(true); + } }, onDocMouseMoveStart: function() { From 9917b1ea4fd2ca5ce1817d696167f52bf30d42f9 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Tue, 26 Oct 2021 12:21:34 +0300 Subject: [PATCH 43/64] [all] fix bug 53145 --- apps/common/main/resources/less/buttons.less | 1 + apps/common/main/resources/less/colors-table-ie-fix.less | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/common/main/resources/less/buttons.less b/apps/common/main/resources/less/buttons.less index 3742c0295..4d15029ff 100644 --- a/apps/common/main/resources/less/buttons.less +++ b/apps/common/main/resources/less/buttons.less @@ -314,6 +314,7 @@ .icon-top { &.x-huge { .btn&, .btn-group& .btn-toolbar { + .mx-button-otherstates-icon2(@button-xhuge-active-icon-offset-x-ie); .mx-button-otherstates-icon2(@button-xhuge-active-icon-offset-x); } diff --git a/apps/common/main/resources/less/colors-table-ie-fix.less b/apps/common/main/resources/less/colors-table-ie-fix.less index 120daf2ac..1ff99159a 100644 --- a/apps/common/main/resources/less/colors-table-ie-fix.less +++ b/apps/common/main/resources/less/colors-table-ie-fix.less @@ -55,6 +55,7 @@ @button-header-normal-icon-offset-x-ie: -20px; @button-header-active-icon-offset-x-ie: -20px; +@button-xhuge-active-icon-offset-x-ie: -28px; @scaled-one-px-value-ie: 1px; @component-disabled-opacity-ie: .4; From 1961715bf396c541cedc3317557d3e28e002978f Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Tue, 26 Oct 2021 14:34:02 +0300 Subject: [PATCH 44/64] [DE PE] Fix Bug 53345 --- .../mobile/src/controller/ContextMenu.jsx | 44 ++++++++++--------- .../mobile/src/controller/ContextMenu.jsx | 44 ++++++++++--------- 2 files changed, 46 insertions(+), 42 deletions(-) diff --git a/apps/documenteditor/mobile/src/controller/ContextMenu.jsx b/apps/documenteditor/mobile/src/controller/ContextMenu.jsx index ceba79997..347b3a67e 100644 --- a/apps/documenteditor/mobile/src/controller/ContextMenu.jsx +++ b/apps/documenteditor/mobile/src/controller/ContextMenu.jsx @@ -165,28 +165,30 @@ class ContextMenu extends ContextMenuController { Common.EditorApi.get().SplitCell(parseInt(size[0]), parseInt(size[1])); } } - ] + ], + on: { + open: () => { + picker = f7.picker.create({ + containerEl: document.getElementById('picker-split-size'), + cols: [ + { + textAlign: 'center', + width: '100%', + values: [1,2,3,4,5,6,7,8,9,10] + }, + { + textAlign: 'center', + width: '100%', + values: [1,2,3,4,5,6,7,8,9,10] + } + ], + toolbar: false, + rotateEffect: true, + value: [3, 3] + }); + } + } }).open(); - dialog.on('opened', () => { - picker = f7.picker.create({ - containerEl: document.getElementById('picker-split-size'), - cols: [ - { - textAlign: 'center', - width: '100%', - values: [1,2,3,4,5,6,7,8,9,10] - }, - { - textAlign: 'center', - width: '100%', - values: [1,2,3,4,5,6,7,8,9,10] - } - ], - toolbar: false, - rotateEffect: true, - value: [3, 3] - }); - }); } openLink(url) { diff --git a/apps/presentationeditor/mobile/src/controller/ContextMenu.jsx b/apps/presentationeditor/mobile/src/controller/ContextMenu.jsx index 3fbdd6566..a9d9f3370 100644 --- a/apps/presentationeditor/mobile/src/controller/ContextMenu.jsx +++ b/apps/presentationeditor/mobile/src/controller/ContextMenu.jsx @@ -145,28 +145,30 @@ class ContextMenu extends ContextMenuController { Common.EditorApi.get().SplitCell(parseInt(size[0]), parseInt(size[1])); } } - ] + ], + on: { + open: () => { + picker = f7.picker.create({ + containerEl: document.getElementById('picker-split-size'), + cols: [ + { + textAlign: 'center', + width: '100%', + values: [1,2,3,4,5,6,7,8,9,10] + }, + { + textAlign: 'center', + width: '100%', + values: [1,2,3,4,5,6,7,8,9,10] + } + ], + toolbar: false, + rotateEffect: true, + value: [3, 3] + }); + } + } }).open(); - dialog.on('opened', () => { - picker = f7.picker.create({ - containerEl: document.getElementById('picker-split-size'), - cols: [ - { - textAlign: 'center', - width: '100%', - values: [1,2,3,4,5,6,7,8,9,10] - }, - { - textAlign: 'center', - width: '100%', - values: [1,2,3,4,5,6,7,8,9,10] - } - ], - toolbar: false, - rotateEffect: true, - value: [3, 3] - }); - }); } openLink(url) { From f5f719997896aa100e538380f35591fbf548c427 Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Tue, 26 Oct 2021 16:41:51 +0300 Subject: [PATCH 45/64] [SSE] Bug 52232 --- apps/common/main/lib/component/TabBar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/component/TabBar.js b/apps/common/main/lib/component/TabBar.js index 386c4c6bc..f5bb947e1 100644 --- a/apps/common/main/lib/component/TabBar.js +++ b/apps/common/main/lib/component/TabBar.js @@ -177,7 +177,7 @@ define([ lockDrag = true; } }); - if (this.bar.selectTabs.length === this.bar.tabs.length || this.bar.tabs.length === 1 || this.bar.isEditFormula) { + if (((this.bar.selectTabs.length === this.bar.tabs.length || this.bar.tabs.length === 1) && !(e.ctrlKey || e.metaKey)) || this.bar.isEditFormula) { lockDrag = true; } this.bar.$el.find('ul > li > span').attr('draggable', !lockDrag); From 7f9d94270f8b9c4f79a7a0e7191bd08ae651161f Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Tue, 26 Oct 2021 17:31:42 +0300 Subject: [PATCH 46/64] [DE] Fix Bug 53371 --- apps/documenteditor/mobile/locale/be.json | 2 +- apps/documenteditor/mobile/locale/bg.json | 2 +- apps/documenteditor/mobile/locale/cs.json | 2 +- apps/documenteditor/mobile/locale/da.json | 2 +- apps/documenteditor/mobile/locale/el.json | 2 +- apps/documenteditor/mobile/locale/en.json | 2 +- apps/documenteditor/mobile/locale/fi.json | 2 +- apps/documenteditor/mobile/locale/hu.json | 2 +- apps/documenteditor/mobile/locale/lo.json | 2 +- apps/documenteditor/mobile/locale/lv.json | 2 +- apps/documenteditor/mobile/locale/nb.json | 2 +- apps/documenteditor/mobile/locale/nl.json | 2 +- apps/documenteditor/mobile/locale/pl.json | 2 +- apps/documenteditor/mobile/locale/sk.json | 2 +- apps/documenteditor/mobile/locale/sl.json | 2 +- apps/documenteditor/mobile/locale/sv.json | 2 +- apps/documenteditor/mobile/locale/uk.json | 2 +- apps/documenteditor/mobile/locale/vi.json | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/apps/documenteditor/mobile/locale/be.json b/apps/documenteditor/mobile/locale/be.json index e6ca0528d..a06018906 100644 --- a/apps/documenteditor/mobile/locale/be.json +++ b/apps/documenteditor/mobile/locale/be.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/bg.json b/apps/documenteditor/mobile/locale/bg.json index e6ca0528d..a06018906 100644 --- a/apps/documenteditor/mobile/locale/bg.json +++ b/apps/documenteditor/mobile/locale/bg.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/cs.json b/apps/documenteditor/mobile/locale/cs.json index e6ca0528d..a06018906 100644 --- a/apps/documenteditor/mobile/locale/cs.json +++ b/apps/documenteditor/mobile/locale/cs.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/da.json b/apps/documenteditor/mobile/locale/da.json index e6ca0528d..a06018906 100644 --- a/apps/documenteditor/mobile/locale/da.json +++ b/apps/documenteditor/mobile/locale/da.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/el.json b/apps/documenteditor/mobile/locale/el.json index 33c407da8..fec0b67e6 100644 --- a/apps/documenteditor/mobile/locale/el.json +++ b/apps/documenteditor/mobile/locale/el.json @@ -449,7 +449,7 @@ "closeButtonText": "Close File", "notcriticalErrorTitle": "Warning", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index cb0bdaffa..ed5477af9 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/fi.json b/apps/documenteditor/mobile/locale/fi.json index e6ca0528d..a06018906 100644 --- a/apps/documenteditor/mobile/locale/fi.json +++ b/apps/documenteditor/mobile/locale/fi.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/hu.json b/apps/documenteditor/mobile/locale/hu.json index e6ca0528d..a06018906 100644 --- a/apps/documenteditor/mobile/locale/hu.json +++ b/apps/documenteditor/mobile/locale/hu.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/lo.json b/apps/documenteditor/mobile/locale/lo.json index e6ca0528d..a06018906 100644 --- a/apps/documenteditor/mobile/locale/lo.json +++ b/apps/documenteditor/mobile/locale/lo.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/lv.json b/apps/documenteditor/mobile/locale/lv.json index e6ca0528d..a06018906 100644 --- a/apps/documenteditor/mobile/locale/lv.json +++ b/apps/documenteditor/mobile/locale/lv.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/nb.json b/apps/documenteditor/mobile/locale/nb.json index e6ca0528d..a06018906 100644 --- a/apps/documenteditor/mobile/locale/nb.json +++ b/apps/documenteditor/mobile/locale/nb.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/nl.json b/apps/documenteditor/mobile/locale/nl.json index 67106efb6..55a4ad33e 100644 --- a/apps/documenteditor/mobile/locale/nl.json +++ b/apps/documenteditor/mobile/locale/nl.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Waarschuwing", "textAbout": "Over", "textApplication": "Applicatie", - "textApplicationSettings": "Applicatie instellingen", + "textApplicationSettings": "Applicatie Instellingen", "textAuthor": "Auteur", "textBack": "Terug", "textBottom": "Onder", diff --git a/apps/documenteditor/mobile/locale/pl.json b/apps/documenteditor/mobile/locale/pl.json index e6ca0528d..a06018906 100644 --- a/apps/documenteditor/mobile/locale/pl.json +++ b/apps/documenteditor/mobile/locale/pl.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/sk.json b/apps/documenteditor/mobile/locale/sk.json index e6ca0528d..a06018906 100644 --- a/apps/documenteditor/mobile/locale/sk.json +++ b/apps/documenteditor/mobile/locale/sk.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/sl.json b/apps/documenteditor/mobile/locale/sl.json index e6ca0528d..a06018906 100644 --- a/apps/documenteditor/mobile/locale/sl.json +++ b/apps/documenteditor/mobile/locale/sl.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/sv.json b/apps/documenteditor/mobile/locale/sv.json index e6ca0528d..a06018906 100644 --- a/apps/documenteditor/mobile/locale/sv.json +++ b/apps/documenteditor/mobile/locale/sv.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/uk.json b/apps/documenteditor/mobile/locale/uk.json index e6ca0528d..a06018906 100644 --- a/apps/documenteditor/mobile/locale/uk.json +++ b/apps/documenteditor/mobile/locale/uk.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", diff --git a/apps/documenteditor/mobile/locale/vi.json b/apps/documenteditor/mobile/locale/vi.json index e6ca0528d..a06018906 100644 --- a/apps/documenteditor/mobile/locale/vi.json +++ b/apps/documenteditor/mobile/locale/vi.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Warning", "textAbout": "About", "textApplication": "Application", - "textApplicationSettings": "Application settings", + "textApplicationSettings": "Application Settings", "textAuthor": "Author", "textBack": "Back", "textBottom": "Bottom", From b225d5e196348365bded311b8766e6bdd5e88def Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Tue, 26 Oct 2021 18:09:13 +0300 Subject: [PATCH 47/64] [SSE] Bug 52232 --- apps/common/main/lib/component/TabBar.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/common/main/lib/component/TabBar.js b/apps/common/main/lib/component/TabBar.js index f5bb947e1..9a31acd0d 100644 --- a/apps/common/main/lib/component/TabBar.js +++ b/apps/common/main/lib/component/TabBar.js @@ -180,6 +180,11 @@ define([ if (((this.bar.selectTabs.length === this.bar.tabs.length || this.bar.tabs.length === 1) && !(e.ctrlKey || e.metaKey)) || this.bar.isEditFormula) { lockDrag = true; } + // move last selected sheet if all sheets are selected + if (this.bar.selectTabs.length === this.bar.tabs.length && this.bar.tabs.length > 1 && !e.ctrlKey && !e.metaKey) { + lockDrag = false; + this.bar.$el.find('ul > li.selected').removeClass('selected'); + } this.bar.$el.find('ul > li > span').attr('draggable', !lockDrag); if (!lockDrag && !e.ctrlKey && !e.metaKey) { tab.changeState(); From 16bc4c07e74e0820a3f57fea6b5b981fbb6b845f Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Tue, 26 Oct 2021 21:13:58 +0400 Subject: [PATCH 48/64] [DE PE SSE mobile] Correct blocking keyboard --- .../mobile/lib/view/collaboration/Collaboration.jsx | 5 ----- apps/documenteditor/mobile/src/controller/Main.jsx | 8 ++++++++ apps/documenteditor/mobile/src/view/add/Add.jsx | 5 ----- apps/documenteditor/mobile/src/view/edit/Edit.jsx | 5 ----- apps/documenteditor/mobile/src/view/settings/Settings.jsx | 7 ------- apps/presentationeditor/mobile/src/controller/Main.jsx | 8 ++++++++ apps/presentationeditor/mobile/src/view/add/Add.jsx | 5 ----- apps/presentationeditor/mobile/src/view/edit/Edit.jsx | 5 ----- .../mobile/src/view/settings/Settings.jsx | 5 ----- apps/spreadsheeteditor/mobile/src/controller/Main.jsx | 8 ++++++++ apps/spreadsheeteditor/mobile/src/view/add/Add.jsx | 3 --- apps/spreadsheeteditor/mobile/src/view/edit/Edit.jsx | 3 --- .../mobile/src/view/settings/Settings.jsx | 5 ----- 13 files changed, 24 insertions(+), 48 deletions(-) diff --git a/apps/common/mobile/lib/view/collaboration/Collaboration.jsx b/apps/common/mobile/lib/view/collaboration/Collaboration.jsx index 31dca7cb5..b2cc1b013 100644 --- a/apps/common/mobile/lib/view/collaboration/Collaboration.jsx +++ b/apps/common/mobile/lib/view/collaboration/Collaboration.jsx @@ -147,11 +147,7 @@ class CollaborationView extends Component { } const Collaboration = props => { - const api = Common.EditorApi.get(); - useEffect(() => { - api.asc_enableKeyEvents(false); - if ( Device.phone ) { f7.sheet.open('.coauth__sheet'); } else { @@ -165,7 +161,6 @@ const Collaboration = props => { const onviewclosed = () => { if ( props.onclosed ) { - api.asc_enableKeyEvents(true); props.onclosed(); } }; diff --git a/apps/documenteditor/mobile/src/controller/Main.jsx b/apps/documenteditor/mobile/src/controller/Main.jsx index 65df10d91..f151d2599 100644 --- a/apps/documenteditor/mobile/src/controller/Main.jsx +++ b/apps/documenteditor/mobile/src/controller/Main.jsx @@ -522,6 +522,14 @@ class MainController extends Component { this.api.Resize(); }); + $$(window).on('popover:open popup:open sheet:open actions:open', () => { + this.api.asc_enableKeyEvents(false); + }); + + $$(window).on('popover:close popup:close sheet:close actions:close', () => { + this.api.asc_enableKeyEvents(true); + }); + this.api.asc_registerCallback('asc_onDocumentUpdateVersion', this.onUpdateVersion.bind(this)); this.api.asc_registerCallback('asc_onServerVersion', this.onServerVersion.bind(this)); this.api.asc_registerCallback('asc_onDocumentName', this.onDocumentName.bind(this)); diff --git a/apps/documenteditor/mobile/src/view/add/Add.jsx b/apps/documenteditor/mobile/src/view/add/Add.jsx index 6edc60edb..5d775c5a5 100644 --- a/apps/documenteditor/mobile/src/view/add/Add.jsx +++ b/apps/documenteditor/mobile/src/view/add/Add.jsx @@ -213,11 +213,7 @@ class AddView extends Component { } const Add = props => { - const api = Common.EditorApi.get(); - useEffect(() => { - api.asc_enableKeyEvents(false); - if ( Device.phone ) f7.popup.open('.add-popup'); else f7.popover.open('#add-popover', '#btn-add'); @@ -230,7 +226,6 @@ const Add = props => { }); const onviewclosed = () => { if ( props.onclosed ) { - api.asc_enableKeyEvents(true); props.onclosed(); } }; diff --git a/apps/documenteditor/mobile/src/view/edit/Edit.jsx b/apps/documenteditor/mobile/src/view/edit/Edit.jsx index 002aad77c..b0dcd69c3 100644 --- a/apps/documenteditor/mobile/src/view/edit/Edit.jsx +++ b/apps/documenteditor/mobile/src/view/edit/Edit.jsx @@ -328,11 +328,7 @@ const EditView = props => { }; const EditOptions = props => { - const api = Common.EditorApi.get(); - useEffect(() => { - api.asc_enableKeyEvents(false); - if ( Device.phone ) f7.sheet.open('#edit-sheet'); else f7.popover.open('#edit-popover', '#btn-edit'); @@ -344,7 +340,6 @@ const EditOptions = props => { const onviewclosed = () => { if ( props.onclosed ) { - api.asc_enableKeyEvents(true); props.onclosed(); } }; diff --git a/apps/documenteditor/mobile/src/view/settings/Settings.jsx b/apps/documenteditor/mobile/src/view/settings/Settings.jsx index 26560eb8f..654004353 100644 --- a/apps/documenteditor/mobile/src/view/settings/Settings.jsx +++ b/apps/documenteditor/mobile/src/view/settings/Settings.jsx @@ -60,7 +60,6 @@ const routes = [ const SettingsList = inject("storeAppOptions", "storeReview")(observer(props => { const { t } = useTranslation(); const _t = t('Settings', {returnObjects: true}); - const api = Common.EditorApi.get(); const storeReview = props.storeReview; const displayMode = storeReview.displayMode; const navbar = @@ -73,8 +72,6 @@ const SettingsList = inject("storeAppOptions", "storeReview")(observer(props => }; const closeModal = () => { - api.asc_enableKeyEvents(true); - if (Device.phone) { f7.sheet.close('.settings-popup', false); } else { @@ -87,10 +84,6 @@ const SettingsList = inject("storeAppOptions", "storeReview")(observer(props => await props.openOptions('coauth'); } - useEffect(() => { - api.asc_enableKeyEvents(false); - }); - // set mode const appOptions = props.storeAppOptions; let _isEdit = false, diff --git a/apps/presentationeditor/mobile/src/controller/Main.jsx b/apps/presentationeditor/mobile/src/controller/Main.jsx index f3a6221fc..94ffe58fa 100644 --- a/apps/presentationeditor/mobile/src/controller/Main.jsx +++ b/apps/presentationeditor/mobile/src/controller/Main.jsx @@ -297,6 +297,14 @@ class MainController extends Component { this.api.Resize(); }); + $$(window).on('popover:open popup:open sheet:open actions:open', () => { + this.api.asc_enableKeyEvents(false); + }); + + $$(window).on('popover:close popup:close sheet:close actions:close', () => { + this.api.asc_enableKeyEvents(true); + }); + this.api.asc_registerCallback('asc_onDocumentContentReady', this.onDocumentContentReady.bind(this)); this.api.asc_registerCallback('asc_onDocumentUpdateVersion', this.onUpdateVersion.bind(this)); this.api.asc_registerCallback('asc_onServerVersion', this.onServerVersion.bind(this)); diff --git a/apps/presentationeditor/mobile/src/view/add/Add.jsx b/apps/presentationeditor/mobile/src/view/add/Add.jsx index 1875a82ac..647d86ea7 100644 --- a/apps/presentationeditor/mobile/src/view/add/Add.jsx +++ b/apps/presentationeditor/mobile/src/view/add/Add.jsx @@ -152,11 +152,7 @@ class AddView extends Component { } const Add = props => { - const api = Common.EditorApi.get(); - useEffect(() => { - api.asc_enableKeyEvents(false); - if ( Device.phone ) f7.popup.open('.add-popup'); else f7.popover.open('#add-popover', '#btn-add'); @@ -167,7 +163,6 @@ const Add = props => { }); const onviewclosed = () => { if ( props.onclosed ) { - api.asc_enableKeyEvents(true); props.onclosed(); } }; diff --git a/apps/presentationeditor/mobile/src/view/edit/Edit.jsx b/apps/presentationeditor/mobile/src/view/edit/Edit.jsx index 76c13a4fc..b15944886 100644 --- a/apps/presentationeditor/mobile/src/view/edit/Edit.jsx +++ b/apps/presentationeditor/mobile/src/view/edit/Edit.jsx @@ -349,11 +349,7 @@ const EditView = props => { }; const EditOptions = props => { - const api = Common.EditorApi.get(); - useEffect(() => { - api.asc_enableKeyEvents(false); - if ( Device.phone ) f7.sheet.open('#edit-sheet'); else f7.popover.open('#edit-popover', '#btn-edit'); @@ -365,7 +361,6 @@ const EditOptions = props => { const onviewclosed = () => { if ( props.onclosed ) { - api.asc_enableKeyEvents(true); props.onclosed(); } }; diff --git a/apps/presentationeditor/mobile/src/view/settings/Settings.jsx b/apps/presentationeditor/mobile/src/view/settings/Settings.jsx index 6ad187cdb..c82a192ec 100644 --- a/apps/presentationeditor/mobile/src/view/settings/Settings.jsx +++ b/apps/presentationeditor/mobile/src/view/settings/Settings.jsx @@ -189,11 +189,7 @@ class SettingsView extends Component { } const Settings = props => { - const api = Common.EditorApi.get(); - useEffect(() => { - api.asc_enableKeyEvents(false); - if ( Device.phone ) f7.popup.open('.settings-popup'); else f7.popover.open('#settings-popover', '#btn-settings'); @@ -204,7 +200,6 @@ const Settings = props => { const onviewclosed = () => { if (props.onclosed) { - api.asc_enableKeyEvents(true); props.onclosed(); } }; diff --git a/apps/spreadsheeteditor/mobile/src/controller/Main.jsx b/apps/spreadsheeteditor/mobile/src/controller/Main.jsx index 62f4565c2..ebc81dd13 100644 --- a/apps/spreadsheeteditor/mobile/src/controller/Main.jsx +++ b/apps/spreadsheeteditor/mobile/src/controller/Main.jsx @@ -336,6 +336,14 @@ class MainController extends Component { this.api.asc_Resize(); }); + $$(window).on('popover:open popup:open sheet:open actions:open', () => { + this.api.asc_enableKeyEvents(false); + }); + + $$(window).on('popover:close popup:close sheet:close actions:close', () => { + this.api.asc_enableKeyEvents(true); + }); + this.api.asc_registerCallback('asc_onDocumentUpdateVersion', this.onUpdateVersion.bind(this)); this.api.asc_registerCallback('asc_onServerVersion', this.onServerVersion.bind(this)); this.api.asc_registerCallback('asc_onPrintUrl', this.onPrintUrl.bind(this)); diff --git a/apps/spreadsheeteditor/mobile/src/view/add/Add.jsx b/apps/spreadsheeteditor/mobile/src/view/add/Add.jsx index 0d6f3a4ec..95762db4f 100644 --- a/apps/spreadsheeteditor/mobile/src/view/add/Add.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/add/Add.jsx @@ -202,8 +202,6 @@ const Add = props => { let options; useEffect(() => { - api.asc_enableKeyEvents(false); - if ( Device.phone ) { f7.popup.open('.add-popup'); } else { @@ -218,7 +216,6 @@ const Add = props => { const onviewclosed = () => { if ( props.onclosed ) { - api.asc_enableKeyEvents(true); props.onclosed(); } }; diff --git a/apps/spreadsheeteditor/mobile/src/view/edit/Edit.jsx b/apps/spreadsheeteditor/mobile/src/view/edit/Edit.jsx index 7afba155f..715cee628 100644 --- a/apps/spreadsheeteditor/mobile/src/view/edit/Edit.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/edit/Edit.jsx @@ -436,8 +436,6 @@ const EditOptions = props => { const isAddShapeHyperlink = api.asc_canAddShapeHyperlink(); useEffect(() => { - api.asc_enableKeyEvents(false); - if ( Device.phone ) f7.sheet.open('#edit-sheet'); else f7.popover.open('#edit-popover', '#btn-edit'); @@ -449,7 +447,6 @@ const EditOptions = props => { const onviewclosed = () => { if ( props.onclosed ) { - api.asc_enableKeyEvents(true); props.onclosed(); } }; diff --git a/apps/spreadsheeteditor/mobile/src/view/settings/Settings.jsx b/apps/spreadsheeteditor/mobile/src/view/settings/Settings.jsx index b71c47fca..c3098cedb 100644 --- a/apps/spreadsheeteditor/mobile/src/view/settings/Settings.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/settings/Settings.jsx @@ -193,11 +193,7 @@ class SettingsView extends Component { } const Settings = props => { - const api = Common.EditorApi.get(); - useEffect(() => { - api.asc_enableKeyEvents(false); - if ( Device.phone ) f7.popup.open('.settings-popup'); else f7.popover.open('#settings-popover', '#btn-settings'); @@ -209,7 +205,6 @@ const Settings = props => { const onviewclosed = () => { if ( props.onclosed ) { - api.asc_enableKeyEvents(true); props.onclosed(); } }; From 68e45180a2bea42f6fe80077f7618b322acfc06b Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Wed, 27 Oct 2021 18:50:12 +0300 Subject: [PATCH 49/64] [DE] fix bug 52950 --- apps/common/main/lib/view/Header.js | 16 ---------------- .../main/app/controller/Viewport.js | 1 - 2 files changed, 17 deletions(-) diff --git a/apps/common/main/lib/view/Header.js b/apps/common/main/lib/view/Header.js index 47b26e003..62f41c7e8 100644 --- a/apps/common/main/lib/view/Header.js +++ b/apps/common/main/lib/view/Header.js @@ -351,10 +351,6 @@ define([ if ( me.btnOptions ) me.btnOptions.updateHint(me.tipViewSettings); - - if ( me.btnContentMode ) { - me.btnContentMode.on('click', function (e) { Common.UI.Themes.toggleContentTheme(); }); - } } function onDocNameKeyDown(e) { @@ -392,9 +388,6 @@ define([ } function onContentThemeChangedToDark(isdark) { - if ( this.btnContentMode ) { - this.btnContentMode.changeIcon(!isdark ? {curr: 'btn-mode-light', next: 'btn-mode-dark'} : {curr: 'btn-mode-dark', next: 'btn-mode-light'}); - } } return { @@ -561,15 +554,6 @@ define([ $btnUsers = $html.find('.btn-users'); $panelUsers.hide(); - - if ( !!window.DE ) { - var mode_cls = Common.UI.Themes.isContentThemeDark() ? 'btn-mode-light' : 'btn-mode-dark'; - me.btnContentMode = createTitleButton('toolbar__icon icon--inverse ' + mode_cls, $html.findById('#slot-btn-mode'), undefined, 'bottom', 'big'); - - var document = window.DE.getController('Main').document; - me.btnContentMode.setVisible(Common.UI.Themes.isDarkTheme() && !/^pdf|djvu|xps|oxps$/.test(document.fileType)); - } - return $html; } else if ( role == 'title' ) { diff --git a/apps/documenteditor/main/app/controller/Viewport.js b/apps/documenteditor/main/app/controller/Viewport.js index 0d7ea6770..62cebe316 100644 --- a/apps/documenteditor/main/app/controller/Viewport.js +++ b/apps/documenteditor/main/app/controller/Viewport.js @@ -379,7 +379,6 @@ define([ menuItem.$el.prev('.divider')[current_dark ? 'show' : 'hide'](); menuItem.setChecked(current_dark); - this.header.btnContentMode.setVisible(current_dark); } }, From 288ae7d25cb0c0feada2b4eda92806551561d746 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 27 Oct 2021 23:31:04 +0400 Subject: [PATCH 50/64] [SSE mobile] Fix Bug 53158 --- apps/spreadsheeteditor/mobile/src/view/edit/EditLink.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/mobile/src/view/edit/EditLink.jsx b/apps/spreadsheeteditor/mobile/src/view/edit/EditLink.jsx index 517c3a835..9d09846b1 100644 --- a/apps/spreadsheeteditor/mobile/src/view/edit/EditLink.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/edit/EditLink.jsx @@ -138,7 +138,8 @@ const EditLink = props => { placeholder={_t.textRequired} value={range} onChange={(event) => {setRange(event.target.value)}} - className={[isIos ? 'list-input-right' : '', curSheet === '' && 'disabled'].join(' ')} + disabled={curSheet === '' && 'disabled'} + className={isIos ? 'list-input-right' : ''} /> } Date: Thu, 28 Oct 2021 11:31:21 +0300 Subject: [PATCH 51/64] [DE PE SSE] Edit SearchBar --- apps/common/mobile/lib/view/Search.jsx | 8 +++++--- apps/documenteditor/mobile/src/controller/Search.jsx | 12 ++++++++++-- .../mobile/src/controller/Search.jsx | 8 +++++++- .../mobile/src/controller/Search.jsx | 12 ++++++++++-- 4 files changed, 32 insertions(+), 8 deletions(-) diff --git a/apps/common/mobile/lib/view/Search.jsx b/apps/common/mobile/lib/view/Search.jsx index 1a9932d06..3d9590dd8 100644 --- a/apps/common/mobile/lib/view/Search.jsx +++ b/apps/common/mobile/lib/view/Search.jsx @@ -227,6 +227,8 @@ class SearchView extends Component { this.setState({ searchQuery: value }); + + this.props.onchangeSearchQuery(value); } changeReplaceQuery(value) { @@ -240,7 +242,7 @@ class SearchView extends Component { const isReplaceAll = searchOptions.isReplaceAll; const hidden = {display: "none"}; const searchQuery = this.state.searchQuery; - // const replaceQuery = this.state.replaceQuery; + const replaceQuery = this.state.replaceQuery; const isIos = Device.ios; const { _t } = this.props; @@ -259,7 +261,7 @@ class SearchView extends Component {
- {this.changeSearchQuery(e.target.value)}} /> {isIos ? : null} this.changeSearchQuery('')} /> @@ -267,7 +269,7 @@ class SearchView extends Component { {/* {usereplace || isReplaceAll ? */}
{/* style={!usereplace ? hidden: null} */} - {this.changeReplaceQuery(e.target.value)}} /> {isIos ? : null} this.changeReplaceQuery('')} /> diff --git a/apps/documenteditor/mobile/src/controller/Search.jsx b/apps/documenteditor/mobile/src/controller/Search.jsx index c3f8ae3f9..099f5328a 100644 --- a/apps/documenteditor/mobile/src/controller/Search.jsx +++ b/apps/documenteditor/mobile/src/controller/Search.jsx @@ -81,7 +81,7 @@ class DESearchView extends SearchView { super.onSearchbarShow(isshowed, bar); const api = Common.EditorApi.get(); - if ( isshowed ) { + if ( isshowed && this.state.searchQuery.length ) { const checkboxMarkResults = f7.toggle.get('.toggle-mark-results'); api.asc_selectSearchingResults(checkboxMarkResults.checked); } else api.asc_selectSearchingResults(false); @@ -96,12 +96,20 @@ const Search = withTranslation()(props => { const api = Common.EditorApi.get(); if (params.find && params.find.length) { + + api.asc_selectSearchingResults(true); if (!api.asc_findText(params.find, params.forward, params.caseSensitive, params.highlight) ) { f7.dialog.alert(null, _t.textNoTextFound); } } }; + const onchangeSearchQuery = params => { + const api = Common.EditorApi.get(); + + if(params.length === 0) api.asc_selectSearchingResults(false); + } + const onReplaceQuery = params => { const api = Common.EditorApi.get(); @@ -118,7 +126,7 @@ const Search = withTranslation()(props => { } } - return + return }); const SearchSettingsWithTranslation = inject("storeAppOptions")(observer(withTranslation()(SearchSettings))); diff --git a/apps/presentationeditor/mobile/src/controller/Search.jsx b/apps/presentationeditor/mobile/src/controller/Search.jsx index b854ae12f..40dc92ec5 100644 --- a/apps/presentationeditor/mobile/src/controller/Search.jsx +++ b/apps/presentationeditor/mobile/src/controller/Search.jsx @@ -84,6 +84,12 @@ const Search = withTranslation()(props => { } }; + const onchangeSearchQuery = params => { + const api = Common.EditorApi.get(); + + if(params.length === 0) api.asc_selectSearchingResults(false); + } + const onReplaceQuery = params => { const api = Common.EditorApi.get(); @@ -100,7 +106,7 @@ const Search = withTranslation()(props => { } } - return + return }); const SearchSettingsWithTranslation = inject("storeAppOptions")(observer(withTranslation()(SearchSettings))); diff --git a/apps/spreadsheeteditor/mobile/src/controller/Search.jsx b/apps/spreadsheeteditor/mobile/src/controller/Search.jsx index f80e789fc..b517c82ea 100644 --- a/apps/spreadsheeteditor/mobile/src/controller/Search.jsx +++ b/apps/spreadsheeteditor/mobile/src/controller/Search.jsx @@ -126,7 +126,7 @@ class SESearchView extends SearchView { super.onSearchbarShow(isshowed, bar); const api = Common.EditorApi.get(); - if ( isshowed ) { + if ( isshowed && this.state.searchQuery.length ) { const checkboxMarkResults = f7.toggle.get('.toggle-mark-results'); api.asc_selectSearchingResults(checkboxMarkResults.checked); } else api.asc_selectSearchingResults(false); @@ -155,12 +155,20 @@ const Search = withTranslation()(props => { options.asc_setScanByRows(searchBy); options.asc_setLookIn(lookIn ? Asc.c_oAscFindLookIn.Formulas : Asc.c_oAscFindLookIn.Value); + api.asc_selectSearchingResults(true); + if (!api.asc_findText(options)) { f7.dialog.alert(null, _t.textNoTextFound); } } }; + const onchangeSearchQuery = params => { + const api = Common.EditorApi.get(); + + if(params.length === 0) api.asc_selectSearchingResults(false); + } + const onReplaceQuery = params => { const api = Common.EditorApi.get(); let lookIn = +params.lookIn === 0; @@ -209,7 +217,7 @@ const Search = withTranslation()(props => { } } - return + return }); const SearchSettingsWithTranslation = inject("storeAppOptions")(observer(withTranslation()(SearchSettings))); From a1669cc103047d72bbd4250f74feed488424327d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 28 Oct 2021 13:15:00 +0300 Subject: [PATCH 52/64] Review: add toolips for accept/reject buttons in balloons. Comments: add toolips for edit/delete buttons in balloons (Bug 39539) --- apps/common/main/lib/view/ReviewPopover.js | 46 +++++++++++++++++++-- apps/documenteditor/main/locale/en.json | 4 ++ apps/presentationeditor/main/locale/en.json | 2 + apps/spreadsheeteditor/main/locale/en.json | 2 + 4 files changed, 51 insertions(+), 3 deletions(-) diff --git a/apps/common/main/lib/view/ReviewPopover.js b/apps/common/main/lib/view/ReviewPopover.js index 3ec41bc6a..7b6052726 100644 --- a/apps/common/main/lib/view/ReviewPopover.js +++ b/apps/common/main/lib/view/ReviewPopover.js @@ -237,7 +237,6 @@ define([ } else { this.commentsView = new CommentsPopoverDataView({ el: $('#id-comments-popover'), - store: me.commentsStore, itemTemplate: _.template(replaceWords(commentsTemplate, { textAddReply: me.textAddReply, textAdd: me.textAdd, @@ -269,6 +268,16 @@ define([ btns.each(function (idx, item) { arr.push($(item).data('bs.tooltip').tip()); }); + btns = $(view.el).find('.btn-edit'); + btns.tooltip({title: me.txtEditTip, placement: 'cursor'}); + btns.each(function (idx, item) { + arr.push($(item).data('bs.tooltip').tip()); + }); + btns = $(view.el).find('.btn-delete'); + btns.tooltip({title: me.txtDeleteTip, placement: 'cursor'}); + btns.each(function (idx, item) { + arr.push($(item).data('bs.tooltip').tip()); + }); view.tipsArray = arr; this.autoHeightTextBox(); }; @@ -286,6 +295,9 @@ define([ this.commentsView.on('item:change', addtooltip); this.commentsView.cmpEl.on('mouseover', onCommentsViewMouseOver).on('mouseout', onCommentsViewMouseOut); + this.commentsView.setStore(me.commentsStore); + this.commentsView.onResetItems(); + this.commentsView.on('item:click', function (picker, item, record, e) { var btn, showEditBox, showReplyBox, commentId, replyId, hideAddReply; @@ -307,6 +319,9 @@ define([ } if (btn.hasClass('btn-edit')) { + var tip = btn.data('bs.tooltip'); + if (tip) tip.dontShow = true; + if (!_.isUndefined(replyId)) { me.fireEvent('comment:closeEditing', [commentId]); me.fireEvent('comment:editReply', [commentId, replyId, true]); @@ -347,6 +362,9 @@ define([ } } } else if (btn.hasClass('btn-delete')) { + var tip = btn.data('bs.tooltip'); + if (tip) tip.dontShow = true; + if (!_.isUndefined(replyId)) { me.fireEvent('comment:removeReply', [commentId, replyId]); @@ -518,7 +536,6 @@ define([ } else { this.reviewChangesView = new ReviewPopoverDataView({ el: $('#id-review-popover'), - store: me.reviewStore, itemTemplate: _.template(reviewTemplate) }); @@ -535,6 +552,16 @@ define([ btns.each(function (idx, item) { arr.push($(item).data('bs.tooltip').tip()); }); + btns = $(view.el).find('.btn-accept'); + btns.tooltip({title: me.txtAccept, placement: 'cursor'}); + btns.each(function (idx, item) { + arr.push($(item).data('bs.tooltip').tip()); + }); + btns = $(view.el).find('.btn-reject'); + btns.tooltip({title: me.txtReject, placement: 'cursor'}); + btns.each(function (idx, item) { + arr.push($(item).data('bs.tooltip').tip()); + }); view.tipsArray = arr; }; @@ -546,8 +573,14 @@ define([ var btn = $(e.target); if (btn) { if (btn.hasClass('btn-accept')) { + var tip = btn.data('bs.tooltip'); + if (tip) tip.dontShow = true; + me.fireEvent('reviewchange:accept', [record.get('changedata')]); } else if (btn.hasClass('btn-reject')) { + var tip = btn.data('bs.tooltip'); + if (tip) tip.dontShow = true; + me.fireEvent('reviewchange:reject', [record.get('changedata')]); } else if (btn.hasClass('btn-delete')) { me.fireEvent('reviewchange:delete', [record.get('changedata')]); @@ -559,6 +592,9 @@ define([ } } }); + + this.reviewChangesView.setStore(me.reviewStore); + this.reviewChangesView.onResetItems(); } } @@ -1249,6 +1285,10 @@ define([ textOpenAgain : "Open Again", textFollowMove : 'Follow Move', textMention : '+mention will provide access to the document and send an email', - textMentionNotify : '+mention will notify the user via email' + textMentionNotify : '+mention will notify the user via email', + txtAccept: 'Accept', + txtReject: 'Reject', + txtEditTip: 'Edit', + txtDeleteTip: 'Delete' }, Common.Views.ReviewPopover || {})) }); \ No newline at end of file diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 7e9248164..10eb5200b 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -431,6 +431,10 @@ "Common.Views.ReviewPopover.textOpenAgain": "Open Again", "Common.Views.ReviewPopover.textReply": "Reply", "Common.Views.ReviewPopover.textResolve": "Resolve", + "Common.Views.ReviewPopover.txtAccept": "Accept current change", + "Common.Views.ReviewPopover.txtReject": "Reject current change", + "Common.Views.ReviewPopover.txtEditTip": "Edit", + "Common.Views.ReviewPopover.txtDeleteTip": "Delete", "Common.Views.SaveAsDlg.textLoading": "Loading", "Common.Views.SaveAsDlg.textTitle": "Folder for save", "Common.Views.SelectFileDlg.textLoading": "Loading", diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index ac65186e1..9abb97b9c 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -312,6 +312,8 @@ "Common.Views.ReviewPopover.textOpenAgain": "Open Again", "Common.Views.ReviewPopover.textReply": "Reply", "Common.Views.ReviewPopover.textResolve": "Resolve", + "Common.Views.ReviewPopover.txtEditTip": "Edit", + "Common.Views.ReviewPopover.txtDeleteTip": "Delete", "Common.Views.SaveAsDlg.textLoading": "Loading", "Common.Views.SaveAsDlg.textTitle": "Folder for save", "Common.Views.SelectFileDlg.textLoading": "Loading", diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 6e0a6ac81..1ca27aeb2 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -364,6 +364,8 @@ "Common.Views.ReviewPopover.textOpenAgain": "Open Again", "Common.Views.ReviewPopover.textReply": "Reply", "Common.Views.ReviewPopover.textResolve": "Resolve", + "Common.Views.ReviewPopover.txtEditTip": "Edit", + "Common.Views.ReviewPopover.txtDeleteTip": "Delete", "Common.Views.SaveAsDlg.textLoading": "Loading", "Common.Views.SaveAsDlg.textTitle": "Folder for save", "Common.Views.SelectFileDlg.textLoading": "Loading", From a1fba17d6b1716956723f12c2e4382ddcb028b40 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 28 Oct 2021 16:41:06 +0300 Subject: [PATCH 53/64] [DE] Set forms as active tab and show tooltip for docxf files. --- .../main/resources/less/synchronize-tip.less | 42 +++++++++++++++++++ .../main/app/controller/FormsTab.js | 24 +++++++++++ .../main/app/controller/Main.js | 3 +- .../main/app/controller/Toolbar.js | 7 +--- apps/documenteditor/main/app/view/FormsTab.js | 3 +- apps/documenteditor/main/locale/en.json | 1 + 6 files changed, 73 insertions(+), 7 deletions(-) diff --git a/apps/common/main/resources/less/synchronize-tip.less b/apps/common/main/resources/less/synchronize-tip.less index 5b1f03285..a78fa6f87 100644 --- a/apps/common/main/resources/less/synchronize-tip.less +++ b/apps/common/main/resources/less/synchronize-tip.less @@ -67,6 +67,48 @@ } } + &.colored { + .asc-synchronizetip { + background-color: @background-contrast-popover; + color: @text-contrast-background; + .close { + &:before, &:after { + background-color: @text-contrast-background; + } + } + } + + .tip-arrow:after { + background-color: @background-contrast-popover; + } + + .btn-div { + display: inline-block; + border: 1px solid @border-regular-control-ie; + border: 1px solid @border-regular-control; + border-radius: 2px; + padding: 3px 12px; + margin-top: 10px; + } + + .show-link label { + border-bottom: @scaled-one-px-value-ie dotted @text-contrast-background-ie; + border-bottom: @scaled-one-px-value dotted @text-contrast-background; + color: @text-contrast-background-ie; + color: @text-contrast-background; + cursor: pointer; + + &:hover:not(:disabled) { + color: @text-contrast-background; + border-bottom-color: dotted @text-contrast-background; + } + + &:active { + color: @text-contrast-background; + border-bottom-color: dotted @text-contrast-background; + } + } + } &.inc-index { z-index: @zindex-navbar + 4; diff --git a/apps/documenteditor/main/app/controller/FormsTab.js b/apps/documenteditor/main/app/controller/FormsTab.js index 61fddb753..9865320bb 100644 --- a/apps/documenteditor/main/app/controller/FormsTab.js +++ b/apps/documenteditor/main/app/controller/FormsTab.js @@ -360,7 +360,31 @@ define([ clr && (clr = Common.Utils.ThemeColor.getHexColor(clr.get_r(), clr.get_g(), clr.get_b())); me.view.btnHighlight.currentColor = clr; } + config.isEdit && config.canFeatureContentControl && config.isFormCreator && me.showCreateFormTip(); // show tip only when create form in docxf }); + }, + + showCreateFormTip: function() { + if (!Common.localStorage.getItem("de-hide-createform-tip")) { + var target = $('.toolbar').find('.ribtab [data-tab=forms]').parent(); + var tip = new Common.UI.SynchronizeTip({ + extCls: 'colored', + placement: 'bottom-right', + target: target, + text: this.view.textCreateForm, + showLink: true + }); + tip.on({ + 'dontshowclick': function() { + Common.localStorage.setItem("de-hide-createform-tip", 1); + tip.close(); + }, + 'closeclick': function() { + tip.close(); + } + }); + tip.show(); + } } }, DE.Controllers.FormsTab || {})); diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 74c7ead81..d0372b4f5 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -480,7 +480,8 @@ define([ } var type = data.doc ? /^(?:(docxf))$/.exec(data.doc.fileType) : false; - this.appOptions.canFeatureForms = !!(type && typeof type[1] === 'string'); + this.appOptions.isFormCreator = !!(type && typeof type[1] === 'string'); + this.appOptions.canFeatureForms = this.appOptions.isFormCreator; // show forms only for docxf type = data.doc ? /^(?:(oform))$/.exec(data.doc.fileType) : false; if (type && typeof type[1] === 'string') { diff --git a/apps/documenteditor/main/app/controller/Toolbar.js b/apps/documenteditor/main/app/controller/Toolbar.js index 24081a9c6..07ccd796f 100644 --- a/apps/documenteditor/main/app/controller/Toolbar.js +++ b/apps/documenteditor/main/app/controller/Toolbar.js @@ -3224,11 +3224,8 @@ define([ if ($panel) { me.toolbar.addTab(tab, $panel, 4); me.toolbar.setVisible('forms', true); - if (config.isEdit && config.canFeatureContentControl) { - Array.prototype.push.apply(me.toolbar.toolbarControls, forms.getView('FormsTab').getButtons()); - } else if (!compactview) { - me.toolbar.setTab('forms'); - } + config.isEdit && config.canFeatureContentControl && Array.prototype.push.apply(me.toolbar.toolbarControls, forms.getView('FormsTab').getButtons()); + !compactview && (config.isFormCreator || config.isRestrictedEdit && config.canFillForms) && me.toolbar.setTab('forms'); } } } diff --git a/apps/documenteditor/main/app/view/FormsTab.js b/apps/documenteditor/main/app/view/FormsTab.js index 33a6ce3d6..c15e19e79 100644 --- a/apps/documenteditor/main/app/view/FormsTab.js +++ b/apps/documenteditor/main/app/view/FormsTab.js @@ -431,7 +431,8 @@ define([ textRequired: 'Fill all required fields to send form.', capBtnSaveForm: 'Save as a Form', tipSaveForm: 'Save a file as a fillable OFORM document', - txtUntitled: 'Untitled' + txtUntitled: 'Untitled', + textCreateForm: 'Add fields and create a fillable OFORM document' } }()), DE.Views.FormsTab || {})); }); \ No newline at end of file diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 10eb5200b..2e3150124 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -1829,6 +1829,7 @@ "DE.Views.FormsTab.tipTextField": "Insert text field", "DE.Views.FormsTab.tipViewForm": "View form", "DE.Views.FormsTab.txtUntitled": "Untitled", + "DE.Views.FormsTab.textCreateForm": "Add fields and create a fillable OFORM document", "DE.Views.HeaderFooterSettings.textBottomCenter": "Bottom center", "DE.Views.HeaderFooterSettings.textBottomLeft": "Bottom left", "DE.Views.HeaderFooterSettings.textBottomPage": "Bottom of Page", From 1cb133f6bbab08b89edf5e6e91e838f1c74856ec Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Thu, 28 Oct 2021 18:24:25 +0400 Subject: [PATCH 54/64] [DE mobile] Fix Bug 53370 --- .../mobile/src/controller/edit/EditParagraph.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/documenteditor/mobile/src/controller/edit/EditParagraph.jsx b/apps/documenteditor/mobile/src/controller/edit/EditParagraph.jsx index 0ecbe0bfa..ee2bae51f 100644 --- a/apps/documenteditor/mobile/src/controller/edit/EditParagraph.jsx +++ b/apps/documenteditor/mobile/src/controller/edit/EditParagraph.jsx @@ -33,7 +33,7 @@ class EditParagraphController extends Component { newDistance = Math.min(maxValue, distance + step); } - api.put_LineSpacingBeforeAfter(0, (newDistance < 0) ? -1 : Common.Utils.Metric.fnRecalcToMM(newDistance)); + api.put_LineSpacingBeforeAfter(0, (isDecrement && newDistance < 0) ? -1 : (!isDecrement && newDistance > -1 && newDistance < 0) ? 0 : Common.Utils.Metric.fnRecalcToMM(newDistance)); } } @@ -56,7 +56,7 @@ class EditParagraphController extends Component { newDistance = Math.min(maxValue, distance + step); } - api.put_LineSpacingBeforeAfter(1, (newDistance < 0) ? -1 : Common.Utils.Metric.fnRecalcToMM(newDistance)); + api.put_LineSpacingBeforeAfter(1, (isDecrement && newDistance < 0) ? -1 : (!isDecrement && newDistance > -1 && newDistance < 0) ? 0 : Common.Utils.Metric.fnRecalcToMM(newDistance)); } } From 2a1992f7ad221f8d81920959b262fdf9a7da69a7 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 29 Oct 2021 12:23:28 +0300 Subject: [PATCH 55/64] For Bug 53301 --- apps/documenteditor/main/resources/less/filemenu.less | 4 ++-- apps/presentationeditor/main/resources/less/leftmenu.less | 4 ++-- apps/spreadsheeteditor/main/resources/less/leftmenu.less | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/documenteditor/main/resources/less/filemenu.less b/apps/documenteditor/main/resources/less/filemenu.less index 916c08669..36307e86f 100644 --- a/apps/documenteditor/main/resources/less/filemenu.less +++ b/apps/documenteditor/main/resources/less/filemenu.less @@ -86,10 +86,10 @@ table { margin-left: auto; margin-right: auto; - margin-bottom: 65px; + margin-bottom: 24px; .btn-doc-format { - margin: 65px 25px 0px; + margin: 24px 12px 0px; } } } diff --git a/apps/presentationeditor/main/resources/less/leftmenu.less b/apps/presentationeditor/main/resources/less/leftmenu.less index b24db28bd..de7588ba6 100644 --- a/apps/presentationeditor/main/resources/less/leftmenu.less +++ b/apps/presentationeditor/main/resources/less/leftmenu.less @@ -143,10 +143,10 @@ table { margin-left: auto; margin-right: auto; - margin-bottom: 65px; + margin-bottom: 24px; .btn-doc-format { - margin: 65px 25px 0px; + margin: 24px 12px 0px; } } } diff --git a/apps/spreadsheeteditor/main/resources/less/leftmenu.less b/apps/spreadsheeteditor/main/resources/less/leftmenu.less index d8b073b21..1e410b56e 100644 --- a/apps/spreadsheeteditor/main/resources/less/leftmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/leftmenu.less @@ -134,10 +134,10 @@ table { margin-left: auto; margin-right: auto; - margin-bottom: 65px; + margin-bottom: 24px; .btn-doc-format { - margin: 65px 25px 0px; + margin: 24px 12px 0px; } } } From d7be7ef76c7e2f61ceef0766a83f218bfa385e22 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 29 Oct 2021 14:35:12 +0300 Subject: [PATCH 56/64] Fix Bug 53429 --- apps/common/main/lib/view/ReviewPopover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/view/ReviewPopover.js b/apps/common/main/lib/view/ReviewPopover.js index 7b6052726..1979e480b 100644 --- a/apps/common/main/lib/view/ReviewPopover.js +++ b/apps/common/main/lib/view/ReviewPopover.js @@ -210,7 +210,7 @@ define([ parentView.autoScrollToEditButtons(); } - if (textBox && textBox.length) { + if (textBox && textBox.length && parentView.scroller) { domTextBox = textBox.get(0); if (domTextBox) { From cfe8cdab30ed1b75f09dd37bcb13c2a4b3edfd80 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 29 Oct 2021 18:33:03 +0300 Subject: [PATCH 57/64] Refactoring tips: add "closable" parameter --- apps/common/main/lib/component/SynchronizeTip.js | 5 ++++- .../forms/app/controller/ApplicationController.js | 1 + apps/documenteditor/main/app/controller/FormsTab.js | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/common/main/lib/component/SynchronizeTip.js b/apps/common/main/lib/component/SynchronizeTip.js index a29c32ac3..6c7c170e8 100644 --- a/apps/common/main/lib/component/SynchronizeTip.js +++ b/apps/common/main/lib/component/SynchronizeTip.js @@ -45,7 +45,8 @@ define([ text : '', placement: 'right-bottom', showLink: true, - showButton: false + showButton: false, + closable: true }, template: _.template([ @@ -54,7 +55,9 @@ define([ '
', '
', '
<%= scope.text %>
', + '<% if ( scope.closable ) { %>', '
', + '<% } %>', '
', '<% if ( scope.showLink ) { %>', '', diff --git a/apps/documenteditor/forms/app/controller/ApplicationController.js b/apps/documenteditor/forms/app/controller/ApplicationController.js index 7985f3dbc..4d739d38e 100644 --- a/apps/documenteditor/forms/app/controller/ApplicationController.js +++ b/apps/documenteditor/forms/app/controller/ApplicationController.js @@ -1250,6 +1250,7 @@ define([ target: this.view.btnSubmit.$el, text: this.textRequired, showLink: false, + closable: false, showButton: true, textButton: this.textGotIt }); diff --git a/apps/documenteditor/main/app/controller/FormsTab.js b/apps/documenteditor/main/app/controller/FormsTab.js index 9865320bb..a9572464b 100644 --- a/apps/documenteditor/main/app/controller/FormsTab.js +++ b/apps/documenteditor/main/app/controller/FormsTab.js @@ -373,6 +373,7 @@ define([ target: target, text: this.view.textCreateForm, showLink: true + closable: false, }); tip.on({ 'dontshowclick': function() { From 20904787e2a3b7cc7ac27d53be3c0b339bc4574f Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 29 Oct 2021 18:42:42 +0300 Subject: [PATCH 58/64] Refactoring tip styles --- apps/common/forms/resources/less/common.less | 33 ------------------- .../resources/less/colors-table-dark.less | 2 +- .../main/resources/less/synchronize-tip.less | 6 ++++ 3 files changed, 7 insertions(+), 34 deletions(-) diff --git a/apps/common/forms/resources/less/common.less b/apps/common/forms/resources/less/common.less index b892097e0..a8d56caac 100644 --- a/apps/common/forms/resources/less/common.less +++ b/apps/common/forms/resources/less/common.less @@ -594,39 +594,6 @@ font-size: 11px; } -.synch-tip-root { - &.colored { - @tip-width: 240px; - width: @tip-width; - .tip-text { - width: @tip-width - 40px; - } - - .asc-synchronizetip { - background-color: @background-contrast-popover; - color: @text-contrast-background; - .close { - &:before, &:after { - background-color: @text-contrast-background; - } - } - } - - .tip-arrow:after { - background-color: @background-contrast-popover; - } - - .btn-div { - display: inline-block; - border: 1px solid @border-regular-control-ie; - border: 1px solid @border-regular-control; - border-radius: 2px; - padding: 3px 12px; - margin-top: 10px; - } - } -} - .font-size-small { .fontsize(@font-size-small); } diff --git a/apps/common/main/resources/less/colors-table-dark.less b/apps/common/main/resources/less/colors-table-dark.less index bdf52de7d..5221a62b9 100644 --- a/apps/common/main/resources/less/colors-table-dark.less +++ b/apps/common/main/resources/less/colors-table-dark.less @@ -15,7 +15,7 @@ --background-scrim: fade(black, 60%); --background-loader: fade(#181818, 90%); --background-alt-key-hint: #FFD938; - --background-contrast-popover: #363636; + --background-contrast-popover: #313131; --highlight-button-hover: #555; --highlight-button-pressed: #707070; diff --git a/apps/common/main/resources/less/synchronize-tip.less b/apps/common/main/resources/less/synchronize-tip.less index a78fa6f87..76b25504c 100644 --- a/apps/common/main/resources/less/synchronize-tip.less +++ b/apps/common/main/resources/less/synchronize-tip.less @@ -68,6 +68,12 @@ } &.colored { + @tip-width: 270px; + width: @tip-width; + .tip-text { + width: @tip-width - 40px; + } + .asc-synchronizetip { background-color: @background-contrast-popover; color: @text-contrast-background; From 594d5966196ce97b2f73178ef5e72a0f481d4b7f Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 29 Oct 2021 18:50:41 +0300 Subject: [PATCH 59/64] Refactoring forms tip --- apps/documenteditor/main/app/controller/FormsTab.js | 9 ++++----- apps/documenteditor/main/app/view/FormsTab.js | 3 ++- apps/documenteditor/main/locale/en.json | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/documenteditor/main/app/controller/FormsTab.js b/apps/documenteditor/main/app/controller/FormsTab.js index a9572464b..293cf4a0c 100644 --- a/apps/documenteditor/main/app/controller/FormsTab.js +++ b/apps/documenteditor/main/app/controller/FormsTab.js @@ -372,16 +372,15 @@ define([ placement: 'bottom-right', target: target, text: this.view.textCreateForm, - showLink: true + showLink: false, closable: false, + showButton: true, + textButton: this.view.textGotIt }); tip.on({ - 'dontshowclick': function() { + 'buttonclick': function() { Common.localStorage.setItem("de-hide-createform-tip", 1); tip.close(); - }, - 'closeclick': function() { - tip.close(); } }); tip.show(); diff --git a/apps/documenteditor/main/app/view/FormsTab.js b/apps/documenteditor/main/app/view/FormsTab.js index c15e19e79..9e83a0b4f 100644 --- a/apps/documenteditor/main/app/view/FormsTab.js +++ b/apps/documenteditor/main/app/view/FormsTab.js @@ -432,7 +432,8 @@ define([ capBtnSaveForm: 'Save as a Form', tipSaveForm: 'Save a file as a fillable OFORM document', txtUntitled: 'Untitled', - textCreateForm: 'Add fields and create a fillable OFORM document' + textCreateForm: 'Add fields and create a fillable OFORM document', + textGotIt: 'Got it' } }()), DE.Views.FormsTab || {})); }); \ No newline at end of file diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 2e3150124..baa44329c 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -1830,6 +1830,7 @@ "DE.Views.FormsTab.tipViewForm": "View form", "DE.Views.FormsTab.txtUntitled": "Untitled", "DE.Views.FormsTab.textCreateForm": "Add fields and create a fillable OFORM document", + "DE.Views.FormsTab.textGotIt": "Got it", "DE.Views.HeaderFooterSettings.textBottomCenter": "Bottom center", "DE.Views.HeaderFooterSettings.textBottomLeft": "Bottom left", "DE.Views.HeaderFooterSettings.textBottomPage": "Bottom of Page", From 37f5d561267b055f7f3a3496c0fe3073c3f4a9f9 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 29 Oct 2021 20:15:38 +0300 Subject: [PATCH 60/64] [DE forms] Show download button --- apps/common/forms/resources/less/common.less | 1 + .../forms/app/controller/ApplicationController.js | 4 ++++ apps/documenteditor/forms/app/view/ApplicationView.js | 7 +++++++ apps/documenteditor/forms/index.html | 1 + apps/documenteditor/forms/index.html.deploy | 1 + 5 files changed, 14 insertions(+) diff --git a/apps/common/forms/resources/less/common.less b/apps/common/forms/resources/less/common.less index a8d56caac..58b92d28a 100644 --- a/apps/common/forms/resources/less/common.less +++ b/apps/common/forms/resources/less/common.less @@ -228,6 +228,7 @@ } .btn-text-default { + width: auto; &.colored { padding: 0 16px; height: 28px; diff --git a/apps/documenteditor/forms/app/controller/ApplicationController.js b/apps/documenteditor/forms/app/controller/ApplicationController.js index 4d739d38e..8d095d3c7 100644 --- a/apps/documenteditor/forms/app/controller/ApplicationController.js +++ b/apps/documenteditor/forms/app/controller/ApplicationController.js @@ -459,6 +459,7 @@ define([ var me = this; me.view.btnSubmit.setVisible(this.appOptions.canFillForms && this.appOptions.canSubmitForms); + me.view.btnDownload.setVisible(this.appOptions.canDownload && this.appOptions.canFillForms && !this.appOptions.canSubmitForms); if (!this.appOptions.canFillForms) { me.view.btnPrev.setVisible(false); me.view.btnNext.setVisible(false); @@ -476,6 +477,9 @@ define([ me.view.btnSubmit.on('click', function(){ me.api.asc_SendForm(); }); + me.view.btnDownload.on('click', function(){ + me.appOptions.canDownload && me.api.asc_DownloadAs(new Asc.asc_CDownloadOptions(Asc.c_oAscFileType.PDF)); + }); this.api.asc_setRestriction(Asc.c_oAscRestrictionType.OnlyForms); this.api.asc_SetFastCollaborative(true); diff --git a/apps/documenteditor/forms/app/view/ApplicationView.js b/apps/documenteditor/forms/app/view/ApplicationView.js index b25dfde59..0c1db683e 100644 --- a/apps/documenteditor/forms/app/view/ApplicationView.js +++ b/apps/documenteditor/forms/app/view/ApplicationView.js @@ -68,6 +68,13 @@ define([ }); this.btnSubmit.render($('#id-submit-group')); + this.btnDownload = new Common.UI.Button({ + cls: 'btn-text-default colored margin-left-small margin-right-small', + caption: this.txtDownload, + hint: this.txtDownloadPdf + }); + this.btnDownload.render($('#id-download-group')); + this.txtGoToPage = new Common.UI.InputField({ el: $('#page-number'), cls: 'masked', diff --git a/apps/documenteditor/forms/index.html b/apps/documenteditor/forms/index.html index af57622d0..43e5c43a8 100644 --- a/apps/documenteditor/forms/index.html +++ b/apps/documenteditor/forms/index.html @@ -237,6 +237,7 @@
of 1
+
diff --git a/apps/documenteditor/forms/index.html.deploy b/apps/documenteditor/forms/index.html.deploy index 1c6eb17af..05a8ed0d0 100644 --- a/apps/documenteditor/forms/index.html.deploy +++ b/apps/documenteditor/forms/index.html.deploy @@ -210,6 +210,7 @@
of 1
+
From 72e50cc51fef8ae381a6463d2cfb85fbcd3400ec Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 29 Oct 2021 22:29:47 +0300 Subject: [PATCH 61/64] Fix forms translation --- .../forms/app/view/ApplicationView.js | 4 +- apps/documenteditor/forms/locale/be.json | 48 ++--- apps/documenteditor/forms/locale/bg.json | 46 ++--- apps/documenteditor/forms/locale/ca.json | 112 ++++++------ apps/documenteditor/forms/locale/cs.json | 76 ++++---- apps/documenteditor/forms/locale/da.json | 48 ++--- apps/documenteditor/forms/locale/de.json | 112 ++++++------ apps/documenteditor/forms/locale/el.json | 76 ++++---- apps/documenteditor/forms/locale/en.json | 122 ++++++------- apps/documenteditor/forms/locale/es.json | 112 ++++++------ apps/documenteditor/forms/locale/fr.json | 112 ++++++------ apps/documenteditor/forms/locale/hu.json | 48 ++--- apps/documenteditor/forms/locale/it.json | 112 ++++++------ apps/documenteditor/forms/locale/ja.json | 76 ++++---- apps/documenteditor/forms/locale/ko.json | 112 ++++++------ apps/documenteditor/forms/locale/lo.json | 60 +++---- apps/documenteditor/forms/locale/lv.json | 34 ++-- apps/documenteditor/forms/locale/nb.json | 26 +-- apps/documenteditor/forms/locale/nl.json | 68 +++---- apps/documenteditor/forms/locale/pl.json | 74 ++++---- apps/documenteditor/forms/locale/pt.json | 112 ++++++------ apps/documenteditor/forms/locale/ro.json | 112 ++++++------ apps/documenteditor/forms/locale/ru.json | 166 ++++++++++++------ apps/documenteditor/forms/locale/sk.json | 104 +++++------ apps/documenteditor/forms/locale/sl.json | 60 +++---- apps/documenteditor/forms/locale/sv.json | 68 +++---- apps/documenteditor/forms/locale/tr.json | 56 +++--- apps/documenteditor/forms/locale/uk.json | 46 ++--- apps/documenteditor/forms/locale/vi.json | 34 ++-- apps/documenteditor/forms/locale/zh.json | 112 ++++++------ 30 files changed, 1201 insertions(+), 1147 deletions(-) diff --git a/apps/documenteditor/forms/app/view/ApplicationView.js b/apps/documenteditor/forms/app/view/ApplicationView.js index 0c1db683e..3d54a9979 100644 --- a/apps/documenteditor/forms/app/view/ApplicationView.js +++ b/apps/documenteditor/forms/app/view/ApplicationView.js @@ -9,7 +9,7 @@ define([ ], function ($, _, Backbone) { 'use strict'; - DE.Views.ApplicationView = Backbone.View.extend({ + DE.Views.ApplicationView = Backbone.View.extend(_.extend({ // Render layout render: function() { this.btnOptions = new Common.UI.Button({ @@ -99,5 +99,5 @@ define([ textClear: 'Clear All Fields', textSubmit: 'Submit', txtTheme: 'Interface theme' - }); + }, DE.Views.ApplicationView || {})); }); \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/be.json b/apps/documenteditor/forms/locale/be.json index 41d6ead30..394eac28f 100644 --- a/apps/documenteditor/forms/locale/be.json +++ b/apps/documenteditor/forms/locale/be.json @@ -4,28 +4,28 @@ "common.view.modals.txtHeight": "Вышыня", "common.view.modals.txtShare": "Падзяліцца спасылкай", "common.view.modals.txtWidth": "Шырыня", - "DE.ApplicationController.convertationErrorText": "Пераўтварыць не атрымалася.", - "DE.ApplicationController.convertationTimeoutText": "Час чакання пераўтварэння сышоў.", - "DE.ApplicationController.criticalErrorTitle": "Памылка", - "DE.ApplicationController.downloadErrorText": "Не атрымалася спампаваць.", - "DE.ApplicationController.downloadTextText": "Спампоўванне дакумента...", - "DE.ApplicationController.errorAccessDeny": "Вы спрабуеце выканаць дзеянне, на якое не маеце правоў.
Калі ласка, звярніцеся да адміністратара сервера дакументаў.", - "DE.ApplicationController.errorDefaultMessage": "Код памылкі: %1", - "DE.ApplicationController.errorFilePassProtect": "Файл абаронены паролем, яго немагчыма адкрыць.", - "DE.ApplicationController.errorFileSizeExceed": "Памер файла перавышае ліміт, вызначаны для вашага сервера.
Звярніцеся да адміністратара сервера дакументаў за дадатковымі звесткамі.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Злучэнне з інтэрнэтам было адноўлена, і версія файла змянілася.
Перш чым працягнуць працу, неабходна спампаваць файл альбо скапіяваць яго змесціва, каб захаваць даныя, а пасля перазагрузіць старонку.", - "DE.ApplicationController.errorUserDrop": "На дадзены момант файл недаступны.", - "DE.ApplicationController.notcriticalErrorTitle": "Увага", - "DE.ApplicationController.scriptLoadError": "Занадта павольнае злучэнне, не ўсе кампаненты атрымалася загрузіць. Калі ласка, абнавіце старонку.", - "DE.ApplicationController.textLoadingDocument": "Загрузка дакумента", - "DE.ApplicationController.textOf": "з", - "DE.ApplicationController.txtClose": "Закрыць", - "DE.ApplicationController.unknownErrorText": "Невядомая памылка.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Ваш браўзер не падтрымліваецца.", - "DE.ApplicationController.waitText": "Калі ласка, пачакайце...", - "DE.ApplicationView.txtDownload": "Спампаваць", - "DE.ApplicationView.txtEmbed": "Убудаваць", - "DE.ApplicationView.txtFullScreen": "Поўнаэкранны рэжым", - "DE.ApplicationView.txtPrint": "Друк", - "DE.ApplicationView.txtShare": "Падзяліцца" + "DE.Controllers.ApplicationController.convertationErrorText": "Пераўтварыць не атрымалася.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Час чакання пераўтварэння сышоў.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Памылка", + "DE.Controllers.ApplicationController.downloadErrorText": "Не атрымалася спампаваць.", + "DE.Controllers.ApplicationController.downloadTextText": "Спампоўванне дакумента...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Вы спрабуеце выканаць дзеянне, на якое не маеце правоў.
Калі ласка, звярніцеся да адміністратара сервера дакументаў.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Код памылкі: %1", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Файл абаронены паролем, яго немагчыма адкрыць.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "Памер файла перавышае ліміт, вызначаны для вашага сервера.
Звярніцеся да адміністратара сервера дакументаў за дадатковымі звесткамі.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Злучэнне з інтэрнэтам было адноўлена, і версія файла змянілася.
Перш чым працягнуць працу, неабходна спампаваць файл альбо скапіяваць яго змесціва, каб захаваць даныя, а пасля перазагрузіць старонку.", + "DE.Controllers.ApplicationController.errorUserDrop": "На дадзены момант файл недаступны.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Увага", + "DE.Controllers.ApplicationController.scriptLoadError": "Занадта павольнае злучэнне, не ўсе кампаненты атрымалася загрузіць. Калі ласка, абнавіце старонку.", + "DE.Controllers.ApplicationController.textLoadingDocument": "Загрузка дакумента", + "DE.Controllers.ApplicationController.textOf": "з", + "DE.Controllers.ApplicationController.txtClose": "Закрыць", + "DE.Controllers.ApplicationController.unknownErrorText": "Невядомая памылка.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Ваш браўзер не падтрымліваецца.", + "DE.Controllers.ApplicationController.waitText": "Калі ласка, пачакайце...", + "DE.Views.ApplicationView.txtDownload": "Спампаваць", + "DE.Views.ApplicationView.txtEmbed": "Убудаваць", + "DE.Views.ApplicationView.txtFullScreen": "Поўнаэкранны рэжым", + "DE.Views.ApplicationView.txtPrint": "Друк", + "DE.Views.ApplicationView.txtShare": "Падзяліцца" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/bg.json b/apps/documenteditor/forms/locale/bg.json index 72651eb8d..0ad519353 100644 --- a/apps/documenteditor/forms/locale/bg.json +++ b/apps/documenteditor/forms/locale/bg.json @@ -4,27 +4,27 @@ "common.view.modals.txtHeight": "Височина", "common.view.modals.txtShare": "Споделяне на връзка", "common.view.modals.txtWidth": "Широчина", - "DE.ApplicationController.convertationErrorText": "Конвертирането е неуспешно.", - "DE.ApplicationController.convertationTimeoutText": "Превишава се времето на изтичане на реализациите.", - "DE.ApplicationController.criticalErrorTitle": "Грешка", - "DE.ApplicationController.downloadErrorText": "Изтеглянето се провали.", - "DE.ApplicationController.downloadTextText": "Документът се изтегли ...", - "DE.ApplicationController.errorAccessDeny": "Опитвате се да извършите действие, за което нямате права.
Моля, свържете се с администратора на сървъра за документи.", - "DE.ApplicationController.errorDefaultMessage": "Код на грешка: %1", - "DE.ApplicationController.errorFilePassProtect": "Файлът е защитен с парола и не може да бъде отворен.", - "DE.ApplicationController.errorFileSizeExceed": "Размерът на файла надвишава ограничението, зададено за вашия сървър.
Моля, свържете се с вашия администратор на Document Server за подробности.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Интернет връзката е възстановена и версията на файла е променена.
Преди да продължите да работите, трябва да изтеглите файла или да копирате съдържанието му, за да сте сигурни, че нищо не е загубено, и след това да презаредите тази страница.", - "DE.ApplicationController.errorUserDrop": "Файлът не може да бъде достъпен в момента.", - "DE.ApplicationController.notcriticalErrorTitle": "Внимание", - "DE.ApplicationController.scriptLoadError": "Връзката е твърде бавна, някои от компонентите не могат да бъдат заредени. Моля, презаредете страницата.", - "DE.ApplicationController.textLoadingDocument": "Зареждане на документ", - "DE.ApplicationController.textOf": "на", - "DE.ApplicationController.txtClose": "Затвори", - "DE.ApplicationController.unknownErrorText": "Неизвестна грешка.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Вашият браузър не се поддържа.", - "DE.ApplicationController.waitText": "Моля изчакай...", - "DE.ApplicationView.txtDownload": "Изтегли", - "DE.ApplicationView.txtEmbed": "Вграждане", - "DE.ApplicationView.txtFullScreen": "Цял екран", - "DE.ApplicationView.txtShare": "Дял" + "DE.Controllers.ApplicationController.convertationErrorText": "Конвертирането е неуспешно.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Превишава се времето на изтичане на реализациите.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Грешка", + "DE.Controllers.ApplicationController.downloadErrorText": "Изтеглянето се провали.", + "DE.Controllers.ApplicationController.downloadTextText": "Документът се изтегли ...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Опитвате се да извършите действие, за което нямате права.
Моля, свържете се с администратора на сървъра за документи.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Код на грешка: %1", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Файлът е защитен с парола и не може да бъде отворен.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "Размерът на файла надвишава ограничението, зададено за вашия сървър.
Моля, свържете се с вашия администратор на Document Server за подробности.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Интернет връзката е възстановена и версията на файла е променена.
Преди да продължите да работите, трябва да изтеглите файла или да копирате съдържанието му, за да сте сигурни, че нищо не е загубено, и след това да презаредите тази страница.", + "DE.Controllers.ApplicationController.errorUserDrop": "Файлът не може да бъде достъпен в момента.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Внимание", + "DE.Controllers.ApplicationController.scriptLoadError": "Връзката е твърде бавна, някои от компонентите не могат да бъдат заредени. Моля, презаредете страницата.", + "DE.Controllers.ApplicationController.textLoadingDocument": "Зареждане на документ", + "DE.Controllers.ApplicationController.textOf": "на", + "DE.Controllers.ApplicationController.txtClose": "Затвори", + "DE.Controllers.ApplicationController.unknownErrorText": "Неизвестна грешка.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Вашият браузър не се поддържа.", + "DE.Controllers.ApplicationController.waitText": "Моля изчакай...", + "DE.Views.ApplicationView.txtDownload": "Изтегли", + "DE.Views.ApplicationView.txtEmbed": "Вграждане", + "DE.Views.ApplicationView.txtFullScreen": "Цял екран", + "DE.Views.ApplicationView.txtShare": "Дял" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/ca.json b/apps/documenteditor/forms/locale/ca.json index 19132bc82..6da7ba7bb 100644 --- a/apps/documenteditor/forms/locale/ca.json +++ b/apps/documenteditor/forms/locale/ca.json @@ -4,60 +4,60 @@ "common.view.modals.txtHeight": "Alçada", "common.view.modals.txtShare": "Comparteix l'enllaç", "common.view.modals.txtWidth": "Amplada", - "DE.ApplicationController.convertationErrorText": "No s'ha pogut convertir", - "DE.ApplicationController.convertationTimeoutText": "S'ha superat el temps de conversió.", - "DE.ApplicationController.criticalErrorTitle": "Error", - "DE.ApplicationController.downloadErrorText": "S'ha produït un error en la baixada", - "DE.ApplicationController.downloadTextText": "S'està baixant el document...", - "DE.ApplicationController.errorAccessDeny": "No teniu permisos per realitzar aquesta acció.
Contacteu amb el vostre administrador del servidor de documents.", - "DE.ApplicationController.errorDefaultMessage": "Codi d'error:%1", - "DE.ApplicationController.errorEditingDownloadas": "S'ha produït un error mentre es treballava amb el document.
Utilitzeu l'opció \"Baixa-ho com a ...\" per desar la còpia de seguretat del fitxer al disc dur del vostre ordinador.", - "DE.ApplicationController.errorFilePassProtect": "El fitxer està protegit amb contrasenya i no es pot obrir.", - "DE.ApplicationController.errorFileSizeExceed": "La mida del fitxer supera el límit establert pel vostre servidor. Contacteu amb el vostre administrador del servidor de documents per obtenir més informació.", - "DE.ApplicationController.errorForceSave": "S'ha produït un error en desar el fitxer. Utilitzeu l'opció \"Baixa-ho com a\" per desar el fitxer al disc dur de l’ordinador o torneu-ho a provar més endavant.", - "DE.ApplicationController.errorLoadingFont": "No s'han carregat els tipus de lletra.
Contacteu amb l'administrador del Servidor de Documents.", - "DE.ApplicationController.errorServerVersion": "S'ha actualitzat la versió de l'editor. Es tornarà a carregar la pàgina per aplicar els canvis.", - "DE.ApplicationController.errorSubmit": "No s'ha pogut enviar.", - "DE.ApplicationController.errorUpdateVersion": "S'ha canviat la versió del fitxer. La pàgina es tornarà a carregar.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "S'ha restaurat la connexió a internet i la versió del fitxer ha canviat.
Abans de continuar treballant, heu de baixar el fitxer o copiar-ne el contingut per assegurar-vos que no es perdi res i, després, torneu a carregar aquesta pàgina.", - "DE.ApplicationController.errorUserDrop": "Ara mateix no es pot accedir al fitxer.", - "DE.ApplicationController.notcriticalErrorTitle": "Advertiment", - "DE.ApplicationController.scriptLoadError": "La connexió és massa lenta, alguns dels components no s’han pogut carregar. Torneu a carregar la pàgina.", - "DE.ApplicationController.textAnonymous": "Anònim", - "DE.ApplicationController.textBuyNow": "Visiteu el lloc web", - "DE.ApplicationController.textCloseTip": "Feu clic per tancar el suggeriment.", - "DE.ApplicationController.textContactUs": "Contacteu amb vendes", - "DE.ApplicationController.textGotIt": "Ho tinc", - "DE.ApplicationController.textGuest": "Convidat", - "DE.ApplicationController.textLoadingDocument": "S'està carregant el document", - "DE.ApplicationController.textNoLicenseTitle": "S'ha assolit el límit de llicència", - "DE.ApplicationController.textOf": "de", - "DE.ApplicationController.textRequired": "Emplena tots els camps necessaris per enviar el formulari.", - "DE.ApplicationController.textSubmited": "El formulari s'ha enviat amb èxit
Cliqueu per tancar el consell", - "DE.ApplicationController.titleServerVersion": "S'ha actualitzat l'editor", - "DE.ApplicationController.titleUpdateVersion": "S'ha canviat la versió", - "DE.ApplicationController.txtClose": "Tanca", - "DE.ApplicationController.txtEmpty": "(Buit)", - "DE.ApplicationController.txtPressLink": "Prem CTRL i clica a l'enllaç", - "DE.ApplicationController.unknownErrorText": "Error desconegut.", - "DE.ApplicationController.unsupportedBrowserErrorText": "El vostre navegador no és compatible.", - "DE.ApplicationController.waitText": "Espereu...", - "DE.ApplicationController.warnLicenseExceeded": "Heu arribat al límit de connexions simultànies amb %1 editors. Aquest document només s'obrirà en mode lectura.
Contacteu amb el vostre administrador per obtenir més informació.", - "DE.ApplicationController.warnLicenseLimitedNoAccess": "La llicència ha caducat.
No teniu accés a la funció d'edició de documents.
Contacteu amb el vostre administrador.", - "DE.ApplicationController.warnLicenseLimitedRenewed": "Cal renovar la llicència.
Teniu accés limitat a la funció d'edició de documents.
Contacteu amb el vostre administrador per obtenir accés complet", - "DE.ApplicationController.warnLicenseUsersExceeded": "Heu arribat al límit d'usuaris per a %1 editors. Contacteu amb el vostre administrador per a més informació.", - "DE.ApplicationController.warnNoLicense": "Heu arribat al límit de connexions simultànies per als editors %1. Aquest document s'obrirà en mode de només lectura. Contacteu l'equip de vendes %1 per a les condicions personals de millora del servei.", - "DE.ApplicationController.warnNoLicenseUsers": "Heu arribat al límit d'usuaris per a %1 editors. Contacteu amb l'equip de vendes de %1 per obtenir les condicions de millora personals dels vostres serveis.", - "DE.ApplicationView.textClear": "Esborra tots els camps", - "DE.ApplicationView.textNext": "Camp següent", - "DE.ApplicationView.textSubmit": "Envia", - "DE.ApplicationView.txtDownload": "Baixa", - "DE.ApplicationView.txtDownloadDocx": "Baixa-ho com a .docx", - "DE.ApplicationView.txtDownloadPdf": "Baixa-ho com a pdf", - "DE.ApplicationView.txtEmbed": "Incrusta", - "DE.ApplicationView.txtFileLocation": "Obre la ubicació del fitxer", - "DE.ApplicationView.txtFullScreen": "Pantalla sencera", - "DE.ApplicationView.txtPrint": "Imprimeix", - "DE.ApplicationView.txtShare": "Comparteix", - "DE.ApplicationView.txtTheme": "Tema de la interfície" + "DE.Controllers.ApplicationController.convertationErrorText": "No s'ha pogut convertir", + "DE.Controllers.ApplicationController.convertationTimeoutText": "S'ha superat el temps de conversió.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Error", + "DE.Controllers.ApplicationController.downloadErrorText": "S'ha produït un error en la baixada", + "DE.Controllers.ApplicationController.downloadTextText": "S'està baixant el document...", + "DE.Controllers.ApplicationController.errorAccessDeny": "No teniu permisos per realitzar aquesta acció.
Contacteu amb el vostre administrador del servidor de documents.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Codi d'error:%1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "S'ha produït un error mentre es treballava amb el document.
Utilitzeu l'opció \"Baixa-ho com a ...\" per desar la còpia de seguretat del fitxer al disc dur del vostre ordinador.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "El fitxer està protegit amb contrasenya i no es pot obrir.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "La mida del fitxer supera el límit establert pel vostre servidor. Contacteu amb el vostre administrador del servidor de documents per obtenir més informació.", + "DE.Controllers.ApplicationController.errorForceSave": "S'ha produït un error en desar el fitxer. Utilitzeu l'opció \"Baixa-ho com a\" per desar el fitxer al disc dur de l’ordinador o torneu-ho a provar més endavant.", + "DE.Controllers.ApplicationController.errorLoadingFont": "No s'han carregat els tipus de lletra.
Contacteu amb l'administrador del Servidor de Documents.", + "DE.Controllers.ApplicationController.errorServerVersion": "S'ha actualitzat la versió de l'editor. Es tornarà a carregar la pàgina per aplicar els canvis.", + "DE.Controllers.ApplicationController.errorSubmit": "No s'ha pogut enviar.", + "DE.Controllers.ApplicationController.errorUpdateVersion": "S'ha canviat la versió del fitxer. La pàgina es tornarà a carregar.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "S'ha restaurat la connexió a internet i la versió del fitxer ha canviat.
Abans de continuar treballant, heu de baixar el fitxer o copiar-ne el contingut per assegurar-vos que no es perdi res i, després, torneu a carregar aquesta pàgina.", + "DE.Controllers.ApplicationController.errorUserDrop": "Ara mateix no es pot accedir al fitxer.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Advertiment", + "DE.Controllers.ApplicationController.scriptLoadError": "La connexió és massa lenta, alguns dels components no s’han pogut carregar. Torneu a carregar la pàgina.", + "DE.Controllers.ApplicationController.textAnonymous": "Anònim", + "DE.Controllers.ApplicationController.textBuyNow": "Visiteu el lloc web", + "DE.Controllers.ApplicationController.textCloseTip": "Feu clic per tancar el suggeriment.", + "DE.Controllers.ApplicationController.textContactUs": "Contacteu amb vendes", + "DE.Controllers.ApplicationController.textGotIt": "Ho tinc", + "DE.Controllers.ApplicationController.textGuest": "Convidat", + "DE.Controllers.ApplicationController.textLoadingDocument": "S'està carregant el document", + "DE.Controllers.ApplicationController.textNoLicenseTitle": "S'ha assolit el límit de llicència", + "DE.Controllers.ApplicationController.textOf": "de", + "DE.Controllers.ApplicationController.textRequired": "Emplena tots els camps necessaris per enviar el formulari.", + "DE.Controllers.ApplicationController.textSubmited": "El formulari s'ha enviat amb èxit
Cliqueu per tancar el consell", + "DE.Controllers.ApplicationController.titleServerVersion": "S'ha actualitzat l'editor", + "DE.Controllers.ApplicationController.titleUpdateVersion": "S'ha canviat la versió", + "DE.Controllers.ApplicationController.txtClose": "Tanca", + "DE.Controllers.ApplicationController.txtEmpty": "(Buit)", + "DE.Controllers.ApplicationController.txtPressLink": "Prem CTRL i clica a l'enllaç", + "DE.Controllers.ApplicationController.unknownErrorText": "Error desconegut.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "El vostre navegador no és compatible.", + "DE.Controllers.ApplicationController.waitText": "Espereu...", + "DE.Controllers.ApplicationController.warnLicenseExceeded": "Heu arribat al límit de connexions simultànies amb %1 editors. Aquest document només s'obrirà en mode lectura.
Contacteu amb el vostre administrador per obtenir més informació.", + "DE.Controllers.ApplicationController.warnLicenseLimitedNoAccess": "La llicència ha caducat.
No teniu accés a la funció d'edició de documents.
Contacteu amb el vostre administrador.", + "DE.Controllers.ApplicationController.warnLicenseLimitedRenewed": "Cal renovar la llicència.
Teniu accés limitat a la funció d'edició de documents.
Contacteu amb el vostre administrador per obtenir accés complet", + "DE.Controllers.ApplicationController.warnLicenseUsersExceeded": "Heu arribat al límit d'usuaris per a %1 editors. Contacteu amb el vostre administrador per a més informació.", + "DE.Controllers.ApplicationController.warnNoLicense": "Heu arribat al límit de connexions simultànies per als editors %1. Aquest document s'obrirà en mode de només lectura. Contacteu l'equip de vendes %1 per a les condicions personals de millora del servei.", + "DE.Controllers.ApplicationController.warnNoLicenseUsers": "Heu arribat al límit d'usuaris per a %1 editors. Contacteu amb l'equip de vendes de %1 per obtenir les condicions de millora personals dels vostres serveis.", + "DE.Views.ApplicationView.textClear": "Esborra tots els camps", + "DE.Views.ApplicationView.textNext": "Camp següent", + "DE.Views.ApplicationView.textSubmit": "Envia", + "DE.Views.ApplicationView.txtDownload": "Baixa", + "DE.Views.ApplicationView.txtDownloadDocx": "Baixa-ho com a .docx", + "DE.Views.ApplicationView.txtDownloadPdf": "Baixa-ho com a pdf", + "DE.Views.ApplicationView.txtEmbed": "Incrusta", + "DE.Views.ApplicationView.txtFileLocation": "Obre la ubicació del fitxer", + "DE.Views.ApplicationView.txtFullScreen": "Pantalla sencera", + "DE.Views.ApplicationView.txtPrint": "Imprimeix", + "DE.Views.ApplicationView.txtShare": "Comparteix", + "DE.Views.ApplicationView.txtTheme": "Tema de la interfície" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/cs.json b/apps/documenteditor/forms/locale/cs.json index 99604921e..5cae2acba 100644 --- a/apps/documenteditor/forms/locale/cs.json +++ b/apps/documenteditor/forms/locale/cs.json @@ -4,42 +4,42 @@ "common.view.modals.txtHeight": "Výška", "common.view.modals.txtShare": "Odkaz pro sdílení", "common.view.modals.txtWidth": "Šířka", - "DE.ApplicationController.convertationErrorText": "Převod se nezdařil.", - "DE.ApplicationController.convertationTimeoutText": "Překročen časový limit pro provedení převodu.", - "DE.ApplicationController.criticalErrorTitle": "Chyba", - "DE.ApplicationController.downloadErrorText": "Stahování se nezdařilo.", - "DE.ApplicationController.downloadTextText": "Stahování dokumentu…", - "DE.ApplicationController.errorAccessDeny": "Pokoušíte se provést akci, na kterou nemáte oprávnění.
Obraťte se na správce vámi využívaného dokumentového serveru.", - "DE.ApplicationController.errorDefaultMessage": "Kód chyby: %1", - "DE.ApplicationController.errorEditingDownloadas": "Při práci s dokumentem došlo k chybě.
Použijte volbu 'Stáhnout jako…' pro uložení záložní kopie na harddisk Vašeho počítače. ", - "DE.ApplicationController.errorFilePassProtect": "Soubor je chráněn heslem a bez něj ho nelze otevřít.", - "DE.ApplicationController.errorFileSizeExceed": "Velikost souboru překračuje omezení nastavená na serveru, který využíváte.
Ohledně podrobností se obraťte na správce dokumentového serveru.", - "DE.ApplicationController.errorForceSave": "Při ukládání souboru došlo k chybě. Prosím použijte 'Stáhnout jako' k uložení souboru na harddisk Vašeho počítače, nebo opakujte volbu později.", - "DE.ApplicationController.errorLoadingFont": "Styly nejsou načteny.
Prosím kontaktujte Vašeho administrátora dokumentových serverů.", - "DE.ApplicationController.errorSubmit": "Potvrzení selhalo.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Připojení k Internetu bylo obnoveno a verze souboru byla změněna.
Než budete moci pokračovat v práci, bude třeba si soubor stáhnout nebo si zkopírovat jeho obsah, abyste si zajistili, že se nic neztratí a až poté tuto stránku znovu načtěte.", - "DE.ApplicationController.errorUserDrop": "Tento soubor nyní není přístupný.", - "DE.ApplicationController.notcriticalErrorTitle": "Varování", - "DE.ApplicationController.scriptLoadError": "Připojení je příliš pomalé, některé součásti se nepodařilo načíst. Načtěte stránku znovu.", - "DE.ApplicationController.textAnonymous": "Anonymní", - "DE.ApplicationController.textGotIt": "Rozumím", - "DE.ApplicationController.textGuest": "Host", - "DE.ApplicationController.textLoadingDocument": "Načítání dokumentu", - "DE.ApplicationController.textOf": "z", - "DE.ApplicationController.textRequired": "Pro odeslání formuláře vyplňte všechna požadovaná pole.", - "DE.ApplicationController.textSubmited": "Formulář úspěšně uložen.
Klikněte pro zavření nápovědy.", - "DE.ApplicationController.txtClose": "Zavřít", - "DE.ApplicationController.txtEmpty": "(Prázdné)", - "DE.ApplicationController.txtPressLink": "Stiskněte CTRL a klikněte na odkaz", - "DE.ApplicationController.unknownErrorText": "Neznámá chyba.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Vámi používaný webový prohlížeč není podporován.", - "DE.ApplicationController.waitText": "Čekejte prosím…", - "DE.ApplicationView.txtDownload": "Stáhnout", - "DE.ApplicationView.txtDownloadDocx": "Stáhnout jako docx", - "DE.ApplicationView.txtDownloadPdf": "Stáhnout jako pdf", - "DE.ApplicationView.txtEmbed": "Vestavěný", - "DE.ApplicationView.txtFileLocation": "Otevřít umístění souboru", - "DE.ApplicationView.txtFullScreen": "Na celou obrazovku", - "DE.ApplicationView.txtPrint": "Tisk", - "DE.ApplicationView.txtShare": "Sdílet" + "DE.Controllers.ApplicationController.convertationErrorText": "Převod se nezdařil.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Překročen časový limit pro provedení převodu.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Chyba", + "DE.Controllers.ApplicationController.downloadErrorText": "Stahování se nezdařilo.", + "DE.Controllers.ApplicationController.downloadTextText": "Stahování dokumentu…", + "DE.Controllers.ApplicationController.errorAccessDeny": "Pokoušíte se provést akci, na kterou nemáte oprávnění.
Obraťte se na správce vámi využívaného dokumentového serveru.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Kód chyby: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "Při práci s dokumentem došlo k chybě.
Použijte volbu 'Stáhnout jako…' pro uložení záložní kopie na harddisk Vašeho počítače. ", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Soubor je chráněn heslem a bez něj ho nelze otevřít.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "Velikost souboru překračuje omezení nastavená na serveru, který využíváte.
Ohledně podrobností se obraťte na správce dokumentového serveru.", + "DE.Controllers.ApplicationController.errorForceSave": "Při ukládání souboru došlo k chybě. Prosím použijte 'Stáhnout jako' k uložení souboru na harddisk Vašeho počítače, nebo opakujte volbu později.", + "DE.Controllers.ApplicationController.errorLoadingFont": "Styly nejsou načteny.
Prosím kontaktujte Vašeho administrátora dokumentových serverů.", + "DE.Controllers.ApplicationController.errorSubmit": "Potvrzení selhalo.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Připojení k Internetu bylo obnoveno a verze souboru byla změněna.
Než budete moci pokračovat v práci, bude třeba si soubor stáhnout nebo si zkopírovat jeho obsah, abyste si zajistili, že se nic neztratí a až poté tuto stránku znovu načtěte.", + "DE.Controllers.ApplicationController.errorUserDrop": "Tento soubor nyní není přístupný.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Varování", + "DE.Controllers.ApplicationController.scriptLoadError": "Připojení je příliš pomalé, některé součásti se nepodařilo načíst. Načtěte stránku znovu.", + "DE.Controllers.ApplicationController.textAnonymous": "Anonymní", + "DE.Controllers.ApplicationController.textGotIt": "Rozumím", + "DE.Controllers.ApplicationController.textGuest": "Host", + "DE.Controllers.ApplicationController.textLoadingDocument": "Načítání dokumentu", + "DE.Controllers.ApplicationController.textOf": "z", + "DE.Controllers.ApplicationController.textRequired": "Pro odeslání formuláře vyplňte všechna požadovaná pole.", + "DE.Controllers.ApplicationController.textSubmited": "Formulář úspěšně uložen.
Klikněte pro zavření nápovědy.", + "DE.Controllers.ApplicationController.txtClose": "Zavřít", + "DE.Controllers.ApplicationController.txtEmpty": "(Prázdné)", + "DE.Controllers.ApplicationController.txtPressLink": "Stiskněte CTRL a klikněte na odkaz", + "DE.Controllers.ApplicationController.unknownErrorText": "Neznámá chyba.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Vámi používaný webový prohlížeč není podporován.", + "DE.Controllers.ApplicationController.waitText": "Čekejte prosím…", + "DE.Views.ApplicationView.txtDownload": "Stáhnout", + "DE.Views.ApplicationView.txtDownloadDocx": "Stáhnout jako docx", + "DE.Views.ApplicationView.txtDownloadPdf": "Stáhnout jako pdf", + "DE.Views.ApplicationView.txtEmbed": "Vestavěný", + "DE.Views.ApplicationView.txtFileLocation": "Otevřít umístění souboru", + "DE.Views.ApplicationView.txtFullScreen": "Na celou obrazovku", + "DE.Views.ApplicationView.txtPrint": "Tisk", + "DE.Views.ApplicationView.txtShare": "Sdílet" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/da.json b/apps/documenteditor/forms/locale/da.json index 037b749f5..dd1c87a5a 100644 --- a/apps/documenteditor/forms/locale/da.json +++ b/apps/documenteditor/forms/locale/da.json @@ -4,28 +4,28 @@ "common.view.modals.txtHeight": "Højde", "common.view.modals.txtShare": "Del link", "common.view.modals.txtWidth": "Bredde", - "DE.ApplicationController.convertationErrorText": "Konvertering fejlede.", - "DE.ApplicationController.convertationTimeoutText": "Konverteringstidsfrist er overskredet", - "DE.ApplicationController.criticalErrorTitle": "Fejl", - "DE.ApplicationController.downloadErrorText": "Download fejlet.", - "DE.ApplicationController.downloadTextText": "Hent dokument...", - "DE.ApplicationController.errorAccessDeny": "Du prøver at foretage en handling, som du ikke har rettighederne til.
venligst kontakt din administrator for hjælp.", - "DE.ApplicationController.errorDefaultMessage": "Fejlkode: %1", - "DE.ApplicationController.errorFilePassProtect": "Dokumentet er beskyttet af et kodeord og kunne ikke åbnes.", - "DE.ApplicationController.errorFileSizeExceed": "Filens størrelse overstiger grænsen, som er sat for din server.
Kontakt venligst din administrator for hjælp.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Internetforbindelsen er blevet genoprettet, og filversionen er blevet ændret.
Før du kan fortsætte arbejdet, skal du hente filen eller kopiere indholdet for at sikre, at intet vil blive tabt - og derefter genindlæse denne side.", - "DE.ApplicationController.errorUserDrop": "Der kan ikke opnås adgang til filen lige nu. ", - "DE.ApplicationController.notcriticalErrorTitle": "Advarsel", - "DE.ApplicationController.scriptLoadError": "Forbindelsen er for langsom, og nogle komponenter kunne ikke indlæses. Indlæs siden igen.", - "DE.ApplicationController.textLoadingDocument": "Indlæser dokument", - "DE.ApplicationController.textOf": "af", - "DE.ApplicationController.txtClose": "Luk", - "DE.ApplicationController.unknownErrorText": "Ukendt fejl.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Din browser understøttes ikke.", - "DE.ApplicationController.waitText": "Vent venligst...", - "DE.ApplicationView.txtDownload": "Hent", - "DE.ApplicationView.txtEmbed": "Indlejre", - "DE.ApplicationView.txtFullScreen": "Fuld skærm", - "DE.ApplicationView.txtPrint": "Udskriv", - "DE.ApplicationView.txtShare": "Del" + "DE.Controllers.ApplicationController.convertationErrorText": "Konvertering fejlede.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Konverteringstidsfrist er overskredet", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Fejl", + "DE.Controllers.ApplicationController.downloadErrorText": "Download fejlet.", + "DE.Controllers.ApplicationController.downloadTextText": "Hent dokument...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Du prøver at foretage en handling, som du ikke har rettighederne til.
venligst kontakt din administrator for hjælp.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Fejlkode: %1", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Dokumentet er beskyttet af et kodeord og kunne ikke åbnes.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "Filens størrelse overstiger grænsen, som er sat for din server.
Kontakt venligst din administrator for hjælp.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Internetforbindelsen er blevet genoprettet, og filversionen er blevet ændret.
Før du kan fortsætte arbejdet, skal du hente filen eller kopiere indholdet for at sikre, at intet vil blive tabt - og derefter genindlæse denne side.", + "DE.Controllers.ApplicationController.errorUserDrop": "Der kan ikke opnås adgang til filen lige nu. ", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Advarsel", + "DE.Controllers.ApplicationController.scriptLoadError": "Forbindelsen er for langsom, og nogle komponenter kunne ikke indlæses. Indlæs siden igen.", + "DE.Controllers.ApplicationController.textLoadingDocument": "Indlæser dokument", + "DE.Controllers.ApplicationController.textOf": "af", + "DE.Controllers.ApplicationController.txtClose": "Luk", + "DE.Controllers.ApplicationController.unknownErrorText": "Ukendt fejl.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Din browser understøttes ikke.", + "DE.Controllers.ApplicationController.waitText": "Vent venligst...", + "DE.Views.ApplicationView.txtDownload": "Hent", + "DE.Views.ApplicationView.txtEmbed": "Indlejre", + "DE.Views.ApplicationView.txtFullScreen": "Fuld skærm", + "DE.Views.ApplicationView.txtPrint": "Udskriv", + "DE.Views.ApplicationView.txtShare": "Del" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/de.json b/apps/documenteditor/forms/locale/de.json index 75e04d88f..e6f84ab76 100644 --- a/apps/documenteditor/forms/locale/de.json +++ b/apps/documenteditor/forms/locale/de.json @@ -4,60 +4,60 @@ "common.view.modals.txtHeight": "Höhe", "common.view.modals.txtShare": "Link teilen", "common.view.modals.txtWidth": "Breite", - "DE.ApplicationController.convertationErrorText": "Konvertierung ist fehlgeschlagen.", - "DE.ApplicationController.convertationTimeoutText": "Zeitüberschreitung bei der Konvertierung.", - "DE.ApplicationController.criticalErrorTitle": "Fehler", - "DE.ApplicationController.downloadErrorText": "Herunterladen ist fehlgeschlagen.", - "DE.ApplicationController.downloadTextText": "Dokument wird heruntergeladen...", - "DE.ApplicationController.errorAccessDeny": "Sie versuchen, eine Aktion durchzuführen, für die Sie keine Rechte haben.
Bitte wenden Sie sich an Ihren Document Serveradministrator.", - "DE.ApplicationController.errorDefaultMessage": "Fehlercode: %1", - "DE.ApplicationController.errorEditingDownloadas": "Fehler bei der Bearbeitung.
Speichern Sie eine Kopie dieser Datei auf Ihrem Computer, indem Sie auf \"Herunterladen als...\" klicken.", - "DE.ApplicationController.errorFilePassProtect": "Das Dokument ist kennwortgeschützt und kann nicht geöffnet werden.", - "DE.ApplicationController.errorFileSizeExceed": "Die Dateigröße überschreitet die für Ihren Server festgelegte Einschränkung.
Weitere Informationen können Sie von Ihrem Document Server-Administrator erhalten.", - "DE.ApplicationController.errorForceSave": "Beim Speichern der Datei ist ein Fehler aufgetreten. Verwenden Sie die Option \"Herunterladen als\", um die Datei auf Ihrer Computerfestplatte zu speichern oder versuchen Sie es später erneut.", - "DE.ApplicationController.errorLoadingFont": "Schriftarten nicht hochgeladen.
Bitte wenden Sie sich an Administratoren von Ihrem Document Server.", - "DE.ApplicationController.errorServerVersion": "Version des Editors wurde aktualisiert. Die Seite wird neu geladen, um die Änderungen zu übernehmen.", - "DE.ApplicationController.errorSubmit": "Fehler beim Senden.", - "DE.ApplicationController.errorUpdateVersion": "Die Dateiversion wurde geändert. Die Seite wird neu geladen.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Die Internetverbindung wurde wiederhergestellt und die Dateiversion wurde geändert.
Bevor Sie weiterarbeiten können, müssen Sie die Datei herunterladen oder den Inhalt kopieren, um sicherzustellen, dass nichts verloren geht, und diese Seite anschließend neu laden.", - "DE.ApplicationController.errorUserDrop": "Der Zugriff auf diese Datei ist nicht möglich.", - "DE.ApplicationController.notcriticalErrorTitle": "Warnung", - "DE.ApplicationController.scriptLoadError": "Die Verbindung ist zu langsam, einige der Komponenten konnten nicht geladen werden. Bitte laden Sie die Seite erneut.", - "DE.ApplicationController.textAnonymous": "Anonym", - "DE.ApplicationController.textBuyNow": "Webseite besuchen", - "DE.ApplicationController.textCloseTip": "Klicken Sie hier, um den Tipp zu schließen.", - "DE.ApplicationController.textContactUs": "Verkaufsteam kontaktieren", - "DE.ApplicationController.textGotIt": "OK", - "DE.ApplicationController.textGuest": "Gast", - "DE.ApplicationController.textLoadingDocument": "Dokument wird geladen...", - "DE.ApplicationController.textNoLicenseTitle": "Lizenzlimit erreicht", - "DE.ApplicationController.textOf": "von", - "DE.ApplicationController.textRequired": "Füllen Sie alle erforderlichen Felder aus, um das Formular zu senden.", - "DE.ApplicationController.textSubmited": "Das Formular wurde erfolgreich abgesendet
Klicken Sie hier, um den Tipp auszublenden", - "DE.ApplicationController.titleServerVersion": "Editor wurde aktualisiert", - "DE.ApplicationController.titleUpdateVersion": "Version wurde geändert", - "DE.ApplicationController.txtClose": "Schließen", - "DE.ApplicationController.txtEmpty": "(Leer)", - "DE.ApplicationController.txtPressLink": "Drücken Sie STRG und klicken Sie auf den Link", - "DE.ApplicationController.unknownErrorText": "Unbekannter Fehler.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Ihr Webbrowser wird nicht unterstützt.", - "DE.ApplicationController.waitText": "Bitte warten...", - "DE.ApplicationController.warnLicenseExceeded": "Sie haben das Limit für gleichzeitige Verbindungen in %1-Editoren erreicht. Dieses Dokument wird nur zum Anzeigen geöffnet.
Bitte wenden Sie sich an Ihren Administrator, um weitere Informationen zu erhalten.", - "DE.ApplicationController.warnLicenseLimitedNoAccess": "Die Lizenz ist abgelaufen.
Die Bearbeitungsfunktionen sind nicht verfügbar.
Bitte wenden Sie sich an Ihrem Administrator.", - "DE.ApplicationController.warnLicenseLimitedRenewed": "Die Lizenz soll aktualisiert werden.
Die Bearbeitungsfunktionen sind eingeschränkt.
Bitte wenden Sie sich an Ihrem Administrator für vollen Zugriff", - "DE.ApplicationController.warnLicenseUsersExceeded": "Sie haben das Benutzerlimit für %1-Editoren erreicht. Bitte wenden Sie sich an Ihren Administrator, um weitere Informationen zu erhalten.", - "DE.ApplicationController.warnNoLicense": "Sie haben das Limit für gleichzeitige Verbindungen in %1-Editoren erreicht. Dieses Dokument wird nur zum Anzeigen geöffnet.
Bitte kontaktieren Sie unser Verkaufsteam, um persönliche Upgrade-Bedingungen zu erhalten.", - "DE.ApplicationController.warnNoLicenseUsers": "Sie haben das Benutzerlimit für %1-Editoren erreicht. Bitte kontaktieren Sie unser Verkaufsteam, um persönliche Upgrade-Bedingungen zu erhalten.", - "DE.ApplicationView.textClear": "Alle Felder leeren", - "DE.ApplicationView.textNext": "Nächstes Feld", - "DE.ApplicationView.textSubmit": "Senden", - "DE.ApplicationView.txtDownload": "Herunterladen", - "DE.ApplicationView.txtDownloadDocx": "Als DOCX herunterladen", - "DE.ApplicationView.txtDownloadPdf": "Als PDF herunterladen", - "DE.ApplicationView.txtEmbed": "Einbetten", - "DE.ApplicationView.txtFileLocation": "Dateispeicherort öffnen", - "DE.ApplicationView.txtFullScreen": "Vollbild-Modus", - "DE.ApplicationView.txtPrint": "Drucken", - "DE.ApplicationView.txtShare": "Freigeben", - "DE.ApplicationView.txtTheme": "Thema der Benutzeroberfläche" + "DE.Controllers.ApplicationController.convertationErrorText": "Konvertierung ist fehlgeschlagen.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Zeitüberschreitung bei der Konvertierung.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Fehler", + "DE.Controllers.ApplicationController.downloadErrorText": "Herunterladen ist fehlgeschlagen.", + "DE.Controllers.ApplicationController.downloadTextText": "Dokument wird heruntergeladen...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Sie versuchen, eine Aktion durchzuführen, für die Sie keine Rechte haben.
Bitte wenden Sie sich an Ihren Document Serveradministrator.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Fehlercode: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "Fehler bei der Bearbeitung.
Speichern Sie eine Kopie dieser Datei auf Ihrem Computer, indem Sie auf \"Herunterladen als...\" klicken.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Das Dokument ist kennwortgeschützt und kann nicht geöffnet werden.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "Die Dateigröße überschreitet die für Ihren Server festgelegte Einschränkung.
Weitere Informationen können Sie von Ihrem Document Server-Administrator erhalten.", + "DE.Controllers.ApplicationController.errorForceSave": "Beim Speichern der Datei ist ein Fehler aufgetreten. Verwenden Sie die Option \"Herunterladen als\", um die Datei auf Ihrer Computerfestplatte zu speichern oder versuchen Sie es später erneut.", + "DE.Controllers.ApplicationController.errorLoadingFont": "Schriftarten nicht hochgeladen.
Bitte wenden Sie sich an Administratoren von Ihrem Document Server.", + "DE.Controllers.ApplicationController.errorServerVersion": "Version des Editors wurde aktualisiert. Die Seite wird neu geladen, um die Änderungen zu übernehmen.", + "DE.Controllers.ApplicationController.errorSubmit": "Fehler beim Senden.", + "DE.Controllers.ApplicationController.errorUpdateVersion": "Die Dateiversion wurde geändert. Die Seite wird neu geladen.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Die Internetverbindung wurde wiederhergestellt und die Dateiversion wurde geändert.
Bevor Sie weiterarbeiten können, müssen Sie die Datei herunterladen oder den Inhalt kopieren, um sicherzustellen, dass nichts verloren geht, und diese Seite anschließend neu laden.", + "DE.Controllers.ApplicationController.errorUserDrop": "Der Zugriff auf diese Datei ist nicht möglich.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Warnung", + "DE.Controllers.ApplicationController.scriptLoadError": "Die Verbindung ist zu langsam, einige der Komponenten konnten nicht geladen werden. Bitte laden Sie die Seite erneut.", + "DE.Controllers.ApplicationController.textAnonymous": "Anonym", + "DE.Controllers.ApplicationController.textBuyNow": "Webseite besuchen", + "DE.Controllers.ApplicationController.textCloseTip": "Klicken Sie hier, um den Tipp zu schließen.", + "DE.Controllers.ApplicationController.textContactUs": "Verkaufsteam kontaktieren", + "DE.Controllers.ApplicationController.textGotIt": "OK", + "DE.Controllers.ApplicationController.textGuest": "Gast", + "DE.Controllers.ApplicationController.textLoadingDocument": "Dokument wird geladen...", + "DE.Controllers.ApplicationController.textNoLicenseTitle": "Lizenzlimit erreicht", + "DE.Controllers.ApplicationController.textOf": "von", + "DE.Controllers.ApplicationController.textRequired": "Füllen Sie alle erforderlichen Felder aus, um das Formular zu senden.", + "DE.Controllers.ApplicationController.textSubmited": "Das Formular wurde erfolgreich abgesendet
Klicken Sie hier, um den Tipp auszublenden", + "DE.Controllers.ApplicationController.titleServerVersion": "Editor wurde aktualisiert", + "DE.Controllers.ApplicationController.titleUpdateVersion": "Version wurde geändert", + "DE.Controllers.ApplicationController.txtClose": "Schließen", + "DE.Controllers.ApplicationController.txtEmpty": "(Leer)", + "DE.Controllers.ApplicationController.txtPressLink": "Drücken Sie STRG und klicken Sie auf den Link", + "DE.Controllers.ApplicationController.unknownErrorText": "Unbekannter Fehler.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Ihr Webbrowser wird nicht unterstützt.", + "DE.Controllers.ApplicationController.waitText": "Bitte warten...", + "DE.Controllers.ApplicationController.warnLicenseExceeded": "Sie haben das Limit für gleichzeitige Verbindungen in %1-Editoren erreicht. Dieses Dokument wird nur zum Anzeigen geöffnet.
Bitte wenden Sie sich an Ihren Administrator, um weitere Informationen zu erhalten.", + "DE.Controllers.ApplicationController.warnLicenseLimitedNoAccess": "Die Lizenz ist abgelaufen.
Die Bearbeitungsfunktionen sind nicht verfügbar.
Bitte wenden Sie sich an Ihrem Administrator.", + "DE.Controllers.ApplicationController.warnLicenseLimitedRenewed": "Die Lizenz soll aktualisiert werden.
Die Bearbeitungsfunktionen sind eingeschränkt.
Bitte wenden Sie sich an Ihrem Administrator für vollen Zugriff", + "DE.Controllers.ApplicationController.warnLicenseUsersExceeded": "Sie haben das Benutzerlimit für %1-Editoren erreicht. Bitte wenden Sie sich an Ihren Administrator, um weitere Informationen zu erhalten.", + "DE.Controllers.ApplicationController.warnNoLicense": "Sie haben das Limit für gleichzeitige Verbindungen in %1-Editoren erreicht. Dieses Dokument wird nur zum Anzeigen geöffnet.
Bitte kontaktieren Sie unser Verkaufsteam, um persönliche Upgrade-Bedingungen zu erhalten.", + "DE.Controllers.ApplicationController.warnNoLicenseUsers": "Sie haben das Benutzerlimit für %1-Editoren erreicht. Bitte kontaktieren Sie unser Verkaufsteam, um persönliche Upgrade-Bedingungen zu erhalten.", + "DE.Views.ApplicationView.textClear": "Alle Felder leeren", + "DE.Views.ApplicationView.textNext": "Nächstes Feld", + "DE.Views.ApplicationView.textSubmit": "Senden", + "DE.Views.ApplicationView.txtDownload": "Herunterladen", + "DE.Views.ApplicationView.txtDownloadDocx": "Als DOCX herunterladen", + "DE.Views.ApplicationView.txtDownloadPdf": "Als PDF herunterladen", + "DE.Views.ApplicationView.txtEmbed": "Einbetten", + "DE.Views.ApplicationView.txtFileLocation": "Dateispeicherort öffnen", + "DE.Views.ApplicationView.txtFullScreen": "Vollbild-Modus", + "DE.Views.ApplicationView.txtPrint": "Drucken", + "DE.Views.ApplicationView.txtShare": "Freigeben", + "DE.Views.ApplicationView.txtTheme": "Thema der Benutzeroberfläche" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/el.json b/apps/documenteditor/forms/locale/el.json index 7cdd52341..88c86a290 100644 --- a/apps/documenteditor/forms/locale/el.json +++ b/apps/documenteditor/forms/locale/el.json @@ -4,42 +4,42 @@ "common.view.modals.txtHeight": "Ύψος", "common.view.modals.txtShare": "Διαμοιρασμός συνδέσμου", "common.view.modals.txtWidth": "Πλάτος", - "DE.ApplicationController.convertationErrorText": "Αποτυχία μετατροπής.", - "DE.ApplicationController.convertationTimeoutText": "Υπέρβαση χρονικού ορίου μετατροπής.", - "DE.ApplicationController.criticalErrorTitle": "Σφάλμα", - "DE.ApplicationController.downloadErrorText": "Αποτυχία λήψης.", - "DE.ApplicationController.downloadTextText": "Γίνεται λήψη εγγράφου...", - "DE.ApplicationController.errorAccessDeny": "Προσπαθείτε να εκτελέσετε μια ενέργεια για την οποία δεν έχετε δικαιώματα.
Παρακαλούμε να επικοινωνήστε με τον διαχειριστή του διακομιστή εγγράφων.", - "DE.ApplicationController.errorDefaultMessage": "Κωδικός σφάλματος: %1", - "DE.ApplicationController.errorEditingDownloadas": "Παρουσιάστηκε σφάλμα κατά την εργασία με το έγγραφο.
Χρησιμοποιήστε την επιλογή «Λήψη ως...» για να αποθηκεύσετε το αντίγραφο ασφαλείας στον σκληρό δίσκο του υπολογιστή σας.", - "DE.ApplicationController.errorFilePassProtect": "Το αρχείο προστατεύεται με συνθηματικό και δεν μπορεί να ανοίξει.", - "DE.ApplicationController.errorFileSizeExceed": "Το μέγεθος του αρχείου υπερβαίνει το όριο που έχει οριστεί για τον διακομιστή σας.
Παρακαλούμε επικοινωνήστε με τον διαχειριστή του διακομιστή εγγράφων για λεπτομέρειες.", - "DE.ApplicationController.errorForceSave": "Παρουσιάστηκε σφάλμα κατά την αποθήκευση του αρχείου. Χρησιμοποιήστε την επιλογή «Λήψη ως» για να αποθηκεύσετε το αρχείο στον σκληρό δίσκο του υπολογιστή σας ή δοκιμάστε ξανά αργότερα.", - "DE.ApplicationController.errorLoadingFont": "Οι γραμματοσειρές δεν έχουν φορτωθεί.
Παρακαλούμε επικοινωνήστε με τον διαχειριστή του Εξυπηρετητή Εγγράφων σας.", - "DE.ApplicationController.errorSubmit": "Η υποβολή απέτυχε.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Η σύνδεση στο Διαδίκτυο έχει αποκατασταθεί και η έκδοση του αρχείου έχει αλλάξει.
Προτού συνεχίσετε να εργάζεστε, πρέπει να κατεβάσετε το αρχείο ή να αντιγράψετε το περιεχόμενό του για να βεβαιωθείτε ότι δεν έχει χαθεί τίποτα και, στη συνέχεια, φορτώστε ξανά αυτήν τη σελίδα.", - "DE.ApplicationController.errorUserDrop": "Δεν είναι δυνατή η πρόσβαση στο αρχείο αυτήν τη στιγμή.", - "DE.ApplicationController.notcriticalErrorTitle": "Προειδοποίηση", - "DE.ApplicationController.scriptLoadError": "Η σύνδεση είναι πολύ αργή, δεν ήταν δυνατή η φόρτωση ορισμένων στοιχείων. Φορτώστε ξανά τη σελίδα.", - "DE.ApplicationController.textAnonymous": "Ανώνυμος", - "DE.ApplicationController.textGotIt": "Ελήφθη", - "DE.ApplicationController.textGuest": "Επισκέπτης", - "DE.ApplicationController.textLoadingDocument": "Φόρτωση εγγράφου", - "DE.ApplicationController.textOf": "του", - "DE.ApplicationController.textRequired": "Συμπληρώστε όλα τα απαιτούμενα πεδία για την αποστολή της φόρμας.", - "DE.ApplicationController.textSubmited": "Η φόρμα υποβλήθηκε με επιτυχία
Κάντε κλικ για να κλείσετε τη συμβουλή ", - "DE.ApplicationController.txtClose": "Κλείσιμο", - "DE.ApplicationController.txtEmpty": "(Κενό)", - "DE.ApplicationController.txtPressLink": "Πατήστε Ctrl και κάντε κλικ στο σύνδεσμο", - "DE.ApplicationController.unknownErrorText": "Άγνωστο σφάλμα.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Ο περιηγητής σας δεν υποστηρίζεται.", - "DE.ApplicationController.waitText": "Παρακαλούμε, περιμένετε...", - "DE.ApplicationView.txtDownload": "Λήψη", - "DE.ApplicationView.txtDownloadDocx": "Λήψη ως docx", - "DE.ApplicationView.txtDownloadPdf": "Λήψη ως pdf", - "DE.ApplicationView.txtEmbed": "Ενσωμάτωση", - "DE.ApplicationView.txtFileLocation": "Άνοιγμα τοποθεσίας αρχείου", - "DE.ApplicationView.txtFullScreen": "Πλήρης οθόνη", - "DE.ApplicationView.txtPrint": "Εκτύπωση", - "DE.ApplicationView.txtShare": "Διαμοιρασμός" + "DE.Controllers.ApplicationController.convertationErrorText": "Αποτυχία μετατροπής.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Υπέρβαση χρονικού ορίου μετατροπής.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Σφάλμα", + "DE.Controllers.ApplicationController.downloadErrorText": "Αποτυχία λήψης.", + "DE.Controllers.ApplicationController.downloadTextText": "Γίνεται λήψη εγγράφου...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Προσπαθείτε να εκτελέσετε μια ενέργεια για την οποία δεν έχετε δικαιώματα.
Παρακαλούμε να επικοινωνήστε με τον διαχειριστή του διακομιστή εγγράφων.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Κωδικός σφάλματος: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "Παρουσιάστηκε σφάλμα κατά την εργασία με το έγγραφο.
Χρησιμοποιήστε την επιλογή «Λήψη ως...» για να αποθηκεύσετε το αντίγραφο ασφαλείας στον σκληρό δίσκο του υπολογιστή σας.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Το αρχείο προστατεύεται με συνθηματικό και δεν μπορεί να ανοίξει.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "Το μέγεθος του αρχείου υπερβαίνει το όριο που έχει οριστεί για τον διακομιστή σας.
Παρακαλούμε επικοινωνήστε με τον διαχειριστή του διακομιστή εγγράφων για λεπτομέρειες.", + "DE.Controllers.ApplicationController.errorForceSave": "Παρουσιάστηκε σφάλμα κατά την αποθήκευση του αρχείου. Χρησιμοποιήστε την επιλογή «Λήψη ως» για να αποθηκεύσετε το αρχείο στον σκληρό δίσκο του υπολογιστή σας ή δοκιμάστε ξανά αργότερα.", + "DE.Controllers.ApplicationController.errorLoadingFont": "Οι γραμματοσειρές δεν έχουν φορτωθεί.
Παρακαλούμε επικοινωνήστε με τον διαχειριστή του Εξυπηρετητή Εγγράφων σας.", + "DE.Controllers.ApplicationController.errorSubmit": "Η υποβολή απέτυχε.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Η σύνδεση στο Διαδίκτυο έχει αποκατασταθεί και η έκδοση του αρχείου έχει αλλάξει.
Προτού συνεχίσετε να εργάζεστε, πρέπει να κατεβάσετε το αρχείο ή να αντιγράψετε το περιεχόμενό του για να βεβαιωθείτε ότι δεν έχει χαθεί τίποτα και, στη συνέχεια, φορτώστε ξανά αυτήν τη σελίδα.", + "DE.Controllers.ApplicationController.errorUserDrop": "Δεν είναι δυνατή η πρόσβαση στο αρχείο αυτήν τη στιγμή.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Προειδοποίηση", + "DE.Controllers.ApplicationController.scriptLoadError": "Η σύνδεση είναι πολύ αργή, δεν ήταν δυνατή η φόρτωση ορισμένων στοιχείων. Φορτώστε ξανά τη σελίδα.", + "DE.Controllers.ApplicationController.textAnonymous": "Ανώνυμος", + "DE.Controllers.ApplicationController.textGotIt": "Ελήφθη", + "DE.Controllers.ApplicationController.textGuest": "Επισκέπτης", + "DE.Controllers.ApplicationController.textLoadingDocument": "Φόρτωση εγγράφου", + "DE.Controllers.ApplicationController.textOf": "του", + "DE.Controllers.ApplicationController.textRequired": "Συμπληρώστε όλα τα απαιτούμενα πεδία για την αποστολή της φόρμας.", + "DE.Controllers.ApplicationController.textSubmited": "Η φόρμα υποβλήθηκε με επιτυχία
Κάντε κλικ για να κλείσετε τη συμβουλή ", + "DE.Controllers.ApplicationController.txtClose": "Κλείσιμο", + "DE.Controllers.ApplicationController.txtEmpty": "(Κενό)", + "DE.Controllers.ApplicationController.txtPressLink": "Πατήστε Ctrl και κάντε κλικ στο σύνδεσμο", + "DE.Controllers.ApplicationController.unknownErrorText": "Άγνωστο σφάλμα.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Ο περιηγητής σας δεν υποστηρίζεται.", + "DE.Controllers.ApplicationController.waitText": "Παρακαλούμε, περιμένετε...", + "DE.Views.ApplicationView.txtDownload": "Λήψη", + "DE.Views.ApplicationView.txtDownloadDocx": "Λήψη ως docx", + "DE.Views.ApplicationView.txtDownloadPdf": "Λήψη ως pdf", + "DE.Views.ApplicationView.txtEmbed": "Ενσωμάτωση", + "DE.Views.ApplicationView.txtFileLocation": "Άνοιγμα τοποθεσίας αρχείου", + "DE.Views.ApplicationView.txtFullScreen": "Πλήρης οθόνη", + "DE.Views.ApplicationView.txtPrint": "Εκτύπωση", + "DE.Views.ApplicationView.txtShare": "Διαμοιρασμός" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/en.json b/apps/documenteditor/forms/locale/en.json index d911f1de6..f30984f78 100644 --- a/apps/documenteditor/forms/locale/en.json +++ b/apps/documenteditor/forms/locale/en.json @@ -1,63 +1,63 @@ { - "common.view.modals.txtCopy": "Copy to clipboard", - "common.view.modals.txtEmbed": "Embed", - "common.view.modals.txtHeight": "Height", - "common.view.modals.txtShare": "Share Link", - "common.view.modals.txtWidth": "Width", - "DE.ApplicationController.convertationErrorText": "Conversion failed.", - "DE.ApplicationController.convertationTimeoutText": "Conversion timeout exceeded.", - "DE.ApplicationController.criticalErrorTitle": "Error", - "DE.ApplicationController.downloadErrorText": "Download failed.", - "DE.ApplicationController.downloadTextText": "Downloading document...", - "DE.ApplicationController.errorAccessDeny": "You are trying to perform an action you do not have rights for.
Please contact your Document Server administrator.", - "DE.ApplicationController.errorDefaultMessage": "Error code: %1", - "DE.ApplicationController.errorEditingDownloadas": "An error occurred during the work with the document.
Use the 'Download as...' option to save the file backup copy to your computer hard drive.", - "DE.ApplicationController.errorFilePassProtect": "The file is password protected and cannot be opened.", - "DE.ApplicationController.errorFileSizeExceed": "The file size exceeds the limitation set for your server.
Please contact your Document Server administrator for details.", - "DE.ApplicationController.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.", - "DE.ApplicationController.errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", - "DE.ApplicationController.errorServerVersion": "The editor version has been updated. The page will be reloaded to apply the changes.", - "DE.ApplicationController.errorSubmit": "Submit failed.", - "DE.ApplicationController.errorUpdateVersion": "The file version has been changed. The page will be reloaded.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Internet connection has been restored, and the file version has been changed.
Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.", - "DE.ApplicationController.errorUserDrop": "The file cannot be accessed right now.", - "DE.ApplicationController.notcriticalErrorTitle": "Warning", - "DE.ApplicationController.scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please reload the page.", - "DE.ApplicationController.textAnonymous": "Anonymous", - "DE.ApplicationController.textBuyNow": "Visit website", - "DE.ApplicationController.textCloseTip": "Click to close the tip.", - "DE.ApplicationController.textContactUs": "Contact sales", - "DE.ApplicationController.textGotIt": "Got it", - "DE.ApplicationController.textGuest": "Guest", - "DE.ApplicationController.textLoadingDocument": "Loading document", - "DE.ApplicationController.textNoLicenseTitle": "License limit reached", - "DE.ApplicationController.textOf": "of", - "DE.ApplicationController.textRequired": "Fill all required fields to send form.", - "DE.ApplicationController.textSubmited": "Form submitted successfully
Click to close the tip", - "DE.ApplicationController.titleServerVersion": "Editor updated", - "DE.ApplicationController.titleUpdateVersion": "Version changed", - "DE.ApplicationController.txtClose": "Close", - "DE.ApplicationController.txtEmpty": "(Empty)", - "DE.ApplicationController.txtPressLink": "Press Ctrl and click link", - "DE.ApplicationController.unknownErrorText": "Unknown error.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Your browser is not supported.", - "DE.ApplicationController.waitText": "Please, wait...", - "DE.ApplicationController.warnLicenseExceeded": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only.
Contact your administrator to learn more.", - "DE.ApplicationController.warnLicenseLimitedNoAccess": "License expired.
You have no access to document editing functionality.
Please contact your administrator.", - "DE.ApplicationController.warnLicenseLimitedRenewed": "License needs to be renewed.
You have a limited access to document editing functionality.
Please contact your administrator to get full access", - "DE.ApplicationController.warnLicenseUsersExceeded": "You've reached the user limit for %1 editors. Contact your administrator to learn more.", - "DE.ApplicationController.warnNoLicense": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only.
Contact %1 sales team for personal upgrade terms.", - "DE.ApplicationController.warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.", - "DE.ApplicationView.textClear": "Clear All Fields", - "DE.ApplicationView.textNext": "Next Field", - "DE.ApplicationView.textSubmit": "Submit", - "DE.ApplicationView.txtDownload": "Download", - "DE.ApplicationView.txtDownloadDocx": "Download as docx", - "DE.ApplicationView.txtDownloadPdf": "Download as pdf", - "DE.ApplicationView.txtEmbed": "Embed", - "DE.ApplicationView.txtFileLocation": "Open file location", - "DE.ApplicationView.txtFullScreen": "Full Screen", - "DE.ApplicationView.txtPrint": "Print", - "DE.ApplicationView.txtShare": "Share", - "DE.ApplicationView.txtTheme": "Interface theme" + "del_common.view.modals.txtCopy": "Copy to clipboard", + "del_common.view.modals.txtEmbed": "Embed", + "del_common.view.modals.txtHeight": "Height", + "del_common.view.modals.txtShare": "Share Link", + "del_common.view.modals.txtWidth": "Width", + "DE.Controllers.ApplicationController.convertationErrorText": "Conversion failed.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Conversion timeout exceeded.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Error", + "DE.Controllers.ApplicationController.downloadErrorText": "Download failed.", + "DE.Controllers.ApplicationController.downloadTextText": "Downloading document...", + "DE.Controllers.ApplicationController.errorAccessDeny": "You are trying to perform an action you do not have rights for.
Please contact your Document Server administrator.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Error code: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "An error occurred during the work with the document.
Use the 'Download as...' option to save the file backup copy to your computer hard drive.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "The file is password protected and cannot be opened.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "The file size exceeds the limitation set for your server.
Please contact your Document Server administrator for details.", + "DE.Controllers.ApplicationController.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.", + "DE.Controllers.ApplicationController.errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", + "DE.Controllers.ApplicationController.errorServerVersion": "The editor version has been updated. The page will be reloaded to apply the changes.", + "DE.Controllers.ApplicationController.errorSubmit": "Submit failed.", + "DE.Controllers.ApplicationController.errorUpdateVersion": "The file version has been changed. The page will be reloaded.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Internet connection has been restored, and the file version has been changed.
Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.", + "DE.Controllers.ApplicationController.errorUserDrop": "The file cannot be accessed right now.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Warning", + "DE.Controllers.ApplicationController.scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please reload the page.", + "DE.Controllers.ApplicationController.textAnonymous": "Anonymous", + "DE.Controllers.ApplicationController.textBuyNow": "Visit website", + "DE.Controllers.ApplicationController.textCloseTip": "Click to close the tip.", + "DE.Controllers.ApplicationController.textContactUs": "Contact sales", + "DE.Controllers.ApplicationController.textGotIt": "Got it", + "DE.Controllers.ApplicationController.textGuest": "Guest", + "DE.Controllers.ApplicationController.textLoadingDocument": "Loading document", + "DE.Controllers.ApplicationController.textNoLicenseTitle": "License limit reached", + "DE.Controllers.ApplicationController.textOf": "of", + "DE.Controllers.ApplicationController.textRequired": "Fill all required fields to send form.", + "DE.Controllers.ApplicationController.textSubmited": "Form submitted successfully
Click to close the tip", + "DE.Controllers.ApplicationController.titleServerVersion": "Editor updated", + "DE.Controllers.ApplicationController.titleUpdateVersion": "Version changed", + "DE.Controllers.ApplicationController.txtClose": "Close", + "DE.Controllers.ApplicationController.txtEmpty": "(Empty)", + "DE.Controllers.ApplicationController.txtPressLink": "Press Ctrl and click link", + "DE.Controllers.ApplicationController.unknownErrorText": "Unknown error.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Your browser is not supported.", + "DE.Controllers.ApplicationController.waitText": "Please, wait...", + "DE.Controllers.ApplicationController.warnLicenseExceeded": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only.
Contact your administrator to learn more.", + "DE.Controllers.ApplicationController.warnLicenseLimitedNoAccess": "License expired.
You have no access to document editing functionality.
Please contact your administrator.", + "DE.Controllers.ApplicationController.warnLicenseLimitedRenewed": "License needs to be renewed.
You have a limited access to document editing functionality.
Please contact your administrator to get full access", + "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.
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.Views.ApplicationView.textClear": "Clear All Fields", + "DE.Views.ApplicationView.textNext": "Next Field", + "DE.Views.ApplicationView.textSubmit": "Submit", + "DE.Views.ApplicationView.txtDownload": "Download", + "DE.Views.ApplicationView.txtDownloadDocx": "Download as docx", + "DE.Views.ApplicationView.txtDownloadPdf": "Download as pdf", + "DE.Views.ApplicationView.txtEmbed": "Embed", + "DE.Views.ApplicationView.txtFileLocation": "Open file location", + "DE.Views.ApplicationView.txtFullScreen": "Full Screen", + "DE.Views.ApplicationView.txtPrint": "Print", + "DE.Views.ApplicationView.txtShare": "Share", + "DE.Views.ApplicationView.txtTheme": "Interface theme" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/es.json b/apps/documenteditor/forms/locale/es.json index 0a5ecbd5e..dd092bf53 100644 --- a/apps/documenteditor/forms/locale/es.json +++ b/apps/documenteditor/forms/locale/es.json @@ -4,60 +4,60 @@ "common.view.modals.txtHeight": "Altura", "common.view.modals.txtShare": "Compartir enlace", "common.view.modals.txtWidth": "Ancho", - "DE.ApplicationController.convertationErrorText": "Fallo de conversión.", - "DE.ApplicationController.convertationTimeoutText": "Se superó el tiempo de espera de conversión.", - "DE.ApplicationController.criticalErrorTitle": "Error", - "DE.ApplicationController.downloadErrorText": "Error en la descarga", - "DE.ApplicationController.downloadTextText": "Descargando documento...", - "DE.ApplicationController.errorAccessDeny": "Está tratando de realizar una acción para la cual no tiene permiso.
Por favor, contacte con su Administrador del Servidor de Documentos.", - "DE.ApplicationController.errorDefaultMessage": "Código de error: %1", - "DE.ApplicationController.errorEditingDownloadas": "Se produjo un error durante el trabajo con el documento.
Use la opción 'Descargar como...' para guardar la copia de seguridad de este archivo en el disco duro de su ordenador.", - "DE.ApplicationController.errorFilePassProtect": "El archivo está protegido por una contraseña y no puede ser abierto.", - "DE.ApplicationController.errorFileSizeExceed": "El tamaño del archivo excede el límite establecido para su servidor. Por favor póngase en contacto con el administrador del Servidor de Documentos para obtener más información.", - "DE.ApplicationController.errorForceSave": "Ha ocurrido un error al guardar el archivo. Por favor, use la opción \"Descargar como\" para guardar el archivo en el disco duro de su ordenador o inténtelo de nuevo más tarde.", - "DE.ApplicationController.errorLoadingFont": "Las fuentes no están cargadas.
Por favor, póngase en contacto con el administrador del Document Server.", - "DE.ApplicationController.errorServerVersion": "La versión del editor ha sido actualizada. La página será recargada para aplicar los cambios.", - "DE.ApplicationController.errorSubmit": "Error al enviar.", - "DE.ApplicationController.errorUpdateVersion": "Se ha cambiado la versión del archivo. La página será actualizada.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "La conexión a Internet ha sido restaurada, y la versión del archivo ha sido cambiada. Antes de poder seguir trabajando, es necesario descargar el archivo o copiar su contenido para asegurarse de que no se pierda nada, y luego recargar esta página.", - "DE.ApplicationController.errorUserDrop": "No se puede acceder al archivo en este momento.", - "DE.ApplicationController.notcriticalErrorTitle": "Aviso", - "DE.ApplicationController.scriptLoadError": "La conexión a Internet es demasiado lenta, algunos de los componentes no se han podido cargar. Por favor, recargue la página.", - "DE.ApplicationController.textAnonymous": "Anónimo", - "DE.ApplicationController.textBuyNow": "Visitar sitio web", - "DE.ApplicationController.textCloseTip": "Haga clic para cerrar el consejo.", - "DE.ApplicationController.textContactUs": "Contactar con el equipo de ventas", - "DE.ApplicationController.textGotIt": "Entiendo", - "DE.ApplicationController.textGuest": "Invitado", - "DE.ApplicationController.textLoadingDocument": "Cargando documento", - "DE.ApplicationController.textNoLicenseTitle": "Se ha alcanzado el límite de licencia", - "DE.ApplicationController.textOf": "de", - "DE.ApplicationController.textRequired": "Rellene todos los campos obligatorios para enviar el formulario.", - "DE.ApplicationController.textSubmited": "Formulario enviado con éxito
Haga clic para cerrar el consejo", - "DE.ApplicationController.titleServerVersion": "Editor ha sido actualizado", - "DE.ApplicationController.titleUpdateVersion": "Versión se ha cambiado", - "DE.ApplicationController.txtClose": "Cerrar", - "DE.ApplicationController.txtEmpty": "(Vacío)", - "DE.ApplicationController.txtPressLink": "Pulse CTRL y haga clic en el enlace", - "DE.ApplicationController.unknownErrorText": "Error desconocido.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Su navegador no es compatible.", - "DE.ApplicationController.waitText": "Por favor, espere...", - "DE.ApplicationController.warnLicenseExceeded": "Usted ha alcanzado el límite de conexiones simultáneas con %1 editores. Este documento se abrirá sólo para su visualización.
Por favor, contacte con su administrador para recibir más información.", - "DE.ApplicationController.warnLicenseLimitedNoAccess": "Licencia expirada.
No tiene acceso a la funcionalidad de edición de documentos.
Por favor, póngase en contacto con su administrador.", - "DE.ApplicationController.warnLicenseLimitedRenewed": "La licencia requiere ser renovada.
Tiene un acceso limitado a la funcionalidad de edición de documentos.
Por favor, póngase en contacto con su administrador para obtener un acceso completo", - "DE.ApplicationController.warnLicenseUsersExceeded": "Usted ha alcanzado el límite de usuarios para los editores de %1. Por favor, contacte con su administrador para recibir más información.", - "DE.ApplicationController.warnNoLicense": "Usted ha alcanzado el límite de conexiones simultáneas con %1 editores. Este documento se abrirá sólo para su visualización.
Contacte con el equipo de ventas de %1 para conocer los términos de actualización personal.", - "DE.ApplicationController.warnNoLicenseUsers": "Usted ha alcanzado el límite de usuarios para los editores de %1.
Contacte con el equipo de ventas de %1 para conocer los términos de actualización personal.", - "DE.ApplicationView.textClear": "Borrar todos los campos", - "DE.ApplicationView.textNext": "Campo siguiente", - "DE.ApplicationView.textSubmit": "Enviar", - "DE.ApplicationView.txtDownload": "Descargar", - "DE.ApplicationView.txtDownloadDocx": "Descargar como docx", - "DE.ApplicationView.txtDownloadPdf": "Descargar como pdf", - "DE.ApplicationView.txtEmbed": "Incorporar", - "DE.ApplicationView.txtFileLocation": "Abrir ubicación del archivo", - "DE.ApplicationView.txtFullScreen": "Pantalla Completa", - "DE.ApplicationView.txtPrint": "Imprimir", - "DE.ApplicationView.txtShare": "Compartir", - "DE.ApplicationView.txtTheme": "Tema de interfaz" + "DE.Controllers.ApplicationController.convertationErrorText": "Fallo de conversión.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Se superó el tiempo de espera de conversión.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Error", + "DE.Controllers.ApplicationController.downloadErrorText": "Error en la descarga", + "DE.Controllers.ApplicationController.downloadTextText": "Descargando documento...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Está tratando de realizar una acción para la cual no tiene permiso.
Por favor, contacte con su Administrador del Servidor de Documentos.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Código de error: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "Se produjo un error durante el trabajo con el documento.
Use la opción 'Descargar como...' para guardar la copia de seguridad de este archivo en el disco duro de su ordenador.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "El archivo está protegido por una contraseña y no puede ser abierto.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "El tamaño del archivo excede el límite establecido para su servidor. Por favor póngase en contacto con el administrador del Servidor de Documentos para obtener más información.", + "DE.Controllers.ApplicationController.errorForceSave": "Ha ocurrido un error al guardar el archivo. Por favor, use la opción \"Descargar como\" para guardar el archivo en el disco duro de su ordenador o inténtelo de nuevo más tarde.", + "DE.Controllers.ApplicationController.errorLoadingFont": "Las fuentes no están cargadas.
Por favor, póngase en contacto con el administrador del Document Server.", + "DE.Controllers.ApplicationController.errorServerVersion": "La versión del editor ha sido actualizada. La página será recargada para aplicar los cambios.", + "DE.Controllers.ApplicationController.errorSubmit": "Error al enviar.", + "DE.Controllers.ApplicationController.errorUpdateVersion": "Se ha cambiado la versión del archivo. La página será actualizada.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "La conexión a Internet ha sido restaurada, y la versión del archivo ha sido cambiada. Antes de poder seguir trabajando, es necesario descargar el archivo o copiar su contenido para asegurarse de que no se pierda nada, y luego recargar esta página.", + "DE.Controllers.ApplicationController.errorUserDrop": "No se puede acceder al archivo en este momento.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Aviso", + "DE.Controllers.ApplicationController.scriptLoadError": "La conexión a Internet es demasiado lenta, algunos de los componentes no se han podido cargar. Por favor, recargue la página.", + "DE.Controllers.ApplicationController.textAnonymous": "Anónimo", + "DE.Controllers.ApplicationController.textBuyNow": "Visitar sitio web", + "DE.Controllers.ApplicationController.textCloseTip": "Haga clic para cerrar el consejo.", + "DE.Controllers.ApplicationController.textContactUs": "Contactar con el equipo de ventas", + "DE.Controllers.ApplicationController.textGotIt": "Entiendo", + "DE.Controllers.ApplicationController.textGuest": "Invitado", + "DE.Controllers.ApplicationController.textLoadingDocument": "Cargando documento", + "DE.Controllers.ApplicationController.textNoLicenseTitle": "Se ha alcanzado el límite de licencia", + "DE.Controllers.ApplicationController.textOf": "de", + "DE.Controllers.ApplicationController.textRequired": "Rellene todos los campos obligatorios para enviar el formulario.", + "DE.Controllers.ApplicationController.textSubmited": "Formulario enviado con éxito
Haga clic para cerrar el consejo", + "DE.Controllers.ApplicationController.titleServerVersion": "Editor ha sido actualizado", + "DE.Controllers.ApplicationController.titleUpdateVersion": "Versión se ha cambiado", + "DE.Controllers.ApplicationController.txtClose": "Cerrar", + "DE.Controllers.ApplicationController.txtEmpty": "(Vacío)", + "DE.Controllers.ApplicationController.txtPressLink": "Pulse CTRL y haga clic en el enlace", + "DE.Controllers.ApplicationController.unknownErrorText": "Error desconocido.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Su navegador no es compatible.", + "DE.Controllers.ApplicationController.waitText": "Por favor, espere...", + "DE.Controllers.ApplicationController.warnLicenseExceeded": "Usted ha alcanzado el límite de conexiones simultáneas con %1 editores. Este documento se abrirá sólo para su visualización.
Por favor, contacte con su administrador para recibir más información.", + "DE.Controllers.ApplicationController.warnLicenseLimitedNoAccess": "Licencia expirada.
No tiene acceso a la funcionalidad de edición de documentos.
Por favor, póngase en contacto con su administrador.", + "DE.Controllers.ApplicationController.warnLicenseLimitedRenewed": "La licencia requiere ser renovada.
Tiene un acceso limitado a la funcionalidad de edición de documentos.
Por favor, póngase en contacto con su administrador para obtener un acceso completo", + "DE.Controllers.ApplicationController.warnLicenseUsersExceeded": "Usted ha alcanzado el límite de usuarios para los editores de %1. Por favor, contacte con su administrador para recibir más información.", + "DE.Controllers.ApplicationController.warnNoLicense": "Usted ha alcanzado el límite de conexiones simultáneas con %1 editores. Este documento se abrirá sólo para su visualización.
Contacte con el equipo de ventas de %1 para conocer los términos de actualización personal.", + "DE.Controllers.ApplicationController.warnNoLicenseUsers": "Usted ha alcanzado el límite de usuarios para los editores de %1.
Contacte con el equipo de ventas de %1 para conocer los términos de actualización personal.", + "DE.Views.ApplicationView.textClear": "Borrar todos los campos", + "DE.Views.ApplicationView.textNext": "Campo siguiente", + "DE.Views.ApplicationView.textSubmit": "Enviar", + "DE.Views.ApplicationView.txtDownload": "Descargar", + "DE.Views.ApplicationView.txtDownloadDocx": "Descargar como docx", + "DE.Views.ApplicationView.txtDownloadPdf": "Descargar como pdf", + "DE.Views.ApplicationView.txtEmbed": "Incorporar", + "DE.Views.ApplicationView.txtFileLocation": "Abrir ubicación del archivo", + "DE.Views.ApplicationView.txtFullScreen": "Pantalla Completa", + "DE.Views.ApplicationView.txtPrint": "Imprimir", + "DE.Views.ApplicationView.txtShare": "Compartir", + "DE.Views.ApplicationView.txtTheme": "Tema de interfaz" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/fr.json b/apps/documenteditor/forms/locale/fr.json index 4107e8f57..edb238f10 100644 --- a/apps/documenteditor/forms/locale/fr.json +++ b/apps/documenteditor/forms/locale/fr.json @@ -4,60 +4,60 @@ "common.view.modals.txtHeight": "Hauteur", "common.view.modals.txtShare": "Partager un lien", "common.view.modals.txtWidth": "Largeur", - "DE.ApplicationController.convertationErrorText": "Échec de la conversion.", - "DE.ApplicationController.convertationTimeoutText": "Délai d'attente de la conversion dépassé ", - "DE.ApplicationController.criticalErrorTitle": "Erreur", - "DE.ApplicationController.downloadErrorText": "Échec du téléchargement.", - "DE.ApplicationController.downloadTextText": "Téléchargement du document...", - "DE.ApplicationController.errorAccessDeny": "Vous tentez d'exéсuter une action pour laquelle vous ne disposez pas des droits.
Veuillez contacter l'administrateur de Document Server.", - "DE.ApplicationController.errorDefaultMessage": "Code d'erreur: %1", - "DE.ApplicationController.errorEditingDownloadas": "Une erreur s'est produite lors du travail avec le document.
Utilisez l'option 'Télécharger comme...' pour enregistrer une copie de sauvegarde du fichier sur le disque dur de votre ordinateur.", - "DE.ApplicationController.errorFilePassProtect": "Le fichier est protégé par le mot de passe et ne peut pas être ouvert.", - "DE.ApplicationController.errorFileSizeExceed": "La taille du fichier dépasse les limites établies sur votre serveur.
Veuillez contacter votre administrateur de Document Server pour obtenir plus d'informations. ", - "DE.ApplicationController.errorForceSave": "Une erreur est survenue lors de l'enregistrement du fichier. Veuillez utiliser l'option «Télécharger en tant que» pour enregistrer le fichier sur le disque dur de votre ordinateur ou réessayer plus tard.", - "DE.ApplicationController.errorLoadingFont": "Les polices ne sont pas téléchargées.
Veuillez contacter l'administrateur de Document Server.", - "DE.ApplicationController.errorServerVersion": "La version de l'éditeur a été mise à jour. La page sera rechargée pour appliquer les modifications.", - "DE.ApplicationController.errorSubmit": "Échec de soumission", - "DE.ApplicationController.errorUpdateVersion": "La version du fichier a été changée. La page sera rechargée.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "La connexion internet a été rétablie, la version du fichier est modifiée.
Avant de continuer, téléchargez le fichier ou copiez le contenu pour vous assurer que tous les changements ont été enregistrés, et rechargez la page.", - "DE.ApplicationController.errorUserDrop": "Impossible d'accéder au fichier.", - "DE.ApplicationController.notcriticalErrorTitle": "Avertissement", - "DE.ApplicationController.scriptLoadError": "La connexion est trop lente, certains éléments ne peuvent pas être chargés. Veuillez recharger la page.", - "DE.ApplicationController.textAnonymous": "Anonyme", - "DE.ApplicationController.textBuyNow": "Visiter le site web", - "DE.ApplicationController.textCloseTip": "Cliquez pour fermer le conseil.", - "DE.ApplicationController.textContactUs": "Contacter l'équipe de ventes", - "DE.ApplicationController.textGotIt": "C'est compris", - "DE.ApplicationController.textGuest": "Invité", - "DE.ApplicationController.textLoadingDocument": "Chargement du document", - "DE.ApplicationController.textNoLicenseTitle": "La limite de la licence est atteinte", - "DE.ApplicationController.textOf": "de", - "DE.ApplicationController.textRequired": "Veuillez remplir tous les champs obligatoires avant d'envoyer le formulaire.", - "DE.ApplicationController.textSubmited": "Le formulaire a été soumis avec succès
Cliquez ici pour fermer l'astuce", - "DE.ApplicationController.titleServerVersion": "L'éditeur est mis à jour", - "DE.ApplicationController.titleUpdateVersion": "La version a été modifiée", - "DE.ApplicationController.txtClose": "Fermer", - "DE.ApplicationController.txtEmpty": "(Vide)", - "DE.ApplicationController.txtPressLink": "Appuyez sur Ctrl et cliquez sur le lien", - "DE.ApplicationController.unknownErrorText": "Erreur inconnue.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Votre navigateur n'est pas pris en charge.", - "DE.ApplicationController.waitText": "Veuillez patienter...", - "DE.ApplicationController.warnLicenseExceeded": "Vous avez dépassé le nombre maximal de connexions simultanées aux éditeurs %1. Ce document sera ouvert en mode lecture seule.
Veuillez contacter votre administrateur pour en savoir davantage.", - "DE.ApplicationController.warnLicenseLimitedNoAccess": "La licence est expirée.
Vous n'avez plus d'accès aux outils d'édition.
Veuillez contacter votre administrateur.", - "DE.ApplicationController.warnLicenseLimitedRenewed": "La licence doit être renouvelée.
Vous avez un accès limité aux outils d'édition des documents.
Veuillez contacter votre administrateur pour obtenir un accès complet.", - "DE.ApplicationController.warnLicenseUsersExceeded": "Vous avez dépassé le nombre maximal d’utilisateurs des éditeurs %1. Veuillez contacter votre administrateur pour en savoir davantage.", - "DE.ApplicationController.warnNoLicense": "Vous avez dépassé le nombre maximal de connexions simultanées aux éditeurs %1. Ce document sera ouvert en lecture seule.
Veuillez contacter le service des ventes %1 pour connaître les conditions de mise à niveau personnelle.", - "DE.ApplicationController.warnNoLicenseUsers": "Vous avez dépassé le nombre maximal d’utilisateurs des éditeurs %1. Veuillez contacter l’équipe des ventes %1 pour connaître les conditions de mise à niveau personnelle.", - "DE.ApplicationView.textClear": "Effacer tous les champs", - "DE.ApplicationView.textNext": "Champ suivant", - "DE.ApplicationView.textSubmit": "Soumettre ", - "DE.ApplicationView.txtDownload": "Télécharger", - "DE.ApplicationView.txtDownloadDocx": "Télécharger en tant que docx", - "DE.ApplicationView.txtDownloadPdf": "Télécharger en tant que pdf", - "DE.ApplicationView.txtEmbed": "Incorporer", - "DE.ApplicationView.txtFileLocation": "Ouvrir l'emplacement du fichier", - "DE.ApplicationView.txtFullScreen": "Plein écran", - "DE.ApplicationView.txtPrint": "Imprimer", - "DE.ApplicationView.txtShare": "Partager", - "DE.ApplicationView.txtTheme": "Thème d’interface" + "DE.Controllers.ApplicationController.convertationErrorText": "Échec de la conversion.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Délai d'attente de la conversion dépassé ", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Erreur", + "DE.Controllers.ApplicationController.downloadErrorText": "Échec du téléchargement.", + "DE.Controllers.ApplicationController.downloadTextText": "Téléchargement du document...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Vous tentez d'exéсuter une action pour laquelle vous ne disposez pas des droits.
Veuillez contacter l'administrateur de Document Server.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Code d'erreur: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "Une erreur s'est produite lors du travail avec le document.
Utilisez l'option 'Télécharger comme...' pour enregistrer une copie de sauvegarde du fichier sur le disque dur de votre ordinateur.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Le fichier est protégé par le mot de passe et ne peut pas être ouvert.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "La taille du fichier dépasse les limites établies sur votre serveur.
Veuillez contacter votre administrateur de Document Server pour obtenir plus d'informations. ", + "DE.Controllers.ApplicationController.errorForceSave": "Une erreur est survenue lors de l'enregistrement du fichier. Veuillez utiliser l'option «Télécharger en tant que» pour enregistrer le fichier sur le disque dur de votre ordinateur ou réessayer plus tard.", + "DE.Controllers.ApplicationController.errorLoadingFont": "Les polices ne sont pas téléchargées.
Veuillez contacter l'administrateur de Document Server.", + "DE.Controllers.ApplicationController.errorServerVersion": "La version de l'éditeur a été mise à jour. La page sera rechargée pour appliquer les modifications.", + "DE.Controllers.ApplicationController.errorSubmit": "Échec de soumission", + "DE.Controllers.ApplicationController.errorUpdateVersion": "La version du fichier a été changée. La page sera rechargée.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "La connexion internet a été rétablie, la version du fichier est modifiée.
Avant de continuer, téléchargez le fichier ou copiez le contenu pour vous assurer que tous les changements ont été enregistrés, et rechargez la page.", + "DE.Controllers.ApplicationController.errorUserDrop": "Impossible d'accéder au fichier.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Avertissement", + "DE.Controllers.ApplicationController.scriptLoadError": "La connexion est trop lente, certains éléments ne peuvent pas être chargés. Veuillez recharger la page.", + "DE.Controllers.ApplicationController.textAnonymous": "Anonyme", + "DE.Controllers.ApplicationController.textBuyNow": "Visiter le site web", + "DE.Controllers.ApplicationController.textCloseTip": "Cliquez pour fermer le conseil.", + "DE.Controllers.ApplicationController.textContactUs": "Contacter l'équipe de ventes", + "DE.Controllers.ApplicationController.textGotIt": "C'est compris", + "DE.Controllers.ApplicationController.textGuest": "Invité", + "DE.Controllers.ApplicationController.textLoadingDocument": "Chargement du document", + "DE.Controllers.ApplicationController.textNoLicenseTitle": "La limite de la licence est atteinte", + "DE.Controllers.ApplicationController.textOf": "de", + "DE.Controllers.ApplicationController.textRequired": "Veuillez remplir tous les champs obligatoires avant d'envoyer le formulaire.", + "DE.Controllers.ApplicationController.textSubmited": "Le formulaire a été soumis avec succès
Cliquez ici pour fermer l'astuce", + "DE.Controllers.ApplicationController.titleServerVersion": "L'éditeur est mis à jour", + "DE.Controllers.ApplicationController.titleUpdateVersion": "La version a été modifiée", + "DE.Controllers.ApplicationController.txtClose": "Fermer", + "DE.Controllers.ApplicationController.txtEmpty": "(Vide)", + "DE.Controllers.ApplicationController.txtPressLink": "Appuyez sur Ctrl et cliquez sur le lien", + "DE.Controllers.ApplicationController.unknownErrorText": "Erreur inconnue.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Votre navigateur n'est pas pris en charge.", + "DE.Controllers.ApplicationController.waitText": "Veuillez patienter...", + "DE.Controllers.ApplicationController.warnLicenseExceeded": "Vous avez dépassé le nombre maximal de connexions simultanées aux éditeurs %1. Ce document sera ouvert en mode lecture seule.
Veuillez contacter votre administrateur pour en savoir davantage.", + "DE.Controllers.ApplicationController.warnLicenseLimitedNoAccess": "La licence est expirée.
Vous n'avez plus d'accès aux outils d'édition.
Veuillez contacter votre administrateur.", + "DE.Controllers.ApplicationController.warnLicenseLimitedRenewed": "La licence doit être renouvelée.
Vous avez un accès limité aux outils d'édition des documents.
Veuillez contacter votre administrateur pour obtenir un accès complet.", + "DE.Controllers.ApplicationController.warnLicenseUsersExceeded": "Vous avez dépassé le nombre maximal d’utilisateurs des éditeurs %1. Veuillez contacter votre administrateur pour en savoir davantage.", + "DE.Controllers.ApplicationController.warnNoLicense": "Vous avez dépassé le nombre maximal de connexions simultanées aux éditeurs %1. Ce document sera ouvert en lecture seule.
Veuillez contacter le service des ventes %1 pour connaître les conditions de mise à niveau personnelle.", + "DE.Controllers.ApplicationController.warnNoLicenseUsers": "Vous avez dépassé le nombre maximal d’utilisateurs des éditeurs %1. Veuillez contacter l’équipe des ventes %1 pour connaître les conditions de mise à niveau personnelle.", + "DE.Views.ApplicationView.textClear": "Effacer tous les champs", + "DE.Views.ApplicationView.textNext": "Champ suivant", + "DE.Views.ApplicationView.textSubmit": "Soumettre ", + "DE.Views.ApplicationView.txtDownload": "Télécharger", + "DE.Views.ApplicationView.txtDownloadDocx": "Télécharger en tant que docx", + "DE.Views.ApplicationView.txtDownloadPdf": "Télécharger en tant que pdf", + "DE.Views.ApplicationView.txtEmbed": "Incorporer", + "DE.Views.ApplicationView.txtFileLocation": "Ouvrir l'emplacement du fichier", + "DE.Views.ApplicationView.txtFullScreen": "Plein écran", + "DE.Views.ApplicationView.txtPrint": "Imprimer", + "DE.Views.ApplicationView.txtShare": "Partager", + "DE.Views.ApplicationView.txtTheme": "Thème d’interface" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/hu.json b/apps/documenteditor/forms/locale/hu.json index b11971151..7143c5e2c 100644 --- a/apps/documenteditor/forms/locale/hu.json +++ b/apps/documenteditor/forms/locale/hu.json @@ -4,28 +4,28 @@ "common.view.modals.txtHeight": "Magasság", "common.view.modals.txtShare": "Hivatkozás megosztása", "common.view.modals.txtWidth": "Szélesség", - "DE.ApplicationController.convertationErrorText": "Az átalakítás nem sikerült.", - "DE.ApplicationController.convertationTimeoutText": "Időtúllépés az átalakítás során.", - "DE.ApplicationController.criticalErrorTitle": "Hiba", - "DE.ApplicationController.downloadErrorText": "Sikertelen letöltés.", - "DE.ApplicationController.downloadTextText": "Dokumentum letöltése...", - "DE.ApplicationController.errorAccessDeny": "Olyan műveletet próbál végrehajtani, melyre nincs jogosultsága.
Vegye fel a kapcsolatot a Document Server adminisztrátorával.", - "DE.ApplicationController.errorDefaultMessage": "Hibakód: %1", - "DE.ApplicationController.errorFilePassProtect": "A dokumentum jelszóval védett, és nem nyitható meg.", - "DE.ApplicationController.errorFileSizeExceed": "A fájlméret meghaladja a szerverre beállított korlátozást.
Kérjük, forduljon a Document Server rendszergazdájához a részletekért.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Az internet kapcsolat helyreállt, és a fájl verziója megváltozott.
Mielőtt folytatná a munkát, töltse le a fájlt, vagy másolja vágólapra annak tartalmát, hogy megbizonyosodjon arról, hogy semmi nem veszik el, majd töltse újra az oldalt.", - "DE.ApplicationController.errorUserDrop": "A dokumentum jelenleg nem elérhető.", - "DE.ApplicationController.notcriticalErrorTitle": "Figyelmeztetés", - "DE.ApplicationController.scriptLoadError": "A kapcsolat túl lassú, néhány komponens nem töltődött be. Frissítse az oldalt.", - "DE.ApplicationController.textLoadingDocument": "Dokumentum betöltése", - "DE.ApplicationController.textOf": "of", - "DE.ApplicationController.txtClose": "Bezárás", - "DE.ApplicationController.unknownErrorText": "Ismeretlen hiba.", - "DE.ApplicationController.unsupportedBrowserErrorText": "A böngészője nem támogatott.", - "DE.ApplicationController.waitText": "Kérjük, várjon...", - "DE.ApplicationView.txtDownload": "Letöltés", - "DE.ApplicationView.txtEmbed": "Beágyazás", - "DE.ApplicationView.txtFullScreen": "Teljes képernyő", - "DE.ApplicationView.txtPrint": "Nyomtatás", - "DE.ApplicationView.txtShare": "Megosztás" + "DE.Controllers.ApplicationController.convertationErrorText": "Az átalakítás nem sikerült.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Időtúllépés az átalakítás során.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Hiba", + "DE.Controllers.ApplicationController.downloadErrorText": "Sikertelen letöltés.", + "DE.Controllers.ApplicationController.downloadTextText": "Dokumentum letöltése...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Olyan műveletet próbál végrehajtani, melyre nincs jogosultsága.
Vegye fel a kapcsolatot a Document Server adminisztrátorával.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Hibakód: %1", + "DE.Controllers.ApplicationController.errorFilePassProtect": "A dokumentum jelszóval védett, és nem nyitható meg.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "A fájlméret meghaladja a szerverre beállított korlátozást.
Kérjük, forduljon a Document Server rendszergazdájához a részletekért.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Az internet kapcsolat helyreállt, és a fájl verziója megváltozott.
Mielőtt folytatná a munkát, töltse le a fájlt, vagy másolja vágólapra annak tartalmát, hogy megbizonyosodjon arról, hogy semmi nem veszik el, majd töltse újra az oldalt.", + "DE.Controllers.ApplicationController.errorUserDrop": "A dokumentum jelenleg nem elérhető.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Figyelmeztetés", + "DE.Controllers.ApplicationController.scriptLoadError": "A kapcsolat túl lassú, néhány komponens nem töltődött be. Frissítse az oldalt.", + "DE.Controllers.ApplicationController.textLoadingDocument": "Dokumentum betöltése", + "DE.Controllers.ApplicationController.textOf": "of", + "DE.Controllers.ApplicationController.txtClose": "Bezárás", + "DE.Controllers.ApplicationController.unknownErrorText": "Ismeretlen hiba.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "A böngészője nem támogatott.", + "DE.Controllers.ApplicationController.waitText": "Kérjük, várjon...", + "DE.Views.ApplicationView.txtDownload": "Letöltés", + "DE.Views.ApplicationView.txtEmbed": "Beágyazás", + "DE.Views.ApplicationView.txtFullScreen": "Teljes képernyő", + "DE.Views.ApplicationView.txtPrint": "Nyomtatás", + "DE.Views.ApplicationView.txtShare": "Megosztás" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/it.json b/apps/documenteditor/forms/locale/it.json index c4ec85300..c4bc6d182 100644 --- a/apps/documenteditor/forms/locale/it.json +++ b/apps/documenteditor/forms/locale/it.json @@ -4,60 +4,60 @@ "common.view.modals.txtHeight": "Altezza", "common.view.modals.txtShare": "Condividi collegamento", "common.view.modals.txtWidth": "Larghezza", - "DE.ApplicationController.convertationErrorText": "Conversione fallita.", - "DE.ApplicationController.convertationTimeoutText": "È stato superato il tempo limite della conversione.", - "DE.ApplicationController.criticalErrorTitle": "Errore", - "DE.ApplicationController.downloadErrorText": "Scaricamento fallito", - "DE.ApplicationController.downloadTextText": "Scaricamento del documento in corso...", - "DE.ApplicationController.errorAccessDeny": "Stai tentando di eseguire un'azione per la quale non disponi di permessi sufficienti.
Si prega di contattare l'amministratore del Server dei Documenti.", - "DE.ApplicationController.errorDefaultMessage": "Codice errore: %1", - "DE.ApplicationController.errorEditingDownloadas": "Si è verificato un errore durante il lavoro con il documento.
Utilizzare l'opzione 'Scarica come ...' per salvare la copia di backup del file sul disco rigido del computer.", - "DE.ApplicationController.errorFilePassProtect": "Il file è protetto da una password. Impossibile aprirlo.", - "DE.ApplicationController.errorFileSizeExceed": "La dimensione del file supera la limitazione impostata per il tuo server.
Per i dettagli, contatta l'amministratore del Document server.", - "DE.ApplicationController.errorForceSave": "Si è verificato un errore durante il salvataggio del file. Utilizzare l'opzione 'Scarica come' per salvare il file sul disco rigido del computer o riprovare più tardi.", - "DE.ApplicationController.errorLoadingFont": "I caratteri non sono caricati.
Si prega di contattare il tuo amministratore di Document Server.", - "DE.ApplicationController.errorServerVersion": "La versione dell'editor è stata aggiornata. La pagina verrà ricaricata per applicare le modifiche.", - "DE.ApplicationController.errorSubmit": "Invio fallito.", - "DE.ApplicationController.errorUpdateVersion": "La versione del file è stata cambiata. La pagina verrà ricaricata.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "La connessione Internet è stata ripristinata e la versione del file è stata modificata.
Prima di poter continuare a lavorare, è necessario scaricare il file o copiarne il contenuto per assicurarsi che non vada perso nulla, successivamente ricaricare questa pagina.", - "DE.ApplicationController.errorUserDrop": "Impossibile accedere al file subito.", - "DE.ApplicationController.notcriticalErrorTitle": "Avviso", - "DE.ApplicationController.scriptLoadError": "La connessione è troppo lenta, alcuni componenti non possono essere caricati. Si prega di ricaricare la pagina.", - "DE.ApplicationController.textAnonymous": "Anonimo", - "DE.ApplicationController.textBuyNow": "Visita il sito web", - "DE.ApplicationController.textCloseTip": "Clicca su per chiudere la notifica", - "DE.ApplicationController.textContactUs": "Contatta il team di vendita", - "DE.ApplicationController.textGotIt": "Capito", - "DE.ApplicationController.textGuest": "Ospite", - "DE.ApplicationController.textLoadingDocument": "Caricamento del documento", - "DE.ApplicationController.textNoLicenseTitle": "E' stato raggiunto il limite della licenza", - "DE.ApplicationController.textOf": "di", - "DE.ApplicationController.textRequired": "Compila tutti i campi richiesti per inviare il modulo.", - "DE.ApplicationController.textSubmited": "Modulo inviato con successo
Fare click per chiudere la notifica
", - "DE.ApplicationController.titleServerVersion": "L'editor è stato aggiornato", - "DE.ApplicationController.titleUpdateVersion": "La versione è stata cambiata", - "DE.ApplicationController.txtClose": "Chiudi", - "DE.ApplicationController.txtEmpty": "(Vuoto)", - "DE.ApplicationController.txtPressLink": "Premi CTRL e clicca sul collegamento", - "DE.ApplicationController.unknownErrorText": "Errore sconosciuto.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Il tuo browser non è supportato.", - "DE.ApplicationController.waitText": "Per favore, attendi...", - "DE.ApplicationController.warnLicenseExceeded": "Hai raggiunto il limite delle connessioni simultanee con gli editor %1. Questo documento verrà aperto solo per la visualizzazione.
Ti preghiamo di contattare il tuo amministratore per maggior informazioni.", - "DE.ApplicationController.warnLicenseLimitedNoAccess": "Licenza è scaduta.
Non hai accesso alle funzionalità di modifica dei documenti.
Ti preghiamo di contattare l'amministratore.", - "DE.ApplicationController.warnLicenseLimitedRenewed": "La licenza va rinnovata.
Hai un accesso limitato alle funzionalità di modifica dei documenti.
Ti preghiamo di contattare l'amministratore per ottenere l'accesso completo", - "DE.ApplicationController.warnLicenseUsersExceeded": "Hai raggiunto il limite degli utenti per gli editor %1. Ti preghiamo di contattare il tuo amministratore per maggior informazioni.", - "DE.ApplicationController.warnNoLicense": "Hai raggiunto il limite delle connessioni simultanee con gli editor %1. Questo documento verrà aperto solo per la visualizzazione.
Ti preghiamo di contattare il team di vendite di %1 per i termini di aggiornamento personali.", - "DE.ApplicationController.warnNoLicenseUsers": "Hai raggiunto il limite degli utenti per gli editor %1. Ti preghiamo di contattare il team di vendite di %1 per i termini di aggiornamento personali.", - "DE.ApplicationView.textClear": "‎Cancellare tutti i campi‎", - "DE.ApplicationView.textNext": "Campo successivo", - "DE.ApplicationView.textSubmit": "‎Invia‎", - "DE.ApplicationView.txtDownload": "Scarica", - "DE.ApplicationView.txtDownloadDocx": "Scarica come .docx", - "DE.ApplicationView.txtDownloadPdf": "Scarica come .pdf", - "DE.ApplicationView.txtEmbed": "Incorpora", - "DE.ApplicationView.txtFileLocation": "Apri percorso file", - "DE.ApplicationView.txtFullScreen": "Schermo intero", - "DE.ApplicationView.txtPrint": "Stampa", - "DE.ApplicationView.txtShare": "Condividi", - "DE.ApplicationView.txtTheme": "Tema dell'interfaccia" + "DE.Controllers.ApplicationController.convertationErrorText": "Conversione fallita.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "È stato superato il tempo limite della conversione.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Errore", + "DE.Controllers.ApplicationController.downloadErrorText": "Scaricamento fallito", + "DE.Controllers.ApplicationController.downloadTextText": "Scaricamento del documento in corso...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Stai tentando di eseguire un'azione per la quale non disponi di permessi sufficienti.
Si prega di contattare l'amministratore del Server dei Documenti.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Codice errore: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "Si è verificato un errore durante il lavoro con il documento.
Utilizzare l'opzione 'Scarica come ...' per salvare la copia di backup del file sul disco rigido del computer.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Il file è protetto da una password. Impossibile aprirlo.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "La dimensione del file supera la limitazione impostata per il tuo server.
Per i dettagli, contatta l'amministratore del Document server.", + "DE.Controllers.ApplicationController.errorForceSave": "Si è verificato un errore durante il salvataggio del file. Utilizzare l'opzione 'Scarica come' per salvare il file sul disco rigido del computer o riprovare più tardi.", + "DE.Controllers.ApplicationController.errorLoadingFont": "I caratteri non sono caricati.
Si prega di contattare il tuo amministratore di Document Server.", + "DE.Controllers.ApplicationController.errorServerVersion": "La versione dell'editor è stata aggiornata. La pagina verrà ricaricata per applicare le modifiche.", + "DE.Controllers.ApplicationController.errorSubmit": "Invio fallito.", + "DE.Controllers.ApplicationController.errorUpdateVersion": "La versione del file è stata cambiata. La pagina verrà ricaricata.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "La connessione Internet è stata ripristinata e la versione del file è stata modificata.
Prima di poter continuare a lavorare, è necessario scaricare il file o copiarne il contenuto per assicurarsi che non vada perso nulla, successivamente ricaricare questa pagina.", + "DE.Controllers.ApplicationController.errorUserDrop": "Impossibile accedere al file subito.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Avviso", + "DE.Controllers.ApplicationController.scriptLoadError": "La connessione è troppo lenta, alcuni componenti non possono essere caricati. Si prega di ricaricare la pagina.", + "DE.Controllers.ApplicationController.textAnonymous": "Anonimo", + "DE.Controllers.ApplicationController.textBuyNow": "Visita il sito web", + "DE.Controllers.ApplicationController.textCloseTip": "Clicca su per chiudere la notifica", + "DE.Controllers.ApplicationController.textContactUs": "Contatta il team di vendita", + "DE.Controllers.ApplicationController.textGotIt": "Capito", + "DE.Controllers.ApplicationController.textGuest": "Ospite", + "DE.Controllers.ApplicationController.textLoadingDocument": "Caricamento del documento", + "DE.Controllers.ApplicationController.textNoLicenseTitle": "E' stato raggiunto il limite della licenza", + "DE.Controllers.ApplicationController.textOf": "di", + "DE.Controllers.ApplicationController.textRequired": "Compila tutti i campi richiesti per inviare il modulo.", + "DE.Controllers.ApplicationController.textSubmited": "Modulo inviato con successo
Fare click per chiudere la notifica
", + "DE.Controllers.ApplicationController.titleServerVersion": "L'editor è stato aggiornato", + "DE.Controllers.ApplicationController.titleUpdateVersion": "La versione è stata cambiata", + "DE.Controllers.ApplicationController.txtClose": "Chiudi", + "DE.Controllers.ApplicationController.txtEmpty": "(Vuoto)", + "DE.Controllers.ApplicationController.txtPressLink": "Premi CTRL e clicca sul collegamento", + "DE.Controllers.ApplicationController.unknownErrorText": "Errore sconosciuto.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Il tuo browser non è supportato.", + "DE.Controllers.ApplicationController.waitText": "Per favore, attendi...", + "DE.Controllers.ApplicationController.warnLicenseExceeded": "Hai raggiunto il limite delle connessioni simultanee con gli editor %1. Questo documento verrà aperto solo per la visualizzazione.
Ti preghiamo di contattare il tuo amministratore per maggior informazioni.", + "DE.Controllers.ApplicationController.warnLicenseLimitedNoAccess": "Licenza è scaduta.
Non hai accesso alle funzionalità di modifica dei documenti.
Ti preghiamo di contattare l'amministratore.", + "DE.Controllers.ApplicationController.warnLicenseLimitedRenewed": "La licenza va rinnovata.
Hai un accesso limitato alle funzionalità di modifica dei documenti.
Ti preghiamo di contattare l'amministratore per ottenere l'accesso completo", + "DE.Controllers.ApplicationController.warnLicenseUsersExceeded": "Hai raggiunto il limite degli utenti per gli editor %1. Ti preghiamo di contattare il tuo amministratore per maggior informazioni.", + "DE.Controllers.ApplicationController.warnNoLicense": "Hai raggiunto il limite delle connessioni simultanee con gli editor %1. Questo documento verrà aperto solo per la visualizzazione.
Ti preghiamo di contattare il team di vendite di %1 per i termini di aggiornamento personali.", + "DE.Controllers.ApplicationController.warnNoLicenseUsers": "Hai raggiunto il limite degli utenti per gli editor %1. Ti preghiamo di contattare il team di vendite di %1 per i termini di aggiornamento personali.", + "DE.Views.ApplicationView.textClear": "‎Cancellare tutti i campi‎", + "DE.Views.ApplicationView.textNext": "Campo successivo", + "DE.Views.ApplicationView.textSubmit": "‎Invia‎", + "DE.Views.ApplicationView.txtDownload": "Scarica", + "DE.Views.ApplicationView.txtDownloadDocx": "Scarica come .docx", + "DE.Views.ApplicationView.txtDownloadPdf": "Scarica come .pdf", + "DE.Views.ApplicationView.txtEmbed": "Incorpora", + "DE.Views.ApplicationView.txtFileLocation": "Apri percorso file", + "DE.Views.ApplicationView.txtFullScreen": "Schermo intero", + "DE.Views.ApplicationView.txtPrint": "Stampa", + "DE.Views.ApplicationView.txtShare": "Condividi", + "DE.Views.ApplicationView.txtTheme": "Tema dell'interfaccia" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/ja.json b/apps/documenteditor/forms/locale/ja.json index 00ba726b4..6c463c264 100644 --- a/apps/documenteditor/forms/locale/ja.json +++ b/apps/documenteditor/forms/locale/ja.json @@ -4,42 +4,42 @@ "common.view.modals.txtHeight": "高さ", "common.view.modals.txtShare": "共有リンク", "common.view.modals.txtWidth": "幅", - "DE.ApplicationController.convertationErrorText": "変換に失敗しました", - "DE.ApplicationController.convertationTimeoutText": "変換のタイムアウトを超過しました。", - "DE.ApplicationController.criticalErrorTitle": "エラー", - "DE.ApplicationController.downloadErrorText": "ダウンロードに失敗しました", - "DE.ApplicationController.downloadTextText": "ドキュメントのダウンロード中...", - "DE.ApplicationController.errorAccessDeny": "利用権限がない操作をしようとしました。
Documentサーバー管理者に連絡してください。", - "DE.ApplicationController.errorDefaultMessage": "エラー コード: %1", - "DE.ApplicationController.errorEditingDownloadas": "ドキュメントの作業中にエラーが発生しました。
「名前を付けてダウンロード」オプションを使用して、ファイルのバックアップコピーをコンピュータに保存します。", - "DE.ApplicationController.errorFilePassProtect": "ドキュメントがパスワードで保護されているため開くことができません", - "DE.ApplicationController.errorFileSizeExceed": "ファイルサイズがサーバーで設定された制限を超過しています。
Documentサーバー管理者に詳細をお問い合わせください。", - "DE.ApplicationController.errorForceSave": "文書の保存中にエラーが発生しました。コンピューターにファイルを保存するために、「...としてダウンロード」を使用し、または後で再お試しください。", - "DE.ApplicationController.errorLoadingFont": "フォントがダウンロードされませんでした。文書サーバのアドミニストレータを連絡してください。", - "DE.ApplicationController.errorSubmit": "送信に失敗しました。", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。
作業を継続する前に、ファイルをダウンロードするか内容をコピーして、変更が消えてしまわないようにしてからページを再読み込みしてください。", - "DE.ApplicationController.errorUserDrop": "今、ファイルにアクセスすることはできません。", - "DE.ApplicationController.notcriticalErrorTitle": "警告", - "DE.ApplicationController.scriptLoadError": "接続が非常に遅いため、いくつかのコンポーネントはロードされませんでした。ページを再読み込みしてください。", - "DE.ApplicationController.textAnonymous": "匿名", - "DE.ApplicationController.textGotIt": "OK", - "DE.ApplicationController.textGuest": "ゲスト", - "DE.ApplicationController.textLoadingDocument": "ドキュメントを読み込んでいます", - "DE.ApplicationController.textOf": "から", - "DE.ApplicationController.textRequired": "必須事項をすべて入力し、送信してください。", - "DE.ApplicationController.textSubmited": "フォームが正常に送信されました。
クリックしてヒントを閉じます。", - "DE.ApplicationController.txtClose": "閉じる", - "DE.ApplicationController.txtEmpty": "(空)", - "DE.ApplicationController.txtPressLink": "リンクをクリックしてCTRLを押してください", - "DE.ApplicationController.unknownErrorText": "不明なエラー", - "DE.ApplicationController.unsupportedBrowserErrorText": "お使いのブラウザはサポートされていません。", - "DE.ApplicationController.waitText": "少々お待ちください...", - "DE.ApplicationView.txtDownload": "ダウンロード", - "DE.ApplicationView.txtDownloadDocx": "docxとして保存", - "DE.ApplicationView.txtDownloadPdf": "PDFとして保存", - "DE.ApplicationView.txtEmbed": "埋め込み", - "DE.ApplicationView.txtFileLocation": "ファイルを開く", - "DE.ApplicationView.txtFullScreen": "全画面表示", - "DE.ApplicationView.txtPrint": "印刷する", - "DE.ApplicationView.txtShare": "シェア" + "DE.Controllers.ApplicationController.convertationErrorText": "変換に失敗しました", + "DE.Controllers.ApplicationController.convertationTimeoutText": "変換のタイムアウトを超過しました。", + "DE.Controllers.ApplicationController.criticalErrorTitle": "エラー", + "DE.Controllers.ApplicationController.downloadErrorText": "ダウンロードに失敗しました", + "DE.Controllers.ApplicationController.downloadTextText": "ドキュメントのダウンロード中...", + "DE.Controllers.ApplicationController.errorAccessDeny": "利用権限がない操作をしようとしました。
Documentサーバー管理者に連絡してください。", + "DE.Controllers.ApplicationController.errorDefaultMessage": "エラー コード: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "ドキュメントの作業中にエラーが発生しました。
「名前を付けてダウンロード」オプションを使用して、ファイルのバックアップコピーをコンピュータに保存します。", + "DE.Controllers.ApplicationController.errorFilePassProtect": "ドキュメントがパスワードで保護されているため開くことができません", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "ファイルサイズがサーバーで設定された制限を超過しています。
Documentサーバー管理者に詳細をお問い合わせください。", + "DE.Controllers.ApplicationController.errorForceSave": "文書の保存中にエラーが発生しました。コンピューターにファイルを保存するために、「...としてダウンロード」を使用し、または後で再お試しください。", + "DE.Controllers.ApplicationController.errorLoadingFont": "フォントがダウンロードされませんでした。文書サーバのアドミニストレータを連絡してください。", + "DE.Controllers.ApplicationController.errorSubmit": "送信に失敗しました。", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。
作業を継続する前に、ファイルをダウンロードするか内容をコピーして、変更が消えてしまわないようにしてからページを再読み込みしてください。", + "DE.Controllers.ApplicationController.errorUserDrop": "今、ファイルにアクセスすることはできません。", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "警告", + "DE.Controllers.ApplicationController.scriptLoadError": "接続が非常に遅いため、いくつかのコンポーネントはロードされませんでした。ページを再読み込みしてください。", + "DE.Controllers.ApplicationController.textAnonymous": "匿名", + "DE.Controllers.ApplicationController.textGotIt": "OK", + "DE.Controllers.ApplicationController.textGuest": "ゲスト", + "DE.Controllers.ApplicationController.textLoadingDocument": "ドキュメントを読み込んでいます", + "DE.Controllers.ApplicationController.textOf": "から", + "DE.Controllers.ApplicationController.textRequired": "必須事項をすべて入力し、送信してください。", + "DE.Controllers.ApplicationController.textSubmited": "フォームが正常に送信されました。
クリックしてヒントを閉じます。", + "DE.Controllers.ApplicationController.txtClose": "閉じる", + "DE.Controllers.ApplicationController.txtEmpty": "(空)", + "DE.Controllers.ApplicationController.txtPressLink": "リンクをクリックしてCTRLを押してください", + "DE.Controllers.ApplicationController.unknownErrorText": "不明なエラー", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "お使いのブラウザはサポートされていません。", + "DE.Controllers.ApplicationController.waitText": "少々お待ちください...", + "DE.Views.ApplicationView.txtDownload": "ダウンロード", + "DE.Views.ApplicationView.txtDownloadDocx": "docxとして保存", + "DE.Views.ApplicationView.txtDownloadPdf": "PDFとして保存", + "DE.Views.ApplicationView.txtEmbed": "埋め込み", + "DE.Views.ApplicationView.txtFileLocation": "ファイルを開く", + "DE.Views.ApplicationView.txtFullScreen": "全画面表示", + "DE.Views.ApplicationView.txtPrint": "印刷する", + "DE.Views.ApplicationView.txtShare": "シェア" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/ko.json b/apps/documenteditor/forms/locale/ko.json index 441e9370e..490dc60ab 100644 --- a/apps/documenteditor/forms/locale/ko.json +++ b/apps/documenteditor/forms/locale/ko.json @@ -4,60 +4,60 @@ "common.view.modals.txtHeight": "높이", "common.view.modals.txtShare": "링크 공유", "common.view.modals.txtWidth": "너비", - "DE.ApplicationController.convertationErrorText": "변환 실패 ", - "DE.ApplicationController.convertationTimeoutText": "변환 시간을 초과했습니다.", - "DE.ApplicationController.criticalErrorTitle": "오류", - "DE.ApplicationController.downloadErrorText": "다운로드 실패", - "DE.ApplicationController.downloadTextText": "문서 다운로드 중...", - "DE.ApplicationController.errorAccessDeny": "권한이없는 작업을 수행하려고합니다.
Document Server 관리자에게 문의하십시오.", - "DE.ApplicationController.errorDefaultMessage": "오류 코드 : % 1", - "DE.ApplicationController.errorEditingDownloadas": " 문서 작업 중에 알수 없는 장애가 발생했습니다.
\"다른 이름으로 다운로드...\"를 선택하여 파일을 현재 사용 중인 컴퓨터 하드 디스크에 저장하시기 바랍니다.", - "DE.ApplicationController.errorFilePassProtect": "이 문서는 암호로 보호되어 있어 열 수 없습니다.", - "DE.ApplicationController.errorFileSizeExceed": "파일의 크기가 서버에서 정해진 범위를 초과 했습니다. 문서 서버 관리자에게 해당 내용에 대한 자세한 안내를 받아 보시기 바랍니다.", - "DE.ApplicationController.errorForceSave": "파일을 저장하는 동안 오류가 발생했습니다. \"다른 이름으로 다운로드\" 옵션을 사용하여 파일을 컴퓨터의 하드 드라이브에 저장하거나 나중에 다시 시도하십시오.", - "DE.ApplicationController.errorLoadingFont": "글꼴이 로드되지 않았습니다.
문서 관리 관리자에게 문의하십시오.", - "DE.ApplicationController.errorServerVersion": "편집기 버전이 업데이트되었습니다. 페이지가 다시로드되어 변경 사항이 적용됩니다.", - "DE.ApplicationController.errorSubmit": "전송실패", - "DE.ApplicationController.errorUpdateVersion": "파일 버전이 변경되었습니다. 페이지가 다시로드됩니다.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "네트워크 연결이 복원되었으며 파일 버전이 변경되었습니다.
계속 작업하기 전에 데이터 손실을 방지하기 위해 파일을 다운로드하거나 내용을 복사한 다음 이 페이지를 새로 고쳐야 합니다.", - "DE.ApplicationController.errorUserDrop": "파일에 지금 액세스 할 수 없습니다.", - "DE.ApplicationController.notcriticalErrorTitle": "경고", - "DE.ApplicationController.scriptLoadError": "연결 속도가 느려, 일부 요소들이 로드되지 않았습니다. 페이지를 다시 새로 고침해주세요.", - "DE.ApplicationController.textAnonymous": "익명", - "DE.ApplicationController.textBuyNow": "웹 사이트 방문", - "DE.ApplicationController.textCloseTip": "팁을 닫으려면 클릭합니다.", - "DE.ApplicationController.textContactUs": "영업 담당자에게 문의", - "DE.ApplicationController.textGotIt": "취득", - "DE.ApplicationController.textGuest": "게스트", - "DE.ApplicationController.textLoadingDocument": "문서 로드 중", - "DE.ApplicationController.textNoLicenseTitle": "ONLYOFFICE 연결 제한", - "DE.ApplicationController.textOf": "의", - "DE.ApplicationController.textRequired": "양식을 보내려면 모든 필수 필드를 채우십시오.", - "DE.ApplicationController.textSubmited": "양식이 성공적으로 전송되었습니다.
여기를 클릭하여 프롬프트를 닫으십시오", - "DE.ApplicationController.titleServerVersion": "편집기가 업데이트되었습니다.", - "DE.ApplicationController.titleUpdateVersion": "버전이 변경되었습니다.", - "DE.ApplicationController.txtClose": "닫기", - "DE.ApplicationController.txtEmpty": "(없음)", - "DE.ApplicationController.txtPressLink": "CTRL 키를 누른 상태에서 링크 클릭", - "DE.ApplicationController.unknownErrorText": "알 수 없는 오류.", - "DE.ApplicationController.unsupportedBrowserErrorText": "사용중인 브라우저가 지원되지 않습니다.", - "DE.ApplicationController.waitText": "잠시만 기다려주세요...", - "DE.ApplicationController.warnLicenseExceeded": "귀하의 시스템은 동시에 연결을 편집하는 %1명의 편집자에게 도달했습니다. 이 문서는 보기 모드에서만 열 수 있습니다.
자세한 내용은 관리자에게 문의하십시오.", - "DE.ApplicationController.warnLicenseLimitedNoAccess": "라이센스가 만료되었습니다.
더 이상 파일을 수정할 수 있는 권한이 없습니다.
관리자에게 문의하세요.", - "DE.ApplicationController.warnLicenseLimitedRenewed": "라이센스를 갱신해야합니다.
문서 편집 기능에 대한 액세스가 제한되어 있습니다.
전체 액세스 권한을 얻으려면 관리자에게 문의하십시오", - "DE.ApplicationController.warnLicenseUsersExceeded": "편집자 사용자 한도인 %1명에 도달했습니다. 자세한 내용은 관리자에게 문의하십시오.", - "DE.ApplicationController.warnNoLicense": "이 버전의 %1 편집자는 문서 서버에 대한 동시 연결에 특정 제한 사항이 있습니다.
더 많은 정보가 필요하면 현재 라이센스를 업그레이드하거나 상업용 라이센스를 구입하십시오.", - "DE.ApplicationController.warnNoLicenseUsers": "ONLYOFFICE 편집자의이 버전은 동시 사용자에게 일정한 제한이 있습니다.
더 필요한 것이 있으면 현재 라이센스를 업그레이드하거나 상용 라이센스를 구입하십시오.", - "DE.ApplicationView.textClear": "모든 필드 지우기", - "DE.ApplicationView.textNext": "다음 필드", - "DE.ApplicationView.textSubmit": "전송", - "DE.ApplicationView.txtDownload": "다운로드 ", - "DE.ApplicationView.txtDownloadDocx": "docx 형식으로 다운로드", - "DE.ApplicationView.txtDownloadPdf": "PDF형식으로 다운로드", - "DE.ApplicationView.txtEmbed": "퍼가기", - "DE.ApplicationView.txtFileLocation": "파일 위치 열기", - "DE.ApplicationView.txtFullScreen": "전체 화면", - "DE.ApplicationView.txtPrint": "인쇄", - "DE.ApplicationView.txtShare": "공유", - "DE.ApplicationView.txtTheme": "인터페이스 테마" + "DE.Controllers.ApplicationController.convertationErrorText": "변환 실패 ", + "DE.Controllers.ApplicationController.convertationTimeoutText": "변환 시간을 초과했습니다.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "오류", + "DE.Controllers.ApplicationController.downloadErrorText": "다운로드 실패", + "DE.Controllers.ApplicationController.downloadTextText": "문서 다운로드 중...", + "DE.Controllers.ApplicationController.errorAccessDeny": "권한이없는 작업을 수행하려고합니다.
Document Server 관리자에게 문의하십시오.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "오류 코드 : % 1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": " 문서 작업 중에 알수 없는 장애가 발생했습니다.
\"다른 이름으로 다운로드...\"를 선택하여 파일을 현재 사용 중인 컴퓨터 하드 디스크에 저장하시기 바랍니다.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "이 문서는 암호로 보호되어 있어 열 수 없습니다.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "파일의 크기가 서버에서 정해진 범위를 초과 했습니다. 문서 서버 관리자에게 해당 내용에 대한 자세한 안내를 받아 보시기 바랍니다.", + "DE.Controllers.ApplicationController.errorForceSave": "파일을 저장하는 동안 오류가 발생했습니다. \"다른 이름으로 다운로드\" 옵션을 사용하여 파일을 컴퓨터의 하드 드라이브에 저장하거나 나중에 다시 시도하십시오.", + "DE.Controllers.ApplicationController.errorLoadingFont": "글꼴이 로드되지 않았습니다.
문서 관리 관리자에게 문의하십시오.", + "DE.Controllers.ApplicationController.errorServerVersion": "편집기 버전이 업데이트되었습니다. 페이지가 다시로드되어 변경 사항이 적용됩니다.", + "DE.Controllers.ApplicationController.errorSubmit": "전송실패", + "DE.Controllers.ApplicationController.errorUpdateVersion": "파일 버전이 변경되었습니다. 페이지가 다시로드됩니다.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "네트워크 연결이 복원되었으며 파일 버전이 변경되었습니다.
계속 작업하기 전에 데이터 손실을 방지하기 위해 파일을 다운로드하거나 내용을 복사한 다음 이 페이지를 새로 고쳐야 합니다.", + "DE.Controllers.ApplicationController.errorUserDrop": "파일에 지금 액세스 할 수 없습니다.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "경고", + "DE.Controllers.ApplicationController.scriptLoadError": "연결 속도가 느려, 일부 요소들이 로드되지 않았습니다. 페이지를 다시 새로 고침해주세요.", + "DE.Controllers.ApplicationController.textAnonymous": "익명", + "DE.Controllers.ApplicationController.textBuyNow": "웹 사이트 방문", + "DE.Controllers.ApplicationController.textCloseTip": "팁을 닫으려면 클릭합니다.", + "DE.Controllers.ApplicationController.textContactUs": "영업 담당자에게 문의", + "DE.Controllers.ApplicationController.textGotIt": "취득", + "DE.Controllers.ApplicationController.textGuest": "게스트", + "DE.Controllers.ApplicationController.textLoadingDocument": "문서 로드 중", + "DE.Controllers.ApplicationController.textNoLicenseTitle": "ONLYOFFICE 연결 제한", + "DE.Controllers.ApplicationController.textOf": "의", + "DE.Controllers.ApplicationController.textRequired": "양식을 보내려면 모든 필수 필드를 채우십시오.", + "DE.Controllers.ApplicationController.textSubmited": "양식이 성공적으로 전송되었습니다.
여기를 클릭하여 프롬프트를 닫으십시오", + "DE.Controllers.ApplicationController.titleServerVersion": "편집기가 업데이트되었습니다.", + "DE.Controllers.ApplicationController.titleUpdateVersion": "버전이 변경되었습니다.", + "DE.Controllers.ApplicationController.txtClose": "닫기", + "DE.Controllers.ApplicationController.txtEmpty": "(없음)", + "DE.Controllers.ApplicationController.txtPressLink": "CTRL 키를 누른 상태에서 링크 클릭", + "DE.Controllers.ApplicationController.unknownErrorText": "알 수 없는 오류.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "사용중인 브라우저가 지원되지 않습니다.", + "DE.Controllers.ApplicationController.waitText": "잠시만 기다려주세요...", + "DE.Controllers.ApplicationController.warnLicenseExceeded": "귀하의 시스템은 동시에 연결을 편집하는 %1명의 편집자에게 도달했습니다. 이 문서는 보기 모드에서만 열 수 있습니다.
자세한 내용은 관리자에게 문의하십시오.", + "DE.Controllers.ApplicationController.warnLicenseLimitedNoAccess": "라이센스가 만료되었습니다.
더 이상 파일을 수정할 수 있는 권한이 없습니다.
관리자에게 문의하세요.", + "DE.Controllers.ApplicationController.warnLicenseLimitedRenewed": "라이센스를 갱신해야합니다.
문서 편집 기능에 대한 액세스가 제한되어 있습니다.
전체 액세스 권한을 얻으려면 관리자에게 문의하십시오", + "DE.Controllers.ApplicationController.warnLicenseUsersExceeded": "편집자 사용자 한도인 %1명에 도달했습니다. 자세한 내용은 관리자에게 문의하십시오.", + "DE.Controllers.ApplicationController.warnNoLicense": "이 버전의 %1 편집자는 문서 서버에 대한 동시 연결에 특정 제한 사항이 있습니다.
더 많은 정보가 필요하면 현재 라이센스를 업그레이드하거나 상업용 라이센스를 구입하십시오.", + "DE.Controllers.ApplicationController.warnNoLicenseUsers": "ONLYOFFICE 편집자의이 버전은 동시 사용자에게 일정한 제한이 있습니다.
더 필요한 것이 있으면 현재 라이센스를 업그레이드하거나 상용 라이센스를 구입하십시오.", + "DE.Views.ApplicationView.textClear": "모든 필드 지우기", + "DE.Views.ApplicationView.textNext": "다음 필드", + "DE.Views.ApplicationView.textSubmit": "전송", + "DE.Views.ApplicationView.txtDownload": "다운로드 ", + "DE.Views.ApplicationView.txtDownloadDocx": "docx 형식으로 다운로드", + "DE.Views.ApplicationView.txtDownloadPdf": "PDF형식으로 다운로드", + "DE.Views.ApplicationView.txtEmbed": "퍼가기", + "DE.Views.ApplicationView.txtFileLocation": "파일 위치 열기", + "DE.Views.ApplicationView.txtFullScreen": "전체 화면", + "DE.Views.ApplicationView.txtPrint": "인쇄", + "DE.Views.ApplicationView.txtShare": "공유", + "DE.Views.ApplicationView.txtTheme": "인터페이스 테마" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/lo.json b/apps/documenteditor/forms/locale/lo.json index cf4dd0f71..913e037ca 100644 --- a/apps/documenteditor/forms/locale/lo.json +++ b/apps/documenteditor/forms/locale/lo.json @@ -4,34 +4,34 @@ "common.view.modals.txtHeight": "ລວງສູງ", "common.view.modals.txtShare": "ແບ່ງປັນລິ້ງ", "common.view.modals.txtWidth": "ລວງກວ້າງ", - "DE.ApplicationController.convertationErrorText": " ການປ່ຽນແປງບໍ່ສຳເລັດ.", - "DE.ApplicationController.convertationTimeoutText": "ໝົດເວລາການປ່ຽນແປງ.", - "DE.ApplicationController.criticalErrorTitle": "ຂໍ້ຜິດພາດ", - "DE.ApplicationController.downloadErrorText": "ດາວໂຫຼດບໍ່ສຳເລັດ.", - "DE.ApplicationController.downloadTextText": "ກຳລັງດາວໂຫຼດເອກະສານ", - "DE.ApplicationController.errorAccessDeny": "ທ່ານບໍ່ມີສິດຈະດຳເນີນການອັນນີ້.
ກະລຸນະຕິດຕໍ່ຜູ້ຄຸ້ມຄອງລົບຂອງທ່ານ", - "DE.ApplicationController.errorDefaultMessage": "ລະຫັດຂໍ້ຜິດພາດ: %1", - "DE.ApplicationController.errorEditingDownloadas": "ເກີດຂໍ້ຜິດພາດໃນລະຫວ່າງການເຮັດວຽກກັບເອກກະສານ.
ໃຊ້ຕົວເລືອກ 'ດາວໂຫລດເປັນ ... ' ເພື່ອບັນທຶກເອກະສານເກັບໄວ້ໃນຮາດໄດຄອມພິວເຕີຂອງທ່ານ.", - "DE.ApplicationController.errorFilePassProtect": "ມີລະຫັດປົກປ້ອງຟາຍນີ້ຈຶ່ງບໍ່ສາມາດເປີດໄດ້", - "DE.ApplicationController.errorFileSizeExceed": "ຂະໜາດຂອງຟາຍໃຫຍ່ກວ່າທີ່ກຳນົດໄວ້ໃນລະບົບ.
ກະລຸນະຕິດຕໍ່ຜູ້ຄຸ້ມຄອງລົບຂອງທ່ານ", - "DE.ApplicationController.errorSubmit": "ສົ່ງອອກຜິດພາດ", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "ການເຊື່ອຕໍ່ອິນເຕີເນັດຫາກໍ່ກັບມາ, ແລະຟາຍເອກະສານໄດ້ມີການປ່ຽນແປງແລ້ວ. ກ່ອນທີ່ທ່ານຈະດຳເນີການຕໍ່ໄປ, ທ່ານຕ້ອງໄດ້ດາວໂຫຼດຟາຍ ຫຼືສຳເນົາເນື້ອຫາ ເພື່ອປ້ອງການການສູນເສຍ, ແລະກໍ່ທຳການໂຫຼດໜ້າຄືນອີກຄັ້ງ.", - "DE.ApplicationController.errorUserDrop": "ບໍ່ສາມາດເຂົ້າເຖິງຟາຍໄດ້", - "DE.ApplicationController.notcriticalErrorTitle": "ເຕືອນ", - "DE.ApplicationController.scriptLoadError": "ການເຊື່ອມຕໍ່ອິນເຕີເນັດຊ້າເກີນໄປ, ບາງອົງປະກອບບໍ່ສາມາດໂຫຼດໄດ້. ກະລຸນາໂຫຼດໜ້ານີ້ຄືນໃໝ່", - "DE.ApplicationController.textLoadingDocument": "ກຳລັງໂຫຼດເອກະສານ", - "DE.ApplicationController.textOf": "ຂອງ", - "DE.ApplicationController.textSubmited": " ແບບຟອມທີ່ສົ່ງມາແລ້ວ", - "DE.ApplicationController.txtClose": " ປິດ", - "DE.ApplicationController.unknownErrorText": "ມີຂໍ້ຜິດພາດທີ່ບໍ່ຮູ້ສາເຫດ", - "DE.ApplicationController.unsupportedBrowserErrorText": "ບຣາວເຊີຂອງທ່ານບໍ່ສາມານຳໃຊ້ໄດ້", - "DE.ApplicationController.waitText": "ກະລຸນາລໍຖ້າ...", - "DE.ApplicationView.txtDownload": "ດາວໂຫຼດ", - "DE.ApplicationView.txtDownloadDocx": "ດາວໂຫລດເປັນເອກະສານ", - "DE.ApplicationView.txtDownloadPdf": "ດາວໂຫລດເປັນPDF", - "DE.ApplicationView.txtEmbed": "ຝັງໄວ້", - "DE.ApplicationView.txtFileLocation": "ເປີດບ່ອນຕຳແໜ່ງເອກະສານ", - "DE.ApplicationView.txtFullScreen": "ເຕັມຈໍ", - "DE.ApplicationView.txtPrint": "ພິມ", - "DE.ApplicationView.txtShare": "ແບ່ງປັນ" + "DE.Controllers.ApplicationController.convertationErrorText": " ການປ່ຽນແປງບໍ່ສຳເລັດ.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "ໝົດເວລາການປ່ຽນແປງ.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "ຂໍ້ຜິດພາດ", + "DE.Controllers.ApplicationController.downloadErrorText": "ດາວໂຫຼດບໍ່ສຳເລັດ.", + "DE.Controllers.ApplicationController.downloadTextText": "ກຳລັງດາວໂຫຼດເອກະສານ", + "DE.Controllers.ApplicationController.errorAccessDeny": "ທ່ານບໍ່ມີສິດຈະດຳເນີນການອັນນີ້.
ກະລຸນະຕິດຕໍ່ຜູ້ຄຸ້ມຄອງລົບຂອງທ່ານ", + "DE.Controllers.ApplicationController.errorDefaultMessage": "ລະຫັດຂໍ້ຜິດພາດ: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "ເກີດຂໍ້ຜິດພາດໃນລະຫວ່າງການເຮັດວຽກກັບເອກກະສານ.
ໃຊ້ຕົວເລືອກ 'ດາວໂຫລດເປັນ ... ' ເພື່ອບັນທຶກເອກະສານເກັບໄວ້ໃນຮາດໄດຄອມພິວເຕີຂອງທ່ານ.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "ມີລະຫັດປົກປ້ອງຟາຍນີ້ຈຶ່ງບໍ່ສາມາດເປີດໄດ້", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "ຂະໜາດຂອງຟາຍໃຫຍ່ກວ່າທີ່ກຳນົດໄວ້ໃນລະບົບ.
ກະລຸນະຕິດຕໍ່ຜູ້ຄຸ້ມຄອງລົບຂອງທ່ານ", + "DE.Controllers.ApplicationController.errorSubmit": "ສົ່ງອອກຜິດພາດ", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "ການເຊື່ອຕໍ່ອິນເຕີເນັດຫາກໍ່ກັບມາ, ແລະຟາຍເອກະສານໄດ້ມີການປ່ຽນແປງແລ້ວ. ກ່ອນທີ່ທ່ານຈະດຳເນີການຕໍ່ໄປ, ທ່ານຕ້ອງໄດ້ດາວໂຫຼດຟາຍ ຫຼືສຳເນົາເນື້ອຫາ ເພື່ອປ້ອງການການສູນເສຍ, ແລະກໍ່ທຳການໂຫຼດໜ້າຄືນອີກຄັ້ງ.", + "DE.Controllers.ApplicationController.errorUserDrop": "ບໍ່ສາມາດເຂົ້າເຖິງຟາຍໄດ້", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "ເຕືອນ", + "DE.Controllers.ApplicationController.scriptLoadError": "ການເຊື່ອມຕໍ່ອິນເຕີເນັດຊ້າເກີນໄປ, ບາງອົງປະກອບບໍ່ສາມາດໂຫຼດໄດ້. ກະລຸນາໂຫຼດໜ້ານີ້ຄືນໃໝ່", + "DE.Controllers.ApplicationController.textLoadingDocument": "ກຳລັງໂຫຼດເອກະສານ", + "DE.Controllers.ApplicationController.textOf": "ຂອງ", + "DE.Controllers.ApplicationController.textSubmited": " ແບບຟອມທີ່ສົ່ງມາແລ້ວ", + "DE.Controllers.ApplicationController.txtClose": " ປິດ", + "DE.Controllers.ApplicationController.unknownErrorText": "ມີຂໍ້ຜິດພາດທີ່ບໍ່ຮູ້ສາເຫດ", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "ບຣາວເຊີຂອງທ່ານບໍ່ສາມານຳໃຊ້ໄດ້", + "DE.Controllers.ApplicationController.waitText": "ກະລຸນາລໍຖ້າ...", + "DE.Views.ApplicationView.txtDownload": "ດາວໂຫຼດ", + "DE.Views.ApplicationView.txtDownloadDocx": "ດາວໂຫລດເປັນເອກະສານ", + "DE.Views.ApplicationView.txtDownloadPdf": "ດາວໂຫລດເປັນPDF", + "DE.Views.ApplicationView.txtEmbed": "ຝັງໄວ້", + "DE.Views.ApplicationView.txtFileLocation": "ເປີດບ່ອນຕຳແໜ່ງເອກະສານ", + "DE.Views.ApplicationView.txtFullScreen": "ເຕັມຈໍ", + "DE.Views.ApplicationView.txtPrint": "ພິມ", + "DE.Views.ApplicationView.txtShare": "ແບ່ງປັນ" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/lv.json b/apps/documenteditor/forms/locale/lv.json index eab88f7f9..00d1a1047 100644 --- a/apps/documenteditor/forms/locale/lv.json +++ b/apps/documenteditor/forms/locale/lv.json @@ -2,21 +2,21 @@ "common.view.modals.txtCopy": "Nokopēts starpliktuvē", "common.view.modals.txtHeight": "Augstums", "common.view.modals.txtWidth": "Platums", - "DE.ApplicationController.convertationErrorText": "Konversija neizdevās.", - "DE.ApplicationController.convertationTimeoutText": "Konversijas taimauts pārsniegts.", - "DE.ApplicationController.criticalErrorTitle": "Kļūda", - "DE.ApplicationController.downloadErrorText": "Lejuplāde neizdevās.", - "DE.ApplicationController.downloadTextText": "Lejuplādē dokumentu...", - "DE.ApplicationController.errorAccessDeny": "Jūs mēģināt veikt darbību, kuru nedrīkstat veikt.
Lūdzu, sazinieties ar savu dokumentu servera administratoru.", - "DE.ApplicationController.errorDefaultMessage": "Kļūdas kods: %1", - "DE.ApplicationController.errorFilePassProtect": "Fails ir aizsargāts ar paroli un to nevar atvērt.", - "DE.ApplicationController.errorUserDrop": "Failam šobrīd nevar piekļūt.", - "DE.ApplicationController.notcriticalErrorTitle": "Brīdinājums", - "DE.ApplicationController.textLoadingDocument": "Ielādē dokumentu", - "DE.ApplicationController.textOf": "no", - "DE.ApplicationController.txtClose": "Aizvērt", - "DE.ApplicationController.unknownErrorText": "Nezināma kļūda.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Jūsu pārlūkprogramma nav atbalstīta.", - "DE.ApplicationView.txtDownload": "Lejupielādēt", - "DE.ApplicationView.txtShare": "Dalīties" + "DE.Controllers.ApplicationController.convertationErrorText": "Konversija neizdevās.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Konversijas taimauts pārsniegts.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Kļūda", + "DE.Controllers.ApplicationController.downloadErrorText": "Lejuplāde neizdevās.", + "DE.Controllers.ApplicationController.downloadTextText": "Lejuplādē dokumentu...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Jūs mēģināt veikt darbību, kuru nedrīkstat veikt.
Lūdzu, sazinieties ar savu dokumentu servera administratoru.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Kļūdas kods: %1", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Fails ir aizsargāts ar paroli un to nevar atvērt.", + "DE.Controllers.ApplicationController.errorUserDrop": "Failam šobrīd nevar piekļūt.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Brīdinājums", + "DE.Controllers.ApplicationController.textLoadingDocument": "Ielādē dokumentu", + "DE.Controllers.ApplicationController.textOf": "no", + "DE.Controllers.ApplicationController.txtClose": "Aizvērt", + "DE.Controllers.ApplicationController.unknownErrorText": "Nezināma kļūda.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Jūsu pārlūkprogramma nav atbalstīta.", + "DE.Views.ApplicationView.txtDownload": "Lejupielādēt", + "DE.Views.ApplicationView.txtShare": "Dalīties" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/nb.json b/apps/documenteditor/forms/locale/nb.json index cffee6416..249f4f0d6 100644 --- a/apps/documenteditor/forms/locale/nb.json +++ b/apps/documenteditor/forms/locale/nb.json @@ -3,17 +3,17 @@ "common.view.modals.txtHeight": "Høyde", "common.view.modals.txtShare": "Del link", "common.view.modals.txtWidth": "Bredde", - "DE.ApplicationController.criticalErrorTitle": "Feil", - "DE.ApplicationController.downloadErrorText": "Nedlasting feilet.", - "DE.ApplicationController.errorDefaultMessage": "Feilkode: %1", - "DE.ApplicationController.notcriticalErrorTitle": "Advarsel", - "DE.ApplicationController.textLoadingDocument": "Laster dokument", - "DE.ApplicationController.textOf": "av", - "DE.ApplicationController.txtClose": "Lukk", - "DE.ApplicationController.unknownErrorText": "Ukjent feil.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Nettleseren din er ikke støttet.", - "DE.ApplicationController.waitText": "Vennligst vent...", - "DE.ApplicationView.txtDownload": "Last ned", - "DE.ApplicationView.txtFullScreen": "Fullskjerm", - "DE.ApplicationView.txtShare": "Del" + "DE.Controllers.ApplicationController.criticalErrorTitle": "Feil", + "DE.Controllers.ApplicationController.downloadErrorText": "Nedlasting feilet.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Feilkode: %1", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Advarsel", + "DE.Controllers.ApplicationController.textLoadingDocument": "Laster dokument", + "DE.Controllers.ApplicationController.textOf": "av", + "DE.Controllers.ApplicationController.txtClose": "Lukk", + "DE.Controllers.ApplicationController.unknownErrorText": "Ukjent feil.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Nettleseren din er ikke støttet.", + "DE.Controllers.ApplicationController.waitText": "Vennligst vent...", + "DE.Views.ApplicationView.txtDownload": "Last ned", + "DE.Views.ApplicationView.txtFullScreen": "Fullskjerm", + "DE.Views.ApplicationView.txtShare": "Del" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/nl.json b/apps/documenteditor/forms/locale/nl.json index 8e7c05861..d1032a7d1 100644 --- a/apps/documenteditor/forms/locale/nl.json +++ b/apps/documenteditor/forms/locale/nl.json @@ -4,38 +4,38 @@ "common.view.modals.txtHeight": "Hoogte", "common.view.modals.txtShare": "Link delen", "common.view.modals.txtWidth": "Breedte", - "DE.ApplicationController.convertationErrorText": "Conversie is mislukt", - "DE.ApplicationController.convertationTimeoutText": "Time-out voor conversie overschreden.", - "DE.ApplicationController.criticalErrorTitle": "Fout", - "DE.ApplicationController.downloadErrorText": "Download mislukt.", - "DE.ApplicationController.downloadTextText": "Document wordt gedownload...", - "DE.ApplicationController.errorAccessDeny": "U probeert een actie uit te voeren waarvoor u geen rechten hebt.
Neem contact op met de beheerder van de documentserver.", - "DE.ApplicationController.errorDefaultMessage": "Foutcode: %1", - "DE.ApplicationController.errorEditingDownloadas": "Er is een fout ontstaan tijdens het werken met het document.
Gebruik de 'Opslaan als...' optie om het bestand als back-upkopie op te slaan op uw computer.", - "DE.ApplicationController.errorFilePassProtect": "Het bestand is beschermd met een wachtwoord en kan niet worden geopend.", - "DE.ApplicationController.errorFileSizeExceed": "De bestandsgrootte overschrijdt de limiet die is ingesteld voor uw server.
Neem contact op met uw Document Server-beheerder voor details.", - "DE.ApplicationController.errorSubmit": "Verzenden mislukt. ", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "De internetverbinding is hersteld en de bestandsversie is gewijzigd.
Voordat u verder kunt werken, moet u het bestand downloaden of de inhoud kopiëren om er zeker van te zijn dat er niets verloren gaat, en deze pagina vervolgens opnieuw laden.", - "DE.ApplicationController.errorUserDrop": "Toegang tot het bestand is op dit moment niet mogelijk.", - "DE.ApplicationController.notcriticalErrorTitle": "Waarschuwing", - "DE.ApplicationController.scriptLoadError": "De verbinding is te langzaam, sommige componenten konden niet geladen worden. Laad de pagina opnieuw.", - "DE.ApplicationController.textAnonymous": "Anoniem", - "DE.ApplicationController.textGotIt": "OK", - "DE.ApplicationController.textGuest": "Gast", - "DE.ApplicationController.textLoadingDocument": "Document wordt geladen", - "DE.ApplicationController.textOf": "van", - "DE.ApplicationController.textRequired": "Vul alle verplichte velden in om het formulier te verzenden.", - "DE.ApplicationController.textSubmited": "Formulier succesvol ingediend
Klik om de tip te sluiten", - "DE.ApplicationController.txtClose": "Sluiten", - "DE.ApplicationController.unknownErrorText": "Onbekende fout.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Uw browser wordt niet ondersteund.", - "DE.ApplicationController.waitText": "Een moment geduld", - "DE.ApplicationView.txtDownload": "Downloaden", - "DE.ApplicationView.txtDownloadDocx": "Downloaden als docx", - "DE.ApplicationView.txtDownloadPdf": "Downloaden als PDF", - "DE.ApplicationView.txtEmbed": "Invoegen", - "DE.ApplicationView.txtFileLocation": "Open bestandslocatie", - "DE.ApplicationView.txtFullScreen": "Volledig scherm", - "DE.ApplicationView.txtPrint": "Afdrukken", - "DE.ApplicationView.txtShare": "Delen" + "DE.Controllers.ApplicationController.convertationErrorText": "Conversie is mislukt", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Time-out voor conversie overschreden.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Fout", + "DE.Controllers.ApplicationController.downloadErrorText": "Download mislukt.", + "DE.Controllers.ApplicationController.downloadTextText": "Document wordt gedownload...", + "DE.Controllers.ApplicationController.errorAccessDeny": "U probeert een actie uit te voeren waarvoor u geen rechten hebt.
Neem contact op met de beheerder van de documentserver.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Foutcode: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "Er is een fout ontstaan tijdens het werken met het document.
Gebruik de 'Opslaan als...' optie om het bestand als back-upkopie op te slaan op uw computer.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Het bestand is beschermd met een wachtwoord en kan niet worden geopend.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "De bestandsgrootte overschrijdt de limiet die is ingesteld voor uw server.
Neem contact op met uw Document Server-beheerder voor details.", + "DE.Controllers.ApplicationController.errorSubmit": "Verzenden mislukt. ", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "De internetverbinding is hersteld en de bestandsversie is gewijzigd.
Voordat u verder kunt werken, moet u het bestand downloaden of de inhoud kopiëren om er zeker van te zijn dat er niets verloren gaat, en deze pagina vervolgens opnieuw laden.", + "DE.Controllers.ApplicationController.errorUserDrop": "Toegang tot het bestand is op dit moment niet mogelijk.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Waarschuwing", + "DE.Controllers.ApplicationController.scriptLoadError": "De verbinding is te langzaam, sommige componenten konden niet geladen worden. Laad de pagina opnieuw.", + "DE.Controllers.ApplicationController.textAnonymous": "Anoniem", + "DE.Controllers.ApplicationController.textGotIt": "OK", + "DE.Controllers.ApplicationController.textGuest": "Gast", + "DE.Controllers.ApplicationController.textLoadingDocument": "Document wordt geladen", + "DE.Controllers.ApplicationController.textOf": "van", + "DE.Controllers.ApplicationController.textRequired": "Vul alle verplichte velden in om het formulier te verzenden.", + "DE.Controllers.ApplicationController.textSubmited": "Formulier succesvol ingediend
Klik om de tip te sluiten", + "DE.Controllers.ApplicationController.txtClose": "Sluiten", + "DE.Controllers.ApplicationController.unknownErrorText": "Onbekende fout.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Uw browser wordt niet ondersteund.", + "DE.Controllers.ApplicationController.waitText": "Een moment geduld", + "DE.Views.ApplicationView.txtDownload": "Downloaden", + "DE.Views.ApplicationView.txtDownloadDocx": "Downloaden als docx", + "DE.Views.ApplicationView.txtDownloadPdf": "Downloaden als PDF", + "DE.Views.ApplicationView.txtEmbed": "Invoegen", + "DE.Views.ApplicationView.txtFileLocation": "Open bestandslocatie", + "DE.Views.ApplicationView.txtFullScreen": "Volledig scherm", + "DE.Views.ApplicationView.txtPrint": "Afdrukken", + "DE.Views.ApplicationView.txtShare": "Delen" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/pl.json b/apps/documenteditor/forms/locale/pl.json index 2d0d2a800..757d618de 100644 --- a/apps/documenteditor/forms/locale/pl.json +++ b/apps/documenteditor/forms/locale/pl.json @@ -4,41 +4,41 @@ "common.view.modals.txtHeight": "Wysokość", "common.view.modals.txtShare": "Udostępnij link", "common.view.modals.txtWidth": "Szerokość", - "DE.ApplicationController.convertationErrorText": "Konwertowanie nieudane.", - "DE.ApplicationController.convertationTimeoutText": "Przekroczono limit czasu konwersji.", - "DE.ApplicationController.criticalErrorTitle": "Błąd", - "DE.ApplicationController.downloadErrorText": "Pobieranie nieudane.", - "DE.ApplicationController.downloadTextText": "Pobieranie dokumentu...", - "DE.ApplicationController.errorAccessDeny": "Próbujesz wykonać działanie, do którego nie masz uprawnień.
Proszę skontaktować się ze swoim administratorem Serwera Dokumentów.", - "DE.ApplicationController.errorDefaultMessage": "Kod błędu: %1", - "DE.ApplicationController.errorEditingDownloadas": "Wystąpił błąd podczas pracy z dokumentem.
Użyj opcji \"Pobierz jako...\", aby zapisać kopię zapasową pliku na dysku twardym komputera.", - "DE.ApplicationController.errorFilePassProtect": "Dokument jest chroniony hasłem i nie może zostać otwarty.", - "DE.ApplicationController.errorFileSizeExceed": "Rozmiar pliku przekracza dopuszczone limit ustawiony dla twojego serwera.
Prosimy o kontakt z administratorem twojego serwera w celu uzyskania szczegółowych informacji.", - "DE.ApplicationController.errorForceSave": "Wystąpił błąd podczas zapisywania pliku. Użyj opcji \"Pobierz jako\", aby zapisać plik na dysku twardym komputera lub spróbuj poźniej zapisać plik ponownie.", - "DE.ApplicationController.errorLoadingFont": "Czcionki nie zostały załadowane.
Skontaktuj się z administratorem Serwera Dokumentów.", - "DE.ApplicationController.errorSubmit": "Przesyłanie nie powiodło się.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Połączenie z internetem zostało odzyskane, a wersja pliku uległa zmianie.
Zanim będziesz mógł kontynuować pracę, musisz pobrać plik albo skopiować jego zawartość, aby mieć pewność, że nic nie zostało utracone, a następnie odświeżyć stronę.", - "DE.ApplicationController.errorUserDrop": "Nie można uzyskać dostępu do tego pliku.", - "DE.ApplicationController.notcriticalErrorTitle": "Ostrzeżenie", - "DE.ApplicationController.scriptLoadError": "Połączenie jest zbyt wolne, niektóre komponenty mogą być niezaładowane. Proszę odświeżyć stronę.", - "DE.ApplicationController.textAnonymous": "Anonimowy użytkownik ", - "DE.ApplicationController.textGuest": "Gość", - "DE.ApplicationController.textLoadingDocument": "Wgrywanie dokumentu", - "DE.ApplicationController.textOf": "z", - "DE.ApplicationController.textRequired": "Wypełnij wszystkie wymagane pola, aby wysłać formularz.", - "DE.ApplicationController.textSubmited": "
Formularz załączony poprawnie

Kliknij aby zamknąć podpowiedź.", - "DE.ApplicationController.txtClose": "Zamknij", - "DE.ApplicationController.txtEmpty": "(Pusty)", - "DE.ApplicationController.txtPressLink": "Naciśnij Ctrl i kliknij w link", - "DE.ApplicationController.unknownErrorText": "Nieznany błąd.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Twoja przeglądarka nie jest wspierana.", - "DE.ApplicationController.waitText": "Proszę czekać...", - "DE.ApplicationView.txtDownload": "Pobierz", - "DE.ApplicationView.txtDownloadDocx": "Pobierz jako docx", - "DE.ApplicationView.txtDownloadPdf": "Pobierz jako pdf", - "DE.ApplicationView.txtEmbed": "Osadź", - "DE.ApplicationView.txtFileLocation": "Otwórz miejsce lokalizacji pliku", - "DE.ApplicationView.txtFullScreen": "Pełny ekran", - "DE.ApplicationView.txtPrint": "Drukuj", - "DE.ApplicationView.txtShare": "Udostępnij" + "DE.Controllers.ApplicationController.convertationErrorText": "Konwertowanie nieudane.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Przekroczono limit czasu konwersji.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Błąd", + "DE.Controllers.ApplicationController.downloadErrorText": "Pobieranie nieudane.", + "DE.Controllers.ApplicationController.downloadTextText": "Pobieranie dokumentu...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Próbujesz wykonać działanie, do którego nie masz uprawnień.
Proszę skontaktować się ze swoim administratorem Serwera Dokumentów.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Kod błędu: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "Wystąpił błąd podczas pracy z dokumentem.
Użyj opcji \"Pobierz jako...\", aby zapisać kopię zapasową pliku na dysku twardym komputera.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Dokument jest chroniony hasłem i nie może zostać otwarty.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "Rozmiar pliku przekracza dopuszczone limit ustawiony dla twojego serwera.
Prosimy o kontakt z administratorem twojego serwera w celu uzyskania szczegółowych informacji.", + "DE.Controllers.ApplicationController.errorForceSave": "Wystąpił błąd podczas zapisywania pliku. Użyj opcji \"Pobierz jako\", aby zapisać plik na dysku twardym komputera lub spróbuj poźniej zapisać plik ponownie.", + "DE.Controllers.ApplicationController.errorLoadingFont": "Czcionki nie zostały załadowane.
Skontaktuj się z administratorem Serwera Dokumentów.", + "DE.Controllers.ApplicationController.errorSubmit": "Przesyłanie nie powiodło się.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Połączenie z internetem zostało odzyskane, a wersja pliku uległa zmianie.
Zanim będziesz mógł kontynuować pracę, musisz pobrać plik albo skopiować jego zawartość, aby mieć pewność, że nic nie zostało utracone, a następnie odświeżyć stronę.", + "DE.Controllers.ApplicationController.errorUserDrop": "Nie można uzyskać dostępu do tego pliku.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Ostrzeżenie", + "DE.Controllers.ApplicationController.scriptLoadError": "Połączenie jest zbyt wolne, niektóre komponenty mogą być niezaładowane. Proszę odświeżyć stronę.", + "DE.Controllers.ApplicationController.textAnonymous": "Anonimowy użytkownik ", + "DE.Controllers.ApplicationController.textGuest": "Gość", + "DE.Controllers.ApplicationController.textLoadingDocument": "Wgrywanie dokumentu", + "DE.Controllers.ApplicationController.textOf": "z", + "DE.Controllers.ApplicationController.textRequired": "Wypełnij wszystkie wymagane pola, aby wysłać formularz.", + "DE.Controllers.ApplicationController.textSubmited": "
Formularz załączony poprawnie

Kliknij aby zamknąć podpowiedź.", + "DE.Controllers.ApplicationController.txtClose": "Zamknij", + "DE.Controllers.ApplicationController.txtEmpty": "(Pusty)", + "DE.Controllers.ApplicationController.txtPressLink": "Naciśnij Ctrl i kliknij w link", + "DE.Controllers.ApplicationController.unknownErrorText": "Nieznany błąd.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Twoja przeglądarka nie jest wspierana.", + "DE.Controllers.ApplicationController.waitText": "Proszę czekać...", + "DE.Views.ApplicationView.txtDownload": "Pobierz", + "DE.Views.ApplicationView.txtDownloadDocx": "Pobierz jako docx", + "DE.Views.ApplicationView.txtDownloadPdf": "Pobierz jako pdf", + "DE.Views.ApplicationView.txtEmbed": "Osadź", + "DE.Views.ApplicationView.txtFileLocation": "Otwórz miejsce lokalizacji pliku", + "DE.Views.ApplicationView.txtFullScreen": "Pełny ekran", + "DE.Views.ApplicationView.txtPrint": "Drukuj", + "DE.Views.ApplicationView.txtShare": "Udostępnij" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/pt.json b/apps/documenteditor/forms/locale/pt.json index 61cd3d56c..1f9c5fccc 100644 --- a/apps/documenteditor/forms/locale/pt.json +++ b/apps/documenteditor/forms/locale/pt.json @@ -4,60 +4,60 @@ "common.view.modals.txtHeight": "Altura", "common.view.modals.txtShare": "Compartilhar link", "common.view.modals.txtWidth": "Largura", - "DE.ApplicationController.convertationErrorText": "Conversão falhou.", - "DE.ApplicationController.convertationTimeoutText": "Tempo limite de conversão excedido.", - "DE.ApplicationController.criticalErrorTitle": "Erro", - "DE.ApplicationController.downloadErrorText": "Download falhou.", - "DE.ApplicationController.downloadTextText": "Baixando documento...", - "DE.ApplicationController.errorAccessDeny": "Você está tentando executar uma ação que você não tem direitos.
Contate o administrador do Servidor de Documentos.", - "DE.ApplicationController.errorDefaultMessage": "Código do erro: %1", - "DE.ApplicationController.errorEditingDownloadas": "Ocorreu um erro.
Use a opção 'Transferir como...' para gravar a cópia de backup em seu computador.", - "DE.ApplicationController.errorFilePassProtect": "O documento é protegido por senha e não pode ser aberto.", - "DE.ApplicationController.errorFileSizeExceed": "O tamanho do arquivo excede o limite de seu servidor.
Por favor, contate seu administrador de Servidor de Documentos para detalhes.", - "DE.ApplicationController.errorForceSave": "Ocorreu um erro na gravação. Favor utilizar a opção 'Baixar como' para gravar o arquivo em seu computador ou tente novamente mais tarde.", - "DE.ApplicationController.errorLoadingFont": "As fontes não foram carregadas.
Entre em contato com o administrador do Document Server.", - "DE.ApplicationController.errorServerVersion": "A versão do editor foi atualizada. A página será recarregada para aplicar as alterações.", - "DE.ApplicationController.errorSubmit": "Falha no envio.", - "DE.ApplicationController.errorUpdateVersion": "A versão do arquivo foi alterada. A página será recarregada.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "A conexão à internet foi restabelecida, e a versão do arquivo foi alterada.
Antes de continuar seu trabalho, transfira o arquivo ou copie seu conteúdo para assegurar que nada seja perdido, e então, recarregue esta página.", - "DE.ApplicationController.errorUserDrop": "O arquivo não pode ser acessado agora.", - "DE.ApplicationController.notcriticalErrorTitle": "Aviso", - "DE.ApplicationController.scriptLoadError": "A conexão está muito lenta, e alguns dos componentes não puderam ser carregados. Por favor, recarregue a página.", - "DE.ApplicationController.textAnonymous": "Anônimo", - "DE.ApplicationController.textBuyNow": "Visitar website", - "DE.ApplicationController.textCloseTip": "Clique para fechar a dica.", - "DE.ApplicationController.textContactUs": "Entre em contato com o departamento de vendas", - "DE.ApplicationController.textGotIt": "Entendi", - "DE.ApplicationController.textGuest": "Convidado", - "DE.ApplicationController.textLoadingDocument": "Carregando documento", - "DE.ApplicationController.textNoLicenseTitle": "Limite de licença atingido", - "DE.ApplicationController.textOf": "de", - "DE.ApplicationController.textRequired": "Preencha todos os campos obrigatórios para enviar o formulário.", - "DE.ApplicationController.textSubmited": "Formulário apresentado com sucesso>br>Click para fechar a ponta", - "DE.ApplicationController.titleServerVersion": "Editor atualizado", - "DE.ApplicationController.titleUpdateVersion": "Versão alterada", - "DE.ApplicationController.txtClose": "Encerrar", - "DE.ApplicationController.txtEmpty": "(Vazio)", - "DE.ApplicationController.txtPressLink": "Pressione CTRL e clique no link", - "DE.ApplicationController.unknownErrorText": "Erro desconhecido.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Seu navegador não é suportado.", - "DE.ApplicationController.waitText": "Por favor, aguarde...", - "DE.ApplicationController.warnLicenseExceeded": "Você atingiu o limite de conexões simultâneas para editores %1. Este documento será aberto apenas para visualização.
Entre em contato com seu administrador para saber mais.", - "DE.ApplicationController.warnLicenseLimitedNoAccess": "A licença expirou.
Você não tem acesso à funcionalidade de edição de documentos.
Por favor, contate seu administrador.", - "DE.ApplicationController.warnLicenseLimitedRenewed": "A licença precisa ser renovada.
Você tem acesso limitado à funcionalidade de edição de documentos.
Entre em contato com o administrador para obter acesso total.", - "DE.ApplicationController.warnLicenseUsersExceeded": "Você atingiu o limite de usuários para editores %1. Entre em contato com seu administrador para saber mais.", - "DE.ApplicationController.warnNoLicense": "Você atingiu o limite de conexões simultâneas para editores %1. Este documento será aberto apenas para visualização.
Entre em contato com a equipe de vendas da %1 para obter os termos de atualização pessoais.", - "DE.ApplicationController.warnNoLicenseUsers": "Você atingiu o limite de usuários para editores %1.
Entre em contato com a equipe de vendas da %1 para obter os termos de atualização pessoais.", - "DE.ApplicationView.textClear": "Limpar todos os campos", - "DE.ApplicationView.textNext": "Próximo campo", - "DE.ApplicationView.textSubmit": "Enviar", - "DE.ApplicationView.txtDownload": "Baixar", - "DE.ApplicationView.txtDownloadDocx": "Baixar como docx", - "DE.ApplicationView.txtDownloadPdf": "Baixar como pdf", - "DE.ApplicationView.txtEmbed": "Incorporar", - "DE.ApplicationView.txtFileLocation": "Local do arquivo aberto", - "DE.ApplicationView.txtFullScreen": "Tela cheia", - "DE.ApplicationView.txtPrint": "Imprimir", - "DE.ApplicationView.txtShare": "Compartilhar", - "DE.ApplicationView.txtTheme": "Tema de interface" + "DE.Controllers.ApplicationController.convertationErrorText": "Conversão falhou.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Tempo limite de conversão excedido.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Erro", + "DE.Controllers.ApplicationController.downloadErrorText": "Download falhou.", + "DE.Controllers.ApplicationController.downloadTextText": "Baixando documento...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Você está tentando executar uma ação que você não tem direitos.
Contate o administrador do Servidor de Documentos.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Código do erro: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "Ocorreu um erro.
Use a opção 'Transferir como...' para gravar a cópia de backup em seu computador.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "O documento é protegido por senha e não pode ser aberto.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "O tamanho do arquivo excede o limite de seu servidor.
Por favor, contate seu administrador de Servidor de Documentos para detalhes.", + "DE.Controllers.ApplicationController.errorForceSave": "Ocorreu um erro na gravação. Favor utilizar a opção 'Baixar como' para gravar o arquivo em seu computador ou tente novamente mais tarde.", + "DE.Controllers.ApplicationController.errorLoadingFont": "As fontes não foram carregadas.
Entre em contato com o administrador do Document Server.", + "DE.Controllers.ApplicationController.errorServerVersion": "A versão do editor foi atualizada. A página será recarregada para aplicar as alterações.", + "DE.Controllers.ApplicationController.errorSubmit": "Falha no envio.", + "DE.Controllers.ApplicationController.errorUpdateVersion": "A versão do arquivo foi alterada. A página será recarregada.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "A conexão à internet foi restabelecida, e a versão do arquivo foi alterada.
Antes de continuar seu trabalho, transfira o arquivo ou copie seu conteúdo para assegurar que nada seja perdido, e então, recarregue esta página.", + "DE.Controllers.ApplicationController.errorUserDrop": "O arquivo não pode ser acessado agora.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Aviso", + "DE.Controllers.ApplicationController.scriptLoadError": "A conexão está muito lenta, e alguns dos componentes não puderam ser carregados. Por favor, recarregue a página.", + "DE.Controllers.ApplicationController.textAnonymous": "Anônimo", + "DE.Controllers.ApplicationController.textBuyNow": "Visitar website", + "DE.Controllers.ApplicationController.textCloseTip": "Clique para fechar a dica.", + "DE.Controllers.ApplicationController.textContactUs": "Entre em contato com o departamento de vendas", + "DE.Controllers.ApplicationController.textGotIt": "Entendi", + "DE.Controllers.ApplicationController.textGuest": "Convidado", + "DE.Controllers.ApplicationController.textLoadingDocument": "Carregando documento", + "DE.Controllers.ApplicationController.textNoLicenseTitle": "Limite de licença atingido", + "DE.Controllers.ApplicationController.textOf": "de", + "DE.Controllers.ApplicationController.textRequired": "Preencha todos os campos obrigatórios para enviar o formulário.", + "DE.Controllers.ApplicationController.textSubmited": "Formulário apresentado com sucesso>br>Click para fechar a ponta", + "DE.Controllers.ApplicationController.titleServerVersion": "Editor atualizado", + "DE.Controllers.ApplicationController.titleUpdateVersion": "Versão alterada", + "DE.Controllers.ApplicationController.txtClose": "Encerrar", + "DE.Controllers.ApplicationController.txtEmpty": "(Vazio)", + "DE.Controllers.ApplicationController.txtPressLink": "Pressione CTRL e clique no link", + "DE.Controllers.ApplicationController.unknownErrorText": "Erro desconhecido.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Seu navegador não é suportado.", + "DE.Controllers.ApplicationController.waitText": "Por favor, aguarde...", + "DE.Controllers.ApplicationController.warnLicenseExceeded": "Você atingiu o limite de conexões simultâneas para editores %1. Este documento será aberto apenas para visualização.
Entre em contato com seu administrador para saber mais.", + "DE.Controllers.ApplicationController.warnLicenseLimitedNoAccess": "A licença expirou.
Você não tem acesso à funcionalidade de edição de documentos.
Por favor, contate seu administrador.", + "DE.Controllers.ApplicationController.warnLicenseLimitedRenewed": "A licença precisa ser renovada.
Você tem acesso limitado à funcionalidade de edição de documentos.
Entre em contato com o administrador para obter acesso total.", + "DE.Controllers.ApplicationController.warnLicenseUsersExceeded": "Você atingiu o limite de usuários para editores %1. Entre em contato com seu administrador para saber mais.", + "DE.Controllers.ApplicationController.warnNoLicense": "Você atingiu o limite de conexões simultâneas para editores %1. Este documento será aberto apenas para visualização.
Entre em contato com a equipe de vendas da %1 para obter os termos de atualização pessoais.", + "DE.Controllers.ApplicationController.warnNoLicenseUsers": "Você atingiu o limite de usuários para editores %1.
Entre em contato com a equipe de vendas da %1 para obter os termos de atualização pessoais.", + "DE.Views.ApplicationView.textClear": "Limpar todos os campos", + "DE.Views.ApplicationView.textNext": "Próximo campo", + "DE.Views.ApplicationView.textSubmit": "Enviar", + "DE.Views.ApplicationView.txtDownload": "Baixar", + "DE.Views.ApplicationView.txtDownloadDocx": "Baixar como docx", + "DE.Views.ApplicationView.txtDownloadPdf": "Baixar como pdf", + "DE.Views.ApplicationView.txtEmbed": "Incorporar", + "DE.Views.ApplicationView.txtFileLocation": "Local do arquivo aberto", + "DE.Views.ApplicationView.txtFullScreen": "Tela cheia", + "DE.Views.ApplicationView.txtPrint": "Imprimir", + "DE.Views.ApplicationView.txtShare": "Compartilhar", + "DE.Views.ApplicationView.txtTheme": "Tema de interface" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/ro.json b/apps/documenteditor/forms/locale/ro.json index 026f15cd9..47cf5f246 100644 --- a/apps/documenteditor/forms/locale/ro.json +++ b/apps/documenteditor/forms/locale/ro.json @@ -4,60 +4,60 @@ "common.view.modals.txtHeight": "Înălțime", "common.view.modals.txtShare": "Partajare link", "common.view.modals.txtWidth": "Lățime", - "DE.ApplicationController.convertationErrorText": "Conversia nu a reușit.", - "DE.ApplicationController.convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.", - "DE.ApplicationController.criticalErrorTitle": "Eroare", - "DE.ApplicationController.downloadErrorText": "Descărcare eșuată.", - "DE.ApplicationController.downloadTextText": "Descărcarea documentului...", - "DE.ApplicationController.errorAccessDeny": "Nu aveți dreptul să efectuați acțiunea pe care doriți.
Contactați administratorul dumneavoastră de Server Documente.", - "DE.ApplicationController.errorDefaultMessage": "Codul de eroare: %1", - "DE.ApplicationController.errorEditingDownloadas": "S-a produs o eroare în timpul editării documentului.
Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca...", - "DE.ApplicationController.errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.", - "DE.ApplicationController.errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.
Pentru detalii, contactați administratorul dumneavoastră de Server Documente.", - "DE.ApplicationController.errorForceSave": "S-a produs o eroare în timpul salvării fișierului. Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca... sau încercați din nou mai târziu.", - "DE.ApplicationController.errorLoadingFont": "Fonturile nu sunt încărcate.
Contactați administratorul dvs de Server Documente.", - "DE.ApplicationController.errorServerVersion": "Editorul a fost actualizat. Pagina va fi reîmprospătată pentru a aplica această actualizare.", - "DE.ApplicationController.errorSubmit": "Remiterea eșuată.", - "DE.ApplicationController.errorUpdateVersion": "Versiunea fișierului s-a modificat. Pagina va fi reîmprospătată.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Conexiunea la Internet s-a restabilit și versiunea fișierului s-a schimbat.
Înainte de a continua, fișierul trebuie descărcat sau conținutul fișierului copiat ca să vă asigurați că nimic nu e pierdut, apoi reîmprospătați această pagină.", - "DE.ApplicationController.errorUserDrop": "Fișierul nu poate fi accesat deocamdată.", - "DE.ApplicationController.notcriticalErrorTitle": "Avertisment", - "DE.ApplicationController.scriptLoadError": "Conexeunea e prea lentă și unele elemente nu se încarcă. Încercați să reîmprospătati pagina.", - "DE.ApplicationController.textAnonymous": "Anonim", - "DE.ApplicationController.textBuyNow": "Vizitarea site-ul Web", - "DE.ApplicationController.textCloseTip": "Faceţi clic pentru a închide sfatul.", - "DE.ApplicationController.textContactUs": "Contactați Departamentul de Vânzări", - "DE.ApplicationController.textGotIt": "Am înțeles", - "DE.ApplicationController.textGuest": "Invitat", - "DE.ApplicationController.textLoadingDocument": "Încărcare document", - "DE.ApplicationController.textNoLicenseTitle": "Ați atins limita stabilită de licență", - "DE.ApplicationController.textOf": "din", - "DE.ApplicationController.textRequired": "Toate câmpurile din formular trebuie completate înainte de a-l trimite.", - "DE.ApplicationController.textSubmited": "Formularul a fost remis cu succes
Faceţi clic pentru a închide sfatul", - "DE.ApplicationController.titleServerVersion": "Editorul a fost actualizat", - "DE.ApplicationController.titleUpdateVersion": "Versiunea s-a modificat", - "DE.ApplicationController.txtClose": "Închidere", - "DE.ApplicationController.txtEmpty": "(Gol)", - "DE.ApplicationController.txtPressLink": "Apăsați Ctrl și faceți clic pe linkul", - "DE.ApplicationController.unknownErrorText": "Eroare necunoscută.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Browserul nu este compatibil.", - "DE.ApplicationController.waitText": "Vă rugăm să așteptați...", - "DE.ApplicationController.warnLicenseExceeded": "Ați atins numărul maxim de conexiuni simultane la %1 de editoare. Documentul este disponibil numai pentru vizualizare.
Pentru detalii, contactați administratorul dvs.", - "DE.ApplicationController.warnLicenseLimitedNoAccess": "Licența dvs. a expirat.
Nu aveți acces la funcții de editare a documentului.
Contactați administratorul dvs. de rețeea.", - "DE.ApplicationController.warnLicenseLimitedRenewed": "Licență urmează să fie reînnoită.
Funcțiile de editare sunt cu acces limitat.
Pentru a obține acces nelimitat, contactați administratorul dvs. de rețea.", - "DE.ApplicationController.warnLicenseUsersExceeded": "Ați atins numărul maxim de utilizatori ai %1 editoare. Pentru detalii, contactați administratorul dvs.", - "DE.ApplicationController.warnNoLicense": "Ați atins numărul maxim de conexiuni simultane la %1 de editoare. Documentul este disponibil numai pentru vizualizare.
Contactați %1 Departamentul de Vânzări pentru acordarea condițiilor personale de licențiere.", - "DE.ApplicationController.warnNoLicenseUsers": "Ați atins numărul maxim de utilizatori ai %1 editoare. Contactați Grup Vânzări %1 pentru acordarea condițiilor personale de licențiere.", - "DE.ApplicationView.textClear": "Goleşte toate câmpurile", - "DE.ApplicationView.textNext": "Câmpul următor", - "DE.ApplicationView.textSubmit": "Remitere", - "DE.ApplicationView.txtDownload": "Descărcare", - "DE.ApplicationView.txtDownloadDocx": "Descărcare ca docx", - "DE.ApplicationView.txtDownloadPdf": "Descărcare ca pdf", - "DE.ApplicationView.txtEmbed": "Încorporare", - "DE.ApplicationView.txtFileLocation": "Deschidere locația fișierului", - "DE.ApplicationView.txtFullScreen": "Ecran complet", - "DE.ApplicationView.txtPrint": "Imprimare", - "DE.ApplicationView.txtShare": "Partajează", - "DE.ApplicationView.txtTheme": "Tema interfeței" + "DE.Controllers.ApplicationController.convertationErrorText": "Conversia nu a reușit.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Eroare", + "DE.Controllers.ApplicationController.downloadErrorText": "Descărcare eșuată.", + "DE.Controllers.ApplicationController.downloadTextText": "Descărcarea documentului...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Nu aveți dreptul să efectuați acțiunea pe care doriți.
Contactați administratorul dumneavoastră de Server Documente.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Codul de eroare: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "S-a produs o eroare în timpul editării documentului.
Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca...", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Fișierul este protejat cu parolă și deaceea nu poate fi deschis.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "Dimensiunea fișierului depășește limita permisă de serverul Dvs.
Pentru detalii, contactați administratorul dumneavoastră de Server Documente.", + "DE.Controllers.ApplicationController.errorForceSave": "S-a produs o eroare în timpul salvării fișierului. Pentru copierea de rezervă pe PC utilizați opțiunea Descărcare ca... sau încercați din nou mai târziu.", + "DE.Controllers.ApplicationController.errorLoadingFont": "Fonturile nu sunt încărcate.
Contactați administratorul dvs de Server Documente.", + "DE.Controllers.ApplicationController.errorServerVersion": "Editorul a fost actualizat. Pagina va fi reîmprospătată pentru a aplica această actualizare.", + "DE.Controllers.ApplicationController.errorSubmit": "Remiterea eșuată.", + "DE.Controllers.ApplicationController.errorUpdateVersion": "Versiunea fișierului s-a modificat. Pagina va fi reîmprospătată.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Conexiunea la Internet s-a restabilit și versiunea fișierului s-a schimbat.
Înainte de a continua, fișierul trebuie descărcat sau conținutul fișierului copiat ca să vă asigurați că nimic nu e pierdut, apoi reîmprospătați această pagină.", + "DE.Controllers.ApplicationController.errorUserDrop": "Fișierul nu poate fi accesat deocamdată.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Avertisment", + "DE.Controllers.ApplicationController.scriptLoadError": "Conexeunea e prea lentă și unele elemente nu se încarcă. Încercați să reîmprospătati pagina.", + "DE.Controllers.ApplicationController.textAnonymous": "Anonim", + "DE.Controllers.ApplicationController.textBuyNow": "Vizitarea site-ul Web", + "DE.Controllers.ApplicationController.textCloseTip": "Faceţi clic pentru a închide sfatul.", + "DE.Controllers.ApplicationController.textContactUs": "Contactați Departamentul de Vânzări", + "DE.Controllers.ApplicationController.textGotIt": "Am înțeles", + "DE.Controllers.ApplicationController.textGuest": "Invitat", + "DE.Controllers.ApplicationController.textLoadingDocument": "Încărcare document", + "DE.Controllers.ApplicationController.textNoLicenseTitle": "Ați atins limita stabilită de licență", + "DE.Controllers.ApplicationController.textOf": "din", + "DE.Controllers.ApplicationController.textRequired": "Toate câmpurile din formular trebuie completate înainte de a-l trimite.", + "DE.Controllers.ApplicationController.textSubmited": "Formularul a fost remis cu succes
Faceţi clic pentru a închide sfatul", + "DE.Controllers.ApplicationController.titleServerVersion": "Editorul a fost actualizat", + "DE.Controllers.ApplicationController.titleUpdateVersion": "Versiunea s-a modificat", + "DE.Controllers.ApplicationController.txtClose": "Închidere", + "DE.Controllers.ApplicationController.txtEmpty": "(Gol)", + "DE.Controllers.ApplicationController.txtPressLink": "Apăsați Ctrl și faceți clic pe linkul", + "DE.Controllers.ApplicationController.unknownErrorText": "Eroare necunoscută.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Browserul nu este compatibil.", + "DE.Controllers.ApplicationController.waitText": "Vă rugăm să așteptați...", + "DE.Controllers.ApplicationController.warnLicenseExceeded": "Ați atins numărul maxim de conexiuni simultane la %1 de editoare. Documentul este disponibil numai pentru vizualizare.
Pentru detalii, contactați administratorul dvs.", + "DE.Controllers.ApplicationController.warnLicenseLimitedNoAccess": "Licența dvs. a expirat.
Nu aveți acces la funcții de editare a documentului.
Contactați administratorul dvs. de rețeea.", + "DE.Controllers.ApplicationController.warnLicenseLimitedRenewed": "Licență urmează să fie reînnoită.
Funcțiile de editare sunt cu acces limitat.
Pentru a obține acces nelimitat, contactați administratorul dvs. de rețea.", + "DE.Controllers.ApplicationController.warnLicenseUsersExceeded": "Ați atins numărul maxim de utilizatori ai %1 editoare. Pentru detalii, contactați administratorul dvs.", + "DE.Controllers.ApplicationController.warnNoLicense": "Ați atins numărul maxim de conexiuni simultane la %1 de editoare. Documentul este disponibil numai pentru vizualizare.
Contactați %1 Departamentul de Vânzări pentru acordarea condițiilor personale de licențiere.", + "DE.Controllers.ApplicationController.warnNoLicenseUsers": "Ați atins numărul maxim de utilizatori ai %1 editoare. Contactați Grup Vânzări %1 pentru acordarea condițiilor personale de licențiere.", + "DE.Views.ApplicationView.textClear": "Goleşte toate câmpurile", + "DE.Views.ApplicationView.textNext": "Câmpul următor", + "DE.Views.ApplicationView.textSubmit": "Remitere", + "DE.Views.ApplicationView.txtDownload": "Descărcare", + "DE.Views.ApplicationView.txtDownloadDocx": "Descărcare ca docx", + "DE.Views.ApplicationView.txtDownloadPdf": "Descărcare ca pdf", + "DE.Views.ApplicationView.txtEmbed": "Încorporare", + "DE.Views.ApplicationView.txtFileLocation": "Deschidere locația fișierului", + "DE.Views.ApplicationView.txtFullScreen": "Ecran complet", + "DE.Views.ApplicationView.txtPrint": "Imprimare", + "DE.Views.ApplicationView.txtShare": "Partajează", + "DE.Views.ApplicationView.txtTheme": "Tema interfeței" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/ru.json b/apps/documenteditor/forms/locale/ru.json index 9d39a5d5d..eb2ef64a2 100644 --- a/apps/documenteditor/forms/locale/ru.json +++ b/apps/documenteditor/forms/locale/ru.json @@ -4,60 +4,114 @@ "common.view.modals.txtHeight": "Высота", "common.view.modals.txtShare": "Поделиться ссылкой", "common.view.modals.txtWidth": "Ширина", - "DE.ApplicationController.convertationErrorText": "Конвертация не удалась.", - "DE.ApplicationController.convertationTimeoutText": "Превышено время ожидания конвертации.", - "DE.ApplicationController.criticalErrorTitle": "Ошибка", - "DE.ApplicationController.downloadErrorText": "Загрузка не удалась.", - "DE.ApplicationController.downloadTextText": "Загрузка документа...", - "DE.ApplicationController.errorAccessDeny": "Вы пытаетесь выполнить действие, на которое у вас нет прав.
Пожалуйста, обратитесь к администратору Сервера документов.", - "DE.ApplicationController.errorDefaultMessage": "Код ошибки: %1", - "DE.ApplicationController.errorEditingDownloadas": "В ходе работы с документом произошла ошибка.
Используйте опцию 'Скачать как...', чтобы сохранить резервную копию файла на жесткий диск компьютера.", - "DE.ApplicationController.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.", - "DE.ApplicationController.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.
Обратитесь к администратору Сервера документов для получения дополнительной информации.", - "DE.ApplicationController.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на жестком диске компьютера или повторите попытку позже.", - "DE.ApplicationController.errorLoadingFont": "Шрифты не загружены.
Пожалуйста, обратитесь к администратору Сервера документов.", - "DE.ApplicationController.errorServerVersion": "Версия редактора была обновлена. Страница будет перезагружена, чтобы применить изменения.", - "DE.ApplicationController.errorSubmit": "Не удалось отправить.", - "DE.ApplicationController.errorUpdateVersion": "Версия файла была изменена. Страница будет перезагружена.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Подключение к Интернету было восстановлено, и версия файла изменилась.
Прежде чем продолжить работу, надо скачать файл или скопировать его содержимое, чтобы обеспечить сохранность данных, а затем перезагрузить страницу.", - "DE.ApplicationController.errorUserDrop": "В настоящий момент файл недоступен.", - "DE.ApplicationController.notcriticalErrorTitle": "Внимание", - "DE.ApplicationController.scriptLoadError": "Слишком медленное подключение, некоторые компоненты не удалось загрузить. Пожалуйста, обновите страницу.", - "DE.ApplicationController.textAnonymous": "Анонимный пользователь", - "DE.ApplicationController.textBuyNow": "Перейти на сайт", - "DE.ApplicationController.textCloseTip": "Нажмите, чтобы закрыть подсказку.", - "DE.ApplicationController.textContactUs": "Связаться с отделом продаж", - "DE.ApplicationController.textGotIt": "ОК", - "DE.ApplicationController.textGuest": "Гость", - "DE.ApplicationController.textLoadingDocument": "Загрузка документа", - "DE.ApplicationController.textNoLicenseTitle": "Лицензионное ограничение", - "DE.ApplicationController.textOf": "из", - "DE.ApplicationController.textRequired": "Заполните все обязательные поля для отправки формы.", - "DE.ApplicationController.textSubmited": "Форма успешно отправлена
Нажмите, чтобы закрыть подсказку", - "DE.ApplicationController.titleServerVersion": "Редактор обновлен", - "DE.ApplicationController.titleUpdateVersion": "Версия изменилась", - "DE.ApplicationController.txtClose": "Закрыть", - "DE.ApplicationController.txtEmpty": "(Пусто)", - "DE.ApplicationController.txtPressLink": "Нажмите CTRL и щелкните по ссылке", - "DE.ApplicationController.unknownErrorText": "Неизвестная ошибка.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Ваш браузер не поддерживается.", - "DE.ApplicationController.waitText": "Пожалуйста, подождите...", - "DE.ApplicationController.warnLicenseExceeded": "Вы достигли лимита на одновременные подключения к редакторам %1. Этот документ будет открыт только на просмотр.
Свяжитесь с администратором, чтобы узнать больше.", - "DE.ApplicationController.warnLicenseLimitedNoAccess": "Истек срок действия лицензии.
Нет доступа к функциональности редактирования документов.
Пожалуйста, обратитесь к администратору.", - "DE.ApplicationController.warnLicenseLimitedRenewed": "Необходимо обновить лицензию.
У вас ограниченный доступ к функциональности редактирования документов.
Пожалуйста, обратитесь к администратору, чтобы получить полный доступ", - "DE.ApplicationController.warnLicenseUsersExceeded": "Вы достигли лимита на количество пользователей редакторов %1. Свяжитесь с администратором, чтобы узнать больше.", - "DE.ApplicationController.warnNoLicense": "Вы достигли лимита на одновременные подключения к редакторам %1. Этот документ будет открыт на просмотр.
Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия лицензирования.", - "DE.ApplicationController.warnNoLicenseUsers": "Вы достигли лимита на количество пользователей редакторов %1. Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия обновления.", - "DE.ApplicationView.textClear": "Очистить все поля", - "DE.ApplicationView.textNext": "Следующее поле", - "DE.ApplicationView.textSubmit": "Отправить", - "DE.ApplicationView.txtDownload": "Скачать файл", - "DE.ApplicationView.txtDownloadDocx": "Скачать как docx", - "DE.ApplicationView.txtDownloadPdf": "Скачать как pdf", - "DE.ApplicationView.txtEmbed": "Встроить", - "DE.ApplicationView.txtFileLocation": "Открыть расположение файла", - "DE.ApplicationView.txtFullScreen": "Во весь экран", - "DE.ApplicationView.txtPrint": "Печать", - "DE.ApplicationView.txtShare": "Поделиться", - "DE.ApplicationView.txtTheme": "Тема интерфейса" + "Common.Views.EmbedDialog.textTitle": "Встроить", + "Common.Views.EmbedDialog.textWidth": "Ширина", + "Common.Views.EmbedDialog.textHeight": "Высота", + "Common.Views.EmbedDialog.txtCopy": "Скопировать в буфер", + "Common.Views.EmbedDialog.warnCopy": "Browser's error! Use keyboard shortcut [Ctrl] + [C]", + "Common.Views.ShareDialog.textTitle": "Поделиться ссылкой", + "Common.Views.ShareDialog.txtCopy": "Скопировать в буфер", + "Common.Views.ShareDialog.warnCopy": "Browser's error! Use keyboard shortcut [Ctrl] + [C]", + "Common.UI.Calendar.textApril": "Апрель", + "Common.UI.Calendar.textAugust": "Август", + "Common.UI.Calendar.textDecember": "Декабрь", + "Common.UI.Calendar.textFebruary": "Февраль", + "Common.UI.Calendar.textJanuary": "Январь", + "Common.UI.Calendar.textJuly": "Июль", + "Common.UI.Calendar.textJune": "Июнь", + "Common.UI.Calendar.textMarch": "Март", + "Common.UI.Calendar.textMay": "Май", + "Common.UI.Calendar.textMonths": "Месяцы", + "Common.UI.Calendar.textNovember": "Ноябрь", + "Common.UI.Calendar.textOctober": "Октябрь", + "Common.UI.Calendar.textSeptember": "Сентябрь", + "Common.UI.Calendar.textShortApril": "Апр", + "Common.UI.Calendar.textShortAugust": "Авг", + "Common.UI.Calendar.textShortDecember": "Дек", + "Common.UI.Calendar.textShortFebruary": "Фев", + "Common.UI.Calendar.textShortFriday": "Пт", + "Common.UI.Calendar.textShortJanuary": "Янв", + "Common.UI.Calendar.textShortJuly": "Июл", + "Common.UI.Calendar.textShortJune": "Июн", + "Common.UI.Calendar.textShortMarch": "Мар", + "Common.UI.Calendar.textShortMay": "Май", + "Common.UI.Calendar.textShortMonday": "Пн", + "Common.UI.Calendar.textShortNovember": "Ноя", + "Common.UI.Calendar.textShortOctober": "Окт", + "Common.UI.Calendar.textShortSaturday": "Сб", + "Common.UI.Calendar.textShortSeptember": "Сен", + "Common.UI.Calendar.textShortSunday": "Вс", + "Common.UI.Calendar.textShortThursday": "Чт", + "Common.UI.Calendar.textShortTuesday": "Вт", + "Common.UI.Calendar.textShortWednesday": "Ср", + "Common.UI.Calendar.textYears": "Годы", + "Common.UI.Themes.txtThemeClassicLight": "Классическая светлая", + "Common.UI.Themes.txtThemeDark": "Темная", + "Common.UI.Themes.txtThemeLight": "Светлая", + "Common.UI.Window.cancelButtonText": "Отмена", + "Common.UI.Window.closeButtonText": "Закрыть", + "Common.UI.Window.noButtonText": "Нет", + "Common.UI.Window.okButtonText": "OK", + "Common.UI.Window.textConfirmation": "Подтверждение", + "Common.UI.Window.textDontShow": "Больше не показывать это сообщение", + "Common.UI.Window.textError": "Ошибка", + "Common.UI.Window.textInformation": "Информация", + "Common.UI.Window.textWarning": "Предупреждение", + "Common.UI.Window.yesButtonText": "Да", + "DE.Controllers.ApplicationController.convertationErrorText": "Конвертация не удалась.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Превышено время ожидания конвертации.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Ошибка", + "DE.Controllers.ApplicationController.downloadErrorText": "Загрузка не удалась.", + "DE.Controllers.ApplicationController.downloadTextText": "Загрузка документа...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Вы пытаетесь выполнить действие, на которое у вас нет прав.
Пожалуйста, обратитесь к администратору Сервера документов.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Код ошибки: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "В ходе работы с документом произошла ошибка.
Используйте опцию 'Скачать как...', чтобы сохранить резервную копию файла на жесткий диск компьютера.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "Размер файла превышает ограничение, установленное для вашего сервера.
Обратитесь к администратору Сервера документов для получения дополнительной информации.", + "DE.Controllers.ApplicationController.errorForceSave": "При сохранении файла произошла ошибка. Используйте опцию 'Скачать как', чтобы сохранить файл на жестком диске компьютера или повторите попытку позже.", + "DE.Controllers.ApplicationController.errorLoadingFont": "Шрифты не загружены.
Пожалуйста, обратитесь к администратору Сервера документов.", + "DE.Controllers.ApplicationController.errorServerVersion": "Версия редактора была обновлена. Страница будет перезагружена, чтобы применить изменения.", + "DE.Controllers.ApplicationController.errorSubmit": "Не удалось отправить.", + "DE.Controllers.ApplicationController.errorUpdateVersion": "Версия файла была изменена. Страница будет перезагружена.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Подключение к Интернету было восстановлено, и версия файла изменилась.
Прежде чем продолжить работу, надо скачать файл или скопировать его содержимое, чтобы обеспечить сохранность данных, а затем перезагрузить страницу.", + "DE.Controllers.ApplicationController.errorUserDrop": "В настоящий момент файл недоступен.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Внимание", + "DE.Controllers.ApplicationController.scriptLoadError": "Слишком медленное подключение, некоторые компоненты не удалось загрузить. Пожалуйста, обновите страницу.", + "DE.Controllers.ApplicationController.textAnonymous": "Анонимный пользователь", + "DE.Controllers.ApplicationController.textBuyNow": "Перейти на сайт", + "DE.Controllers.ApplicationController.textCloseTip": "Нажмите, чтобы закрыть подсказку.", + "DE.Controllers.ApplicationController.textContactUs": "Связаться с отделом продаж", + "DE.Controllers.ApplicationController.textGotIt": "ОК", + "DE.Controllers.ApplicationController.textGuest": "Гость", + "DE.Controllers.ApplicationController.textLoadingDocument": "Загрузка документа", + "DE.Controllers.ApplicationController.textNoLicenseTitle": "Лицензионное ограничение", + "DE.Controllers.ApplicationController.textOf": "из", + "DE.Controllers.ApplicationController.textRequired": "Заполните все обязательные поля для отправки формы.", + "DE.Controllers.ApplicationController.textSubmited": "Форма успешно отправлена
Нажмите, чтобы закрыть подсказку", + "DE.Controllers.ApplicationController.titleServerVersion": "Редактор обновлен", + "DE.Controllers.ApplicationController.titleUpdateVersion": "Версия изменилась", + "DE.Controllers.ApplicationController.txtClose": "Закрыть", + "DE.Controllers.ApplicationController.txtEmpty": "(Пусто)", + "DE.Controllers.ApplicationController.txtPressLink": "Нажмите CTRL и щелкните по ссылке", + "DE.Controllers.ApplicationController.unknownErrorText": "Неизвестная ошибка.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Ваш браузер не поддерживается.", + "DE.Controllers.ApplicationController.waitText": "Пожалуйста, подождите...", + "DE.Controllers.ApplicationController.warnLicenseExceeded": "Вы достигли лимита на одновременные подключения к редакторам %1. Этот документ будет открыт только на просмотр.
Свяжитесь с администратором, чтобы узнать больше.", + "DE.Controllers.ApplicationController.warnLicenseLimitedNoAccess": "Истек срок действия лицензии.
Нет доступа к функциональности редактирования документов.
Пожалуйста, обратитесь к администратору.", + "DE.Controllers.ApplicationController.warnLicenseLimitedRenewed": "Необходимо обновить лицензию.
У вас ограниченный доступ к функциональности редактирования документов.
Пожалуйста, обратитесь к администратору, чтобы получить полный доступ", + "DE.Controllers.ApplicationController.warnLicenseUsersExceeded": "Вы достигли лимита на количество пользователей редакторов %1. Свяжитесь с администратором, чтобы узнать больше.", + "DE.Controllers.ApplicationController.warnNoLicense": "Вы достигли лимита на одновременные подключения к редакторам %1. Этот документ будет открыт на просмотр.
Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия лицензирования.", + "DE.Controllers.ApplicationController.warnNoLicenseUsers": "Вы достигли лимита на количество пользователей редакторов %1. Напишите в отдел продаж %1, чтобы обсудить индивидуальные условия обновления.", + "DE.Views.ApplicationView.textClear": "Очистить все поля", + "DE.Views.ApplicationView.textNext": "Следующее поле", + "DE.Views.ApplicationView.textSubmit": "Отправить", + "DE.Views.ApplicationView.txtDownload": "Скачать файл", + "DE.Views.ApplicationView.txtDownloadDocx": "Скачать как docx", + "DE.Views.ApplicationView.txtDownloadPdf": "Скачать как pdf", + "DE.Views.ApplicationView.txtEmbed": "Встроить", + "DE.Views.ApplicationView.txtFileLocation": "Открыть расположение файла", + "DE.Views.ApplicationView.txtFullScreen": "Во весь экран", + "DE.Views.ApplicationView.txtPrint": "Печать", + "DE.Views.ApplicationView.txtShare": "Поделиться", + "DE.Views.ApplicationView.txtTheme": "Тема интерфейса" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/sk.json b/apps/documenteditor/forms/locale/sk.json index 9e892db9c..8b1af0fcf 100644 --- a/apps/documenteditor/forms/locale/sk.json +++ b/apps/documenteditor/forms/locale/sk.json @@ -4,56 +4,56 @@ "common.view.modals.txtHeight": "Výška", "common.view.modals.txtShare": "Zdieľať odkaz", "common.view.modals.txtWidth": "Šírka", - "DE.ApplicationController.convertationErrorText": "Konverzia zlyhala.", - "DE.ApplicationController.convertationTimeoutText": "Prekročený čas konverzie.", - "DE.ApplicationController.criticalErrorTitle": "Chyba", - "DE.ApplicationController.downloadErrorText": "Sťahovanie zlyhalo.", - "DE.ApplicationController.downloadTextText": "Sťahovanie dokumentu...", - "DE.ApplicationController.errorAccessDeny": "Pokúšate sa vykonať akciu, na ktorú nemáte práva.
Prosím, kontaktujte svojho správcu dokumentového servera.", - "DE.ApplicationController.errorDefaultMessage": "Kód chyby: %1", - "DE.ApplicationController.errorEditingDownloadas": "Pri práci s dokumentom došlo k chybe.
Použite voľbu \"Stiahnuť ako...\" a uložte si záložnú kópiu súboru na svoj počítač.", - "DE.ApplicationController.errorFilePassProtect": "Dokument je chránený heslom a nie je možné ho otvoriť.", - "DE.ApplicationController.errorFileSizeExceed": "Veľkosť súboru prekračuje limity vášho servera.
Kontaktujte prosím vášho správcu dokumentového servera o ďalšie podrobnosti.", - "DE.ApplicationController.errorForceSave": "Pri ukladaní súboru sa vyskytla chyba. Ak chcete súbor uložiť na pevný disk počítača, použite možnosť 'Prevziať ako' alebo to skúste znova neskôr.", - "DE.ApplicationController.errorLoadingFont": "Fonty sa nenahrali.
Kontaktujte prosím svojho administrátora Servera dokumentov.", - "DE.ApplicationController.errorServerVersion": "Verzia editora bola aktualizovaná. Stránka sa opätovne načíta, aby sa vykonali zmeny.", - "DE.ApplicationController.errorSubmit": "Odoslanie sa nepodarilo.", - "DE.ApplicationController.errorUpdateVersion": "Verzia súboru bola zmenená. Stránka sa znova načíta.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Internetové spojenie bolo obnovené a verzia súboru bola zmenená.
Predtým, než budete pokračovať v práci, potrebujete si stiahnuť súbor alebo kópiu jeho obsahu, aby sa nič nestratilo. Potom znovu načítajte stránku.", - "DE.ApplicationController.errorUserDrop": "K súboru nie je možné práve teraz získať prístup.", - "DE.ApplicationController.notcriticalErrorTitle": "Upozornenie", - "DE.ApplicationController.scriptLoadError": "Spojenie je príliš pomalé, niektoré komponenty nemožno nahrať. Obnovte prosím stránku.", - "DE.ApplicationController.textAnonymous": "Anonymný", - "DE.ApplicationController.textBuyNow": "Navštíviť webovú stránku", - "DE.ApplicationController.textCloseTip": "Kliknite na zatvorenie tipu.", - "DE.ApplicationController.textContactUs": "Kontaktujte predajcu", - "DE.ApplicationController.textGotIt": "Pochopil/a som", - "DE.ApplicationController.textGuest": "Hosť", - "DE.ApplicationController.textLoadingDocument": "Načítavanie dokumentu", - "DE.ApplicationController.textNoLicenseTitle": "Bol dosiahnutý limit licencie", - "DE.ApplicationController.textOf": "z", - "DE.ApplicationController.textRequired": "Vyplňte všetky požadované polia, aby ste formulár mohli odoslať.", - "DE.ApplicationController.textSubmited": "Formulár bol úspešne predložený
Kliknite, aby ste tip zatvorili", - "DE.ApplicationController.titleServerVersion": "Editor bol aktualizovaný", - "DE.ApplicationController.titleUpdateVersion": "Verzia bola zmenená", - "DE.ApplicationController.txtClose": "Zatvoriť", - "DE.ApplicationController.txtEmpty": "(Prázdne)", - "DE.ApplicationController.txtPressLink": "Stlačte CTRL a kliknite na odkaz", - "DE.ApplicationController.unknownErrorText": "Neznáma chyba.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Váš prehliadač nie je podporovaný.", - "DE.ApplicationController.waitText": "Prosím čakajte...", - "DE.ApplicationController.warnLicenseLimitedNoAccess": "Licencia vypršala.
K funkcii úprav dokumentu už nemáte prístup.
Kontaktujte svojho administrátora, prosím.", - "DE.ApplicationController.warnLicenseLimitedRenewed": "Je potrebné obnoviť licenciu.
K funkciám úprav dokumentov máte obmedzený prístup.
Pre získanie úplného prístupu kontaktujte prosím svojho administrátora.", - "DE.ApplicationView.textClear": "Vyčistiť všetky polia", - "DE.ApplicationView.textNext": "Nasledujúce pole", - "DE.ApplicationView.textSubmit": "Odoslať", - "DE.ApplicationView.txtDownload": "Stiahnuť", - "DE.ApplicationView.txtDownloadDocx": "Stiahnuť ako docx", - "DE.ApplicationView.txtDownloadPdf": "Stiahnuť ako pdf", - "DE.ApplicationView.txtEmbed": "Vložiť", - "DE.ApplicationView.txtFileLocation": "Otvoriť umiestnenie súboru", - "DE.ApplicationView.txtFullScreen": "Celá obrazovka", - "DE.ApplicationView.txtPrint": "Tlačiť", - "DE.ApplicationView.txtShare": "Zdieľať", - "DE.ApplicationView.txtTheme": "Téma rozhrania" + "DE.Controllers.ApplicationController.convertationErrorText": "Konverzia zlyhala.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Prekročený čas konverzie.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Chyba", + "DE.Controllers.ApplicationController.downloadErrorText": "Sťahovanie zlyhalo.", + "DE.Controllers.ApplicationController.downloadTextText": "Sťahovanie dokumentu...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Pokúšate sa vykonať akciu, na ktorú nemáte práva.
Prosím, kontaktujte svojho správcu dokumentového servera.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Kód chyby: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "Pri práci s dokumentom došlo k chybe.
Použite voľbu \"Stiahnuť ako...\" a uložte si záložnú kópiu súboru na svoj počítač.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Dokument je chránený heslom a nie je možné ho otvoriť.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "Veľkosť súboru prekračuje limity vášho servera.
Kontaktujte prosím vášho správcu dokumentového servera o ďalšie podrobnosti.", + "DE.Controllers.ApplicationController.errorForceSave": "Pri ukladaní súboru sa vyskytla chyba. Ak chcete súbor uložiť na pevný disk počítača, použite možnosť 'Prevziať ako' alebo to skúste znova neskôr.", + "DE.Controllers.ApplicationController.errorLoadingFont": "Fonty sa nenahrali.
Kontaktujte prosím svojho administrátora Servera dokumentov.", + "DE.Controllers.ApplicationController.errorServerVersion": "Verzia editora bola aktualizovaná. Stránka sa opätovne načíta, aby sa vykonali zmeny.", + "DE.Controllers.ApplicationController.errorSubmit": "Odoslanie sa nepodarilo.", + "DE.Controllers.ApplicationController.errorUpdateVersion": "Verzia súboru bola zmenená. Stránka sa znova načíta.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Internetové spojenie bolo obnovené a verzia súboru bola zmenená.
Predtým, než budete pokračovať v práci, potrebujete si stiahnuť súbor alebo kópiu jeho obsahu, aby sa nič nestratilo. Potom znovu načítajte stránku.", + "DE.Controllers.ApplicationController.errorUserDrop": "K súboru nie je možné práve teraz získať prístup.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Upozornenie", + "DE.Controllers.ApplicationController.scriptLoadError": "Spojenie je príliš pomalé, niektoré komponenty nemožno nahrať. Obnovte prosím stránku.", + "DE.Controllers.ApplicationController.textAnonymous": "Anonymný", + "DE.Controllers.ApplicationController.textBuyNow": "Navštíviť webovú stránku", + "DE.Controllers.ApplicationController.textCloseTip": "Kliknite na zatvorenie tipu.", + "DE.Controllers.ApplicationController.textContactUs": "Kontaktujte predajcu", + "DE.Controllers.ApplicationController.textGotIt": "Pochopil/a som", + "DE.Controllers.ApplicationController.textGuest": "Hosť", + "DE.Controllers.ApplicationController.textLoadingDocument": "Načítavanie dokumentu", + "DE.Controllers.ApplicationController.textNoLicenseTitle": "Bol dosiahnutý limit licencie", + "DE.Controllers.ApplicationController.textOf": "z", + "DE.Controllers.ApplicationController.textRequired": "Vyplňte všetky požadované polia, aby ste formulár mohli odoslať.", + "DE.Controllers.ApplicationController.textSubmited": "Formulár bol úspešne predložený
Kliknite, aby ste tip zatvorili", + "DE.Controllers.ApplicationController.titleServerVersion": "Editor bol aktualizovaný", + "DE.Controllers.ApplicationController.titleUpdateVersion": "Verzia bola zmenená", + "DE.Controllers.ApplicationController.txtClose": "Zatvoriť", + "DE.Controllers.ApplicationController.txtEmpty": "(Prázdne)", + "DE.Controllers.ApplicationController.txtPressLink": "Stlačte CTRL a kliknite na odkaz", + "DE.Controllers.ApplicationController.unknownErrorText": "Neznáma chyba.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Váš prehliadač nie je podporovaný.", + "DE.Controllers.ApplicationController.waitText": "Prosím čakajte...", + "DE.Controllers.ApplicationController.warnLicenseLimitedNoAccess": "Licencia vypršala.
K funkcii úprav dokumentu už nemáte prístup.
Kontaktujte svojho administrátora, prosím.", + "DE.Controllers.ApplicationController.warnLicenseLimitedRenewed": "Je potrebné obnoviť licenciu.
K funkciám úprav dokumentov máte obmedzený prístup.
Pre získanie úplného prístupu kontaktujte prosím svojho administrátora.", + "DE.Views.ApplicationView.textClear": "Vyčistiť všetky polia", + "DE.Views.ApplicationView.textNext": "Nasledujúce pole", + "DE.Views.ApplicationView.textSubmit": "Odoslať", + "DE.Views.ApplicationView.txtDownload": "Stiahnuť", + "DE.Views.ApplicationView.txtDownloadDocx": "Stiahnuť ako docx", + "DE.Views.ApplicationView.txtDownloadPdf": "Stiahnuť ako pdf", + "DE.Views.ApplicationView.txtEmbed": "Vložiť", + "DE.Views.ApplicationView.txtFileLocation": "Otvoriť umiestnenie súboru", + "DE.Views.ApplicationView.txtFullScreen": "Celá obrazovka", + "DE.Views.ApplicationView.txtPrint": "Tlačiť", + "DE.Views.ApplicationView.txtShare": "Zdieľať", + "DE.Views.ApplicationView.txtTheme": "Téma rozhrania" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/sl.json b/apps/documenteditor/forms/locale/sl.json index 428edaae4..569f35a02 100644 --- a/apps/documenteditor/forms/locale/sl.json +++ b/apps/documenteditor/forms/locale/sl.json @@ -4,34 +4,34 @@ "common.view.modals.txtHeight": "Višina", "common.view.modals.txtShare": "Deli povezavo", "common.view.modals.txtWidth": "Širina", - "DE.ApplicationController.convertationErrorText": "Pogovor ni uspel.", - "DE.ApplicationController.convertationTimeoutText": "Pretvorbena prekinitev presežena.", - "DE.ApplicationController.criticalErrorTitle": "Napaka", - "DE.ApplicationController.downloadErrorText": "Prenos ni uspel.", - "DE.ApplicationController.downloadTextText": "Prenašanje dokumenta ...", - "DE.ApplicationController.errorAccessDeny": "Poskušate izvesti dejanje, za katerega nimate pravic.
Obrnite se na skrbnika strežnika dokumentov.", - "DE.ApplicationController.errorDefaultMessage": "Koda napake: %1", - "DE.ApplicationController.errorEditingDownloadas": "Med delom z dokumentom je prišlo do napake.
S funkcijo »Prenesi kot ...« shranite varnostno kopijo datoteke na trdi disk računalnika.", - "DE.ApplicationController.errorFilePassProtect": "Dokument je zaščiten z geslom in ga ni mogoče odpreti.", - "DE.ApplicationController.errorFileSizeExceed": "Velikost datoteke presega omejitev, nastavljeno za vaš strežnik.
Za podrobnosti se obrnite na skrbnika strežnika dokumentov.", - "DE.ApplicationController.errorSubmit": "Pošiljanje je spodletelo", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Povezava s spletom je bila obnovljena in spremenjena je različica datoteke.
Preden nadaljujete z delom, morate datoteko prenesti ali kopirati njeno vsebino, da se prepričate, da se nič ne izgubi, in nato znova naložite to stran.", - "DE.ApplicationController.errorUserDrop": "Do datoteke v tem trenutku ni možno dostopati.", - "DE.ApplicationController.notcriticalErrorTitle": "Opozorilo", - "DE.ApplicationController.scriptLoadError": "Povezava je počasna, nekatere komponente niso pravilno naložene.Prosimo osvežite stran.", - "DE.ApplicationController.textLoadingDocument": "Nalaganje dokumenta", - "DE.ApplicationController.textOf": "od", - "DE.ApplicationController.textSubmited": "Obrazec poslan uspešno
Pritisnite tukaj za zaprtje obvestila", - "DE.ApplicationController.txtClose": "Zapri", - "DE.ApplicationController.unknownErrorText": "Neznana napaka.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Vaš brskalnik ni podprt.", - "DE.ApplicationController.waitText": "Prosimo počakajte ...", - "DE.ApplicationView.txtDownload": "Prenesi", - "DE.ApplicationView.txtDownloadDocx": "Prenesi kot DOCX", - "DE.ApplicationView.txtDownloadPdf": "Prenesi kot PDF", - "DE.ApplicationView.txtEmbed": "Vdelano", - "DE.ApplicationView.txtFileLocation": "Odpri lokacijo dokumenta", - "DE.ApplicationView.txtFullScreen": "Celozaslonski", - "DE.ApplicationView.txtPrint": "Natisni", - "DE.ApplicationView.txtShare": "Deli" + "DE.Controllers.ApplicationController.convertationErrorText": "Pogovor ni uspel.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Pretvorbena prekinitev presežena.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Napaka", + "DE.Controllers.ApplicationController.downloadErrorText": "Prenos ni uspel.", + "DE.Controllers.ApplicationController.downloadTextText": "Prenašanje dokumenta ...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Poskušate izvesti dejanje, za katerega nimate pravic.
Obrnite se na skrbnika strežnika dokumentov.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Koda napake: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "Med delom z dokumentom je prišlo do napake.
S funkcijo »Prenesi kot ...« shranite varnostno kopijo datoteke na trdi disk računalnika.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Dokument je zaščiten z geslom in ga ni mogoče odpreti.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "Velikost datoteke presega omejitev, nastavljeno za vaš strežnik.
Za podrobnosti se obrnite na skrbnika strežnika dokumentov.", + "DE.Controllers.ApplicationController.errorSubmit": "Pošiljanje je spodletelo", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Povezava s spletom je bila obnovljena in spremenjena je različica datoteke.
Preden nadaljujete z delom, morate datoteko prenesti ali kopirati njeno vsebino, da se prepričate, da se nič ne izgubi, in nato znova naložite to stran.", + "DE.Controllers.ApplicationController.errorUserDrop": "Do datoteke v tem trenutku ni možno dostopati.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Opozorilo", + "DE.Controllers.ApplicationController.scriptLoadError": "Povezava je počasna, nekatere komponente niso pravilno naložene.Prosimo osvežite stran.", + "DE.Controllers.ApplicationController.textLoadingDocument": "Nalaganje dokumenta", + "DE.Controllers.ApplicationController.textOf": "od", + "DE.Controllers.ApplicationController.textSubmited": "Obrazec poslan uspešno
Pritisnite tukaj za zaprtje obvestila", + "DE.Controllers.ApplicationController.txtClose": "Zapri", + "DE.Controllers.ApplicationController.unknownErrorText": "Neznana napaka.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Vaš brskalnik ni podprt.", + "DE.Controllers.ApplicationController.waitText": "Prosimo počakajte ...", + "DE.Views.ApplicationView.txtDownload": "Prenesi", + "DE.Views.ApplicationView.txtDownloadDocx": "Prenesi kot DOCX", + "DE.Views.ApplicationView.txtDownloadPdf": "Prenesi kot PDF", + "DE.Views.ApplicationView.txtEmbed": "Vdelano", + "DE.Views.ApplicationView.txtFileLocation": "Odpri lokacijo dokumenta", + "DE.Views.ApplicationView.txtFullScreen": "Celozaslonski", + "DE.Views.ApplicationView.txtPrint": "Natisni", + "DE.Views.ApplicationView.txtShare": "Deli" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/sv.json b/apps/documenteditor/forms/locale/sv.json index 5ac1829b4..ea2fe13a0 100644 --- a/apps/documenteditor/forms/locale/sv.json +++ b/apps/documenteditor/forms/locale/sv.json @@ -4,38 +4,38 @@ "common.view.modals.txtHeight": "Höjd", "common.view.modals.txtShare": "Delningslänk", "common.view.modals.txtWidth": "Bredd", - "DE.ApplicationController.convertationErrorText": "Fel vid konvertering", - "DE.ApplicationController.convertationTimeoutText": "Konverteringstiden har överskridits.", - "DE.ApplicationController.criticalErrorTitle": "Fel", - "DE.ApplicationController.downloadErrorText": "Nedladdning misslyckades", - "DE.ApplicationController.downloadTextText": "Laddar ner dokumentet...", - "DE.ApplicationController.errorAccessDeny": "Du försöker utföra en åtgärd som du inte har rättighet till.
Vänligen kontakta din systemadministratör.", - "DE.ApplicationController.errorDefaultMessage": "Felkod: %1", - "DE.ApplicationController.errorEditingDownloadas": "Ett fel har inträffat.
Använd \"Ladda ned som...\" för att spara en säkerhetskopia på din dator.", - "DE.ApplicationController.errorFilePassProtect": "Dokumentet är lösenordsskyddat och kunde inte öppnas. ", - "DE.ApplicationController.errorFileSizeExceed": "Filstorleken överskrider gränsen för din server.
Var snäll och kontakta administratören för dokumentservern för mer information.", - "DE.ApplicationController.errorSubmit": "Gick ej att verkställa.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Internetanslutningen har återställts och filversionen har ändrats.
Innan du fortsätter arbeta, ladda ner filen eller kopiera innehållet för att försäkra dig om att inte förlora något, ladda sedan om denna sida.", - "DE.ApplicationController.errorUserDrop": "Filen kan inte nås för tillfället. ", - "DE.ApplicationController.notcriticalErrorTitle": "Varning", - "DE.ApplicationController.scriptLoadError": "Anslutningen är för långsam, vissa av komponenterna kunde inte laddas. Vänligen ladda om sidan.", - "DE.ApplicationController.textAnonymous": "Anonym", - "DE.ApplicationController.textGotIt": "Ok!", - "DE.ApplicationController.textGuest": "Gäst", - "DE.ApplicationController.textLoadingDocument": "Laddar dokument", - "DE.ApplicationController.textOf": "av", - "DE.ApplicationController.textRequired": "Fyll i alla fält för att skicka formulär.", - "DE.ApplicationController.textSubmited": " Formulär skickat
Klicka för att stänga tipset", - "DE.ApplicationController.txtClose": "Stäng", - "DE.ApplicationController.unknownErrorText": "Okänt fel.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Din webbläsare stöds ej.", - "DE.ApplicationController.waitText": "Var snäll och vänta...", - "DE.ApplicationView.txtDownload": "Ladda ner", - "DE.ApplicationView.txtDownloadDocx": "Ladda ner som docx", - "DE.ApplicationView.txtDownloadPdf": "Ladda ner som pdf", - "DE.ApplicationView.txtEmbed": "Inbädda", - "DE.ApplicationView.txtFileLocation": "Gå till filens plats", - "DE.ApplicationView.txtFullScreen": "Fullskärm", - "DE.ApplicationView.txtPrint": "Skriva ut", - "DE.ApplicationView.txtShare": "Dela" + "DE.Controllers.ApplicationController.convertationErrorText": "Fel vid konvertering", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Konverteringstiden har överskridits.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Fel", + "DE.Controllers.ApplicationController.downloadErrorText": "Nedladdning misslyckades", + "DE.Controllers.ApplicationController.downloadTextText": "Laddar ner dokumentet...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Du försöker utföra en åtgärd som du inte har rättighet till.
Vänligen kontakta din systemadministratör.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Felkod: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "Ett fel har inträffat.
Använd \"Ladda ned som...\" för att spara en säkerhetskopia på din dator.", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Dokumentet är lösenordsskyddat och kunde inte öppnas. ", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "Filstorleken överskrider gränsen för din server.
Var snäll och kontakta administratören för dokumentservern för mer information.", + "DE.Controllers.ApplicationController.errorSubmit": "Gick ej att verkställa.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Internetanslutningen har återställts och filversionen har ändrats.
Innan du fortsätter arbeta, ladda ner filen eller kopiera innehållet för att försäkra dig om att inte förlora något, ladda sedan om denna sida.", + "DE.Controllers.ApplicationController.errorUserDrop": "Filen kan inte nås för tillfället. ", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Varning", + "DE.Controllers.ApplicationController.scriptLoadError": "Anslutningen är för långsam, vissa av komponenterna kunde inte laddas. Vänligen ladda om sidan.", + "DE.Controllers.ApplicationController.textAnonymous": "Anonym", + "DE.Controllers.ApplicationController.textGotIt": "Ok!", + "DE.Controllers.ApplicationController.textGuest": "Gäst", + "DE.Controllers.ApplicationController.textLoadingDocument": "Laddar dokument", + "DE.Controllers.ApplicationController.textOf": "av", + "DE.Controllers.ApplicationController.textRequired": "Fyll i alla fält för att skicka formulär.", + "DE.Controllers.ApplicationController.textSubmited": " Formulär skickat
Klicka för att stänga tipset", + "DE.Controllers.ApplicationController.txtClose": "Stäng", + "DE.Controllers.ApplicationController.unknownErrorText": "Okänt fel.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Din webbläsare stöds ej.", + "DE.Controllers.ApplicationController.waitText": "Var snäll och vänta...", + "DE.Views.ApplicationView.txtDownload": "Ladda ner", + "DE.Views.ApplicationView.txtDownloadDocx": "Ladda ner som docx", + "DE.Views.ApplicationView.txtDownloadPdf": "Ladda ner som pdf", + "DE.Views.ApplicationView.txtEmbed": "Inbädda", + "DE.Views.ApplicationView.txtFileLocation": "Gå till filens plats", + "DE.Views.ApplicationView.txtFullScreen": "Fullskärm", + "DE.Views.ApplicationView.txtPrint": "Skriva ut", + "DE.Views.ApplicationView.txtShare": "Dela" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/tr.json b/apps/documenteditor/forms/locale/tr.json index 86cb7be7d..bf7752f9d 100644 --- a/apps/documenteditor/forms/locale/tr.json +++ b/apps/documenteditor/forms/locale/tr.json @@ -4,32 +4,32 @@ "common.view.modals.txtHeight": "Yükseklik", "common.view.modals.txtShare": "Bağlantıyı Paylaş", "common.view.modals.txtWidth": "Genişlik", - "DE.ApplicationController.convertationErrorText": "Değişim başarısız oldu.", - "DE.ApplicationController.convertationTimeoutText": "Değişim süresi aşıldı.", - "DE.ApplicationController.criticalErrorTitle": "Hata", - "DE.ApplicationController.downloadErrorText": "Yükleme başarısız oldu.", - "DE.ApplicationController.downloadTextText": "Döküman yükleniyor...", - "DE.ApplicationController.errorAccessDeny": "Hakkınız olmayan bir eylem gerçekleştirmeye çalışıyorsunuz.
Lütfen Belge Sunucu yöneticinize başvurun.", - "DE.ApplicationController.errorDefaultMessage": "Hata kodu: %1", - "DE.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı", - "DE.ApplicationController.errorSubmit": "Kaydetme başarısız oldu.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "İnternet bağlantısı tekrar sağlandı, ve dosya versiyon değişti.
Çalışmanıza devam etmeden önce, veri kaybını önlemeniz için dosyasının bir kopyasını indirmeniz ya da dosya içeriğini kopyalamanız ve sonrasında sayfayı yenilemeniz gerekmektedir.", - "DE.ApplicationController.errorUserDrop": "Belgeye şu an erişilemiyor.", - "DE.ApplicationController.notcriticalErrorTitle": "Uyarı", - "DE.ApplicationController.scriptLoadError": "Bağlantı çok yavaş, bileşenlerin bazıları yüklenemedi. Lütfen sayfayı yenileyin.", - "DE.ApplicationController.textLoadingDocument": "Döküman yükleniyor", - "DE.ApplicationController.textOf": "'in", - "DE.ApplicationController.textSubmited": "Form başarılı bir şekilde kaydedildi
İpucunu kapatmak için tıklayın", - "DE.ApplicationController.txtClose": "Kapat", - "DE.ApplicationController.unknownErrorText": "Bilinmeyen hata.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Tarayıcınız desteklenmiyor.", - "DE.ApplicationController.waitText": "Lütfen bekleyin...", - "DE.ApplicationView.txtDownload": "İndir", - "DE.ApplicationView.txtDownloadDocx": "docx olarak indir", - "DE.ApplicationView.txtDownloadPdf": "Pdf olarak indir", - "DE.ApplicationView.txtEmbed": "Gömülü", - "DE.ApplicationView.txtFileLocation": "Dosya konumunu aç", - "DE.ApplicationView.txtFullScreen": "Tam Ekran", - "DE.ApplicationView.txtPrint": "Yazdır", - "DE.ApplicationView.txtShare": "Paylaş" + "DE.Controllers.ApplicationController.convertationErrorText": "Değişim başarısız oldu.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Değişim süresi aşıldı.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Hata", + "DE.Controllers.ApplicationController.downloadErrorText": "Yükleme başarısız oldu.", + "DE.Controllers.ApplicationController.downloadTextText": "Döküman yükleniyor...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Hakkınız olmayan bir eylem gerçekleştirmeye çalışıyorsunuz.
Lütfen Belge Sunucu yöneticinize başvurun.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Hata kodu: %1", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı", + "DE.Controllers.ApplicationController.errorSubmit": "Kaydetme başarısız oldu.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "İnternet bağlantısı tekrar sağlandı, ve dosya versiyon değişti.
Çalışmanıza devam etmeden önce, veri kaybını önlemeniz için dosyasının bir kopyasını indirmeniz ya da dosya içeriğini kopyalamanız ve sonrasında sayfayı yenilemeniz gerekmektedir.", + "DE.Controllers.ApplicationController.errorUserDrop": "Belgeye şu an erişilemiyor.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Uyarı", + "DE.Controllers.ApplicationController.scriptLoadError": "Bağlantı çok yavaş, bileşenlerin bazıları yüklenemedi. Lütfen sayfayı yenileyin.", + "DE.Controllers.ApplicationController.textLoadingDocument": "Döküman yükleniyor", + "DE.Controllers.ApplicationController.textOf": "'in", + "DE.Controllers.ApplicationController.textSubmited": "Form başarılı bir şekilde kaydedildi
İpucunu kapatmak için tıklayın", + "DE.Controllers.ApplicationController.txtClose": "Kapat", + "DE.Controllers.ApplicationController.unknownErrorText": "Bilinmeyen hata.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Tarayıcınız desteklenmiyor.", + "DE.Controllers.ApplicationController.waitText": "Lütfen bekleyin...", + "DE.Views.ApplicationView.txtDownload": "İndir", + "DE.Views.ApplicationView.txtDownloadDocx": "docx olarak indir", + "DE.Views.ApplicationView.txtDownloadPdf": "Pdf olarak indir", + "DE.Views.ApplicationView.txtEmbed": "Gömülü", + "DE.Views.ApplicationView.txtFileLocation": "Dosya konumunu aç", + "DE.Views.ApplicationView.txtFullScreen": "Tam Ekran", + "DE.Views.ApplicationView.txtPrint": "Yazdır", + "DE.Views.ApplicationView.txtShare": "Paylaş" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/uk.json b/apps/documenteditor/forms/locale/uk.json index 9970b4f0c..fda3674ba 100644 --- a/apps/documenteditor/forms/locale/uk.json +++ b/apps/documenteditor/forms/locale/uk.json @@ -4,27 +4,27 @@ "common.view.modals.txtHeight": "Висота", "common.view.modals.txtShare": "Поділитися посиланням", "common.view.modals.txtWidth": "Ширина", - "DE.ApplicationController.convertationErrorText": "Не вдалося поспілкуватися.", - "DE.ApplicationController.convertationTimeoutText": "Термін переходу перевищено.", - "DE.ApplicationController.criticalErrorTitle": "Помилка", - "DE.ApplicationController.downloadErrorText": "Завантаження не вдалося", - "DE.ApplicationController.downloadTextText": "Завантаження документу...", - "DE.ApplicationController.errorAccessDeny": "Ви намагаєтеся виконати дію, на яку у вас немає прав.
Будь ласка, зв'яжіться з адміністратором вашого Сервера документів.", - "DE.ApplicationController.errorDefaultMessage": "Код помилки: %1", - "DE.ApplicationController.errorFilePassProtect": "Документ захищений паролем і його неможливо відкрити.", - "DE.ApplicationController.errorFileSizeExceed": "Розмір файлу перевищує обмеження, встановлені для вашого сервера.
Для детальної інформації зверніться до адміністратора сервера документів.", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "Підключення до Інтернету було відновлено, а версія файлу змінена.
Перш ніж продовжувати роботу, потрібно завантажити файл або скопіювати його вміст, щоб переконатися, що нічого не втрачено, а потім перезавантажити цю сторінку.", - "DE.ApplicationController.errorUserDrop": "На даний момент файл не доступний.", - "DE.ApplicationController.notcriticalErrorTitle": "Застереження", - "DE.ApplicationController.scriptLoadError": "З'єднання занадто повільне, деякі компоненти не вдалося завантажити. Перезавантажте сторінку.", - "DE.ApplicationController.textLoadingDocument": "Завантаження документа", - "DE.ApplicationController.textOf": "з", - "DE.ApplicationController.txtClose": "Закрити", - "DE.ApplicationController.unknownErrorText": "Невідома помилка.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Ваш браузер не підтримується", - "DE.ApplicationController.waitText": "Будь ласка, зачекайте...", - "DE.ApplicationView.txtDownload": "Завантажити", - "DE.ApplicationView.txtEmbed": "Вставити", - "DE.ApplicationView.txtFullScreen": "Повноекранний режим", - "DE.ApplicationView.txtShare": "Доступ" + "DE.Controllers.ApplicationController.convertationErrorText": "Не вдалося поспілкуватися.", + "DE.Controllers.ApplicationController.convertationTimeoutText": "Термін переходу перевищено.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Помилка", + "DE.Controllers.ApplicationController.downloadErrorText": "Завантаження не вдалося", + "DE.Controllers.ApplicationController.downloadTextText": "Завантаження документу...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Ви намагаєтеся виконати дію, на яку у вас немає прав.
Будь ласка, зв'яжіться з адміністратором вашого Сервера документів.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Код помилки: %1", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Документ захищений паролем і його неможливо відкрити.", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "Розмір файлу перевищує обмеження, встановлені для вашого сервера.
Для детальної інформації зверніться до адміністратора сервера документів.", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Підключення до Інтернету було відновлено, а версія файлу змінена.
Перш ніж продовжувати роботу, потрібно завантажити файл або скопіювати його вміст, щоб переконатися, що нічого не втрачено, а потім перезавантажити цю сторінку.", + "DE.Controllers.ApplicationController.errorUserDrop": "На даний момент файл не доступний.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Застереження", + "DE.Controllers.ApplicationController.scriptLoadError": "З'єднання занадто повільне, деякі компоненти не вдалося завантажити. Перезавантажте сторінку.", + "DE.Controllers.ApplicationController.textLoadingDocument": "Завантаження документа", + "DE.Controllers.ApplicationController.textOf": "з", + "DE.Controllers.ApplicationController.txtClose": "Закрити", + "DE.Controllers.ApplicationController.unknownErrorText": "Невідома помилка.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Ваш браузер не підтримується", + "DE.Controllers.ApplicationController.waitText": "Будь ласка, зачекайте...", + "DE.Views.ApplicationView.txtDownload": "Завантажити", + "DE.Views.ApplicationView.txtEmbed": "Вставити", + "DE.Views.ApplicationView.txtFullScreen": "Повноекранний режим", + "DE.Views.ApplicationView.txtShare": "Доступ" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/vi.json b/apps/documenteditor/forms/locale/vi.json index ad3225af9..78c163f8c 100644 --- a/apps/documenteditor/forms/locale/vi.json +++ b/apps/documenteditor/forms/locale/vi.json @@ -2,21 +2,21 @@ "common.view.modals.txtCopy": "Sao chép vào khay nhớ tạm", "common.view.modals.txtHeight": "Chiều cao", "common.view.modals.txtWidth": "Chiều rộng", - "DE.ApplicationController.convertationTimeoutText": "Đã quá thời gian chờ chuyển đổi.", - "DE.ApplicationController.criticalErrorTitle": "Lỗi", - "DE.ApplicationController.downloadErrorText": "Tải về không thành công.", - "DE.ApplicationController.downloadTextText": "Đang tải tài liệu...", - "DE.ApplicationController.errorAccessDeny": "Bạn đang cố gắng thực hiện hành động mà bạn không có quyền.
Vui lòng liên hệ với quản trị viên Server Tài liệu của bạn.", - "DE.ApplicationController.errorDefaultMessage": "Mã lỗi: %1", - "DE.ApplicationController.errorFilePassProtect": "Tài liệu được bảo vệ bằng mật khẩu và không thể mở được.", - "DE.ApplicationController.errorUserDrop": "Không thể truy cập file ngay lúc này.", - "DE.ApplicationController.notcriticalErrorTitle": "Cảnh báo", - "DE.ApplicationController.textLoadingDocument": "Đang tải tài liệu", - "DE.ApplicationController.textOf": "trên", - "DE.ApplicationController.txtClose": "Đóng", - "DE.ApplicationController.unknownErrorText": "Lỗi không xác định.", - "DE.ApplicationController.unsupportedBrowserErrorText": "Trình duyệt của bạn không được hỗ trợ.", - "DE.ApplicationView.txtDownload": "Tải về", - "DE.ApplicationView.txtFullScreen": "Toàn màn hình", - "DE.ApplicationView.txtShare": "Chia sẻ" + "DE.Controllers.ApplicationController.convertationTimeoutText": "Đã quá thời gian chờ chuyển đổi.", + "DE.Controllers.ApplicationController.criticalErrorTitle": "Lỗi", + "DE.Controllers.ApplicationController.downloadErrorText": "Tải về không thành công.", + "DE.Controllers.ApplicationController.downloadTextText": "Đang tải tài liệu...", + "DE.Controllers.ApplicationController.errorAccessDeny": "Bạn đang cố gắng thực hiện hành động mà bạn không có quyền.
Vui lòng liên hệ với quản trị viên Server Tài liệu của bạn.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "Mã lỗi: %1", + "DE.Controllers.ApplicationController.errorFilePassProtect": "Tài liệu được bảo vệ bằng mật khẩu và không thể mở được.", + "DE.Controllers.ApplicationController.errorUserDrop": "Không thể truy cập file ngay lúc này.", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Cảnh báo", + "DE.Controllers.ApplicationController.textLoadingDocument": "Đang tải tài liệu", + "DE.Controllers.ApplicationController.textOf": "trên", + "DE.Controllers.ApplicationController.txtClose": "Đóng", + "DE.Controllers.ApplicationController.unknownErrorText": "Lỗi không xác định.", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Trình duyệt của bạn không được hỗ trợ.", + "DE.Views.ApplicationView.txtDownload": "Tải về", + "DE.Views.ApplicationView.txtFullScreen": "Toàn màn hình", + "DE.Views.ApplicationView.txtShare": "Chia sẻ" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/zh.json b/apps/documenteditor/forms/locale/zh.json index 0145efc60..1f1694169 100644 --- a/apps/documenteditor/forms/locale/zh.json +++ b/apps/documenteditor/forms/locale/zh.json @@ -4,60 +4,60 @@ "common.view.modals.txtHeight": "高度", "common.view.modals.txtShare": "分享链接", "common.view.modals.txtWidth": "宽度", - "DE.ApplicationController.convertationErrorText": "转换失败", - "DE.ApplicationController.convertationTimeoutText": "转换超时", - "DE.ApplicationController.criticalErrorTitle": "错误", - "DE.ApplicationController.downloadErrorText": "下载失败", - "DE.ApplicationController.downloadTextText": "正在下载文件...", - "DE.ApplicationController.errorAccessDeny": "您正在尝试执行您没有权限的操作。
请联系您的文档服务器管理员.", - "DE.ApplicationController.errorDefaultMessage": "错误代码:%1", - "DE.ApplicationController.errorEditingDownloadas": "在处理文档期间发生错误。
使用“下载为…”选项将文件备份复制到您的计算机硬盘中。", - "DE.ApplicationController.errorFilePassProtect": "该文档受密码保护,无法被打开。", - "DE.ApplicationController.errorFileSizeExceed": "文件大小超出了为服务器设置的限制.
有关详细信息,请与文档服务器管理员联系。", - "DE.ApplicationController.errorForceSave": "保存文件时发生错误。请使用“下载为”选项将文件保存到计算机硬盘中或稍后重试。", - "DE.ApplicationController.errorLoadingFont": "字体未加载。
请联系文档服务器管理员。", - "DE.ApplicationController.errorServerVersion": "编辑器版本已完成更新。为应用这些更改,该页将要刷新。", - "DE.ApplicationController.errorSubmit": "提交失败", - "DE.ApplicationController.errorUpdateVersion": "文件版本发生改变。该页将要刷新。", - "DE.ApplicationController.errorUpdateVersionOnDisconnect": "网络连接已恢复,文件版本已变更。
在继续工作之前,需要下载文件或复制其内容以避免丢失数据,然后刷新此页。", - "DE.ApplicationController.errorUserDrop": "该文件现在无法访问。", - "DE.ApplicationController.notcriticalErrorTitle": "警告", - "DE.ApplicationController.scriptLoadError": "连接速度过慢,部分组件无法被加载。请重新加载页面。", - "DE.ApplicationController.textAnonymous": "匿名", - "DE.ApplicationController.textBuyNow": "访问网站", - "DE.ApplicationController.textCloseTip": "点按以关闭提示。", - "DE.ApplicationController.textContactUs": "联系销售", - "DE.ApplicationController.textGotIt": "知道了", - "DE.ApplicationController.textGuest": "访客", - "DE.ApplicationController.textLoadingDocument": "文件加载中…", - "DE.ApplicationController.textNoLicenseTitle": "触碰到许可证数量限制。", - "DE.ApplicationController.textOf": "的", - "DE.ApplicationController.textRequired": "要发送表单,请填写所有必填项目。", - "DE.ApplicationController.textSubmited": "表单提交成功
点击以关闭提示", - "DE.ApplicationController.titleServerVersion": "编辑器已更新", - "DE.ApplicationController.titleUpdateVersion": "版本已变化", - "DE.ApplicationController.txtClose": "关闭", - "DE.ApplicationController.txtEmpty": "(空)", - "DE.ApplicationController.txtPressLink": "按CTRL并单击链接", - "DE.ApplicationController.unknownErrorText": "未知错误。", - "DE.ApplicationController.unsupportedBrowserErrorText": "您的浏览器不受支持", - "DE.ApplicationController.waitText": "请稍候...", - "DE.ApplicationController.warnLicenseExceeded": "与文档服务器的并发连接次数已超出限制,文档打开后将仅供查看。
请联系您的账户管理员了解详情。", - "DE.ApplicationController.warnLicenseLimitedNoAccess": "授权过期
您不具备文件编辑功能的授权
请联系管理员。", - "DE.ApplicationController.warnLicenseLimitedRenewed": "授权需更新
您只有文件编辑功能的部分权限
请联系管理员以取得完整权限。", - "DE.ApplicationController.warnLicenseUsersExceeded": "你触发了 %1 编辑器的同时在线数限制。可联系管理员来了解更多信息。", - "DE.ApplicationController.warnNoLicense": "该版本对文档服务器的并发连接有限制。
如果需要更多请考虑购买商业许可证。", - "DE.ApplicationController.warnNoLicenseUsers": "你触发了 %1 编辑器的同时在线数限制。可联系管理员来了解更多信息。", - "DE.ApplicationView.textClear": "清除所有字段", - "DE.ApplicationView.textNext": "下一填充框", - "DE.ApplicationView.textSubmit": "提交", - "DE.ApplicationView.txtDownload": "下载", - "DE.ApplicationView.txtDownloadDocx": "导出成docx", - "DE.ApplicationView.txtDownloadPdf": "导出成PDF", - "DE.ApplicationView.txtEmbed": "嵌入", - "DE.ApplicationView.txtFileLocation": "打开文件所在位置", - "DE.ApplicationView.txtFullScreen": "全屏", - "DE.ApplicationView.txtPrint": "打印", - "DE.ApplicationView.txtShare": "共享", - "DE.ApplicationView.txtTheme": "界面主题" + "DE.Controllers.ApplicationController.convertationErrorText": "转换失败", + "DE.Controllers.ApplicationController.convertationTimeoutText": "转换超时", + "DE.Controllers.ApplicationController.criticalErrorTitle": "错误", + "DE.Controllers.ApplicationController.downloadErrorText": "下载失败", + "DE.Controllers.ApplicationController.downloadTextText": "正在下载文件...", + "DE.Controllers.ApplicationController.errorAccessDeny": "您正在尝试执行您没有权限的操作。
请联系您的文档服务器管理员.", + "DE.Controllers.ApplicationController.errorDefaultMessage": "错误代码:%1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "在处理文档期间发生错误。
使用“下载为…”选项将文件备份复制到您的计算机硬盘中。", + "DE.Controllers.ApplicationController.errorFilePassProtect": "该文档受密码保护,无法被打开。", + "DE.Controllers.ApplicationController.errorFileSizeExceed": "文件大小超出了为服务器设置的限制.
有关详细信息,请与文档服务器管理员联系。", + "DE.Controllers.ApplicationController.errorForceSave": "保存文件时发生错误。请使用“下载为”选项将文件保存到计算机硬盘中或稍后重试。", + "DE.Controllers.ApplicationController.errorLoadingFont": "字体未加载。
请联系文档服务器管理员。", + "DE.Controllers.ApplicationController.errorServerVersion": "编辑器版本已完成更新。为应用这些更改,该页将要刷新。", + "DE.Controllers.ApplicationController.errorSubmit": "提交失败", + "DE.Controllers.ApplicationController.errorUpdateVersion": "文件版本发生改变。该页将要刷新。", + "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "网络连接已恢复,文件版本已变更。
在继续工作之前,需要下载文件或复制其内容以避免丢失数据,然后刷新此页。", + "DE.Controllers.ApplicationController.errorUserDrop": "该文件现在无法访问。", + "DE.Controllers.ApplicationController.notcriticalErrorTitle": "警告", + "DE.Controllers.ApplicationController.scriptLoadError": "连接速度过慢,部分组件无法被加载。请重新加载页面。", + "DE.Controllers.ApplicationController.textAnonymous": "匿名", + "DE.Controllers.ApplicationController.textBuyNow": "访问网站", + "DE.Controllers.ApplicationController.textCloseTip": "点按以关闭提示。", + "DE.Controllers.ApplicationController.textContactUs": "联系销售", + "DE.Controllers.ApplicationController.textGotIt": "知道了", + "DE.Controllers.ApplicationController.textGuest": "访客", + "DE.Controllers.ApplicationController.textLoadingDocument": "文件加载中…", + "DE.Controllers.ApplicationController.textNoLicenseTitle": "触碰到许可证数量限制。", + "DE.Controllers.ApplicationController.textOf": "的", + "DE.Controllers.ApplicationController.textRequired": "要发送表单,请填写所有必填项目。", + "DE.Controllers.ApplicationController.textSubmited": "表单提交成功
点击以关闭提示", + "DE.Controllers.ApplicationController.titleServerVersion": "编辑器已更新", + "DE.Controllers.ApplicationController.titleUpdateVersion": "版本已变化", + "DE.Controllers.ApplicationController.txtClose": "关闭", + "DE.Controllers.ApplicationController.txtEmpty": "(空)", + "DE.Controllers.ApplicationController.txtPressLink": "按CTRL并单击链接", + "DE.Controllers.ApplicationController.unknownErrorText": "未知错误。", + "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "您的浏览器不受支持", + "DE.Controllers.ApplicationController.waitText": "请稍候...", + "DE.Controllers.ApplicationController.warnLicenseExceeded": "与文档服务器的并发连接次数已超出限制,文档打开后将仅供查看。
请联系您的账户管理员了解详情。", + "DE.Controllers.ApplicationController.warnLicenseLimitedNoAccess": "授权过期
您不具备文件编辑功能的授权
请联系管理员。", + "DE.Controllers.ApplicationController.warnLicenseLimitedRenewed": "授权需更新
您只有文件编辑功能的部分权限
请联系管理员以取得完整权限。", + "DE.Controllers.ApplicationController.warnLicenseUsersExceeded": "你触发了 %1 编辑器的同时在线数限制。可联系管理员来了解更多信息。", + "DE.Controllers.ApplicationController.warnNoLicense": "该版本对文档服务器的并发连接有限制。
如果需要更多请考虑购买商业许可证。", + "DE.Controllers.ApplicationController.warnNoLicenseUsers": "你触发了 %1 编辑器的同时在线数限制。可联系管理员来了解更多信息。", + "DE.Views.ApplicationView.textClear": "清除所有字段", + "DE.Views.ApplicationView.textNext": "下一填充框", + "DE.Views.ApplicationView.textSubmit": "提交", + "DE.Views.ApplicationView.txtDownload": "下载", + "DE.Views.ApplicationView.txtDownloadDocx": "导出成docx", + "DE.Views.ApplicationView.txtDownloadPdf": "导出成PDF", + "DE.Views.ApplicationView.txtEmbed": "嵌入", + "DE.Views.ApplicationView.txtFileLocation": "打开文件所在位置", + "DE.Views.ApplicationView.txtFullScreen": "全屏", + "DE.Views.ApplicationView.txtPrint": "打印", + "DE.Views.ApplicationView.txtShare": "共享", + "DE.Views.ApplicationView.txtTheme": "界面主题" } \ No newline at end of file From c84a59606cca00abb14b06bc053acebed262301c Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 29 Oct 2021 22:30:15 +0300 Subject: [PATCH 62/64] Fix forms translation --- apps/documenteditor/forms/locale/en.json | 54 ++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/apps/documenteditor/forms/locale/en.json b/apps/documenteditor/forms/locale/en.json index f30984f78..48bac647b 100644 --- a/apps/documenteditor/forms/locale/en.json +++ b/apps/documenteditor/forms/locale/en.json @@ -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", From 6871cb258ce7c6422e07cf8896981cc05acee01c Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Sun, 31 Oct 2021 00:10:02 +0300 Subject: [PATCH 63/64] Update translation --- apps/documenteditor/embed/locale/tr.json | 6 + apps/documenteditor/forms/locale/be.json | 5 - apps/documenteditor/forms/locale/bg.json | 5 - apps/documenteditor/forms/locale/ca.json | 5 - apps/documenteditor/forms/locale/cs.json | 5 - apps/documenteditor/forms/locale/da.json | 5 - apps/documenteditor/forms/locale/de.json | 5 - apps/documenteditor/forms/locale/el.json | 5 - apps/documenteditor/forms/locale/en.json | 16 +- apps/documenteditor/forms/locale/es.json | 5 - apps/documenteditor/forms/locale/fr.json | 5 - apps/documenteditor/forms/locale/hu.json | 5 - apps/documenteditor/forms/locale/it.json | 5 - apps/documenteditor/forms/locale/ja.json | 5 - apps/documenteditor/forms/locale/ko.json | 5 - apps/documenteditor/forms/locale/lo.json | 5 - apps/documenteditor/forms/locale/lv.json | 3 - apps/documenteditor/forms/locale/nl.json | 5 - apps/documenteditor/forms/locale/pl.json | 5 - apps/documenteditor/forms/locale/pt.json | 5 - apps/documenteditor/forms/locale/ro.json | 5 - apps/documenteditor/forms/locale/ru.json | 21 +-- apps/documenteditor/forms/locale/sk.json | 5 - apps/documenteditor/forms/locale/sl.json | 5 - apps/documenteditor/forms/locale/sv.json | 5 - apps/documenteditor/forms/locale/tr.json | 25 ++- apps/documenteditor/forms/locale/uk.json | 5 - apps/documenteditor/forms/locale/vi.json | 3 - apps/documenteditor/forms/locale/zh.json | 5 - apps/documenteditor/main/locale/ca.json | 7 + apps/documenteditor/main/locale/el.json | 3 + apps/documenteditor/main/locale/en.json | 10 +- apps/documenteditor/main/locale/es.json | 7 + apps/documenteditor/main/locale/fr.json | 7 + apps/documenteditor/main/locale/ko.json | 7 +- apps/documenteditor/main/locale/pt.json | 3 + apps/documenteditor/main/locale/ro.json | 2 + apps/documenteditor/main/locale/ru.json | 4 + apps/documenteditor/main/locale/tr.json | 2 +- apps/presentationeditor/embed/locale/tr.json | 2 + apps/presentationeditor/main/locale/ca.json | 2 + apps/presentationeditor/main/locale/en.json | 2 +- apps/presentationeditor/main/locale/es.json | 2 + apps/presentationeditor/main/locale/fr.json | 2 + apps/presentationeditor/main/locale/ko.json | 2 +- apps/presentationeditor/main/locale/ru.json | 2 + apps/presentationeditor/main/locale/tr.json | 2 +- apps/spreadsheeteditor/embed/locale/tr.json | 4 + apps/spreadsheeteditor/main/locale/ca.json | 2 + apps/spreadsheeteditor/main/locale/el.json | 160 ++++++++++++++++++- apps/spreadsheeteditor/main/locale/en.json | 2 +- apps/spreadsheeteditor/main/locale/es.json | 2 + apps/spreadsheeteditor/main/locale/fr.json | 2 + apps/spreadsheeteditor/main/locale/ko.json | 12 +- apps/spreadsheeteditor/main/locale/ru.json | 2 + apps/spreadsheeteditor/main/locale/tr.json | 2 +- apps/spreadsheeteditor/main/locale/zh.json | 86 ++++++---- 57 files changed, 332 insertions(+), 199 deletions(-) diff --git a/apps/documenteditor/embed/locale/tr.json b/apps/documenteditor/embed/locale/tr.json index 6cc48ad89..9572ca89f 100644 --- a/apps/documenteditor/embed/locale/tr.json +++ b/apps/documenteditor/embed/locale/tr.json @@ -12,18 +12,24 @@ "DE.ApplicationController.errorAccessDeny": "Hakkınız olmayan bir eylem gerçekleştirmeye çalışıyorsunuz.
Lütfen Belge Sunucu yöneticinize başvurun.", "DE.ApplicationController.errorDefaultMessage": "Hata kodu: %1", "DE.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı", + "DE.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.
Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.", + "DE.ApplicationController.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı İndir' seçeneğini kullanın veya daha sonra tekrar deneyin.", + "DE.ApplicationController.errorLoadingFont": "Fontlar yüklenmedi.
Lütfen Sistem Yöneticinizle iletişime geçin.", "DE.ApplicationController.errorSubmit": "Kaydetme başarısız oldu.", "DE.ApplicationController.errorUpdateVersionOnDisconnect": "İnternet bağlantısı tekrar sağlandı, ve dosya versiyon değişti.
Çalışmanıza devam etmeden önce, veri kaybını önlemeniz için dosyasının bir kopyasını indirmeniz ya da dosya içeriğini kopyalamanız ve sonrasında sayfayı yenilemeniz gerekmektedir.", "DE.ApplicationController.errorUserDrop": "Belgeye şu an erişilemiyor.", "DE.ApplicationController.notcriticalErrorTitle": "Uyarı", "DE.ApplicationController.scriptLoadError": "Bağlantı çok yavaş, bileşenlerin bazıları yüklenemedi. Lütfen sayfayı yenileyin.", + "DE.ApplicationController.textAnonymous": "Anonim", "DE.ApplicationController.textClear": "Tüm alanları temizle", + "DE.ApplicationController.textGuest": "Misafir", "DE.ApplicationController.textLoadingDocument": "Döküman yükleniyor", "DE.ApplicationController.textNext": "Sonraki alan", "DE.ApplicationController.textOf": "'in", "DE.ApplicationController.textSubmit": "Kaydet", "DE.ApplicationController.textSubmited": "Form başarılı bir şekilde kaydedildi
İpucunu kapatmak için tıklayın", "DE.ApplicationController.txtClose": "Kapat", + "DE.ApplicationController.txtPressLink": "CTRL'ye basın ve bağlantıya tıklayın", "DE.ApplicationController.unknownErrorText": "Bilinmeyen hata.", "DE.ApplicationController.unsupportedBrowserErrorText": "Tarayıcınız desteklenmiyor.", "DE.ApplicationController.waitText": "Lütfen bekleyin...", diff --git a/apps/documenteditor/forms/locale/be.json b/apps/documenteditor/forms/locale/be.json index 394eac28f..9a3de4eb1 100644 --- a/apps/documenteditor/forms/locale/be.json +++ b/apps/documenteditor/forms/locale/be.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Скапіяваць у буфер абмену", - "common.view.modals.txtEmbed": "Убудаваць", - "common.view.modals.txtHeight": "Вышыня", - "common.view.modals.txtShare": "Падзяліцца спасылкай", - "common.view.modals.txtWidth": "Шырыня", "DE.Controllers.ApplicationController.convertationErrorText": "Пераўтварыць не атрымалася.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Час чакання пераўтварэння сышоў.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Памылка", diff --git a/apps/documenteditor/forms/locale/bg.json b/apps/documenteditor/forms/locale/bg.json index 0ad519353..ddc8b4286 100644 --- a/apps/documenteditor/forms/locale/bg.json +++ b/apps/documenteditor/forms/locale/bg.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Копиране в клипборда", - "common.view.modals.txtEmbed": "Вграждане", - "common.view.modals.txtHeight": "Височина", - "common.view.modals.txtShare": "Споделяне на връзка", - "common.view.modals.txtWidth": "Широчина", "DE.Controllers.ApplicationController.convertationErrorText": "Конвертирането е неуспешно.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Превишава се времето на изтичане на реализациите.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Грешка", diff --git a/apps/documenteditor/forms/locale/ca.json b/apps/documenteditor/forms/locale/ca.json index 6da7ba7bb..db35768d2 100644 --- a/apps/documenteditor/forms/locale/ca.json +++ b/apps/documenteditor/forms/locale/ca.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Copia al porta-retalls", - "common.view.modals.txtEmbed": "Incrusta", - "common.view.modals.txtHeight": "Alçada", - "common.view.modals.txtShare": "Comparteix l'enllaç", - "common.view.modals.txtWidth": "Amplada", "DE.Controllers.ApplicationController.convertationErrorText": "No s'ha pogut convertir", "DE.Controllers.ApplicationController.convertationTimeoutText": "S'ha superat el temps de conversió.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Error", diff --git a/apps/documenteditor/forms/locale/cs.json b/apps/documenteditor/forms/locale/cs.json index 5cae2acba..1002d9c05 100644 --- a/apps/documenteditor/forms/locale/cs.json +++ b/apps/documenteditor/forms/locale/cs.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Zkopírovat do schránky", - "common.view.modals.txtEmbed": "Vestavěný", - "common.view.modals.txtHeight": "Výška", - "common.view.modals.txtShare": "Odkaz pro sdílení", - "common.view.modals.txtWidth": "Šířka", "DE.Controllers.ApplicationController.convertationErrorText": "Převod se nezdařil.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Překročen časový limit pro provedení převodu.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Chyba", diff --git a/apps/documenteditor/forms/locale/da.json b/apps/documenteditor/forms/locale/da.json index dd1c87a5a..ed3a6c18e 100644 --- a/apps/documenteditor/forms/locale/da.json +++ b/apps/documenteditor/forms/locale/da.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Kopier til udklipsholder", - "common.view.modals.txtEmbed": "Indlejre", - "common.view.modals.txtHeight": "Højde", - "common.view.modals.txtShare": "Del link", - "common.view.modals.txtWidth": "Bredde", "DE.Controllers.ApplicationController.convertationErrorText": "Konvertering fejlede.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Konverteringstidsfrist er overskredet", "DE.Controllers.ApplicationController.criticalErrorTitle": "Fejl", diff --git a/apps/documenteditor/forms/locale/de.json b/apps/documenteditor/forms/locale/de.json index e6f84ab76..cb3f2a721 100644 --- a/apps/documenteditor/forms/locale/de.json +++ b/apps/documenteditor/forms/locale/de.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "In die Zwischenablage kopieren", - "common.view.modals.txtEmbed": "Einbetten", - "common.view.modals.txtHeight": "Höhe", - "common.view.modals.txtShare": "Link teilen", - "common.view.modals.txtWidth": "Breite", "DE.Controllers.ApplicationController.convertationErrorText": "Konvertierung ist fehlgeschlagen.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Zeitüberschreitung bei der Konvertierung.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Fehler", diff --git a/apps/documenteditor/forms/locale/el.json b/apps/documenteditor/forms/locale/el.json index 88c86a290..673ed3026 100644 --- a/apps/documenteditor/forms/locale/el.json +++ b/apps/documenteditor/forms/locale/el.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Αντιγραφή στο πρόχειρο", - "common.view.modals.txtEmbed": "Ενσωμάτωση", - "common.view.modals.txtHeight": "Ύψος", - "common.view.modals.txtShare": "Διαμοιρασμός συνδέσμου", - "common.view.modals.txtWidth": "Πλάτος", "DE.Controllers.ApplicationController.convertationErrorText": "Αποτυχία μετατροπής.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Υπέρβαση χρονικού ορίου μετατροπής.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Σφάλμα", diff --git a/apps/documenteditor/forms/locale/en.json b/apps/documenteditor/forms/locale/en.json index 48bac647b..78089db32 100644 --- a/apps/documenteditor/forms/locale/en.json +++ b/apps/documenteditor/forms/locale/en.json @@ -4,14 +4,6 @@ "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", @@ -58,6 +50,14 @@ "Common.UI.Window.textInformation": "Information", "Common.UI.Window.textWarning": "Warning", "Common.UI.Window.yesButtonText": "Yes", + "Common.Views.EmbedDialog.textHeight": "Height", + "Common.Views.EmbedDialog.textTitle": "Embed", + "Common.Views.EmbedDialog.textWidth": "Width", + "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]", "DE.Controllers.ApplicationController.convertationErrorText": "Conversion failed.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Conversion timeout exceeded.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Error", diff --git a/apps/documenteditor/forms/locale/es.json b/apps/documenteditor/forms/locale/es.json index dd092bf53..04b4c1f19 100644 --- a/apps/documenteditor/forms/locale/es.json +++ b/apps/documenteditor/forms/locale/es.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Copiar al portapapeles", - "common.view.modals.txtEmbed": "Incorporar", - "common.view.modals.txtHeight": "Altura", - "common.view.modals.txtShare": "Compartir enlace", - "common.view.modals.txtWidth": "Ancho", "DE.Controllers.ApplicationController.convertationErrorText": "Fallo de conversión.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Se superó el tiempo de espera de conversión.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Error", diff --git a/apps/documenteditor/forms/locale/fr.json b/apps/documenteditor/forms/locale/fr.json index edb238f10..55bc70230 100644 --- a/apps/documenteditor/forms/locale/fr.json +++ b/apps/documenteditor/forms/locale/fr.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Copier dans le Presse-papiers", - "common.view.modals.txtEmbed": "Incorporer", - "common.view.modals.txtHeight": "Hauteur", - "common.view.modals.txtShare": "Partager un lien", - "common.view.modals.txtWidth": "Largeur", "DE.Controllers.ApplicationController.convertationErrorText": "Échec de la conversion.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Délai d'attente de la conversion dépassé ", "DE.Controllers.ApplicationController.criticalErrorTitle": "Erreur", diff --git a/apps/documenteditor/forms/locale/hu.json b/apps/documenteditor/forms/locale/hu.json index 7143c5e2c..538dd8642 100644 --- a/apps/documenteditor/forms/locale/hu.json +++ b/apps/documenteditor/forms/locale/hu.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Másolás vágólapra", - "common.view.modals.txtEmbed": "Beágyazás", - "common.view.modals.txtHeight": "Magasság", - "common.view.modals.txtShare": "Hivatkozás megosztása", - "common.view.modals.txtWidth": "Szélesség", "DE.Controllers.ApplicationController.convertationErrorText": "Az átalakítás nem sikerült.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Időtúllépés az átalakítás során.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Hiba", diff --git a/apps/documenteditor/forms/locale/it.json b/apps/documenteditor/forms/locale/it.json index c4bc6d182..acc2bf8e1 100644 --- a/apps/documenteditor/forms/locale/it.json +++ b/apps/documenteditor/forms/locale/it.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Copia negli appunti", - "common.view.modals.txtEmbed": "Incorpora", - "common.view.modals.txtHeight": "Altezza", - "common.view.modals.txtShare": "Condividi collegamento", - "common.view.modals.txtWidth": "Larghezza", "DE.Controllers.ApplicationController.convertationErrorText": "Conversione fallita.", "DE.Controllers.ApplicationController.convertationTimeoutText": "È stato superato il tempo limite della conversione.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Errore", diff --git a/apps/documenteditor/forms/locale/ja.json b/apps/documenteditor/forms/locale/ja.json index 6c463c264..850b96181 100644 --- a/apps/documenteditor/forms/locale/ja.json +++ b/apps/documenteditor/forms/locale/ja.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "クリップボードにコピー", - "common.view.modals.txtEmbed": "埋め込み", - "common.view.modals.txtHeight": "高さ", - "common.view.modals.txtShare": "共有リンク", - "common.view.modals.txtWidth": "幅", "DE.Controllers.ApplicationController.convertationErrorText": "変換に失敗しました", "DE.Controllers.ApplicationController.convertationTimeoutText": "変換のタイムアウトを超過しました。", "DE.Controllers.ApplicationController.criticalErrorTitle": "エラー", diff --git a/apps/documenteditor/forms/locale/ko.json b/apps/documenteditor/forms/locale/ko.json index 490dc60ab..3a5dbd64e 100644 --- a/apps/documenteditor/forms/locale/ko.json +++ b/apps/documenteditor/forms/locale/ko.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "클립보드로 복사", - "common.view.modals.txtEmbed": "퍼가기", - "common.view.modals.txtHeight": "높이", - "common.view.modals.txtShare": "링크 공유", - "common.view.modals.txtWidth": "너비", "DE.Controllers.ApplicationController.convertationErrorText": "변환 실패 ", "DE.Controllers.ApplicationController.convertationTimeoutText": "변환 시간을 초과했습니다.", "DE.Controllers.ApplicationController.criticalErrorTitle": "오류", diff --git a/apps/documenteditor/forms/locale/lo.json b/apps/documenteditor/forms/locale/lo.json index 913e037ca..0d8aff39d 100644 --- a/apps/documenteditor/forms/locale/lo.json +++ b/apps/documenteditor/forms/locale/lo.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "ເກັບໄວ້ໃນຄຣິບບອດ", - "common.view.modals.txtEmbed": "ຝັງໄວ້", - "common.view.modals.txtHeight": "ລວງສູງ", - "common.view.modals.txtShare": "ແບ່ງປັນລິ້ງ", - "common.view.modals.txtWidth": "ລວງກວ້າງ", "DE.Controllers.ApplicationController.convertationErrorText": " ການປ່ຽນແປງບໍ່ສຳເລັດ.", "DE.Controllers.ApplicationController.convertationTimeoutText": "ໝົດເວລາການປ່ຽນແປງ.", "DE.Controllers.ApplicationController.criticalErrorTitle": "ຂໍ້ຜິດພາດ", diff --git a/apps/documenteditor/forms/locale/lv.json b/apps/documenteditor/forms/locale/lv.json index 00d1a1047..f6f429fd4 100644 --- a/apps/documenteditor/forms/locale/lv.json +++ b/apps/documenteditor/forms/locale/lv.json @@ -1,7 +1,4 @@ { - "common.view.modals.txtCopy": "Nokopēts starpliktuvē", - "common.view.modals.txtHeight": "Augstums", - "common.view.modals.txtWidth": "Platums", "DE.Controllers.ApplicationController.convertationErrorText": "Konversija neizdevās.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Konversijas taimauts pārsniegts.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Kļūda", diff --git a/apps/documenteditor/forms/locale/nl.json b/apps/documenteditor/forms/locale/nl.json index d1032a7d1..fe15e26af 100644 --- a/apps/documenteditor/forms/locale/nl.json +++ b/apps/documenteditor/forms/locale/nl.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Kopieer naar klembord", - "common.view.modals.txtEmbed": "Invoegen", - "common.view.modals.txtHeight": "Hoogte", - "common.view.modals.txtShare": "Link delen", - "common.view.modals.txtWidth": "Breedte", "DE.Controllers.ApplicationController.convertationErrorText": "Conversie is mislukt", "DE.Controllers.ApplicationController.convertationTimeoutText": "Time-out voor conversie overschreden.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Fout", diff --git a/apps/documenteditor/forms/locale/pl.json b/apps/documenteditor/forms/locale/pl.json index 757d618de..1c86ff508 100644 --- a/apps/documenteditor/forms/locale/pl.json +++ b/apps/documenteditor/forms/locale/pl.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Skopiuj do schowka", - "common.view.modals.txtEmbed": "Osadź", - "common.view.modals.txtHeight": "Wysokość", - "common.view.modals.txtShare": "Udostępnij link", - "common.view.modals.txtWidth": "Szerokość", "DE.Controllers.ApplicationController.convertationErrorText": "Konwertowanie nieudane.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Przekroczono limit czasu konwersji.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Błąd", diff --git a/apps/documenteditor/forms/locale/pt.json b/apps/documenteditor/forms/locale/pt.json index 1f9c5fccc..158cebca9 100644 --- a/apps/documenteditor/forms/locale/pt.json +++ b/apps/documenteditor/forms/locale/pt.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Copiar para a área de trabalho", - "common.view.modals.txtEmbed": "Incorporar", - "common.view.modals.txtHeight": "Altura", - "common.view.modals.txtShare": "Compartilhar link", - "common.view.modals.txtWidth": "Largura", "DE.Controllers.ApplicationController.convertationErrorText": "Conversão falhou.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Tempo limite de conversão excedido.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Erro", diff --git a/apps/documenteditor/forms/locale/ro.json b/apps/documenteditor/forms/locale/ro.json index 47cf5f246..1aca441f4 100644 --- a/apps/documenteditor/forms/locale/ro.json +++ b/apps/documenteditor/forms/locale/ro.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Copiere cu clipbiard", - "common.view.modals.txtEmbed": "Încorporare", - "common.view.modals.txtHeight": "Înălțime", - "common.view.modals.txtShare": "Partajare link", - "common.view.modals.txtWidth": "Lățime", "DE.Controllers.ApplicationController.convertationErrorText": "Conversia nu a reușit.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Timpul de așteptare pentru conversie a expirat.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Eroare", diff --git a/apps/documenteditor/forms/locale/ru.json b/apps/documenteditor/forms/locale/ru.json index eb2ef64a2..a824908c3 100644 --- a/apps/documenteditor/forms/locale/ru.json +++ b/apps/documenteditor/forms/locale/ru.json @@ -1,17 +1,4 @@ { - "common.view.modals.txtCopy": "Скопировать в буфер", - "common.view.modals.txtEmbed": "Встроить", - "common.view.modals.txtHeight": "Высота", - "common.view.modals.txtShare": "Поделиться ссылкой", - "common.view.modals.txtWidth": "Ширина", - "Common.Views.EmbedDialog.textTitle": "Встроить", - "Common.Views.EmbedDialog.textWidth": "Ширина", - "Common.Views.EmbedDialog.textHeight": "Высота", - "Common.Views.EmbedDialog.txtCopy": "Скопировать в буфер", - "Common.Views.EmbedDialog.warnCopy": "Browser's error! Use keyboard shortcut [Ctrl] + [C]", - "Common.Views.ShareDialog.textTitle": "Поделиться ссылкой", - "Common.Views.ShareDialog.txtCopy": "Скопировать в буфер", - "Common.Views.ShareDialog.warnCopy": "Browser's error! Use keyboard shortcut [Ctrl] + [C]", "Common.UI.Calendar.textApril": "Апрель", "Common.UI.Calendar.textAugust": "Август", "Common.UI.Calendar.textDecember": "Декабрь", @@ -58,6 +45,14 @@ "Common.UI.Window.textInformation": "Информация", "Common.UI.Window.textWarning": "Предупреждение", "Common.UI.Window.yesButtonText": "Да", + "Common.Views.EmbedDialog.textHeight": "Высота", + "Common.Views.EmbedDialog.textTitle": "Встроить", + "Common.Views.EmbedDialog.textWidth": "Ширина", + "Common.Views.EmbedDialog.txtCopy": "Скопировать в буфер", + "Common.Views.EmbedDialog.warnCopy": "Browser's error! Use keyboard shortcut [Ctrl] + [C]", + "Common.Views.ShareDialog.textTitle": "Поделиться ссылкой", + "Common.Views.ShareDialog.txtCopy": "Скопировать в буфер", + "Common.Views.ShareDialog.warnCopy": "Browser's error! Use keyboard shortcut [Ctrl] + [C]", "DE.Controllers.ApplicationController.convertationErrorText": "Конвертация не удалась.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Превышено время ожидания конвертации.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Ошибка", diff --git a/apps/documenteditor/forms/locale/sk.json b/apps/documenteditor/forms/locale/sk.json index 8b1af0fcf..fb9108aaa 100644 --- a/apps/documenteditor/forms/locale/sk.json +++ b/apps/documenteditor/forms/locale/sk.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Skopírovať do schránky", - "common.view.modals.txtEmbed": "Vložiť", - "common.view.modals.txtHeight": "Výška", - "common.view.modals.txtShare": "Zdieľať odkaz", - "common.view.modals.txtWidth": "Šírka", "DE.Controllers.ApplicationController.convertationErrorText": "Konverzia zlyhala.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Prekročený čas konverzie.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Chyba", diff --git a/apps/documenteditor/forms/locale/sl.json b/apps/documenteditor/forms/locale/sl.json index 569f35a02..13479c7e5 100644 --- a/apps/documenteditor/forms/locale/sl.json +++ b/apps/documenteditor/forms/locale/sl.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Kopiraj v odložišče", - "common.view.modals.txtEmbed": "Vdelano", - "common.view.modals.txtHeight": "Višina", - "common.view.modals.txtShare": "Deli povezavo", - "common.view.modals.txtWidth": "Širina", "DE.Controllers.ApplicationController.convertationErrorText": "Pogovor ni uspel.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Pretvorbena prekinitev presežena.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Napaka", diff --git a/apps/documenteditor/forms/locale/sv.json b/apps/documenteditor/forms/locale/sv.json index ea2fe13a0..79af15578 100644 --- a/apps/documenteditor/forms/locale/sv.json +++ b/apps/documenteditor/forms/locale/sv.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Kopiera till klippbord", - "common.view.modals.txtEmbed": "Inbädda", - "common.view.modals.txtHeight": "Höjd", - "common.view.modals.txtShare": "Delningslänk", - "common.view.modals.txtWidth": "Bredd", "DE.Controllers.ApplicationController.convertationErrorText": "Fel vid konvertering", "DE.Controllers.ApplicationController.convertationTimeoutText": "Konverteringstiden har överskridits.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Fel", diff --git a/apps/documenteditor/forms/locale/tr.json b/apps/documenteditor/forms/locale/tr.json index bf7752f9d..1976e7a60 100644 --- a/apps/documenteditor/forms/locale/tr.json +++ b/apps/documenteditor/forms/locale/tr.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Panoya kopyala", - "common.view.modals.txtEmbed": "Gömülü", - "common.view.modals.txtHeight": "Yükseklik", - "common.view.modals.txtShare": "Bağlantıyı Paylaş", - "common.view.modals.txtWidth": "Genişlik", "DE.Controllers.ApplicationController.convertationErrorText": "Değişim başarısız oldu.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Değişim süresi aşıldı.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Hata", @@ -11,19 +6,36 @@ "DE.Controllers.ApplicationController.downloadTextText": "Döküman yükleniyor...", "DE.Controllers.ApplicationController.errorAccessDeny": "Hakkınız olmayan bir eylem gerçekleştirmeye çalışıyorsunuz.
Lütfen Belge Sunucu yöneticinize başvurun.", "DE.Controllers.ApplicationController.errorDefaultMessage": "Hata kodu: %1", + "DE.Controllers.ApplicationController.errorEditingDownloadas": "Dosyayla çalışırken hata meydana geldi. 'Farklı Kaydet...' seçeneğini kullanarak dosyayı bilgisayarınıza yedekleyin.", "DE.Controllers.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı", + "DE.Controllers.ApplicationController.errorForceSave": "Dosya indirilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı Kaydet' seçeneğini kullanın veya daha sonra tekrar deneyin.", + "DE.Controllers.ApplicationController.errorServerVersion": "Editör versiyonu güncellendi. Değişikliklerin uygulanabilmesi için sayfa yenilenecek.", "DE.Controllers.ApplicationController.errorSubmit": "Kaydetme başarısız oldu.", + "DE.Controllers.ApplicationController.errorUpdateVersion": "Dosya versiyonu değiştirildi. Sayfa yenilenecek.", "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "İnternet bağlantısı tekrar sağlandı, ve dosya versiyon değişti.
Çalışmanıza devam etmeden önce, veri kaybını önlemeniz için dosyasının bir kopyasını indirmeniz ya da dosya içeriğini kopyalamanız ve sonrasında sayfayı yenilemeniz gerekmektedir.", "DE.Controllers.ApplicationController.errorUserDrop": "Belgeye şu an erişilemiyor.", "DE.Controllers.ApplicationController.notcriticalErrorTitle": "Uyarı", "DE.Controllers.ApplicationController.scriptLoadError": "Bağlantı çok yavaş, bileşenlerin bazıları yüklenemedi. Lütfen sayfayı yenileyin.", + "DE.Controllers.ApplicationController.textAnonymous": "Anonim", + "DE.Controllers.ApplicationController.textBuyNow": "Websitesini ziyaret edin", + "DE.Controllers.ApplicationController.textContactUs": "Satış departmanı ile iletişime geçin", + "DE.Controllers.ApplicationController.textGotIt": "Anladım", + "DE.Controllers.ApplicationController.textGuest": "Misafir", "DE.Controllers.ApplicationController.textLoadingDocument": "Döküman yükleniyor", + "DE.Controllers.ApplicationController.textNoLicenseTitle": "Lisans limitine ulaşıldı.", "DE.Controllers.ApplicationController.textOf": "'in", + "DE.Controllers.ApplicationController.textRequired": "Formu gönderebilmek için gerekli tüm alanları doldurun.", "DE.Controllers.ApplicationController.textSubmited": "Form başarılı bir şekilde kaydedildi
İpucunu kapatmak için tıklayın", + "DE.Controllers.ApplicationController.titleServerVersion": "Editör güncellendi", + "DE.Controllers.ApplicationController.titleUpdateVersion": "Versiyon değişti", "DE.Controllers.ApplicationController.txtClose": "Kapat", + "DE.Controllers.ApplicationController.txtPressLink": "CTRL'ye basın ve bağlantıya tıklayın", "DE.Controllers.ApplicationController.unknownErrorText": "Bilinmeyen hata.", "DE.Controllers.ApplicationController.unsupportedBrowserErrorText": "Tarayıcınız desteklenmiyor.", "DE.Controllers.ApplicationController.waitText": "Lütfen bekleyin...", + "DE.Views.ApplicationView.textClear": "Tüm alanları temizle", + "DE.Views.ApplicationView.textNext": "Sonraki alan", + "DE.Views.ApplicationView.textSubmit": "Kaydet", "DE.Views.ApplicationView.txtDownload": "İndir", "DE.Views.ApplicationView.txtDownloadDocx": "docx olarak indir", "DE.Views.ApplicationView.txtDownloadPdf": "Pdf olarak indir", @@ -31,5 +43,6 @@ "DE.Views.ApplicationView.txtFileLocation": "Dosya konumunu aç", "DE.Views.ApplicationView.txtFullScreen": "Tam Ekran", "DE.Views.ApplicationView.txtPrint": "Yazdır", - "DE.Views.ApplicationView.txtShare": "Paylaş" + "DE.Views.ApplicationView.txtShare": "Paylaş", + "DE.Views.ApplicationView.txtTheme": "Arayüz teması" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/uk.json b/apps/documenteditor/forms/locale/uk.json index fda3674ba..5ae445332 100644 --- a/apps/documenteditor/forms/locale/uk.json +++ b/apps/documenteditor/forms/locale/uk.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "Копіювати в буфер обміну", - "common.view.modals.txtEmbed": "Вставити", - "common.view.modals.txtHeight": "Висота", - "common.view.modals.txtShare": "Поділитися посиланням", - "common.view.modals.txtWidth": "Ширина", "DE.Controllers.ApplicationController.convertationErrorText": "Не вдалося поспілкуватися.", "DE.Controllers.ApplicationController.convertationTimeoutText": "Термін переходу перевищено.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Помилка", diff --git a/apps/documenteditor/forms/locale/vi.json b/apps/documenteditor/forms/locale/vi.json index 78c163f8c..3f5260ff9 100644 --- a/apps/documenteditor/forms/locale/vi.json +++ b/apps/documenteditor/forms/locale/vi.json @@ -1,7 +1,4 @@ { - "common.view.modals.txtCopy": "Sao chép vào khay nhớ tạm", - "common.view.modals.txtHeight": "Chiều cao", - "common.view.modals.txtWidth": "Chiều rộng", "DE.Controllers.ApplicationController.convertationTimeoutText": "Đã quá thời gian chờ chuyển đổi.", "DE.Controllers.ApplicationController.criticalErrorTitle": "Lỗi", "DE.Controllers.ApplicationController.downloadErrorText": "Tải về không thành công.", diff --git a/apps/documenteditor/forms/locale/zh.json b/apps/documenteditor/forms/locale/zh.json index 1f1694169..75f892cea 100644 --- a/apps/documenteditor/forms/locale/zh.json +++ b/apps/documenteditor/forms/locale/zh.json @@ -1,9 +1,4 @@ { - "common.view.modals.txtCopy": "复制到剪贴板", - "common.view.modals.txtEmbed": "嵌入", - "common.view.modals.txtHeight": "高度", - "common.view.modals.txtShare": "分享链接", - "common.view.modals.txtWidth": "宽度", "DE.Controllers.ApplicationController.convertationErrorText": "转换失败", "DE.Controllers.ApplicationController.convertationTimeoutText": "转换超时", "DE.Controllers.ApplicationController.criticalErrorTitle": "错误", diff --git a/apps/documenteditor/main/locale/ca.json b/apps/documenteditor/main/locale/ca.json index 17f043c4c..648b9fa9d 100644 --- a/apps/documenteditor/main/locale/ca.json +++ b/apps/documenteditor/main/locale/ca.json @@ -431,6 +431,10 @@ "Common.Views.ReviewPopover.textOpenAgain": "Torna-ho a obrir", "Common.Views.ReviewPopover.textReply": "Respon", "Common.Views.ReviewPopover.textResolve": "Resol", + "Common.Views.ReviewPopover.txtAccept": "Accepta ", + "Common.Views.ReviewPopover.txtDeleteTip": "Suprimeix", + "Common.Views.ReviewPopover.txtEditTip": "Edita", + "Common.Views.ReviewPopover.txtReject": "Rebutja", "Common.Views.SaveAsDlg.textLoading": "S'està carregant", "Common.Views.SaveAsDlg.textTitle": "Carpeta per desar", "Common.Views.SelectFileDlg.textLoading": "S'està carregant", @@ -1803,6 +1807,7 @@ "DE.Views.FormsTab.capBtnNext": "Camp següent", "DE.Views.FormsTab.capBtnPrev": "Camp anterior", "DE.Views.FormsTab.capBtnRadioBox": "Botó d'opció", + "DE.Views.FormsTab.capBtnSaveForm": "Desa com a formulari", "DE.Views.FormsTab.capBtnSubmit": "Envia", "DE.Views.FormsTab.capBtnText": "Camp de text", "DE.Views.FormsTab.capBtnView": "Mostra el formulari", @@ -1819,9 +1824,11 @@ "DE.Views.FormsTab.tipNextForm": "Anar al camp següent", "DE.Views.FormsTab.tipPrevForm": "Anar al camp anterior", "DE.Views.FormsTab.tipRadioBox": "Insereix un botó d'opció", + "DE.Views.FormsTab.tipSaveForm": "Deseu un fitxer com a document OFORM emplenable", "DE.Views.FormsTab.tipSubmit": "Envia el formulari", "DE.Views.FormsTab.tipTextField": "Inserix un camp de text", "DE.Views.FormsTab.tipViewForm": "Mostra el formulari", + "DE.Views.FormsTab.txtUntitled": "Sense títol", "DE.Views.HeaderFooterSettings.textBottomCenter": "Part inferior central", "DE.Views.HeaderFooterSettings.textBottomLeft": "Part inferior esquerra", "DE.Views.HeaderFooterSettings.textBottomPage": "Final de la pàgina", diff --git a/apps/documenteditor/main/locale/el.json b/apps/documenteditor/main/locale/el.json index 4984e3ebb..00d3f2ea2 100644 --- a/apps/documenteditor/main/locale/el.json +++ b/apps/documenteditor/main/locale/el.json @@ -1803,6 +1803,7 @@ "DE.Views.FormsTab.capBtnNext": "Επόμενο Πεδίο", "DE.Views.FormsTab.capBtnPrev": "Προηγούμενο Πεδίο", "DE.Views.FormsTab.capBtnRadioBox": "Κουμπί Επιλογής", + "DE.Views.FormsTab.capBtnSaveForm": "Αποθήκευση ως Φόρμα", "DE.Views.FormsTab.capBtnSubmit": "Υποβολή", "DE.Views.FormsTab.capBtnText": "Πεδίο Κειμένου", "DE.Views.FormsTab.capBtnView": "Προβολή Φόρμας", @@ -1819,9 +1820,11 @@ "DE.Views.FormsTab.tipNextForm": "Μετάβαση στο επόμενο πεδίο", "DE.Views.FormsTab.tipPrevForm": "Μετάβαση στο προηγούμενο πεδίο", "DE.Views.FormsTab.tipRadioBox": "Εισαγωγή κουμπιού επιλογής", + "DE.Views.FormsTab.tipSaveForm": "Αποθήκευση αρχείου ως συμπληρώσιμο έγγραφο OFORM", "DE.Views.FormsTab.tipSubmit": "Υποβολή φόρμας", "DE.Views.FormsTab.tipTextField": "Εισαγωγή πεδίου κειμένου", "DE.Views.FormsTab.tipViewForm": "Προβολή φόρμας", + "DE.Views.FormsTab.txtUntitled": "Άτιτλο", "DE.Views.HeaderFooterSettings.textBottomCenter": "Κάτω κέντρο", "DE.Views.HeaderFooterSettings.textBottomLeft": "Κάτω αριστερά", "DE.Views.HeaderFooterSettings.textBottomPage": "Κάτω Μέρος της Σελίδας", diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index baa44329c..c5f30be24 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -431,10 +431,10 @@ "Common.Views.ReviewPopover.textOpenAgain": "Open Again", "Common.Views.ReviewPopover.textReply": "Reply", "Common.Views.ReviewPopover.textResolve": "Resolve", - "Common.Views.ReviewPopover.txtAccept": "Accept current change", - "Common.Views.ReviewPopover.txtReject": "Reject current change", - "Common.Views.ReviewPopover.txtEditTip": "Edit", + "Common.Views.ReviewPopover.txtAccept": "Accept", "Common.Views.ReviewPopover.txtDeleteTip": "Delete", + "Common.Views.ReviewPopover.txtEditTip": "Edit", + "Common.Views.ReviewPopover.txtReject": "Reject", "Common.Views.SaveAsDlg.textLoading": "Loading", "Common.Views.SaveAsDlg.textTitle": "Folder for save", "Common.Views.SelectFileDlg.textLoading": "Loading", @@ -1813,6 +1813,8 @@ "DE.Views.FormsTab.capBtnView": "View Form", "DE.Views.FormsTab.textClear": "Clear Fields", "DE.Views.FormsTab.textClearFields": "Clear All Fields", + "DE.Views.FormsTab.textCreateForm": "Add fields and create a fillable OFORM document", + "DE.Views.FormsTab.textGotIt": "Got it", "DE.Views.FormsTab.textHighlight": "Highlight Settings", "DE.Views.FormsTab.textNoHighlight": "No highlighting", "DE.Views.FormsTab.textRequired": "Fill all required fields to send form.", @@ -1829,8 +1831,6 @@ "DE.Views.FormsTab.tipTextField": "Insert text field", "DE.Views.FormsTab.tipViewForm": "View form", "DE.Views.FormsTab.txtUntitled": "Untitled", - "DE.Views.FormsTab.textCreateForm": "Add fields and create a fillable OFORM document", - "DE.Views.FormsTab.textGotIt": "Got it", "DE.Views.HeaderFooterSettings.textBottomCenter": "Bottom center", "DE.Views.HeaderFooterSettings.textBottomLeft": "Bottom left", "DE.Views.HeaderFooterSettings.textBottomPage": "Bottom of Page", diff --git a/apps/documenteditor/main/locale/es.json b/apps/documenteditor/main/locale/es.json index 7dd65dcc6..028a20989 100644 --- a/apps/documenteditor/main/locale/es.json +++ b/apps/documenteditor/main/locale/es.json @@ -431,6 +431,10 @@ "Common.Views.ReviewPopover.textOpenAgain": "Abrir de nuevo", "Common.Views.ReviewPopover.textReply": "Responder", "Common.Views.ReviewPopover.textResolve": "Resolver", + "Common.Views.ReviewPopover.txtAccept": "Aceptar", + "Common.Views.ReviewPopover.txtDeleteTip": "Eliminar", + "Common.Views.ReviewPopover.txtEditTip": "Editar", + "Common.Views.ReviewPopover.txtReject": "Rechazar", "Common.Views.SaveAsDlg.textLoading": "Cargando", "Common.Views.SaveAsDlg.textTitle": "Carpeta para guardar", "Common.Views.SelectFileDlg.textLoading": "Cargando", @@ -1803,6 +1807,7 @@ "DE.Views.FormsTab.capBtnNext": "Campo siguiente", "DE.Views.FormsTab.capBtnPrev": "Campo anterior", "DE.Views.FormsTab.capBtnRadioBox": "Botón de opción", + "DE.Views.FormsTab.capBtnSaveForm": "Guardar como formulario", "DE.Views.FormsTab.capBtnSubmit": "Enviar", "DE.Views.FormsTab.capBtnText": "Campo de texto", "DE.Views.FormsTab.capBtnView": "Ver formulario", @@ -1819,9 +1824,11 @@ "DE.Views.FormsTab.tipNextForm": "Ir al siguiente campo", "DE.Views.FormsTab.tipPrevForm": "Ir al campo anterior", "DE.Views.FormsTab.tipRadioBox": "Insertar botón de opción", + "DE.Views.FormsTab.tipSaveForm": "Guardar el archivo como un documento OFORM rellenable", "DE.Views.FormsTab.tipSubmit": "Enviar formulario", "DE.Views.FormsTab.tipTextField": "Insertar campo de texto", "DE.Views.FormsTab.tipViewForm": "Ver formulario", + "DE.Views.FormsTab.txtUntitled": "Sin título", "DE.Views.HeaderFooterSettings.textBottomCenter": "Inferior centro", "DE.Views.HeaderFooterSettings.textBottomLeft": "Inferior izquierdo", "DE.Views.HeaderFooterSettings.textBottomPage": "Final de la página", diff --git a/apps/documenteditor/main/locale/fr.json b/apps/documenteditor/main/locale/fr.json index a11ead933..57b145d17 100644 --- a/apps/documenteditor/main/locale/fr.json +++ b/apps/documenteditor/main/locale/fr.json @@ -431,6 +431,10 @@ "Common.Views.ReviewPopover.textOpenAgain": "Ouvrir à nouveau", "Common.Views.ReviewPopover.textReply": "Répondre", "Common.Views.ReviewPopover.textResolve": "Résoudre", + "Common.Views.ReviewPopover.txtAccept": "Accepter", + "Common.Views.ReviewPopover.txtDeleteTip": "Supprimer", + "Common.Views.ReviewPopover.txtEditTip": "Modifier", + "Common.Views.ReviewPopover.txtReject": "Rejeter", "Common.Views.SaveAsDlg.textLoading": "Chargement", "Common.Views.SaveAsDlg.textTitle": "Dossier pour enregistrement", "Common.Views.SelectFileDlg.textLoading": "Chargement", @@ -1803,6 +1807,7 @@ "DE.Views.FormsTab.capBtnNext": "Champ suivant", "DE.Views.FormsTab.capBtnPrev": "Champ précédent", "DE.Views.FormsTab.capBtnRadioBox": "Bouton radio", + "DE.Views.FormsTab.capBtnSaveForm": "Enregistrer comme un formulaire", "DE.Views.FormsTab.capBtnSubmit": "Soumettre ", "DE.Views.FormsTab.capBtnText": "Champ texte", "DE.Views.FormsTab.capBtnView": "Voir le formulaire", @@ -1819,9 +1824,11 @@ "DE.Views.FormsTab.tipNextForm": "Allez au champ suivant", "DE.Views.FormsTab.tipPrevForm": "Allez au champs précédent", "DE.Views.FormsTab.tipRadioBox": "Insérer bouton radio", + "DE.Views.FormsTab.tipSaveForm": "Enregistrer un fichier en tant que document OFORM remplissable", "DE.Views.FormsTab.tipSubmit": "Soumettre le formulaire ", "DE.Views.FormsTab.tipTextField": "Insérer un champ texte", "DE.Views.FormsTab.tipViewForm": "Voir le formulaire", + "DE.Views.FormsTab.txtUntitled": "Sans titre", "DE.Views.HeaderFooterSettings.textBottomCenter": "En bas au centre", "DE.Views.HeaderFooterSettings.textBottomLeft": "En bas à gauche", "DE.Views.HeaderFooterSettings.textBottomPage": "Bas de page", diff --git a/apps/documenteditor/main/locale/ko.json b/apps/documenteditor/main/locale/ko.json index 541bf876e..a2a837eac 100644 --- a/apps/documenteditor/main/locale/ko.json +++ b/apps/documenteditor/main/locale/ko.json @@ -1803,6 +1803,7 @@ "DE.Views.FormsTab.capBtnNext": "다음 필드", "DE.Views.FormsTab.capBtnPrev": "이전 필드", "DE.Views.FormsTab.capBtnRadioBox": "라디오 버튼", + "DE.Views.FormsTab.capBtnSaveForm": "템플릿으로 저장", "DE.Views.FormsTab.capBtnSubmit": "전송", "DE.Views.FormsTab.capBtnText": "텍스트 필드", "DE.Views.FormsTab.capBtnView": "양식 보기", @@ -1819,9 +1820,11 @@ "DE.Views.FormsTab.tipNextForm": "다음 필드로 이동", "DE.Views.FormsTab.tipPrevForm": "이전 필드로 이동", "DE.Views.FormsTab.tipRadioBox": "라디오버튼 삽입", + "DE.Views.FormsTab.tipSaveForm": "채우기 형식 문서로 저장", "DE.Views.FormsTab.tipSubmit": "전송폼", "DE.Views.FormsTab.tipTextField": "텍스트 필드 삽입", "DE.Views.FormsTab.tipViewForm": "양식 보기", + "DE.Views.FormsTab.txtUntitled": "이름없음", "DE.Views.HeaderFooterSettings.textBottomCenter": "하단 중앙", "DE.Views.HeaderFooterSettings.textBottomLeft": "왼쪽 하단", "DE.Views.HeaderFooterSettings.textBottomPage": "페이지 끝", @@ -2078,7 +2081,7 @@ "DE.Views.MailMergeSettings.textSendMsg": "모든 메일 메시지가 준비되어 있으며 일정 시간 내에 발송됩니다.
우편 발송 속도는 메일 서비스에 따라 다릅니다.
문서 작업을 계속하거나 닫을 수 있습니다 . 작업이 끝나면 등록 이메일 주소로 알림이 전송됩니다. ", "DE.Views.MailMergeSettings.textTo": "받는 사람", "DE.Views.MailMergeSettings.txtFirst": "처음 녹화", - "DE.Views.MailMergeSettings.txtFromToError": "\"값은 \"보다 작아야합니다 \"값 ", + "DE.Views.MailMergeSettings.txtFromToError": "\"값은 \"보다 작아야합니다\" 값 ", "DE.Views.MailMergeSettings.txtLast": "마지막 기록", "DE.Views.MailMergeSettings.txtNext": "다음 레코드로", "DE.Views.MailMergeSettings.txtPrev": "이전 레코드로", @@ -2661,7 +2664,7 @@ "DE.Views.Toolbar.textSubscript": "Subscript", "DE.Views.Toolbar.textSuperscript": "Superscript", "DE.Views.Toolbar.textSuppressForCurrentParagraph": "이 단락에서 해제", - "DE.Views.Toolbar.textTabCollaboration": "합치기", + "DE.Views.Toolbar.textTabCollaboration": "협업", "DE.Views.Toolbar.textTabFile": "파일", "DE.Views.Toolbar.textTabHome": "홈", "DE.Views.Toolbar.textTabInsert": "삽입", diff --git a/apps/documenteditor/main/locale/pt.json b/apps/documenteditor/main/locale/pt.json index 77a8b32f2..f685fb8f4 100644 --- a/apps/documenteditor/main/locale/pt.json +++ b/apps/documenteditor/main/locale/pt.json @@ -1803,6 +1803,7 @@ "DE.Views.FormsTab.capBtnNext": "Próximo campo", "DE.Views.FormsTab.capBtnPrev": "Campo anterior", "DE.Views.FormsTab.capBtnRadioBox": "Botao de radio", + "DE.Views.FormsTab.capBtnSaveForm": "Salvar como um formulário", "DE.Views.FormsTab.capBtnSubmit": "Enviar", "DE.Views.FormsTab.capBtnText": "Campo de texto", "DE.Views.FormsTab.capBtnView": "Ver formulário", @@ -1819,9 +1820,11 @@ "DE.Views.FormsTab.tipNextForm": "Ir para o próximo campo", "DE.Views.FormsTab.tipPrevForm": "Ir para o campo anterior", "DE.Views.FormsTab.tipRadioBox": "Inserir botão de rádio", + "DE.Views.FormsTab.tipSaveForm": "Salvar um arquivo como um documento OFORM preenchível", "DE.Views.FormsTab.tipSubmit": "Enviar para", "DE.Views.FormsTab.tipTextField": "Inserir campo de texto", "DE.Views.FormsTab.tipViewForm": "Ver formulário", + "DE.Views.FormsTab.txtUntitled": "Sem título", "DE.Views.HeaderFooterSettings.textBottomCenter": "Centro inferior", "DE.Views.HeaderFooterSettings.textBottomLeft": "Esquerda inferior", "DE.Views.HeaderFooterSettings.textBottomPage": "Fim da página", diff --git a/apps/documenteditor/main/locale/ro.json b/apps/documenteditor/main/locale/ro.json index 213a5bb44..ff1726c0f 100644 --- a/apps/documenteditor/main/locale/ro.json +++ b/apps/documenteditor/main/locale/ro.json @@ -1803,6 +1803,7 @@ "DE.Views.FormsTab.capBtnNext": "Câmpul următor", "DE.Views.FormsTab.capBtnPrev": "Câmpul anterior", "DE.Views.FormsTab.capBtnRadioBox": "Buton opțiune", + "DE.Views.FormsTab.capBtnSaveForm": "Salvare ca un formular", "DE.Views.FormsTab.capBtnSubmit": "Remitere", "DE.Views.FormsTab.capBtnText": "Câmp text", "DE.Views.FormsTab.capBtnView": "Vizualizare formular", @@ -1819,6 +1820,7 @@ "DE.Views.FormsTab.tipNextForm": "Salt la câmpul următor", "DE.Views.FormsTab.tipPrevForm": "Salt la câmpul anterior", "DE.Views.FormsTab.tipRadioBox": "Se inserează un control buton opțiune", + "DE.Views.FormsTab.tipSaveForm": "Salvare ca un document OFORM spre completare", "DE.Views.FormsTab.tipSubmit": "Remitere formular", "DE.Views.FormsTab.tipTextField": "Se inserează un control câmp text", "DE.Views.FormsTab.tipViewForm": "Vizualizare formular", diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json index 57c92d7ee..295b25fd0 100644 --- a/apps/documenteditor/main/locale/ru.json +++ b/apps/documenteditor/main/locale/ru.json @@ -431,6 +431,10 @@ "Common.Views.ReviewPopover.textOpenAgain": "Открыть снова", "Common.Views.ReviewPopover.textReply": "Ответить", "Common.Views.ReviewPopover.textResolve": "Решить", + "Common.Views.ReviewPopover.txtAccept": "Принять", + "Common.Views.ReviewPopover.txtDeleteTip": "Удалить", + "Common.Views.ReviewPopover.txtEditTip": "Редактировать", + "Common.Views.ReviewPopover.txtReject": "Отклонить", "Common.Views.SaveAsDlg.textLoading": "Загрузка", "Common.Views.SaveAsDlg.textTitle": "Папка для сохранения", "Common.Views.SelectFileDlg.textLoading": "Загрузка", diff --git a/apps/documenteditor/main/locale/tr.json b/apps/documenteditor/main/locale/tr.json index 88f6d005a..45ccf994e 100644 --- a/apps/documenteditor/main/locale/tr.json +++ b/apps/documenteditor/main/locale/tr.json @@ -1140,7 +1140,7 @@ "DE.Views.FileMenu.btnBackCaption": "Dökümanlara Git", "DE.Views.FileMenu.btnCloseMenuCaption": "Menüyü kapat", "DE.Views.FileMenu.btnCreateNewCaption": "Yeni oluştur", - "DE.Views.FileMenu.btnDownloadCaption": "Farklı Yükle...", + "DE.Views.FileMenu.btnDownloadCaption": "Farklı İndir...", "DE.Views.FileMenu.btnHelpCaption": "Yardım...", "DE.Views.FileMenu.btnHistoryCaption": "Versiyon geçmişi", "DE.Views.FileMenu.btnInfoCaption": "Döküman Bilgisi...", diff --git a/apps/presentationeditor/embed/locale/tr.json b/apps/presentationeditor/embed/locale/tr.json index 66431e356..f87e3ab02 100644 --- a/apps/presentationeditor/embed/locale/tr.json +++ b/apps/presentationeditor/embed/locale/tr.json @@ -12,6 +12,8 @@ "PE.ApplicationController.errorAccessDeny": "Hakkınız olmayan bir eylem gerçekleştirmeye çalışıyorsunuz.
Lütfen Belge Sunucu yöneticinize başvurun.", "PE.ApplicationController.errorDefaultMessage": "Hata kodu: %1", "PE.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı", + "PE.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.
Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.", + "PE.ApplicationController.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı Kaydet' seçeneğini kullanın veya daha sonra tekrar deneyin.", "PE.ApplicationController.errorLoadingFont": "Fontlar yüklenmedi.
Lütfen belge sunucu yöneticinizle iletişime geçin.", "PE.ApplicationController.errorUpdateVersionOnDisconnect": "İnternet bağlantısı tekrar sağlandı, ve dosya versiyon değişti.
Çalışmanıza devam etmeden önce, veri kaybını önlemeniz için dosyasının bir kopyasını indirmeniz ya da dosya içeriğini kopyalamanız ve sonrasında sayfayı yenilemeniz gerekmektedir.", "PE.ApplicationController.errorUserDrop": "Belgeye şu an erişilemiyor.", diff --git a/apps/presentationeditor/main/locale/ca.json b/apps/presentationeditor/main/locale/ca.json index ef0496a65..09355a4c4 100644 --- a/apps/presentationeditor/main/locale/ca.json +++ b/apps/presentationeditor/main/locale/ca.json @@ -312,6 +312,8 @@ "Common.Views.ReviewPopover.textOpenAgain": "Torna-ho a obrir", "Common.Views.ReviewPopover.textReply": "Respon", "Common.Views.ReviewPopover.textResolve": "Resol", + "Common.Views.ReviewPopover.txtDeleteTip": "Suprimeix", + "Common.Views.ReviewPopover.txtEditTip": "Edita", "Common.Views.SaveAsDlg.textLoading": "S'està carregant", "Common.Views.SaveAsDlg.textTitle": "Carpeta per desar", "Common.Views.SelectFileDlg.textLoading": "S'està carregant", diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 9abb97b9c..2bcb2b569 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -312,8 +312,8 @@ "Common.Views.ReviewPopover.textOpenAgain": "Open Again", "Common.Views.ReviewPopover.textReply": "Reply", "Common.Views.ReviewPopover.textResolve": "Resolve", - "Common.Views.ReviewPopover.txtEditTip": "Edit", "Common.Views.ReviewPopover.txtDeleteTip": "Delete", + "Common.Views.ReviewPopover.txtEditTip": "Edit", "Common.Views.SaveAsDlg.textLoading": "Loading", "Common.Views.SaveAsDlg.textTitle": "Folder for save", "Common.Views.SelectFileDlg.textLoading": "Loading", diff --git a/apps/presentationeditor/main/locale/es.json b/apps/presentationeditor/main/locale/es.json index ebca1573a..c523350e3 100644 --- a/apps/presentationeditor/main/locale/es.json +++ b/apps/presentationeditor/main/locale/es.json @@ -312,6 +312,8 @@ "Common.Views.ReviewPopover.textOpenAgain": "Abrir de nuevo", "Common.Views.ReviewPopover.textReply": "Responder", "Common.Views.ReviewPopover.textResolve": "Resolver", + "Common.Views.ReviewPopover.txtDeleteTip": "Eliminar", + "Common.Views.ReviewPopover.txtEditTip": "Editar", "Common.Views.SaveAsDlg.textLoading": "Cargando", "Common.Views.SaveAsDlg.textTitle": "Carpeta para guardar", "Common.Views.SelectFileDlg.textLoading": "Cargando", diff --git a/apps/presentationeditor/main/locale/fr.json b/apps/presentationeditor/main/locale/fr.json index 1ab973ef4..4d271a683 100644 --- a/apps/presentationeditor/main/locale/fr.json +++ b/apps/presentationeditor/main/locale/fr.json @@ -312,6 +312,8 @@ "Common.Views.ReviewPopover.textOpenAgain": "Ouvrir à nouveau", "Common.Views.ReviewPopover.textReply": "Répondre", "Common.Views.ReviewPopover.textResolve": "Résoudre", + "Common.Views.ReviewPopover.txtDeleteTip": "Supprimer", + "Common.Views.ReviewPopover.txtEditTip": "Modifier", "Common.Views.SaveAsDlg.textLoading": "Chargement", "Common.Views.SaveAsDlg.textTitle": "Dossier pour enregistrement", "Common.Views.SelectFileDlg.textLoading": "Chargement", diff --git a/apps/presentationeditor/main/locale/ko.json b/apps/presentationeditor/main/locale/ko.json index 154305657..6ca79f9d5 100644 --- a/apps/presentationeditor/main/locale/ko.json +++ b/apps/presentationeditor/main/locale/ko.json @@ -1896,7 +1896,7 @@ "PE.Views.Toolbar.textStrikeout": "취소선", "PE.Views.Toolbar.textSubscript": "아래 첨자", "PE.Views.Toolbar.textSuperscript": "위첨자", - "PE.Views.Toolbar.textTabCollaboration": "합치기", + "PE.Views.Toolbar.textTabCollaboration": "협업", "PE.Views.Toolbar.textTabFile": "파일", "PE.Views.Toolbar.textTabHome": "홈", "PE.Views.Toolbar.textTabInsert": "삽입", diff --git a/apps/presentationeditor/main/locale/ru.json b/apps/presentationeditor/main/locale/ru.json index 009f330c0..a626493a6 100644 --- a/apps/presentationeditor/main/locale/ru.json +++ b/apps/presentationeditor/main/locale/ru.json @@ -312,6 +312,8 @@ "Common.Views.ReviewPopover.textOpenAgain": "Открыть снова", "Common.Views.ReviewPopover.textReply": "Ответить", "Common.Views.ReviewPopover.textResolve": "Решить", + "Common.Views.ReviewPopover.txtDeleteTip": "Удалить", + "Common.Views.ReviewPopover.txtEditTip": "Редактировать", "Common.Views.SaveAsDlg.textLoading": "Загрузка", "Common.Views.SaveAsDlg.textTitle": "Папка для сохранения", "Common.Views.SelectFileDlg.textLoading": "Загрузка", diff --git a/apps/presentationeditor/main/locale/tr.json b/apps/presentationeditor/main/locale/tr.json index ecdb347c1..0d89755bc 100644 --- a/apps/presentationeditor/main/locale/tr.json +++ b/apps/presentationeditor/main/locale/tr.json @@ -817,7 +817,7 @@ "PE.Views.FileMenu.btnBackCaption": "Dökümanlara Git", "PE.Views.FileMenu.btnCloseMenuCaption": "Menüyü kapat", "PE.Views.FileMenu.btnCreateNewCaption": "Yeni oluştur", - "PE.Views.FileMenu.btnDownloadCaption": "Farklı Yükle...", + "PE.Views.FileMenu.btnDownloadCaption": "Farklı İndir...", "PE.Views.FileMenu.btnHelpCaption": "Yardım...", "PE.Views.FileMenu.btnInfoCaption": "Sunum Bilgisi...", "PE.Views.FileMenu.btnPrintCaption": "Yazdır", diff --git a/apps/spreadsheeteditor/embed/locale/tr.json b/apps/spreadsheeteditor/embed/locale/tr.json index 6b6792368..dd4662dc6 100644 --- a/apps/spreadsheeteditor/embed/locale/tr.json +++ b/apps/spreadsheeteditor/embed/locale/tr.json @@ -12,10 +12,14 @@ "SSE.ApplicationController.errorAccessDeny": "Hakkınız olmayan bir eylem gerçekleştirmeye çalışıyorsunuz.
Lütfen Belge Sunucu yöneticinize başvurun.", "SSE.ApplicationController.errorDefaultMessage": "Hata kodu: %1", "SSE.ApplicationController.errorFilePassProtect": "Döküman şifre korumalı ve açılamadı", + "SSE.ApplicationController.errorFileSizeExceed": "Dosya boyutu, sunucunuz için belirlenen limiti aşıyor.
Ayrıntılar için lütfen Doküman Sunucusu yöneticinizle iletişime geçin.", + "SSE.ApplicationController.errorForceSave": "Dosya kaydedilirken bir hata oluştu. Dosyayı bilgisayarınıza kaydetmek için lütfen 'Farklı Kaydet' seçeneğini kullanın veya daha sonra tekrar deneyin.", + "SSE.ApplicationController.errorLoadingFont": "Fontlar yüklenemedi.
Lütfen sistem yöneticinizle iletişime geçin.", "SSE.ApplicationController.errorUpdateVersionOnDisconnect": "İnternet bağlantısı tekrar sağlandı, ve dosya versiyon değişti.
Çalışmanıza devam etmeden önce, veri kaybını önlemeniz için dosyasının bir kopyasını indirmeniz ya da dosya içeriğini kopyalamanız ve sonrasında sayfayı yenilemeniz gerekmektedir.", "SSE.ApplicationController.errorUserDrop": "Belgeye şu an erişilemiyor.", "SSE.ApplicationController.notcriticalErrorTitle": "Uyarı", "SSE.ApplicationController.scriptLoadError": "Bağlantı çok yavaş, bileşenlerin bazıları yüklenemedi. Lütfen sayfayı yenileyin.", + "SSE.ApplicationController.textAnonymous": "Anonim", "SSE.ApplicationController.textGuest": "Ziyaretçi", "SSE.ApplicationController.textLoadingDocument": "Spreadsheet yükleniyor", "SSE.ApplicationController.textOf": "'in", diff --git a/apps/spreadsheeteditor/main/locale/ca.json b/apps/spreadsheeteditor/main/locale/ca.json index c5891c77e..8ea1d802b 100644 --- a/apps/spreadsheeteditor/main/locale/ca.json +++ b/apps/spreadsheeteditor/main/locale/ca.json @@ -364,6 +364,8 @@ "Common.Views.ReviewPopover.textOpenAgain": "Torna-ho a obrir", "Common.Views.ReviewPopover.textReply": "Respon", "Common.Views.ReviewPopover.textResolve": "Resol", + "Common.Views.ReviewPopover.txtDeleteTip": "Suprimeix", + "Common.Views.ReviewPopover.txtEditTip": "Edita", "Common.Views.SaveAsDlg.textLoading": "S'està carregant", "Common.Views.SaveAsDlg.textTitle": "Carpeta per desar", "Common.Views.SelectFileDlg.textLoading": "S'està carregant", diff --git a/apps/spreadsheeteditor/main/locale/el.json b/apps/spreadsheeteditor/main/locale/el.json index d11146dfd..d4955c3e4 100644 --- a/apps/spreadsheeteditor/main/locale/el.json +++ b/apps/spreadsheeteditor/main/locale/el.json @@ -49,6 +49,7 @@ "Common.define.chartData.textSurface": "Επιφάνεια", "Common.define.chartData.textWinLossSpark": "Νίκες/Ήττες", "Common.define.conditionalData.exampleText": "ΑαΒβΓγΨψΩω", + "Common.define.conditionalData.noFormatText": "Δεν ορίστηκε μορφή", "Common.define.conditionalData.text1Above": "1 τυπική απόκλιση πάνω", "Common.define.conditionalData.text1Below": "1 τυπική απόκλιση κάτω", "Common.define.conditionalData.text2Above": "2 τυπική απόκλιση πάνω", @@ -61,10 +62,34 @@ "Common.define.conditionalData.textBelow": "Κάτω από", "Common.define.conditionalData.textBetween": "Μεταξύ", "Common.define.conditionalData.textBlank": "Κενό", + "Common.define.conditionalData.textBlanks": "Περιέχει κενά", "Common.define.conditionalData.textBottom": "Κάτω", + "Common.define.conditionalData.textContains": "Περιέχει", "Common.define.conditionalData.textDataBar": "Μπάρα δεδομένων", "Common.define.conditionalData.textDate": "Ημερομηνία", + "Common.define.conditionalData.textDuplicate": "Δημιουργία Διπλότυπου", + "Common.define.conditionalData.textEnds": "Τελειώνει με", + "Common.define.conditionalData.textEqAbove": "Ίσο με ή μεγαλύτερο", + "Common.define.conditionalData.textEqBelow": "Ίσο με ή μικρότερο", + "Common.define.conditionalData.textEqual": "Ίσο με", + "Common.define.conditionalData.textError": "Σφάλμα", + "Common.define.conditionalData.textErrors": "Περιέχει σφάλματα", "Common.define.conditionalData.textFormula": "Τύπος", + "Common.define.conditionalData.textGreater": "Μεγαλύτερο από", + "Common.define.conditionalData.textGreaterEq": "Μεγαλύτερο από ή ίσο με", + "Common.define.conditionalData.textIconSets": "Σύνολα εικονιδίων", + "Common.define.conditionalData.textLast7days": "Τις τελευταίες 7 ημέρες", + "Common.define.conditionalData.textLastMonth": "Τον περασμένο μήνα", + "Common.define.conditionalData.textLastWeek": "Την περασμένη εβδομάδα", + "Common.define.conditionalData.textLess": "Μικρότερο από", + "Common.define.conditionalData.textLessEq": "Μικρότερο από ή ίσο με", + "Common.define.conditionalData.textNextMonth": "Τον επόμενο μήνα", + "Common.define.conditionalData.textNextWeek": "Την επόμενη εβδομάδα", + "Common.define.conditionalData.textNotBetween": "Όχι ανάμεσα", + "Common.define.conditionalData.textNotBlanks": "Δεν περιέχει κενά", + "Common.define.conditionalData.textNotContains": "Δεν περιέχει", + "Common.define.conditionalData.textNotEqual": "Διάφορο από", + "Common.define.conditionalData.textNotErrors": "Δεν περιέχει σφάλματα", "Common.define.conditionalData.textText": "Κείμενο", "Common.define.conditionalData.textThisWeek": "Αυτή την εβδομάδα", "Common.define.conditionalData.textToday": "Σήμερα", @@ -127,6 +152,7 @@ "Common.Views.AutoCorrectDialog.textAutoFormat": "Αυτόματη Μορφοποίηση Κατά Την Πληκτρολόγηση", "Common.Views.AutoCorrectDialog.textBy": "Από", "Common.Views.AutoCorrectDialog.textDelete": "Διαγραφή", + "Common.Views.AutoCorrectDialog.textHyperlink": "Μονοπάτια δικτύου και διαδικτύου με υπερσυνδέσμους", "Common.Views.AutoCorrectDialog.textMathCorrect": "Αυτόματη Διόρθωση Μαθηματικών", "Common.Views.AutoCorrectDialog.textNewRowCol": "Συμπερίληψη νέων γραμμών και στηλών στον πίνακα", "Common.Views.AutoCorrectDialog.textRecognized": "Αναγνωρισμένες Συναρτήσεις", @@ -145,6 +171,10 @@ "Common.Views.Chat.textSend": "Αποστολή", "Common.Views.Comments.mniAuthorAsc": "Συγγραφέας Α έως Ω", "Common.Views.Comments.mniAuthorDesc": "Συγγραφέας Ω έως Α", + "Common.Views.Comments.mniDateAsc": "Παλαιότερο", + "Common.Views.Comments.mniDateDesc": "Νεότερο", + "Common.Views.Comments.mniPositionAsc": "Από πάνω", + "Common.Views.Comments.mniPositionDesc": "Από κάτω", "Common.Views.Comments.textAdd": "Προσθήκη", "Common.Views.Comments.textAddComment": "Προσθήκη Σχολίου", "Common.Views.Comments.textAddCommentToDoc": "Προσθήκη Σχολίου στο Έγγραφο", @@ -198,6 +228,8 @@ "Common.Views.Header.txtRename": "Μετονομασία", "Common.Views.History.textCloseHistory": "Κλείσιμο Ιστορικού", "Common.Views.History.textHide": "Κλείσιμο", + "Common.Views.History.textHideAll": "Απόκρυψη λεπτομερών αλλαγών", + "Common.Views.History.textShow": "Επέκταση", "Common.Views.ImageFromUrlDialog.textUrl": "Επικόλληση URL εικόνας:", "Common.Views.ImageFromUrlDialog.txtEmpty": "Αυτό το πεδίο είναι υποχρεωτικό", "Common.Views.ImageFromUrlDialog.txtNotUrl": "Αυτό το πεδίο πρέπει να είναι διεύθυνση URL με τη μορφή «http://www.example.com»", @@ -215,6 +247,7 @@ "Common.Views.ListSettingsDialog.txtTitle": "Ρυθμίσεις Λίστας", "Common.Views.ListSettingsDialog.txtType": "Τύπος", "Common.Views.OpenDialog.closeButtonText": "Κλείσιμο Αρχείου", + "Common.Views.OpenDialog.textInvalidRange": "Μη έγκυρο εύρος κελιών", "Common.Views.OpenDialog.txtAdvanced": "Για προχωρημένους", "Common.Views.OpenDialog.txtColon": "Άνω κάτω τελεία", "Common.Views.OpenDialog.txtComma": "Κόμμα", @@ -480,6 +513,7 @@ "SSE.Controllers.DocumentHolder.txtLimitChange": "Αλλαγή θέσης ορίων", "SSE.Controllers.DocumentHolder.txtLimitOver": "Όριο πάνω από το κείμενο", "SSE.Controllers.DocumentHolder.txtLimitUnder": "Όριο κάτω από το κείμενο", + "SSE.Controllers.DocumentHolder.txtLockSort": "Υπάρχουν δεδομένα δίπλα στην επιλογή σας, αλλά δεν έχετε επαρκή δικαιώματα τροποποίησης αυτών των κελιών.
Θέλετε να συνεχίσετε με την τρέχουσα επιλογή;", "SSE.Controllers.DocumentHolder.txtMatchBrackets": "Προσαρμογή παρενθέσεων στο ύψος των ορισμάτων", "SSE.Controllers.DocumentHolder.txtMatrixAlign": "Στοίχιση πίνακα", "SSE.Controllers.DocumentHolder.txtNoChoices": "Δεν υπάρχουν επιλογές για το γέμισμα του κελιού.
Μόνο τιμές κειμένου από την στήλη μπορούν να επιλεγούν για αντικατάσταση.", @@ -512,6 +546,7 @@ "SSE.Controllers.DocumentHolder.txtRemLimit": "Αφαίρεση ορίου", "SSE.Controllers.DocumentHolder.txtRemoveAccentChar": "Αφαίρεση τονισμένου χαρακτήρα", "SSE.Controllers.DocumentHolder.txtRemoveBar": "Αφαίρεση μπάρας", + "SSE.Controllers.DocumentHolder.txtRemoveWarning": "Θέλετε να αφαιρέσετε αυτή την υπογραφή;
Δεν μπορεί να αναιρεθεί.", "SSE.Controllers.DocumentHolder.txtRemScripts": "Αφαίρεση δεσμών ενεργειών", "SSE.Controllers.DocumentHolder.txtRemSubscript": "Αφαίρεση δείκτη", "SSE.Controllers.DocumentHolder.txtRemSuperscript": "Αφαίρεση εκθέτη", @@ -551,6 +586,7 @@ "SSE.Controllers.LeftMenu.textByRows": "Κατά γραμμές", "SSE.Controllers.LeftMenu.textFormulas": "Τύποι", "SSE.Controllers.LeftMenu.textItemEntireCell": "Ολόκληρο το περιεχόμενου κελιού", + "SSE.Controllers.LeftMenu.textLoadHistory": "Φόρτωση ιστορικού εκδόσεων...", "SSE.Controllers.LeftMenu.textLookin": "Αναζήτηση σε", "SSE.Controllers.LeftMenu.textNoTextFound": "Τα δεδομένα που αναζητάτε δεν βρέθηκαν. Παρακαλούμε προσαρμόστε τις επιλογές αναζήτησης.", "SSE.Controllers.LeftMenu.textReplaceSkipped": "Η αντικατάσταση έγινε. {0} εμφανίσεις προσπεράστηκαν.", @@ -565,6 +601,7 @@ "SSE.Controllers.LeftMenu.warnDownloadAs": "Αν προχωρήσετε με την αποθήκευση σε αυτή τη μορφή, όλα τα χαρακτηριστικά πλην του κειμένου θα χαθούν.
Θέλετε σίγουρα να συνεχίσετε;", "SSE.Controllers.Main.confirmMoveCellRange": "Το εύρος κελιών προορισμού περιέχει δεδομένα. Να συνεχιστεί η λειτουργία;", "SSE.Controllers.Main.confirmPutMergeRange": "Τα δεδομένα προέλευσης περιείχαν συγχωνευμένα κελιά.
Αυτά διαιρέθηκαν πριν την επικόλλησή τους στον πίνακα.", + "SSE.Controllers.Main.confirmReplaceFormulaInTable": "Οι τύποι στη γραμμή κεφαλίδας θα αφαιρεθούν και θα μετατραπούν σε στατικό κείμενο.
Θέλετε να συνεχίσετε;", "SSE.Controllers.Main.convertationTimeoutText": "Υπέρβαση χρονικού ορίου μετατροπής.", "SSE.Controllers.Main.criticalErrorExtText": "Πατήστε \"Εντάξει\" για να επιστρέψετε στη λίστα εγγράφων.", "SSE.Controllers.Main.criticalErrorTitle": "Σφάλμα", @@ -615,6 +652,7 @@ "SSE.Controllers.Main.errorKeyEncrypt": "Άγνωστος περιγραφέας κλειδιού", "SSE.Controllers.Main.errorKeyExpire": "Ο περιγραφέας κλειδιού έχει λήξει", "SSE.Controllers.Main.errorLabledColumnsPivot": "Για να δημιουργηθεί συγκεντρωτικός πίνακας, χρησιμοποιήστε δεδομένα οργανωμένα ως λίστα στηλών με ετικέτες.", + "SSE.Controllers.Main.errorLoadingFont": "Οι γραμματοσειρές δεν έχουν φορτωθεί.
Παρακαλούμε επικοινωνήστε με τον διαχειριστή του Εξυπηρετητή Εγγράφων σας.", "SSE.Controllers.Main.errorLockedAll": "Η λειτουργία δεν μπόρεσε να γίνει καθώς το φύλλο έχει κλειδωθεί από άλλο χρήστη.", "SSE.Controllers.Main.errorLockedCellPivot": "Δεν είναι δυνατή η τροποποίηση δεδομένων εντός ενός συγκεντρωτικού πίνακα", "SSE.Controllers.Main.errorLockedWorksheetRename": "Το φύλλο δεν μπορεί να μετονομαστεί προς το παρόν καθώς μετονομάζεται από άλλο χρήστη", @@ -638,6 +676,7 @@ "SSE.Controllers.Main.errorSessionIdle": "Το έγγραφο δεν έχει επεξεργαστεί εδώ και πολύ ώρα. Παρακαλούμε φορτώστε ξανά τη σελίδα.", "SSE.Controllers.Main.errorSessionToken": "Η σύνδεση με το διακομιστή έχει διακοπεί. Παρακαλούμε φορτώστε ξανά τη σελίδα.", "SSE.Controllers.Main.errorSetPassword": "Δεν ήταν δυνατός ο ορισμός του συνθηματικού.", + "SSE.Controllers.Main.errorSingleColumnOrRowError": "Η αναφορά θέσης δεν είναι έγκυρη επειδή τα κελιά δε βρίσκονται όλα στην ίδια γραμμή ή στήλη.
Επιλέξτε κελιά που βρίσκονται όλα σε μια γραμμή ή στήλη.", "SSE.Controllers.Main.errorStockChart": "Λανθασμένη διάταξη γραμμών. Για να δημιουργήσετε ένα γράφημα μετοχών τοποθετήστε τα δεδομένα στο φύλλο με την ακόλουθη σειρά:
τιμή ανοίγματος, μέγιστη τιμή, ελάχιστη τιμή, τιμή κλεισίματος.", "SSE.Controllers.Main.errorToken": "Το κλειδί ασφαλείας του εγγράφου δεν είναι σωστά σχηματισμένο.
Παρακαλούμε επικοινωνήστε με τον διαχειριστή του Εξυπηρετητή Εγγράφων.", "SSE.Controllers.Main.errorTokenExpire": "Το κλειδί ασφαλείας του εγγράφου έληξε.
Παρακαλούμε επικοινωνήστε με τον διαχειριστή του Εξυπηρετητή Εγγράφων.", @@ -687,8 +726,10 @@ "SSE.Controllers.Main.textConfirm": "Επιβεβαίωση", "SSE.Controllers.Main.textContactUs": "Επικοινωνήστε με το τμήμα πωλήσεων", "SSE.Controllers.Main.textCustomLoader": "Παρακαλούμε λάβετε υπόψη ότι σύμφωνα με τους όρους της άδειας δεν δικαιούστε αλλαγή του φορτωτή.
Παρακαλούμε επικοινωνήστε με το Τμήμα Πωλήσεων για να λάβετε μια προσφορά.", + "SSE.Controllers.Main.textDisconnect": "Η σύνδεση χάθηκε", "SSE.Controllers.Main.textGuest": "Επισκέπτης", "SSE.Controllers.Main.textHasMacros": "Το αρχείο περιέχει αυτόματες μακροεντολές.
Θέλετε να εκτελέσετε μακροεντολές;", + "SSE.Controllers.Main.textLearnMore": "Μάθετε Περισσότερα", "SSE.Controllers.Main.textLoadingDocument": "Φόρτωση λογιστικού φύλλου", "SSE.Controllers.Main.textLongName": "Εισάγετε ένα όνομα μικρότερο από 128 χαρακτήρες.", "SSE.Controllers.Main.textNo": "Όχι", @@ -723,6 +764,7 @@ "SSE.Controllers.Main.txtDays": "Ημέρες", "SSE.Controllers.Main.txtDiagramTitle": "Τίτλος Γραφήματος", "SSE.Controllers.Main.txtEditingMode": "Ορισμός λειτουργίας επεξεργασίας...", + "SSE.Controllers.Main.txtErrorLoadHistory": "Η φόρτωση ιστορικού απέτυχε", "SSE.Controllers.Main.txtFiguredArrows": "Σχηματικά Βέλη", "SSE.Controllers.Main.txtFile": "Αρχείο", "SSE.Controllers.Main.txtGrandTotal": "Τελικό Σύνολο", @@ -942,6 +984,7 @@ "SSE.Controllers.Main.txtTab": "Καρτέλα", "SSE.Controllers.Main.txtTable": "Πίνακας", "SSE.Controllers.Main.txtTime": "Ώρα", + "SSE.Controllers.Main.txtUnlockRangeDescription": "Εισάγετε το συνθηματικό τροποποίησης αυτού του εύρους:", "SSE.Controllers.Main.txtUnlockRangeWarning": "Ένα εύρος που προσπαθείτε να τροποποιήσετε προστατεύεται με συνθηματικό.", "SSE.Controllers.Main.txtValues": "Τιμές", "SSE.Controllers.Main.txtXAxis": "Άξονας Χ", @@ -949,6 +992,8 @@ "SSE.Controllers.Main.txtYears": "Έτη", "SSE.Controllers.Main.unknownErrorText": "Άγνωστο σφάλμα.", "SSE.Controllers.Main.unsupportedBrowserErrorText": "Ο περιηγητής σας δεν υποστηρίζεται.", + "SSE.Controllers.Main.uploadDocFileCountMessage": "Δεν μεταφορτώθηκαν έγγραφα.", + "SSE.Controllers.Main.uploadDocSizeMessage": "Ξεπεράστηκε το μέγιστο μέγεθος εγγράφου.", "SSE.Controllers.Main.uploadImageExtMessage": "Άγνωστη μορφή εικόνας.", "SSE.Controllers.Main.uploadImageFileCountMessage": "Δεν μεταφορτώθηκαν εικόνες.", "SSE.Controllers.Main.uploadImageSizeMessage": "Υπέρβαση ορίου μέγιστου μεγέθους εικόνας.", @@ -990,9 +1035,11 @@ "SSE.Controllers.Toolbar.errorStockChart": "Λανθασμένη διάταξη γραμμών. Για να δημιουργήσετε ένα γράφημα μετοχών τοποθετήστε τα δεδομένα στο φύλλο με την ακόλουθη σειρά:
τιμή ανοίγματος, μέγιστη τιμή, ελάχιστη τιμή, τιμή κλεισίματος.", "SSE.Controllers.Toolbar.textAccent": "Τόνοι/Πνεύματα", "SSE.Controllers.Toolbar.textBracket": "Αγκύλες", + "SSE.Controllers.Toolbar.textDirectional": "Κατευθυντικό", "SSE.Controllers.Toolbar.textFontSizeErr": "Η τιμή που βάλατε δεν είναι αποδεκτή.
Παρακαλούμε βάλτε μια αριθμητική τιμή μεταξύ 1 και 409", "SSE.Controllers.Toolbar.textFraction": "Κλάσματα", "SSE.Controllers.Toolbar.textFunction": "Συναρτήσεις", + "SSE.Controllers.Toolbar.textIndicator": "Δείκτες", "SSE.Controllers.Toolbar.textInsert": "Εισαγωγή", "SSE.Controllers.Toolbar.textIntegral": "Ολοκληρώματα", "SSE.Controllers.Toolbar.textLargeOperator": "Μεγάλοι Τελεστές", @@ -1183,6 +1230,7 @@ "SSE.Controllers.Toolbar.txtLimitLog_LogBase": "Λογάριθμος", "SSE.Controllers.Toolbar.txtLimitLog_Max": "Μέγιστο", "SSE.Controllers.Toolbar.txtLimitLog_Min": "Ελάχιστο", + "SSE.Controllers.Toolbar.txtLockSort": "Υπάρχουν δεδομένα δίπλα στην επιλογή σας, αλλά δεν έχετε επαρκή δικαιώματα τροποποίησης αυτών των κελιών.
Θέλετε να συνεχίσετε με την τρέχουσα επιλογή;", "SSE.Controllers.Toolbar.txtMatrix_1_2": "1x2 κενός πίνακας", "SSE.Controllers.Toolbar.txtMatrix_1_3": "1x3 κενός πίνακας", "SSE.Controllers.Toolbar.txtMatrix_2_1": "2x1 κενός πίνακας", @@ -1409,7 +1457,10 @@ "SSE.Views.CellSettings.textGradientColor": "Χρώμα", "SSE.Views.CellSettings.textGradientFill": "Βαθμωτό Γέμισμα", "SSE.Views.CellSettings.textIndent": "Εσοχή", + "SSE.Views.CellSettings.textItems": "Αντικείμενα", "SSE.Views.CellSettings.textLinear": "Γραμμικός", + "SSE.Views.CellSettings.textManageRule": "Διαχείριση Κανόνων", + "SSE.Views.CellSettings.textNewRule": "Νέος Κανόνας", "SSE.Views.CellSettings.textNoFill": "Χωρίς Γέμισμα", "SSE.Views.CellSettings.textOrientation": "Προσανατολισμός Κειμένου", "SSE.Views.CellSettings.textPattern": "Μοτίβο", @@ -1417,6 +1468,10 @@ "SSE.Views.CellSettings.textPosition": "Θέση", "SSE.Views.CellSettings.textRadial": "Ακτινικός", "SSE.Views.CellSettings.textSelectBorders": "Επιλέξτε τα περιγράμματα που θέλετε να αλλάξετε εφαρμόζοντας την ανωτέρω επιλεγμένη τεχνοτροπία", + "SSE.Views.CellSettings.textSelection": "Από την τρέχουσα επιλογή", + "SSE.Views.CellSettings.textThisPivot": "Από αυτόν τον συγκεντρωτικό πίνακα", + "SSE.Views.CellSettings.textThisSheet": "Από αυτό το φύλλο εργασίας", + "SSE.Views.CellSettings.textThisTable": "Από αυτόν τον πίνακα", "SSE.Views.CellSettings.tipAddGradientPoint": "Προσθήκη σημείου διαβάθμισης", "SSE.Views.CellSettings.tipAll": "Ορισμός εξωτερικού περιγράμματος και όλων των εσωτερικών γραμμών", "SSE.Views.CellSettings.tipBottom": "Ορισμός μόνο εξωτερικού κάτω περιγράμματος", @@ -1629,12 +1684,17 @@ "SSE.Views.CreatePivotDialog.textTitle": "Δημιουργία Συγκεντρωτικού Πίνακα", "SSE.Views.CreatePivotDialog.txtEmpty": "Αυτό το πεδίο είναι υποχρεωτικό", "SSE.Views.CreateSparklineDialog.textDestination": "Επιλογή θέσης για τα μικρογραφήματα", + "SSE.Views.CreateSparklineDialog.textInvalidRange": "Μη έγκυρο εύρος κελιών", + "SSE.Views.CreateSparklineDialog.textTitle": "Δημιουργία Μικρογραφημάτων", "SSE.Views.DataTab.capBtnGroup": "Ομάδα", "SSE.Views.DataTab.capBtnTextCustomSort": "Προσαρμοσμένη Ταξινόμηση", "SSE.Views.DataTab.capBtnTextDataValidation": "Επικύρωση Δεδομένων", "SSE.Views.DataTab.capBtnTextRemDuplicates": "Αφαίρεση Διπλότυπων", "SSE.Views.DataTab.capBtnTextToCol": "Κείμενο σε Στήλες", "SSE.Views.DataTab.capBtnUngroup": "Κατάργηση ομαδοποίησης", + "SSE.Views.DataTab.capDataFromText": "Λήψη δεδομένων", + "SSE.Views.DataTab.mniFromFile": "Από τοπικό αρχείο TXT/CSV", + "SSE.Views.DataTab.mniFromUrl": "Από διεύθυνση ιστού σε αρχείο TXT/CSV", "SSE.Views.DataTab.textBelow": "Περίληψη γραμμών κάτω από τις γραμμές λεπτομέρειας", "SSE.Views.DataTab.textClear": "Καθαρισμός ομάδας", "SSE.Views.DataTab.textColumns": "Κατάργηση ομαδοποίησης στηλών", @@ -1643,6 +1703,7 @@ "SSE.Views.DataTab.textRightOf": "Περίληψη στηλών στα δεξιά των στηλών λεπτομερειών", "SSE.Views.DataTab.textRows": "Αναίρεση ομαδοποίησης γραμμών", "SSE.Views.DataTab.tipCustomSort": "Προσαρμοσμένη ταξινόμηση", + "SSE.Views.DataTab.tipDataFromText": "Λήψη δεδομένων από αρχείο TXT/CSV", "SSE.Views.DataTab.tipDataValidation": "Επικύρωση δεδομένων", "SSE.Views.DataTab.tipGroup": "Ομαδοποίηση εύρους κελιών", "SSE.Views.DataTab.tipRemDuplicates": "Αφαίρεση διπλότυπων γραμμών από ένα φύλλο", @@ -1785,6 +1846,7 @@ "SSE.Views.DocumentHolder.textMore": "Περισσότερες συναρτήσεις", "SSE.Views.DocumentHolder.textMoreFormats": "Περισσότερες μορφές", "SSE.Views.DocumentHolder.textNone": "Κανένα", + "SSE.Views.DocumentHolder.textNumbering": "Αρίθμηση", "SSE.Views.DocumentHolder.textReplace": "Αντικατάσταση εικόνας", "SSE.Views.DocumentHolder.textRotate": "Περιστροφή", "SSE.Views.DocumentHolder.textRotate270": "Περιστροφή 90° Αριστερόστροφα", @@ -1818,6 +1880,7 @@ "SSE.Views.DocumentHolder.txtClearText": "Κείμενο", "SSE.Views.DocumentHolder.txtColumn": "Ολόκληρη στήλη", "SSE.Views.DocumentHolder.txtColumnWidth": "Ορισμός Πλάτους Στήλης", + "SSE.Views.DocumentHolder.txtCondFormat": "Μορφοποίηση Υπό Όρους", "SSE.Views.DocumentHolder.txtCopy": "Αντιγραφή", "SSE.Views.DocumentHolder.txtCurrency": "Νόμισμα", "SSE.Views.DocumentHolder.txtCustomColumnWidth": "Προσαρμοσμένο Πλάτος Στήλης", @@ -1911,6 +1974,7 @@ "SSE.Views.FileMenu.btnSettingsCaption": "Προηγμένες Ρυθμίσεις...", "SSE.Views.FileMenu.btnToEditCaption": "Επεξεργασία Λογιστικού Φύλλου", "SSE.Views.FileMenuPanels.CreateNew.txtBlank": "Κενό Φύλλο Εργασίας", + "SSE.Views.FileMenuPanels.CreateNew.txtCreateNew": "Δημιουργία Νέου", "SSE.Views.FileMenuPanels.DocumentInfo.okButtonText": "Εφαρμογή", "SSE.Views.FileMenuPanels.DocumentInfo.txtAddAuthor": "Προσθήκη Συγγραφέα", "SSE.Views.FileMenuPanels.DocumentInfo.txtAddText": "Προσθήκη Κειμένου", @@ -1971,16 +2035,27 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCa": "Καταλανικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCacheMode": "Προεπιλεγμένη κατάσταση λανθάνουσας μνήμης", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCm": "Εκατοστό", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCs": "Τσέχικα", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDa": "Δανέζικα", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDe": "Γερμανικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEl": "Ελληνικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEn": "Αγγλικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "Ισπανικά", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFi": "Φινλανδικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFr": "Γαλλικά", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtHu": "Ουγγρικά", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtId": "Ινδονησιακά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtInch": "Ίντσα", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Ιταλικά", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtJa": "Ιαπωνικά", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtKo": "Κορεάτικα", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "Εμφάνιση Σχολίων", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLo": "Λαοϊκά", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLv": "Λετονικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "ως OS X", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNative": "Εγγενής", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNb": "Νορβηγικά", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNl": "Ολλανδικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "Πολωνικά", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "Σημείο", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Ρώσικα", @@ -2012,6 +2087,7 @@ "SSE.Views.FileMenuPanels.Settings.txtGeneral": "Γενικά", "SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Ρυθμίσεις Σελίδας", "SSE.Views.FileMenuPanels.Settings.txtSpellChecking": "Έλεγχος ορθογραφίας", + "SSE.Views.FormatRulesEditDlg.fillColor": "Χρώμα γεμίσματος", "SSE.Views.FormatRulesEditDlg.notcriticalErrorTitle": "Προειδοποίηση", "SSE.Views.FormatRulesEditDlg.text2Scales": "Δίχρωμη κλίμακα", "SSE.Views.FormatRulesEditDlg.text3Scales": "Τρίχρωμη κλίμακα", @@ -2028,13 +2104,39 @@ "SSE.Views.FormatRulesEditDlg.textBottomBorders": "Κάτω Περιγράμματα", "SSE.Views.FormatRulesEditDlg.textCannotAddCF": "Δεν είναι δυνατή η προσθήκη της μορφοποίησης υπό όρους.", "SSE.Views.FormatRulesEditDlg.textCellMidpoint": "Μέσον κελιού", + "SSE.Views.FormatRulesEditDlg.textCenterBorders": "Εσωτερικά Κατακόρυφα Περιγράμματα", "SSE.Views.FormatRulesEditDlg.textClear": "Εκκαθάριση", "SSE.Views.FormatRulesEditDlg.textColor": "Χρώμα κειμένου", + "SSE.Views.FormatRulesEditDlg.textContext": "Συμφραζόμενα", + "SSE.Views.FormatRulesEditDlg.textCustom": "Προσαρμογή", + "SSE.Views.FormatRulesEditDlg.textDiagDownBorder": "Διαγώνιο Κάτω Περίγραμμα", + "SSE.Views.FormatRulesEditDlg.textDiagUpBorder": "Διαγώνιο Επάνω Περίγραμμα", + "SSE.Views.FormatRulesEditDlg.textEmptyFormula": "Εισάγετε έναν έγκυρο τύπο.", + "SSE.Views.FormatRulesEditDlg.textEmptyText": "Εισάγετε μια τιμή.", + "SSE.Views.FormatRulesEditDlg.textErrorTop10Between": "Εισάγετε έναν αριθμό μεταξύ {0} και {1}.", "SSE.Views.FormatRulesEditDlg.textFill": "Γέμισμα", "SSE.Views.FormatRulesEditDlg.textFormat": "Μορφή", "SSE.Views.FormatRulesEditDlg.textFormula": "Τύπος", + "SSE.Views.FormatRulesEditDlg.textGradient": "Βαθμωτό", + "SSE.Views.FormatRulesEditDlg.textIconStyle": "Τεχνοτροπία Εικονιδίου", + "SSE.Views.FormatRulesEditDlg.textInsideBorders": "Εσωτερικά Περιγράμματα", + "SSE.Views.FormatRulesEditDlg.textInvalid": "Μη έγκυρο εύρος δεδομένων.", + "SSE.Views.FormatRulesEditDlg.textInvalidRange": "ΣΦΑΛΜΑ! Μη έγκυρο εύρος κελιών", + "SSE.Views.FormatRulesEditDlg.textItalic": "Πλάγια", + "SSE.Views.FormatRulesEditDlg.textItem": "Αντικείμενο", + "SSE.Views.FormatRulesEditDlg.textLeft2Right": "Αριστερά προς δεξιά", + "SSE.Views.FormatRulesEditDlg.textLeftBorders": "Αριστερά Περιγράμματα", "SSE.Views.FormatRulesEditDlg.textLongBar": "μακρύτερη μπάρα", + "SSE.Views.FormatRulesEditDlg.textMaximum": "Μέγιστο", + "SSE.Views.FormatRulesEditDlg.textMaxpoint": "Μέγιστο σημείο", + "SSE.Views.FormatRulesEditDlg.textMiddleBorders": "Εσωτερικά Οριζόντια Περιγράμματα", + "SSE.Views.FormatRulesEditDlg.textMidpoint": "Μεσαίο σημείο", + "SSE.Views.FormatRulesEditDlg.textMinimum": "Ελάχιστο", + "SSE.Views.FormatRulesEditDlg.textMinpoint": "Ελάχιστο σημείο", + "SSE.Views.FormatRulesEditDlg.textNegative": "Αρνητική", "SSE.Views.FormatRulesEditDlg.textNewColor": "Προσθήκη Νέου Προσαρμοσμένου Χρώματος", + "SSE.Views.FormatRulesEditDlg.textNoBorders": "Χωρίς Περιγράμματα", + "SSE.Views.FormatRulesEditDlg.textNone": "Κανένα", "SSE.Views.FormatRulesEditDlg.textRelativeRef": "Δεν μπορείτε να χρησιμοποιήσετε σχετικές αναφορές στα κριτήρια μορφοποίησης υπό όρους για χρωματικές κλίμακες, μπάρες δεδομένων και σύνολα εικονιδίων.", "SSE.Views.FormatRulesEditDlg.textShortBar": "κοντύτερη μπάρα", "SSE.Views.FormatRulesEditDlg.textShowBar": "Εμφάνιση μπάρας μόνο", @@ -2043,10 +2145,17 @@ "SSE.Views.FormatRulesEditDlg.textSuperscript": "Εκθέτης", "SSE.Views.FormatRulesEditDlg.textUnderline": "Υπογράμμιση", "SSE.Views.FormatRulesEditDlg.tipBorders": "Περιγράμματα", + "SSE.Views.FormatRulesEditDlg.tipNumFormat": "Μορφή Αριθμού", "SSE.Views.FormatRulesEditDlg.txtAccounting": "Λογιστική", + "SSE.Views.FormatRulesEditDlg.txtCurrency": "Νόμισμα", "SSE.Views.FormatRulesEditDlg.txtDate": "Ημερομηνία", "SSE.Views.FormatRulesEditDlg.txtFraction": "Κλάσμα", + "SSE.Views.FormatRulesEditDlg.txtGeneral": "Γενικά", + "SSE.Views.FormatRulesEditDlg.txtNoCellIcon": "Χωρίς Εικονίδιο", + "SSE.Views.FormatRulesEditDlg.txtNumber": "Αριθμός", "SSE.Views.FormatRulesEditDlg.txtText": "Κείμενο", + "SSE.Views.FormatRulesEditDlg.txtTitleEdit": "Επεξεργασία Κανόνα Μορφοποίησης", + "SSE.Views.FormatRulesEditDlg.txtTitleNew": "Νέος Κανόνας Μορφοποίησης", "SSE.Views.FormatRulesManagerDlg.guestText": "Επισκέπτης", "SSE.Views.FormatRulesManagerDlg.text1Above": "1 τυπική απόκλιση πάνω από το μέσο όρο", "SSE.Views.FormatRulesManagerDlg.text1Below": "1 τυπική απόκλιση κάτω από το μέσο όρο", @@ -2058,17 +2167,28 @@ "SSE.Views.FormatRulesManagerDlg.textApply": "Εφαρμογή σε", "SSE.Views.FormatRulesManagerDlg.textBeginsWith": "Η τιμή του κελιού ξεκινά με", "SSE.Views.FormatRulesManagerDlg.textBelow": "Κάτω από τον μέσο όρο", + "SSE.Views.FormatRulesManagerDlg.textBetween": "είναι μεταξύ {0] και {1}", "SSE.Views.FormatRulesManagerDlg.textCellValue": "Τιμή κελιού", + "SSE.Views.FormatRulesManagerDlg.textColorScale": "Βαθμωτή χρωματική κλίμακα", "SSE.Views.FormatRulesManagerDlg.textContains": "Η τιμή του κελιού περιέχει", "SSE.Views.FormatRulesManagerDlg.textContainsBlank": "Το κελί περιέχει μια κενή τιμή", "SSE.Views.FormatRulesManagerDlg.textContainsError": "Το κελί περιέχει σφάλμα", "SSE.Views.FormatRulesManagerDlg.textDelete": "Διαγραφή", + "SSE.Views.FormatRulesManagerDlg.textDown": "Μετακίνηση κανόνα κάτω", + "SSE.Views.FormatRulesManagerDlg.textDuplicate": "Διπλότυπες τιμές", "SSE.Views.FormatRulesManagerDlg.textEdit": "Επεξεργασία", "SSE.Views.FormatRulesManagerDlg.textEnds": "Η τιμή του κελιού τελειώνει με", + "SSE.Views.FormatRulesManagerDlg.textEqAbove": "Ίσο με ή μεγαλύτερο του μέσου όρου", + "SSE.Views.FormatRulesManagerDlg.textEqBelow": "Ίσο με ή μικρότερο του μέσου όρου", "SSE.Views.FormatRulesManagerDlg.textFormat": "Μορφή", + "SSE.Views.FormatRulesManagerDlg.textIconSet": "Σύνολο εικονιδίων", + "SSE.Views.FormatRulesManagerDlg.textNew": "Νέο", + "SSE.Views.FormatRulesManagerDlg.textNotBetween": "δεν είναι μεταξύ {0} και {1}", "SSE.Views.FormatRulesManagerDlg.textNotContains": "Η τιμή του κελιού δεν περιέχει", "SSE.Views.FormatRulesManagerDlg.textNotContainsBlank": "Το κελί δεν περιέχει μια κενή τιμή", "SSE.Views.FormatRulesManagerDlg.textNotContainsError": "Το κελί δεν περιέχει σφάλμα", + "SSE.Views.FormatRulesManagerDlg.textSelection": "Τρέχουσα επιλογή", + "SSE.Views.FormatRulesManagerDlg.textUp": "Μετακίνηση κανόνα πάνω", "SSE.Views.FormatRulesManagerDlg.txtTitle": "Μορφοποίηση Υπό Όρους", "SSE.Views.FormatSettingsDialog.textCategory": "Κατηγορία", "SSE.Views.FormatSettingsDialog.textDecimal": "Δεκαδικός", @@ -2234,6 +2354,7 @@ "SSE.Views.LeftMenu.txtLimit": "Περιορισμός Πρόσβασης", "SSE.Views.LeftMenu.txtTrial": "ΚΑΤΑΣΤΑΣΗ ΔΟΚΙΜΑΣΤΙΚΗΣ ΛΕΙΤΟΥΡΓΙΑΣ", "SSE.Views.LeftMenu.txtTrialDev": "Δοκιμαστική Λειτουργία για Προγραμματιστές", + "SSE.Views.MacroDialog.textMacro": "Όνομα μακροεντολής", "SSE.Views.MacroDialog.textTitle": "Ανάθεση Μακροεντολής", "SSE.Views.MainSettingsPrint.okButtonText": "Αποθήκευση", "SSE.Views.MainSettingsPrint.strBottom": "Κάτω", @@ -2511,7 +2632,28 @@ "SSE.Views.PrintTitlesDialog.textSelectRange": "Επιλογή εύρους", "SSE.Views.PrintTitlesDialog.textTitle": "Εκτύπωση Τίτλων", "SSE.Views.PrintTitlesDialog.textTop": "Επανάληψη γραμμών στην κορυφή", + "SSE.Views.ProtectDialog.textExistName": "ΣΦΑΛΜΑ! Υπάρχει ήδη εύρος με αυτόν τον τίτλο", + "SSE.Views.ProtectDialog.textInvalidRange": "ΣΦΑΛΜΑ! Μη έγκυρο εύρος κελιών", "SSE.Views.ProtectDialog.txtAllow": "Επιτρέπεται σε όλους τους χρήστες του φύλλου να", + "SSE.Views.ProtectDialog.txtDelCols": "Διαγραφή στηλών", + "SSE.Views.ProtectDialog.txtDelRows": "Διαγραφή γραμμών", + "SSE.Views.ProtectDialog.txtFormatCells": "Μορφοποίηση κελιών", + "SSE.Views.ProtectDialog.txtFormatCols": "Μορφοποίηση στηλών", + "SSE.Views.ProtectDialog.txtFormatRows": "Μορφοποίηση γραμμών", + "SSE.Views.ProtectDialog.txtIncorrectPwd": "Το συνθηματικό επιβεβαίωσης δεν είναι πανομοιότυπο", + "SSE.Views.ProtectDialog.txtInsCols": "Εισαγωγή στηλών", + "SSE.Views.ProtectDialog.txtInsHyper": "Εισαγωγή υπερυνδέσμου", + "SSE.Views.ProtectDialog.txtInsRows": "Εισαγωγή γραμμών", + "SSE.Views.ProtectDialog.txtObjs": "Επεξεργασία αντικειμένων", + "SSE.Views.ProtectDialog.txtScen": "Επεξεργασία σεναρίων", + "SSE.Views.ProtectRangesDlg.guestText": "Επισκέπτης", + "SSE.Views.ProtectRangesDlg.textDelete": "Διαγραφή", + "SSE.Views.ProtectRangesDlg.textEdit": "Επεξεργασία", + "SSE.Views.ProtectRangesDlg.textEmpty": "Δεν επιτρέπεται η επεξεργασία κανενός εύρους.", + "SSE.Views.ProtectRangesDlg.textNew": "Νέο", + "SSE.Views.ProtectRangesDlg.txtEditRange": "Επεξεργασία Εύρους", + "SSE.Views.ProtectRangesDlg.txtNewRange": "Νέο Εύρος", + "SSE.Views.ProtectRangesDlg.txtNo": "Όχι", "SSE.Views.ProtectRangesDlg.txtTitle": "Επιτρέπεται στους Χρήστες Επεξεργασία Ευρών", "SSE.Views.ProtectRangesDlg.warnDelete": "Θέλετε σίγουρα να διαγράψετε το όνομα {0};", "SSE.Views.RemoveDuplicatesDialog.textColumns": "Στήλες", @@ -3001,9 +3143,11 @@ "SSE.Views.Toolbar.textInsideBorders": "Εσωτερικά Περιγράμματα", "SSE.Views.Toolbar.textInsRight": "Ολίσθηση Κελιών Δεξιά", "SSE.Views.Toolbar.textItalic": "Πλάγια", + "SSE.Views.Toolbar.textItems": "Αντικείμενα", "SSE.Views.Toolbar.textLandscape": "Οριζόντιος", "SSE.Views.Toolbar.textLeft": "Αριστερά:", "SSE.Views.Toolbar.textLeftBorders": "Αριστερά Περιγράμματα", + "SSE.Views.Toolbar.textManageRule": "Διαχείριση Κανόνων", "SSE.Views.Toolbar.textManyPages": "σελίδες", "SSE.Views.Toolbar.textMarginsLast": "Τελευταίο Προσαρμοσμένο", "SSE.Views.Toolbar.textMarginsNarrow": "Στενό", @@ -3013,6 +3157,7 @@ "SSE.Views.Toolbar.textMoreFormats": "Περισσότερες μορφές", "SSE.Views.Toolbar.textMorePages": "Περισσότερες σελίδες", "SSE.Views.Toolbar.textNewColor": "Προσθήκη Νέου Προσαρμοσμένου Χρώματος", + "SSE.Views.Toolbar.textNewRule": "Νέος Κανόνας", "SSE.Views.Toolbar.textNoBorders": "Χωρίς Περιγράμματα", "SSE.Views.Toolbar.textOnePage": "σελίδα", "SSE.Views.Toolbar.textOutBorders": "Εξωτερικά Περιγράμματα", @@ -3026,6 +3171,7 @@ "SSE.Views.Toolbar.textRotateUp": "Περιστροφή Κειμένου Πάνω", "SSE.Views.Toolbar.textScale": "Κλίμακα", "SSE.Views.Toolbar.textScaleCustom": "Προσαρμογή", + "SSE.Views.Toolbar.textSelection": "Από την τρέχουσα επιλογή", "SSE.Views.Toolbar.textSetPrintArea": "Ορισμός Εκτυπώσιμης Περιοχής", "SSE.Views.Toolbar.textStrikeout": "Διαγραφή", "SSE.Views.Toolbar.textSubscript": "Δείκτης", @@ -3040,6 +3186,9 @@ "SSE.Views.Toolbar.textTabLayout": "Διάταξη", "SSE.Views.Toolbar.textTabProtect": "Προστασία", "SSE.Views.Toolbar.textTabView": "Προβολή", + "SSE.Views.Toolbar.textThisPivot": "Από αυτόν τον συγκεντρωτικό πίνακα", + "SSE.Views.Toolbar.textThisSheet": "Από αυτό το φύλλο εργασίας", + "SSE.Views.Toolbar.textThisTable": "Από αυτόν τον πίνακα", "SSE.Views.Toolbar.textTop": "Πάνω:", "SSE.Views.Toolbar.textTopBorders": "Πάνω Περιγράμματα", "SSE.Views.Toolbar.textUnderline": "Υπογράμμιση", @@ -3088,6 +3237,7 @@ "SSE.Views.Toolbar.tipInsertOpt": "Εισαγωγή κελιών", "SSE.Views.Toolbar.tipInsertShape": "Εισαγωγή αυτόματου σχήματος", "SSE.Views.Toolbar.tipInsertSlicer": "Εισαγωγή αναλυτή", + "SSE.Views.Toolbar.tipInsertSpark": "Εισαγωγή μικρογραφήματος", "SSE.Views.Toolbar.tipInsertSymbol": "Εισαγωγή συμβόλου", "SSE.Views.Toolbar.tipInsertTable": "Εισαγωγή πίνακα", "SSE.Views.Toolbar.tipInsertText": "Εισαγωγή πλαισίου κειμένου", @@ -3163,6 +3313,7 @@ "SSE.Views.Toolbar.txtScheme2": "Αποχρώσεις του γκρι", "SSE.Views.Toolbar.txtScheme20": "Αστικό", "SSE.Views.Toolbar.txtScheme21": "Οίστρος", + "SSE.Views.Toolbar.txtScheme22": "Νέο Γραφείο", "SSE.Views.Toolbar.txtScheme3": "Άκρο", "SSE.Views.Toolbar.txtScheme4": "Άποψη", "SSE.Views.Toolbar.txtScheme5": "Κυβικό", @@ -3239,6 +3390,8 @@ "SSE.Views.ViewTab.textCreate": "Νέο", "SSE.Views.ViewTab.textDefault": "Προεπιλογή", "SSE.Views.ViewTab.textFormula": "Μπάρα μαθηματικών τύπων", + "SSE.Views.ViewTab.textFreezeCol": "Πάγωμα Πρώτης Στήλης", + "SSE.Views.ViewTab.textFreezeRow": "Πάγωμα Πάνω Γραμμής", "SSE.Views.ViewTab.textGridlines": "Γραμμές πλέγματος", "SSE.Views.ViewTab.textHeadings": "Επικεφαλίδες", "SSE.Views.ViewTab.textManager": "Διαχειριστής προβολής", @@ -3248,5 +3401,10 @@ "SSE.Views.ViewTab.tipFreeze": "Πάγωμα παραθύρων", "SSE.Views.ViewTab.tipSheetView": "Όψη φύλλου", "SSE.Views.WBProtection.hintAllowRanges": "Επιτρέπεται η επεξεργασία ευρών", - "SSE.Views.WBProtection.txtAllowRanges": "Επιτρέπεται Επεξεργασία Ευρών" + "SSE.Views.WBProtection.txtAllowRanges": "Επιτρέπεται Επεξεργασία Ευρών", + "SSE.Views.WBProtection.txtHiddenFormula": "Κρυφοί Τύποι", + "SSE.Views.WBProtection.txtLockedCell": "Κλειδωμένο Κελί", + "SSE.Views.WBProtection.txtLockedText": "Κλείδωμα Κειμένου", + "SSE.Views.WBProtection.txtSheetUnlockDescription": "Εισάγετε συνθηματικό για άρση προστασίας φύλλου", + "SSE.Views.WBProtection.txtWBUnlockDescription": "Εισάγετε συνθηματικό για άρση προστασίας βιβλίου εργασίας" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 1ca27aeb2..7ba93e2b7 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -364,8 +364,8 @@ "Common.Views.ReviewPopover.textOpenAgain": "Open Again", "Common.Views.ReviewPopover.textReply": "Reply", "Common.Views.ReviewPopover.textResolve": "Resolve", - "Common.Views.ReviewPopover.txtEditTip": "Edit", "Common.Views.ReviewPopover.txtDeleteTip": "Delete", + "Common.Views.ReviewPopover.txtEditTip": "Edit", "Common.Views.SaveAsDlg.textLoading": "Loading", "Common.Views.SaveAsDlg.textTitle": "Folder for save", "Common.Views.SelectFileDlg.textLoading": "Loading", diff --git a/apps/spreadsheeteditor/main/locale/es.json b/apps/spreadsheeteditor/main/locale/es.json index 5e23ec6f8..d281a8541 100644 --- a/apps/spreadsheeteditor/main/locale/es.json +++ b/apps/spreadsheeteditor/main/locale/es.json @@ -364,6 +364,8 @@ "Common.Views.ReviewPopover.textOpenAgain": "Abrir de nuevo", "Common.Views.ReviewPopover.textReply": "Responder", "Common.Views.ReviewPopover.textResolve": "Resolver", + "Common.Views.ReviewPopover.txtDeleteTip": "Eliminar", + "Common.Views.ReviewPopover.txtEditTip": "Editar", "Common.Views.SaveAsDlg.textLoading": "Cargando", "Common.Views.SaveAsDlg.textTitle": "Carpeta para guardar", "Common.Views.SelectFileDlg.textLoading": "Cargando", diff --git a/apps/spreadsheeteditor/main/locale/fr.json b/apps/spreadsheeteditor/main/locale/fr.json index c75bfc2c9..77d03c910 100644 --- a/apps/spreadsheeteditor/main/locale/fr.json +++ b/apps/spreadsheeteditor/main/locale/fr.json @@ -364,6 +364,8 @@ "Common.Views.ReviewPopover.textOpenAgain": "Ouvrir à nouveau", "Common.Views.ReviewPopover.textReply": "Répondre", "Common.Views.ReviewPopover.textResolve": "Résoudre", + "Common.Views.ReviewPopover.txtDeleteTip": "Supprimer", + "Common.Views.ReviewPopover.txtEditTip": "Modifier", "Common.Views.SaveAsDlg.textLoading": "Chargement", "Common.Views.SaveAsDlg.textTitle": "Dossier pour enregistrement", "Common.Views.SelectFileDlg.textLoading": "Chargement", diff --git a/apps/spreadsheeteditor/main/locale/ko.json b/apps/spreadsheeteditor/main/locale/ko.json index 04f222ab8..be1b2a465 100644 --- a/apps/spreadsheeteditor/main/locale/ko.json +++ b/apps/spreadsheeteditor/main/locale/ko.json @@ -692,7 +692,7 @@ "SSE.Controllers.Main.errorPasteMultiSelect": "이 작업은 여러 범위를 선택한 경우에는 사용할 수 없습니다.
단일 범위를 선택하고 다시 시도하십시오.", "SSE.Controllers.Main.errorPasteSlicerError": "테이블 슬라이서는 한 통합 문서에서 다른 통합 문서로 복사할 수 없습니다.", "SSE.Controllers.Main.errorPivotGroup": "그룹화할 수 없음", - "SSE.Controllers.Main.errorPivotOverlap": "피봇 보고서가 정해진 범위를 벗어났습니다.", + "SSE.Controllers.Main.errorPivotOverlap": "피벗 보고서가 정해진 범위를 벗어났습니다.", "SSE.Controllers.Main.errorPivotWithoutUnderlying": "피벗 테이블은 기본 데이터와 함께 저장되지 않습니다.
보고서를 업데이트하려면 \"업데이트\" 버튼을 사용하십시오.", "SSE.Controllers.Main.errorPrintMaxPagesCount": "유감스럽게도 현재 프로그램 버전에서 한 번에 1500 페이지 이상을 인쇄 할 수 없습니다.
이 제한 사항은 다음 릴리스에서 제거 될 예정입니다.", "SSE.Controllers.Main.errorProcessSaveResult": "저장 실패", @@ -1079,7 +1079,7 @@ "SSE.Controllers.Toolbar.textLongOperation": "Long operation", "SSE.Controllers.Toolbar.textMatrix": "Matrices", "SSE.Controllers.Toolbar.textOperator": "연산자", - "SSE.Controllers.Toolbar.textPivot": "피봇 테이블", + "SSE.Controllers.Toolbar.textPivot": "피벗 테이블", "SSE.Controllers.Toolbar.textRadical": "Radicals", "SSE.Controllers.Toolbar.textRating": "평가", "SSE.Controllers.Toolbar.textScript": "Scripts", @@ -2659,10 +2659,10 @@ "SSE.Views.PivotTable.textColHeader": "컬럼 헤더", "SSE.Views.PivotTable.textRowBanded": "줄무늬 행", "SSE.Views.PivotTable.textRowHeader": "열 헤더", - "SSE.Views.PivotTable.tipCreatePivot": "피봇 테이블 추가하기", + "SSE.Views.PivotTable.tipCreatePivot": "피벗 테이블 삽입", "SSE.Views.PivotTable.tipGrandTotals": "종합 합계 보이기 또는 숨기기", "SSE.Views.PivotTable.tipRefresh": "데이터 소스에서 정보를 업데이트 하기", - "SSE.Views.PivotTable.tipSelect": "전체 피봇 테이블 선택", + "SSE.Views.PivotTable.tipSelect": "전체 피벗 테이블 선택", "SSE.Views.PivotTable.tipSubtotals": "서브 합계 보이기 또는 숨기기", "SSE.Views.PivotTable.txtCreate": "표 삽입", "SSE.Views.PivotTable.txtPivotTable": "피벗 테이블", @@ -2778,7 +2778,7 @@ "SSE.Views.RightMenu.txtChartSettings": "차트 설정", "SSE.Views.RightMenu.txtImageSettings": "이미지 설정", "SSE.Views.RightMenu.txtParagraphSettings": "단락 설정", - "SSE.Views.RightMenu.txtPivotSettings": "피봇 테이블 세팅", + "SSE.Views.RightMenu.txtPivotSettings": "피벗 테이블 설정", "SSE.Views.RightMenu.txtSettings": "공통 설정", "SSE.Views.RightMenu.txtShapeSettings": "도형 설정", "SSE.Views.RightMenu.txtSignatureSettings": "서명 세팅", @@ -3294,7 +3294,7 @@ "SSE.Views.Toolbar.textSubscript": "첨자", "SSE.Views.Toolbar.textSubSuperscript": "첨자/위에 쓴", "SSE.Views.Toolbar.textSuperscript": "위에 쓴", - "SSE.Views.Toolbar.textTabCollaboration": "합치기", + "SSE.Views.Toolbar.textTabCollaboration": "협업", "SSE.Views.Toolbar.textTabData": "데이터", "SSE.Views.Toolbar.textTabFile": "파일", "SSE.Views.Toolbar.textTabFormula": "수식", diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json index 3dfc56406..867a48bf3 100644 --- a/apps/spreadsheeteditor/main/locale/ru.json +++ b/apps/spreadsheeteditor/main/locale/ru.json @@ -364,6 +364,8 @@ "Common.Views.ReviewPopover.textOpenAgain": "Открыть снова", "Common.Views.ReviewPopover.textReply": "Ответить", "Common.Views.ReviewPopover.textResolve": "Решить", + "Common.Views.ReviewPopover.txtDeleteTip": "Удалить", + "Common.Views.ReviewPopover.txtEditTip": "Редактировать", "Common.Views.SaveAsDlg.textLoading": "Загрузка", "Common.Views.SaveAsDlg.textTitle": "Папка для сохранения", "Common.Views.SelectFileDlg.textLoading": "Загрузка", diff --git a/apps/spreadsheeteditor/main/locale/tr.json b/apps/spreadsheeteditor/main/locale/tr.json index 391631828..7daca5de2 100644 --- a/apps/spreadsheeteditor/main/locale/tr.json +++ b/apps/spreadsheeteditor/main/locale/tr.json @@ -1025,7 +1025,7 @@ "SSE.Views.FileMenu.btnBackCaption": "Dökümanlara Git", "SSE.Views.FileMenu.btnCloseMenuCaption": "Menüyü kapat", "SSE.Views.FileMenu.btnCreateNewCaption": "Yeni oluştur", - "SSE.Views.FileMenu.btnDownloadCaption": "Farklı Yükle...", + "SSE.Views.FileMenu.btnDownloadCaption": "Farklı İndir...", "SSE.Views.FileMenu.btnHelpCaption": "Yardım...", "SSE.Views.FileMenu.btnInfoCaption": "Spreadsheet Bilgisi...", "SSE.Views.FileMenu.btnPrintCaption": "Yazdır", diff --git a/apps/spreadsheeteditor/main/locale/zh.json b/apps/spreadsheeteditor/main/locale/zh.json index 3fcd6c04b..16d5af267 100644 --- a/apps/spreadsheeteditor/main/locale/zh.json +++ b/apps/spreadsheeteditor/main/locale/zh.json @@ -151,6 +151,7 @@ "Common.Views.About.txtTel": "电话:", "Common.Views.About.txtVersion": "版本", "Common.Views.AutoCorrectDialog.textAdd": "新增", + "Common.Views.AutoCorrectDialog.textApplyAsWork": "工作时应用", "Common.Views.AutoCorrectDialog.textAutoCorrect": "自动更正", "Common.Views.AutoCorrectDialog.textAutoFormat": "输入时自动调整格式", "Common.Views.AutoCorrectDialog.textBy": "依据", @@ -200,7 +201,7 @@ "Common.Views.DocumentAccessDialog.textTitle": "共享设置", "Common.Views.EditNameDialog.textLabel": "标签:", "Common.Views.EditNameDialog.textLabelError": "标签不能空", - "Common.Views.Header.labelCoUsersDescr": "文件正在被多个用户编辑。", + "Common.Views.Header.labelCoUsersDescr": "正在编辑文件的用户:", "Common.Views.Header.textAddFavorite": "标记为收藏项", "Common.Views.Header.textAdvSettings": "高级设置", "Common.Views.Header.textBack": "打开文件所在位置", @@ -255,6 +256,7 @@ "Common.Views.OpenDialog.txtColon": "冒号", "Common.Views.OpenDialog.txtComma": "逗号", "Common.Views.OpenDialog.txtDelimiter": "字段分隔符", + "Common.Views.OpenDialog.txtDestData": "选择此数据的放置位置", "Common.Views.OpenDialog.txtEmpty": "此字段是必需的", "Common.Views.OpenDialog.txtEncoding": "编码", "Common.Views.OpenDialog.txtIncorrectPwd": "密码错误", @@ -414,6 +416,7 @@ "Common.Views.UserNameDialog.textDontShow": "不再询问我", "Common.Views.UserNameDialog.textLabel": "标签:", "SSE.Controllers.DataTab.textColumns": "列", + "SSE.Controllers.DataTab.textEmptyUrl": "你必须指定URL。", "SSE.Controllers.DataTab.textRows": "行", "SSE.Controllers.DataTab.textWizard": "文本分列向导", "SSE.Controllers.DataTab.txtDataValidation": "数据校验", @@ -552,6 +555,7 @@ "SSE.Controllers.DocumentHolder.txtRemLimit": "删除限制", "SSE.Controllers.DocumentHolder.txtRemoveAccentChar": "删除重音字符", "SSE.Controllers.DocumentHolder.txtRemoveBar": "删除栏", + "SSE.Controllers.DocumentHolder.txtRemoveWarning": "您想删除此签名吗?
这一操作无法被撤销。", "SSE.Controllers.DocumentHolder.txtRemScripts": "删除脚本", "SSE.Controllers.DocumentHolder.txtRemSubscript": "删除标", "SSE.Controllers.DocumentHolder.txtRemSuperscript": "除去上标", @@ -662,6 +666,7 @@ "SSE.Controllers.Main.errorOpenWarning": "文件中的一个公式的长度超过了
允许的字符数,并被删除。", "SSE.Controllers.Main.errorOperandExpected": "输入的函数语法不正确。请检查你是否缺少一个括号 - '('或')'。", "SSE.Controllers.Main.errorPasteMaxRange": "复制和粘贴区域不匹配。
请选择相同尺寸的区域,或单击一行中的第一个单元格以粘贴复制的单元格。", + "SSE.Controllers.Main.errorPivotGroup": "选定区域不能分组。", "SSE.Controllers.Main.errorPivotOverlap": "透视表报告不能与表格重叠", "SSE.Controllers.Main.errorPrintMaxPagesCount": "不幸的是,不能在当前的程序版本中一次打印超过1500页。
这个限制将在即将发布的版本中被删除。", "SSE.Controllers.Main.errorProcessSaveResult": "保存失败", @@ -678,11 +683,12 @@ "SSE.Controllers.Main.errorUpdateVersionOnDisconnect": "网连接已还原文件版本已更改。.
在继续工作之前,需要下载文件或复制其内容以确保没有丢失任何内容,然后重新加载此页。", "SSE.Controllers.Main.errorUserDrop": "该文件现在无法访问。", "SSE.Controllers.Main.errorUsersExceed": "超过了定价计划允许的用户数", - "SSE.Controllers.Main.errorViewerDisconnect": "连接丢失。您仍然可以查看文档
,但在连接恢复之前无法下载或打印。", + "SSE.Controllers.Main.errorViewerDisconnect": "连接丢失了。您仍然可以查看文档,
但在连接恢复并页面被重新加载之前无法下载或打印。", "SSE.Controllers.Main.errorWrongBracketsCount": "一个错误的输入公式。< br >用括号打错了。", "SSE.Controllers.Main.errorWrongOperator": "公式输入发生错误。操作不当,请改正!", "SSE.Controllers.Main.errRemDuplicates": "发现多次出现的值: {0}, 已经删除。 只留下惟一的值: {1}.", "SSE.Controllers.Main.leavePageText": "您在本电子表格中有未保存的更改。点击“留在这个页面”,然后点击“保存”保存。点击“离开此页面”,放弃所有未保存的更改。", + "SSE.Controllers.Main.leavePageTextOnClose": "将丢失表格里所有的未保存更改。
单击“取消”然后“保存”以保存好更改。单击“确定”以放弃所有未保存的更改。", "SSE.Controllers.Main.loadFontsTextText": "数据加载中…", "SSE.Controllers.Main.loadFontsTitleText": "数据加载中", "SSE.Controllers.Main.loadFontTextText": "数据加载中…", @@ -693,7 +699,7 @@ "SSE.Controllers.Main.loadImageTitleText": "图片加载中", "SSE.Controllers.Main.loadingDocumentTitleText": "加载电子表格", "SSE.Controllers.Main.notcriticalErrorTitle": "警告", - "SSE.Controllers.Main.openErrorText": "打开文件时发生错误", + "SSE.Controllers.Main.openErrorText": "打开文件时出现错误", "SSE.Controllers.Main.openTextText": "打开电子表格...", "SSE.Controllers.Main.openTitleText": "打开电子表格", "SSE.Controllers.Main.pastInMergeAreaError": "不能改变合并单元的一部分", @@ -723,12 +729,13 @@ "SSE.Controllers.Main.textHasMacros": "这个文件带有自动宏。
是否要运行宏?", "SSE.Controllers.Main.textLearnMore": "了解更多", "SSE.Controllers.Main.textLoadingDocument": "正在加载电子表格", + "SSE.Controllers.Main.textNeedSynchronize": "您有更新", "SSE.Controllers.Main.textNo": "否", - "SSE.Controllers.Main.textNoLicenseTitle": "ONLYOFFICE开源版本", + "SSE.Controllers.Main.textNoLicenseTitle": "已达到许可证限制。", "SSE.Controllers.Main.textPaidFeature": "付费功能", "SSE.Controllers.Main.textPleaseWait": "该操作可能需要比预期的更多的时间。请稍候...", "SSE.Controllers.Main.textRecalcFormulas": "计算公式...", - "SSE.Controllers.Main.textRemember": "记住我的选择", + "SSE.Controllers.Main.textRemember": "针对所有的文件记住我的选择", "SSE.Controllers.Main.textRenameError": "用户名不能为空。", "SSE.Controllers.Main.textShape": "形状", "SSE.Controllers.Main.textStrict": "严格模式", @@ -977,6 +984,7 @@ "SSE.Controllers.Main.txtUnlock": "解锁", "SSE.Controllers.Main.txtUnlockRange": "解锁区域", "SSE.Controllers.Main.txtUnlockRangeDescription": "请输入密码以更改此范围:", + "SSE.Controllers.Main.txtUnlockRangeWarning": "您尝试更改的区域有密码保护。", "SSE.Controllers.Main.txtValues": "值", "SSE.Controllers.Main.txtXAxis": "X轴", "SSE.Controllers.Main.txtYAxis": "Y轴", @@ -987,19 +995,19 @@ "SSE.Controllers.Main.uploadDocFileCountMessage": "没有上载的文档", "SSE.Controllers.Main.uploadImageExtMessage": "未知图像格式", "SSE.Controllers.Main.uploadImageFileCountMessage": "没有图片上传", - "SSE.Controllers.Main.uploadImageSizeMessage": "超过了Maximium图像大小限制。", + "SSE.Controllers.Main.uploadImageSizeMessage": "图像太大。最大的大小为25MB。", "SSE.Controllers.Main.uploadImageTextText": "上传图片...", "SSE.Controllers.Main.uploadImageTitleText": "图片上传中", "SSE.Controllers.Main.waitText": "请稍候...", "SSE.Controllers.Main.warnBrowserIE9": "该应用程序在IE9上的功能很差。使用IE10或更高版本", "SSE.Controllers.Main.warnBrowserZoom": "您的浏览器当前缩放设置不完全支持。请按Ctrl + 0重设为默认缩放。", - "SSE.Controllers.Main.warnLicenseExceeded": "与文档服务器的并发连接次数已超出限制,文档打开后将仅供查看。
请联系您的账户管理员了解详情。", + "SSE.Controllers.Main.warnLicenseExceeded": "您已达到同时连接%1编辑器的限制。该文档将被打开仅供查看。
请联系您的管理员以了解更多。", "SSE.Controllers.Main.warnLicenseExp": "您的许可证已过期。
请更新您的许可证并刷新页面。", "SSE.Controllers.Main.warnLicenseLimitedNoAccess": "授权过期
您不具备文件编辑功能的授权
请联系管理员。", "SSE.Controllers.Main.warnLicenseLimitedRenewed": "授权需更新
您只有文件编辑功能的部分权限
请联系管理员以取得完整权限。", - "SSE.Controllers.Main.warnLicenseUsersExceeded": "并发用户数量已超出限制,文档打开后将仅供查看。
请联系您的账户管理员了解详情。", - "SSE.Controllers.Main.warnNoLicense": "该版本对文档服务器的并发连接有限制。
如果需要更多请考虑购买商业许可证。", - "SSE.Controllers.Main.warnNoLicenseUsers": "此版本的 %1 编辑软件对并发用户数量有一定的限制。
如果需要更多,请考虑购买商用许可证。", + "SSE.Controllers.Main.warnLicenseUsersExceeded": "您已达到%1编辑器的用户限制。请联系您的管理员以了解更多。", + "SSE.Controllers.Main.warnNoLicense": "您已达到同时连接%1编辑器的限制。该文档将被打开仅供查看。
请联系%1销售团队以了解个人升级条款。", + "SSE.Controllers.Main.warnNoLicenseUsers": "您已达到%1编辑器的用户限制。请联系%1销售团队以了解个人升级条款。", "SSE.Controllers.Main.warnProcessRightsChange": "您被拒绝编辑文件的权限。", "SSE.Controllers.Print.strAllSheets": "所有表格", "SSE.Controllers.Print.textFirstCol": "第一列", @@ -1440,7 +1448,7 @@ "SSE.Views.CellSettings.textDirection": "方向", "SSE.Views.CellSettings.textFill": "填满", "SSE.Views.CellSettings.textForeground": "前景色", - "SSE.Views.CellSettings.textGradient": "渐变", + "SSE.Views.CellSettings.textGradient": "渐变点", "SSE.Views.CellSettings.textGradientColor": "颜色", "SSE.Views.CellSettings.textGradientFill": "渐变填充", "SSE.Views.CellSettings.textIndent": "缩进", @@ -1525,7 +1533,7 @@ "SSE.Views.ChartSettingsDlg.textAbsolute": "不要移动或调整单元格大小", "SSE.Views.ChartSettingsDlg.textAlt": "可选文本", "SSE.Views.ChartSettingsDlg.textAltDescription": "描述", - "SSE.Views.ChartSettingsDlg.textAltTip": "视觉对象信息的替代的基于文本的表示,将被视为具有视觉或认知障碍的人阅读,以帮助他们更好地了解图像,自动图像,图表或表中的哪些信息。", + "SSE.Views.ChartSettingsDlg.textAltTip": "视觉对象信息的替代基于文本的表示法,将要向有视觉或认知障碍人阅读,以帮助他们更好地了解图像、自选图形、图表或表格中的那些信息。", "SSE.Views.ChartSettingsDlg.textAltTitle": "标题", "SSE.Views.ChartSettingsDlg.textAuto": "自动", "SSE.Views.ChartSettingsDlg.textAutoEach": "自动调整", @@ -1653,9 +1661,10 @@ "SSE.Views.CreatePivotDialog.textInvalidRange": "无效的单元格范围", "SSE.Views.CreatePivotDialog.textNew": "新建工作表", "SSE.Views.CreatePivotDialog.textSelectData": "选择数据", - "SSE.Views.CreatePivotDialog.textTitle": "创建表", + "SSE.Views.CreatePivotDialog.textTitle": "创建数据透视表", "SSE.Views.CreatePivotDialog.txtEmpty": "这是必填栏", "SSE.Views.CreateSparklineDialog.textDataRange": "源数据区域", + "SSE.Views.CreateSparklineDialog.textDestination": "选择放置迷你图表的位置。", "SSE.Views.CreateSparklineDialog.textInvalidRange": "无效的单元格范围", "SSE.Views.CreateSparklineDialog.textSelectData": "选择数据", "SSE.Views.CreateSparklineDialog.textTitle": "创建迷你图", @@ -1682,12 +1691,15 @@ "SSE.Views.DataTab.tipRemDuplicates": "从表单中移除多次出现的行", "SSE.Views.DataTab.tipToColumns": "将单元格文本分隔成列", "SSE.Views.DataTab.tipUngroup": "取消单元格范围分组", + "SSE.Views.DataValidationDialog.errorMustEnterValue": "您必须在\"{0}\"字段中输入值。", + "SSE.Views.DataValidationDialog.errorNamedRange": "找不到指定的命名区域。", "SSE.Views.DataValidationDialog.errorNegativeTextLength": "负值不能用在条件\"{0}\"中。", "SSE.Views.DataValidationDialog.strError": "错误警报", "SSE.Views.DataValidationDialog.strInput": "输入信息", "SSE.Views.DataValidationDialog.strSettings": "设置", "SSE.Views.DataValidationDialog.textAlert": "提示", "SSE.Views.DataValidationDialog.textAllow": "允许", + "SSE.Views.DataValidationDialog.textApply": "将这些变化应用于所有其他具有相同设置的单元格", "SSE.Views.DataValidationDialog.textCompare": "相比于", "SSE.Views.DataValidationDialog.textData": "数据", "SSE.Views.DataValidationDialog.textEndDate": "结束日期", @@ -1768,7 +1780,7 @@ "SSE.Views.DocumentHolder.insertColumnRightText": "右列", "SSE.Views.DocumentHolder.insertRowAboveText": "上面的行", "SSE.Views.DocumentHolder.insertRowBelowText": "下面的行", - "SSE.Views.DocumentHolder.originalSizeText": "默认大小", + "SSE.Views.DocumentHolder.originalSizeText": "实际大小", "SSE.Views.DocumentHolder.removeHyperlinkText": "删除超链接", "SSE.Views.DocumentHolder.selectColumnText": "整列", "SSE.Views.DocumentHolder.selectDataText": "列数据", @@ -1882,7 +1894,7 @@ "SSE.Views.DocumentHolder.txtSortFontColor": "选定的字体颜色在上面", "SSE.Views.DocumentHolder.txtSparklines": "迷你", "SSE.Views.DocumentHolder.txtText": "文本", - "SSE.Views.DocumentHolder.txtTextAdvanced": "文本高级设置", + "SSE.Views.DocumentHolder.txtTextAdvanced": "段落高级设置", "SSE.Views.DocumentHolder.txtTime": "时间", "SSE.Views.DocumentHolder.txtUngroup": "取消组合", "SSE.Views.DocumentHolder.txtWidth": "宽度", @@ -1948,7 +1960,7 @@ "SSE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "位置", "SSE.Views.FileMenuPanels.DocumentInfo.txtRights": "有权利的人", "SSE.Views.FileMenuPanels.DocumentInfo.txtSubject": "主题", - "SSE.Views.FileMenuPanels.DocumentInfo.txtTitle": "电子表格标题", + "SSE.Views.FileMenuPanels.DocumentInfo.txtTitle": "标题", "SSE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "上载", "SSE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "更改访问权限", "SSE.Views.FileMenuPanels.DocumentRights.txtRights": "有权利的人", @@ -1961,7 +1973,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.strDecimalSeparator": "小数分隔符", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFast": "快速", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFontRender": "字体微调方式", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.strForcesave": "始终保存到服务器(否则在文档关闭时保存到服务器)", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.strForcesave": "单击“保存”或Ctrl+S之后版本添加到存储", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocale": "公式语言", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strFuncLocaleEx": "例:SUM; MIN; MAX; COUNT", "SSE.Views.FileMenuPanels.MainSettingsGeneral.strLiveComment": "显示批注", @@ -1985,7 +1997,7 @@ "SSE.Views.FileMenuPanels.MainSettingsGeneral.textAutoRecover": "自动恢复", "SSE.Views.FileMenuPanels.MainSettingsGeneral.textAutoSave": "自动保存", "SSE.Views.FileMenuPanels.MainSettingsGeneral.textDisabled": "已禁用", - "SSE.Views.FileMenuPanels.MainSettingsGeneral.textForceSave": "保存到服务器", + "SSE.Views.FileMenuPanels.MainSettingsGeneral.textForceSave": "在保存中间版本", "SSE.Views.FileMenuPanels.MainSettingsGeneral.textMinute": "每一分钟", "SSE.Views.FileMenuPanels.MainSettingsGeneral.textRefStyle": "参考风格", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtBe": "白俄罗斯文", @@ -2159,6 +2171,8 @@ "SSE.Views.FormatRulesManagerDlg.textCellValue": "单元格值", "SSE.Views.FormatRulesManagerDlg.textColorScale": "渐变颜色刻度", "SSE.Views.FormatRulesManagerDlg.textContains": "单元格值包含", + "SSE.Views.FormatRulesManagerDlg.textContainsBlank": "单元格包含空值", + "SSE.Views.FormatRulesManagerDlg.textContainsError": "单元格包含错误", "SSE.Views.FormatRulesManagerDlg.textDelete": "删除", "SSE.Views.FormatRulesManagerDlg.textDown": "下移规则", "SSE.Views.FormatRulesManagerDlg.textDuplicate": "重复值", @@ -2171,6 +2185,8 @@ "SSE.Views.FormatRulesManagerDlg.textNew": "新", "SSE.Views.FormatRulesManagerDlg.textNotBetween": "不介于{0}到{1}之间", "SSE.Views.FormatRulesManagerDlg.textNotContains": "单元格值不包含", + "SSE.Views.FormatRulesManagerDlg.textNotContainsBlank": "单元格不包含空值", + "SSE.Views.FormatRulesManagerDlg.textNotContainsError": "单元格不包含错误", "SSE.Views.FormatRulesManagerDlg.textRules": "规则", "SSE.Views.FormatRulesManagerDlg.textScope": "显示其格式规则", "SSE.Views.FormatRulesManagerDlg.textSelectData": "选择数据", @@ -2312,7 +2328,7 @@ "SSE.Views.ImageSettings.textHintFlipV": "垂直翻转", "SSE.Views.ImageSettings.textInsert": "替换图像", "SSE.Views.ImageSettings.textKeepRatio": "不变比例", - "SSE.Views.ImageSettings.textOriginalSize": "默认大小", + "SSE.Views.ImageSettings.textOriginalSize": "实际大小", "SSE.Views.ImageSettings.textRotate90": "旋转90°", "SSE.Views.ImageSettings.textRotation": "旋转", "SSE.Views.ImageSettings.textSize": "大小", @@ -2320,7 +2336,7 @@ "SSE.Views.ImageSettingsAdvanced.textAbsolute": "不要移动或调整单元格大小", "SSE.Views.ImageSettingsAdvanced.textAlt": "可选文本", "SSE.Views.ImageSettingsAdvanced.textAltDescription": "描述", - "SSE.Views.ImageSettingsAdvanced.textAltTip": "视觉对象信息的替代的基于文本的表示,将被视为具有视觉或认知障碍的人阅读,以帮助他们更好地了解图像,自动图像,图表或表中的哪些信息。", + "SSE.Views.ImageSettingsAdvanced.textAltTip": "视觉对象信息的替代基于文本的表示法,将要向有视觉或认知障碍人阅读,以帮助他们更好地了解图像、自选图形、图表或表格中的那些信息。", "SSE.Views.ImageSettingsAdvanced.textAltTitle": "标题", "SSE.Views.ImageSettingsAdvanced.textAngle": "角度", "SSE.Views.ImageSettingsAdvanced.textFlipped": "已翻转", @@ -2406,6 +2422,7 @@ "SSE.Views.NameManagerDlg.textWorkbook": "工作簿", "SSE.Views.NameManagerDlg.tipIsLocked": "此元素正在被其他用户编辑。", "SSE.Views.NameManagerDlg.txtTitle": "名称管理", + "SSE.Views.NameManagerDlg.warnDelete": "您确定要删除{0}这个名字吗?", "SSE.Views.PageMarginsDialog.textBottom": "底部", "SSE.Views.PageMarginsDialog.textLeft": "左", "SSE.Views.PageMarginsDialog.textRight": "对", @@ -2433,7 +2450,7 @@ "SSE.Views.ParagraphSettingsAdvanced.strIndentsSpecial": "特别", "SSE.Views.ParagraphSettingsAdvanced.strIndentsSpecialBy": "由", "SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "字体", - "SSE.Views.ParagraphSettingsAdvanced.strParagraphIndents": "缩进和放置", + "SSE.Views.ParagraphSettingsAdvanced.strParagraphIndents": "缩进和间距", "SSE.Views.ParagraphSettingsAdvanced.strSmallCaps": "小写", "SSE.Views.ParagraphSettingsAdvanced.strSpacing": "间距", "SSE.Views.ParagraphSettingsAdvanced.strStrike": "删除线", @@ -2478,6 +2495,7 @@ "SSE.Views.PivotDigitalFilterDialog.txtTitleLabel": "标签过滤器", "SSE.Views.PivotDigitalFilterDialog.txtTitleValue": "按值筛选", "SSE.Views.PivotGroupDialog.textAuto": "自动", + "SSE.Views.PivotGroupDialog.textBy": "依据", "SSE.Views.PivotGroupDialog.textDays": "天", "SSE.Views.PivotGroupDialog.textEnd": "终止于", "SSE.Views.PivotGroupDialog.textError": "此字段必须为数值。", @@ -2614,6 +2632,7 @@ "SSE.Views.PrintTitlesDialog.textTop": "在顶部重复一行", "SSE.Views.ProtectDialog.textInvalidRange": "错误!单元格范围无效。", "SSE.Views.ProtectDialog.textSelectData": "选择数据", + "SSE.Views.ProtectDialog.txtAllow": "允许该表的所有用户", "SSE.Views.ProtectDialog.txtAutofilter": "使用自动筛选", "SSE.Views.ProtectDialog.txtDelCols": "删除列", "SSE.Views.ProtectDialog.txtDelRows": "删除行​​", @@ -2651,6 +2670,7 @@ "SSE.Views.ProtectRangesDlg.txtNo": "否", "SSE.Views.ProtectRangesDlg.txtTitle": "允许用户编辑范围", "SSE.Views.ProtectRangesDlg.txtYes": "是", + "SSE.Views.ProtectRangesDlg.warnDelete": "您确定要删除{0}这个名字吗?", "SSE.Views.RemoveDuplicatesDialog.textColumns": "列", "SSE.Views.RemoveDuplicatesDialog.textHeaders": "我的数据有题头", "SSE.Views.RemoveDuplicatesDialog.textSelectAll": "全选", @@ -2658,7 +2678,7 @@ "SSE.Views.RightMenu.txtCellSettings": "单元格设置", "SSE.Views.RightMenu.txtChartSettings": "图表设置", "SSE.Views.RightMenu.txtImageSettings": "图像设置", - "SSE.Views.RightMenu.txtParagraphSettings": "文本设置", + "SSE.Views.RightMenu.txtParagraphSettings": "段落设置", "SSE.Views.RightMenu.txtPivotSettings": "数据透视表设置", "SSE.Views.RightMenu.txtSettings": "通用设置", "SSE.Views.RightMenu.txtShapeSettings": "形状设置", @@ -2687,7 +2707,7 @@ "SSE.Views.ShapeSettings.strPattern": "模式", "SSE.Views.ShapeSettings.strShadow": "显示阴影", "SSE.Views.ShapeSettings.strSize": "大小", - "SSE.Views.ShapeSettings.strStroke": "边框", + "SSE.Views.ShapeSettings.strStroke": "线条", "SSE.Views.ShapeSettings.strTransparency": "不透明度", "SSE.Views.ShapeSettings.strType": "类型", "SSE.Views.ShapeSettings.textAdvanced": "显示高级设置", @@ -2700,7 +2720,7 @@ "SSE.Views.ShapeSettings.textFromFile": "从文件导入", "SSE.Views.ShapeSettings.textFromStorage": "来自存储设备", "SSE.Views.ShapeSettings.textFromUrl": "从URL", - "SSE.Views.ShapeSettings.textGradient": "渐变", + "SSE.Views.ShapeSettings.textGradient": "渐变点", "SSE.Views.ShapeSettings.textGradientFill": "渐变填充", "SSE.Views.ShapeSettings.textHint270": "逆时针旋转90°", "SSE.Views.ShapeSettings.textHint90": "顺时针旋转90°", @@ -2740,7 +2760,7 @@ "SSE.Views.ShapeSettingsAdvanced.textAbsolute": "不要移动或调整单元格大小", "SSE.Views.ShapeSettingsAdvanced.textAlt": "可选文本", "SSE.Views.ShapeSettingsAdvanced.textAltDescription": "描述", - "SSE.Views.ShapeSettingsAdvanced.textAltTip": "视觉对象信息的替代的基于文本的表示,将被视为具有视觉或认知障碍的人阅读,以帮助他们更好地了解图像,自动图像,图表或表中的哪些信息。", + "SSE.Views.ShapeSettingsAdvanced.textAltTip": "视觉对象信息的替代基于文本的表示法,将要向有视觉或认知障碍人阅读,以帮助他们更好地了解图像、自选图形、图表或表格中的那些信息。", "SSE.Views.ShapeSettingsAdvanced.textAltTitle": "标题", "SSE.Views.ShapeSettingsAdvanced.textAngle": "角度", "SSE.Views.ShapeSettingsAdvanced.textArrows": "箭头", @@ -2791,6 +2811,7 @@ "SSE.Views.SignatureSettings.strValid": "有效签名", "SSE.Views.SignatureSettings.txtContinueEditing": "继续编辑", "SSE.Views.SignatureSettings.txtEditWarning": "编辑将删除电子表格中的签名。
您确定要继续吗?", + "SSE.Views.SignatureSettings.txtRemoveWarning": "您想删除此签名吗?
这一操作无法被撤销。", "SSE.Views.SignatureSettings.txtRequestedSignatures": "此电子表格需要签名。", "SSE.Views.SignatureSettings.txtSigned": "有效签名已添加到电子表格中。该电子表格已限制编辑。", "SSE.Views.SignatureSettings.txtSignedInvalid": "电子表格中的某些数字签名无效或无法验证。该电子表格已限制编辑。", @@ -2819,6 +2840,7 @@ "SSE.Views.SlicerSettings.textStyle": "样式", "SSE.Views.SlicerSettings.textVert": "垂直", "SSE.Views.SlicerSettings.textWidth": "宽度", + "SSE.Views.SlicerSettings.textZA": "Z到A", "SSE.Views.SlicerSettingsAdvanced.strButtons": "按钮", "SSE.Views.SlicerSettingsAdvanced.strColumns": "列", "SSE.Views.SlicerSettingsAdvanced.strHeight": "高度", @@ -2853,6 +2875,7 @@ "SSE.Views.SlicerSettingsAdvanced.textSourceName": "源名称", "SSE.Views.SlicerSettingsAdvanced.textTitle": "切片器 - 高级设置", "SSE.Views.SlicerSettingsAdvanced.textTwoCell": "随单元格移动和调整大小", + "SSE.Views.SlicerSettingsAdvanced.textZA": "Z到A", "SSE.Views.SlicerSettingsAdvanced.txtEmpty": "这是必填栏", "SSE.Views.SortDialog.errorEmpty": "所有排序条件都必须指定列或行。", "SSE.Views.SortDialog.errorMoreOneCol": "选择了多个列。", @@ -2964,7 +2987,7 @@ "SSE.Views.Statusbar.textMin": "最小值", "SSE.Views.Statusbar.textNewColor": "添加新的自定义颜色", "SSE.Views.Statusbar.textNoColor": "没有颜色", - "SSE.Views.Statusbar.textSum": "合计", + "SSE.Views.Statusbar.textSum": "求和", "SSE.Views.Statusbar.tipAddTab": "添加工作表", "SSE.Views.Statusbar.tipFirst": "滚动到第一张", "SSE.Views.Statusbar.tipLast": "滚动到最后一张", @@ -2980,7 +3003,7 @@ "SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "所选单元格范围无法完成操作。
选择不包括其他表格的范围。", "SSE.Views.TableOptionsDialog.errorMultiCellFormula": "表格中不允许使用多单元格数组公式。", "SSE.Views.TableOptionsDialog.txtEmpty": "这是必填栏", - "SSE.Views.TableOptionsDialog.txtFormat": "创建表", + "SSE.Views.TableOptionsDialog.txtFormat": "创建表格", "SSE.Views.TableOptionsDialog.txtInvalidRange": "错误!无效的单元格范围", "SSE.Views.TableOptionsDialog.txtTitle": "标题", "SSE.Views.TableSettings.deleteColumnText": "删除列", @@ -3032,7 +3055,7 @@ "SSE.Views.TextArtSettings.strForeground": "前景色", "SSE.Views.TextArtSettings.strPattern": "模式", "SSE.Views.TextArtSettings.strSize": "大小", - "SSE.Views.TextArtSettings.strStroke": "边框", + "SSE.Views.TextArtSettings.strStroke": "线条", "SSE.Views.TextArtSettings.strTransparency": "不透明度", "SSE.Views.TextArtSettings.strType": "类型", "SSE.Views.TextArtSettings.textAngle": "角度", @@ -3042,7 +3065,7 @@ "SSE.Views.TextArtSettings.textEmptyPattern": "无图案", "SSE.Views.TextArtSettings.textFromFile": "从文件导入", "SSE.Views.TextArtSettings.textFromUrl": "从URL", - "SSE.Views.TextArtSettings.textGradient": "渐变", + "SSE.Views.TextArtSettings.textGradient": "渐变点", "SSE.Views.TextArtSettings.textGradientFill": "渐变填充", "SSE.Views.TextArtSettings.textImageTexture": "图片或纹理", "SSE.Views.TextArtSettings.textLinear": "线性", @@ -3233,13 +3256,13 @@ "SSE.Views.Toolbar.tipInsertTable": "插入表", "SSE.Views.Toolbar.tipInsertText": "插入文字", "SSE.Views.Toolbar.tipInsertTextart": "插入文字艺术", - "SSE.Views.Toolbar.tipMerge": "合并", + "SSE.Views.Toolbar.tipMerge": "合并且居中", "SSE.Views.Toolbar.tipNumFormat": "数字格式", "SSE.Views.Toolbar.tipPageMargins": "页边距", "SSE.Views.Toolbar.tipPageOrient": "页面方向", "SSE.Views.Toolbar.tipPageSize": "页面大小", "SSE.Views.Toolbar.tipPaste": "粘贴", - "SSE.Views.Toolbar.tipPrColor": "背景颜色", + "SSE.Views.Toolbar.tipPrColor": "填充颜色", "SSE.Views.Toolbar.tipPrint": "打印", "SSE.Views.Toolbar.tipPrintArea": "打印区域", "SSE.Views.Toolbar.tipPrintTitles": "打印标题", @@ -3363,6 +3386,7 @@ "SSE.Views.ViewManagerDlg.textDelete": "删除", "SSE.Views.ViewManagerDlg.textDuplicate": "复制", "SSE.Views.ViewManagerDlg.textGoTo": "转到视图", + "SSE.Views.ViewManagerDlg.textLongName": "请键入少于128个字符的名称。", "SSE.Views.ViewManagerDlg.textNew": "新", "SSE.Views.ViewManagerDlg.textRename": "重命名", "SSE.Views.ViewManagerDlg.textRenameLabel": "重命名视图", From faf00a3b37f0687cb80ea67f717ed8d420128e26 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Sun, 31 Oct 2021 00:20:41 +0300 Subject: [PATCH 64/64] Update translation --- apps/documenteditor/mobile/locale/nl.json | 2 +- apps/documenteditor/mobile/locale/tr.json | 2 +- apps/presentationeditor/mobile/locale/tr.json | 189 ++++---- apps/spreadsheeteditor/mobile/locale/be.json | 3 +- apps/spreadsheeteditor/mobile/locale/bg.json | 3 +- apps/spreadsheeteditor/mobile/locale/ca.json | 3 +- apps/spreadsheeteditor/mobile/locale/cs.json | 3 +- apps/spreadsheeteditor/mobile/locale/de.json | 3 +- apps/spreadsheeteditor/mobile/locale/el.json | 3 +- apps/spreadsheeteditor/mobile/locale/es.json | 7 +- apps/spreadsheeteditor/mobile/locale/fr.json | 3 +- apps/spreadsheeteditor/mobile/locale/hu.json | 3 +- apps/spreadsheeteditor/mobile/locale/it.json | 1 + apps/spreadsheeteditor/mobile/locale/ja.json | 3 +- apps/spreadsheeteditor/mobile/locale/ko.json | 7 +- apps/spreadsheeteditor/mobile/locale/lo.json | 3 +- apps/spreadsheeteditor/mobile/locale/lv.json | 3 +- apps/spreadsheeteditor/mobile/locale/nb.json | 3 +- apps/spreadsheeteditor/mobile/locale/nl.json | 3 +- apps/spreadsheeteditor/mobile/locale/pl.json | 3 +- apps/spreadsheeteditor/mobile/locale/pt.json | 3 +- apps/spreadsheeteditor/mobile/locale/ro.json | 3 +- apps/spreadsheeteditor/mobile/locale/ru.json | 3 +- apps/spreadsheeteditor/mobile/locale/sk.json | 3 +- apps/spreadsheeteditor/mobile/locale/sl.json | 3 +- apps/spreadsheeteditor/mobile/locale/tr.json | 429 +++++++++--------- apps/spreadsheeteditor/mobile/locale/uk.json | 3 +- apps/spreadsheeteditor/mobile/locale/vi.json | 3 +- apps/spreadsheeteditor/mobile/locale/zh.json | 3 +- 29 files changed, 364 insertions(+), 339 deletions(-) diff --git a/apps/documenteditor/mobile/locale/nl.json b/apps/documenteditor/mobile/locale/nl.json index 55a4ad33e..67106efb6 100644 --- a/apps/documenteditor/mobile/locale/nl.json +++ b/apps/documenteditor/mobile/locale/nl.json @@ -484,7 +484,7 @@ "notcriticalErrorTitle": "Waarschuwing", "textAbout": "Over", "textApplication": "Applicatie", - "textApplicationSettings": "Applicatie Instellingen", + "textApplicationSettings": "Applicatie instellingen", "textAuthor": "Auteur", "textBack": "Terug", "textBottom": "Onder", diff --git a/apps/documenteditor/mobile/locale/tr.json b/apps/documenteditor/mobile/locale/tr.json index 6ba0bc522..c939b174f 100644 --- a/apps/documenteditor/mobile/locale/tr.json +++ b/apps/documenteditor/mobile/locale/tr.json @@ -458,6 +458,7 @@ "textColorSchemes": "Renk Şeması", "textDisableAllMacrosWithNotification": "Makroları bildirim ile pasifleştir", "textDisableAllMacrosWithoutNotification": "Tüm makroları bildirimsiz devre dışı bırak", + "textDownload": "İndir", "textDownloadRtf": "Bu biçimde kaydetmeye devam ederseniz, bazı biçimler kaybolabilir. Devam etmek istediğinize emin misiniz?", "textDownloadTxt": "Bu biçimde kayıt etmeye devam ederseniz, metin dışında tüm özellikler kaybolacaktır. Devam etmek istediğinize emin misiniz?", "textEnableAllMacrosWithoutNotification": "Tüm makroları bildirimsiz etkinleştir", @@ -479,7 +480,6 @@ "textDocumentSettings": "Document Settings", "textDocumentTitle": "Document Title", "textDone": "Done", - "textDownload": "Download", "textDownloadAs": "Download As", "textEnableAll": "Enable All", "textEncoding": "Encoding", diff --git a/apps/presentationeditor/mobile/locale/tr.json b/apps/presentationeditor/mobile/locale/tr.json index d6c71ddf5..904bf580b 100644 --- a/apps/presentationeditor/mobile/locale/tr.json +++ b/apps/presentationeditor/mobile/locale/tr.json @@ -1,8 +1,8 @@ { "About": { - "textAbout": "About", - "textAddress": "Address", - "textBack": "Back", + "textAbout": "Hakkında", + "textAddress": "Adres", + "textBack": "Geri", "textEmail": "Email", "textPoweredBy": "Powered By", "textTel": "Tel", @@ -10,28 +10,28 @@ }, "Common": { "Collaboration": { + "textAddComment": "Yorum Yap", + "textAddReply": "Cevapla", + "textBack": "Geri", + "textCancel": "Vazgeç", + "textCollaboration": "Ortak çalışma", + "textDone": "Bitti", + "textEdit": "Düzenle", + "textEditComment": "Yorumu düzenle", + "textEditReply": "Cevabı Düzenle", "notcriticalErrorTitle": "Warning", - "textAddComment": "Add Comment", - "textAddReply": "Add Reply", - "textBack": "Back", - "textCancel": "Cancel", - "textCollaboration": "Collaboration", "textComments": "Comments", "textDeleteComment": "Delete Comment", "textDeleteReply": "Delete Reply", - "textDone": "Done", - "textEdit": "Edit", - "textEditComment": "Edit Comment", - "textEditReply": "Edit Reply", "textEditUser": "Users who are editing the file:", "textMessageDeleteComment": "Do you really want to delete this comment?", "textMessageDeleteReply": "Do you really want to delete this reply?", "textNoComments": "This document doesn't contain comments", + "textOk": "Ok", "textReopen": "Reopen", "textResolve": "Resolve", "textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.", - "textUsers": "Users", - "textOk": "Ok" + "textUsers": "Users" }, "ThemeColorPalette": { "textCustomColors": "Custom Colors", @@ -40,13 +40,14 @@ } }, "ContextMenu": { + "menuAddComment": "Yorum Yap", + "menuAddLink": "Bağlantı Ekle", + "menuCancel": "Vazgeç", + "menuEdit": "Düzenle", + "textDoNotShowAgain": "Tekrar gösterme", "errorCopyCutPaste": "Copy, cut and paste actions using the context menu will be performed within the current file only.", - "menuAddComment": "Add Comment", - "menuAddLink": "Add Link", - "menuCancel": "Cancel", "menuDelete": "Delete", "menuDeleteTable": "Delete Table", - "menuEdit": "Edit", "menuMerge": "Merge", "menuMore": "More", "menuOpenLink": "Open Link", @@ -54,30 +55,19 @@ "menuViewComment": "View Comment", "textColumns": "Columns", "textCopyCutPasteActions": "Copy, Cut and Paste Actions", - "textDoNotShowAgain": "Don't show again", "textRows": "Rows" }, "Controller": { "Main": { - "advDRMOptions": "Protected File", - "advDRMPassword": "Password", - "closeButtonText": "Close File", - "criticalErrorTitle": "Error", - "errorAccessDeny": "You are trying to perform an action you do not have rights for.
Please, contact your admin.", - "errorOpensource": "Using the free Community version, you can open documents for viewing only. To access mobile web editors, a commercial license is required.", - "errorProcessSaveResult": "Saving failed.", - "errorServerVersion": "The editor version has been updated. The page will be reloaded to apply the changes.", - "errorUpdateVersion": "The file version has been changed. The page will be reloaded.", - "leavePageText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.", - "notcriticalErrorTitle": "Warning", + "closeButtonText": "Dosyayı Kapat", "SDK": { - "Chart": "Chart", - "Click to add first slide": "Click to add first slide", - "Click to add notes": "Click to add notes", + "Chart": "Grafik", + "Click to add first slide": "İlk slaytı eklemek için tıklayın", + "Click to add notes": "Notlara eklemek için tıklayın", + "Diagram Title": "Grafik başlığı", "ClipArt": "Clip Art", "Date and time": "Date and time", "Diagram": "Diagram", - "Diagram Title": "Chart Title", "Footer": "Footer", "Header": "Header", "Image": "Image", @@ -95,9 +85,19 @@ "Y Axis": "Y Axis", "Your text here": "Your text here" }, - "textAnonymous": "Anonymous", + "textAnonymous": "Anonim", + "textClose": "Kapat", + "advDRMOptions": "Protected File", + "advDRMPassword": "Password", + "criticalErrorTitle": "Error", + "errorAccessDeny": "You are trying to perform an action you do not have rights for.
Please, contact your admin.", + "errorOpensource": "Using the free Community version, you can open documents for viewing only. To access mobile web editors, a commercial license is required.", + "errorProcessSaveResult": "Saving failed.", + "errorServerVersion": "The editor version has been updated. The page will be reloaded to apply the changes.", + "errorUpdateVersion": "The file version has been changed. The page will be reloaded.", + "leavePageText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.", + "notcriticalErrorTitle": "Warning", "textBuyNow": "Visit website", - "textClose": "Close", "textContactUs": "Contact sales", "textCustomLoader": "Sorry, you are not entitled to change the loader. Please, contact our sales department to get a quote.", "textGuest": "Guest", @@ -124,12 +124,14 @@ } }, "Error": { + "downloadErrorText": "İndirme başarısız oldu.", + "openErrorText": "Dosya açılırken bir hata meydana geldi", + "saveErrorText": "Bir hata meydana geldi", "convertationTimeoutText": "Conversion timeout exceeded.", "criticalErrorExtText": "Press 'OK' to go back to the document list.", "criticalErrorTitle": "Error", - "downloadErrorText": "Download failed.", "errorAccessDeny": "You are trying to perform an action you do not have rights for.
Please contact your admin.", - "errorBadImageUrl": "Image url is incorrect", + "errorBadImageUrl": "Image URL is incorrect", "errorConnectToServer": "Can't save this doc. Check your connection settings or contact your admin.
When you click the 'OK' button, you will be prompted to download the document.", "errorDatabaseConnection": "External error.
Database connection error. Please, contact support.", "errorDataEncrypted": "Encrypted changes have been received, they cannot be deciphered.", @@ -140,6 +142,7 @@ "errorFileSizeExceed": "The file size exceeds your server limitation.
Please, contact your admin.", "errorKeyEncrypt": "Unknown key descriptor", "errorKeyExpire": "Key descriptor expired", + "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", "errorSessionAbsolute": "The document editing session has expired. Please, reload the page.", "errorSessionIdle": "The document has not been edited for quite a long time. Please, reload the page.", "errorSessionToken": "The connection to the server has been interrupted. Please, reload the page.", @@ -147,10 +150,8 @@ "errorUpdateVersionOnDisconnect": "Internet connection has been restored, and the file version has been changed.
Before you can continue working, download the file or copy its content to make sure nothing is lost, and then reload this page.", "errorUserDrop": "The file cannot be accessed right now.", "errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", - "errorViewerDisconnect": "Connection is lost. You can still view the document,
but you won't be able to download it until the connection is restored and the page is reloaded.", + "errorViewerDisconnect": "Connection is lost. You can still view the document,
but you won't be able to download or print it until the connection is restored and the page is reloaded.", "notcriticalErrorTitle": "Warning", - "openErrorText": "An error has occurred while opening the file", - "saveErrorText": "An error has occurred while saving the file", "scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.", "splitDividerErrorText": "The number of rows must be a divisor of %1", "splitMaxColsErrorText": "The number of columns must be less than %1", @@ -158,14 +159,13 @@ "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", - "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." }, "LongActions": { + "downloadTextText": "Belge indiriliyor...", + "downloadTitleText": "Belge indiriliyor", "applyChangesTextText": "Loading data...", "applyChangesTitleText": "Loading Data", - "downloadTextText": "Downloading document...", - "downloadTitleText": "Downloading Document", "loadFontsTextText": "Loading data...", "loadFontsTitleText": "Loading Data", "loadFontTextText": "Loading data...", @@ -192,19 +192,13 @@ "uploadImageTitleText": "Uploading Image", "waitText": "Please, wait..." }, - "Toolbar": { - "dlgLeaveMsgText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.", - "dlgLeaveTitleText": "You leave the application", - "leaveButtonText": "Leave this page", - "stayButtonText": "Stay on this Page" - }, "View": { "Add": { + "textAddLink": "Bağlantı Ekle", + "textAddress": "Adres", + "textBack": "Geri", + "textCancel": "Vazgeç", "notcriticalErrorTitle": "Warning", - "textAddLink": "Add Link", - "textAddress": "Address", - "textBack": "Back", - "textCancel": "Cancel", "textColumns": "Columns", "textComment": "Comment", "textDefault": "Selected text", @@ -237,41 +231,43 @@ "txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"" }, "Edit": { + "textAdditional": "Ek", + "textAdditionalFormatting": "Ek biçimlendirme", + "textAddress": "Adres", + "textAlign": "Hizala", + "textAlignBottom": "Alta Hizala", + "textAlignCenter": "Ortala", + "textAlignLeft": "Sola Hizala", + "textAlignMiddle": "Ortaya hizala", + "textAlignRight": "Sağa Hizala", + "textAlignTop": "Üste Hizala", + "textApplyAll": "Tüm Slaytlara Uygula", + "textAuto": "Otomatik", + "textBack": "Geri", + "textBottom": "Alt", + "textBottomLeft": "Alt-Sol", + "textBottomRight": "Alt-Sağ", + "textBringToForeground": "Öne getir", + "textCaseSensitive": "Büyük küçük harfe duyarlı", + "textCellMargins": "Hücre Kenar Boşluğu", + "textChart": "Grafik", + "textClock": "Saat", + "textClockwise": "Saat yönünde", + "textColor": "Renk", + "textDone": "Bitti", + "textEditLink": "Bağlantıyı Düzenle", "notcriticalErrorTitle": "Warning", "textActualSize": "Actual Size", "textAddCustomColor": "Add Custom Color", - "textAdditional": "Additional", - "textAdditionalFormatting": "Additional Formatting", - "textAddress": "Address", "textAfter": "After", - "textAlign": "Align", - "textAlignBottom": "Align Bottom", - "textAlignCenter": "Align Center", - "textAlignLeft": "Align Left", - "textAlignMiddle": "Align Middle", - "textAlignRight": "Align Right", - "textAlignTop": "Align Top", "textAllCaps": "All Caps", - "textApplyAll": "Apply to All Slides", - "textAuto": "Auto", - "textBack": "Back", "textBandedColumn": "Banded Column", "textBandedRow": "Banded Row", "textBefore": "Before", "textBlack": "Through Black", "textBorder": "Border", - "textBottom": "Bottom", - "textBottomLeft": "Bottom-Left", - "textBottomRight": "Bottom-Right", - "textBringToForeground": "Bring to Foreground", "textBullets": "Bullets", "textBulletsAndNumbers": "Bullets & Numbers", - "textCaseSensitive": "Case Sensitive", - "textCellMargins": "Cell Margins", - "textChart": "Chart", - "textClock": "Clock", - "textClockwise": "Clockwise", - "textColor": "Color", "textCounterclockwise": "Counterclockwise", "textCover": "Cover", "textCustomColor": "Custom Color", @@ -282,11 +278,9 @@ "textDistanceFromText": "Distance From Text", "textDistributeHorizontally": "Distribute Horizontally", "textDistributeVertically": "Distribute Vertically", - "textDone": "Done", "textDoubleStrikethrough": "Double Strikethrough", "textDuplicateSlide": "Duplicate Slide", "textDuration": "Duration", - "textEditLink": "Edit Link", "textEffect": "Effect", "textEffects": "Effects", "textEmptyImgUrl": "You need to specify the image URL.", @@ -372,7 +366,7 @@ "textTopLeft": "Top-Left", "textTopRight": "Top-Right", "textTotalRow": "Total Row", - "textTransition": "Transition", + "textTransitions": "Transitions", "textType": "Type", "textUnCover": "UnCover", "textVerticalIn": "Vertical In", @@ -382,30 +376,29 @@ "textZoom": "Zoom", "textZoomIn": "Zoom In", "textZoomOut": "Zoom Out", - "textZoomRotate": "Zoom and Rotate", - "textTransitions": "Transitions" + "textZoomRotate": "Zoom and Rotate" }, "Settings": { + "textAbout": "Hakkında", + "textAddress": "adres:", + "textApplication": "Uygulama", + "textApplicationSettings": "Uygulama Ayarları", + "textBack": "Geri", + "textCaseSensitive": "Büyük küçük harfe duyarlı", + "textCentimeter": "Santimetre", + "textCollaboration": "Ortak çalışma", + "textColorSchemes": "Renk Şemaları", + "textDone": "Bitti", + "textDownload": "Kaydet", + "textDownloadAs": "Farklı Kaydet...", "mniSlideStandard": "Standard (4:3)", "mniSlideWide": "Widescreen (16:9)", - "textAbout": "About", - "textAddress": "address:", - "textApplication": "Application", - "textApplicationSettings": "Application Settings", "textAuthor": "Author", - "textBack": "Back", - "textCaseSensitive": "Case Sensitive", - "textCentimeter": "Centimeter", - "textCollaboration": "Collaboration", - "textColorSchemes": "Color Schemes", "textComment": "Comment", "textCreated": "Created", "textDisableAll": "Disable All", "textDisableAllMacrosWithNotification": "Disable all macros with notification", "textDisableAllMacrosWithoutNotification": "Disable all macros without notification", - "textDone": "Done", - "textDownload": "Download", - "textDownloadAs": "Download As...", "textEmail": "email:", "textEnableAll": "Enable All", "textEnableAllMacrosWithoutNotification": "Enable all macros without notification", @@ -464,5 +457,11 @@ "txtScheme8": "Flow", "txtScheme9": "Foundry" } + }, + "Toolbar": { + "dlgLeaveMsgText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.", + "dlgLeaveTitleText": "You leave the application", + "leaveButtonText": "Leave this page", + "stayButtonText": "Stay on this Page" } } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/be.json b/apps/spreadsheeteditor/mobile/locale/be.json index 9a557f4dd..e17ecdee7 100644 --- a/apps/spreadsheeteditor/mobile/locale/be.json +++ b/apps/spreadsheeteditor/mobile/locale/be.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Warning", "textCopyCutPasteActions": "Copy, Cut and Paste Actions", "textDoNotShowAgain": "Don't show again", - "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?" + "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/bg.json b/apps/spreadsheeteditor/mobile/locale/bg.json index 9a557f4dd..e17ecdee7 100644 --- a/apps/spreadsheeteditor/mobile/locale/bg.json +++ b/apps/spreadsheeteditor/mobile/locale/bg.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Warning", "textCopyCutPasteActions": "Copy, Cut and Paste Actions", "textDoNotShowAgain": "Don't show again", - "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?" + "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/ca.json b/apps/spreadsheeteditor/mobile/locale/ca.json index f6353a067..94596cbda 100644 --- a/apps/spreadsheeteditor/mobile/locale/ca.json +++ b/apps/spreadsheeteditor/mobile/locale/ca.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Advertiment", "textCopyCutPasteActions": "Accions de copia, talla i enganxa ", "textDoNotShowAgain": "No ho mostris més", - "warnMergeLostData": "Només les dades de la cel·la superior esquerra romandran a la cel·la combinada.
Esteu segur que voleu continuar?" + "warnMergeLostData": "Només les dades de la cel·la superior esquerra romandran a la cel·la combinada.
Esteu segur que voleu continuar?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/cs.json b/apps/spreadsheeteditor/mobile/locale/cs.json index 9a557f4dd..e17ecdee7 100644 --- a/apps/spreadsheeteditor/mobile/locale/cs.json +++ b/apps/spreadsheeteditor/mobile/locale/cs.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Warning", "textCopyCutPasteActions": "Copy, Cut and Paste Actions", "textDoNotShowAgain": "Don't show again", - "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?" + "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/de.json b/apps/spreadsheeteditor/mobile/locale/de.json index 527269033..39bf23c36 100644 --- a/apps/spreadsheeteditor/mobile/locale/de.json +++ b/apps/spreadsheeteditor/mobile/locale/de.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Warnung", "textCopyCutPasteActions": "Kopieren, Ausschneiden und Einfügen", "textDoNotShowAgain": "Nicht mehr anzeigen", - "warnMergeLostData": "Nur die Daten aus der oberen linken Zelle bleiben nach der Vereinigung.
Möchten Sie wirklich fortsetzen?" + "warnMergeLostData": "Nur die Daten aus der oberen linken Zelle bleiben nach der Vereinigung.
Möchten Sie wirklich fortsetzen?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/el.json b/apps/spreadsheeteditor/mobile/locale/el.json index 9a557f4dd..e17ecdee7 100644 --- a/apps/spreadsheeteditor/mobile/locale/el.json +++ b/apps/spreadsheeteditor/mobile/locale/el.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Warning", "textCopyCutPasteActions": "Copy, Cut and Paste Actions", "textDoNotShowAgain": "Don't show again", - "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?" + "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/es.json b/apps/spreadsheeteditor/mobile/locale/es.json index 5ae9e883c..7b796462e 100644 --- a/apps/spreadsheeteditor/mobile/locale/es.json +++ b/apps/spreadsheeteditor/mobile/locale/es.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Advertencia", "textCopyCutPasteActions": "Acciones de Copiar, Cortar y Pegar", "textDoNotShowAgain": "No mostrar de nuevo", - "warnMergeLostData": "En la celda unida permanecerán sólo los datos de la celda de la esquina superior izquierda.
Está seguro de que quiere continuar?" + "warnMergeLostData": "En la celda unida permanecerán sólo los datos de la celda de la esquina superior izquierda.
Está seguro de que quiere continuar?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { @@ -169,6 +170,7 @@ "errorAutoFilterHiddenRange": "La operación no puede realizarse porque el área contiene celdas filtradas.
Por favor, desoculte los elementos filtrados e inténtelo de nuevo.", "errorBadImageUrl": "URL de imagen es incorrecta", "errorChangeArray": "No se puede cambiar parte de una matriz.", + "errorChangeOnProtectedSheet": "La celda o el gráfico que usted está intentando cambiar está en una hoja protegida. Para hacer un cambio, desproteja la hoja. Es posible que le pidan que introduzca una contraseña.", "errorConnectToServer": "No se puede guardar este documento. Compruebe la configuración de su conexión o póngase en contacto con el administrador.
Cuando haga clic en OK, se le pedirá que descargue el documento.", "errorCopyMultiselectArea": "No se puede usar este comando con varias selecciones.
Seleccione un solo rango e inténtelo de nuevo.", "errorCountArg": "Un error en la fórmula.
Número de argumentos no válido.", @@ -224,8 +226,7 @@ "unknownErrorText": "Error desconocido.", "uploadImageExtMessage": "Formato de imagen desconocido.", "uploadImageFileCountMessage": "No hay imágenes subidas.", - "uploadImageSizeMessage": "La imagen es demasiado grande. El tamaño máximo es de 25 MB.", - "errorChangeOnProtectedSheet": "The cell or chart you are trying to change is on a protected sheet. To make a change, unprotect the sheet. You might be requested to enter a password." + "uploadImageSizeMessage": "La imagen es demasiado grande. El tamaño máximo es de 25 MB." }, "LongActions": { "applyChangesTextText": "Cargando datos...", diff --git a/apps/spreadsheeteditor/mobile/locale/fr.json b/apps/spreadsheeteditor/mobile/locale/fr.json index a0e18678e..56ed74096 100644 --- a/apps/spreadsheeteditor/mobile/locale/fr.json +++ b/apps/spreadsheeteditor/mobile/locale/fr.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Avertissement", "textCopyCutPasteActions": "Fonctions de Copier, Couper et Coller", "textDoNotShowAgain": "Ne plus afficher", - "warnMergeLostData": "Seulement les données de la cellule supérieure gauche seront conservées dans la cellule fusionnée.
Êtes-vous sûr de vouloir continuer ?" + "warnMergeLostData": "Seulement les données de la cellule supérieure gauche seront conservées dans la cellule fusionnée.
Êtes-vous sûr de vouloir continuer ?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/hu.json b/apps/spreadsheeteditor/mobile/locale/hu.json index 9a557f4dd..e17ecdee7 100644 --- a/apps/spreadsheeteditor/mobile/locale/hu.json +++ b/apps/spreadsheeteditor/mobile/locale/hu.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Warning", "textCopyCutPasteActions": "Copy, Cut and Paste Actions", "textDoNotShowAgain": "Don't show again", - "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?" + "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/it.json b/apps/spreadsheeteditor/mobile/locale/it.json index 2cde829d6..557d13a27 100644 --- a/apps/spreadsheeteditor/mobile/locale/it.json +++ b/apps/spreadsheeteditor/mobile/locale/it.json @@ -134,6 +134,7 @@ }, "ContextMenu": { "errorCopyCutPaste": "Copy, cut, and paste actions using the context menu will be performed within the current file only.", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it.", "menuAddComment": "Add Comment", "menuAddLink": "Add Link", "menuCancel": "Cancel", diff --git a/apps/spreadsheeteditor/mobile/locale/ja.json b/apps/spreadsheeteditor/mobile/locale/ja.json index 23f617a40..0eef1706c 100644 --- a/apps/spreadsheeteditor/mobile/locale/ja.json +++ b/apps/spreadsheeteditor/mobile/locale/ja.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": " 警告", "textCopyCutPasteActions": "コピー,切り取り,貼り付けの操作", "textDoNotShowAgain": "再度表示しない", - "warnMergeLostData": "マージされたセルに左上のセルからのデータのみが残ります。
続行してもよろしいです?" + "warnMergeLostData": "マージされたセルに左上のセルからのデータのみが残ります。
続行してもよろしいです?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/ko.json b/apps/spreadsheeteditor/mobile/locale/ko.json index 9f8333e58..232f7d84d 100644 --- a/apps/spreadsheeteditor/mobile/locale/ko.json +++ b/apps/spreadsheeteditor/mobile/locale/ko.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "경고", "textCopyCutPasteActions": "작업 복사, 잘라 내기 및 붙여 넣기", "textDoNotShowAgain": "다시 표시하지 않음", - "warnMergeLostData": "왼쪽 위 셀의 데이터 만 병합 된 셀에 남아 있습니다.
계속 하시겠습니까?" + "warnMergeLostData": "왼쪽 위 셀의 데이터 만 병합 된 셀에 남아 있습니다.
계속 하시겠습니까?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { @@ -169,6 +170,7 @@ "errorAutoFilterHiddenRange": "작업을 수행할 수 없습니다. 그 이유는 선택한 영역에 숨겨진 셀이 있기 때문입니다.
숨겨진 요소를 다시 표시하고 다시 시도하십시오.", "errorBadImageUrl": "이미지 URL이 잘못되었습니다.", "errorChangeArray": "배열의 일부를 변경할 수 없습니다.", + "errorChangeOnProtectedSheet": "변경하려는 셀 또는 차트가 보호된 시트에 있습니다. 변경하려면 시트 보호를 해제하세요. 암호를 입력하라는 메시지가 표시될 수 있습니다.", "errorConnectToServer": "저장하지 못했습니다. 네트워크 설정을 확인하거나 관리자에게 문의하세요.
이 문서는 \"확인\" 버튼을 누르면 다운로드할 수 있습니다.", "errorCopyMultiselectArea": "이 명령은 여러 선택 항목과 함께 사용할 수 없습니다.
단일 범위를 선택하고 다시 시도하십시오.", "errorCountArg": "공식에 오류가 있습니다.
매개변수 수가 잘못되었습니다.", @@ -224,8 +226,7 @@ "unknownErrorText": "알 수 없는 오류.", "uploadImageExtMessage": "알수 없는 이미지 형식입니다.", "uploadImageFileCountMessage": "이미지가 업로드되지 않았습니다.", - "uploadImageSizeMessage": "이미지 크기 제한을 초과했습니다.", - "errorChangeOnProtectedSheet": "The cell or chart you are trying to change is on a protected sheet. To make a change, unprotect the sheet. You might be requested to enter a password." + "uploadImageSizeMessage": "이미지 크기 제한을 초과했습니다." }, "LongActions": { "applyChangesTextText": "데이터로드 중 ...", diff --git a/apps/spreadsheeteditor/mobile/locale/lo.json b/apps/spreadsheeteditor/mobile/locale/lo.json index 9a557f4dd..e17ecdee7 100644 --- a/apps/spreadsheeteditor/mobile/locale/lo.json +++ b/apps/spreadsheeteditor/mobile/locale/lo.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Warning", "textCopyCutPasteActions": "Copy, Cut and Paste Actions", "textDoNotShowAgain": "Don't show again", - "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?" + "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/lv.json b/apps/spreadsheeteditor/mobile/locale/lv.json index 9a557f4dd..e17ecdee7 100644 --- a/apps/spreadsheeteditor/mobile/locale/lv.json +++ b/apps/spreadsheeteditor/mobile/locale/lv.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Warning", "textCopyCutPasteActions": "Copy, Cut and Paste Actions", "textDoNotShowAgain": "Don't show again", - "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?" + "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/nb.json b/apps/spreadsheeteditor/mobile/locale/nb.json index 9a557f4dd..e17ecdee7 100644 --- a/apps/spreadsheeteditor/mobile/locale/nb.json +++ b/apps/spreadsheeteditor/mobile/locale/nb.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Warning", "textCopyCutPasteActions": "Copy, Cut and Paste Actions", "textDoNotShowAgain": "Don't show again", - "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?" + "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/nl.json b/apps/spreadsheeteditor/mobile/locale/nl.json index df684f5a8..7606ac067 100644 --- a/apps/spreadsheeteditor/mobile/locale/nl.json +++ b/apps/spreadsheeteditor/mobile/locale/nl.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Waarschuwing", "textCopyCutPasteActions": "Acties Kopiëren, Knippen en Plakken", "textDoNotShowAgain": "Niet meer laten zien.", - "warnMergeLostData": "Alleen de gegevens in de cel linksboven blijven behouden in de samengevoegde cel.
Wilt u doorgaan?" + "warnMergeLostData": "Alleen de gegevens in de cel linksboven blijven behouden in de samengevoegde cel.
Wilt u doorgaan?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/pl.json b/apps/spreadsheeteditor/mobile/locale/pl.json index 9a557f4dd..e17ecdee7 100644 --- a/apps/spreadsheeteditor/mobile/locale/pl.json +++ b/apps/spreadsheeteditor/mobile/locale/pl.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Warning", "textCopyCutPasteActions": "Copy, Cut and Paste Actions", "textDoNotShowAgain": "Don't show again", - "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?" + "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/pt.json b/apps/spreadsheeteditor/mobile/locale/pt.json index c9f8808cc..45e3d3445 100644 --- a/apps/spreadsheeteditor/mobile/locale/pt.json +++ b/apps/spreadsheeteditor/mobile/locale/pt.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Aviso", "textCopyCutPasteActions": "Copiar, Cortar e Colar", "textDoNotShowAgain": "Não volte a aparecer", - "warnMergeLostData": "Apenas os dados da célula superior esquerda permanecerá na célula mesclada.
Você tem certeza de que deseja continuar? " + "warnMergeLostData": "Apenas os dados da célula superior esquerda permanecerá na célula mesclada.
Você tem certeza de que deseja continuar? ", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/ro.json b/apps/spreadsheeteditor/mobile/locale/ro.json index 90b049ca2..20525956a 100644 --- a/apps/spreadsheeteditor/mobile/locale/ro.json +++ b/apps/spreadsheeteditor/mobile/locale/ro.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Avertisment", "textCopyCutPasteActions": "Comenzile de copiere, decupare și lipire", "textDoNotShowAgain": "Nu mai afișa", - "warnMergeLostData": "În celula îmbinată se afișează numai conținutul celulei din stânga sus.
Sunteți sigur că doriți să continuați?" + "warnMergeLostData": "În celula îmbinată se afișează numai conținutul celulei din stânga sus.
Sunteți sigur că doriți să continuați?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/ru.json b/apps/spreadsheeteditor/mobile/locale/ru.json index 9641f0c5d..bfa1082d0 100644 --- a/apps/spreadsheeteditor/mobile/locale/ru.json +++ b/apps/spreadsheeteditor/mobile/locale/ru.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Внимание", "textCopyCutPasteActions": "Операции копирования, вырезания и вставки", "textDoNotShowAgain": "Больше не показывать", - "warnMergeLostData": "В объединенной ячейке останутся только данные из левой верхней ячейки.
Вы действительно хотите продолжить?" + "warnMergeLostData": "В объединенной ячейке останутся только данные из левой верхней ячейки.
Вы действительно хотите продолжить?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/sk.json b/apps/spreadsheeteditor/mobile/locale/sk.json index 9a557f4dd..e17ecdee7 100644 --- a/apps/spreadsheeteditor/mobile/locale/sk.json +++ b/apps/spreadsheeteditor/mobile/locale/sk.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Warning", "textCopyCutPasteActions": "Copy, Cut and Paste Actions", "textDoNotShowAgain": "Don't show again", - "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?" + "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/sl.json b/apps/spreadsheeteditor/mobile/locale/sl.json index 9a557f4dd..e17ecdee7 100644 --- a/apps/spreadsheeteditor/mobile/locale/sl.json +++ b/apps/spreadsheeteditor/mobile/locale/sl.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Warning", "textCopyCutPasteActions": "Copy, Cut and Paste Actions", "textDoNotShowAgain": "Don't show again", - "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?" + "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/tr.json b/apps/spreadsheeteditor/mobile/locale/tr.json index 9a557f4dd..9bb18a861 100644 --- a/apps/spreadsheeteditor/mobile/locale/tr.json +++ b/apps/spreadsheeteditor/mobile/locale/tr.json @@ -1,82 +1,20 @@ { "About": { - "textAbout": "About", - "textAddress": "Address", + "textAbout": "Hakkında", + "textAddress": "Adres", "textBack": "Back", "textEmail": "Email", "textPoweredBy": "Powered By", "textTel": "Tel", "textVersion": "Version" }, - "Common": { - "Collaboration": { - "notcriticalErrorTitle": "Warning", - "textAddComment": "Add Comment", - "textAddReply": "Add Reply", - "textBack": "Back", - "textCancel": "Cancel", - "textCollaboration": "Collaboration", - "textComments": "Comments", - "textDeleteComment": "Delete Comment", - "textDeleteReply": "Delete Reply", - "textDone": "Done", - "textEdit": "Edit", - "textEditComment": "Edit Comment", - "textEditReply": "Edit Reply", - "textEditUser": "Users who are editing the file:", - "textMessageDeleteComment": "Do you really want to delete this comment?", - "textMessageDeleteReply": "Do you really want to delete this reply?", - "textNoComments": "This document doesn't contain comments", - "textReopen": "Reopen", - "textResolve": "Resolve", - "textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.", - "textUsers": "Users", - "textOk": "Ok" - }, - "ThemeColorPalette": { - "textCustomColors": "Custom Colors", - "textStandartColors": "Standard Colors", - "textThemeColors": "Theme Colors" - } - }, - "ContextMenu": { - "errorCopyCutPaste": "Copy, cut, and paste actions using the context menu will be performed within the current file only.", - "menuAddComment": "Add Comment", - "menuAddLink": "Add Link", - "menuCancel": "Cancel", - "menuCell": "Cell", - "menuDelete": "Delete", - "menuEdit": "Edit", - "menuFreezePanes": "Freeze Panes", - "menuHide": "Hide", - "menuMerge": "Merge", - "menuMore": "More", - "menuOpenLink": "Open Link", - "menuShow": "Show", - "menuUnfreezePanes": "Unfreeze Panes", - "menuUnmerge": "Unmerge", - "menuUnwrap": "Unwrap", - "menuViewComment": "View Comment", - "menuWrap": "Wrap", - "notcriticalErrorTitle": "Warning", - "textCopyCutPasteActions": "Copy, Cut and Paste Actions", - "textDoNotShowAgain": "Don't show again", - "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?" - }, "Controller": { "Main": { - "criticalErrorTitle": "Error", - "errorAccessDeny": "You are trying to perform an action you do not have rights for.
Please, contact your admin.", - "errorProcessSaveResult": "Saving is failed.", - "errorServerVersion": "The editor version has been updated. The page will be reloaded to apply the changes.", - "errorUpdateVersion": "The file version has been changed. The page will be reloaded.", - "leavePageText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.", - "notcriticalErrorTitle": "Warning", "SDK": { + "txtAll": "(Tümü)", + "txtBlank": "(boşluk)", "txtAccent": "Accent", - "txtAll": "(All)", "txtArt": "Your text here", - "txtBlank": "(blank)", "txtByField": "%1 of %2", "txtClearFilter": "Clear Filter (Alt+C)", "txtColLbls": "Column Labels", @@ -133,6 +71,13 @@ "txtYAxis": "Y Axis", "txtYears": "Years" }, + "criticalErrorTitle": "Error", + "errorAccessDeny": "You are trying to perform an action you do not have rights for.
Please, contact your admin.", + "errorProcessSaveResult": "Saving is failed.", + "errorServerVersion": "The editor version has been updated. The page will be reloaded to apply the changes.", + "errorUpdateVersion": "The file version has been changed. The page will be reloaded.", + "leavePageText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.", + "notcriticalErrorTitle": "Warning", "textAnonymous": "Anonymous", "textBuyNow": "Visit website", "textClose": "Close", @@ -156,141 +101,29 @@ "warnProcessRightsChange": "You don't have permission to edit the file." } }, - "Error": { - "convertationTimeoutText": "Conversion timeout exceeded.", - "criticalErrorExtText": "Press 'OK' to go back to the document list.", - "criticalErrorTitle": "Error", - "downloadErrorText": "Download failed.", - "errorAccessDeny": "You are trying to perform an action you do not have rights for.
Please, contact your admin.", - "errorArgsRange": "An error in the formula.
Incorrect arguments range.", - "errorAutoFilterChange": "The operation is not allowed as it is attempting to shift cells in a table on your worksheet.", - "errorAutoFilterChangeFormatTable": "The operation could not be done for the selected cells as you cannot move a part of a table.
Select another data range so that the whole table is shifted and try again.", - "errorAutoFilterDataRange": "The operation could not be done for the selected range of cells.
Select a uniform data range inside or outside the table and try again.", - "errorAutoFilterHiddenRange": "The operation cannot be performed because the area contains filtered cells.
Please, unhide the filtered elements and try again.", - "errorBadImageUrl": "Image url is incorrect", - "errorChangeArray": "You cannot change part of an array.", - "errorConnectToServer": "Can't save this doc. Check your connection settings or contact your admin.
When you click the 'OK' button, you will be prompted to download the document.", - "errorCopyMultiselectArea": "This command cannot be used with multiple selections.
Select a single range and try again.", - "errorCountArg": "An error in the formula.
Invalid number of arguments.", - "errorCountArgExceed": "An error in the formula.
Maximum number of arguments exceeded.", - "errorCreateDefName": "The existing named ranges cannot be edited and the new ones cannot be created
at the moment as some of them are being edited.", - "errorDatabaseConnection": "External error.
Database connection error. Please, contact support.", - "errorDataEncrypted": "Encrypted changes have been received, they cannot be deciphered.", - "errorDataRange": "Incorrect data range.", - "errorDataValidate": "The value you entered is not valid.
A user has restricted values that can be entered into this cell.", - "errorDefaultMessage": "Error code: %1", - "errorEditingDownloadas": "An error occurred during the work with the document.
Use the 'Download' option to save the file backup copy locally.", - "errorFilePassProtect": "The file is password protected and could not be opened.", - "errorFileRequest": "External error.
File Request. Please, contact support.", - "errorFileSizeExceed": "The file size exceeds your server limitation.
Please, contact your admin for details.", - "errorFileVKey": "External error.
Incorrect security key. Please, contact support.", - "errorFillRange": "Could not fill the selected range of cells.
All the merged cells need to be the same size.", - "errorFormulaName": "An error in the formula.
Incorrect formula name.", - "errorFormulaParsing": "Internal error while the formula parsing.", - "errorFrmlMaxLength": "You cannot add this formula as its length exceeds the allowed number of characters.
Please, edit it and try again.", - "errorFrmlMaxReference": "You cannot enter this formula because it has too many values,
cell references, and/or names.", - "errorFrmlMaxTextLength": "Text values in formulas are limited to 255 characters.
Use the CONCATENATE function or concatenation operator (&)", - "errorFrmlWrongReferences": "The function refers to a sheet that does not exist.
Please, check the data and try again.", - "errorInvalidRef": "Enter a correct name for the selection or a valid reference to go to.", - "errorKeyEncrypt": "Unknown key descriptor", - "errorKeyExpire": "Key descriptor expired", - "errorLockedAll": "The operation could not be done as the sheet has been locked by another user.", - "errorLockedCellPivot": "You cannot change data inside a pivot table.", - "errorLockedWorksheetRename": "The sheet cannot be renamed at the moment as it is being renamed by another user", - "errorMaxPoints": "The maximum number of points in series per chart is 4096.", - "errorMoveRange": "Cannot change a part of a merged cell", - "errorMultiCellFormula": "Multi-cell array formulas are not allowed in tables.", - "errorOpenWarning": "The length of one of the formulas in the file exceeded
the allowed number of characters and it was removed.", - "errorOperandExpected": "The entered function syntax is not correct. Please, check if you missed one of the parentheses - '(' or ')'.", - "errorPasteMaxRange": "The copy and paste area does not match. Please, select an area of the same size or click the first cell in a row to paste the copied cells.", - "errorPrintMaxPagesCount": "Unfortunately, it’s not possible to print more than 1500 pages at once in the current version of the program.
This restriction will be eliminated in upcoming releases.", - "errorSessionAbsolute": "The document editing session has expired. Please, reload the page.", - "errorSessionIdle": "The document has not been edited for quite a long time. Please, reload the page.", - "errorSessionToken": "The connection to the server has been interrupted. Please, reload the page.", - "errorStockChart": "Incorrect row order. To build a stock chart, place the data on the sheet in the following order:
opening price, max price, min price, closing price.", - "errorUnexpectedGuid": "External error.
Unexpected Guid. Please, contact support.", - "errorUpdateVersionOnDisconnect": "Internet connection has been restored, and the file version has been changed.
Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.", - "errorUserDrop": "The file cannot be accessed right now.", - "errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", - "errorViewerDisconnect": "Connection is lost. You can still view the document,
but you won't be able to download it until the connection is restored and the page is reloaded.", - "errorWrongBracketsCount": "An error in the formula.
Wrong number of brackets.", - "errorWrongOperator": "An error in the entered formula. Wrong operator is used.
Please correct the error.", - "notcriticalErrorTitle": "Warning", - "openErrorText": "An error has occurred while opening the file", - "pastInMergeAreaError": "Cannot change a part of a merged cell", - "saveErrorText": "An error has occurred while saving the file", - "scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.", - "unknownErrorText": "Unknown error.", - "uploadImageExtMessage": "Unknown image format.", - "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", - "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", - "errorChangeOnProtectedSheet": "The cell or chart you are trying to change is on a protected sheet. To make a change, unprotect the sheet. You might be requested to enter a password." - }, - "LongActions": { - "applyChangesTextText": "Loading data...", - "applyChangesTitleText": "Loading Data", - "confirmMoveCellRange": "The destination cells range can contain data. Continue the operation?", - "confirmPutMergeRange": "The source data contains merged cells.
They will be unmerged before they are pasted into the table.", - "confirmReplaceFormulaInTable": "Formulas in the header row will be removed and converted to static text.
Do you want to continue?", - "downloadTextText": "Downloading document...", - "downloadTitleText": "Downloading Document", - "loadFontsTextText": "Loading data...", - "loadFontsTitleText": "Loading Data", - "loadFontTextText": "Loading data...", - "loadFontTitleText": "Loading Data", - "loadImagesTextText": "Loading images...", - "loadImagesTitleText": "Loading Images", - "loadImageTextText": "Loading image...", - "loadImageTitleText": "Loading Image", - "loadingDocumentTextText": "Loading document...", - "loadingDocumentTitleText": "Loading document", - "notcriticalErrorTitle": "Warning", - "openTextText": "Opening document...", - "openTitleText": "Opening Document", - "printTextText": "Printing document...", - "printTitleText": "Printing Document", - "savePreparingText": "Preparing to save", - "savePreparingTitle": "Preparing to save. Please wait...", - "saveTextText": "Saving document...", - "saveTitleText": "Saving Document", - "textLoadingDocument": "Loading document", - "textNo": "No", - "textOk": "Ok", - "textYes": "Yes", - "txtEditingMode": "Set editing mode...", - "uploadImageTextText": "Uploading image...", - "uploadImageTitleText": "Uploading Image", - "waitText": "Please, wait..." - }, "Statusbar": { + "textErrNameWrongChar": "Tablo ismi şu karakterleri içeremez: \\, /, *, ?, [, ], :", "notcriticalErrorTitle": "Warning", "textCancel": "Cancel", "textDelete": "Delete", "textDuplicate": "Duplicate", "textErrNameExists": "Worksheet with this name already exists.", - "textErrNameWrongChar": "A sheet name cannot contains characters: \\, /, *, ?, [, ], :", "textErrNotEmpty": "Sheet name must not be empty", "textErrorLastSheet": "The workbook must have at least one visible worksheet.", "textErrorRemoveSheet": "Can't delete the worksheet.", "textHide": "Hide", "textMore": "More", + "textOk": "Ok", "textRename": "Rename", "textRenameSheet": "Rename Sheet", "textSheet": "Sheet", "textSheetName": "Sheet Name", "textUnhide": "Unhide", - "textWarnDeleteSheet": "The worksheet maybe has data. Proceed operation?", - "textOk": "Ok" - }, - "Toolbar": { - "dlgLeaveMsgText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.", - "dlgLeaveTitleText": "You leave the application", - "leaveButtonText": "Leave this Page", - "stayButtonText": "Stay on this Page" + "textWarnDeleteSheet": "The worksheet maybe has data. Proceed operation?" }, "View": { "Add": { + "textAddress": "Adres", "errorMaxRows": "ERROR! The maximum number of data series per chart is 255.", "errorStockChart": "Incorrect row order. To build a stock chart, place the data on the sheet in the following order:
opening price, max price, min price, closing price.", "notcriticalErrorTitle": "Warning", @@ -304,7 +137,6 @@ "sCatStatistical": "Statistical", "sCatTextAndData": "Text and data", "textAddLink": "Add Link", - "textAddress": "Address", "textBack": "Back", "textCancel": "Cancel", "textChart": "Chart", @@ -330,32 +162,37 @@ "textRange": "Range", "textRequired": "Required", "textScreenTip": "Screen Tip", + "textSelectedRange": "Selected Range", "textShape": "Shape", "textSheet": "Sheet", "textSortAndFilter": "Sort and Filter", "txtExpand": "Expand and sort", "txtExpandSort": "The data next to the selection will not be sorted. Do you want to expand the selection to include the adjacent data or continue with sorting the currently selected cells only?", + "txtLockSort": "Data is found next to your selection, but you do not have sufficient permissions to change those cells.
Do you wish to continue with the current selection?", + "txtNo": "No", "txtNotUrl": "This field should be a URL in the format \"http://www.example.com\"", "txtSorting": "Sorting", "txtSortSelected": "Sort selected", - "textSelectedRange": "Selected Range", - "txtLockSort": "Data is found next to your selection, but you do not have sufficient permissions to change those cells.
Do you wish to continue with the current selection?", - "txtNo": "No", "txtYes": "Yes" }, "Edit": { + "textAddress": "Adres", + "textAlign": "Hizala", + "textAlignBottom": "Alta Hizala", + "textAlignCenter": "Ortala", + "textAlignLeft": "Sola Hizala", + "textAlignMiddle": "Ortaya hizala", + "textAlignRight": "Sağa Hizala", + "textAlignTop": "Yukarı Hizala", + "textEmptyItem": "{Boşluklar}", + "textHundredMil": "100 000 000", + "textHundredThousands": "100 000", + "textTenMillions": "10 000 000", + "textTenThousands": "10 000", "notcriticalErrorTitle": "Warning", "textAccounting": "Accounting", "textActualSize": "Actual Size", "textAddCustomColor": "Add Custom Color", - "textAddress": "Address", - "textAlign": "Align", - "textAlignBottom": "Align Bottom", - "textAlignCenter": "Align Center", - "textAlignLeft": "Align Left", - "textAlignMiddle": "Align Middle", - "textAlignRight": "Align Right", - "textAlignTop": "Align Top", "textAllBorders": "All Borders", "textAngleClockwise": "Angle Clockwise", "textAngleCounterclockwise": "Angle Counterclockwise", @@ -396,7 +233,6 @@ "textEditLink": "Edit Link", "textEffects": "Effects", "textEmptyImgUrl": "You need to specify the image URL.", - "textEmptyItem": "{Blanks}", "textErrorMsg": "You must choose at least one value", "textErrorTitle": "Warning", "textEuro": "Euro", @@ -416,9 +252,7 @@ "textHorizontal": "Horizontal", "textHorizontalAxis": "Horizontal Axis", "textHorizontalText": "Horizontal Text", - "textHundredMil": "100 000 000", "textHundreds": "Hundreds", - "textHundredThousands": "100 000", "textHyperlink": "Hyperlink", "textImage": "Image", "textImageURL": "Image URL", @@ -497,8 +331,6 @@ "textSheet": "Sheet", "textSize": "Size", "textStyle": "Style", - "textTenMillions": "10 000 000", - "textTenThousands": "10 000", "textText": "Text", "textTextColor": "Text Color", "textTextFormat": "Text Format", @@ -524,14 +356,14 @@ "txtSortLow2High": "Sort Lowest to Highest" }, "Settings": { + "textAbout": "Hakkında", + "textAddress": "Adres", "advCSVOptions": "Choose CSV options", "advDRMEnterPassword": "Your password, please:", "advDRMOptions": "Protected File", "advDRMPassword": "Password", "closeButtonText": "Close File", "notcriticalErrorTitle": "Warning", - "textAbout": "About", - "textAddress": "Address", "textApplication": "Application", "textApplicationSettings": "Application Settings", "textAuthor": "Author", @@ -541,6 +373,9 @@ "textByRows": "By rows", "textCancel": "Cancel", "textCentimeter": "Centimeter", + "textChooseCsvOptions": "Choose CSV Options", + "textChooseDelimeter": "Choose Delimeter", + "textChooseEncoding": "Choose Encoding", "textCollaboration": "Collaboration", "textColorSchemes": "Color Schemes", "textComment": "Comment", @@ -548,6 +383,7 @@ "textComments": "Comments", "textCreated": "Created", "textCustomSize": "Custom Size", + "textDelimeter": "Delimiter", "textDisableAll": "Disable All", "textDisableAllMacrosWithNotification": "Disable all macros with a notification", "textDisableAllMacrosWithoutNotification": "Disable all macros without a notification", @@ -557,6 +393,8 @@ "textEmail": "Email", "textEnableAll": "Enable All", "textEnableAllMacrosWithoutNotification": "Enable all macros without a notification", + "textEncoding": "Encoding", + "textExample": "Example", "textFind": "Find", "textFindAndReplace": "Find and Replace", "textFindAndReplaceAll": "Find and Replace All", @@ -579,6 +417,7 @@ "textMatchCase": "Match Case", "textMatchCell": "Match Cell", "textNoTextFound": "Text not found", + "textOk": "Ok", "textOpenFile": "Enter a password to open the file", "textOrientation": "Orientation", "textOwner": "Owner", @@ -611,9 +450,13 @@ "textValues": "Values", "textVersion": "Version", "textWorkbook": "Workbook", + "txtColon": "Colon", + "txtComma": "Comma", "txtDelimiter": "Delimiter", + "txtDownloadCsv": "Download CSV", "txtEncoding": "Encoding", "txtIncorrectPwd": "Password is incorrect", + "txtOk": "Ok", "txtProtected": "Once you enter the password and open the file, the current password to the file will be reset", "txtScheme1": "Office", "txtScheme10": "Median", @@ -637,21 +480,179 @@ "txtScheme7": "Equity", "txtScheme8": "Flow", "txtScheme9": "Foundry", + "txtSemicolon": "Semicolon", "txtSpace": "Space", "txtTab": "Tab", - "warnDownloadAs": "If you continue saving in this format all features except the text will be lost.
Are you sure you want to continue?", - "textOk": "Ok", - "textChooseCsvOptions": "Choose CSV Options", - "textChooseDelimeter": "Choose Delimeter", - "textChooseEncoding": "Choose Encoding", - "textDelimeter": "Delimiter", - "textEncoding": "Encoding", - "txtColon": "Colon", - "txtComma": "Comma", - "txtDownloadCsv": "Download CSV", - "txtOk": "Ok", - "txtSemicolon": "Semicolon", - "textExample": "Example" + "warnDownloadAs": "If you continue saving in this format all features except the text will be lost.
Are you sure you want to continue?" } + }, + "Common": { + "Collaboration": { + "notcriticalErrorTitle": "Warning", + "textAddComment": "Add Comment", + "textAddReply": "Add Reply", + "textBack": "Back", + "textCancel": "Cancel", + "textCollaboration": "Collaboration", + "textComments": "Comments", + "textDeleteComment": "Delete Comment", + "textDeleteReply": "Delete Reply", + "textDone": "Done", + "textEdit": "Edit", + "textEditComment": "Edit Comment", + "textEditReply": "Edit Reply", + "textEditUser": "Users who are editing the file:", + "textMessageDeleteComment": "Do you really want to delete this comment?", + "textMessageDeleteReply": "Do you really want to delete this reply?", + "textNoComments": "This document doesn't contain comments", + "textOk": "Ok", + "textReopen": "Reopen", + "textResolve": "Resolve", + "textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.", + "textUsers": "Users" + }, + "ThemeColorPalette": { + "textCustomColors": "Custom Colors", + "textStandartColors": "Standard Colors", + "textThemeColors": "Theme Colors" + } + }, + "ContextMenu": { + "errorCopyCutPaste": "Copy, cut, and paste actions using the context menu will be performed within the current file only.", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it.", + "menuAddComment": "Add Comment", + "menuAddLink": "Add Link", + "menuCancel": "Cancel", + "menuCell": "Cell", + "menuDelete": "Delete", + "menuEdit": "Edit", + "menuFreezePanes": "Freeze Panes", + "menuHide": "Hide", + "menuMerge": "Merge", + "menuMore": "More", + "menuOpenLink": "Open Link", + "menuShow": "Show", + "menuUnfreezePanes": "Unfreeze Panes", + "menuUnmerge": "Unmerge", + "menuUnwrap": "Unwrap", + "menuViewComment": "View Comment", + "menuWrap": "Wrap", + "notcriticalErrorTitle": "Warning", + "textCopyCutPasteActions": "Copy, Cut and Paste Actions", + "textDoNotShowAgain": "Don't show again", + "warnMergeLostData": "Only the data from the upper-left cell will remain in the merged cell.
Are you sure you want to continue?" + }, + "Error": { + "convertationTimeoutText": "Conversion timeout exceeded.", + "criticalErrorExtText": "Press 'OK' to go back to the document list.", + "criticalErrorTitle": "Error", + "downloadErrorText": "Download failed.", + "errorAccessDeny": "You are trying to perform an action you do not have rights for.
Please, contact your admin.", + "errorArgsRange": "An error in the formula.
Incorrect arguments range.", + "errorAutoFilterChange": "The operation is not allowed as it is attempting to shift cells in a table on your worksheet.", + "errorAutoFilterChangeFormatTable": "The operation could not be done for the selected cells as you cannot move a part of a table.
Select another data range so that the whole table is shifted and try again.", + "errorAutoFilterDataRange": "The operation could not be done for the selected range of cells.
Select a uniform data range inside or outside the table and try again.", + "errorAutoFilterHiddenRange": "The operation cannot be performed because the area contains filtered cells.
Please, unhide the filtered elements and try again.", + "errorBadImageUrl": "Image URL is incorrect", + "errorChangeArray": "You cannot change part of an array.", + "errorChangeOnProtectedSheet": "The cell or chart you are trying to change is on a protected sheet. To make a change, unprotect the sheet. You might be requested to enter a password.", + "errorConnectToServer": "Can't save this doc. Check your connection settings or contact your admin.
When you click the 'OK' button, you will be prompted to download the document.", + "errorCopyMultiselectArea": "This command cannot be used with multiple selections.
Select a single range and try again.", + "errorCountArg": "An error in the formula.
Invalid number of arguments.", + "errorCountArgExceed": "An error in the formula.
Maximum number of arguments exceeded.", + "errorCreateDefName": "The existing named ranges cannot be edited and the new ones cannot be created
at the moment as some of them are being edited.", + "errorDatabaseConnection": "External error.
Database connection error. Please, contact support.", + "errorDataEncrypted": "Encrypted changes have been received, they cannot be deciphered.", + "errorDataRange": "Incorrect data range.", + "errorDataValidate": "The value you entered is not valid.
A user has restricted values that can be entered into this cell.", + "errorDefaultMessage": "Error code: %1", + "errorEditingDownloadas": "An error occurred during the work with the document.
Use the 'Download' option to save the file backup copy locally.", + "errorFilePassProtect": "The file is password protected and could not be opened.", + "errorFileRequest": "External error.
File Request. Please, contact support.", + "errorFileSizeExceed": "The file size exceeds your server limitation.
Please, contact your admin for details.", + "errorFileVKey": "External error.
Incorrect security key. Please, contact support.", + "errorFillRange": "Could not fill the selected range of cells.
All the merged cells need to be the same size.", + "errorFormulaName": "An error in the formula.
Incorrect formula name.", + "errorFormulaParsing": "Internal error while the formula parsing.", + "errorFrmlMaxLength": "You cannot add this formula as its length exceeds the allowed number of characters.
Please, edit it and try again.", + "errorFrmlMaxReference": "You cannot enter this formula because it has too many values,
cell references, and/or names.", + "errorFrmlMaxTextLength": "Text values in formulas are limited to 255 characters.
Use the CONCATENATE function or concatenation operator (&)", + "errorFrmlWrongReferences": "The function refers to a sheet that does not exist.
Please, check the data and try again.", + "errorInvalidRef": "Enter a correct name for the selection or a valid reference to go to.", + "errorKeyEncrypt": "Unknown key descriptor", + "errorKeyExpire": "Key descriptor expired", + "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", + "errorLockedAll": "The operation could not be done as the sheet has been locked by another user.", + "errorLockedCellPivot": "You cannot change data inside a pivot table.", + "errorLockedWorksheetRename": "The sheet cannot be renamed at the moment as it is being renamed by another user", + "errorMaxPoints": "The maximum number of points in series per chart is 4096.", + "errorMoveRange": "Cannot change a part of a merged cell", + "errorMultiCellFormula": "Multi-cell array formulas are not allowed in tables.", + "errorOpenWarning": "The length of one of the formulas in the file exceeded
the allowed number of characters and it was removed.", + "errorOperandExpected": "The entered function syntax is not correct. Please, check if you missed one of the parentheses - '(' or ')'.", + "errorPasteMaxRange": "The copy and paste area does not match. Please, select an area of the same size or click the first cell in a row to paste the copied cells.", + "errorPrintMaxPagesCount": "Unfortunately, it’s not possible to print more than 1500 pages at once in the current version of the program.
This restriction will be eliminated in upcoming releases.", + "errorSessionAbsolute": "The document editing session has expired. Please, reload the page.", + "errorSessionIdle": "The document has not been edited for quite a long time. Please, reload the page.", + "errorSessionToken": "The connection to the server has been interrupted. Please, reload the page.", + "errorStockChart": "Incorrect row order. To build a stock chart, place the data on the sheet in the following order:
opening price, max price, min price, closing price.", + "errorUnexpectedGuid": "External error.
Unexpected Guid. Please, contact support.", + "errorUpdateVersionOnDisconnect": "Internet connection has been restored, and the file version has been changed.
Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.", + "errorUserDrop": "The file cannot be accessed right now.", + "errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", + "errorViewerDisconnect": "Connection is lost. You can still view the document,
but you won't be able to download or print it until the connection is restored and the page is reloaded.", + "errorWrongBracketsCount": "An error in the formula.
Wrong number of brackets.", + "errorWrongOperator": "An error in the entered formula. Wrong operator is used.
Please correct the error.", + "notcriticalErrorTitle": "Warning", + "openErrorText": "An error has occurred while opening the file", + "pastInMergeAreaError": "Cannot change a part of a merged cell", + "saveErrorText": "An error has occurred while saving the file", + "scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.", + "unknownErrorText": "Unknown error.", + "uploadImageExtMessage": "Unknown image format.", + "uploadImageFileCountMessage": "No images uploaded.", + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + }, + "LongActions": { + "applyChangesTextText": "Loading data...", + "applyChangesTitleText": "Loading Data", + "confirmMoveCellRange": "The destination cells range can contain data. Continue the operation?", + "confirmPutMergeRange": "The source data contains merged cells.
They will be unmerged before they are pasted into the table.", + "confirmReplaceFormulaInTable": "Formulas in the header row will be removed and converted to static text.
Do you want to continue?", + "downloadTextText": "Downloading document...", + "downloadTitleText": "Downloading Document", + "loadFontsTextText": "Loading data...", + "loadFontsTitleText": "Loading Data", + "loadFontTextText": "Loading data...", + "loadFontTitleText": "Loading Data", + "loadImagesTextText": "Loading images...", + "loadImagesTitleText": "Loading Images", + "loadImageTextText": "Loading image...", + "loadImageTitleText": "Loading Image", + "loadingDocumentTextText": "Loading document...", + "loadingDocumentTitleText": "Loading document", + "notcriticalErrorTitle": "Warning", + "openTextText": "Opening document...", + "openTitleText": "Opening Document", + "printTextText": "Printing document...", + "printTitleText": "Printing Document", + "savePreparingText": "Preparing to save", + "savePreparingTitle": "Preparing to save. Please wait...", + "saveTextText": "Saving document...", + "saveTitleText": "Saving Document", + "textLoadingDocument": "Loading document", + "textNo": "No", + "textOk": "Ok", + "textYes": "Yes", + "txtEditingMode": "Set editing mode...", + "uploadImageTextText": "Uploading image...", + "uploadImageTitleText": "Uploading Image", + "waitText": "Please, wait..." + }, + "Toolbar": { + "dlgLeaveMsgText": "You have unsaved changes in this document. Click 'Stay on this Page' to wait for autosave. Click 'Leave this Page' to discard all the unsaved changes.", + "dlgLeaveTitleText": "You leave the application", + "leaveButtonText": "Leave this Page", + "stayButtonText": "Stay on this Page" } } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/uk.json b/apps/spreadsheeteditor/mobile/locale/uk.json index 9a557f4dd..e17ecdee7 100644 --- a/apps/spreadsheeteditor/mobile/locale/uk.json +++ b/apps/spreadsheeteditor/mobile/locale/uk.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Warning", "textCopyCutPasteActions": "Copy, Cut and Paste Actions", "textDoNotShowAgain": "Don't show again", - "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?" + "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/vi.json b/apps/spreadsheeteditor/mobile/locale/vi.json index 9a557f4dd..e17ecdee7 100644 --- a/apps/spreadsheeteditor/mobile/locale/vi.json +++ b/apps/spreadsheeteditor/mobile/locale/vi.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "Warning", "textCopyCutPasteActions": "Copy, Cut and Paste Actions", "textDoNotShowAgain": "Don't show again", - "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?" + "warnMergeLostData": "The operation can destroy data in the selected cells. Continue?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": { diff --git a/apps/spreadsheeteditor/mobile/locale/zh.json b/apps/spreadsheeteditor/mobile/locale/zh.json index 035de4299..ddba3dd72 100644 --- a/apps/spreadsheeteditor/mobile/locale/zh.json +++ b/apps/spreadsheeteditor/mobile/locale/zh.json @@ -61,7 +61,8 @@ "notcriticalErrorTitle": "警告", "textCopyCutPasteActions": "拷贝,剪切和粘贴操作", "textDoNotShowAgain": "不要再显示", - "warnMergeLostData": "只有来自左上方单元格的数据将保留在合并的单元格中。
您确定要继续吗?" + "warnMergeLostData": "只有来自左上方单元格的数据将保留在合并的单元格中。
您确定要继续吗?", + "errorInvalidLink": "The link reference does not exist. Please correct the link or delete it." }, "Controller": { "Main": {