|
@ -345,10 +345,9 @@ define([
|
|||
var me = this;
|
||||
var name = (_.isFunction(font.get_Name) ? font.get_Name() : font.asc_getFontName());
|
||||
if (this.__name !== name) {
|
||||
this.__name = name;
|
||||
if (!this.__nameId) {
|
||||
this.__nameId = setTimeout(function () {
|
||||
me.onApiChangeFontInternal(me.__name);
|
||||
me.onApiChangeFontInternal(name);
|
||||
me.__nameId = null;
|
||||
}, 100);
|
||||
}
|
||||
|
@ -358,6 +357,7 @@ define([
|
|||
onApiChangeFontInternal: function(name) {
|
||||
if (this.inFormControl) return;
|
||||
|
||||
this.__name = name;
|
||||
if (this.getRawValue() !== name) {
|
||||
var record = this.store.findWhere({
|
||||
name: name
|
||||
|
|
|
@ -78,7 +78,7 @@ Common.UI.FocusManager = new(function() {
|
|||
var field = fields[i];
|
||||
if ((field.cmp.isVisible ? field.cmp.isVisible() : field.cmp.is(':visible')) && !(field.cmp.isDisabled && field.cmp.isDisabled())) {
|
||||
var el = (field.selector) ? (field.cmp.$el || $(field.cmp.el || field.cmp)).find(field.selector).addBack().filter(field.selector) : field.el;
|
||||
el.focus();
|
||||
el && setTimeout(function(){ el.focus(); }, 10);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -93,7 +93,7 @@ Common.UI.FocusManager = new(function() {
|
|||
var field = fields[i];
|
||||
if ((field.cmp.isVisible ? field.cmp.isVisible() : field.cmp.is(':visible')) && !(field.cmp.isDisabled && field.cmp.isDisabled())) {
|
||||
var el = (field.selector) ? (field.cmp.$el || $(field.cmp.el || field.cmp)).find(field.selector).addBack().filter(field.selector) : field.el;
|
||||
el.focus();
|
||||
el && setTimeout(function(){ el.focus(); }, 10);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -893,28 +893,31 @@ define([
|
|||
});
|
||||
mainView.hideNavbar();
|
||||
} else {
|
||||
me.modalViewComment = uiApp.popover(
|
||||
'<div class="popover container-view-comment">' +
|
||||
'<div class="popover-inner">' +
|
||||
me.view.getTemplateContainerViewComments() +
|
||||
'</div>' +
|
||||
'</div>',
|
||||
$$('#toolbar-collaboration')
|
||||
);
|
||||
this.picker = $$(me.modalViewComment);
|
||||
var $overlay = $('.modal-overlay');
|
||||
|
||||
$$(this.picker).on('opened', function () {
|
||||
$overlay.on('removeClass', function () {
|
||||
if (!$overlay.hasClass('modal-overlay-visible')) {
|
||||
$overlay.addClass('modal-overlay-visible')
|
||||
}
|
||||
if (!me.openModal) {
|
||||
me.modalViewComment = uiApp.popover(
|
||||
'<div class="popover container-view-comment">' +
|
||||
'<div class="popover-inner">' +
|
||||
me.view.getTemplateContainerViewComments() +
|
||||
'</div>' +
|
||||
'</div>',
|
||||
$$('#toolbar-collaboration')
|
||||
);
|
||||
this.picker = $$(me.modalViewComment);
|
||||
var $overlay = $('.modal-overlay');
|
||||
me.openModal = true;
|
||||
$$(this.picker).on('opened', function () {
|
||||
$overlay.on('removeClass', function () {
|
||||
if (!$overlay.hasClass('modal-overlay-visible')) {
|
||||
$overlay.addClass('modal-overlay-visible')
|
||||
}
|
||||
});
|
||||
}).on('close', function () {
|
||||
$overlay.off('removeClass');
|
||||
$overlay.removeClass('modal-overlay-visible');
|
||||
$('.popover').remove();
|
||||
me.openModal = false;
|
||||
});
|
||||
}).on('close', function () {
|
||||
$overlay.off('removeClass');
|
||||
$overlay.removeClass('modal-overlay-visible');
|
||||
$('.popover').remove();
|
||||
});
|
||||
}
|
||||
}
|
||||
me.getView('Common.Views.Collaboration').renderViewComments(me.showComments, me.indexCurrentComment);
|
||||
$('.prev-comment').single('click', _.bind(me.onViewPrevComment, me));
|
||||
|
|
|
@ -197,7 +197,7 @@ define([
|
|||
this._settings[Common.Utils.documentSettingsType.Signature].locked = value.get_Locked();
|
||||
}
|
||||
|
||||
if (control_props && control_props.get_FormPr()) {
|
||||
if (control_props && control_props.get_FormPr() && this.rightmenu.formSettings) {
|
||||
var spectype = control_props.get_SpecificType();
|
||||
if (spectype==Asc.c_oAscContentControlSpecificType.CheckBox || spectype==Asc.c_oAscContentControlSpecificType.Picture ||
|
||||
spectype==Asc.c_oAscContentControlSpecificType.ComboBox || spectype==Asc.c_oAscContentControlSpecificType.DropDownList || spectype==Asc.c_oAscContentControlSpecificType.None) {
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
</tr>
|
||||
<tr style="vertical-align: top;">
|
||||
<td class="padding-large">
|
||||
<div id="form-list-list" style="height: 95px;margin-right: 5px;background-color: #fff;"></div>
|
||||
<div id="form-list-list" style="width:162px; height: 95px;margin-right: 5px;background-color: #fff;"></div>
|
||||
</td>
|
||||
<td class="padding-large">
|
||||
<div id="form-list-delete" style="margin-bottom: 5px;margin-left: 5px;"></div>
|
||||
|
|
|
@ -184,7 +184,7 @@
|
|||
<span class="btn-slot text x-huge" id="slot-btn-form-image"></span>
|
||||
</div>
|
||||
<div class="separator long"></div>
|
||||
<div class="group">
|
||||
<div class="group no-group-mask form-view">
|
||||
<div class="elset">
|
||||
<span class="btn-slot text" id="slot-form-clear-fields"></span>
|
||||
</div>
|
||||
|
|
|
@ -654,7 +654,7 @@ define([
|
|||
this.labelFormName.text(this.textImage);
|
||||
} else
|
||||
data = this.api.asc_GetTextFormKeys();
|
||||
if (!this._state.arrKey || _.difference(this._state.arrKey, data).length>0) {
|
||||
if (!this._state.arrKey || this._state.arrKey.length!==data.length || _.difference(this._state.arrKey, data).length>0) {
|
||||
var arr = [];
|
||||
data.forEach(function(item) {
|
||||
arr.push({ displayValue: item, value: item });
|
||||
|
@ -686,7 +686,7 @@ define([
|
|||
var ischeckbox = (typeof val !== 'string');
|
||||
if (!ischeckbox) {
|
||||
data = this.api.asc_GetRadioButtonGroupKeys();
|
||||
if (!this._state.arrGroupKey || _.difference(this._state.arrGroupKey, data).length>0) {
|
||||
if (!this._state.arrGroupKey || this._state.arrGroupKey.length!==data.length || _.difference(this._state.arrGroupKey, data).length>0) {
|
||||
var arr = [];
|
||||
data.forEach(function(item) {
|
||||
arr.push({ displayValue: item, value: item });
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
{"src": "ProgramInterface/HomeTab.htm", "name": "Home Tab"},
|
||||
{"src": "ProgramInterface/InsertTab.htm", "name": "Insert tab"},
|
||||
{"src": "ProgramInterface/LayoutTab.htm", "name": "Layout tab" },
|
||||
{"src": "ProgramInterface/ReferencesTab.htm", "name": "References tab"},
|
||||
{ "src": "ProgramInterface/ReferencesTab.htm", "name": "References tab" },
|
||||
{"src": "ProgramInterface/FormsTab.htm", "name": "Forms tab"},
|
||||
{"src": "ProgramInterface/ReviewTab.htm", "name": "Collaboration tab"},
|
||||
{"src": "ProgramInterface/PluginsTab.htm", "name": "Plugins tab"},
|
||||
{"src": "UsageInstructions/OpenCreateNew.htm", "name": "Create a new document or open an existing one", "headername": "Basic operations"},
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
|
||||
</div>
|
||||
<h1>Compare documents</h1>
|
||||
<p class="note"><b>Note</b>: this option is available in the <b>paid</b> <em>online version</em> only starting from <b>Document Server</b> v. <b>5.5</b>.</p>
|
||||
<p class="note"><b>Note</b>: this option is available in the <b>paid</b> <em>online version</em> only starting from <b>Document Server</b> v. <b>5.5</b>. To enable this feature in the <em>desktop version</em>, refer to <a target="_blank" href="http://helpcenter.onlyoffice.com/installation/desktop-pro-features.aspx" onclick="onhyperlinkclick(this)">this article</a>.</p>
|
||||
<p>If you need to compare and merge two documents, you can use the document <b>Compare</b> feature. It allows displaying the differences between two documents and merge the documents by accepting the changes one by one or all at once.</p>
|
||||
<p>After comparing and merging two documents, the result will be stored on the portal as a new version of the original file<!-- (in the <em>online version</em> of editors)-->. <!--In the desktop version, when you click the <b>Save</b> button, the dialog window will appear where you will be suggested to save a new file.--></p>
|
||||
<p>If you do not need to merge documents which are being compared, you can reject all the changes so that the original document remains unchanged.</p>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<li class="onlineDocumentFeatures"><img alt="Manage document access rights icon" src="../images/access_rights.png" /> <b>Manage document access rights</b> (available in the <em>online version</em> only). It allows adjusting <a href="../HelpfulHints/CollaborativeEditing.htm" onclick="onhyperlinkclick(this)">access rights</a> for the documents stored in the cloud.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>The <b>Top toolbar</b> displays a set of editing commands depending on the selected menu tab. Currently, the following tabs are available: <a href="../ProgramInterface/FileTab.htm" onclick="onhyperlinkclick(this)">File</a>, <a href="../ProgramInterface/HomeTab.htm" onclick="onhyperlinkclick(this)">Home</a>, <a href="../ProgramInterface/InsertTab.htm" onclick="onhyperlinkclick(this)">Insert</a>, <a href="../ProgramInterface/LayoutTab.htm" onclick="onhyperlinkclick(this)">Layout</a>, <a href="../ProgramInterface/ReferencesTab.htm" onclick="onhyperlinkclick(this)">References</a>, <a href="../ProgramInterface/ReviewTab.htm" onclick="onhyperlinkclick(this)">Collaboration</a>, <span class="desktopDocumentFeatures">Protection,</span> <a href="../ProgramInterface/PluginsTab.htm" onclick="onhyperlinkclick(this)">Plugins</a>.
|
||||
<li>The <b>Top toolbar</b> displays a set of editing commands depending on the selected menu tab. Currently, the following tabs are available: <a href="../ProgramInterface/FileTab.htm" onclick="onhyperlinkclick(this)">File</a>, <a href="../ProgramInterface/HomeTab.htm" onclick="onhyperlinkclick(this)">Home</a>, <a href="../ProgramInterface/InsertTab.htm" onclick="onhyperlinkclick(this)">Insert</a>, <a href="../ProgramInterface/LayoutTab.htm" onclick="onhyperlinkclick(this)">Layout</a>, <a href="../ProgramInterface/ReferencesTab.htm" onclick="onhyperlinkclick(this)">References</a>, <a href="../ProgramInterface/FormsTab.htm" onclick="onhyperlinkclick(this)">Forms</a>, <a href="../ProgramInterface/ReviewTab.htm" onclick="onhyperlinkclick(this)">Collaboration</a>, <span class="desktopDocumentFeatures">Protection,</span> <a href="../ProgramInterface/PluginsTab.htm" onclick="onhyperlinkclick(this)">Plugins</a>.
|
||||
<p>The <img alt="Copy icon" src="../images/copy.png" /> <b>Copy</b> and <img alt="Paste icon" src="../images/paste.png" /> <b>Paste</b> options are always available on the left side of the <b>Top toolbar</b> regardless of the selected tab.</p>
|
||||
</li>
|
||||
<li>The <b>Status bar</b> located at the bottom of the editor window indicates the page number and displays some notifications (for example, "All changes saved", etc.). It also allows <a href="../HelpfulHints/SpellChecking.htm" onclick="onhyperlinkclick(this)">setting the text language, enabling spell checking</a>, turning on the <a href="../HelpfulHints/Review.htm" onclick="onhyperlinkclick(this)">track changes mode</a> and adjusting <a href="../HelpfulHints/Navigation.htm" onclick="onhyperlinkclick(this)">zoom</a>.</li>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<h1>Insert content controls</h1>
|
||||
<p>Content controls are objects containing different types of content, such as text, objects, etc. Depending on the selected content control type, you can collaborate on documents by using the available content controls array, or lock the ones that do not need further editing and unlock those that require your colleagues’ input, etc. Content controls are typically used to facilitate data gathering and processing or to set necessary boundaries for documents edited by other users.</p>
|
||||
<p>ONLYOFFICE Document Editor allows you to insert <b>classic</b> content controls, i.e. they are fully <b>backward compatible</b> with the third-party word processors such as Microsoft Word.</p>
|
||||
<p class="note"><b>Note</b>: the feature to add new content controls is available in the <b>paid</b> version only. In the free Community version, you can edit existing content controls, as well as copy and paste them.</p>
|
||||
<p class="note"><b>Note</b>: the feature to add new content controls is available in the <b>paid</b> version only. In the free Community version, you can edit existing content controls, as well as copy and paste them. To enable this feature in the <em>desktop version</em>, refer to <a target="_blank" href="http://helpcenter.onlyoffice.com/installation/desktop-pro-features.aspx" onclick="onhyperlinkclick(this)">this article</a>.</p>
|
||||
<p>ONLYOFFICE Document Editor supports the following classic content controls: <em>Plain Text</em>, <em>Rich Text</em>, <em>Picture</em>, <em>Combo box</em>, <em>Drop-down list</em>, <em>Date</em>, <em>Check box</em>.</p>
|
||||
<ul>
|
||||
<li><em>Plain Text</em> is an object containing text that cannot be formatted. Plain text content controls cannot contain more than one paragraph.</li>
|
||||
|
|
|
@ -18,21 +18,16 @@
|
|||
<ol>
|
||||
<li>Select the text that you want to translate.</li>
|
||||
<li>Switch to the <b>Plugins</b> tab and choose <img alt="Translator plugin icon" src="../images/translator.png" /> <b>Translator</b>, the Translator appears in a sidebar on the left.</li>
|
||||
<li>Click the drop-down box and choose the preferred language.</li>
|
||||
</ol>
|
||||
<p>The language of the selected text will be automatically detected and the text will be translated to the default language.</p>
|
||||
<p>The text will be translated to the required language.</p>
|
||||
<img class="gif" alt="Translator plugin gif" src="../images/translator_plugin.gif" width="600" />
|
||||
|
||||
<h3>Changing the language of your result:</h3>
|
||||
<ol>
|
||||
<li>Click the lower drop-down box and choose the preferred language.</li>
|
||||
</ol>
|
||||
<p>The translation will change immediately.</p>
|
||||
|
||||
<h3>Wrong detection of the source language</h3>
|
||||
<p>If the automatic detection is not correct, you can overrule it:</p>
|
||||
<ol>
|
||||
<li>Click the upper drop-down box and choose the preferred language.</li>
|
||||
<li>Click the drop-down box and choose the preferred language.</li>
|
||||
</ol>
|
||||
<p>The translation will change immediately.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 9 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 903 B After Width: | Height: | Size: 742 B |
Before Width: | Height: | Size: 250 KiB After Width: | Height: | Size: 476 KiB |
|
@ -391,7 +391,7 @@
|
|||
"PE.Controllers.Main.titleLicenseExp": "ໃບອະນຸຍາດໝົດອາຍຸ",
|
||||
"PE.Controllers.Main.titleServerVersion": "ອັບເດດການແກ້ໄຂ",
|
||||
"PE.Controllers.Main.txtAddFirstSlide": "ກົດເພື່ອເພີ່ມແຜ່ນສະໄລ້ ທຳ ອິດ",
|
||||
"PE.Controllers.Main.txtAddNotes": "\nກົດເພື່ອເພີ່ມບັນທຶກ",
|
||||
"PE.Controllers.Main.txtAddNotes": "ກົດເພື່ອເພີ່ມບັນທຶກ",
|
||||
"PE.Controllers.Main.txtArt": "ເນື້ອຫາຂອງທ່ານຢູ່ນີ້",
|
||||
"PE.Controllers.Main.txtBasicShapes": "ຮູບຮ່າງພື້ນຖານ",
|
||||
"PE.Controllers.Main.txtButtons": "ປຸ່ມ",
|
||||
|
|
|
@ -149,8 +149,8 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>Navigate between controls in modal dialogues</td>
|
||||
<td><kbd>Tab/Shift+Tab</kbd></td>
|
||||
<td><kbd>^ Tab/Shift+Tab</kbd>+<kbd>-</kbd>,<br /><kbd>⌘ Cmd</kbd>+<kbd>-</kbd></td>
|
||||
<td><kbd>Tab</kbd>/<kbd>Shift</kbd>+<kbd>Tab</kbd></td>
|
||||
<td><kbd>↹ Tab</kbd>/<kbd>⇧ Shift</kbd>+<kbd>↹ Tab</kbd></td>
|
||||
<td>Navigate between controls to give focus to the next or previous control in modal dialogues.</td>
|
||||
</tr>
|
||||
<tr id="manageslides">
|
||||
|
|
|
@ -29,7 +29,12 @@
|
|||
<li>insert <a href="../UsageInstructions/InsertText.htm" onclick="onhyperlinkclick(this)">text boxes and Text Art objects</a>, <a href="../UsageInstructions/InsertImages.htm" onclick="onhyperlinkclick(this)">pictures</a>, <a href="../UsageInstructions/InsertAutoshapes.htm" onclick="onhyperlinkclick(this)">shapes</a>, <a href="../UsageInstructions/InsertCharts.htm" onclick="onhyperlinkclick(this)">charts</a>,</li>
|
||||
<li>insert <a href="../HelpfulHints/CollaborativeEditing.htm#comments" onclick="onhyperlinkclick(this)">comments</a> and <a href="../UsageInstructions/AddHyperlinks.htm" onclick="onhyperlinkclick(this)">hyperlinks</a>,</li>
|
||||
<li>insert <a href="../UsageInstructions/InsertHeadersFooters.htm" onclick="onhyperlinkclick(this)">footers, date and time, slide numbers</a>.</li>
|
||||
<li>insert <a href="../UsageInstructions/InsertEquation.htm" onclick="onhyperlinkclick(this)">equations</a>, <a href="../UsageInstructions/InsertSymbols.htm" onclick="onhyperlinkclick(this)">symbols</a>.</li>
|
||||
<li>insert <a href="../UsageInstructions/InsertEquation.htm" onclick="onhyperlinkclick(this)">equations</a>, <a href="../UsageInstructions/InsertSymbols.htm" onclick="onhyperlinkclick(this)">symbols</a>,</li>
|
||||
<li class="desktopDocumentFeatures">insert audio and video records stored on the hard disk drive of your computer (available in the <em>desktop version</em> only, not available for Mac OS).
|
||||
<p class="note">
|
||||
<b>Note</b>: to be able to playback video, you'll need to install codecs, for example, <b>K-Lite</b>.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -28,12 +28,6 @@
|
|||
<p>Currently, the following plugins are available:</p>
|
||||
<ul>
|
||||
<li class="desktopDocumentFeatures"><b>Send</b> allows sending the presentation via email using the default desktop mail client (available in the <em>desktop version</em> only),</li>
|
||||
<li class="desktopDocumentFeatures"><b>Audio</b> allows inserting audio records stored on the hard disk drive of your computer into your presentation (available in the <em>desktop version</em> only, not available for Mac OS),</li>
|
||||
<li class="desktopDocumentFeatures"><b>Video</b> allows inserting video records stored on the hard disk drive of your computer into your presentation (available in the <em>desktop version</em> only, not available for Mac OS),
|
||||
<p class="note">
|
||||
<b>Note</b>: to be able to playback video, you'll need to install codecs, for example, <b>K-Lite</b>.
|
||||
</p>
|
||||
</li>
|
||||
<li><a href="../UsageInstructions/HighlightedCode.htm" onclick="onhyperlinkclick(this)">Highlight code</a> allows highlighting the code syntax by selecting the necessary language, style, background color, etc.,</li>
|
||||
<li><a href="../UsageInstructions/PhotoEditor.htm" onclick="onhyperlinkclick(this)">Photo Editor</a> allows editing images: cropping, flipping, rotating, drawing lines and shapes, adding icons and text, loading a mask and applying filters such as Grayscale, Invert, Sepia, Blur, Sharpen, Emboss, etc.,</li>
|
||||
<li><a href="../UsageInstructions/Thesaurus.htm" onclick="onhyperlinkclick(this)">Thesaurus</a> allows finding synonyms and antonyms for the selected word and replacing it with the chosen one,</li>
|
||||
|
|
|
@ -18,21 +18,16 @@
|
|||
<ol>
|
||||
<li>Select the text that you want to translate.</li>
|
||||
<li>Switch to the <b>Plugins</b> tab and choose <img alt="Translator plugin icon" src="../images/translator.png" /> <b>Translator</b>, the Translator appears in a sidebar on the left.</li>
|
||||
<li>Click the drop-down box and choose the preferred language.</li>
|
||||
</ol>
|
||||
<p>The language of the selected text will be automatically detected and the text will be translated to the default language.</p>
|
||||
<p>The text will be translated to the required language.</p>
|
||||
<img class="gif" alt="Translator plugin gif" src="../images/translator_plugin.gif" width="600" />
|
||||
|
||||
<h3>Changing the language of your result:</h3>
|
||||
<ol>
|
||||
<li>Click the lower drop-down box and choose the preferred language.</li>
|
||||
<li>Click the drop-down box and choose the preferred language.</li>
|
||||
</ol>
|
||||
<p>The translation will change immediately.</p>
|
||||
|
||||
<h3>Wrong detection of the source language</h3>
|
||||
<p>If the automatic detection is not correct, you can overrule it:</p>
|
||||
<ol>
|
||||
<li>Click the upper drop-down box and choose the preferred language.</li>
|
||||
</ol>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 483 KiB After Width: | Height: | Size: 515 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 443 KiB After Width: | Height: | Size: 466 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 903 B After Width: | Height: | Size: 742 B |
Before Width: | Height: | Size: 310 KiB After Width: | Height: | Size: 404 KiB |
|
@ -1258,7 +1258,7 @@ define([
|
|||
}
|
||||
}
|
||||
|
||||
if (index_filter!==undefined && !(me.dlgFilter && me.dlgFilter.isVisible()) && !(me.currentMenu && me.currentMenu.isVisible())) {
|
||||
if (index_filter!==undefined && !(me.dlgFilter && me.dlgFilter.isVisible()) && !(me.currentMenu && me.currentMenu.isVisible()) && !dataarray[index_filter-1].asc_getFilter().asc_getPivotObj()) {
|
||||
if (!filterTip.parentEl) {
|
||||
filterTip.parentEl = $('<div id="tip-container-filtertip" style="position: absolute; z-index: 10000;"></div>');
|
||||
me.documentHolder.cmpEl.append(filterTip.parentEl);
|
||||
|
|
|
@ -2116,10 +2116,7 @@ define([
|
|||
val;
|
||||
|
||||
/* read font name */
|
||||
var fontparam = fontobj.asc_getFontName();
|
||||
if (fontparam != toolbar.cmbFontName.getValue()) {
|
||||
Common.NotificationCenter.trigger('fonts:change', fontobj);
|
||||
}
|
||||
Common.NotificationCenter.trigger('fonts:change', fontobj);
|
||||
|
||||
/* read font params */
|
||||
if (!toolbar.mode.isEditMailMerge && !toolbar.mode.isEditDiagram) {
|
||||
|
@ -2242,10 +2239,7 @@ define([
|
|||
val, need_disable = false;
|
||||
|
||||
/* read font name */
|
||||
var fontparam = xfs.asc_getFontName();
|
||||
if (fontparam != toolbar.cmbFontName.getValue()) {
|
||||
Common.NotificationCenter.trigger('fonts:change', xfs);
|
||||
}
|
||||
Common.NotificationCenter.trigger('fonts:change', xfs);
|
||||
|
||||
/* read font size */
|
||||
var str_size = xfs.asc_getFontSize();
|
||||
|
@ -2435,7 +2429,7 @@ define([
|
|||
formatTableInfo = info.asc_getFormatTableInfo();
|
||||
if (!toolbar.mode.isEditMailMerge) {
|
||||
/* read cell horizontal align */
|
||||
fontparam = xfs.asc_getHorAlign();
|
||||
var fontparam = xfs.asc_getHorAlign();
|
||||
if (this._state.pralign !== fontparam) {
|
||||
this._state.pralign = fontparam;
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"Common.define.chartData.textStock": "Zbiory",
|
||||
"Common.define.chartData.textSurface": "Powierzchnia",
|
||||
"Common.define.chartData.textWinLossSpark": "Wygrana/przegrana",
|
||||
"Common.UI.ColorButton.textNewColor": "Nowy niestandardowy kolor",
|
||||
"Common.UI.ColorButton.textNewColor": "Dodaj nowy niestandardowy kolor",
|
||||
"Common.UI.ComboBorderSize.txtNoBorders": "Bez krawędzi",
|
||||
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Bez krawędzi",
|
||||
"Common.UI.ComboDataView.emptyComboText": "Brak styli",
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
"SEARCH": "SEARCH",
|
||||
"SEARCHB": "SEARCHB",
|
||||
"SUBSTITUTE": "SUBSTITUTE",
|
||||
"T": "Т",
|
||||
"T": "T",
|
||||
"T.TEST": "T.TEST",
|
||||
"TEXT": "TEXT",
|
||||
"TEXTJOIN": "TEXTJOIN",
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
"SEARCH": "CHERCHE",
|
||||
"SEARCHB": "CHERCHERB",
|
||||
"SUBSTITUTE": "SUBSTITUE",
|
||||
"T": "Т",
|
||||
"T": "T",
|
||||
"T.TEST": "T.TEST",
|
||||
"TEXT": "TEXTE",
|
||||
"TEXTJOIN": "JOINDRE.TEXTE",
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
"SEARCH": "RICERCA",
|
||||
"SEARCHB": "SEARCHB",
|
||||
"SUBSTITUTE": "SOSTITUISCI",
|
||||
"T": "Т",
|
||||
"T": "T",
|
||||
"T.TEST": "TESTT",
|
||||
"TEXT": "TESTO",
|
||||
"TEXTJOIN": "TEXTJOIN",
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
{"src": "UsageInstructions/InsertDeleteCells.htm", "name": "Manage cells, rows, and columns", "headername": "Editing rows/columns" },
|
||||
{ "src": "UsageInstructions/SortData.htm", "name": "Sort and filter data" },
|
||||
{ "src": "UsageInstructions/FormattedTables.htm", "name": "Use formatted tables" },
|
||||
{"src": "UsageInstructions/Slicers.htm", "name": "Create slicers for formatted tables" },
|
||||
{ "src": "UsageInstructions/PivotTables.htm", "name": "Create and edit pivot tables" },
|
||||
{"src": "UsageInstructions/Slicers.htm", "name": "Create slicers for tables" },
|
||||
{ "src": "UsageInstructions/GroupData.htm", "name": "Group data" },
|
||||
{ "src": "UsageInstructions/RemoveDuplicates.htm", "name": "Remove duplicates" },
|
||||
{"src": "UsageInstructions/ConditionalFormatting.htm", "name": "Conditional Formatting" },
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
|
||||
</div>
|
||||
<h1>UNIQUE Function</h1>
|
||||
<p>The <b>UNIQUE</b> function is one of the statistical functions. It is used to return a list of unique values from the specified range.</p>
|
||||
<p>The <b>UNIQUE</b> function is one of the reference functions. It is used to return a list of unique values from the specified range.</p>
|
||||
<p>The <b>UNIQUE</b> function syntax is:</p>
|
||||
<p style="text-indent: 150px;"><b><em>UNIQUE(array,[by_col],[exactly_once])</em></b></p>
|
||||
<p>where</p>
|
||||
|
@ -30,12 +30,14 @@
|
|||
<br />or right-click within a selected cell and select the <b>Insert Function</b> option from the menu,
|
||||
<br />or click the <img alt="Function icon" src="../images/function.png" /> icon situated at the formula bar,
|
||||
</li>
|
||||
<li>select the <b>Statistical</b> function group from the list,</li>
|
||||
<li>select the <b>Look up and reference</b> function group from the list,</li>
|
||||
<li>click the <b>UNIQUE</b> function,</li>
|
||||
<li>enter the required argument,</li>
|
||||
<li>press the <b>Enter</b> button.</li>
|
||||
</ol>
|
||||
<p>The result will be displayed in the selected cell.</p>
|
||||
<p class="note">To return a range of values, select a required range of cells, enter the formula, and press the <b>Ctrl+Shift+Enter</b> key combination.</p>
|
||||
<p style="text-indent: 150px;"><img alt="UNIQUE Function" src="../images/unique.png" /></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -215,8 +215,8 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>Navigate between controls in modal dialogues</td>
|
||||
<td><kbd>Tab/Shift+Tab</kbd></td>
|
||||
<td><kbd>^ Tab/Shift+Tab</kbd>+<kbd>-</kbd>,<br /><kbd>⌘ Cmd</kbd>+<kbd>-</kbd></td>
|
||||
<td><kbd>Tab</kbd>/<kbd>Shift</kbd>+<kbd>Tab</kbd></td>
|
||||
<td><kbd>↹ Tab</kbd>/<kbd>⇧ Shift</kbd>+<kbd>↹ Tab</kbd></td>
|
||||
<td>Navigate between controls to give focus to the next or previous control in modal dialogues.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
</ul>
|
||||
</li>
|
||||
|
||||
<li>The <b>top toolbar</b> displays a set of editing commands depending on the selected menu tab. Currently, the following tabs are available: <a href="../ProgramInterface/FileTab.htm" onclick="onhyperlinkclick(this)">File</a>, <a href="../ProgramInterface/HomeTab.htm" onclick="onhyperlinkclick(this)">Home</a>, <a href="../ProgramInterface/InsertTab.htm" onclick="onhyperlinkclick(this)">Insert</a>, <a href="../ProgramInterface/LayoutTab.htm" onclick="onhyperlinkclick(this)">Layout</a>, <a href="../ProgramInterface/FormulaTab.htm" onclick="onhyperlinkclick(this)">Formula</a>, <a href="../ProgramInterface/DataTab.htm" onclick="onhyperlinkclick(this)">Data</a>, <span class="onlineDocumentFeatures"><a href="../ProgramInterface/PivotTableTab.htm" onclick="onhyperlinkclick(this)">Pivot Table</a>,</span> <a href="../ProgramInterface/CollaborationTab.htm" onclick="onhyperlinkclick(this)">Collaboration</a>, <span class="desktopDocumentFeatures">Protection,</span> <a href="../ProgramInterface/PluginsTab.htm" onclick="onhyperlinkclick(this)">Plugins</a>.
|
||||
<li>The <b>top toolbar</b> displays a set of editing commands depending on the selected menu tab. Currently, the following tabs are available: <a href="../ProgramInterface/FileTab.htm" onclick="onhyperlinkclick(this)">File</a>, <a href="../ProgramInterface/HomeTab.htm" onclick="onhyperlinkclick(this)">Home</a>, <a href="../ProgramInterface/InsertTab.htm" onclick="onhyperlinkclick(this)">Insert</a>, <a href="../ProgramInterface/LayoutTab.htm" onclick="onhyperlinkclick(this)">Layout</a>, <a href="../ProgramInterface/FormulaTab.htm" onclick="onhyperlinkclick(this)">Formula</a>, <a href="../ProgramInterface/DataTab.htm" onclick="onhyperlinkclick(this)">Data</a>, <span class="onlineDocumentFeatures"><a href="../ProgramInterface/PivotTableTab.htm" onclick="onhyperlinkclick(this)">Pivot Table</a>,</span> <a href="../ProgramInterface/CollaborationTab.htm" onclick="onhyperlinkclick(this)">Collaboration</a>, <span class="desktopDocumentFeatures">Protection,</span> <a href="../ProgramInterface/ViewTab.htm" onclick="onhyperlinkclick(this)">View</a>, <a href="../ProgramInterface/PluginsTab.htm" onclick="onhyperlinkclick(this)">Plugins</a>.
|
||||
<p>The <img alt="Copy icon" src="../images/copy.png" /> <b>Copy</b> and <img alt="Paste icon" src="../images/paste.png" /> <b>Paste</b> options are always available at the left part of the <b>Top toolbar</b> regardless of the selected tab.</p>
|
||||
</li>
|
||||
<li>The <b>Formula bar</b> allows entering and editing <a href="../UsageInstructions/InsertFunction.htm" onclick="onhyperlinkclick(this)">formulas</a> or values in the cells. The <b>Formula bar</b> displays the contents of the currently selected cell.</li>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
|
||||
</div>
|
||||
<h1>Manage sheet view presets</h1>
|
||||
<p class="note"><b>Note</b>: this feature is available in the <b>paid</b> version only starting from <b>ONLYOFFICE Docs</b> v. <b>6.1</b>.</p>
|
||||
<p class="note"><b>Note</b>: this feature is available in the <b>paid</b> version only starting from <b>ONLYOFFICE Docs</b> v. <b>6.1</b>. To enable this feature in the <em>desktop version</em>, refer to <a target="_blank" href="http://helpcenter.onlyoffice.com/installation/desktop-pro-features.aspx" onclick="onhyperlinkclick(this)">this article</a>.</p>
|
||||
<p>The <b>ONLYOFFICE Spreadsheet Editor</b> offers a <b>sheet view</b> manager for view presets that are based on the applied filters. Now you can save the required filtering <!--and sorting -->parameters as a view preset and use it afterwards together with your colleagues as well as create several presets and switch among them effortlessly. If you are collaborating on a spreadsheet, create individual view presets and continue working with the filters <!--and sorting parameters -->you need without being disrupted by other co-editors.</p>
|
||||
<h2>Creating a new sheet view preset</h2>
|
||||
<p>Since a view preset is designed to save customized filtering <!--and sorting--> parameters, first you need to apply the said parameters to the sheet. To learn more about filtering<!-- and sorting-->, please refer to <span><a href="../UsageInstructions/SortData.htm" onclick="onhyperlinkclick(this)">this page</a></span>.</p>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>Create slicers for tables</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Create slicers for formatted tables to quickly filter the data." />
|
||||
<meta name="description" content="Create slicers for formatted tables and pivot tables to quickly filter the data." />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
<script type="text/javascript" src="../callback.js"></script>
|
||||
<script type="text/javascript" src="../search/js/page-search.js"></script>
|
||||
|
|
|
@ -18,21 +18,16 @@
|
|||
<ol>
|
||||
<li>Select the text that you want to translate.</li>
|
||||
<li>Switch to the <b>Plugins</b> tab and choose <img alt="Translator plugin icon" src="../images/translator.png" /> <b>Translator</b>, the Translator appears in a sidebar on the left.</li>
|
||||
<li>Click the drop-down box and choose the preferred language.</li>
|
||||
</ol>
|
||||
<p>The language of the selected text will be automatically detected and the text will be translated to the default language.</p>
|
||||
<p>The text will be translated to the required language.</p>
|
||||
<img class="gif" alt="Translator plugin gif" src="../images/translator_plugin.gif" width="600" />
|
||||
|
||||
<h3>Changing the language of your result:</h3>
|
||||
<ol>
|
||||
<li>Click the lower drop-down box and choose the preferred language.</li>
|
||||
</ol>
|
||||
<p>The translation will change immediately.</p>
|
||||
|
||||
<h3>Wrong detection of the source language</h3>
|
||||
<p>If the automatic detection is not correct, you can overrule it:</p>
|
||||
<ol>
|
||||
<li>Click the upper drop-down box and choose the preferred language.</li>
|
||||
<li>Click the drop-down box and choose the preferred language.</li>
|
||||
</ol>
|
||||
<p>The translation will change immediately.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 903 B After Width: | Height: | Size: 742 B |
Before Width: | Height: | Size: 274 KiB After Width: | Height: | Size: 485 KiB |
BIN
apps/spreadsheeteditor/main/resources/help/en/images/unique.png
Normal file
After Width: | Height: | Size: 12 KiB |
|
@ -76,15 +76,6 @@ define([
|
|||
{ caption: 'A6', subtitle: Common.Utils.String.format('10,5{0} x 14,8{0}', txtCm), value: [105, 148] }
|
||||
],
|
||||
_metricText = Common.Utils.Metric.getMetricName(Common.Utils.Metric.getCurrentMetric()),
|
||||
_dataLang = [
|
||||
{ value: 'en', displayValue: 'English', exampleValue: ' SUM; MIN; MAX; COUNT' },
|
||||
{ value: 'de', displayValue: 'Deutsch', exampleValue: ' SUMME; MIN; MAX; ANZAHL' },
|
||||
{ value: 'es', displayValue: 'Spanish', exampleValue: ' SUMA; MIN; MAX; CALCULAR' },
|
||||
{ value: 'fr', displayValue: 'French', exampleValue: ' SOMME; MIN; MAX; NB' },
|
||||
{ value: 'it', displayValue: 'Italian', exampleValue: ' SOMMA; MIN; MAX; CONTA.NUMERI' },
|
||||
{ value: 'ru', displayValue: 'Russian', exampleValue: ' СУММ; МИН; МАКС; СЧЁТ' },
|
||||
{ value: 'pl', displayValue: 'Polish', exampleValue: ' SUMA; MIN; MAX; ILE.LICZB' }
|
||||
],
|
||||
_indexLang = 0,
|
||||
_regDataCode = [{ value: 0x042C }, { value: 0x0402 }, { value: 0x0405 }, { value: 0x0407 }, {value: 0x0807}, { value: 0x0408 }, { value: 0x0C09 }, { value: 0x0809 }, { value: 0x0409 }, { value: 0x0C0A }, { value: 0x080A },
|
||||
{ value: 0x040B }, { value: 0x040C }, { value: 0x0410 }, { value: 0x0411 }, { value: 0x0412 }, { value: 0x0426 }, { value: 0x0413 }, { value: 0x0415 }, { value: 0x0416 },
|
||||
|
@ -135,7 +126,15 @@ define([
|
|||
_regdata.push({code: item.value, displayName: langinfo[1], langName: langinfo[0]});
|
||||
});
|
||||
|
||||
|
||||
this._dataLang = [
|
||||
{ value: 'en', displayValue: this.txtEn, exampleValue: ' SUM; MIN; MAX; COUNT' },
|
||||
{ value: 'de', displayValue: this.txtDe, exampleValue: ' SUMME; MIN; MAX; ANZAHL' },
|
||||
{ value: 'es', displayValue: this.txtEs, exampleValue: ' SUMA; MIN; MAX; CALCULAR' },
|
||||
{ value: 'fr', displayValue: this.txtFr, exampleValue: ' SOMME; MIN; MAX; NB' },
|
||||
{ value: 'it', displayValue: this.txtIt, exampleValue: ' SOMMA; MIN; MAX; CONTA.NUMERI' },
|
||||
{ value: 'ru', displayValue: this.txtRu, exampleValue: ' СУММ; МИН; МАКС; СЧЁТ' },
|
||||
{ value: 'pl', displayValue: this.txtPl, exampleValue: ' SUMA; MIN; MAX; ILE.LICZB' }
|
||||
];
|
||||
},
|
||||
|
||||
setApi: function (api) {
|
||||
|
@ -336,8 +335,8 @@ define([
|
|||
|
||||
initFormulaLang: function() {
|
||||
var value = Common.localStorage.getItem('sse-settings-func-lang');
|
||||
var item = _.findWhere(_dataLang, {value: value});
|
||||
this.getView('Settings').renderFormLang(item ? _dataLang.indexOf(item) : 0, _dataLang);
|
||||
var item = _.findWhere(this._dataLang, {value: value});
|
||||
this.getView('Settings').renderFormLang(item ? this._dataLang.indexOf(item) : 0, this._dataLang);
|
||||
$('.page[data-page=language-formula-view] input:radio[name=language-formula]').single('change', _.bind(this.onFormulaLangChange, this));
|
||||
Common.Utils.addScrollIfNeed('.page[data-page=language-formula-view]', '.page[data-page=language-formula-view] .page-content');
|
||||
},
|
||||
|
@ -576,9 +575,9 @@ define([
|
|||
|
||||
//init formula language
|
||||
value = Common.localStorage.getItem('sse-settings-func-lang');
|
||||
var item = _.findWhere(_dataLang, {value: value});
|
||||
var item = _.findWhere(me._dataLang, {value: value});
|
||||
if(!item) {
|
||||
item = _dataLang[0];
|
||||
item = me._dataLang[0];
|
||||
}
|
||||
var $pageLang = $('#language-formula');
|
||||
$pageLang.find('.item-title').text(item.displayValue);
|
||||
|
@ -707,7 +706,14 @@ define([
|
|||
},
|
||||
|
||||
notcriticalErrorTitle : 'Warning',
|
||||
warnDownloadAs : 'If you continue saving in this format all features except the text will be lost.<br>Are you sure you want to continue?'
|
||||
warnDownloadAs : 'If you continue saving in this format all features except the text will be lost.<br>Are you sure you want to continue?',
|
||||
txtEn: 'English',
|
||||
txtDe: 'Deutsch',
|
||||
txtRu: 'Russian',
|
||||
txtPl: 'Polish',
|
||||
txtEs: 'Spanish',
|
||||
txtFr: 'French',
|
||||
txtIt: 'Italian'
|
||||
}
|
||||
})(), SSE.Controllers.Settings || {}))
|
||||
});
|
|
@ -130,7 +130,7 @@ define([
|
|||
},
|
||||
|
||||
initSettings: function (pageId) {
|
||||
if ($('#edit-shape').length < 1) {
|
||||
if ($('#edit-shape').length < 1 || !_shapeObject) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -111,35 +111,14 @@ define([
|
|||
}
|
||||
var lang = me.lang;
|
||||
|
||||
this.translatTable = {};
|
||||
|
||||
var name = '', translate = '',
|
||||
var name = '',
|
||||
descriptions = ['DateAndTime', 'Engineering', 'Financial', 'Information', 'Logical', 'LookupAndReference', 'Mathematic', 'Statistical', 'TextAndData' ];
|
||||
me.groups = [];
|
||||
for (var i=0; i<descriptions.length; i++) {
|
||||
name = descriptions[i];
|
||||
translate = 'sCat' + name;
|
||||
this.translatTable[name] = {
|
||||
en: this[translate],
|
||||
de: this[translate+'_de'],
|
||||
ru: this[translate+'_ru'],
|
||||
pl: this[translate+'_pl'],
|
||||
es: this[translate+'_es'],
|
||||
fr: this[translate+'_fr']
|
||||
};
|
||||
me.groups[name] = me['sCat' + name] || name;
|
||||
}
|
||||
|
||||
me.groups = {
|
||||
'DateAndTime': me.translatTable['DateAndTime'][lang] || me.translatTable['DateAndTime']['en'],
|
||||
'Engineering': me.translatTable['Engineering'][lang] || me.translatTable['Engineering']['en'],
|
||||
'TextAndData': me.translatTable['TextAndData'][lang] || me.translatTable['TextAndData']['en'],
|
||||
'Statistical': me.translatTable['Statistical'][lang] || me.translatTable['Statistical']['en'],
|
||||
'Financial': me.translatTable['Financial'][lang] || me.translatTable['Financial']['en'],
|
||||
'Mathematic': me.translatTable['Mathematic'][lang] || me.translatTable['Mathematic']['en'],
|
||||
'LookupAndReference': me.translatTable['LookupAndReference'][lang] || me.translatTable['LookupAndReference']['en'],
|
||||
'Information': me.translatTable['Information'][lang] || me.translatTable['Information']['en'],
|
||||
'Logical': me.translatTable['Logical'][lang] || me.translatTable['Logical']['en']
|
||||
};
|
||||
|
||||
me.layout = $('<div/>').append(_.template(me.template)({
|
||||
android : Common.SharedSettings.get('android'),
|
||||
phone : Common.SharedSettings.get('phone'),
|
||||
|
@ -221,58 +200,7 @@ define([
|
|||
sCatLookupAndReference: 'Lookup and Reference',
|
||||
sCatMathematic: 'Math and trigonometry',
|
||||
sCatStatistical: 'Statistical',
|
||||
sCatTextAndData: 'Text and data',
|
||||
|
||||
sCatDateAndTime_ru: 'Дата и время',
|
||||
sCatEngineering_ru: 'Инженерные',
|
||||
sCatFinancial_ru: 'Финансовые',
|
||||
sCatInformation_ru: 'Информационные',
|
||||
sCatLogical_ru: 'Логические',
|
||||
sCatLookupAndReference_ru: 'Поиск и ссылки',
|
||||
sCatMathematic_ru: 'Математические',
|
||||
sCatStatistical_ru: 'Статистические',
|
||||
sCatTextAndData_ru: 'Текст и данные',
|
||||
|
||||
sCatLogical_es: 'Lógico',
|
||||
sCatDateAndTime_es: 'Fecha y hora',
|
||||
sCatEngineering_es: 'Ingenería',
|
||||
sCatFinancial_es: 'Financial',
|
||||
sCatInformation_es: 'Información',
|
||||
sCatLookupAndReference_es: 'Búsqueda y referencia',
|
||||
sCatMathematic_es: 'Matemáticas y trigonometría',
|
||||
sCatStatistical_es: 'Estadístico',
|
||||
sCatTextAndData_es: 'Texto y datos',
|
||||
|
||||
sCatLogical_fr: 'Logique',
|
||||
sCatDateAndTime_fr: 'Date et heure',
|
||||
sCatEngineering_fr: 'Ingénierie',
|
||||
sCatFinancial_fr: 'Financier',
|
||||
sCatInformation_fr: 'Information',
|
||||
sCatLookupAndReference_fr: 'Recherche et référence',
|
||||
sCatMathematic_fr: 'Maths et trigonométrie',
|
||||
sCatStatistical_fr: 'Statistiques',
|
||||
sCatTextAndData_fr: 'Texte et données',
|
||||
|
||||
sCatLogical_pl: 'Logiczny',
|
||||
sCatDateAndTime_pl: 'Data i czas',
|
||||
sCatEngineering_pl: 'Inżyniera',
|
||||
sCatFinancial_pl: 'Finansowe',
|
||||
sCatInformation_pl: 'Informacja',
|
||||
sCatLookupAndReference_pl: 'Wyszukiwanie i odniesienie',
|
||||
sCatMathematic_pl: 'Matematyczne i trygonometryczne',
|
||||
sCatStatistical_pl: 'Statystyczny',
|
||||
sCatTextAndData_pl: 'Tekst i data',
|
||||
|
||||
sCatDateAndTime_de: 'Datum und Uhrzeit',
|
||||
sCatEngineering_de: 'Konstruktion',
|
||||
sCatFinancial_de: 'Finanzmathematik',
|
||||
sCatInformation_de: 'Information',
|
||||
sCatLogical_de: 'Logisch',
|
||||
sCatLookupAndReference_de: 'Suchen und Bezüge',
|
||||
sCatMathematic_de: 'Mathematik und Trigonometrie',
|
||||
sCatStatistical_de: 'Statistik',
|
||||
sCatTextAndData_de: 'Text und Daten'
|
||||
|
||||
sCatTextAndData: 'Text and data'
|
||||
}
|
||||
})(), SSE.Views.AddFunction || {}));
|
||||
});
|
|
@ -329,6 +329,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Тэкст не знойдзены",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Замяніць усе",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Увага",
|
||||
"SSE.Controllers.Settings.txtDe": "Нямецкая",
|
||||
"SSE.Controllers.Settings.txtEn": "Англійская",
|
||||
"SSE.Controllers.Settings.txtEs": "Іспанская",
|
||||
"SSE.Controllers.Settings.txtFr": "Французская",
|
||||
"SSE.Controllers.Settings.txtIt": "Італьянская",
|
||||
"SSE.Controllers.Settings.txtPl": "Польская",
|
||||
"SSE.Controllers.Settings.txtRu": "Расійская",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Калі вы працягнеце захаванне ў гэты фармат, усе функцыі, апроч тэксту страцяцца.<br>Сапраўды хочаце працягнуць?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Скасаваць",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "Аркуш з такой назвай ужо існуе.",
|
||||
|
|
|
@ -292,6 +292,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Текстът не е намерен",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Замяна на всички",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Внимание",
|
||||
"SSE.Controllers.Settings.txtDe": "Немски",
|
||||
"SSE.Controllers.Settings.txtEn": "Английски",
|
||||
"SSE.Controllers.Settings.txtEs": "Испански",
|
||||
"SSE.Controllers.Settings.txtFr": "Френски",
|
||||
"SSE.Controllers.Settings.txtIt": "Италиански",
|
||||
"SSE.Controllers.Settings.txtPl": "Полски",
|
||||
"SSE.Controllers.Settings.txtRu": "Руски",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Ако продължите да записвате в този формат, всички функции, с изключение на текста, ще бъдат загубени. <br> Сигурни ли сте, че искате да продължите?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Отказ",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "Работният лист с такова име вече съществува.",
|
||||
|
|
|
@ -322,6 +322,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Text no Trobat",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Canviar Tot",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Avis",
|
||||
"SSE.Controllers.Settings.txtDe": "Alemany",
|
||||
"SSE.Controllers.Settings.txtEn": "Anglès",
|
||||
"SSE.Controllers.Settings.txtEs": "Castellà",
|
||||
"SSE.Controllers.Settings.txtFr": "Francès",
|
||||
"SSE.Controllers.Settings.txtIt": "Italià",
|
||||
"SSE.Controllers.Settings.txtPl": "Polonès",
|
||||
"SSE.Controllers.Settings.txtRu": "Rus",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Si continueu guardant en aquest format, es perdran totes les funcions, excepte el text.<br>Esteu segur que voleu continuar?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Cancel·la",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "El full de treball amb aquest nom ja existeix.",
|
||||
|
|
|
@ -320,6 +320,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Text nebyl nalezen",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Nahradit vše",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Varování",
|
||||
"SSE.Controllers.Settings.txtDe": "Němčina",
|
||||
"SSE.Controllers.Settings.txtEn": "Angličtina",
|
||||
"SSE.Controllers.Settings.txtEs": "Španělština",
|
||||
"SSE.Controllers.Settings.txtFr": "Francouzština",
|
||||
"SSE.Controllers.Settings.txtIt": "italština",
|
||||
"SSE.Controllers.Settings.txtPl": "Polština",
|
||||
"SSE.Controllers.Settings.txtRu": "Ruština",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Pokud budete pokračovat v ukládání v tomto formátu, vše kromě textu bude ztraceno.<br>Opravdu chcete pokračovat?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Zrušit",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "Sešit s takovým názvem už existuje.",
|
||||
|
|
|
@ -331,6 +331,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Der Text wurde nicht gefunden.",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Alle ersetzen",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Warnung",
|
||||
"SSE.Controllers.Settings.txtDe": "Deutsch",
|
||||
"SSE.Controllers.Settings.txtEn": "Englisch",
|
||||
"SSE.Controllers.Settings.txtEs": "Spanisch",
|
||||
"SSE.Controllers.Settings.txtFr": "Französisch",
|
||||
"SSE.Controllers.Settings.txtIt": "Italienisch",
|
||||
"SSE.Controllers.Settings.txtPl": "Polnisch",
|
||||
"SSE.Controllers.Settings.txtRu": "Russisch",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Wenn Sie mit dem Speichern in diesem Format fortsetzen, werden alle Objekte außer Text verloren gehen.<br>Möchten Sie wirklich fortsetzen?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Abbrechen",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "Das Tabellenblatt mit einem solchen Namen existiert bereits.",
|
||||
|
|
|
@ -331,6 +331,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Δεν βρέθηκε κείμενο",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Αντικατάσταση Όλων",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Προειδοποίηση",
|
||||
"SSE.Controllers.Settings.txtDe": "Γερμανικά",
|
||||
"SSE.Controllers.Settings.txtEn": "Αγγλικά",
|
||||
"SSE.Controllers.Settings.txtEs": "Ισπανικά",
|
||||
"SSE.Controllers.Settings.txtFr": "Γαλλικά",
|
||||
"SSE.Controllers.Settings.txtIt": "Ιταλικά",
|
||||
"SSE.Controllers.Settings.txtPl": "Πολωνικά",
|
||||
"SSE.Controllers.Settings.txtRu": "Ρώσικα",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Εάν συνεχίσετε να αποθηκεύετε σε αυτήν τη μορφή, όλες οι λειτουργίες εκτός από το κείμενο θα χαθούν.<br>Είστε βέβαιοι ότι θέλετε να συνεχίσετε;",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Ακύρωση",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "Το φύλλο εργασίας με τέτοιο όνομα υπάρχει ήδη.",
|
||||
|
|
|
@ -332,6 +332,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Text not found",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Replace All",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Warning",
|
||||
"SSE.Controllers.Settings.txtDe": "German",
|
||||
"SSE.Controllers.Settings.txtEn": "English",
|
||||
"SSE.Controllers.Settings.txtEs": "Spanish",
|
||||
"SSE.Controllers.Settings.txtFr": "French",
|
||||
"SSE.Controllers.Settings.txtIt": "Italian",
|
||||
"SSE.Controllers.Settings.txtPl": "Polish",
|
||||
"SSE.Controllers.Settings.txtRu": "Russian",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "If you continue saving in this format all features except the text will be lost.<br>Are you sure you want to continue?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Cancel",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "Worksheet with such name already exists.",
|
||||
|
|
|
@ -331,6 +331,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Texto no encontrado",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Reemplazar todo",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Aviso",
|
||||
"SSE.Controllers.Settings.txtDe": "Alemán",
|
||||
"SSE.Controllers.Settings.txtEn": "Inglés",
|
||||
"SSE.Controllers.Settings.txtEs": "Español",
|
||||
"SSE.Controllers.Settings.txtFr": "Francés",
|
||||
"SSE.Controllers.Settings.txtIt": "Italiano",
|
||||
"SSE.Controllers.Settings.txtPl": "Polaco",
|
||||
"SSE.Controllers.Settings.txtRu": "Ruso",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Si sigue guardando en este formato, todas las características excepto el texto se perderán.<br> ¿Está seguro de que quiere continuar?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Cancelar",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "Hoja de trabajo con este nombre ya existe.",
|
||||
|
|
|
@ -331,6 +331,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Le texte est introuvable",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Remplacer tout",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Avertissement",
|
||||
"SSE.Controllers.Settings.txtDe": "Allemand",
|
||||
"SSE.Controllers.Settings.txtEn": "Anglais",
|
||||
"SSE.Controllers.Settings.txtEs": "Espanol",
|
||||
"SSE.Controllers.Settings.txtFr": "Français",
|
||||
"SSE.Controllers.Settings.txtIt": "Italien",
|
||||
"SSE.Controllers.Settings.txtPl": "Polonais",
|
||||
"SSE.Controllers.Settings.txtRu": "Russe",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Si vous enregistrez dans ce format, seulement le texte sera conservé.<br>Voulez-vous vraiment continuer ?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Annuler",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "Feuulle de travail portant ce nom existe déjà.",
|
||||
|
|
|
@ -331,6 +331,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "A szöveg nem található",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Mindent cserél",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Figyelmeztetés",
|
||||
"SSE.Controllers.Settings.txtDe": "Német",
|
||||
"SSE.Controllers.Settings.txtEn": "Angol",
|
||||
"SSE.Controllers.Settings.txtEs": "Spanyol",
|
||||
"SSE.Controllers.Settings.txtFr": "Francia",
|
||||
"SSE.Controllers.Settings.txtIt": "Olasz",
|
||||
"SSE.Controllers.Settings.txtPl": "Lengyel",
|
||||
"SSE.Controllers.Settings.txtRu": "Orosz",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Ha ebbe a formátumba ment, a nyers szövegen kívül minden elveszik.<br>Biztos benne, hogy folytatni akarja?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Mégse",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "Az ilyen nevű munkalap már létezik.",
|
||||
|
|
|
@ -326,6 +326,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Testo non trovato",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Sostituisci tutto",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Avviso",
|
||||
"SSE.Controllers.Settings.txtDe": "Tedesco",
|
||||
"SSE.Controllers.Settings.txtEn": "Inglese",
|
||||
"SSE.Controllers.Settings.txtEs": "Spagnolo",
|
||||
"SSE.Controllers.Settings.txtFr": "Francese",
|
||||
"SSE.Controllers.Settings.txtIt": "Italiano",
|
||||
"SSE.Controllers.Settings.txtPl": "Polacco",
|
||||
"SSE.Controllers.Settings.txtRu": "Russo",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Se continui a salvare in questo formato tutte le funzioni eccetto il testo andranno perse.<br>Sei sicuro di voler continuare?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Annulla",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "Esiste già un foglio di lavoro con questo nome.",
|
||||
|
|
|
@ -331,6 +331,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "テキストが見つかりません",
|
||||
"SSE.Controllers.Search.textReplaceAll": "全てを置き換える",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": " 警告",
|
||||
"SSE.Controllers.Settings.txtDe": "ドイツ語",
|
||||
"SSE.Controllers.Settings.txtEn": "英吾",
|
||||
"SSE.Controllers.Settings.txtEs": "スペイン",
|
||||
"SSE.Controllers.Settings.txtFr": "フランス",
|
||||
"SSE.Controllers.Settings.txtIt": "イタリア",
|
||||
"SSE.Controllers.Settings.txtPl": "ポーランド",
|
||||
"SSE.Controllers.Settings.txtRu": "ロシア語",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "この形式で保存し続ける場合は、テキスト以外のすべての機能が失われます。<br>続行してもよろしいですか?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "キャンセル",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "この名前があるワークシート既にあります。",
|
||||
|
|
|
@ -262,6 +262,11 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "텍스트를 찾을 수 없습니다",
|
||||
"SSE.Controllers.Search.textReplaceAll": "모두 바꾸기",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "경고",
|
||||
"SSE.Controllers.Settings.txtEn": "영어",
|
||||
"SSE.Controllers.Settings.txtEs": "스페인어",
|
||||
"SSE.Controllers.Settings.txtFr": "프랑스 국민",
|
||||
"SSE.Controllers.Settings.txtPl": "폴란드어",
|
||||
"SSE.Controllers.Settings.txtRu": "러시아어",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "이 형식으로 저장을 계속하면 텍스트를 제외한 모든 기능이 손실됩니다. 계속 하시겠습니까?",
|
||||
"SSE.Controllers.Statusbar.errorLastSheet": "통합 문서에는 최소한 하나의 보이는 워크 시트가 있어야합니다.",
|
||||
"SSE.Controllers.Statusbar.errorRemoveSheet": "워크 시트를 삭제할 수 없습니다.",
|
||||
|
|
|
@ -331,6 +331,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "\nບໍ່ພົບຂໍ້ຄວາມ",
|
||||
"SSE.Controllers.Search.textReplaceAll": "ປ່ຽນແທນທັງໝົດ",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "ແຈ້ງເຕືອນ",
|
||||
"SSE.Controllers.Settings.txtDe": "ພາສາເຢຍລະມັນ",
|
||||
"SSE.Controllers.Settings.txtEn": "ອັງກິດ",
|
||||
"SSE.Controllers.Settings.txtEs": "ພາສາສະເປນ",
|
||||
"SSE.Controllers.Settings.txtFr": "ຝຣັ່ງ",
|
||||
"SSE.Controllers.Settings.txtIt": "ອິຕາລີ",
|
||||
"SSE.Controllers.Settings.txtPl": "ໂປແລນ",
|
||||
"SSE.Controllers.Settings.txtRu": "ພາສາຣັດເຊຍ",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "ຖ້າທ່ານສືບຕໍ່ບັນທຶກໃນຮູບແບບນີ້ທຸກລັກສະນະ ຍົກເວັ້ນຂໍ້ຄວາມຈະຫາຍໄປ. <br> ທ່ານແນ່ໃຈບໍ່ວ່າທ່ານຕ້ອງການດໍາເນີນຕໍ່?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "ຍົກເລີກ",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "\nແຜ່ນວຽກທີ່ມີຊື່ຢູ່ແລ້ວ",
|
||||
|
|
|
@ -262,6 +262,12 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Teksts nav atrasts",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Aizvietot visus",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Brīdinājums",
|
||||
"SSE.Controllers.Settings.txtDe": "Deutsch",
|
||||
"SSE.Controllers.Settings.txtEn": "English",
|
||||
"SSE.Controllers.Settings.txtEs": "Spāņu",
|
||||
"SSE.Controllers.Settings.txtFr": "Francijas",
|
||||
"SSE.Controllers.Settings.txtPl": "Poļu",
|
||||
"SSE.Controllers.Settings.txtRu": "Russian",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Ja jūs izvēlēsieties turpināt saglabāt šajā formātā visas diagrammas un attēli tiks zaudēti.<br>Vai tiešām vēlaties turpināt?",
|
||||
"SSE.Controllers.Statusbar.errorLastSheet": "Darbgrāmatai jābūt vismaz vienai redzamai darblapai.",
|
||||
"SSE.Controllers.Statusbar.errorRemoveSheet": "Neizdevās dzēst darblapu",
|
||||
|
|
|
@ -331,6 +331,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Tekst niet gevonden",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Alles vervangen",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Waarschuwing",
|
||||
"SSE.Controllers.Settings.txtDe": "Duits",
|
||||
"SSE.Controllers.Settings.txtEn": "Engels",
|
||||
"SSE.Controllers.Settings.txtEs": "Spaans",
|
||||
"SSE.Controllers.Settings.txtFr": "Frans",
|
||||
"SSE.Controllers.Settings.txtIt": "Italiaans",
|
||||
"SSE.Controllers.Settings.txtPl": "Pools",
|
||||
"SSE.Controllers.Settings.txtRu": "Russisch",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Als u doorgaat met opslaan in deze indeling, gaan alle kenmerken verloren en blijft alleen de tekst behouden.<br>Wilt u doorgaan?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Annuleren",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "Er bestaat al een werkblad met deze naam.",
|
||||
|
|
|
@ -262,6 +262,10 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Nie znaleziono tekstu",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Zamień wszystko",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Ostrzeżenie",
|
||||
"SSE.Controllers.Settings.txtDe": "Niemiecki",
|
||||
"SSE.Controllers.Settings.txtEn": "Angielski",
|
||||
"SSE.Controllers.Settings.txtPl": "Polski",
|
||||
"SSE.Controllers.Settings.txtRu": "Rosyjski",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Jeśli kontynuujesz zapisywanie w tym formacie, wszystkie funkcje oprócz tekstu zostaną utracone.<br>Czy na pewno chcesz kontynuować?",
|
||||
"SSE.Controllers.Statusbar.errNameWrongChar": "Nazwa arkusza nie może zawierać",
|
||||
"SSE.Controllers.Statusbar.errorLastSheet": "Skoroszyt musi zawierać co najmniej jeden widoczny arkusz roboczy.",
|
||||
|
|
|
@ -331,6 +331,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Texto não encontrado",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Substituir tudo",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Aviso",
|
||||
"SSE.Controllers.Settings.txtDe": "Deutsch",
|
||||
"SSE.Controllers.Settings.txtEn": "English",
|
||||
"SSE.Controllers.Settings.txtEs": "Espanhol",
|
||||
"SSE.Controllers.Settings.txtFr": "Francês",
|
||||
"SSE.Controllers.Settings.txtIt": "Italiano",
|
||||
"SSE.Controllers.Settings.txtPl": "Polonês",
|
||||
"SSE.Controllers.Settings.txtRu": "Russian",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Se você continuar salvando neste formato, todos os recursos exceto o texto serão perdidos.<br>Você tem certeza que quer continuar?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Cancelar",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "Folha de trabalho com este nome já existe.",
|
||||
|
|
|
@ -331,6 +331,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Textul nu a fost găsit",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Înlocuire peste tot",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Avertisment",
|
||||
"SSE.Controllers.Settings.txtDe": "Germană",
|
||||
"SSE.Controllers.Settings.txtEn": "Engleză",
|
||||
"SSE.Controllers.Settings.txtEs": "Spaniolă",
|
||||
"SSE.Controllers.Settings.txtFr": "Franceză",
|
||||
"SSE.Controllers.Settings.txtIt": "Italiană",
|
||||
"SSE.Controllers.Settings.txtPl": "Poloneză",
|
||||
"SSE.Controllers.Settings.txtRu": "Rusă",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Dacă salvați în acest format de fișier, este posibil ca unele dintre caracteristici să se piardă, cu excepția textului.<br>Sunteți sigur că doriți să continuați?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Revocare",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "O foaie de calcul cu același nume există deja.",
|
||||
|
|
|
@ -331,6 +331,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Текст не найден",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Заменить все",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Внимание",
|
||||
"SSE.Controllers.Settings.txtDe": "Немецкий",
|
||||
"SSE.Controllers.Settings.txtEn": "Английский",
|
||||
"SSE.Controllers.Settings.txtEs": "Испанский",
|
||||
"SSE.Controllers.Settings.txtFr": "Французский",
|
||||
"SSE.Controllers.Settings.txtIt": "Итальянский",
|
||||
"SSE.Controllers.Settings.txtPl": "Польский",
|
||||
"SSE.Controllers.Settings.txtRu": "Русский",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Если Вы продолжите сохранение в этот формат, весь функционал, кроме текста, будет потерян.<br>Вы действительно хотите продолжить?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Отмена",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "Рабочий лист с таким именем уже существует.",
|
||||
|
|
|
@ -331,6 +331,12 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Text nebol nájdený",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Nahradiť všetko",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Upozornenie",
|
||||
"SSE.Controllers.Settings.txtDe": "Nemčina",
|
||||
"SSE.Controllers.Settings.txtEn": "Angličtina",
|
||||
"SSE.Controllers.Settings.txtEs": "Španielsky",
|
||||
"SSE.Controllers.Settings.txtFr": "Francúzsky",
|
||||
"SSE.Controllers.Settings.txtPl": "Poľština",
|
||||
"SSE.Controllers.Settings.txtRu": "Ruština",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Ak budete pokračovať v ukladaní v tomto formáte, všetky funkcie okrem textu sa stratia.<br>Ste si istý, že chcete pokračovať?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "Zrušiť",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "Zošit s rovnakým názvom už existuje.",
|
||||
|
|
|
@ -259,6 +259,10 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Текст не знайдено",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Замінити усе",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Застереження",
|
||||
"SSE.Controllers.Settings.txtDe": "Німецький",
|
||||
"SSE.Controllers.Settings.txtEn": "Англійська",
|
||||
"SSE.Controllers.Settings.txtPl": "Польський",
|
||||
"SSE.Controllers.Settings.txtRu": "Російський",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Якщо ви продовжите збереження в цьому форматі, всі функції, окрім тексту, буде втрачено. <br> Ви впевнені, що хочете продовжити?",
|
||||
"SSE.Controllers.Statusbar.errorLastSheet": "Робоча книга повинна мати щонайменше один видимий аркуш.",
|
||||
"SSE.Controllers.Statusbar.errorRemoveSheet": "Неможливо видалити робочий аркуш.",
|
||||
|
|
|
@ -259,6 +259,9 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "Không tìm thấy nội dung",
|
||||
"SSE.Controllers.Search.textReplaceAll": "Thay thế tất cả",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "Cảnh báo",
|
||||
"SSE.Controllers.Settings.txtEn": "Tiếng anh",
|
||||
"SSE.Controllers.Settings.txtPl": "Đánh bóng",
|
||||
"SSE.Controllers.Settings.txtRu": "Nga",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "Nếu bạn tiếp tục lưu ở định dạng này tất cả các tính năng trừ văn bản sẽ bị mất.<br>Bạn có chắc là muốn tiếp tục?",
|
||||
"SSE.Controllers.Statusbar.errorLastSheet": "Workbook phải có ít nhất một bảng tính hiển thị.",
|
||||
"SSE.Controllers.Statusbar.errorRemoveSheet": "Không thể xóa bảng tính.",
|
||||
|
|
|
@ -321,6 +321,13 @@
|
|||
"SSE.Controllers.Search.textNoTextFound": "文本没找到",
|
||||
"SSE.Controllers.Search.textReplaceAll": "全部替换",
|
||||
"SSE.Controllers.Settings.notcriticalErrorTitle": "警告",
|
||||
"SSE.Controllers.Settings.txtDe": "德语",
|
||||
"SSE.Controllers.Settings.txtEn": "英语",
|
||||
"SSE.Controllers.Settings.txtEs": "西班牙语",
|
||||
"SSE.Controllers.Settings.txtFr": "法语",
|
||||
"SSE.Controllers.Settings.txtIt": "意大利语",
|
||||
"SSE.Controllers.Settings.txtPl": "抛光",
|
||||
"SSE.Controllers.Settings.txtRu": "俄语",
|
||||
"SSE.Controllers.Settings.warnDownloadAs": "如果您继续以此格式保存,除文本之外的所有功能将丢失。<br>您确定要继续吗?",
|
||||
"SSE.Controllers.Statusbar.cancelButtonText": "取消",
|
||||
"SSE.Controllers.Statusbar.errNameExists": "该名称已被其他工作表使用。",
|
||||
|
|
|
@ -121,6 +121,7 @@
|
|||
"T.TEST": "T.TEST",
|
||||
"TEXT": "TEXT",
|
||||
"TEXTJOIN": "TEXTVERKETTEN",
|
||||
"TREND": "TREND",
|
||||
"TRIM": "GLÄTTEN",
|
||||
"TRIMMEAN": "GESTUTZTMITTEL",
|
||||
"TTEST": "TTEST",
|
||||
|
@ -191,6 +192,7 @@
|
|||
"GAMMALN.PRECISE": "GAMMALN.GENAU",
|
||||
"GAUSS": "GAUSS",
|
||||
"GEOMEAN": "GEOMITTEL",
|
||||
"GROWTH": "VARIATION",
|
||||
"HARMEAN": "HARMITTEL",
|
||||
"HYPGEOM.DIST": "HYPGEOM.VERT",
|
||||
"HYPGEOMDIST": "HYPGEOMVERT",
|
||||
|
@ -198,6 +200,7 @@
|
|||
"KURT": "KURT",
|
||||
"LARGE": "KGRÖSSTE",
|
||||
"LINEST": "RGP",
|
||||
"LOGEST": "RKP",
|
||||
"LOGINV": "LOGINV",
|
||||
"LOGNORM.DIST": "LOGNORM.VERT",
|
||||
"LOGNORM.INV": "LOGNORM.INV",
|
||||
|
@ -374,6 +377,7 @@
|
|||
"MOD": "REST",
|
||||
"MROUND": "VRUNDEN",
|
||||
"MULTINOMIAL": "POLYNOMIAL",
|
||||
"MUNIT": "MEINHEIT",
|
||||
"ODD": "UNGERADE",
|
||||
"PI": "PI",
|
||||
"POWER": "POTENZ",
|
||||
|
@ -381,6 +385,7 @@
|
|||
"QUOTIENT": "QUOTIENT",
|
||||
"RADIANS": "BOGENMASS",
|
||||
"RAND": "ZUFALLSZAHL",
|
||||
"RANDARRAY": "ZUFALLSMATRIX",
|
||||
"RANDBETWEEN": "ZUFALLSBEREICH",
|
||||
"ROMAN": "RÖMISCH",
|
||||
"ROUND": "RUNDEN",
|
||||
|
@ -421,6 +426,7 @@
|
|||
"ROW": "ZEILE",
|
||||
"ROWS": "ZEILEN",
|
||||
"TRANSPOSE": "MTRANS",
|
||||
"UNIQUE": "EINDEUTIG",
|
||||
"VLOOKUP": "SVERWEIS",
|
||||
"CELL": "ZELLE",
|
||||
"ERROR.TYPE": "FEHLER.TYP",
|
||||
|
|
|
@ -755,6 +755,10 @@
|
|||
"a": "(Zahl1;[Zahl2];...)",
|
||||
"d": "Statistische Funktion - gibt den geometrischen Mittelwert der zugehörigen Argumente zurück"
|
||||
},
|
||||
"GROWTH": {
|
||||
"a": "(Y_Werte;[X_Werte];[Neue_x_Werte];[Konstante])",
|
||||
"d": "Statistische Funktion - liefert Werte, die sich aus einem exponentiellen Trend ergeben. Die Funktion liefert die y-Werte für eine Reihe neuer x-Werte, die Sie mithilfe vorhandener x- und y-Werte festlegen"
|
||||
},
|
||||
"HARMEAN": {
|
||||
"a": "(Zahl1;[Zahl2];...)",
|
||||
"d": "Statistische Funktion - gibt den harmonischen Mittelwert der zugehörigen Argumente zurück"
|
||||
|
@ -780,9 +784,13 @@
|
|||
"d": "Statistische Funktion - gibt den k-größten Wert eines Datensatzes in einem bestimmten Zellbereich zurück"
|
||||
},
|
||||
"LINEST": {
|
||||
"a": "( known_y's, [known_x's], [const], [stats] )",
|
||||
"d": "Statistische Funktion - berechnet die Statistik für eine Linie nach der Methode der kleinsten Quadrate, um eine gerade Linie zu berechnen, die am besten an die Daten angepasst ist, und gibt dann eine Matrix zurück, die die Linie beschreibt; da diese Funktion eine Matrix von Werten zurückgibt, muss die Formel als Matrixformel eingegeben werden"
|
||||
"a": "(Y_Werte;[X_Werte];[Konstante];[Stats])",
|
||||
"d": "Statistische Funktion - berechnet die Statistik für eine Linie nach der Methode der kleinsten Quadrate, um eine gerade Linie zu berechnen, die am besten an die Daten angepasst ist, und gibt dann eine Matrix zurück, die die Linie beschreibt. Da diese Funktion eine Matrix von Werten zurückgibt, muss die Formel als Matrixformel eingegeben werden"
|
||||
},
|
||||
"LOGEST": {
|
||||
"a": "(Y_Werte;[X_Werte];[Konstante];[Stats])",
|
||||
"d": "Statistische Funktion - in der Regressionsanalyse berechnet die Funktion eine exponentielle Kurve, die Ihren Daten entspricht, und gibt ein Array von Werten zurück, die die Kurve beschreiben. Da diese Funktion eine Matrix von Werten zurückgibt, muss die Formel als Matrixformel eingegeben werden"
|
||||
},
|
||||
"LOGINV": {
|
||||
"a": "(x;Mittelwert;Standabwn)",
|
||||
"d": "Statistische Funktion - gibt Quantile der Lognormalverteilung von Wahrsch zurück, wobei ln(x) mit den Parametern Mittelwert und Standabwn normal verteilt ist"
|
||||
|
@ -1039,6 +1047,10 @@
|
|||
"a": "(Matrix1;Matrix2;Seiten;Typ)",
|
||||
"d": "Statistische Funktion - gibt die Teststatistik eines Student'schen t-Tests zurück. Mithilfe von T.TEST können Sie testen, ob zwei Stichproben aus zwei Grundgesamtheiten mit demselben Mittelwert stammen"
|
||||
},
|
||||
"TREND": {
|
||||
"a": "(Y_Werte;[X_Werte];[Neu_X];[Konstante])",
|
||||
"d": "Statistische Funktion - gibt Werte entlang eines linearen Trends zurück. Es passt zu einer geraden Linie (unter Verwendung der Methode der kleinsten Quadrate) zum known_y und known_x des Arrays"
|
||||
},
|
||||
"TRIMMEAN": {
|
||||
"a": "(Matrix;Prozent)",
|
||||
"d": "Statistische Funktion - gibt den Mittelwert einer Datengruppe zurück, ohne die Randwerte zu berücksichtigen. GESTUTZTMITTEL berechnet den Mittelwert einer Teilmenge der Datenpunkte, die darauf basiert, dass entsprechend des jeweils angegebenen Prozentsatzes die kleinsten und größten Werte der ursprünglichen Datenpunkte ausgeschlossen werden"
|
||||
|
@ -1499,6 +1511,10 @@
|
|||
"a": "(Zahl1;[Zahl2];...)",
|
||||
"d": "Mathematische und trigonometrische Funktion - gibt das Verhältnis der Fakultät von der Summe der Zahlen zum Produkt der Fakultäten zurück"
|
||||
},
|
||||
"MUNIT": {
|
||||
"a": "(Größe)",
|
||||
"d": "Mathematische und trigonometrische Funktion - gibt die Einheitsmatrix für die angegebene Dimension zurück"
|
||||
},
|
||||
"ODD": {
|
||||
"a": "(Zahl)",
|
||||
"d": "Mathematische und trigonometrische Funktion - rundet eine Zahl auf die nächste gerade unganze Zahl auf"
|
||||
|
@ -1527,6 +1543,10 @@
|
|||
"a": "()",
|
||||
"d": "Mathematische und trigonometrische Funktion - gibt eine gleichmäßig verteilte reelle Zufallszahl zurück, die größer oder gleich 0 und kleiner als 1 ist Für die Syntax der Funktion sind keine Argumente erforderlich"
|
||||
},
|
||||
"RANDARRAY": {
|
||||
"a": "([Zeilen];[Spalten];[min];[max];[ganze_Zahl])",
|
||||
"d": "Mathematische und trigonometrische Funktion - gibt eine Array von Zufallszahlen zurück"
|
||||
},
|
||||
"RANDBETWEEN": {
|
||||
"a": "(Untere_Zahl;Obere_Zahl)",
|
||||
"d": "Mathematische und trigonometrische Funktion - gibt eine Zufallszahl zurück, die größer oder gleich Untere_Zahl und kleiner oder gleich Obere_Zahl ist"
|
||||
|
@ -1687,6 +1707,10 @@
|
|||
"a": "(Matrix)",
|
||||
"d": "Nachschlage- und Verweisfunktion - gibt das erste Element einer Matrix zurück"
|
||||
},
|
||||
"UNIQUE": {
|
||||
"a": "(Array,[Nach_Spalte],[Genau_Einmal])",
|
||||
"d": "Nachschlage- und Verweisfunktion - gibt eine Liste von eindeutigen Werten in einer Liste oder einem Bereich zurück"
|
||||
},
|
||||
"VLOOKUP": {
|
||||
"a": "(Suchkriterium; Matrix; Spaltenindex; [Bereich_Verweis])",
|
||||
"d": "Nachschlage- und Verweisfunktion - führt eine vertikale Suche nach einem Wert in der linken Spalte einer Tabelle oder eines Arrays aus und gibt den Wert in derselben Zeile basierend auf einer angegebenen Spaltenindexnummer zurück"
|
||||
|
|
|
@ -121,6 +121,7 @@
|
|||
"T.TEST": "T.TEST",
|
||||
"TEXT": "TEXT",
|
||||
"TEXTJOIN": "TEXTJOIN",
|
||||
"TREND": "TREND",
|
||||
"TRIM": "TRIM",
|
||||
"TRIMMEAN": "TRIMMEAN",
|
||||
"TTEST": "TTEST",
|
||||
|
@ -191,6 +192,7 @@
|
|||
"GAMMALN.PRECISE": "GAMMALN.PRECISE",
|
||||
"GAUSS": "GAUSS",
|
||||
"GEOMEAN": "GEOMEAN",
|
||||
"GROWTH": "GROWTH",
|
||||
"HARMEAN": "HARMEAN",
|
||||
"HYPGEOM.DIST": "HYPGEOM.DIST",
|
||||
"HYPGEOMDIST": "HYPGEOMDIST",
|
||||
|
@ -198,6 +200,7 @@
|
|||
"KURT": "KURT",
|
||||
"LARGE": "LARGE",
|
||||
"LINEST": "LINEST",
|
||||
"LOGEST": "LOGEST",
|
||||
"LOGINV": "LOGINV",
|
||||
"LOGNORM.DIST": "LOGNORM.DIST",
|
||||
"LOGNORM.INV": "LOGNORM.INV",
|
||||
|
@ -374,6 +377,7 @@
|
|||
"MOD": "MOD",
|
||||
"MROUND": "MROUND",
|
||||
"MULTINOMIAL": "MULTINOMIAL",
|
||||
"MUNIT": "MUNIT",
|
||||
"ODD": "ODD",
|
||||
"PI": "PI",
|
||||
"POWER": "POWER",
|
||||
|
@ -381,6 +385,7 @@
|
|||
"QUOTIENT": "QUOTIENT",
|
||||
"RADIANS": "RADIANS",
|
||||
"RAND": "RAND",
|
||||
"RANDARRAY": "RANDARRAY",
|
||||
"RANDBETWEEN": "RANDBETWEEN",
|
||||
"ROMAN": "ROMAN",
|
||||
"ROUND": "ROUND",
|
||||
|
@ -421,6 +426,7 @@
|
|||
"ROW": "ROW",
|
||||
"ROWS": "ROWS",
|
||||
"TRANSPOSE": "TRANSPOSE",
|
||||
"UNIQUE": "UNIQUE",
|
||||
"VLOOKUP": "VLOOKUP",
|
||||
"CELL": "CELL",
|
||||
"ERROR.TYPE": "ERROR.TYPE",
|
||||
|
|
|
@ -755,6 +755,10 @@
|
|||
"a": "( argument-list )",
|
||||
"d": "Statistical function used to calculate the geometric mean of the argument list"
|
||||
},
|
||||
"GROWTH": {
|
||||
"a": "( known_y's, [known_x's], [new_x's], [const] )",
|
||||
"d": "Statistical function used to calculate predicted exponential growth by using existing data; returns the y-values for a series of new x-values that you specify by using existing x-values and y-values"
|
||||
},
|
||||
"HARMEAN": {
|
||||
"a": "( argument-list )",
|
||||
"d": "Statistical function used to calculate the harmonic mean of the argument list"
|
||||
|
@ -783,6 +787,10 @@
|
|||
"a": "( known_y's, [known_x's], [const], [stats] )",
|
||||
"d": "Statistical function used to calculate the statistics for a line by using the least squares method to calculate a straight line that best fits your data, and then returns an array that describes the line; because this function returns an array of values, it must be entered as an array formula"
|
||||
},
|
||||
"LOGEST": {
|
||||
"a": "( known_y's, [known_x's], [const], [stats] )",
|
||||
"d": "Statistical function used calculate an exponential curve that fits your data and returns an array of values that describes the curve in regression analysis; because this function returns an array of values, it must be entered as an array formula"
|
||||
},
|
||||
"LOGINV": {
|
||||
"a": "( x , mean , standard-deviation )",
|
||||
"d": "Statistical function used to return the inverse of the lognormal cumulative distribution function of the given x value with the specified parameters"
|
||||
|
@ -1039,6 +1047,10 @@
|
|||
"a": "( array1 , array2 , tails , type )",
|
||||
"d": "Statistical function used to return the probability associated with a Student's t-Test; use T.TEST to determine whether two samples are likely to have come from the same two underlying populations that have the same mean"
|
||||
},
|
||||
"TREND": {
|
||||
"a": "( known_y's, [known_x's], [new_x's], [const] )",
|
||||
"d": "Statistical function used to return values along a linear trend; it fits a straight line (using the method of least squares) to the array's known_y's and known_x's"
|
||||
},
|
||||
"TRIMMEAN": {
|
||||
"a": "( array , percent )",
|
||||
"d": "Statistical function used to return the mean of the interior of a data set; TRIMMEAN calculates the mean taken by excluding a percentage of data points from the top and bottom tails of a data set"
|
||||
|
@ -1499,6 +1511,10 @@
|
|||
"a": "( argument-list )",
|
||||
"d": "Math and trigonometry function used to return the ratio of the factorial of a sum of numbers to the product of factorials"
|
||||
},
|
||||
"MUNIT": {
|
||||
"a": "( dimension )",
|
||||
"d": "Math and trigonometry function used to return the unit matrix for the specified dimension"
|
||||
},
|
||||
"ODD": {
|
||||
"a": "( x )",
|
||||
"d": "Math and trigonometry function used to round the number up to the nearest odd integer"
|
||||
|
@ -1525,7 +1541,11 @@
|
|||
},
|
||||
"RAND": {
|
||||
"a": "()",
|
||||
"d": "Math and trigonometry functionused to return a random number greater than or equal to 0 and less than 1. It does not require any argument"
|
||||
"d": "Math and trigonometry function used to return a random number greater than or equal to 0 and less than 1. It does not require any argument"
|
||||
},
|
||||
"RANDARRAY": {
|
||||
"a": "( [ rows ] , [ columns ] , [ min ] , [ max ] , [ whole_number ] )",
|
||||
"d": "Math and trigonometry function used to return an array of random numbers"
|
||||
},
|
||||
"RANDBETWEEN": {
|
||||
"a": "( lower-bound , upper-bound )",
|
||||
|
@ -1687,6 +1707,10 @@
|
|||
"a": "( array )",
|
||||
"d": "Lookup and reference function used to return the first element of an array"
|
||||
},
|
||||
"UNIQUE": {
|
||||
"a": "( array, [by_col], [exactly_once] )",
|
||||
"d": "Lookup and reference function used to return a list of unique values in a list or range"
|
||||
},
|
||||
"VLOOKUP": {
|
||||
"a": "( lookup-value , table-array , col-index-num [ , [ range-lookup-flag ] ] )",
|
||||
"d": "Lookup and reference function used to perform the vertical search for a value in the left-most column of a table or an array and return the value in the same row based on a specified column index number"
|
||||
|
|
|
@ -121,6 +121,7 @@
|
|||
"T.TEST": "PRUEBA.T.N",
|
||||
"TEXT": "TEXTO",
|
||||
"TEXTJOIN": "UNIRCADENAS",
|
||||
"TREND": "TENDENCIA",
|
||||
"TRIM": "ESPACIOS",
|
||||
"TRIMMEAN": "MEDIA.ACOTADA",
|
||||
"TTEST": "PRUEBA.T",
|
||||
|
@ -191,6 +192,7 @@
|
|||
"GAMMALN.PRECISE": "GAMMA.LN.EXACTO",
|
||||
"GAUSS": "GAUSS",
|
||||
"GEOMEAN": "MEDIA.GEOM",
|
||||
"GROWTH": "CRECIMIENTO",
|
||||
"HARMEAN": "MEDIA.ARMO",
|
||||
"HYPGEOM.DIST": "DISTR.HIPERGEOM.N",
|
||||
"HYPGEOMDIST": "DISTR.HIPERGEOM",
|
||||
|
@ -198,6 +200,7 @@
|
|||
"KURT": "CURTOSIS",
|
||||
"LARGE": "K.ESIMO.MAYOR",
|
||||
"LINEST": "ESTIMACION.LINEAL",
|
||||
"LOGEST": "ESTIMACION.LOGARITMICA",
|
||||
"LOGINV": "DISTR.LOG.INV",
|
||||
"LOGNORM.DIST": "DISTR.LOGNORM",
|
||||
"LOGNORM.INV": "INV.LOGNORM",
|
||||
|
@ -374,6 +377,7 @@
|
|||
"MOD": "RESIDUO",
|
||||
"MROUND": "REDOND.MULT",
|
||||
"MULTINOMIAL": "MULTINOMIAL",
|
||||
"MUNIT": "M.UNIDAD",
|
||||
"ODD": "REDONDEA.IMPAR",
|
||||
"PI": "PI",
|
||||
"POWER": "POTENCIA",
|
||||
|
@ -381,6 +385,7 @@
|
|||
"QUOTIENT": "COCIENTE",
|
||||
"RADIANS": "RADIANES",
|
||||
"RAND": "ALEATORIO",
|
||||
"RANDARRAY": "MATRIZALEAT",
|
||||
"RANDBETWEEN": "ALEATORIO.ENTRE",
|
||||
"ROMAN": "NUMERO.ROMANO",
|
||||
"ROUND": "REDONDEAR",
|
||||
|
@ -421,6 +426,7 @@
|
|||
"ROW": "FILA",
|
||||
"ROWS": "FILAS",
|
||||
"TRANSPOSE": "TRANSPONER",
|
||||
"UNIQUE": "UNIQUE",
|
||||
"VLOOKUP": "BUSCARV",
|
||||
"CELL": "CELDA",
|
||||
"ERROR.TYPE": "TIPO.DE.ERROR",
|
||||
|
|
|
@ -755,6 +755,10 @@
|
|||
"a": "(lista-argumento)",
|
||||
"d": "Función estadística utilizada para calcular la media geométrica de la lista de argumentos"
|
||||
},
|
||||
"GROWTH": {
|
||||
"a": "(conocido_y, [conocido_x], [nueva_matriz_x], [constante])",
|
||||
"d": "Función estadística utilizada para Calcula el crecimiento exponencial previsto a través de los datos existentes. Función devuelve los valores y de una serie de nuevos valores x especificados con valores x e y existentes."
|
||||
},
|
||||
"HARMEAN": {
|
||||
"a": "(lista-argumento)",
|
||||
"d": "Función estadística utilizada para calcular la media armónica de la lista de argumentos"
|
||||
|
@ -780,9 +784,13 @@
|
|||
"d": "Función estadística utilizada para analizar el rango de celdas y devolver el mayor valor"
|
||||
},
|
||||
"LINEST": {
|
||||
"a": "( known_y's, [known_x's], [const], [stats] )",
|
||||
"a": "(conocido_y, [conocido_x], [constante], [estadística])",
|
||||
"d": "Función estadística utilizada para calcula las estadísticas de una línea con el método de los 'mínimos cuadrados' para calcular la línea recta que mejor se ajuste a los datos y después devuelve una matriz que describe la línea; debido a que esta función devuelve una matriz de valores, debe ser especificada como fórmula de matriz"
|
||||
},
|
||||
"LOGEST": {
|
||||
"a": "(conocido_y, [conocido_x], [constante], [estadística])",
|
||||
"d": "Función estadística utilizada, en el análisis de regresión, para calcula una curva exponencial que se ajusta a los datos y devuelve una matriz de valores que describe la curva. Debido a que esta función devuelve una matriz de valores, debe ser especificada como una fórmula de matriz."
|
||||
},
|
||||
"LOGINV": {
|
||||
"a": "(x, media, desviación-estándar)",
|
||||
"d": "Función estadística utilizada para devolver el inverso de la función de distribución acumulativa logarítmica del valor x dado con los parámetros especificados"
|
||||
|
@ -1039,6 +1047,10 @@
|
|||
"a": "(conjunto1, conjunto2, colas, tipo)",
|
||||
"d": "Función estadística utilizada para obtener la probabilidad asociada con el t-Test de Student; utilice PRUEBA.T para determinar si es probable que dos muestras provengan de las mismas dos poblaciones subyacentes que tienen la misma media."
|
||||
},
|
||||
"TREND": {
|
||||
"a": "(conocido_y, [conocido_x], [nueva_matriz_x], [constante])",
|
||||
"d": "Función estadística devuelve valores en una tendencia lineal. Se ajusta a una línea recta (usando el método de los mínimos cuadrados) al known_y de la matriz y known_x."
|
||||
},
|
||||
"TRIMMEAN": {
|
||||
"a": "(matriz, porcentaje)",
|
||||
"d": "Función estadística utilizada para obtener la media del interior de un conjunto de datos; TRIMMEAN calcula la media tomada excluyendo un porcentaje de puntos de datos de las colas superior e inferior de un conjunto de datos."
|
||||
|
@ -1499,6 +1511,10 @@
|
|||
"a": "(lista-argumento)",
|
||||
"d": "Función de matemáticas y trigonometría utilizada para devolver la relación entre el factorial de una suma de números y el producto de los factoriales."
|
||||
},
|
||||
"MUNIT": {
|
||||
"a": "(dimensión)",
|
||||
"d": "Función de matemáticas y trigonometría para devolver la matriz de la unidad de la dimensión especificada."
|
||||
},
|
||||
"ODD": {
|
||||
"a": "( x )",
|
||||
"d": "Función de matemáticas y trigonometría usada para redondear el número al número entero impar más cercano"
|
||||
|
@ -1527,6 +1543,10 @@
|
|||
"a": "()",
|
||||
"d": "Función de matemáticas y trigonometría utilizada para devolver un número aleatorio mayor o igual que 0 y menor que 1. No requiere ningún argumento."
|
||||
},
|
||||
"RANDARRAY": {
|
||||
"a": "([rows], [columns], [min], [max], [whole_number])",
|
||||
"d": "Función de matemáticas y trigonometría utilizada para devolver una matriz de números aleatorios"
|
||||
},
|
||||
"RANDBETWEEN": {
|
||||
"a": "(límite-inferior, límite-superior)",
|
||||
"d": "Función de matemáticas y trigonometría utilizada para devolver un número aleatorio mayor o igual que el del límite inferior y menor o igual que el del límite superior"
|
||||
|
@ -1687,13 +1707,17 @@
|
|||
"a": "( conjunto )",
|
||||
"d": "Función de búsqueda y referencia utilizada para devolver el primer elemento de un conjunto"
|
||||
},
|
||||
"UNIQUE": {
|
||||
"a": "(matriz, [by_col], [exactly_once])",
|
||||
"d": "Función de búsqueda y referencia para devolver una lista de valores únicos de una lista o rango"
|
||||
},
|
||||
"VLOOKUP": {
|
||||
"a": "(valor-buscar, tabla-conjunto, col-índice-núm[, [rango-buscar-marcador]])",
|
||||
"d": "Función de búsqueda y referencia utilizada para realizar la búsqueda vertical de un valor en la columna de la izquierda de una tabla o conjunto y devolver el valor en la misma fila basado en un número de índice de columna especificado."
|
||||
},
|
||||
"CELL": {
|
||||
"a": "(info_type, [reference])",
|
||||
"d": "Función de información utilizada para devuelve información sobre el formato, la ubicación o el contenido de una celda"
|
||||
"d": "Función de información utilizada para devolver información sobre el formato, la ubicación o el contenido de una celda"
|
||||
},
|
||||
"ERROR.TYPE": {
|
||||
"a": "(valor)",
|
||||
|
|
|
@ -191,6 +191,7 @@
|
|||
"GAMMALN.PRECISE": "LNGAMMA.PRECIS",
|
||||
"GAUSS": "GAUSS",
|
||||
"GEOMEAN": "MOYENNE.GEOMETRIQUE",
|
||||
"GROWTH": "CROISSANCE",
|
||||
"HARMEAN": "MOYENNE.HARMONIQUE",
|
||||
"HYPGEOM.DIST": "LOI.HYPERGEOMETRIQUE.N",
|
||||
"HYPGEOMDIST": "LOI.HYPERGEOMETRIQUE",
|
||||
|
@ -198,6 +199,7 @@
|
|||
"KURT": "KURTOSIS",
|
||||
"LARGE": "GRANDE.VALEUR",
|
||||
"LINEST": "DROITEREG",
|
||||
"LOGEST": "LOGREG",
|
||||
"LOGINV": "LOI.LOGNORMALE.INVERSE",
|
||||
"LOGNORM.DIST": "LOI.LOGNORMALE.N",
|
||||
"LOGNORM.INV": "LOI.LOGNORMALE.INVERSE.N",
|
||||
|
@ -374,6 +376,7 @@
|
|||
"MOD": "MOD",
|
||||
"MROUND": "ARRONDI.AU.MULTIPLE",
|
||||
"MULTINOMIAL": "MULTINOMIALE",
|
||||
"MUNIT": "MATRICE.UNITAIRE",
|
||||
"ODD": "IMPAIR",
|
||||
"PI": "PI",
|
||||
"POWER": "PUISSANCE",
|
||||
|
@ -381,6 +384,7 @@
|
|||
"QUOTIENT": "QUOTIENT",
|
||||
"RADIANS": "RADIANS",
|
||||
"RAND": "ALEA",
|
||||
"RANDARRAY": "TABLEAU.ALEAT",
|
||||
"RANDBETWEEN": "ALEA.ENTRE.BORNES",
|
||||
"ROMAN": "ROMAIN",
|
||||
"ROUND": "ARRONDI",
|
||||
|
@ -421,6 +425,7 @@
|
|||
"ROW": "LIGNE",
|
||||
"ROWS": "LIGNES",
|
||||
"TRANSPOSE": "TRANSPOSE",
|
||||
"UNIQUE": "UNIQUE",
|
||||
"VLOOKUP": "RECHERCHEV",
|
||||
"CELL": "CELLULE",
|
||||
"ERROR.TYPE": "TYPE.ERREUR",
|
||||
|
|
|
@ -755,6 +755,10 @@
|
|||
"a": "(liste_des_arguments)",
|
||||
"d": "Fonction statistique utilisée pour calculer la moyenne géométrique d'une série de données."
|
||||
},
|
||||
"GROWTH": {
|
||||
"a": "(y_connus, [x_connus], [x_nouveaux], [constante])",
|
||||
"d": "Fonction statistique utilisée pour сalculer la croissance exponentielle prévue à partir des données existantes. La fonction renvoie les valeurs y pour une série de nouvelles valeurs x que vous spécifiez, en utilisant des valeurs x et y existantes."
|
||||
},
|
||||
"HARMEAN": {
|
||||
"a": "(liste_des_arguments)",
|
||||
"d": "Fonction statistique utilisée pour calculer la moyenne harmonique d'une série de données."
|
||||
|
@ -780,9 +784,13 @@
|
|||
"d": "Fonction statistique utilisée pour analyser une plage de cellules et renvoyer la k-ième plus grande valeur."
|
||||
},
|
||||
"LINEST": {
|
||||
"a": "( known_y's, [known_x's], [const], [stats] )",
|
||||
"d": "Fonction statistique utilisée pour calcule les statistiques d’une droite par la méthode des moindres carrés afin de calculer une droite s’ajustant au plus près de vos données, puis renvoie une matrice qui décrit cette droite; dans la mesure où cette fonction renvoie une matrice de valeurs, elle doit être tapée sous la forme d’une formule matricielle"
|
||||
"a": "(y_connus, [x_connus], [constante], [statistiques])",
|
||||
"d": "Fonction statistique utilisée pour calculer les statistiques d’une droite par la méthode des moindres carrés afin de calculer une droite s’ajustant au plus près de vos données, puis renvoie une matrice qui décrit cette droite; dans la mesure où cette fonction renvoie une matrice de valeurs, elle doit être tapée sous la forme d’une formule matricielle"
|
||||
},
|
||||
"LOGEST": {
|
||||
"a": "(y_connus, [x_connus], [constante], [statistiques])",
|
||||
"d": "Fonction statistique utilisée pour calculer les statistiques d’une droite par la méthode des moindres carrés afin de calculer une droite s’ajustant au plus près de vos données, puis renvoie une matrice qui décrit cette droite. Vous pouvez également combiner la fonction avec d’autres fonctions pour calculer les statistiques d’autres types de modèles linéaires dans les paramètres inconnus, y compris polynomial, logarithmique, exponentiel et série de puissances."
|
||||
},
|
||||
"LOGINV": {
|
||||
"a": "(x, moyenne, écart_type)",
|
||||
"d": "Fonction statistique utilisée pour renvoyer l'inverse de la fonction de distribution de x suivant une loi lognormale cumulée en utilisant les paramètres spécifiés"
|
||||
|
@ -1039,6 +1047,10 @@
|
|||
"a": "(matrice1, matrice2, uni/bilatéral, type)",
|
||||
"d": "Fonction statistique utilisée pour retourner la probabilité associée au test t de Student; Utilisez TEST.STUDENT pour déterminer si deux échantillons sont susceptibles de provenir de deux populations identiques ayant la même moyenne."
|
||||
},
|
||||
"TREND": {
|
||||
"a": "(y_connus, [x_connus], [x_nouveaux], [constante])",
|
||||
"d": "Fonction statistique utilisée pour renvoyer des valeurs par rapport à une tendance linéaire. Elle s’adapte à une ligne droite (à l’aide de la méthode des moindres carrés) aux known_y et known_x de la matrice."
|
||||
},
|
||||
"TRIMMEAN": {
|
||||
"a": "(matrice, pourcentage)",
|
||||
"d": "Fonction statistique utilisée pour renvoyer la moyenne intérieure d'un ensemble de données; MOYENNE.REDUITE calcule la moyenne prise en excluant un pourcentage de points de données des queues supérieure et inférieure d'un ensemble de données"
|
||||
|
@ -1499,6 +1511,10 @@
|
|||
"a": "(liste_des_arguments)",
|
||||
"d": "Fonction mathématique et trigonométrique utilisée pour renvoyer le rapport de la factorielle de la somme de nombres au produit de factorielles"
|
||||
},
|
||||
"MUNIT": {
|
||||
"a": "(dimension)",
|
||||
"d": "Fonction mathématique et trigonométrique utilisée pour renvoyer la matrice unitaire pour la dimension spécifiée."
|
||||
},
|
||||
"ODD": {
|
||||
"a": "(x)",
|
||||
"d": "Fonction mathématique et trigonométrique utilisée pour arrondir le nombre à l’excès au nombre entier impair le plus proche"
|
||||
|
@ -1527,6 +1543,10 @@
|
|||
"a": "()",
|
||||
"d": "Fonction mathématique et trigonométrique qui renvoie un nombre aléatoire supérieur ou égal à 0 et inférieur à 1. Elle ne prend aucun argument."
|
||||
},
|
||||
"RANDARRAY": {
|
||||
"a": "([Rangées], [Colonnes], [min], [max], [nombre_entier])",
|
||||
"d": "Fonction mathématique et trigonométrique utilisée pour renvoyer un tableau de nombres aléatoires"
|
||||
},
|
||||
"RANDBETWEEN": {
|
||||
"a": "(limite_inf [, limite_sup])",
|
||||
"d": "Fonction mathématique et trigonométrique utilisée pour renvoyer un nombre aléatoire supérieur ou égal à limite_inf et inférieur ou égal à limite_sup."
|
||||
|
@ -1687,6 +1707,10 @@
|
|||
"a": "(matrice)",
|
||||
"d": "Fonction de recherche et référence utilisée pour renvoyer le premier élément d'un tableau"
|
||||
},
|
||||
"UNIQUE": {
|
||||
"a": "(matrice, [by_col], [exactly_once])",
|
||||
"d": "Fonction de recherche et référence utilisée pour renvoyer une liste de valeurs uniques au sein d’une liste ou d’une plage"
|
||||
},
|
||||
"VLOOKUP": {
|
||||
"a": "(valeur_cherchée, table_matrice, no_index_col[, [valeur_proche]])",
|
||||
"d": "Fonction de recherche et référence utilisée pour effectuer la recherche verticale d'une valeur dans la première colonne à gauche d'un tableau et retourner la valeur qui se trouve dans la même ligne à la base d'un numéro d'index de colonne spécifié"
|
||||
|
|
|
@ -120,6 +120,7 @@
|
|||
"T.TEST": "TESTT",
|
||||
"TEXT": "TESTO",
|
||||
"TEXTJOIN": "TEXTJOIN",
|
||||
"TREND": "TENDENZA",
|
||||
"TRIM": "ANNULLA.SPAZI",
|
||||
"TRIMMEAN": "MEDIA.TRONCATA",
|
||||
"TTEST": "TEST.T",
|
||||
|
@ -184,6 +185,7 @@
|
|||
"GAMMALN.PRECISE": "LN.GAMMA.PRECISA",
|
||||
"GAUSS": "GAUSS",
|
||||
"GEOMEAN": "MEDIA.GEOMETRICA",
|
||||
"GROWTH": "CRESCITA",
|
||||
"HARMEAN": "MEDIA.ARMONICA",
|
||||
"HYPGEOM.DIST": "DISTRIB.IPERGEOM.N",
|
||||
"HYPGEOMDIST": "DISTRIB.IPERGEOM",
|
||||
|
@ -191,6 +193,7 @@
|
|||
"KURT": "CURTOSI",
|
||||
"LARGE": "GRANDE",
|
||||
"LINEST": "REGR.LIN",
|
||||
"LOGEST": "REGR.LOG",
|
||||
"LOGINV": "INV.LOGNORM",
|
||||
"LOGNORM.DIST": "DISTRIB.LOGNORM.N",
|
||||
"LOGNORM.INV": "INV.LOGNORM.N",
|
||||
|
@ -366,6 +369,7 @@
|
|||
"MOD": "RESTO",
|
||||
"MROUND": "ARROTONDA.MULTIPLO",
|
||||
"MULTINOMIAL": "MULTINOMIALE",
|
||||
"MUNIT": "MATR.UNIT",
|
||||
"ODD": "DISPARI",
|
||||
"PI": "PI.GRECO",
|
||||
"POWER": "POTENZA",
|
||||
|
@ -373,6 +377,7 @@
|
|||
"QUOTIENT": "QUOZIENTE",
|
||||
"RADIANS": "RADIANTI",
|
||||
"RAND": "CASUALE",
|
||||
"RANDARRAY": "MATR.CASUALE",
|
||||
"RANDBETWEEN": "CASUALE.TRA",
|
||||
"ROMAN": "ROMANO",
|
||||
"ROUND": "ARROTONDA",
|
||||
|
@ -412,6 +417,7 @@
|
|||
"ROW": "RIF.RIGA",
|
||||
"ROWS": "RIGHE",
|
||||
"TRANSPOSE": "MATR.TRASPOSTA",
|
||||
"UNIQUE": "UNICI",
|
||||
"VLOOKUP": "CERCA.VERT",
|
||||
"CELL": "CELLA",
|
||||
"ERROR.TYPE": "ERRORE.TIPO",
|
||||
|
|
|
@ -487,6 +487,10 @@
|
|||
"a": "(testo)",
|
||||
"d": "Rimuove gli spazi da una stringa di testo eccetto gli spazi singoli tra le parole"
|
||||
},
|
||||
"TREND": {
|
||||
"a": "(y_nota; [x_nota]; [nuova_x]; [cost])",
|
||||
"d": "Restituisce i valori lungo una tendenza lineare. Si adatta a una linea retta (usando il metodo di minimi quadrati) per gli known_y e le known_x della matrice"
|
||||
},
|
||||
"TRIMMEAN": {
|
||||
"a": "(matrice, percento)",
|
||||
"d": "Restituisce la media della parte intera di un set di valori di dati"
|
||||
|
@ -739,6 +743,10 @@
|
|||
"a": "(num1, num2, ...)",
|
||||
"d": "Restituisce la media geometrica di una matrice o di un intervallo di dati numerici positivi"
|
||||
},
|
||||
"GROWTH": {
|
||||
"a": "(y_nota; [x_nota]; [nuova_x]; [cost])",
|
||||
"d": "Calcola la crescita esponenziale prevista in base ai dati esistenti. La funzione restituisce i valori y corrispondenti a una serie di valori x nuovi, specificati in base a valori x e y esistenti"
|
||||
},
|
||||
"HARMEAN": {
|
||||
"a": "(argument-list)",
|
||||
"d": "Calcola la media armonica (il reciproco della media aritmetica dei reciproci) di un sei di dati costituiti da numeri positivi"
|
||||
|
@ -764,9 +772,13 @@
|
|||
"d": "Restituisce il k-esimo valore più grande in un set di dati."
|
||||
},
|
||||
"LINEST": {
|
||||
"a": "( known_y's, [known_x's], [const], [stats] )",
|
||||
"a": "(y_nota; [x_nota]; [cost]; [stat])",
|
||||
"d": "Questa funzione è disponibile per calcola le statistiche per una linea utilizzando il metodo dei minimi quadrati per calcolare la retta che meglio rappresenta i dati e restituisce una matrice che descrive la retta; dal momento che questa funzione restituisce una matrice di valori, deve essere immessa come formula in forma di matrice"
|
||||
},
|
||||
"LOGEST": {
|
||||
"a": "(y_nota; [x_nota]; [cost]; [stat])",
|
||||
"d": "Questa funzione è disponibile per Nell'analisi della regressione la funzione calcola una curva esponenziale adatta ai dati e restituisce una matrice di valori che descrive la curva. Dal momento che questa funzione restituisce una matrice di valori, deve essere immessa come una formula della matrice"
|
||||
},
|
||||
"LOGINV": {
|
||||
"a": "(x , media , dev_standard)",
|
||||
"d": "Questa funzione è disponibile per consentire la compatibilità con Excel 2007 e precedenti. Restituisce l'inversa della distribuzione lognormale di x, in cui ln(x) è distribuito normalmente con i parametri Media e Dev_standard"
|
||||
|
@ -1467,6 +1479,10 @@
|
|||
"a": "(num1, num2,...)",
|
||||
"d": "Restituisce il multinomiale di un insieme di numeri"
|
||||
},
|
||||
"MUNIT": {
|
||||
"a": "(dimensione)",
|
||||
"d": "Restituisce la matrice unitaria per la dimensione specificata"
|
||||
},
|
||||
"ODD": {
|
||||
"a": "(x)",
|
||||
"d": "Arrotonda un numero positivo per eccesso al numero intero più vicino e uno negativo per difetto al numero dispari più vicino"
|
||||
|
@ -1495,6 +1511,10 @@
|
|||
"a": "()",
|
||||
"d": "Restituisce un numero casuale uniformemente distribuito, ossia cambia se viene ricalcolato, e maggiore o uguale a 0 e minore di 1"
|
||||
},
|
||||
"RANDARRAY": {
|
||||
"a": "([Righe], [Colonne], [min], [max], [numero_intero])",
|
||||
"d": "Restituisce una matrice di numeri casuali"
|
||||
},
|
||||
"RANDBETWEEN": {
|
||||
"a": "(minore , maggiore)",
|
||||
"d": "Restituisce un numero casuale compreso tra i numeri specificati"
|
||||
|
@ -1651,6 +1671,10 @@
|
|||
"a": "(matrice)",
|
||||
"d": "Restituisce la trasposta della matrice data"
|
||||
},
|
||||
"UNIQUE": {
|
||||
"a": "(Array, [by_col], [exactly_once])",
|
||||
"d": "Restituisce un elenco di valori univoci in un elenco o un intervallo"
|
||||
},
|
||||
"VLOOKUP": {
|
||||
"a": "(val , matrice , indice_col [ , [ intervallo ] ])",
|
||||
"d": "Ricerca il valore in verticale nell'indice"
|
||||
|
|