Update translations.
This commit is contained in:
parent
822434a9ef
commit
275c592337
|
@ -1317,7 +1317,7 @@ define([
|
|||
function showNextTip() {
|
||||
var str_tip = strings.shift();
|
||||
if (str_tip) {
|
||||
str_tip += me.textCloseTip;
|
||||
str_tip += '\n' + me.textCloseTip;
|
||||
tooltip.setTitle(str_tip);
|
||||
tooltip.show();
|
||||
}
|
||||
|
@ -1963,7 +1963,7 @@ define([
|
|||
loadingDocumentTextText: 'Loading document...',
|
||||
warnProcessRightsChange: 'You have been denied the right to edit the file.',
|
||||
errorProcessSaveResult: 'Saving is failed.',
|
||||
textCloseTip: '\nClick to close the tip.',
|
||||
textCloseTip: 'Click to close the tip.',
|
||||
textShape: 'Shape',
|
||||
errorStockChart: 'Incorrect row order. To build a stock chart place the data on the sheet in the following order:<br> opening price, max price, min price, closing price.',
|
||||
errorDataRange: 'Incorrect data range.',
|
||||
|
|
|
@ -255,7 +255,7 @@
|
|||
"DE.Controllers.Main.splitMaxRowsErrorText": "The number of rows must be less than %1.",
|
||||
"DE.Controllers.Main.textAnonymous": "Anonymous",
|
||||
"DE.Controllers.Main.textBuyNow": "Visit website",
|
||||
"DE.Controllers.Main.textCloseTip": "\nClick to close the tip",
|
||||
"DE.Controllers.Main.textCloseTip": "Click to close the tip",
|
||||
"DE.Controllers.Main.textContactUs": "Contact sales",
|
||||
"DE.Controllers.Main.textLoadingDocument": "Loading document",
|
||||
"DE.Controllers.Main.textNoLicenseTitle": "ONLYOFFICE open source version",
|
||||
|
|
|
@ -245,7 +245,7 @@
|
|||
"DE.Controllers.Main.splitMaxRowsErrorText": "El número de filas debe ser menos que %1.",
|
||||
"DE.Controllers.Main.textAnonymous": "Anónimo",
|
||||
"DE.Controllers.Main.textBuyNow": "Visit website",
|
||||
"DE.Controllers.Main.textCloseTip": "\nPulse para cerrar el consejo",
|
||||
"DE.Controllers.Main.textCloseTip": "Pulse para cerrar el consejo",
|
||||
"DE.Controllers.Main.textContactUs": "Contact sales",
|
||||
"DE.Controllers.Main.textLoadingDocument": "Cargando documento",
|
||||
"DE.Controllers.Main.textNoLicenseTitle": "ONLYOFFICE open source version",
|
||||
|
|
|
@ -230,7 +230,7 @@
|
|||
"DE.Controllers.Main.splitMaxColsErrorText": "O número de colunas deve ser inferior a %1.",
|
||||
"DE.Controllers.Main.splitMaxRowsErrorText": "O número de linhas deve ser inferior a %1.",
|
||||
"DE.Controllers.Main.textAnonymous": "Anônimo",
|
||||
"DE.Controllers.Main.textCloseTip": "\nClique para fechar a dica",
|
||||
"DE.Controllers.Main.textCloseTip": "Clique para fechar a dica",
|
||||
"DE.Controllers.Main.textLoadingDocument": "Carregando documento",
|
||||
"DE.Controllers.Main.textStrict": "Strict mode",
|
||||
"DE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.<br>Click the 'Strict mode' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.",
|
||||
|
|
|
@ -255,7 +255,7 @@
|
|||
"DE.Controllers.Main.splitMaxRowsErrorText": "Число строк должно быть меньше, чем %1.",
|
||||
"DE.Controllers.Main.textAnonymous": "Аноним",
|
||||
"DE.Controllers.Main.textBuyNow": "Перейти на сайт",
|
||||
"DE.Controllers.Main.textCloseTip": "\nЩелкните, чтобы закрыть эту подсказку",
|
||||
"DE.Controllers.Main.textCloseTip": "Щелкните, чтобы закрыть эту подсказку",
|
||||
"DE.Controllers.Main.textContactUs": "Связаться с отделом продаж",
|
||||
"DE.Controllers.Main.textLoadingDocument": "Загрузка документа",
|
||||
"DE.Controllers.Main.textNoLicenseTitle": "Open source версия ONLYOFFICE",
|
||||
|
|
|
@ -230,7 +230,7 @@
|
|||
"DE.Controllers.Main.splitMaxColsErrorText": "Število stolpcev mora biti manj kot 1%.",
|
||||
"DE.Controllers.Main.splitMaxRowsErrorText": "Število vrstic mora biti manj kot %1.",
|
||||
"DE.Controllers.Main.textAnonymous": "Anonimno",
|
||||
"DE.Controllers.Main.textCloseTip": "\nPritisni za zapiranje namiga",
|
||||
"DE.Controllers.Main.textCloseTip": "Pritisni za zapiranje namiga",
|
||||
"DE.Controllers.Main.textLoadingDocument": "Nalaganje dokumenta",
|
||||
"DE.Controllers.Main.textStrict": "Strict mode",
|
||||
"DE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.<br>Click the 'Strict mode' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.",
|
||||
|
|
|
@ -230,7 +230,7 @@
|
|||
"DE.Controllers.Main.splitMaxColsErrorText": "Sütun sayısı %1'den az olmalıdır.",
|
||||
"DE.Controllers.Main.splitMaxRowsErrorText": "Satır sayısı %1'den az olmalıdır.",
|
||||
"DE.Controllers.Main.textAnonymous": "Anonim",
|
||||
"DE.Controllers.Main.textCloseTip": "\nUcu kapamak için tıklayın",
|
||||
"DE.Controllers.Main.textCloseTip": "Ucu kapamak için tıklayın",
|
||||
"DE.Controllers.Main.textLoadingDocument": "Döküman yükleniyor",
|
||||
"DE.Controllers.Main.textStrict": "Strict mode",
|
||||
"DE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.<br>Click the 'Strict mode' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.",
|
||||
|
|
|
@ -1075,7 +1075,7 @@ define([
|
|||
function showNextTip() {
|
||||
var str_tip = strings.shift();
|
||||
if (str_tip) {
|
||||
str_tip += me.textCloseTip;
|
||||
str_tip += '\n' + me.textCloseTip;
|
||||
tooltip.setTitle(str_tip);
|
||||
tooltip.show();
|
||||
}
|
||||
|
@ -1780,7 +1780,7 @@ define([
|
|||
loadingDocumentTextText: 'Loading presentation...',
|
||||
warnProcessRightsChange: 'You have been denied the right to edit the file.',
|
||||
errorProcessSaveResult: 'Saving is failed.',
|
||||
textCloseTip: '\nClick to close the tip.',
|
||||
textCloseTip: 'Click to close the tip.',
|
||||
textShape: 'Shape',
|
||||
errorStockChart: 'Incorrect row order. To build a stock chart place the data on the sheet in the following order:<br> opening price, max price, min price, closing price.',
|
||||
errorDataRange: 'Incorrect data range.',
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
"PE.Controllers.Main.splitMaxRowsErrorText": "The number of rows must be less than %1.",
|
||||
"PE.Controllers.Main.textAnonymous": "Anonymous",
|
||||
"PE.Controllers.Main.textBuyNow": "Visit website",
|
||||
"PE.Controllers.Main.textCloseTip": "\nClick to close the tip",
|
||||
"PE.Controllers.Main.textCloseTip": "Click to close the tip",
|
||||
"PE.Controllers.Main.textContactUs": "Contact sales",
|
||||
"PE.Controllers.Main.textLoadingDocument": "Loading presentation",
|
||||
"PE.Controllers.Main.textNoLicenseTitle": "ONLYOFFICE open source version",
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
"PE.Controllers.Main.splitMaxColsErrorText": "Il numero di colonne deve essere inferiore a %1.",
|
||||
"PE.Controllers.Main.splitMaxRowsErrorText": "Il numero di righe deve essere inferiore a %1.",
|
||||
"PE.Controllers.Main.textAnonymous": "Anonimo",
|
||||
"PE.Controllers.Main.textCloseTip": "\nClicca per chiudere il consiglio",
|
||||
"PE.Controllers.Main.textCloseTip": "Clicca per chiudere il consiglio",
|
||||
"PE.Controllers.Main.textLoadingDocument": "Caricamento della presentazione",
|
||||
"PE.Controllers.Main.textShape": "Forma",
|
||||
"PE.Controllers.Main.textStrict": "Strict mode",
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
"PE.Controllers.Main.splitMaxColsErrorText": "O número de colunas deve ser inferior a %1.",
|
||||
"PE.Controllers.Main.splitMaxRowsErrorText": "O número de linhas deve ser inferior a %1.",
|
||||
"PE.Controllers.Main.textAnonymous": "Anônimo",
|
||||
"PE.Controllers.Main.textCloseTip": "\nClique para fechar a dica",
|
||||
"PE.Controllers.Main.textCloseTip": "Clique para fechar a dica",
|
||||
"PE.Controllers.Main.textLoadingDocument": "Carregando apresentação",
|
||||
"PE.Controllers.Main.textShape": "Forma",
|
||||
"PE.Controllers.Main.textStrict": "Strict mode",
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
"PE.Controllers.Main.splitMaxRowsErrorText": "Число строк должно быть меньше, чем %1.",
|
||||
"PE.Controllers.Main.textAnonymous": "Аноним",
|
||||
"PE.Controllers.Main.textBuyNow": "Перейти на сайт",
|
||||
"PE.Controllers.Main.textCloseTip": "\nЩелкните, чтобы закрыть эту подсказку",
|
||||
"PE.Controllers.Main.textCloseTip": "Щелкните, чтобы закрыть эту подсказку",
|
||||
"PE.Controllers.Main.textContactUs": "Связаться с отделом продаж",
|
||||
"PE.Controllers.Main.textLoadingDocument": "Загрузка презентации",
|
||||
"PE.Controllers.Main.textNoLicenseTitle": "Open source версия ONLYOFFICE",
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
"PE.Controllers.Main.splitMaxColsErrorText": "Število stolpcev mora biti manj kot 1%.",
|
||||
"PE.Controllers.Main.splitMaxRowsErrorText": "Število vrstic mora biti manj kot %1.",
|
||||
"PE.Controllers.Main.textAnonymous": "Anonimno",
|
||||
"PE.Controllers.Main.textCloseTip": "\nPritisni za zapiranje namiga",
|
||||
"PE.Controllers.Main.textCloseTip": "Pritisni za zapiranje namiga",
|
||||
"PE.Controllers.Main.textLoadingDocument": "Nalaganje predstavitve",
|
||||
"PE.Controllers.Main.textShape": "Oblika",
|
||||
"PE.Controllers.Main.textStrict": "Strict mode",
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
"PE.Controllers.Main.splitMaxColsErrorText": "Sütun sayısı %1'den az olmalıdır.",
|
||||
"PE.Controllers.Main.splitMaxRowsErrorText": "Satır sayısı %1'den az olmalıdır.",
|
||||
"PE.Controllers.Main.textAnonymous": "Anonim",
|
||||
"PE.Controllers.Main.textCloseTip": "\nUcu kapamak için tıklayın",
|
||||
"PE.Controllers.Main.textCloseTip": "Ucu kapamak için tıklayın",
|
||||
"PE.Controllers.Main.textLoadingDocument": "Sunum yükleniyor",
|
||||
"PE.Controllers.Main.textShape": "Şekil",
|
||||
"PE.Controllers.Main.textStrict": "Strict mode",
|
||||
|
|
|
@ -1226,7 +1226,7 @@ define([
|
|||
function showNextTip() {
|
||||
var str_tip = strings.shift();
|
||||
if (str_tip) {
|
||||
str_tip += me.textCloseTip;
|
||||
str_tip += '\n' + me.textCloseTip;
|
||||
tooltip.setTitle(str_tip);
|
||||
tooltip.show();
|
||||
}
|
||||
|
@ -1979,7 +1979,7 @@ define([
|
|||
errorAutoFilterChangeFormatTable: 'The operation could not be done for the selected cells as you cannot move a part of the table.<br>Select another data range so that the whole table was shifted and try again.',
|
||||
errorAutoFilterHiddenRange: 'The operation cannot be performed because the area contains filtered cells.<br>Please unhide the filtered elements and try again.',
|
||||
errorAutoFilterChange: 'The operation is not allowed, as it is attempting to shift cells in a table on your worksheet.',
|
||||
textCloseTip: '\nClick to close the tip.',
|
||||
textCloseTip: 'Click to close the tip.',
|
||||
textShape: 'Shape',
|
||||
errorFillRange: 'Could not fill the selected range of cells.<br>All the merged cells need to be the same size.',
|
||||
errorUpdateVersion: 'The file version has been changed. The page will be reloaded.',
|
||||
|
|
|
@ -287,7 +287,7 @@
|
|||
"SSE.Controllers.Main.saveTitleText": "Saving Spreadsheet",
|
||||
"SSE.Controllers.Main.textAnonymous": "Anonymous",
|
||||
"SSE.Controllers.Main.textBuyNow": "Visit website",
|
||||
"SSE.Controllers.Main.textCloseTip": "\nClick to close the tip",
|
||||
"SSE.Controllers.Main.textCloseTip": "Click to close the tip",
|
||||
"SSE.Controllers.Main.textConfirm": "Confirmation",
|
||||
"SSE.Controllers.Main.textContactUs": "Contact sales",
|
||||
"SSE.Controllers.Main.textLoadingDocument": "Loading spreadsheet",
|
||||
|
|
|
@ -197,7 +197,7 @@
|
|||
"SSE.Controllers.Main.saveTitleText": "Guardando hoja de cálculo",
|
||||
"SSE.Controllers.Main.textAnonymous": "Anónimo",
|
||||
"SSE.Controllers.Main.textBuyNow": "Visit website",
|
||||
"SSE.Controllers.Main.textCloseTip": "\nPulse para cerrar el consejo",
|
||||
"SSE.Controllers.Main.textCloseTip": "Pulse para cerrar el consejo",
|
||||
"SSE.Controllers.Main.textConfirm": "Confirmación",
|
||||
"SSE.Controllers.Main.textContactUs": "Contact sales",
|
||||
"SSE.Controllers.Main.textLoadingDocument": "Cargando hoja de cálculo",
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
"SSE.Controllers.Main.saveTextText": "Salvataggio del foglio elettronico in corso...",
|
||||
"SSE.Controllers.Main.saveTitleText": "Salvataggio del foglio elettronico",
|
||||
"SSE.Controllers.Main.textAnonymous": "Anonimo",
|
||||
"SSE.Controllers.Main.textCloseTip": "\nClicca per chiudere il consiglio",
|
||||
"SSE.Controllers.Main.textCloseTip": "Clicca per chiudere il consiglio",
|
||||
"SSE.Controllers.Main.textConfirm": "Conferma",
|
||||
"SSE.Controllers.Main.textLoadingDocument": "Caricamento del foglio elettronico",
|
||||
"SSE.Controllers.Main.textNo": "No",
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
"SSE.Controllers.Main.saveTextText": "Saglabā Izklājlapu...",
|
||||
"SSE.Controllers.Main.saveTitleText": "Saglabā Izklājlapu",
|
||||
"SSE.Controllers.Main.textAnonymous": "Anonymous",
|
||||
"SSE.Controllers.Main.textCloseTip": "\nClick to close the tip",
|
||||
"SSE.Controllers.Main.textCloseTip": "Click to close the tip",
|
||||
"SSE.Controllers.Main.textConfirm": "Confirmation",
|
||||
"SSE.Controllers.Main.textLoadingDocument": "Ielādē Dokumentu",
|
||||
"SSE.Controllers.Main.textNo": "No",
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
"SSE.Controllers.Main.saveTextText": "Salvando planilha...",
|
||||
"SSE.Controllers.Main.saveTitleText": "Salvando planilha",
|
||||
"SSE.Controllers.Main.textAnonymous": "Anônimo",
|
||||
"SSE.Controllers.Main.textCloseTip": "\nClique para fechar a dica",
|
||||
"SSE.Controllers.Main.textCloseTip": "Clique para fechar a dica",
|
||||
"SSE.Controllers.Main.textConfirm": "Confirmação",
|
||||
"SSE.Controllers.Main.textLoadingDocument": "Carregando planilha",
|
||||
"SSE.Controllers.Main.textNo": "Não",
|
||||
|
|
|
@ -285,7 +285,7 @@
|
|||
"SSE.Controllers.Main.saveTitleText": "Сохранение электронной таблицы",
|
||||
"SSE.Controllers.Main.textAnonymous": "Аноним",
|
||||
"SSE.Controllers.Main.textBuyNow": "Перейти на сайт",
|
||||
"SSE.Controllers.Main.textCloseTip": "\nЩелкните, чтобы закрыть эту подсказку",
|
||||
"SSE.Controllers.Main.textCloseTip": "Щелкните, чтобы закрыть эту подсказку",
|
||||
"SSE.Controllers.Main.textConfirm": "Подтверждение",
|
||||
"SSE.Controllers.Main.textContactUs": "Связаться с отделом продаж",
|
||||
"SSE.Controllers.Main.textLoadingDocument": "Загрузка таблицы",
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
"SSE.Controllers.Main.saveTextText": "Shranjevanje razpredelnice...",
|
||||
"SSE.Controllers.Main.saveTitleText": "Shranjevanje razpredelnice",
|
||||
"SSE.Controllers.Main.textAnonymous": "Anonimno",
|
||||
"SSE.Controllers.Main.textCloseTip": "\nPritisni za zapiranje namiga",
|
||||
"SSE.Controllers.Main.textCloseTip": "Pritisni za zapiranje namiga",
|
||||
"SSE.Controllers.Main.textConfirm": "Potrditev",
|
||||
"SSE.Controllers.Main.textLoadingDocument": "Nalaganje razpredelnice",
|
||||
"SSE.Controllers.Main.textNo": "Ne",
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
"SSE.Controllers.Main.saveTextText": "Spreadsheet kaydediliyor...",
|
||||
"SSE.Controllers.Main.saveTitleText": "Spreadsheet Kaydediliyor",
|
||||
"SSE.Controllers.Main.textAnonymous": "Anonim",
|
||||
"SSE.Controllers.Main.textCloseTip": "\nUcu kapamak için tıklayın",
|
||||
"SSE.Controllers.Main.textCloseTip": "Ucu kapamak için tıklayın",
|
||||
"SSE.Controllers.Main.textConfirm": "Konfirmasyon",
|
||||
"SSE.Controllers.Main.textLoadingDocument": "Spreadsheet yükleniyor",
|
||||
"SSE.Controllers.Main.textNo": "Hayır",
|
||||
|
|
Loading…
Reference in a new issue