commit
189bca3111
|
@ -289,6 +289,7 @@
|
|||
width: 16px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&:not(:disabled) {
|
||||
|
|
|
@ -297,6 +297,10 @@ define([
|
|||
config.msg = (this.appOptions.isDesktopApp && this.appOptions.isOffline) ? this.saveErrorTextDesktop : this.saveErrorText;
|
||||
break;
|
||||
|
||||
case Asc.c_oAscError.ID.TextFormWrongFormat:
|
||||
config.msg = this.errorTextFormWrongFormat;
|
||||
break;
|
||||
|
||||
default:
|
||||
config.msg = (typeof id == 'string') ? id : this.errorDefaultMessage.replace('%1', id);
|
||||
break;
|
||||
|
@ -1902,7 +1906,8 @@ define([
|
|||
textSaveAs: 'Save as PDF',
|
||||
textSaveAsDesktop: 'Save as...',
|
||||
warnLicenseExp: 'Your license has expired.<br>Please update your license and refresh the page.',
|
||||
titleLicenseExp: 'License expired'
|
||||
titleLicenseExp: 'License expired',
|
||||
errorTextFormWrongFormat: 'The value entered does not match the format of the field.'
|
||||
|
||||
}, DE.Controllers.ApplicationController));
|
||||
|
||||
|
|
|
@ -106,6 +106,7 @@
|
|||
"DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "La connexió a internet s'ha restaurat i la versió del fitxer s'ha canviat. <br>Abans de continuar treballant, heu de descarregar el fitxer o copiar-ne el contingut per assegurar-vos que no es perdi res i, després, tornar a carregar aquesta pàgina.",
|
||||
"DE.Controllers.ApplicationController.errorUserDrop": "No es pot accedir al fitxer.",
|
||||
"DE.Controllers.ApplicationController.errorViewerDisconnect": "S'ha perdut la connexió. Encara podeu visualitzar el document, <br>però no el podreu baixar ni imprimir fins que no es restableixi la connexió i es torni a carregar la pàgina.",
|
||||
"DE.Controllers.ApplicationController.errorTextFormWrongFormat": "El valor introduït no es correspon amb el format del camp",
|
||||
"DE.Controllers.ApplicationController.mniImageFromFile": "Imatge del fitxer",
|
||||
"DE.Controllers.ApplicationController.mniImageFromStorage": "Imatge de l'emmagatzematge",
|
||||
"DE.Controllers.ApplicationController.mniImageFromUrl": "Imatge d'URL",
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
"DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Connection has been restored, and the file version has been changed.<br>Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.",
|
||||
"DE.Controllers.ApplicationController.errorUserDrop": "The file cannot be accessed right now.",
|
||||
"DE.Controllers.ApplicationController.errorViewerDisconnect": "Connection is lost. You can still view the document,<br>but will not be able to download or print it until the connection is restored and page is reloaded.",
|
||||
"DE.Controllers.ApplicationController.errorTextFormWrongFormat": "The value entered does not match the format of the field.",
|
||||
"DE.Controllers.ApplicationController.mniImageFromFile": "Image from File",
|
||||
"DE.Controllers.ApplicationController.mniImageFromStorage": "Image from Storage",
|
||||
"DE.Controllers.ApplicationController.mniImageFromUrl": "Image from URL",
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
"DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Se ha restablecido la conexión a Internet y se ha cambiado la versión del archivo.<br>Para poder seguir trabajando, es necesario descargar el archivo o copiar su contenido para asegurarse de que no se ha perdido nada, y luego volver a cargar esta página.",
|
||||
"DE.Controllers.ApplicationController.errorUserDrop": "No se puede acceder al archivo en este momento.",
|
||||
"DE.Controllers.ApplicationController.errorViewerDisconnect": "Se ha perdido la conexión. Usted todavía puede visualizar el documento,<br>pero no puede descargar o imprimirlo hasta que la conexión sea restaurada y la página esté recargada.",
|
||||
"DE.Controllers.ApplicationController.errorTextFormWrongFormat": "El valor introducido no se corresponde con el formato del campo",
|
||||
"DE.Controllers.ApplicationController.mniImageFromFile": "Imagen desde archivo",
|
||||
"DE.Controllers.ApplicationController.mniImageFromStorage": "Imagen de Almacenamiento",
|
||||
"DE.Controllers.ApplicationController.mniImageFromUrl": "Imagen de URL",
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
"DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Interneteko konexioa berrezarri da eta fitxategiaren bertsioa aldatu da.<br>Lanean jarraitu aurretik, beharrezkoa da fitxategia deskargatzea edo edukia kopiatzea, ezer ez dela galduko ziurtatzeko, eta gero orri hau berriro kargatzea.",
|
||||
"DE.Controllers.ApplicationController.errorUserDrop": "Ezin da fitxategia atzitu une honetan.",
|
||||
"DE.Controllers.ApplicationController.errorViewerDisconnect": "Konexioa galdu da. Dokumentua ikusi dezakezu oraindik,<br>baina ezingo duzu deskargatu edo inprimatu konexioa berrezarri eta orria berriz kargatu arte.",
|
||||
"DE.Controllers.ApplicationController.errorTextFormWrongFormat": "Sartutako balioa ez dator bat eremuaren formatuarekin.",
|
||||
"DE.Controllers.ApplicationController.mniImageFromFile": "Irudia fitxategitik",
|
||||
"DE.Controllers.ApplicationController.mniImageFromStorage": "Irudia biltegitik",
|
||||
"DE.Controllers.ApplicationController.mniImageFromUrl": "Irudia URLtik",
|
||||
|
|
|
@ -106,6 +106,7 @@
|
|||
"DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。<br>作業を継続する前に、ファイルをダウンロードするか内容をコピーして変更が失われていないことを確認してから、このページを再読み込みしてください。",
|
||||
"DE.Controllers.ApplicationController.errorUserDrop": "今、ファイルにアクセスすることはできません。",
|
||||
"DE.Controllers.ApplicationController.errorViewerDisconnect": "接続が失われました。文書の表示は可能ですが、<br>再度接続されてページが再ロードされるまで、ダウンロードまたは印刷することはできません。",
|
||||
"DE.Controllers.ApplicationController.errorTextFormWrongFormat": "入力された値がフィールドのフォーマットと一致しません。",
|
||||
"DE.Controllers.ApplicationController.mniImageFromFile": "ファイルからの画像",
|
||||
"DE.Controllers.ApplicationController.mniImageFromStorage": "ストレージから画像を読み込む",
|
||||
"DE.Controllers.ApplicationController.mniImageFromUrl": "URLから画像を読み込む",
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
"DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Соединение было восстановлено, и версия файла изменилась.<br>Прежде чем продолжить работу, надо скачать файл или скопировать его содержимое, чтобы обеспечить сохранность данных, а затем перезагрузить страницу.",
|
||||
"DE.Controllers.ApplicationController.errorUserDrop": "В настоящий момент файл недоступен.",
|
||||
"DE.Controllers.ApplicationController.errorViewerDisconnect": "Подключение прервано. Вы по-прежнему можете просматривать документ,<br>но не сможете скачать или напечатать его до восстановления подключения и обновления страницы.",
|
||||
"DE.Controllers.ApplicationController.errorTextFormWrongFormat": "Введенное значение не соответствует формату поля.",
|
||||
"DE.Controllers.ApplicationController.mniImageFromFile": "Изображение из файла",
|
||||
"DE.Controllers.ApplicationController.mniImageFromStorage": "Изображение из хранилища",
|
||||
"DE.Controllers.ApplicationController.mniImageFromUrl": "Изображение по URL",
|
||||
|
|
|
@ -49,13 +49,16 @@ define([
|
|||
DE.Views.FormsTab = Common.UI.BaseView.extend(_.extend((function(){
|
||||
var template =
|
||||
'<section class="panel" data-tab="forms">' +
|
||||
'<div class="group" style="display: none;">' +
|
||||
'<div class="group forms-buttons" style="display: none;">' +
|
||||
'<span class="btn-slot text x-huge" id="slot-btn-form-field"></span>' +
|
||||
'<span class="btn-slot text x-huge" id="slot-btn-form-combobox"></span>' +
|
||||
'<span class="btn-slot text x-huge" id="slot-btn-form-dropdown"></span>' +
|
||||
'<span class="btn-slot text x-huge" id="slot-btn-form-checkbox"></span>' +
|
||||
'<span class="btn-slot text x-huge" id="slot-btn-form-radiobox"></span>' +
|
||||
'<span class="btn-slot text x-huge" id="slot-btn-form-image"></span>' +
|
||||
'</div>' +
|
||||
'<div class="separator long forms-buttons" style="display: none;"></div>' +
|
||||
'<div class="group forms-buttons" style="display: none;">' +
|
||||
'<span class="btn-slot text x-huge" id="slot-btn-form-email"></span>' +
|
||||
'<span class="btn-slot text x-huge" id="slot-btn-form-phone"></span>' +
|
||||
'<span class="btn-slot text x-huge" id="slot-btn-form-complex"></span>' +
|
||||
|
@ -320,7 +323,7 @@ define([
|
|||
dataHintDirection: 'bottom',
|
||||
dataHintOffset: 'small'
|
||||
});
|
||||
this.paragraphControls.push(this.btnPrevForm);
|
||||
!(this.appConfig.isRestrictedEdit && this.appConfig.canFillForms) && this.paragraphControls.push(this.btnPrevForm);
|
||||
|
||||
this.btnNextForm = new Common.UI.Button({
|
||||
cls: 'btn-toolbar x-huge icon-top',
|
||||
|
@ -332,7 +335,7 @@ define([
|
|||
dataHintDirection: 'bottom',
|
||||
dataHintOffset: 'small'
|
||||
});
|
||||
this.paragraphControls.push(this.btnNextForm);
|
||||
!(this.appConfig.isRestrictedEdit && this.appConfig.canFillForms) && this.paragraphControls.push(this.btnNextForm);
|
||||
|
||||
if (this.appConfig.canSubmitForms) {
|
||||
this.btnSubmit = new Common.UI.Button({
|
||||
|
@ -345,7 +348,7 @@ define([
|
|||
dataHintDirection: 'bottom',
|
||||
dataHintOffset: 'small'
|
||||
});
|
||||
this.paragraphControls.push(this.btnSubmit);
|
||||
!(this.appConfig.isRestrictedEdit && this.appConfig.canFillForms) && this.paragraphControls.push(this.btnSubmit);
|
||||
}
|
||||
if (this.appConfig.canDownloadForms) {
|
||||
this.btnSaveForm = new Common.UI.Button({
|
||||
|
@ -358,7 +361,7 @@ define([
|
|||
dataHintDirection: 'bottom',
|
||||
dataHintOffset: 'small'
|
||||
});
|
||||
this.paragraphControls.push(this.btnSaveForm);
|
||||
!(this.appConfig.isRestrictedEdit && this.appConfig.canFillForms) && this.paragraphControls.push(this.btnSaveForm);
|
||||
}
|
||||
Common.Utils.lockControls(Common.enumLock.disableOnStart, true, {array: this.paragraphControls});
|
||||
this._state = {disabled: false};
|
||||
|
@ -433,9 +436,8 @@ define([
|
|||
this.btnPhoneField.render($host.find('#slot-btn-form-phone'));
|
||||
this.btnComplexField.render($host.find('#slot-btn-form-complex'));
|
||||
|
||||
var separator_forms = $host.find('.separator.forms');
|
||||
separator_forms.prev('.group').show();
|
||||
separator_forms.show().next('.group').show();
|
||||
$host.find('.forms-buttons').show();
|
||||
$host.find('.separator.forms').show().next('.group').show();
|
||||
$host.find('.separator.submit').show().next('.group').show();
|
||||
}
|
||||
this.btnPrevForm.render($host.find('#slot-btn-form-prev'));
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"uploadImageFileCountMessage": "Heç bir təsvir yüklənməyib.",
|
||||
"uploadImageSizeMessage": "Təsvir çox böyükdür. Maksimum ölçü 25 MB-dır.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Məlumat yüklənir...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"openErrorText": "An error has occurred while opening the file",
|
||||
"saveErrorText": "An error has occurred while saving the file",
|
||||
"scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.",
|
||||
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB."
|
||||
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Загрузка даных…",
|
||||
|
|
|
@ -408,7 +408,8 @@
|
|||
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.",
|
||||
"errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Loading data...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "Error desconegut.",
|
||||
"uploadImageExtMessage": "Format d'imatge desconegut.",
|
||||
"uploadImageFileCountMessage": "No s'ha carregat cap imatge.",
|
||||
"uploadImageSizeMessage": "La imatge és massa gran. La mida màxima és de 25 MB."
|
||||
"uploadImageSizeMessage": "La imatge és massa gran. La mida màxima és de 25 MB.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "S'estan carregant les dades...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "Neznámá chyba.",
|
||||
"uploadImageExtMessage": "Neznámý formát obrázku.",
|
||||
"uploadImageFileCountMessage": "Nenahrány žádné obrázky.",
|
||||
"uploadImageSizeMessage": "Obrázek je příliš velký. Maximální velikost je 25 MB."
|
||||
"uploadImageSizeMessage": "Obrázek je příliš velký. Maximální velikost je 25 MB.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Načítání dat...",
|
||||
|
|
|
@ -408,7 +408,8 @@
|
|||
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.",
|
||||
"errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Loading data...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "Unbekannter Fehler.",
|
||||
"uploadImageExtMessage": "Unbekanntes Bildformat.",
|
||||
"uploadImageFileCountMessage": "Keine Bilder hochgeladen.",
|
||||
"uploadImageSizeMessage": "Die maximal zulässige Bildgröße von 25 MB ist überschritten."
|
||||
"uploadImageSizeMessage": "Die maximal zulässige Bildgröße von 25 MB ist überschritten.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Daten werden geladen...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "Άγνωστο σφάλμα.",
|
||||
"uploadImageExtMessage": "Άγνωστη μορφή εικόνας.",
|
||||
"uploadImageFileCountMessage": "Δεν μεταφορτώθηκαν εικόνες.",
|
||||
"uploadImageSizeMessage": "Η εικόνα είναι πολύ μεγάλη. Το μέγιστο μέγεθος είναι 25MB."
|
||||
"uploadImageSizeMessage": "Η εικόνα είναι πολύ μεγάλη. Το μέγιστο μέγεθος είναι 25MB.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Φόρτωση δεδομένων...",
|
||||
|
|
|
@ -397,6 +397,7 @@
|
|||
"errorUserDrop": "The file can't be accessed right now.",
|
||||
"errorUsersExceed": "The number of users allowed by the pricing plan was exceeded",
|
||||
"errorViewerDisconnect": "Connection is lost. You can still view the document,<br>but you won't be able to download or print it until the connection is restored and the page is reloaded.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field.",
|
||||
"notcriticalErrorTitle": "Warning",
|
||||
"openErrorText": "An error has occurred while opening the file",
|
||||
"saveErrorText": "An error has occurred while saving the file",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "Error desconocido.",
|
||||
"uploadImageExtMessage": "Formato de imagen desconocido.",
|
||||
"uploadImageFileCountMessage": "No hay imágenes subidas.",
|
||||
"uploadImageSizeMessage": "La imagen es demasiado grande. El tamaño máximo es de 25 MB."
|
||||
"uploadImageSizeMessage": "La imagen es demasiado grande. El tamaño máximo es de 25 MB.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Cargando datos...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "Errore ezezaguna.",
|
||||
"uploadImageExtMessage": "Irudi-formatu ezezaguna.",
|
||||
"uploadImageFileCountMessage": "Ez da irudirik kargatu.",
|
||||
"uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da."
|
||||
"uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Datuak kargatzen...",
|
||||
|
|
|
@ -408,7 +408,8 @@
|
|||
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.",
|
||||
"errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Loading data...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "Erreur inconnue.",
|
||||
"uploadImageExtMessage": "Format d'image inconnu.",
|
||||
"uploadImageFileCountMessage": "Aucune image chargée.",
|
||||
"uploadImageSizeMessage": "L'image est trop grande. La taille limite est de 25 Mo."
|
||||
"uploadImageSizeMessage": "L'image est trop grande. La taille limite est de 25 Mo.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Chargement des données en cours...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "Erro descoñecido.",
|
||||
"uploadImageExtMessage": "Formato de imaxe descoñecido.",
|
||||
"uploadImageFileCountMessage": "Non hai imaxes subidas.",
|
||||
"uploadImageSizeMessage": "A imaxe é demasiado grande. O tamaño máximo é de 25 MB."
|
||||
"uploadImageSizeMessage": "A imaxe é demasiado grande. O tamaño máximo é de 25 MB.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Cargando datos...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "Ismeretlen hiba.",
|
||||
"uploadImageExtMessage": "Ismeretlen képformátum.",
|
||||
"uploadImageFileCountMessage": "Nincsenek feltöltött képek.",
|
||||
"uploadImageSizeMessage": "A kép túl nagy. A maximális méret 25 MB."
|
||||
"uploadImageSizeMessage": "A kép túl nagy. A maximális méret 25 MB.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Adatok betöltése...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "Անհայտ սխալ։",
|
||||
"uploadImageExtMessage": "Նկարի անհայտ ձևաչափ։",
|
||||
"uploadImageFileCountMessage": "Ոչ մի նկար չի բեռնվել։",
|
||||
"uploadImageSizeMessage": "Պատկերը չափազանց մեծ է:Առավելագույն չափը 25 ՄԲ է:"
|
||||
"uploadImageSizeMessage": "Պատկերը չափազանց մեծ է:Առավելագույն չափը 25 ՄԲ է:",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Տվյալների բեռնում...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"uploadImageFileCountMessage": "Tidak ada gambar yang diunggah.",
|
||||
"uploadImageSizeMessage": "Melebihi ukuran maksimal file. Ukuran maksimum adalah 25 MB.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Memuat data...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "Errore sconosciuto.",
|
||||
"uploadImageExtMessage": "Formato d'immagine sconosciuto.",
|
||||
"uploadImageFileCountMessage": "Nessuna immagine caricata.",
|
||||
"uploadImageSizeMessage": "L'immagine è troppo grande. La dimensione massima è 25 MB."
|
||||
"uploadImageSizeMessage": "L'immagine è troppo grande. La dimensione massima è 25 MB.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Caricamento di dati...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "不明なエラー",
|
||||
"uploadImageExtMessage": "不明なイメージの形式",
|
||||
"uploadImageFileCountMessage": "アップロードしたイメージがない",
|
||||
"uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。"
|
||||
"uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "データの読み込み中...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"uploadImageFileCountMessage": "이미지가 업로드되지 않았습니다.",
|
||||
"uploadImageSizeMessage": "이미지 크기 제한을 초과했습니다.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "데이터로드 중 ...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"uploadImageFileCountMessage": "ບໍ່ມີຮູບພາບອັບໂຫລດ",
|
||||
"uploadImageSizeMessage": "ຮູບພາບໃຫຍ່ເກີນໄປ. ຂະຫນາດສູງສຸດແມ່ນ 25 MB.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "ກຳລັງດາວໂຫຼດຂໍ້ມູນ...",
|
||||
|
|
|
@ -408,7 +408,8 @@
|
|||
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.",
|
||||
"errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Loading data...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "Ralat tidak diketahui.",
|
||||
"uploadImageExtMessage": "Format imej yang tidak diketahui.",
|
||||
"uploadImageFileCountMessage": "Tiada Imej dimuat naik.",
|
||||
"uploadImageSizeMessage": "Imej terlalu besar. Saiz maksimum adalah 25 MB."
|
||||
"uploadImageSizeMessage": "Imej terlalu besar. Saiz maksimum adalah 25 MB.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Data dimuatkan…",
|
||||
|
|
|
@ -408,7 +408,8 @@
|
|||
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.",
|
||||
"errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Loading data...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"uploadImageFileCountMessage": "Geen afbeeldingen geüpload.",
|
||||
"uploadImageSizeMessage": "De afbeelding is te groot. De maximale grootte is 25MB.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Gegevens worden geladen...",
|
||||
|
|
|
@ -408,7 +408,8 @@
|
|||
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.",
|
||||
"errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Loading data...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "Erro desconhecido.",
|
||||
"uploadImageExtMessage": "Formato de imagem desconhecido.",
|
||||
"uploadImageFileCountMessage": "Nenhuma imagem foi carregada.",
|
||||
"uploadImageSizeMessage": "A imagem é muito grande. O tamanho máximo é de 25 MB."
|
||||
"uploadImageSizeMessage": "A imagem é muito grande. O tamanho máximo é de 25 MB.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "A carregar dados...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "Erro desconhecido.",
|
||||
"uploadImageExtMessage": "Formato de imagem desconhecido.",
|
||||
"uploadImageFileCountMessage": "Sem imagens carregadas.",
|
||||
"uploadImageSizeMessage": "Tamanho limite máximo da imagem excedido. O tamanho máximo é de 25 MB."
|
||||
"uploadImageSizeMessage": "Tamanho limite máximo da imagem excedido. O tamanho máximo é de 25 MB.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Carregando dados...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "Eroare necunoscută.",
|
||||
"uploadImageExtMessage": "Format de imagine nerecunoscut.",
|
||||
"uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.",
|
||||
"uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB."
|
||||
"uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Încărcarea datelor...",
|
||||
|
|
|
@ -397,6 +397,7 @@
|
|||
"errorUserDrop": "В настоящий момент файл недоступен.",
|
||||
"errorUsersExceed": "Превышено количество пользователей, разрешенных согласно тарифному плану",
|
||||
"errorViewerDisconnect": "Подключение прервано. Вы можете просматривать документ,<br>но не сможете скачать или напечатать его до восстановления подключения и обновления страницы.",
|
||||
"errorTextFormWrongFormat": "Введенное значение не соответствует формату поля.",
|
||||
"notcriticalErrorTitle": "Внимание",
|
||||
"openErrorText": "При открытии файла произошла ошибка",
|
||||
"saveErrorText": "При сохранении файла произошла ошибка",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"uploadImageFileCountMessage": "Neboli načítané žiadne obrázky.",
|
||||
"uploadImageSizeMessage": "Obrázok je príliš veľký. Maximálna veľkosť je 25 MB.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Načítavanie dát...",
|
||||
|
|
|
@ -635,7 +635,8 @@
|
|||
"unknownErrorText": "Unknown error.",
|
||||
"uploadImageExtMessage": "Unknown image format.",
|
||||
"uploadImageFileCountMessage": "No images uploaded.",
|
||||
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB."
|
||||
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Loading data...",
|
||||
|
|
|
@ -408,7 +408,8 @@
|
|||
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.",
|
||||
"errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Loading data...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"uploadImageFileCountMessage": "Resim yüklenmedi.",
|
||||
"uploadImageSizeMessage": "Görüntü çok büyük. Maksimum boyut 25 MB'dir.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Veri yükleniyor...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"uploadImageFileCountMessage": "Жодного зображення не завантажено.",
|
||||
"uploadImageSizeMessage": "Занадто велике зображення. Максимальний розмір – 25 MB.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Завантаження даних...",
|
||||
|
|
|
@ -408,7 +408,8 @@
|
|||
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.",
|
||||
"errorLoadingFont": "Fonts are not loaded.<br>Please contact your Document Server administrator.",
|
||||
"errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.",
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab."
|
||||
"errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "Loading data...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "未知錯誤。",
|
||||
"uploadImageExtMessage": "圖片格式未知。",
|
||||
"uploadImageFileCountMessage": "無上傳圖片。",
|
||||
"uploadImageSizeMessage": "圖像超出最大大小限制。最大為25MB。"
|
||||
"uploadImageSizeMessage": "圖像超出最大大小限制。最大為25MB。",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "載入資料中...",
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"unknownErrorText": "未知错误。",
|
||||
"uploadImageExtMessage": "未知图像格式。",
|
||||
"uploadImageFileCountMessage": "没有图片上传",
|
||||
"uploadImageSizeMessage": "图片太大了。最大允许的大小是 25 MB."
|
||||
"uploadImageSizeMessage": "图片太大了。最大允许的大小是 25 MB.",
|
||||
"errorTextFormWrongFormat": "The value entered does not match the format of the field."
|
||||
},
|
||||
"LongActions": {
|
||||
"applyChangesTextText": "数据加载中…",
|
||||
|
|
|
@ -189,6 +189,10 @@ const ErrorController = inject('storeAppOptions')(({storeAppOptions, LoadingDocu
|
|||
config.msg = _t.errorNoTOC;
|
||||
break;
|
||||
|
||||
case Asc.c_oAscError.ID.TextFormWrongFormat:
|
||||
config.msg = _t.errorTextFormWrongFormat;
|
||||
break;
|
||||
|
||||
default:
|
||||
config.msg = _t.errorDefaultMessage.replace('%1', id);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue